/*top-head*/
.top{
    width: 100%;
    height: 130px;
}
.top .topcon{
    width: 62.5%;
    height: 130px;
    margin: 0 auto;
    display: flex;
}
.topcon .logo{
    width: 314px;
    height: 62px;
    margin-top: 30px;
}
.topcon  .list_con{
    width: 70%;
    height: 100px;
    margin-left: 46px;
    display: flex;
    align-items: center;
}

.topcon .list_con .item{
    width: 14.28%;
    height: 100px;
    display: flex;
    align-items: center;
    color: #666666;
}

.topcon .list_con .hover,.topcon .list_con .item:hover{
    background-color: #204699;
    color: #ffffff;
}

.topcon .list_con .item a{
    width: 100%;
    height: 100px;
    font-size: 1.8rem;
    line-height: 100px;
    text-align: center; 
    color: inherit;
}

/* box-foot */
.box-foot{
    width: 100%;
    /*height: 1176px;*/
    height: auto;
}
/* 成功案例 */
.box-foot .cgal{
    width: 100%;
    height: 406px;
    display: flex;
}
.cgal .cgal-con{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
}
.cgal-con .item{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cgal-con .item .item-sl{
    color: #242424;
    font-size: 22px;
    line-height: 56px;
}
.cgal-con .item .item-sl span{
    font-size: 72px;
}
.cgal-con .item .item-t{
    color: #676767;
    font-size: 22px;
    line-height: 32px;
    margin-top: 26px;
}
.cgal-con .item .item-ywt{
    color: #676767;
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
}
/* 联系我们 */
.box-foot .lxwm{
    width: 100%;
    height: 770px;
    position: relative;
    overflow: hidden;
}
.lxwm .lxwm-bg{
    width: 100%;
    height: 340px;
    background: url("../images/index/lxwm_bg.jpg");
    background-size: cover;
}
.lxwm .lxwm-bgw{
    width: 100%;
    height: 430px;
}
.lxwm .lxwm-con{
    width: 62.5%;
    height: 570px;
    position: absolute;
    top:60px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.lxwm-con .lxwm-head{
    width: 100%;
    height: 100px;
}
.lxwm-head .title{
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}
.lxwm-head .ywtitle{
    font-size: 22px;
    line-height: 50px;
    color: #ffffff;
}
.lxwm-con .lxwm-tcon{
    width: 100%;
    height: 470px;
    display: flex;
    background-color: #ffffff;
}
.lxwm-tcon .tcon-left{
    width: 67%;
    height: 470px;
    display: flex;
}
.tcon-left .ll-gsdz{
    width: 60%;
    padding-top: 70px;
}
.ll-gsdz .gsmcwz,.ll-gsdz .gsxx-gf,.ll-gsdz .gslxfs{
    width: 80%;
    margin: 0 auto;
}
.gsmcwz .gsmc{
    color: #2d2d2d;
    font-size: 28px;
    line-height: 40px;
}
.gsmcwz .gswz a{
    color: #6b6b6b;
    font-size: 18px;
    line-height: 50px;
}
.ll-gsdz .gsxx-gf{
    margin-top: 20px;
    color: #dedede;
}
.ll-gsdz .gslxfs{
    margin-top: 20px;
}
.ll-gsdz .gslxfs p{
    color: #6b6b6b;
    font-size: 16px;
    line-height: 40px;
} 
.tcon-left .lr-hzhb{
    width: 40%;
    padding-top: 70px;
}
.lr-hzhb .hzhb-txt,.lr-hzhb .hzhb-gf,.lr-hzhb .hzhb-img{
    width: 62%;
    margin: 0 auto;
}
.hzhb-txt .hzhb-t{
    color: #2d2d2d;
    font-size: 28px;
    line-height: 40px;
}
.hzhb-txt .hzhb-tyw{
    color: #6b6b6b;
    font-size: 18px;
    line-height: 50px;
}
.lr-hzhb .hzhb-gf{
    margin-top: 20px;
    color: #dedede; 
}
.lr-hzhb .hzhb-img{
    width: 61.5%;
    height: auto;
    margin-top: 20px;
}
.lxwm-tcon .tcon-right{
    width: 33%;
    height: 470px;
    background-color: #204699;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tcon-right .item{
    width: 74.62%;
    height: 108px;
    margin-top: 10px;
}
.tcon-right .item .item-fwlx,.tcon-right .item .item-wxhm,.tcon-right .item .item-fwsj{
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.tcon-right .item .item-fwlxsz,.tcon-right .item .item-wxhmsz,.tcon-right .item .item-sjsz{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.tcon-right .item .item-wxhmsz span,.tcon-right .item .item-sjsz span{
    font-size: 18px;
}
.tcon-right .item .item-gf{
    margin-top: 16px;
    color: #ffffff;
}
.lxwm .gotop{
    position:fixed;
    bottom: 520px;
    right: 10%;
    width: 48px;
    height: 48px;
    display: none;
    cursor: pointer;
    background-color: #204699;
    border-radius: 50%;
    font-size: 32px;
    color: white;
    text-align: center;
    line-height: 40px;
    z-index: 10;
}
.lxwm .gotop::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent transparent transparent #204699;
    transform: translate(-50%, -50%) rotate(180deg);
}
/* foot底部导航 */
.foot{
    width: 100%;
    height: 440px;
    background-color: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot .foot-con{
    width: 62.5%;
    height: 326px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-con .foot-left{
    width: 69%;
    border-right: 2px solid #434343;
}
.foot-left .list-con{
    width: 100%;
    display: flex;
}
.list-con .item{
    flex-grow: 1;
}
.list-con .item .item-xj{
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
}
.list-con .item .xj-con{
    margin-top: 20px;
}
.list-con .item .xj-con a{
    color: #a6a6a6;
    font-size: 18px;
    line-height: 54px;
}
.foot-con .foot-right{
    width: 24%;
    display: flex;
    flex-direction: column;
}
.foot-right .gsdz{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
}
.foot-right .gsdz-xx{
    margin-top: 30px;
}
.foot-right .gsdz-xx p{
    color: #a6a6a6;
    font-size: 18px;
    line-height: 40px;
}
.foot-right .gslxfs{
    margin-top: 30px;
}
.foot-right .gslxfs p{
    text-decoration:underline;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 44px;
}
.foot-bottom{
    width: 100%;
    height: 100px;
    background-color: #161616;
    text-align: center;
}
.foot-bottom p{
    font-size: 14px;
    color: #a6a6a6;
}
.foot-bottom a{
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
}
.foot-bottom p:nth-child(1),.foot-bottom a{   
    line-height: 80px;
    display:inline;
}