::selection { background:#ff7d08;color: #fff; }
::-moz-selection {background:#ff7d08; color:#fff;}
::-webkit-selection {background:#ff7d08; color:#fff;}

body{
	font-family: webfont,"Hiragino Sans GB","STHeiti",Helvetica,"Microsoft Yahei",微软雅黑,黑体,新細明體,Arial,"Lucida Grande",sans-serif;
	font-weight: 200;
	background-color: #f7f7f7;
}

.art-content strong{
	font-weight: 500 !important;
	line-height: 160%;
	font-size: 110%;
}

a:hover, a:visited, a:link, a:active {
    color: #fff;
    text-decoration-line: none;
}

.header{
	padding-top: 0px;
	background: #fff;
	width: 100%;
	height: 210px;
}

.header div{
	margin: 5px;
}
@media(max-width: 1060px){
	.rfa .cn{
		color: #005ba7;
		font-size: 26px;
		font-weight: bold;
	}

	.rfa .en{
		color: #005ba7;
		font-size: 14px;
	}

	.sameperiod{
		margin: 10px;
		font-size: 14px;
		color: #005ba7;
		font-weight: bold;
		display: flex;
	}

	.header .dateaddress {
		margin: 5px auto;
		font-size: 14px;
		color: #005ba7;
	}
}
@media(min-width: 1061px){
	.rfa .cn{
		color: #005ba7;
		font-size: 28px;
		font-weight: bold;
	}

	.rfa .en{
		color: #005ba7;
		font-size: 17px;
	}
	.sameperiod{
		margin: 10px;
		font-size: 20px;
		color: #005ba7;
		font-weight: bold;
		display: flex;
	}

	.header .dateaddress {
		margin: 5px auto;
		font-size: 18px;
		color: #005ba7;
	}
}
.rfa{
	height: 80px;
	text-align: center;
}




.header .dateaddress .date, .header .dateaddress .address {
	margin-left: 13%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.menu{
	position: absolute;
	width: 100%;
	height: 65px;
	/*background-color: #21a5d6;*/
	background-image: url("../images/rfa/menu_bg.png");
	font-size: 22px !important;
	z-index: 998;
}

.menu .nav{
	width: 1200px;
	margin: 0 auto !important;
	float: none !important;
	text-align: center;
}

.menu .tab{
	color: #fff;
	margin: 15px 30px;
	transition: 0.2s;
	width: 130px;
}

.menu .index:hover{
	color: #21a5d6;
}

.menu .tab:hover {
	margin: 0px 30px;
	padding-top: 16px !important;
	background: rgba(255,255,255,0.7);
	color: #21a5d6 !important;
	height: 65px;
	width: 130px;
	font-size: 23px;
	transition: 0.2s;
	font-weight: 400 !important;
}

.menu .yiji{
	position: absolute;
	top: 65px;
	left: -999em;
	list-style: none;
	font-size: 18px;
	width: 150px;
	color: #fff;
	padding-left: 0px !important;
	opacity: 0;
	transition: 0.2s;
	z-index: 999;
	box-shadow: 1px 4px 10px #3b3b3b;
}

.menu .tab:hover .yiji{
	left: auto;
	opacity: 1;
	transition: 0.2s;
}

.menu .yiji .yijili{
	padding-top: 14px;
	background-color: #535353;
	height: 60px;
	transition: 0.2s;
}

.menu .yiji .yijili:hover{
	background-color: #fff;
	transition: 0.2s;
}
.menu .yiji .yijili:hover a{
	color: #21a5d6;
	transition: 0.2s;
}

.menu .yiji .yijili:hover .erji{
	transform: translateY(-40px);
	left: 150px;
}

.menu .yiji .yijili:hover .erji a{
	color: #fff !important;
}

.menu .yiji .yijili .erji .erjili:hover{
	background-color: #fff;
}

.menu .yiji .yijili .erji .erjili:hover a{
	color: #21a5d6 !important;
}

.menu .erji{
	position: absolute;
	color: #fff !important;
	left: -999em;
	list-style: none;
	background-color: #535353;
	width: 150px;
	font-size: 15px;
	padding-left: 0px !important; 
	box-shadow: 1px 4px 10px #3b3b3b;
}

.menu .erji .erjili{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}








.banner_en{
	background-image: url(../images/rfa/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;;
	margin-top: 65px;
	width: 100%;
	height: 465px;
}

.banner{
	background-image: url(../images/rfa/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;;
	margin-top: 65px;
	width: 100%;
	height: 465px;
}


.special{
	position: absolute;
	width: 100%;
}

.sp1{
	top: -50px;
	/*left: -100px;*/
}


.sp2{
	top: -50px;
	/*left: -100px;*/
}

.sp3{
	top: -50px;
	/*left: 100px;*/
}


.sp4{
	top: -50px;
	/*left: 100px;*/
}

.sp{
	text-align: center;
	transition: 0.2s;
}

.sp img{
	box-shadow: 1px 2px 10px #186faf;
	transition: 0.2s;
}

.sp:hover img{
	transform: rotate(15deg);
	transition: 0.3s;
}

.focus{
	width: 100%;
	margin-top: 140px;
	padding-bottom: 10px; 
	text-align: center;
}

.title{
	font-size: 34px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titlebg{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/rfa/title.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 80px;
	width: 350px;
	margin: 10px;
}


.focus-container {
  width: 325px;
  height: 500px;
  padding: 50px 10px;
  margin: 10px;
}
.focus-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 280px !important;
}

.focus-info{
	background-color: #fff;
	position: relative;
	width: 325px;
	height: 180px;
	top: 280px;
	padding: 10px;
	box-shadow: 10px 10px 10px #ddd;
}

.focus-title{
	font-size: 18px;
	color: #000;
}

.focus-date{
	text-align: right;
	font-size: 12px;
	color: #ddd;
	margin: 5px;
}

.focus-content{
	font-size: 15px;
	color: #999;
}

.focus-container{
	left: -600px;
	opacity: 0;
}

.newslist{
	height: 480px;
}
.newsborder{
	padding: 20px;
	background-color: #fff;
	height: 550px;
	border: 1px dashed #ddd;
	box-shadow: 5px 5px 5px #ddd;
}

.list{
	opacity: 0;
	position: relative;
	background-color: #fff;
	width: 600px;
	height: 145px;
	margin: 12px auto;
	padding: 5px;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px #ddd;
	text-align: left;
	padding: 10px;
}

.newsimg{
	float: left;
}

.newsimg img{
	margin-right: 8px;
	width: 180px;
	height: 120px;
}

.newstitle{
	font-size: 20px;
}

.newscontent{
	margin: 5px;
	font-size: 15px
}

.more{
	background-color: #21a5d6;
	border: 2px solid #fff;
	transition: 0.1s;
}

.more:hover{
	border: 2px solid #21a5d6;
	background-color: #fff;
	color: #21a5d6;
	transition: 0.1s;
	font-weight: bold;
}

.bg{
	background-image: url(../images/rfa/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 180px;
	color: #fff;
	font-size: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pattern{
	position: relative;
	top: 10px;
	background:url('../images/rfa/div-pattern.png') top left repeat-x;
	height: 30px;
	width: 100%;
	display: block;
}

.pattern2{
	background:url('../images/rfa/div-pattern2.png') bottom left repeat-x;
	height: 30px;
	width: 100%;
	position: relative;
	bottom: 0;
	padding-top: 50px;
}

.intro{
	width: 100%;
	background-image: url('../images/rfa/intro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0 0 0; 
}

.rotate{
	animation:roate 1s;
	animation-fill-mode:forwards;
	animation-direction:alternate;
}
 
@keyframes roate{

	16%{transform: rotate(7deg);opacity: 0}
	32%{transform: rotate(-7deg);}
	48%{transform: rotate(7deg);}
	64%{transform: rotate(-7deg);}
	80%{transform: rotate(7deg);}
	96%{transform: rotate(-7deg);}
	100%{transform: rotate(0deg);opacity: 1}

}

.intro .content{
	position: relative;
	top: 200px;
	font-size: 20px;
	color: #fff;
	padding: 20px;
	opacity: 0;
}

.intro .content p{
	text-indent: 2em;
}

.sign{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.sign .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.6);
	width: 120px;
	height: 120px;
	border-radius: 60px;
	font-size: 20px;
	color: #fff;
	transition: 0.2s;
}

.sign .btn span img{
	display: inline;
	width: 60px;
}

.sign .btn img{
	display: none;
	width: 90px;
}

.sign .signborder{
	border: 2px solid transparent;
	padding: 5px;
	border-radius: 65px;
}

.sign .signborder:hover{
	opacity: 1;
	border: 2px solid #21a5d6;
	padding: 5px;
	transition: 0.2s;
}

.sign .signborder:hover .btn{
	background-color: #21a5d6 !important;
	transition: 0.2s;
}

.sign .signborder:hover .btn img{
	display: inline;
}

.sign .signborder:hover .btn span{
	display: none;
}

.video-list{
	width: 90%;
	margin: 0px auto 8px;
	padding: 5px;
	height: 100px;
	transition: 0.2s;
}

.video-img{
	width: 45%;
	margin: 10px;
	float: left;
}

.video-info{
	margin-left: 8px;
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #333;
}

.video-list:hover{
	box-shadow: 2px 2px 2px 2px #d5d5d5;
	transition: 0.2s;
}

.video-list:hover .video-info{
	color: #005ba7;
	font-weight: 400;
	transition: 0.2s;
}










.tqexpo{
	padding: 20px 0 50px 0;
	width: 100%;
}

.tq-container {
  width: 100%;
  height: 340px;
  opacity: 0;
}

.tq-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-size: cover;
  box-shadow: 10px 10px 10px #ddd;
  background-position: inherit;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: 0.4s;
}

.tqtitle{
	position: relative;
	padding: 30px;
	top: 0px;
	left: -157px;
	width: 300px;
	height: 340px;
	background-color: #21a5d6;
	transform: rotateY(90deg);
	transform-origin: left;
	transition: 0.8s;
	font-size: 25px;
	opacity: 1;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #21a5d6 !important;
}

.tq-slide:hover{
	background-position: 300px 0px;
	transition: 0.5s;
}

.tq-slide:hover .tqtitle{
	top: 0px;
	left: -157px;
	transition: 0.3s;
	width: 300px;
	transform: rotateY(0deg);
	transform-origin: left;
	opacity: 1;
}

.tqtitle p{
	margin-top: 40px;
	font-size: 18px;
}

#bgword{
	position: relative;
	top: 0px;
	/*opacity: 0;*/
	font-size: 32px;
}

.friendly{
	padding-top: 20px;
	width: 100%;
	background-color: #f7f7f7;
}

.friendlybg{
	padding: 25px 80px;
	height: 360px;
}

.friendly img{
	width: 100%;
	height: 45.7px;
}

.friendly .col-md-2{
	margin-top: 15px;
}

.pattern3{
	/*background-image:url(../images/rfa/bottom_bg.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 160px;*/
}

footer{
	background-color: #11a0d6;
	background-image:url(../images/rfa/bottom_bg.png);
	padding-top:150px;
	/*height: 250px; */
	padding-bottom:50px;
}

.botlogo{
	margin: 40px 80px 10px;
	background-image: url(../images/rfa/bottomlogo.png);
	height: 142px;
	width: 309px;
}

.botinfo{
	margin-top: 40px;
	color: #fff;
	font-size: 15px;
	line-height: 200%;
}

.title-list{
	border: 3px dashed #21a5d6;
}

.list-header{
	text-align: center;
	color: #fff;
	background-color: #1d77be;
	font-size: 22px;
	font-weight: bold;
	height: 50px;
	padding: 10px;
}

.list-content{
	border-left: 1px solid #21a5d6;
	border-right: 1px solid #21a5d6;
}

.list-bar{
	padding: 7px;
	font-size: 18px;
	min-height: 40px;
	border-bottom: 1px dashed #1d77be;
}

.list-bar a{
	color: #333;
}

.art-title{
	text-align: center;
	font-size: 35px;
	font-weight: 500;
}

.art-info{
	margin: 10px;
	text-align: center;
	font-size: 14px;
	color: #999
}

.art-content{
	padding: 20px;
	font-size: 18px;
}

.art-content a{
	color: #333;
}

.art-content a:hover{
	color: #ff7d08;
}

.rlist-title{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.rlist-bar{
	margin: 40px auto;
	border-bottom: 2px dotted #21a5d6;
	width: 90%;

}
.rlist-bar a {
	color: #333;
}

.rlist-ab{
	font-size: 20px;
	display: inline-block;
	text-indent: 2em;
}

/*.rlist-img{
	width: 100px;
	height: 100px;
	background-color: #21a5d6;
	display: inline-block;
}*/

.rlist-date{
	float: right;
	display: inline-block;
}

.text-c{
	text-align: center;
	clear: both;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.text-c a{
	border: 3px solid #21a5d6;
	background-color: #21a5d6;
	padding: 10px 10px;
	margin: auto 10px;
	color: #fff;
	transition: 0.2s;
	font-size: 18px;
}

.text-c a:hover{
	background-color: transparent;
	margin: auto 5px;
	padding: 15px 15px;
	color: #21a5d6;
	transition: 0.2s;
}

#reg tr{
	padding: 10px;
}

#listbtn{
	border: 2px solid #005ba7;
	border-radius: 10px;
	font-size: 25px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

#listbtn:hover{
	background-color: #005ba7;
	transition: 0.3s;
}

#listbtn:hover .listbtn{
	transform: rotateX(360deg);
	transition: 0.5s;
	color: #fff !important;
}

.pro{
	width: 100%;
	background-image: url('../images/rfa/intro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0 50px 0; 
}
.pro .content{
	position: relative;
	font-size: 20px;
	color: #fff;
	padding: 20px;
}

.pro .content p{
	text-indent: 2em;
}