@charset "utf-8";

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    font-size: 13px;
    line-height: 28px;
    color: #333;
    text-decoration: none;
    font-family: "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1E438A;
    text-decoration: none;
}

img {
    border: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
p,
b,
i,
span {
    font-weight: normal;
    color: #444;
}

.head {
    height: 120px;
    width: 100%;
}

.header {
    width: 100%;
    height: 30px;
    background: #F4F4F4;
}

.header .header-in {
    width: 1200px;
    height: 30px;
    margin: 0px auto;
    font-size: 12px;
    color: #888;
}

.header .header-in span {
    float: right;
    color: #888;
}

.header .header-in span a {
    color: #888;
}

.top {
    width: 1200px;
    height: 90px;
    margin: 0px auto;
    position: relative;
}

.top .logo {
    height: 90px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.top .logo img {
    max-height: 90px;
}

.top .tel {
    width: auto;
    height: 45px;
    position: absolute;
    top: 23px;
    right: 0;
    padding-left: 60px;
    background: url(../images/tel.png) no-repeat;
    font-size: 15px;
    line-height: 23px;
}

.top .tel span {
    font-size: 22px;
    font-weight: bold;
    color: #e1551a;
}

.navbox {
    width: 100%;
    border-top: 1px solid #0070bb;
    BACKGROUND: #0070bb;
}

.nav {
    width: 1200px;
    height: 50px;
    margin: 0px auto;
    border-left: 1px solid #333;
}

.nav li {
    float: left;
    border-right: 1px solid #333;
}

.nav li a {
    float: left;
    padding: 0px 30px;
}

.inmenu:link,
.inmenu:visited {
    color: #FFF;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.inmenu:hover,
.inmenu:active {
    background: #e1551a;
    text-decoration: none;
}

.inmenu_1:link,
.inmenu_1:visited,
.inmenu_1:hover,
.inmenu_1:active {
    color: #FFF;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background: #e1551a;
    text-align: center;
}

.nav li:hover {
    position: relative;
    z-index: 99999;
    color: #FFF;
}

.nav li:hover a {
    background: #e1551a;
    color: #FFF;
}

.nav li:hover ul li a {
    background: #FFF;
    color: #333;
}

.nav li ul li {
    float: none;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
}

.nav li ul li a {
    float: none;
    display: block;
    color: #333;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    padding: 0px 20px 0px 20px;
    min-width: 79px;
}

.nav li ul li a:hover {
    color: #1E438A;
    background: #EEE;
}

.nav li ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
}

#banner {
    clear: both;
    min-width: 1000px;
    background: #EEE;
    width: 100%;
    margin: 0px auto;
    z-index: 888;
}

.slider_img {
    display: block;
    text-align: center;
    height: 100%;
}

.slider_img img {
    display: inline-block !important;
    margin: 0px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.wmuSlider {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

.bbdd {
    z-index: 2;
    position: absolute;
    bottom: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.bbdd li {
    margin: 0 5px 10px 5px;
    list-style-type: none;
    display: inline-block;
}

.bbdd a {
    display: inline-block;
    text-indent: 999px;
    width: 12px;
    height: 16px;
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    overflow: hidden;
}

.bbdd a.wmuActive {
    background-position: 0 0;
}

.banner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #F1F1F1;
}

.banner img {
    min-width: 1000px;
    max-width: 100%;
}

.wmuSliderPrev,
.wmuSliderNext {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.wmuSliderNext {
    background-position: 0 -70px;
    right: 0;
}

.wmuSliderPrev {
    left: 0;
}

.wmuSlider:hover .wmuSliderNext {
    opacity: 0.3;
    filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderPrev {
    opacity: 0.3;
    filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderNext:hover,
.wmuSlider:hover .wmuSliderPrev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.content1 {
    position: relative;
    margin-top: -50px;
}

.content1 .box-search {
    width: 1150px;
    height: 100px;
    background: #0070bb;
    margin: 0px auto;
    padding: 25px;
}

.content1 .box-search .c1-left {
    width: 574px;
    height: 100px;
    float: left;
    border-right: 1px solid #FFF;
}

.content1 .box-search .c1-right {
    width: 575px;
    height: 100px;
    float: right;
}

.search {
    width: 420px;
    height: 40px;
    margin-top: 20px;
    background: #FFF;
    padding: 10px;
}

.search .search_text {
    width: 310px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 12px;
    background: #FFF;
    border: 5px solid #e1551a;
    color: #999;
    padding-left: 10px;
    font-family: "微软雅黑";
}

.search .search_but {
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: right;
    background: #e1551a;
    font-family: "微软雅黑";
    color: #FFF;
    border: 0;
}

.home-contact {
    background: url(../images/tel1.png) no-repeat left center;
    margin-left: 50px;
    padding-left: 80px;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
}

.home-contact strong {
    font-size: 14px;
}

.title {
    width: 200px;
    text-align: center;
    line-height: 22px;
    font-size: 17px;
    color: #000;
    margin: 35px auto 0px;
    padding: 5px;
    border: 1px solid #999;
    border-width: 1px 0px;
}

.title p {
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #666;
}

.home-pro {
    width: 1200px;
    margin: 20px auto 0px;
    overflow: hidden;
}

.home-pro .home-pro-hot {
    width: 1200px;
    margin-top: 18px;
    overflow: hidden;
}

.home-pro .home-pro-hot .leftbox {
    width: 212px;
    height: 225px;
    float: left;
    background: #333;
    text-align: center;
    color: #FFF;
}

.home-pro .home-pro-hot .leftbox img {
    width: 63px;
    height: 63px;
    margin: 45px auto 25px;
}

.home-pro .home-pro-hot li {
    width: 230px;
    margin-left: 15px;
    border: 1px solid #e3e3e3;
    background: #FFF;
    float: right;
}

.home-pro .home-pro-hot li img {
    width: 220px;
    height: 175px;
    margin: 5px;
}

.home-pro .home-pro-hot li strong {
    display: inline-block;
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #e3e3e3;
    font-size: 14px;
}

.home-pro .home-pro-hot li:hover {
    border: 1px solid #333;
}

.home-pro .home-pro-hot li:hover strong {
    display: inline-block;
    background: #333;
    color: #FFF;
}

.home-industry {
    width: 100%;
    height: 500px;
    background: url(newsbg.jpg) no-repeat top center;
    overflow: hidden;
    margin-top: 50px;
}

.indbg {
    background: url(/Content/File_Img/nbzdqcc.com/wbt-3.jpg) no-repeat top center;
}

.home-industry .industyr-r {
    width: 50%;
    height: 500px;
    background: #0070bb;
    overflow: hidden;
    float: right;
}

.home-industry .industyr-r .industrylist {
    width: 600px;
    height: 500px;
}

.home-industry .industyr-r .industrylist .ititle {
    font-size: 23px;
    color: #FFF;
    line-height: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 30px;
}

.home-industry .industyr-r .industrylist li {
    width: 570px;
    height: 80px;
    background: #FFF;
    border-radius: 3px;
    margin: 25px 0px 0px 30px;
    float: rightl
}

.home-industry .industyr-r .industrylist li .num {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #e1551a;
    font-size: 35px;
    float: left;
}

.home-industry .industyr-r .industrylist li p {
    width: 480px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}

.home-industry .industyr-r .industrylist li p strong {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.home-industry .industyr-r .industrylist li p span {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    color: #777;
}

.home-industry .industyr-r .industrylist li:hover {
    background: #333;
}

.home-industry .industyr-r .industrylist li:hover .num {
    color: #FFF;
}

.home-industry .industyr-r .industrylist li:hover p strong {
    color: #CCC;
}

.home-industry .industyr-r .industrylist li:hover p span {
    color: #999;
}

.home-about {
    width: 100%;
    background: url(../images/about-bg.jpg) repeat;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 20px;
}

.home-about .introduce {
    width: 1200px;
    margin: 35px auto 0px;
}

.home-about .introduce img {
    width: 450px;
    height: 250px;
    float: left;
    border: 5px #EEE solid;
}

.home-about .introduce p {
    width: 700px;
    height: 250px;
    line-height: 175%;
    float: right;
    overflow: hidden;
}

.home-about .introduce strong {
    margin: 0px 0px 6px 0px;
    width:700px;
    font-size: 18px;
    font-weight: bold;
    color: #e1551a;
    display: inline-block;
}

.home-news {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.home-news .newsleft {
    width: 575px;
    float: left;
    margin-top: 10px;
}

.home-news .newsleft li {
    float: left;
    width: 575px;
    height: auto;
    margin-top: 30px;
}

.home-news .newsleft li img {
    float: left;
    width: 114px;
    height: 114px;
    border: 3px solid #D0D0D0;
}

.home-news .newsleft li h2 {
    width: 244px;
    float: right;
    font-size: 16px;
    text-align: left;
    color: #575757;
}

.home-news .newsleft li h2 a {
    color: #575757;
}

.home-news .newsleft li span {
    float: right;
    width: 435px;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    line-height: 16px;
    max-height: 176px;
    overflow: hidden;
}

.home-news .newsleft li a.more {
    width: 100px;
    float: left;
    height: 30px;
    background: #0070bb;
    margin-left: 20px;
    margin-top: 12px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
}

.home-news .newsleft li span.ntitle {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    line-height: 28px;
}

.home-news .newsright {
    width: 575px;
    float: right;
    margin-top: 30px;
}

.home-news .newsright li {
    width: 575px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
    background: url(point.png) no-repeat left 17px;
    text-indent: 14px;
}

.home-news .newsright li span {
    float: right;
    font-size: 12px;
    color: #888;
}

.home-news .newsright li a {
    color: #333;
}

.home-news .newsright li a:hover {
    color: #e1551a;
}

.foot {
    width: 100%;
    background: #DDD;
    margin-top: 50px;
    padding: 5px 0px 0px 0px;
}

.foot .footmenu {
    width: 1200px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto 10px;
    border-bottom: 1px solid #bbb;
}

.foot .footmenu li {
    display: inline-block;
    line-height: 20px;
    background: none;
    color: #333;
    margin: 30px 10px;
}

.foot .footmenu li a {
    background: #CCC;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 3px;
}

.foot .footmenu li a:hover {
    background: #aaa;
    color: #FFF;
    line-height: 20px;
    font-size: 14px;
}

.foot .footer {
    width: 1200px;
    margin: 20px auto 30px;
    color: #666;
    overflow: hidden;
}

.foot .footer a {
    color: #666;
}

.foot .footer .f-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.foot .footer .f-left {
    width: 300px;
    float: left;
    margin-right: 80px;
}

.foot .footer .f-center {
    width: 660px;
    float: left;
}

.foot .footer .f-center li {
    width: 250px;
    float: left;
    margin-right: 80px;
    border-bottom: 1px solid #bbb;
}

.foot .footer .f-right {
    width: 160px;
    float: right;
}

.foot .footer .f-right img {
    width: 130px;
    height: 130px;
    margin-top: 30px;
}

.foot p {
    width: 100%;
    margin: 0px auto;
    color: #666;
    text-align: center;
    background: #c2c2c2;
    padding: 15px 0px;
}

.foot p a {
    color: #666;
}

.footlinks {
    clear: both;
    margin: 0px auto;
    padding: 5px 10%;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #666;
    text-align: center;
    background-color: #C2C2C2;
}

.footlinks span,
.footlinks a:link,
.footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #666;
    margin-right: 3px;
}

.ban-inner {
    width: 100%;
    text-align: center;
}

.ban-inner img {
    max-width: 100%;
}

.inner {
    width: 1200px;
    margin: 35px auto 50px;
    overflow: hidden;
}

.inner .inner-left {
    width: 250px;
    float: left;
}

.inner .inner-left h2 {
    width: 250px;
    height: 60px;
    background: #1E438A;
    color: #FFF;
    line-height: 60px;
    text-align: center;
}

.inner .inner-left .inner-left-box {
    width: 250px;
    margin-bottom: 20px;
}

.inner .inner-left .inner-left-box img {
    width: 180px;
}

.sf-menu {
    display: table;
    width: 250px;
    margin: 20px auto;
    border-top: 1px solid #DDD;
}

.sf-menu li {
    clear: both;
}

.sf-menu li a,
.sf-menu li:hover a {
    display: block;
    color: #1E438A;
    line-height: 24px;
    font-size: 15px;
    background: url(point1.png) 8px 17px no-repeat;
    padding: 9px 0 9px 20px;
    border-bottom: 1px solid #DDD;
}

.sf-menu li a:hover {
    background: #1E438A url(point2.png) 8px 17px no-repeat;
    color: #FFF;
}

.sf-menu li li {
    clear: both;
    text-transform: capitalize;
    margin: 0 auto;
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #EEE;
    padding-bottom: 0px;
}

.sf-menu li li.LiLevel2 a {
    border: none;
    background: url(point3.png) no-repeat 10px 13px;
    line-height: 26px;
}

.sf-menu li li.LiProDetail a {
    border: none;
    background: url(point3.png) no-repeat 10px 13px;
}

.sf-menu li li a,
.sf-menu li:hover li a {
    display: block;
    line-height: 20px;
    color: #333;
    padding: 5px 0 5px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 22px;
    font-weight: normal;
}

.sf-menu li li a:hover {
    background: #f2f2f2 url(point3.png) no-repeat 10px 13px;
    text-decoration: none;
    color: #e1551a;
}

ul.sf-menu ul {
    display: none;
}

.sf-menu li:hover ul {
    display: block
}

ul.sf-menu ul ul {
    position: absolute;
    left: 250px;
    width: 250px;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999
}

.sf-menu li li li {
    background: #FFF;
    padding: 0;
}

.sf-menu li li:hover {
    opacity: 1
}

.sf-menu li li li a,
.sf-menu li:hover li li a {
    text-decoration: none;
    background: url(point3.png) #EEE no-repeat 8px 13px;
    border-bottom: 1px solid #DDD;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}

ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}

ul.sf-menu li:hover>ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}

ul.sf-menu li.Level1>a {
    background: url(point1.png) 8px 17px no-repeat;
    color: #393;
}

.inner .inner-right {
    width: 910px;
    float: right;
}

.inner .inner-right .position {
    padding: 0px 10px;
    width: 890px;
    border-bottom: 1px solid #DDD;
    background: #f6f6f6;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    font-weight: bold;
    color: #1E438A;
}

.inner .inner-right .position .bPosition {
    float: right;
    font-size: 14px;
    min-width: 500px;
    text-align: right;
    color: #333;
    font-weight: normal;
}

.inner-abo {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
}

.newslist {
    margin-top: 20px;
}

.newslist li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #EEE;
    background: url(point.png) no-repeat 3px 16px;
    padding-left: 18px;
    font-size: 14px;
}

.newslist li span {
    float: right;
    font-size: 14px;
    padding-right: 5px;
}

.rnews {
    width: 910px;
    margin-top: 15px;
}

.rnews strong {
    font-size: 19px;
    line-height: 45px;
    height: 45px;
    color: #000;
    font-weight: bold;
    display: block;
}

.rnews li {
    float: left;
    width: 48%;
    height: 25px;
    line-height: 25px;
    margin-right: 2%;
    border-bottom: 1px solid #FFF;
    background: url(point3.png) no-repeat 0px 10px;
}

.rnews li a {
    color: #444;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    text-decoration: none;
    padding-left: 13px;
}

.rnews li a:hover {
    color: #393;
    background: url(point3.png) no-repeat 0px 10px;
}

.pages22,
.npage {
    clear: both;
    text-align: center;
    font-size: 12px;
    padding: 25px 0 0px 0;
    color: #b2b2b2;
}

.pages22 a,
.pages22 span {
    display: inline-block;
    height: 24px;
    padding: 0 2px;
    margin: 0 2px !important;
    line-height: 24px;
    border: 1px solid #CCC;
    background: #DDD;
    padding: 0px 8px;
    color: #333;
}

.pages22 a:link,
.pages22 a:visited {
    color: #333;
    line-height: 24px;
    border: 1px solid #CCC;
    background: #DDD;
    padding: 0px 8px;
}

.pages22 a:hover,
.pages22 a:active,
.pages22 span.ctxt {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #1E438A;
    background: #1E438A;
    padding: 0px 8px;
}

.proIntro {
    margin: 10px 10px 0px 10px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
}

.productlist {
    width: 910px;
    height: auto;
    margin: 10px auto 0px;
    overflow: hidden;
}

.productlist li {
    width: 205px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    margin: 10px 5px 10px 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    height: 205px;
}

.productlist li img {
    width: 205px;
    height: 163px;
}

.productlist li:hover {
    border: 1px solid #e1551a;
}

.productlist li:hover a {
    color: #e1551a;
}

.news-content {
    margin-top: 20px;
}

.newsTitle {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    padding: 0px 0px 15px 0px;
    text-align: center;
}

.newsDate {
    clear: both;
    line-height: 15px;
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.newsDate a {
    color: #999;
}

.newsDate a:hover {
    color: #08A5E0;
}

.newsContent {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    word-wrap: break-word;
    word-break: normal;
}

.prevNext {
    clear: both;
    margin: 0px auto;
    line-height: 20px;
    font-size: 14px;
    margin-top: 15px;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 10px;
}

.prevNext a {
    text-decoration: underline;
}

.prevNext .prev {
    line-height: 30px;
}

.prevNext .prev a {
    text-decoration: none;
}

.prevNext .prev a:hover {
    color: #1E438A;
    text-decoration: none;
}

.prevNext .next {
    line-height: 30px;
}

.prevNext .next a {
    text-decoration: none;
}

.prevNext .next a:hover {
    color: #1E438A;
    text-decoration: none;
}

.pro-content {
    width: 910px;
    font-size: 14px;
    margin-top: 20px;
}

.pro-detail {
    width: 910px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCC;
}

.pro-detail .fl {
    max-width: 400px;
    float: left;
}

.pro-detail .fl img {
    max-width: 400px;
}

.pro-detail .fr {
    width: 470px;
    float: right;
    font-size: 14px;
}

.pro-detail .fr strong {
    font-weight: 600;
    width: 470px;
    display: block;
    font-size: 17px;
    border-bottom: 1px dashed #DDD;
    padding: 7px 0px;
    margin-bottom: 10px;
}

#con {
    FONT-SIZE: 14px;
    MARGIN: 0px auto;
    WIDTH: 910px;
    margin-top: 20px;
}

#tags {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 910px;
    PADDING-TOP: 0px;
    HEIGHT: 35px
}

#tags li {
    BACKGROUND: #111;
    FLOAT: left;
    MARGIN-RIGHT: 10px;
    LIST-STYLE-TYPE: none;
    HEIGHT: 35px;
    padding: 0px 25px;
}

#tags li a {
    BACKGROUND: none;
    FLOAT: left;
    COLOR: #FFF;
    LINE-HEIGHT: 35px;
    HEIGHT: 35px;
    TEXT-DECORATION: none;
}

#tags LI.emptyTag {
    BACKGROUND: #f30;
    WIDTH: 100px
}

#tags LI.selectTag {
    BACKGROUND: #f30;
    HEIGHT: 35px
}

#tags LI.selectTag A {
    COLOR: #FFF;
    LINE-HEIGHT: 35px;
    HEIGHT: 35px
}

#tagContent {
    PADDING-TOP: 10px;
}

.tagContent {
    DISPLAY: none;
    WIDTH: 910px;
    COLOR: #333;
    PADDING-TOP: 10px;
    font-size: 14px;
    line-height: 28px;
}

#tagContent DIV.selectTag {
    DISPLAY: block;
}

.feedback {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.submita {
    margin: 16px auto;
    display: inline-block;
    padding: 0 18px !important;
    line-height: 22px;
    background: #ff9c00;
    border: 0px;
    height: 24px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
}

.xh {
    color: #f00;
    padding: 0 3px;
}

#feedbackForm {
    margin: 20px 0px 0px 0px;
}

#feedbackForm .text {
    width: 300px;
    height: 26px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #CCC;
}

#feedbackForm .lable {
    padding: 10px 12px 0px 0px;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

#feedbackForm .atextarea {
    float: left;
    border: 1px solid #CCC;
    height: 100px;
    width: 305px;
    font-size: 12px;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
}

#feedbackForm .smtcss {
    padding-right: 112px;
    text-align: center;
}

.table {
    border-collapse: collapse;
}

.table td,
.table th {
    border: 1px solid #CDCDCD;
    padding: 5px;
}

.table p {
    padding: 0px;
    margin: 0px;
}

.e_mobile {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: url(/Content/C_IMG/emobile.png) 0px -50px no-repeat;
    text-indent: 20px;
}

.YqbYears {
    vertical-align: middle;
    padding-left: 8px;
    margin-top: -6px;
}