*{box-sizing: border-box;}
.banner {
    margin-top:40px;
    padding-bottom: 30px;
}
.banner-only img{
    width: 1200px;
    height:430px;
    cursor:pointer;
}
.banner .swiper-slide {
    width: 890px;
    height: 320px;
}

.banner .swiper-slide img {
    width: 890px;
    height: 320px;
}

.banner .swiper-pagination {
    width: auto;
    left: auto;
    right: 175px;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 4px;
    background: rgba(238,238,238,.4);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #EEEEEE;
}

.banner .swiper-slide-active::after {
    display: block;
    content: '';
    width: 890px;
    height: 60px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

.swiper-slide-prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 210px;
    width: 444px;
    height: 100%;
}

.swiper-slide-next::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 219px;
    width: 444px;
    height: 100%;
}

.section1 {
    padding-bottom: 40px;
    /* display: flex; */
    justify-content: space-between;
}

.section1 .section1_left {
    width: 444px;
    height: 250px;
    margin: 0;
    margin-left: 20px;
}

.section1 .section1_left img {
    width: 444px;
    height: 250px;
}

.section1 .section1_center,.section1 .section1_right {
    width: 384px;
    height: 289px;
    border: 1px solid #F2F2F2;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
}

.section1_left .swiper-pagination {
    width: auto;
    left: auto;
    right: 15px;
}

.section1_left .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 4px;
    background: rgba(238,238,238,.4);
    opacity: 1;
}

.section1_left .swiper-pagination-bullet-active {
    background: #EEEEEE;
}

.section1_center .top,.section1_right .top {
    height: 71px;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 20px;
}

.section1_center .top li {
    line-height: 34px;
    cursor: pointer;
    margin-right: 33px;
    float: left;
    position: relative;
    font-size: 22px;
    color: #333;
}

.section1_center .top li.active {
    font-weight: bold;
}

.section1_center .top li.active::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #C9172C;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.section1_center .top a {
    line-height: 34px;
    font-size: 16px;
    color: #828282;
    line-height: 34px;
    float: right;
    vertical-align: middle;
}

.section1_center .top a img {
    width: 6px;
    height: 10px;
    vertical-align: middle;
    margin-left: 4px;
}

.news_list li {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 4px;
}

.news_list li::before {
    width: 4px;
    height: 4px;
    background: #C9172C;
    content: '';
    display: block;
    margin-right: 8px;
}

.news_list li a {
    display: block;
    width: 332px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.news_list li a:hover {
    color: #C9172C;
}

.section1_right .top h3 {
    line-height: 34px;
    cursor: pointer;
    margin-right: 33px;
    float: left;
    position: relative;
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

.section1_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 360px;
}

.section1_right li {
    padding-top: 20px;
    padding-right: 12px;
}

.section1_right li:nth-child(odd) {
    padding-right: 0;
}

.section1_right li img {
    width: 166px;
    height: 79px;
}

.section2 img {
    width: 1200px;
}

.section {
    width: 1200px;
    margin: 0 auto;
    border-radius: 4px;
}

.section2{
    flex: 1;
    overflow: hidden;
}

.section2 .wrap{
    width: 384px;
    height: 289px;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 0 20px 20px 20px;
    float: left;
    margin-right: 24px;
    margin-bottom:40px;
    cursor: pointer;
}
.section2 .wrap:nth-child(3n){
    margin-right:0;
}
.section2 .wrap_top {
    border-bottom: none;
}
.wrap_top {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap_top h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.wrap_top a {
    line-height: 34px;
    font-size: 16px;
    color: #828282;
    line-height: 34px;
    background: url(../images/more_icon.png) no-repeat right center;
    background-size: 6px 10px;
    padding-right: 10px;
}

.wrap_top a:hover {
    background-image: url(../images/more_icon2.png);
    color: #C9172C;
}

.wrap_top a img {
    width: 6px;
    height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    display: none;
}

.section2 .wrap_con img {
    width: 344px;
    height: 194px;
    cursor:pointer;
}
.section1 .wrap{
    background: #fff;
    padding: 0 20px 0px 20px;
    width: 1200px;
    border-radius: 4px;
}

.section1-con{
    display: flex;
    width: 1200px;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 0 0 4px 4px;
    cursor:pointer;
}
.content-hover p{
    position: relative;
    font-size: 18px;
    overflow: hidden;
    width: 676px;
    padding: 17px 0;
    /* padding-left: 40px; */
}
.content-hover{
    margin-left: 47px;
    width: 676px;
}
.content-hover p{
    display:flex;

}
.content-hover p em{
    /* display: inline-block; */
    background: #c9172cff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    top: 12px;
    font-style: normal;
    margin-right: 4px;
}
.content-hover p.lineTwo {
    line-height: 30px;
}
.lineTwo p em{
    top:13px;
}
.content-hover p.cur{
    color: #C9172C;
}
.content-hover p:hover{
    color: #C9172C;
    cursor: pointer;
}
.content-hover p span{
    width: 668px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input::input-placeholder {
    color: #828282;
}


::-webkit-input-placeholder {
    color: #828282;
}

/* WebKit browsers */
:-moz-placeholder {
    color: #828282;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #828282;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #828282;
}
.tab-tit div{display: none;}


.block-none{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.block-none img{
    width: 160px;
    height:160px;
    margin-top: 20px;
}
.block-none p{
    color: #999999;
    font-size: 14px;
}