body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}
html{
   }
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover{
    color: #039dfe;
}
.mainbox{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.contentbox{
width: 100%;
height: 100%;
}


.headgroup{
    width: 100%;
    height: 506px;
}


.topmenubox{
    margin: 0 auto;
    padding: 0px;
    height: 66px;
    line-height: 66px;
    width: 100%;
    max-width: 1200px;
   /* background-color: #191919;*/
}

.topmenubox .logo{
    margin-top: 15px;
    height: 36px;
    width: 290px;
    float: left;
}
.menu{
    height: 66px;
    line-height: 66px;
    padding: 0px;
    list-style: none;
    margin:0px;
    float: right;
}
.menu li {
    float: left;
    padding:0 36px;
}
.menu li div{
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.menu li a{
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    cursor: pointer;
}
.menu .currentmenuitem{
    color: #039dfe;
    border-bottom: solid 2px #039dfe;
}
.menu .currentmenuitem a{
    color: #039dfe;
}
.menuunderline{
    width: 100%;
    background-color: #8c8c8c;
    overflow: hidden;
    height: 1px;
    line-height: 1px;
}


.bottombox{
    float: left;
    width: 100%;
    height: 280px;
    background: url("../images/public/bottombg.png") no-repeat;
    background-size: 100% 100%;
}
.footer{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    text-align: left;
 
    height: 100%;
}

.footer .foot-nav{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #444;
}
.footer .foot-box
{
    width: 100%;
    float: left;
}
.footer .foot-nav a {
    margin: auto 8px;
    font-size: 14px;
    color: #ffffff;
    
}
.footer .foot-nav a:hover{
    color: #039dfe;
}
.footer .foot-nav a:first-child {
    margin-left: 0px;
}
.footer .foot-nav strong {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
}
.footer .foot-box .copyright {
    display: block;
    float: left;
    width: 70%;
    color: #e5e5e5;
    font-size: 12px;
}
.footer .foot-box .copyright p {
    line-height: 15px;
}
.footer .foot-box .copyright p:first-child{
    font-size: 24px;
}
.footer .foot-box .service {
    display: block;
    float: right;
    padding: 10px 0;
    width: 23%;
    border-left: 1px solid #444444;
    text-align: center;
    height:200px;
}
.footer .foot-box .service p {
    padding:0px;
    display: block;
    margin-bottom: 0px;
    color: #b0b0b0;
    font-size: 12px;
}
.footer .foot-box .service .tel {
    display: inline-block;
    padding: 0 15px;
    color: #039dfe;
    line-height: 30px;
    border: 1px solid #039dfe;
}