body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family:Arial;
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header{
    width: 100%;
    height: 95px;
    line-height: 95px;
    background-color: #fff;
}
.header .left{
    font-size: 0;
}
.header .left img{
    width: 220px;
    height: 95px;
}
.header .phone{
    float: right;
    color: #00479d;
    font-size: 26px;
    font-weight: bold;
    padding-left: 38px;
    background: url(/images/phone.jpg) no-repeat left;
    position:relative;
}
.header .phone span{
    font-family: "Impact";
    vertical-align: top;
}
.header .phone .ban{ position:absolute; top:0; right:0; line-height:32px; font-size:14px; font-weight:normal;}
.header .phone .ban a{ color:#00479d; margin:0 5px; font-weight:bold;}
.menu {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #007ed5;
}
.menu .box{
    overflow: visible;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{position:relative; z-index:9999; float: left;}
.nav a{ color:#fff; line-height: 55px;}
.nav .nLi{width: 148px; float:left;  position:relative; display:inline; text-align: center; height: 55px;}
.nav .nLi .arrow{ background: url(/images/arrow.png) no-repeat 120px;}
.nav .nLi h3{ text-align:center; font-weight: normal;}
.nav .nLi h3 a{ display:block;font-size:16px; color: #fff; margin: 0 auto;}
.nav .sub{ display:none;text-align:center;width:100%;left:0;top:55px;  position:absolute; line-height:36px;}
.nav .sub li{font-size: 0; background-color: #007ed5; zoom:1; border-bottom:1px solid #016bbf;}
.nav .sub li:hover{
    background-color: #016bbf;
}
.nav .sub a{ display:block;font-size: 14px; color: #fff; line-height:20px; padding:8px 0;}
.nav .nLi.on{
    background-color: #016bbf;
}
.search{
    width: 166px;
    height: 26px;
    line-height: 26px;
    background: #fff url(/images/search.jpg) no-repeat 137px;
    float: right;
    margin-top: 14px;
    border-radius: 26px;
    overflow:hidden;
}
.search input#key{
    width: 120px;
    height: 26px;
    line-height: 26px;
    margin-left: 12px;
    float: left;
}
.search input#btn{
    width: 30px;
    height: 26px;
    float: right;
    background:none;
    cursor:pointer;
}


.footer{
    width: 100%;
    height: 136px;
    background-color: #007ed5;
    margin-top: 30px;
}
.footer .box{
    position: relative;
    overflow: visible;
}
.footer .return{
    width: 47px;
    height: 47px;
    /*position: absolute;
    right: -117px;
    top: -77px;*/
    position:fixed;
    right:5%;
    bottom:30%;
    display:none;
    cursor:pointer;
}
.footer .left{
    font-size: 0;
}
.footer .left img{
    width: 103px;
    height: 136px;
}
.footer .wenzi h3{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
.footer .wenzi{
    line-height: 21px;
    color: #a9d4ff;
    font-size: 12px;
    float: left;
    margin-top: 24px;
}
.footer .wenzi a{
    color: #a9d4ff;
}
.footer .wenzi span{
    padding-right: 13px;
    background: url(/images/fline.jpg) no-repeat right;
    margin-right: 12px;
}
.footer .wenzi span.last{
    margin-right: 0;
    background: 0 none;
}
.footer .ewm{
    float: right;
    margin-top: 20px;
}
.footer .ewm img{
    width: 98px;
    height: 96px;
    margin-left: 10px;
}