/* @description: 初始化
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { 
    margin:0; padding:0; 
} 
body, button, input, select, textarea { 
    font:12px/1.5tahoma, arial, \5b8b\4f53; 
} 
h1, h2, h3, h4, h5, h6{ 
    font-size:100%; 
} 
address, cite, dfn, em, var { 
    font-style:normal; 
} 
code, kbd, pre, samp { 
    font-family:couriernew, courier, monospace; 
}
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; } 
a:hover { text-decoration:underline; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; } 

.c{
    clear:both; 
    display:block; 
    overflow:hidden; 
    visibility:hidden; 
    width:0; 
    height:0; 
} 

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body{
    color: #454545;
    font-size: 12px;
    line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    background:#fff;
}

img{
    max-width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";outline: 0;}

input[type='submit'],input[type='reset'],input[type='button'],input[type='checkbox']{
    -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;}
button{padding:0;border:0;cursor: pointer;}

h1,h2,h3,h4,h5{font-weight: normal;}

a{
    color:#454545;
    -webkit-transition:.3s;
    transition:.3s;
}
a:hover{color:#a8221c;text-decoration: none;}


.wp{
    max-width: 1200px;
    margin:0 auto;
}

.cb:after{
    content:'';
    clear: both;
    display: block;
}

.slick-arrow{
    padding: 0;
    font-size: 0;
    -webkit-transition:.3s;
    transition:.3s;
}


.mb60{
    margin-bottom: 60px;
}
.pt60{
    padding-top: 60px;
}

.bg_y{
    background-color: #fcf8ef;
}

.bg_f{
    background-color: #fff;
}

#map *{
    max-width: 9999999999999px;
    -webkit-transition:0s;
    transition:0s;
}

.h20{
    height: 20px;
}

.tid{
    text-indent: 2em;
}

