﻿@charset "utf-8";
/* CSS Document */
/* index_about */
.about_left{
	width:100%;
	height:396px;
	margin:20px 0;
	position:relative;
	}
.about_left img{
	max-width:100%;
	max-height:396px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	}
.about_right{
	width:100%;
	height:396px;
	background-color:#333;
	margin:20px 0;
	}
.about_right_area{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	}
.about_right h5{
	font-size:40px;
	color:#fff;
	margin:30px 0 15px;
	}
.about_right p{
	height:225px;
	font-size:14px;
	color:#fff;
	line-height:180%;
	overflow:hidden;
	}
.about_right .detail{
	float:right;
	width:100px;
	height:30px;
	background-color:#fff;
	margin-top:25px;
	text-align:center;
	line-height:30px;
	}
.about_right .detail a{
	display:block;
	font-size:14px;
	color:#333;
	}