/* 青骄科技 -- 天童美语  --  内页模块  ---  样式表 */
/* TIME:2021-02-22 | author: Hefengyu */
.bar img{
	width: 100%;
	display: block;
}
.about_g1{
	padding: 100px 0;
}
.about_g1 .cont{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_g1 .cont .left{
	width:47.5%;
}
.about_g1 .cont .left video{
	display: block;
	width: 100%;
	height: 382px;
	object-fit: fill;
}
.about_g1 .cont .right{
	width:47.5%;
}
.about_g1 .cont .right h4{
	font-size: 30px;
	line-height: 1;
	color: #fb8557;
	margin-bottom: 35px;
}
.about_g1 .cont .right h4 font{
	font-weight: bold;
}
.about_g1 .cont .right .text{
	font-size: 16px;
	line-height: 2;
}
.about_g2 .cont{
	padding: 30px 0;
	background: url(../images/line.png) repeat-y left 160px top;
}
.about_g2 .item{
	position: relative;
	padding-left: 200px;
	margin: 50px 0;
}
.about_g2 .item .year{
	font-size: 48px;
	line-height: 1;
	color: #fb8557;
	position: absolute;
	top: 0;
	left: 0;
}
.about_g2 .item .dian{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d2d2d2;
	position: absolute;
	top: 50%;
	right: -51px;
	transform: translate(0,-50%);
}
.about_g2 .item .text{
	padding: 20px 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
}
.about_g2 .item .left-top-border{
	background: url(../images/about-left-top-border.jpg) no-repeat center;
	width: 29px;
	height: 33px;
	position: absolute;
	top: -1px;
	left: -10px;
}
.about_g2 .item .text .view{
	position: relative;
   padding-left: 40px
}
.about_g2 .item .text .view i{
	display: block;
	font-style: normal;
	width: 20px ;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #fb8557;
	color: #fff;
	text-align: center;
	position: absolute;
   top: 5px;
   left: 0;
}
/*
.about_g2 .item .text .view .p{
	flex: 1;
  width: 80%;
}
*/
.about_g2 .btn{
	width: 130px;
	line-height: 40px;
	background: #fb8557;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 200px;
	cursor: pointer;
}

.about_g3{
	padding: 100px 0;
}
.about_g3 .cont{
	margin-top: 60px;
	position: relative;
}
.about_g3 .swiper-slide img{
	width: 100%;
	display: block;
}
.about_g3 .swiper-button-next{
	right: -50px;
}
.about_g3 .swiper-button-prev{
	left: -50px;
}

.teacher{
	padding: 100px 0;
}
.teacher .container{
	display: flex;
	flex-flow: wrap;
}
.teacher .item{
	width: 25%;
}
.teacher .item a{
	display: block;
	background: #fff;
	margin: 15px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.teacher .item img{
	width: 100%;
	display: block;
	transition: all ease 0.5s;
}
.teacher .item .world{
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 30px;
	text-align: center;
}
.teacher .item h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.teacher .item h6{
	color: #333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	margin: 15px 0 25px 0;
}
.teacher .item h6 font{
	font-weight: bold;
	color: #fb8557;
}
.teacher .item .text{
	color: #888;
	line-height: 1.5;
	font-size: 13px;
}
.teacher .item .btn{
	width: 90px;
	background: #fb8557;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	margin: 30px auto 0 auto;
	font-size: 13px;
}
.teacher .item:hover img{
	transform: scale(1.05);
}
.teacher .item:hover h4{
	color: #fb8557;
}
.teacher .ym{
	margin-top: 40px;
}
.ym{
	text-align: center;
	width: 100%;
}
.ym a{
	color: #333;
	display: inline-block;
	padding: 0 15px;
	line-height: 30px;
	background: #f6f6f6;
	font-size: 13px;
}
.ym a.active{
	background: #fb8557;
	color: #fff;
}

.join{
	margin: 100px 0 20px 0;
}
.join .container{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.join .item{
	width: 50%;
}
.join .item a{
	display: block;
	margin: 0 20px 40px 20px;
	overflow: hidden;
}
.join .item img{
	width: 100%;
	display: block;
	transition: all ease 0.5s;
}
.join .item:hover img{
	transform: scale(1.05);
}
.join .item .world{
	background: #fff;
	padding: 30px 15px;
	position: relative;
}
.join .item h6{
	color: #888;
	line-height: 1;
}
.join .item h4{
	font-size: 18px;
	color: #333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}
.join .item .line{
	width: 40px;
	height: 1px;
	background: #000;
	margin: 25px 0;
}
.join .item .text{
	line-height: 1.8;
	color: #888;
}
.join .item .btn{
	width: 160px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #fb8557;
	margin-top: 30px;
}
.join .item:hover h4{
	color: #fb8557;
}

.news{
	background: #f8f8f8;
	padding: 60px 0 100px 0;
}
.two-nav{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.two-nav a{
	display: block;
	background: #fff;
	line-height: 80px;
	text-align: center;
	width: 50%;
	font-size: 16px;
	color: #333;
}
.two-nav a.active{
	background: #fb8557;
	color: #fff;
}
.news .cont{
	display: flex;
	flex-flow: wrap;
	background: #fff;
	padding: 50px 20px;
}
.news .cont .item{
	width: 33.33%;
}
.news .cont .item a{
	display: block;
	margin: 0 20px 40px 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.news .cont .item a>img{
	max-width: 100%;
	margin: 0 auto;
	height: 14rem;
	display: block;
	transition: all ease 0.5s;
}
.news .cont .item:hover a>img{
	transform: scale(1.05);
}
.news .cont .item .world{
	background: #fff;
	padding: 25px 25px 15px 25px;
	position: relative;
	z-index: 1;
}
.news .cont .item h4{
	font-size: 16px;
	color: #333;
}
.news .cont .item .text{
	color: #888;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
	margin: 15px 0;
	padding-bottom: 15px;
}
.news .cont .item .btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	color: #666;
	transition: all ease 0.5s;
}
.news .cont .item:hover .btn{
	padding: 0;
}
.bar-view{
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.bar-view .container-lg{
	width: 1500px;
	height: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bar-view img{
	width: auto;
}
.bar-view .left{
	animation: down1 infinite linear 2s;
}
.bar-view .left h4{
	font-size: 60px;
	color: #fff;
}
.bar-view .left h6{
	font-size: 24px;
	color: #fff;
}
.bar-view .left .dn{
	display: flex;
	margin-top: 35px;
}
.bar-view .left .item{
	width: 240px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	background: #fff;
	margin-right: 10px;
}
.bar-view .left .item i{
	font-size: 20px;
	transition: all ease 0.5s;
	display: inline-block;
}
.bar-view .left .item a{
	color: #fb8557;
	display: block;
}
.bar-view .left .item:nth-child(2){
	background: #57A0FA;
}
.bar-view .left .item:nth-child(2) a{
	color: #fff;
}
.bar-view .left .item:hover i{
	margin-right: 10px;
}
.bar-view .right img{
	display: block;
	animation: down infinite linear 2s;
}
@keyframes down{
	0%{margin-top: 0;}
	50%{margin-top: 20px;}
	100%{margin-top: 0;}
}
@keyframes down1{
	0%{margin-top: 20px;}
	50%{margin-top: 0px;}
	100%{margin-top: 20px;}
}
.title1{
	text-align: center;
}
.title1 h4{
	font-weight: bold;
	color: #222222;
	font-size: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.title1 h6{
	font-size: 16px;
	color: #666;
}
.title1 h4 img{
	display: inline-block;
	margin-right: 20px;
}
.download{
	margin: 100px 0 50px 0;
}
.download .img-view{
	margin-top: 40px;
}
.download .img-view img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.download .group{
	margin-top: 60px;
	display: flex;
	justify-content: space-evenly;
	padding: 0 100px;
}
.download .item{
	width: 33.33%;
	text-align: center;
}
.download .item img{
	width: 136px;
}
.download .item .btn{
	display: block;
	width: 280px;
	line-height: 80px;
	border-radius: 40px;
	background: #fb8557;
	color: #fff;
	font-size: 18px;
	margin: 30px auto 0 auto;
}
.download .item .btn i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.download .item:nth-child(2) .btn{
	background: #57a0fa;
}
.download .item:nth-child(3) .btn{
	background: #4ed6cc;
}
.download .bom{
	text-align: center;
	margin: 40px;
	color: #999;
}
.download .bom a{
	color: #fb8557;
	text-decoration:underline
}

.e1_group{
	margin: 100px 0;
}
.e1_group .cont{
	background: #f7f7f7;
	margin-top: 50px;
}
.e1_group .cont .container{
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.e1_group .left>div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 550px;
	height: 550px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: rotateInverse infinite linear 20s;
}
.e1_group .left>div img{
	width: 90%;
	border-radius: 50%;
	animation: rotate infinite linear 20s;
}
@keyframes rotate{
	0%{transform: rotate(0);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}
@keyframes rotateInverse{
	0%{transform: rotate(0);}
	50%{transform: rotate(-180deg);}
	100%{transform: rotate(-360deg);}
}
.e1_group .right .item{
	display: flex;
	margin: 50px 0;
}
.e1_group .right .item .num{
	width: 100px;
}
.e1_group .right .item .num img{
	display: block;
	max-width: 100%;
}
.e1_group .right .item .world{
	flex: 1;
}
.e1_group .right .item .til-s{
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}
.e1_group .right .item h4{
	font-size: 22px;
	color: #fb8557;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1;
}
.e1_group .right .item h6{
	line-height: 1;
	font-weight: normal;
	color: #888;
	text-transform: uppercase;
}
.e1_group .right .item:nth-child(1),
.e1_group .right .item:nth-child(5){
	margin-left: -50px;
}
.e1_group .right .item:nth-child(2),
.e1_group .right .item:nth-child(4){
	margin-left: 50px;
}
.e1_group .right .item:nth-child(3){
	margin-left: 100px;
}
.e2_group .cont{
	margin-top: 40px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.e2_group .item{
	width: 32%;
	margin-bottom: 30px;
	background: #ff8f4b;
	padding: 30px;
}
.e2_group .item .age{
	font-size: 80px;
	line-height: 80px;
	font-family: "arial";
	position: relative;
	font-weight: bold;
	color: rgba(0,0,0,0.3);
	padding-top: 30px;
}
.e2_group .item .age font{
	font-size: 60px;
}
.e2_group .item .age i{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
	color: #ff8f4b;
	position: absolute;
	top: 15px;
	right: 80px;
	font-style: normal;
}
.e2_group .item:nth-child(1) .age i,
.e2_group .item:nth-child(2) .age i{
	right: 160px;
}
.e2_group .item:nth-child(3) .age i{
	right: 120px;
}
.e2_group .item .world{
	background: #fff;
	padding: 25px;
	height: 70%;
}
.e2_group .item h4{
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #ff8f4b;
	margin-bottom: 15px;
	text-align: center;
}
.e2_group .item.gold{
	background: #fcbe00;
}
.e2_group .item.gold .age i{
	color: #fcbe00;
}
.e2_group .item.gold h4{
	color: #fcbe00;
}
.e2_group .item.cyan{
	background: #4ed6cc;
}
.e2_group .item.cyan .age i{
	color: #4ed6cc;
}
.e2_group .item.cyan h4{
	color: #4ed6cc;
}
.e2_group .item.blue{
	background: #57a0fa;
}
.e2_group .item.blue .age i{
	color: #57a0fa;
}
.e2_group .item.blue h4{
	color: #57a0fa;
}
.e2_group .item.zise{
	background: #ce73ce;
}
.e2_group .item.zise .age i{
	color: #ce73ce;
}
.e2_group .item.zise h4{
	color: #ce73ce;
}
.e2_group .item.red{
	background: #ea5406;
}
.e2_group .item.red .age i{
	color: #ea5406;
}
.e2_group .item.red h4{
	color: #ea5406;
}
.e3_group{
	background: #fafafb;
	padding: 100px 0 80px 0;
	margin: 100px 0;
}
.e3_group .group{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 50px;
}
.e3_group .item{
	width: 23%;
	margin: 1%;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 40px 20px;
}
.e3_group .item h4{
	font-size: 20px;
	color: #333;
}
.e3_group .item h6{
	font-size: 12px;
	color: #fb8557;
	text-transform: uppercase;
}
.e3_group .item img{
	display: block;
	margin: 0 auto 30px auto;
	transition: all ease 0.5s;
}
.e3_group .item:hover img{
	transform: rotateY(180deg);
}
.e4_group{
	background: url(../images/e4-bg.jpg) no-repeat center bottom;
	padding: 0 0 360px 0;
}
.e4_group .cont{
	display: flex;
	margin-top: 60px;
}
.e4_group .item{
	width: calc(100% / 6 - 50px);
	margin: 0 25px;
	text-align: center;
}
.e4_group .item img{
	border-radius: 50%;
	border: 8px solid #fb8557;
	animation: e4-01 infinite linear 1.5s;
}
.e4_group .item h4{
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}
.e4_group .item:nth-child(1) img{
	margin-top: 80px;
}
.e4_group .item:nth-child(2) img{
	border: 8px solid #4ed6cc;
	margin-top: 40px;
}
.e4_group .item:nth-child(3) img{
	border: 8px solid #fcbe00;
}
.e4_group .item:nth-child(4) img{
	border: 8px solid #57a0fa;
}
.e4_group .item:nth-child(5) img{
	border: 8px solid #fb8557;
	margin-top: 40px;
}
.e4_group .item:nth-child(6) img{
	border: 8px solid #5cba52;
	margin-top: 80px;
}
@keyframes e4-01{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}

.e5_group{
	padding: 100px 0 80px 0;
}
.e5_group .cont{
	margin-top: 50px;
	display: flex;
	flex-flow: wrap;
}
.e5_group .item{
	width: 14.5%;
	margin: 1%;
	text-align: center;
	border: 1px solid #fb8557;
	border-radius: 10px;
}
.e5_group .item img{
	display: block;
	margin: 40px auto;
	max-width: 80%;
}
.e5_group .item h4{
	line-height: 40px;
	background: #fb8557;
	color: #fff;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	transition: all ease 0.3s;
}
.e5_group .item:hover {
	border: 1px solid #57a0fa;
}
.e5_group .item:hover h4{
	background: #57a0fa;
}


/* 图片预览 */
.previewbox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
}
.previewbox .preview-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 50px;
}
.previewbox .preview-header .preview-indicator {
    display: block;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    width: 68px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}
.previewbox .preview-content {
    font-size: 0;
    position: relative;
    white-space: nowrap;
    height: 100%;
}
.previewbox .preview-content .content-item {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
}
.previewbox .preview-content .content-item .content-item-scroller {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}			
.previewbox .preview-content .content-item .content-item-scroller .toggle-left {
    position: absolute;
    top: 50%;
    left: 10px;
	transform: translate(0,-50%);
    width: 38px;
    z-index: 10000;
    color: white;
    cursor: pointer;
    font-size: 60px;
    text-align: center;
    display: block;
	font-family: "宋体";
}			
.previewbox .preview-content .content-item .content-item-scroller .toggle-right {
    position: absolute;
    top: 50%;
    right: 10px;
	transform: translate(0,-50%);
    width: 38px;
    z-index: 10000;
    color: white;
    cursor: pointer;
    font-size: 60px;
    text-align: center;
    display: block;
	font-family: "宋体";
}


/* 0322-新增下载专区 */
.section .content .downloadPad .btn-download{
	height: 0.5rem;
}
.section .content .downloadPad:nth-child(5n-4) .btn-download{
	background: #ff8f4b;
}
.section .content .downloadPad:nth-child(5n-3) .btn-download{
	background: #fcbe00;
}
.section .content .downloadPad:nth-child(5n-2) .btn-download{
	background: #4ed6cc;
}
.section .content .downloadPad:nth-child(5n-1) .btn-download{
	background: #57a0fa;
}
.section .content .downloadPad:nth-child(5n) .btn-download{
	background: #ce73ce;
}
.section .supportDeviceTable .tabs .tab .item.active{
	color: #ff8f4b;
}
.section .supportDeviceTable .tabs .tab .item.active:after{
	content:'';
	background: #ff8f4b;
}


/* 0324-新增下载专区二维码 */
.section .device-card .imgQr{
	position: absolute;
	top: 0.3rem;
	left: 50%;
	transform: translate(-50%,0);
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.5s;
   width: 120px
}
.section .device-card .device{
	transition: all ease 0.3s;
}







/* ---------------------------------------1680--------------------------------------- */
@media(max-width:1680px) {
	.bar-view .container-lg{
		width: 1300px;
	}
	.bar-view .left h4{
		font-size: 50px;
	}
	.bar-view .left h6{
		font-size: 20px;
	}
	.bar-view .right img{
		width: 660px;
	}
}


/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	.bar-view .container-lg{
		width: 1200px;
	}
	.bar-view{
		top: 30%;
	}
	.download .item .btn{
		line-height: 70px;
	}
}


/* ---------------------------------------1200--------------------------------------- */
@media(max-width:1200px) {
	.about_g1 .cont .left video{
		height: 300px;
	}
	.bar-view{
		top: 25%;
	}
	.sp_logo img{
		width: 220px;
		margin-top: 12px;
	}
	.bar-view .container-lg{
		width: 970px;
	}
	.bar-view .left h4{
		font-size: 40px;
	}
	.bar-view .left h6{
		font-size: 16px;
	}
	.bar-view .left .dn{
		margin-top: 20px;
	}
	.bar-view .left .item{
		line-height: 50px;
		width: 200px;
	}
	.bar-view .right img{
		width: 500px;
	}
	.download .item img{
		width: 100px;
	}
	.download .item .btn{
		width: 200px;
		line-height: 50px;
		font-size: 16px;
	}
	.download .item .btn i{
		font-size: 20px;
		margin-right: 5px;
	}
	.news .cont .item{
		width: 50%;
	}
	.teacher .item{
		width: 33.33%;
	}
	.e2_group .cont{
		flex-flow: wrap;
	}
	.e2_group .item{
		width: 48%;
		margin-bottom: 40px;
	}
	.e2_group .item .world{
		height: auto;
	}
	.e3_group{
		margin-top: 60px;
	}
	.e4_group .item {
		width: calc(100% / 6 - 30px);
		margin: 0 15px;
	}
	.e4_group .item img{
		width: 100%;
	}
	.e4_group .item h4{
		font-size: 16px;
		margin-top: 0;
	}
	.e1_group .cont .container{
		flex-wrap: wrap;
	}
	.e1_group .cont .left,.e1_group .cont .right{
		width: 100%;
	}
	.e1_group .left>div{
		margin: 0 auto;
	}
	.e1_group .right .item:nth-child(1),
	.e1_group .right .item:nth-child(2),
	.e1_group .right .item:nth-child(3),
	.e1_group .right .item:nth-child(4),
	.e1_group .right .item:nth-child(5){
		margin-left: 0;
	}
	.e3_group .item{
		padding: 30px 15px;
	}
	.e3_group .item h4{
		font-size: 18px;
	}
	.e4_group .item h4{
		font-size: 14px;
	}
}

/* ---------------------------------------992--------------------------------------- */
@media(max-width:992px) {
	.about_g1{
		padding: 80px 0;
	}
	.about_g1 .cont{
		margin-top: 30px;
		flex-flow: wrap;
	}
	.about_g1 .cont .left{
		width: 100%;
	}
	.about_g1 .cont .left video{
		height: auto;
		object-fit: cover;
	}
	.about_g1 .cont .right{
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.about_g1 .cont .right h4{
		margin-bottom: 15px;
	}
	.about_g2 .item{
		padding-left: 140px;
	}
	.about_g2 .item .year{
		font-size: 40px;
	}
	.about_g2 .cont {
	    background: url(../images/line.png) repeat-y left 120px top;
	}
	.about_g2 .item .dian{
		right: -29px;
	}
	.about_g3{
		padding: 80px 0;
	}
	.about_g3 .cont{
		margin-top: 30px;
	}
	.bar-view{
		top: 30%;
	}
	.bar-view .container-lg{
		width: 720px;
		flex-flow: wrap;
	}
	.bar-down {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bar-view .left,.bar-view .right{
		width: 100%;
		animation: none;
	}
	.bar-view .left{
		margin-bottom: 40px;
		text-align: center;
	}
	.bar-view .left .dn{
		justify-content: center;
	}
	.bar-view .right>img{
		margin: 0 auto;
		animation: none;
	}
	.bar-down>img{
		width: auto;
		height: 500px;
	}
	.download .img-view{
		margin-top: 25px;
	}
	.download .img-view img{
		width: 90%;
	}
	.download .group{
		padding: 0 30px;
		margin-top: 30px;
	}
	.download .item .btn{
		margin-top: 20px;
	}
	.download .bom{
		margin: 20px 0;
	}
	.join{
		margin: 80px 0 0 0;
	}
	.news .cont .item a>img{
		height: 6rem;
	}
	
	/* 0322-新增 */
	.section .content .downloadPad .btn-download{
		position: initial !important;
		transform: initial !important;
		width: 100% !important;
		box-sizing: border-box !important;
		margin-top: 10px;
	}
	.downloadPad .info{
		position: initial !important;
		transform: initial !important;
		width: 100% !important;
	}
	.section .content .downloadPad{
		margin: 20px 0 !important;
		height: auto !important;
		padding: 20px;
	}
	.modal-content{
		font-size: 16px !important;
	}
	
	
}


/* ---------------------------------------767--------------------------------------- */
@media(max-width:767px) {
	.previewbox{
		display: none !important;
	}
	.preview-content .image-container{
		width: 95% !important;
		height: auto !important;
		max-width: initial !important;
		max-height: initial !important;
	}
	.preview-content .image-container>img{
		width: 100% !important;
		height: auto !important;
		max-width: initial !important;
		max-height: initial !important;
	}
	.previewbox .preview-content .content-item .content-item-scroller .toggle-right,
	.previewbox .preview-content .content-item .content-item-scroller .toggle-left{
		display: none;
	}
	.bar {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.bar img{
		height: 180px;
		width: auto;
	}
	.about_g1{
		padding: 40px 0;
	}
	.title h4{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.title h6{
		font-size: 16px;
	}
	.about_g1 .cont{
		margin-top: 20px;
		overflow: hidden;
	}
	.about_g1 .cont .left video{
		height: 200px;
	}
	.about_g1 .cont .right h4{
		font-size: 24px;
	}
	.about_g1 .cont .right .text{
		font-size: 14px;
	}
	.about_g2 .cont{
		padding-left: 30px;
		background: url(../images/line.png) repeat-y left 0px top;
	}
	.about_g2 .item{
		padding-left: 0;
		margin: 25px 0;
	}
	.about_g2 .item .year{
		position: relative;
		margin-bottom: 20px;
		font-size: 32px;
	}
	.about_g2 .item .dian{
		right: initial;
		left: -10%;
		width: 10px;
		height: 10px;
	}
	.about_g2 .item .text{
		font-size: 14px;
		padding: 15px;
	}
	.about_g2 .btn{
		margin-left: 0px;
	}
	.about_g3{
		padding: 40px 0;
	}
	.about_g3 .swiper-button-next,.about_g3 .swiper-button-prev{
		display: none;
	}
	.bar-view{
		height: 50vh;
		top: 0;
		padding: 5vh 0 0 0;
		transform: translate(-50%,0);
	}
	.bar-view .container-lg{
		width: 100%;
		padding: 0 15px;
		height: 45vh;
		flex-flow: column-reverse;
		justify-content: center;
	}
	.bar-down>img{
		height: 50vh !important;
	}
	
	.bar-view .right>img{
		width: 85%;
		height: auto;
	}
	.bar-view .left{
		margin-bottom: 0;
		margin-top: 20px;
	}
	.bar-view .left h4{
		font-size: 32px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.bar-view .left h6{
		font-size: 14px;
	}
	.bar-view .left .dn{
		flex-flow: wrap;
	}
	.bar-view .left .item{
		width: 60%;
		margin: 10px 0;
	}
	.title1 h4{
		font-size: 28px;
	}
	.title1 h4 img{
		width: 30px;
	}
	.title1 h6{
		font-size: 14px;
	}
	.download{
		margin: 40px 0 0px 0;
	}
	.download .group{
		flex-flow: wrap;
		padding: 0;
	}
	.download .item{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		border: 1px solid #e9e9e9;
	}
	.download .item .btn{
		margin-top: 0;
	}
	.download .item .btn{
		font-size: 14px;
		line-height: 40px;
		width: 170px;
	}
	.download .bom{
		margin-top: 0;
		margin-bottom: 80px;
		font-size: 13px;
	}
	.join{
		margin-top: 40px;
	}
	.join .item{
		width: 100%;
	}
	.join .item a{
		margin: 0 0 20px 0;
		border: 1px solid #e9e9e9;
	}
	.join .item .line{
		margin: 15px 0;
	}
	.join .item .btn{
		margin-top: 20px;
		width: 120px;
		font-size: 14px;
		line-height: 36px;
	}
	.news{
		padding: 40px 0;
	}
	.two-nav a{
		line-height: 50px;
		font-size: 14px;
	}
	.news .cont{
		padding: 15px 15px 30px 15px;
		justify-content: space-between;
	}
	.news .cont .item{
		width: 48%;
		margin: 6px 0;
		border: 1px solid #ddd;
	}
	.news-dongtai .cont .item{
		width: 100%;
	}
	.news .cont .item a{
		margin: 0;
		border: 0;
	}
	.news .cont .item h4{
		font-size: 14px;
	}
	.news .cont .item .world{
		padding: 10px;
	}
	.news .cont .item .text{
		display: none;
	}
	.news .cont .item .btn{
		display: none;
	}
	.news-dongtai .cont .item .text{
		display: block;
	}
	.news-dongtai .cont .item .btn{
		display: flex;
	}
	.news .ym{
		margin-top: 20px;
	}
	.ym a{
		padding: 0 10px;
	}
	.teacher{
		padding: 40px 0;
	}
	.teacher .container{
		justify-content: space-between;
	}
	.teacher .item{
		width: 48%;
		margin: 8px 0;
	}
	.teacher .item a{
		margin: 0;
	}
	.teacher .item h6{
		margin: 10px 0;
	}
	.teacher .item .world{
		padding: 15px;
	}
	.teacher .item .btn{
		margin-top: 15px;
	}
	.teacher .ym{
		margin-top: 20px;
	}
	.e1_group{
		margin: 40px 0;
	}
	.e1_group .cont{
		margin-top: 20px;
		overflow: hidden;
	}
	.e1_group .cont .container{
		padding: 25px 0;
	}
	.e1_group .left>div{
		width: 300px;
		height: 300px;
	}
	.e1_group .cont .right{
		padding: 0 15px;
	}
	.e1_group .right .item{
		margin: 15px 0;
		border: 1px solid #ddd;
		padding: 15px;
	}
	.e1_group .right .item .num{
		width: 60px;
	}
	.e1_group .right .item .num img{
		height: 60px;
	}
	.e1_group .right .item .world{
		margin-left: 10px;
	}
	.e1_group .right .item h4{
		font-size: 18px;
	}
	.e1_group .right .item .world .text{
		font-size: 13px;
	}
	.e1_group .right .item .til-s h4,
	.e1_group .right .item .til-s h6{
		width: 100%;
		margin: 5px 0;
	}
	.e1_group .right .item .til-s{
		flex-flow: wrap;
		margin-bottom: 0;
	}
	.e2_group .cont{
		margin-top: 30px;
		overflow: hidden;
	}
	.e2_group .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.e2_group .item .age{
		font-size: 50px;
		line-height: 1;
		padding-top: 0;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.e2_group .item .age i{
		position: initial;
		display: inline-block;
		margin-bottom: 20px;
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
	.e2_group .item .age font{
		font-size: 40px;
	}
	.e2_group .item .world{
		padding: 15px;
	}
	.e2_group .item h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.e2_group .item .world .text{
		font-size: 13px;
	}
	.e3_group{
		margin: 30px 0 0 0;
		padding: 40px 0;
		overflow: hidden;
	}
	.e3_group .group{
		margin-top: 25px;
	}
	.e3_group .item{
		width: 48%;
		padding: 15px;
	}
	.e3_group .item img{
		margin-bottom: 15px;
	}
	.e3_group .item h4{
		font-size: 16px;
	}
	.e3_group .item h6{
		line-height: 1.2;
	}
	.e4_group{
		padding: 40px 0 25px 0;
		position: relative;
	}
	.e4_group::after{
		content: '';
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.e4_group .container{
		position: relative;
		z-index: 1;
	}
	.e4_group .cont{
		flex-flow: wrap;
		margin-top: 30px;
		overflow: hidden;
	}
	.e4_group .item{
		width: calc(100% / 3 - 20px);
		margin: 5px 10px;
	}
	.e4_group .item img{
		margin: 0 !important;
	}
	.e4_group .item h4{
		color: #fff;
	}
	.e4_group .title h4,
	.e4_group .title h6{
		color: #fff;
	}
	.e5_group{
		padding: 40px 0;
	}
	.e5_group .item{
		width: 48%;
	}
	.e5_group .cont{
		margin-top: 25px;
		overflow: hidden;
	}
	.e5_group .item img{
		margin: 20px auto;
		width: 80px;
	}
	
	
	
	
	
	
}


/* ---------------------------------------380--------------------------------------- */
@media(max-width:380px) {
	.about_g2 .item .dian{
		left: -11%;
	}
	.bar img{
		height: 160px;
	}
	.e1_group .left>div{
		width: 240px;
		height: 240px;
	}
	.e1_group .right .item .num{
		width: 50px;
	}
	.e1_group .right .item .num img{
		height: 50px;
	}
	.e2_group .item .age{
		font-size: 55px;
	}
	.e2_group .item .age i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	
}


/* ---------------------------------------330--------------------------------------- */
@media(max-width:330px) {
	.about_g2 .item .dian{
		left: -13%;
	}
	.bar-view .left{
		margin-top: 20px;
	}
	.bar-view .left h4{
		font-size: 28px;
	}
	.bar-view .left h6{
		line-height: 1.5;
	}
	.bar-view .left .dn{
		margin-top: 10px;
	}
	.bar-view .left .item{
		line-height: 40px;
		margin: 5px 0;
	}
	.bar img{
		height: 150px;
	}
	.e3_group .item h4{
		font-size: 14px;
	}
	.e4_group .item {
	    width: calc(100% / 3 - 0px);
		margin: 0;
	}
}