﻿.index-c1 {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
}

.index-tlt {
  padding: 5% 0;
  font-size: 30px;
  color: #333;
  line-height: 40px;
}

.index-tlt a {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
  background: url(../images/jt01.png) no-repeat left center;
}

.index-tlt a:hover {
  background: url(../images/jt02.png) no-repeat left center;
  color: #204289;
}

.index-c1 {
  padding-bottom: 5%;
}

.index-c1 ul {
  background: #fff;
  box-shadow: 1px 1px 2px #e8e8e8
}

.index-c1 ul li {
  width: 25%;
  float: left;
  text-align: center;
}

.index-c1 ul li a {
  display: block;
  padding: 40px 0;
  border-right: 1px solid #e8e8e8;
}

.index-c1 ul li h3 {
  font-size: 17px;
  color: #204289;
  line-height: 2;
}

.index-c1 ul li h4 {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.index-c1 ul li:nth-child(4n) a {
  border-right: none;
}

.index-c1 ul li:nth-child(-n+4) {
  border-bottom: 1px solid #e8e8e8;
}

.index-c1 ul li:hover {
  background: #204289
}

.index-c1 ul li:hover img {
  filter: brightness(100);
}

.index-c1 ul li:hover h3 {
  color: #fff;
}

.index-c1 ul li:hover h4 {
  color: #fff;
}

@media (max-width:768px) {
  .index-c1 ul li {
    width: 50%;
  }

  .index-c1 ul li:nth-child(5) a,
  .index-c1 ul li:nth-child(6) a {
    border-bottom: 1px solid #e8e8e8;
  }

  .index-c1 ul li h3 {
    font-size: 16px;
  }

  .index-tlt {
    font-size: 20px;
  }
}

.index-c2 {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
}

.index-c2-slick {
  position: relative;

}

.index-c2-slick .slick-con {
  position: relative;
}

.index-c2-slick .slick-con .img {
  width: 70.8%;
}

.index-c2-slick .slick-con .img img {
  width: 100%;
}

.index-c2-slick .slick-con .wz {
  background: #fff;
  padding: 5% 2.5%;
  width: 36%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index-c2-slick .slick-con .wz h3 {
  font-size: 24px;
  color: #333;
}

.index-c2-slick .slick-con .wz h4 {
  font-size: 24px;
  color: #204289;
  padding: 30px 0;
}

.index-c2-slick .slick-con .wz dt {
  font-size: 14px;
  line-height: 2;
  color: #666;
  font-weight: normal;
}

.index-c2-slick .slick-con .wz dt a {
  color: #204289
}

.index-c2-slick .slick-arrow {
  display: block;
  width: 78px;
  height: 78px;
  outline: none;
  border: none;
  position: absolute;
  bottom: 0;
  text-indent: 100px;
  overflow: hidden;
}

.index-c2-slick .slick-prev {
  background: url(../images/left01.png) no-repeat center;
  left: 0;
  background-size: 100% 100%;
  z-index: 999
}
.index-c2-slick .slick-slide{
    outline: none;
}
.index-c2-slick .slick-next {
  background: url(../images/right01.png) no-repeat center;
  left: 78px;
  background-size: 100% 100%
}

.index-c2-slick .slick-prev:hover {
  background: url(../images/left01_h.png) no-repeat center;
  background-size: 100% 100%
}

.index-c2-slick .slick-next:hover {
  background: url(../images/right01_h.png) no-repeat center;
  background-size: 100% 100%
}


@media (max-width:1260px) {
  .index-c2-slick {
    padding-left: 60px;
  }

  .index-c2-slick .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .index-c2-slick .slick-next {
    left: 60px;
  }
}

@media (max-width:990px) {
  .index-c2-slick .slick-con .wz {
    position: static;

  }

  .index-c2-slick {
    padding: 0;
    padding-bottom: 70px;
  }

  .index-c2-slick .slick-con .img {
    width: 100%;
  }

  .index-c2-slick .slick-con .wz {
    width: 100%;
  }

  .index-c2-slick .slick-con .wz h3 {
    font-size: 20px;
  }

  .index-c2-slick .slick-con .wz h4 {
    font-size: 20px;
    padding: 20px 0;
  }
}

.index-c3 {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 3%;
}

.index-c3-slick .slick-con {
  padding: 0 8px;
  text-align: center;
}

.index-c3-slick .slick-con a {
  display: block;
}

.index-c3-slick .slick-con .img {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.index-c3-slick .slick-con .img img {
  width: 100%;
  height: auto;
  transition: .5s;
}

.index-c3-slick .slick-con .img:hover img {
  transform: scale(1.2);
}

.index-c3-slick .slick-con h3 {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #355393;
  color: #fff;
  font-size: 14px;
  margin-top: 26px;
}

.index-c3-slick .slick-dots {
  text-align: center;
  padding-top: 6%;
}

.index-c3-slick .slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
}

.index-c3-slick .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  outline: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
}

.index-c3-slick .slick-dots li.slick-active button {
  border-color: #355393;
  background: none;
}

.index-c4 {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 3%;
}

.index-c4-slick {
  padding: 0 40px;
  position: relative;
}

.index-c4-slick .slick-con {
  padding: 0 8%;
}

.index-c4-slick .slick-con a {
  display: block;
}

.index-c4-slick .slick-con .img {
  border: 2px solid #fff;
}

.index-c4-slick .slick-con .img img {
  width: 100%;
  height: auto;
}

.index-c4-slick .slick-con .img:hover {
  border-color: #204289
}

.index-c4-slick .slick-arrow {
  display: block;
  width: 42px;
  height: 75px;
  outline: none;
  text-indent: 100px;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -37.5px;
}

.index-c4-slick .slick-prev {
  left: 0;
  background: url(../images/left02.png) no-repeat center;
  background-size: 100% 100%;
}

.index-c4-slick .slick-next {
  right: 0;
  background: url(../images/right02.png) no-repeat center;
  background-size: 100% 100%;
}

.index-c4-slick .slick-prev:hover {
  background: url(../images/left02_h.png) no-repeat center;
}

.index-c4-slick .slick-next:hover {
  background: url(../images/right02_h.png) no-repeat center;
}

.yq-link{
  padding: 15px 0;
  font-size: 14px;
  color: #333;
}

.yq-link a{
  color: #333;
}

.foot1{
  background: #204289;
  padding: 40px 0 30px;
}

.fnav{
  width: 78%;
  float: left;
  padding-top: 2%
}
.fnav ul li{
  width: 16.6666%;
  float: left;
}

.fnav ul li a{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}

.fnav ul li .secc a{
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.95);
  line-height: 2.4;
}
.fnav ul li .secc a:hover{
  color: #dadada
}
.fnav ul li:nth-child(3) .secc a{
  width: 50%;
  float: left;
}

.fright{
  width: 22%;
  float: right;

}

.fright a{
  display: inline-block;
  padding-left: 20px;
  background: url(../images/dh.png) no-repeat left center;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
.fright .fewm{
  width: 50%;
  text-align: right;
  float: right;
}
.fright .fewm img{
  max-width: 100%;
}

.foot2{
  border-top: 1px solid rgba(220,220,220,0.18);
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  line-height: 2.4;
  background: #204289
}
.foot2 a{
  color: #fff;
}
.foot2 .copyr{
  width: 58%;
  float: left;
}
.foot2 .k1{
  width: 38%;
  float: right;
  text-align: right;
  margin-top: 25px;
}


@media (max-width:990px) {
  .fnav{
    width: 100%;
    float: none;
  }
  .fright{
    width: 100%;
    float: none;
    margin-top:20px;
  }
  .foot2 .copyr{
    width: 100%;
    float: none;
  }
  .foot2 .k1{
    width: 100%;
    float: none;
    text-align: left;
  }
}
@media (max-width:768px){
  .fnav ul li{
    width: 33.333%;
    margin-bottom: 20px;
  }
  
}
@media (max-width:480px){
  
  .fnav ul li h3{
    padding-bottom: 10px;
  }
}


.link_wap{width:1200px;margin:0 auto;}










