@media screen and (max-device-width: 1900px) {
    .center .second .content {
        padding-top: 24px !important;
    }

    .fi-title {
        padding-top: 48px !important;
    }

    .imgbox div {
        font-size: 18px !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(237, 237, 237);
}

body::-webkit-scrollbar {

    display: none
}

.active-title {
    color: #ed6c00 !important;
}

.title {
    height: 71px;
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    margin-left: 5%;
    width: 280px;
}

.nav {
    float: right;
    margin-right: 5%;
    /*margin-left: 44%;*/
    width: 44%;
    /*background-color: red;*/
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
}

.nav .item a {
    /*color: #313131 !important;*/
}

a:hover {
    /*height: 60px;*/
    /*padding-bottom:1px;*/
    color: #ed6c00 !important;
    /*border-bottom: 2px solid red;*/
}

a:visited {
    /*color: white;*/
    color: #313131;
    text-decoration: none;
}

a {
    text-decoration: none
}

/*center*/
.center {
    height: 998px;
    width: 100%;
    background-image: url("/static/img/businessspage2.png");
    /*background-color: yellow;*/
    display: flex;
    justify-content: center;

}

#overlay {
    background: #707070;
    opacity: 0.8; /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display: none;
}

.center .form {
    margin-top: 204px;
    width: 576px;
    height: 461px;
}

.main-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #0075c1;
    text-align: center;
}

.main-title .en {
    letter-spacing: 3px;
}

.form-title {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ffffff;
}

.form-box {
    margin-top: 24px;
    width: 100%;
    height: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px;
    border: none;
    font-size: 28px;
}

input {
    text-align: center;
    position: relative;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 92px;
    letter-spacing: 2px;
    color: #595757;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px;
    border: none;
    resize: none;
    margin-top: 30px;
    overflow:hidden;
}

::-webkit-input-placeholder {
    position:relative;
    left:20px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 92px;
    letter-spacing: 2px;
    color: #595757;
    text-align: left;

}
textarea::-webkit-input-placeholder {
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {

}

/* Firefox版本4-18 */
::-moz-placeholder {

}

/* Firefox版本19+ */
:-ms-input-placeholder {

}

.sub-title {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ffffff;
}

.submit {
    height: 41px;
    width: 113px;
    background-color: #0075c1;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px;
    border: none;
    margin-top: 40px;
    font-size: 18px;
    color: white;
}

.footer {
    margin-top: 0px !important;

}

/*.imgbox:hover:after {*/
/*    position: absolute;*/
/*    !*margin-top: 80px;*!*/
/*    left: 0;*/
/*    top: 0px;*/
/*    display: block;*/
/*    width: 20vw;*/
/*    min-width: 288px;*/
/*    height: 100%;*/
/*    background-color: rgba(236, 112, 32, 0.5);*/
/*    content: attr(data-text);*/
/*    color: #FFF;*/
/*    transform: translateY(0);*/

/*}*/

.content1 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 24px;
    color: white;
    width: 90%;
    margin-left: 5%;
}

.content2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 24px;
    color: white;
    width: 90%;
    margin-left: 5%;
}

.content3 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 24px;
    color: white;
    width: 90%;
    margin-left: 5%;
}

.content4 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 24px;
    color: white;
    width: 90%;
    margin-left: 5%;
}

.content5 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 24px;
    color: white;
    width: 90%;
    margin-left: 5%;
}


/* third */
.third {
    display: flex;
    justify-content: center;
    /*justify-content: f;*/
    height: 190px;

    /*width: 46%;*/
    /*margin-left: 27%;*/
    /*background-color: red;*/
    /*min-width: 770px;*/
    /*width: 1025px;*/
    /*min-width: 1025px;*/
    width: 100%;
    /*padding-top: 88px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/

}

.third .third-title {
    width: 1025px;
    min-width: 1025px;
}

.third a {
    font-size: 18px;
    color: #313131;

}

.line {
    width: 100%;
    height: 153px;
    display: flex;
    justify-content: center;

}

.line .left {
    /*margin-left: ;*/
    width: 1200px;
    min-width: 1200px;
    /*min-width: ;*/
    height: 100%;
}

.line .right {
    /*width: 46%;*/
    /*margin-left: 27%;*/
    /*height: 100%;*/
    height: 123px;
    min-width: 1025px;
    background-color: white;
}

.left-img {
    width: 192px;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100%;
    /*background-color: red;*/
}

.left-img img {
    margin-left: 14px;
    width: 162px;
}

.right-content {
    margin-left: 30px;
    height: 100%;
    width: 758px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-content-title {
    float: left;
    display: flex;
    justify-content: space-between;
    font-size: 14px;

    /*color: #ed6c00;*/
    color: #313131;
}

.right-content-text {
    font-size: 12px;
    line-height: 20px;
    color: #313131;
}

.item a:visited {
    color: white;
    text-decoration: none;
}

.pagination-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination {
    width: 1025px;
    min-width: 1025px;
    display: flex;
    justify-content: flex-end;
}

.pagination-inner {
    display: flex;
}

.pagination-inner img {
    display: block;

}

.pagination-inner div {
    width: 26px;
    height: 24px;
    text-align: center;
    margin-left: 9px;
    color: #535353;
}

.pagination-inner a {
    width: 26px;
    height: 24px;
    text-align: center;
    margin-left: 9px;
    color: #535353;
}

.page-active:hover {
    color: white !important;
}

.page-active {
    background-color: #ed6c00;
    border-radius: 4px;
    color: white !important;
}

.footer {
    margin-top: 123px;
    width: 100%;
    background-color: #EC7020;
    height: 350px;
    min-width: 1440px;
}

.footer .footer-left {
    width: 45%;
    height: 100%;
}

.f-title {
    font-weight: bold;
    /*margin-top: 72px;*/
    line-height: 33px;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 11.5px;
}

.f-title-eng {
    margin-top: 0px;
    line-height: 24px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.footer-left .addr {
    font-size: 16px;
    color: #FEECCE;
    letter-spacing: 0;
    line-height: 28px;
}

.footer .footer-mid {
    width: 30%;
    /*background-color: red;*/
}

.footer .footer-right {
    width: 20%;
    height: 140px;
    flex-direction: column;

    /*background-color: green;*/

}
