/*重置样式*/
/* @font-face {
    font-family: 'HelveticaLt';
    src: url('../font/HelveticaNeueLTPro-Lt.otf');
} */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

html,
body {
    box-sizing: border-box;
    background: #fff;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
span, p{
    word-break: break-all;
}
td,
th,
ul,
ol {
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

em,
b {
    font-style: normal;
    /* font-weight: normal; */
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

button,
input,
select,
textarea {
    outline: none;
    border: 0;
    -webkit-appearance: none;
}
/* 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}
/* 隐藏 */
.hide {
    display: none;
}
/* 显示 */
.show {
    display: block;
}
/* 左浮动 */
.float-l {
    float: left;
}
/* 右浮动 */
.float-r {
    float: right;
}
/* 文字居左 */
.text-left {
    text-align: left;
}
/* 文字居右 */
.text-right {
    text-align: right;
}
/* 文字居中 */
.text-center {
    text-align: center;
}

.bg-grey {
    background: #f3f3f3;
}

.color-grey {
    color: #999;
}

/*文本超出显示省略号*/
.text-line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.content-box {
    position: relative;
    margin: 0 auto;
}

ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main {
    position: relative;
    width: 100%;
    background: #F3F3F3;
    color: #333;
    overflow: hidden;
}

.main:before {
    content: "";
    position: absolute;
}

/* 修改swiper 分页器颜色 */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .6);
}

.swiper-pagination-bullet-active {
    background-color: #ffffff
}

/* 修改swiper 如果需要前进后退按钮 方块 */
.swiper-button-prev {
    left: 20px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, .3);
    /* background: #09C383; */
    border-radius: 3px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #09C383;
}

.swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform:rotate(225deg);
    margin-left: 5px;
}

.swiper-button-next {
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, .3);
    /* background: #09C383; */
    border-radius: 3px;
}

.swiper-button-next::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform:rotate(45deg);
    margin-right: 5px;
}

/* 圆形 */
.swiper-button-prev-radius {
    left: 0;
    width: 48px;
    height: 48px;
    /* background-color: #09C383; */
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    outline: none;
}
.swiper-button-next-radius {
    right: 0;
    width: 48px;
    height: 48px;
    /* background-color:#09C383; */
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    outline: none;
}
.swiper-button-disabled,
.swiper-button-disabled-wap,
.swiper-button-disabled-pc{
    background-color:rgba(0, 0, 0, .3);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
/* 绿色按钮 */
.button09C383{
    width: 140px;
    height: 50px;
    background: #09C383;
    border: 1px solid #09C383;
    border-radius: 3px;
    cursor: pointer;
}
/* 共用banner 轮播 */
.swiper-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide{
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.swiper-banner .swiper-pagination{
    bottom: 60px !important;
}
/* 共用标题 */
.main-title{
    text-align: center;
}
.main-title h2{
    font-size: 40px;
    color: #444444;
}
.main-title p{
    font-size: 16px;
    color: #757575;
}
/* 网页最大尺寸 */
.wrap {
    position: relative;
    max-width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
}
/* 全局样式标题 */
.whtj-title {
    text-align: center;
    padding-top: 53px;
}
.whtj-title h2{
    font-size: 40px;
    color: #444444;
    margin-bottom: 35px;
}
.whtj-title p{
    font-size: 16px;
    color: #999999;
}
/* 广告条 */
.fmtny {
    width: 100%;
    min-width: 1300px;
    height: 170px;
    background: rgba(0, 0, 0, 0);
}

.fmtny a {
    display: block;
    width: 100%;
    height: 100%;
    background: center 100%;
}
.fmtny .fmtny-one a {
    display: block;
    width: 100%;
    height: 170px;
    margin-right: .5%;
}
.fmtny .fmtny-two a {
    float: left;
    width: 49%;
    height: 170px;
    margin-right: .5%;
}
.fmtny .fmtny-two a:last-child {
    margin-right: 0;
    margin-left: .5%;
}
/* 使用CSS隐藏元素滚动条 */
.scrollbar-none::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.scrollbar-none {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}
/* 配置视频播放控件 */
.videobox{
    position: relative;
    background-color: #000;
}
.videobox:hover .handle{
    display: block;
}
.videobox .handle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.videobox .play{
    background-image: url('../imgs/video/play.png');
}
.videobox .pause{
    background-image: url('../imgs/video/stop.png');
}
/*滚动条样式*/
.innerbox::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}
.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0);
}
.innerbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0);

}

/* 首页-免费获取报价方案 */
.freeOffer{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.freeOffer .content{
    position: relative;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 600px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    color: #FFFFFF;
    padding-top: 37px;
    margin: -300px 0 0 -250px;
}

.freeOffer .content .logo{
    display: block;
    width: 233px;
    height: 46px;
    margin:  0 auto 18px;
}
.freeOffer .content .logo img{
    width: 100%;
    height: 100%;
}
.freeOffer1 .content h1{
    font-size: 40px;
}
.freeOffer1 .content .oblate{
    width: 375px;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49%, rgba(255, 255, 255, 0) 100%);
    margin: 20px auto;
}
.freeOffer1 .content h4{
    font-size: 24px;
}
.freeOffer .content .clear{
    position: absolute;
    top: 28px;
    right: 24px;
    width: 22px;
    height: 21px;
    background-image: url(../imgs/icon/clear.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.freeOffer1 .formbox label{
    display: block;
    padding: 0 106px;
}
.freeOffer1 .formbox label img{
    position: relative;
    top: 46px;
    float: left;
    width: 30px;
    height: 30px;
}
.freeOffer1 .formbox input{
    float: left;
    width: calc(100% - 40px);
    height: 58px;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    background-color: transparent;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}
/* 首页-小广告 */

.freeOffer2 .content h1{
    font-size: 35px;
}
.freeOffer2 .content h1 span{
    color: rgba(246, 218, 31, 1);
}
.freeOffer2 .content p{
    font-size: 24px;
    margin: 31px 0 14px;
}
.freeOffer2 .content h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 49px;
}
.freeOffer2 .formbox input{
    display: block;
    width: 280px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto 25px;
    font-size: 18px;
    color: #B4B4B4;
    text-indent: 24px;
}
.freeOffer2 .formbox button{
    margin-top: 43px;
}
.freeOffer button{
    display: block;
    min-width: 280px;
    height: 50px;
    background: #09C383;
    box-shadow: 0px 5px 20px rgba(9, 195, 131, 0.2);
    border-radius: 3px;
    font-size: 22px;
    color: #FFFFFF;
    margin: 34px auto;
    cursor: pointer;
}
/* 白色背景弹窗 */
.whiteFreeOffer .content{
    background-color: #fff;
    color: #333;
}
.whiteFreeOffer .content .logo {
    display: block;
    width: 233px;
    height: 38px;
    margin: 0 auto 18px;
}
.whiteFreeOffer .content .clear{
    position: absolute;
    top: 28px;
    right: 24px;
    width: 22px;
    height: 21px;
    background-image: url(../imgs/free/free_clear.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.whiteFreeOffer .content .oblate{
    width: 260px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #333 49%, rgba(255, 255, 255, 0) 100%);
    margin: 8px auto 16px;
    border-radius: 100%;
}
.whiteFreeOffer .formbox input{
    color: #333;
}
.blackFreeOffer .content{
    width: 564px;
    height: 466px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -233px;
    margin-left: -282px;
}
.blackFreeOffer .content .logo{
    width: 355px;
    height: 45px;
}
.blackFreeOffer .qr_code{
    width: 180px;
    height: 180px;
}
.blackFreeOffer .content h1{
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    padding-top: 90px;
}
.blackFreeOffer .content .oblate{
    width: 375px;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49%, rgba(255, 255, 255, 0) 100%);
    margin: 20px auto;
}
.blackFreeOffer .content p{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    padding-top: 20px;
}
.blackFreeOffer.show06 .content h1{
    font-size: 40px;
    line-height: 60px;
    padding-top: 20px;
}
.blackFreeOffer.show06 .content .oblate{
    margin: 10px auto;
}
.blackFreeOffer.show06 .content p{
    padding-top: 10;
}
/* 为什么选择我们 */
.module_all{
    width: 1296px;
    height: 366px;
    background-color: #fff;
    margin: 0 auto;
}
.module_all .list{
    position: relative;
}
.module_all .item{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 324px;
    height: 122px;
    background-color: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 26px 16px;
    box-sizing: border-box;
    transition: all .2s linear;
    cursor: pointer;
}
.module_all .item:nth-child(2){
    left: 324px;
}
.module_all .item:nth-child(3),
.module_all .item:nth-child(5){
    left: 648px;
    width: 216px;
}
.module_all .item:nth-child(3) img,
.module_all .item:nth-child(5) img,
.module_all .item:nth-child(8) img,
.module_all .item:nth-child(10) img,
.module_all .item:nth-child(11) img{
    display: none;
}
.module_all .item:nth-child(4){
    flex-direction: column;
    align-items: center;
    left: 864px;
    width: 216px;
    height: 244px;
}
.module_all .item:nth-child(5){
    left: 1080px;
    width: 216px;
    border-right: none;
}
.module_all .item:nth-child(6){
    top: 122px;
}
.module_all .item:nth-child(7){
    top: 122px;
    left: 324px;
}
.module_all .item:nth-child(8){
    top: 122px;
    left: 648px;
    width: 216px;
}
.module_all .item:nth-child(8){
    top: 122px;
    left: 648px;
    width: 216px;
}
.module_all .item:nth-child(9){
    top: 122px;
    left: 1080px;
    width: 216px;
    border-right: none;
}
.module_all .item:nth-child(10),
.module_all .item:nth-child(11){
    top: 244px;
    left: 0;
    width: 162px;
    border-bottom: none;
}
.module_all .item:nth-child(11){
    left: 162px;
}
.module_all .item:nth-child(12),
.module_all .item:nth-child(13),
.module_all .item:nth-child(14){
    top: 244px;
    left: 324px;
    border-bottom: none;
}
.module_all .item:nth-child(13){
    left: 648px;
}
.module_all .item:nth-child(14){
    left: 972px;
}
/* hover */
.module_all .item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.module_all .item:hover .info span{
    color: #09C383;
}
.module_all .item h4 {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
}
.module_all .item .info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #9B9B9B;
}
.module_all .item img{
    flex: none;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 16px;
}
/* 为什么选择我们_APP */
.module_all2{
    width: 1296px;
    height: 366px;
    background-color: #fff;
    margin: 0 auto;
}
.module_all2 .list{
    position: relative;
}
.module_all2 .item{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 324px;
    height: 122px;
    background-color: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 26px 16px;
    box-sizing: border-box;
    transition: all .2s linear;
    cursor: pointer;
}
.module_all2 .item:nth-child(1){
    left: 0;
    width: 162px;
}
.module_all2 .item:nth-child(2){
    left: 162px;
    width: 162px;
}
.module_all2 .item:nth-child(3){
    left: 324px;
    width: 324px;
}
.module_all2 .item:nth-child(4){
    left: 648px;
    width: 216px;
}
.module_all2 .item:nth-child(1) img,
.module_all2 .item:nth-child(2) img,
.module_all2 .item:nth-child(4) img,
.module_all2 .item:nth-child(6) img,
.module_all2 .item:nth-child(9) img,
.module_all2 .item:nth-child(11) img{
    display: none;
}
.module_all2 .item:nth-child(5){
    flex-direction: column;
    align-items: center;
    left: 864px;
    width: 216px;
    height: 244px;
}
.module_all2 .item:nth-child(6){
    left: 1080px;
    width: 216px;
    border-right: none;
}
.module_all2 .item:nth-child(7){
    top: 122px;
}
.module_all2 .item:nth-child(8){
    top: 122px;
    left: 324px;
}
.module_all2 .item:nth-child(9){
    top: 122px;
    left: 648px;
    width: 216px;
}
.module_all2 .item:nth-child(10){
    top: 122px;
    left: 1080px;
    width: 216px;
    border-right: none;
}
.module_all2 .item:nth-child(11){
    top: 244px;
    left: 0;
    width: 324px;
    border-bottom: none;
}
.module_all2 .item:nth-child(12),
.module_all2 .item:nth-child(13),
.module_all2 .item:nth-child(14){
    top: 244px;
    left: 324px;
    border-bottom: none;
}
.module_all2 .item:nth-child(13){
    left: 648px;
}
.module_all2 .item:nth-child(14){
    left: 972px;
}
/* hover */
.module_all2 .item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.module_all2 .item:hover .info span{
    color: #09C383;
}
.module_all2 .item h4 {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
}
.module_all2 .item .info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #9B9B9B;
}
.module_all2 .item img{
    flex: none;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 16px;
}
#ymwl-kefu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    top: 80%;
    /* padding-top: 10px; */
    padding-bottom: 0;
    margin-top: 10px;
    /*background-color: #09C383 !important;*/
    background-color: ##3F3F3F !important;
}
#ymwl-kefu .ymwl-icon{
    flex: none;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    display: none;
}
#ymwl-kefu .ymwl-item{
    height: 60px;
    font-size: 16px;
    /*padding: 10px;*/
    padding: 14px;
    line-height: initial;
}
@media screen and (max-width: 1300px) {
    /* 弹窗 */
    .whiteFreeOffer .content{
        zoom: .8;
    }
}