﻿* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #fff;
}
.header-logo {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #FF460E;
}
.header-logo img {
	width: 300px;
}
.bottom {
    padding: 15px 0;
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}
.bottom-box {
    width: 24%;
    /* text-align: center; */
    display: flex;
}
.bottom-box .bottom-name {
    margin-left: 20px;
}
.bottom-box h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
}
.bottom-box p{
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
}
.bg {
    background: url('../images/bg.png');
    height: 700px;
    width: 100%;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.wrap33 {
    width: 1200px;
    margin: 0 auto;
}
.wrap33 .h1 {
    position: relative;
}
.wrap-left {
    margin-top: 10px;
}
.wrap-right {
    margin-top: 50px;
    margin-left: 60px;
}
.exe-box {
    display: flex;
}
.exe-box h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
}
.exe-right {
    margin-left: 20px;
    width: 300px;

}
.btn-exe {
    background: #E7AE74;
    padding: 10px 0;
    width: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-exe h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}
.btn-exe p {
    font-size: 14px;
    color: #fff;
}
.btn-exe img  {
    margin-top: 8px;
    margin-left: 15px;
    width: 40px;
}
.exe-right h5 {
    margin-top: 20px;
    font-size: 16px;
    color: #f02a20;
}
.exe-right .name {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}
.app-box {
    margin-top: 55px;
}
.app-box h1 {
    font-weight: 400;
    font-size: 26px;
    display: flex;
}
.app-box h1 span {
    color: #F65D6E;
    display: inline-block;
    margin-left: 5px;
    font-size: 32px;
    margin-top: -3px;
}
.app-img {
    margin-top: 30px;
    margin-left: 170px;
    display: flex;
}
.code-img img{
    width: 150px;
    border: 1px solid #F65D6E;
}
.app-img p {
    margin-top: 20px;
    display: flex;
    align-items: center;

}
.app-img p span {
    display: inline-block;
    color: #f67d08;
    margin-left: 8px;
    font-size: 18px;
}
.xia {
    margin-left: 20px;
    margin-top: 3px
}
.tip {
    width: 320px;
    margin-left: 168px;
    margin-top: 20px;
}
.tip h5 {
    font-size: 16px;
    color: #f02a20;
}
.tip p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.kefu-box {
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 50%;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    z-index: 999;
}
.kefu-box img {
    width: 63px;
}
.kefu-box p {
    margin-top: 10px;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.iframe {
    display: none;
    z-index: 999;
    width: 690px;
    height: 580px;
    position: fixed;
    right: 120px;
    top: 10%;
}
.iframe .icon {
    background-color: rgb(0, 122, 255);
    padding: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}



.zz-box {
    display: flex;
    justify-content: space-between;

}
.zz-box p{
    padding: 20px 0;
    font-size: 18px;
}
.zz-box .zz-right {
    width: 180px;
    position: relative;

}
.zz-right .left-icon {
    position: absolute;
    top: 230px;
    left: -60px;
    z-index: 999;
    cursor: pointer;
}
.zz-right .right-icon {
    position: absolute;
    top: 230px;
    right: -60px;
    z-index: 999;
    cursor: pointer;
}
.swiper-button-prev {
    background: url('../images/left-icon.png') no-repeat center !important;
    background-position: auto;

}
.swiper-button-next {
    background: url('../images/right-icon.png') no-repeat center !important;


}
.zz-left {
    margin-left: 40px;
    width: 650px;
    position: relative;
}
.zz-left .img {
    width: 650px;
}
.zz-left .left-icon {
    position: absolute;
    top: 230px;
    left: -60px;
    z-index: 999;
    cursor: pointer;
}
.zz-left .right-icon {
    position: absolute;
    top: 230px;
    right: -60px;
    z-index: 999;
    cursor: pointer;
}

.zz-right p {
    margin-left: -70px;
}
.zz-right p img {
    margin-top: 2px;
    vertical-align: top;
}
.tou {
    position: absolute;
    width: 198px;
    height: 4px;
    bottom: -10px;
    left: 0;
    background: url('../images/tou.png');
}
.tou-top {
    position: absolute;
    width: 198px;
    height: 4px;
    top: -10px;
    left: 0;
    background: url('../images/tou.png');
}
.jiqiao {
    margin-top: 35px;
    display: flex;
    padding: 40px 60px 40px 80px;
    background: url('../images/jiqiao-bg.png');
}
.jiqiao .left {
    width: 170px;
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
}
.jiqiao .right {
    width: 850px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.jiqiao .right .red {
    color: #FFCC00;
    font-size: 26px;
    /* font-weight: bold; */
}
.zz-box .zz-right .img {
    float: right;
}
.zz-box p img {
    margin-right: 10px;
}
.zz-bg {
    margin-top: 35px;

}
.zhuanye {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.dian {
    margin-top: 40px;
    padding: 50px 0;
    background: #f5f8fc;
}
.dian-img {
    margin-top: 35px;
}
.dian-text {
    position: relative;
    font-size: 22px;
}
.dian-text img {
    vertical-align: top;
    margin-right: 13px;
}
.dian p {
    margin-top: 8px;
}
.m-bg {
    padding: 50px 0;
    background-image: linear-gradient(#fefbf5,#fefcf9);
}
.m-bg .h1 img{
 vertical-align: top;
 margin-right: 13px;

}
.m-p {
    margin-top: 38px;
}
.m-img {
    text-align: center;
    margin-top: 38px;
}
.m-bg .h1 span {
    font-size: 22px;
    /* font-weight: bold; */
}
.wrap2 {
    width: 1100px;
}
.red {
    color: #F65D6E;
}
.m-bg .h1 .one {
    font-size: 22px;
    color: #F65D6E;
    font-weight: bold;
}
.m-p .two {
    font-weight: bold;
    font-size: 22px;
    color: #F65D6E;
}
.app-btn {
    cursor: pointer;
    margin-top: 20px;
    margin-left: 170px;
    width: 300px;
    background-color: #dd3716;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
}
.iframe-zhuce {
    display: none;
    position: absolute;
    width: 500px;
    height: 900px;
    top: 120px;
    left: 50%;
    transform:translatex(-250px);
	z-index:9999;
    /* border: 1px solid #ccc; */
    box-shadow: 2px 6px 10px #e0e0e0;
}

.guan-show {
	position: absolute;
	right: 10%;
	top:5%;
	border-radius: 20px;
	padding: 3px 10px;
	border:1px solid #ccc;
	cursor:pointer;
	
}