body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
input {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}

/********************/
select {
   
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565;
}
.heartop {
    height: 30px;
    background: #e9e9e9;
    color: #666;
}
.heartop p.wel {
    line-height: 30px;
    float: left;
}
.heartop p.sc {
    line-height: 30px;
    float: right;
    color: #666;
}
.heartop p.sc span {
    padding: 0 10px;
}
.heartop p.sc a {
    color: #000;
}
.nav {
    height: 120px;
    background: url(../images/logo.jpg) no-repeat left center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navlist {
    float: right;
   
}
.navlist li {
    float: left;
    text-align: center;
}
.navlist li span {
    display: block;
}
.navlist li span.cn {
    font-size: 15px;
    line-height: 15px;
    color: #009f7c;
    border-left: 1px solid #009f7c;
    padding: 0 23px;
}
.navlist li span.en {
    font-size: 13px;
    color: #bababa;
    text-transform: capitalize;
}
.navlist li.home span.cn {
    border-left: none;
}
.banner {
    height: 400px;
    border-top: 5px solid #009f7c;
}
.fullSlide {
    width: 100%;
    position: relative;
    height: 400px;
    background: #000;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 400px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}
.fullSlide .hd ul .on {
    background: #f00;
}

.footer{
    height: 180px;
    background: #1f1f1f;
}
.foottop{
    height: 139px;
}
.foottop .btmmess{
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    border-right: 2px solid #474747;
    float: left;
    padding-right: 30px;
    margin-top: 28px;
}
.foottop .btmnav{
    font-size: 14px;
    color: #FFF;
    padding-top: 40px;
    float: left;
}
.foottop .btmnav ul{

}
.foottop .btmnav li{
    float: left;
}
.foottop .btmnav li a{
   color: #FFF;
   padding: 0 20px;
   border-left: 1px solid #FFF; 
}
.foottop .btmnav li.home a{
    border: none;
}
.foottop .btmnav .link{
    padding-left: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.foottop .btmnav .link a{
    color: #FFF;
    padding-right: 20px;
}
.footbtm{
    height: 40px;
    border-top: 3px solid #474747;
}
.footbtm p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
     font-size: 14px;
}
.footbtm p a{
    color: #FFF;
}
.footbtm p span{
    margin-right: 50px;
}
.find_ipt{
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.find_ipt input{
    margin-left: 10px; 
        height: 20px; 
    
}
.navsearch_input input{
       border: 1px solid #CCC;
}
.find_ipt section{
    position: relative;margin-left: 5px;
}
.find_ipt section img{
    height: 25px;
    margin-top: 2px;
}
.find_ipt h1{
    position: absolute;
    top: 27px;
    right: 0;
    opacity: 0;
    width: 107px;
    transition: all .3s;
    display: none;
}
.find_ipt h1 img{
    width: 100%;
    height: auto;
    display: block;
}
.find_ipt section:hover h1{
    opacity: 1;
    display: block;
}

.header-navigation {
    position:fixed;
    top:0;
    width:100%;
    text-align:center;
    z-index:9999;
}
.heads{
    background-color: #ffffff;
    height:150px;
    top: 0px;
    width: 100%;
    left: 0%;
    transition: all .5s;
}
.slideUp {
    /* -webkit-transform:translateY(-100px);
    transform:translateY(-100px);
    */
      -webkit-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px);
    /*transition:transform .5s ease-out;
    */
    -webkit-transition:transform .5s ease-out;
    -o-transition:transform .5s ease-out;
    transition:transform .5s ease-out;
    width: 100%;
    transition: all .5s;
}
.slideDown {
    /*-webkit-transform:translateY(0);
    transform:translateY(0);
    */
      -webkit-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px);
    /*transition:transform .5s ease-out;
    */
      -webkit-transition:transform .5s ease-out;
    -o-transition:transform .5s ease-out;
    transition:transform .5s ease-out;
    width: 100%;
    transition: all .5s;
    
}
.headheight{
    height: 150px;
}
.messages{
    margin: 20px auto;
}
.messages h1{
    font-size: 22px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.messages form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.messages form div{
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.messages form div span{
    width: 20%;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.messages form div input{
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    width: 74%;
    padding: 0 3%;
    border-radius: 5px;
}
.messages form  button{
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: none;
    background-color: #009f7c;
    margin: 0 auto;
    margin-top: 15px;
}
.v52fmbx_hr{
        font-size: 22px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}
.v52fmbx{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.v52fmbx dl{
    width: 49%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.v52fmbx dl dt{
    width: 18%;
    font-size: 14px;
    color: #666;
    margin-right: 2%;
    text-align: right;
}
.v52fmbx dl input{
    border: 1px solid #ccc;
    line-height: 25px;
}
.v52fmbx dl textarea{
     border: 1px solid #ccc;
    line-height: 25px;
    height: 75px;
}
.ftype_upload .fbox  input{
    border:none;
}