﻿@charset "utf-8";

body {}

.banner .fullSlide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 4px;
	background-color: #fff;
	cursor: pointer;
}

.banner .fullSlide .hd ul li.on {
	background-color: #ff961b;
}

.banner .fullSlide .prev,
.banner .fullSlide .next {
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 45%;
	font-weight: bold;
	opacity: 0;
}

.banner .fullSlide .prev {
	left: 4%;
}

.banner .fullSlide .next {
	right: 4%;
}

.banner .fullSlide:hover .prev,
.banner .fullSlide:hover .next {
	opacity: 1;
}

.column-name .letter {
	background: url("../img/bg-icon.png") no-repeat top left;
	width: 42px;
	height: 42px;
	text-align: center;
	margin-right: 10px;
}
.column-name .letter .icon {
	font-size: 25px;
	color: #fff;
	line-height: 38px;
}

.column-name .name .ch {
	line-height: 1;
	font-size: 24px;
	padding-bottom: 2px;
}

.column-name .name .en {
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0px
}

.column-name .more {
	display: block;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.column-name .more:hover {
	color: #f7b52c;
}

/* row1 start */
.row1 {
	background: url('../img/modular-bg-1.jpg') no-repeat top left;
	background-size: cover;
}
.row1 .left {
	width: 820px;
}
/* modular-1 */

.modular-1 .column-name .name .icon {
	line-height: 1;
	color: #004098;
}

.row1 .modular-1 {
	width: 1180px;
	margin-right: 30px;
}

.modular-1 .pic-news-slide {
	width: 380px;
	margin-right: 35px;
}

.modular-1 .pic-news-slide .fullSlide .bd ul li .title {
	line-height: 1.4;
	padding-top: 20px;
	font-weight: bold;
}
.modular-1 .pic-news-slide .fullSlide .bd ul li .date {
	padding-top: 15px;
	margin-top: 10px;
	position: relative;
	font-size: 16px;
	color: #9e9e9e;
	line-height: 1;
}
.modular-1 .pic-news-slide .fullSlide .bd ul li .date::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 2px;
	background-color: #1a9880;
	z-index: 1;
}

.modular-1 .pic-news-slide .fullSlide .hd {
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 2;
}

.modular-1 .pic-news-slide .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 36px;
	height: 5px;
	background-color: #dedede;
	margin: 0 3px;
	cursor: pointer;
}

.modular-1 .pic-news-slide .fullSlide .hd ul li.on {
	background-color: #1a9880;
}

/* pic-news-list */
.modular-1 .pic-news-list {
	width: 405px;
	height: 100%;
}

.modular-1 .pic-news-list .list ul li {
	margin-bottom: 13px;
}

.modular-1 .pic-news-list .list ul li .a-item {
	line-height: 38px;
	text-align: left;
	padding: 5px 0;
	background: url("../img/news-list-bg.png");
	background-repeat: no-repeat;
	background-size: 0;
}

.modular-1 .pic-news-list .list ul li .a-item .date {
	width: 80px;
	margin-right: 15px;
	text-align: center;
	line-height: 1;
	border-right: 1px dashed #b5b5b5;
}

.modular-1 .pic-news-list .list ul li .a-item .date .dd {
	padding: 2px 0;
	font-size: 36px;
	color: #4baa94;
}

.modular-1 .pic-news-list .list ul li .a-item .date .mm {
	color: #9e9e9e;
	padding: 2px 0;
}

.modular-1 .pic-news-list .list ul li .a-item .title {
	width: 310px;
	color: #333;
	text-align: left;
	line-height: 1.4;
}

.modular-1 .pic-news-list .list ul li .a-item:hover {
	background-size: 100% 100%;
}
.modular-1 .pic-news-list .list ul li .a-item:hover .dd,
.modular-1 .pic-news-list .list ul li .a-item:hover .mm,
.modular-1 .pic-news-list .list ul li .a-item:hover .title {
	color: #fff;
}


/* modular-1 end */
.row1 .right {
	width: 380px;
	padding-left: 35px;
}
.row1 .right .list {
	margin-top: 13px;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.row1 .right .list ul li a{
	padding: 10px 0;
	border-bottom: 2px solid #1a9880;
}

.row1 .right .list ul li .date .dd {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	width: 56px;
	height: 25px;
	background-color: #1a9880;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.row1 .right .list ul li .date .mm {
	width: 56px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	background-color: #ebebeb;
}
.row1 .right .list ul li .title {
	line-height: 24px;
	width: 230px;
}


/* row1 end */

/* row2 start */
.row2 .left {
	width: 588px;
	height: 387px;
}
.row2 .left .list {
	width: 100%;
	height: 387px;
	margin-top: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	background: url("../img/modular-bg-2.jpg") no-repeat top left;
}
.row2 .left .list .pic-silde {
	width: 219px;
	height: 305px;
}
.row2 .left .list .pic-silde .hd {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.row2 .left .list .pic-silde .hd ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 4px;
	cursor: pointer;
}
.row2 .left .list .pic-silde .hd ul li.on{
	background: #1a9880;
}

.row2 .left .list .img {
	padding-top: 40px;
	padding-left: 30px;
}

.row2 .left .list ol {
	width: 270px;
	margin-left: 35px;
	padding-top: 40px;
}

.row2 .left .list ol li a {
	padding: 18px 0;
	line-height: 1;
	border-bottom: 1px solid rgba(74,143,109,.47);
}

/* right */
.row2 .right{
	width: 588px;
	margin-left: 24px;
}

.row2 .right .list{
	width: 100%;
	height: 387px;
	margin-top: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	background-color: #eff8f8;
	position: relative;
}
.row2 .right .list::after {
	content: '';
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-color: #d2f8f2;
	position: absolute;
	top: -50px;
	left: -180px;
	z-index: 1;
}

.row2 .right .list .pic-character-silde {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
.row2 .right .list .pic-character-silde .pic {
	padding-left:35px;
	padding-top: 40px;
}
.row2 .right .list .pic-character-silde .info {
	margin-left: 50px;
	padding-top: 40px;
    width: 260px;
}
.row2 .right .list .pic-character-silde .info .name {
	line-height: 1.2;
	margin-bottom: 30px;
}
.row2 .right .list .pic-character-silde .info  .speciality {
	color: #1d9b83;
}
.row2 .right .list .pic-character-silde .info .abstract {
	padding-top: 40px;
	line-height: 34px;
	color: #808080;
}
.row2 .right .list .pic-character-silde .pageState {
	position: absolute;
	bottom: 2px;
	left: 90px;
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.row2 .right .list .pic-character-silde .prev,
.row2 .right .list .pic-character-silde .next {
	position: absolute;
	bottom: 0;
	left: 140px;
	font-size: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #63b5a6;
	color: #63b5a6;
	border-radius: 50%;
	cursor: pointer;
}
.row2 .right .list .pic-character-silde .next {
	left: 166px;
}
.row2 .right .list .pic-character-silde .prev:hover,
.row2 .right .list .pic-character-silde .next:hover {
	background-color: #63b5a6;
	color: #fff;
}

/* row2 end */

/* row3 start */
.row3 {
	background: #ebf6f6 url("../img/modular-bg-4.jpg") no-repeat bottom left;
	height: 596px;
}
.row3 .left {
	width: 243px;
	height: 398px;
box-shadow:0 0 15px rgba(0,0,0,.1);	

}
.row3 .middle-video {
	width: 692px;
	height: 398px;
}

.row3 .right {
	padding-left: 10px;
}
.row3 .right .item {
	width: 255px;
	height: 194px;
}
.row3 .right .item .title {
	width: 130px;
	height: 58px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -26px;
	margin-left: -65px;
	line-height: 58px;
	text-align: center;
}
.row3 .right .item.pos1 .title {
	background: rgba(43,146,153,.66);
}
.row3 .right .item.pos2 .title {
	background: rgba(205,47,0,.66);
}
.row3 .right .item.pos1:hover .title {
	background: rgb(43,146,153);
}
.row3 .right .item.pos2:hover .title {
	background: rgb(205,47,0);
}


/* row3 end */

.row1 .right .list ul li a:hover .title,
.row2 .left .list ol li a:hover,
.modular-1 .pic-news-slide .bd ul li .title:hover{
	color: #1a9880;
}