body,html{
    background:;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    min-height:660px;
}
.header{
    width:100%;
    min-width:1200px;
    overflow:hidden;
    height:120px;
}
.clear{
    clear:both;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.logo{
    float:left;
    margin-top:20px;
}
.wrap .logo img {
    width: auto;
    height: 77px;
    border: none;
}


.search{
    float:right;
    width:226px;
    height:34px;
    border:1px solid #07458c;
    border-radius:50px;
    margin-top:50px;
    margin-right:20px;
}
.search .text{
    float:left;
    text-align:left;
    font-size:14px;
    width:175px;
    height:34px;
    padding-left:15px;
}
.search .btn{
    float:right;
    width:34px;
    height:34px;
    background-image:url(../img/search.png);
    background-repeat:no-repeat;
    background-position:center center;
}
.link{
    float:right;
    margin-top:60px;
}
.link li{
    float:left;
    margin-right:10px;
}
.link li a{
    color:#545454;
    font-size:14px;
}
.link li.cn{
    padding-left:30px;
    background-image:url(../img/mail.png);
    background-repeat:no-repeat;
    background-position:left center;
}
.link li.tel{
    padding-left:30px;
    background-image:url(../img/tel.png);
    background-repeat:no-repeat;
    background-position:left center;
}
.icon-nav{
    display:none;
}
.nav{
    width:100%;
    background-color:#07458c;
    height:60px;
    min-width:1200px;
}
.nav ul{
}
.nav ul>li{
    position:relative;
    float:left;
    padding:0 30px;
    z-index:888;
}
.nav ul>li.current a{
    color:#c78d5a;
}
.nav ul>li>a{
    color:#fff;
    font-size:16px;
    line-height:60px;
    font-family: Arial, Helvetica, sans-serif;
}
.nav ul.wrap>li>a:hover{
    color:#c78d5a;
}
.nav .subnav{
    display:none;
    position:absolute;
    left:50%;
    margin-left:-125px;
    z-index:999999;
    width:250px;
    top:60px;
    background-color:#fff;
    border-radius:2px;
}
.nav .subnav>li{
    float:none;
    text-align:center;
    border-bottom:1px dashed #dedede;
}

.nav .subnav>li:last-of-type{
    border:none;
}
.nav .subnav>li>a{
    color:#545454;
    font-size:16px;
    text-align:center;
    line-height:50px;
}
.nav .subnav>li>a:hover{
    color:#c78d5a;
}
.nav .subnav>li:hover{
    background-color:#f2f2f2;
}
.banner{
    position:relative;
    margin:0 auto;
    width:1200px;
    height:200px;
    z-index:8;
    overflow:hidden;
    z-index:9;
}
.banner img{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-960px;
}
.position{
    width:100%;
    overflow:hidden;
    background-color:#f2f2f2;
    border:1px solid #dedede;
    margin:10px auto; 
    color:#545454;
}
.position a{
    font-size:16px;
    line-height:50px;
    margin-left:10px;
    margin-right:10px;
    color:#545454;
}
.footer{
    width:100%;
    min-width:1200px;
    background-color:#272727;
    padding-top:40px;
    padding-bottom:30px;
}
.footer-left{
    float:left;
}
.footer-right{
    float:right;
    margin-right:100px;
    width:300px;
}
.links{
    position: relative;
    float:left;
    margin:0 10px;
    padding:0 30px;
    border:1px solid #7e7e7e;
    cursor:pointer;
}
.links h1{
    text-align:center;
    color:#fff;
    font-size:14px;
    line-height:30px;
}
.links ul{
    position:absolute;
    top:31px;
    left:0;
    width:100px;
    display:none;
    background-color:#868787;
    margin:0;
}
.links ul li{
    text-align:center;
    border-bottom:1px solid #7e7e7e;
}
.links ul li:last-of-type{
    border:none;
}
.links ul li a{
    color:#fff;
    font-size:14px;
    line-height:30px;
    text-align:center;
}
.footer{
    width:100%;
    min-width:1200px;
    background-color:#07458c;
    height:auto;
    margin-top:40px;
    padding:20px 0;
}
.footer p{
    margin:0 auto;
    width:80%;
    text-align:center;
    color:#fff;
    line-height:30px;
    font-size:16px;
}
@media all and (max-width:768px){
    .header{
        width:100%;
        min-width:auto;
        height:52px;
        padding:10px 0;
        overflow:hidden;
    }
    .icon-nav{
        display:block;
        width:24px;
        position:absolute;
        right:10px;
        top:30px;
    }
    .wrap{
        width:100%;
        min-width:auto;
    }
.wrap .logo img {
    width: auto;
    height: 45px;
    border: none;
}
    .search{
        display:none;
    }
    .link{
        position: absolute;
        right:50px;
        margin-top:0;
        margin-top:16px;
    }
    .link li.cn,.link li.tel{
        display:none;
    }
    .logo{
        width:60%;
        margin:0;
        margin-left:10px;
    }
    .logo img{
        display:block;
        width:250px;
    }
    .nav{
        position:absolute;
        right:0;
        top:72px;
        width:200px;
        height:auto;
        min-width:auto;
        z-index:9999999;
        display:none;
    }
    .nav ul{
        width:100%;
        width:200px;
        height:auto;
    }
    .nav ul>li{
        float:none;
        box-sizing:border-box;
        padding:0;
    }
    .nav ul>li>a{
        margin-left:20px;
 
    }
    .nav .subnav{
        position:relative;
        top:0;
        width:100%;
        left:0;
        margin-left:0;
    }
    .footer{
        min-width:auto;
        margin-top:10px;
        padding:6px 0;
    }
    .footer p{
        width:96%;
        margin:0 auto;
        text-align:center;
        font-size:16px;;
    }
}