/*通用类*/
*{
    margin:0;
    padding:0;
}
body{
    min-width:1200px;
    margin:0 auto;
    font-size:14px;
    font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    background:#fff;
    text-align:justify;
    color:#353535;
    overflow-x:hidden;
}
h1,h2,h3{
    font-weight:500;
}
img{
    border:none;
}
a{
    cursor:pointer;
    color:#353535;
    text-decoration:none;
    outline:none;
}
a:hover{
    color:#185a6e;
}
ul{
    list-style-type:none;
}
em{
    font-style:normal;
}
.lt{
    float:left;
}
.rt{
    float:right;
}
input.sub,label{
    border:none;
    cursor:pointer;
}
input,textarea{
    font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    outline:none;
}
table{
    border-collapse:collapse;
}
table td,table th{
    padding:0;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}
div.clear{
    font: 0px Arial; line-height:0;
    height:0;
    overflow:hidden;
    clear:both;
}
.line5{
    font-size:1px;height:5px;width:100%;clear:both;
}
.line10{
    font-size:1px;height:10px;width:100%;clear:both;
}
.line20{
    font-size:1px;height:20px;width:100%;clear:both;
}
/*wrapin 主体容器宽度*/
.wrapin{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}

/*公用CSS 开始*/

.header{
    height: 99px;
    clear: both;
    width: 100%;
    position: relative;
}
.header .logo{
    display: block;
    height: 55px;
    float: left;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
.header .logo img{
    display: block;
    height: 100%;
}
.nav{
    float: right;
}
.nav_in{
    float: left;
    position: relative;
    z-index: 100;
    width: 128px;
}
.nav_in .par{
    display: block;
    width: 128px;
    height: 99px;
    line-height: 99px;
    font-size:15px;
    text-align: center;
}
.nav_in ul{
    width: 190px;
    position: absolute;
    left: -35px;
    top: 84px;
    z-index: 100;
    padding:15px 10px;
    text-align: center;
    display: none;
    background-color: #fff;
}
.nav_in .all{
    color:#1aa095;
}
.nav_in:hover ul{
    display: block;

}
.nav_in:hover>a{
    color:#1aa095;
}
.nav_in li{
    height: 30px;
    line-height: 30px;
    background-color:#fff;
}

.banner{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .pics li{
    width: 100%;
    background-repeat:no-repeat;
    background-position:top center;
}
.banner .pics a{
    display: block;
    width: 100%;
    height: 710px;
}
.banner .btns{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 75px;
    z-index: 60;
    text-align: center;
}
.banner .btns span{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin:0 8px;
    border:1px solid #fff;
    border-radius:50%;
}
.banner .btns .hover{
    background:#fff;
}

/*公用CSS 结束*/

.footer{
    background:#1ba79c;
    padding:18px 0 32px 0;
    color:#fff;
}
.ft_nav{
    width: 195px;
    float: left;
}
.ft_nav dd{
    height: 24px;
    line-height: 24px;
}
.ft_nav dd a{
    color:#fff;
}
.ft_nav dt{
    height: 40px;
    line-height: 40px;
    font-size:16px;
}

.ft_right{
    width: 220px;
    float: right;
}
.ft_right .t1{
    height: 40px;
    line-height: 40px;
    font-size:16px;
}
.ft_right .tel{
    color:#f6bf75;
    font-size:30px;
    font-weight: bold;
}
.ft_right li{
    line-height: 24px;
}
.ft_right .code{
    float: left;
    width: 102px;
    height: 102px;
    border:1px solid #eaeaea;
    margin-top:5px;
}
.ft_right .tip{
    width: 106px;
    float: right;
    padding-top:28px;
    line-height: 25px;
}
.footer_copy{
    text-align: center;
    height: 60px;
    line-height: 60px;
    background:#0e776f;
    font-size:16px;
    color:#fff;
}
.footer_copy a{
    color:#fff;
    margin-left: 20px;
}