@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;
	blur: expression(this.onFocus=this.blur());
	color: #333;
}
/*img {
	max-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;
}

.wrapper1{
	width: 95%;
	max-width: 1600px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper2{
	width: 95%;
	max-width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper3 {
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#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;
}
.swiper-slide .content{
	position: absolute;
	top:30%;
	left: 15%;
}
.swiper-slide .content div{
	font-size:60px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.swiper-slide .content big{
	display: block;
	font-size:75px;
}
.swiper-slide .content span{
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	background: #505967;
}
.swiper-button-next{
	width: 22px;
	height: 100px;
	background: url(../images/icon10.png) no-repeat center center/100% 100%;
	right: 0;
	margin-top: -50px;
}
.swiper-button-prev{
	width: 22px;
	height: 100px;
	background: url(../images/icon09.png) no-repeat center center/100% 100%;
	left: 0;
	margin-top: -50px;
}
/* 底部 */
footer{
	background: #f8f8f8;
}
footer img{
	width: auto;
}
footer a{
	white-space: nowrap;
}
footer .wrapper1{
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .left{
	display: flex;
	align-items: center;
}
footer .footLogo{
	margin-right: 10px;
}
footer .phone{
	font-size: 20px;
}
footer .phone img{
	vertical-align: middle;
	margin-right: 5px;
}
footer .copy{
	font-weight: bold;
	margin: 5px 0;
}
footer .right{
	display: flex;
	text-align: center;
}
	
/* 首页 */
.index .boxTit{
	text-align: center;
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 70px;
}
.index .boxTit span{
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	font-size:24px;
}
.index .more{
	display: block;
	text-align: center;
}
.index .more i{
	display: inline-block;
	width:14px;
	height: 14px;
	border-radius: 50%;
	margin-right:5px;
}
.index .more i:last-of-type{
	margin-right: 0;
}
.index .company{
	padding: 100px 0;
	background: url(../images/bg01.jpg) no-repeat center bottom/cover;
}
.index .company .intro{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.index .company iframe{
	width: 38%;
}
.index .company .content{
	display: block;
	width: 59%;
}
.index .company .tit{
	font-size: 45px;
	font-weight: bold;
}
.index .company .tit span{
	font-size: 22px;
	font-weight: normal;
	padding: 5px 15px;
	background: #eaeaea;
	margin-left: 10px;
	border-radius: 20px;
}
.index .company p{
	margin-top: 20px;
}
.index .company ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 32px;
}
.index .company ul li{
	margin-top:20px;
}
.index .company ul div{
	font-size: 50px;
	color: #079f00;
}
.index .company .more{
	display: none;
}
.index .company .more i{
	background: #000;
	margin-top: 40px;
}
.index .news{
	padding:70px 0;
}
.index .news .boxTit span{
	background: #05c116;
}
.index .news .more i{
	background: #05c116;
}
.index .news .con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.index .news .con a{
	display: block;
	width: 30%;
}
.index .news .img{
	border: 8px solid #fff;
	box-shadow: 0 0 20px #ccc;
	position:relative;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
}
.index .news .img img{
	position: absolute;
	top:0;
	left: 0;
	width: auto;
	height: auto;
}
.index .news .content{
	padding: 15px;
}
.index .news .content div{
	font-size: 22px;
}
.index .news .content 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;
}
.index .project{
	padding: 70px 0 200px;
	background: url(../images/bg02.jpg) no-repeat center bottom/cover;
}
.index .project .boxTit span{
	background: #336699;
}
.index .project .more i{
	background: #336699;
}
.index .project .con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.index .project .con a{
	font-size: 30px;
	font-weight: bold;
	color: #336699;
	display: flex;
	align-items: flex-end;
	padding: 10px;
	width: 20%;
}
.index .project .con a img{
	width: 90px;
}
.index .project .con span{
	display: block;
	font-size:20px;
}
.index .project .con a:not(:last-of-type):hover{
	background:rgba(255,255,255,0.5);
	box-shadow: 0 0 20px #ccc;
	color: #01b511;
}
.index .project .con .more{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.logo{
	display: block;
}
.banner img{
	display: block;
}
.subpage{
	background: url(../images/bg03.jpg) no-repeat top center/100% auto;
}
.breadNav{
	background: rgba(255,255,255,0.6);
	padding:15px 0;
}
.breadNav .wrapper1{
	display: flex;
	justify-content: space-between;
}
.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{
	margin-right: 20px;
}
.breadNav .right a.on{
	color: #004ea2;
}
.subpageBox{
	padding:130px 0 160px;
}
.subpageBoxSmall{
	padding:130px 0 80px;
}
.subpage .menu{
	padding:40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subpage .menu a{
	display: inline-block;
	font-weight: 100;
	padding: 5px 10px;
	cursor: pointer;
}
.subpage .menu a:hover,.subpage .menu a.on{
	background: #004EA2;
	color: #fff;
}
.lxfs,.csfz,.rczp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxfs > div{
	width: 47%;
}
.lxfs .tit{
	font-size: 38px;
	color: #004ea2;
	padding: 10px 0;
}
.lxfs .tit b{
	color: #cdcbcb;
	font-family: "impact";
}
.lxfs .content{
	background: #f2f1f2;
	border-top: 3px solid #004ea2;
	box-shadow: 0 0 40px #ccc;
	padding-top: 20px;
}
.lxfs .content dl{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxfs .content dt{
	width:50px;
}
.lxfs .content dd{
	width: calc(100% - 70px);
}
.lxfs .content img{
	display: block;
}
#map{
	height:300px;
	border: 1px solid #c7d5e6;
	border-radius: 5px;
	margin-top: 20px;
}
.lxfs .content dd input{
	border: none;
	border-bottom: 1px solid #919191;
	background: none;
	width: calc(100% - 70px);
}
.lxfs .content dd.yz{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxfs .content dd.yz input{
	width: calc(100% - 190px);
}
.lxfs .content dd.yz img{
	width: 120px;
}
.lxfs .textarea{
	height:300px;
	border: 1px solid #c7d5e6;
	border-radius: 5px;
	margin-top: 20px;
	background: #fff;
	padding: 10px;
}
.lxfs textarea{
	display: block;
	border: none;
	width:100%;
	position: relative;
	height: calc(100% - 40px);
}
.lxfs .textarea input{
	width: 100px;
	height: 35px;
	line-height: 35px;
	border: none;
	background: #004ea2;
	color: #fff;
	border-radius: 5px;
}
.csfz > div:first-child{
	width: 47%;
}
.csfz > div:last-child{
	width: 50%;
}
.csfz .tit{
	color: #004ea2;
	font-size: 44px;
	font-weight: bold;
}
.csfz p{
	margin:20px 0;
}
.csfz li{
	display: flex;
	margin-bottom: 10px;
	border-left: 4px solid #004ea2;
}
.csfz li a{
	width: 14.28%;
	font-size: 20px;
	cursor: pointer;
	padding: 3px 0;
	text-align: center;
}
.csfz li a:hover{
	background: #004ea2;
	color: #fff;
}
.csfz dl{
	cursor: pointer;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ccdbec;
	border-left: 10px solid #004ea2;
	padding: 25px;
	box-shadow: 0 0 40px #e3e3e3;
	transition: all 0.5s;
}
.csfz dl:hover{
	box-shadow: 0 0 40px #ccc;
}
.csfz dl img{
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.csfz dd{
	font-weight: 100;
}
.rczp{
	width: 95%;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
.rczp > div{
	width: 48%;
	margin-bottom:50px;
	background-image: url(../images/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f7f7f7;
	box-shadow: 0 0 40px #ccc;
	border-bottom: 10px solid #004ea2;
	border-radius: 5px;
	padding:30px 40px;
}
.rczp > div:nth-of-type(2n+2){
	background-image: url(../images/bg_06.jpg);
}
.rczp > div:nth-of-type(3n+3){
	background-image: url(../images/bg_11.jpg);
}
.rczp > div:nth-of-type(4n+4){
	background-image: url(../images/bg_14.jpg);
}
.rczp .tit{
	font-size: 28px;
	color: #004ea2;
}
.rczp .subTit{
	font-size: 20px;
	border-bottom: 1px solid #004EA2;
	padding: 5px 0;
}
.rczp .subTit span{
	white-space: nowrap;
}
.rczp .content{
	height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}
.rczp dl{
	margin-top: 20px;
}
.rczp dt::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width:10px;
	height:10px;
	background: #333;
	border-radius: 50%;
	margin-right: 5px;
}
.rczp .more{
	display:block;
	background: #004EA2;
	border-radius: 3px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 0;
}
.rczp .more span{
	display: inline-block;
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-right:3px;
}
.rczp .more span:last-of-type{
	margin: 0;
}
.zzsq{
	padding-bottom: 80px;
	width: 95%;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
.zzsq .box{
	display: flex;
	flex-wrap: wrap;
}
	.zzsq .box .news_a {
		display: block;
		width: 24%;
		margin-bottom: 20px;
		background: #fff;
		box-shadow: 0 0 7px #ccc;
		transition: all 0.2s;
		margin-left: 0.5%;
		margin-right:0.5%;
	}
.zzsq .box .news_a:hover{
	box-shadow: 0 0 7px #969696;
}
.zzsq .box img{
	display: block;
}
.zzsq .box .content{
	padding:20px;
}
.zzsq .box .tit{
	font-size: 20px;
	margin-bottom: 5px;
}
.zzsq .box p{
	font-weight: 100;
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:4;//想要的行数
	 -webkit-box-orient:vertical;
	 margin-bottom: 15px;
}
.zzsq .box .more span{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 4px;
	border-radius: 50%;
	background: #01c413;
}
.zzjs{
	width: 95%;
	max-width: 1050px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zzjs >div{
	border-radius: 10px;
	background: #d4a075;
	padding: 1px 1px 15px;
	width: 49%;
	margin-bottom: 20px;
}
.zzjs >div.img{
	width: 100%;
}
.zzjs >div > div{
	background:#f5ebe9;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	height:100%;
}
.zzjs >div.img > div{
	padding: 20px;
}
.zzjs .tit{
	color: #ac232b;
	font-size: 22px;
	margin-bottom: 10px;
}
.zzjs .tit img{
	width: auto;
	margin-right: 5px;
	vertical-align:middle;
}
.jcwy{
	width: 95%;
	max-width: 1366px;
	margin-left:auto;
	margin-right:auto;
}
.jcwy .box{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jcwy .box > div{
	width: 49%;
}
.jcwy .img{
	position: relative;
	overflow: hidden;
}
.jcwy .img img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.jcwy .bigBox{
	box-shadow: 0 0 20px #ccc;
}
.jcwy .bigBox .content{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding:40px;
}
.jcwy .bigBox .content span{
	display: inline-block;
	padding:10px 15px;
	font-size: 20px;
	background: #004EA2;
	color: #fff;
	font-weight: bold;
}
.jcwy .box:last-of-type .bigBox .content{
	text-align: right;
}
.jcwy dl{
	text-align: left;
	background: rgba(255,255,255,0.8);
	padding:20px;
}
.jcwy dt{
	font-size: 20px;
	margin-bottom: 10px;
}
.jcwy dd{
	font-weight: 100;
}
.jcwy .smallBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	box-shadow: 0 0 20px #ccc;
	margin-bottom: 30px;
	background: #fff;
}
.jcwy .smallBox .img,.jcwy .smallBox dl{
	width: 50%;
}
.jcwy .smallBox:last-of-type{
	margin-bottom: 0;
}
.jcwy .smallBox dt{
	font-weight: bold;
}
.jcwy .smallBox span{
	display: inline-block;
	padding:10px 15px;
	font-size: 20px;
	background: #004EA2;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.jcwy .box:last-of-type .smallBox span{
	left: 0;
	right: auto;
}
.gsnk{
	width: 95%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.gsnk .box{
	display: flex;
	flex-wrap: wrap;
}
.gsnk dl{
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.gsnk dt{
	box-shadow: 0 0 20px #ccc;
}
.gsnk dt img{
	display: block;
}
.gsnk dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:10px;
}
.gsnk .downLoad{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/icon13.png) no-repeat center center/contain;
}
.video{
	width: 95%;
	max-width:1320px;
	margin-left: auto;
	margin-right: auto;
}
.video iframe{
	width: 100%;
}
.news{
	padding-bottom: 80px;
}
.news .box a{
	display: block;
	padding:20px;
	border-bottom:1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}
.news .box .img{
	width:305px;
	position: relative;
	border:8px solid #fff;
	overflow: hidden;
	box-shadow: 0 0 18px #ccc;
}
.news .box .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.news .box .content{
	width: calc(100% - 335px);
}
.news .box .content .time{
	color: #004EA2;
	font-weight: bold;
	font-size: 30px;
}
.news .box .content h4{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
.news .box .content p{
	font-weight: 100;
}
.news .box .content .more{
	margin-top:15px;
	display: flex;
	width: 60px;
	justify-content: center;
	padding: 7px 0;
	background:#0cc510;
	border-radius: 3px;
}
.news .box .content .more span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin-right: 4px;
}
.news .box .content .more span:last-of-type{
	margin: 0;
}
.fzlc .wrapper3{
	display: flex;
}
.fzlc .year{
	width: 180px;
	padding: 30px;
	position: relative;
}
.fzlc .year span{
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #004EA2;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	position: relative;
	border-radius: 5px;
}
.fzlc .year span::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #004EA2;
	border-bottom: 5px solid transparent;
}
.fzlc .year::after{
	content: "";
	position: absolute;
	top: 45px;
	right: -12px;
	width: 15px;
	height: 15px;
	background: #fff;
	border:5px solid #cecece;
	border-radius: 50%;
}
.fzlc .content{
	width: calc(100% - 180px);
	padding: 30px 0 30px 50px;
	border-left: 1px solid #b5b4b4;
}
.fzlc .content li{
	line-height:40px;
}
.fzlc .content li::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
	margin-right:10px;
}
.fzlc > div:hover{
	background: url(../images/bg04.jpg) no-repeat right bottom/auto auto #5f93bc;
	color: #fff;
}
.fzlc > div:hover .year span{
	background: #fff;
	color: #004EA2;
}
.fzlc > div:hover .year span::after{
	border-left: 6px solid #fff;
}
.fzlc > div:hover .year::after{
	border:5px solid #004EA2;
}
.fzlc > div:hover .content{
	border: none;
}
.fzlc > div:hover li::before{
	background: #fff;
}
.companyInfo img{
	display: block;
	box-shadow: 0 0 40px #ccc;
	max-width: 100% !important;
}
.companyInfo p{
	margin-top:50px;
	font-weight: 100;
}
.page{
	margin-top: 60px;
	width: 100%;
	text-align: center;
}
.page a{
	display: inline-block;
	color: #01AD12;
	cursor: pointer;
	height: 20px;
	width: 30px;
	line-height: 20px;
}
.page .btn{
	width: 50px;
	border-radius: 3px;
	background-image: url(../images/pageIcon01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #01AD12;
}
.page .prevPage{
	background-image: url(../images/pageIcon03.jpg);
}
.page .nextPage{
	background-image: url(../images/pageIcon04.jpg);
}
.page .lastPage{
	background-image: url(../images/pageIcon02.jpg);
}

@media only screen and (min-width: 1400px){
	.logo{
		width: 300px;
	}
	.nav{
		width: calc(100% - 570px);
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1280px){
	.logo{
		width: 200px;
	}
	.nav{
		width: calc(100% - 420px);
	}
}

@media only screen and (min-width: 1280px){
	header .right{
		width: 180px;
	}
	header .right li{
		padding-left:30px;
		line-height: 40px;
		background: url(../images/icon02.png) no-repeat left center/24px auto;
	}
	header .right li:first-of-type{
		background: url(../images/icon01.png) no-repeat left center/24px auto;
	}
}

@media only screen and (max-width: 1280px){
	html,body {
		font-size: 16px;
	}
	.swiper-slide .content div{
		font-size: 50px;
	}
	.swiper-slide .content big{
		font-size: 60px;
	}
	.index .company .tit{
		font-size: 32px;
	}
	.index .company .tit span{
		font-size: 16px;
	}
	.index .company ul{
		font-size: 26px;
	}
	.index .company ul div{
		font-size: 40px;
	}
	.index .project .con a{
		width: 33.33%;
	}
	.index .project .con .more{
		width: 33.33%;
		margin: 0;
		align-items: center;
		padding-top: 40px;
	}
	.lxfs .tit{
		font-size: 35px;
	}
	.lxfs > div{
		width: 49%;
	}
	.gsnk dl{
		padding: 0 10px;
	}
	.news .box a{
		padding: 10px;
	}
	.news .box .content .time{
		font-size: 26px;
	}
	.jcwy .smallBox{
		padding: 10px;
		margin-bottom: 20px;
	}
	.jcwy dl{
		padding: 10px;
	}
	.rczp > div{
		width: 49%;
		margin-bottom: 30px;
	}
	.rczp .content{
		height: 275px;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px){
	.logo{
		width: 140px;
	}
	.nav{
		width: calc(100% - 290px);
	}
	header .right{
		width: 135px;
	}
	header .right li{
		padding-left:23px;
		line-height: 30px;
		font-size: 14px;
		background: url(../images/icon02.png) no-repeat left center/20px auto;
	}
	header .right li:first-of-type{
		background: url(../images/icon01.png) no-repeat left center/20px auto;
	}
}

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

@media only screen and (max-width: 1023px){
	#burger{
		display: block;
	}
	header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 10px;
		z-index: 3;
		background: #fff;
	}
	header .right{
		display: none;
	}
	.logo{
		width: 30%;
		min-width: 200px;
	}
	.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;
	}
	.swiper-container{
		margin-top: 72px;
	}
	.swiper-slide .content big{
		font-size: 50px;
	}
	.swiper-slide .content div{
		font-size: 40px;
	}
	.index .news{
		padding: 50px 0;
	}
	.index .project{
		padding-top: 50px;
	}
	.index .boxTit{
		font-size: 40px;
		margin-bottom: 50px;
	}
	.index .boxTit span{
		font-size: 20px;
	}
	.index .company .tit{
		font-size: 30px;
	}
	footer .wrapper1{
		display: block;
	}
	footer .right{
		padding: 10px 0;
		background: #fff;
		justify-content: space-around;
	}
	footer .right dl{
		width: 25%;
		max-width: 150px;
	}
	footer .right img{
		width: 100%;
	}
	footer .left{
		display: block;
		text-align: center;
	}
	footer .left > div{
		margin: 20px 0;
	}
	.breadNav .pc{
		display: none;
	}
	.breadNav .wrapper1{
		display: block;
	}
	.breadNav .phone{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.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;
		z-index: 2;
		top: 100%;
		left: 0;
		width: 100%;
		background: rgb(255,255,255);
		border-top: 1px solid #C9C9C9;
	}
	.breadNav .right a{
		display: block;
		line-height: 35px;
		text-indent: 20px;
	}
	.subpageBox{
		padding: 100px 0;
	}
	.subpageBoxSmall{
		padding: 100px 0 60px;
	}
	.page{
		margin-top: 50px;
	}
	.csfz .tit{
		font-size: 40px;
	}
	.csfz li a{
		font-size: 18px;
	}
	.companyInfo p{
		margin-top: 40px;
	}
	.gsnk dl{
		padding: 0 5px;
	}
	.jcwy .box > div{
		width: 100%;
	}
	.jcwy .bigBox{
		padding-top: 60%;
		margin-bottom: 20px;
	}
	.lxfs .tit{
		font-size: 30px;
	}
	.rczp > div{
		padding: 20px;
	}
	.zzsq .box .content{
		padding: 10px;
	}
}

@media only screen and (max-width: 960px){
	.swiper-slide .content{
		padding: 20px;
		text-align: center;
		background: rgba(255,255,255,0.3);
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		white-space: nowrap;
	}
	.index .company iframe{
		width: 100%;
		margin-bottom: 20px;
	}
	.index .company .content{
		width: 100%;
	}
	.index .company ul{
		font-size: 22px;
	}
	.index .company ul div{
		font-size: 30px;
	}
	.index .news .con a{
		width: 32%;
	}
	.index .news .content div{
		font-size: 20px;
	}
	.index .project .con a,.index .project .con .more{
		width: 50%;
	}
	.csfz > div:first-child,.csfz > div:last-child{
		width: 100%;
	}
	.gsnk dl{
		width: 33.33%;
	}
	.news .box .content {
	    width: calc(100% - 320px);
	}
	.news .box .content h4{
		font-size: 18px;
	}
	.lxfs > div{
		width: 100%;
	}
	.zzsq .box .news_a {
		width: 32%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}

@media only screen and (max-width: 768px) {
	.index .company .tit{
		font-size: 28px;
	}
	.index .company ul{
		font-size: 18px;
	}
	.index .company ul div{
		font-size: 24px;
	}
	.fzlc .year {
	    width: 140px;
	    padding: 30px 0;
	}
	.fzlc .content{
		width: calc(100% - 140px);
	}
	.companyInfo p{
		margin-top: 30px;
	}
	.gsnk dl{
		width: 50%;
	}
	.news .box .img{
		width: 250px;
	}
	.news .box .content {
	    width: calc(100% - 260px);
	}
	.rczp > div{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.swiper-slide .content div{
		font-size: 40px;
	}
	.swiper-slide .content big{
		font-size: 50px;
	}
	.index .company .tit span{
		background: none;
		display: block;
		font-weight: bold;
		padding: 0;
		margin-top: 10px;
		margin-left: 0;
	}
	.index .company .intro{
		margin-bottom: 40px;
	}
	.index .company .intro p:not(:nth-of-type(1)){
		display: none;
	}
	.index .company .more{
		display: block;
	}
	.index .news .con a{
		width: 100%;
		margin-bottom: 20px;
	}
	.index .news .con{
		margin-bottom: 50px;
	}
	.index .news .img{
		height: auto;
		padding: 0;
	}
	.index .news .img img{
		position: static;
		display: block;
		width: 100%;
	}
	.index .project .con span{
		display: none;
	}
	.index .project .con a img{
		width: 80px;
	}
	.index .company ul li{
		width:33.33%;
		text-align: center;
	}
	.subpageBox{
		padding: 50px 0;
	}
	.page{
		margin-top: 40px;
	}
	.subpage .menu{
		font-size: 14px;
		padding: 30px 0;
	}
	.subpage .menu a{
		white-space: nowrap;
		padding: 5px;
	}
	.fzlc .year span{
		width:90px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.fzlc .year{
		width: 120px;
	}
	.fzlc .year::after{
		top: 37px;
	}
	.fzlc .content{
		width: calc(100% - 120px);
		padding-left: 20px;
	}
	.zzsq{
		padding-bottom: 50px;
	}
	.gsnk dd{
		font-size: 14px;
	}
	.gsnk .downLoad {
		width: 20px;
		height: 20px;
	}
	.news{
		padding-bottom: 50px;
	}
	.news .box a{
		flex-wrap: wrap;
	}
	.news .box .img{
		width: 100%;
		padding-top: 50%;
		margin-bottom: 10px;
	}
	.news .box .content {
	    width: 100%;
	}
	.jcwy .bigBox{
		padding-top: 90%;
	}
	.jcwy .bigBox .content{
		padding: 20px;
	}
	.jcwy dt{
		font-size: 18px;
	}
	.zzsq .box .news_a {
		width: 49%;
		
	}
	.zzjs >div{
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.swiper-slide .content{
		padding: 10px;
	}
	.swiper-slide .content div{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.swiper-slide .content big{
		font-size: 26px;
	}
	.index .news {
	    padding: 30px 0;
	}
	.index .company{
		padding: 50px 0;
	}
	.index .company .intro{
		margin-bottom: 50px;
	}
	.index .project .con a{
		font-size: 25px;
	}
	.index .project .con span{
		font-size: 16px;
	}
	.index .project .con a img{
		width: 60px;
	}
	.index .boxTit {
	    font-size: 30px;
		margin-bottom: 30px;
	}
	.index .boxTit span{
		font-size: 15px;
	}
	.csfz .tit {
	    font-size: 35px;
	}
	.csfz dl{
		padding: 20px 10px;
	}
	.csfz dl img{
		margin-right: 5px;
	}
	.fzlc .year span {
	    width: 70px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 18px;
	}
	.fzlc .year {
	    width: 90px;
		padding: 20px 0;
	}
	.fzlc .year::after{
		width: 10px;
		height: 10px;
		top: 29px;
		right: -8px;
		border: 3px solid #cecece;
	}
	.fzlc .content li::before{
		margin-right: 5px;
	}
	.fzlc .content {
	    width: calc(100% - 90px);
	    padding: 20px 0 20px 10px;
	}
	.fzlc .content li{
		line-height: 35px;
	}
	.companyInfo p{
		margin-top: 20px;
	}
	.jcwy .smallBox .img{
		width: 100%;
		padding-top: 50%;
	}
	.jcwy .smallBox dl{
		width: 100%;
	}
	.lxfs .tit{
		font-size: 25px;
	}
	.lxfs .content dl{
		padding: 0 10px;
	}
	.lxfs .content dd {
	    width: calc(100% - 60px);
	}
	.rczp .tit{
		font-size: 25px;
	}
	.rczp .subTit{
		font-size: 18px;
	}
	.page .btn{
		width: 40px;
	}
}

.page .text-center a {
	display: inline-block;
	color: #01AD12;
	cursor: pointer;
	height: 20px;
	width: 38px;
	line-height: 20px;
	border-bottom:none;
}