




/*==================================== home css ====================================*/

/*-------- left news css ----------------------------*/
.content .news {
	width:320px;
	height:525px;
	float:left;
	margin-top:50px;
}
.content .news .newstitle {
	font-size:22px;
	line-height:45px;
	width:100%;
	height:45px;
	color:#28415c;
	text-align:left;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	border-top: 3px solid #28415c;
	border-bottom: 1px solid #28415c;
}
.content .news .newslist {
	width:100%;
	height:125px;
	margin-top:37px;
	font-size:12px;
	line-height:14px;
	overflow:hidden;
}
.content .news .newslist img {
	width:150px;
	min-height:125px;
	float:left;
}
.content .news .newslist .text {
	width:160px;
	height:125px;
	margin-left:10px;
	float:left;
}
.content .news .newslist h4 {
	margin:0;
	padding:0;
	color:#333;
	font-size:15px;
	line-height:18px;
	width:100%;
}
.content .news .newslist p {
	font-size:12px;
	line-height:15px;
	width:100%;
	margin-top:5px;
}
.content .news .newslist .text .date {
	width:100px;
	height:15px;
	position:absolute;
	left:0;
	bottom:0;
	color:#999;
	font-style:italic;
}
.content .news .newslist .text .readmore {
	width:40px;
	height:16px;
	padding-top:3px;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	background:#28415c;
	text-align:center;
	border-radius:2px;
}
.content .news .newslist .text .readmore:hover {
	background:#666;
}


/*-------- right css ----------------------------*/
.content .right {
	width:680px;
	height:550px;
	float:left;
	margin-left:50px;
	margin-top:50px;
}
.content .right .event {
	width:320px;
	height:205px;
	float:left;
	background:#000;
	overflow:hidden;
}
.content .right .event img, .content .right .hot img {
	width:320px;
	min-height:205px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.content .right .event:hover img, .content .right .hot:hover img {
	opacity:0.75;
}
.content .right .event h4, .content .right .hot h4, .content .right .video h4 {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	margin:0;
	text-align:center;
	font-size:18px;
	line-height:50px;
	letter-spacing:1px;
	color:#fff;
	background: rgba(0,0,0,0.75);
	text-transform:uppercase;
	
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}

.content .right .hot {
	width:320px;
	height:205px;
	float:right;
	background:#000;
	overflow:hidden;
}


.content .right .video {
	width:435px;
	height:280px;
	float:left;
	margin-top:55px;
	display:block;
	background:#000;
	overflow:hidden;
}
.content .right .video:hover img {
	opacity:0.75;
}

.content .right .video img {
	width:435px;
	min-height:280px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.content .right .video .play {
	width:75px;
	height:75px;
	position:absolute;
	left:180px;
	top:90px;
	background:url(../images/icons/play.png) no-repeat center;
	opacity:0.9;
}



.content .right .portfolio {
	width:205px;
	height:280px;
	float:right;
	margin-top:55px;
	margin-left:40px;
	display:block;
	overflow:hidden;
}
.content .right .portfolio img {
	width:205px;
	margin-top:50px;
	margin-left:5px;
}
.content .right .portfolio img:hover {
	margin-left:0;
}

#portfolio_choice {
	width:660px;
	height:185px;
	padding:0 50px;
	margin:0 auto;
	background:#fff;
}
#portfolio_choice a {
	padding:7px 15px;
	float:left;
	margin:75px 0 0 25px;
	color:#fff;
	font-size:14px;
	line-height:20px;
	background:#28415c;
	border-radius:5px;
}
#portfolio_choice a:hover {
	background:#666;
}
#coming-soon {
	padding:50px;
}

/*-------- below css ----------------------------*/
.content .below {
	width:100%;
	height:135px;
	float:left;
	margin:60px 0 0 0;
}
.content .below .get-in-touch {
	width:335px;
	height:100%;
	float:left;
}
.content .below .get-in-touch img {
	width:335px;
	margin-top:25px;
}

.content .below .newsletter {
	width:420px;
	height:100%;
	float:left;
	margin-left:50px;
}
.content .below .newsletter .newsletter-icon {
	width:135px;
	height:135px;
	float:left;
}
.content .below .newsletter .signup-newsletter {
	width:235px;
	height:100px;
	float:left;
	margin-left:25px;
	padding:35px 0 0 0;
}
.content .below .newsletter .newsletter-input {
	text-align:left;
	margin:15px 0 0 0;
	padding:0 5px;
	
	width: 100%;
	height: 28px;
	font-family:"Times New Roman", Times;
	font-size: 14px;
	line-height:16px;
	color: #333;
	border:none;
	
	border-radius:3px;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	background:#e5e7e8;
}
.content .below .newsletter .sb-newsletter {
	position: absolute;
	z-index:2;
	display:block;
	margin-top: 18px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(../images/icons/email_darkblue.png) no-repeat right 5px;
	opacity:0.75;
	border:none;
	cursor:pointer;
}
.content .below .newsletter .sb-newsletter:hover {
	opacity:1;
}

.content .below .buyhere {
	width:195px;
	height:100%;
	float:left;
	margin-left:50px;
	font-size:16px;
	text-align:right;
}
.content .below .buyhere img {
	width:125px;
	margin-top:8px;
	margin-right:30px;
}





/* Mobile */
@media screen and (max-width: 767px) {

.content .news {
	display:none;
}



.content .right {
	width:760px;
	
	
	height:480px;
	float:left;
	margin:0px;
}
.content .right .event {
	width:355px;
	height:235px;
	
	
	float:left;
	background:#000;
	overflow:hidden;
}
.content .right .event img, .content .right .hot img {
	width:100%;
	min-height:235px;
}
.content .right .event h4, .content .right .hot h4, .content .right .video h4 {
}

.content .right .hot {
	width:355px;
	height:235px;
	margin-right:20px;
}
.content .right .video {
	width:355px;
	height:235px;
	margin-top:50px;
}
.content .right .video:hover img {
	opacity:0.75;
}

.content .right .video img {
	width:100%;
	min-height:235px;
	opacity:0.55;
}
.content .right .video .play {
	left:145px;
	top:65px;
}



.content .right .portfolio {
	width:245px;
	height:235px;
	margin-top:50px;
	margin-left:40px;
	margin-right:5px;
}
.content .right .portfolio img {
	width:225px;
	margin-top:0;
}


#portfolio_choice {
	width:300px !important;
}
#portfolio_choice a:last-child {
	margin-bottom:50px !important;
}
.content .below {
	margin-top:80px;
}
.content .below .get-in-touch img {
	width:;
}
.content .below .newsletter {
	width:155px;
	margin-left:80px;
}
.content .below .newsletter .newsletter-icon img {
	width:125px;
}
.content .below .newsletter .signup-newsletter {
	display:none;	
}
.content .below .buyhere {
	width:155px;
	margin-left:0;
	margin-top:0;
	margin-right:10px;
	float:right;
}
.content .below .buyhere img {
	width:;	
	margin-top:0;
}



@media only screen and (max-width: 767px), only screen and (max-height: 1000px) {
.content {
	min-height: inherit !important;
}
