*{

}
html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    margin-top: 64px;
    Font-family: Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}



/* Header */

.header {
    background-color: #fefefe;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.75rem;
    height: 4rem;
    border-bottom: 1px solid #ededed;
}

.header .left-nav {
    float: left;
    padding-top: 0.5rem;
    cursor: pointer
}

.dropdown-btn {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefefe;
    min-width: 160px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); /* #ededed; */
}

.dropdown-content a {
    display: block;
}

.dropdown-btn:hover .dropdown-content {
    display: block;
}

.header .left-nav a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.85rem;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.header .left-nav a:hover {
    color: #280000;
}

.header .right-nav {
    float: right;
    padding-top: 0.5rem;
    cursor: pointer
}

.header .right-nav a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.85rem;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.header .right-nav a:hover {
    color: #280000;
}

.header a.logo {
    padding-top: 0.1rem;
    margin-right: 2rem;
    float: left;
    padding-bottom: 0.5rem;
    cursor: pointer
}
.img {
    width: 100%;
}
#u27 {
    border-width: 0px;
    width: 100%;
    height: 36px;
    display: flex;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #C30017;
    text-align: center;
    line-height: 36px;
    margin-top: 54px;
}
#u27 p{
    margin: 0 auto;
}
#u55{
    width: 100%;
    text-align: center;
    margin-top: 56px;
}
#u55 img{
    width: 100%;
}
.bgmRed{
    padding: 20px 0;
    background-image: url('../svg/u25.svg');
    background-repeat: no-repeat;
    background-size:cover;
}
.no-border {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: medium;
}
.form-control {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 40px;
}

/**
 * Variables
 */
/**
 * Wrapper
 */
 .combo-select {
    position: relative;
    /*max-width: 400px;*/
    margin-bottom: 15px;
    font: 100% Helvetica, Arial, Sans-serif;
    border: 0px #ccc solid;
    border-radius: 3px;
}

.combo-select .combo-input {
    margin-bottom: 0;
    background-color: #F9F9F9;
}

/**
 * Input field
 */
.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    padding-right: 60px;
    border-radius: 3px;
}

.combo-input:focus {
    outline: none;
}

/**
 * Arrow
 */
.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 40px;
    font-size: 12px;
    color: #999999;
}

.combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9d1f20;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

/**
 * When opened
 */
.combo-open .combo-arrow {
    border-color: #51A7E8;
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #9d1f20;
}

/**
 * When focused
 */
.combo-focus {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
    border-color: #51A7E8;
}

.combo-focus input {
    border-color: #51A7E8;
}

/**
 * Hide native select
 */
.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}

/**
 * Selected option
 */

/*.option-selected {*/
/*    background-color: #eee;*/
/*}*/

/**
 * Hovered option
 */
.option-hover {
    /*background-color: #006eab;*/
    color: #9d1f20;
}

/**
 * Option item
 */
.option-item {
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid;
    font-size: 14px;
}

.option-item:hover {
    /*background-color: #006eab;*/
    color: #9d1f20;
}

.option-item:last-child {
    border-bottom: none;
}

/**
 * Disabled and optgroups
 */
.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 1px #ccc solid;
    border-width: 1px 0;
}

/**
 * Disabled
 */
.option-disabled {
    opacity: 0.5;
}

/**
 * Dropdown
 */
.combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 0px solid #999999;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
}

.combo-dropdown li {
    list-style: none;
    padding: 14px 1em;
    margin: 0;
}

/**
 * On Active
 */
.combo-open .combo-dropdown {
    display: block;
}

/**
 * Search marker
 */
.combo-marker {
    text-decoration: underline;
}
.message-text {
    font-family: PingFangSC;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 25px;
    margin-left: 50px;
}

.contact-text {
    font-family: Arial;
    font-size: 28px;
    text-align: center;
    transform: rotate(-90deg);
    color: #FFFFFF;
    position: absolute;
    margin-top: 190px;
    margin-left: -115px;
}
.contact-btn {
    padding: 1rem 5rem 1rem 5rem;
    color: #fff;
    background-color: #9d1f20;
    border: 0;
    margin-top: 1rem;
    cursor: pointer;
    width: 100%;
    border-radius: 1rem;
}

.contact-btn:hover {
    background-color: #280000;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
}
.contact-block .form-control::placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 0.85rem;
}
.form-control {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 40px;
}
.combo-arrow:before {
    right: 65px !important;
}
.combo-dropdown {
    left: 5%;
    min-width: 89% !important;
}
.contact-btn1 {
    padding: 1rem 5rem 1rem 5rem;
    color: #fff;
    background-color: #C81111;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 30px;
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    width: 30% !important;
    margin: 30px;
    /* margin-left: 550px; */
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.footer-social a {
    font-size: 1rem;
    color: #fff;
    padding-right: 0.45rem;
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
#u57_img{
    width: 100%;
}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-zhihu:before{content:"\f63f"}
.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}
.fa-twitter:before{content:"\f099"}
.fa-weixin:before{content:"\f1d7"}
@font-face{
    font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../fa-brands-400.html);src:url(../fa-brands-400d41d.html#iefix) format("embedded-opentype"),url(../woff2/fa-brands-400.woff2) format("woff2"),url(../assets/images/xtiming/fa-brands-400.woff) format("woff"),url(../assets/images/xtiming/fa-brands-400.ttf) format("truetype"),url(../assets/images/xtiming/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"
}
@font-face{
    font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../fa-regular-400.html);src:url(../fa-regular-400d41d.html#iefix) format("embedded-opentype"),url(../woff2/fa-regular-400.woff2) format("woff2"),url(../fa-regular-401.html) format("woff"),url(../fa-regular-402.html) format("truetype"),url(../fa-regular-403.html#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../fa-solid-900.html);src:url(../fa-solid-900d41d.html#iefix) format("embedded-opentype"),url(../woff2/fa-solid-900.woff2) format("woff2"),url(../fa-solid-901.html) format("woff"),url(../fa-solid-902.html) format("truetype"),url(../fa-solid-903.html#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900
}
.contact-block {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px rgb(0 0 0 / 50%);
    border-radius: 20px;
    position: relative;
    z-index: 10;
margin-top: 2rem;
margin-bottom: 2rem;
}

.contact-title {
font-size: 2.5rem;
font-weight: bold;
}

.contact-block a {
color: #000;
font-weight: bold;
text-decoration: none;
}

.contact-block a:hover {
text-decoration: underline;
color: #280000;
}

.contact-block p {
font-weight: 200;
}
.send-message {
font-family: Arial;
font-size: 32px;
line-height: 37px;
color: #A21E0F;
margin: 30px;
}
