body{
	font-size: 14px;
	font-family: '微软雅黑';
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

.banner{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.banner .header{
	position: absolute;
	max-width: 1260px;
	right: 50%;
	/*margin-left: -630px;*/
	top: 0;
	padding-top: 10px;
	background:red;
}
.banner .header a.goback{
	color: #333;
	float: right;
	font-size: 16px;
}
.banner img.banner_img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.goback1{
	position: absolute;
	right: 5%;
	top: 10px;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: white;
	color: black;
	border-radius: 20px;
}
.goback1:hover{
	color: #6aceee;
}

.section{
	max-width: 1260px;
	margin: 0 auto;
}
.section.sec1{
	max-width: 1560px;
	margin-bottom: 25px;
}
.sec1 .sec_t{
	padding: 20px 30px;
	margin-bottom: 20px;
	background: url(imagesbg.jpg) right top no-repeat;
	background-size: auto 100%;
	position: relative;
}
.sec1 .sec_t:after{
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
	width: 100%;
	background: url(imagesbg2.jpg) left top no-repeat;
	background-size: auto 100%;
	top: 0;
	left: 0;
}
.sec1 .sec_t h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #4db9df;
}
.sec1 .sec_t p{
	color: #5f6566;
	font-size: 20px;
	line-height: 1.5;
	text-indent: 2em;
	    max-width: 1150px;
    margin: 0 auto;
}

.sec1 .sec_b{
	max-width: 1280px;
	margin: 0 auto;
}
.sec1 .sec_b .event_wrap{
	position: relative;
}
.sec1 .sec_b .event_wrap:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	left: 50%;
	top: 0;
	z-index: -1;
}
.event_wrap .list{
	position: relative;
	padding-top: 75px;
}
.big_squre{
    margin-left: -30px;
    left: 50%;
    display: block;
    position: absolute;
    top: 8px;
    width: 60px;
    height: 60px;
    background-color: #6aceee;
    border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.big_squre i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: block;
    position: absolute;
    display: block;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}


.small_squire i{
	display:block;
	width:12px;
	height:12px;
	background-color: #fff;
	border-radius: 3px;
}
.event_nr{
	position: relative;
	margin-bottom: 46px;
	width: 0%;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    opacity: .1;
    
}
.list_l .event_nr{
	float: right;
}
/*.event_nr:nth-of-type(2n){
	float: right;
}*/
.test{
	overflow: hidden;
	
    /*background: red;*/
}

.event_wrap .list .list_l{
	float: left;
	width: 50%;
	position: relative;
	text-align: right;
}
.event_wrap .list .list_r{
	float: right;
	width: 50%;
	position: relative;
	text-align: left;
}
.event_wrap .list .list_nr{
	
}
.event_wrap .list .list_nr h3{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 5px;
}
.event_wrap .list .list_nr p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
	/*height: 54px;*/
	overflow: hidden;
	width: 350px;
}
.event_wrap .list .list_l .list_nr p{
	
	float: right;
}
.event_wrap .list .list_nr img{
	display: block;
	margin-left: auto;
	width: 340px;
}
.event_wrap .list .list_r .list_nr img{
	margin-right: auto;
	margin-left: 0;
}
.event_wrap .list .list_l .list_nr{
	padding-right: 35%;
	    text-align: right;
    left: initial;
    right: 50%;
}
.event_wrap .list .list_r .list_nr{
	
	
}
.event_wrap .list .list_r .list_nr{
	padding-left: 35%;
}
.small_squire{
	position:absolute;
	top:11px;
	display:block;
	height:12px;
	width:12px;
	padding:3px;
	border-radius: 3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	background-color: #6aceee;
	left: 3px;
}
.small_line{
	display: inline-block;
    position: absolute;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #6aceee;
    top: 19px;
    left: 24px;
    width: 30%;
}
.list_l .event_nr .small_squire{
	right: 3px;
	left: auto;
}
.list_l .event_nr .small_line{
	left: auto;
	right: 24px;
}
.event_wrap .list .list_l{
	padding-top: 50px;
}


/*.sec2{
	position: relative;
	max-width: 860px;
}*/
.sec_h{
	position: relative;
	margin-bottom: 50px;
}
.sec_h:after{
	content: "";
	position: absolute;
	top: 50%;
	border-top: 1px solid #d3d3d3;
	height: 0;
	width: 100%;
	left: 0;
}
.sec_h h3{
	position: relative;
	width: 172px;
	font-size: 26px;
	line-height: 30px;
	color: #0a9ece;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	z-index: 2;
}
.sec_h h3:before,.sec_h h3:after{
	content: "";
	position: absolute;
	top: 50%;
	height: 16px;
	margin-top: -8px;
	border-left: 1px solid #d3d3d3;
	width: 0;
	left: 0;
}
.sec_h h3:after{
	left: auto;
	right: 0;
}
/*.sec2 ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	position: relative;
}
.sec2 ul li:nth-of-type(3n){
	margin-right: 0;
}
.sec2 ul li .news_tu{
	position: relative;
	width: 100%;
	background-color: #000;
}
.sec2 ul li .art{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}
.sec2 ul li .art .time{
	color: #fff;
	height: 60px;
	margin-bottom: 8px;
}
.sec2 ul li .art .time span{
	font-size: 60px;
	color: #fff;
	float: left;
	letter-spacing: -10px;
}
.sec2 ul li .art .time p{
	margin-left: 60px;
	position: relative;
	font-size: 26px;
	line-height: 2.2;
}
.sec2 ul li .art .time p:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 2px solid #fff;
	width: 46px;
}
.sec2 ul li .art .art_nr{
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}*/
.event_wrap .middle_line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 8px;
    margin-left: 0px;
    border-left: 1px solid #6aceee;
    height: 100%;
}
.sec3,.sec2 {
	background: #e9f5fa;
	border-top: 3px solid #6aceee;
	/*margin-top: 42px;*/
	padding: 64px 120px 72px 120px;
	box-sizing: border-box;
	
	
}
.sec3 .sec_h H3,
.sec2 .sec_h H3{
	background:#e9f5fa ;
}
.sec3 .clearfix li,
.sec2 .clearfix li{
	/*height: 55px;*/
	padding: 15px 0;
	border-bottom: 2px dotted black;
	/*line-height: 55px;*/
}
.sec3 .clearfix li:nth-of-type(1),
.sec2 .clearfix li:nth-of-type(1){
	/*height: 55px;*/
	border-top: 2px dotted black;
}
.sec2 .clearfix  li h3,
.sec3 .clearfix  li h3{
	float: left;
}
.sec3 .clearfix li h3 span,
.sec2 .clearfix li h3 span{
	color: #6aceee;
	/*float: left;*/
	margin-right: 5px;
	
}
.sec3 .clearfix  li h3 a,
.sec2 .clearfix  li h3 a{
	color: #221715;
	font-size: 15px;
	line-height: 24px;
	/*line-height: 55px;
	float: left;*/
}
.sec3 .clearfix  li h3 a:hover,
.sec2 .clearfix  li h3 a:hover{
	color: #6aceee;
}
.sec3 .clearfix li .timer,
.sec2 .clearfix li .timer{
	font-size: 13px;
	color: #a09f9f;
	float: right;
}

.aActiveWid{
	width: 100% !important;
	opacity: 1 !important;
}

.banner{
	display: block;
	position: relative;
	max-width: 1560px;
	margin: 0 auto;
}

.ev_text img {
	line-height: 20px;
	padding-left: 20%;
	width: 100%;
	overflow: hidden;
}
.list_nr{
	display: block;
	cursor: pointer;
	color: black;
}
.list_nr:hover{
	color: #4db9df;
}
.event_nr{
	/*margin-top: 100px;*/
}



.flist1{
	margin-top: -300px;
}
.flist2{
	margin-top: -150px;
}
.first3{
	margin-top: -50px;
}
.list-pc{
	display: block;
}
.list-mob{
	display: none;
}
.banner_mob{
	display: none;
}
.swiper-container{
	display: none;
}
@media screen and (max-width: 1300px){

.section{
	width: 90%;
}
.sec3, .sec2{
	padding: 50px 5%;
}

.list-pc{
	display: block;
}
.list-mob{
	display: none;
}
}




@media screen and (max-width: 1000px){
.list-pc{
	display: block;
}
.list-mob{
	display: none;
}
}



@media screen and (max-width: 750px){
.section.sec1{
	margin-bottom: 30px;
}
.sec1 .sec_t{
	padding: 15px 5%;
}
.sec1 .sec_t h2{
	font-size: 18px;
}
.sec1 .sec_t p{
	font-size: 14px;
	line-height: 1.5;
	padding: 0!important;
	margin-bottom: 10px;
}
.section{
	width: 100%;
}

.sec1 .sec_b{
	padding: 15px 5%;
}
.event_wrap .middle_line{
	left: 30px;
}
.big_squre{
	left: 0;
	margin-left: 0;
}

.event_wrap .list .list_l,.event_wrap .list .list_r{
	width: 100%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}
.list_l .event_nr .small_squire{
	left: 3px;
	right: auto;
}
.list_l .event_nr .small_line{
	left: 24px;
	right: auto;
}
.event_wrap .list .list_l .list_nr,.event_wrap .list .list_r .list_nr{
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.event_wrap .list .list_nr h3{
	font-size: 18px;
}
.event_wrap .list .list_nr p{
	font-size: 14px;
	height: 48px;
	    width: 288px;
}
.flist1{
	margin-top: 0px;
}
.flist2{
	margin-top: 0px;
}
.first3{
	margin-top: 0px;
}
.event_wrap .list .list_r {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
}
.list_r .event_nr {
    float: right;
}
.event_wrap .list .list_r .list_nr p{
	
	float: right;
}
.event_wrap .list .list_r .list_nr img{
	
	float: right;
}
.banner{
	display: none;
}
.banner_mob{
	width: 100%;
	position: relative;
	display: block;
}
.banner_mob img{
	width: 100%;
}
.goback-mob{
	position: absolute;
	top: 10px;
	left: 10px;
	color: black;
}
.swiper-container{
	display: block;
}
}