@charset "utf-8";
/* .header{
    background: #333;
} */
.inside-banner{
    width: 100%;
    height: 500px;
    background: url(../images/inside_banner.jpg) top center no-repeat;
    background-size: cover;
}
.inside-banner p{
    text-align: center;
    color: #c83933;
    font-size: 40px;
    letter-spacing: 10px;
    font-weight: bold;
    padding-top: 250px;
    position: relative;
}
.inside-banner p::before{
    content: "";
    width: 100px;
    height: 6px;
    background-color: #c83933;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50px;
}
.inside-list{
    width: 1300px;
    min-height: 80px;
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inside-list ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.inside-list ul li{
    width: 100%;
    height: 80px;
}
.inside-list li a{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
    overflow: hidden;
}
.inside-list li.active a,.inside-list li.active:hover a{
    background-color: #c83933;
    color: #fff;
}
.inside-list li:hover a{
    background-color: #f9f9f9;
    color: #c83933;
}
.inside-container{
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
	min-height: 500px;
}
.inside-left{
    width: 200px;
    position: absolute;
    left: 0;
    top: 60px;
}
.inside-left-list{
    border: 1px solid #ddd;
}
.inside-left-list li{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
}
.inside-left-list li a{
    width: 100%;
    height: 100%;
    padding: 0 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.inside-left-list li.active a,.inside-left-list li.active:hover a{
    background-color: #c83933;
    color: #fff;
}
.inside-left-list li:hover a{
    background-color: #f9f9f9;
    color: #c83933;
}
.inside-right{
    padding-left: 240px;
}

.about-wrap{
    font-size: 16px;
    line-height: 26px;
}
.about-wrap img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.news-wrap{
    overflow: hidden;
}
.news-list li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    padding-left: 5px;
}
.news-list li::before{
    content: "";
    width: 4px;
    height: 6px;
    background: url(../images/list_arrow.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.news-list li a{
    color: #333333;
    font-size: 16px;
    width: 100%;
    display: block;
}
.news-list li a span{
    width: calc(100% - 100px);
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li a em{
    width: 100px;
    display: inline-block;
    text-align: right;
    color: #999;
}
.news-list li a:hover span{
    color: #c83933;
}
.news-show-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.news-show-info{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.news-show-main{
    font-size: 16px;
    line-height: 26px;
}

.products-list{
    margin-top: 20px;
}
.products-list li{
    width: 393px;
    height: 310px;
    float: left;
    margin: 0 0 60px 60px;
    overflow: hidden;
    transition: all 0.3s;
}
.products-list li:nth-of-type(3n-2){
    margin: 0 0 60px 0;
}
.products-list li .pro-pic{
    width: 393px;
    height: 260px;
    border: #ddd 1px solid;
    text-align: center;
    display: block;
    transition: all 0.3s;
}
.products-list li .pro-pic a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 391px;
    height: 258px;
}
.products-list li .pro-pic img{
    vertical-align: middle;
    display: inline-block;
}
.products-list li p{
    height: 50px;
    background-color: #c83933;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.products-list li:hover{
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.products-list li:hover .pro-pic{
    border: #c83933 1px solid;
    -webkit-filter:contrast(1.1);
}
.inside-right-products{
    margin-top: 0px;
}
.products-list.inside-right-products li{
    width: 313px;
    height: 270px;
    float: left;
    margin: 0 0 60px 60px;
    overflow: hidden;
}
.products-list.inside-right-products li:nth-of-type(3n-2){
    margin: 0 0 60px 0;
}
.products-list.inside-right-products li .pro-pic{
    width: 313px;
    height: 220px;
    border: #ddd 1px solid;
    text-align: center;
    display: block;
    transition: all 0.3s;
}
.products-list.inside-right-products li .pro-pic a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 358px;
    height: 218px;
}

.pro-show-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.pro-show-pic{
    width: 100%;
    height: 820px;
    overflow: hidden;
}
.proShowSwiper {
    width: 100%;
    height: 600px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.proShowSwiper .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.proShowSwiperThumb {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.proShowSwiperThumb .swiper-slide {
    background-size: cover;
    background-position: center;
}
.proShowSwiperThumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #ddd;
}

.proShowSwiperThumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #c83933;
}

.proShowSwiperThumb .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


.contact-wrap{
    font-size: 20px;
    line-height: 40px;
}

.feedback-wrap{
    padding: 0 300px;
}
.feedback-title{
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
}
.feedback-item{
    margin-bottom: 15px;
    overflow: hidden;
}
.feedback-item input{
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
}
.feedback-item textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    outline: none;
    background-color: #fff;
    padding: 10px;
    font-family: arial;
}
.feedback-btn input{
    width: 100%;
    height: 50px;
    background-color: #c83933;
    color: #fff;
    border: none;
    outline: none;
    transition: all 0.3s;
}
.feedback-btn input:hover{
    opacity: 0.9;
}
.jobs-list{
    
}
.jobs-item{
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
}
.jobs-title{
    font-size: 18px;
    font-weight: bold;
}
.jobs-info{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.jobs-main{
    margin-top: 15px;
}
.jobs-main-title{
    font-weight: bold;
}
.jobs-main-content{
    line-height: 24px;
    margin-top: 5px;
}

/*页码*/
.page{
    color: #666666;
    text-align: center;
    height: 32px;
    margin-top: 50px;
    vertical-align: middle;
}
.page span, .page a{
    padding: 0 10px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    border: #F0EEEF 1px solid;
    margin: 0 3px;
    color: #D3D3D3;
    background: #ffffff;
    vertical-align: middle;
}
.page a{
    border: #c83933 1px solid;
    color: #ffffff;
    background: #c83933;
}
.page a:hover{
    opacity: 0.9;
}