/*banner部分*/
.banner {
    width: 100%;
    position: relative;
	margin-top: 198px;
}

.banner img {
    width: 100%;
    height: 100%;
    z-index: 20;
}

.banner .bd li {
    position: relative;
    z-index: 10;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}
.banner .next {
    position: absolute;
    top: 45%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

.banner .bd .banner-desc {
    position: absolute;
    top: 35%;
    left: 20%;
    display: flex;
    align-items: center;
    z-index: 50;
    letter-spacing: 2px;
}

.banner .bd .banner-desc p {
    color: #ffffff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}

.banner .bd .banner-desc .banner-bottom-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
    padding-bottom: 30px;
}

.banner .bd .banner-desc span {
    display: block;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.6;
}

@font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
}

/*产品列表*/
.product-box {
    background-color: #ffffff;
}

.product-box .container {
    margin-bottom: 128px;
}

.product-box .container h3 {
    font-size: 72px;
    font-weight: bolder;
    color: #eaeaea;
    padding-top: 97px;
    text-align: center;
    line-height: 63px;
    font-family: 'index-subtitle';
}

.product-box .container .title {
    text-align: center;
    margin-top: -31px;
    font-family: 'index-title';
}

.product-box .container .title span {
    font-size: 50px;
    color: #333333;
    line-height: 50px;
}

.product-box .container .title span.as {
    color: #b0050b;
}

.product-box .container .title-bottom {
    margin: auto;
    width: 262px;
    height: 34px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797;
}

.product-box .container .title-bottom span {
    width: 415px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.product-box .classify {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}

.product-box .classify .classify-left {
    width: 242px;
    border: 1px solid #e0e0e0;
    text-align: center;
    height: 100%;
}

.product-box .classify .classify-left .nav-top {
    background-color: #b0050b;
}

.product-box .classify .classify-left .title-top {
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 24px;
    padding: 40px 0px 15px 0px;
}

.product-box .classify .classify-left .title-msg {
    font-size: 16px;
    color: white;
    line-height: 17px;
    padding-bottom: 31px;
}

.product-box .classify .classify-left ul li {
    width: 242px;
    height: 51px;
    line-height: 51px;
    list-style: inside;
    color: #525252;
    border-left: 3px solid white;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding-left: 65px;
    transition: 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.product-box .classify .classify-left ul li:last-child {
    margin-bottom: 0;
}

.product-box .classify .classify-left ul li:hover, .product-box .classify .classify-left ul a.on li {
    border-left: 3px solid #b0050b;
}

.product-box .classify .classify-left ul li span {
    font-size: 16px;
    line-height: 16px;
}

.product-box .classify .classify-left .connect {
    width: 242px;
    height: 107px;
    background-color: #b0050b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.product-box .classify .classify-left .connect div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.product-box .classify .classify-left .connect div div {
    width: 16px;
    height: 20px;
}

.product-box .classify .classify-left .connect div div img {
    width: 100%;
    height: 100%;
    margin-right: 4px;
}

.product-box .classify .classify-left .connect div span {
    font-size: 16px;
    color: #ffffff;
    margin-left: 4px;
}

.product-box .classify .classify-left .connect p {
    width: 212px;
    height: 13px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

.product-box .classify .classify-right {
    width: 944px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 14px;
    justify-content: center;
    align-items: flex-start;
}

.product-box .classify .classify-right .item {
    display: inline-block;
    width: 300px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-right: 10px;
}

.product-box .classify .classify-right .item:nth-child(3n) {
    margin-right: 0;
}

.product-box .classify .classify-right .item div {
    width: 100%;
}

.product-box .classify .classify-right .item div img {
    width: 100%;
    height: 100%;
}

.product-box .classify .classify-right .item p {
    font-size: 16px;
    color: #444444;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-box .classify .classify-right .as {
    margin-left: 22px;
}

.product-box .classify .classify-right .is {
    margin-bottom: 17px;
}

.advantage-box {
    height: 1548px;
    background: url("../img/advantage-bg.jpg") no-repeat center center;
    overflow: hidden;
    position: relative;
}

.advantage-box .advantage-wapper {
    width: 1200px;
    margin: auto;
}

.advantage-box .advantage-wapper h3 {
    margin-top: 85px;
    font-size: 72px;
    font-weight: 900;
    color: #eaeaea;
    opacity: 0.2;
    text-align: center;
    line-height: 56px;
    font-family: 'index-subtitle';
}

.advantage-box .advantage-wapper h2 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    top: 111px;
    left: 0;
    right: 0;
    position: absolute;
    line-height: 39px;
    font-family: 'index-title';
}

.advantage-box .advantage-wapper .advantage-introduce {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item {
    position: relative;
    width: 506px;
    height: 562px;
    background-color: white;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img {
    background-color: #eee7e7;
    width: 506px;
    height: 348px;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img img {
    width: 100%;
    height: 100%;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info {
    padding: 38px 60px 23px 46px;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .info {
    display: flex;
    align-items: center;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .info img {
    width: 50px;
    height: 35px;
    margin-right: 22px;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .info span {
    font-size: 24px;
    font-weight: bold;
    color: #b0050b;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .info .black {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .hr {
    width: 339px;
    height: 1px;
    background: #d5d5d5;
    margin: 20px 0px;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .item-info .info-msg {
    width: 400px;
    height: 77px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .square-one {
    width: 28.3px;
    height: 28.3px;
    transform: rotate(-45deg);
    background: #ffffff;
    position: absolute;
    right: -13px;
    top: 94px;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item .square-tow {
    width: 28.3px;
    height: 28.3px;
    transform: rotate(-45deg);
    background: #ffffff;
    position: absolute;
    left: -13px;
    bottom: 92px;
}

.advantage-box .advantage-wapper .advantage-introduce .as {
    margin-bottom: 30px;
}

.advantage-box .advantage-wapper .advantage-introduce .br {
    width: 115px;
    height: 1154px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.after-sale {
    background: url("../img/after-sale-bg.jpg") no-repeat center center;
}

.after-sale .container {
    width: 1200px;
    height: 769px;
    margin: auto;
    position: relative;
}

.after-sale .container h3 {
    font-size: 72px;
    font-weight: bolder;
    color: #eaeaea;
    opacity: 0.2;
    top: 30px;
    right: 120px;
    position: absolute;
    line-height: 72px;
    font-family: 'index-subtitle';
}

.after-sale .container h2 {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 65px;
    right: 190px;
    line-height: 50px;
    font-family: 'index-title';
}

.after-sale .container .after-sale-site {
    width: 323px;
    margin-top: -70px;
    position: absolute;
    z-index: 99;
}

.after-sale .container .after-sale-site img {
    width: 100%;
    height: 100%;
}

.after-sale .container .after-sale-site ul {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 210px;
}

.after-sale .container .after-sale-site ul a {
    width: 352px;
    height: 85px;
    display: block;
    margin-bottom: -20px;
}

.after-sale .container .after-sale-site ul a.on {
    background: url(../img/after-sale-on.png) no-repeat;
    background-position: center;
}

.after-sale .container .after-sale-site ul a li {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-bottom: 1px dashed #9c050a;
    margin: 0 55px;
}

.after-sale .container .after-sale-site ul a li div {
    width: 7px;
    height: 7px;
    background: #b0050b;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.after-sale .container .after-sale-site ul a li span {
    display: inline-block;
    line-height: 30px;
    font-size: 24px;
    color: #ffffff;
    margin-left: 24px;
}

.after-sale .container .after-sale-site .after-sale-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: 156px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

.after-sale .container .after-sale-img {
    position: absolute;
    width: 760px;
	
    top: 138px;
    right: 0;
}

.after-sale .container .after-sale-img img {
    width: 100%;
    height: 100%;
}

.after-sale .container .after-sale-img .after-sale-list .after-sale-list-item {
    position: relative;
	height: 570px;
}

.after-sale .container .after-sale-img .after-sale-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 420px;
    background-color: white;
    padding: 30px;
    opacity: 0.9;
}

.after-sale .container .after-sale-img .after-sale-text p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}

.after-sale .container .after-sale-img .after-sale-text p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.after-sale .container .after-sale-img .after-sale-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.after-sale .container .after-sale-img .after-sale-btn img {
    width: 64px;
    height: 47px;
    cursor: pointer;
}

.detail {
    background: url("../img/detail-bg.png") no-repeat;
    background-size: auto;
    background-position-x: -150px;
    background-position-y: 80px;
    text-align: center;
}

.detail h3 {
    font-size: 72px;
    font-weight: bold;
    color: #eaeaea;
    padding-top: 100px;
    line-height: 56px;
    font-family: 'index-subtitle';
}

.detail .title {
    text-align: center;
    margin-top: -28px;
    font-family: 'index-title';
}

.detail .title span {
    font-size: 50px;
    line-height: 40px;
    color: #333333;
    margin-top: 25px;
}

.detail .title span.as {
    color: #b0050b;
}

.detail .title-bottom {
    margin: auto;
    width: 415px;
    height: 34px;
    margin-top: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797;
}

.detail .title-bottom span {
    width: 415px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-align: center;
}

.detail .detail-item {
    margin-top: 153px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 67px;
}

.detail .detail-item .item {
    width: 291px;
    height: 343px;
    background-color: #333333;
}

.detail .detail-item .item img {
    margin-top: -102.5px;
    transition: 0.8s;
	transform: scale(1.3);
}

/* .detail .detail-item .item:hover img {
    transform: scale(1.2);
} */

.detail .detail-item .item p:nth-of-type(1) {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    opacity: 0.3;
    margin-top: 50px;
    line-height: 29px;
}

.detail .detail-item .item p:nth-of-type(2) {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0px 9px 0px;
    line-height: 24px;
}

.detail .detail-item .item p:nth-of-type(3) {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.3;
    margin-bottom: 20px;
    line-height: 13px;
}

.detail .detail-item .item p:nth-of-type(4) {
    margin: auto;
    width: 205px;
    height: 43px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.cooperation {
    position: relative;
    background: url("../img/cooperation-img.png") no-repeat;
    background-size: 100% 240px;
    background-position-x: center;
    background-position-y: top;
    z-index: 2;
}

.cooperation .cooperation-top-img {
    width: 100%;
    height: 300px;
}

.cooperation .wapper {
    height: 598px;
}

.cooperation .wapper .client-1 {
    width: 384px;
    height: 288px;
    position: absolute;
    top: -144px;
}

.cooperation .wapper .client-1 img {
    width: 100%;
    height: 100%;
}

.cooperation .wapper .client-name {
    position: absolute;
    width: 746px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    top: 40px;
}

.cooperation .wapper .client-name .client-title {
    display: flex;
    align-items: center;
}

.cooperation .wapper .client-name .client-title div:nth-of-type(1) {
    width: 35px;
    height: 2px;
    background: #000000;
    margin-right: 24px;
}

.cooperation .wapper .client-name .client-title span {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.cooperation .wapper .client-name p {
    width: 687px;
    height: 43px;
    margin-left: 59px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 23px;
    line-height: 26px;
}

.cooperation .wapper .client-img {
    display: flex;
    width: 100%;
    position: absolute;
    top: 174px;
}

.cooperation .wapper .client-img .item {
    display: inline-block;
    width: 384px;
    margin: 0 5px;
}

.cooperation .wapper .client-img .item img {
    width: 100%;
    height: 100%;
}

.cooperation .wapper .client-img .item p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 19px;
}

.cooperation .wapper .client-img .item:hover p {
    color: #B0050B;
}

.cooperation .wapper .client-img .item .item-btn {
    width: 207px;
    height: 50px;
    margin: 50px auto 0px auto;
}

.cooperation .wapper .client-img .item .item-btn img {
    width: 100%;
    height: 100%;
}

.cooperation .wapper .client-img .as {
    margin-left: 24px;
}

.cooperation .wapper .client-img .left {
    width: 51px;
    height: 68px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    cursor: pointer;
}

.cooperation .wapper .client-img .left img {
    width: 100%;
    height: 100%;
}

.cooperation .wapper .client-img .right {
    width: 51px;
    height: 68px;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.cooperation .wapper .client-img .right img {
    width: 100%;
    height: 100%;
}
.cooperation .wapper .btn {
    position: absolute;
    bottom: -20px;
    left: 500px;
    width: 180px;
    height: 50px;
    background: url("../img/cooperation-btn-bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    display: block;
}

.about {
    margin-top: -200px;
    padding-top: 300px;
    height: 800px;
    position: relative;
    margin-bottom: 97px;
    background: url(../img/about-imgmix.png) no-repeat;
    background-size: auto;
    background-position-x: 1600px;
    z-index: 1;
}

.about .about-wapper {
    width: 1163px;
    height: 556px;
    position: absolute;
    left: -360px;
    z-index: -1;
    background: #f0f0f0;
}

.about .wapper .about-msg {
    padding-top: 115px;
    padding-bottom: 40px;
}

.about .wapper .about-msg span {
    font-size: 50px;
    color: #333333;
    line-height: 30px;
    font-family: 'index-title';
    display: inline-block;
}

.about .wapper .about-msg .as {
    color: #b0050b;
}

.about .wapper .about-msg p {
    width: 415px;
    font-size: 16px;
    color: #666666;
    margin: 30px 0px 25px 0px;
    line-height: 30px;
    text-align: justify;
}

.about .wapper .about-msg .about-btn {
    width: 153px;
    height: 40px;
    position: relative;
    display: block;
}

.about .wapper .about-msg .about-btn img {
    width: 100%;
    height: 100%;
}

.about .wapper .about-msg .about-btn span {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    line-height: 40px;
    left: 0;
    right: 0;
}

.about .wapper .about-img {
    width: 730px;
    height: 477px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about .wapper .about-img img {
    width: 100%;
    height: 100%;
    padding-right: 40px;
}

.about .wapper .about-img .square {
    width: 223px;
    height: 223px;
    background-color: #b0050b;
    position: absolute;
    right: 0;
    bottom: -27px;
    z-index: -2;
}

.about .wapper .about-img .br {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: -30px;
    top: 0;
}

.about .wapper .about-img .br div:nth-of-type(1) {
    width: 7px;
    height: 7px;
    background: #333333;
}

.about .wapper .about-img .br span {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    transform: rotate(90deg);
    margin: 30px 0px;
    display: inline-block;
}

.about .wapper .about-img .br div:nth-of-type(2) {
    width: 1px;
    height: 196px;
    background: #333333;
}

.about-bottom {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.about-bottom .about-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 322px;
}

.about-bottom .about-work .about-info-img-item {
    width: 350px;
    height: 263px;
    display: inline-block;
    margin: 0 10px;
}

.about-bottom .about-work .about-info-img-item img {
    width: 100%;
    height: 100%;
}

.about-bottom .about-work .about-info-left {
    width: 388px;
    height: 263px;
    background: #b0050b;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: -360px;
    cursor: pointer;
}

.about-bottom .about-work .about-info-left img {
    width: 17px;
    height: 31px;
    margin-right: 27px;
}

.about-bottom .about-work .about-info-rigth {
    width: 388px;
    height: 263px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: -360px;
    cursor: pointer;
}

.about-bottom .about-work .about-info-rigth img {
    width: 17px;
    height: 31px;
    margin-left: 27px;
}

.news {
    margin-bottom: 100px;
}

.news .container h3 {
    font-size: 72px;
    font-weight: 900;
    color: #eaeaea;
    padding-top: 100px;
    text-align: center;
    line-height: 56px;
    font-family: 'index-subtitle';
}

.news .container .title {
    text-align: center;
    margin-top: -28px;
    font-family: 'index-title';
}

.news .container .title span {
    font-size: 50px;
    color: #333333;
    line-height: 37px;
}

.news .container .title span.as {
    color: #b0050b;
}

.news .container .title-bottom {
    margin: auto;
    width: 415px;
    height: 34px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797;
}

.news .container .title-bottom span {
    width: 415px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    text-align: center;
}

.news .container .news-list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.news .container .news-list .news-left {
    width: 773px;
    height: 506px;
    background: #f5f5f5;
    padding: 55px 30px 30px 30px;
}

.news .container .news-list .news-left .news-left-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.news .container .news-list .news-left .news-left-top .header-left a {
    font-size: 24px;
    color: #333333;
}

.news .container .news-list .news-left .news-left-top .header-left span {
    margin: 0px 10px;
}

.news .container .news-list .news-left .news-left-top .header-left a.as {
    font-weight: bolder;
}

.news .container .news-list .news-left .news-left-top .header-rigth img {
    cursor: pointer;
    margin-left: 13px;
    width: 32px;
    height: 32px;
}

.news .container .news-list .news-left .news-left-center {
    display: flex;
    margin-top: 24px;
}

.news .container .news-list .news-left .news-left-center .center-img {
    width: 245px;
    height: 163px;
}

.news .container .news-list .news-left .news-left-center .center-img img {
    width: 100%;
    height: 100%;
}

.news .container .news-list .news-left .news-left-center .center-info {
    width: 420px;
    margin-left: 29px;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 18px;
}

.news .container .news-list .news-left .news-left-center:hover .center-info p:nth-of-type(1) {
    color: #b0050b;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    margin: 21px 0px 22px 0px;
}

.news .container .news-list .news-left .news-left-center .center-info span {
    color: #0c0c0c;
    font-weight: 600;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    line-height: 23px;
}

.news .container .news-list .news-left .news-left-bottom {
    display: flex;
    flex-grow: 2;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item {
    width: 315px;
    height: 90px;
    background: #ffffff;
    padding: 30px 19px 23px 22px;
    position: relative;
    margin-top: 11px;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item:hover p:nth-of-type(1) {
    color: #b0050b;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
    line-height: 11px;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item img {
    position: absolute;
    right: 19px;
    top: 35px;
}

.news .container .news-list .news-left .news-left-bottom .as {
    margin: 11px 0px;
}

.news .container .news-list .news-right {
    width: 391px;
    height: 506px;
    background: #f5f5f5;
    padding: 61px 34px 36px 38px;
}

.news .container .news-list .news-right p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}

.news .container .news-list .news-right .news-rigth-img {
    margin-top: 28px;
    width: 319px;
    height: 163px;
}

.news .container .news-list .news-right .news-rigth-img img {
    width: 100%;
    height: 100%;
}

.news .container .news-list .news-right ul {
    margin-top: 28px;
}

.news .container .news-list .news-right ul li {
    line-height: 15px;
    margin-bottom: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .container .news-list .news-right ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.news .container .news-list .news-right ul li:hover a {
    color: #b0050b;
}