body {
    background-color: #FFFFFF;
}
.main.container {
    margin-top: 7em;
}
.ui.footer.segment {
    margin: 5em 0em 0em;
    padding: 5em 0em;
}

.pg_page_container{
    width: 100% !important;
    height: 100% !important;
}
.ui.menu{
    margin: 0 !important;
}
#main_background{
    /*background-image: url(/img/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.logo_panel{
    /*width: 350px;*/
    width: 700px;
    height: 300px;
    position: relative;
    top:15%;
    margin: 0 auto;
    text-align: center;
}


body{
    padding: 0;
    margin: 0;
    background-color: #eee;
}
/* 主体内容 */
.container{
    min-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}
.main-width{
    width: 1000px;
    margin: 0 auto;
}

/* banner */
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.banner1{
    background-image: url(../img/home/banner_1.jpg);
}
.banner2{
    background-image: url(../img/home/banner_2.jpg);
}
.banner3{
    background-image: url(../img/home/banner_3.jpg);
}
/*.banner4{*/
/*    background-image: url(../img/home/banner_6.jpg);*/
/*}*/

.container .txt{
    position: relative;
    width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    text-align: left;
}
.container .txt span{
    margin: 0 8px;
    display: inline-block;
    padding: 5px;
    background-color: #f00;
    color: #fff;
}
.container .txt i{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: -10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border: 4px solid #333;
    border-radius: 50%;
}
.container .txt .last{
    left: 80%;
}

.tab-box{
    margin-top: 30px;
    margin: 40px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tab-box .item{
    width: 230px;
    height: 240px;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
}
.tab-box .item:hover{
    border: 1px solid #de201b;
}
.tab-box .item:hover p{
    color: #de201b !important;
}
.tab-box .item img{
    margin-top: 30px;
    width: 100%;
}

.news-box{
    height: 450px;
    width: 1000px;
}
.news-item{
    width: 100%;
}
.news-box .new_1{background-image: url(../img/home/new_1.jpg);}
.news-box .new_2{background-image: url(../img/home/new_2.jpg);}
.news-box .new_3{background-image: url(../img/home/new_3.jpg);}
.news-box .new_4{background-image: url(../img/home/new_4.jpg);}
/*.news-box .new_5{background-image: url(../img/home/new_5.png);}*/
/*.news-box .new_6{background-image: url(../img/home/new_6.png);}*/
/*.news-box .new_7{background-image: url(../img/home/new_7.png);}*/
.news-des{padding:10px 30px;background-color: #fff;width: 940px;}
.news-des h2{font-size: 20px;font-weight: bold;color: #333333;letter-spacing: 0;margin-bottom: 10px;}
.news-des p{opacity: 0.6;font-size: 12px;color: #999999;}

.saw-all{
    margin-top: 50px;
    width: 100%;
    height: 270px;
    background-image: url(../img/home/join-us.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.saw-all .btn{
    margin: 180px auto 0;
    width: 200px;
    border: 2px solid white;
    color: white;
    text-align: center;
    padding: 5px 14px;
    height: 30px;
    line-height: 30px;
}