﻿html {
    font-size: 16px;
/*    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;*/
}
* {
    margin: 0;
    padding: 0;
    /*border: 0;*/
}
/* 屏幕宽度小于600px时 */
@media (max-width: 599px) {
    html {
        font-size: 12px;
    }
}

/* 屏幕宽度在600px到900px之间时 */
@media (min-width: 600px) and (max-width: 899px) {
    html {
        font-size: 14px;
    }
}

/* 屏幕宽度大于或等于900px时 */
@media (min-width: 900px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #030E21;
    font-size: 1rem;
    overflow-x: hidden; /* 禁止水平滚动 */
    overflow-y: auto; /* 允许垂直滚动 */
}
html, body{
    margin: 0px;
    height: 100%;
}
a {
    color: #0B5FEC;
    cursor: pointer;
}
a:hover{color:red;}
p{line-height: 1.2rem;}
/*.layui-container{width: 1200px!important;}*/

/*.layui-container {
    padding: 0 0!important;
}*/
/*.layui-btn-normal {
    background-color: #0F54C6!important;
}*/


.layui-btn-normal {
    color: #fff;
    background-color: #0F54C6 !important;
    border: 1px solid #0F54C6 !important;
}

    .layui-btn-normal:hover {
        opacity: 1 !important;
        color: #fff !important;
        background-color: #0542A7 !important;
        border: 1px solid #0542A7 !important;
    }


.layui-laypage-count{color: #000000!important;}
.layui-form-select {height: 100%;}
    .layui-form-select .layui-select-title{height: inherit;}
    .layui-form-select .layui-this {
        background-color: #0F54C6!important;
    }
    .index-header {
        min-height: 5.8125rem;
        clear: both;
    }
.index-header .logo {
    width: 13rem;
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
}
.index-header .logo img {
    width: 13rem;
    height: 3.12rem;
    vertical-align: central;
}
.index-header .index-header-right {
    color: #fff;
    font-size: 1rem;
    margin-top: 2rem;
    float: right;
}
.index-header .index-header-right .item {
    margin-right: 0.65rem;
    white-space: nowrap;
    float: left;
    line-height: 2.5rem;
}

/*    .header-index {
        height: 126px !important;
    }

.header-index .header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    flex-direction: row;
    flex-wrap: wrap;
}
.header-index .logo {
    width: 210px;
    height: auto;
    overflow:hidden;
    flex: 1;
}
.header-index .logo img{
    width: 210px;
    height: 50px;
    vertical-align: central;
}
.header-index .space {
    flex-grow: 1;
}
.header-index .right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header-index .right-content .item {
    margin-right: 10px;
    white-space: nowrap;
}*/
/*手机*/
@media screen and (max-width: 768px) {
    .index-first {
        background-image: url("../img/index_960.png");
        /*width: 100%;*/
        min-height: 28.4rem !important;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .index-first {
        background-image: url("../img/index_1920.png");
        /*width: 100%;*/
        min-height: 28.4rem !important;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.index-first .line1 {
    margin-top: 3rem;
    /*width: 53rem;
    height: 6.25rem;*/
    font-family: Raleway;
    font-weight: 600;
    font-size: 2.5rem;
    color: #FFFFFF;
    line-height: 3.125rem;
}
.index-first .line2 {
    margin-top: 1.68rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #FFFFFF;
    /*width: 37.5rem;*/
    font-weight: 500;
}
.index-first .line3 {
    margin-top: 1.68rem;

}
.index-first .line4 {
    margin-top: 1.125rem;
    font-family: Poppins;
    font-weight: 200;
    font-size: 1rem;
    color: #F0F1F2;
    line-height: 1.25rem;
    overflow: hidden;
}


/*手机*/
@media screen and (max-width: 768px) {
    .index-first .search-bar {
        display: flex;
        height: 3.56rem;
        overflow: hidden;
        background: #FFFFFF;
/*        margin-left: 1rem;
        margin-right: 1rem;*/
    }
        .index-first .search-bar .icon {
            margin: 1rem;
            background: url("../img/search_27.png") no-repeat;
            background-size: 100% 100%;
            height: 1.6875rem;
            flex: 0 0 1.6875rem;
        }
    .index-first .search-bar .search-text {
        display:none;
    }
}
/*电脑*/
@media screen and (min-width: 769px) {
    .index-first .search-bar {
        display: flex;
        height: 3.56rem;
        overflow: hidden;
        background: #FFFFFF;
        width: 41rem;
    }
    .index-first .search-bar .icon {
        margin: 1rem;
        background-size: 100% 100%;
        background: url("../img/search_27.png") center;
        height: 1.6875rem;
        flex: 0 0 1.6875rem;
    }
    .index-first .search-bar .search-text {
        margin-top: 1rem;
        background: url("../img/search_text.png") no-repeat;
        background-size: 100% 100%;
        height: 1.675rem;
        flex: 0 0 5.5625rem;
    }
}
.search-bar .input input::placeholder {
    font-size: 1.2rem;
    color: #ccc;
}
.index-first .search-bar .input {
    margin-top: 0.125rem;
    padding: 0 0.3125rem;
    font-size: 1.5rem;
    line-height: 3.125rem;
    flex: 1;
}
    .index-first .search-bar .input input {
        width: 100%;
        height: 100%;
        border: none;
    }
.footer-bg {
    background-color: #030E21;
}
@media screen and (max-width: 768px) {
    .footer {
        margin-top: 1.875rem;
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-top: 1.25rem;
    }
}

@media screen and (min-width: 769px) {
    .footer {
        margin-top: 1.875rem;
        font-size: 0.81rem;
        line-height: 1.87rem;
        background-color: #030E21;
        margin-top: 1.25rem;
    }
}

.footer .item {
    
    margin-bottom: 1.2rem;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: red;
}
.footer .item .title {
    color: #76797F;
}
.footer ul {
    
}
.footer li {
    color: #fff;
}
.footer .copyright {
    margin-top: 1.875rem;
    text-align: center;
    color: #76797F;
}
.mr-14 {
        margin-right: 0.875rem !important;
    }
.mr-34{margin-right: 2.125rem!important;}
.h-30 {
    height: 1.875rem;
}
.h-16 {
    height: 1rem;
}
.h-32{height: 2rem!important;}
.mt-10 {
    margin-top: 0.625rem !important;
}
.mt-20{
    margin-top:1.25rem!important;
}
.mt-26 {
    margin-top: 1.625rem;
}
.line-10 {
    height: 0.625rem;
    clear: both;
}
.line-13 {
    height: 0.8125rem;
    clear: both;
}
.line-15 {
    height: 0.9375rem;
}
.line-20{
    height: 1.25rem;
}
.line75 {
    height: 4.6875rem;
}
.f-red{
    color: red!important;
}
.f-green {
    color: #009933 !important;
}
.f-333 {
    color: #333 !important;
}
.f-left{float: left!important;}
.f-right{float: right!important;}
.border-none{border:none!important;}
.f-999 {
    color: #999 !important;
}
.width-470 {
    width: 29.375rem!important;
}
.text-center{text-align: center!important;}
.text-right{text-align:right!important;}


.btn-signin {
    color: #0F54C6;
    border: 1px solid #0F54C6;
    background-color: #030E21;
}
    .btn-signin:hover {
        color: #fff;
        border: 1px solid #0F54C6;
        background-color: #0542A7;
    }


.g-header{
    /*min-height: 10.43rem;*/
}
.g-header::after{
    content:"";
    height: 0.625rem;
    display: block;
}
.g-header .logo {
    width: 13rem;
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
}

.g-header .logo img {
    width: 13rem;
    height: 3.12rem;
    vertical-align: central;
}

.g-header .g-header-right {
    color: #fff;
    font-size: 1rem;
    margin-top: 2rem;
    float: right;
}

.g-header .g-header-right .item {
    margin-right: 0.65rem;
    white-space: nowrap;
    float: left;
    line-height: 2.5rem;
}
.g-header .search-bar {
    display: flex;
    margin-top: 18px;
    background-color: #fff;
    height: 2.68rem;
    overflow: hidden;
}
.g-header .search-bar .icon {
    margin: 0.5rem;
    background: url("../img/search_27.png") no-repeat;
    background-size: 100% 100%;
    height: 1.6875rem;
    flex: 0 0 1.6875rem;
}
.g-header .search-bar .search-text {
    margin: 0.5rem;
    background: url("../img/search_text.png") no-repeat;
    background-size: 100% 100%;
    height: 1.675rem;
    flex: 0 0 5.5625rem;
}
.g-header .search-bar .input {
    margin-top: 0;
    padding: 0 0.3125rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    flex: 1;
}

.g-header .search-bar .input input {
    width: 100%;
    height: 100%;
    border: none;
}
.g-body {
    background: url("../img/bg.png") repeat-x #fff;
}
    /*.g-body .layui-container {*/
        /*background-color: #fff !important;*/
        /*padding: 0.8125rem 0.8125rem!important;*/
    /*}*/
/*.reg-contaner::before {
    height: 0.8125rem;
    content:"";
}*/
.main-container {
    background: #FFFFFF;
    padding: 0.8125rem 0.8125rem;
    
    /*margin: 0.8125rem 0.8125rem;*/
}

.main-content {
    border: 1px solid #CCCCCC;
}
.content-box {
/*    font-size: 1.2rem;
    line-height: 1.5rem;*/
    padding: 1rem;
    overflow: hidden;
    white-space:  normal;
    word-break: break-word;
}
/*.reg-content::before {
    content: "";
    display: block;
    height: 10px;
}*/


.clearfix:before,
.clearfix:after {
    content: "   ";
    display: table;
}

/* jq滑块验证码 */
.dialog-verification-slider {
    
}

.ui-slider-wrap {
    background: #e8e8e8;
    position: relative;
}

.ui-slider-wrap .ui-slider-bg {
    width: 0;
}

.ui-slider-wrap .ui-slider-btn {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
    background: #fff url(../img/slider.png) no-repeat center;
}

.ui-slider-wrap .ui-slider-btn.success {
    background-image: url(../img/success.png);
}

.ui-slider-wrap .ui-slider-text {
    width: 100%;
    height: 100%;
    font-family: "寰蒋闆呴粦";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* 滑块验证码 end*/




.bread-crumb {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.25rem;
}

/*表单项*/
.f-item {
    line-height: 2.5rem;
}
.f-item .f-line{
    display: flex;
    flex-direction: row;
    height: 2.5rem;
    width:100%;
}

    .f-item .f-line .label {
        /* float: left;*/
        /* width: 9.375rem;*/
        text-align: right;
        flex: 0 0 9.375rem;
        height: 100%;
        /*display: inline-flex;*/
        /*display: inline-block;*/
    }
        .f-item .f-line .label:after {
            display: inline-block;
            content: "";
        }

    .f-item .f-line .input {
        /*margin-left: 0.625rem;*/
        /*float: left;*/
        /*width: 18.75rem;*/
        height: 100%;
        flex: 1;
        margin-left: 0.5rem;
    }
        .f-item .f-line .input input{
            height: 100%;
        }

        .f-item .tips {
            clear: both;
            margin-left: 10rem;
            height: 1rem;
            color: red;
            line-height: 1.2rem;
        }

.f-result{
    margin-top: 2rem;
}
.f-result .icon{
    text-align: center;
}
    .f-result .message {
        line-height: 2rem;
        width: 37.5rem;
        margin: 2rem auto;
        text-align: center;
    }
.pager {
    text-align: center;
}
.layui-laypage-pager {
    text-align: center;
}
    .layui-laypage-pager span, .layui-laypage-pager a {
        padding: 0 0.9rem;
        height: 2rem;
        line-height: 2rem;
        color: #CCCCCC;
    }
    .layui-laypage-pager a {
        /*border: 1px solid #CCCCCC;*/
    }

        .layui-laypage-pager a:hover {
            /*border: 1px solid #0F54C6;*/
            color: #0F54C6;
            background-color: #E9F0F7;
        }
    .layui-laypage-pager .layui-laypage-curr .layui-laypage-em {
        background-color: #E9F0F7;
        padding: 0px;
        border: 1px solid #0F54C6;
    }
    .layui-laypage-pager .layui-laypage-curr em{
        color: #0F54C6;
    }

/*    .pager .total {
        color: #000;
    }

.pager .cur {
    border: 1px solid #0F54C6;
    color: #0F54C6;
    background-color: #E9F0F7;
}*/
.tips-box{
    text-align: center;
    width: 28rem;
    margin: 0 auto;
}
.tips-box .title {
    font-size: 2rem;
    line-height: 2rem;
}
.tips-box .content {
    line-height: 1.875rem;
    width: 100%;
    word-wrap: break-word;
}

.account-dropdown{
    cursor:pointer;
}
.language-dropdown{
    cursor:pointer;
}
#spHeaderRFQCount{
    color: red;
}
.headerInquiryView{
    color: #fff;
    cursor: pointer;
}
