/*Created by lk on 2020/07/29.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; overflow-x: hidden; font-family: "Microsoft YaHei", arial}

ul{list-style: none}

ul, li ,ol{margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6{margin: 0; font-weight: normal}

p{margin: 0;}

a{text-decoration: none; display: block; color: #333; outline: none}

img{border: 0; float: left}

div{box-sizing: border-box}

table{border-collapse: collapse; border-spacing: 0;}

.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}

ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1440{width: 1440px; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}


/*----header----*/
.header{width: 100%; height: 60px; position:fixed; background: #fff; z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 162px; height: 38px; margin: 11px 0 0 0; background: url("../image/logo.jpg") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}



/*----footer----*/
.footer{position: relative; background: #333; padding: 20px 0; overflow: hidden; z-index: 9}

.footer .footer_end{text-align: center}
.footer .footer_end .sp{display: block; margin: 0 auto 10px auto; text-align: center; font-size: 12px; color: #dedede;}
.footer .footer_end span{display: inline-block; font-size: 12px; color: #dedede; margin: 0 10px; font-weight: 100}
.footer .footer_end span a{color: #dedede}




















