/* CSS Document */
*{padding:0px;margin:0px;font-family:"Microsoft YaHei"; font-size:14px;}
body{margin:0px; padding:0px; background:url(../images/bg2.jpg) no-repeat center top; width:100%;}
ul,li{list-style:none;}
.c{clear:both; height:0px; overflow:hidden;}
.c20{clear:both; height:20px;}
.top{width:100%; height:80px; line-height:80px; background:#203854;}
.logo{width:1200px; margin:0 auto;}
.logo img{ padding-top:8px;}
.top .logo span{ float:right; color:#fff; font-size:20px}
.main{width:1200px; margin:0 auto; color:#fff; clear:both;}
@media screen and (max-width:1200px) {
.main{width:100%; margin:0 auto; color:#fff; text-align:center;  }
.logo{ width:100%;}
}
@media screen and (min-width:1200px) {
.main{width:1200px; margin:0 auto; color:#fff; text-align:center; }
}
.main .left{float:left; width:50%;color:#111; padding-top:140px;}
.main .left dl{width:194px; float:left; margin-right:60px;}
.main .left dl dt{height:60px; line-height:60px; width:100%; text-align:center; font-size:20px; font-weight:bold;}
.main .left dl dd{text-align:center;}
.main .left dl dd img{width:182px; border:1px solid #fefe00; background:#fff; padding:5px;}
.main .right{
	float:none;
	width:28%;
	height:462px;
	padding-top:80px;
	/*padding-left: 30%;*/ 
    display:inline-block;
    margin:0 2%;
}
.main .right .text{ background:url(../images/hui.png); border-radius:8px;display:block; padding:20px 0; color:#111;}
.main .right .text ul{width:80%; margin:0 auto;padding:0px 5%;}
.main .right .text ul li{float:left; width:100%; height:45px; line-height:45px; text-align:center; margin-bottom:15px;}
.main .right .text li h2{font-size:22px;}
.main .right .text a{color:#773b00; font-size:16px; text-decoration:none; display:block; background:#fcd063; border-radius:5px; border:1px solid #a48a35;background:-webkit-linear-gradient(#ffdb6d,#fcd063,#fcbd53);}
.main .right .text a:hover{color:#203854; font-size:16px; text-decoration:none;}
.guanggao{font-size:38px; text-align:center; width:100%; height:100px; line-height:100px; clear:both;background:#203854; color:#fff; display:block; }
.bottom{width:100%;text-align:center; margin-top:70px; color:#fff; line-height:28px;background:#0d141a; padding-bottom:6px;}

@media screen and (max-width:840px) 
{
    
    .main .right {
    float: none;
    width: 96%;
    height: 462px;
    padding-top: 80px; 
    display: inline-block;
    margin: 0 2%;
}
.guanggao {
    font-size: 14px; 
}
body{ background-size:100% 100%; }
}
