@font-face {
    font-family: pingguo;
    src: url(/font/reboto.ttf);
}
@font-face {
    font-family: play;
    src: url(/font/display.ttf);
}
body{
    font-family: pingguo;
    background-color: #F9F9F9;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #535151;
    cursor: default !important;
}
li{
    list-style: none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.top{
    background: #FFFFFF;
    height: 49px;
    width: 100%;
}
.top_box{
    width: 1200px;
    height: 49px;
    margin: auto;
}
.social_box{
    height: 49px;
    line-height: 49px;
    float: left;
}
.social_box a{
    margin-left: 15px;
    float: left;
}
.info_box{
    float: right;
    /*width: 680px;*/
    height: 50px;
    line-height: 50px;
}
.info_phone{
    float: left;
    font-size: 14px;
    color: #424243;
}
.info_phone span,.info_mail span{
    margin-left: 3px;
}
.info_mail{
    float: left;
    font-size: 14px;
    margin-left: 25px;
    color: #424243;
}
.info_contact{
    float: right;
    margin-right: 20px;
    color: #424243;
    width: 110px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info_contact a:hover{
    color: #92705E;
}
.language_box{
    float: right;
    margin-right: 20px;
    width: 140px;
    height: 49px;
    line-height: 49px;
}
.language_show{
    width: 140px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 14px;
    cursor: default;
}
.country_img{
    /*display: table-cell;*/
    vertical-align: middle;
    width: 20px;
    height: 14px;
}
.language_show span,.language_ul li span{
    margin-left: 10px;
}
.language_ul{
    height: 500px;
    text-align: left;
    z-index: 9999;
    position: absolute;
}
.language_ul li{
    cursor: default;
    padding-left: 25px;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    font-size: 14px;
    color: #424243;
}
.language_ul li:hover{
    background: #999999;
    color: white;
}
.title{
    height: 91px;
    background-color:  #F9F9F9;
    box-shadow: 0px 0px 8.3px rgba(0, 0, 0, 0.028),
                0px 0px 16.4px rgba(0, 0, 0, 0.042),
                0px 0px 21px rgba(0, 0, 0, 0.07);
}
.title_content{
    width: 1132px;
    margin: 0 auto;
    padding-top: 15px;
}
.title_logo{
    float: left;
}
.title_logo img{
    width: 140px;
    margin-top: 13px;
}
.title_list{
    margin-left: 110px;
    float: left;
}
.title_list ul li{
    float: left;
    margin-right: 32px;
    font-size: 14px;
    line-height: 60px;
}
.title_list ul li a{
    color: #424243;
    max-width: 135px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.title_list ul li a:hover{
    color: #CDA896;
}
.title_input{
    background: #FFFFFF;
    float: right;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    height: 32px;
    margin-top: 15px;
    width: 211px;
    position: relative;
}

.title_input input{
    border: none;
    width: 100%;
    height: 100%;
    text-indent: 4px;
    outline:none;
}
.title_input input:focus{
    border: #CDA896 solid 1px;
}
.title_icon{
    float: right;
    line-height: 30px;
    margin-right: 5px;
    color: #797979;
    position: absolute;
    right: 0;
    top: 0;
    /*padding: 8px 4px 0 0;*/
}
.title_icon:hover{
    color: #CDA896;
}
.top_content{
    width: 1132px;
    margin: 0 auto;
    padding-top: 20px;
}
.top_right{
    float: right;
}
.top_icon{
    float: left;
    margin-left: 60px;
}
.top_icon i{
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}
.top_icon span{
    font-size: 14px;
    color: #424243;
}
.icon-zhongguo{
    color: red;
    font-size: 18px!important;
}
.icon-xiala{
    font-size: 28px!important;
}
.more{
    background-color: #424546;
    height: 299px;
    padding-top: 68px;
}
.more_content{
    width: 1200px;
    margin: 0 auto;
}
.more_list{
    float: left;
    width: 250px;
}
.more_list ul li:first-child{
    border-left:none;
}
.more_list ul li{
    padding-bottom: 8px;
    border-left: #CDA896 1px solid;
}
.more_list ul li a{
    cursor: pointer !important;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 20px;
}
.more_title{
    background: url("../image/foot_menu_bg.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px!important;
    color: #CDA896 !important;
}
.bottom{
    height: 66px;
    text-align: center;
    font-size: 14px;
    line-height: 66px;
    color: #D7D7D7;
    background-color: #383A3A;
}
.own{
    height: 300px;
    width: 100%;
    box-shadow: 0px 2px 6px 0px #0000000f;
}
.own_txt{
    width: 1132px;
    margin: 0 auto;
    color: #92705E;
    padding-top: 80px;
}
.own_txt h3{
    font-size: 64px;
}
.own_txt p{
    font-size: 24px;
    width: 723px;
}
.crumbs{
    width: 1132px;
    margin: 0 auto;
    margin-top: 23px;
    font-size: 14px;
    margin-bottom: 88px;
}
.crumbs span{
    color: #CDA896;
}
.pack{
    height: 300px;
    padding-top: 82px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 55px;
}
.pack h3{
    font-size: 30px;
}
.pack p{
    font-size: 16px;
    width: 1028px;
    margin: 0 auto;
}

#go_back{
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 5%;
    bottom: 10%;
    color: #797979;
    border: 2px solid #797979;
    border-radius: 10px;
    text-align: center;
    line-height: 65px;
}
#go_back:hover{
    color: #CDA896;
    border: 2px solid #CDA896;
}
#leave{
    z-index: 999;
    position: fixed;
    right: 2%;
    bottom: 2%;
    color: #92705E;
}
#leaveBtn{
    cursor: pointer;
}
#leaveMessage{
    display: none;
    width: 510px;
    height: 360px;
    background: #ffffff;
    box-shadow:0 4px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    font-family: pingguo;
}
.leaveMessage_title{
    display: block;
    width: 90%;
    float: left;
    margin-left: 34px;
    margin-top: 30px;
    color: #92705E;
}
.leaveMessage_row{
    margin-top: 25px;
    margin-left: 34px;
    float: left;
}
.leaveMessage_row label{
    width: 90px;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.from_mail{
    width: 360px;
    height: 40px;
    outline: none;
    border-radius: 2px;
    border:1px Solid #D0D0D0;
    font-family: pingguo;
}
.from_mail:focus,.from_message:focus{
    border: #92705E solid 1px;
}
.from_message{
    width: 360px;
    height: 100px;
    outline: none;
    border:1px Solid #D0D0D0;
    font-family: pingguo;
}
.leaveMessage_btn{
    width: 190px;
    height: 40px;
    background: #92705E;
    color: #ffffff;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-left: 120px;
    margin-top: 25px;
    font-family: pingguo;
    cursor: default;
    border: none;
}
.leaveMessage_btn:hover{
    background: none;
    border: 1px solid #92705E;
    color: #92705E;

}
#hideMessage{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.page_nav,.crumbs{
    cursor: default;
}
.choiceMenu{
    color: #CDA896 !important;
}

.more_language_ul{
    padding-left: 20px;
    border-left: 1px solid #CDA896;
}

.more_language{
    width: 440px;
    float: left;
}
.lang_title{
    padding-left: 20px;
    margin-bottom: 8px;
    display: block;
    background: url("../image/foot_menu_bg.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px!important;
    color: #CDA896 !important;
}
.more_language_ul li{
    width: 100px;
    display: inline-block;
    color: white;
    cursor: pointer !important;
    margin-bottom: 8px;
}

