.wrapper{
  overflow: hidden;
}
.wrapper a{
  color: #000;
}
.banner{
  height: 151px;
  background: url(../images/index/banner.jpg) no-repeat top center;
  padding-top: 34px;
  box-sizing: border-box;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo{
  width: 441px;
  height: 59px;
  float: left;
}
.search{
  float: right;
  position: relative;
  width: 233px;
  height: 43px;
  background: url(../images/yjxx/search.png) no-repeat;
  padding-left: 52px;
  box-sizing: border-box;
  margin-top: 9px;
}
.wrapper .banner .search input {
  border: none;
  font-size: 20px;
  font-style: normal;
  width: 130px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  color: #2259a9;
}
.wrapper .banner .search input::-webkit-input-placeholder{
  color:#2259a9;
}
.wrapper .banner .search input:-moz-placeholder{
  color:#2259a9;
}
.wrapper .banner .search input::-moz-placeholder{
  color:#2259a9;
}
.wrapper .banner .search input:-ms-input-placeholder{
  color:#2259a9;
}
.wrapper .banner .search button {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 27px;
  height: 27px;
  background: url(../images/index/query.png) no-repeat;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: 0;
}
.wrapper .banner .nav {
  width: 1200px;
  margin: 15px auto 0;
}
.wrapper .banner .nav li {
  float: left;
  padding-right:30px;
  margin-right: 31px;
  border-right: 1px solid #6595c2;
}
.wrapper .banner .nav li a {
  font-size: 20px;
  color: #fff;
}
.wrapper .banner .nav li:last-child{
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.breadcrumb{
  margin-top: 35px;
  margin-bottom: 20px;
}
.breadcrumb li{
  font-size: 18px;
  color: #2251a1;
}
.breadcrumb a{
  font-size: 18px;
  color: #2251a1;
}
.wrapper .content {
  background: #f6f6f6;
}
.wrapper .content .top {
  height: 120px;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  position: relative;
}
.wrapper .content .top li.select {
  background-image: -moz-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
  color: #fff;
}
.wrapper .content .top li {
  font-size: 24px;
  color: #2259a9;
  font-weight: bold;
  float: left;
  border: 1px solid #2259a9;
  border-radius: 10px;
  background: #fff;
  padding: 6px 26px;
  cursor: pointer;
  margin-top: 31px;
  margin-left: 50px;
}
.wrapper .content .wrap{
  float: left;
  width: 365px;
  height: 389px;
  background: url("../images/kepu/wrapper.png") no-repeat;
  margin-right: 23px;
  margin-bottom: 21px;
  padding-top: 16px;
  box-sizing: border-box;
}
.wrapper .content .wrap:nth-child(3n){
  margin-right: 0;
}
.wrapper .content .wrap a.img{
  display: block;
  width:346px;
  height: 192px;
  position: relative;
  overflow: hidden;
  margin-left: 11px;
}
.wrapper .content .wrap a.img .play{
  width: 102px;
  height: 102px;
  position: absolute;
  left:50%;
  top:24%;
  margin-left: -51px;
  background: url("../images/index/play.png") no-repeat;
  background-size: 100% 100%;
}
.wrapper .content .wrap p{
  text-align: center;
  margin-top: 10px;
}
.wrapper .content .wrap p a{
  font-size: 21px;
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 2px solid #178afe;
  padding-bottom: 5px;
}
.wrapper .content .wrap p a:hover{
  text-decoration: none;
}
.wrapper .content .wrap span{
  display: block;
  width: 274px;
  margin: 10px auto 0;
  line-height: 1.5;
}
.wrapper .content .wrap span a{
  font-size: 18px;
  color: #878787;
}
.row1{
  padding: 0 19px;
  margin-top: 25px;
}
.pagination {
	height: 53px;
  margin-top: 15px;
}

.pagination a {
	display: inline-block;
  width: 21px;
	height: 53px;
	line-height: 53px;
}

.pagination span.num {
	display: inline-block;
	padding: 0 .5em;
	height: 56px;
	line-height: 56px;
	color: #5b5b5b;
  font-size: 22px;
}

.pagination .prev {
	float: left;
  width: 21px;
  height: 53px;
	background-image: url(../images/yjxx/prev.png);
	background-repeat: no-repeat;
}

.pagination .next {
	float: right;
  width: 21px;
  height: 53px;
	background-image: url(../images/yjxx/next.png);
	background-repeat: no-repeat;
}

.pagination .paginationMain {
	text-align: center;
	width: 908px;
	float: left
}

.pagination .paginationGoto {
	float: right;
	overflow: hidden;
	width: 260px;
	text-align: right
}

.pagination .paginationGoto input[type=text] {
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	border-right: 0;
	height: 53px;
	line-height: 53px;
	border-radius: 9px 0 0 9px;
	padding: 15px 5%;
	width: 192px;
	color: #a2a2a2;
  font-size: 22px;
  box-sizing: border-box;
}
.pagination .paginationGoto input[type=text]::-webkit-input-placeholder{
  color:#dcdcdc;
}
.pagination .paginationGoto input[type=text]:-moz-placeholder{
  color:#dcdcdc;
}
.pagination .paginationGoto input[type=text]::-moz-placeholder{
  color:#dcdcdc;
}
.pagination .paginationGoto input[type=text]:-ms-input-placeholder{
  color:#dcdcdc;
}
.pagination .paginationGoto input[type=text][type=text]:focus {
	outline: 0
}

.pagination .paginationGoto button {
	height: 53px;
	width: 68px;
	line-height: 53px;
	background:  url(../images/yjxx/goto.png) no-repeat;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border: none;
	vertical-align: top;
	outline: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer
}
.wrapper .content .wrap-s{
  float: left;
  width: 271px;
  height: 332px;
  background: url("../images/kepu/wrapper_s.png") no-repeat;
  margin-right: 24px;
  margin-bottom: 23px;
  padding-top: 14px;
  box-sizing: border-box;
}
.wrapper .content .wrap-s:nth-child(4n){
  margin-right: 0;
}
.wrapper .content .wrap-s a.img{
  display: block;
  width:261px;
  height: 147px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.wrapper .content .wrap-s p{
  text-align: center;
  margin-top: 15px;
}
.wrapper .content .wrap-s p a{
  font-size: 16px;
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 2px solid #82d3ff;
  padding-bottom: 5px;
}
.wrapper .content .wrap-s p a:hover{
  text-decoration: none;
}
.wrapper .content .wrap-s span{
  display: block;
  width: 209px;
  margin: 11px auto 0;
  line-height: 1.5;
}
.wrapper .content .wrap-s span a{
  font-size: 14px;
  color: #878787;
}
.video_wrap{
  width: 1180px;
  height: 124px;
  background: url(../images/kepu/video_back.png) no-repeat;
  margin-top: 15px;
  margin-left: -10px;
}
.video_wrap .video {
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
.video_wrap .name{
  float: left;
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 32px;
  width: 280px;
}
.scrollbox {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.txt-scroll .txt {
  display: inline-block;
  position: relative;
}
.txt {
  cursor: pointer;
}
.video_wrap .controls {
  width: 210px;
  height: 63px;
  float: left;
  margin-left:40px;
  margin-top: 14px;
}
.video_wrap .controls .prv{
  float: left;
  width: 33px;
  height: 25px;
  background: url(../images/index/prev.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 21px;
  cursor: pointer;
}
.video_wrap .controls .play {
  float: left;
  width: 65px;
  height: 63px;
  background-image: url(../images/index/video_play.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 30px;
  cursor: pointer;
}
.video_wrap .controls .pause{
  background-image: url(../images/index/pause.png);
  background-size: 100% 100%;
}
.video_wrap .controls .next {
  float: left;
  width: 33px;
  height: 25px;
  background: url(../images/index/next.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 21px;
  cursor: pointer;
}
.video_wrap .volume {
  float: right;
  width: 107px;
  margin-top: 27px;
  margin-right: 30px;
}
.video_wrap .volume .sound {
  width: 55px;
  float: right;
  margin-left: 7px;
  font-size: 0;
}
.video_wrap .volume .sound span {
  display: inline-block;
  width: 3px;
  background: #fff;
  margin-right: 2px;
  cursor: pointer;
}
.video_wrap .volume .horn {
  float: right;
}
.video_wrap .volume .time {
  float: right;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
}
.video_wrap .volume .time span {
  font-size: 15px;
  color: #fff;
}
.video_wrap .progress_wrap {
  position: relative;
  width: 1124px;
  height: 5px;
  background: #82d3ff;
  border-radius: 5px;
  margin: 10px auto 0;
  cursor: pointer;
}
.video_wrap .progress_wrap .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 5px;
  border-radius: 5px;
  background: #fff;
}
.video_wrap .volume .sound span:nth-child(1){
  height: 4px;
}
.video_wrap .volume .sound span:nth-child(2){
  height: 5px;
}
.video_wrap .volume .sound span:nth-child(3){
  height: 6px;
}
.video_wrap .volume .sound span:nth-child(4){
  height: 7px;
}
.video_wrap .volume .sound span:nth-child(5){
  height: 8px;
}
.video_wrap .volume .sound span:nth-child(6){
  height: 9px;
}
.video_wrap .volume .sound span:nth-child(7){
  height: 10px;
}
.video_wrap .volume .sound span:nth-child(8){
  height: 11px;
}
.video_wrap .volume .sound span:nth-child(9){
  height: 12px;
}
.video_wrap .volume .sound span:nth-child(10){
  height: 13px;
}
ul li .n_select{
  width: 1132px;
  padding: 14px 0;
  border-bottom: 1px dashed #dddddd;
  background: url("../images/index/n_select.png") no-repeat left center;
  margin: 0 auto;
}
ul li .n_select span:nth-child(1){
  padding-right: 30px;
  padding-left: 19px;
  background: url(../images/index/sound.png) no-repeat right center;
  font-size: 24px;
  color: #003333;
  cursor: pointer;
}
ul li .n_select.hover{
  background: url("../images/index/select.png") no-repeat left center;
}
ul li .n_select span:nth-child(2){
  display: none;
  font-size: 14px;
  color: #666;
  float: right;
  margin-top: 4px;
}
ul li .n_select.hover span{
  color: #2476c4;
  text-decoration: none
}
.txt.isMove{
  animation: move 10s linear infinite;
}
@keyframes move {
  0%{
      transform: translateX(0px);
  }
  100%{
      transform: translateX(-100%);
  }
}
