.banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-box .m-banner-block {
	width: 100%;
}

.swiper-banner {
	position: relative;
}
.banner-box .m-index-banner-block .clickbox{
	position: absolute;
	left: 50%;
	bottom: 90px;
	width: 23px;
	height: 107px;
	margin-left: -12px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.banner-box .m-index-banner-block a.slide-downward{
	position: relative;
	display: block;
	width: 23px;
	height: 107px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 99;
}
.banner-box .m-index-banner-block a.slide-downward img{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    animation: myfirst 2s ease-out infinite;
    -webkit-animation: myfirst 2s ease-out infinite;
}
@keyframes myfirst {
	from {
		top: 0;
		opacity: 1;
	}

	to {
		top: 30px;
		opacity: 0.5;
	}
}
.swiper-banner .list .banner-text {
	position: absolute;
	bottom: 80px;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	z-index: 99;
}

.swiper-banner .list .banner-text a {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px 3px #3c3c3c;
}

.swiper-banner .swiper-pagination {
	text-align: right;
	bottom: 80px;
}

.swiper-banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	opacity: 1;
	background-color: white;
}

.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 0 10px;
}

.swiper-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
	background-color: #ffc600 !important;
}

.banner-box .m-index-banner-block .list img {
	display: block;
	width: 100%;
}
.banner-box .m-banner-block .list img {
	display: block;
	width: 100%;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 84px;
	height: 84px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-banner .swiper-button-next {
	background: url(../img/banner-next.png) no-repeat 0 0;
}

.swiper-banner .swiper-button-prev {
	background: url(../img/banner-prev.png) no-repeat 0 0;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}


/* 学院新闻 */

.m-content-block {
	position: relative;
	width: 100%;
}

.m-content-block .first-news-box {
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
	background-color: #fff;
	background: url(../img/news-bg.png) no-repeat right bottom;
}

.m-content-block .first-news-box .contain {
	margin: 0 auto;
}

.m-content-block .first-news-box .contain .title-block {
	width: 100%;
}

.m-content-block .first-news-box .contain .title-block .title{
	position: relative;
	width: 215px;
	height: 58px;
	margin: 0 auto;
	background: url(../img/title-circular-bg.png) no-repeat right top;
}
.title-block .title .ft-icon{
	float: left;
	width: 50px;
}
.title-block .title .ft-icon img{
	display: block;
	width: 100%;
}
.title-block .title .rt-text{
	float: left;
	width: calc(100% - 50px);
	padding-left: 15px;
}
.title-block .title .rt-text h3{
	font-size: 26px;
	font-weight: 600;
	color: #0869ad;
	margin: 12px 0px 12px;
}
.title-block .title .rt-text h5{
	font-family: 'Alternate';
	font-size: 16px;
	font-weight: 600;
	color: #cccccc;
	margin: 0;
}
.m-content-block .first-news-box .contain .title-block .title:after{
	content: '';
	display: block;
	clear: both;
}
.first-news-box .contain ul.news-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.first-news-box .contain ul.news-ul li.items {
	position: relative;
	width: 23.5%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

.first-news-box .contain ul.news-ul li.items .picimg {
	width: 100%;
	overflow: hidden;
}

.first-news-box .contain ul.news-ul li.items .picimg img {
	display: block;
	width: 100%;
        height:235px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.first-news-box .contain ul.news-ul li.items .picimg:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.first-news-box .contain ul.news-ul li.items .texts {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.first-news-box .contain ul.news-ul li.items .texts h3 {
	font-size: 18px;
    line-height: 32px;
     height:64px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.first-news-box .contain ul.news-ul li.items .texts p {
	font-size: 14px;
    line-height: 24px;
    color: #666;
}
.first-news-box .contain ul.news-ul li.items .texts .news-time{
	font-family: "Alternate";
	font-size: 16px;
	color: #0869ad;
	margin-top: 10px;
}
.first-news-box .contain ul.news-ul li.items .hidden-texts {
	position: absolute;
	left: 0;
	bottom: -70%;
	width: 100%;
	background-color: #0869ad;
	padding: 20px 20px 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.first-news-box .contain ul.news-ul li.items:hover .texts {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

.first-news-box .contain ul.news-ul li.items:hover .hidden-texts {
	bottom: 0;
}

.first-news-box .contain ul.news-ul li.items .hidden-texts h3 {
	    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.first-news-box .contain ul.news-ul li.items .hidden-texts h3 a {
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.first-news-box .contain ul.news-ul li.items .hidden-texts h3:hover a {
	color: #ffc600;
}

.first-news-box .contain ul.news-ul li.items .hidden-texts p {
	font-size: 14px;
    line-height: 24px;
    color: #d5d5d5;
}
.first-news-box .contain ul.news-ul li.items .hidden-texts .news-time{
	    font-family: "Alternate";
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}
.first-news-box .contain ul.news-ul li.items .hidden-texts a.view-more {
	display: block;
	width: 136px;
	height: 32px;
	margin: 0 auto;
}

.first-news-box .contain ul.news-ul li.items .hidden-texts a.view-more img {
	display: block;
	width: 100%;
}
.first-news-box .contain ul.news-ul-2{
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.first-news-box .contain ul.news-ul-2:after{
	content: '';
	display: block;
	clear: both;
}
.first-news-box .contain ul.news-ul-2 li{
	float: left;
	width: 32%;
	padding: 20px;
	margin-right: 2%;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: solid 6px #0869ad;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
.first-news-box .contain ul.news-ul-2 li:nth-child(3n){
	margin-right: 0;
}
.first-news-box .contain ul.news-ul-2 li .texts{
	width: 100%;
}
.first-news-box .contain ul.news-ul-2 li .texts .news-time {
    font-family: "Alternate";
    font-size: 16px;
    color: #0869ad;
    margin-bottom: 10px;
}
.first-news-box .contain ul.news-ul-2 li .texts h3 {
	    font-size: 18px;
    line-height: 32px;
    height:64px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.first-news-box .contain ul.news-ul-2 li .texts h3 a {
	display: block;
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.first-news-box .contain ul.news-ul-2 li .texts h3:hover a {
	color: #ffc600;
}
.first-news-box .view-more{
	width: 180px;
	margin: 0 auto;
	background-color: #0869ad;
}
.first-news-box .view-more a{
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
/*通知公告&学术讲座*/
.m-content-block .second-notice-box {
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
	background-color: #eae9e973;
}

.second-notice-box .contain {
	margin: 0 auto;
}

.second-notice-box .contain .ft-block {
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.second-notice-box .contain .ft-block .title-block {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.second-notice-box .ft-block .title-block .title{
	position: relative;
	float: left;
    width: 215px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 98% 0;
}
.title-block .title{
	position: relative;
}
.title-block .title:after {
    content: '';
    display: block;
    clear: both;
}
.title .ft-icon{
	float: left;
	width: 50px;
}
.title .ft-icon img{
	display: block;
	width: 100%;
}
.title .rt-text{
	float: left;
	width: calc(100% - 50px);
	padding-left: 15px;
}
.title .rt-text h3{
	font-size: 26px;
	font-weight: 600;
	color: #0869ad;
	margin: 12px 0px 12px;
}
.title .rt-text h5{
	font-family: 'Alternate';
	font-size: 16px;
	font-weight: 600;
	color: #cccccc;
	margin: 0;
}
.second-notice-box .ft-block .title-block a.view-more {
	position: relative;
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #0869ad;
	margin-top: 20px;
	padding-right: 96px;
}

.second-notice-box .ft-block .title-block a.view-more:before {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	height: 1px;
	width: 62px;
	background-color: #0869ad;
}

.second-notice-box .ft-block .title-block a.view-more:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	background: url(../img/after.png) no-repeat left top;
}

.second-notice-box .ft-block ul.notice-ul {
	width: 100%;
}

.second-notice-box .ft-block ul.notice-ul li {
	padding: 25px 25px;
	border-bottom: solid 1px #eee;
	background-color: #fff;
}

.second-notice-box .ft-block ul.notice-ul li:last-child {
	border-bottom: solid 8px #0869ad;
}

.second-notice-box .ft-block ul.notice-ul li .texts {
	float: left;
}

.second-notice-box .ft-block ul.notice-ul li .texts h3 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.second-notice-box .ft-block ul.notice-ul li .texts h3 a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.second-notice-box .ft-block ul.notice-ul li .texts h3:hover a {
	color: #ffc600;
}

.second-notice-box .ft-block ul.notice-ul li .texts p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.second-notice-box .ft-block ul.notice-ul li .time {
	position: relative;
	float: right;
	width: 60px;
	height: 60px;
}

.second-notice-box .ft-block ul.notice-ul li .time span {
	display: block;
	width: 100%;
}

.second-notice-box .ft-block ul.notice-ul li .time span.day {
	position: absolute;
	left: 0;
	top: -12px;
	font-family: "Alternate";
	color: #ccc;
	font-size: 30px;
	text-align: left;
}

.second-notice-box .ft-block ul.notice-ul li .time span.mouth {
	position: absolute;
	right: 0;
	bottom: -12px;
	font-family: "Alternate";
	color: #ccc;
	font-size: 30px;
	text-align: right;
}

.second-notice-box .ft-block ul.notice-ul li .time:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 30px;
	display: block;
	width: 80px;
	height: 2px;
	background-color: #ccc;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Safari and Chrome */
}

.second-notice-box .contain .rt-block {
	float: right;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.second-notice-box .contain .rt-block .title-block {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.second-notice-box .contain .rt-block .title-block .title{
	position: relative;
	float: left;
    width: 215px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 100% 0;
}
.second-notice-box .rt-block .title-block a.view-more {
	position: relative;
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #0869ad;
	margin-top: 20px;
	padding-right: 96px;
}

.second-notice-box .rt-block .title-block a.view-more:before {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	height: 1px;
	width: 62px;
	background-color: #0869ad;
}

.second-notice-box .rt-block .title-block a.view-more:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	background: url(../img/after.png) no-repeat left top;
}

.second-notice-box .rt-block ul.academic-ul {
	width: 100%;
}

.second-notice-box .rt-block ul.academic-ul li.items {
	width: 100%;
	padding: 25px 25px 30px;
	border-bottom: solid 8px #0869ad;
	overflow: hidden;
	background: url(../img/academic-bg.png) no-repeat right bottom;
	background-color: #fff;
	margin-bottom: 30px;
}
.second-notice-box .rt-block ul.academic-ul li.items .ft{
        width: 118px;
}
.second-notice-box .rt-block ul.academic-ul li.items .ft img{
       width:100%;
}
.second-notice-box .rt-block ul.academic-ul li.items .rt{
       width: calc(100% - 170px);
}
.second-notice-box .rt-block ul.academic-ul li.items:last-child {
	margin-bottom: 0;
}

.second-notice-box .rt-block ul.academic-ul li.items h3 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.second-notice-box .rt-block ul.academic-ul li.items h3 a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.second-notice-box .rt-block ul.academic-ul li.items h3:hover a {
	color: #ffc600;
}

.second-notice-box .rt-block ul.academic-ul li.items .infos {
	width: 100%;
}

.second-notice-box .rt-block ul.academic-ul li.items .infos span {
	/* float: left; */
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #666666;
	margin-right: 100px;
	margin-top: 21px;
}


/*视听浙医*/
.thred-media-box {
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
	background-color: #fff;
}

.thred-media-box .contain {
	position: relative;
	width: 1600px;
	margin: 0 auto;
}
.thred-media-box .contain .ft-audio-visual{
	float: left;
	width: 48%;
	margin-right: 2%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
.thred-media-box .contain .ft-audio-visual .title-block{
	width: 100%;
	margin-bottom: 30px;
}
.thred-media-box .contain .ft-audio-visual .title-block .title{
	position: relative;
	float: left;
    width: 235px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 90% 0;
}
.thred-media-box .contain .ft-audio-visual .title-block a.view-more {
	position: relative;
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #0869ad;
	margin-top: 20px;
	padding-right: 96px;
}

.thred-media-box .contain .ft-audio-visual .title-block a.view-more:before {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	height: 1px;
	width: 62px;
	background-color: #0869ad;
}

.thred-media-box .contain .ft-audio-visual .title-block a.view-more:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	background: url(../img/after.png) no-repeat left top;
}
.thred-media-box .ft-audio-visual .video-block{
	width: 100%;
}
.thred-media-box .ft-audio-visual .video-block .imgs{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.thred-media-box .ft-audio-visual .video-block .imgs a{
	display: block;
	position: relative;
}
.thred-media-box .ft-audio-visual .video-block .imgs img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thred-media-box .ft-audio-visual .video-block .imgs:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.thred-media-box .ft-audio-visual .video-block .imgs a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	background: url(../img/title-icon/play-icon.png) no-repeat center;
}
.thred-media-box .ft-audio-visual .video-block .imgs a:after{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	background: rgba(0,0,0,.5);
}
.thred-media-box .ft-audio-visual .video-block .imgs:hover a:after,
.thred-media-box .ft-audio-visual .video-block .imgs:hover a:before{
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	-khtml-opacity: .8;
}
.thred-media-box .ft-audio-visual .video-block h3{
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.thred-media-box .ft-audio-visual .video-block h3 a{
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thred-media-box .ft-audio-visual .video-block h3:hover a{
	color: #ffc600;
}
.thred-media-box .contain:after{
	content: '';
	display: block;
	clear: both;
}
/*媒体看浙医*/
.thred-media-box .ft-media-look{
	float: left;
    width: 48%;
    margin-left: 2%;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
.thred-media-box .contain .ft-media-look .title-block{
	width: 100%;
	margin-bottom: 30px;
}
.thred-media-box .contain .ft-media-look .title-block .title{
	position: relative;
	float: left;
    width: 240px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 100% 0;
}
.thred-media-box .contain .ft-media-look .title-block a.view-more {
	position: relative;
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #0869ad;
	margin-top: 20px;
	padding-right: 96px;
}

.thred-media-box .contain .ft-media-look .title-block a.view-more:before {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	height: 1px;
	width: 62px;
	background-color: #0869ad;
}

.thred-media-box .contain .ft-media-look .title-block a.view-more:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	background: url(../img/after.png) no-repeat left top;
}
.thred-media-box .ft-media-look ul.media-ul{
	width: 100%;
}
.thred-media-box .ft-media-look ul.media-ul li{
	position: relative;
	width: 100%;
	padding: 65px 30px 35px;
	background-color: #fff;
	box-shadow: 6px 10px 32px rgba(0,0,0,.1);
}
.thred-media-box .ft-media-look ul.media-ul li:first-child{
	margin-bottom: 30px;
}
.thred-media-box .ft-media-look ul.media-ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 28px;
	height: 28px;
	background: url(../img/title-icon/top-punctuation.png) no-repeat left top;
}
.thred-media-box .ft-media-look ul.media-ul li:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 28px;
	height: 28px;
	background: url(../img/title-icon/bottom-punctuation.png) no-repeat left top;
}
.thred-media-box .ft-media-look ul.media-ul li h2{
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thred-media-box .ft-media-look ul.media-ul li h2 a{
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thred-media-box .ft-media-look ul.media-ul li h2:hover a{
	color: #ffc600;
}
.thred-media-box .ft-media-look ul.media-ul li p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 15px;
}
.thred-media-box .ft-media-look ul.media-ul li .infos{
	width: 100%;
}
.thred-media-box .ft-media-look ul.media-ul li .infos span{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}
.thred-media-box .ft-media-look ul.media-ul li .infos span.time{
	color: #cccccc;
}
.thred-media-box .ft-media-look ul.media-ul li .infos span.source{
	color: #0869ad;
}
/*专题专栏*/

.four-project-box {
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
	overflow: hidden;
	background: url(../img/project-bg.png) no-repeat left top;
    background-size: 100%;
}

.four-project-box .contain {
	margin: 0 auto;
}

.four-project-box .contain .title-block {
	width: 100%;
	display: flex;
	justify-content: center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	margin: 0 auto 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.four-project-box .contain .title-block .title{
	width: 215px;
    height: 58px;
    background: url(../img/title-circular-bg.png) no-repeat 100% 0;
}
.four-project-box .contain .title-block .title .rt-text h3{
	color: #fff;
}

.four-project-box .contain .project-block {
	position: relative;
	width: 100%;
}

.four-project-box .contain .project-block .items {
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.four-project-box .contain .project-block .technology-platform {
	position: absolute;
	background: url(../img/img-jspt.jpg) no-repeat center;
	padding: 95px 80px;
}

.technology-platform .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.technology-platform .img img {
	display: block;
	width: 100%;
}

.technology-platform .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.project-block .img-vertical {
	position: absolute;
	background-color: #0dc91a;
}

.project-block .manage-service {
	position: absolute;
	padding: 95px 180px;
	background: url(../img/img-ywfw.jpg) no-repeat center;
}

.project-block .manage-service .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.project-block .manage-service .img img {
	display: block;
	width: 100%;
}

.project-block .manage-service .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.project-block .img-transverse {
	position: absolute;
	background-color: #c59c0c;
}

.project-block .counterparts {
	position: absolute;
	padding: 95px;
	background-color: #1a1e20;
	background: rgba(60, 60, 60, .4);
}

.project-block .counterparts .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.project-block .counterparts .img img {
	display: block;
	width: 100%;
}

.project-block .counterparts .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.project-block .learn {
	position: absolute;
	padding: 95px;
	background-color: #a70303;
}

.project-block .learn .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.project-block .learn .img img {
	display: block;
	width: 100%;
}

.project-block .learn .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.project-block .hundred-zheYi {
	position: absolute;
	padding: 95px;
	background: url(../img/img-bnzy.jpg) no-repeat center;
}

.project-block .hundred-zheYi .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.project-block .hundred-zheYi .img img {
	display: block;
	width: 100%;
}

.project-block .hundred-zheYi .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.project-block .focus-zheYi {
	position: absolute;
	padding: 95px 10px;
	background: url(../img/img-jjzy.jpg) no-repeat center;
}

.project-block .focus-zheYi .img {
	width: 66px;
	height: 66px;
	margin: 0 auto 35px;
}

.project-block .focus-zheYi .img img {
	display: block;
	width: 100%;
}

.project-block .focus-zheYi .text {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.add-research-box{
	width: 100%;
	padding: 50px 0 50px;
	background: url(../img/research-bg.jpg) no-repeat center;
	background-size: cover;
	background-color: #fff;
}
.add-research-box .contain {
	width: 1600px;
	margin: 0 auto;
}

.add-research-box .contain .title-block {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.add-research-box .contain .title-block .title {
	width: 225px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 94% 0;	
}

.add-research-box .contain ul.innovation-ul {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}

.add-research-box .contain ul.innovation-ul:after {
	content: '';
	display: block;
	clear: both;
}

.add-research-box .contain ul.innovation-ul li.items {
	position: relative;
	float: left;
        overflow: hidden; 
        width:380px;
        height:250px;
}

.add-research-box .contain ul.innovation-ul li.items:nth-child(1) {
	margin-right: 40px;
        width:760px;
        height:520px;
}

.add-research-box .contain ul.innovation-ul li.items:nth-child(2) {
	margin-right: 40px;
	margin-bottom: 40px;
}

.add-research-box .contain ul.innovation-ul li.items:nth-child(4) {
	margin-right: 40px;
	margin-bottom: 40px;
}

.add-research-box .contain ul.innovation-ul li.items .picimg {
	width: 100%;
        height: 100%;
	overflow: hidden;
}

.add-research-box .contain ul.innovation-ul li.items .picimg img {
	display: block;
	width: 100%;
        height:100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.add-research-box .contain ul.innovation-ul li.items .picimg img {
	display: block;
	width: 100%;
        height:100%;
}

.add-research-box .contain ul.innovation-ul li.items .picimg:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	-khtml-opacity: .8;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.add-research-box .contain ul.innovation-ul li.items .texts {
        width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	z-index: 9;background-color: rgba(0,0,0,.5);
}

.add-research-box .contain ul.innovation-ul li.items .texts a {
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.add-research-box .contain ul.innovation-ul li.items .texts:hover a {
	color: #ffc600;
}
.add-research-box .contain .view-more{
	width: 180px;
	margin: 0 auto;
	background-color: #0869ad;
}
.add-research-box .contain .view-more a{
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
/*交流合作*/
.add-communication-box{
	width: 100%;
	padding: 50px 0;
    background-size: cover;
    background-image: url(../img/jlhz.png);
    background-repeat: no-repeat;
}
.add-communication-box .contain{
	width: 1600px;
	margin: 0 auto;
}
.add-communication-box .contain .ft-title-block{
	float: left;
	width: 48%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.add-communication-box .contain .ft-title-block .title {
    width: 235px;
    height: 58px;
    background: url(../img/title-circular-bg.png) no-repeat 88% 0;
}
.add-communication-box .contain .ft-title-block p{
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 54px;
}
.add-communication-box .contain .ft-title-block .view-more{
	width: 180px;
	margin-top: 30px;
	background-color: #0869ad;
}
.add-communication-box .contain .ft-title-block .view-more a{
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

            .add-communication-box .contain .rt-block {
                width: 48%;
	        float: right;
            }

            .add-communication-box .contain .rt-block .title-block {
                width: 100%;
                height: auto;
                margin-bottom: 40px;
            }

            .add-communication-box .contain .rt-block .title-block .title {
                position: relative;
                float: left;
                width: 215px;
                height: 58px;
                margin: 0 auto;
                background: url(../img/title-circular-bg.png) no-repeat 100% 0;
            }

            .add-communication-box .contain .rt-block .title-block a.view-more {
                position: relative;
                float: right;
                display: block;
                height: 20px;
                line-height: 20px;
                font-size: 16px;
                color: #0869ad;
                margin-top: 20px;
                padding-right: 96px;
            }

            .add-communication-box .contain .rt-block .title-block a.view-more:before {
                content: '';
                display: block;
                position: absolute;
                right: 20px;
                top: 10px;
                height: 1px;
                width: 62px;
                background-color: #0869ad;
            }

            .add-communication-box .contain .rt-block .title-block a.view-more:after {
                content: '';
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 20px;
                width: 20px;
                background: url(../img/after.png) no-repeat left top;
            }

            .add-communication-box .contain .rt-block .title-block .title .ft-icon {
                float: left;
                width: 50px;
            }

            .add-communication-box .contain .rt-block .title-block .title img {
                display: block;
                width: 100%;
            }

            .add-communication-box .contain .rt-block .title-block .title .rt-text {
                float: left;
                width: calc(100% - 50px);
                padding-left: 15px;
            }

            .add-communication-box .rt-block .ft-title-block .title-block .title .rt-text h3 {
                font-size: 26px;
                font-weight: 600;
                color: #0869ad;
                margin: 12px 0px 12px;
            }

            .add-communication-box .rt-block ul.notice-ul {
                width: 100%;
            }

            .add-communication-box .rt-block ul.notice-ul li {
                padding: 13px 25px 13px;
                border-bottom: solid 1px #eee;
                background-color: #fff;
            }


            .add-communication-box .rt-block ul.notice-ul li .texts {
                float: left;
                width: calc(100% - 90px);
            }

            .add-communication-box .rt-block ul.notice-ul li .texts h3 {
                font-size: 18px;
                line-height: 32px;
                font-weight: 600;
                color: #333;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .add-communication-box .rt-block ul.notice-ul li .texts h3 a {
                color: #333;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .add-communication-box .rt-block ul.notice-ul li .texts h3:hover a {
                color: #ffc600;
            }

            .add-communication-box .rt-block ul.notice-ul li .time {
                position: relative;
                float: right;
                width: 30px;
                height: 30px;
            }

            .add-communication-box .rt-block ul.notice-ul li .time span {
                display: block;
                width: 100%;
            }

            .add-communication-box .rt-block ul.notice-ul li .time span.day {
                position: absolute;
                left: 0;
                top: -12px;
                font-family: "Alternate";
                color: #ccc;
                font-size: 20px;
                text-align: left;
            }

            .add-communication-box .rt-block ul.notice-ul li .time span.mouth {
                position: absolute;
                right: -7px;
                bottom: -15px;
                font-family: "Alternate";
                color: #ccc;
                font-size: 20px;
                text-align: right;
            }

            .add-communication-box .rt-block ul.notice-ul li .time:before {
                content: '';
                position: absolute;
                left: 2px;
                top: 14px;
                display: block;
                width: 35px;
                height: 2px;
                background-color: #ccc;
                transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                /* IE 9 */
                -webkit-transform: rotate(-45deg);
                /* Safari and Chrome */
            }


.add-communication-box .contain ul.communication-ul{
	float: left;
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	width: calc(100% - 625px);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.add-communication-box .contain ul.communication-ul li{
	position: relative;
	width: 48%;
}
.add-communication-box .contain ul.communication-ul li a{
	position: relative;
	display: block;
}
.add-communication-box .contain ul.communication-ul li a img{
	display: block;
	width: 100%;
}
.add-communication-box .contain ul.communication-ul li a h3{
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
} 
/* 快速入口 */

.sixth-box {
	width: 100%;
	height: auto;
	padding: 20px 0 50px;
	background-color: #fff;
}
.sixth-box .contain{
	width: 1600px;
	margin: 0 auto;
}
.sixth-box .contain .title-block {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sixth-box .contain .title-block .title{
	position: relative;
    width: 240px;
    height: 58px;
    margin: 0 auto;
    background: url(../img/title-circular-bg.png) no-repeat 88% 0;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
.sixth-box .contain ul.guide-ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
.sixth-box .contain ul.guide-ul li{
	width: 20%;
}
.sixth-box .contain ul.guide-ul li .icons{
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.sixth-box .contain ul.guide-ul li .icons img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100px;
	height: 200px !important;
	max-height: 200px !important;
}
.sixth-box .contain ul.guide-ul li .icons:hover img{
	top: -100px;
}
.sixth-box .contain ul.guide-ul li .text{
	width: 100%;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.sixth-box .contain ul.guide-ul li .text a{
	color: #333333;
}
.sixth-box .contain ul.guide-ul li .text a:hover{
	color: #0869ad;
}
/* 设备分辨率 */

@media only screen and (min-width: 1601px) and (max-width: 192000px) {
	.swiper-banner .list .banner-text {
		left: 160px;
	}
	.swiper-banner .swiper-pagination {
		padding: 0 160px;
	}
	.m-content-block .first-news-box .contain,
	.second-notice-box .contain,
	.thred-media-box .contain,
	.four-project-box .contain,
	.five-visual-box .contain,
	.five-visual-box .contain-2,
	.sixth-box .Quick-entry {
		width: 1600px;
	}	
	/*通知公告*/
	.second-notice-box .contain .ft-block {
		width: 780px;
	}
	.second-notice-box .ft-block ul.notice-ul li .texts {
		width: 560px;
	}
	/*学术讲座*/
	.second-notice-box .contain .rt-block {
		width: 780px;
	}
	
	/*专题专栏*/
	.four-project-box .contain .project-block {
		height: calc(320px * 3);
	}
	.four-project-box .contain .project-block .technology-platform {
		left: 320px;
		top: 0;
		width: 320px;
		height: 320px;
	}
	.project-block .img-vertical {
		left: 640px;
		top: 0;
		width: 320px;
		height: 640px;
	}
	.project-block .manage-service {
		left: 960px;
		top: 0;
		width: 640px;
		height: 320px;
	}
	.project-block .img-transverse {
		left: 0;
		top: 320px;
		width: 640px;
		height: 320px;
	}
	.project-block .counterparts {
		left: 960px;
		top: 320px;
		width: 320px;
		height: 320px;
	}
	.project-block .learn {
		left: 1280px;
		top: 320px;
		width: 320px;
		height: 320px;
	}
	.project-block .hundred-zheYi {
		left: 320px;
		top: 640px;
		width: 640px;
		height: 320px;
	}
	.project-block .focus-zheYi {
		left: 960px;
		top: 640px;
		width: 320px;
		height: 320px;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.swiper-banner .list .banner-text {
		left: 120px;
	}
	.swiper-banner .swiper-pagination {
		padding: 0 120px;
	}
	.m-content-block .first-news-box .contain,
	.second-notice-box .contain,
	.thred-media-box .contain,
	.four-project-box .contain,
	.five-visual-box .contain,
	.five-visual-box .contain-2,
	.sixth-box .Quick-entry {
		width: 1200px !important;
	}
	/*学院新闻*/
	.first-news-box .contain ul.news-ul li.items .texts h3,
	.first-news-box .contain ul.news-ul-2 li .texts h3,
	.first-news-box .contain ul.news-ul li.items .hidden-texts h3 {
	    font-size: 16px;
	    line-height: 28px;
	}
        .first-news-box .contain ul.news-ul li.items .texts h3{
            height:56px;
        }
        .first-news-box .contain ul.news-ul-2 li .texts p{
               height:66px;
         }
	.first-news-box .contain ul.news-ul li.items .hidden-texts{
		bottom: -90%;
	}
        .first-news-box .contain ul.news-ul li.items .picimg img{
                height:178px;
        }
	/*通知公告*/
	.second-notice-box .contain .ft-block {
		width: 586px;
	}
	.second-notice-box .ft-block ul.notice-ul li .texts {
		width: 405px;
	}
	.second-notice-box .ft-block ul.notice-ul li .texts h3 {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.second-notice-box .ft-block ul.notice-ul li .texts p {
	    font-size: 14px;
	    line-height: 24px;
            height: 24px;
            overflow: hidden;
	}
	/*学术讲座*/
	.second-notice-box .contain .rt-block {
		width: 586px;
	}
	.second-notice-box .rt-block ul.academic-ul li.items h3 {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	
	.second-notice-box .rt-block ul.academic-ul li.items .infos span {
		margin-top: 14px !important;
		font-size: 14px !important;
                    margin-right: 60px;
	}
	/*科研创新*/
	.add-research-box .contain {
	    width: 1200px !important;
	}
	.add-research-box .contain ul.innovation-ul li.items{
		width: 275px;
                height: 250px;
		margin-right: 32px !important;
		margin-bottom: 30px;
	}
	.add-research-box .contain ul.innovation-ul li.items:nth-child(1) {
	    width: 585px;
            height: 528px;
	    margin-bottom: 0 !important;
	}
	.add-research-box .contain ul.innovation-ul li.items:nth-child(2) {
	    margin-right: 32px;
		margin-bottom: 30px;
	}
	.add-research-box .contain ul.innovation-ul li.items:nth-child(3) {
	    margin-right: 0 !important;
	}
	.add-research-box .contain ul.innovation-ul li.items:nth-child(5) {
	    margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	.add-research-box .contain ul.innovation-ul li.items .texts {
	    padding: 15px;
	    font-size: 16px;
	}
	/*交流合作*/
	.add-communication-box .contain {
	    width: 1200px;
	}
	.add-communication-box .contain .ft-title-block p {
	    font-size: 16px;
	}
	.add-communication-box .contain ul.communication-ul {
	    width: calc(100% - 465px);
	}
	/*媒体看浙医*/
	.thred-media-box .ft-audio-visual .video-block h3 {
	    font-size: 16px;
	}
	.thred-media-box .ft-media-look ul.media-ul li h2 {
	    font-size: 16px;
	}
	.thred-media-box .ft-media-look ul.media-ul li p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.thred-media-box .ft-media-look ul.media-ul li {
	    padding: 65px 30px 25px;
	}
	/*专题专栏*/
	.four-project-box {
		padding: 50px 0 60px;
	}
	.four-project-box .contain .project-block {
		height: calc(240px * 3);
	}
	.four-project-box .contain .project-block .technology-platform {
		left: 240px;
		top: 0;
		width: 240px;
		height: 240px;
	}
	.project-block .img-vertical {
		left: 480px;
		top: 0;
		width: 240px;
		height: 480px;
	}
	.project-block .manage-service {
		left: 720px;
		top: 0;
		width: 480px;
		height: 240px;
	}
	.project-block .img-transverse {
		left: 0;
		top: 240px;
		width: 480px;
		height: 240px;
	}
	.project-block .counterparts {
		left: 720px;
		top: 240px;
		width: 240px;
		height: 240px;
	}
	.project-block .learn {
		left: 960px;
		top: 240px;
		width: 240px;
		height: 240px;
	}
	.project-block .hundred-zheYi {
		left: 240px;
		top: 480px;
		width: 480px;
		height: 240px;
	}
	.project-block .focus-zheYi {
		left: 720px;
		top: 480px;
		width: 240px;
		height: 240px;
	}
	.four-project-box .contain .project-block .technology-platform,
	.project-block .manage-service,
	.project-block .counterparts,
	.project-block .learn,
	.project-block .hundred-zheYi,
	.project-block .focus-zheYi {
		padding: 73px 20px !important;
	}
	.technology-platform .text,
	.project-block .manage-service .text,
	.project-block .counterparts .text,
	.project-block .learn .text,
	.project-block .hundred-zheYi .text,
	.project-block .focus-zheYi .text {
		font-size: 22px !important;
	}
	.technology-platform .img,
	.project-block .manage-service .img,
	.project-block .counterparts .img,
	.project-block .learn .img,
	.project-block .hundred-zheYi .img,
	.project-block .focus-zheYi .img {
		width: 48px !important;
		height: 48px !important;
		margin: 0 auto 15px !important;
	}	
	/*参观导览*/
	.sixth-box .contain {
	    width: 1200px;
	}
}
