@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei', "微软雅黑", Arial;
    color: #646464;
    text-align: left;
    overflow-x: hidden;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

input,
img,
select,
textarea {
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
}

q:before,
q:after {
    content: '';
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #646464;
    outline: none;
}

a:hover {
    color: #ff6700;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

h1.top_title {
    display: none;
}

.wrap {
    width: 100%;
    position: relative;
}

.bound {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 87px;
    /*position:fixed; top:0; left:0;*/
    background: #FFFFFF;
}

.logo {
    padding: 16px 0 0 0;
    width: 225px;
}

.nav {
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 0;
    height: 80px;
}

.nav>li {
    float: left;
    display: inline-block;
    margin-right: 80px;
    position: relative;
}

.nav>li>a {
    color: #3d4047;
    display: block;
    line-height: 80px;
}

.nav>li>a:hover,
.nav li>a.on {
    color: #ff6700;
}

/*.bottom-line{background-color:#ffa466; bottom:0; height:2px; left:0; position:absolute; width:100px;}*/
.subnav_bg {
    width: 100%;
    position: absolute;
    top: 87px;
    background: url(../images/nav_bg.png) repeat;
    height: 49px;
    z-index: 1000;
}

.sub_nav {
    position: absolute;
    top: 80px;
    display: none;
    z-index: 2000;
    white-space: nowrap;
}

.nav_about {
    width: 600px;
    right: 0;
}

.nav_video {
    width: 400px;
    left: 0;
}

.nav_news {
    width: 300px;
    left: 0;
}

.nav_about li {
    font-size: 14px;
    float: right;
}

.nav_video li,
.nav_news li {
    font-size: 14px;
    float: left;
}

.nav_about li a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 55px;
}

.nav_video li a,
.nav_news li a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 55px 0 0;
}

.sub_nav li a:hover {
    color: #ffa466;
    text-decoration: underline;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(../images/totop.png) no-repeat center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.6;
}

#banner {
    width: 100%;
    height: 500px;
    /*margin-top:87px;*/
    position: relative;
}

.banner .bd {}

.banner .bd li {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .hd {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
}

.banner .hd ul {
    float: left;
    left: 50%;
    position: relative;
}

.banner .hd li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 3px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    right: 50%;
    text-indent: -999px;
    width: 76px;
}

.banner .hd li.on {
    background-color: #ff6700;
}

.section {
    padding: 50px 0;
}

.ind_video {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
}

h3.en_tit {
    font-size: 28px;
    color: #ff6700;
}

h4.cn_tit {
    font-size: 24px;
    color: #3d4047;
}

.mrg_bt20 {
    margin-bottom: 20px;
}

.mrg_bt40 {
    margin-bottom: 40px;
}

.font18 {
    font-size: 18px;
}

.font14 {
    font-size: 14px;
}

.ind_video_con {
    width: 100%;
    position: relative;
}

#tags {
    float: left;
    position: relative;
    left: 50%;
}

#tags li {
    float: left;
    position: relative;
    right: 50%;
    padding-left: 10px;
    cursor: pointer;
    font-size: 18px;
    margin: 0 15px;
}

#tags li a {
    display: block;
    color: #3d4047;
    padding: 0 20px 0 10px;
    line-height: 33px;
}

#tags li.selectTag {
    background: url(../images/ico_1_le.png) no-repeat left;
}

#tags li.selectTag a {
    background: url(../images/ico_1_ri.png) no-repeat right;
    color: #ffffff;
}

#tagContent {
    width: 100%;
    float: left;
}

.tagContent {
    width: 100%;
    float: left;
    display: none;
    padding: 35px 0 0 0;
}

#tagContent div.selectTag {
    display: block;
}

.ind_vid_list li,
.ind_vid_down li {
    float: left;
    width: 280px;
    margin: 10px;
}

.ind_vid_list li img {
    width: 280px;
}

.ind_tax,
.ind_partn {
    width: 100%;
    text-align: center;
}

.tax_zx {
    padding: 60px 38px 120px 50px;
    width: 936px;
    margin: 0 auto;
    height: 594px;
    background: url(../images/tax_zxbg.png) no-repeat top;
    text-align: left;
    position: relative;
}

.tax_con1 {
    width: 310px;
    line-height: 24px;
}

.tax_con1 a {
    color: #ff6700;
}

.margbt200 {
    margin-bottom: 235px;
}

.tax_zx h4 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
}

.wmlm {
    top: 88px;
    left: 470px;
}

.zwgk {
    top: 328px;
    left: 255px;
}

.swzr {
    top: 325px;
    right: 260px;
}

.bsfw {
    top: 540px;
    left: 470px;
}

.ind_about {
    padding: 20px 120px 45px 120px;
}

.ind_about img {
    margin-right: 44px;
}

.ind_about p {
    line-height: 24px;
    text-align: left;
}

.more {
    border: 1px solid #ff6700;
    padding: 10px 50px;
    color: #ff6700;
    margin-top: 40px;
}

.more:hover {
    background-color: #ff6700;
    color: #fff;
}

.ind_news {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
}

.footer {
    background: #2c2c2c;
    color: #c8c8c8;
}

.footer_con {
    line-height: 30px;
    margin-left: 20px;
}

.footer_con a {
    color: #c8c8c8;
}

.footer_con a:hover,
.nname a:hover {
    color: #e0812b;
    text-decoration: underline;
}

.footer_con h3 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
}

.footer_con li {
    float: left;
    padding-right: 100px;
}

.footer_con h4 {
    padding-bottom: 7px;
    font-size: 15px;
}

.share_copy {
    border-top: 1px dotted #c8c8c8;
    width: 960px;
    margin: 30px auto -10px;
    text-align: center;
    padding: 20px 0 0;
}

.share_copy img {
    margin: 10px 20px 30px 20px;
}

.part_list {
    height: 315px;
    position: relative;
}

.part_list span {
    position: absolute;
    top: 150px;
    color: #ff6700;
    font-size: 24px;
    width: 100%;
    left: 0;
}

.ind_news_con {
    width: 726px;
    text-align: left;
    padding-bottom: 45px;
}

.ind_news_tj {
    background: url(../images/line-1.png) no-repeat bottom;
    padding: 0 0 19px 0;
}

.ind_news_con li {
    display: block;
    background: url(../images/line-1.png) no-repeat bottom;
    height: 38px;
    line-height: 38px;
    padding: 0 6px 1px 8px;
}

.ind_news_con li span {
    float: right;
}

.ind_news_con li a {
    display: block;
    background: url(../images/ico_2_l.png) no-repeat left;
    padding-left: 18px;
}

.ind_news_con li a:hover {
    background: url(../images/ico_2_o.png) no-repeat left;
}

.ndate {
    background: url(../images/ndatebg.png) no-repeat;
    width: 111px;
    height: 75px;
    text-align: center;
}

.ndes {
    width: 570px;
}

.ndate span {
    display: block;
}

.dt_day {
    font-size: 20px;
    line-height: 55px;
    color: #000000;
}

.dt_ym {
    color: #ffffff;
    font-size: 11px;
}

.nname {
    font-size: 14px;
    margin: 5px 0 8px;
}

.nname a {
    color: #000000;
}

.ndes_jj {
    text-indent: 24px;
}

.nybanner {
    width: 100%;
    height: 320px;
    /*margin-top:87px;*/
    position: relative;
}

.bann1 {
    background: url(../images/ny_banner.jpg) no-repeat center;
}

.bann2 {
    background: url(../images/banner2.jpg) no-repeat center;
}

.bann3 {
    background: url(../images/banner3.jpg) no-repeat center;
}

.bann4 {
    background: url(../images/banner4.jpg) no-repeat center;
}

.bann5 {
    background: url(../images/banner5.jpg) no-repeat center;
}

.location {
    width: 100%;
    background: url(../images/locabg.png) repeat-x;
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

.location span {
    color: #fe7b13;
}

.cont_le {
    width: 263px;
    padding-bottom: 50px;
}

.cont_ri {
    width: 900px;
    padding-bottom: 50px;
}

.cont_le h2 {
    font-size: 25px;
    color: #666666;
    text-align: center;
}

.cont_le h2 span {
    color: #949494;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.sideBar {
    padding: 5px 0 20px;
}

.sideBar li {
    display: block;
    border-bottom: 1px solid #ffdec3;
    padding: 0 0 0 25px;
    font-size: 16px;
    margin-bottom: 1px;
}

.sideBar li a {
    display: block;
    line-height: 30px;
    padding: 10px 0 10px 18px;
    background: url(../images/ico_3_l.png) no-repeat left;
}

.sideBar li:hover,
.sideBar li.active {
    background: #ff9238 url(../images/barbg.png) repeat-x bottom;
}

.sideBar li:hover a,
.sideBar li.active a {
    background: url(../images/ico_3_w.png) no-repeat left;
    color: #FFFFFF;
}

.le_vedio {
    width: 263px;
    position: relative;
}

.le_vedio span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: url(../images/le_vdbg.png) repeat;
}

.le_vedio span a {
    color: #fff;
}

.about_con {
    padding: 20px 65px 0 65px;
    font-size: 14px;
    line-height: 24px;
}

.ny_tit {
    text-align: center;
    font-size: 25px;
    color: #ff6700
        /*3d4047*/
    ;
    padding: 10px 0 20px;
}

.ny_tit span {
    font-size: 20px;
    color: #ff6700;
    line-height: 36px;
    display: block;
    padding-top: 10px;
}

.staff_list {
    padding: 0 20px 0 40px;
}

.staff_list li {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px dotted #808080;
}

.staff_list li span {
    float: right;
}

.staff_list li a {
    background: url(../images/ico_4.png) no-repeat left;
    padding-left: 25px;
}

.pages {
    text-align: center;
    padding: 40px 0 0 0;
}

.pages a {
    background: #eeeeee;
    border: 1px solid #d4d4d4;
    padding: 3px 8px;
    margin: 0 2px;
}

.staff_con {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 30px;
    color: #080808;
}

.staff_con h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.post_time {
    text-align: center;
    font-size: 14px;
}

.staff_con p {
    padding: 5px 0;
}

.s_next {
    display: block;
    margin: 30px 0 0 0;
    font-size: 14px;
}

.contact_con {
    width: 800px;
    margin: 0 auto;
}

.lxwm_con {
    width: 450px;
    padding-bottom: 50px;
}

.lxwm_con p {
    display: block;
    background-image: url(../images/ico_5.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 34px;
    line-height: 34px;
}

.lxwm_con p.lx_tel {
    background-position: 0 0;
    font-size: 24px;
    color: #717171;
    margin-bottom: 20px;
}

.lxwm_con p.lx_addr {
    background-position: -2px -45px;
}

.lxwm_con p.lx_tel1 {
    background-position: -2px -78px;
}

.lxwm_con p.lx_ema {
    background-position: -2px -115px;
}

.recruit_con {
    width: 856px;
    margin: 0 auto;
    background: url(../images/line-2.png) no-repeat bottom;
    padding-bottom: 1px;
}

.recruit_con table {
    width: 100%;
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
}

.recruit_con table tr {
    background: url(../images/line-2.png) no-repeat top;
    line-height: 32px;
}

.recruit_con table tr.job_name {
    background: none;
    color: #ff5800;
    font-size: 14px;
}

.recruit_con table td {
    padding: 5px 5px 3px;
}

.recommend {
    display: block;
    border-right: 1px solid #e4e4e4;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.recommend a {
    border: 1px solid #e4e4e4;
    padding: 0 12px;
    border-right: none;
    display: block;
    float: left;
    color: #515151;
}

.recommend a.on {
    background: #eaeaea;
}

.video_list {
    width: 900px;
}

.video_list li {
    width: 282px;
    float: left;
    height: 210px;
    display: block;
    margin: 20px 0 0 18px;
    overflow: hidden;
}

.vid_img {
    display: block;
    width: 282px;
    height: 180px;
}

.vid_img:hover {
    background: url(../images/videobg.png) no-repeat center;
}

.vid_name {
    font-size: 14px;
    text-align: center;
    margin: 5px 0 10px;
}

.vid_name a {
    color: #1e1e1e;
}

.vid_comm {
    padding: 0 0 0 10px;
}

.vid_comm span {
    display: block;
    background-image: url(../images/ico_6.png);
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    padding: 0 8px 0 20px;
}

.vid_comm span.eye {
    background-position: 0 4px;
}

.vid_comm span.talk {
    background-position: 1px -33px;
}

.vid_comm span.good {
    background-position: 0 -73px;
}

.vid_comm span.free {
    color: #fe2626;
    background: none;
}

.play_video {
    width: 100%;
    background: url(../images/video_bg.png) no-repeat top;
    height: 540px;
    margin: -50px 0 50px;
}

.video_play {
    width: 965px;
    margin: 0 auto;
    height: 540px;
    text-align: center;
}

.video_le {
    width: 850px;
}

.video_le h2 {
    font-size: 20px;
    color: #060606;
    margin-bottom: 10px;
}

.video_le h3 {
    font-size: 14px;
    color: #ed681c;
    border-bottom: 1px solid #eeeff1;
    padding: 0 0 20px 6px;
    width: 810px;
    margin-bottom: 10px;
}

.video_le h3 span {
    color: #888888;
}

.vid_mooc {
    text-align: center;
    font-size: 14px;
    width: 125px;
}

.vid_mooc span {
    display: block;
    color: #ed681c;
    padding: 2px 0;
}

span.black {
    color: #000000;
}

.vid_desc {
    width: 645px;
    margin: 0 70px 70px 0;
    line-height: 24px;
}

.video_ri {
    width: 247px;
    margin-right: 20px;
    height: 329px;
    background: url(../images/video_ri_bg.png) no-repeat;
    padding: 20px 9px;
}

.video_ri h4 {
    color: #555555;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #fcfcfc;
    height: 40px;
    line-height: 40px;
    padding: 0 0 5px 5px;
    margin-bottom: 12px;
}

.video_ri li {
    width: 247px;
    height: 60px;
    display: block;
    padding: 12px 0;
}

.video_ri li img {
    margin-right: 8px;
    max-height: 60px;
    max-width: 97px;
}

.mor_vid {
    margin-left: 70px;
    width: 775px;
    background: url(../images/line-3.png) no-repeat bottom;
    padding: 0 0 0 5px;
}

.mor_vid span {
    display: block;
    height: 47px;
    background: url(../images/ico_7.png) no-repeat left top;
    padding-left: 47px;
}

.more_video {
    width: 780px;
    margin: 20px 0 0 70px;
    overflow: hidden;
    position: relative;
}

.more_video .bd {
    width: 720px;
}

.more_video li {
    width: 160px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.more_video li img {
    width: 160px;
}

.more_video li span {
    display: block;
    line-height: 24px;
    margin: 4px 0 0 0;
}

.more_video .next {
    width: 25px;
    height: 74px;
    position: absolute;
    top: 10px;
    right: 30px;
    background: url(../images/ico_8.png) no-repeat;
    cursor: pointer;
}

.tax_con,
.tax_con2 {
    width: 100%;
    line-height: 24px;
}

.tax_con p {
    padding: 10px;
    text-indent: 24px;
}

.news_tit {
    border-bottom: 1px solid #dcdcdc;
    color: #3d4047;
    font-size: 16px;
    padding: 0 5px 10px 20px;
}

.news_tit a {
    padding: 0 12px;
    color: #3d4047;
}

.sort_by a {
    padding: 0 3px;
}

.terminal_con {
    width: 654px;
    margin: 0 auto;
}

.terminal_con li {
    width: 150px;
    float: left;
    margin: 10px 34px 40px;
    display: block;
    font-size: 18px;
    text-align: center;
}

.terminal_con li img {
    max-width: 150px;
}

.terminal_con li span {
    display: block;
    padding-top: 10px;
}

.terminal_con li a {
    color: #000000;
}

.terminal_con li a:hover,
.news_list li h5 a {
    color: #ff6700;
}

.news_list {
    width: 100%;
}

.news_list li {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 15px 35px;
}

.news_list li h5 {
    font-size: 18px;
    margin-bottom: 18px;
}

.news_des {
    width: 610px;
    line-height: 24px;
    position: relative;
}

.n_icon {
    margin-top: 25px;
    height: 24px;
    display: block;
    position: relative;
}

.n_icon span,
.news_post span {
    display: block;
    background-image: url(../images/ico_11.png);
    background-repeat: no-repeat;
    height: 24px;
    padding: 0 10px 0 20px;
}

.n_icon span.adm {
    background-position: -7px 0;
}

.n_icon span.time {
    background-position: -6px -24px;
}

.n_icon span.look {
    background-position: -1px -49px;
    padding-left: 30px;
}

.n_icon span.star {
    background-position: -5px -74px;
}

.n_icon span.like {
    background-position: -6px -100px;
}

.n_icon span.shr {
    background-position: -6px -126px;
}

.n_icon span.awd {
    background: none;
    padding-left: 0px;
}

.share_icon {
    position: absolute;
    right: 0;
    top: -20px;
}

.share_icon span {
    padding-left: 12px;
}

.n_icon span.wxi {
    background-position: -5px -156px;
}

.n_icon span.qzon {
    background-position: -5px -181px;
}

.n_icon span.wbi {
    background-position: -5px -205px;
}

.n_icon span.qqi {
    background-position: -5px -229px;
}

a.news_mor {
    margin: 55px auto;
    background-color: #ff6700;
    display: block;
    color: #FFFFFF;
    width: 277px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

a.news_mor span {
    background: url(../images/ico_13.png) no-repeat right;
    padding-right: 15px;
}

.news_detail {
    width: 845px;
    margin: 0 auto 80px;
    line-height: 24px;
}

.news_detail p {
    padding: 10px 0;
}

.news_detail h2 {
    font-size: 18px;
    color: #3d4047;
    margin-bottom: 25px;
}

.news_post {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    color: #333333;
}

.news_post span {
    margin-right: 30px;
}

.news_post span.adm {
    background-position: -7px -3px;
}

.news_post span.time {
    background-position: -6px -24px;
}

a.back_p {
    background-color: #ff6700;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 30px;
    margin: 20px 20px 0 0;
}

.video_down {
    width: 900px;
}

.video_down li {
    width: 282px;
    float: left;
    display: block;
    margin: 20px 0 20px 18px;
    text-align: center;
}

.video_down li img {
    width: 270px;
}

.vid_tit {
    font-size: 14px;
    margin: 10px 0 20px;
}

a.down_vid {
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 5px 15px;
}

.ind_vid_down {
    width: 100%;
}

.ind_vid_down li img {
    width: 270px;
    margin-bottom: 20px;
}

.online_wel {
    color: #808080;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    padding-top: 15px;
    line-height: 35px;
    font-size: 15px;
    margin: 0 70px;
}

.online_wel a.click_btn {
    display: inline-block;
    margin-left: 30px;
    width: 94px;
    height: 35px;
    background: url(../images/5_7.png) no-repeat 0 0;
    text-align: center;
}

.online_title {
    color: #404040;
    font-size: 15px;
    padding: 20px 0 10px;
    margin: 0 70px;
}

.online_search {
    width: 880px;
    height: 43px;
    margin-top: 15px;
    text-align: center;
    padding-top: 10px;
    background: url(../images/online_searchbg.jpg) no-repeat;
}

.online_search input {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.search-box {
    margin-top: 30px;
}

.search-box li {
    overflow: hidden;
    background-color: #F3F5F6;
    padding: 15px 14px 20px 13px;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
}

.search-state {
    font-size: 14px;
    color: #404040;
    line-height: 1.25em;
    ;
    margin-bottom: 10px;
}

.search-state .sp5 {
    float: left;
    margin-left: -10px;
}

.search-state .sp6 {
    float: right;
    margin-right: 70px;
}

.search-state .sp6 span {
    margin-right: 40px;
}

.search-message {
    padding: 5px 35px 15px 20px;
    clear: both;
    font-size: 14px;
    color: #808080;
    line-height: 1.5em;
}

.search-reply {
    background: url(../images/replybg1.png) no-repeat top;
    padding-top: 8px;
}

.search-reply1 {
    background: url(../images/replybg2.png) no-repeat bottom;
    padding-bottom: 14px;
}

.search-reply2 {
    background: url(../images/replybg3.png) repeat-y center;
    padding: 0 5px 5px 5px;
}

.search-reply2-div {
    color: #404040;
    font-size: 14px;
}

.search-reply2 .sp7 {
    color: #EB2700;
}

.search-reply2 .sp8 {
    float: right;
    margin-right: 65px;
}

.search-reply2 .sp8 span {
    margin-right: 40px;
}

.search-reply2 .o-p1 {
    clear: both;
    margin-left: 14px;
    color: #404040;
    font-size: 14px;
}

/*#floatBoxBg{display:none;width:100%;height:100%;background:#000;position:absolute;top:0;left:0; z-index:1000;}
.floatBox{width:280px;position:absolute;top:20%;left:40%; z-index:1001; background:#fff url(../images/free-box-bg.png) no-repeat right center; border:#999999 1px solid;}
.floatBox .title{padding:7px 10px 0 15px; color:#333;}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px;line-height:16px;}
.floatBox .title span{float:right;cursor:pointer; color:#888;}*/
.floatBox {
    display: block;
    width: 700px;
    height: 250px;
    background: #fff url(../images/free-box-bg.png) no-repeat right center;
    margin-left: 70px;
}

.floatBox .content {
    padding: 10px 15px;
    text-align: left;
    line-height: 160%;
}

.floatBox .form-tab {}

.floatBox td {
    padding: 4px;
}

.floatBox .form-test {
    border: 1px solid #ccc;
    width: 270px;
    color: #666;
}

.floatBox textarea {
    border: 1px solid #ccc;
    width: 270px;
    overflow: hidden;
    height: 70px;
    color: #666;
}

.floatBox .form-sub {
    margin-right: 15px;
    background: url(../images/msg-submit-bg.jpg) no-repeat bottom;
    width: 78px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    float: left;
    color: #FFFFFF;
    margin-left: 20px;
}

.floatBox .form-ret {
    background: url(../images/msg-submit-bg.jpg) no-repeat bottom;
    width: 78px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    color: #FFFFFF;
}

.tax_con2 p {
    padding: 5px 0;
}

.ques_anw {
    padding: 10px;
}

.ques_anw li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.anwster {
    display: block;
    padding: 5px 5px 0 0;
}

.anw_con {
    width: 845px;
}