.jdjsjtu h2 {
  text-align: center;
  font-size: 24px;
  padding: 30px 0;
  font-weight: normal;
}

.jdjsjtu .jdjsup .left {
  width: 382px;
  float: left;
}

.jdjsjtu .jdjsup .right {
  width: 800px;
  float: right;
  padding: 30px 0;
}

.jdjsjtu .jdjsup .right li {
  width: 46%;
  float: left;
  border: 1px solid #000;
  margin: -1px;
  position: relative;
  padding: 2%;
}

.jdjsjtu .jdjsup .right li h3 {
  padding-top: 40px;
  font-size: 60px;
  text-align: left;
}

.jdjsjtu .jdjsup .right li h3 span {
  font-size: 22px;
}

.jdjsjtu .jdjsup .right li .time {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
}

.jdjsjtu .jdjsup .right li:nth-child(1) {
  border-top: none;
  border-left: none;
}

.jdjsjtu .jdjsup .right li:nth-child(1) h3 {
  color: #54b2a1;
}

.jdjsjtu .jdjsup .right li:nth-child(1) .time {
  color: #54b2a1;
}

.jdjsjtu .jdjsup .right li:nth-child(2) {
  border-top: none;
  border-right: none;
  border-left: none;
}

.jdjsjtu .jdjsup .right li:nth-child(2) h3 {
  color: #f5c281;
}

.jdjsjtu .jdjsup .right li:nth-child(2) .time {
  color: #f5c281;
}

.jdjsjtu .jdjsup .right li:nth-child(3) {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.jdjsjtu .jdjsup .right li:nth-child(3) h3 {
  color: #d0768f;
}

.jdjsjtu .jdjsup .right li:nth-child(3) .time {
  color: #d0768f;
}

.jdjsjtu .jdjsup .right li:nth-child(4) {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.jdjsjtu .jdjsup .right li:nth-child(4) h3 {
  color: #8f608c;
}

.jdjsjtu .jdjsup .right li:nth-child(4) .time {
  color: #8f608c;
}

.jdjsjtu .jdjsdown .left {
  width: 605px;
  float: left;
  text-align: left;
}

.jdjsjtu .jdjsdown .left h2 {
  font-size: 30px;
  padding-top: 40px;
}

.jdjsjtu .jdjsdown .left p {
  font-size: 28px;
}

.jdjsjtu .jdjsdown .right {
  width: 588px;
  float: right;
}

.yctndj {
  padding-top: 40px;
}

.yctndj h2 {
  font-size: 40px;
  text-align: center;
}

.yctndj h2 span {
  font-size: 24px;
  display: block;
}

.yctndj .left {
  width: 600px;
  float: left;
}

.yctndj .left li {
  width: 100%;
  height: 330px;
  font-size: 20px;
  padding-top: 200px;
  padding-right: 80px;
}

.yctndj .left li h3 {
  line-height: 80px;
  font-size: 30px;
}

.yctndj .right {
  width: 600px;
  float: right;
}

.outgj {
  height: 910px;
  width: 100%;
  background: url(../images/gjzcxm.jpg) no-repeat center;
}

.outgj .gjzcxm {
  text-align: center;
}

.outgj .gjzcxm img {
  width: 100%;
}

.outgj .gjzcxm h2 {
  font-size: 40px;
  padding: 60px 0 10px 0;
}

.outgj .gjzcxm h2 span {
  display: block;
  font-size: 16px;
}


.jdjsjtu .jdjsdown .right iframe {
    width: 700px;
    height: 537px;
}







.yin2{
    width: 102%;
    /*background:url(../images/d5_yinbg.jpg) no-repeat center 0;*/
    height: 690px;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
}

.yin2 dl{
    width: 180px;
    height: 420px;
    float: left;
    background: #fff;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    padding: 45px 20px 0 25px;
    margin-top: 40px;
    margin-right: 18px;
    -webkit-transition:transform .3s;
    transition:transform .3s;
    position: relative;
    background-image: linear-gradient(125deg,#e6e8e8,#e6e8e8,#e6e8e8,#e6e8e8);
}


.yin2 dl:nth-child(6) {
    margin-right: 0;
}


.yin2 dl::after {
    content: '';
    width: 100%;
    height: 6%;
    position: absolute;
    bottom: 0;
    background: #000ca8;
    left: 0;
}

.yin2 dl:nth-child(2)::after {
    display: block;
    content: '';
    width: 100%;
    height: 6%;
    position: absolute;
    bottom: 0;
    background: #5db97a;
    left: 0;
    animation: mymove0 3s infinite;
    -webkit-animation: mymove0 3s infinite;
    
}


@-webkit-keyframes mymove0 {
  0%{
   height:0%;
  }
  50%{
    height: 6%;
  }
  100%{
	height:0%;
  }
}

.yin2 dl:nth-child(3)::after {
    display: block;
    content: '';
    width: 100%;
    height: 20.9%;
    position: absolute;
    bottom: 0;
    background: #63d8b2;
    left: 0;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    
}

@-webkit-keyframes mymove {
    0%{
   height:10%;
  }
  50%{
    height: 20.9%;
  }
  100%{
		height:10%;
	}
}




.yin2 dl:nth-child(4)::after {
    display: block;
    content: '';
    width: 100%;
    height: 10.9%;
    position: absolute;
    bottom: 0;
    background: #41d4c6;
    left: 0;
    animation: mymove1 4s infinite;
    -webkit-animation: mymove1 4s infinite;
    
}

@-webkit-keyframes mymove1 {
    0%{
       height:5%;
      }
  50%{
    height: 10.9%;
  }
  100%{
		height:5%;
	}
}


.yin2 dl:nth-child(5)::after {
    display: block;
    content: '';
    width: 100%;
    height: 9.4%;
    position: absolute;
    bottom: 0;
    background: #3f9aaf;
    left: 0;
    animation: mymove2 4s infinite;
    -webkit-animation: mymove2 4s infinite;
    
}

@-webkit-keyframes mymove2 {
    0%{
       height:4.4%;
      }
      50%{
        height: 9.9%;
      }
      100%{
    		height:4.4%;
    	}
}


.yin2 dl:nth-child(6)::after {
    display: block;
    content: '';
    width: 100%;
    height: 53.4%;
    position: absolute;
    bottom: 0;
    background:#4a659c;
    left: 0;
    animation: mymove3 3s infinite;
    -webkit-animation: mymove3 3s infinite;
    
}

@-webkit-keyframes mymove3 {
    0%{
       height:40.4%;
      }
      50%{
        height: 53.3%;
      }
      100%{
    		height:40.4%;
    	}
}





 



.yin2 dl dt{
    width: 180px;
    height: 193px;
    border-bottom: #d2d2d2 1px solid;
    font-size: 24px;
    color: #333;
    
}
.yin2 dl dt em{
    width: 54px;
    height: 56px;
    display: block;
    line-height: 0;
    margin-bottom: 15px;
    
}
.yin2 dl dt em img{
    width: 54px;
    height: 56px;
    
}
.yin2 dl dt i{display: block;font-size: 36px;color: #fff;text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;line-height: 85px;}
.yin2 dl dt:hover,.yin dl dd p:hover,.gui dl dd p:hover{color: #013d93;}
.yin2 dl dd{padding: 20px 0 0;}
.yin2 dl dd p{font-size: 14px;color: #666;line-height: 32px;position: relative;padding-left: 15px;cursor: pointer;}
.yin2 dl dd p:before{content: "";width: 4px;height: 4px;background: #666;position: absolute;top: 14px;left: 3px;border-radius: 50%;}
.yin2 dl.nobor{margin-right: 0;}
.yin2 dl:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}














