.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/* -----------------------顶部------------------------------ */

.header {
    width: 100%;
    height: 740px;
    position: relative;
}


/* 头部 */

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #1a97ee;
    z-index: 2;
}

header .w1200 {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 img {
    width: 223px;
    height: 44px;
}

header nav {
    display: flex;
    font-size: 16px;
}

header nav a {
    text-decoration: none;
    color: #fff;
    height: 40px;
    line-height: 40px
}

header nav .jump {
    margin-left: 55px;
    width: 80px;
    position: relative;
    text-align: center;
}

header nav .jump:hover {
    color: #fc701b;
}

header nav .jump::after {
    content: "";
    height: 3px;
    overflow: hidden;
    display: block;
    left: 0;
    bottom: -21px;
    position: absolute;
    width: 100%;
    background: #ff8f4a;
    transform: scaleX(0);
    transition: all 0.5s;
}

header nav .jump:hover::after {
    transform: scaleX(1)
}

header nav .shop {
    width: 109px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #E96B10;
    border-radius: 4px;
    margin-left: 45px;
}

.fixed {
    position: fixed;
    top: 0;
    background: #E96B10;
    z-index: 999;
    border: none;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.08);
}

.fixed .jump:hover {
    color: #fff;
}


/* 轮播 */

.mySwiper {
    width: 100%;
    height: 740px;
}

.swiper-slide {
    text-align: center;
    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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 120px!important;
}

.swiper-pagination-bullet {
    width: 13px!important;
    height: 13px!important;
}

.swiper-pagination-bullet {
    background: #6ac2ff!important;
}

.swiper-pagination-bullet-active {
    background: #fff!important;
}


/* 四个排列 */

.header-ft {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    z-index: 2;
}

.header-ft p {
    font-size: 16px;
    margin-bottom: 10px;
}

.header-ft span {
    font-size: 14px;
}

.header-ft .item {
    width: 300px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/ft_icon5.png') no-repeat center right;
}

.header-ft .item .l img {
    width: 61px;
    height: 61px;
    margin-right: 10px;
}

.header-ft .item:nth-child(1) {
    justify-content: flex-start
}

.header-ft .item:nth-child(4) {
    background: none;
    justify-content: flex-end
}


/* -----------------------主体------------------------------ */

.main h2,
.main h5 {
    text-align: center;
}

.main h2 {
    color: #333333;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
}

.main h2::after {
    content: "";
    width: 33px;
    height: 3px;
    overflow: hidden;
    display: block;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    position: absolute;
    background: #ff8f4a;
}

.main h5 {
    font-size: 16px;
    line-height: 30px;
}


/* 建设 */

#construction {
    width: 100%;
    height: 640px;
    background: #f8fcff;
    padding-top: 80px;
}

#gift h5 {
    color: #666666;
}

#construction .content {
    display: flex;
    width: 100%;
    height: 460px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-top: 25px
}

#construction .content .r {
    width: 700px;
    margin-left: 40px;
}

#construction .content .r .item {
    height: 229px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

#construction .content .r .item:last-child {
    border: none;
}

#construction .content .title {
    font-size: 22px;
    color: #e05c0b;
    padding: 75px 0 20px 235px;
}

#construction .content .item p {
    width: 435px;
    color: #666;
    font-size: 14px;
    padding: 0 0 0 235px;
}

#construction .content .item img {
    position: absolute;
}

#construction .content .item:nth-child(1) img {
    top: 45px;
    left: -20px;
}

#construction .content .item:nth-child(2) img {
    top: 30px;
    left: -20px;
}


/* 礼品供应 */

#gift {
    width: 100%;
    height: 615px;
    background: #fff;
    padding-top: 85px;
}

#gift h5 {
    color: #999999;
}

#gift .content {
    position: relative;
    width: 1200px;
    height: 380px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-top: 20px;
}

#gift .content .tab {
    position: relative;
}

#gift .content .tab a {
    position: relative;
    display: block;
    width: 400px;
    height: 126px;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}

#gift .content .tab a:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
}

#gift .content .tab a:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 10px;
}

#gift .content .tab a:nth-child(3) {
    position: absolute;
    left: 0;
    top: 127px;
}

#gift .content .tab a:nth-child(4) {
    position: absolute;
    right: 0;
    top: 127px;
}

#gift .content .tab a:nth-child(5) {
    position: absolute;
    left: 0;
    top: 254px;
    border-bottom-left-radius: 10px;
    border: none;
}

#gift .content .tab a:nth-child(6) {
    position: absolute;
    right: 0;
    top: 254px;
    border-bottom-right-radius: 10px;
    border: none;
}

#gift .content .tab a.on,
#gift .content .tab a:hover {
    background-color: #E96B10;
    color: #fff;
}

#gift .content .tab a:nth-child(1).on::after,
#gift .content .tab a:nth-child(1):hover::after,
#gift .content .tab a:nth-child(3).on::after,
#gift .content .tab a:nth-child(3):hover::after,
#gift .content .tab a:nth-child(5).on::after,
#gift .content .tab a:nth-child(5):hover::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 53px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #E96B10;
    z-index: 3;
}

#gift .content .tab a:nth-child(2).on::after,
#gift .content .tab a:nth-child(2):hover::after,
#gift .content .tab a:nth-child(4).on::after,
#gift .content .tab a:nth-child(4):hover::after,
#gift .content .tab a:nth-child(6).on::after,
#gift .content .tab a:nth-child(6):hover::after {
    position: absolute;
    content: "";
    left: -15px;
    top: 53px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #E96B10;
    z-index: 3;
}

#gift .content .tab a img {
    margin: 0 0 0 40px;
}

#gift .content .tab a .text {
    margin: 0 0 0 40px;
}

#gift .content .tab a .text p {
    line-height: 30px;
}

#gift .content .cont li {
    position: absolute;
    left: 400px;
    top: 0;
    z-index: 2;
}

#gift .content .cont .hide {
    display: none;
}


/* 数字化 */

#digital {
    width: 100%;
    height: 575px;
    background: url('../images/digitalbg.jpg') no-repeat center top;
    padding-top: 95px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#digital h2,
#digital h5 {
    color: #fff;
}

#digital .content {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

#digital .content .item .cont {
    width: 264px;
    height: 340px;
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.08);
    border-radius: 10px;
    border: solid 1px #eeeeee;
}

#digital .content .item .title {
    color: #e05c0b;
    font-size: 20px;
    position: relative;
    margin: 58px 0 50px 30px;
}

#digital .content .item .title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 25px;
    height: 2px;
    background-color: #E96B10;
}

#digital .content .item p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 0 30px;
}

#digital .content .item img {
    display: none;
}

#digital .content a:nth-child(1) .item .cont {
    background: url('../images/d_icon1.png') no-repeat top 50px right 36px #fff;
    background-size: 48px 41px;
}

#digital .content a:nth-child(2) .item .cont {
    background: url('../images/d_icon2.png') no-repeat top 50px right 36px #fff;
    background-size: 50px 49px;
}

#digital .content a:nth-child(3) .item .cont {
    background: url('../images/d_icon3.png') no-repeat top 50px right 36px #fff;
    background-size: 48px 43px;
}

#digital .content a:nth-child(4) .item .cont {
    background: url('../images/d_icon4.png') no-repeat top 50px right 36px #fff;
    background-size: 50px 47px;
}

#digital .content .item.on img {
    display: block;
}

#digital .content .item.on,
#digital .content .item:hover {
    margin-top: -70px;
}

#digital .content .item.on img,
#digital .content .item:hover img {
    vertical-align: bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#digital .content .item.on .cont,
#digital .content .item:hover .cont {
    width: 378px;
    height: 220px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#digital .content .item.on .cont .title,
#digital .content .item.on .cont p,
#digital .content .item:hover .cont .title,
#digital .content .item:hover .cont p {
    color: #fff;
}

#digital .content .item.on .cont .title,
#digital .content .item:hover .cont .title {
    padding: 30px 0 35px 35px;
    margin: 0;
}

#digital .content .item.on .cont .title::after,
#digital .content .item:hover .cont .title::after {
    background-color: #fff;
    left: 35px;
    bottom: 20px;
}

#digital .content a:nth-child(1) .item.on .cont,
#digital .content a:nth-child(1) .item:hover .cont {
    background: url('../images/d_icon11.jpg') no-repeat top 20px right 36px #E96B10;
    background-size: 48px 41px;
}

#digital .content a:nth-child(2) .item.on .cont,
#digital .content a:nth-child(2) .item:hover .cont {
    background: url('../images/d_icon22.jpg') no-repeat top 20px right 36px #E96B10;
    background-size: 50px 50px;
}

#digital .content a:nth-child(3) .item.on .cont,
#digital .content a:nth-child(3) .item:hover .cont {
    background: url('../images/d_icon33.jpg') no-repeat top 20px right 36px #E96B10;
    background-size: 48px 44px;
}

#digital .content a:nth-child(4) .item.on .cont,
#digital .content a:nth-child(4) .item:hover .cont {
    background: url('../images/d_icon44.jpg') no-repeat top 20px right 36px #E96B10;
    background-size: 50px 47px;
}


/* 优势 */

#merge {
    width: 100%;
    height: 905px;
    background: url('../images/mergebg.jpg') no-repeat center center;
    padding-top: 95px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#merge .advantage h5 {
    color: #666666;
}

#merge .advantage .content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

#merge .advantage .content .item {
    text-align: center;
}

#merge .advantage .content .title {
    font-size: 20px;
    color: #333333;
    margin: 20px 0 20px 0;
}

#merge .advantage .content p {
    font-size: 14px;
    color: #666666;
}


/* 合作 */

#merge .work {
    margin-top: 125px;
}


/* #merge .work .content{width: 1200px;position:relative;margin-top: 50px;} */


/* #merge .work .tempWrap{width: 1200px!important;} */

#merge .work .content {
    padding: 10px;
}

#merge .work .content ul {
    overflow: hidden;
    zoom: 1;
}

#merge .work .content ul li {
    margin: 0 2px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
}

#merge .work .content ul li {
    text-align: center;
}

#merge .work .content ul li img {
    width: 183px;
    height: 100px;
    display: block;
    padding: 2px;
    margin-bottom: 18px;
}

#merge .work .content .prev,
#merge .work .content .next {
    display: block!important;
    width: 47px;
    height: 47px;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
}

#merge .work .content .next {
    background: url("../images/prev.png") no-repeat;
    position: absolute;
    top: 95px;
    left: 300px;
}

#merge .work .content .prev {
    background: url("../images/next.png") no-repeat;
    position: absolute;
    top: 95px;
    right: 300px;
}


/* -----------------------底部------------------------------ */

footer {
    width: 100%;
    height: 210px;
    background-color: #283345;
}

footer .contact {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 20px 0;
    border-bottom: 2px solid #333d4e;
}

footer .contact .l span {
    color: #fff;
    font-size: 16px;
}

footer .contact .l .phone {
    color: #E96B10;
    font-size: 28px;
    margin-top: 10px;
}

footer .contact .r {
    margin-top: 30px;
}

footer .footer {
    display: flex;
    justify-content: space-between;
    color: #7e848d;
    font-size: 14px;
    margin-top: 20px;
}


/* -----------------------右侧悬浮------------------------------ */

#service {
    position: fixed;
    width: 60px;
    right: 20px;
    bottom: 200px;
    ;
    z-index: 999;
}

#service ul li {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

#service ul li .sidebox {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #f26916;
    ;
    color: #fff;
    font: 16px/60px "微软雅黑";
    overflow: hidden;
}

#service ul li .sidetop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #f26916;
    transition: all 0.3s;
}

#service ul li .sidetop:hover {
    background: #f26916;
    opacity: 1;
}

#service ul li img {
    float: left;
}

#service .qy_wechat {
    display: none;
}


/* 弹出二维码遮罩层 */

#fullbg {
    background-color: #000;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=90);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background: url('../images/popBg.png') no-repeat left top;
    background-size: 100%;
    width: 50vw;
    height: 32vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed !important;
    /* 浮动对话框 */
    position: absolute;
    z-index: 5;
    display: none;
}

@media screen and (max-width: 789px) {
    #dialog {
        width: 50%;
        height: 32%;
    }
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 50px;
    height: 50px;
}


/* .close::before,
.close::after {
    position: absolute;
    content: ' ';
    background-color: #fff;
    left: 20px;
    width: 4px;
    height: 40px;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
} */

#wechat {
    position: absolute;
    left: 92px;
    top: 244px;
    width: 243px;
    height: 243px;
}

@media screen and (max-width: 1400px) {
    #service {
        bottom: 120px;
    }
}