﻿/*====================公共样式======================*/
* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

body, input, select, button, textarea {
    font-family: "微软雅黑";
    outline: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    margin: 0 auto;
}

a, a:link, a:visited {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.information {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.information_left {
    width: 260px;
    float: left;
    margin-right: 36px;
}

.il_af {
    margin-bottom: 20px;
}

.il_title {
    height: 35px;
    line-height: 35px;
    position: relative;
}

.il_title h3 {
    float: left;
    font-size: 20px;
    background: #fff;
}

.il_title h3 span {
    border-left: 4px solid #ff3333;
    padding-left: 15px;
    padding-right: 8px;
}

.il_title a {
    float: right;
    background: #fff;
    font-size: 12px;
    color: #666;
    padding-left: 8px;
}

.il_title a:hover {
    color: #ff3333;
}

.il_title i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    z-index: -10;
}

.il_li li {
    height: 35px;
    line-height: 35px;
}

.il_li li i {
    float: left;
    width: 10px;
    margin-right: 10px;
    font: bold 30px/35px "Arial";
    color: #ccc;
}

.il_li li a {
    line-height: 35px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    color: #333;
    max-width: 90%;
}

.il_li li a:hover {
    color: #bf1923;
}

.il_bf {
    width: 260px;
}

.il_bf img {
    width: 100%;
}

.il_cf {
    margin-top: 20px;
}

.il_dl {
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

#il_dl_span span, #ic_banner_span span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #999;
}

#il_dl_span .swiper-pagination-bullet-active, #ic_banner_span .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #db214c;
    border-color: #db214c;
    border-radius: 10px;
}

.il_dl dl {
    width: 260px;
}

.il_dl dl dt {
    width: 260px;
}

.il_dl dl dt img {
    width: 100%;
}

.il_dl dl dd h3 {
    display: block;
    width: 260px;
    padding: 8px 0;
    height: 24px;
    font: bold 16px/24px "microsoft yahei";
    text-align: center;
    overflow: hidden;
}

.il_dl dl dd p {
    color: #999;
    font: 14px/24px "microsoft yahei";
    text-align: justify;
}

.information_centre {
    float: left;
    width: 608px;
}

.ic_banner {
    width: 608px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

#ic_banner_span {
    bottom: 0;
}

.icb {
    width: 100%;
    overflow: hidden;
}

.icb li {
    width: 300px;
    height: 225px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 8px;
}

.icb li:nth-child(2n) {
    margin-right: 0;
}

.icb_img {
    width: 300px;
    height: 225px;
    overflow: hidden;
}

.icb_img img {
    width: 100%;
}

.icb_p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 276px;
    height: 16px;
    padding: 10px 12px 14px;
    font: normal 14px/16px "microsoft yahei";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
}

.icb li:hover .icb_p {
    top: 67px;
    left: 30px;
    width: 230px;
    height: 48px;
    padding: 20px 0;
    font: bold 18px/24px "microsoft yahei";
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    white-space: normal;
}

.icb li:hover span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}

.ic_headline {
    width: 100%;
    margin-top: 20px;
}

.ic_headline h2 {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: flex-start;
}

.ic_headline h2 i {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    background: no-repeat url(../images/headline.png) center;
    background-size: 100%;
    float: left;
}

.ic_headline h2 a {
    display: inline-block;
    float: left;
    height: 46px;
    width: 550px;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font: bold 28px/46px "microsoft yahei";
}

.ich_li {
    width: 585px;
    margin-left: 22px;
    padding-top: 15px;
    border-left: 1px solid #f8f8f8;
}

.ich_li li {
    width: 100%;
    margin-left: -7px;
    font: normal 18px/42px "microsoft yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ich_li li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 34px;
    background: no-repeat url(../images/garden.png) center;
    background-color: #ffffff;
    background-size: 100% 100%;
}

.ich_li li:hover i {
    width: 15px;
    height: 15px;
    background: no-repeat url(../images/news.png) center;
    background-color: #ffffff;
    background-size: 100%;
}

.ic_listing {
    width: 100%;
    margin: 30px 0 10px;
}

.icl_top {
    background: #f7f9fa;
    width: 606px;
    height: 50px;
    border-top: 2px solid #bf1923;
    overflow: hidden;
    box-shadow: 0 2px 3px #ddd;
}

.icl_top li {
    width: 119px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.icl_top li:last-child {
    margin-right: 0px;
    width: 122px;
}

.icl_top li a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.icl_top .rus_li a {
    color: #ffffff;
    background-color: #bf1923;
}

.icl_bottom {
    width: 100%;
}

.icl {
    width: 100%;
}

.icl dl {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.icl dl dt {
    float: left;
    width: 170px;
    height: 113px;
}

.icl dl dt img {
    width: 100%;
}

.icl dl dd {
    width: 420px;
    float: right;
}

.icl dl dd h3 {
    font: normal 18px/24px "microsoft yahei";
}

.icl dl dd p {
    padding: 5px 0 10px;
    color: #999;
    font: normal 14px/24px "microsoft yahei";
}

.icl dl dd p em {
    float: left;
    border: 1px solid #e3e3e3;
    display: inline-block;
    border-radius: 3px;
    padding: 0 10px;
    font: normal 12px/22px "microsoft yahei";
    color: #fea5a5;
}

.icl dl dd p em a {
    color: #fea5a5;
}

.icl dl dd p span {
    float: right;
    padding: 0 5px;
    line-height: 24px;
    color: #999;
    vertical-align: middle;
    font-size: 12px;
}

.information_right {
    width: 260px;
    float: right;
}

.ir_interview {
    width: 260px;
    margin-bottom: 20px;
}

.ir_af li {
    width: 260px;
    margin: 10px 0 10px;
}

.ir_af li img {
    width: 100%;
}

.ir_af li p {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

.irl_li {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.irl_li li {
    width: 50%;
    float: left;
    line-height: 30px;
    font-size: 16px;
}

.irl_li li a {
    display: block;
    color: #333;
}

.irl_li li a:hover {
    color: #bf1923;
}
/*品牌排行榜*/
.brandlist {
    width: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.brandlist .hd li {
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    *width: 49%;
}

.brandlist .hd li a {
    display: block;
    cursor: pointer;
}

.brandlist .hd li.on a, .brandlist .hd li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c2130e;
}

.brandlist .bd li {
    float: left;
    width: 48%;
    line-height: 32px;
    padding-left: 2%;
    font-size: 13px;
    *width: 47%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.brandlist .bd i {
    margin-right: 5px;
    font: 16px "Georgia";
}

.brandlist .bd i.red {
    color: #c2130e;
}

.brandlist .bd i.bold {
    font-weight: bold;
}

.brandlist .bd li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.brandlist .bd {
    padding: 5px 5px 10px;
    border: 2px solid #c2130e;
    height: 315px;
    overflow: hidden;
}

.adlist {
    width: 608px;
    margin-top: 20px;
}
