/*首页底部临时样式，后期与全站一起换*/
.footer{background-color: #ffffff}
.foot_con .about_desc .font_style {color: #000000;padding-right: 12px;}
.foot_con .about_desc .font_pl {padding-left: 12px;}

/* banner */
.banner{
    width: 100%;
    height: 360px;
    margin: 0 auto;
    background: url(/image/common/index-banner-v2.png) center no-repeat;
}
.content-top{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 48px;
}
.fs16 {
    font-size: 16px;
}
.fs14 {
    font-size: 14px;
}
.fs18 {
    font-size: 18px;
}
.fs-title{
    font-size: 32px;
}
.txt-center {
    text-align: center;
}
.color-6 {
    color: #666666;
}
.color-9 {
    color: #999999;
}
.title-one {
    height: 130px;
    line-height: 130px;
}
.details-one {
    height: 105px;
    text-align: left;
}
.img-box-one {
    width: 300px;
    height: 200px;
}
.img-one {
    width: 100%;
    height: 190px;
}
.border-right {
    border-right: 1px solid #e5e5e5;
}
.bac1 {
    background: url(/image/indexImg/img1.png) center no-repeat;
    background-position: top;
    background-position-x: 40%;
}
.bac2 {
    background: url(/image/indexImg/img2.png) center no-repeat;
    background-position: top;
}
.bac3 {
    background: url(/image/indexImg/img3.png) center no-repeat;
    background-position-y: 20%;
}
.bac4 {
    background: url(/image/indexImg/img4.png) center no-repeat;
    background-position: 62% 20%;
}
.content-mid {
    width: 100%;
    background-color: #eeeeee;
}
.mid-content-top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.fl-left {
    float: left;
}
.mid-left {
    width: 600px;
    height: 400px;
}
.title-two {
    height: 100px;
    line-height: 150px;
}
.details-two {
    padding-top: 32px;
}
.btn1 {
    width: 160px;
    height: 40px;
    background-color: #002cbb;
    border-radius: 5px;
    margin-top: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.btn-img {
    width: 21px;
    height: 19px;
    display: block;
    margin-left: 15px;
    margin-top: -5px;
    background: url(/image/indexImg/i-bg.png) no-repeat;
}
.mid-right {
    width: 600px;
    height: 400px;
    background: url(/image/indexImg/img-mid.png) no-repeat;
    background-position: top right;
}
.bac5 {
    background: url(/image/indexImg/img5.png) center no-repeat;
    background-position: top;
}
.bac6 {
    background: url(/image/indexImg/img6.png) center no-repeat;
    background-position: top;
}
.bac7 {
    background: url(/image/indexImg/img7.png) center no-repeat;
    background-position: top;
}
.bac8 {
    background: url(/image/indexImg/img8.png) center no-repeat;
    background-position: top;
}
.img-two {
    width: 100%;
    height: 200px;
    padding-top: 160px;
}
.show-img-box {
    width: 395px;
}
.mid-bottom {
    width: 1200px;
    height: 343px;
    display: flex;
    justify-content: space-between;
}
.mid-bottom img {
    width: 395px;
    height: 200px;
    margin-bottom: 18px;
}
.content-bottom {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.bottom-right {
    width: 600px;
    height: 400px;
    background: url(/image/indexImg/img-bottom.png) no-repeat;
    background-position: top right;
}
.pointer {
    cursor:pointer;
}