body {
	overflow-x: hidden;
}

.banner .biglogo {
	color: #fff;
	font-size: 3.8rem;
	width: 42rem;
	font-weight: 600;
	/*background: url(imgs/iTracklogo.png) no-repeat;*/
	/*width: 20rem;*/
	height: 6.9rem;
	/*background-size: 100% 100%;*/
	position: absolute;
	left: calc((100% - 52rem) / 3);
	top: 6rem;
}


.photoList {
	width: 99999px;
	height: 12.2rem;
	position: absolute;
	left: calc((100% - 52rem) / 3);
	top: 13rem;
	white-space: nowrap;
}

.photoList .item {
	width: 4rem;
	height: 12.2rem;
	left: 0;
	top: 0;
	float: left;
	transition: all 0.5s;
	cursor: pointer;
	white-space: nowrap;
	position: relative;

}

.photoList[isLoaded=false] .item {
	width: 23rem;
}

.photoList :last-child {
	width: 23rem;
}

.photoList .item:hover {
	width: 23rem;
	transform: scale(1.1);
	background-color: #fff;
	z-index: 9;
}

.photoList .itemInner {
	width: 23rem;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: -0.1rem 0 0.2rem rgba(0, 0, 0, 0.2);
}

.photoList .flag {
	width: 6.6rem;
	height: 4.4rem;
	position: absolute;
	left: 2.5rem;
	top: 1.8rem;
}

.photoList .flag img {
	width: 100%;
	height: 100%;
}

.photoList .numinfo {
	height: 2.4rem;
	line-height: 2.4rem;
	display: block;
	position: absolute;
	left: 12rem;
	top: 1.4rem;
	font-size: 1.6rem;
}

.photoList .country {
	height: 2.4rem;
	line-height: 2.4rem;
	display: block;
	position: absolute;
	left: 12rem;
	top: 4rem;
	font-size: 1.2rem;
}

.photoList .numcount {
	height: 4.1rem;
	position: absolute;
	bottom: 0;
	line-height: 4rem;
	text-align: left;
	padding-left: 2.5rem;
	border-top: 0.2rem solid #f1f6fb;
}

.content .title {
	width: 25rem;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 1rem;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);

}

.content .title:hover span {
	/* font-weight: bolder; */
	color: rgba(255, 255, 255, .8);
	transform: scale(1.2);
}

.content .title span {
	display: block;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	color: #333333;
	text-align: center;
	font-size: 2.5rem;
	transition: all 0.5s;
}

.content {
	width: 100%;
	background-color: #2a84db;
	background: url(imgs/bgpic1.jpg) no-repeat;
	position: relative;
}

.content .newsgroups {
	width: 76rem;
	height: 27rem;
	margin: 0 auto;
}

.content .group {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10rem;
	padding-bottom: 7rem;

}

.content .group .itemList {
	height: 30rem;
	padding: 0 5.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	overflow: hidden;
}

.content .group .itemList .item {
	height: 30rem;
	width: 20rem;
	background-color: #fff;
	position: relative;
	transition: all 1s;
	opacity: 0;
}
.content .group .itemList .item:nth-child(odd) {
	transform: translateY(100%);
}
.content .group .itemList .item:nth-child(even){
	transform: translateY(-100%);
}
.content .group .itemList .item[show=true]{
	transform: translateY(0);
	opacity: 1;
}
.content .group .item img {
	width: 100%;
}

.content .group .item_title {
	width: 100%;
	padding: 1.5rem 2.5rem;
	font-size: 1.1rem;
	text-align: center;
}

.content .group .item_content {
	color: #666;
	font-size: 0.9rem;
	padding: 1rem;
	padding-top: 0;
	text-align: center;
}

.content .group .item_btn {
	width: 10rem;
	height: 2.5rem;
	border: 1px solid #2d71b3;
	position: absolute;
	left: 50%;
	bottom: 2rem;
	line-height: calc(2.5rem - 2px);
	text-align: center;
	color: #2d71b3;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.5s;
}

.content .group .item_btn:hover {
	background-color: #2d71b3;
	color: #fff;
}

.content .group .title {
	width: 10rem;
	height: 2.2rem;
	position: absolute;
	left: 0;
	line-height: 2.2rem;
	text-align: center;
	color: #2d71b3;
	top: 0;
	cursor: pointer;
	transition: all 0.5s;
}

.content .group .title:hover {
	color: rgba(45, 113, 179, 0.8);
	transform: scale(1.2);
}

.content .type_btn {
	position: absolute;
	display: block;
	width: 11rem;
	left: 50%;
	transform: translateX(-50%);
	top: 5.5rem;
}

.content .type_btn li {
	float: left;
	list-style: none;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1.2rem;
	padding: 0 0.5rem;
	color: #000000;
	cursor: pointer;
	transition: all 0.5s;
	border-bottom: 2px rgba(0, 0, 0, 0) solid;
}

.content .type_btn li:last-child {
	float: right;
}

.content .type_btn .active {
	border-bottom: 2px #2d71b3 solid;
	color: #2d71b3;
}

.content .type_btn li:hover {
	color: #2d71b3;
}

.content .more_btn {
	width: 7rem;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	color: #2d71b3;
	position: absolute;
	left: 50%;
	bottom: 3rem;
	transform: translateX(-50%);
	border: 1px solid #2d71b3;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.content .more_btn:hover {
	background-color: #2d71b3;

	color: #fff;
}

.content .content_list {
	height: 22.6rem;
	width: 100%;
	padding-top: 1rem;
	padding-left: 1rem;
}

.content .content_list .content_item {
	margin-bottom: 1rem;
	height: 3.5rem;
	width: 100%;
	cursor: pointer;
	transition: all 0.5s;
}

.content .content_list .content_item:hover {
	transform: scale(1.1);
}

.content .content_list .content_item:hover .newstitle {
	color: rgba(255, 255, 255, 0.8);

}

.content .content_list .content_item:hover .newscontent {

	color: rgba(212, 231, 250, 0.8);
}

.content .content_list .dateinfo {
	height: 100%;
	width: 5rem;
	height: 3.5rem;
	background-color: #fff;
	float: left;
}

.content .content_list .dateinfo span {
	display: block;
	color: #2d71b3;
}

.content .content_list .day {
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	font-size: 1.6rem;
}

.content .content_list .yearmounth {
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 0.8rem;
}

.content .newsinfo {
	width: calc(100% - 5rem);
	float: left;
	height: 3.5rem;
	overflow: hidden;
	padding-left: 1.5rem;
}

.content .newsinfo span {
	display: block;

}

.content .newsinfo .newstitle {
	height: 2rem;
	line-height: 2rem;
	color: #fff;
}

.content .newsinfo .newscontent {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #d4e7fa;
}

.content .group1 {
	float: left;
}

.content .group2 {
	float: right;
}

.content2 {
	width: 100%;
	height: 45rem;
	background: url(imgs/bgpic2.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.content2 .title {
	position: absolute;
	left: 7.5rem;
	top: 5rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
}

.content2 .tab_btns {
	width: 10rem;
	height: 2rem;
	line-height: 2rem;
	position: absolute;
	left: 7.5rem;
	top: 9rem;

}

.content2 .tab_btns span {
	display: block;
	float: left;
	font-size: 1.2rem;
	color: #fff;
	cursor: pointer;
	padding: 0 0.5rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.content2 .tab_btns span:hover {

	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.content2 .tab_btns span[active=true] {

	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.content2 .tab_btns span:last-child {
	float: right;
}

.content2 .content_list{
	padding-top:1rem;
	padding-left:1rem;
	position: absolute;
	left:45%;
	top:50%;
	transform: translate(100%,-50%);
	opacity: 0;
	transition: all 1s;
}
.content2 .content_list[show=true]{
	transform: translate(0,-50%);
	opacity: 1;
}
.content2  .more_btn{
	cursor:pointer;
	width:6rem;
	height:2rem;
	line-height: 2rem;
	background-color: #fff;
	transition: all 0.5s;
	text-align: center;
	color:#2d71b3;
	position: absolute;
	right: 6rem;
	bottom: 2rem;
}
.content2 .content_list .more_btn:hover{
	background-color: #2d71b3;
	color:#fff;
}
.content2 .content_list .content_item{
	margin-bottom: 3rem;
	height:3.5rem;
	width:100%;
	cursor: pointer;
	transition: all 0.5s;
}
.content2 .content_list .content_item:hover{
	transform: scale(1.1);
}
.content2 .content_list .content_item:hover .newstitle{
	color:rgba(255,255,255,0.8);

}
.content2 .content_list .content_item:hover .newscontent{

	color:rgba(212,231,250,0.8);
}
.content2 .content_list .dateinfo{
	height:100%;
	width:5rem;
	height:3.5rem;
	background-color: #fff;
	float: left;
}
.content2 .content_list .dateinfo span{
	display: block;
	color:#2d71b3;
}
.content2 .content_list .day{
	height:2.2rem;
	line-height: 2.2rem;
	text-align: center;
	font-size: 1.6rem;
}
.content2 .content_list .yearmounth{
	height:1.3rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 0.8rem;
}
.content2 .newsinfo{
	width:calc(100% - 5rem);
	float: left;
	height:4.5rem;
	overflow: hidden;
	padding-left: 1.5rem;
}
.content2 .newsinfo span{
	display: block;

}
.content2 .newsinfo .newstitle{
	height:2rem;
	line-height: 2rem;
	color:#fff;
	font-size: 1.2rem;
}
.content2 .newsinfo .newscontent{
	height:1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color:#d4e7fa;
}

.language_group{
	display: inline-flex;
	width:10rem;
	height:2rem;
	position: absolute;
	right:-6.5rem;
	top:1.6rem;
}

.language_group span{
	height:100%;
	width:2.5rem;
	display: block;
	float:left;
	background-color: #ecd6bc;
	color: #b97a2f;
	font-size: 0.8rem;
	line-height: 2rem;
	cursor: pointer;
	text-align: center;
	border-radius: 0.2rem;
	transition: all 0.5s;
}
.language_group span:hover{
	background-color: #fff;
}
