@charset "utf-8";
/* CSS Document */

html{ overflow-y:scroll;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 { font-size:100%;}
/*定位*/
.main { 
	display:none ;
	float:left;
	width:280px;
	margin-top:10px;}

body{
    min-width: 1200px;
}



.left_con{
	/*/border:1px solid yellow;*/
	float:left;
	width:280px;
	min-height:400px;}

.left_title{
	text-indent:1px;
	font-size:26px;
	color:#28443d;}

.left_text{
	background: url(../images/lb3.jpg) no-repeat center;
    margin-top: 20px;
    background-size: cover;
	border-radius: 5px;
	behavior:url(../css/ie-css3.htc);}
.left_text ul{}

.left_text ul li{
	text-indent:20px;
	font-size:16px;
	line-height:25px;
    margin-top:3px;}
.left_text ul li a{
	color:#31313A;}

.left_text ul li a:hover{
	background-color: #0ad;
	border-radius: 5px;
	padding:1px 5px;
        color:#fff;}

.con{
	/*border:2px solid red;*/
	width:1000px;
	min-height:400px;
	margin:20px auto;
	height: auto;
    overflow: hidden;}
.con .left_side{
	/**border:1px solid red;*/
	width:100px;
	min-height:20px;
	float:left;
	margin: 87px 0 0 30px;}
.con .left_side ul {}
.con .left_side ul li{
	font-size: 20px;
  line-height: 40px;
  border-style: outset;
  border-color: cyan;
  text-align: -webkit-center;}
.con .left_side ul li a{
	list-style:underline;
	list-style-type:none;
	color:#000;}
.con .left_side ul li a:hover{
	color:#000;
	text-decoration: underline;}

.con .title1{
	/*border:1px solid blue;*/
	width:200px;
	height:50px;
	margin: 3px 0 0 314px;
	font-size:27px;
	float:left;
	color:#28443d;}
.con .title2{
	/*border:1px solid blue;*/
	width:200px;
	height:50px;
	margin: 21px 0 0 604px;
	font-size:27px;
	float:left;
	color:#28443d;}
.con .text{
	width: 642px;
	min-width: 200px;
	float: right;
	/*border: 1px solid green;*/
	margin: 6px -1px -2px 0;
	/*background-color: rgb(0, 187, 238);*/
	border-radius: 15px;}
.con .text .caption{

	text-align:center;
	width:611px;
	height:30px;
	background-color: rgb(25, 129, 196);
	letter-spacing:5px;
	font-size:17px;
	border-radius: 15px;
	color:#fff;
	line-height:29px;
	behavior:url(../css/ie-css3.htc);}
.con .text table{}

.con .text .style_td{
	width: auto;
	height: 30px;
	padding-left: 34px;
	/*border-top: 1px solid rgb(25, 129, 196);*/
	margin-top: -3px;
	float: left;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-left: 18px;
	line-height: 36px;}



.con .text .style_td a{
	color:#000;}

.con .text .style_td a:hover{
	color:#1981C4;
	text-decoration:none;
	background-color:#fff;}







