
body{
	background:#f3f6f9;
	margin:0;
	padding:0;
}

a {
	color: #66cc66;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol, ul {
    list-style: none;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-left: 32px;
}

li {
	font-weight: 150;
    margin: 4px 16px;
    padding-left: 16px;
}

p {
	font-size: 16px;
	font-weight: 150;
	text-align: left;
	text-indent: 2em;
}

.part {
	text-align: center;
	padding: 32px;
	margin:0 auto;
	overflow: hidden;
}

.part:after {
	clear:both;
}

.part:nth-of-type(even) {
	background:#fff;
}

.part-head {
	text-align: center;
	padding: 32px;
}

.title {
    color: #333;
    font-size: 24px;
    font-weight: 400;
}

.brief {
    color: #666;
    font-size: 16px;
    font-weight: 150;
	line-height: 24px;
    margin-top: 20px;
	text-indent: 0;
}

.part-head .brief {
	text-align: center;
}

.part-body {
	position: relative;
	float: left;
	left: 50%;
	
}

.list {
	position: relative;
	float: left;
	left: -50%;
}

.list .pic {
    width: 240px;
    margin: 16px 16px;
	text-align: center;
	float: left;
    position: relative;
}

.list .pic:nth-of-type(4n+1) {
    clear: left;   
}

.list .item {
    width: 420px;
    margin: 16px 16px;
    padding-left: 60px;
	float: left;
    position: relative;
}

.list .item:nth-of-type(2n+1) {
    clear: left;   
}

.item .title, .pic .title {
	font-size: 18px;
    text-align: left;
}

.item .brief {
	color: #808080;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    margin-top: 10px;
	padding-left: 0;
	margin-left: 0;
}

.pic .title {
	font-size: 14px;
    text-align: center;
	margin-top: 10px;
}

.pic .brief {
	color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
}

.item .icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 16px;
    left: 8px;
	font-size: 32px;
	color: #66cc66;
}

/*
.item .icon {
    width: 2px;
    height: 50px;
    background: #1d4d5c;
    position: absolute;
    top: 45px;
    left: 0;
}
*/

.navbox { 
	position: relative; 
	width: 100%; 
	height: 44px; 
	display: block; 
	z-index: 100; 
}
.navbar {
	margin: 0px auto;	
	padding: 0px auto;
	width: 100%; 
	height: 44px;
	opacity: 0.95;
	margin-top: -44px; 
	background: #222;
}
.navbar.stick {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0px;
	background: #efefef;
	box-shadow: 2px 1px 4px rgba(0,0,0, 0.5);
} 
.navbar ul { 
	padding: 0px auto;
	margin: 0 auto;
	display: block;
	width: 70%;
	-webkit-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
    -webkit-transition: -webkit-transform 350ms;
    -o-transition: -o-transform 350ms;
    transition: transform 350ms;
}
.navbar.stick ul {
	-webkit-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.navbar li { display: inline-block; height: 38px; line-height: 38px; }
.navbar li a { display: block; margin: 0 8px; padding: 0 8px; font-size: 20px; color: #fff; text-decoration: none; }
.navbar.stick li a { color: #222; }
.navbar li a:hover { color: #ff7f27c0; }
.navbar li a.active { border-bottom: 2px solid #ff7f27; color: #ff7f27; }


.footer {
	clear: both;
	margin: 0px auto;
	padding: 0;
	opacity: 1.0;
	z-index: 100;
	width: 100%;
	background: #d6d6d6;
	display: -webkit-box;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	text-align: right; 
	height: 48px;
	font-size: 14px;
	font-weight: 150;
}

.abs {
	position: absolute;
    bottom: 0px;
}

.header {
	clear: both;
	margin: 0px auto;
	padding: 0;
    position: absolute;
    top: 0px;
	opacity: 0.95;
	z-index: 100;
	width: 100%;
	background: #fffafa;
}
.logo {
    position: absolute;
    top: 0px;
}
.content{
    margin-left: 192px;
    margin-top: 0px;
}
.venus-menu{
	margin: 30px 0 10px 0;
}
.venus-menu{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	background: #efefef;
	box-shadow: 2px 1px 4px rgba(0,0,0, 0.5);
}
.venus-menu li{
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
}
.venus-menu > li > a{
	padding: 12px 16px;
	font-size: 20px;
	color: #666;
	text-decoration: none;
	display: block;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}


.venus-menu li:hover > a, .venus-menu > li.active > a, .venus-menu > li > ul > li.active > a {
	/* background: #4393c3; */
	color: #222;
}


.venus-menu > li.active > a:after, .venus-menu > li > ul > li.active > a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff7f27;
	opacity: 1;
}

.venus-menu > li > a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff7f27;
	opacity: 0.7;
    -webkit-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
}
.venus-menu > li > a:hover::after{
	width: 100%;
}

.venus-menu > li > a i{
	color: #bababa;
}
.venus-menu > li:hover > a i, .venus-menu > li.active > a i{
	color: #ff7f27;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 120px;
	max-width: 240px;
	white-space: nowrap;
}
.venus-menu ul{
	top: 44px;
	left: 0;
	padding-top: 10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content: '';
	position: absolute;
	bottom: 44px;
	left: 70px;
	margin-left: -48px;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid #efefef;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content: '';
	position: absolute;
	bottom: 16px;
	left: 54px;
	margin-left: -62px;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid #efefef;
	border-bottom: 8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top: 0;
	left: 100%;
	padding-left: 10px;
}
.venus-menu ul li{
	clear: both;
	width: 100%;
	border: none;
}
.venus-menu ul li a{
	padding: 12px 16px;
	width: 100%;
	color: #666;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	background: #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #ccc;
}
/*
.venus-menu ul li:hover > a{
	background: #f5f5f5;
}
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color: #f5f5f5;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color: #f5f5f5;
}
*/

.venus-menu li ul li a {
    -webkit-transition: padding 350ms;
    -o-transition: padding 350ms;
    transition: padding 350ms;
}
.venus-menu li ul li a:hover {
	padding-left: 24px;
	padding-right: 8px;
}
.venus-menu li ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff7f27;
	opacity: 0.5;
    -webkit-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
}
.venus-menu li ul li a:hover::after{
	width: 100%;
}

.venus-menu > li .indicator{
	position: absolute;
	color: #bababa;
	top: 22px;
	right: 4px;
	font-size: 20px;
	-webkit-transition: color 0.2s linear;
	-moz-transition:  color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition: color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color: #ff7f27;
}
.venus-menu ul > li .indicator{
	top: 12px;
	right: 8px;
	color: #bababa;
}
.venus-menu ul > li:hover > .indicator{
	color: #ff7f27;
}
.venus-menu i{
	line-height: 20px !important;
	margin-right: 16px;
	font-size: 24px;
	float: left;
}
.venus-menu > li.showhide{
	display: none;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #777;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.venus-menu > li.showhide span.title{
	margin: 13px 0 0 20px;
	float: left;
}
.venus-menu > li.showhide span.icon{
	margin: 16px 20px;
	float: right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc;
}
.venus-menu li.search{
	float: right;
}
.venus-menu li.search form{
	margin: 13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height: 26px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	color: #777;
	outline: none;
	border: solid 1px #dedede;
	-o-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color: #fffafa;
}
.zoom-out{
	-webkit-animation: zoomOut 600ms ease both;
	-moz-animation: zoomOut 600ms ease both;
	-o-animation: zoomOut 600ms ease both;
	animation: zoomOut 600ms ease both;
}


@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:translateY(120px);
	}
	100%{
		-webkit-transform:translateY(0px);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity:0;
		transform:translateX(20px)
	}
	100% {
		opacity:1;
		transform:translateX(0)
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}