﻿@charset "utf-8";

/* CSS Document */


/* adver*/

.mainnews_tit {
    width: 1200px;
    height: 46px;
    text-align: center;
    overflow: hidden;
}

.mainnews_tit a {
    font-size: 27px;
    font-weight: bold;
    color: #194c9a;
    line-height: 46px;
}

.mainnews_tit a:hover {
    color: #d42b2b;
}

.mainnews_cnt {
    width: 1200px;
    height: 55px;
    font-size: 16px;
    color: #65707f;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}


/* sec1 */


/* 本例子css */

.slideBox {
    width: 590px;
    height: 413px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 13px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 3px;
    width: 14px;
    height: 13px;
    line-height: 13px;
    background-image: url(slider_num.png);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-image: url(slider_hober.png);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 590px;
    height: 413px;
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.slideBox_txt {
    width: 590px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
    color: #FFF;
    background-image: url(blank.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0px;
    z-index: 999;
}


/* sec1 */

.sec1 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sec1_l {
    width: 585px;
    height: 372px;
}

.sec1_r {
    width: 585px;
    height: 372px;
}

.sec1_l_li {
    /* border-bottom: 1px dashed #CCC; */
}

.sec1_r_tit {
    /* background-image: url(sec_tit.jpg); */
    background: #f8f8f8;
    border-bottom: 1px solid #d4d4d4;
    height: 46px;
    background-repeat: repeat-x;
    background-position: bottom right;
    margin-bottom: 7px;
    width: 100%;
}

.sec1_dt {
    padding: 0 15px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    float: left;
    cursor: pointer;
}

.sec1_active {
    color: #1269d3;
    font-size: 18px;
    border-bottom: 2px solid #1269d3;
    font-weight: 505;
}

.sec1_more {
    display: none;
    float: right;
    width: 44px;
    height: 46px;
}

.sec1_more a {
    color: #999999;
    font-size: 14px;
    line-height: 46px;
}

.sec1_dd {
    clear: both;
    display: none;
    width: 100%;
}


/* sec2 */

.sec2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sec2_l {
    width: 100%;
    height: 278px;
}

.sec2_r {
    width: 342px;
    height: 248px;
}

.sec2_r_tit {
    /* background-image: url(sec_tit.jpg); */
    height: 46px;
    margin-bottom: 7px;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #d4d4d4;
}

.sec2_r_txt {
    color: #1269d3;
    font-size: 18px;
    border-bottom: 2px solid #1269d3;
    font-weight: 505;
}

.sec2_r_more a {
    color: #999999;
    font-size: 14px;
    line-height: 46px;
    margin-right: 4px;
}


/* sec3 */

.sec3 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.sec3_l {
    width: 100%;
    height: 220px;
}

.sec3_r {
    width: 342px;
    height: 220px;
}


/* 市场专题 */

.scztcon {
    position: relative;
    overflow: hidden;
}

.scztcon .next {
    position: absolute;
    right: 75px;
    top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #6f6f6f;
}

.scztcon .prev {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #6f6f6f;
}

.sczt {
    width: 1065px;
    margin-top: 18px;
    margin-right: 35px;
    margin-left:50px;
    float: left;
    overflow: hidden;
    height: 90px;
}

.sczt li {
    /* float: left; */
    display: inline-block;
    margin-right: 20px;
}

.sczt li img {
    width: 330px;
    height: 70px;
}

.zttit {
    background-color: #f1f1f1;
    width: 18px;
    height: 69px;
    padding: 20px 16px;
    float: right;
}

.zttit a {
    line-height: 26px;
    position: relative;
}

.zttit a::after {
    content: '';
    height: 1px;
    width: 20px;
    border-bottom: 1px #dcdcdc solid;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.hotnews {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
}