.banner {
    height: 440px;
    position: relative;
}

.swiper-container {
    height: 440px;
}

/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 20px;
    /* background-color: red; */
    text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
    height: 10px;
    width: 10px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-bullet-active {

    opacity: 1;
    background-color: #fff;
    border: 2px solid #fff;

    position: relative;
}

.swiper-pagination-bullet-active:after {
    position: absolute;
    height: 30px;
    width: 30px;
    left: -14px;
    top: -14px;
    content: '';
    border-radius: 50%;
    border: 2px solid #fff;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}
.list_bag{
    width: 1200px;
    margin: 0 auto;
}
.list {
    position: absolute;
    top: 0;

    height: 100%;
    width: 240px;
    background-color: rgba(000, 000, 000, 0.2);
    color: #fff;
    z-index: 99;
}

.list>li {
    width: 100%;
    height: calc(100%/6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.list li img {
    margin-left: 30px;
    margin-right: 10px;
}

.list li .text {
    width: 130px;
}



.list .list_li {
    background-color: #fe6c1d;
}

.list_page {
    position: absolute;
    top: 0;
    z-index: 99;
   
    background-color: #fff;
    left: 240px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    display: none;
    color: #333;
	overflow-y: scroll;
}

.list_page>div>ul {
    width: 100%;
   
    
}

.list_page>div {
    width: 960px;
    padding: 30px;
    height: 440px;
  
    min-height: 440px;
}
/*.stage3>li {*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.stage3>li div{*/
/*    color: #333;*/
/*    font-size: 15px;*/
/*    padding: 0 10px;*/
/*    border-right: 1px solid #999;*/
/*}*/
/*.stage3>li div:last-child{*/
/*    border: none;*/
/*}*/
/*.stage3>li div:hover{*/
/*    color: #fe6c1d;*/
/*}*/
/*.stage3>li span{*/
/*    color: #333;*/
/*font-size: 14px;*/
/*margin-right: 15px;*/
/*font-weight: 600;*/
/*}*/
.list_page_title{
    color: #fe6700;
      font-size: 18px;
      font-weight: 600;
      border-left: 2px solid #fe6700;
      padding-left: 5px;
}
.stage3{
    display: flex;
		flex-wrap: wrap;
	padding-bottom: 30px;
	
}
.stage3>li{
    margin-top: 30px;
    width: 50%;
}
.stage3 li p{
     font-size: 16px;
     color: #333;
}
.stage3 li p:hover{
    color: #fe6700;
}
.stage3 li div{
    display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.stage3 li div span{
        font-size: 14px;
         color: #666;
}
.stage3 li div span:hover{
    color: #fe6700;
}
.stage3 li div a{
        margin-right: 30px;
         margin-bottom: 0px;
}

.stage2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.stage2>li{
    color: #333;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.stage2>li a{
     color: #333;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
/* .list_page div ul li {
    height: 10%;
    color: #333;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    padding-left: 20px;
font-size: 16px;
} */

.title {
    text-align: center;
    margin-top: 60px;
}

.title h1 {
    font-size: 28px;
    color: #333;
    letter-spacing: .5px;
}

.title p {
    font-size: 16px;
    color: #666;
    letter-spacing: .5px;
    margin-top: 10px;
}

.firm {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.firm li {
    width: 225px;
    height: 225px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    cursor: pointer;
}
.firm li img{
    width: 100%;
    height: 100%;
}

.firm li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.title2 {
    margin-top: 40px;
}

.commodity {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}

.commodity_t {
    font-size: 28px;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.commodity_t span {
    font-family: "Microsoft Yahei", Arial;
    color: #ff7757;
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    margin-right: 15px;
}

.commodity_c {
    display: flex;
}

.commodity_c_l {
    width: 300px;
    height: 700px;
    background-size: 100%;
    position: relative;
    z-index: 0;
}

.commodity_c_r {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
}

.commodity_c_r>div {
    width: 270px;
    height: 340px;
    margin-left: 30px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    cursor: pointer;
}

.commodity_c_r>div .top {
    width: 100%;
    height: 230px;
    display: flex;
  
}
.commodity_c_r>div .botton{
    height: 110px;
}

.commodity_c_r>div:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.commodity_c_r>div .botton p {
     color: #666;
    font-size: 14px;
    margin-top: 10px;
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
}

.commodity_c_r>div .botton p img {
    margin-left: 10px;
}

.commodity_c_r>div .botton h1 {
   font-size: 16px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 10px;
}

.commodity_c_r>div .botton h2 {
    color: #f10000;
    font-size: 18px;
    margin-top: 12px;
}

.commodity_c_l ul {
    margin-top: 50px;
    margin-left: 20px;
    z-index: 99;
}

.commodity_c_l ul li {
    height: 50px;
    color: #fff;
    cursor: pointer;

}

.commodity_c_l ul li span {
    margin-right: 5px;
}

.commodity_c_l .button div {
    border: 1px solid #fff;
    border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin: 0 auto;
    cursor: pointer;
}

.commodity_c_l .button {
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.message {
    width: 1200px;
    margin: 0 auto;
}

.message .top {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.message .top li {
    width: 380px;
    height: 410px;

}

.message .top li img {
    width: 370px;
    height: 250px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.message .top li .back {
    width: 190px;
    height: 110px;
    background-color: #ffd1b2;
}

.message .top li .time {
    width: 120px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 8;
    text-align: center;
    line-height: 40px;
    color: #fe6600;
    font-size: 16px;
}

.li_top {
    height: 260px;
    position: relative;
}

.li_bottom h1 {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}

.li_bottom p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.li_bottom h2 {
    color: #666;
    margin-top: 18px;
    font-size: 12px;
}

.li_bottom h2 span {
    font-size: 10px;
}

.feedback {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 230px;

}

.feedback>div {
    width: 50%;
}

.feedback_l h1 {
    margin-top: 60px;
    font-size: 24px;
    color: #333;
}

.feedback_l p {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.feedback_l .search {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.feedback_l .search input {
    width: 400px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 60px;
    -o-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border: none;
    padding-left: 10px;

}

.feedback_l .search div {
    width: 120px;
    height: 40px;
    border-radius: 60px;
    -o-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #fe6c1d;
    margin-left: 20px;
    font-size: 20px;
    cursor: pointer;
}

.feedback_r {
    display: flex;
    align-items: center;
}

.feedback_r>div {
    margin-left: 60px;
    display: flex;
    height: 120px;
}

.feedback_r_l {
    width: 80px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback_r_l img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.feedback_r_l>div {
    width: 80px;
    text-align: center;
}

.feedback_r_l>div span {
    color: #ffcd03;
    text-align: center;
}

.feedback_r .feedback_r_r {
    width: 440px;
    height: 120px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback_r .feedback_r_r p {
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}

.feedback_r .feedback_r_r h1 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.index_pop_up{
    width: 1100px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.index_pop_up_b{
    display: flex;
    justify-content: space-between;
}
.index_pop_up_b>div{
    width: 500px;
    height: 480px;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.index_pop_up_t{
  text-align: center;
  padding-bottom: 75px;
  position: relative;
}
.index_pop_up_b .top{
    height: 80px;
    background-color: #fe6600;
    border-radius: 10px  10px 0 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
}
.index_pop_up_b>div .bottoms li{
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.index_pop_up_b>div .bottoms li span{
    font-size: 30px;
    color: #fe6600;
    margin-right: 40px;
}
.index_pop_up_b>div .bottoms li p{
    font-size: 22px;
    color: #333;
}
.index_pop_up_t span{
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}