.contenter{
    width: 1200px;
    margin:0 auto;
}

body{
    font-size: 14px;
    line-height: 28px;
    padding-top: 95px;
}

.myheader{
    width: 100%;
    height: 95px;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 5px #cacaca;
    background-color: #ffffff;
}
.logo{
    float: left;
}
.logo img{
   height: 66px;
    margin-top: 16px;
    width: auto;
}
.nav{
    float: right;
    margin-left: 62px;
}
.nav .clearfix>li{
    float: left;
    position: relative;
    height: 75px;
    width: 103px;
}

.nav .clearfix>li>a{
    display: block;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.nav li:hover a{
    color: #005aab;
}
.nav li > span{
    position: absolute;
    top: 80px;
    width: 100%;
    display: block;
    height: 2px;
}
.nav li > span i{
    display: block;
    width: 0;
    height: 2px;
    background-color: #005aab;
    transition: all .5s ease-in-out;
    margin: 0 auto;
}
.nav li:hover > span i {
    width: 70px;
}
.myheader .tell{
    float: right;
    line-height: 75px;
    height: 75px;
    padding-left: 30px;
    color: #005aab;
    background: url("../images/tell.svg") no-repeat left center;
    background-size: 28px;
    font-size: 20px;
    display: none;
}

.myheader .icon_menu{
    display: none;
}

/* 导航栏 二级菜单整理 */
.nav .nav-litem {
    position: relative;
}

.nav .nav-litem>ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    transition: all .3s;
    width: calc(100% + 30px);
	left:-15px;
    padding: 8px 0;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.nav .nav-litem>ul>li:hover {
    background-color: rgb(248, 248, 248);
}

.nav .nav-litem>ul>li>a {
    line-height: 40px;
    display: block;
    color: rgb(100, 100, 100);
	font-size:13px;
}

.nav .nav-litem>ul {
    top: 150%;
    opacity: 0;
    visibility: hidden;
}

.nav .nav-litem:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}


.footer{
    background-color: #222;
    padding: 30px 0 0;
    margin-top: 72px;
}
.footer .footer_nav{
    float: left;

}
.footer_nav .nav_list{
    float: left;
    margin-right: 71px;
}
.footer_nav .nav_list .tit{
    line-height: 35px;
    font-size: 18px;
}
.footer_nav .nav_list .tit a{
    color: #e6e6e6;
}
.footer_nav .nav_list li{
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
}
.footer_nav .nav_list li a{
    color: #ababab;
    font-size: 13px;
}
.footer_nav .nav_list li:hover a{
    color: #fff;
}
.footer .footer_tell{
    float: left;
    width: 253px;
    margin-left: 59px;
}
.footer .footer_tell .tit{
    line-height: 35px;
    color: #e6e6e6;
    font-size: 18px;
}
.footer .footer_tell .con_name{
    line-height: 25px;
    font-size: 18px;
    color: #a0a0a0;
    font-weight: bold;
    margin: 5px 0;
}
.footer .footer_tell .txt{
    line-height: 28px;
    color: #ababab;
}
.footer .footer_ewm{
    float: right;
    width: 127px;
    margin-top: 10px;
}
.footer .footer_ewm img{
    width: 127px;
    height: 127px;
}
.footer .links{
    color: #ccc;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 50px;
    background: #0e0e0e;
}
.dibu{
    display: none;
}



