* {
    margin: 0;
    padding: 0;
}

body {
    background: #F5F5F5 !important;
}

.xgt-home-header {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.xgt-home-header .header-left {
    width: 270px;
    float: left;
    background: #fff;
}

.xgt-home-nav {
    background: #fff;
    float: left;
    height: 420px
}

.xgt-home-nav dl {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.xgt-home-nav dl:last-of-type {
    border-bottom: 0;
}

.xgt-home-nav dl dt {
    font-size: 16px;
    height: 21px;
    margin-bottom: 10px;
    line-height: 21px;
    overflow: hidden
}

.xgt-home-nav dl dd {
    height: 63px;
    line-height: 21px;
    overflow: hidden
}

.xgt-home-nav dl dt em {
    margin-left: 10px;
    font-weight: 800;
    color: #EFEFEF;
}


.xgt-home-nav dl dd a {
    display: block;
    width: 48px;
    margin-right: 40px;
    text-align: left;
    float: left;
    height: 17px;
    margin-bottom: 5px;
    line-height: 17px;
    overflow: hidden;
}
.xgt-home-nav dl dd a:nth-child(3n) {
    margin-right: 0;
}
.xgt-home-header .header-right {
    width: 930px;
    height: 420px;
    float: right;
}

.xgt-home-header .header-right .swiper-slide {
    width: 100%;
    height: 420px;
}

.xgt-home-header .header-right .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.swiper-pagination {
    position: relative !important;
    bottom: 30px;
}

.swiper-pagination span {
    width: 30px;
    height: 4px;
    background: #fff !important;
    border-radius: 0;
    margin-right: 10px;
    opacity: 1 !important;
}

.swiper-pagination span:last-child {
    margin-right: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #ED404D !important;
}

.new-xgt-tab {
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background: #fff;
    box-sizing: border-box;
}

.new-xgt-tab .new-xgt-list {
    width: 380px;
    height: 140px;
    float: left;
    margin-right: 30px;
}

.new-xgt-tab .new-xgt-list:last-child {
    margin-right: 0;
}

.xgt-home-body {
    padding-top: 30px;
}

#imgBox li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

#imgBox li:nth-child(4n) {
    margin-right: 0;
}

/*#imgBox li:nth-child(odd) .img-box>img{*/
/*    height: 190px;*/
/*}*/
/*#imgBox li:nth-child(even) .img-box>img{*/
/*    height: 330px;*/
/*}*/
#imgBox li:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 12px 0 #999;

}

#imgBox li .img-box {
    position: relative;
}

#imgBox li .img-box > img {
    width: 100%;
    vertical-align: middle;
}
#imgBox li .img-box a img {
    vertical-align: middle;
}
#imgBox li .img-box .img-zx {
    overflow: hidden;
    height: 40px;
    position: absolute;
    bottom: 0;
    display: none;
}

#imgBox li:hover .img-box .img-zx {
    display: block;
}

#imgBox li .img-box .img-zx .img-eye {
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 12px;
    color: #fff;
}

#imgBox li .img-box .img-zx .img-eye img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

#imgBox li .img-box .img-zx .btn-baojia {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #ED404D;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.imglist .img-description {
    width: 285px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    box-sizing: border-box;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.more-btn {
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    line-height: 50px;
    text-align: center;
    margin: 60px auto 80px;
    font-size: 20px;
    color: #333;
    display: none;
}

/*友情链接 S*/
.friend {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.friend .wrap {
    border: 1px solid #eee;
}

.friend .tab-nav {
    overflow: hidden;
    height: 64px;
    background: #eee;
}

.friend .tab-nav a {
    border: none;
    display: block;
    float: left;
    font-weight: bold;
    color: #666;
    height: 64px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
}

.friend .tab-nav a.current {
    font-weight: bold;
    position: relative;
    background: #fff;
}

.friend .tab-con {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.friend .tab-con-item {
    display: none;
    color: #444;
    overflow: hidden;
    height: auto;
    width: auto;
    margin-top: 20px;
    padding-left: 40px;
}

.friend .tab-con-item a {
    float: left;
    display: block;
    color: #666;
    line-height: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    margin-right: 20px;
}

.friend .tab-con-item a:hover {
    color: #ff5353;
}

.nav {
    border: 0;
}

.pub-nav .nav li.active:before {
    display: none
}

/*友情链接 E*/

.footer_new .bottom {
    height: 160px;
}

.footer_new .bottom_mask {
    height: 160px;
}