.circle {
    position: absolute;
    right: 30px;
    bottom: 12px;
    z-index: 999;
}
.circle>div {
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    margin-left: 10px;
    border-radius: 50%;
}
.circle .red {
    background-color: red;
}
.tab_lunbo-l .pre {
    left: 0;
    background: url(../images/sprite.png) no-repeat left center;
}

.tab_lunbo-l .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 140px;
    cursor: pointer;
    z-index: 99;
}
.tab_lunbo-l .next {
    right: -6px;
    background: url(../images/sprite1.png) no-repeat right center;
}

.tab_lunbo-l .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 140px;
    cursor: pointer;
    z-index: 99;
}
.page_footer {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}
.page_footer p {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #555;
}
.page_footer p a {
    color: #555;
}

/*寮€濮�*/
.first-screen {
    width: 100%;
    height: 100%;
    background: url("../images/4.jpg") no-repeat center center;
}
.containers {
    width: 1174px;
    height: 600px;
    margin: auto;
    position: relative;
    /*background: url("../images/201932jy.png") no-repeat;*/
}
.first-screen .header  {
    position: absolute;
    left: 40%;
    text-align: center;
    transform: translateX(-50%);
    margin-top: 100px;
	
} 
 .first-screen .logo {
   position: absolute;
 	left:0;
 	top:10%;	
   animation: Width 1s;
}
 .first-screen .bottombar{
	position: absolute;
	left: -10%;
	width: 100%;
 	animation: Up 1s;
}

.header-text{
    margin-top: 50px;
    margin-bottom: 30px;
    animation:  Fd 1s;
}
.activity-link {
    padding-left: 40px;
    margin-bottom: 30px;
    animation: Height 1s;
}

.tam {
    animation: Fd 2s;
	position: absolute;
    right: -60%;
    bottom: 0;
}

.activity-link a {
    width: 121px;
    height: 30px;
    border-radius:20px;
    background-color: #ffdc8d;
    text-align: center;
    display: inline-block;
    color: #a72723;
    line-height: 30px;
    margin-right: 45px;
    font-size: 16px;
	transition: all .2s;
	border:#ffdc8d solid 2px;
}
.activity-link a:hover{
	text-indent: 0.8em;
	color: #ffdc8d;
	background: none;
}

.copyright {
    position: relative;
    left:-25%;
    animation: Rights 1s;
	width: 150%;
	z-index:99;
}
.copyright p {
    color: #fff;/*#fbd7b0;*/
    line-height: 30px;
    text-align: center;
    /*padding-left: 200px;*/
}
.copyright p a {
    color: #fff;/*#fbd7b0;*/
    /*font-size: 16px;*/
}

.two-screen {
    width: 100%;
    height: 100%;
    background: url("../images/2019328bg_02.jpg") no-repeat center center;
}

.tab-lunbo {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -500px;
}
.new-china {
    position: absolute;
    left: -80px;
    top: -122px;
}
.books {
    position: absolute;
    left: -145px;
    top: 127px;
}
.tab_lunbo-l {
    width: 590px;
    position: relative;
    z-index: 999;
    height: 397px;
    margin-right: 24px;
    float: left;
}
.tab_lunbo-l ul li {
    height: 397px;
    position: absolute;
    display: none;
}
.tab_lunbo-l ul li:first-child {
    display: block;
}
.tab_lunbo-l>img {
    position: absolute;
    left: 50%;
    top:20%;
    transform: translate(-50%,0);
    z-index: 999;
}
.tab_lunbo-l ul li h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0,0, .5);
    text-indent: 1em;
}
.tab_lunbo-l ul li h4 a {
    color: #fff;
}



.tab_lunbo-r {
    width: 360px;
    position: relative;
    float: left;
}


.china_qy {
    margin-bottom: 18px;
}
.china_qy h4 {
   font-size: 18px;
   color: #cb1f25;
   margin-bottom: 15px;
}
.china_qy p {
    color: #8b4941;
    line-height: 34px;
}
.china_qy p a {
    color: #cb1f25;
}
.tab_lunbo-r>ul.content>li {
    background:url("../images/2019328square_06.png") no-repeat 0 15px;
    padding-left: 20px;
    line-height:38px;
    font-size: 16px;
}
.tab_lunbo-r ul.content li a {
    color: #83362b;
}

@keyframes Fd {
    0%{
        transform: scale(0.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes  Width {
    0% {
       transform: translateY(-300%);
    }
    100% {
       transform: none;
    }
}

@keyframes  Up {
    0% {
       bottom: -20%;
    }
    100% {
       bottom: -3%;
    }
}
@keyframes Height {
    0% {
        transform: translateX(-500%);
    }
    100% {
        transform: none;
    }
}
@keyframes Rights {
    0% {
        transform: translateX(500%);
    }
    100% {
        transform: none;
    }
}
