/* .header_box {
    position: absolute;
    top: 46px;
    z-index: 5;
    width: 100%;
}

.header_box .header {
    background-color: rgba(244, 244, 244, 0.46);
}

.header_box .header .top_header {
    width: 100%;
    padding: 23px 0 32px;
    height: auto;
}

.header_box .header .top_header .logo {
    padding: 0 0.8em;
    border-right: 1px solid #fff;
    height: 3.375em;
}

.header_box .header .top_header .logo a {
    display: block;
    height: 100%;
}

.header_box .header .top_header .logo a img {
    height: 100%;
}

.header_box .header .top_header .top_header_text {
    padding: 0 2em;
}

.header_box .header .top_header .top_header_text h1 {
    font-size: 1.875em;
}

.header_box .header .top_header .top_header_text p {
    font-size: 1.125em;
}

.header_box .header .top_header .top_header_right {
    text-align: right;
}

.header_box .header .top_header .top_header_right .phone_box {
    padding-right: 0.8125em;
}

.header_box .header .top_header .language_img {
    width: 100px;
    padding: 0 15px;
}

.header_box .header .top_header .language_img a {
    display: block;
    height: 100%;
    line-height: 100%;
}

.header_box .header .top_header .language_img a img {
    width: 100%;
}

.header_box .header .bottom_header_nav {
    width: 100%;
    display: flex;
}

.header_box .header .bottom_header_nav li.active {
    background-color: #ffc30b;
}

.header_box .header .bottom_header_nav li.active a {
    color: #fff;
}

.header_box .header .bottom_header_nav>li {
    width: calc(100% / 9);
    text-align: center;
    height: 63px;
    line-height: 63px;
}

.header_box .header .bottom_header_nav>li a {
    display: block;
    height: 100%;
    text-transform: capitalize;
}

.header_box .header .bottom_header_nav>li ul.second_nav {
    position: relative;
    left: -25%;
    right: 25%;
    display: none;
    width: 150%;
}

.header_box .header .bottom_header_nav>li:hover {
    background-color: #ffc30b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover a {
    color: #fff;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav {
    display: block;
    background-color: rgba(244, 244, 244, 0.46);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li a {
    color: #000;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li:hover {
    background-color: #ffc30b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li:hover a {
    color: #fff;
}

.footer_box {
    background-color: #333333;
    padding-top: 31px;
    padding-bottom: 59px;
}

.footer_box .link_box span {
    background-color: #333333;
    color: #fff;
    width: 100px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
    float: left;
}

.footer_box .link_box a {
    width: 100px;
    height: 38px;
    display: block;
    line-height: 38px;
    color: #aaaaaa;
    background-color: #4d4d4d;
    text-align: center;
    float: left;
    margin-left: 13px;
}

.footer_box .footer_list .footer_item {
    float: left;
    margin-bottom: 24px;
}

.footer_box .footer_list .footer_item h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 43px;
    padding-bottom: 16px;
}

.footer_box .footer_list .footer_item .footer_border:before {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background-color: #ffc30b;
    float: left;
}

.footer_box .footer_list .footer_item .footer_border:after {
    content: "";
    width: 37px;
    height: 2px;
    display: block;
    background-color: #f8f8f8;
    float: left;
}

.footer_box .footer_list .footer_item .footer_border {
    width: 65px;
    height: 2px;
    margin-bottom: 32px;
}

.footer_box .footer_list .footer_item:nth-child(1) ul {
    width: 222px;
}

.footer_box .footer_list .footer_item:nth-child(1) ul li {
    width: 50%;
    text-align: left;
    float: left;
}

.footer_box .footer_list .footer_item:nth-child(1) ul li a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.footer_box .footer_list .footer_item:nth-child(2) {
    width: calc(100% - 222px - 216px);
    padding-left: 60px;
}

.footer_box .footer_list .footer_item:nth-child(2) ul li {
    width: 100%;
    text-align: left;
    float: left;
    color: #fff;
}

.footer_box .footer_list .footer_item:nth-child(2) ul li img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 7px;
}

.footer_box .footer_list .footer_item:nth-child(3) {
    width: 209px;
}

.footer_box .footer_list .footer_item:nth-child(3) span {
    color: #fff;
}

.footer_box .footer_list .footer_item:nth-child(3) a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.footer_box .footer_list .footer_item:nth-child(3) a img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.footer_box .footer_bottom {
    color: #fff;
    text-align: center;
    padding-top: 19px;
    border-top: 1px solid #404040;
}

.footer_box .footer_bottom a {
    color: #fff;
}

.footer_box .footer_bottom p+p {
    padding-top: 12px;
} */

.header_box {
    position: absolute;
    top: 46px;
    z-index: 5;
    width: 100%;
}

.header_box .header {
    background-color: rgba(244, 244, 244, 0.46);
}

.header_box .header .top_header {
    width: 100%;
    padding: 23px 0 32px;
    height: auto;
}

.header_box .header .top_header .logo {
    padding: 0 0.8em;
    border-right: 1px solid #fff;
    height: 3.375em;
}

.header_box .header .top_header .logo a {
    display: block;
    height: 100%;
}

.header_box .header .top_header .logo a img {
    height: 100%;
}

.header_box .header .top_header .top_header_text {
    padding: 0 2em;
}

.header_box .header .top_header .top_header_text h1 {
    font-size: 1.875em;
}

.header_box .header .top_header .top_header_text p {
    font-size: 1.125em;
}

.header_box .header .top_header .top_header_right {
    text-align: right;
}

.header_box .header .top_header .top_header_right .phone_box {
    padding-right: 0.8125em;
}

.header_box .header .top_header .language_img {
    width: 100px;
    padding: 0 15px;
}

.header_box .header .top_header .language_img a {
    display: block;
    height: 100%;
    line-height: 100%;
}

.header_box .header .top_header .language_img a img {
    width: 100%;
}

.header_box .header .bottom_header_nav {
    width: 100%;
    display: flex;
}

.header_box .header .bottom_header_nav li.active {
    background-color: #ffc30b;
}

.header_box .header .bottom_header_nav li.active a {
    color: #fff;
}

.header_box .header .bottom_header_nav>li {
    width: calc(100% / 9);
    text-align: center;
    height: 63px;
    line-height: 63px;
}

.header_box .header .bottom_header_nav>li a {
    display: block;
    height: 100%;
}

.header_box .header .bottom_header_nav>li ul.second_nav {
    position: relative;
    left: -25%;
    right: 25%;
    display: none;
    width: 150%;
}

.header_box .header .bottom_header_nav>li:hover {
    background-color: #ffc30b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover a {
    color: #fff;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav {
    display: block;
    background-color: rgba(244, 244, 244, 0.46);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li a {
    color: #000;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li:hover {
    background-color: #ffc30b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_box .header .bottom_header_nav>li:hover ul.second_nav li:hover a {
    color: #fff;
}

.footer_box {
    background-color: #333333;
    padding-top: 31px;
    padding-bottom: 59px;
}

.footer_box .link_box span {
    background-color: #333333;
    color: #fff;
    width: 100px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
    float: left;
}

.footer_box .link_box a {
    width: 100px;
    height: 38px;
    display: block;
    line-height: 38px;
    color: #aaaaaa;
    background-color: #4d4d4d;
    text-align: center;
    float: left;
    margin-left: 13px;
}

.footer_box .footer_list .footer_item {
    float: left;
    margin-bottom: 24px;
    color: #fff;
}

.footer_box .footer_list .footer_item h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 43px;
    padding-bottom: 16px;
}

.footer_box .footer_list .footer_item .footer_border:before {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background-color: #ffc30b;
    float: left;
}

.footer_box .footer_list .footer_item .footer_border:after {
    content: "";
    width: 37px;
    height: 2px;
    display: block;
    background-color: #f8f8f8;
    float: left;
}

.footer_box .footer_list .footer_item .footer_border {
    width: 65px;
    height: 2px;
    margin-bottom: 32px;
}

.footer_box .footer_list .footer_item .callmy li {
    margin-top: 2px;
}

.footer_box .footer_list .footer_item .callmy li:nth-child(2) {
    margin-top: 9px;
}

.footer_box .footer_list .footer_item .callmy li:nth-child(3) {
    margin-top: 10px;
}

.footer_box .footer_list .footer_item:nth-child(1) ul {
    width: 320px;
}

.footer_box .footer_list .footer_item:nth-child(1) ul li {
    width: 50%;
    text-align: left;
    float: left;
}

.footer_box .footer_list .footer_item:nth-child(1) ul li a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.footer_box .footer_list .footer_item:nth-child(2) {
    width: calc(92% - 222px - 216px);
    padding-left: 60px;
}

.footer_box .footer_list .footer_item:nth-child(2) ul li {
    width: 100%;
    text-align: left;
    float: left;
    color: #fff;
}

.footer_box .footer_list .footer_item:nth-child(2) ul li img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 7px;
}

.footer_box .footer_list .footer_item:nth-child(3) {
    width: 209px;
}

.footer_box .footer_list .footer_item:nth-child(3) span {
    color: #fff;
}

.footer_box .footer_list .footer_item:nth-child(3) a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.footer_box .footer_list .footer_item:nth-child(3) a img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.footer_box .footer_bottom {
    color: #fff;
    text-align: center;
    padding-top: 19px;
    border-top: 1px solid #404040;
}

.footer_box .footer_bottom a {
    color: #fff;
}

.footer_box .footer_bottom p+p {
    padding-top: 12px;
}