﻿@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0px;
}
body{
font-family:"微软雅黑";
font-size:14px;
line-height:24px;
color:#737373;
background:#fff;

}
.a{background: url(../images/index_01.jpg) no-repeat center; height:125px; margin:0 auto; width:100%;}
.b{background: url(../images/index_03.jpg) no-repeat center; height:3325px; margin:0 auto; width:100%;}


img{
border:none;
}
ul li{
list-style:none;
}
a{color:#737373; text-decoration: none;}

a:hover{color:#0057b3;text-decoration:none;}


h1{
float:right; color:#000000; font-size:14.5px; padding-top:40px; padding-bottom:30px;
}
h1 a{color:#000000; }
h1 a:hover{color:#000000; }

/*--------------------index.html start----------------------*/
#container{
width:1140px;
margin:auto;

}


