@font-face {
    font-family: "AlibabaPuHuiTi_Regular";
    src: url(../font/AlibabaPuHuiTi-3-55-Regular.ttf);
}

@font-face {
    font-family: "AlibabaPuHuiTi_Bold";
    src: url(../font/AlibabaPuHuiTi-3-85-Bold.ttf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 16px;
    font-family: "AlibabaPuHuiTi_Regular";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
    color: #282828;
}

div {
    display: block;
}

img {
    display: inline-block;
    vertical-align: top;
}

button {
    cursor: pointer;
    outline: none;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
    max-width: 96%;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
    max-width: 96%;
}

.header_top{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 45px;
    background-color: #ffffff;
}
.header_top .r{
    display: flex;
}
.header_top .r li{
    display: flex;
    margin-left: 20px;
}
.header_top .r li .iconfont{
    font-size: 20px;
    color: #025fa9;
    margin-right: 10px;
}
.header_top .r li.Languages{
    position: relative;
}
.header_top .r li.Languages .iconfont{
    margin-right: 0;
}
.header_top .r li.Languages .icon-xiala{
    font-size: 12px;
}
.header_top .r li.Languages .header_a_item_ico {
    display: flex;
    align-items: center;
}
.header_top .r li.Languages .header_a_item_ico .iconfont.icon-duoyuyan {
    margin-right: .5rem;
}
.header_top .r li.Languages .Languages_b {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 3.875rem;
    transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.header_top .r li.Languages .Languages_b a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: #035ca7;
    width: 7.125rem;
    height: 1.875rem;
    border-radius: .5rem;
    margin-bottom: .5rem;
}
.header_top .r li.Languages:hover .Languages_b {
    max-height: 31.25rem;
}
.header_top .r li.Search{
    position: relative;
}
.header_top .r li.Search .header_a_item_ico .hide {
    display: none;
}

.header_top .r li .Search_input {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 400px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    background: #f8fafb;
    display: none;
    max-width: calc(100vw - 50px);
}
.header_top .r li .Search_input form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header_top .r li .Search_input form input {
    width: 84.5%;
    outline: none;
    border: none;
    height: 100%;
    text-indent: 1.5em;
    background: none;
}
.header_top .r li .Search_input form .button {
    width: 15.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}
.header_top .r li .Search_input form .button:hover {
    color: #025fa9;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 900;
    transition: top 0.3s;
    background: rgba(255, 255, 255, 0.9);
}
.header.on{
    top: 45px;
}
.header_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
}
.header_cen .logo {
    display: flex;
    align-items: center;
}
.header_cen .logo .prc a img {
    display: block;
}
.header_cen .logo .wz{
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_cen .logo .wz h1{
    font-family: "AlibabaPuHuiTi_Bold";
    font-size: 24px;
    line-height: 38px;
}
.header_cen .logo .wz h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #888888;
}

.header_r {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header_r .hedaer_Column {
    display: flex;
    align-items: center;
}

.header_item {
    margin-left: 40px;
    position: relative;
}

.header_item .header_item_t {
    display: flex;
    align-items: center;
    height: 100px;
    padding-top: 20px;
}

.header_item .header_item_t .iconfont {
    display: none;
}

.header_item .header_item_t a {
    font-family: "AlibabaPuHuiTi_Bold";
    font-size: 18px;
    line-height: 80px;
}

.header_item .header_item_t:hover a {
    color: #025fa9;
}

.header_item .header_item_t:hover {
    color: #025fa9;
}

.header_item.active .header_item_t a {
    color: #025fa9;
}

.phone_language{
    padding: 0 10px;
    margin-top: 20px;
    justify-content: center;
    display: none;
}
.phone_language a{
    width: 100px;
    height: 30px;
    margin: 0 10px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #025fa9;
    border-radius: 5px;
    color: #025fa9;
    text-align: center;
}
.phone_language a:hover{
    background: #025fa9;
    color: #ffffff;
}

.header_item_b {
    position: absolute;
    z-index: -1;
    left: -135px;
    top: 100px;
    display: none;
    background: rgba(255, 255, 255, 0.95);
    /* box-shadow: 0 0 .625rem rgba(0, 0, 0, .1); */
}
.header_item_b dl{
    position: relative;
}
.header_item_b dl dt{
    width: 270px;
}
.header_item_b dl dt a{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.header_item_b dl dt a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #025fa9;
    transition: ease-in-out 0.3s;
}
.header_item_b dl dt a span{
    font-size: 16px;
    line-height: 50px;
}
.header_item_b dl dd{
    display: none;
    width: 500px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 10px 10px 10px rgba(61,61,61,0.18);
    position: absolute;
    left: 100%;
    top: 0;
    padding: 10px 15px;
}
.header_item_b dl dd a{
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.header_item_b dl:hover dd{
    display: block;
}
.header_item_b dl:hover dt a{
    font-weight: bold;
    color: #025fa9;
}
.header_item_b dl:hover dt a:after{
    width: 100%;
}
.header_item_b dl dd a:hover{
    color: #025fa9;
}


.header_r .header_ico .header_ico_it.caidan {
    display: none;
}

.header_r .header_ico .header_ico_it .header_a_item_ico .iconfont {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
}


footer .foot1{
    width: 100%;
    overflow: hidden;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 3.125rem 0;
}
footer .foot1 .w1600{
    display: flex;
    justify-content: space-between;
}
footer .foot1 dl{
    width: 75%;    /* 1200px */
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 36px;
}
footer .foot1 dl .tit{
    font: normal 20px/30px "AlibabaPuHuiTi_Bold";
    margin: 30px 0 20px;
}
footer .foot1 dl dt a{
    display: block;
}
footer .foot1 dl dt .b_news{
    margin-top: 245px;
}
footer .foot1 dl dd{
    max-width: 320px;
}
footer .foot1 dl dd>div{
    display: flex;
}
footer .foot1 dl dd>div span{
    width: 30px;
    text-align: center;
    color: #999999;
}
footer .foot1 dl dd>div p{
    width: calc(100% - 30px);
}
footer .foot1 dl dd>div.follow{
    flex-direction: column;
}
footer .foot1 dl dd>div.follow p{
    width: auto;
    margin-right: .9375rem;
}
footer .foot1 dl dd>div.follow span{
    font-size: 1.25rem;
    margin: 0 .3125rem;
}
footer .foot1 .r{
    width: 21.25%;    /* 340px */
}
footer .foot1 .r .search{
    margin-top: 30px;
}
footer .foot1 .r .search p{
    font-size: 18px;
    line-height: 24px;
}
footer .foot1 .r .search form{
    width: 100%;
    height: 50px;
    background: #ffffff;
    border:1px solid #adadad;
    border-radius: 25px;
    padding: 0 20px;
    display: flex;
}
footer .foot1 .r .search form input{
    width: calc(100% - 20px);
    height: 48px;
    border: 0;
}
footer .foot1 .r .search form button{
    width: 20px;
    border: 0;
    background: none;
}
footer .foot1 .r .follow{
    margin-top: 50px;
}
footer .foot1 .r .follow p{
    font-size: 18px;
    line-height: 30px;
}
footer .foot1 .r .follow a{
    margin-right: 24px;
}
footer .foot1 .r .follow a span{
    font-size: 20px;
    color: #025ea9;
}
.form-rfq .input-group-prepend{
    width: 50px;
}
.form-rfq .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-rfq .input-group-prepend .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #dae1e7;
    border-radius: 0.3125rem;
    height: 100%;
}
.form-rfq .form-control {
    display: block;
    width: calc(100% - 50px);
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.btn{
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.625rem 1.375rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #184A94;
    border-color: #184A94;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #101342;
    border-color: #0d1038;
}
footer .foot1 .r .form-rfq{
    margin-top: 1.25rem;
}
footer .foot1 .r .form-rfq .input-group-prepend .input-group-text{
    padding: .3125rem 1rem;
}
footer .foot1 .r .form-rfq .form-control{
    padding: .3125rem 1rem;
}


footer .foot2{
    width: 100%;
    height: 50px;
    padding: 10px 0;
    background: #013056;
}
footer .foot2 .copyright{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}



/* 分页器 */
.fyq {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 30px;
}

.fyq ul {
    display: flex;
    align-items: center;
}

.fyq ul li {
    margin-right: .75rem;
}

.fyq ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: .75rem;
    border: 1px solid #f4f4f4;
    font-size: .9375rem;
    font-family: "Roboto_Medium";
    transition: all 0.3s ease-in-out;
}

.fyq ul li a:hover {
    color: #fff;
    background: #1178bf;
}

.fyq ul li.active a {
    color: #fff;
    background: #1178bf;
}

.fyq ul li:last-child {
    margin-right: 0;
}



@media (max-width: 1600px) {
    .header_item{
        margin-left: 30px;
    }
}

@media (max-width: 1440px) {
    .header_cen .logo .wz h1{
        font-size: 20px;
    }
    .header_cen .logo .wz h2{
        font-size: 16px;
    }
    .header_item{
        margin-left: 20px;
    }
}

@media (max-width: 1360px) {
    .header_cen .logo .wz h1{
        font-size: 18px;
    }
    .header_cen .logo .wz h2{
        font-size: 14px;
    }
    .header_item{
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .hide{
        display: none!important;
    }
    .header_top{
        justify-content: flex-end;
    }
    .header_top .l{
        display: none;
    }
    .header_top .r li{
        display: none;
    }
    .header_top .r li.header_ico_it{
        display: block;
    }
    .header_cen{
        height: 50px;
    }
    .header_cen .logo{
        max-width: 70%;
    }
    .header_cen .logo img{
        height: 40px;
    }
    .header_cen .logo .wz{
        display: none;
    }
    .header .header_r .hedaer_Column{
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100vh;
        padding: 20px 0;
        background: #ffffff;
    }
    .header .header_r .hedaer_Column .header_item .header_item_t{
        height: 40px;
        padding-top: 0;
    }
    .header .header_r .hedaer_Column .header_item .header_item_t a{
        height: 40px;
        line-height: 40px;
    }
    .header .header_r .header_ico .header_ico_it.caidan{
        display: block;
    }

}

@media (max-width: 768px) {
    .header_top{
        display: none;
    }
    .header.on{
        top: 0;
    }
    .phone_language{
        display: flex;
    }

    footer .foot1{
        padding: 0;
    }
    footer .foot1 .w1600{
        flex-direction: column;
    }
    footer .foot1 dl{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 12px;
        line-height: 2;
    }
    footer .foot1 dl dt{
        width: 48%;
    }
    footer .foot1 dl dt:nth-child(3){
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    footer .foot1 dl dt .b_news{
        width: 48%;
        margin: 0;
    }
    footer .foot1 dl .tit{
        font-size: 16px;
        font-weight: bold;
        line-height: 2px;
        margin: 30px 0 20px;
    }
    footer .foot1 dl dd{
        width: 100%;
        max-width: 100%;
    }
    footer .foot1 .r{
        width: 100%;
        margin: 20px 0 30px;
    }
    footer .foot2{
        height: auto;
    }


    .fyq ul li{
        margin-right: 5px;
    }
    .fyq ul li a{
        width: auto;
        min-width: 20px;
        height: 20px;
    }
}