@charset "utf-8";
body {font-family:\5B8B\4F53,微软雅黑,Arial Narrow,arial,serif;background:#ffffff;font-size:12px;padding:0;margin:0;}
a{ text-decoration:none;color:#0586b7; }
a:hover{ color:#ff4900; cursor:pointer;}
img{border:0;}
p{margin:0; padding: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获取样式*//* CSS Document */

#content{width:966px; margin:0 auto; overflow:hidden;}
#content .banner{ background:url(../images/cd_banner.jpg) no-repeat; width:966px;height:360px;}
#sub{width:350px;left:35px; top:250px; position:relative;font-size:14px; font-family:微软雅黑;color:#4e4e4e;}
#sub img{ vertical-align:middle; margin:5px 10px 5px 0;}
#sub span{font-size:18px;color:#e46604;padding-left:5px;}
#sub a{color:#666;}
#sub a:hover{color:#F90;}
.cd_a, .cd_b{margin:5px auto;width:100%; overflow:hidden; font-family:微软雅黑;}
.cd_a h1{font-size:30px;color:#000; font-weight:100;margin:0;padding:0;}
.cd_a h1 img{ vertical-align:middle;}
.cd_a p{float:left;width:900px;padding-left:58px; font-size:18px; line-height:28px !important; font-weight:600;}
.cd_a p span{margin-left:-40px;font-size:34px;color:#F00; line-height:normal; font-weight:normal;}
#num{float:right;margin-top:-100px;}
#cdb_t{font-size:18px; line-height:34px;margin:8px 0 0 20px; font-weight:700;}
#cdb_t span{color:#e25f5f;padding-left:10px;}
#cdb_t p{font-size:24px; font-weight:800;padding:6px;}
#cdb_t p span{color:#e40811;font-size:24px;font-weight:800;}
.cd_b h1{font-size:30px;color:#000; font-weight:100;margin:0;padding:0;}
.cd_b h1 img{ vertical-align:middle;}
.cd_b p span{font-size:34px;color:#F00; line-height:normal; font-weight:normal;}
#cdb_s{float:left;margin:60px 0 0 25px;width:310px;font-size:16px;color:#640408; line-height:26px;font-weight:bold;}
#cdb_s span{font-size:20px;color:#F00; font-weight:600;}
#content .video{margin:8px auto;font-family:微软雅黑;}
.video p{font-size:30px; font-weight:bold;margin:5px 0 10px 25px;}
.video p span{color:#890501;}
.video .v_im{width:952px;border:1px solid #CCC; overflow:hidden;padding:10px 6px 10px 6px;}
.video .v_im img{margin:2px; }
.video .v_im img:hover{border:1px solid #666; cursor:pointer;padding:2px;}
#content .assess{margin:8px auto;width:950px; overflow:hidden;}
.assess p{font-size:28px;color:#F00;margin:10px; font-family:微软雅黑;}
.assess .a_t{background:url(../images/cd_14.png) no-repeat;width:460px; height:229px;float:left; margin:0 6px 0 6px;}
.assess .a_t p{ width:100%;font-family:宋体;font-size:14px;color:#595757; line-height:30px; margin:42px 0 0 35px;}
.assess .a_t p span{color:#F00;margin-left:100px; font-weight:700;}
#content .submit{ width:964px;margin:10px auto; border:1px solid #999; overflow:hidden; font-family:微软雅黑;}
.submit .sub_d{width:580px; float:left;margin:25px 0 0 100px;}
.submit .sub_d p{font-size:28px; font-weight:bold;padding:6px;}
.submit .sub_d iframe{width:500px; height:180px;margin-left:15px;}
#sub_im{float:right; margin:20px 30px 0 0;}

/*return top*/
.backToTop {display: none;
    width: 20px;
    line-height: 1.2;
    padding: 5px 0;
    background:#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;}


