.home-banner {
    position: relative;
    margin-top: 81px;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide img {
    width: 1920px;
    height: 510px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.home-banner .swiper-slide .banner-link {
    position: absolute;
    top: 0;
    left: 18%;
    width: 400px;
    height: 100%;
}

.home-banner .swiper-slide .banner-link .container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.home-banner .swiper-slide .banner-link .container ul {
    float: left;
    position: relative;
    top: 55%;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.4);
}

.home-banner .swiper-slide .banner-link .container ul p {
    font-size: 12px;
    color: #333;
}

.home-banner .swiper-slide .banner-link .container ul li {
    margin: 10px 0;
}

.home-banner .swiper-slide .banner-link .container ul li a {
    display: block;
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: left 8px center;
}

.home-banner .swiper-slide .banner-link .container ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.home-banner .swiper-pagination {
    bottom: 56px;
}

.home-banner .swiper-pagination span {
    width: 28px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}

.home-banner .swiper-pagination span em {
    display: block;
    width: 0;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.home-banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.6);
}

.home-banner .swiper-pagination span.swiper-pagination-bullet-active em {
    width: 100%;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    -moz-transition: all 5s linear;
    transition: all 5s linear;
}

.home-news {
    background: #fff;
}

.home-news ul {
    padding: 30px 0;
}

.home-news ul li {
    float: left;
    width: 50%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.home-news ul li:hover {
    border: 1px solid #456fba !important;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.home-news ul li:hover a {
    position: relative;
    padding-right: 50px;
}

.home-news ul li:hover a:before {
    content: '|';
    display: block;
    padding-right: 40px;
    background: url("/imp_file/global/en/static/images/en/jt1.png") no-repeat bottom 5px right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-news ul li:hover a span {
    color: #fff;
    background: #32538e;
}

.home-news ul li:hover a .news-div h4 {
    color: #456fba;
}

.home-news ul li:hover a .news-div p {
    color: #456fba;
}

.home-news ul li:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.home-news ul li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.home-news ul li:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.home-news ul li:nth-child(4) {
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.home-news ul li a {
    display: block;
    padding-left: 60px;
    position: relative;
}

.home-news ul li a span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    background: #ededed;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    padding: 3px 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.home-news ul li a .news-div h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-news ul li a .news-div p {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-unionPay {
    padding: 40px 0 20px 0;
    background: url("/imp_file/global/en/static/images/en/global-bg.jpg") no-repeat center bottom;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.home-unionPay .yl-Tit {
    text-align: center;
}

.home-unionPay .unionPay-global {
    float: left;
    width: 50%;
    position: relative;
}

.home-unionPay .unionPay-global .destination-search {
    width: 330px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

.home-unionPay .unionPay-global .destination-search input {
    border: none;
    outline: none;
}

.home-unionPay .unionPay-global .destination-search input.d-int {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-unionPay .unionPay-global .destination-search input.d-btn {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #bebebe url("/imp_file/global/en/static/images/en/search2.png") no-repeat center;
}

.home-unionPay .unionPay-global .unionPay-map {
    height: 368px;
    margin: 30px 0 30px;
    position: relative;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con img {
    width: 100%;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt {
    display: none;
    position: absolute;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt.active {
    display: block;
    opacity: 1;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt .u_m_con {
    width: 220px;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: white;
    border: 1px solid #c1d7f3;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt .u_m_con:before {
    content: '';
    width: 15px;
    height: 22px;
    background: url("/imp_file/global/en/static/images/sj.png") no-repeat center;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -11px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt .u_m_con span {
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
    padding-left: 12px;
    border-left: 3px solid #333;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt .u_m_con p {
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-top: 10px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt .u_m_con p a {
    display: inline-block;
    font-size: 12px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#GangAo {
    top: 82px;
    right: 122px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#XinJiaPo {
    top: 142px;
    right: 140px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#YingGuo {
    top: 39px;
    left: 279px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#YingGuo .u_m_con:before {
    right: inherit;
    left: -14px;
    background: url("/imp_file/global/en/static/images/sj2.png") no-repeat center;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#AoDaLiYa {
    top: 178px;
    right: 125px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#JiaNaDa {
    top: 11px;
    left: 150px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#JiaNaDa .u_m_con:before {
    right: inherit;
    left: -14px;
    background: url("/imp_file/global/en/static/images/sj2.png") no-repeat center;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#BaXi {
    top: 165px;
    left: 209px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#BaXi .u_m_con:before {
    right: inherit;
    left: -14px;
    background: url("/imp_file/global/en/static/images/sj2.png") no-repeat center;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#HanGuo {
    top: 84px;
    left: 233px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#RiBen {
    top: 56px;
    left: 250px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#CHNTaiWan {
    top: 98px;
    left: 230px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#ELuoSi {
    top: 15px;
    left: 180px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#ALianQiu {
    top: 97px;
    left: 114px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#AiJi {
    top: 70px;
    left: 109px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#HaSaKeSiTan {
    top: 40px;
    left: 127px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con .unionPay-map-txt#MenJiaLa {
    top: 117px;
    left: 179px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a {
    display: block;
    position: absolute;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-chn {
    width: 63px;
    height: 50px;
    top: 112px;
    right: 99px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-xg {
    width: 10px;
    height: 10px;
    top: 163px;
    right: 102px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-dny {
    width: 62px;
    height: 30px;
    top: 195px;
    right: 61px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-oz {
    width: 66px;
    height: 74px;
    top: 66px;
    right: 248px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-nt {
    width: 58px;
    height: 52px;
    top: 228px;
    right: 50px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-bm {
    width: 240px;
    height: 120px;
    top: 0;
    left: 0;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-lm {
    width: 40px;
    height: 40px;
    top: 127px;
    left: 77px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-hg {
    width: 10px;
    height: 10px;
    top: 137px;
    right: 87px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-rb {
    width: 14px;
    height: 30px;
    top: 116px;
    right: 67px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-tw {
    width: 10px;
    height: 10px;
    top: 161px;
    right: 93px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-els {
    width: 200px;
    height: 87px;
    top: 20px;
    right: 47px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-zd {
    width: 83px;
    height: 49px;
    top: 129px;
    right: 179px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-fz {
    width: 83px;
    height: 116px;
    top: 151px;
    right: 232px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-con>a.m-zy {
    width: 56px;
    height: 28px;
    top: 105px;
    right: 162px;
}

.home-unionPay .unionPay-global .unionPay-map .unionPay-map-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-unionPay .unionPay-global .unionPay-data {
    width: 565px;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item {
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item.active {
    position: relative;
    height: auto;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left {
    padding: 14px 0 14px 0;
    position: relative;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left p {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    background: url("/imp_file/global/en/static/images/bg-sk3.png") no-repeat center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #dfdfdf;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd .tempWrap {
    width: auto !important;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li {
    display: none;
    width: auto !important;
    margin-right: 20px;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li.active {
    display: block;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li a {
    color: #666;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li a:hover {
    color: #333;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li a span {
    padding-left: 10px;
    position: relative;
}

.home-unionPay .unionPay-global .unionPay-data .unionPay-data-item .txt-left .bd ul li a span:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.home-unionPay .unionPay-offers {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-unionPay .unionPay-offers ul {
    padding-left: 50px;
}

.home-unionPay .unionPay-offers ul li {
    margin: 50px 0;
    line-height: 50px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: center left;
}

.home-unionPay .unionPay-offers ul li p {
    font-size: 14px;
    color: #333;
}

.home-unionPay .unionPay-offers ul li p span {
    display: inline-block;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin: 0 5px;
}

.home-db {
    padding: 50px 0 40px;
    background: #fff;
}

.home-db .home-partner {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.home-db .home-partner ul {
    margin-top: 45px;
}

.home-db .home-partner ul li {
    float: left;
    width: 32.33%;
    height: 180px;
    margin: 0.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.home-db .home-partner ul li:nth-child(even) a span {
    color: #333;
}

.home-db .home-partner ul li:nth-child(even) a span:before {
    background: #333;
}

.home-db .home-partner ul li a {
    display: block;
    text-align: center;
    padding: 54px 0;
}

.home-db .home-partner ul li a img {
    margin: 0 auto 10px;
}

.home-db .home-partner ul li a span {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    position: relative;
}

.home-db .home-partner ul li a span:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12.5px;
}

.home-db .home-products {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.home-db .home-products ul {
    height: 367px;
    margin-top: 47px;
    overflow: hidden;
}

.home-db .home-products ul li {
    float: left;
    width: 32.33%;
    height: 367px;
    margin: 0 0.5%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.home-db .home-products ul li:hover .hovCon {
    height: 100%;
    top: 0;
    margin-top: 0;
}

.home-db .home-products ul li:hover .hovCon p {
    opacity: 1;
}

.home-db .home-products ul li>img {
    width: 260px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -130px;
}

.home-db .home-products ul li .hovCon {
    width: 100%;
    height: 110px;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -55px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.home-db .home-products ul li span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.home-db .home-products ul li span em {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-db .home-products ul li p {
    opacity: 0;
    margin: 20px 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    overflow: hidden;
}

.home-db .home-products ul li p a {
    float: left;
    display: block;
    width: 90px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-db .home-products ul li p a:last-child {
    width: 186px;
}

.home-db .home-products ul li:nth-child(1) p a {
    width: 100%;
}

.home-db .home-products ul li:nth-child(2) p a {
    width: 48%;
    margin-right: 2%;
}

.home-db .home-products ul li:nth-child(2) p a:nth-child(even) {
    margin-right: 0;
}

.home-db .home-products ul li:nth-child(3) p a {
    width: 100%;
}

.home-offer {
    padding: 50px 0 40px;
    background: #f5f5f5;
}

.home-offer .yl-Tit {
    text-align: center;
}

.home-offer .home-offer-con {
    margin-top: 40px;
    position: relative;
}

.home-offer .home-offer-con img.bg {
    width: 100%;
}

.home-offer .home-offer-con ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-offer .home-offer-con ul li {
    float: left;
    width: 33.33%;
    height: 100%;
    text-align: center;
    position: relative;
}

.home-offer .home-offer-con ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-offer .home-offer-con ul li:hover {
    background: rgba(0, 0, 0, 0.5);
}

.home-offer .home-offer-con ul li:hover:before {
    content: '';
    width: 200px;
    height: 9px;
    background: url("/imp_file/global/en/static/images/en/line.png") no-repeat center;
    position: absolute;
    left: 50%;
    bottom: -47px;
    margin-left: -100px;
    z-index: 2;
}

.home-offer .home-offer-con ul li:hover em {
    display: inline-block;
}

.home-offer .home-offer-con ul li img {
    padding: 94px 0 20px 0;
    margin: 0 auto;
}

.home-offer .home-offer-con ul li span {
    font-size: 14px;
    color: #fff;
}

.home-offer .home-offer-con ul li em {
    display: none;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding-right: 30px;
    background: url("/imp_file/global/en/static/images/en/jt2.png") no-repeat center right;
}

.home-offer p {
    overflow: hidden;
    position: relative;
}

.home-offer p:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    top: 50%;
}

.home-offer p span {
    float: left;
    width: 33.33%;
    font-size: 56px;
    color: #e5e5e5;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.home-bt {
    padding: 50px 0;
    background: #fff;
}

.home-bt ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.home-bt ul li a {
    display: block;
}

.home-bt ul li:last-child {
    margin-right: 0;
}

.home-bt ul li:hover .home-bt-txt img {
    opacity: 1;
}

.home-bt ul li:hover .home-bt-txt em {
    color: #333;
    padding-right: 30px;
    background: url("/imp_file/global/en/static/images/en/jt3.png") no-repeat right center;
}

.home-bt ul li .img {
    width: 100%;
}

.home-bt ul li .home-bt-txt {
    position: relative;
    left: 50%;
    width: 96%;
    margin-left: -48%;
    padding-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.home-bt ul li .home-bt-txt img {
    display: block;
    margin: -30px auto 0;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.6;
    position: relative;
    top: -35px;
}

.home-bt ul li .home-bt-txt span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: -35px;
}

.home-bt ul li .home-bt-txt em {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    .home-banner .swiper-slide .banner-link {
        position: absolute;
        top: 0;
        left: 0%;
    }
}