
.ff-default p {
    margin: 3px 0;
}
.wrap-main {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 90px;
    min-height: 600px;
}
.contact-wrap-inner {
    margin: 0 auto;
    max-width: 1220px;
    padding: 90px 10px 0;
}
.product-banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 200px;
    background: #0c0c0c;
    background: -moz-linear-gradient(top,  #0c0c0c 0%, #606060 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c0c0c), color-stop(100%,#606060));
    background: -webkit-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -o-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -ms-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: linear-gradient(to bottom,  #0c0c0c 0%,#606060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#606060',GradientType=0 );
}
.product-banner img {
    height: 100%;
    width: auto;
}

.contact-nav-left {
    position: -webkit-sticky;
    position: sticky;
    height: 50px;
    margin-bottom: 10px;
    top: 10px;
}
.contact-nav-left .nav-item{
    overflow: hidden;
    margin-top: 10px;
    padding-left: 30px;
    max-height: 40px;
}
.contact-nav-left .nav-item:first-child{
    margin-top: 0;
}
.contact-nav-left .nav-item.active{
    padding-left: 26px;
    border-left: 4px solid #000;
}
.contact-nav-left .nav-item a{
    font-weight: 600;
}

/*背景图*/
.concat-way .contact-link a,
.form-group.address-group .same-up .figure,
input[type=checkbox],
input[type=radio]{
    background-image: url("/image/contact_tool.png");
}

/*联系方式样式开始*/
.contact-title{
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #292929;
    font-weight: 600;
}
.concat-way .contact-content{
    overflow-x: hidden;
    margin-top: 40px;
}
.concat-way .contact-link{
    margin-top: 20px;
}
.concat-way .contact-link li{
    float: left;
    margin-right: 15px;
    height: 70px;
    padding-top: 10px;
}
.concat-way .contact-link a{
    display: inline-block;
    width: 59px;
    height: 59px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


.concat-way .contact-link li:nth-child(1) a{
    background-position: 0 -34px;
}
.concat-way .contact-link li:nth-child(2) a{
    background-position: -68px -34px;
}
.concat-way .contact-link li:nth-child(3) a{
    background-position: 0 -103px;
}
.concat-way .map{
    margin-top: 55px;
    width: 100%;
    height: 480px;
    border: 1px solid #ccc;
}
.amap-marker-label{
    border: 0;
    background-color: #fff;
    padding: 10px 35px;
    text-align: center;
}
/*联系方式样式结束*/

/*联系我们*/
.nav-tabs {
    height: 60px;
    border: none;
    border-bottom: 1px solid #ededed;
}
.nav-tabs .nav-item {
    height: 100%;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
    border: none;
    color: #292929;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #292929;
}
.nav-tabs .nav-link {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}

.leave-message{
    margin-top: 90px;
    width: 100%;
    /*padding: 0 80px;*/
}


/*表单*/
.form-wrap {
    margin-top: 40px;
}

.form-wrap .form-header {

}

.form-wrap .form-content {
    padding: 40px 0;
}

.form-wrap .info-hd {
    padding: 8px 10px 10px;
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
}
.form-wrap label {
    margin-bottom: 0;
}
.form-wrap label .sign {
    color: #f00;
}
.form-wrap label .error {
    padding-left: 5px;
    color: #f00;
}

.form-wrap .form-group {
    margin-top: 10px;
    padding: 0 10px;
}

.form-wrap .form-group.address-group {
    position: relative;
}

.form-group.address-group .same-up{
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 35px;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.form-group.address-group .same-up .figure {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-position: -84px 0;
}
.form-group.address-group .same-up.active .figure {
    background-position: -56px 0;
}
.form-wrap .form-group.address-group .form-control {
    padding-right: 70px;
}

.form-wrap .form-group.item-strut {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.form-wrap .form-control{
    /*margin-top: 10px;*/
    padding: 0 5px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    border-radius: 0;
    color: #292929;
}
.form-wrap textarea{
    margin-top: 5px;
    resize: none;
}
.leave-message .form-wrap select{
    z-index: 2;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor: pointer;
    background: url("/image/contact_drop_down.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    width: calc(100% - 2px) !important;
}
/*清除ie的默认选择框样式清除*/
leave-message .form-wrap li select::-ms-expand { display: none; }

.leave-message .form-wrap .submit-box{
    position: relative;
    margin-top: 30px;
    height: 50px;
    width: 100%;
}
.leave-message .form-wrap .submit{
    position: absolute;
    width: 130px;
    height: 50px;
    background: #0080F1;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    left: 50%;
    top: 0;
    margin-left: -90px;
    font-size: 16px;
}

.form-wrap .related-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.form-wrap .sell-industry-box {
    display: flex;
    min-height: 35px;
    align-items: center;
    flex-wrap: wrap;
}
.form-wrap .form-check {
    position: relative;
    display: flex;
    min-height: 28px;
    align-items: center;
    margin-right: 20px;
}

/*改变多选样式*/
input[type=checkbox]{
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: -84px 0;
    border: none !important;
    vertical-align: bottom;
    margin-top: 0;
}

input[type=checkbox]:checked{
    background-position: -56px 0;
}

/*改变但选样式*/
input[type=radio] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: -28px 0;
    border: none !important;
    vertical-align: bottom;
    margin-right: 5px;
}


input[type=radio]:checked {
    background-position: 0 0;
}




/*小屏幕nav*/
.contact-nav-header{
    margin: 20px auto 0;
    height: 50px;
    background: #3E3E3E;
    color: #fff;
    text-align: center;
}
.contact-nav-header .contact-nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
}
.contact-nav-header .contact-nav-list {
    display: inline-block;
    height: 50px;
    white-space: nowrap;
}

.contact-nav-header .contact-nav-list li {
    display: inline-block;
}
.contact-nav-header .contact-nav-list a {
    display: block;
    padding: 0 10px;
    height: 100%;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
}

.contact-nav-header li.active{
    background-color: #292929;
}
/*小屏幕nav*/

/*弹窗样式*/
.layui-layer-dialog .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 24px;
    /*color: #0080f1;*/
}
.layui-layer-dialog .layui-layer-content {
    height: 180px !important;
}
.layui-layer-dialog .hint {
    overflow: hidden;
    margin-top: 20px;
    max-height: 90px;
    word-break: normal;
    text-align: center;
}
.layui-layer-dialog .layui-layer-btn{
    margin-bottom: 30px;
    /*padding: 0;*/
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    background: #188EF5;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0:hover {
    color: #fff;
}
/*弹窗样式*/

/*loading*/
.layui-layer-loading {
    display: flex;
    justify-content: center;
}

.input-country-box {
    z-index: 2;
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: calc(100% - 20px);
    height: 35px;
    background: #f00;
}
.input-country-box input{
    border: none !important;
}
.input-country {
    padding-right: 40px !important;
}
.input-country-box .close{
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 16px;
    color: #292929;
    cursor: pointer;
    transition: all 0.3s linear;
}

@media screen and (max-width: 767px){
    .product-banner {
        display: none;
    }
    .contact-wrap-inner {
        padding-top: 40px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px){
    .concat-way .contact-link li:hover a{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 575px) {
    .product-banner {
        height: 120px;
    }

    .layui-laypage-ff a, .layui-laypage-ff span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }


}


@media screen and (min-width: 576px) and (max-width: 767px){
    .product-banner {
        height: 140px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px){
    .product-banner {
        height: 160px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-banner {
        height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .product-banner {
        height: 200px;
    }
}
