
/* part */

.section {
    margin-top: 12px;
}
.part1 .p_left {
    float: left;
    width: 794px;
}
.part1 .p_right {
    float: right;
    width: 388px;
}
.part3 .p_left {
    float: left;
    width: 794px;
}
.part3 .p_right {
    float: right;
    width: 388px;
}

/* title */

.tit {
    height: 56px;
}
.tit h2 {
    color: #3B4355;
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
}
.tit h2 b {
    color: #E22E35;
    font-weight: bold;
}
.topSlider {
    padding: 15px 0;
    position: relative;
    background-image:url(//n.sinaimg.cn/tech/66ceb6d9/20200113/scroll_bg.png);
    background-image:-webkit-image-set(url(//n.sinaimg.cn/tech/66ceb6d9/20200113/scroll_bg.png) 1x, url(//n.sinaimg.cn/tech/66ceb6d9/20200113/scroll_bg_2x.png) 2x);
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:auto 300px;
}
.topSlider .swiper-container {
    width: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.topSlider .topCont {
    width: 1200px;
    margin: 0 auto;
}
.topSlider .swiper-slide {
    width: 62.5%;
    height: 270px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position:relative;
    background-color: #000;
}

.topSlider .swiper-slide:before {
   content:'';
   position:absolute;
   width:100%;
   height:100%;
   background-color: rgba(0,0,0,.7);
   z-index:2
}

.topSlider .swiper-slide-active:before {
   display: none;
}

.topSlider .swiper-slide img {
    width: 750px;
    height: 270px;
    display: block;
}
.topSlider .slider_arr {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(//n.sinaimg.cn/finance/tzxy/2020/arr_bg.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxy/2020/arr_bg.png) 1x, url(//n.sinaimg.cn/finance/tzxy/2020/arr_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1320px auto;
    cursor: pointer;
    outline:none;
}
.topSlider .slider_arr#slider_prev {
    margin-left: -660px;
}
.topSlider .slider_arr#slider_next {
    margin-left: 610px;
    background-position: 100% 0;
}

/* blk */

.blk_01 .item {
    cursor: pointer;
    float: left;
    background-color: #fff;
    width: 368px;
    height: 108px;
    margin: 0 1px 1px 0;
    padding: 17px 14px 0;
}
.blk_01 .item:first-child .i_img{
    position:relative;
}
.blk_01 .item:first-child .i_img:before{
    content: '最新';
    position: absolute;
    width: 42px;
    height: 20px;
    background: #E22E35;
    border-radius: 20px;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}
.blk_01 .i_img {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 12px;
}
.blk_01 .i_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.blk_01 .i_txt {
    overflow: hidden;
}
.blk_01 .i_txt h3 {
    font-size: 16px;
    color: #3B4355;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    padding-top: 19px;
}
.blk_01 .ani-shadow .i_txt h3 {
    color: #E22E35
}
.blk_01 .i_info {
    text-align: right;
    color: #90969F;
    font-size: 14px;
    margin-top: 18px;
}
.blk_01 .i_name {
    float: left;
    color: #3B4355
}
.blk_02 {
    background-color: #fff;
    height: 251px;
    overflow: hidden;
}
.blk_03 {
    background-color: #fff;
    padding: 30px 0 20px 20px;
}
.blk_03 .item {
    width: 290px;
    float: left;
    text-align: center;
    height: 240px;
}
.blk_03 .i_img {
    width: 248px;
    height: 158px;
    overflow: hidden;
    margin: 0 auto;
}
.blk_03 .i_img img {
    width: 100%;
    height: 100%;
    display: block;
}
.blk_03 h3 {
    margin: 0 auto;
    margin-top: 5px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    height: 34px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}
.blk_03 p {
    margin: 0 auto;
    width: 248px;
    color: #90969F;
    font-size: 14px;
    white-space: nowrap;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blk-04 .b-item {
    height: 122px;
    overflow: hidden;
    margin-bottom: 1px;
    background-color: #fff;
}
.blk-04 .b-img {
    margin: 20px 0 0 20px;
    width: 60px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.blk-04 .b-img img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%
}
.blk-04 .b-img-name {
    font-size: 14px;
    padding-top: 10px;
    display: block;
}
.blk-04 .b-txt {
    margin-left: 100px;
    padding-top: 28px;
}
.blk-04 .b-txt p {
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    padding-right: 20px;
}
.blk-04 .b-visit {
    font-size: 14px;
    color: #90969F;
    text-align: right;
    padding: 10px 20px 0 0;
}
.blk-04 a:hover .b-item {
    background-color: #efefef;
}
.blk-04 a:hover .b-img-name, .blk-04 a:hover .b-txt p {
    color: #3B4355
}
.blk-05 {
    background-color: #fff;
    width: 1200px;
    overflow: hidden;
    padding-bottom: 10px;
}
.blk-05 ul {
    padding: 30px 0 20px 40px;
    width: 1300px;
}
.blk-05 li {
    margin-right: 43px;
    width: 248px;
    float: left;
    text-align: center;
}
.blk-05 li img {
    display: block;
    width: 100%;
    height: 158px;
}
.blk-05 li span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    line-height: 20px;
}
.blk-05 .buy_btn {
    display: block;
    margin: 10px auto;
    width: 189px;
    height: 52px;
    overflow: hidden;
    background-image: url(//n.sinaimg.cn/finance/tzxyHome/images/buy_btn_bg_1x.png?20180703);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxyHome/images/buy_btn_bg_1x.png?20180703) 1x, url(//n.sinaimg.cn/finance/tzxyHome/images/buy_btn_bg_2x.png?20180703) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    color: #fff;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
}
.blk-06 {
    background-color: #fff;
}
.blk-06 .bl {
    float: left;
    width: 604px;
    overflow: hidden;
}
.blk-06 .bl-t {
    background: url("//n.sinaimg.cn/finance/tzxyHome/images/bg2.png");
    height: 90px;
    color: #fff
}
.blk-06 .bl-t h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0 0 20px;
}
.blk-06 .bl-t h3 b {
    color: #FFFE4B;
    font-weight: 100;
}
.blk-06 .bl-t p {
    font-size: 14px;
    padding-left: 20px;
    line-height: 30px;
}
.blk-06 .bl h4 {
    font-size: 20px;
    padding: 20px 0 0 20px;
    font-weight: 100
}
.blk-06 .bl ul {
    padding: 6px 0 10px 20px;
    width: 600px;
}
.blk-06 .bl li {
    float: left;
    font-size: 16px;
    width: 298px;
    line-height: 26px;
}
.blk-06 .br {
    float: right;
    width:590px;
}
.blk-06 .br ul {
    padding: 75px 0 0;
}
.blk-06 .br li {
    float: left;
    position: relative;
    padding: 0 18px;
}
.blk-06 .br li:before {
    content: '';
    position: absolute;
    border-left: solid 1px #F0F2F6;
    height: 64px;
    width: 0;
    overflow: hidden;
    right: 0;
    top: 0;
}
.blk-06 .br li:last-child:before {
    display: none;
}
.blk-06 .br li h5 {
    font-weight: normal;
    font-size: 14px;
}
.blk-06 .br li p {
    font-size: 16px;
    color: #90969F;
    padding-top: 14px;
}
.blk-06 .br li p span {
    font-size: 36px;
    color: #E22E35;
    display: inline-block;
}
.blk-06 .br li p.starBg span {
    background: url("//n.sinaimg.cn/finance/tzxyHome/images/star5.png") no-repeat;
    height: 26px;
}
.blk-06 .br li p span.star1 {
    width: 27px;
}
.blk-06 .br li p span.star2 {
    width: 65px;
}
.blk-06 .br li p span.star3 {
    width: 103px;
}
.blk-06 .br li p span.star4 {
    width: 140px;
}
.blk-06 .br li p span.star5 {
    width: 175px;
}
ul.list {
    padding: 10px 0;
}
ul.list li {
    font-size: 16px;
    line-height: 38px;
}
ul.list_01 {
    padding: 10px 5px 10px 16px;
}
ul.list_01 li {
    padding-left: 18px;
    background-image: url(//n.sinaimg.cn/finance/tzxy/2020/arr2_bg.png);
    background-image: -webkit-image-set(url(//n.sinaimg.cn/finance/tzxy/2020/arr2_bg.png) 1x, url(//n.sinaimg.cn/finance/tzxy/2020/arr2_bg_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 14px;
    background-size: 5px 47px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.list_01 li:hover {
    background-position: 0 -24px;
}