body,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
}

input {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}


/* 清除浮动 */

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}


/* 初始化结束 */


/* head start*/

.header {
    width: 100%;
}

.header .headerTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.header .headerTop .container {
    margin: 0 auto;
    width: 98%;
}

.header .headerTop .container p {
    font-size: 10px;
    color: #666666;
    float: left;
    line-height: 50px;
}

.header .headerTop ul {
    /* overflow: hidden; */
    float: right;
    margin-top: 8px;
    height: 17px;
    line-height: 17px;
}

.header .headerTop li {
    /* float: left; */
    padding: 0 10px 0 28px;
    border-left: 1px solid #e8e8e8;
    font-size: 10px;
}

.header .headerTop li:first-child {
    border: none;
}

.header .headerTop li.last {
    padding-right: 0;
    background: url("../img/header-icon03.png"
    /*tpa=http://www.yinchenguolu.cn/skin/img/header-icon03.png*/
    ) no-repeat 10px center;
}

.header .headerTop li a {
    color: #666;
}

.header .headerTop .first {
    background: url("../img/header-icon01.png"
    /*tpa=http://www.yinchenguolu.cn/skin/img/header-icon01.png*/
    ) no-repeat 10px center;
}

.header .headerTop .second {
    background: url("../img/header-icon02.png"
    /*tpa=http://www.yinchenguolu.cn/skin/img/header-icon02.png*/
    ) no-repeat 10px center;
}

.header .headerCenter {
    margin: 0 auto;
    width: 98%;
}

.header .headerCenter dl {
    width: 100%;
}

.header .headerCenter dl dt {
    float: left;
    width: 200px;
    height: 110px;
}

.header .headerCenter dl dd {
    float: right;
    height: 110px;
}

.header .headerCenter h2 {
    margin-top: 30px;
    font-size: 10px;
    color: #333333;
    font-weight: normal;
}

.header .headerCenter dd p {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.header .headerCenter dd p span {
    color: #ff9800;
}

.header .headerCenter .phone {
    text-align: center;
}

.header .headerCenter .phone p {
    font-size: 14px;
    color: #333333;
}

.header .headerCenter .phone i {
    font-size: 16px;
    font-family: Myriad Pro;
    color: #0087d5;
    font-weight: bold;
}

.headerNav {
    width: 100%;
    /* height: 42px;
    background: url("../img/navbg.jpg") no-repeat center; */
}

.headerNav ul {
    margin: 0 auto;
    width: 98%;
}

.headerNav li {
    margin: 0 1.1%;
    margin-top: 10px;
    width: 30%;
    float: left;
    font-size: 15px;
    background-color: #22a7e0;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.headerNav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}


/* head emd*/


/* footer */

.footer {
    width: 100%;
    overflow: hidden;
}

.footerTop {
    width: 100%;
    overflow: hidden;
}

.footerTop .menu {
    overflow: hidden;
}

.footerTop .menu ul {
    margin: 0 auto;
    width: 98%;
}

.footerTop .menu li {
    margin: 0 1.1%;
    margin-top: 10px;
    width: 30%;
    float: left;
    font-size: 15px;
    background-color: #22a7e0;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.footerTop .menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
}


/* .footerTop .menu ul {
    overflow: hidden;
    margin-top: 22px;
}

.footerTop .menu li {
    font-size: 15px;
    border-left: 1px solid #31aae2;
    float: left;
}

.footerTop .menu li:first-child {
    border-left: none;
}

.footerTop .menu li a {
    padding-left: 36px;
    padding-right: 36px;
    color: #fff;
} */

.footerBottom {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 28px 0;
}

.footerBottom p {
    margin-bottom: 12px;
    font-size: 14px;
}

.footerBottom .p2 {
    color: #666666;
}

.footerBottom .p2 {
    color: #999;
}

.footerBottom .p2 a {
    color: #999;
}

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 85%;
    right: 51%;
    margin-right: -675px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}