.fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(153, 153, 153, 0.9);
}
.close_img { position: absolute; right: -60px;top:-60px; width: 40px; z-index: 2;}

.pro1 .bg1{
	background-image: url(img/m1.png);
	background-position: center top;
}

	.contactMap{
	
		margin-top: -40px;
	}

.logo1{width:145px}
.pro1 .bg2{
	background-image: url(img/m2.png);
	background-position: center;
}
.pro1 .bg3{
	background-color: #f5f5f5;
}
.pro1 .bg4{
	background-image: url(img/m4.png);
	background-position: center top;
}
.pro1 .bg3 .text{
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}
.pro1 .bg3 .img{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	
}
@keyframes imgMove
{
    from {top: 50%;}
    to {top: 45%;}
}
.pro1 .bg3 .img img{
	width: 1100px;
}
.pro1 .footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.videoBox{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.videoBox .bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.videoBox .video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.videoBox .video video{
	width: 960px;
}
.headImg{
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.headImg .bg img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.headImg .title{
	position: absolute;
	left: 13%;
	top: 50%;
	width: 100%;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 5px;
}
.headImg .text{
	position: absolute;
	left: 13%;
	top: 35%;
	width: 100%;
}
.headImg .text1{
	margin-bottom: 20px;
}
.headImg .text1 p{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 35px;
}
.headImg .text2{
	font-size: 16px;
	color: #FFFFFF;
}
.headImg .text2 span{
	font-size: 24px;
	color: #FFFFFF;
}
.aboutUs{
	margin-bottom: 100px;
}
.sliderNav{
	width: 12%;
}
.sliderNav li{
	position: relative;
}
.sliderNav a{
	display: block;
	text-align: right;
	font-size: 25px;
	line-height: 65px;
}
.sliderNav .on::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 40px;
	background-color: #2c74e0;
}
.sliderNav .on a{
	color: #2c74e0;
}
.aboutUsContent{
	width: 80%;
	font-size: 16px;
	line-height: 35px;
	padding-top: 10px;
	text-align: justify;
}
.newsList{
	margin-bottom: 100px;
}
.newsList .list li{
	padding: 40px 0;
	border-bottom: solid 1px #cfcfcf;
}
.newsList .list .date{
	float: left;
	width: 70px;
	text-align: center;
}
.newsList .list .date p:nth-child(1){
	font-size: 24px;
	border-bottom: solid 2px #666666;
	line-height: 50px;
}
.newsList .list .date p:nth-child(2){
	font-size: 16px;
	line-height: 40px;
}
.newsList .list dl{
	float: right;
	width: 90%;
}
.newsList .list dt{
	font-size: 20px;
	line-height: 40px;
}
.newsList .list dd{
	font-size: 16px;
	line-height: 25px;
}
.newsList .list li:hover *{
	color: #007AFF;
}
.newsList .list li:hover p:nth-child(1){
	border-bottom: solid 2px #007AFF;
}
.moreBtn{
	padding-top: 30px;
	text-align: center;
}
.moreBtn a{
	font-size: 16px;
	color: #2c74e0;
}
.moreBtn a:hover{
	color: #999999;
}
.product{
	margin-bottom: 190px;margin-top: 80px;
}
.product .proBox{
	position: relative;
}
.product .proBox img{
	display: block;
	width: 100%;
}
.product .proBoxText1{
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 58px;
	color: #FFFFFF;
	letter-spacing: 5px;
}
.product .proBoxText2{
	position: absolute;
	left: 0%;
	top: 15%;
	width: 100%;
	text-align: center;
}
.product .proBoxText2 p:nth-child(1){
	font-size: 58px;
	color: #FFFFFF;
	letter-spacing: 10px;
	margin-bottom: 20px;
}
.product .proBoxText2 p:nth-child(2){
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.product .proBoxText3{
	position: absolute;
	left: 0%;
	top: 15%;
	width: 100%;
	text-align: center;
}
.product .proBoxText3 p{
	font-size: 22px;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.product .proBoxText3 p:nth-child(1){
	font-size: 58px;
	letter-spacing: 10px;
	margin-bottom: 20px;
}
.product .proBoxText4{
	position: absolute;
	right: 60%;
	top: 30%;
	transform: translateY(-50%);
}
.product .proBoxText4 .text1{
	border-bottom: solid 2px #FFFFFF;
	margin-bottom: 20px;
}
.product .proBoxText4 .text1 span:nth-child(1){
	font-size: 224px;
	color: #FFFFFF;
}
.product .proBoxText4 .text1 span:nth-child(2){
	font-size: 74px;
	color: #FFFFFF;
}
.product .proBoxText4 .text2{
	padding-left: 10px;
}
.product .proBoxText4 .text2 p{
	color: #FFFFFF;
	font-size: 34px;
	margin-bottom: 5px;
}
.product .risk{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 57%;
	animation:imgMove 2s ease-out infinite alternate;
}
.product .introduce{
	padding-top: 140px;
	margin-bottom: 210px;
}
.product .introduce .item{
	position: relative;
	width: 610px;
	height: 345px;
}
.product .introduce .item_a img{
	display: block;
	width: 100%;
	height: 100%;
}
.product .introduce .item_b{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.product .introduce .item_c{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product .introduce .item_c div:nth-child(1){
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.product .introduce .item_c div:nth-child(2) a{
	display: block;
	width: 80px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2c74e0;
	letter-spacing: 2px;
}
.product .introduce .item_c div:nth-child(2) a:hover{
	background-color: #FFFFFF;
	color: #2c74e0;
}
.product .field .title{
	font-size: 40px;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 40px;
}
.product .field .item{
	width: 180px;
}
.product .field .item:nth-child(1){
	float: left;
}
.product .field .item:nth-child(2){
	float: right;
}
.product .field .item .img{
	margin-bottom: 30px;
}
.product .field .item img{
	margin: 0 auto;
}
.product .field .item dt{
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.product .field .item dd{
	font-size: 16px;
}
.historyContent{
	width: 80%;
}
.historyTab{
	position: relative;
}

.historyTab .tabList{
	overflow: hidden;
}
.historyTab .tabList ul{
	width: 1000%;
	overflow: hidden;
}
.historyTab .tabList li{
	position: relative;
	float: left;
	width: 230px;
	padding: 60px 0;
}

.historyTab li .line{
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #bdbdbd;
}
.historyTab .tabList li .year{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #676767;
	cursor: pointer;
}
.historyTab .tabList li .point{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 4px;
	border-radius: 50%;
}
.historyTab .tabList li .point span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #676767;
}
.historyTab .tabList .on .year{
	color: #2c74e0;
}
.historyTab .tabList .on .line i{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 1px;
	background-color: #2c74e0;
}
.historyTab .tabList .active .line i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #2c74e0;
}
.historyTab .tabList .on .point{
	background-color: RGB(175,211,245,0.8);
}
.historyTab .tabList .on .point span{
	background-color: #2c74e0;
}
.historyTab .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 1px #2c2d2e;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
}
.historyTab .btn:hover{
	border: solid 1px #2c74e0;
}
.historyTab .prev{
	left: -40px;
	
}
.historyTab .next{
	right: -40px;
}
.yearCont{
	display: none;
}
.yearDetail{
	position: relative;
	max-width: 100%;
}
.yearDetail .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.6);
}
.yearDetail .text p{
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}
.yearCont img{
	max-width: 100%;
}
.contactMap .mapTab{
	width: 30%;
}
.contactMap .mapTab .item{
	border: solid 1px #FFFFFF;
	padding-top: 100px;
	padding-left: 60px;
	height: 340px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.5s ease;
}
.contactMap .mapTab .on{
	background-color: #0e1f2d;
}
.contactMap .mapTab .address1{
	margin-bottom: 20px;
}
.contactMap .mapTab .address1 p{
	font-size: 20px;
	line-height: 35px;
}
.contactMap .mapTab .address2 p{
	font-size: 16px;
	line-height: 25px;
}
.contactMap .on .address1 p{
	color: #FFFFFF;
}
.contactMap .on .address2 p{
	color: #FFFFFF;
}
.contactMap .mapBox{
	position: relative;
	width: 70%;
	height: 680px;
}
.contactMap .mapBox .mapImg{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-position: center;
}
.contactMap .mapBox .mapImg:nth-child(1){
	background-image: url(img/map1.png);
}
.contactMap .mapBox .mapImg:nth-child(2){
	background-image: url(img/map2.png);
}
.contactMap .mapBox .point{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 5px;
	border-radius: 50%;
	background-color: #FFFFFF;
}
.contactMap .mapBox .point span{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #418bfd;
}
.contactMap .mapBox .text{
	position: absolute;
	left: 50%;
	bottom: 55%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	padding: 25px;
	box-shadow: 0 0 10px #999;
}
.contactMap .mapBox .text1{
	font-size: 20px;
	margin-bottom: 15px;
}
.contactMap .mapBox .text2{
	margin-bottom: 15px;
}
.contactMap .mapBox .text2 p{
	font-size: 16px;
	line-height: 25px;
}
.contactMap .mapBox .text3{
	text-align: left;
}
.contactMap .mapBox .text3 a{
	display: inline-block;
	width: 115px;
	line-height: 35px;
	text-align: center;
	background-color: #2c74e0;
	color: #FFFFFF;
	font-size: 18px;
}
.honourContent{
	width: 80%;
	padding-top: 15px;
}
.honourContent ul{
	overflow: hidden;
}
.honourContent li{
	float: left;
	width: 26%;
	margin-left: 6%;
	margin-bottom: 20px;
}
.honourContent li .img{
	overflow: hidden;
}
.honourContent li img{
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.honourContent li .title{
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease;
}
.honourContent li:hover img{
	transform: scale(1.1);
}
.honourContent li:hover .title{
	color: #2C74E0;
}
.teamContent{
	width: 80%;
	padding-top: 15px;
}
.coreTeam{
	margin-bottom: 50px;
}
.teamTitle{
	font-size: 20px;
	margin-bottom: 25px;
}
.teamList ul{
	overflow: hidden;
}
.teamList li{
	float: left;
	width: 17%;
	margin-right: 8%;
	margin-bottom: 35px;
}
.teamList li img{
	display: block;
	width: 100%;
}
.teamList li dt{
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.teamList li dd{
	font-size: 14px;
	line-height: 25px;
	    height: 85px;
}
.newsDetail .backBtn{
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}
.newsDetail .backBtn img{
	float: left;
	margin-right: 5px;
}
.newsDetail .backBtn span{
	float: left;
	font-size: 18px;
	color: #2c74e0;
	line-height: 30px;
	transition: all 1s ease;
}
.newsDetail .backBtn a:hover{
	opacity: 0.6;
}
.newsDetail .title{
	font-size: 32px;
	margin-bottom: 15px;
	text-align: center;
}
.newsDetail .time{
	font-size: 14px;
	margin-bottom: 45px;
	text-align: center;
}
.newsDetail .detail{
	font-size: 16px;
	line-height: 30px;
}


.newsDetail .detail p{	font-size: 21px;
	line-height: 38px;}
	
	.newsDetail .detail span{	font-size: 21px;
	line-height: 38px;}
	
.newsDetail .detail img{
	max-width: 100%;
	    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.newsDetail .backList{
	text-align: center;
	padding: 50px 0;
}
.newsDetail .backList a{
	line-height: 30px;
	font-size: 16px;
	color: #2c74e0;
}
.newsDetail .backList a:hover{
	color: #666666;
}
.newsNav{
	border-top: solid 1px #d5d5d5;
	overflow: hidden;
}
.newsNav div{
	display: block;
	width: 50%;
	line-height: 55px;
	box-sizing: border-box;
}
.newsNav div:nth-child(1){
	position: relative;
	text-align: right;
	padding-right: 5%;
	line-height: 25px;
}
.newsNav div:nth-child(1)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d5d5d5;
}
.newsNav div:nth-child(2){
	padding-left: 5%;
}
.newsNav a{
	font-size: 16px;
}
.jobBg{
	background-color: #f6f7f8;
}
.jobList .item{
	background-color: #FFFFFF;
	padding: 55px 65px;
	margin-bottom: 25px;
}
.jobList .jobTitle{
	font-size: 20px;
	border-bottom: solid 2px #dfdfdf;
	padding-bottom: 25px;
}
.jobList .ruleList .rule{
	margin-top: 30px;
}
.jobList .rule .ruleTitle{
	font-size: 16px;
	margin-bottom: 10px;
}
.jobList .rule .ruleCont{
	font-size: 16px;
	line-height: 30px;
}

.jobList .rule .ruleCont p{
	font-size: 16px;
	line-height: 30px;
}


@media screen and (max-width: 1440px) {
	.headImg .text1 p{
		font-size: 18px;
		line-height: 30px;
	}
	.sliderNav a{
		font-size: 28px;
	}
	.sliderNav .on::before{
		height: 30px;
	}
	.contactMap .mapTab .item{
		padding-left: 20px;
	}
	.contactMap .mapTab .address1 p{
		font-size: 18px;
	}
	.contactMap .mapTab .address2 p{
		font-size: 14px;
	}
	.contactMap .mapBox .text1{
		font-size: 18px;
	}
	.contactMap .mapBox .text2 p{
		font-size: 14px;
	}
	.contactMap .mapBox .text3 a {
	    width: 100px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.historyTab .tabList li{
		width: 205px;
	}
	.historyTab .tabList li .year{
		font-size: 24px;
	}
	.newsDetail .title{
		font-size: 32px;
	}
	.videoBox .video video{
		width: 700px;
	}
	.product .proBoxText1{
		font-size: 50px;
	}
	.product .proBoxText2 p:nth-child(1){
		font-size: 50px;
	}
	.product .proBoxText3 p:nth-child(1){
		font-size: 50px;
	}
	.product .proBoxText4 .text1 span:nth-child(1){
		font-size: 200px;
	}
	.product .proBoxText4 .text1 span:nth-child(2){
		font-size: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.headImg .text1 p{
		font-size: 16px;
		line-height: 25px;
	}
	.headImg .text2 span{
		font-size: 22px;
	}
	.headImg .text2{
		font-size: 14px;
	}
	.sliderNav a{
		font-size: 24px;
	}
	.sliderNav .on::before{
		height: 20px;
	}
	.headImg .title{
		font-size: 36px;
	}
	.contactMap .mapBox .text1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contactMap .mapBox .text2 p{
		font-size: 12px;
	}
	.contactMap .mapBox .text3 a {
	    width: 100px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.contactMap .mapTab .address1 p{
		font-size: 16px;
	}
	.contactMap .mapTab .address2 p{
		font-size: 12px;
	}
	.historyTab .tabList li{
		width: 185px;
	}
	.historyTab .prev{
		left: 0;
	}
	.historyTab .next{
		right: 0;
	}
	.historyTab .tabList li .year{
		font-size: 22px;
	}
	.newsDetail .title{
		font-size: 30px;
	}
	.product .introduce .item{
		width: 42%;
		height: auto;
	}
	.product .field .title{
		font-size: 36px;
	}
	.teamList li dt{
		font-size: 16px;
	}
	.teamList li dd{
		font-size: 12px;
		line-height: 20px;
		    height: 20px;
	}
	.product .proBoxText1{
		font-size: 40px;
	}
	.product .proBoxText2 p:nth-child(1){
		font-size: 40px;
	}
	.product .proBoxText3 p:nth-child(1){
		font-size: 40px;
		letter-spacing: 5px;
	}
	.product .proBoxText2 p:nth-child(2){
		font-size: 20px;
	}
	.product .proBoxText3 p{
		font-size: 20px;
	}
	.product .proBoxText4 .text1 span:nth-child(1){
		font-size: 150px;
	}
	.product .proBoxText4 .text1 span:nth-child(2){
		font-size: 60px;
	}
	.product .proBoxText4 .text2 p{
		font-size: 30px;
	}
	.product .proBoxText3{
		top: 10%;
	}
}
@media screen and (max-width: 1160px) {
  .close_img{right: -10px; top:-40px; width: 20px;}
	.headImg .text1 p{
	    font-size: 14px;
		line-height: 20px;
	}
	.headImg .text1{
		margin-bottom: 10px;
	}
	.headImg .text2 span{
		font-size: 20px;
	}
	.headImg .text2{
		font-size: 12px;
	}
	.headImg .text{
		top: 40%;
	}
	.sliderNav a{
		font-size: 22px;
		line-height: 50px;
	}
	.headImg .title{
		font-size: 34px;
	}
	.contactMap .mapTab .item{
		padding: 20px;
	}
	.contactMap .mapBox .text{
		padding: 20px;
	}
	.historyTab .tabList li .year{
		font-size: 20px;
	}
	.historyTab .tabList li{
		padding: 40px 0;
	}
	.honourContent li .title{
		font-size: 12px;
	}
	.newsDetail .title{
		font-size: 28px;
	}
	.product .proBoxText1{
		font-size: 34px;
	}
	.product .proBoxText2 p:nth-child(1){
		font-size: 34px;
		letter-spacing: 5px;
		margin-bottom: 10px;
	}
	.product .proBoxText2 p:nth-child(2){
		font-size: 18px;
	}
	.product .proBoxText3 p:nth-child(1){
		margin-bottom: 10px;
		font-size: 34px;
	}
	.product .proBoxText3 p{
		font-size: 18px;
	}
	.product .proBoxText4 .text1 span:nth-child(1){
		font-size: 100px;
	}
	.product .proBoxText4 .text1 span:nth-child(2){
		font-size: 50px;
	}
	.product .proBoxText4 .text2 p{
		font-size: 24px;
	}
}
@media screen and (max-width: 980px) {
	.fixed .menuBtn i{
		background-color: #eee;
	}
	.headImg .text1 p{
		font-size: 12px;
		line-height: normal;
	}
	.headImg .text1{
		margin-bottom: 5px;
	}
	.sliderNav a{
		font-size: 18px;
	}
	.aboutUsContent{
		font-size: 14px;
	}
	.headImg .title{
		font-size: 30px;
	}
	.contactMap .mapTab .item{
		padding: 40px 20px;
	}
	.contactMap .mapBox .text{
		padding: 10px;
	}
	.contactMap .mapBox .text1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.contactMap .mapBox .text2 p{
		font-size: 10px;
		line-height: 20px;
	}
	.contactMap .mapBox .text3 a {
	    width: 80px;
	    line-height: 25px;
	    font-size: 12px;
	}
	.contactMap .mapTab .address1 p{
		font-size: 14px;
		line-height: 30px;
	}
	.contactMap .mapTab .address2 p{
		line-height: 20px;
	}
	.contactMap .mapBox{
		height: 600px;
	}
	.contactMap .mapTab .item{
		height: 300px;
	}
	.historyTab .tabList li .year{
		font-size: 18px;
	}
	
	.newsList .list dl{
		width: 85%;
	}
	.newsList .list dt{
		font-size: 18px;
	}
	.headImg{
		margin-bottom: 45px;
	}
	.newsList .list dd{
		font-size: 14px;
	}
	.newsList .list .date p:nth-child(1){
		font-size: 22px;
	}
	.newsDetail .title{
		font-size: 26px;
	}
	.newsNav a{
		font-size: 14px;
	}
	.newsDetail .detail{
		font-size: 14px;
	}
	.videoBox .video video{
		width: 640px;
	}
	.product .field .title{
		font-size: 34px;
	}
	.product .field .item dt{
		font-size: 20px;
	}
	.teamList li dd{
		font-size: 10px;
	}
	.product .proBoxText1{
		font-size: 26px;
	}
	.product .proBoxText2 p:nth-child(1){
		font-size: 26px;
	}
	.product .proBoxText2 p:nth-child(2){
		font-size: 14px;
	}
	.product .proBoxText3 p:nth-child(1){
		font-size: 26px;
	}
	.product .proBoxText3 p{
		font-size: 14px;
	}
	.product .proBoxText4 .text1{
		margin-bottom: 10px;
	}
	.product .proBoxText4 .text1 span:nth-child(1){
		font-size: 80px;
	}
	.product .proBoxText4 .text1 span:nth-child(2){
		font-size: 30px;
	}
	.product .proBoxText4 .text2 p{
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	.headImg{
		padding-top: 0px;
	}
	.headImg .text{
		top: 45%;
	}
	.headImg .text1 p{
		font-size: 10px;
	}
	.headImg .text2{
		font-size: 10px;
	}
	.headImg .text2 span{
		font-size: 14px;
	}
	.sliderNav{
		width: 100%;
	}
	.sliderNav ul{
		display: flex;
		    margin-top: 20px;
	}
	.sliderNav li{
		flex: 1;
	}
	.sliderNav li::before{
		display: none;
	}
	.sliderNav li a{
		text-align: center;
		font-size: 16px;
	}
	.sliderNav .on a{
		border-bottom: solid 1px #007AFF;
	}
	.aboutUsContent{
		width: 100%;
	}
	
	.aboutUsContent p {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
}
	.headImg .title{
		font-size: 26px;
	}
	.contactMap{
		position: relative;
		padding-top: 300px;
		margin-top: 20px;
	}
	.contactMap .mapBox{
		width: 100%;
	}
	.contactMap .mapTab{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
	}
	.historyContent{
		width: 100%;
		padding-top: 50px;
	}
	.historyTab .tabList li{
		width: 120px;
	}
	.historyTab .tabList li .year{
		font-size: 14px;
	}
	.honourContent{
		width: 100%;
		padding-top: 30px;
	}
	.jobList .item{
		padding: 20px;
	}
	.jobList .jobTitle{
		font-size: 18px;
	}
	.jobList .rule .ruleTitle{
		font-size: 14px;
	}
	.jobList .rule .ruleCont{
		font-size: 14px;
	}
	.headImg{
		margin-bottom: -20px;
	}
	.newsList .list .date p:nth-child(1){
		font-size: 18px;
	}
	.newsList .list .date p:nth-child(2){
		font-size: 14px;
	}
	.newsList .list dt{
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.newsList .list dd{
		font-size: 12px;
	}
	.newsList .list dl{
		width: 75%;
	}
	.newsDetail .title{
		font-size: 20px;
	}
	.newsNav a{
		font-size: 12px;
	}
	.newsNav div{
		line-height: normal;
		padding: 10px 0;
	}
	.newsDetail .backBtn img{
		width: 15px;
	}
	.newsDetail .backBtn span{
		font-size: 14px;
		line-height: 22px;
	}
	.newsDetail .time{
		margin-bottom: 25px;
	}
	.newsDetail .backList{
		padding: 25px 0;
	}
	.product{
		padding-top: 0px;
		margin-bottom: 100px;
		margin-top: 60px;
	}
	.product .introduce{
		padding-top: 70px;
		margin-bottom: 100px;
	}
	.product .introduce .item_c div:nth-child(1){
		font-size: 14px;
		text-align: center;
	}
	.product .introduce .item_c div:nth-child(2) a{
		font-size: 10px;
		line-height: 25px;
		width: 70px;
	}
	.videoBox .video{
		width: 90%;
	}
	.videoBox .video video{
		width: 100%;
	}
	.product .field .title{
		font-size: 30px;
	}
	.product .field .item{
		width: 33.33%;
		margin-bottom: 30px;
	}
	
	.product .field .item img {
    margin: 0 auto;
    width: 70%;
}
	.product .field .item dd{
		text-align: center;
	}
	.product .field .item .img{
		margin-bottom: 15px;
	}
	.product .field .item dd{
		font-size: 12px;
	}
	.teamContent{
		width: 100%;
		padding-top: 30px;
	}
	.teamTitle{
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
	}
	.teamList ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.teamList li{
		float: none;
		width: 48%;
		margin-right: 0;
	}
	
	.teamList li dd{
		font-size: 12px;
	}
	.yearDetail .text{
		padding: 10px 20px;
	}
	.yearDetail .text p{
		font-size: 10px;
		line-height: 20px;
	}
	.product .proBoxText1{
		font-size: 13px;
	}
	.product .proBoxText2 p:nth-child(1){
		font-size: 13px;
		margin-bottom: 5px;
	}
	.product .proBoxText2 p:nth-child(2){
		font-size: 8px;
	}
	.product .proBoxText3 p:nth-child(1){
		font-size: 13px;
	}
	.product .proBoxText3 p{
		font-size: 8px;
	}
	.product .proBoxText4 .text1 span:nth-child(1){
		font-size: 40px;
	}
	.product .proBoxText4 .text1 span:nth-child(2){
		font-size: 20px;
	}
	.product .proBoxText4 .text2 p{
		font-size: 12px;
	}
	.product .proBoxText3{
		top: 8%;
	}
	.honourContent ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.honourContent li{
		float: none;
		margin-left: 0;
		width: 48%;
	}
	.honourContent li .title{
		line-height: 40px;
	}
}
