﻿* {
    margin: 0;
    padding: 0;
    /* color: #474747; */
}

a {
    color: #474747;
}

body a:hover {
    text-decoration: none;
}

.red {
    color: #a62027
}

.gray {
    color: #b8b8b8;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-float {
    zoom: 1;
}

.clear-float::after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrap-container {
    width: 1300px;
    margin: 0 auto;
}

.curr{
    color: #a62027 !important;
    font-weight: bold !important;
}











/* 新闻中心 */
.news-center .news-title {
    position: relative;
    margin: 78px 0 56px;
}

.news-center .news-title>img {
    width: 160px;
    height: 85px;
}


.news-center .news-tab {
    font-size: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #b3b3b3;
}

.news-center .news-tab a {
    color: #b3b3b3;
    width:80px;
    text-align:center
}
.news-center .news-tab a.industry-information::after{
	content:''!important;
}
.news-center .news-tab .small-news-mare-btn {
    display: inline-block;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #dabe7d;
    color: white;
    margin-left: 25px;
}

.news-center .news-content .swiper-button-prev {
    left: 20px;
}

.news-center .news-content .swiper-button-next {
    right: 20px;
}

.news-center .news-content .swiper-button-prev,
.news-center .news-content .swiper-button-next {
    width: 18px;
    height: 31px;
    top: 37%;
    background-size: 100%;
}

.news-center .progress-bar {
    position: absolute;
    top: 310px;
    left: 0px;
    height: 5px;
    width: 100%;
    margin-top: 3px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;

}

.news-center .progress-bar .red-progress-bar {
    height: 5px;
    width: 100%;
    background: #a30500;
    position: absolute;
    top: 0;
    left: 100%;
}

.news-center .news-content .img-news {
    width: 560px;
    margin-right: 30px;
    display: inline-block;
}

.news-center .news-content .img-news .swiper-slide img {
    width: 560px;
    height: 360px;
    border: 2px solid #eee;
}

.news-center .news-content .img-news .img-news-title {
    font-size: 18px;
    margin: 31px 0 26px;
    color: #a62027;
    font-weight: bold;
}

.news-center .news-content .img-news .img-news-content {
  
    font-size: 16px;
    line-height: 28px;
    color: #9a9a9a;
    text-indent: 26px;
}

.news-center .news-content .img-news .img-news-content .detail {
    color: #333333;
    font-weight: 900;
}


.news-center .news-content .news-list {
    display: inline-block;
    width: 700px;
    position: relative;
    top: -30px;
}

.news-center .news-content .news-list .news-item>a {
    display: inline-block; 
    padding: 28px 13px;
}

.news-center .news-content .news-list .news-item:hover {
    background: #e6e6e6;
}

.news-center .news-content .news-list .news-item:hover .news-item-title {
    color: #a62027;
}

.news-center .news-content .news-list .news-item-activity{
    background: #f4f4f4;
}
.news-center .news-content .news-list .news-item-activity .news-item-title{
    color: #a62027;
}


.news-center .news-content .news-list .news-item .news-item-time {

    height: 47px;
    display: inline-block;
    border-right: 1px solid #b8b8b8;
    padding-right: 18px;
    text-align: right;

}

.news-center .news-content .news-list .news-item .news-item-time p {
    font-size: 20px;
    line-height: 46px;
    height: 34px;
    color: #474747;
    font-weight: 900;
}

.news-center .news-content .news-list .news-item .news-item-time span {
    font-size: 9px;
    color: #8c8c8c;

}

.news-center .news-content .news-list .news-item .news-item-news {
    display: inline-block;
    padding-left: 16px;
    width: 570px;
    box-sizing: border-box;
}

.news-center .news-content .news-list .news-item .news-item-news h3 {
    font-size: 17px;
  	line-height: 19px;
    margin-bottom: 10px;
  	color: #474747;
  	font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-center .news-content .news-list .news-item .news-item-news p {
    font-size: 15px;
    line-height: 23px;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-center .news-center-line {
    width: 100%;
}

.news-center .small-news {

    margin: 28px 0;
    padding-top: 50pxpx;

}

.news-center .small-news .small-news-imgs {
    margin: 50px 0 10px;
}

.news-center .small-news .small-news-imgs .small-news-img1 {
    float: left;
    width: 560px;
}

.news-center .small-news .small-news-imgs .small-news-img2 {
    float: right;
    width: 560px;
}

.news-center .small-news .small-news-list {
    line-height: 34px;
    font-size: 16px;

}

.news-center .small-news .small-news-list .news-item {
    width: 590px;
    float: left;
}

.news-center .small-news .small-news-list .news-item a {
    color: #717171;
}

.news-center .small-news .small-news-list .news-item .news-time {
    color: #aeaeae
}

.news-center .small-news .small-news-list .news-item:hover a,
.news-center .small-news .small-news-list .news-item:hover span,
.news-center .small-news .small-news-list .news-item:hover .news-item:before {
    color: #a62027;
}

.news-center .small-news .small-news-list .news-item a:hover {
    color: #a62027;
    text-decoration: none;
}

.news-center .small-news .small-news-list a:before {
    content: '·';
    font-size: 17px;
    padding-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.news-center .small-news .small-news-list .news-item a {
    width: 520px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.news-center .small-news .small-news-list .news-item:nth-child(2n) {
    float: right;
}

.news-center .news-content .news-item-activity-bg {
    background: #f4f4f4;
}

/* .news-center .news-content .news-list .news-item-news .news-item-activity-color {
    color: #a62027;
} */

.news-center .small-news .small-news-list .small-news-list-item-activity a,
.news-center .small-news .small-news-list .small-news-list-item-activity span,
.news-center .small-news .small-news-list .small-news-list-item-activity::before {
    color: #a62027;
}













/* 底部样式 */
footer {
    border-top: 6px solid #b82625;
   background:linear-gradient(90deg, #e77918 0%, #b82625 100%);
    color: #ffffff;
    padding: 50px 0 50px;
}

footer .select-list {
    /* 去除display:inline-block; 产生的间隙*/
    font-size: 0;
    letter-spaceing: -4px;
}

/* select::-ms-expand { display: none; } */
footer .select-list>div {
    /* appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */

    color: #ffffff;
    width: 283px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background-color: #363636;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-align: center;
    text-align-last: center;
    margin-right: 172px;
    background: url(../images/footer-jiantou.png) no-repeat 251px center;
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

// footer .select-list>div:hover .select-ul {
  //  display: block;
// }

footer .select-list>div div {
    display: none;
    background: #363636;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: -1px;
    bottom: 100%;
  	max-height:340px;
  	overflow:scroll;
}

footer .select-list>div a {
    color: white;
    text-align: left;
    text-align-last: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    padding-left: 10px;
}

footer .select-list>div a:hover {
    color: #dabe7d;
}



footer .select-list div:last-child {
    margin-right: 0;
}

footer .copyright {
    margin-top: 55px;
    font-size: 0;
    letter-spaceing: -4px;
}

footer .copyright img,
footer .copyright .contact-way,
footer .copyright .footer-Navbar {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 22px;
}

footer .copyright .footer-logo {
    width: 194px;
}

footer .copyright .contact-way {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ffffff;
}

footer .copyright .footer-Navbar {
    margin-left: 50px;
}

footer .copyright .footer-Navbar ul li {
    float: left;


}

footer .copyright .footer-Navbar ul li a {
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #fff;
}

footer .copyright .footer-Navbar ul li:first-child a {
    padding-left: 0;
    border-left: 0;
}

footer .copyright .QR-code {
  
    width: 90px;
    height: 90px;
  transform:translateY(-20px);
}
footer .copyright .XG-code{
   width: 90px;
   height: 90px;
   margin-right:20px;
  transform:translateY(-20px);
  display:inline-block;
}
footer .copyright .QR-code img,footer .copyright .XG-code img{
width:100%;
  height:100%
}
footer .copyright .QR-code p,footer .copyright .XG-code p{
	text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}


