﻿@charset "utf-8";
body {
	height: 100%;
}

/*hover*/
.banner {
	background-color: #fff;
}

.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: -40px;
	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: 80px;
	color: white;
	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: #333;
	line-height: 1;
	padding-top: 22px;
}

.mod-menu-title .en {
	font-size: 40px;
	color: #004487;
	line-height: 1;
	font-weight: bold;
}

/* row1 start */
.row1 {
	background: url('../images/bg-1.jpg') no-repeat center center;
	background-size: 100% 100%;
	padding: 50px 0;
}

.row1 .box {
	padding-top: 75px;
}

.row1 .pic-news-slide {
	width: 640px;
}

.row1 .pic-news-slide .a-box .pic img {
	display: block;
	width: 100%;
	height: 384px;
	object-fit: cover;
}

.row1 .pic-news-slide .a-box .info {
	width: 100%;
}

.row1 .pic-news-slide .a-box .info .title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	position: relative;
}
.row1 .pic-news-slide .a-box .info .title:before {
	content: '';
	display: block;
	width: 136px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.row1 .pic-news-slide .a-box .info .abstract {
	font-size: 14px;
	line-height: 1.4;
	color: #868686;
	padding-top: 10px;
}

.row1 .pic-news-slide .a-box .info .date {
	position: absolute;
	bottom: 94px;
	right: 0;
	width: 64px;
	height: 32px;
	background-color: rgba(0,68,135,.65);
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

.row1 .pic-news-slide .a-box:hover .title,
.row1 .pic-news-slide .a-box:hover .abstract {
	color: #0140b1;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row1 .pic-news-slide .a-box .n-more {
	font-size: 14px;
	color: #004487;
	line-height: 1;
	padding-top: 20px;
}

.row1 .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;
}

.row1 .pic-news-slide .slide-pic-news .hd {
	position: absolute;
	bottom: 102px;
	right: 70px;
	z-index: 1;
}

.row1 .pic-news-slide .slide-pic-news .hd ul {
	text-align: center;
	font-size: 0;
}

.row1 .pic-news-slide .slide-pic-news .hd ul li {
	width: 15px;
	height: 15px;
	font-size: 0;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 4px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
}

.row1 .pic-news-slide .slide-pic-news .hd ul li.on {
	background-color: #0048cb;
}

.row1 .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);
}

.row1 .pic-news-list {
	width: 640px;
}

.row1 .pic-news-list li .a-box {
	display: block;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.row1 .pic-news-list li .a-box:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #004487;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row1 .pic-news-list li .a-box .title {
	color: #333;
	font-size: 16px;
	line-height: 69px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

.row1 .pic-news-list li .a-box .date {
	padding-left: 15px;
	padding-right: 5px;
	border-left: 1px solid #ccc;
	line-height: 1;
	position: relative;
	top: 10px;
	z-index: 1;
}
.row1 .pic-news-list li .a-box .date .dd {
	font-size: 36px;
	color: #004487;
	font-weight: bold;
}
.row1 .pic-news-list li .a-box:hover .title,
.row1 .pic-news-list li .a-box:hover .date .dd,
.row1 .pic-news-list li .a-box:hover .date .yy {
	color: #fff;
}

.row1 .pic-news-list li .a-box:hover::before {
	width: 100%;
}


.row1 .more {
	display: block;
	text-align: center;
	padding-top: 60px;
}

.row1 .more .a-box {
	display: block;
	width: 206px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.row1 .more .a-box .icon {
	display: block;
	width: 58px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	background-color: #1c8adb;
	font-weight: bold;
	position: relative;
}
.row1 .more .a-box .text {
	display: block;
	width: 148px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background-color: #004487;
}

.row1 .more .a-box .icon:before {
	z-index: 2;
	position: relative;
}

.row1 .more .a-box .icon:after {
	content: '';
	display: block;
	background-color: #004487;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 0;
	transition: all 300ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}
.row1 .more .a-box:hover .icon:after {
	width: 100%;
}


/* row1 end */

/* row2 end */
.row2 {
	background: url("../images/bg-2.jpg") no-repeat top left;
	background-size: cover;
	padding-top: 50px;
}

.row2 .mod-menu-title .ch,
.row2 .mod-menu-title .en {
	color: #fff;
}

.row2 .slide2 {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
}

.row2 .slide2 .bd {
	width: 1180px;
	padding-bottom: 50px;
}

.row2 .slide2 .bd .item {
	margin-right: 20px;
	width: 380px;
	height: 236px;
}
.row2 .slide2 .bd .item .a-box {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url("../images/slide-item-bg.png") no-repeat top left;
	background-size: 100% 100%;
	text-align: center;
	position: relative;
	transition: all 300ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.row2 .slide2 .bd .item .a-box .title {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	padding: 25px 40px 10px 40px;
}

.row2 .slide2 .bd .item .a-box .abstract {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	padding: 10px 40px 0 40px;
	height: 80px;
	overflow: hidden;
}

.row2 .slide2 .bd .item .a-box .date {
	font-size: 14px;
	line-height: 1;
	color: #004487;
	position: absolute;
	right: 40px;
	bottom: 25px;
}

.row2 .slide2 .next,
.row2 .slide2 .prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	line-height: 36px;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 150px;
	font-size: 26px;
	color: #004487;
	text-align: center;
	font-weight: bold;
}
.row2 .slide2 .prev {
	left: 5px;
}
.row2 .slide2 .next {
	right: 5px;
}

.row2 .slide2:hover .next,
.row2 .slide2:hover .prev {
	background-color: rgba(255,255,255,.8);
}


.row2 .more {
	display: block;
	text-align: center;
}

.row2 .more .a-box {
	display: block;
	width: 206px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.row2 .more .a-box .icon {
	display: block;
	width: 58px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	background-color: #0957a4;
	font-weight: bold;
	position: relative;
}
.row2 .more .a-box .text {
	display: block;
	width: 148px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background-color: #023e79;
}

.row2 .more .a-box .icon:before {
	z-index: 2;
	position: relative;
}

.row2 .more .a-box .icon:after {
	content: '';
	display: block;
	background-color: #023e79;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 0;
	transition: all 300ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}
.row2 .more .a-box:hover .icon:after {
	width: 100%;
}

.row2 .slide2 .bd .item .a-box:hover {
	transform: scale(1.06,1.06);
}

.row2 .slide2 .bd .item .a-box:hover .title {
	color: #0957a4;
}



/* row2 end */

/* row3 start */
.row3 {
	padding: 50px 0 40px 0;
}

.row3 .slide-item {
	width: 640px;
	float: left;
}

.row3 .slide-item .hd {
	border-bottom: 1px solid #023e79;
}

.row3 .slide-item .hd li {
	display: inline-block;
	*display: inline;
	font-size: 18px;
	line-height: 44px;
	padding: 0 25px;
	cursor: pointer;
}

.row3 .slide-item .hd li.on {
	background-color: #004487;
	color: #fff;
}

.row3 .slide-item .hd li .more {
	position: absolute;
	bottom: 0;
	right: 0;
}
.row3 .slide-item .hd li .more span {
	vertical-align: middle;
}
.row3 .slide-item .hd li .more .text {
	font-size: 14px;
	color: #004487;
	line-height: 1;
}

.row3 .slide-item .hd li .more .icon {
	font-size: 24px;
	padding-left: 5px;
}

.row3 .slide-item .bd ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

.row3 .slide-item .bd ul .item .a-box {
	line-height: 36px;
}

.row3 .slide-item .bd ul .item .a-box .title {
	width: 86%;
	font-size: 16px;
}

.row3 .slide-item .bd ul .item .a-box .title .icon {
	font-size: 14px;
	color: #c3c3c3;
	padding-right: 8px;
}

.row3 .slide-item .bd ul .item .a-box .date {
	font-size: 16px;
	color: #bcbcbc;
	padding-right: 5px;
}

.row3 .slide-item .bd ul .item .a-box:hover .title .icon {
	color: #004487;
	font-weight: normal;
}
.row3 .slide-item .bd ul .item .a-box:hover .title,
.row3 .slide-item .bd ul .item .a-box:hover .date {
	color: #004487;
	font-weight: bold;
}

/* row3 end */

