.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.expand_content{line-height: 30px;}
.swiper-pagination-bullet-active {
  width: 38px;
  background-color: #ffc30b;
  border-radius: 5px;
}
.keyword_box {
  background-color: #ececec;
  margin-top: -5px;
}
.keyword_box b {
  font-size: 14px;
  height: 86px;
  line-height: 86px;
  float: left;
}
.keyword_box p {
  font-size: 14px;
  padding: 0 12px;
  height: 86px;
  line-height: 86px;
  float: left;
}
.keyword_box .seach_box form {
  display: flex;
  margin-top: 6%;
}
.keyword_box .seach_box #keyword {
  height: 44px;
  width: 283px;
  border: 1px solid #f9f9f9;
  display: block;
  padding-left: 10px;
}
.keyword_box .seach_box #keyword:focus {
  outline: none;
}
.keyword_box .seach_box #s_btn {
  width: 68px;
  height: 44px;
  background: url(../images/icon_seach.png) center no-repeat #ffc30b;
  border: none;
  display: block;
}
.about_box {
  padding-top: 50px;
}
.about_box .video_child {
  max-width: 45%;
  width: 30.5625em;
}
.about_box .about_text_box {
  width: calc(100% - 30.5625em - 3.4375em);
}
.about_box .about_text_box h1 {
  font-size: 48px;
  text-transform: uppercase;
}
.about_box .about_text_box h4 {
  font-size: 24px;
  font-weight: 400;
}
.about_box .about_text_box ul {
  list-style: none;
  padding-top: 30px;
  line-height: 2.285714rem;
  color: #666666;
}
.about_box .about_text_box .sjz {
  background: url(../images/sjz_bg.png) left 5px center no-repeat;
  height: 40px;
  margin-top: 25px;
}
.about_box .about_text_box .sjz .year {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffc30b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.about_box .about_text_box .sjz .date {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
}
.about_box .about_text_box .sjz .date .rq {
  font-size: 13px;
  position: absolute;
  z-index: 9;
  color: #0264c9;
  top: -3px;
  width: 69px;
  left: -22px;
  text-align: center;
}
.about_box .about_text_box .sjz .date .yq {
  position: absolute;
  z-index: 9;
  width: 10px;
  height: 10px;
  background: #0264c9;
  border: 1px solid #f1be15;
  border-radius: 50%;
  bottom: 13px;
}
.about_box .about_text_box .sjz .date .date_con {
  position: absolute;
  background: #0264c9;
  width: 180px;
  padding: 10px;
  color: #fff;
  bottom: 50px;
  left: -20px;
  display: none;
}
.about_box .about_text_box .sjz .date .date_con h3 {
  padding-left: 15px;
  background: url(../images/yq_icon.png) left center no-repeat;
  font-size: 14px;
  font-weight: normal;
}
.about_box .about_text_box .sjz .date .date_con p {
  padding-left: 15px;
  font-size: 12px;
}
.about_box .about_text_box .sjz .date .date_con:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #0264c9 transparent transparent transparent;
  left: 20px;
  bottom: -12px;
}
.about_box .about_text_box .sjz .date:hover .yq {
  background: #0264c9;
}
.about_box .about_text_box .sjz .date:hover .date_con {
  display: block;
}
.about_box .about_text_box .sjz .date1 {
  left: 67px;
}
.about_box .about_text_box .sjz .date2 {
  left: 122px;
}
.about_box .about_text_box .sjz .date3 {
  left: 178px;
}
.about_box .about_text_box .sjz .date6 {
  left: 233px;
}
.about_box .about_text_box .sjz .date7 {
  left: 278px;
}
.about_box .about_text_box .sjz .date4 {
  left: 380px;
}
.about_box .about_text_box .sjz .date5 {
  left: 440px;
}
.about_box .about_text_box .sjz .year1 {
  position: relative;
  left: 310px;
}
.about_nav {
  border: 1px solid #0264c9;
  display: flex;
  justify-content: space-around;
  border-radius: 36.5px;
  height: 73px;
  width: 49.25em;
  line-height: 73px;
  margin: 38px auto 34px;
  overflow: hidden;
}
.about_nav li {
  flex: 1;
  text-align: center;
}
.about_nav li a {
  display: block;
  font-size: 18px;
}
.about_nav li + li {
  border-left: 1px solid #0264c9;
}
.about_nav li.active {
  background-color: #0264c9;
}
.about_nav li.active a {
  color: #fff;
}
.about_img_list > li {
  position: relative;
  padding-bottom: 60px;
}
.about_img_list > li .swiper-slide img {
  width: 100%;
  height: auto;
}
.icon_jiantou {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 35%;
  max-height: 60px;
}
.icon_jiantou .fwtd-prev,
.icon_jiantou .gcgm-prev,
.icon_jiantou .sccj-prev {
  position: absolute;
  left: -53px;
  width: 30px;
}
.icon_jiantou .fwtd-next,
.icon_jiantou .gcgm-next,
.icon_jiantou .sccj-next {
  position: absolute;
  right: -53px;
  transform: scale(-1);
  width: 30px;
}
.icon_jiantou img:focus {
  outline: none;
}
.title_box h3 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 25px;
}
.title_box .border_box {
  margin: 0 auto;
  position: relative;
  top: -2px;
  width: 60px;
  height: 3px;
  background-color: #ffc30b;
}
.cp_box {
  background-color: #f8f8f8;
  padding-top: 61px;
  padding-bottom: 82px;
}
.cp_box .cp_list {
  padding-top: 40px;
}
.cp_box .cp_list li {
  float: left;
  width: calc((100% - 98px)/3);
}
.cp_box .cp_list li a {
  display: block;
}
.cp_box .cp_list li a .img {
  position: relative;
  overflow: hidden;
}
.cp_box .cp_list li a .img img {
  width: 100%;
  height: auto;
  transition-duration: 0.3s;
  vertical-align: middle;
}
.cp_box .cp_list li a p {
  padding: 17px 0 33px;
  font-size: 18px;
  height: 75px;
  text-align:center;
}
.cp_box .cp_list li a p b {
  font-weight: 400;
  color: #666666;
}
.cp_box .cp_list li a p span {
  float: right;
  color: #ffc30b;
  padding-right: 10px;
  font-size: 30px;
  margin-top: -2%;
}
.cp_box .cp_list li:nth-child(3n-1) {
  margin-right: 49px;
  margin-left: 49px;
}
.cp_box .cp_list li:hover .img img {
  transform: scale(1.1);
}
.cp_box .cp_list li:hover .img img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 1;
  display: block;
}
.cp_box .cp_list li:last-child {
  width: 100%;
  position: relative;
}
.cp_box .cp_list li:last-child p {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding-left: 64px;
}
.cp_box .cp_list li:last-child p b {
  font-size: 30px;
}
.cp_box .cp_list li:last-child p b span {
  color: #0264c9;
  float: left;
  margin-top: 0;
}
.cp_box .cp_list li:last-child p > span {
  font-size: 16px;
  color: #fff;
  width: 193px;
  height: 47px;
  line-height: 47px;
  background-color: #ffc30b;
  text-align: center;
  border-radius: 23.5px;
  margin-top: 19px;
}
.hxys_box {
  padding-top: 74px;
  padding-bottom: 60px;
}
.hxys_box .hxys_left {
  width: 50%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 588px;
}
.hxys_box .hxys_left h6 {
  font-size: 14px;
  letter-spacing: 5px;
  color: #999999;
  opacity: 0.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.6em;
  margin-top: -12px;
}
.hxys_box .hxys_left p {
  font-size: 22px;
  font-weight: 400;
  color: #999999;
}
.hxys_box .hxys_left > div {
  display: flex;
  padding-right: 70px;
}
.hxys_box .hxys_left > div b {
  float: left;
  font-size: 154px;
  color: #0264c9;
  margin-right: 10px;
}
.hxys_box .hxys_left > div div.fl {
  padding-top: 70px;
}
.hxys_box .hxys_left > div div.fl h1 {
  font-size: 40px;
  font-weight: 400;
}
.hxys_box .hxys_left > div div.fl h5 {
  font-size: 24px;
  font-weight: 400;
}
.hxys_box .hxys_right {
  width: 50%;
}
.hxys_box .hxys_right li {
  float: left;
  width: calc(50% - 4.0625em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 276px;
  border: 2px solid #eeeeee;
  padding: 0 3%;
  background-color: #0264c9;
}
.hxys_box .hxys_right li a {
  width: 100%;
  display: block;
}
.hxys_box .hxys_right li .hxys_img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.hxys_box .hxys_right li b {
  display: block;
  font-size: 18px;
  padding-top: 16px;
  color: #fff;
}
.hxys_box .hxys_right li .border_div {
  margin: 15px auto 25px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.hxys_box .hxys_right li p {
  font-size: 15px;
  color: #fff;
}
.hxys_box .hxys_right li:nth-child(2n) {
  margin-left: 4.0625em;
}
.hxys_box .hxys_right li:nth-child(-n + 2) {
  margin-bottom: 36px;
}
.hxys_box .hxys_right li:nth-child(1) .hxys_img {
  background: url(../images/icon_td_hover.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(2) .hxys_img {
  background: url(../images/icon_sc_hover.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(3) .hxys_img {
  background: url(../images/icon_fw_hover.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(4) .hxys_img {
  background: url(../images/icon_date_hover.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(1):hover {
  transition: 0.3s;
  background-color: #fff;
}
.hxys_box .hxys_right li:nth-child(1):hover a {
  color: #fff;
}
.hxys_box .hxys_right li:nth-child(1):hover p {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(1):hover .border_div {
  background-color: #ffc30b;
}
.hxys_box .hxys_right li:nth-child(1):hover .hxys_img {
  background: url(../images/icon_td.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(1):hover b {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(2):hover {
  transition: 0.3s;
  background-color: #fff;
}
.hxys_box .hxys_right li:nth-child(2):hover a {
  color: #fff;
}
.hxys_box .hxys_right li:nth-child(2):hover p {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(2):hover b {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(2):hover .border_div {
  background-color: #ffc30b;
}
.hxys_box .hxys_right li:nth-child(2):hover .hxys_img {
  background: url(../images/icon_sc.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(3):hover {
  transition: 0.3s;
  background-color: #fff;
}
.hxys_box .hxys_right li:nth-child(3):hover a {
  color: #fff;
}
.hxys_box .hxys_right li:nth-child(3):hover .border_div {
  background-color: #ffc30b;
}
.hxys_box .hxys_right li:nth-child(3):hover p {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(3):hover b {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(3):hover .hxys_img {
  background: url(../images/icon_fw.png) no-repeat center;
}
.hxys_box .hxys_right li:nth-child(4):hover {
  transition: 0.3s;
  background-color: #fff;
}
.hxys_box .hxys_right li:nth-child(4):hover a {
  color: #fff;
}
.hxys_box .hxys_right li:nth-child(4):hover p {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(4):hover b {
  color: #000;
}
.hxys_box .hxys_right li:nth-child(4):hover .border_div {
  background-color: #ffc30b;
}
.hxys_box .hxys_right li:nth-child(4):hover .hxys_img {
  background: url(../images/icon_date.png) no-repeat center;
}
.ywfb_box {
  padding-top: 64px ;
  padding-bottom: 94px;
  background: url(../images/ywfb_bg.jpg) no-repeat center;
}
.ywfb_box .ywfb_list {
  padding-top: 125px;
}
.ywfb_box .ywfb_list li {
  width: 452px;
  height: 169px;
  padding: 33px 36px;
  background-color: rgba(255, 255, 255, 0.9);
}
.ywfb_box .ywfb_list li b {
  font-size: 26px;
  padding-bottom: 25px;
}
.ywfb_box .ywfb_list li p {
  font-size: 18px;
}
.ywfb_box .ywfb_list li + li {
  margin-top: 24px;
}
.ywfb_box .ywfb_list li:hover {
  background-color: #0264c9;
}
.ywfb_box .ywfb_list li:hover a {
  color: #fff;
}
.zzzs {
  padding-top: 62px;
  padding-bottom: 61px;
}
.zzzs .wd_1346 {
  position: relative;
  top: -100%;
}
.zzzs .zzzs_list {
  padding-top: 44px;
  padding-bottom: 44px;
}
.zzzs .zzzs_list .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.zzzs .zzzs-prev {
  background: url(../images/zzzs_left.png) no-repeat center;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -63px;
  top: 45%;
  transform: translateY(-50%);
}
.zzzs .zzzs-prev:focus {
  outline: none;
}
.zzzs .zzzs-next {
  background: url(../images/zzzs_right.png) no-repeat center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -63px;
  top: 45%;
  transform: translateY(-50%);
}
.zzzs .zzzs-next:focus {
  outline: none;
}
.zzzs p {
  font-size: 16px;
  line-height: 32px;
}
.zzzs .wd_1346:hover .zzzs-prev {
  background: url(../images/zzzs_left_hover.png) no-repeat center;
}
.zzzs .wd_1346:hover .zzzs-next {
  background: url(../images/zzzs_right_hover.png) no-repeat center;
}
.hzhb {
  background: url(../images/hzhb_bg.jpg) no-repeat center;
  padding-top: 67px;
  padding-bottom: 32px ;
}
.hzhb .logo_list {
  padding-top: 36px;
}
.hzhb .logo_list li {
  float: left;
  margin-left: 33px;
}
.hzhb .logo_list li:nth-child(1) {
  margin-left: 0;
}
.hzhb .logo_list li:nth-child(7) {
  margin-left: 114px;
}
.hzhb .logo_list li:nth-child(n+7) {
  margin-top: -50px;
}
.news_box {
  padding-top: 62px;
  padding-bottom: 64px;
}
.news_box .news_list {
  width: calc((100% - 60px)/4);
  margin-left: 20px;
  margin-top: 52px;
  background-color: #f8f8f8;
}
.news_box .news_list li {
  height: 48px;
  line-height: 48px;
  padding: 0 1.5vw;
  display: block;
}
.news_box .news_list li a {
  display: block;
}
.news_box .news_list li a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box .news_list li a:hover {
  color: #ffc30b;
}
.news_box .news_list:nth-child(1) {
  margin-left: 0px;
}
.news_box .news_list li:nth-child(n+2) + li:nth-child(n+3) {
  border-top: 1px dashed #aeaeae;
}
.news_box .news_list li:first-child {
  height: 150px;
  line-height: 150px;
  padding: 0;
}
.news_box .news_list:nth-child(1) li:first-child a {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: url(../images/news_bg_1.jpg) no-repeat 100% 100%;
  display: block;
}
.news_box .news_list:nth-child(2) li:first-child a {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: url(../images/news_bg_2.jpg) no-repeat 100% 100%;
  display: block;
}
.news_box .news_list:nth-child(3) li:first-child a {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: url(../images/news_bg_3.jpg) no-repeat 100% 100%;
  display: block;
}
.news_box .news_list:nth-child(4) li:first-child a {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: url(../images/news_bg_4.jpg) no-repeat 100% 100%;
  display: block;
}
:focus {
  outline: none;
}
