@media only screen and (min-width: 1200px){
	
	.box{width: 1200px;margin: 0 auto;}
	header {
		background: url("../images/banner.png") no-repeat;
		height: 608px;
		background-size: 100% 100%;
	}
	nav {
		width: 1200px;
		padding: 26px 0;
	}
	.leftNav>a>img {
		width: 200px;
	}
	.rightNav>a {
		margin-left: 12px;
		width: 88px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	.bennerCode{
		margin-top: 180px;
		margin-left: 232px;
	}
	.bennerCode>div{
		width: 200px;
		height: 200px;
		margin-right: 40px;
	}
	.bennerTip{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.bennercode{
		width: 120px;
		height: 120px;
		margin-bottom: 5px;
	}
	.up{
		font-size: 14px;
	}
	section {
		width: 1200px;
		margin: 0 auto;
	}
	
	section>.list {
		width: 100%;
		padding: 33px;
		margin-top: -50px;
	}
	
	section>.list>li>a {
		font-size: 16px;
	}
	
	section>.list>li>a>img {
		width: 60px;
		height: 60px;
		margin-right: 12px;
	}
	.content {
		margin-top: 90px;
	}
	
	.title {
		font-size: 36px;
		font-family: SourceHanSansCN;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 47px;
	}
	
	.content>.type {
		display: flex;
		justify-content: center;
	}
	
	.content>.type>div {
		width: 380px;
	}
	
	.content>.type>div:first-child {
		margin-right: 55px;
	}
	
	.typeTit {
		width: 380px;
		height: 126px;
		padding-left: 40px;
	}
	
	.typeTit>.tit1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
	.typeTit>.tit2 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.typeList {
		padding: 0 40px;
	}
	
	.typeList>li {
		padding: 20px 0;
	}
	
	.typeList>li div {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.typeList>li span {
		font-size: 14px;
	}
	
	.typeList>li div::after {
		content: "";
		display: block;
		position: absolute;
		left: -16px;
		top: 10px;
		width: 6px;
		height: 6px;
		background: #066AFA;
		border-radius: 50%;
	}
	.typeTime {
		display: flex;
		justify-content: space-between;
	}
	
	.typeTime>li {
		width: 280px;
		height: 180px;
		padding: 20px;
	}
	
	.titTime strong {
		font-size: 24px;
		margin-right: 10px;
	}
	
	.titTime b {
		font-size: 24px;
	}
	.timeList>span {
		margin-right: 47px;
		margin-top: 10px;
		font-size: 16px;
	}
	.timefoot{
		font-size:56px;
		bottom: -20px;
	}
	.our {
		padding-bottom: 60px;
	}
	
	.baseTit {
		margin-top: 90px;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.baseTit>b {
		font-size: 36px;
	}
	
	.baseTit>span {
		font-size: 20px;
	}
	
	.baseTit>div {
		font-size: 70px;
		width: 100%;
		top: 75px;
	}
	.ourList>li {
		width: 388px;
		height: 250px;
		margin-bottom: 20px;
		padding: 40px 40px 30px;
	}
	.ourList>li:hover{
		margin-top: -12px;
	}

	.ourtit {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.ourTxt {
		font-size: 18px;
	}
	.ourTxt span{
		display: block;
	}
	.ouricon {
		width: 40px;
		position: absolute;
		bottom:30px;
		left:40px;
	}
	
	.ourNum {
		font-size: 200px;
		top: -40px;
		right: -10px;
	}
	.newsList>li{
		width: 585px;
		height: 198px;
		margin-bottom: 30px;
	}
	.newsList>li>a>img{
		width: 193px;
		height: 198px;
	}
	.newsList>li>a{
		display: flex;
		font-family: SourceHanSansCN;
	}
	.newsRight{
		padding: 30px 28px;
	}
	.newsRight>div{
		width: 328px;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.newsRight>p{
		height: 47px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.newsRight>span{
		font-size: 16px;
	}
	.newsMore{
		width: 263px;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
		margin: 20px auto 70px;
	}
	.about{
		height: 560px;
	}
	.about p{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 90px;
	}
	.aboutService{
		width: 263px;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
	.footBox{
		padding: 50px 0 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footCode{
		display: flex;
		align-items: center;
		color: #fff;
	}
	.footCode>img{
		width: 120px;
		height: 120px;
		margin-left: 30px;
	}
	.footOur{
		font-size: 22px;
	}
	.footPhone{
		font-size: 18px;
	}
	.footPhone>img{
		width: 16px;
		margin-right: 6px;
		margin-top: 10px;
	}
	.footlogo{
		width: 200px;
	}
	.copy{
		font-size: 14px;
		padding: 14px 0;
	}
}
@media only screen and (max-width: 1200px){
	header {
		background: url("../images/banner.png") no-repeat;
		height: 25rem;
		background-size: cover;
		background-position:-9rem -1rem;
	}
	nav {
		/* width: 1200px; */
		padding: 1rem;
	}
	.leftNav>a>img {
		width: 10rem;
		/* width: 200px; */
	}
	.rightNav>a {
		padding: .2rem .5rem;
		font-size: .12rem;
		 margin-left: .5rem;
	}
	.bennerCode{
		padding: 2.5rem 1.5rem;
		margin-top: 4rem;
	}
	.bennerCode>div{
		padding: .2rem .5rem;
		margin-right: 1rem;
	}
	.bennerTip{
		font-size: .12rem;
		margin-bottom: .2rem;
	}
	.bennercode{
		width: 6rem;
		height: 6rem;
		margin-bottom: .2rem;
	}
	.up{
		font-size: .12rem;
	}
	section {
		padding: 1rem;
	}
	
	section>.list {
		width: 100%;
		padding: 1rem 1rem 0;
		margin-top: -5rem;
		flex-wrap: wrap;
	}
	section>.list>li{
		margin-bottom: 1rem;
		width: 48%;
	}
	section>.list>li>a {
		font-size: .16rem;
	}
	
	section>.list>li>a>img {
		width: 3rem;
		height: 3rem;
		margin-right: .1rem;
	}
	.content {
		margin-top: 2rem;
	}
	
	.title {
		font-size: 1.5rem;
		font-family: SourceHanSansCN;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 1rem;
	}
	
	.content>.type>div {
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.content>.type>div:first-child {
		margin-right: 1rem;
	}
	
	 .typeTit {
		width: 100%;
		padding: 1.5rem;
		box-sizing: border-box;
	}
	
	.typeTit>.tit1 {
		font-size: 2rem;
		margin-bottom: .2rem;
	}
	
	.typeTit>.tit2 {
		font-size: 1rem;
	}
	
	.typeList {
		padding: 0 1.5rem;
	}
	
	.typeList>li {
		padding: .8rem 0;
	}
	
	.typeList>li div {
		font-size: 1rem;
		margin-bottom: .3rem;
	}
	
	.typeList>li span {
		font-size: .9rem;
	}
	
	.typeList>li div::after {
		content: "";
		display: block;
		position: absolute;
		left: -16px;
		top: 10px;
		width: 6px;
		height: 6px;
		background: #066AFA;
		border-radius: 50%;
	}
	.typeTime{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.typeTime>li {
		width: 48%;
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.titTime strong {
		font-size: 1rem;
		margin-right: .1rem;
	}
	
	.titTime b {
		font-size: .5rem;
	}
	.timeList>span {
		margin-right: 1rem;
		margin-top: .5rem;
		font-size: .8rem;
	}
	.timefoot{
		font-size:2.5rem;
		bottom: -.8rem;
	}
	.our {
		/* padding-bottom: 60px; */
		padding: 1rem;
		box-sizing: border-box;
	}
	
	.baseTit {
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}
	
	.baseTit>b {
		font-size: 1.5rem;
	}
	
	.baseTit>span {
		font-size: 1rem;
	}
	
	.baseTit>div {
		width: 100%;
		font-size: 2.2rem;
		top: 0rem;
		left: 0;
	}
	.ourList>li {
		width: 48%;
		padding:1rem 1rem 4rem;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}
	.ourtit {
		font-size: 1.2rem;
		margin-bottom: .5rem;
	}
	
	.ourTxt {
		font-size: .9rem;
	}

	.ouricon {
		width: 2rem;
		position: absolute;
		bottom:1rem;
		left:1rem;
	}
	
	.ourNum {
		font-size: 8rem;
		top: -2.2rem;
		right: -.4rem;
	}
	.newsList{
		padding: 1rem;
		box-sizing: border-box;
	}
	.newsList>li{
		width: 100%;
		margin-bottom: 1.2rem;
	}
	.newsList>li>a>img{
		width: 100%;
	}
	.newsRight{
		padding: 1rem;
	}
	.newsRight>div{
		font-size: 1.4rem;
		margin-bottom: .6rem;
	}
	.newsRight>p{
		height: 2.8rem;
		font-size: 1rem;
		margin-bottom: .5rem;
	}
	.newsRight>span{
		font-size: .9rem;
	}
	.newsMore{
		width: 18rem;
		height: 3rem;
		font-size: 1.2rem;
		line-height: 3rem;
		margin: 1rem auto 4rem;
	}
	.about{
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
		padding-top: .5rem;
		padding-bottom: 4rem;
	}
	.about p{
		font-size: 1.2rem;
		line-height: 2rem;
		padding-bottom: 2rem;
	}
	.aboutService{
		width: 18rem;
		height: 3rem;
		font-size: 1.2rem;
		line-height: 3rem;
	}
	
	.footBox{
		padding: 5rem 1rem 4rem;
		text-align: center;
	}
	.footCode{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footCode>img{
		width: 8rem;
		height: 8rem;
		margin-left: 2rem;
	}
	.footCode>div{
		color: #fff;
		font-size: 1.2rem;
	}
	.footPhone{
		font-size: 1rem;
	}
	.footPhone>img{
		width: 1rem;
		margin-right: .6rem;
		margin-top: .6rem;
	}
	.footlogo{
		width: 20rem;
		margin-bottom: 1.5rem;
	}
	.copy{
		font-size: .8rem;
		padding: 1rem 0;
	}
}
nav {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.rightNav>a {
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 18px;
	color: #FFFFFF;
	text-align: center;
}
.bennerCode{
	display: flex;
}
.bennerCode>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(255,255,255,.3);
	border-radius: 5px;
}
.bennerTip{
	color: #fff;
}
.up{
	color: #F8CA54;
}

section>.list {
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(167, 167, 167, 0.35);
	border-radius: 8px;
	box-sizing: border-box;
}

section>.list>li>a {
	display: flex;
	align-items: center;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}
/* 
.content {
	margin-top: 90px;
} */

.title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.content>.type>div {
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(167, 167, 167, 0.35);
	border-radius: 8px;
}

.typeTit {
	background: url("../images/listBg.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 8px 8px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.typeTit>.tit1 {
	display: block;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px 0px rgba(0, 21, 149, 0.34);
}

.typeTit>.tit2 {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.typeList>li {
	border-bottom: 1px solid rgba(153, 153, 153, .16);
}

.typeList>li div {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	position: relative;
}

.typeList>li span {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #9A9A9A;
}
.typeTime>li {
	
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(167, 167, 167, 0.35);
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.titTime strong {
	color: #066AFA;
	font-weight: bold;
}

.titTime b {
	color: #D6D6D6;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.timeList {
	display: flex;
	flex-wrap: wrap;
	z-index: 9;
	position: relative;
}

.timeList>span {
	color: #999999;
}
.timefoot{
	color: #EDF4FF;
	position: absolute;
	font-family:'Times New Roman', Times, serif;
	letter-spacing: 4px;
	z-index: 1;
	left: 50%;
	transform: translate(-50%,0);
}
.our {
	width: 100%;
	background-color: #F5F5F5;
}

.baseTit {
	position: relative;
	text-align: center;
}

.baseTit>b {
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	display: block;
}

.baseTit>span {
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
}

.baseTit>div {
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #066AFA;
	opacity: 0.12;
	position: absolute;
	text-align: center;
}

.ourList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ourList>li {
	background: #FFFFFF;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
}
.ourList>li:hover{
	box-shadow: 0px 3px 24px 0px rgba(6,106,250,0.35);
}
.ourList>li>a {
	z-index: 9;
	display: block;	
}

.ourtit {
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 9;
}

.ourTxt {
	color: #999;
	position: relative;
	z-index: 9;
}
.ourTxt span{
	display: block;
}
.ouricon {
	position: absolute;
}

.ourNum {
	font-family: SourceHanSansCN;
	font-weight: bold;
	position: absolute;
	background-image: linear-gradient(to bottom, #EAEEF9, rgba(0,0,0,0));
	-webkit-background-clip: text;
	color: transparent;
	z-index: 0;
}
.newsList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsList>li{
	background: #FFFFFF;
	box-shadow: 0px 3px 24px 0px rgba(167,167,167,0.35);
	transition: all .3s;
}
.newsList>li:hover{
	box-shadow: 0px 3px 24px 0px rgba(6,106,250,0.35);
}
.newsList>li:hover .newsRight>div{
	color: #066AFA;
}
.newsList>li:hover .newsRight>p{
	color:#555555;
}
.newsList>li>a{
	/* display: flex; */
	font-family: SourceHanSansCN;
}
.newsList>li>a>img{
	display: block;
	object-fit: cover;
}
.newsRight{
	box-sizing: border-box;
}
.newsRight>div{
	font-weight: bold;
	color: #333333;
	transition: all .3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsRight>p{
	color: #999999;
	transition: all .3s;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsRight>span{
	display: block;
	text-align: right;
	color: #B6B6B6;
}
.newsMore{
	border: 1px solid #066AFA;
	font-family: SourceHanSansCN;
	color: #066AFA;
	text-align: center;
}
.about{
	background: url("../images/abuot.png") no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.about p{
	text-align: center;
	color: #fff;
	font-family: SourceHanSansCN;
}
.aboutService{
	border: 1px solid #FFFFFF;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}
.footer{
	
	background-color: #2B3145;
}



.footCode>img{
	display: block;
}
.footCode>div>span{
	display: block;
	text-align: right;
}
.footOur{
	font-weight: bold;
	/* margin-bottom: 10px; */
}


.copy{
	font-family: SourceHanSansCN;
	color: rgba(255, 255, 255, .57);
	text-align: center;
	border-top: 1px solid  rgba(255, 255, 255, .07);
}
/* @media only screen and (max-width: 1200px) {
    header {
        height: 718px;	
    }
} */