@charset "utf-8";
html,body{
	/*overflow-x: hidden;*/
	background-color: #e5e5cb;
	/*zoom:0.9;*/
}
#content .banner {
	width:1200px;
	margin-left: -50px;
	position: relative;
	box-shadow: 0 4px 4px -2px rgba(76,76,76,0.6);
	z-index:5;
}


#content .sc {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#content .sc h2{
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	background-image: url(../images/product/p1title.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 3px 2px;
	background-color: #000;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
	border-radius: 15px;
	/* support Safari, Chrome */
	-webkit-border-radius: 15px;
	/* support firefox */
	-moz-border-radius: 15px;
}
#content .sc h3{
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	background-image: url(../images/product/p1s_title.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 12px 8px;
	background-color: rgba(67,67,67,0.5);
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
	border-radius: 15px;
	/* support Safari, Chrome */
	-webkit-border-radius: 15px;
	/* support firefox */
	-moz-border-radius: 15px;
}

.sc .list {
	width: 200px;
	float: left;
	margin-right: 30px;
	background-image: url(../images/secretary/listbg.png);
	background-repeat: repeat;
}
.sc .list ul {
	width: 200px;
	padding-top: 128px;
	background-image: url(../images/secretary/listulbg.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.sc .list ul li{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sc .list li a{
	display: block;
	height: 154px;
	width: 154px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	margin-right: auto;
	margin-left: auto;
}
.sc .list li a:hover,.sc .list li a.active{
	filter: Alpha(Opacity=100);
	opacity:1;
}

.sc .detail{
	float: left;
	width: 670px;
	margin-bottom:50px;
}
.sc .detail .kindintro {
	width: 610px;
	margin-top: 128px;
	position: relative;
	padding-left: 60px;
	padding-bottom: 45px;
}
.sc .detail .kindintro h1{
	font-size: 16px;
	color: #004a2f;
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: bold;
}
.sc .detail .kindintro p{
	font-size: 14px;
	line-height: 20px;
	color: #535353;
	margin-bottom: 15px;
}
.sc .detail .kindintro img.kindicon {
	margin-top: -25px;
	margin-left: -60px;
	position: absolute;
}


.sc .detail .targetbox {
	background-image: url(../images/secretary/listbg.png);
	background-repeat: repeat;
	width: 670px;
	position: relative;
	padding-top: 44px;
}
.sc .detail .targetbox .title {
	position: absolute;
	margin-top: -44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input:focus,button:focus{
	outline:none;
}
input.radio {
	display: none;
	float: left;
	height: 150px;
	width: 150px;
	text-indent: -9999px;
	
}
input.radio + label{
	display: inline-block;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	cursor: pointer;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: 0.3s ease-out;
}
input.radio + label:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
input.radio:checked + label {
	filter: Alpha(Opacity=100);
    opacity: 1;
}
label.check{
	filter: Alpha(Opacity=100)!important;
    opacity: 1!important;
}
button.btn{
	width: 85px;
	height: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	/*background-image: url(../images/secretary/send.png);*/
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	margin-top: 10px;
	margin-bottom: 20px;
	zoom:1;
}
button.btn:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}


.bg{
	position: fixed;
	z-index: 0;
	width: 100%;
	min-width:1200px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.bg img{
	width: 100%;
	z-index: 0;
}
.sc .detail .targetbox .result{
	padding-bottom: 20px;
}
.sc .detail .targetbox .result li{
	display: none;
}
.sc .detail .targetbox .result li>div{
	width:670px;
	overflow:hidden;
}
.sc .detail .targetbox .result li tr{
	height: 76px;	
}
.sc .detail .targetbox .result li tr:nth-child(odd) {
	background-image: url(../images/secretary/oddbg.png);
	/*background-repeat: no-repeat;*/
}
.sc .detail .targetbox .result li tr:nth-child(even) {
	background-image: url(../images/secretary/evenbg.png);
	/*background-repeat: no-repeat;*/
}
.sc .detail .targetbox .result li td.left {
	width: 110px;
	vertical-align: middle;
}
.sc .detail .targetbox .result li td.middle {
	width: 395px;
	padding-right: 20px;
	padding-left: 10px;
}
.sc .detail .targetbox .result li td.middle h4{
	color: #004a2f;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 7px;
}
.sc .detail .targetbox .result li td.middle p{
	color: #434343;
	font-size: 14px;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 10px;
}
.sc .detail .targetbox .result li td.middle p a{
	color: #01A84E;
	text-decoration: none;	
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.sc .detail .targetbox .result li td.middle p a:hover{
	color: #85d35a;
	text-decoration: underline;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.sc .detail .targetbox .result li td.middle p span{
	color: #000;
	font-weight: bold;
}
.sc .detail .targetbox .result li td.right {
	width: 135px;
	vertical-align: middle;
}
.sc .detail .targetbox .result li td.right a{
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.sc .detail .targetbox .result li td.right a:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.sc .detail .targetbox .result p.ps{
	margin-left: 100px;
	font-size: 14px;
	line-height: 20px;
	color: #626262;
	padding-left: 11px;
	background-image: url(../images/secretary/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-bottom: 0px;
}
.sc .detail .targetbox .result a.back{
	display: block;
	height: 78px;
	width: 78px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.sc .detail .targetbox .result a.back:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
a.back{
	width: 85px;
	height: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	/*background-image: url(../images/secretary/restart.png);*/
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s ease-out;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	zoom:1;
}
a.back:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
