@charset "utf-8";
/* CSS Document */
html {
    height:100%;
    overflow-x:hidden;
}

body {
    width:100%;
    background:#fff;
    overflow-x:hidden;
    font-family: "微软雅黑";
    color:#142434;
    font-size:0.16rem;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0rem;
    padding:0rem;
}

img {
    border:0rem;
}
ol, ul {
    list-style: none outside none;
    margin: 0rem;
    padding: 0rem;
}
a:link,a:visited,a:hover {
  text-decoration: none;
  color:#142434;
}
/*header start*/
header{
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.headerLeft{
    float: left;
    width: 235px;
    margin-left: 35px;
    margin-top: 22px;
    font-size: 16px;
    /*letter-spacing: 1px;*/
}
.headerLeft h1 a{
    width: 230px;
    height: 41px;
    display: block;
}
.headerLeft p{
    color: #999;
    letter-spacing: .5px;
}
.headerLeft a{
    color: #999;
    text-decoration: underline;
}
.headerRight{
    float: right;
    margin-right: 40px;
    margin-top: 27px;
    text-align: right;
}
.headerRight .a1{
    display: block;
    width: 106px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-left: 25px;
    margin-left: 155px;
    background:#3076b6 url(../images/head.png) no-repeat 10px 9px;
}
.rightin {
    margin-top: 5px;
}
.rightin a{
     display: inline-block;
     margin-left: 10px;
     width: 43px;
     height: 42px;
}
.rightin a:first-child{
    margin-left: 0;
}
.search{
    width: 254px;
    height: 32px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: inset 4px 5px 10px #eee;
    margin-top: 10px;
    position: relative;
}
.search input{
    outline: none;
    border: 0;
    background: none;
    width: 244px;
    height: 32px;
    padding-left: 10px;
    font-size: 16px;
}
.search span{
    display: block;
    width: 27px;
    height: 20px;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    top: 7px;
    right: 8px;
    background: url(../images/search.jpg) no-repeat right center;
    cursor: pointer;
}
/*header end*/
/*banner start*/
.focusBox { 
    position: relative; 
    width:640px; 
    height: 343px;
    overflow: hidden; 
}
.focusBox .pic{ 
    position:relative; 
    z-index:0; 
}
.focusBox .pic img { 
    width:640px; 
    display: block; 
}
.focusBox .hd { 
    width:100%; 
    position: absolute; 
    bottom: 10px; 
    text-align: center; 
    font-size:0; 
    z-index:1; 
}
.focusBox .hd li{ 
    margin: 0 5px; 
    background: url(../images/dot.png) no-repeat 0 -16px; 
    height: 16px; 
    overflow: hidden; 
    width: 16px; 
    cursor: pointer;
    display:inline-block; 
    *display:inline; 
    zoom:1; 
    _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on{ 
    background-position:0 0; 
}
/*banner end*/
/*nav start*/
nav{
    width: 640px;
    margin: 0 auto;
}
nav ul{
    display: flex;
    width: 542px;
    margin: 35px auto;
}
nav ul li{
    width: 150px;
    height: 73px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    padding-top: 2px;
}
nav ul li:first-child,nav ul li:last-child{
    width: 121px;
}
nav ul li:last-child{
    border-right: 0;
}
nav ul li dl dd{
    font-size: 18px;
    color: #999;
}
nav ul li:last-child dl dd{
    margin-top: 7px;
}
/*nav end*/
/*第一部分 start*/
.pik{
    width: 542px;
    margin: 0 auto;
}
.pik img{
    display: block;
    width: 100%;
}
/*第一部分 end*/
/*footer start*/
footer{
    width: 640px;
    margin: 0 auto;
    background: #3076b6;
    height: 59px;
    padding-top: 15px;
}
footer ul{
    width: 465px;
    margin: 0 auto;
    display: flex;
}
footer ul li{
    width: 93px;
    text-align: center;
    background: url(../images/footer1.jpg) no-repeat right center;
}
footer ul li:last-child{
    background: none;
}
footer ul li a{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff!important;
}
footer p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
     color: #fff;
}
/*footer end*/







