@charset "utf-8";
/* CSS Document */
.wrap {border-top:0;}
/*banner*/
#i_banner { margin-top: 1.5em; position: relative; z-index: 0;}
#i_banner .swiper-slide { position: relative; z-index: 0;}
#i_banner .pic { position: relative; z-index: 0; padding-top: 66.7%;}
#i_banner .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
object-fit: cover;}
#i_banner .txtb { position: absolute; left: 0; 
top: auto; bottom:0; right: 0; padding: 0 4em 0 1em; background-color: rgba(0,0,0,0.4);
display: flex; justify-content: flex-start; align-items: center;}

#i_banner .txtb .name { color: #fff; line-height: 3.2; height: 3.2em; overflow: hidden;
}

#i_banner .swiper-pagination { bottom: 1.3em; width: auto; left: 0; right: 0;
 padding-right: 0.6em; display: flex; justify-content: flex-end; align-items: center;}
#i_banner .swiper-pagination-bullet { width: 0.5em; height: 0.5em;
 background-color: #fff; margin: 0 0.2em;
 filter:alpha(opacity=40);-moz-opacity:0.4; opacity:0.4;
}
#i_banner .swiper-pagination-bullet-active { 
	position: relative; z-index: 0;
	filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;
	 background-color: #fff;}


#i_banner .btnNext,#i_banner .btnPrev { z-index: 10; position: absolute;
right: 5.2%; top: 50%; margin-top: -2.25em;
	cursor: pointer; display: block; cursor: pointer;
	width: 4.5em; height: 4.5em; 
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	background: url(../images/arrow.png) center center no-repeat;
	background-size:contain;
} 
#i_banner .btnPrev { left: 5.2%; right: auto;
transform: rotate(180deg);
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
}
#i_banner .btnNext:hover,
#i_banner .btnPrev:hover {
background-color: #fff;
}

#i_banner  .swiper-button-disabled,
#i_banner  .swiper-button-disabled:hover{  background: transparent;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}


 @media only screen and (max-width:828px) { 
#i_banner .con { width:  90vw; margin: 0 5vw;}
#i_banner .pic { position: relative; z-index: 0; padding-top: 80%;}
#i_banner .pic img {
object-position: right center}
#i_banner .txtb { width: 100vw;}
#i_banner .txtb .txt { width: 75%; right: auto; left: 0;}
#i_banner .txtb .txt .name { font-size: 5.8vw;}
#i_banner .txtb .txt .intro { margin-top: 0.5em; font-size:3.4vw;}
#i_banner .swiper-pagination { font-size: 2vw;}
#i_banner .swiper-pagination-bullet { width: 6px; height: 6px;}

#i_banner .btnNext,#i_banner .btnPrev {
right: 5.2%; top: 50%; margin-top: -1em;	width: 2em; height: 2em; 
}
}

.newBox { display: flex; justify-content: space-between; align-items: stretch;}
.newBox .newL { width: 56.66%;overflow: hidden;}
.newBox .newR { margin-top: 1.5em;  width: 41.6%;
background-color: #fff; overflow: hidden;}
.newBox .newR .tit{ display: flex; justify-content: space-between; align-items: center; margin: 9px 9px 0;
background-color: #eaf6fe; padding: 0.9em 1em 0.9em 0;}
.newBox .newR .tit .nameL { margin-left: 0.75em; padding-left: 0.75em;
	line-height: 1.35em; font-weight: bold; border-left: 0.2em solid #016fba;}
.newBox .newR .tit .nameC { padding-left: 0.2em;}
.newBox .newR .tit .nameC a { display: inline-block; margin: 0 0.2em;}
.newBox .newR .list { margin: 0.9em 1.5em 0; line-height: 2.55; text-align: left;}
.newBox .newR .list li { display: flex; justify-content: space-between; align-items: center;}
.newBox .newR .list .name {flex: 1; margin-right: 1em; height: 2.5em; overflow: hidden;}
.newBox .newR .list .date { color: #8c8b8b;}


@media only screen and (max-width:828px) { 
	.newBox { display: block;}
	.newBox .newL { width: 100%;}
	.newBox .newR { width: 100%; padding-bottom: 0.9em; margin-top: 1em;}
}

.infoBoxZ { display: flex;flex-wrap: wrap;
 justify-content: space-between; align-items: stretch;}
.infoBox { width: 49.5%; background-color: #fff; margin:1% 0.5% 0 0;
background-color: #fff;}
.infoBox1 { width: 100%; margin-right: 0;}
.infoBox:nth-child(2n) { margin-right: 0;}
.infoBox .conI { margin: 9px; background: url(../images/bg_box.jpg) 0 0 repeat-x;}
.infoBox .conI .tit { padding: 0.68em 0.68em 0.45em; display: flex; justify-content: space-between; align-items: center;}
.infoBox .conI .tit .name { line-height: 1.7;
 background-color: #1279bf; color: #fff; font-weight: bold;
padding: 0 0.8em;}

@media only screen and (max-width:828px) {  
	.infoBox { width:100%; margin-right: 0;}
}





.swiper-client { margin:1.3em 0; position: relative; z-index: 0;}
.swiper-client .swiper-container { margin: 0 3em; position: static; }
.swiper-client .swiper-slide { width: 20%;}
.swiper-client .pic { display: block; cursor: pointer;
  width:80%; padding-top: 28.6%; margin: 0 auto;  border: 1px solid #e9e9e9;
position:relative; z-index: 0;}
.swiper-client .pic img { position: absolute;  left: 0; top: 0;
 display: block; width: 100%; height: 100%; object-fit: contain;}
.swiper-client .btnPrev{ z-index: 10; position: absolute; left: 1em; top: 50%; 
margin-top: -1.18em; height:2.36em;  width: 2.36em;
cursor: pointer;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ;
transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */}
.swiper-client .btnNext{  z-index: 10;position: absolute; right: 1em; top: 50%; 
margin-top: -1.18em; height:2.36em;  width: 2.36em;
cursor: pointer;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ;
}

 @media only screen and (max-width:828px) { 
	 .swiper-client { }
	 .swiper-client .btnPrev{ left: 0.5em; 
	 margin-top: -.8em; height:1.6em;  width: 1.6em;}
	 .swiper-client .btnNext{right: 0.5em; margin-top: -.8em; height:1.6em;  width: 1.6em;}
 }
 
 .videoDBox { position: relative; z-index: 0; padding-top: 10.8%; padding-bottom: 3.2%;}
 .videoMBox { position: relative; z-index: 0; padding-top: 0.5em; padding-bottom:0.7em;}
 .swiper-video-con { position: relative; z-index: 0;overflow: hidden;}
 .videoMBox  .swiper-video-con { margin: 0 0.5em;}
 .swiper-video-con::after { position: absolute; z-index: 10; content: ""; display: block; right: -100%; top: 0; 
 height: 100%; width: 100%;
 background-color: rgba(255,255,255,0.35);}
 .swiper-video-con::before {position: absolute; z-index: 10; content: ""; display: block; left: -100%; top: 0; 
 height: 100%; width: 100%;
 background-color: rgba(255,255,255,0.35);}
 .swiper-video {overflow: visible;  width: auto; padding: 0; }
 .videoMBox .swiper-video { overflow: hidden;}
 .swiper-video .swiper-slide { cursor: pointer; }
 .videoMBox .swiper-video .swiper-slide { margin-right: 0;}
 .swiper-video .item { position: relative; z-index: 0; padding: 0; margin: 0;}
 .swiper-video .item .txts { position: absolute; left: -0.2em; top: 1.2em; 
 font-size: 15px; color: #004f81; 
 transform: rotate(90deg);
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Safari and Chrome */}
 .swiper-video .item .picb { position: relative; z-index: 0; padding-top: 48.3%;
 overflow: hidden;}
 .swiper-video .item .videoBox { position: absolute; z-index: 0; left: 0; top: 0;
   width: 100%; height: 100%;
  background-color: #000;}
 .swiper-video .item .videoBox video { position: absolute; z-index: 0; left: 0; top: 0;
 width:100%; height: 100%; object-fit: contain;}
 .swiper-video .item .videoBox .videoPic { position: absolute; z-index: 1; left: 0; top: 0;
 width: 100%; height: 100%; background-color: #000;}
  .swiper-video .item .videoBox .videoPic img { display: block; width: 100%; height: 100%;
  object-fit: cover;
  filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;}
 .swiper-video .item .videoBox .btnPlay{ position: absolute; z-index: 2; 
 left: 50%; top: 50%; margin-top: -1.405em; margin-left: -1.405em; 
 width: 2.81em; padding-top: 2.81em; height: 0; cursor: pointer;
 background: url(../images/btn_play_2.png) center center no-repeat;
 background-size:contain;
 }
 .swiper-video .item .videoBox.curPlay .videoPic { display: none; }
 .swiper-video .item .videoBox.curPlay .btnPlay {display: none; }
 
 .swiper-video .item .videoBox.pausePlay .videoPic { display: none; }
 .swiper-video .item .videoBox.pausePlay .btnPlay {display: block; }
 
 
 
 .swiper-video .item .pic { margin: 0 auto; position: relative; z-index: 0;
  width: 415px; padding-top: 321px;
 display: block; cursor: pointer; overflow: hidden;}
 .swiper-video .item .pic img {position: absolute; left: 0; top: 0; width: 100%; height: 100%;
 object-fit:cover;  }
 .swiper-video .item .txt { position: relative; z-index: 1;
  background-color: #fff; text-align:center; margin: 1em 4.3% 0; 
  -moz-border-top-left-radius:0.5em; 
  -webkit-border-top-left-radius:0.5em; 
  border-top-left-radius:0.5em;
  
  -moz-border-bottom-right-radius:0.5em;
  -webkit-border-bottom-right-radius:0.5em; 
  border-bottom-right-radius:0.5em;
  
  -moz-border-top-right-radius:1.5em;
  -webkit-border-top-right-radius:1.5em; 
  border-top-right-radius:1.5em;
  
  -moz-border-bottom-left-radius:1.5em;
  -webkit-border-bottom-left-radius:1.5em; 
  border-bottom-left-radius:1.5em;
  }
 .swiper-video .item .txt .name { height: 1.5em;
 line-height: 1.5em; overflow: hidden; 
 text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap;}
 .swiper-video .item .txt .name a{ }
 .swiper-video .item .btnw { text-align: right;}
 .swiper-video .item .more { border-bottom: 1px solid #939393; line-height: 1.1;
 display: inline-block; font-size: 14px; margin-top: 1.5em; color: #7a7a7a;}
 .swiper-video .item .more span{ display: inline-block; font-size: 1.2em;}
 .swiper-video .item .more:hover { color: #ee1b1a;}
 
 .videoGBox .cons { position: relative; z-index: 0; }
 .videoGBox .swiper-button-prev,
 .videoGBox .swiper-button-next{ left: 0.5em;  width: 1.9em; height:2.9em;
 background:rgba(0,0,0,0.3) url(../images/arrow3.png) center center no-repeat;
 background-size:auto 1.6em ; margin-top: -2.7em;
 transition: all 0.5s;
 -webkit-transition:all 0.5s;
 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
  .videoGBox .swiper-button-prev {transform: rotate(180deg);
 	-ms-transform: rotate(180deg); /* IE 9 */
 	-webkit-transform: rotate(180deg); /* Safari and Chrome */}
 .videoGBox .swiper-button-next {right: 0.5em;left: auto;
 	
 }
 .videoGBox .swiper-button-prev:hover,
 .videoGBox .swiper-button-next:hover { background-color: rgba(0,0,0,0.7);}
 
 
 @media only screen and (max-width:828px) {
 .videoGBox .swiper-button-prev,
 .videoGBox .swiper-button-next{ width:2.4em; height:2.4em;
 background-size:auto 0.8em ;}
 .videoGBox .swiper-button-prev { left: 3%;}
 .videoGBox .swiper-button-next { right: 3%;}
 .swiper-video .item .videoBox .btnPlay{
 	margin-top: -1.1em;
 	    margin-left: -1.1em;
 	    width: 2.2em;
 	    padding-top: 2.2em;
 }
 }
