@charset "utf-8";

body {
	height: 100%;
}


/*hover*/
.banner .fullSlide:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("../images/banner-top-bg.png") repeat-x left top;
	height: 366px;
	z-index: 2;
}

.banner .fullSlide:after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/banner-bottom-bg.png") repeat-x left top;
	height: 366px;
	z-index: 0;
}

.banner .fullSlide {
	width: 1350px;
	margin: 0 auto;
}

.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: left;
	position: absolute;
	bottom: 48px;
	right: 0;
	left: 15%;
	z-index: 3;
}

.banner .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	font-size: 0;
	border: 1px solid #fff;
	background-color: transparent;
	z-index: 8;
	cursor: pointer;
	/* opacity: .69;
	filter: alpha(opacity=69); */
}

.banner .hd li.on {
	background-color: #fff;
	/* 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; */
}

.banner .next {
	right: 3%;
}

.banner .prev {
	left: 3%;
}


.banner .pageState {
	position: absolute;
	right: 15%;
	bottom: 63px;
	color: #fff;
	font-size: 18px;
}

.banner .pageState span {
	font-size: 45px;
}

.banner .btn-down {
	font-size: 60px;
	color: #076538;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
	z-index: 4;
	cursor: pointer;
	animation: btnDown 2s linear 0s infinite;
}

@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;
	}
}

/* slide-scroll-top */
.scroll-top-news {
	padding: 25px 0;
}

.scroll-top-news .slide-scroll-top {
	padding-top: 5px;
	padding-left: 10px;
}

.scroll-top-news .slide-scroll-top .txtMarquee-top .item a {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 0 10px;
}

.scroll-top-news .slide-scroll-top .txtMarquee-top {
	width: 840px;
	padding-right: 30px;
}

.scroll-top-news .slide-scroll-top .txtMarquee-top .prev,
.scroll-top-news .slide-scroll-top .txtMarquee-top .next {
	position: absolute;
	right: 0;
	color: #a42c3e;
	text-align: center;
}

.scroll-top-news .slide-scroll-top .txtMarquee-top .prev {
	font-size: 14px;
	top: 4px;
}

.scroll-top-news .slide-scroll-top .txtMarquee-top .next {
	font-size: 22px;
	top: 10px;
	right: -4px;
}


/* m-row1 */
.m-row1 {
	padding: 45px 0;
	background: url("../img/row1-bg.jpg") no-repeat bottom center;
	background-size: cover;
}

/* 动态 */
.dt-name .icon {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	vertical-align: middle;
	line-height: 1;
	padding-right: 5px;
}

.dt-name .name {
	font-size: 24px;
	color: #333;
	line-height: 1.7;
	z-index: 3;
}

.dt-name .name .en {
	font-size: 30px;
	color: #e8e8e8;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 250px;
	z-index: -1;
	font-family: "fz";
font-weight: normal;
}

.dt-name .name:after {
	content: "";
	display: block;
	width: 98px;
	height: 9px;
	background-color: #972839;
	/* 浏览器不支持时显示 */
	background-image: linear-gradient(100deg, #972839, #cc2943);
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: -1;
}

.dt-name .more .icon {
	font-size: 26px;
	color: #b6359c;
}

.m-row1 .news-slide {
	width: 608px;
}

.m-row1 .news-slide .fullSlide {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 5px;
}

.m-row1 .news-slide .bd li {
	width: 614px;
}

.m-row1 .news-slide .bd li img {
	width: 608px;
	height: 405px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

.m-row1 .news-slide .bd li .msg {
	border-top: 0;
	padding-left: 40px;
	padding-right: 20px;
	height: 131px;
}

.m-row1 .news-slide .bd li .title {
	/* background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000')"; */
	padding: 25px 0 10px 0;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}

.m-row1 .news-slide .bd li .abstract {
	font-size: 14px;
	color: #9d9d9d;
	line-height: 24px;
}

.m-row1 .news-slide .bd li .date {
	padding-top: 20px;
}

.m-row1 .news-slide .bd li .msg .date .txt {
	font-size: 14px;
	color: #bc2e43;
	padding-left: 8px;
}

.m-row1 .news-slide .bd li .msg .date .icon {
	font-size: 33px;
	color:#bc2e43;

}

.m-row1 .news-slide .hd {
	position: absolute;
	top: 375px;
	right: 20px;
	text-align: right;
}

.m-row1 .news-slide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	/* opacity: .69;
	filter: alpha(opacity=69); */
	margin: 0 3px;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.m-row1 .news-slide .hd ul li.on {
	background-color: #ffca4a;
}

.m-row1 .news-slide .fullSlide .prev,
.m-row1 .news-slide .fullSlide .next {
	display: block;
	background: url("../images/btn-np.png") no-repeat 0 0;
	width: 58px;
	height: 11px;
	position: absolute;
	left: 10%;
	bottom: 30px;
}

.m-row1 .news-slide .fullSlide .next {
	background-position: -59px;
	left: auto;
	right: 10%;
}

/* 右边列表 */
.m-row1 .dt-list {
	width: 690px;
	margin-left: 50px;
}

.m-row1 .dt-list .list ul {
	background-color: #fff;
	padding: 40px 37px;
}

.m-row1 .dt-list .more {}

.m-row1 .dt-list .list ul li {
	padding: 1px 0;
}

.m-row1 .dt-list .list ul li a {
	line-height: 41px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.m-row1 .dt-list .list ul li:last-child a {
	border: none;
}

.m-row1 .dt-list .list ul li .title {
	padding-right: 2%;
	width: 90%;
}

.m-row1 .dt-list .list ul li .date {
	width: 8%;
	text-align: right;
}

.m-row1 .dt-list .list ul li .date .icon {
	font-size: 18px;
	color: #076538;
	line-height: 1;
}



/*左右新闻列表*/
.news-mod1 {
	width: 50%;
	padding-top: 30px;
}

.news-mod1 .column-name {
	width: 131px;
	height: 122px;
	border: 1px solid #8eb2cb;
}

.news-mod1 .column-name .name {
	background: url(../images/bg-2.jpg) top center;
	background-size: cover;
	height: 70px;
	text-align: center;
}

.mod-r .column-name .name {
	background: url(../images/bg-3.jpg) top center;
}

.news-mod1 .column-name .name p {
	display: block;
	padding: 22px 0 5px 0;
	font-size: 18px;
	color: #fff;
}

.news-mod1 .column-name .name .more {
	display: block;
	width: 48px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, .3);
	font-size: 12px;
	line-height: 16px;
	color: #c0dbeb;
}

.news-mod1 .column-name .icon-box {
	padding-top: 8px;
}

.news-mod1 .column-name .icon {
	font-size: 34px;
	color: #9ec7e1;
}

.news-mod1 .list {
	margin-left: 13px;
	width: 454px;
}

.news-mod1 .list li a {
	line-height: 1;
	padding-bottom: 23px;
	padding-right: 15px;
}

.news-mod1 .list li.last a {
	padding-bottom: 0;
}

.news-mod1 .list li a span {
	font-size: 14px;
	color: #333;
}

.news-mod1 .list li a span.date {
	color: #bcbcbc;
}

.mod-r .list li a {
	line-height: 1;
	padding-bottom: 23px;
	padding-right: 0;
}

.mod-r .column-name {
	margin-left: 15px;
}

.mod-r .list {
	width: 438px;
}

/*m-row2*/
.m-row2 {
	padding-top: 50px;
	padding-bottom: 46px;
}

.m-row2 .mod-left,
.m-row2 .mod-right {
	width: 420px;
}

.m-row2 .com-wrap .item {
	padding: 19px 0;
	height: 87px;
	border-bottom: 1px dashed #ddd;
}

.m-row2 .com-wrap .item .date {
	width: 14%;
	margin-right: 6%;
}

.m-row2 .com-wrap .item .date .mm {
	color: #ab2e41;
}

.m-row2 .com-wrap .item .title {
	width: 80%;
}

.m-row2 .mod-middle {
	width: 438px;
	height: 495px;
	border-bottom: 1px dashed #ddd;
	margin-left: 36px;
	margin-right: 36px;
}

.m-row2 .mod-middle .middle-list .item {
	line-height: 50px;
}

.m-row2 .mod-middle .middle-list .item .title {
	width: 84%;
}

.m-row2 .mod-middle .middle-list {
	padding-top: 32px;
}

.m-row2 .mod-middle .middle-list .item .date {
	color: #a4a4a4;
	width: 16%;
}

/* m-row2 end */

/*m-row3*/
.m-row3 {
	padding: 50px 0 50px 0;
	background: url("../img/mod-bg1.jpg") no-repeat top center;
	background-size: 100% 100%;
}

.m-row3 .list {
	padding-top: 30px;
}

.m-row3 .list li {
	float: left;
	width: 197px;
	height: 480px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	border-left: 1px solid #fff;
}

.m-row3 .list li a {
	width: 100%;
	height: 100%;
	position: relative;
}

.m-row3 .list li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 230px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	/* background-color: rgba(0, 0, 0, .2); */
	/* background-image: -webkit-linear-gradient(top, #1a6ed5, #0fdbd1); */
	/* opacity: .3; */
}

.m-row3 .list li.item1 a:after {
	background: url("../../lib/img/m0.png") repeat-x bottom left;
}
.m-row3 .list li.item2 a:after {
	background: url("../../lib/img/m1.png") repeat-x bottom left;
}
.m-row3 .list li.item3 a:after {
	background: url("../../lib/img/m2.png") repeat-x bottom left;
}
.m-row3 .list li.item4 a:after {
	background: url("../../lib/img/m3.png") repeat-x bottom left;
}
.m-row3 .list li.item5 a:after {
	background: url("../../lib/img/m4.png") repeat-x bottom left;
}

.m-row3 .list li .bg-img,
.m-row3 .list li .bg-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-row3 .dt-name .name,
.m-row3 .dt-name .more {
	color: #fff;
}

.m-row3 .dt-name .icon,
.m-row3 .dt-name .more .icon {
	color: #fff;
	background-image: -webkit-linear-gradient(100deg, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.m-row3 .dt-name .en {
	color: #bd7386;
}

.m-row3 .list li .showt {
	position: absolute;
	left: 10%;
	bottom: 5%;
	z-index: 10;
	color: #fff;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	max-height: 70%;
	font-size: 20px;
}

.m-row3 .list li .showt .icon {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 5px;
}

.m-row3 .list li.active .showt {
	opacity: 0;
	visibility: hidden;
}

.m-row3 .list li.active {
	width: 560px
}

.m-row3 .list li.active .adv_intro {
	padding: 30px 5%;
	position: absolute;
	left: 10%;
	top: 15%;
	right: 10%;
	bottom: 15%;
	background: rgba(35, 80, 155, .1);
	color: #FFF;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}

.m-row3 .list li.active .adv_intro .tit {
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	width: 30px;
	font-size: 25px;
	letter-spacing: .1em;
}

.m-row3 .list li.active .txt {
	width: calc(100% - 60px);
}

.m-row3 .list li.active .txt .icon {
	font-size: 30px;
	margin-bottom: 30px;
	display: inline-block;
}



/*m-row3 end*/

/* m-row4 start */
.m-row4 {
	padding-top: 40px;
	padding-bottom: 20px;
	background: #fff;
}
.m-row4 .pic-slide-links .pic-slide-left{
	padding-top: 35px;
}

.m-row4 .pic-slide-links .pic-slide-left .bd ul li{
	width:330px;
}

.m-row4 .pic-slide-links .pic-slide-left .next,
.m-row4 .pic-slide-links .pic-slide-left .prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	position: absolute;
	top: 70px;
}
.m-row4 .pic-slide-links .pic-slide-left .next {
	right: 10px;
}

.m-row4 .pic-slide-links .pic-slide-left .prev{
	left: 10px
}



/* icon-links-list */
.m-row4 .icon-links-list{
	padding-top: 40px;
}

.m-row4 .icon-links-list .list {
	padding-top: 35px;
}
.m-row4 .icon-links-list .list .item {
	width: 16.66%;
	text-align: center;
	padding: 20px 0;
}

.m-row4 .icon-links-list .list .item .icon {
	display:inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: relative;
	font-size: 34px;
	color: #ab2e41;
	line-height: 55px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}
.m-row4 .icon-links-list .list .item .icon:after {
	content: '';
	display: block;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: 1px dashed #ab2e41;
	position: absolute;
	left: -4px;
	top: -4px;
}


/* m-row4 end */

/*hover*/
.m-row4 .icon-links-list .list .item:hover .icon {
	background-color: #ab2e41;
	color: #fff;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}

.dt-name .more:hover,
.dt-list .more:hover {
	color: #a42c3e;
}

.banner:hover .next,
.banner:hover .prev {
	opacity: .8;
	filter: alpha(opacity=80);
}

.m-row2 .com-wrap .item:hover .title,
.m-row2 .mod-middle .middle-list .item:hover .title,
.m-row2 .mod-middle .middle-list .item:hover .date,
.m-row1 .dt-list .list ul li a:hover .title,
.m-row1 .dt-list .list ul li a:hover .date,
.m-row1 .news-slide .bd li:hover .title,
.m-row3 .pic-slide-left .bd li:hover .title,
.m-row4 .icon-links-list .list .item:hover .title {
	color: #a42c3e;
}

.m-row4 .pic-slide-links .pic-slide-left:hover .next,
.m-row4 .pic-slide-links .pic-slide-left:hover .prev {
	opacity: .5;
	filter: alpha(opacity=50);
}

.m-row3 .pic-slide-left .bd li:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.m-row3 .dt-name .more:hover,
.m-row3 .dt-name .more:hover .icon {
	color: #e7c416;
}

.m-row4 .pic-slide-links .pic-slide-left .bd ul li:hover img {
	transform: scale(1.1,1.1);
}