@font-face {
    font-family: "GothamLight";
    src: url("../font/GothamLight.woff2") format("woff2"),
    url("../font/GothamLight.woff") format("woff"),
    url("../font/GothamLight.ttf") format("truetype"),
    url("../font/GothamLight.eot") format("embedded-opentype"),
    url("../font/GothamLight.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GothamMedium";
    src: url("../font/GothamMedium.woff2") format("woff2"),
    url("../font/GothamMedium.woff") format("woff"),
    url("../font/GothamMedium.ttf") format("truetype"),
    url("../font/GothamMedium.eot") format("embedded-opentype"),
    url("../font/GothamMedium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
*{margin:0;padding: 0;border: 0;}
a{text-decoration: none;color: #000000;}
img{width: 100%;display: block;}
body{background-color: #ffffff;}
.hidden{display: none!important;}
.wrap{
    width: 100%;
    min-width: 1224px;
    margin: 0 auto;
    position: relative;
}
.container{
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#nav{
    padding: 30px 0;
}
#nav .container{
    width: 1200px;
}
#logo{
    width: 180px;
    float: left;
    padding: 8px;
    cursor: pointer;
}
.menu{
    float: right;
}
.menu a{
    padding: 16px 0;
    display: inline-block;
    color: #2d3239;
    margin-left: 14px;
    border-bottom: 1px solid transparent;
    font-family: GothamLight;
}
.menu .active,.menu a:hover{
    border-bottom-color: #2d323a;
}
#lang_box{
    float: right;
    padding: 15px 10px;
    font-family: GothamLight;
}
#lang_cont{
    padding: 0 5px;
    border: 1px solid #000000;
    font-size: 12px;
}
#nav_right{
    background: url("../images/nav_right_bg.png") no-repeat top right;
    background-size: auto 100%;
    width: 180px;
    height: 323px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 999;
}
.nav_right_menu{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.nav_right_menu a{
    display: block;
    height: 50px;
    padding-right: 40px;
    line-height: 50px;
    text-align: right;
    font-size: 12px;
    font-family: GothamMedium;
}
.nav_right_menu a:first-of-type{
    padding-right: 10px;
}
.nav_right_menu a:nth-of-type(2){
    padding-right: 20px;
}
.nav_right_menu a:nth-of-type(3){
    padding-right: 30px;
}
.nav_right_menu a:nth-of-type(4){
    padding-right: 80px;
}
.nav_right_menu a:nth-of-type(5){
    padding-right: 60px;
}
.nav_right_menu a:last-of-type{
    padding-right: 10px;
}
.nav_right_menu a:hover{
    font-size: 14px;
}
.title_vertical_line{
    width: 1px;
    height: 37px;
    background-color: #000000;
    margin: 0 auto;
}
.title_vertical_line_white{
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.title_vertical_line_white_bottom{
    top: auto;
    bottom: 0;
}
.title{
    font-size: 28px;
    text-align: center;
    color: #000000;
    height: 105px;
    line-height: 105px;
    font-family: GothamLight;
}
#contact_us{
    background: url("../images/contact_us_bg.jpg") no-repeat top center;
    background-size: 100% auto;
    height: 422px;
}
#contact_us .container{
    height: 100%;
    background: url("../images/contact_us_cont_bg.png") no-repeat top center;
    background-size: 100% auto;
}
#contact_form_box{
    position: absolute;
    top: 281px;
    left: 51px;
    width: 460px;
    height: 105px;
}
#contact_name{
    width: 123px;
    height: 34px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 0.5;
    padding: 0 10px;
    font-family: GothamLight;
}
#contact_email{
    margin-left: 2px;
    width: 200px;
    height: 34px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 0.5;
    padding: 0 10px;
    font-family: GothamLight;
}
#contact_massage{
    display: block;
    width: 350px;
    height: 47px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 0.5;
    padding: 10px;
    margin-top: 5px;
    font-family: GothamLight;
}
#contact_form_btn{
    width: 78px;
    height: 34px;
    border-radius: 4px;
    background-color: rgb(255, 134, 16);
    opacity: 0.5;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: GothamLight;
}
#contact_form_btn:hover{
    opacity: 0.8;
}
#wx_qrcode{
    position: absolute;
    top: 301px;
    left: 573px;
    width: 85px;
    height: 85px;
}
#footer{
    background-color: #2b2e34;
    padding: 20px 0;
}
.ft_box{
    float: left;
    margin-left: 60px;
}
.ft_title{
    height: 44px;
    padding: 10px 0;
}
.ft_title img{
    width: auto;
    height: 100%;
}
#ft_introduction {
    width: 270px;
    margin-left: 0;
}
#ft_introduction .ft_title{
    height: 48px;
    padding: 0;
}
#ft_about_us{
    width: 165px;
}
#ft_contact_us{
    width: 276px;
}
#ft_app{
    width: 130px;
}
.ft_cont{
    margin: 30px 0 10px;
    color: rgba(187, 187, 187, 0.502);
    font-size: 14px;
    line-height: 20px;
    font-family: GothamLight;
}
#ft_contact_us .ft_cont{
    padding-left: 20px;
    background: url("../images/icon_ft_address.png") no-repeat left top;
    background-size: 12px auto;
}
#ft_introduction .ft_cont{
    margin-top: 40px;
}
#ft_about_us .ft_cont{
    margin-top: 20px;
}
#ft_about_us .ft_cont a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: rgba(187, 187, 187, 0.502);
}
#ft_icon_wx{
    width: 23px;
    display: inline-block;
    cursor: pointer;
}
#ft_icon_fb{
    width: 23px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
#ft_icon_ios{
    width: 44px;
    display: inline-block;
    cursor: pointer;
}
#ft_icon_android{
    width: 44px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
#copyright{
    background-color: #1f2127;
}
#copyright .container{
    text-align: center;
    padding: 20px 0;
    color: rgba(187, 187, 187, 0.502);
}
#ad_box{
    position: fixed;
    top: -200px;
    left: 0;
    z-index: 10000;
}
#ad_box .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
#ad_close_btn{
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 12px;
    padding: 2px 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}
#feedback_alert{
    width: 647px;
    height: 199px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}