﻿@charset "utf-8";
a{color:#333;text-decoration:none}

.footer-center.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}

/*底部*/
.bottom-box{
    width: 100%;
    height: 450px;
    /* background: #ee3134; */
    background: #FFFFFF;
}

.bottom-box .bottom-box-center{
    width: 1200px;
    margin:0 auto;
}
.bottom-box .bottom-box-center .slogan-top{
    width: 1200px;
    /*height: 62px;*/
    padding: 30px 0;
    border-bottom: 1px solid #68acd2;
}
.bottom-box .bottom-box-center .slogan-top dl{
    float: left;
    width: 300px;
}

.bottom-box .bottom-box-center .slogan-top dl dt{
    float: left;
    width: 62px;
    height: 62px;
    margin-right: 10px;
}
.bottom-box .bottom-box-center .slogan-top dl dd{
    float: left;
    text-align: left;
}
.bottom-box .bottom-box-center .slogan-top dl dd b{
    display: inline-block;
    font-size: 18px;
    /* color: #fff; */
    line-height: 32px;
}
.bottom-box .bottom-box-center .slogan-top dl dd p{
    font-size: 14px;
    /* color: #fff; */
    line-height: 20px;
}
.bottom-box .bottom-box-center i{
	font-style:normal;
}
.footer-center{
    width: 1200px;
    padding: 50px 0;
     border-bottom: 1px solid #68acd2;
     margin-bottom: 20px;
     text-align:left;
}
.footer-center .footer-logo{
    float: left;
}
.footer-center .footer-list{
    float: left;
    width: 800px;
    margin-left: 40px;
    /* color: #fff; */
}
.footer-center .footer-list dl{
    float: left;
    width: 150px;
}
.footer-center .footer-list dl dt{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.footer-center .footer-list dl dd a{
    /* color: #fff; */
    font-size: 12px;
    line-height: 22px;
}
.footer-center .footer-list dl dd a:hover{
    margin-left: -3px;
    text-decoration: underline;
}
.footer-center .footer-list dl dd{
    font-size: 12px;
}
.footer-center .footer-list dl dd h5{
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer-center .ewm-pic{
    float: right;
}
.footer-center .ewm-pic img{
    width: 90px;
    height: 90px;
}
.footer-center .ewm-pic p{
    line-height: 30px;
    /* color: #fff; */
}
.bottom-box-center p{
    font-size: 14px;
    /* color: #fff; */
    line-height: 28px;
    text-align: center;
}
.bottom-box-center p>a{
    /* color: #fff; */
    margin: 0 10px;
}
.bottom-box-center p>a:hover{
    text-decoration: underline;
}

.bottom-link {
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

.bottom-link p {
    font-size: 12px;
    color: #717787;
    line-height: 24px;
    text-align: center;
}

.bottom-link p a {
    font-size: 13px;
    color: #717787;
    line-height: 24px;
    margin: 0 5px;
}