@charset "utf-8"; /* CSS Document */
html, body, div, span, p, a, img, ul, li, form, table, tbody, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    width: 100%;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    background: #f8f7f7;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*css3背景动态缩放*/
.backgroundCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*字体*/
.SongTi {
    font-family: '宋体', Helvetica, Arial, sans-serif;
}

/*首页*/
#Header {
    width: 1007px;
    margin: 0 auto;
    padding: 23px 0 0 0;
    position: relative;
    z-index: 11;
}

#Header .topInfo {
    text-align: right;
    color: #003f8a;
}

.topInfo .lang {
    color: #03db8c;
}

.nav_container {
    width: 100%;
    height: 45px;
    background: url(../images/nav_bg.png) repeat;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 12px;
}

.nav_container .nav_box {
    width: 1003px;
    margin: 1px auto 0 auto;
    background: url(../images/nav_bg_1.png) repeat-x;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
}

#nva_ul li {
    ___background: url(../images/nav_w1.png) no-repeat;
    height: 41px;
    float: left;
    border-right: 1px solid #fff;
    border-left: 1px solid #d3d1d1;
    width: 137px;
    cursor: pointer;
    text-align: center;
}

#nva_ul li a{
    font-size: 15px;
    color: #333;
    line-height: 41px;
}

#nva_ul li:hover a{
    color: #fff;
}


#nva_ul .liActive {
    background-color: #003f8a; /*background-position:inherit -18px !important;*/
    background-position-y: -18px !important;
}

#head_sub_nav {
    width: 1003px;
    height: 45px;
    position: absolute;
    top: 130px;
    left: 2px;
    z-index: 0;
}

#head_sub_nav li {
    background: url(../images/subNavBg.png) repeat;
    position: absolute;
    top: 0;
    color: #767575;
    font-size: 14px;
    overflow: hidden;
    width: 0;
    height: 0; /*145px*/
}

#head_sub_nav li .sub_nav_sub_title {
    float: left;
    margin: 10px 0 0 30px;
}

#head_sub_nav li .sub_nav_box {
    height: 29px;
    font-size: 12px;
    color: #767575;
    border: 1px solid #dcdcdc;
    line-height: 29px;
    margin-top: 5px;
}

#head_sub_nav .sub_nav_inner:hover {
    background: url(../images/sub_nav_Hover_bg.jpg) repeat-x;
    color: #fff;
    cursor: pointer;
}

.sub_nav_box .sub_nav_inner {
    border-left: 1px solid #dcdcdc;
    background: #fff;
    width: 136px;
    text-indent: 20px;
}

/*首页大图*/
#image_show {
    width: 100%;
    height: 600px;
    z-index: 5;
    margin-top: -133px;
    position: relative;
}

#index_image_box {
    width: 100%;
    height: 100%;
    position: relative;
}

#index_image_box .helloMiddleBox {
    width: 1029px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -514px;
    top: 0;
}

.helloMiddleBox .imgDot {
    background: url(../images/index_dots_imgs.png) no-repeat -23px 0;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.helloMiddleBox .imgDotActive {
    background-position: 0 0;
}

#helloDotsBox {
    position: absolute;
    bottom: 55px;
    right: 0;
    z-index: 11;
}

#index_image_box li {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
    background-size: cover;
}

/*主体*/
#page_body {
    width: 1029px;
    margin: -48px auto 0 auto;
    position: relative;
    z-index: 11;
}

#page_body .index_title_box {
    width: 100%;
    height: 48px;
    background: url(../images/index_title_bg.jpg) repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.index_title_box .fontImg {
    background: url(../images/index_title_word.png) no-repeat 0 0;
    width: 71px;
    height: 17px;
    margin: 1px 0 0 11px;
}

.index_title_box ul li {
    width: 497px;
    height: 35px;
    border-right: 1px solid #fff;
    border-left: 1px solid #d4d4d4;
    padding: 13px 0 0 14px;
}

#page_body .index_title_content_box {
    background: #fff;
}

.index_title_content_box ul li {
    width: 497px;
    color: #5f5f5f;
    margin-left: 14px;
    height: 108px;
    padding-top: 11px;
    position: relative;
    float: left;
}

.index_title_content_box ul li p {
    margin-right: 10px;
    width: 316px;
    line-height: 1.6em;
}

.index_title_content_box ul li .icon_more_bt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

.index_title_content_box ul li .newsLists {
    line-height: 2.5em;
}

.newsLists:hover a {
    cursor: pointer;
    text-decoration: underline;
}

.newsLists .icon_news_dot {
    position: relative;
    top: 13px;
    margin-right: 6px;
}

.newsLists .news_date {
    float: right;
    font-size: 14px;
    color: #a2a2a2;
}

.index_main {
    padding: 0 19px 18px 16px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.index_main .products_new {
}

.product_grid_box {
    position: relative;
    width: 1029px;
    height: 528px;
    padding: 0;
}

.product_grid_box .grid_box_b {
    width: 494px;
    height: 257px;
    border-radius: 4px;
    overflow: hidden;
}

.product_grid_box .grid_box_bb {
    width: 606px;
}

.product_grid_box .grid_box_m {
    width: 381px;
    height: 245px;
    border-radius: 4px;
    overflow: hidden;
}

.product_grid_box .grid_box_s {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
    background-position: center center;
}

.moreProducts {
    width: 155px;
    height: 246px;
    background: #f1f1f1;
    border-radius: 6px;
    text-align: center;
}

.moreProducts img {
    margin-top: 115px;
}

/*尾部*/
#footer .footer_part1 {
    width: 1007px;
    margin: 0 auto;
    padding: 25px 0 22px 0;
}

.footer_part1 .menberList {
    color: #656464;
    border-left: 1px solid #cccbcb;
    padding-left: 40px;
    margin-left: 40px;
    line-height: 1.9em;
}

#footer .footer_part2 {
    width: 100%;
    border-top: 1px solid #cfcfcf;
}

.footer_part2 .footer_part_2_box {
    width: 100%;
    border-top: 1px solid #fff;
    background: #cfcfcf;
    height: 134px;
}

.footer_part_2_box .footer_middle {
    width: 1004px;
    margin: 0 auto;
    color: #4c4948;
    position: relative;
}

.footer_middle .footer_info {
    margin-top: 30px;
}

.footer_info a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.footer_middle a {
    font-size: 14px;
    margin-left: 30px;
}

.footer_middle a:first-child {
    margin-left: 0;
}

.icon_footer_sns {
    position: absolute;
    top: 0;
    right: 1px;
    cursor: pointer;
}

/*关于我们*/
#other_page_banner_img {
    width: 100%;
    height: 391px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -133px;
}

#sub_page_body {
    width: 976px;
    margin: -38px auto 0 auto;
    border: 1px solid #d7d4d1;
    border-radius: 6px;
    background: #fff;
    padding: 16px 13px 0 12px;
}

#sub_page_body .sub_page_side_bar {
}

.sub_page_side_bar .sub_page_side_bar_title {
    background: url(../images/icon_sub_side_bar.jpg) no-repeat;
    width: 215px;
    height: 54px;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    text-indent: 33px;
}

#sub_f_ul .sub_f_list {
    width: 215px;
}

.sub_f_list .sub_side_bar_titles {
    background: url(../images/sub_f_bg.jpg) repeat-x;
    font-size: 15px;
    color: #767575;
    position: relative;
    height: 33px;
    line-height: 33px;
    border: 1px solid #d7d4d1;
    border-bottom: 0;
    cursor: pointer;
}

#sub_f_ul li {
    text-indent: 31px;
}

.sub_f_list .icon_side_bar_sanjiao {
    position: absolute;
    right: 23px;
    top: 50%;
    margin: -3px 0 0 0;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.sub_f_list .icon_side_bar_sanjiaoActive {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.sub_side_ss_bar {
    overflow: hidden;
}

.sub_side_ss_bar li {
    height: 33px;
    line-height: 33px;
    color: #767575;
    background: #eeebeb;
    border: 1px solid #d7d4d1;
    border-bottom: 0;
    cursor: pointer;
}

.sub_side_ss_bar li:hover {
    text-decoration: underline;
}

/*.sub_side_ss_bar .liHEActive{}*//*.sub_side_ss_bar a:hover, .prolist_conL li a.current{background: #F6851B; }*/
#sub_f_ul .sub_side_ss_bar li:hover, #sub_f_ul .sub_side_ss_bar li.current {
    color: #22b184;
}

.sub_side_ss_bar li:first-child {
    border-top: 0;
}

.sub_page_contents {
    width: 748px;
}

.sub_page_contents .sub_page_bread_bar {
    color: #7a7a7a;
}

.index_title_box .sub_page_bread_bar {
    color: #7a7a7a;
}

.sub_page_contents .sub_page_banner_img {
    margin-top: 13px;
}

.sub_contents {
    padding-bottom: 60px;
    margin-top: 13px;
}

.sub_contents .title {
    font-size: 20px;
    color: #003f8a;
    margin: 29px 0 25px 0;
}

.sub_contents p {
    color: #7a7a7a;
    line-height: 1.7em;
    font-family: '宋体', Helvetica, Arial, sans-serif;
}

.pTitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif !important;
}

#views li {
    width: 206px;
    height: 117px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 26px 0 0 26px;
    cursor: pointer;
}

#views li .maskBox {
    width: 206px;
    height: 117px;
    position: absolute;
    top: 90px;
    left: 0;
}

#views .maskBox .maskBg {
    background: url(../images/maskBgs.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#views .maskContents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#views .maskContents .views_title {
    text-align: center;
    color: #fff;
    margin-top: 6px;
}

.rule_content_title {
    font-size: 18px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif !important;
}

.rule_nub {
    font-size: 15px;
}

#health_news li {
    width: 723px;
    border-bottom: 1px solid #d7d4d1;
    color: #7a7a7a;
    position: relative;
    margin-top: 14px;
    cursor: pointer;
}

#health_news li:first-child {
    margin-top: 0;
}

#health_news li .icon_news_more_bt_nomal {
    background: url(../images/icon_news_more.png) no-repeat 0 -25px;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 5px;
    right: 0;
}

#health_news li .icon_news_more_bt_Hover {
    background-position: 0 0;
}

.newsTopInfo .newsTitle {
    font-size: 16px;
    color: #000;
}

#health_news .newsContents {
    margin: 15px 0;
}

.page {
    height: 23px;
    line-height: 23px;
    margin: 22px 25px 0 0;
}

.page a {
    display: block;
    float: left;
    color: #666666;
}

.page .nub {
    width: 23px;
    height: 23px;
    background: #f0f2f5;
    text-align: center;
    color: #8f8d8d;
    margin-left: 7px;
}

.page .nub_active {
    background: #2bb37c;
    color: #fff;
}

.page .active {
    color: #2bb37c;
}

#equmentsUlist li {
    width: 738px;
    border-bottom: 1px solid #d7d4d1;
    padding-bottom: 13px;
    margin: 12px 0 0 0;
}

#equmentsUlist li:first-child {
    margin-top: 0;
}

#equmentsUlist li .qeImg {
}

#equmentsUlist .equipment_info {
    margin-left: 23px;
}

.equipment_info .eqtitle {
    color: #767575;
    font-size: 18px;
}

.eqtitle .eq_status_bt_normal {
    background: url(../images/icon_equipment_bt.png) no-repeat 0 -24px;
    width: 15px;
    height: 15px;
    margin: 5px 0 0 20px;
}

.eqtitle .eq_status_bt_active {
    background-position: 0 0;
}

.eqAttrs {
    margin-top: 20px;
}

.eqAttrs .eqAttrs_list_normal {
    width: 78px;
    height: 19px;
    text-align: center;
    background: #003f8a;
    color: #fff;
    border-radius: 6px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.eqAttrs .eqAttrs_list_active {
    background: #06ad70;
}

.eqAttrsContents {
    margin-top: 20px;
    text-indent: 2px;
}

.eqAttrsContents .eqAttrsContentsBox {
    color: #767575;
    display: none;
    width: 408px;
}

.techAttrs {
    width: 344px;
    margin-top: 14px;
}

.techAttrs .eqAttrs_list_normal {
    margin-top: 6px;
}

#teamUlist {
    margin-top: 20px;
}

#teamUlist li {
    border-bottom: 1px solid #d7d4d1;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}

#teamUlist li:first-child {
    margin-top: 0;
}

#teamUlist li .teamInfo {
    width: 526px;
    margin: 25px 0 0 0;
}

.teamTitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.pdTitle .eq_status_bt_normal {
    margin-left: 80px;
}

.pdAttrs .eqAttrs_list_normal {
    width: 95px;
}

.dpInfo {
    width: 410px;
}

.dpImgs {
    vertical-align: top;
}

#productCategory li {
    width: 100px;
    float: left;
    font-size: 16px;
    height: 25px;
    background: #003f8a;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    margin-left: 8px;
    cursor: pointer;
}

#productCategory .active {
    background: #06ad70;
}

#productCategory li:first-child {
    margin-left: 0;
}

#productSeries {
    margin-top: 22px;
}

#productSeries li {
    background: #fbfafe;
    width: 100%;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #d7d4d1;
    line-height: 37px;
    text-indent: 14px;
    border-top: 0;
    position: relative;
}

#productSeries li:hover {
    background: #e1ffec;
}

#productSeries li:first-child {
    border-top: 1px solid #d7d4d1;
}

#productSeries li .seriec_name {
    font-size: 14px;
    color: #000;
}

#productSeries li .seriec_summary {
    color: #b8b8b8;
    text-indent: 0;
    position: absolute;
    left: 104px;
}

#productSeries li .icon_down {
    margin-right: 16px;
    position: relative;
    top: 7px;
}

#productSeries li .icon_down img {
    margin-right: 10px;
}

.piblock1 {
    width: 345px;
    height: 291px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.piblock2 {
    width: 748px;
    height: 226px;
    overflow: hidden;
    margin: 11px 0 10px 0;
    position: relative;
    cursor: pointer;
}

.piblock3 {
    width: 389px;
    height: 94px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.piblock4 {
    width: 389px;
    height: 186;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pi_title_img {
    position: absolute;
    top: 38px;
    left: 23px;
}

.realNewsBlockContents {
    width: 689px;
}

.realNewsBlocksMoreBt {
    top: 50%;
    margin-top: -8px;
}

.intnational_sub_contents {
    width: 720px;
}

.tteam_sub_contents {
    width: 700px;
}

#reUlist li {
    width: 699px;
    margin-top: 1px;
}

#reUlist li:first-child {
    margin-top: 0;
}

#reUlist li .reUlistTop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #f0f2f5;
    font-size: 15px;
    color: #787878;
    position: relative;
    cursor: pointer;
}

.reUlistTop .reUlistTopName {
    text-indent: 35px;
}

.reUlistTop .reNub {
    position: absolute;
    height: 100%;
    left: 385px;
    top: 0;
}

.reUlistTop .rePublish {
    position: absolute;
    height: 100%;
    top: 0;
    right: 54px;
}

#reUlist .reUlistInfo {
    background: #fafafa;
    padding: 0 155px 15px 40px;
    margin-top: 1px;
    overflow: hidden;
    height: 0;
}

.reUlistTop .icon_re_list {
    position: absolute;
    right: 0;
    bottom: 0;
}

.otherWay {
    width: 683px;
    margin: 46px 18px 0 0;
    color: #787878;
}

.otherWay p {
    line-height: 1.8em;
}

.otherWay span {
    color: #b7b7b7;
}

#applyForm {
    width: 510px;
    margin-left: 98px;
}

#applyForm .formGrid {
    width: 477px;
    height: 30px;
    position: relative;
    border: 1px solid #dbdcdf;
    margin-top: 11px;
}

#applyForm .formGridBig {
    width: 477px;
    height: 121px;
    position: relative;
    margin-top: 15px;
}

#applyForm .tActive .label {
    border: 1px solid #7dd0af;
    border-right: 0;
    background: #2bb37c;
    color: #fff;
}

#applyForm .tActive textarea {
    border: 1px solid #7dd0af;
}

.formGridBig .label {
    width: 87px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f0f2f5;
    color: #5b5b5b;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dbdcdf;
    border-right: 0;
    z-index: 9
}

.formbt {
    width: 61px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 0;
    color: #fff;
    margin-top: 23px;
    cursor: pointer;
    outline: none;
}

.formGridBig textarea {
    width: 386px;
    height: 118px;
    resize: none;
    border: 1px solid #dbdcdf;
    left: 87px;
    position: absolute;
    outline: none;
}

.formGridBig .grid_require_bt {
    position: absolute;
    right: -25px;
    top: 56px;
}

.singleChoice {
    position: absolute;
    top: 3px;
    left: 100px;
}

.singleChoice input {
    position: relative;
    top: 3px;
}

#applyForm .formGrid:first-child {
    margin-top: 0;
}

.formGrid .label {
    width: 87px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f0f2f5;
    color: #5b5b5b;
    text-align: center;
    line-height: 30px;
}

.formGrid .gridInput {
    border: 0;
    outline: none;
    width: 261px;
    height: 28px;
    position: absolute;
    left: 87px;
    top: 0;
    line-height: 30px;
    text-indent: 5px;
}

#applyForm .active {
    border: 1px solid #7dd0af;
}

.active .label {
    background: #2bb37c;
    color: #fff;
}

.formGrid .grid_require_bt {
    position: absolute;
    right: -25px;
    top: 10px;
}

.designByH {
    position: absolute;
    top: 45px;
    right: 1px;
    cursor: pointer;
    font-size: 12px !important;
}

#grid_box_b_1 {
    position: absolute;
    left: 16px;
    top: 0;
    background: url(../images/newProduct2.jpg) no-repeat;
    background-size: contain;
}

.word_img {
    position: absolute;
    top: 12px;
    left: 16px;
}

#grid_box_b_1_word {
    width: 190px;
    height: 100%;
    position: absolute;
    right: -190px;
    top: 0;
    background: #06ad70;
    cursor: pointer;
}

#grid_box_b_2_word {
    width: 181px;
    height: 100%;
    position: absolute;
    left: -181px;
    top: 0;
    background: #003f8a;
    cursor: pointer;
}

#grid_box_b_3_word {
    width: 180px;
    height: 100%;
    position: absolute;
    right: -180px;
    top: 0;
    background: #58aee2;
    cursor: pointer;
}

#grid_box_b_2 {
    position: absolute;
    right: 19px;
    top: 0;
    background-position: center center;
}

#grid_box_m_3 {
    position: absolute;
    left: 16px;
    bottom: 20px;
    background-position: 50% 50%;
}

#grid_box_bb_4 {
    position: absolute;
    right: 19px;
    bottom: 20px;
    overflow: hidden;
}

.innerContets {
    width: 158px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.7em;
}

.innerContets .icon_position {
    text-align: right;
}

.innerContets img {
    margin: 43px 0 49px 0;
}

/*联系我们*/
#page_body .contact_title_box {
    height: 38px;
    background: url(../images/contactTitleBg.jpg) repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #d7d4d1;
    border-bottom: 0;
    color: #7a7a7a;
    text-indent: 15px;
    line-height: 38px;
}

.contact_main {
    padding: 0 19px 134px 16px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #d7d4d1;
    border-top: 0;
}

.contact_main p {
    color: #7a7a7a;
    text-indent: 60px;
    line-height: 1.8em;
}

/*icon_views*/
.icon_views {
    background: url(../images/icon_view.png) no-repeat 0 0;
    position: absolute;
}

.icon_views_sp1 {
    background-position: 0 0;
    width: 12px;
    height: 12px;
    bottom: 7px;
    right: 5px;
}

.icon_views_sp2 {
    background-position: -18px 0;
    width: 9px;
    height: 9px;
    top: 11px;
    left: 10px;
    display: none;
}

/*图片放大*/
#showBigImgBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/imgBox_bg.png) repeat;
    z-index: 111;
    display: none;
}

#showBigImgBox .putBox {
    width: 633px;
    height: 438px;
    padding: 50px 27px 27px 27px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin: -219px 0 0 -316px;
    top: 50%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.07, 1);
    -webkit-transition-duration: 0.5;
    -moz-transition-duration: 0.5;
    -ms-transition-duration: 0.5;
    -o-transition-duration: 0.5;
    transition-duration: 0.5s;
}

.putBox img {
    margin-top: 163px;
}

#showBigImgBox .closeBt {
    background: url(../images/close_bt.jpg) no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.news_contents_second {
    height: 16px;
    overflow: hidden;
    padding-left: 5px;
    text-indent: 2em;
}

#prize {
    margin-top: 26px;
}

#prize li {
    padding-bottom: 19px;
    border-bottom: 1px solid #d7d4d1;
    margin-top: 18px;
}

#prize .prize_box {
    width: 209px;
    height: 293px;
    margin-left: 30px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}

.prize_box .prize_name {
    width: 100%;
    background: url(../images/prize_bg.png) repeat;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

#specialTitle {
    margin-top: 0;
}

#sub_side_ss_bar {
    margin-bottom: 10px;
}

.recommendAttrContentsBox {
    width: 325px;
}

#newsPCome p {
    width: 246px;
    line-height: inherit;
}

.newsHover:hover {
    text-decoration: underline;
    cursor: pointer;
}

.img_border_radius {
    border-radius: 7px;
    overflow: hidden;
}