@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .swiper1 {
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.content .swiper1 .swiper-slide {
  position: relative;
}

.content .swiper1 .swiper-slide .pc_img {
  width: 100%;
  font-size: 0;
}

@media only all and (max-width: 640px) {
  .content .swiper1 .swiper-slide .pc_img {
    display: none;
  }
}

.content .swiper1 .swiper-slide .pc_img img {
  width: 100%;
}

.content .swiper1 .swiper-slide .phone_img {
  width: 100%;
  font-size: 0;
  display: none;
}

@media only all and (max-width: 640px) {
  .content .swiper1 .swiper-slide .phone_img {
    display: block;
  }
}

.content .swiper1 .swiper-slide .phone_img img {
  width: 100%;
}

.content .swiper1 .swiper-slide .more {
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: #0cbd5a;
  color: #fff;
  z-index: 5;
  font-size: 24px;
  bottom: 36%;
  left: 14%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
  .content .swiper1 .swiper-slide .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    bottom: 30%;
    left: 6%;
  }
}

.content .swiper1 .swiper-slide .more:hover {
  background: #fff;
  color: #0cbd5a;
  outline: 1px solid #0cbd5a;
}

.content .swiper1 .news {
  position: absolute;
  bottom: 8%;
  left: 14%;
  height: 26px;
  overflow: hidden;
  z-index: 5;
  width: 100%;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
  background-image: url("../img/trumpet.png");
  background-repeat: no-repeat;
  -o-background-size: 26px 22px;
  background-size: 26px 22px;
  background-position: left center;
}

@media only all and (max-width: 1024px) {
  .content .swiper1 .news {
    bottom: 15%;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .news {
    width: 80%;
    -o-background-size: 20.8px 17.6px;
    background-size: 20.8px 17.6px;
    left: 6%;
  }
}

.content .swiper1 .news .new_list li {
  height: 26px;
}

.content .swiper1 .news .new_list li a {
  font-size: 14px;
  margin-left: 45px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  color: #595959;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.content .swiper1 .news .new_list li a:hover {
  text-decoration: underline;
  color: #0cbd5a;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .news .new_list li a {
    font-size: 12px;
    margin-left: 30px;
  }
}

.content .swiper1 .swiper-pagination {
  bottom: 20px;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-pagination {
    bottom: 10px;
  }
}

.content .swiper1 .swiper-pagination .my-bullet {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0cbd5a;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.content .swiper1 .swiper-pagination .my-bullet:last-child {
  margin-right: 0px;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-pagination .my-bullet {
    width: 8px;
    height: 8px;
  }
}

.content .swiper1 .swiper-pagination .my-bullet-active {
  background: #0cbd5a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .swiper1 .swiper-button-prev {
  text-align: center;
  width: 65px;
  height: 65px;
  background: url("../img/left-arrows.png") no-repeat;
  left: 70px;
  -o-background-size: 21px 48px;
  background-size: 21px 48px;
  background-position: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .swiper1 .swiper-button-prev {
    left: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 10px;
    -o-background-size: 10.5px 24px;
    background-size: 10.5px 24px;
  }
}

.content .swiper1 .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.content .swiper1 .swiper-button-next {
  width: 65px;
  height: 65px;
  background: url("../img/right-arrows.png") no-repeat;
  right: 70px;
  -o-background-size: 21px 48px;
  background-size: 21px 48px;
  background-position: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .swiper1 .swiper-button-next {
    right: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 10px;
    -o-background-size: 10.5px 24px;
    background-size: 10.5px 24px;
  }
}

.content .swiper1 .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.content .introduce {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
}

@media only all and (max-width: 1440px) {
  .content .introduce {
    width: 1200px;
    margin-top: 30px;
	text-align: center;
  }
}

@media only all and (max-width: 1280px) {
  .content .introduce {
    width: 1000px;
	  text-align: center;
  }
}

@media only all and (max-width: 1024px) {
  .content .introduce {
    width: 760px;
    margin-top: 50px;
    margin-bottom: 50px;
	  text-align: center;
  }
}

@media only all and (max-width: 768px) {
  .content .introduce {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .introduce {
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.content .introduce li {
  width:20%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

@media only all and (max-width: 414px) {
  .content .introduce li {
    width: 33.3%;
    margin-bottom: 20px;
  }
}

.content .introduce li a {
  display: inline-block;
  text-align: center;
}

.content .introduce li a .icons {
  width: 195px;
  height: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ececec;
  position: relative;
  background: #ececec;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}

@media only all and (max-width: 1440px) {
  .content .introduce li a .icons {
    width: 160px;
    height: 160px;
  }
}

@media only all and (max-width: 1024px) {
  .content .introduce li a .icons {
    width: 120px;
    height: 120px;
  }
}

@media only all and (max-width: 768px) {
  .content .introduce li a .icons {
    width: 100px;
    height: 100px;
  }
}

@media only all and (max-width: 414px) {
  .content .introduce li a .icons {
    width: 90px;
    height: 90px;
  }
}

.content .introduce li a .icons img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 55%;
}

@media only all and (max-width: 1280px) {
  .content .introduce li a .icons img {
    max-width: 45%;
  }
}

@media only all and (max-width: 1024px) {
  .content .introduce li a .icons img {
    max-width: 40%;
  }
}

@media only all and (max-width: 768px) {
  .content .introduce li a .icons img {
    width: 35px;
  }
}

@media only all and (max-width: 414px) {
  .content .introduce li a .icons img {
    width: 30px;
  }
}

.content .introduce li a .icons img:nth-child(2) {
  opacity: 0;
}

.content .introduce li a .icons:before {
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .introduce li a .text {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
@media only all and (max-width: 1440px) {
  .content .introduce li a .text {
    margin-top: 20px;
  }
  
}

@media only all and (max-width: 1280px) {
  .content .introduce li a .text {
    font-size: 16px;
  }
}

@media only all and (max-width: 1024px) {
  .content .introduce li a .text {
    font-size: 12px;
    margin-top: 15px;
  }
}

@media only all and (max-width: 414px) {
  .content .introduce li a .text {
    margin-top: 10px;
  }
}

.content .introduce li a:hover .icons {
  background: #0cbd5a;
  border: 1px solid #0cbd5a;
}

.content .introduce li a:hover .icons img:nth-child(1) {
  opacity: 0;
}

.content .introduce li a:hover .icons img:nth-child(2) {
  opacity: 1;
}

.content .introduce li a:hover .text {
  color: #0cbd5a;
}

.content .state {
  background: url("../img/state-bg.jpg") no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0 90px 0;
}

@media only all and (max-width: 1024px) {
  .content .state {
    padding: 40px 0 70px 0;
  }
}

@media only all and (max-width: 414px) {
  .content .state {
    padding: 20px 0 40px 0;
  }
}

.content .state .state_con {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .state .state_con {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .state .state_con {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .state .state_con {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con {
    padding: 0 10px;
  }
}

.content .state .state_con .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.content .state .state_con .tabs {
  width: 100%;
  background: #fff;
  padding: 0 40px 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs {
    padding: 0 20px 0 20px;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs {
    padding: 0;
  }
}

.content .state .state_con .tabs .more {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: #0cbd5a;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  bottom: -4%;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -60px;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .more {
    bottom: -2%;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: -32.5px;
  }
}

.content .state .state_con .tabs .more:hover {
  background: #fff;
  color: #0cbd5a;
  outline: 1px solid #0cbd5a;
}

.content .state .state_con .tabs .tab_tit {
  border-bottom: 1px solid #cccccc;
  font-size: 0;
  text-align: center;
}

.content .state .state_con .tabs .tab_tit li {
  display: inline-block;
  padding: 0 40px;
  position: relative;
  margin-bottom: -1px;
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_tit li {
    padding: 0 15px;
  }
}

.content .state .state_con .tabs .tab_tit li:before {
  position: absolute;
  content: '';
  height: 40%;
  width: 1px;
  background: #797979;
  right: 0;
  top: 26%;
}

.content .state .state_con .tabs .tab_tit li:last-child:before {
  display: none;
}

.content .state .state_con .tabs .tab_tit li a {
  font-size: 24px;
  display: inline-block;
  color: #292929;
  position: relative;
  padding: 15px 0;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_tit li a {
    font-size: 20px;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_tit li a {
    font-size: 14px;
    padding: 8px 0;
  }
}

.content .state .state_con .tabs .tab_tit li:hover a {
  font-weight: bold;
  color: #0cbd5a;
  border-bottom: 4px solid #0cbd5a;
}

.content .state .state_con .tabs .tab_tit li .tab_height {
  font-weight: bold;
  color: #0cbd5a;
  border-bottom: 4px solid #0cbd5a;
}

.content .state .state_con .tabs .tab_con {
  font-size: 0;
  padding-top: 47px;
  padding-bottom: 87px;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_con {
    padding-bottom: 40px;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.content .state .state_con .tabs .tab_con li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.content .state .state_con .tabs .tab_con li a {
  display: inline-block;
  width: 100%;
  color: #292929;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 27px;
  vertical-align: top;
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_con li a {
    margin-bottom: 15px;
  }
}

.content .state .state_con .tabs .tab_con li a .left {
  width: 200px;
  overflow: hidden;
  height: 118px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}

.content .state .state_con .tabs .tab_con li a .left .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;    
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_con li a .left {
    width: 160px;
    height: 100px;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a .left {
    width: 100%;
    text-align: center;
    height: 187px;   
  }
}

@media only all and (max-width: 640px) {
  .content .state .state_con .tabs .tab_con li a .left {
    height: 151px;
  }
}
@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_con li a .left {
    height: 106px;
  }
}
@media only all and (max-width: 375px) {
  .content .state .state_con .tabs .tab_con li a .left {
    height: 96px;
  }
}
@media only all and (max-width: 320px) {
  .content .state .state_con .tabs .tab_con li a .left {
    height: 81px;
  }
}

/*.content .state .state_con .tabs .tab_con li a .left img {
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

/*@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a .left img {
    width: 92%;
  }
}*/

.content .state .state_con .tabs .tab_con li a .right {
  width: 64%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
  .content .state .state_con .tabs .tab_con li a .right {
    width: 58%;
  }
}

@media only all and (max-width: 1280px) {
  .content .state .state_con .tabs .tab_con li a .right {
    width: 53%;
  }
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_con li a .right {
    width: 48%;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a .right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.content .state .state_con .tabs .tab_con li a .right .date {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_con li a .right .date {
    font-size: 12px;
  }
}

@media only all and (max-width: 1280px) {
  .content .state .state_con .tabs .tab_con li a .right .date {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_con li a .right .date {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.content .state .state_con .tabs .tab_con li a .right .text {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 26px;
  max-height: 52px;
}

@media only all and (max-width: 1024px) {
  .content .state .state_con .tabs .tab_con li a .right .text {
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
  }
}

@media only all and (max-width: 414px) {
  .content .state .state_con .tabs .tab_con li a .right .text {
    font-size: 14px;
  }
}

.content .state .state_con .tabs .tab_con li a:nth-child(n) {
  width: 50%;
  padding-right: 55px;
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a:nth-child(n) {
    width: 50%;
    padding-right: 0;
  }
}

@media only all and (max-width: 1280px) {
  .content .state .state_con .tabs .tab_con li a:nth-child(n) {
    /*width: 51%;*/
    padding-right: 15px;
  }
}





@media only all and (max-width: 1280px) {
  .content .state .state_con .tabs .tab_con li a:nth-child(2n) {
    /*width: 49%;*/
  }
}


@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a:nth-child(n) {
    width: 49.5%;
    margin-right: 1%;
    padding-right: 0;
  }
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a:nth-child(2n) {
    margin-right: 0%;
    padding-right: 0;
  }
}

.content .state .state_con .tabs .tab_con li a:hover .left .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only all and (max-width: 768px) {
  .content .state .state_con .tabs .tab_con li a:hover .left .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.content .state .state_con .tabs .tab_con li a:hover .right {
  color: #0cbd5a;
}

.content .document {
  background: url("../img/document-bg.jpg") no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0 90px 0;
}

@media only all and (max-width: 1024px) {
  .content .document {
    padding: 40px 0 40px 0;
  }
}

@media only all and (max-width: 414px) {
  .content .document {
    padding: 20px 0 20px 0;
  }
}

.content .document .tit {
  font-size: 36px;
  font-weight: bold;
  color: #292929;
  text-align: center;
  margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
  .content .document .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .document .tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.content .document .document_con {
  width: 1400px;
  margin: 0 auto;
  font-size: 0;
}

@media only all and (max-width: 1440px) {
  .content .document .document_con {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .document .document_con {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .document .document_con {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .document .document_con {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .document .document_con {
    padding: 0 10px;
  }
}

.content .document .document_con li {
  width: 48.7%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 30px;
  background: #f5f5f5;
  margin-right: 35px;
  margin-bottom: 35px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
  .content .document .document_con li {
    width: 48.5%;
  }
}

@media only all and (max-width: 1280px) {
  .content .document .document_con li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media only all and (max-width: 1024px) {
  .content .document .document_con li {
    margin-right: 22px;
    margin-bottom: 22px;
    padding: 20px 20px;
  }
}

@media only all and (max-width: 768px) {
  .content .document .document_con li {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px 15px;
  }
}

@media only all and (max-width: 640px) {
  .content .document .document_con li {
    width: 48%;
  }
}

@media only all and (max-width: 414px) {
  .content .document .document_con li {
    margin-right: 0;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
  }
  .content .document .document_con li:last-child {
    margin-bottom: 0;
  }
}

@media only all and (max-width: 360px) {
  .content .document .document_con li {
    margin-right: 12px;
  }
}

.content .document .document_con li:nth-child(2n) {
  margin-right: 0;
}

.content .document .document_con li .tit {
  font-size: 18px;
  font-weight: bold;
  color: #595959;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .document .document_con li .tit {
    font-size: 14px;
  }
}

@media only all and (max-width: 414px) {
  .content .document .document_con li .tit {
    padding-top: 10px;
  }
}

.content .document .document_con li a {
  font-size: 14px;
  color: #595959;
  display: block;
  line-height: 26px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .document .document_con li a {
    font-size: 12px;
    line-height: 22px;
  }
}

.content .document .document_con li a:hover {
  text-decoration: underline;
}

.content .document .document_con li:hover {
  background: #0cbd5a;
}

.content .document .document_con li:hover .tit {
  color: #fff;
}

.content .document .document_con li:hover a {
  color: #fff;
}

.content .document .more {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #fff;
  color: #0cbd5a;
  z-index: 5;
  font-size: 18px;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 50px;
  outline: 1px solid #0cbd5a;
}

@media only all and (max-width: 1024px) {
  .content .document .more {
    margin-top: 35px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -60px;
  }
}

@media only all and (max-width: 414px) {
  .content .document .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: -32.5px;
    margin-top: 25px;
  }
}

.content .document .more:hover {
  color: #fff;
  background: #0cbd5a;
  outline: 1px solid #0cbd5a;
}

.content .skill {
  background: url("../img/skill-bg.jpg") no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 55px 0 60px 0;
}

@media only all and (max-width: 1024px) {
  .content .skill {
    padding: 40px 0 40px 0;
  }
}

@media only all and (max-width: 414px) {
  .content .skill {
    padding: 20px 0 20px 0;
  }
}

.content .skill .tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

@media only all and (max-width: 1024px) {
  .content .skill .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .skill .tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.content .skill .skill_con {
  width: 1400px;
  margin: 0 auto;
  font-size: 0;
}

@media only all and (max-width: 1440px) {
  .content .skill .skill_con {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .skill .skill_con {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .skill .skill_con {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .skill .skill_con {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.content .skill .skill_con li {
  width: 22.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
}

@media only all and (max-width: 1440px) {
  .content .skill .skill_con li {
    width: 24%;
    margin-right: 16px;
  }
}

@media only all and (max-width: 1280px) {
  .content .skill .skill_con li {
    margin-right: 13px;
  }
}

@media only all and (max-width: 1024px) {
  .content .skill .skill_con li {
    margin-right: 10px;
  }
}

@media only all and (max-width: 768px) {
  .content .skill .skill_con li {
    width: 49%;
    margin-right: 14px;
    margin-bottom: 15px;
  }
  .content .skill .skill_con li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only all and (max-width: 640px) {
  .content .skill .skill_con li {
    width: 48.6%;
  }
}

@media only all and (max-width: 414px) {
  .content .skill .skill_con li {
    width: 48%;
  }
}

@media only all and (max-width: 360px) {
  .content .skill .skill_con li {
    margin-right: 12px;
  }
}

.content .skill .skill_con li:last-child {
  margin-right: 0px;
}

.content .skill .skill_con li a {
  display: inline-block;
  width: 100%;
}

.content .skill .skill_con li a .img {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  height: 207px;
}

@media only all and (max-width: 1280px) {
  .content .skill .skill_con li a .img {
    height: 180px;
  }
}

@media only all and (max-width: 1024px) {
  .content .skill .skill_con li a .img {
    height: 150px;
  }
}
@media only all and (max-width: 768px) {
  .content .skill .skill_con li a .img {
    height: 250px;
  }
}
@media only all and (max-width: 414px) {
  .content .skill .skill_con li a .img {
    height: 150px;
  }
}




.content .skill .skill_con li a .img .img_con {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;  
}

/*.content .skill .skill_con li a .img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

.content .skill .skill_con li a span {
  font-size: 16px;
  color: #292929;
  display: block;
  padding: 25px 45px 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  background-image: url("../img/jia.png");
  background-repeat: no-repeat;
  background-position: 93% 24px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

@media only all and (max-width: 1024px) {
  .content .skill .skill_con li a span {
    font-size: 12px;
    padding: 10px 40px 10px 10px;
    background-position: 93% 7px;
  }
}

@media only all and (max-width: 414px) {
  .content .skill .skill_con li a span {
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 93% 10px;
    padding: 10px 30px 10px 10px;
  }
}

.content .skill .skill_con li:hover a .img .img_con {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only all and (max-width: 768px) {
  .content .skill .skill_con li:hover a .img .img_con {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.content .skill .skill_con li:hover a span {
  color: #0cbd5a;
}

.content .skill .more {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #0cbd5a;
  color: #fff;
  z-index: 5;
  font-size: 18px;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 80px;
  outline: 1px solid #0cbd5a;
}

@media only all and (max-width: 1024px) {
  .content .skill .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 35px;
    margin-left: -60px;
  }
}

@media only all and (max-width: 414px) {
  .content .skill .more {
    width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: -32.5px;
    margin-top: 15px;
  }
}

.content .skill .more:hover {
  color: #0cbd5a;
  background: #fff;
  outline: 1px solid #0cbd5a;
}

@keyframes ellipse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

@keyframes blink {
  0% {
    background-image: url("../img/trumpet.png");
  }
  50% {
    background-image: url("../img/trumpet-hover.png");
  }
  100% {
    background-image: url("../img/trumpet.png");
  }
}

@-moz-keyframes blink {
  0% {
    background-image: url("../img/trumpet.png");
  }
  50% {
    background-image: url("../img/trumpet-hover.png");
  }
  100% {
    background-image: url("../img/trumpet.png");
  }  
}

@-webkit-keyframes blink {
  0% {
    background-image: url("../img/trumpet.png");
  }
  50% {
    background-image: url("../img/trumpet-hover.png");
  }
  100% {
    background-image: url("../img/trumpet.png");
  }   
}


@-ms-keyframes blink {
  0% {
    background-image: url("../img/trumpet.png");
  }
  50% {
    background-image: url("../img/trumpet-hover.png");
  }
  100% {
    background-image: url("../img/trumpet.png");
  }    
} 


/*解决元素隐藏后动画插件不生效的问题*/
.fadeInDown22 {
  -webkit-animation-name: fadeindown2;
  animation-name: fadeindown2;
   -webkit-animation-duration: 1s;
  animation-duration: 1s; 
}

@keyframes fadeindown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}





/*# sourceMappingURL=../map/index.css.map */
