@charset "utf-8";

/******************************************公共样式****************************************/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	font-size: 18px;
	font-family: "微软雅黑","Microsoft YaHei","HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial";
	color: #333;
	background: #fff;
}
ul li,ol li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #333;
}
img {
	width: 100%;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select,button {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
	/*appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;*/
}
label,button {
	cursor: pointer
}
textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ececec;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrapper{
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
.wrapper1{
	max-width: 1600px;
}
.wrapper2{
	max-width: 1400px;
}
#burger{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 30px;
	height: 20px;
	cursor: pointer;
}
#burger span{
	width: 30px;
	height: 4px;
	background-color: #C9C9C9;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: -webkit-transform 250ms, opacity 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms;
	transition: transform 250ms, opacity 250ms;
}
#burger span:last-of-type{
	margin-bottom: 0;
}
#burger.on span:nth-child(1){
	transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
}
#burger.on span:nth-child(2){
    opacity: 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
#burger.on span:nth-child(3){
	transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
}
/*幻灯片*/
.swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-slide img{
	display: block;
	min-height: 500px;
}
.swiper-button-next{
	width: 22px;
	height: 100px;
	background: url(../images/icon05.png) no-repeat center center/100% 100%;
	right: 0;
}
.swiper-button-prev{
	width: 22px;
	height: 100px;
	background: url(../images/icon04.png) no-repeat center center/100% 100%;
	left: 0;
}
.swiper-slide .content{
	width: 90%;
	max-width:500px;
	position: absolute;
	right: 15%;
	top:50%;
	transform: translateY(-40%);
}
.swiper-slide .content::before{
	content: "";
	position: absolute;
	width:60%;
	height: 150%;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	border:none;
}
.swiper-slide .content .tit{
	font-size: 35px;
	position: relative;
	z-index: 2;
}
.swiper-slide .content .tit big{
	display: block;
	font-size:60px;
}
.swiper-slide .content p{
	margin: 20px 0;
	position: relative;
	z-index: 2;
}
.swiper-slide .content .more{
	position: relative;
	z-index: 2;
	width:110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: url(../images/bg02.png) no-repeat center center/100% 100%;
}
/* 底部 */
footer img{
	width: auto;
}
footer .wrapper1{
	padding:60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
footer .footerLogo{
	margin-right: 10px;
}
footer .left{
	display: flex;
	align-items: center;
	width: calc(100% - 250px);
}
footer .phone{
	display: inline-block;
	background: #ececec;
	padding: 3px 15px;
	font-size: 20px;
}
footer .phone img{
	vertical-align: text-bottom;
	margin-right: 10px;
}
footer .copy{
	margin: 5px 0;
	font-weight: 700;
}
footer a{
	white-space: nowrap;
}
.subFooter{
	background: #f5f5f5;
}
.subFooter .phone{
	background: #fff;
}
/* 首页 */
.index > div{
	padding: 100px 0;
}
.index .tit{
	margin-bottom: 100px;
	text-align: center;
	font-family: "impact";
	font-weight: bold;
	font-size:160px;
	position: relative;
}
.index .tit span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: normal;
	color: #333;
	font-size:50px;
}
.index .more{
	display: block;
	width:120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: url(../images/bg02.png) no-repeat center center/100% 100%;
}
.index img{
	display: block;
}
.index .company{
	background: url(../images/bg01.jpg) no-repeat center bottom/cover;
}
.index .company .tit{
	color: #e1ebec;
}
.index .company .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index .company .info{
	width:58%;
}
.index .company ul{
	display: flex;
	justify-content: space-between;
	margin-bottom:20px;
	flex-wrap: wrap;
}
.index .company li{
	width: 25%;
}
.index .company ul div{
	color: #004ea2;
	font-size: 24px;
}
.index .company ul div big{
	font-family: "impact";
	font-size: 50px;
}
.index .company p{
	margin-bottom: 20px;
}
.index .company iframe{
	width: 38%;
	box-shadow: 0 0 40px #333333;
}
.index .bussiness{
	background: url(../images/bg03.jpg) no-repeat center bottom/cover;
}
.index .bussiness .tit{
	color: #f3f2f2;
}
.index .bussiness .content div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index .bussiness dl{
	width: 16.2%;
	text-align: center;
}
.index .bussiness dt{
	border: 5px solid #e6e6e6;
}
.index .bussiness dd{
	text-transform: uppercase;
	color: #7e7e7e;
	font-size: 16px;
	padding: 20px 0;
}
.index .bussiness dd b{
	display: block;
	color: #333;
	font-size: 20px;
}
.index .bussiness .more{
	margin: 30px auto 0;
}
.index .news{
	background: url(../images/bg04.jpg) no-repeat center bottom/cover;
}
.index .news .tit{
	color: #a1c6e8;
}
.index .news li{
	margin-bottom: 25px;
}
.index .news li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .news .img{
	border: 1px solid #fff;
	width: 215px;
}
.index .news .con{
	width: calc(100% - 230px);
}
.index .news .date{
	color: #fff;
	font-family: impact;
	font-size: 30px;
}
.index .news .date span{
	color: #517eae;
}
.index .news .title{
	font-size: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
}
.index .news p{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 100;
}
.index .projects{
	background: #f3f3f4;
	position: relative;
}
.index .projects .tit{
	color: #fff;
}
.index .projects .wrapper2{
	overflow: hidden;
}
.index .projects ul{
	display: flex;
	position: relative;
	width: 10000000px;
	left: 0;
	transition: left 0.5s;
}
.index .projects li{
	width: 340px;
	padding: 0 10px;
}
.index .projects .con{
	padding: 20px;
	background: #fff;
}
.index .projects .title{
	font-size: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.index .projects p{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-weight: 100;
	min-height: 96px;
}
.index .projects a{
	font-weight: bold;
}
.index .projects .btn{
	position: absolute;
	bottom: 30%;
	cursor: pointer;
}
.index .projects .btn img{
	width: auto;
}
.index .projects .prevBtn{
	left: 2%;
}
.index .projects .nextBtn{
	right: 2%;
}
.logo{
	display: block;
}
.subBanner img{
	display: block;
}
.subPage{
	position: relative;
	background: url(../images/bg05.jpg) no-repeat top center/100% auto;
}
.breadNav{
	background: rgba(255,255,255,0.6);
}
.breadNav .wrapper1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.breadNav img{
	width: auto;
	margin-right: 5px;
}
.breadNav .phone{
	display: none;
}
.breadNav .pc{
	display: flex;
}
.breadNav .pc span{
	display:flex;
	align-items: center;
	margin-right: 20px;
}
.breadNav .right a{
	display: inline-block;
	padding:15px 10px;
}
.breadNav .right a.on{
	color: #004ea2;
	background: #fff;
}
.subContent{
	padding: 100px 0;
	max-width: 1200px;
}
.csfz .tit{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 15px;
}
.csfz>p{
	font-size: 20px;
	line-height: 33px;
}
.csfz dl{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfz dt{
	width: 384px;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 0 0 10px #ccc;
}
.csfz dt img{
	display: block;
}
.csfz dd{
	width: calc(100% - 424px);
	padding:30px 0;
}
.csfz dd p{
	line-height: 30px;
}
.csfz .more{
	display: block;
	margin: 100px auto 0;
	width: 33px;
	height: 28px;
	background: url(../images/icon08.png) no-repeat center center/100% 100%;
	cursor: pointer;
}
.gyhd>.tit{
	text-align: center;
	font-size: 40px;
	margin-bottom:20px;
}
.gyhd p{
	font-size: 20px;
	font-weight: 100;
	line-height: 35px;
}
.gyhd dl{
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyhd dl .tit{
	font-size: 32px;
	font-weight: bold;
	margin-bottom:20px;
}
.gyhd dl:nth-of-type(2n+2){
	flex-direction: row-reverse;
}
.gyhd dt{
	width: 430px;
	overflow: hidden;
	border: 8px solid #fff;
	box-shadow: 0 0 10px #ccc;
}
.gyhd dt img{
	display: block;
}
.gyhd dd{
	width: calc(100% - 480px);
}
.jtxw>a{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	margin-bottom: 30px;
}
.jtxw>a:last-of-type{
	margin: 0;
}
.jtxw .img{
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 240px;
}
.jtxw .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.jtxw .content{
	width: calc(100% - 260px);
	padding: 10px 0;
}
.jtxw .date{
	font-size: 17px;
	color: #004ea2;
	font-weight: bold;
}
.jtxw .tit{
	font-size: 20px;
	margin: 7px 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jtxw p{
	font-weight: 100;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.jtxw .more{
	margin-top: 15px;
	height:20px;
	background: url(../images/icon09.png) no-repeat right center/auto 100%;
}
.gsnk .content{
	display: flex;
	flex-wrap: wrap;
}
.gsnk .content a{
	display: block;
	width: 33.33%;
	padding:0 30px;
	margin-bottom: 70px;
}
.gsnk .content a > div{
	box-shadow:0 0 9px #ccc;
}
.gsnk .content .img{
	border: 1px solid #fff;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-top: 110%;
}
.gsnk .content .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.gsnk .content .tit{
	padding: 30px 10px;
	background: url(../images/bg06.jpg) no-repeat center center/100% 100%;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gsnk .content .tit img{
	width: auto;
	margin-left: 10px;
}
.gsnk .trunPageBtn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 90px;
	background-image: url(../images/icon01.png);
	background-size: 100% 100%;
	cursor: pointer;
}
.gsnk .prevBtn{
	left: 2%;
}
.gsnk .nextBtn{
	right: 2%;
	background-image: url(../images/icon02.png);
}
.xylc{
	max-width:900px;
}
.xylc .box{
	position: relative;
}
.xylc .box::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 175px;
	width: 10px;
	height: calc(100% - 15px);
	background: url(../images/bg07.png) repeat-y center top/100% auto;
	z-index: 1;
}
.xylc .year{
	font-size:42px;
	font-weight: bold;
	color:#004ea2;
	width: 180px;
	position: relative;
}
.xylc .year::after{
	content: "";
	display: block;
	width:26px;
	height: 26px;
	border-radius: 50%;
	background: #004EA2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
	z-index: 2;
}
.xylc dl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 15px;
}
.xylc dt{
	width: 180px;
	padding-right:50px;
	text-align: right;
	font-size: 30px;
	position: relative;
}
.xylc dt::after{
	content: "";
	display: block;
	width:18px;
	height: 18px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -9px;
	z-index: 2;
}
.xylc dd{
	width: calc(100% - 230px);
}
.xylc .tit{
	font-size: 20px;
	margin-bottom:10px;
}
.xylc .content{
	font-weight: 100;
}
.page{
	margin-top: 70px;
	max-width: 540px;
	display: flex;
	justify-content: space-between;
	background:#dfdfdf;
	height: 44px;
	align-items: center;
	border-radius: 22px;
	overflow: hidden;
	padding: 0 20px;
}
.page a{
	cursor: pointer;
}
.pageBtn{
	display: inline-block;
	width: 35px;
	height: 25px;
	background-image: url(../images/pageIcon01.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.prevPage{
	background-image: url(../images/pageIcon03.png);
}
.nextPage{
	background-image: url(../images/pageIcon04.png);
}
.lastPage{
	background-image: url(../images/pageIcon02.png);
}
.pages{
	width: calc(100% - 140px);
	height: 100%;
	background:#f2f2f2;
	border-radius: 22px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 20px;
}
.pages a.on{
	font-weight: bold;
	color: #054899;
}

.contactleft {
	width: 56%;
	float: left;
}
.contactright {
	width: 42%;
	float: left;
	margin-left: 2%;
}

@media only screen and (max-width: 1600px) {
	.index .projects .btn{
		width: 30px;
	}
	.index .projects .btn img{
		width: 100%;
	}
	.index .projects .prevBtn{
		left: 10px;
	}
	.index .projects .nextBtn{
		right: 10px;
	}
	.index .projects .wrapper2{
		width: calc(100% - 100px);
	}
	.index .projects p{
		min-height: 84px;
	}
	.gyhd>.tit{
		font-size: 38px;
	}
	.gyhd p{
		font-size: 18px;
	}
}

@media only screen and (min-width: 1300px){
	.logo{
		width: 265px;
	}
	header .rightBox{
		width: calc(100% - 285px);
	}
	header .right{
		margin-left: 40px;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1280px){
	.logo{
		width: 265px;
	}
	header .rightBox{
		width: calc(100% - 285px);
	}
	header .right{
		margin-left: 20px;
	}
}

@media only screen and (min-width: 1280px){
	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.9);
		z-index: 2;
	}
	.first_nav{
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 1280px){
	html,body {
		font-size: 16px;
	}
	.swiper-slide .content{
		transform: translateY(-50%);
	}
	.index .tit{
		font-size: 130px;
	}
	.index .company ul div{
		font-size: 20px;
	}
	.index .company ul div big{
		font-size: 40px;
	}
	.index .projects .title{
		font-size: 18px;
	}
	.index .projects li{
		padding: 0 5px;
	}
	.index .projects .btn{
		width: 20px;
	}
	.index .projects .wrapper2{
		width: calc(100% - 80px);
	}
	.index .projects .con{
		padding: 10px;
	}
	.csfz .tit{
		font-size: 32px;
	}
	.csfz>p{
		font-size: 18px;
	}
	.gsnk .content a{
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.gsnk .trunPageBtn{
		display: none;
	}
	.gyhd>.tit {
	    font-size: 34px;
	}
	.gyhd dl .tit{
		font-size: 30px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px){
	header{
		position: relative;
		background: rgba(255,255,255,1);
		z-index: 2;
	}
	.logo{
		width: 160px;
	}
	header .right{
		width: calc(100% - 180px);
	}
	.first_nav{
		padding: 30px 10px;
	}
}

@media only screen and (min-width: 1024px){
	header .wrapper1{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .rightBox{
		display: flex;
		justify-content: flex-end;
		align-items:center;
	}
	header .right{
		width: 90px;
		background: #004ea2;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 5px;
	}
	.nav{
		display: flex;
		justify-content: space-around;
	}
	.first_nav{
		display: block;
	}
	.first_nav span{
		display: none;
	}
	.nav li:hover{
		background: #004ea2;
	}
	.nav li:hover .first_nav{
		color: #fff;
	}
	.sec_nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 2;
		background: #004ea2;
		text-align: center;
	}
	.sec_nav a{
		display: inline-block;
		padding:10px 15px;
		font-size: 16px;
		color: #fff;
	}
	.sec_nav a:hover{
		font-weight: bold;
	}
}

@media only screen and (max-width: 1023px){
	#burger{
		display: block;
	}
	header{
		position: relative;
		padding: 15px 0;
	}
	header .right{
		display: none;
	}
	.logo{
		width: 30%;
		min-width: 180px;
	}
	.nav{
		display: none;
		border-top: 1px solid #ccc;
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 0;
		width: 100%;
		background:#fff;
	}
	.nav .first_nav{
		display: block;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
	}
	.nav .first_nav span{
		transition: transform 0.5s;
	}
	.nav .first_nav span.on{
		transform: rotate(90deg);
	}
	.nav .sec_nav{
		display: none;
	}
	.nav .sec_nav a{
		display: block;
		line-height: 30px;
		text-indent: 30px;
		border-bottom: 1px dotted #ccc;
	}
	footer .wrapper1{
		padding: 40px 0;
	}
	.swiper-slide .content::before{
		display: none;
	}
	.swiper-slide .content{
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);
		text-align: center;
		border: 10px solid #f5bf23;
		padding: 20px;
	}
	.swiper-slide .content .more{
		margin: 0 auto;
	}
	.breadNav .pc{
		display: none;
	}
	.breadNav .wrapper1{
		display: block;
	}
	.breadNav .phone{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
	}
	.breadNav .openSedMenu{
		cursor: pointer;
		transition: all 0.5s;
	}
	.breadNav .openSedMenu:last-of-type.on{
		transform: rotate(90deg);
	}
	.breadNav{
		position: relative;
	}
	.breadNav .right{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #F1F6F9;
		border-top: 1px solid #C9C9C9;
	}
	.breadNav .right a{
		display: block;
		line-height: 35px;
		text-indent: 20px;
	}
	.csfz dd p{
		line-height:25px;
	}
	.csfz dt{
		width: 300px;
	}
	.csfz dd{
		width: calc(100% - 315px);
		padding: 15px;
	}
	.csfz .tit{
		font-size: 30px;
	}
	.gsnk .content a{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.gyhd>.tit {
	    font-size: 32px;
	}
	.gyhd p{
		font-size: 16px;
		line-height: 30px;
	}
	.gyhd dt{
		width: 300px;
	}
	.gyhd dd {
	    width: calc(100% - 320px);
	}
	.gyhd dl .tit{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.jtxw>a{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 960px){
	.index > div{
		padding: 50px 0;
	}
	.index .tit{
		font-size: 100px;
		margin-bottom: 50px;
	}
	.index .tit span{
		font-size: 40px;
	}
	.index .company .info{
		width: 100%;
		margin-bottom: 20px;
	}
	.index .company .more{
		margin: 0 auto;
	}
	.index .company iframe{
		width: 100%;
	}
	.csfz dt{
		width:100%;
	}
	.csfz dd{
		width: 100%;
		padding:0;
		margin-top: 15px;
	}
	.gsnk .content a{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.gsnk .content .tit{
		padding: 20px 10px;
	}
	.jtxw .img{
		width: 200px;
	}
	.jtxw .content{
		width: calc(100% - 220px);
	}
	.xylc .year{
		font-size: 34px;
		width: 160px;
	}
	.xylc dt{
		width: 160px;
	}
	.xylc .box::after{
		left: 155px;
	}
	.xylc dd {
	    width: calc(100% - 200px);
	}
}

@media only screen and (max-width: 768px) {
	.contactleft {
		width: 100%;
	}

	.contactright {
		width: 100%;
	}
	footer .wrapper1{
		padding: 30px 0;
	}
	.index .bussiness dl{
		width: 33%;
	}
	.index .news .img{
		display: none;
	}
	.index .news .con{
		width: 100%;
	}
	.index .news .title{
		font-size: 18px;
	}
	.gsnk .content a{
		width: 50%;
	}
	.gyhd>.tit {
	    font-size: 30px;
	}
	.gyhd dt{
		width:100%;
		margin-bottom: 10px;
	}
	.gyhd dd {
	    width:100%;
	}
	.xylc .year{
		font-size: 38px;
		width: 140px;
	}
	.xylc dt{
		font-size: 28px;
		width: 140px;
		padding-right: 36px;
	}
	.xylc .box::after{
		left: 135px;
	}
	.xylc dd {
	    width: calc(100% - 180px);
	}
	.xylc .tit{
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.index .company ul div big{
		font-size: 30px;
	}
	footer .wrapper1{
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	footer .left{
		width: 100%;
		display: block;
	}
	footer .left > div{
		margin: 10px auto;
	}
	.jtxw .img{
		width: 100%;
		padding-top:70%;
	}
	.jtxw .content{
		width: 100%;
	}
	.jtxw .tit{
		font-size: 18px;
	}
	.jtxw p {
	    -webkit-line-clamp: 4;
	}
	.xylc .year{
		font-size: 34px;
		width: 120px;
	}
	.xylc dt{
		font-size: 24px;
		width: 120px;
		padding-right: 26px;
	}
	.xylc .box::after{
		left: 115px;
	}
	.xylc dd {
	    width: calc(100% - 160px);
	}
	.xylc .tit{
		font-size:16px;
	}
}

@media only screen and (max-width: 480px) {
	.index .more{
		width: 90px;
		height: 40px;
		line-height: 40px;
	}
	.index > div{
		padding: 30px 0;
	}
	.index .tit{
		font-size: 70px;
		margin-bottom: 30px;
	}
	.index .tit span{
		font-size: 30px;
	}
	.index .company li{
		width: 50%;
	}
	.index .bussiness dl{
		width: 49%;
	}
	.index .news .title{
		font-size: 16px;
		font-weight: bold;
	}
	.subContent{
		padding: 50px 0;
	}
	.csfz .tit{
		font-size: 28px;
	}
	.csfz>p{
		font-size: 16px;
		line-height: 25px;
	}
	.gyhd>.tit {
	    font-size: 28px;
	}
	.gyhd dl{
		margin-top: 40px;
	}
	.xylc .year{
		font-size: 24px;
		width: 90px;
	}
	.xylc .year::after{
		width: 22px;
		height: 22px;
		right: -11px;
	}
	.xylc dt::after{
		width: 16px;
		height: 16px;
		right: -8px;
	}
	.xylc dt{
		font-size: 20px;
		width: 90px;
		padding-right: 18px;
	}
	.xylc .box::after{
		left: 85px;
	}
	.xylc dd {
	    width: calc(100% - 110px);
	}
	.xylc .tit{
		font-size: 12px;
	}
	.jtxw>a{
		padding: 10px;
		margin-bottom: 10px;
	}
	.gsnk .content .tit img{
		width: 20px;
	}
	.page{
		margin-top: 40px;
		padding: 0 5px;
	}
	.pages{
		padding: 0 5px;
		width: calc(100% - 110px);
	}
	.pageBtn{
		width: 25px;
	}
}