@font-face {
	font-family: 'bodonixt-webfont';
	src: url('/css/features/2015/font/bodonixt-webfont.eot');
	src: url('/css/features/2015//css/features/2015/font/bodonixt-webfont.eot') format('embedded-opentype'), 
		 url('/css/features/2015//css/features/2015/font/bodonixt-webfont.woff2') format('woff2'), 
		 url('/css/features/2015/font/bodonixt-webfont.woff') format('woff'), 
		 url('/css/features/2015/font/bodonixt-webfont.ttf') format('truetype'), 
		 url('/css/features/2015/font/bodonixt-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*reset*/

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	min-height: 650px;
	background: #fff;
}

body {
	font-family: Arial, "Microsoft YaHei", 'Î¢ÈíÑÅºÚ';
	_font-family: "Microsoft YaHei";
	*font-family: "Microsoft YaHei";
	color: #303030;
	position: relative;
}

ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: top;
}

input,
textarea,
button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: Arial, "microsoft yahei", 'Î¢ÈíÑÅºÚ';
}

::-webkit-input-placeholder {
	color: #c1c1c1;
	font-size: 16px;
}

::-moz-input-placeholder {
	color: #c1c1c1;
	font-size: 16px;
}

::-ms-input-placeholder {
	color: #c1c1c1;
	font-size: 16px;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.jiangyou {
	height: 1px;
}


/*reset*/





/*Ê×Ò³-pc*/

.index {
	padding: 30px;
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
	position: relative;
}

.index-content {
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
}

.logo {
	position: absolute;
	top: 45px;
	left: 45px;
}

.left-logo {
	margin-top: -120px;
	text-align: center;
}

.left {
	width: 64%;
	text-align: center;
	float: left;
	height: 100%;
}

.left-text {
	padding-top: 50px;
	padding-bottom: 20px;
}

.left-p{
	font-size: 18px;
	line-height: 36px;
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}

.left-p p{
	margin-bottom: 2%;
}

.left-m {
	display: none;
}

.left-square {
	text-align: center;
	-webkit-animation: up .6s linear alternate infinite;
	position: absolute;
	bottom: 0;
	width: 45px;
	height: 17px;
	left: 50%;
	margin-left: -23px;
}

@-webkit-keyframes up {
	0% {
		bottom: 20px;
	}
	100% {
		bottom: 0px;
	}
}

.right {
	float: right;
	width: 35%;
	background: #fc3f41;
	margin-top: 50px;
	margin-right: -30px;
	/*height: -webkit-calc(100% - 119px);
	height: calc(100% - 119px);*/
	text-align: center;
	padding-top: 60px;
}

.right li {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
}

.right li a {
	font-size: 25px;
	color: #fff;
	line-height: 58px;
	padding: 6.5% 0;
	width: 340px;
	border-bottom: 1px solid #f8e0e0;
	display: inline-block;
}

.right:hover .right-li:not(:hover) a{
	    color: rgba(255,255,255,0.7);
}

.right:hover .right-li a:not(:hover){
	    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.right:hover .right-li:nth-last-child(1) a{
	border-bottom: none;
}

.right .right-last a{
	border-bottom: none;
}

.right a {
	color: #fff;
}

.footer {
	padding-top: 30px;
}

.share-items {
	float: left;
}

.share-items li {
	position: relative;
	float: left;
	padding-right: 20px;
}

.footer .collect {
	float: right;
	color: #9fa0a0;
	font-size: 14px;
}
.wx-img{
	display: none;
}
.wx-img-bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
}
.wx-img-wrap{
	width: 280px;
	padding: 20px 15px;
	position: fixed;
	text-align: center;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -155px;
	z-index: 4001;
}
.wx-img-wrap h4{
	font-size: 14px;
}
.wx-img-wrap img{
	margin: 20px 0;
	width: 180px;
	vertical-align: top;
}
.wx-img-wrap p{
	font-size: 12px;
    line-height: 18px;
    color: #999;
}

/*Ê×Ò³-pc*/


/* big-event-pc*/

.model {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	height: -webkit-calc(100% - 145px);
	height: calc(100% - 145px);
	overflow: hidden;
}

.big-event-m {
	display: none;
}

.big-event {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	color: #fff;
	overflow: hidden;
}

.big-event li {
	width: 18%;
	background: #2d3f58;
	float: left;
	height: 67%;
	position: relative;
	padding: 8% 2%;
	/*overflow: hidden;*/
	background-size: auto 130% !important;
	-webkit-transition: width 0.4s ease-in-out, background-size 0.3s linear;
	-moz-transition: width 0.4s ease-in-out, background-size 0.3s linear;
	-ms-transition: width 0.4s ease-in-out, background-size 0.3s linear;
	transition: width 0.4s ease-in-out, background-size 0.3 linear;
}

.big-event li:hover {
	background-size: auto 150% !important;
}

.big-event .act {
	width: 52%;
	color: #fff;
	/*padding: 8% 3%;*/
	/*overflow: hidden;*/
}

.big-event a {
	color: #fff;
}
.read-more:hover{
	color: #ff452f;
}
.big-event li > img {
	height: 110%;
	width: auto;
	position: absolute;
	top: -5%;
	left: 0;
	z-index: 1;
	max-width: none;
}
.act-new {
	height: 100%;
	position: relative;
	z-index: 1;
}
.event-num {
	font-family: 'bodonixt-webfont';
	font-size: 120px;
	padding-bottom: 35px;
	display: block;
	line-height: 80px;
}

.s-block {
	display: block;
}

.act .s-block {
	display: none;
}

.big-event .event-title {
	font-size: 25px;
}

.event-tt {
	font-size: 25px;
}

.big-event .event-text {
	opacity: 0;
}

.opa-none {
	opacity: 0;
}

.unact-t {
	font-size: 25px !important;
	opacity: 1 !important;
}

.act-t {
	font-size: 40px !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.5s ease-out .2s;
	-moz-transition: opacity 0.5s ease-out .2s;
	-ms-transition: opacity 0.5s ease-out .2s;
	transition: opacity 0.5s ease-out .2s;
}

.act .event-title {
	font-size: 40px;
	line-height: 65px;
}
/*.event-title a{
	color: #fff;
}*/

.act .event-text {
	line-height: 35px;
	width: 75%;
	position: absolute;
	bottom: 2%;
	display: block;
	width: 620px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out .5s;
	-moz-transition: opacity 0.5s ease-out .5s;
	-ms-transition: opacity 0.5s ease-out .5s;
	transition: opacity 0.5s ease-out .5s;
	
	/*-webkit-transition: transform 1s ease-out 0.8s;
	-moz-transition: transform 1s ease-out 0.8s;
	-ms-transition: transform 1s ease-out 0.8s;
	transition: transform 1s ease-out 0.8s;*/
}

.act .event-text .read-more {
	font-size: 16px;
}
.m-a,.m-b{
	height: 100%;
}

/* big-event-pc*/
@media screen and (max-width: 1500px) and (min-width: 640px) {
	.right li{
		padding: 0;
	}
	.right li a{
		padding: 5% 0;
	}
	.left-logo img{
		width: 315px;
	}
	.left-text{
		padding: 40px 0 20px;
	}
	.right{
		padding-top: 15px;
	}
	.model{
		padding-top: 20px;
		height: -webkit-calc(100% - 100px);
		height: calc(100% - 100px);
	}
	.left-p{
		line-height: 24px;
		font-size: 16px;
		width: 70%;
	}
}
@media screen and (max-width: 640px) {
	/*shouye-m*/
	html,body{
		min-height: 300px;
	}
	.index-content {
		height: 100%;
		width: 100%;
	}
	.index {
		padding: 0;
		height: 100%;
	}
	.left,
	.footer {
		display: none;
	}
	.right {
		width: 100%;
		float: none;
		margin-top: 0px;
		padding-top: 0px;
		height: 100%;
	}
	.right li {
		width: 85%;
		height: 25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 0;
	}
	.logo {
		width: 22%;
		top: 15px;
		left: 15px;
	}
	.left-logo {
		text-align: center;
		width: 40%;
		margin: 0 auto;
		margin-top: -5%;
	}
	.index-m .onep {
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.index-m .onep-content {
		width: 75%;
		height: 314px;
		margin-top: 237px;
		margin-left: 157px;
		left: -50%;
		top: -50%;
		position: absolute;
	}
	.left-m {
		height: 100%;
		display: block;
		margin: 0 auto;
	}
	.left-t {
		margin: 0 auto;
		padding-top: 8%;
		width: 55%;
	}
	.left-p {
		width: 80%;
		margin: 0 auto;
		margin-top: 40px;
		text-align: center;
	}
	.left-p p{
		font-size: 16px;
		line-height: 24px;
		
	}
	
	.right li a {
		font-size: 20px;
		color: #fff;
		line-height: 27px;
	}
	/*shouye-m*/
	/*big-event-m*/
	.model {
		overflow: visible;
		height: auto;
		padding-top: 40px;
	}
	.big-event {
		display: none;
	}
	.big-event-m {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.big-event-m li {
		position: relative;
		width: 100%;
		height: 170px;
		margin-bottom: 30px;
		box-shadow: 0px 4px 5px 1px #c1c1c1;
		background: transparent;
	}
	.big-event-m .m-text {
		width: 300px;
		height: 80px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -40px;
		text-align: center;
	}
	.big-event-m li:nth-child(2) .m-text{
		height: 40px;
		margin-top: -20px;
	}
	.big-event-m li:nth-child(3) .m-text{
		height: 40px;
		margin-top: -20px;
	}
	.big-event-m .m-text a {
		color: #fff;
		font-size: 24px;
		width: 90%;
		display: inline-block;
	}
	.big-event-m li img {
		width: 100%;
		height: 100%;
		border-radius: 2px;
		vertical-align: top;
	}
	.m-num{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
    	line-height: 30px;
    	text-align: center;
    	color: #fff;
    	width: 30px;
    	height: 30px;
    	font-style: normal;
    	background: #2d4059;
	}
	/*big-event-m*/
	.big-event-m{
		display: block;
	}
}