﻿@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
body, ul, ol, li, img , p, dl, dd, dt,h1,h2,h3,h4,h5,h6{font-size:12px;/*line-height:24px;*/border:0 none;margin:0;padding:0;list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
body{background:#efefef}
body{background:url(../images/bg.png);}
.logo{width:1000px;margin:0 auto;height:26px;position:relative;background:#fff;}
.logo img{margin:2px 0 0 10px;}
.logo .rellink {position:absolute;right:20px;}
#top_main{z-index:50;margin:0 auto;width:1000px;height:563px;background:url(../images/banner.jpg) no-repeat 0 0;}
#main{/*background:#fff;*/width:1000px;margin:0 auto;}
.mainPic{/*border-bottom:1px #f0e3c8 solid;*/margin-bottom:15px;}
.mainPic img{display:inline;margin:0;padding:0;vertical-align:top}
.mainPic li,.mainPic p{font-family:'Microsoft Yahei','simsun';font-size:16px;}
.mainIntro {padding:0 0 10px 0;color:#5f3c23;/*background:#fbf7ef;*/}
.mainIntro li{padding:5px 0;margin-left:20px;list-style:square;list-style-position:inside;}
.mainIntro b{color:#530e00;letter-spacing:1px;margin:0 2px;}
.mainPic p{color:#5f3c23;text-indent:2em;padding:15px;line-height:160%;/*background:#fbf7ef;*/}
.compList_title{width:980px;height:35px;margin:0 auto;padding:10px 0 0 10px;border-left:10px #b53700 solid;background:#fff;}
.compList_title span{font-size:25px;line-height:25px;font-family:'Microsoft Yahei';font-weight:bolder;color:#b53700;}

.compList{margin:0 auto;font-family:'Microsoft Yahei',sans-serif;width:1000px;text-align:center;background:#fcf7ea;}
.cpicshow{width:990px;padding:0 5px;}
.cpicshow .showpic_zl{float:left;width:320px;height:310px;background:#f2eada;margin:0 5px;color:#5f3c23;border-bottom:8px #b69968 solid;}
.cpicshow .model_zl{line-height:15px;width:310px;text-align:left;margin:0 auto;padding:5px 5px 2px 5px;}
.model_zl span{margin:5px 0;color:#ba8448;}
.model_zl span b{color:#5f3c23;padding-right:3px;}
a.lnk_speech:link,a.lnk_speech:visited {color:#963;padding:0 2px;}
a.lnk_speech:hover,a.lnk_speech:active{color:#933;}
#base_report li.showpic_zl{height:250px;}
#base_report .cpicshow .model_zl {width:235px;}
.clearf{clear:both;height:1px;}
#footer{height: 50px;text-align: center;line-height: 50px;}
#ppt_tt{float:right;display:inline;width:380px;padding:10px;height:100%;}
#ppt_tt h3{font-size:18px;font-weight:700;font-family:'microsoft yahei','sans-serif';padding:15px 0 0 0;}
#btn_ppt{margin:10px 0 0 30px;width: 300px;height: 40px;display: block;text-shadow: #010 1px 0px 1px;}

#btn_ppt:link, #btn_ppt:visited {
	background-color:#00b63c;
	padding:10px;
	/*position:relative;*/
	font-family: 'Microsoft Yahei','simhei','Open Sans', sans-serif;
	font-size:24px;
	font-weight:600;
	text-decoration:none;
	color:#e5ffe2;
	border: solid 1px #057126;
	background-image: linear-gradient(bottom, #008e2c 0%, #00b63c 100%);
	background-image: -o-linear-gradient(bottom, #008e2c 0%, #00b63c 100%);
	background-image: -moz-linear-gradient(bottom, #008e2c 0%, #00b63c 100%);
	background-image: -webkit-linear-gradient(bottom, #008e2c 0%, #00b63c 100%);
	background-image: -ms-linear-gradient(bottom, #008e2c 0%, #00b63c 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #008e2c),
	color-stop(1, #00b63c)
	);
	
	-webkit-box-shadow: inset 0px 1px 0px #81f7a6, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #81f7a6, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #81f7a6, 0px 1px 0px #fff;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

#btn_ppt::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	width:252px;height:40px;
	padding:8px;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-box-shadow: inset 0px 1px 1px #708075, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #708075, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #708075, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #708075, 0px 1px 0px #fff;
	
}
#btn_ppt:hover{
	-webkit-box-shadow: 0 0 20px #14d500;
	-moz-box-shadow: 0 0 20px #14d500;
	-o-box-shadow: 0 0 20px #14d500;
	box-shadow: 0 0 20px #14d500;
	color:#fff;
	border-color:#10b400;
	background-image: linear-gradient(bottom, #00a332 0%, #00c942 100%);
	background-image: -o-linear-gradient(bottom, #00a332 0%, #00c942 100%);
	background-image: -moz-linear-gradient(bottom, #00a332 0%, #00c942 100%);
	background-image: -webkit-linear-gradient(bottom, #00a332 0%, #00c942 100%);
	background-image: -ms-linear-gradient(bottom, #00a332 0%, #00c942 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #00a332),
	color-stop(1, #00c942)
	);
	/*
	border-width:1px;
	background-color:#00cc3f;
	background-image:none;
	*/
}
#btn_ppt:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	color:#fff;
	background-image: linear-gradient(bottom, #00b63c 0%, #008e2c 100%);
	background-image: -o-linear-gradient(bottom, #00b63c 0%, #008e2c 100%);
	background-image: -moz-linear-gradient(bottom, #00b63c 0%, #008e2c 100%);
	background-image: -webkit-linear-gradient(bottom, #00b63c 0%, #008e2c 100%);
	background-image: -ms-linear-gradient(bottom, #00b63c 0%, #008e2c 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #00b63c),
	color-stop(1, #008e2c)
	);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.ppt_descript{padding:10px;margin:0 400px 0 0;text-align:left;text-indent:2em;line-height:1.8em;font-size:14px;}