﻿a:hover, a:active, a:focus {
	color: #003473;
	text-decoration: none;
}
a:active {
	color: #003473;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
header, footer, article, section, nav, menu, hgroup {
	display: block;
}
.clear {
	clear: both;
}
img {
	display: inline-block;
	width: 100%
}
body {
	margin: 0;
	font-family: 'Microsoft Yahei', 'Helvetica';
	padding: 0;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	height: 100%;
	font-size: 12px;
	margin: 0 auto;
	background: #efeef4;
}
html {
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.fouryearstopic {
	width: 50%;
    left: 20%;
    margin: 0 auto;
}
.yearsone {
	background: url(../images/znq1.jpg) center no-repeat;
	background-size: 100%;
	padding-top: 50px;
	text-align: center;
}
.yearsone img.fadeintop {
	-webkit-animation: fadeinT 0.6s ease-in;
	-moz-animation: fadeinT 0.6s ease-in;
	animation: fadeinT 0.6s ease-in;
	width: 60%;
}
.yfonzs {
	text-align: center;
	color: #fff;
	margin: 0px auto;
	margin-top: -12px;
	-webkit-animation: fadeinB 1s forwards;
	-moz-animation: fadeinB 1s forwards;
	animation: fadeinB 1s forwards;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	opacity: 0;
}
.yfonzs span strong {
	color: #ffe87c;
	font-weight: 100;
	padding: 0px 3px;
	font-size: 21px;
}
.yfonzs span {
	margin-left: 45px;
	font-size: 16px;
}
.yfonzs p {
	margin-top: 45px;
	font-size: 14px;
}
.yearssec {
	background: url("../images/znq2.jpg") no-repeat center;
	padding: 0 17px;
	position: relative;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2em;
}
.jyp {
	background-color: #fef3f2;
	position: relative;
	width: 100%;
	height: 100%;
	right: 4px;
	top: -6px;
	padding-bottom: 20px;
}
.jiyw {
	background-color: #ffc1bc;
	position: relative;
	width: 100%;
}
.yearssec h1 {
	font-size: 16px;
	color: #ffa200;
	text-align: center;
	margin: 0px;
	margin-bottom: 16px;
	padding-top: 10px;
}
.yearssec p {
	font-size: 12px;
	color: #912f0d;
	width: 94%;
	line-height: 31px;
	margin: 0 auto;
	margin-top: 10px;
}
.yearssec p span {
	display: block;
	text-align: right;
	width: 97%;
}
i.flower1 {
	width: 130px;
	height: 110px;
	display: block;
	position: absolute;
	top: -62px;
	left: -13px;
}
i.flower2 {
	width: 88px;
	height: 84px;
	display: block;
	position: absolute;
	bottom: -44px;
	right: -21px;
}
i.dszpic {
	width: 90%;
	display: block;
	margin: 0px auto;
}
.yearsthir {
	background: url("../images/znq3.jpg") no-repeat;
	background-size: 100%;
	padding: 0 17px;
}
.cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 40px;
	left: 18px;
	height: 100%;
	width: 4px;
	z-index: 1;
	background: #ffe87c;
}
/*------------------------------
时间轴
----------------*/
#cd-timeline {
	position: relative;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 40px;
	left: 30px;
	height: 100%;
	width: 2px;
	z-index: 1;
	background: #ffe87c;
}
#cd-timeline {
	margin-bottom: 3em;
}
#cd-timeline::before {
	margin-left: 5px;
}
.cd-timeline-block {
	position: relative;/* margin: 2em 0; */
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
.cd-timeline-block {
	margin-top: 2em;
	/* height: 230px; */
	margin-bottom: 40px;
}
.cd-timeline-block:first-child {
	margin-top: 0;
	margin-bottom: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
.cd-timeline-img {
	position: absolute;
	top: 45px;
	left: 28px;
	width: 16px;
	height: 16px;
	background: url(../images/znq_point.png) no-repeat;
	/* border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
	z-index: 2;
	background-size: 100%;
	-webkit-transform: translateZ(0);
}
.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-block:first-child .cd-timeline-img {
	top: 32px;
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
}
@-webkit-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -moz-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -moz-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content {
	margin-left: 70px;
	/* padding: 1.6em; */
	width: 84%;
	top: 19px;
	position: relative;
	padding-bottom: 1.6em;
}
.tlpic1 {
	top: 6px;
}
.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
.cd-timeline-block.last-block {
	height: auto;
	margin: 0;
}
.last-block .cd-timeline-img {
	top: 77px;/* visibility: visible !important; */
}
.last-block .cd-timeline-content {
    top: 90px;
    left: 0px;
    width: 33em;
    margin: 0 auto;

}
.bitess {
	text-align: center;
	width: 200px;
	margin: 0px auto;
	padding-top: 65px;
	padding-bottom: 54px;
}
.sjslogow {
	width: 160px;
	margin: 0 auto;
	padding-top: 264px;
	padding-bottom: 25px;
}
/*---------------------------------------*/		
@-webkit-keyframes fadeinT {
 0% {
opacity:0;
-webkit-transform:translateY(-200px);
}
 100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeinT {
 0% {
opacity:0;
-moz-transform:translateY(-200px);
}
 100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-ms-keyframes fadeinT {
 0% {
opacity:0;
-ms-transform:translateY(-200px);
}
 100% {
opacity:1;
-ms-transform:translateY(0);
}
}
@keyframes fadeinT {
 0% {
opacity:0;
transform:translateY(-200px);
}
 100% {
opacity:1;
transform:translateY(0);
}
}
/* 淡入-从下 */
@-webkit-keyframes fadeinB {
 0% {
opacity:0;
-webkit-transform:translateY(200px);
}
 100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@-moz-keyframes fadeinB {
 0% {
opacity:0;
-moz-transform:translateY(200px);
}
 100% {
opacity:1;
-moz-transform:translateY(0);
}
}
@-ms-keyframes fadeinB {
 0% {
opacity:0;
-ms-transform:translateY(200px);
}
 100% {
opacity:1;
-ms-transform:translateY(0);
}
}
@keyframes fadeinB {
 0% {
opacity:0;
transform:translateY(200px);
}
 100% {
opacity:1;
transform:translateY(0);
}
}
@media (max-width:600px){
	.yearsone {
    background: url(../images/znq1.jpg) center no-repeat;
    background-size: 100%;
    padding-top: 15px;
}
.yfonzs p {
    margin-top: 27px;
    font-size: 14px;
}
.yfonzs span {
    margin-left: 29px;
    margin-right: 1px;
    font-size: 16px;
}
.jyp {
    width: 99%;
    height: 100%;
    right: 1px;
    top: -6px;
    padding-bottom: 20px;
}
i.flower1 {
    width: 92px;
    height: 110px;
    top: -34px;
    left: -17px;
}
.yearssec p {
    font-size: 12px;
    width: 89%;
    line-height: 28px;
    margin-top: 10px;
}
i.flower2 {
    width: 59px;
    height: 84px;
    bottom: -51px;
    right: -21px;
}
.bitess {
    width: 141px;
    padding-top: 20px;
    padding-bottom: 0px;
}
#cd-timeline::before {
    top: 40px;
    left: 13px;
    width: 2px;
}
.cd-timeline-img {
    position: absolute;
    top: 45px;
    left: 11px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateZ(0);
}

.cd-timeline-content {
    margin-left: 48px;
    /* padding: 1.6em; */
    width: 84%;
    top: 32px;
    position: relative;
    padding-bottom: 1.6em;
}
.tlpic1 {
    top: 21px;
}
.sjslogow {
    width: 80px;
    padding-top: 184px;
    padding-bottom: 25px;
}
.last-block .cd-timeline-content {
    top: 95px;
    left: 0px;
    width: 19.5em;
    height: 30px;
    margin: 0 auto;
}
}
@media (min-width:410px) and (max-width:499px) {
}
@media (min-width:359px) and (max-width:400px) {

}
@media (min-width:320px) and (max-width:356px) {
.yfonzs span {
    margin-left: 21px;
    margin-right: 8px;
    font-size: 14px;
}
.yfonzs span strong {
    padding: 0px 3px;
    font-size: 18px;
}
.yfonzs p {
    margin-top: 14px;
    font-size: 12px;
}
.yearssec p {
    font-size: 12px;
    width: 89%;
    line-height: 24px;
    margin-top: 4px;
}
#cd-timeline::before {
    top: 40px;
    left: 0px;
    width: 2px;
}
.cd-timeline-img {
    position: absolute;
    top: 40px;
    left: -2px;
    width: 16px;
    height: 16px;
}
.cd-timeline-content {
    margin-left: 32px;
    /* padding: 1.6em; */
    width: 87%;
    top: 32px;
}

.tlpic1 {
    top: 27px;
}
.last-block .cd-timeline-content {
    top: 113px;
    left: 0px;
    width: 17em;
    height: 30px;
    margin: 0 auto;
}
}

.logo{
	position: relative;
    z-index: 2;
    float: left;
    margin-top: .35rem;
    margin-left: .72rem;
}

.logo i {
    overflow: hidden;
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 40px;
    border: 3px solid rgba(255,255,255,.2);
    line-height: 100%;
    background-color: #fff;
}

.logo .logoname {
    line-height: 44px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-left: .2rem;
   	font-weight: normal;
}

p.footer {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	width: 100%;
	margin: 0 auto;
	padding-top: 104px;
	padding-bottom: 25px;
}
p.footer a{
	color: #fff;
}

.last-block .cd-timeline-content img{
   max-width: 29.5em;
    margin: 0 auto;
}

.last-block .cd-timeline-content .addus{
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color:#fff;
    font-size: 16px;
}
