﻿@import url(reset.css);

@keyframes bannerAnimate {
	0% {
		background-size: 105%;
	}
	100% {
		background-size: 100%;
	}
}

.index-banner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 680px;
  overflow: hidden;
}
.index-banner .bd {
  position: relative;
  z-index: 0;
}
.index-banner .bd ul {
}
.index-banner .bd ul li {
  width: 100%;
  min-width: 1920px;
  height: 680px;
  float: left;
  will-change: transform;
  animation: bannerAnimate 12s ease-out infinite alternate;
}
.index-banner .bd ul li a {
  height: 680px;
  display: block;
}
.index-banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 0;
  height: 60px;
}
.index-banner .hd ul {
  text-align: right;
}
.index-banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 1px dashed #FFF;
  border-radius: 50%;
  margin: 0 14px;
  color: #C80000;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
.index-banner .hd ul li a {
  display: block;
  margin: 9px auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  border-radius: 50%;
  color: #C80000;
}
.index-banner .hd ul li::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 2px;
  background: #FFF;
}
.index-banner .hd ul li:first-child::before {
  display: none;
}
.index-banner .hd ul li:hover {
  border: 1px solid #FFF;
  color: #FFF;
}
.index-banner .hd ul li:hover a {
  background: #C80000;
}
.index-banner .hd ul li.on{
  border: 1px solid #FFF;
  color: #FFF;
}
.index-banner .hd ul li.on a {
  background: #C80000;
  color: #FFF;
}
.index-box02 {
  padding-bottom: 80px;
  background: url(../images/index_15.png) no-repeat center top;
}
.index-box02 .xlzf-box {
  width: 780px;
}
.index-box02 .xlzf-box .header {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #C80000;
}
.index-box02 .xlzf-box .header h3 {
  background: url(../images/index_04.png) no-repeat left center;
  height: 45px;
  text-indent: 80px;
}
.index-box02 .xlzf-box .header .more {
  color: #999999;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box02 .xlzf-box .xlzf-item {
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.14);
  height: 231px;
  margin-bottom: 20px;
}
.index-box02 .xlzf-box .xlzf-item ul {
  padding-top: 0;
}
.index-box02 .xlzf-box .xlzf-item ul li{
  position: relative;
  transition: all 0.6s ease;
  border-bottom: 2px dashed #FFF;
}
.index-box02 .xlzf-box .xlzf-item ul li.on{
  border-bottom: 2px dashed #999;
}
.index-box02 .xlzf-box .xlzf-item ul li.on .fold {
  display: none;
}
.index-box02 .xlzf-box .xlzf-item ul li.on .unfold {
  transition: all 0.6s ease;
  display: block;
}
.index-box02 .xlzf-box .xlzf-item ul li:hover{
  background: #C80000;
  border-bottom: 2px dashed #C80000;
}
.index-box02 .xlzf-box .xlzf-item ul li:hover .unfold .time{
  border-right: 1px solid #FFF;
}
.index-box02 .xlzf-box .xlzf-item ul li:hover .unfold .time span{
  color: #FFF;
}
.index-box02 .xlzf-box .xlzf-item ul li:hover .unfold .time p{
  color: #FFF;
}
.index-box02 .xlzf-box .xlzf-item ul li:hover .unfold .title h4 a{
  color: #FFF;
}
.index-box02 .xlzf-box .xlzf-item ul li .fold {
  position: relative;
  line-height: 48px;
}
.index-box02 .xlzf-box .xlzf-item ul li .fold::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box02 .xlzf-box .xlzf-item ul li .fold a {
  display: block;
  width: 520px;
  font-size: 20px;
  color: #000;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box02 .xlzf-box .xlzf-item ul li .fold span {
  font-size: 20px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold {
  padding-left: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: none;
  transition: all 0.6s ease;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time {
  width: 90px;
  height: 68px;
  border-right: 1px solid #999999;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #C80000;
  text-indent: 15px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .time p {
  color: #999999;
  font-size: 18px;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .title {
  padding-left: 20px;
  width: calc(100% - 120px);
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .title h4 {
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}
.index-box02 .xlzf-box .xlzf-item ul li .unfold .title h4 a {
  color: #000000;
}
.index-box02 .qlsd-box {
  width: 780px;
}
.index-box02 .qlsd-box .header {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #C80000;
}
.index-box02 .qlsd-box .header h3 {
  height: 45px;
  background: url(../images/index_04.png) no-repeat left center;
  text-indent: 80px;
}
.index-box02 .qlsd-box .header .more {
  color: #999999;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box02 .qlsd-box .qlsd-item {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.14);
}
.index-box02 .qlsd-box .qlsd-item .bd{

}
.index-box02 .qlsd-box .qlsd-item .bd .pic {
  width: 780px;
  height: 380px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-box02 .qlsd-box .qlsd-item .bd .pic img {
  width: 780px;
  height: 380px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition:all 0.3s ease;
}
.index-box02 .qlsd-box .qlsd-item .bd .pic:hover img{
  transform: scale(1.1);
} 
.index-box02 .qlsd-box .qlsd-item .hd{
  padding: 0 0 13px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li {
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
  border-bottom: 2px dashed #FFF;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li.on{
  border-bottom: none;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li.on .fold {
  display: none;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li.on .unfold {
  display: block;
  border-bottom: 2px dashed #999;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li:hover {
  background: #C80000;
  border-bottom: 2px dashed #C80000;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li:hover .unfold{
  border-bottom: none;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li:hover .unfold .txt p {
  color: #FFF;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li:hover .unfold .txt h4 a{
  color: #FFF;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold {
  margin: 10px 40px;
  position: relative;
  line-height: 48px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold a {
  display: block;
  width: 520px;
  font-size: 20px;
  color: #000;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .fold span {
  font-size: 20px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold {
  margin: 0 40px;
  display: none;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt {
  padding: 23px 0 20px 0;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt p {
  font-size: 20px;
  color: #999999;
  margin-bottom: 10px;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt h4 {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box02 .qlsd-box .qlsd-item .hd ul li .unfold .txt h4 a {
  font-size: 22px;
  color: #000;
}
.index-box03 {
  padding-bottom: 80px;
  background: url(../images/index_16.png) no-repeat center bottom;
}
.index-box03 .lrxz-box {
  width: 1000px;
}
.index-box03 .lrxz-box .header {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #C80000;
}
.index-box03 .lrxz-box .header h3 {
  height: 45px;
  background: url(../images/index_04.png) no-repeat left center;
  text-indent: 80px;
}
.index-box03 .lrxz-box .header .more {
  color: #999999;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box03 .lrxz-box ul li {
  width: 480px;
  height: 520px;
  float: left;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-left: 40px;
  position: relative;
}
.index-box03 .lrxz-box ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 4px;
    background: #d82128;
    z-index: 1;
    pointer-events: none;
    transition: .5s;
}
.index-box03 .lrxz-box ul li:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.index-box03 .lrxz-box ul li:first-child {
  margin-left: 0;
}
.index-box03 .lrxz-box ul li:hover .pic img{
  transform: scale(1.1);
}
.index-box03 .lrxz-box ul li .pic {
  width: 480px;
  height: 316px;
  overflow: hidden;
}
.index-box03 .lrxz-box ul li .pic img {
  width: 480px;
  height: 316px;
  transition: all 0.6s ease;
}
.index-box03 .lrxz-box ul li .txt {
  padding: 40px;
}
.index-box03 .lrxz-box ul li .txt h4 {
  font-size: 22px;
  line-height: 41px;
  font-weight: normal;
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-box03 .lrxz-box ul li .txt h4 a {
  color: #000;
}
.index-box03 .lrxz-box ul li:hover .txt h4 a {
  color: #C80000;
}
.index-box03 .lrxz-box ul li .txt p {
  font-size: 18px;
  color: #999999;
}
.index-box03 .lrxz-box ul li:hover .txt p {
  color: #C80000;
}
.index-box03 .qfjj-box {
  width: 560px;
}
.index-box03 .qfjj-box .header {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #C80000;
}
.index-box03 .qfjj-box .header h3 {
  height: 45px;
  background: url(../images/index_04.png) no-repeat left center;
  text-indent: 80px;
}
.index-box03 .qfjj-box .header .more {
  color: #999999;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
}
.index-box03 .qfjj-box .list {
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.index-box03 .qfjj-box .list ul li.on .fold {
  display: none;
}
.index-box03 .qfjj-box .list ul li{
  position: relative;
  transition: all 0.6s ease;
  border-bottom: 2px dashed #FFF;
}
.index-box03 .qfjj-box .list ul li.on{
  border-bottom: 2px dashed #999;
}
.index-box03 .qfjj-box .list ul li:hover{
  border-bottom: 2px dashed #C80000;
}
.index-box03 .qfjj-box .list ul li.on .fold {
  display: none;
}
.index-box03 .qfjj-box .list ul li.on .unfold {
  transition: all 0.6s ease;
  display: block;
}
.index-box03 .qfjj-box .list ul li .fold {
  position: relative;
  line-height: 48px;
}
.index-box03 .qfjj-box .list ul li .fold::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-box03 .qfjj-box .list ul li .fold a {
  display: block;
  font-size: 20px;
  color: #000;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box03 .qfjj-box .list ul li .unfold {
  padding-left: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: none;
  transition: all 0.6s ease;
}
.index-box03 .qfjj-box .list ul li .unfold .time {
  width: 90px;
  height: 68px;
  border-right: 1px solid #999999;
}
.index-box03 .qfjj-box .list ul li:hover .unfold .time {
  border-right: 1px solid #C80000;
}
.index-box03 .qfjj-box .list ul li .unfold .time span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #C80000;
  text-indent: 15px;
}
.index-box03 .qfjj-box .list ul li:hover .unfold .time span {
  color: #C80000;
}
.index-box03 .qfjj-box .list ul li .unfold .time p {
  font-size: 18px;
}
.index-box03 .qfjj-box .list ul li:hover .unfold .time p {
  color: #C80000;
}
.index-box03 .qfjj-box .list ul li .unfold .title {
  padding-left: 20px;
  width: calc(100% - 120px);
}
.index-box03 .qfjj-box .list ul li .unfold .title h4 {
  font-size: 22px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}
.index-box03 .qfjj-box .list ul li .unfold .title h4 a {
  color: #000;
}
.index-box03 .qfjj-box .list ul li:hover .unfold .title h4 a {
  color: #C80000;
}
.index-box04 .jdjb-box {
  width: 740px;
  height: 402px;
  background: url(../images/index_09.png) no-repeat left top;
  position: relative;
}
.index-box04 .jdjb-box .header {
  position: absolute;
  right: 85px;
  top: 78px;
}
.index-box04 .jdjb-box .info {
  padding: 100px 0 0 40px;
}
.index-box04 .jdjb-box .info p {
  font-size: 20px;
  line-height: 53px;
  color: #000;
}
.index-box04 .jdjb-box .wyjb {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #C80000;
  font-size: 20px;
  text-decoration: underline;
}
.index-box04 .djfg-box {
  width: 818px;
}
.index-box04 .djfg-box .djfg-top {
  height: 180px;
}
.index-box04 .djfg-box .djfg-top a {
  display: block;
  width: 818px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.index-box04 .djfg-box .djfg-top a img {
  transition: all 0.3s ease;
}
.index-box04 .djfg-box .djfg-top a:hover img {
  transform: scale(1.1);
}
.index-box04 .djfg-box .djfg-bottom a {
  width: 400px;
  height: 91px;
  overflow: hidden;
  border-radius: 10px;
}
.index-box04 .djfg-box .djfg-bottom a img {
  transition: all 0.3s ease;
}
.index-box04 .djfg-box .djfg-bottom a:hover img {
  transform: scale(1.1);
}
.index-fixed-weixin {
    position: absolute;
    top: 1100px;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 810px;
}
.index-fixed-weixin p{
  text-align: center;
  font-size: 14px;
  color: #000;
}

.index-wyjb-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  position: fixed;
  z-index: 9999;
  display: none;
}
.index-wyjb-layer .index-wyjb-con {
  width: 480px;
  height: 245px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 10000;
}
.index-wyjb-layer .index-wyjb-con h4 {
  width: 100%;
  height: 60px;
  background-color: #C80000;
  text-align: center;
  font-size: 26px;
  line-height: 60px;
  color: white;
}
.index-wyjb-layer .index-wyjb-con .desc {
  width: 100%;
  padding: 0 30px;
  text-indent: 0;
  box-sizing: border-box;
  line-height: 33px;
  margin-top: 17px;
  font-size: 16px;
}
.index-wyjb-layer .index-wyjb-con .time {
  font-size: 26px;
  color: #999999;
  text-align: center;
}
.index-wyjb-layer .index-wyjb-con .time #index-wyjb-btn {
  width: 140px;
  height: 28px;
  margin: 0 auto;
  line-height: 28px;
  background: #C80000;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 750px) {
  .index-wyjb-con {
    width: calc(100% - 50px);
    height: auto;
  }
}