body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";

}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;}
a:hover { text-decoration: none; color:#000;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea { font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px; color:#000;}
em { font-style:normal;}
li{list-style-type:none;}
/*background: linear-gradient(to right, #23df94 , #00ffa5);*/
 
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:3rem;
}
body{
    background: #fff;
}
.xunma{
    width: 100%;
    height: auto;
    margin: auto;
}
.main{
    width: 100%;
    height: auto;
    margin: auto;
    background: url(../image/bg.png) center no-repeat;
    background-attachment: fixed;
}
.header{
    width: 100%;
    height: 80px;
    margin: auto;
    left: 0;
    top: 0;
    z-index: 999;
    position: absolute;
}

.header_main{
    width: 1200px;
    height: 118px;
    margin: auto;
}
.header_logo{
    width: 190px;
    height: 118px;
    margin: auto;
}
.header_logo img{
    width: 150px;
    height: 50px;
    margin-top: 50px;
}
.header_menu{
    float: left;
    width: auto;
	height: 80px;	
}

.header_main li{
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.header_main li a{
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #7f7f7f;
}
.header_main li a.cur{
	border-bottom: 2px solid #b62026;
    padding-bottom: 10px;
	font-weight: 600;
	color:#b62026;
}
.header_main li a:hover{
    color:#b62026;
	border-bottom: 2px solid #b62026;
    padding-bottom: 10px;font-weight: 600;
}
.footer{
    width: 100%;
    height: 68px;
    background:#282d33;
}
.footer_main{
    width: 1200px;
    height: 350px;
    margin: auto;
}
.footer_button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #fff;
    text-align: center;
}



