.sq {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}
.sq li {
	width:40%;
	float: left;
	margin-left:5%;
	margin-right:5%;
}
.sq li img {
	width:100%;
}
.sq li span {
	display:block;
	line-height:30px;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	text-align:center;
	padding-top:20px;
}
.inNtop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNew .Inbtn {
	background: #fff;
}
.inNew .Inbtn span {
	color: #e2080c;
}
.inNtop .Inbtn {
	margin-top: 50px;
}
.inNtop .BtnBox .btn {
	display: block;
	padding: 20px 30px;
	border: 1px solid #fff;
	border-top: none;
	display: flex;
	align-items: center;
	transition: all 0.48s;
}
.inNtop .BtnBox .btn.on {
	background: #fff;
}
.inNtop .BtnBox .btn.on .ying {
	color: #e2080c;
}
.inNtop .BtnBox .btn.on .text {
	color: #e2080c;
}
.inNtop .BtnBox .btn.on .xian {
	background: #e2080c;
}
.inNtop .BtnBox .btn.on .img1 {
	display: none;
}
.inNtop .BtnBox .btn.on .img2 {
	display: block;
}
.inNtop .BtnBox .btn:first-child {
	border-top: 1px solid #fff;
}
.inNtop .BtnBox .btn:hover {
	background: #fff;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.inNtop .BtnBox .btn:hover .ying {
	color: #e2080c;
}
.inNtop .BtnBox .btn:hover .xian {
	background: #e2080c;
}
.inNtop .BtnBox .btn:hover .text {
	color: #e2080c;
}
.inNtop .BtnBox .btn:hover .img1 {
	display: none;
}
.inNtop .BtnBox .btn:hover .img2 {
	display: block;
}
.inNtop .BtnBox .ying {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Bluu";
	min-width: 185px;
	transition: all 0.48s;
}
.inNtop .BtnBox .xian {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 30px;
	transition: all 0.48s;
}
.inNtop .BtnBox .text {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	transition: all 0.48s;
}
.inNtop .BtnBox img {
	width: 30px;
	margin-left: 15px;
}
.inNtop .BtnBox .img1 {
	display: block;
}
.inNtop .BtnBox .img2 {
	display: none;
}
.inTBox {
	width: 1200px;
	margin-top: 30px;
	background: #fff;
	padding: 0px 0px 0 0px;
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	height: 550px;
	margin-left:auto;
	margin-right:auto;
}
.inTBox .image {
	width: 55%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.inTBox .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.48s;
}
.inTBox .image img {
	display: none;
}
.inTBox .image .on {
	display: block;
}
.inTBox .image:hover img {
	transform: scale(1);
}
.inNList {
	width: 40%;
}
.inNList .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.48s;
	border: 1px solid #d8ecf7;
	border-radius: 10px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:3%;
	padding-bottom:3%;
	padding-left:2.5%;
	padding-right:2.5%;
	background-image:url(../static/image/bg1.jpg);
	background-repeat: repeat-x;
}
.inNList .item.act {
}
.inNList .item.act .time {
	color: #01609d;
}
.inNList .time {
	color:  #333;
	font-size: 20px;
	font-weight:bold;
}
.inNList .Tit {
	color:  #666666;
	font-size: 14px;
	margin-top: 10px;
	transition: all 0.48s;
	/* line-height: 1.3; */
   word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
 @media (max-width:1450px) {
 .Inbtn {
 padding: 10px 25px;
}
 .IBan .TBox .text {
 font-size: 40px;
}
 .IBan .TBox .tit, .IBan .TBox .ying {
 font-size: 44px;
}
 .inAB .text {
 font-size: 16px;
}
 .inABList {
 margin-top: 50px;
}
 .inABList .item {
 padding: 16px 0;
}
 .inTBox {
 height: 460px;
}
}
@media (max-width:1368px) {
 .IBan .TBox .tit, .IBan .TBox .ying {
 font-size: 40px;
}
 .IBan .TBox .text {
 font-size: 36px;
}
.inNList .Tit {
 font-size: 16px;
}
.inAB .image {
 width: 53%;
 height: 60%;
}
.inNtop .BtnBox img {
 width: 24px;
 margin-left: 10px;
}
.inNtop .BtnBox .text {
 font-size: 16px;
}
.inNtop .BtnBox .xian {
 width: 50px;
 height: 1px;
 margin: 0 10px;
}
.inNtop .BtnBox .ying {
 font-size: 16px;
 color: #fff;
 min-width: 172px;
}
.Inbtn img {
 margin-left: 10px;
 width: 24px;
}
.inTBox {
 height: 410px;
}
.inAB .text {
 margin: 30px 0 20px;
}
.inABList .item img {
 width: 24px;
 margin-left: 10px;
}
}
@media (max-width:1200px) {
 .IBan .TBox .tit, .IBan .TBox .ying {
 font-size: 36px;
}
 .InpList .btn {
 width: 170px;
 font-size: 14px;
 padding: 6px 0px;
}
 .Inbtn span {
 font-size: 14px;
}
 .IBan .TBox .text {
 font-size: 32px;
}
.inAB .image {
 display: none;
}
.inAB .bg {
 height: 100%;
 width: 100%;
}
.inAB .TBox {
 width: 100%;
 padding: 0;
}
.inAB .text {
 width: 100%;
}
.inAB .Left {
 width: 45%;
}
.inAB .flex .img_bg {
 display: block;
}
.inAB .text {
 margin: 20px 0 20px;
}
.inNtop .Inbtn {
 margin-top: 30px;
}
.inTBox {
 height: 380px;
}
.inNtop .BtnBox .btn {
 padding: 15px 20px;
}
.InpList .item {
 margin-bottom: 30px;
}
}
@media (max-width:1024px) {
.inNList .item {
height:auto;
}
 .IBan {
 height: auto;
}
 .IBan .TBox .tit, .IBan .TBox .ying {
 font-size: 32px;
}
 .IBan .TBox .text {
 font-size: 28px;
 margin-bottom: 30px;
}
 .IBan .swiper-slide-active .image {
 animation: none;
}
 .IBan .swiper-slide-active .image {
 animation: none;
}
.inNtop .BtnBox .xian {
 width: 30px;
 height: 1px;
 margin: 0 10px;
}
.inNtop .BtnBox .ying {
 font-size: 14px;
 color: #fff;
 min-width: 150px;
}
.inNtop .BtnBox img {
 width: 20px;
 margin-left: 10px;
}
.inNtop .BtnBox .text {
 font-size: 14px;
}
.inTBox {
 height: 330px;
 width:100%;
}
.inAB .text {
 font-size: 14px;
}
}
@media (max-width:900px) {
 .inAB .flex .img_bg {
 width: 100%;
      /* display: none; */
      margin-top: 30px;
}
 .inAB .Left {
 width: 100%;
}
.inAB .flex {
 flex-wrap: wrap;
}
.InpList .item {
 width: 49%;
 margin-bottom: 20px;
}
.InpList .item:nth-last-child(1), .InpList .item:nth-last-child(2), .InpList .item:nth-last-child(3) {
 margin-bottom: 20px;
}
.inTBox {
 height: 300px;
 padding: 30px 20px 0 20px;
}
.IBan {
 height: 450px;
 margin-top: 80px;
}
}
@media (max-width:768px) {

.sq{ width:95%; margin-left:auto; margin-right:auto; margin-top:80px;}
.sq li{ width:70%; float: none; margin-left:15%; margin-right:15%; display:block; margin-bottom:50px; overflow:hidden;}
.sq li img{ width:100%;}
.sq li span{ display:block; line-height:30px; font-weight:bold; font-size:18px; color:#000000; text-align:center; padding-top:20px;}


 .IBan .TBox .tit, .IBan .TBox .ying {
      /* display: none; */
      font-size: 28px;
}
 .IBan .TBox .text {
 font-size: 24px;
 margin-bottom: 15px;
}
.IBan .TBox .Inbtn {
 padding: 5px 20px;
}
.IBan .TBox {
 top: 60%;
}
.inNew .BtnBox {
 display: none;
}
.inTBox {
 margin-top: 40px;
}
.inTBox {
 height: 270px;
}
.inNList .time {
 font-size: 14px;
}
.IBan .TBox .text {
 font-size: 20px;
}
}
@media (max-width:680px) {
 .inABList .item img {
 width: 20px;
 margin-left: 6px;
}
 .inABList .item span {
 font-size: 14px;
}
.inTBox {
 flex-wrap: wrap;
 height: auto;
 overflow:hidden;
 padding-bottom:30px;
}
.inTBox .image {
 width: 100%;
 height: 250px;
}
.inNList {
 width: 100%;
 margin-top: 20px;
}
.Inbtn img {
 margin-left: 5px;
 width: 20px;
}
.Inbtn span {
 font-size: 12px;
}
.IBan .TBox .text {
 font-size: 18px;
}
.IBan .TBox .tit, .IBan .TBox .ying {
   /* display: none; */
   font-size: 24px;
}
.IBan {
 height: 400px;
}
}
@media (max-width:500px) {
 .inABList {
 margin-top: 20px;
 flex-wrap: wrap;
}
 .inABList .item {
 width: 100%;
}
 .InpList .imgBox img {
 width: 100%;
}
 .InpList .btn {
 width: 120px;
}
 .InpList .item {
 width: 100%;
 margin-bottom: 20px;
}
.IBan .TBox {
 width: 94%;
 position: absolute;
 left: 3%;
}
.IBan .TBox .tit, .IBan .TBox .ying {
   /* display: none; */
   font-size: 20px;
}
}
