﻿
/*-----------------[初始化]--------------*/
body{color: #fff;font-size: 12px;line-height: 1.5;overflow-x: hidden;
    font-family:"微软雅黑","Microsoft Yahei";
    width: 100%;height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a{color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
a:hover{color: #fff;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #555;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
#hd{
    height: 100px;
    background: #fff;
    position: fixed;top: 0;left: 0;right: 0;z-index: 999;
    line-height: 100px;
    text-align: center;
}

.logo{
    display: inline-block;vertical-align: top;
    margin: 0 auto;
    height: 100px;
}
.logo img{
    display: inline-block;vertical-align: middle;
    max-height: 80%;
    position: relative;top: -2px;
}







/*******************************
    -------[=导航]-------
********************************/

.menuBtn{
    position: absolute;left: 0;top: 0;
    display: block;
    width: 100px;height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    cursor: pointer;
    padding: 38px 38px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 2px;background-color: #a48c5c;margin-bottom: 4px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open{
    background: #ebebec;
    border-left: 1px #cdcdcd solid;
}
.menuBtn.open b{display: none;margin: 0;
    position: absolute;width: 26px;
    top: 46%;
}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}


.nav{
    width: 450px;
    position: absolute;left: 0;top: 100%;
    display: none;
}
.nav li{
    height: calc( (100vh - 200px) / 5);
    height: -webkit-calc( (100vh - 200px) / 5);
    height: -moz-calc( ( 100vh - 200px) / 5);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    overflow: hidden;
}
.nav div{
    display: block;height: 100%;
    padding: 20px 5px 0;
    background: rgba(0,0,0,.6);
    line-height: 20px;color: #c5c6c7;text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.nav div:hover{
    background: rgba(0,0,0,0);
}
.nav i{
    display: block;width: 30px;height: 30px;
    margin: 0 auto 8px;
}
.nav h3{
    font-size: 16px;color: #fff;line-height: 1;/*font-weight: normal;*/
    margin-bottom: 5px;
}
.nav p{
    height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav p span{margin: 0 5px;}



/*******************************
  -------[=banner]-------
*******************************/

#ban{
    height: 305px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



/*******************************
  -------[=底部]-------
********************************/
.index #fd{position: fixed;left: 0;right: 0;bottom: 0;z-index: 900;}

#fd{
    background: #fff;
    padding: 26px 10px;
    text-align: center;line-height: 24px;
}
#fd .s-tel{
    font-family: "Arial";font-size: 20px;color: #000;line-height: 1;
    margin-bottom: 6px;
}
#fd .f-copy{
    font-family: "Arial";color: #868686;
}






/*******************************
    -------[=正文]-------
********************************/




