/* CSS Document */
html{ margin:0; padding:0;overflow-x:hidden;overflow-y:auto;}


/*main Start
===================================================================================================*/
/*col tit
===========================================================================*/
.coltit{
	width: 100%;
		padding: 0 5px;
    display: flex;
	display: -webkit-box;
	display: -moz-box;
    -webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.coltit h3{
		font: 22px/1.2 Raleway-SemiBold, Arial," sans-serif";
	margin-right: 20px;
	font-variant: small-caps;
	text-transform: uppercase;
}
.coltit h3 span{
		font-size: 14px;
		margin-left: 5px;
}
.coltit .flex{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 4px;
	background: #f1f3f9;
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*col tit
===========================================================================*/
.main h4{
	font: 18px/1.2 proximanova-sbold, Arial," sans-serif";
}

.panel-news section{
	border:1px solid #cdcdcd;
	border-top: 0 none;
	padding: 15px 10px;
}
.panel-news section .line{
	width: 20%;
	border: 2px solid #cb2d1c;
	border-radius: 5px;
	margin-bottom: 10px;
}
.panel-news section time{
	font-size: 1.2rem; font-size: 12px;
	color: #a1a1a1;
	margin-top: 10px;
}

.panel-research {
	background: #efefef;
	padding: 20px 0;
}
.panel-research figure time{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	background: #e9e8e7;
	position: absolute;
	top: 10px;
	border-right: 4px solid #3b6abf;
	text-align: center;
	padding: 5px;
		right: 13px;
}
.panel-research figure time .month {
    display: block;
	font-size: 2.0rem; font-size: 20px;
	line-height: 1;
	font-weight: bold;
    width: 100%;
}
.panel-research figure time .day {
    display: block;
	font-size: 1.2rem; font-size: 12px;
	line-height: 1.6;
    width: 100%;
}
.panel-research h4{
	margin-top: 15px;
}
.panel-research p{
	font: 14px/1.6 proximanova-reg, Arial," sans-serif";
	margin-top: 10px;
}
.panel-research li a{
	font: 18px/1.4 proximanova-sbold, Arial," sans-serif";
	display: table;
}
.panel-research li span {
    border-right: 3px solid #3b6abf;
    padding: 2px 10px 5px 0;
    float: left;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-right: 15px;
}
.panel-research li span b {
    text-align: center;
	font-size: 2.4rem; font-size: 24px;
    margin-bottom: 5px;
    display: block;
}
.panel-research li span em {
    font-style: normal;
}

.panel-platform img{
	border: 1px solid #f5f5f5;
		width: 157px;
		height: 57px;
}
.panel-conferences li {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
	.panel-conferences li a{
	font: 16px/1.5 proximanova-sbold, Arial," sans-serif";
}
.panel-conferences li section {
    border: 3px solid #3b6abf;
	border-top: 3px solid #fff;
	padding: 1px;
	color: #fff;
    float: left;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-right: 15px;
}
.panel-conferences li section span{
	padding: 10px;
    background: #3b6abf;
    display: block;
}
.panel-conferences li span b {
    text-align: center;
	font-size: 2.8rem; font-size: 28px;
    margin-bottom: 5px;
    display: block;
}
.panel-conferences li span em {
    font-style: normal;
}

@media screen and (max-width: 767px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 1169px) {}

@media screen and (min-width: 768px) {
	.coltit{
		padding: 0 15px;
	}
	.coltit h3{
		font: 30px/1.5 Raleway-SemiBold, Arial," sans-serif";
	}
	.coltit h3 span{
		font-size: 16px;
		margin-left: 15px;
	}
	
	.panel-news img{
		width: 375px;
		height: 211px;
	}
	.panel-news section h4{
		height: 44px;
		overflow: hidden;
	}
	.panel-research p{
		height: 68px;
		overflow: hidden;
	}
	.panel-research li {
		height: 52px;
		overflow: hidden;
	}
	.panel-research figure{
		float: left;
		width: 45%;
	}
	.panel-research h4{
		float: left;
		margin-left: 3%;
		width: 52%;
	}
	.panel-research figure img{
		width: 310px;
		height: 174px;
	}
	.panel-research figure time{
		left: 268px;
		right: auto;
	}
	.panel-platform img{
		width: 150px;
		height: 55px;
	}
	.panel-conferences li {
		float: left;
		width: 50%;
		height: 75px;
		overflow: hidden;
	}
}
@media screen and (min-width: 992px) {
	header .logo img{
		padding: 28px 0 30px 0;
		max-width: 625px;
	}
	#arrow-top {
		border-bottom: 6px solid #2e84d2;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		height: 0;
		left: 40%;
		line-height: 0;
		position: absolute;
		top: -6px;
		width: 0;
	}
	.panel-news img{
		width: 243px;
		height: 137px;
	}
	.panel-news section h4{
		height: 65px;
		overflow: hidden;
	}
	.panel-research figure img{
		width: 361px;
		height: 204px;
	}
	.panel-research figure time{
		right: 13px;
	}
	.panel-research p{
		display: none;
	}
	.panel-platform img{
		width: 205px;
		height: 75px;
	}
}
@media screen and (min-width: 1170px) {
	.panel-news img{
		width: 293px;
		height: 165px;
	}
	.panel-research figure{
		float: left;
		width: 52%;
	}
	.panel-research h4{
		float: left;
		margin-left: 5%;
		width: 43%;
		margin-top: 5px;
	}
	.panel-research figure img{
		width: 231px;
		height: 130px;
	}
	.panel-research figure time{
		left: 189px;
		right: auto;
	}
	.panel-research p{
		display: block;
	}
	.panel-platform img{
		width: 255px;
		height: 93px;
	}
	.panel-conferences li{
		float: left;
		width: 25%;
	}
}

@media \0screen\,screen\9 {
	.panel-news img{
		width: 293px;
		height: 165px;
	}
	.panel-research figure{
		float: left;
		width: 52%;
	}
	.panel-research h4{
		float: left;
		margin-left: 5%;
		width: 43%;
		margin-top: 5px;
	}
	.panel-research figure img{
		width: 231px;
		height: 130px;
	}
	.panel-research figure time{
		left: 189px;
		right: auto;
	}
	.panel-research p{
		display: block;
	}
	.panel-platform img{
		width: 255px;
		height: 93px;
	}
	.panel-conferences li{
		float: left;
		width: 25%;
	}
}




.iosSliderDemo {
	clear: both;
	width: 100%;
	position: relative;
		padding: 0 0 200px;
}
.fluidHeight {
	position: absolute;
	width: 100%;
		height: 185px;
}
.sliderContainer {
	height: 100%;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	width: 100%;
	max-width:1170px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 100%;
}
.iosSlider .slider .item .inner a {
	display: block;
	max-width: 1170px;
	margin: 0 auto;
		height: 185px;
}

.iosSlider .slider .item .inner .text1{
	background-color: rgba(9,82,184,0.7);
	position: absolute;
	width: 100%;
	text-align: left;
		padding: 10px 10px 10px 0;
		bottom: 10%;
}
.iosSlider .slider .item .inner .text1 p {
	font: 16px/1.4 Raleway-SemiBold, Arial," sans-serif";
	color: #fff;
	border-left: 5px solid #cedcf1;
	display: inline-block;
		padding-left: 15px;
		bottom: 10%;
}
@media \0screen\,screen\9 {
  .iosSlider .slider .item .inner .text1{
    background-color:#0952b8;
    filter:Alpha(opacity=70);
    position:absolute; 
    *zoom:1; 
  }
  .iosSlider .slider .item .inner .text1 p{
    position: relative;
  }  
}

.sliderContainer .slideSelectors {
	position: relative;
	bottom:8%;
	max-width: 1170px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
	text-align:right;
	right: 90px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 42px;
	height: 42px;
	background: url(ico_arrowleft_en2019.png) no-repeat 50% 50% #0952b8;
	position:absolute;
	left: 90px;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 0 0 10px;
	background: url(ico_arrowright_en2019.png) no-repeat 50% 50% #0952b8;
	position:absolute;
	right: -90px;
}
.sliderContainer .slideSelectors .item {
	display:inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 1px 1px 1px 8px;
	border-radius: 12px;
}
.sliderContainer .slideSelectors .selected {
	width: 34px;
	height: 12px;
	margin: 0 0 0 10px;
	background: #fff;
}
.leftbg{
	position:absolute;
	top:0;
	background:#000;
	left:50%;
	z-index:99;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.rightbg{
	position:absolute;
	top:0;
	background:#000;
	right:50%;
	z-index:99;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
@media screen and (min-width: 768px) {
	.iosSliderDemo {
		padding: 0 0 400px;
	}
	.fluidHeight {
		height: 380px;
	}
	.sliderContainer {
		height: 380px;
	}
	.iosSlider .slider .item .inner a {
		height: 380px;
	}
	.iosSlider .slider .item .inner .text1{
		padding: 15px 10px 15px 0;
		width: 60%;
		bottom: 5%;
	}
	.iosSlider .slider .item .inner .text1 p {
		padding-left: 30px;
		font: 22px/1.2 Raleway-SemiBold, Arial," sans-serif";
	}
	.sliderContainer .slideSelectors {
		bottom: 8%;
	}
	.sliderContainer .slideSelectors .prev, .sliderContainer .slideSelectors .next {
		top: -200px;
	}
}
@media screen and (min-width: 992px) {
	.iosSliderDemo {
		padding: 0 0 600px;
	}
	.fluidHeight {
		height: 580px;
	}
	.sliderContainer {
		height: 580px;
	}
	.iosSlider .slider .item .inner a {
		height: 580px;
	}
	.leftbg{
		width: 375px;
		height: 580px;
		margin-left: -960px;
	}
	.rightbg{
		width:365px;
		height:580px;
		margin-right:-950px;
	}
}
@media screen and (min-width: 1170px) {
	.iosSlider .slider .item .inner .text1 p {
		font: 26px/1.4 Raleway-SemiBold, Arial," sans-serif";
	}
	.sliderContainer .slideSelectors .prev, .sliderContainer .slideSelectors .next {
		top:-270px;
	}	
}


@media \0screen\,screen\9 {
	.iosSliderDemo {
		padding: 0 0 600px;
	}
	.fluidHeight {
		height: 580px;
	}
	.sliderContainer {
		height: 580px;
	}
	.iosSlider .slider .item .inner img {
		width: 1170px;
		height: 580px;
	}
	.iosSlider .slider .item .inner .text1{
		padding: 15px 10px 15px 0;
		width: 60%;
		bottom: 5%;
	}
	.iosSlider .slider .item .inner .text1 p {
		font: 26px/1.4 Raleway-SemiBold, Arial," sans-serif";
	}
	.sliderContainer .slideSelectors .prev, .sliderContainer .slideSelectors .next {
		top:-270px;
	}
	.leftbg{
		width: 375px;
		height: 580px;
		margin-left: -960px;
	}
	.rightbg{
		width:365px;
		height:580px;
		margin-right:-950px;
	}
	
}


/* 20251202add lunboxiugai */
 .banner02 { margin-bottom: 24px; }
 .banner02 .swiper-pagination{ display: inline-block;
    right: 40px;
    text-align: right;
    width: auto;
    left: auto;}
.banner02 .swiper-pagination-bullet{ width: 12px; height: 12px; border-radius:50%; background:#fff; opacity: 1; }
.banner02 .swiper-pagination-bullet-active{ width: 34px; border-radius:10px; }
.banner02 .swiper-button-next:after, 
 .banner02 .swiper-button-prev:after{
     display: none;
}
 .banner02 .banner02-next, 
 .banner02 .banner02-prev{
     width: 42px;
     height: 42px;
     background-color: #0952b8;
     background-position:center;
     background-repeat:no-repeat;
}
 .banner02 .banner02-prev{
     border-radius: 5px 0px 0px 5px;
     background-image:url(ico_arrowleft_en2019.png);
}
 .banner02 .banner02-next{
     border-radius: 0 5px 5px 0;   
     background-image:url(ico_arrowright_en2019.png); 
}

.banner02 .text1{
	background-color: rgba(9,82,184,0.7);
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 10px 10px 10px 0;
	bottom: 10%;
}
.banner02 .text1 p {
	font: 16px/1.4 Raleway-SemiBold, Arial," sans-serif";
	color: #fff;
	border-left: 5px solid #cedcf1;
	display: inline-block;
		padding-left: 15px;
		bottom: 10%;
}
.banner02 .inner img{ width: 100%; height: 580px; }

@media screen and (min-width: 768px) {
	.banner02 .text1{
		padding: 15px 10px 15px 0;
		width: 60%;
		bottom: 5%;
	}
	.banner02 .text1 p {
		padding-left: 30px;
		font: 22px/1.2 Raleway-SemiBold, Arial," sans-serif";
	}
}
@media screen and (min-width: 1170px) {
	.banner02 .text1 p {
		font: 26px/1.4 Raleway-SemiBold, Arial," sans-serif";
	}
}


@media screen and (max-width: 1199px) {
	.banner02 .inner img{ height: 480px; }
}
@media screen and (max-width: 991px) {
	.banner02 .inner img{ height: 366px; }
}
@media screen and (max-width: 767px) {
	.banner02 .banner02-next, .banner02 .banner02-prev{ display: none; }
	.banner02 .inner img{ height: 210px; }
}