/* 咨询 */
.ask {
    border-radius: 8px;
    position: fixed;
    /* transform: translateY(-50%);
    top: 50%; */
    right: 24px;
    bottom: 8%;
    z-index: 900;
    border: 1px solid #f5f7f9;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.ask .ask-item {
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ask .ask-item:hover .text {
    color: #1f6cdd;
}

.ask .ask-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.ask .zixun2,
.phone2,
.wechat2,
.attention2 {
    display: none;
}

.ask .text {
    font-size: 12px;
    color: #657180;
}

.ask .zc-line .zixun3 {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 17px;
}

.ask .separate {
    width: 48px;
    height: 1px;
    border-radius: 1px;
    margin: 0 auto;
    background: #f5f7f9;
}

/* hover */
.ask .zc-line:hover .dialog {
    padding: 10px 28px;
    display: block;
}

.ask .phone:hover .dialog {
    padding: 8px 16px;
    display: block;
}

.ask .phone .dialog:before {
    top: 23px;
}

.ask .wechat:hover .dialog {
    padding: 12px;
    display: block;
}

.ask .wechat .dialog:before {
    top: 100px;
}

.ask .dialog {
    border-radius: 4px;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 88px;
    transform: translateY(-50%);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f7f9;
    background: #fff;
}

.ask .dialog:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -4px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
}

.ask .title {
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #505a6e;
}

.ask .desc {
    line-height: 28px;
    font-size: 20px;
    white-space: nowrap;
    color: #17233d;
}

.ask .dialog img {
    width: 140px;
    height: 140px;
    margin-bottom: 8px;
}



/* 首页底部 */
.index-foot {
    background: #0D1A2F;
    font-size: 0;
}

.foot-about {
    padding-top: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #3D4758;
    padding-bottom: 30px;
    width: 1200px;
}

.foot-about .footer-left-logo {
    width: 84px;
    height: 30px;
}

.foot-about .footer-left-logo img {
    width: 134px;
    height: 40px;
}

.index-right-about dl {
    float: left;
}

.index-right-about dl dt {
    font-size: 16px;
    color: #EEEEEE;
    line-height: 16px;
    margin-bottom: 20px;

}
.index-right-about img{
    width:100px;
    height:100px;
}
/* .index-right-about img:hover{
    transform:scale(2.0)
} */

.index-right-about dl:first-child {
    margin-right: 65px;
}

.index-right-about dl:nth-child(2) {
    margin-right: 80px;
}

.last-about {
    /*margin-left: 282px;*/
    text-align: center;
}

.nt-text {
    font-size: 12px !important;
    color: #6D7582 !important;
}

.index-right-about dl dd {
    font-size: 14px;
    color: #6D7582;
    line-height: 14px;
    margin-bottom: 10px;
}

.index-right-about dl dd:last-child {
    margin-bottom: 0px;
}

.index-right-about dl dd a {
    color: #6D7582;
}

.index-right-about dl dd a:hover {
    /*color:#1F6CDD;*/
    color: #fff;
}

.index-right-about dl dd img {
    width: 80px;
    height: 80px;
}

.foot-about-Tips {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.foot-about-Tips .about-Tips-left ul {
    width: 848px;
}

.foot-about-Tips .about-Tips-left ul li {
    float: left;
    font-size: 14px;
    color: #6D7582;
    line-height: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.foot-about-Tips .about-Tips-left ul .tips-title {
    height: 38px;
}

.foot-about-Tips .about-Tips-left p {
    margin-top: 10px;
    font-size: 14px;
    color: #6D7582;
    line-height: 14px;
    display: inline-block;
}

.foot-about-Tips .about-Tips-left .record a {
    margin-left: 12px;
}

.foot-about-Tips .about-Tips-left>img {
    width: 14px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 12px;
}

.about-Tips-left ul li a {
    color: #6D7582;
}

.about-Tips-left ul li a:hover {
    color: #fff;
}

.about-Tips-right {
    margin-right: 0px;
}

.about-Tips-right img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.about-Tips-right img :first-child {
    margin-left: 0;
}

.police-text {
    color: #6D7582;
}