.n-banner{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.n-banner .img{
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.n-banner .img img{
	width: 100%;
	
}
.n-banner .m-c{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(45,163,255,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
    top: 0;
}
.n-banner .m-c .c-c .txt{
	width: 50%;
	margin: auto;
	
}
.n-banner .m-c .c-c .txt>div{
	color: #fff;
	line-height: 2;
}
.n-banner .m-c .c-c .txt .f_40{
	text-align: center;
	margin-bottom: 0.2rem;
}
/**/
.tit{
	padding: 0.2rem 0 0.5rem;
}
/**/
.p-cp .m-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-cp .m-c .c-l{
	width: 48%;
	display: flex;
	flex-direction: column;
    /* justify-content: space-around; */
}
.p-cp .m-c .c-l .p-p{
	padding: 0.2rem 0;
	margin-top: 1vw;
}
.p-cp .m-c .c-l ul{
	display: flex;
	align-items: center;
	margin-top: 6vw;
	
}
.p-cp .m-c .c-l ul .a-l {
	display: flex;
    align-items: center;
    background: rgba(45, 163, 255, 1);
    padding: 0.16rem 0.3rem;
    border-radius: 0.08rem;
    margin-right: 0.4rem;
}
.p-cp .m-c .c-l ul a img{
	width: 0.2rem;
	margin-right: 10px;
}
.p-cp .m-c .c-l ul a p{
	color: #fff;
}
.p-cp .m-c .img{
	width: 48%;
}

/**/
ul{
	list-style: none
}
.p-td .m-c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.p-td .m-c ul li{
	width: 22%;
	margin: 0.2rem 0;
	text-align: center;
	line-height: 1.8;
}
.p-td .m-c ul li img{
	width: 20%;
	margin: 0.3rem auto;
}
.p-td .m-c ul li .f_22{
	margin-bottom: 0.1rem;
}
/**/
 .g-cs .m-c table { width: 100%; border-collapse: collapse; }
.g-cs .m-c table  thead tr{
	color: red;
	width: 100%;
}
.g-cs .m-c table  .t-l{
	
	border-top: 2px solid #666;
}
.g-cs .m-c table  tr{
	border-bottom: 1px solid #e2e2e2;
}
.g-cs .m-c table  td,.g-cs .m-c table th{
	padding: 10px;
	text-align: center;
	
}
/**/
.p-cj .m-c ul{
	display: flex;
	flex-wrap: wrap;
}
.p-cj .m-c ul li{
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
	width: 23%;
	margin:2% 1%;
}
.p-cj .m-c ul li .img{
	width: 100%;
	overflow: hidden;
	font-size: 0;
}
.p-cj .m-c ul li .img img{
	width: 100%;
}
.p-cj .m-c ul li .f-p{
	position: absolute;
	padding: 0.01rem;
	background: red;
	width: 50%;
	border-radius: 0.1rem;
	color: #fff;
	left: 25%;
	bottom: 2px;
	text-align: center;
}
/**/
.p-xp .m-c img{
	width: 100%;
}
/**/
.p-td .m-c .pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.p-td .m-c .pic .img{
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.p-td .m-c .pic .img img{
	width: 100%;
}
.p-td .m-c .pic .p-p .f_24{
	margin-bottom: 0.2rem;
}
.p-td .m-c .pic .p-p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5%;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0,0.4);
}


/* 视频弹框 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

.z_tanchuang .tbox .modal {
  background: white;
  padding: 30px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  width: 1000px;
  max-height: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(/img/close.svg) no-repeat center;
  -o-background-size: 20px;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(/img/close2.svg) no-repeat center;
  -o-background-size: 20px;
  background-size: 20px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1000px;
}

.z_tanchuang.act {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.z_tanchuang.act .tbox .modal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/**/
@media screen and (max-width:768px) {
	.n-banner .m-c .c-c .txt{
		width: 100%;
	}
	.n-banner .img {
		width: 250%;
		
	}
	.p-cp .m-c .c-l ul{
		justify-content: space-around;
		
	}
	.p-cp .m-c .c-l ul .a-l{
		margin-right: 0;
	}
	/**/
	.p-cp .m-c .c-l{
		width: 100%;
	}
	.p-cp .m-c .img{
		width: 100%;
	}
	.p-td .m-c ul li{
		width: 48%;
	}
	.p-cj .m-c ul li{
		width: 48%;
	}
	.z_tanchuang .tbox .modal{width:unset;padding:0;}
	.z_tanchuang .tbox .modal .out{
	    right: 45%;
        top: -57px;
	}
	.g-cs .f_18{font-size:12px;}
	.p-cp .f_20{font-size:14px;}
}

.shouji{display: none;}
.pc{display: block;}

@media screen and (max-width:1024px) {
	.shouji{display: block;}
	.pc{display: none;}
}
