/* CSS Document */
body{margin:0;padding:0; background:#FFF; font-family:Verdana, Geneva, sans-serif;}
img{border:0;}
#header{width:1000px;margin:10px auto;}
#navigation{margin:0 auto; background:url(../images/nav_c.png) repeat-x; width:100%;}
#content{width:1000px;margin:0 auto; overflow:hidden;}
/*header部分*/
#header .logo{width:320px;float:left; border:0;}
#header .logo .txt{color:#bf0805;font-size:12px; padding:18px 0 0 0; line-height:20px;}
#header .fphone{text-align:right;}
/*导航栏部分*/
#nav ul{list-style-type:none; font-family:"微软雅黑"; font-size:16px; padding:0; margin:10px auto;}
.clear {clear:both;}
#nav_out {background:url(../images/nav_l.png) 0 0 no-repeat; line-height:44px; margin:0 auto; width:1024px; }
#nav_in { background:url(../images/nav_r.png) 100% 0 no-repeat; margin:0 0 0 12px;width:1030px;}
#nav {height:44px;background:url(../images/nav_c.png) 0 50% repeat-x; margin:0 22px 10px 0; border:0; padding:0;}
#nav ul{margin:0;}
#nav li {float:left; position:relative;}
#nav li a {display:block; text-decoration:none; color:#FFF; width:110px; text-align:center;border-right:1px solid #840706;}
#nav li a:hover {background:url(../images/li_l.png) 0 0 no-repeat; color:#000;}
#nav li a span {padding:0 12px 0 0; margin:0 0 0 12px; display:block;}
#nav li a:hover span {background:url(../images/li_r.png) 100% 0 no-repeat; color:#D9D9D9;}
#recom{position:absolute;z-index:1001; right:-18px;top:-10px;}
#mynav8{width:108px !important; border-right:0 !important;}
.current {background:url(../images/li_l.png) 0 0 no-repeat;}/*鼠标点击时变换背景，方便JS获取样式*/
.current span{background:url(../images/li_r.png) 100% 0 no-repeat;color:#D9D9D9;}  /*鼠标点击时变换背景，方便JS获取样式*/

#content{margin:0 auto; width:966px; overflow: hidden; font-family:微软雅黑;}
.banner{ background:url(../images/banner.gif) no-repeat; width:964px;height:370px;}
.banner .submit{width:380px; position:relative; left:48px; top:305px; font-size:14px; font-weight:bold; color:#6c5d61;}
.submit img{ vertical-align:middle;}
.submit span{color:#F00;font-size:16px; font-weight:bold;}
.introd{margin:0 auto; width:920px; overflow:hidden;}
#in_t{color:#d70505; font-size:28px; background:url(../images/seo_18.jpg) no-repeat bottom; width:920px;padding:5px 0 10px 0;margin:10px 0 10px 0;}
.introd .in_yl{float:left; width:305px;color:#646464;font-size:12px; line-height:25px;}
.in_yl p{color:#cf5455;font-size:14px;}
.in_yl p span{ background:#cf5455; color:#FFF;padding:2px 10px 2px 10px;margin-right:20px;}
.introd .in_txt{float:right; width:560px;color:#646464;font-size:14px; font-family:微软雅黑; line-height:25px;}
.introd .in_txt p{margin:0; text-indent:2em;}
.in_txt .in_sut p{color:#000; text-indent:0px; line-height:25px; margin:10px 0 10px 0;}
.in_txt .in_sut img{ vertical-align:middle;margin-left:10px;}
.in_txt .in_sut strong{font-size:16px;}
.in_txt .in_sut span{color:#e46604;font-size:16px; font-family:微软雅黑;font-weight:bold;margin-left:10px;}
#title{margin-top:15px; width:996px; height:43px; background:url(../images/seo_13.jpg) repeat-x; color:#FFF; line-height:30px; text-indent:15px; font-size:18px;}
#title span{font-weight:bold;font-size:22px;}
.show{margin:0 auto; overflow:hidden;}
.show .s_1 p{float:left; width:405px;margin:0 35px 0 35px;}
.show .s_1 p span{color:#8f0303;font-size:18px;}
.show .s_1 p span img{ vertical-align:middle;margin-left:25px;}
.show .s_1 p div{float:left;width:200px;}
#s_sub{float:left; width:438px;}
#s_sub span{font-size:16px;color:#e46604; font-weight:bold;}
#s_sub p{background:#e7eaef;padding:5px 10px 5px 10px; float:left; margin:80px 0 20px 0;}
#s_sub p span{color:#000; margin-left:330px;}
.secret{margin:10px auto; overflow:hidden;}
.secret img{float:left;border:1px solid #999;margin:0 10px 10px 10px;}
.assess{margin:10px auto; width:880px; overflow:hidden}
.assess .as_1 img{margin-right:20px;}
.assess .as_2{float:left;width:434px;}
.assess .as_2 p{width:390px;padding:20px;color:#5a3f26;font-size:18px; border:1px solid #c9c69d; line-height:38px; overflow:hidden;}
.assess .as_2 img{ vertical-align:text-bottom;margin-left:10px;}
.as_2 strong{float:left;color:#e46604;font-size:16px;}
.as_2 strong span{color:#727171;font-size:12px; margin-left:110px;}
.option{margin:10px auto; width:940px;}
.option p{font-size:14px;color:#3c3c3c;font-family:宋体; line-height:30px;}
.option p span{color:#c7000b;font-size:20px; font-family:微软雅黑;}
.option p strong{color:#000;font-size:18px; font-family:微软雅黑;}

/*return top*/
.backToTop {
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 80px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}

/*footer*/
#footer{width:966px; margin:10px auto;overflow:hidden; font-family:宋体;font-size:12px;}
#f_t{width:964px;border:1px solid #CCC; overflow:hidden; line-height:18px;}
#f_t a{color:#666; text-decoration:none;}
#f_t a:hover{color:#F60;}
#f_t .f_1{width:160px;float:left; height:128px;border-right:1px solid #CCC;margin:10px 0 10px 20px;}
#f_t .f_1 p{text-indent:0px; margin:0 0 7px 0; padding:0; font-weight:bold;}
#f_t .f_2{margin:25px 0 0 20px;width:200px; float:left;height:128px;color:#666;}
#f_a{width:966px;margin:10px auto; text-align:center;}
#f_a img{margin-right:20px;}

