﻿ #timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline *, #timeline *:before, #timeline *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*body, html {
    height: 100%}
body {
    background: #f9f9f9;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, tahoma, verdana;
    line-height: 20px;
    font-size: 14px;
    color: #726f77;
    -webkit-font-smoothing: antialiased;
}
img {
    max-width: 100%}
a {
    text-decoration: none;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    font-family: "Dosis", arial, tahoma, verdana;
    font-weight: 600;
}*/

#timeline {
    width: 80%;
    min-width: 1250px;
    max-width: 1920px;
    margin: 120px auto 30px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
 /*   background:  url('circle.png') no-repeat center top fixed;*/
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #1e4cc5;
    left: 50%;
    top: 20px;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    left: 50%;
    bottom: -28px;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #1e4cc5;

}
#timeline .timeline-item {
    margin-bottom: 0px;
    position: relative;
}
#timeline .timeline-item.last{
	padding-bottom: 80px;
}
#timeline .timeline-item .timeline-icon {
    background: #1e4cc5;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 50%;
    overflow: hidden;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    margin-top: -20px;
  /*  background: #fff;*/
    padding: 10px 15px 20px;
    min-height: 210px;
    /* position: relative; */
    border: 2px solid #1e4cc5;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
    padding: 15px 25px 15px 20px;
    /*background: #1e4cc5;
    background: #fff;*/
    color: #1e4cc5;
	color: #1e4cc5;
    font-size: 46px;
    margin: 0px -20px 0 -20px;
    font-weight: bold;
    text-align: right;text-transform: capitalize;
    font-family: "Lato2";
    /*-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;*/
}
#timeline .timeline-item .timeline-content.right h2 {
	padding-left: 20px;text-align: left;
}
#timeline .timeline-item .timeline-content p {
	font-size: 16px;
	padding-left: 30px;
	line-height: 24px;
	position: relative;
	color: #333;
}

#timeline .timeline-item .timeline-content p img{
	display: block;
	padding-bottom: 0px;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 20px;
	border-radius: 500px;
	top: -150px;
	border: 1px solid #1e4cc5;
}
#timeline .timeline-item .timeline-content.right p {
	padding-right: 20px;
	padding-left: 0;
	font-size: 16px;
}
#timeline .timeline-item .timeline-content.right p img{
	position: absolute;
	right: 20px;
	left: auto;
}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    display: block;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1e4cc5;
   
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #1e4cc5;
 
}
#timeline .timeline-item:nth-child(1) img {
	-webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);
}
#timeline .timeline-item:nth-child(2) img,#timeline .timeline-item:nth-child(3) img {
	-webkit-filter: grayscale(92%);
	    -moz-filter: grayscale(92%);
	    -ms-filter: grayscale(92%);
	    -o-filter: grayscale(92%);
	    filter: grayscale(92%);
}
#timeline .timeline-item:nth-child(4) img {
	-webkit-filter: grayscale(82%);
	    -moz-filter: grayscale(82%);
	    -ms-filter: grayscale(82%);
	    -o-filter: grayscale(82%);
	    filter: grayscale(82%);
}
#timeline .timeline-item:nth-child(5) img {
	-webkit-filter: grayscale(73%);
	    -moz-filter: grayscale(73%);
	    -ms-filter: grayscale(73%);
	    -o-filter: grayscale(73%);
	    filter: grayscale(73%);
}
#timeline .timeline-item:nth-child(6) img {
	-webkit-filter: grayscale(64%);
	    -moz-filter: grayscale(64%);
	    -ms-filter: grayscale(64%);
	    -o-filter: grayscale(64%);
	    filter: grayscale(64%);
}
#timeline .timeline-item:nth-child(7) img {
	-webkit-filter: grayscale(55%);
	    -moz-filter: grayscale(55%);
	    -ms-filter: grayscale(55%);
	    -o-filter: grayscale(55%);
	    filter: grayscale(55%);
}
#timeline .timeline-item:nth-child(8) img {
	-webkit-filter: grayscale(46%);
	    -moz-filter: grayscale(46%);
	    -ms-filter: grayscale(46%);
	    -o-filter: grayscale(46%);
	    filter: grayscale(46%);
}
#timeline .timeline-item:nth-child(9) img {
	-webkit-filter: grayscale(37%);
	    -moz-filter: grayscale(37%);
	    -ms-filter: grayscale(37%);
	    -o-filter: grayscale(37%);
	    filter: grayscale(37%);
}
#timeline .timeline-item:nth-child(10) img {
	-webkit-filter: grayscale(28%);
	    -moz-filter: grayscale(28%);
	    -ms-filter: grayscale(28%);
	    -o-filter: grayscale(28%);
	    filter: grayscale(28%);
}
#timeline .timeline-item:nth-child(11) img {
	-webkit-filter: grayscale(19%);
	    -moz-filter: grayscale(19%);
	    -ms-filter: grayscale(19%);
	    -o-filter: grayscale(19%);
	    filter: grayscale(19%);
}
#timeline .timeline-item:nth-child(12) img {
	-webkit-filter: grayscale(14%);
	    -moz-filter: grayscale(14%);
	    -ms-filter: grayscale(14%);
	    -o-filter: grayscale(14%);
	    filter: grayscale(14%);
}
#timeline .timeline-item:nth-child(13) img {
	-webkit-filter: grayscale(9%);
	    -moz-filter: grayscale(9%);
	    -ms-filter: grayscale(9%);
	    -o-filter: grayscale(9%);
	    filter: grayscale(9%);
}
#timeline .timeline-item:nth-child(14) img {
	-webkit-filter: grayscale(5%);
	    -moz-filter: grayscale(5%);
	    -ms-filter: grayscale(5%);
	    -o-filter: grayscale(5%);
	    filter: grayscale(5%);
}
#timeline .timeline-item:nth-child(15) img {
	-webkit-filter: grayscale(2%);
	    -moz-filter: grayscale(2%);
	    -ms-filter: grayscale(2%);
	    -o-filter: grayscale(2%);
	    filter: grayscale(2%);
}
 #timeline .timeline-item.l1 .timeline-content
 {
	border: 2px solid #aaa;
}
#timeline .timeline-item.l1 .timeline-content:before {
	border-left: 7px solid #aaa;
}
 #timeline .timeline-item.l1 .timeline-content h2,#timeline .timeline-item.l1  .timeline-content p {
 	color: #aaa;
 }
  #timeline .timeline-item.l2 .timeline-content
  {
 	border: 2px solid #90949c;
 }
 #timeline .timeline-item.l2 .timeline-content:before {
 	border-right: 7px solid #90949c;
 }
  #timeline .timeline-item.l2 .timeline-content h2,#timeline .timeline-item.l2  .timeline-content p {
  	color: #8b92a0;
  }
   #timeline .timeline-item.l3 .timeline-content
   {
  	border: 2px solid #8b92a0;
  }
  #timeline .timeline-item.l3 .timeline-content:before {
  	border-left: 7px solid #8b92a0;
  }
   #timeline .timeline-item.l3 .timeline-content h2,#timeline .timeline-item.l3  .timeline-content p {
   	color: #8b92a0;
   }
    #timeline .timeline-item.l4 .timeline-content
    {
   	border: 2px solid #7f8aa0;
   }
   #timeline .timeline-item.l4 .timeline-content:before {
   	border-right: 7px solid #7f8aa0;
   }
    #timeline .timeline-item.l4 .timeline-content h2,#timeline .timeline-item.l4  .timeline-content p {
    	color: #7f8aa0;
    }
    #timeline .timeline-item.l5 .timeline-content
     {
    	border: 2px solid #7f8aa0;
    }
    #timeline .timeline-item.l5 .timeline-content:before {
    	border-left: 7px solid #7f8aa0;
    }
     #timeline .timeline-item.l5 .timeline-content h2,
     #timeline .timeline-item.l5  .timeline-content p {
     	color: #7f8aa0;
     }
     #timeline .timeline-item.l6 .timeline-content
      {
     	border: 2px solid #677a9c;
     }
     #timeline .timeline-item.l6 .timeline-content:before {
     	border-right: 7px solid #677a9c;
     }
      #timeline .timeline-item.l6 .timeline-content h2,
      #timeline .timeline-item.l6  .timeline-content p {
      	color: #677a9c;
      }
      #timeline .timeline-item.l7 .timeline-content
       {
      	border: 2px solid #4f6894;
      }
      #timeline .timeline-item.l7 .timeline-content:before {
      	border-left: 7px solid #4f6894;
      }
       #timeline .timeline-item.l7 .timeline-content h2,
       #timeline .timeline-item.l7  .timeline-content p {
       	color: #4f6894;
       }
       #timeline .timeline-item.l8 .timeline-content
        {
       	border: 2px solid #6379b5;
       }
       #timeline .timeline-item.l8 .timeline-content:before {
       	border-right: 7px solid #6379b5;
       }
        #timeline .timeline-item.l8 .timeline-content h2,
        #timeline .timeline-item.l8  .timeline-content p {
        	color: #6379b5;
        }
        #timeline .timeline-item.l9 .timeline-content
         {
        	border: 2px solid #2d54bb;
        }
        #timeline .timeline-item.l9 .timeline-content:before {
        	border-left: 7px solid #2d54bb;
        }
         #timeline .timeline-item.l9 .timeline-content h2,
         #timeline .timeline-item.l9  .timeline-content p {
         	color: #2d54bb;
         }
         #timeline .timeline-item.l10 .timeline-content
          {
         	border: 2px solid #1e4cc5;
         }
         #timeline .timeline-item.l10 .timeline-content:before {
         	border-right: 7px solid #1e4cc5;
         }
          #timeline .timeline-item.l10 .timeline-content h2,
          #timeline .timeline-item.l10  .timeline-content p {
          	color: #1e4cc5;
          }
/*.btn {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #f27c7c;
    color: #1e4cc5;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 2px 2px 0 #f27c7c;
    -moz-box-shadow: 2px 2px 0 #f27c7c;
    -ms-box-shadow: 2px 2px 0 #f27c7c;
    box-shadow: 2px 2px 0 #f27c7c;
}
.btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: 2px 2px 0 transparent;
    -moz-box-shadow: 2px 2px 0 transparent;
    -ms-box-shadow: 2px 2px 0 transparent;
    box-shadow: 2px 2px 0 transparent;
}*/
@media screen and (max-width: 768px) {
    #timeline {
    margin: 30px;
    padding: 0;
    min-width: 100%;
}
#timeline:before {
    left: 0;
}
#timeline .timeline-item .timeline-content p img {
		width: 100%;
		max-width: 200px;
	}
	
	#timeline .timeline-item .timeline-content {
    width: 80%;
        float: left;
        margin-left: 30px;
        height: auto;
        margin-top: auto;
        margin-bottom: 20px;
}
#timeline .timeline-item .timeline-content.right {
		float: left;
	}
 
	#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -15px;
    border-left: 0;
    border-right: 7px solid #1e4cc5;
}
#timeline .timeline-item .timeline-icon {
    left: 0;
}
#timeline .timeline-item .timeline-content h2,#timeline .timeline-item .timeline-content.right h2 {
		text-align: center;
		padding-left: 20px;
	}
#timeline .timeline-item .timeline-content p,#timeline .timeline-item .timeline-content.right p{
		padding-left: 20px;
		padding-right: 20px;
	}
#timeline .timeline-item .timeline-content {
		padding: 10px;
	}
	
	#timeline .timeline-item .timeline-content p img, #timeline .timeline-item .timeline-content.right p img{
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		min-width: 150px;
		margin-bottom: 20px;
		border-radius: 10px;
	}
}




#site-background {
	position: relative;
	width: 100vw;
	overflow: hidden
}

#site-background .layer-wrapper {
	position: fixed;
	height: 100vh;
	z-index: -999;
	top: 0;
	left: 0;
	width: 100vw
}

#site-background .layer-wrapper>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%
}

#site-background .layer-wrapper>div>div {
	position: absolute
}

#site-background .layer-wrapper .element1 {
	top: -120px;
	left: 10%;
	-webkit-transform: scale(.9) rotate(50deg);
	transform: scale(.9) rotate(50deg)
}

#site-background .layer-wrapper .element2 {
	top: -170px;
	left: 40%;
	display: none;
}

#site-background .layer-wrapper .element3 {
	top: 200px;
	right: -5%
}

#site-background .layer-wrapper .element4 {
	top: 10vh;
	left: -25%;
	-webkit-transform: scale(.9) rotate(50deg);
	transform: scale(.9) rotate(50deg)
}

#site-background .layer-wrapper .element5 {
	top: 50vh;
	right: -5%
}

#site-background .layer-wrapper .element6 {
	top: 55vh;
	left: 25%;
	-webkit-transform: scale(.8) rotate(80deg);
	transform: scale(.8) rotate(80deg)
}

#site-background .layer-wrapper div img {
	animation: zoom 25s infinite;
	animation-direction: alternate;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

#site-background .layer-wrapper .layer1 img {
	animation-delay: 2s;
	animation-duration: 30s
}

@keyframes zoom {
	0% {
		transform: scale(.7) rotate(0deg)
	}

	30% {
		transform: scale(.95) rotate(40deg)
	}

	60% {
		transform: scale(.8) rotate(20deg)
	}

	100% {
		transform: scale(1) rotate(60deg)
	}
}



/*rongyu*/
.ryu_section1 {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    margin-top: 70px;
    min-width: 1200px;
    max-width: 1680px;
	padding-bottom: 80px;
}
p.short {
  padding-top: 25px;
  font-size: 16px;
  line-height: 28px;
}
.ryu_section1 ul li {
	float: left;
    margin-top: 60px;
    margin-bottom: 45px;
    margin-right: 15px;
    position: relative;
    width: 280px;
    height: 380px;
    margin-left: 15px;
    background: #fff;
}
.ryu_section1 ul li .ward {
  background-color: #fff;
  padding: 30px 24px 0px;
  position: relative;
}
.ryu_section1 .ward .imm {
    width: 100%;
    overflow: hidden;
    margin-top: -60px;
}
.ryu_section1 .shu .ward .imm { 
height: 320px;
}


.ryu_section1 .ward img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 2s;
  -webkit-transform: scale(1) rotate(0deg);
  transition: 1s;
  transform: scale(1) rotate(0deg);
}
.ryu_section1 .ward .imm .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -330px;
  background-color: rgba(37, 37, 37, 0.68);
  transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
}
.ryu_section1 .ward:hover .mask {
	left: 0;
}
.ryu_section1 .ward .imm .mask span {
  display: block;
  background: url(../image/icon-big.png) no-repeat center;
  width: 100%;
  height: 30px;
  margin-top: 150px;
}
.ryu_section1 ul li .year {
  display: block;
  position: absolute;
  background: #1e4cc5;
  color: #fff;
  font-weight: bold;
  padding: 4px 25px;
  font-size: 14px;
  right: 0px;
  bottom: 0px;
  font-family: Montserrat-Light;
  display: none;
}
.ryu_section1 ul li p {
  padding-top: 15px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;    text-transform: capitalize;
    font-family: "Lato2";
}
.ryu_section1 ul li .big-honor {
  -webkit-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
  margin-top: 10px;
  padding-left: 15px;
}
.big-honor .bm {
  color: #1e4cc5;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.ryu_section1 .big-honor .arrow-on {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -3.5px 0 0 7px;
  width: 32px;
  width: 5px;
  height: 7px;
  background: url(../image/link_arr_on.png) no-repeat right center;
  -webkit-transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s;
  transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s;
}
.ryu_section1 .big-honor .arrow-off {
  position: absolute;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin: -3.5px 0 0 0;
  padding: 0 0 0 7px;
  width: 32px;
  width: 5px;
  height: 7px;
  background: url(../image/link_arr_off.png) no-repeat right center;
  -webkit-transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s, opacity .4s ease 0s;
  transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s, opacity .4s ease 0s;
}
.ryu_section1 a:hover .arrow-on {
  -webkit-transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s;
  transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s;
  width: 32px
}
.ryu_section1 a:hover .arrow-off {
  -webkit-transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s, opacity .4s ease 0s;
  transition: width .4s cubic-bezier(.45, .05, .3, .93) 0s, opacity .4s ease 0s;
  opacity: 0;
  width: 32px
}
.ryu_section1 .hengban .ward img {
  height: 177px;
}
.ryu_section1 .hengban .ward .imm .mask span {
  margin-top: 80px;
}

.headline h2.cn {
    font-size: 50px;
    position: relative;
    z-index: 2;
    color: #1e4cc5;
    text-align: center; letter-spacing: 10px;
	font-weight: bold;text-transform: uppercase;
}
.headline .en {
    font-size: 105px;
    letter-spacing: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ccc;
    top: -50px;
    font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}
p.short {
    padding-top: 25px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    padding: 50px 0 60px;
    width: 1250px;
    margin: 0 auto;
}
.ryu_section1 ul{
    margin: 0 auto;
    width: 1250px
}