@charset "utf-8";
.banner {
	background-color: #fff;
}
/*hover*/
.banner .fullSlide:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("../images/banner-top-bg.png") repeat-x left top;
	height: 180px;
	z-index: 2;
}
.banner .fullSlide:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/banner-bottom-bg.png") repeat-x left top;
	height: 180px;
	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: 30px;
	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:hover .next, .banner:hover .prev {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .pageState {
	position: absolute;
	right: 15%;
	bottom: 63px;
	color: #fff;
	font-size: 18px;
}
.banner .pageState span {
	font-size: 45px;
}
.banner .btn-down {
	font-size: 50px;
	color: #dadada;
	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;
	}
}
/*mian-wrap*/
.mian-wrap {
	background-color: #fff;
	overflow: auto;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
	position: relatifve;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
}
.mian-wrap::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

.mian-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.mian-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #999;
}
/* m-row1 */
.m-row1 {
	padding: 50px 0 45px 0;
	background: url("../images/bg-1.jpg") no-repeat bottom center;
	background-size: cover;
}
/* 动态 */
.dt-name {
}
.dt-name .name {
	font-size: 30px;
	color: #076538;
	line-height: 1;
}
.dt-name .name span {
	font-size: 14px;
	color: #858585;
}
.m-row1 .news-slide {
	width: 625px;
}
.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);
	border-radius: 5px;
	overflow: hidden;
	background-color: #fbfbfa;
	padding-bottom: 50px;
}
.m-row1 .news-slide .bd li {
	width: 530px;
}
.m-row1 .news-slide .bd li img {
	width: 100%;
	height: 356px;
	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: 20px;
	padding-right: 20px;
}
.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-top: 12px;
	font-size: 20px;
	color: #333;
	line-height: 1.4;
}
.m-row1 .news-slide .bd li:hover .title {
	color: #F7B52C;
}
.m-row1 .news-slide .bd li .abstract {
	font-size: 14px;
	color: #818181;
	line-height: 1.6;
}
.m-row1 .news-slide .hd {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.m-row1 .news-slide .hd ul li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	background-color: #9d9d9d;
	border-radius: 50%;
	/* opacity: .69;
	filter: alpha(opacity=69); */
	margin: 0 2px;
	cursor: pointer;
}
.m-row1 .news-slide .hd ul li.on {
	background-color: #076538;
}
.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: 20px;
	bottom: 20px;
}
.m-row1 .news-slide .fullSlide .next {
	background-position: -59px;
	left: auto;
	right: 20px;
}
/* 右边列表 */
.m-row1 .dt-list {
	width: 705px;
}
.m-row1 .dt-list .list {
}
.m-row1 .dt-list .more {
	font-size: 14px;
}
.m-row1 .dt-list .list ul li {
	margin-bottom: 1px;
}
.m-row1 .dt-list .list ul li a {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	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);
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	padding: 10.2px 20px;
}
.m-row1 .dt-list .list ul li .title {
	font-size: 16px;
	color: #333;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 84%;
}
.m-row1 .dt-list .list ul li a:hover .title {
	color: #333;
}
.m-row1 .dt-list .list ul li a:hover {
	border-style: solid;
}
.m-row1 .dt-list .list ul li .date {
	font-size: 16px;
	color: #a1a1a1;
	line-height: 1;
	width: 16%;
}
.m-row1 .dt-list .list ul li .date .icon {
	font-size: 18px;
	color: #076538;
	line-height: 1;
}
/* hover */
.m-row1 .dt-list .list ul li a:hover .title {
	color: #F7B52C;
}
/*左右新闻列表*/
.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 {
	background: url(../images/bg-2.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 54px;
	padding-bottom: 54px;
}
.m-row2 .slideTxtLeft,
.m-row2 .slideTxtRight {
	width: 660px;
}
.m-row2 .slideTxtRight{
	margin-left: 30px;
}
.m-row2 .slideTxtBox .hd {
	margin-bottom: 15px;
}
.m-row2 .slideTxtBox .hd li {
	padding: 0 25px 10px 25px;
	cursor: pointer;
	color: #fff;
}
.m-row2 .slideTxtBox .hd li .icon {
	font-size: 28px;
	color: #fff;
	padding-right: 10px;
	font-weight: normal;
}
.m-row2 .slideTxtBox .hd li.on {
	font-weight: bold;
	color: #ffda5a;
}
.m-row2 .slideTxtBox .hd li.on:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	background-color: #076538;
	z-index: 1;
}
.m-row2 .slideTxtBox .hd li.on .icon {
	color: #ffda5a;
	font-weight: normal;
}
.m-row2 .slideTxtBox .bd {
	padding-top: 68px;
}
.m-row2 .slideTxtBox .bd ul {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 6px solid #09b262;
}
/*左边*/
.m-row2 .slideTxtLeft .bd ul {
	padding-bottom: 25px;
}
.m-row2 .slideTxtLeft .bd ul li{
	padding: 0 26px 0 26px;
}
.m-row2 .slideTxtLeft .bd ul li a.item{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 14px;
	padding-top: 14px;
	position: relative;
}
.m-row2 .slideTxtLeft .bd ul li .date .box {
	font-size: 14px;
	color: #b0b0b0;
	padding: 5px 0;
	line-height: 1;
	position: absolute;
	bottom: -12px;
	left: 0;
	padding-right: 5px;
	background-color: #fff;
}

/*右边*/
.m-row2 .slideTxtRight .bd ul {
	padding-top: 14px;
	padding-bottom: 18px;
}
.m-row2 .slideTxtRight .bd ul li {
	padding: 5px 15px 0 15px;
}
.m-row2 .slideTxtRight .bd ul li a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	overflow: hidden;
	background: url("../images/list-right-bottom-bg.png") no-repeat right bottom;
	background-size: 0;
	border: 1px solid #dcdcdc;
}
.m-row2 .slideTxtRight .bd ul li a .date {
	width: 100px;
}
.m-row2 .slideTxtRight .bd ul li a .date .box {
	width: 70px;
	height: 42.5px;
	margin: 0 auto;
	background-color: #fff;
}
.m-row2 .slideTxtRight .bd ul li a .date .box .dd {
	color: #076538;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}
.m-row2 .slideTxtRight .bd ul li a .title {
	width: 500px;
	padding-right: 20px;
	line-height: 1.2;
}
.m-row2 .slideTxtBox .hd ul .more {
	position: absolute;
	top: 0;
	right:5px;
	display: none;
}
.m-row2 .slideTxtBox .hd ul .more a {
	font-size: 14px;
	color: #fff;
}
.m-row2 .slideTxtBox .hd ul .more .icon {
	font-size: 16px;
	color: #fff;
}
.m-row2 .slideTxtBox .hd ul li.on .more {
	display: block;
}
/* hover */
.m-row2 .slideTxtRight .bd ul li a:hover {
	background-size: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.m-row2 .slideTxtBox .bd ul li a:hover .box {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
.m-row2 .slideTxtBox .bd ul li a:hover .title {
	color: #076538;
}
.m-row2 .slideTxtBox .hd ul li .more:hover a,
.m-row2 .slideTxtBox .hd ul li .more:hover .icon {
	color: #ffda5a;
}
.m-row4 .list .more a:hover {
	background-color: #076538;
	color: #fff;
}
/* m-row2 end */

/*m-row3*/
.m-row3 {
	padding: 50px 0 90px 0;
	background-color: #fff;
}
/* left */
.m-row3 .left,
.m-row3 .right {
	width: 655px;
}
.m-row3 .right {
	margin-left: 40px;
}
.m-row3 .left .list li {
	margin-bottom: 5px;
}
.m-row3 .left .list li .item {
	border: 1px solid #ddd;
}
.m-row3 .left .list li .date {
	width: 100px;
	height: 57px;
	background: url("../images/date-bg.jpg") no-repeat top left;
}
.m-row3 .left .list li .date .dd {
	padding: 4px 0 8px 0;
}
.m-row3 .left .list li .item .title {
	padding-left: 30px;
	width: 500px;
}
/* hover */
.m-row3 .left .list li .item:hover {
	background-color: #076538;
}
.m-row3 .left .list li .item:hover .title {
	color: #fff;
}
/* hover */
.m-row4 .list ul li a:hover .img 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);
}
/* right */
.m-row3 .right .bd {
	width: 284px;
	height: 377px;
	z-index: 4;
}
.m-row3 .right .tempWrap {
	z-index: 4;
}
.m-row3 .right .bd ul li {
	width: 284px;
	position: relative;
}
.m-row3 .right .bd ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent url("../lib/ztms.png");
	z-index: 1;
	opacity: .3;
	filter: alpha(opacity=30);
}
.m-row3 .right .bd ul li img {
	width: 284px;
	height: 377px;
}
.m-row3 .right .hd {
	width: 350px;
	position: absolute;
	top: 0;
	left: 284px;
	z-index: 6;
}
.m-row3 .right .hd ul {
	height: 377px;
	position: relative;
}
.m-row3 .right .hd ul li {
	position: relative;
}
.m-row3 .right .hd ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ddd;
}
.m-row3 .right .hd ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #ddd;
}
.m-row3 .right .hd ul:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ddd;
}
.m-row3 .right .hd ul li a {
	padding-left: 30px;
	padding-right: 10px;
	position: relative;
	line-height: 47px;
	width: 310px;
}
.m-row3 .right .hd ul li.on a {
	position: relative;
	color: #fff;
	background-color: #076538;
}
.m-row3 .right .hd ul li.on:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -17px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right-color: #076538;
	z-index: 8;
}
/*m-row3 end*/

/* m-row4 start */
.m-row4 {
	padding-top: 60px;
	padding-bottom: 40px;
	background: #fff url("../images/bg-3.jpg") no-repeat left top;
	background-size: 100% 452px;
}
.m-row4:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url("../images/bg-2.png") no-repeat left top;
	background-size: cover;
	height: 452px;
	width: 100%;
	z-index: 1;
}
.m-row4 .list .video-name .name:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 32px;
	height: 2px;
	background-color: #FEB93E;
	margin-left: -16px;
}
.m-row4 .list .video-name .name:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 32px;
	height: 2px;
	background-color: #FEB93E;
	margin-left: -16px;
}
.m-row4 .list {
	z-index: 2;
}
.m-row4 .list ul li .msg {
	position: relative;
}
.m-row4 .list ul li .img {
	height: 100%;
	overflow: hidden;
}
.m-row4 .list ul li .msg .title {
	font-size: 24px;
	color: #333;
	line-height: 1;
	padding: 10px 36px;
}
.m-row4 .list ul li .msg .abstract {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 36px;
}
.m-row4 .list ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-row4 .list ul li .img:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.m-row4 .list ul li.item-top .img:before {
	right: 0;
	border-right-color: #fff;
	z-index: 3;
}
.m-row4 .list ul li.item-bottom .img:before {
	left: 0;
	border-left-color: #fff;
	z-index: 3;
}
.m-row4 .list ul li a {
	background: #fff url("../images/video-item-bg.png") no-repeat -100% -100%;
	background-size: 0;
	height: 314px;
}
.m-row4 .list .more a {
	padding: 10px 60px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}
/* hover */
.m-row4 .list ul li a:hover {
	background-color: #07984d;
}
.m-row4 .list ul li.item-top a:hover {
	background-position: right top;
	background-size: 338px;
}
.m-row4 .list ul li.item-bottom a:hover {
	background-position: left top;
	background-size: 338px;
}
.m-row4 .list ul li.item-top:hover .img:before {
	border-right-color: #07984d;
}
.m-row4 .list ul li.item-bottom:hover .img:before {
	border-left-color: #07984d;
}
.m-row4 .list ul li a:hover .title, .m-row4 .list ul li a:hover .abstract {
	color: #fff;
}
/* m-row4 end*/


/* m-row5 start */
.m-row5 {
	padding: 40px 0;
	background-color: #f1f0eb;
}
.m-row5 .top .left .dt-name {
	padding-top: 70px;
	padding-left: 46px;
}
/* top */
.m-row5 .top .left {
	width: 470px;
	height: 458px;
}
.m-row5 .top .left .icon-list {
	padding-top: 100px;
}
.m-row5 .top .left .icon-list .code {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 75px;
}
.m-row5 .top .left .icon-list li {
	margin: 0 6px;
}
.m-row5 .top .left .icon-list .icon {
	font-size: 75px;
}
.m-row5 .top .left .icon-list .wx .icon {
	color: #28c445;
}
.m-row5 .top .left .icon-list .wb .icon {
	color: #db5457;
}
.m-row5 .top .left .icon-list .video {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ffb667;
}
.m-row5 .top .left .icon-list .video .icon {
	color: #fff;
	font-size: 40px;
	display: block;
	line-height: 1.9;
	text-align: center;
}
.m-row5 .top .right {
	width: 880px;
	height: 458px;
}
.m-row5 .top .right .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/img-title-bg.png") repeat-x left bottom;
	padding: 50px 30px 0 30px;
}
.m-row5 .top .right .msg .icon-txt {
	color: #28c445;
}
.m-row5 .top .right .msg .icon-txt .icon {
	font-size: 28px;
	color: #28c445;
}
.m-row5 .top .right .msg .icon-txt .date .icon {
	font-size: 18px;
	color: #fff;
}
/* hover */
.m-row5 .top .left .icon-list li:hover .code {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* bottom */
.m-row5 .bottom .list li {
	width: 33.33%;
}
.m-row5 .bottom .list li a img {
	width: 100%;
	height: 314px;
}
.m-row5 .bottom .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/img-title-bg.png") repeat-x left bottom;
	padding: 50px 30px 0 30px;
}
.m-row5 .bottom .msg {
	color: #28c445;
}
.m-row5 .bottom .msg .icon {
	font-size: 28px;
	color: #28c445;
}
.m-row5 .bottom .list li.item-wb .msg .icon-txt, .m-row5 .bottom .list li.item-wb .msg .icon-txt .icon {
	color: #fc7b7d;
}
.m-row5 .bottom .list li.item-video .msg .icon-txt, .m-row5 .bottom .list li.item-video .msg .icon-txt .icon {
	color: #f7b52c;
}
.m-row5 .bottom .list li.item-bili .msg .icon-txt, .m-row5 .bottom .list li.item-bili .msg .icon-txt .icon {
	color: #20b0e3;
	font-size: 24px;
}
.m-row5 .bottom .list li .msg .icon-txt .date .icon {
	font-size: 18px;
	color: #fff;
}
/* hover */
.m-row5 .top .right:hover img, .m-row5 .bottom .list li:hover 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);
}
/* m-row5 end */








/*hover*/
.m-row4 .right .list li:hover .title, .m-row4 .bottom .list li:hover .title {
	background-color: rgba(165, 28, 48, 1);
}
.m-row4 .right .list .more:hover {
	border-color: #ffed00;
	color: #ffed00;
}
.dt-name .more:hover, .dt-list .more:hover {
	color: #076538;
}


/*元素显示动画开始*/
.transition-df {
	opacity: 0;
	transition: all 1s ease-out 0.2s;
}

.transition1000 {
	transition: all 1000ms;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
}

.transition600 {
	transition: all 600ms;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
}

.transition500 {
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
}

.transition400 {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

.transition300 {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.transition200 {
	transition: all 300ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
}

.showLeft {
	transform: translate(-60%, 0);
	-webkit-transform: translate(-60%, 0);
	-moz-transform: translate(-60%, 0);
	-ms-transform: translate(-60%, 0);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showRight {
	transform: translate(60%, 0);
	-webkit-transform: translate(60%, 0);
	-moz-transform: translate(60%, 0);
	-ms-transform: translate(60%, 0);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showTop {
	transform: translate(0, -50%; );
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showBottom {
	transform: translate(0, 50%; );
	-webkit-transform: translate(0, 50%);
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showScale {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showNub {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	opacity: 0;
	filter: Alpha(opacity=0);
}

.showLeft.showElement,
.showRight.showElement,
.showTop.showElement,
.showLeft.showElement,
.showBottom.showElement,
.showScale.showElement,
.showNub.showElement {
	transform: none;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.showScale.showElement .showNub.showElement {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	opacity: 1;
	filter: Alpha(opacity=100);
}


/*元素显示动画结束*/