header {
    background: url('../images/bg_top.png') no-repeat;
    background-size: cover;
}

header .head {
    padding: 28px;
}

header .head div {
    float: left;
    width: 33.333333%;
    text-align: center;
}

header .head div:first-child {
    text-align: left;
}

header .head div:last-child {
    text-align: right;
}

header .nav {
    width: 1300px;
    margin: 20px auto;
}
header .nav ul{
	text-align:center;
}
header .nav ul li {
    float: initial;
    display: inline-block;
    margin-right: 28px;
}

header .nav ul li:last-child {
    margin-right: 0;
}

header .nav ul li a {
    color: #fff;
    font-size: 18px;
}

.user-count {
    background: url('../images/fangkeshu_bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 10px 34px 10px 10px;
    display: inline-block;
    float: left;
}

.user-count div {
    display: inline-block;
    float: left;
    color: #9AC5F7;
}

.user-count em {
    line-height: 40px;
    font-style: normal;
    font-weight: bold;
    color: #9AC5F7;
    font-size: 18px;
    padding-left: 10px;
}


/*slide*/

.slide {
    width: 400px;
    min-height: 180px;
    overflow: hidden;
    float: right;
    margin-right: 200px;
    position: relative;
    bottom: -2px;
}

.slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
}

.slide .img1 {
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}

.slide .img2 {
    width: 60%;
    height: 60%;
    bottom: -5px;
    left: -20%;
    z-index: 2;
}

.slide .img3 {
    width: 80%;
    height: auto;
    bottom: -11px;
    left: 10%;
    z-index: 3;
}

.slide .img4 {
    width: 60%;
    height: 60%;
    bottom: -5px;
    left: 60%;
    z-index: 2;
}

.slide .img5 {
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}

.slide-bt {
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}

.slide-bt span {
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}

.slide .prev {
    width: 22px;
    height: 22px;
    background: url('../images/fanye_left.png') no-repeat;
    background-size: 22px;
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 3;
}

.slide .next {
    width: 22px;
    height: 22px;
    background: url('../images/fanye_right.png') no-repeat;
    background-size: 22px;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 3;
}


/*zt*/

.zt {margin-top: 58px;}

.zt-header {
    width: 1300px;
    margin: 15px auto;
}

.header-left {
    display: inline-block;
    width: 50%;
    float: left;
}

.header-left img {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.header-left span {
    font-size: 22px;
    line-height: 24px;
    color: #4A75A7;
    position: relative;
    top: 8px;
}

.header-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 15px;
    right: 25px;
}
.footer-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 35px;
	right:25px;
}



/*timeline*/
.timeline{
	width: 100%;
    position: relative;
}
.timeline .bj-timeline{
	width: 100%;
}

.timeline .timeline-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline-title{
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1300px;
    margin-left: -650px;
}
.timeline-title img {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.timeline-title span {
    font-size: 22px;
    line-height: 24px;
    color: #A2CD76;
    position: relative;
    top: 3px;
}
.timeline-main>ul>li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fff;
    position: absolute;
}
.calendar .calendar-views .now{
    background: #A2CD76 !important;
}
.timeline-main>ul>li:nth-child(1){
    left: 29%;
    top: 41%;
}
.timeline-main>ul>li:nth-child(2){
    left: 38%;
    top: 48.5%;
}
.timeline-main>ul>li:nth-child(4){
    left: 48%;
    top: 55.5%;
}
.timeline-main>ul>li:nth-child(5){
    left: 56%;
    top: 56.7%;
}
.timeline-main>ul>li:nth-child(6){
    left: 64%;
    top: 51%;
}
.timeline-main>ul>li:nth-child(3){
    left: 43%;
    top: 52%;
}
.timeline-main>ul>li:nth-child(7){
    left: 45%;
    top: 53.4%;
}
.timeline-main>ul>li:nth-child(8){
    left: 50%;
    top: 56%;
}
.timeline-main>ul>li:nth-child(9){
    left: 55%;
    top: 57%;
}
.timeline-main>ul>li:nth-child(10){
    left: 60%;
    top: 55%;
}
/*.timeline-main>ul>li:nth-child(11){
    left: 65%;
    top: 50%;
}
.timeline-main>ul>li:nth-child(12){
    left: 70%;
    top: 45%;
}
.timeline-main>ul>li:nth-child(13){
    left: 80%;
    top: 45%;
}*/
.timeline-main>ul>li:nth-child(11){
    left: 90%;
    top: 52%;
}
.timeline-main>ul>li:nth-child(12){
    left: 95%;
    top: 57%;
}
.timeline-main>ul>li>div{
    width: 200px;
    position: absolute;
    left: -16px;
    bottom: 37px;
    background: #fff;
    display: none;
    z-index: 1000;
}
.timeline-main>ul>li.on{
    background: #F8E81C;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
    padding-left: 20px;
}   
.timeline-main>ul>li>div h3{
    background: #535E7D;
    font-size: 16px;
    color: #fff;
    padding: 5px;
}
.timeline-main>ul>li>div h3 span{
    color: #A2CD76;
    float: right;
    font-weight: normal;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.timeline-main>ul>li>div p{
    font-size: 14px;
    padding: 0 10px;
    margin: 10px 0;
    color: #535E7D;
}
.timeline-main>ul>li>div:after{
    content: '';
    border: solid 10px transparent;
    border-top: solid 10px #fff;
    position: absolute;
    bottom: -20px;
    left: 15px;
}
.tab-content{
    position: absolute;
    top: 62%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1300px;
    overflow: hidden;
}
.tab-content .item{
    display: none;
}
.tab-content .item li{
    float: left;
    display: inline;
    background: #E6EDF0;
    margin-right: 5%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.tab-content .item li .look{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 3px 10px;
}
.tab-content .item li .look span:first-child{
    color: #ccc;
    border-radius: 0;
}
.tab-content .item li .look span:first-child:before{
    content: url(../images/eye.png);
    width: 20px;
    height: 10px;
    margin-right: 10px;
}
.tab-content .item li .look span:last-child{
    float: right;
    color: #385980;
}


.tab-content .item li .watch{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 3px 10px;
}
.tab-content .item li .watch span{
    color: #ccc;
    border-radius: 0;
}
.tab-content .item li .watch span:before{
    content: url(../images/eye.png);
    width: 20px;
    height: 10px;
    margin-right: 10px;
}


.tab-content .item li:nth-child(1){
    width: 50%;
    background: #fff;
    border-bottom: solid 2px #A2CD76;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.tab-content .item li:nth-child(1) img{
    float: left;
    position: relative;
    margin-right: 10px;
}
.tab-content .item li:nth-child(1)>div{
    overflow: hidden;
    padding-right: 10px;
    position: relative;
}
.tab-content .item li:nth-child(1)>div h3{
    font-size: 14px;
    margin-top: 10px;
}
.tab-content .item li:nth-child(1)>div h4{
    font-size: 14px;
    margin-top: 0; 
}
.tab-content .item li:nth-child(1)>div p{
     font-size: 12px;
    margin-top: 20px;
    position: relative;
    text-indent: 2em;
    padding-bottom: 23px;
    height: 89px;
    overflow: auto;
}

.tab-content .item li:nth-child(1)>div p a,
.tab-content .item li:nth-child(1)>div h4 a,
.tab-content .item li:nth-child(1)>div h3 a{
    color: #666;
}

.tab-content .item li:nth-child(1)>div p[lan=abra],
.tab-content .item li:nth-child(1)>div h4[lan=abra],
.tab-content .item li:nth-child(1)>div h3[lan=abra]{
    display: none;
}

.tab-content .item li:nth-child(1)>div p:before{
    content: '“';
    display: inline-block;
    font-size: 49px;
    height: 24px;
    position: absolute;
    left: -25px;
    top: -12px;
}
.tab-content .item li:nth-child(1)>div p:after{
    content: '”';
    display: inline-block;
    font-size: 49px;
    position: absolute;
    right: 5px;
    bottom: 6px;
    height: 23px;
}
.tab-content .item li .langrage{
    position: absolute;
    right: 20px;
    top: 20px;
    background: #5683b8;
    color: #fff;
    padding: 3px 6px;
}
.tab-content .item li .langrage a{
    color: #fff;
}
.tab-content .item li .langrage a.on{
    background: #a2cd77;
}

.tab-content .item li:nth-child(2){
    width: 20%;
    padding: 10px;
}

.tab-content .item li:nth-child(3){
    width: 20%;
    margin-right: 0;
    padding: 10px;
}

.tab-content .item li:nth-child(2) p,
.tab-content .item li:nth-child(3) p{
    font-size: 12px;
}
.tab-content .item li:nth-child(2) p a,
.tab-content .item li:nth-child(3) p a{
    color: #385980;
}
.tab-content .item li:nth-child(2) p:nth-child(1):before,
.tab-content .item li:nth-child(3) p:nth-child(1):before{
    content: '';
    display: inline-block;
    height: 10px;
    width: 2px;
    margin-right: 10px;
    background: #385980;
}
.tab-content .item li:nth-child(2) p:nth-child(2),
.tab-content .item li:nth-child(3) p:nth-child(2){
    text-align: right;
}



/*swiper*/
.slider{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.slider ul{
    width: 200%;
    position: absolute;
    left: 0;
    top: 10px;
}
.slider li{
    float: left;
    width: 9%;
    margin: 0 .5%;
    position: relative;
    padding: 3px 10px;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    height:215px;
    overflow:hidden
}
.slider li a{
	display:block;
	 height:210px;
	 width:100%;
	 overflow:hidden
}
/* .slider li:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} */
/* .c_div{
	height:212px;
	width:333px;
	overflow:hidden
} */
.slider li img{
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
    
}
.slider .next{
    background: url('http://47.92.94.87/ChinaLib/images/button.png');
    background-size: 100%;
    display: block;
    width: 28px;
    height: 44px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -14px;
}
.slider .prev{
    background: url('http://47.92.94.87/ChinaLib/images/button2.png');
    background-size: 100%;
    display: block;
    width: 28px;
    height: 44px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -14px;
}
.slider .img-bg{
    background: #171717;
    opacity: 0.3;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
}
.slider .img-text{
    position: absolute;
    bottom: 6px;
    left: 5px;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7));
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    padding: 5px;
}
.slider .img-text>div:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 29px;
    background: #A2CD76;
    position: absolute;
    left: 12px;
    top: 6px;
}
.slider .img-text h3,.img-text p{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
}

.calendar{
    background: #fff;
    position: absolute;
    right: 200px;
    top: 0;
    overflow:hidden;
}
.calendar-arrow span{
    font: 500 19px sans-serif;
}
.calendar-arrow span{
    font: 500 19px sans-serif;
}
.calendar-display{
    font-size: 14px;
}

.map-title{
    position: absolute;
    left: 50%;
    z-index: 9999;
    top: 20px;
    width: 1300px;
    margin-left: -630px;
}
.map-title img{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.map-title span{
    font-size: 22px;
    line-height: 24px;
    color: #4A75A7;
    position: relative;
    top: 3px;
}

.map-title-right{
    position: absolute;
    left: 50%;
    z-index: 9999;
    top: 20px;
    width: 1300px;
    margin-left: -630px;
}
.map-title-right img{
    float: right;
    display: inline-block;
    margin-right: 10px;
	width:70px;
}
.map-title-right span{
    font-size: 22px;
    line-height: 24px;
    color: #4A75A7;
    position: relative;
    top: 5px;
}
.mapul li div h3,
.mapul li div h4{
	margin-bottom: 0;
}
.mapul li div h3 a{
    color: #fff;
}

.mapul li div h5{
    font-size: 12px;
    font-weight: normal;
}
.mapul li img{
	width: 123px;
}



/* .search{
	height:209px;
	background:#e8eaed;
}
.search_box{
	width:1300px;
	height:176px;
	padding-top:33px;
	margin:0 auto;
}
.l_box{
	width:1300px;
	height:34px;
}
.l_c,.l_y{
	float:left
}
.l_c{
	width:38px;
	height:34px;
	line-height:34px;
	background:#4a75a7;
	text-align:center;
	color:#fff;
	font-size:22px;
	border-radius:3px;
}
.l_y{
	width:85px;
	height:34px;
	line-height:31px;
	background:#a9bbd1;
	text-align:left;
	color:#fff;
	font-size:28px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}
.l_y span{
	display:inline-block;
	width:79px;
	text-align:center;
	font-size:22px;
	line-height:34px;
}
.ipt_box{
	margin-top:1px;
}
.styled-select1 {
    display: inline-block;
    width: 365px;
    height: 60px;
    overflow: hidden;
    background: url("../images/sel_icon.png") no-repeat 96% #4a75a7;
    margin-bottom: -13px;
    border-radius: 3px;
}
 .styled-select1 select {
    height: 60px;
    width: 365px;
    padding-left: 20px;
    background: transparent;
    -webkit-appearance: none; for chrome
    color: #fff;
    border-radius: 3px;
    font-size:25px;
    font-family:"Microsoft YaHei"
}
.sel_box,.text_box,.sub_box{
	float:left;
	height: 62px;
}
.sel_box{
	width: 365px;
	margin-right:5px;
}
.text_box{
	width: 782px;
	margin-right:5px;
}
.text_btn{
	width: 782px;
	height:60px;
	line-height:60px;
	padding-left:20px;
	border-radius: 3px;
	font-size:22px;
	font-family:"Microsoft YaHei";
	border: solid 1px #aaa;
}
.sub_box{
	width:138px;
	margin-right:5px;
}
.sub_btn{
	width:138px;
	height:60px;
	line-height:60px;
	font-size:25px;
	color:#fff;
	background:#4a75a7;
	border: solid 1px #4a75a7;
	border-radius: 3px;
	font-family:"Microsoft YaHei";
} */