@charset "utf-8";
/* 滚动动画核心代码 */
@keyframes scroll {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}
/* 鼠标悬停暂停滚动 */
.scroll-text:hover {
	animation-play-state: paused;
}
.head_pc{
	height: 80px;
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.head_height{
	height: 80px;
}
.logo{
	margin-top: 20px;
	display: inline-block;
}
.logo img{
	height: 39px;
}
.navt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #666;
	height: 20px;
	line-height: 20px;
}
.nava{
	margin-top: 0;
}
.nava span{
	display: block;
	float: left;
	position: relative;
	height: 80px;
}
.nava span a{
	font-size: 15px;
	color: #333;
	padding: 5px 15px;
	border-radius: 4px;
	margin-top: 30px;
	display: inline-block;
}
.nava span:hover a{
	color: #008cd6;
}
.nava span.active a{
	background: #008cd6;
	color: #fff;
}
.navhide{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	transition: .25s;
	z-index: 99;
	opacity: 0;
	margin-top: 20px;
	visibility: hidden;
	padding: 0 10px;
}
.nava span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.nava span.active .navhide a{
	background: none;
}
.navhide a{
	display: block;
	height: 34px !important;
	font-size: 14px !important;
	width: 100%;
	text-align: center;
	margin-top: 0 !important;
	padding: 0 !important;
	line-height: 34px !important;
	border-radius: 0 !important;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a{
	color: #444 !important;
}
.navhide a:hover{
	background: none;
	color: #008000 !important;
}
.md{
	padding: 65px 0;
}
.mtop h4{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	text-transform : uppercase;
}
.mtop p{
	color: #e5e5e5;
	margin-top: 10px;
	text-transform : uppercase;
}
.mtopcp p{
	color: #666;
}
.mtop1 h4,.mtop1 p{
	color: #fff;
}
.m1top li{
	display: inline-block;
	padding: 7px 10px;
	color: #333;
	font-size: 15px;
	cursor: pointer;
	margin: 0 5px;
}
.m1top li.active{
	color: #fff;
	background: #008CD6;
}
.m1bot{
	position: relative;
	height: 321px;
	overflow: hidden;
}
.m1bot ul{
	position: relative;
}
.m1bot li{
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.m1bot li.active{
	visibility: inherit;
	opacity: 1;
}
.m1w{
	text-align: center;
}
.m1wdspl{
	width: auto;
	display: inline-block;
}
.m1a{
	width: 366px;
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	float: none;
    display: inline-block;
}
.m1img{
	height: 210px;
	overflow: hidden;
	position: relative;
}
.m1box{
	width: 100%;
	height: 100%;
	background: rgba(0,140,214,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: .25s;
	opacity: 0;
}
.m1a:hover .m1box{
	opacity: 1;
}
.m1box span{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(../images/shico_03.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -1px;
	transition: .5s;
}
.m1a:hover .m1box span{
	margin-top: -32px;
}
.hvimg{
	width: 100%;
	height: 100%;
	background-size: cover !important;
	display: block;
	transition: 1s;
}
.m1a:hover .hvimg{
	transform: scale(1.15);
}
.m1a p{
	margin-top: 13px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	font-size: 14px;
}
.m1a:hover{
	color: #008CD6;
}
.morea a{
	display: inline-block;
	padding: 7px 55px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}
.morea a:hover{
	background: #008CD6;
	color: #fff;
	border: 1px solid #008CD6;
}
.morea1 a{
	border: 1px solid #fff;
	color: #333;
	background: #fff;
}
.m2{
	background: #363c40;
}
.m2w {
	width: 90%;
	margin-left: 5%;
}
.m2a{
	width: 16.666666666%;
	height: 300px;
	background-size: cover !important;
	float: left;
	text-align: center;
	color: #ccc;
	font-size: 18px;
}
.m2a span{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 4px 20px;
	font-size: 14px;
	margin-top: 60px;
	opacity: 0;
	transition: .5s;
}
.m2a:hover span{
	opacity: 1;
	margin-top: 30px;
}
.m2a p{
	margin-top: 20px;
	font-size: 16px;
}
.m2a img{
	margin-top: 60px;
	transition: .5s;
}
.m2a:hover{
	color: #fff;
}
.m2abox{
	width: 100%;
	height: 100%;
	background: none;
	transition: .5s;
}
.m2a:hover .m2abox{
	background: rgba(0,140,214,.5);
}
.m2a:hover img{
	/*transform:rotateY(360deg);*/
	margin-top: 50px;
}
.m3toptxt{
	color: #666;
	margin-top: 20px;
}
.m3w{
	width: 101%;
}
.m3a{
	width: 32.33333%;
	margin-right: 1%;
	height: 185px;
	float: left;
	margin-top: 10px;
}
.m3a .distab{
	width: 100%;
	height: 100%;
}
.m3a .tab_cell{
	width: 100%;
	text-align: center;
}
.m3a img{
	max-width: 80%;
	transition: .5s;
	transform: rotateY(0deg);
}
.m3a:hover img{
	transform: rotateY(-90deg);
}
.m3atxt{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333333;
	padding: 15px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: .5s;
	transform: rotateY(90deg);
}
.m3a:hover .m3atxt{
	opacity: 1;
	transform: rotateY(0);
}
.m3atxt h4{
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m3atxt p{
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	border-top: 1px solid #008CD6;
	margin-top: 15px;
	padding-top: 10px;
}
.m4{
	background: url(../images/m4bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
}
.m4txt{
	width: 25%;
	text-align: center;
}
.m4txt h4{
	font-size: 90px;
	font-weight: normal;
}
.m4txt h4 i{
	font-size: 48px;
}
.m4txt p{
	font-size: 18px;
	margin-top: 10px;
}
.m5a{
	width: 45%;
	margin-top: 60px;
}
.m5a:nth-child(odd){
	float: left;
}
.m5a:nth-child(even){
	float: right;
}
.cont{
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}
.m5a1{
	font-weight: normal;
	font-size: 18px;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
	font-weight: normal;
	transition: .25s;
	height: 36px;
	position: relative;
	
}
.m5a1 h4{
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	transition: .5s;
}
.m5a:hover h4{
	color: #008CD6;
}
.m5a span{
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -2px;
	transition: .8s;
}
.m5a:hover span{
	width: 100%;
}
.m5a p{
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.foottop{
	padding: 70px 0;
	background: #333;
}
.ftl{
	width: 40%;
	color: #fff;
}
.ftl h4{
	font-size: 18px;
	font-weight: normal;
}
.ftl p{
	line-height: 26px;
}
.ftl img{
	margin: 20px 0 10px 0;
	max-width: 130px;
}
.ftr {
	width: 40%;
}
.ftr h4{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.ftrform input{
	width: 100%;
	height: 30px;
	border: 1px solid #666666;
	background: none;
	margin-bottom: 13px;
	padding-left: 10px;
	color: #e5e5e5;
}
.ftrform input::-webkit-input-placeholder{
	color:#fff;
}
.ftrform textarea{
	width: 100%;
	height: 125px;
	padding-top: 10px;
	border: 1px solid #666666;
	background: none;
	margin-bottom: 13px;
	padding-left: 10px;
	color: #e5e5e5;
	resize: none;
}
.ftrform textarea::-webkit-input-placeholder{
	color:#fff;
}
.ftsbm{
	width: 97px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #008CD6;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.ftript input{
	width: 48.5%;
}
.footbot{
	text-align: center;
	color: #fff;
	line-height: 60px;
	background: #000;
}
.footbot a{
	color: #fff;
}
.fwbn{
	width: 100%;
	height: 400px;
	background-size: cover !important;
}
.stxt{
	width: 50%;
	padding: 0 60px;
}
.stxt h4{
	font-size: 24px;
	font-weight: normal;
}
.stxt i{
	display: inline-block;
	padding: 5px 20px;
	background: #008CD6;
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
	border-radius: 2px;
	vertical-align: middle;
	margin-top: -3px;
}
.stxt p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
}
.simg{
	width: 50%;
	text-align: center;
}
.stxt img{
	max-width: 100%;
}
.mt_100{
	margin-top: 100px;
}
.mt_130{
	margin-top: 130px;
}
.s2{
	padding: 35px 0;
	background: #fafafa;
}
.s3{
	background: url(../images/s3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.s3w{
	width: 101%;
}
.s3b{
	width: 13.28571%;
	margin-right: 1%;
	background: #fff;
	height: 210px;
	padding: 30px 15px;
}
.s3b i{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #ccc;
	border-radius: 40px;
	font-size: 30px;
	font-weight: bold;
	transition: .25s;
}
.s3b:hover i{
	background: #008CD6;
}
.s3b h4{
	font-size: 18px;
	margin: 10px 0 15px 0;
	font-weight: normal;
}
.s3b p{
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
}
.s4{
	background: #f0f9ff;
}
.s5{
	padding: 150px 0;
}
.m5box{
	width: 530px;
	height: 310px;
	border: 1px solid #aaceec;
	margin: 0 auto;
}
.m5boxtxt h4{
	font-size: 30px;
	font-weight: normal;
	color: #008CD6;
	margin-top: 15px;
}
.m5boxtxt p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.m5boxtxt img{
	margin-top: 65px;
}
.m5btxt h4{
	font-size: 20px;
	margin-top: 30px;
	font-weight: normal;
}
.m5btxt p{
	line-height: 24px;
	color: #666;
	margin-top: 10px;
}
.m5b{
	text-align: left;
	width: 380px;
}
.m5btxt {
	width: 250px;
}
.m5b:nth-child(even) .m5btxt p{
	text-align: right;
}
.m5b:nth-child(odd) .m5btxt p{
	text-align: left;
}
.m5b:nth-child(even) .m5btxt{
	float: left;
	text-align: right;
}
.m5b:nth-child(odd) .m5btxt{
	float: right;
}
.m5b:nth-child(even) .m5br{
	float: right;
}
.m5b:nth-child(odd) .m5br{
	float: left;
}
.m5b1{
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -326px;
	margin-top: -54px;
}
.m5b2{
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -326px;
	margin-top: -54px;
}
.m5b3{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -326px;
	margin-bottom: -54px;
}
.m5b4{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -326px;
	margin-bottom: -54px;
}
.m5br i{
	width: 108px;
	height: 108px;
	display: inline-block;
	border-radius: 108px;
}
.m5br i.i1{
	background: url(../images/s5ico_1_03.png) no-repeat center #f67270;
}
.m5br i.i2{
	background: url(../images/s5ico_2_03.png) no-repeat center #f5b144;
}
.m5br i.i3{
	background: url(../images/s5ico_3_03.png) no-repeat center #e2d701;
}
.m5br i.i4{
	background: url(../images/s5ico_4_03.png) no-repeat center #30b423;
}
.simg img{
	max-width: 100%;
}

.abtbn{
	height: 360px;
}
.bgf8{
	background: #f8f8f8;
}
.pchide{
	display: none;
}
.newimg{
	width: 200px;
	height: 140px;
	background-size: cover !important;
}
.m-qwnews .main .left{
	height: auto;
}
.j1top h4{
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.j1top p{
	font-size: 12px;
	color: #c1c1c1;
}
.m1bot1{
	animation: rota 1s;
}
@-webkit-keyframes rota {
  0%, 100% {
  	margin-top: -50px;
  	opacity: 0;
  }
  100% {
  	margin-top: 30px;
  	opacity: 1;
  }
}
.c1a{
	background: #F8F8F8;
	margin-top: 35px;
}
.c1aimg {
	width: 34%;
	height: 185px;
	overflow: hidden;
}
.c1aimg img{
	width: 100%;
	height: 100%;
}
.c1txt{
	width: 66%;
	padding: 0 80px 0 35px;
    margin-top: 45px;
    transition: .5s;
}
.c1a:hover .c1txt{
	margin-top: 30px;
}
.c1txt h4{
	color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.c1txt p{
	margin-top: 10px;
	font-size: 16px;
    color: #6f6f6f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 32px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.c1txt i{
	height: 100%;
	display: block;
	border-left: 2px solid #F1F1F1;
	position: absolute;
	right: 65px;
	top: 0;
	transition: .5s;
}
.c1a:hover .c1txt i{
	margin-top: 35px;
}
.c1txt i img{
	margin-top: 10px;
}
.info{
	padding: 70px 0;
}
.iftop h4{
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.iftop p{
	font-size: 18px;
	color: #BCBCBC;
	margin-top: 10px;
}
.iftxt p{
	font-size: 16px;
	color: #585858;
	line-height: 30px;
	text-indent: 2em;
}
.iftxt img{
	max-width: 100%;
}





@media only screen and (min-width:768px) and (max-width:1169px) {
	.m2a{
		height: 300px;
		font-size: 16px;
	}
	.m2a img{
		max-width: 50%;
		margin-top: 64px;
	}
	.m1img{
		height: 190px;
	}
	.m5b1{
		background: #fff;
		margin-left: -30%;
		margin-top: -100px;
	}
	.m5b2{
		background: #fff;
		margin-right: -30%;
		margin-top: -100px;
	}
	.m5b3{
		background: #fff;
		margin-left: -30%;
		margin-bottom: -100px;
	}
	.m5b4{
		background: #fff;
		margin-right: -30%;
		margin-bottom: -100px;
	}
	.m-aboutqw .maintop,.m-aboutqw .maincenter{
		width: 100%;
	}
	.m-aboutqw .maintop .wrapp table{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.m-aboutqw .maintop .wrapp table td{
		font-size: 60px;
	}
	.m-aboutqw .maincenter .img-wrap img,.m-aboutqw .maincenter .img-wrap p{
		width: 31.333333%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.m-aboutqw .maincenter .img-wrap{
		width: 100%;
	}
	.m-aboutqw .mainbot .z-box{
		width: 100%;
	}
	.m-aboutqw .mainbot .z-box li{
		width: 25%;
		margin-right: 0;
	}
	.m-qwnews .main{
		width: 100%;
		padding: 0 15px;
	}
	.m-qwnews .main .left{
		width: 20%;
		margin-right: 0 !important;
	}
	.m-qwnews .main .right{
		width: 76%;
	}
	.m-qwnews .main .right a li{
		width: 100%;
	}
	.newimg{
		width: 25%;
	}
	.m-qwnews .main .right a li .wrap{
		width: 60%;
		margin-left: 3%;
		margin-right: 0;
		padding: 0 !important;
	}
	.m-qwnews .main .right a li .Date{
		width: 8%;
		font-size: 18px;
	}
	.m-qwnews .main .right a li .wrap .stit{
		width: 100%;
	}
	.m-qwnews .main .right a li .wrap .scenter{
		width: 100%;
	}
}
@media only screen and (max-width:950px) {
	.stxt h4{
		margin-top: 20px;
	}
	.head_height{
		display: none;
	}
	.m-qwnews .main .right a li .Date{
		width: 8%;
		font-size: 14px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 30px 0;
	}
	.m1top li{
		font-size: 14px;
		width: 50%;
		float: left;
		margin: 0;
	}
	.mt_40{
		margin-top: 30px;
	}
	.m1a{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.morea {
		margin-top: 30px;
	}
	.m2a{
		width: 50%;
		font-size: 14px;
	}
	.m3w{
		width: 100%;
	}
	.m3a{
		width: 49%;
		height: 120px;
		margin-right: 0;
	}
	.m3atxt h4{
		font-size: 14px;
		-webkit-line-clamp: 1;
		border-bottom: 0;
		padding-bottom: 0;
		margin-top: 5px;
	}
	.m3atxt p{
		border-top: 1px solid #008CD6;
		margin-top: 10px;
		font-size: 12px;
		-webkit-line-clamp: 2;
	}
	.m3a:nth-child(odd){
		float: left;
	}
	.m3a:nth-child(even){
		float: right;
	}
	.m4txt{
		width: 50%;
		margin-bottom: 20px;
	}
	.m4{
		padding: 30px 0 10px 0;
	}
	.m4txt h4{
		font-size: 18px;
	}
	.m4txt h4 i{
		font-size: 14px;
	}
	.m4txt p{
		font-size: 12px;
	}
	.m5a:first-child{
		margin-top: 30px;
	}
	.m5a{
		width: 100%;
		margin-top: 45px;
	}
	.foottop{
		padding: 30px 0;
	}
	.ftl,.ftr{
		width: 100%;
	}
	.ftr{
		margin-top: 30px;
	}
	.ftl img{
		display: block;
		margin: 20px auto 10px auto;
	}
	.ftl h4,.ftr h4{
		text-align: center;
	}
	.ftsbm{
		display: block;
		margin: 0 auto;
	}
	.footbot{
		line-height: 26px;
		padding: 10px;
		font-size: 13px;
	}
	.fwbn{
		height: 130px;
	}
	.stxt{
		width: 100%;
		padding: 0;
	}
	.simg{
		width: 100%;
		margin-top: 20px;
	}
	.stxt h4{
		line-height: 35px;
	}
	.s3w{
		width: 100%;
	}
	.s3b{
		width: 48%;
		margin-bottom: 15px;
	}
	.s3b:nth-child(odd){
		float: left;
	}
	.s3b:nth-child(even){
		float: right;
	}
	.m5box{
		width: 100%;
		height: auto;
		border: 0;
	}
	.m5boxtxt img{
		margin-top: 50px;
	}
	.m5boxtxt h4{
		font-size: 18px;
	}
	.m5boxtxt p{
		font-size: 13px;
		padding: 0 15px;
	}
	.m5boxtxt{
		height: 280px;
		border: 1px solid #aaceec;
		margin: 0 auto;
	}
	.m5b{
		position: relative;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		margin-top: 20px;
	}
	.m5btxt{
		width: 80%;
		text-align: left !important;
		float: right !important;
	}
	.m5b:nth-child(even) .m5btxt p{
		text-align: left;
	}
	.m5br{
		float: left !important;
	}
	.m5br i{
		width: 50px;
		height: 50px;
		background-size: 50% !important;
	}
	.m5btxt h4{
		margin-top: 0;
	}
	
	.m-aboutqw .maintop,.m-aboutqw .maincenter{
		width: 100%;
	}
	.m-aboutqw .maintop .wrapp table{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.m-aboutqw .maintop .wrapp table td{
		font-size: 60px;
	}
	.m-aboutqw .maincenter .img-wrap img,.m-aboutqw .maincenter .img-wrap p{
		width: 31.333333%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.m-aboutqw .maincenter .img-wrap{
		width: 100%;
	}
	.m-aboutqw .mainbot .z-box{
		width: 100%;
	}
	.m-aboutqw .mainbot .z-box li{
		width: 25%;
		margin-right: 0;
	}
	.m-aboutqw .maintop{
		padding: 0 15px;
	}
	.m-aboutqw .maintop .tit{
		padding-top: 30px;
	}
	.m-aboutqw .maintop .titeng{
		margin-bottom: 30px;
	}
	.m-aboutqw .maintop .wrapp table td{
		font-size: 20px;
	}
	.m-aboutqw .maintop .wrapp table td span{
		font-size: 12px;
		margin-left: 0;
	}
	.m-aboutqw .maintop .wrapp table td p{
		font-size: 12px;
		padding: 0 10px;
		color: #666;
	}
	.m-aboutqw .maintop .wrapp{
		height: 100px;
	}
	.m-aboutqw .maincenter .tit{
		padding-top: 30px;
	}
	.m-aboutqw .maincenter{
		padding: 0 15px;
	}
	.m-aboutqw .maincenter .center1{
		margin-bottom: 10px;
	}
	.m-aboutqw .maincenter .img-wrap p{
		font-size: 13px;
		line-height: 40px;
		height: 40px;
	}
	.m-aboutqw .mainbot .tit{
		padding-top: 30px;
	}
	.m-aboutqw .mainbot .z-box{
		padding: 0 15px;
	}
	.m-aboutqw .mainbot .z-box li img{
		left: 0;
		margin-left: 0;
	}
	.m-aboutqw .mainbot .z-box li{
		width: 50%;
		margin-bottom: 10px;
	}
	.m-aboutqw .mainbot .z-box li p{
		width: 100%;
		font-size: 12px;
	}
	.m-aboutqw .mainbot .z-box .year img{
		vertical-align: middle;
		margin-top: -3px;
	}
	.m-aboutqw .centerwrap .center{
		display: none;
	}
	.pchide{
		display: block;
	}
	.m-aboutqw .centerwrap{
		height: auto;
		padding: 30px 0;
		background-size: cover;
	}
	.phtop{
		color: #fff;
	}
	.phtop h4{
		font-size: 25px;
		font-weight: normal;
	}
	.phtop p{
		font-size: 16px;
		margin-top: 10px;
	}
	.phi {
		margin-bottom: 20px;
	}
	.phi:last-child{
		margin-bottom: 0;
	}
	.phi i{
		width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    background: #041128;
	    font-size: 15px;
	    line-height: 60px;
	    text-align: center;
	    color: #fff;
	    transition: all 0.2s linear;
	    display: inline-block;
	    margin-bottom: 10px;
	}
	.phi p{
		line-height: 30px;
		padding: 0 15px;
		color: #fff;
		font-size: 12px;
	}
	
	.m-qwnews .main{
		width: 100%;
		padding: 0 15px;
	}
	.m-qwnews .main .left{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
	.m-qwnews .main .left li{
		width: 100%;
	}
	.m-qwnews .main .right{
		width: 100%;
	}
	.m-qwnews .main .right a li{
		width: 100%;
	}
	.newimg{
		width: 30%;
		height: 80px;
	}
	.m-qwnews .main .right a li .wrap{
		width: 67%;
		margin-left: 3% !important;
		margin-right: 0;
		padding: 0 !important;
		height: auto;
	}
	.m-qwnews .main .right a li .Date{
		width: 100%;
		padding-left: 32%;
		font-size: 14px;
		display: none;
	}
	.m-qwnews .main .right a li{
		height: auto;
		padding: 15px 0;
	}
	.m-qwnews .main .right a li .go{
		display: none;
	}
	.m-qwnews .main .right a li .wrap .stit{
		width: 100%;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.m-qwnews .main .right a li .wrap .scenter{
	    -webkit-line-clamp: 2;
	    font-size: 13px;
	}
	.m-qwnews .main .right a li .wrap .scenter{
		width: 100%;
	}
	.m-qwnews .main .f-pdg-30{
		display: none;
	}
	.m1bot1{
		animation: rota1 1s;
	}
	.c1aimg{
		height: 100px;
	}
	.c1txt{
		padding: 0 15px 0 15px;
		margin-top: 10px;
	}
	.c1a:hover .c1txt{
		margin-top: 10px;
	}
	.c1txt h4{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		font-size: 15px;
	}
	.c1txt p{
		font-size: 12px;
		line-height: 25px;
	}
	.c1txt i{
		display: none;
	}
	.iftop h4{
		font-size: 24px;
	}
	.iftxt{
		margin-top: 30px;
	}
	.m1wdspl{
		width: 100%;
	}
}