html body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0
}
a{text-decoration:none}

.head {
    padding: 0 30px;
    height: 80px;
    display: flex;

}
.wechat {
    color: #000000;
    float: right;
    cursor: pointer;
}

.wechat:hover>.qrcode {
    display: block
}

.qrcode {
    margin-top: 20px;
    position: absolute;
    width: 150px;
    height: 190px;
    font-size: 15px;
    display: none;
    animation: qrcode 1s;
    -webkit-animation: qrcode 1s;
    /*Safari and Chrome*/
    overflow: hidden;
    text-align: center;
    z-index: 99
}


.qrcode:before,
.qrcode:after {
    border-width: 16px;
    border-top-color: #ffffff;
    content: '';
    width: 0px;
    height: 0px;
    border: 0px solid transparent;
    position: absolute;
    top: 0px;
    margin-left: -10px;
    left: 50%;
}

.qrcode:before {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-bottom: 10px solid #ffffff;
    border-top: 0 none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.qrcode img {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.qrcode p {
    height: 20px;
    line-height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ffffff
}

@keyframes qrcode {

    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.head_text_title{
    line-height: 80px;
    color: #006dbb;
    font-size: 21px;
}
/* .head img {
    height: 32px;
    float: left;
} */

.head_bnt {
    height: 80px;
    flex: 1;
    float: right;
}
.order_body{
    height: 600px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.order_body img{
    height: 300px;
    margin:0 auto;
    box-shadow: 0 0 10px #bbbbbb
}
.order_body_title{
    font-size: 25px;
    
}
.order_body_number{
    font-size: 30px;
    font-weight: 700;
    color: #FFCC00;
    margin-bottom: 20px;
}
.order_body_bnt{
    width: 520px;
    display: flex;
    margin:20px auto;
    font-size: 18px;

}
.order_body_bnt_one{
    border-radius: 5px;
    color: #FFCC00;
    height: 45px;
    line-height: 45px;
    border:1px solid #FFCC00;
    width: 260px;
    text-align: center;
}
.order_body_bnt_two{
    border-radius: 5px;
    color: #CC6666;
    height: 45px;
    line-height: 45px;
    width: 240px;
    text-align: center;
    border:1px solid #CC6666;
    margin-left: 20px;
    cursor: pointer;
}
.message_body{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.message_body_title{
    font-size: 30px;
    color: #006dbb;
    border-bottom: 1.5px solid #006dbb;
}
.tishi{
    text-align: center;
    font-size: 30px;
    color: #006dbb
}
.head_bnt_one {
    width: 100px;
    height: 40px;
    background-color: #006dbb;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-top: 20px
}

.head_bnt_two_select {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    float: right;
    color: #006dbb;
    position: relative;
}

.head_bnt_two {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    float: right;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.head_bnt_two:hover {
    color: #006dbb
}

.head_bnt_two:hover::after {
    content: '';
    position: absolute;
    left: 20%;
    top: auto;
    bottom: 0;
    right: auto;
    height: 3px;
    width: 60%;
    background-color: #006dbb;
    animation: rotates .3s linear;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.head_bnt_two_select::after {
    content: '';
    position: absolute;
    left: 20%;
    top: auto;
    bottom: 0;
    right: auto;
    height: 3px;
    width: 60%;
    background-color: #006dbb;
    animation: rotates .3s linear;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.line {
    height: 20px;
    width: 2px;
    background: #bbbbbb;
    float: right;
    margin-top: 30px;
}

.banner {
    background: url('../image/roll_img01.jpg') 50% repeat-x;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-size: 0;
}

.body_one {
    width: 100%;
    height: 560px;
    position: relative;
}

.banner_text {
    position: absolute;
    left: 50%;
    top: 180px;
    color: #fff;
    width: 800px;
    margin-left: -400px;
    text-align: center;
}

.banner_text h2 {
    color: inherit;
    font-size: 48px;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.banner_text p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 200
}

.banner_text button {
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    width: 250px;
    border-radius: 6px;
    background: #fff;
    color: #006dbb;
    letter-spacing: 3px;
}
.message_content{
    width: 1200px;
    border-bottom: 1px solid #bbbbbb;
    display: flex;
    padding: 30px 0;
    margin: 0 auto
}
.message_content_img{
    height: 150px;
    width: 280px;
}
.message_content_img img{
    height: 100%;
    width:100%;
}
.message_content_text{
    padding: 0 20px;
    flex: 1;
}
.message_content_text_title{
    font-size: 24px;
    font-weight: 700;
    color: #25333a;
    position: relative;
}
.message_content_text_tishi{
    color: #888888;
    font-size: 15px;
    font-weight: 200;
    margin-top: 10px
}
.message_content_bnt{
    width: 200px;
    height: 150px;
}
.message_content_text_title span{
    float: right;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 33px;
}
.message_content_text_title span img{
    height: 12px;
    width: 12px;
    margin-top: 10px;
    position: absolute;
    margin-left: -15px;
}
.message_content_bnt_one{
    background:#0099FF;
    color: #fff;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    margin: 55px auto 0 auto;
    border-radius: 5px;
    cursor: pointer;
}
.bottom_body{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.bottom_body_two{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background-image: url('../image/area09.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.bottom_body_bnt{
    flex:1;
    font-size: 10px; 
    display: flex;
    line-height: 100px;
}
.bottom_body_text{
    width: 300px;
    font-size: 10px;
    color: #000000
}
.bottom_body_text div{
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
.bottom_body_bnt_one{
    margin-right: 30px;
    color: #000000
}
.head_title_img{
    height: 20px;
    margin-right: 5px
}
.bnt_img{
    width: 15px;
}


/* 


*/
/* 公用属性 */
.marginRight40{
    margin-right: 40px
}

.marginRight20{
    margin-right: 20px
}
.borderBottom{
    border-bottom:5px solid #1b2b50
}
.boxshadowBottom{
    box-shadow:0 0 0 10px #9DDBE8;
}
.height120{
    height: 120px
}
.marginleft35{
    margin-left: 35px
}
.marginleft5{
    margin-left: 5px
}

.positionRe{
    position: relative;
    min-width: 1280px;
}
.bnt_img{
    width: 20px;
    margin-top: -5px
}
/* ------------------- */
.head_img{
    height: 60px;
    width: auto;
    margin-top: 10px;
    margin-left: 30px
}
.head{
    width: 100%;
    height: 80px;
}
.head_title{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #222222;
    float: right
}

.head_title img{
    width: 30px;
    margin-right: 10px;
}
.roll{
    min-width: 1280px;
}
.roll_img{
    width: 100%;
    height:620px;
}
.roll_ol{
    width: 75px;
}
.roll_positionDiv{
    width: 500px;
    color: #ffffff;
    height: 100px;
    position: absolute;
    width: 100%
}
.roll_positionDiv_title{
    font-size: 80px;
    font-weight: 600;
    margin-top: 10%;
    text-align: center;
}
.roll_positionDiv_title p{
}
.carousel-indicators li {
    display: inline-block;
    width: 75px;
    height: 6px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0
}
.carousel-indicators .active {
    width: 75px;
    height: 6px;
    margin: 0;
    background-color: #fff;
    border-radius: 0
}
.area03{
    width: 100%;
    height: 400px;
    text-align: center;
}
.area03_text{
    font-size: 50px;
    color: #17274d;
}
.area03_text_02{
    font-size: 30px;
    color: #a7a5a5;
    font-weight:100
}

.area04{
    width: 100%;
    height: 700px;
    text-align: center;
}
.area04_hr{
    width: 50px;
    border: 0;
    border-bottom: 5px solid #b4b9c8;
}
.area04_img{
    width: 500px;
    height: auto
}
.area04_img_text{
    position: absolute;
    width: 1040px;
    height: 250px;
    margin-left: 50%;
    left: -520px;
    display: flex
}
.area04_img_text_01{
    width: 500px;
    height: 250px;
}
/* .area04_img_text_01:hover{
    background: rgba(180,185,200,0.4)
} */
.area04_img_text_icon{
    width: 100px;
    margin-top: 30px
}
.area04_img_text_text{
    font-size: 30px;
    color: #ffffff
}
.area04_img_text_text02{
    font-size: 15px;
    color: #c9c6c6
}
.area05{
    width: 100%;
    height: 700px;
    text-align: center
}
.area05_img{
    width: 252.5px
}
.area05_img_text{
    position: absolute;
    width: 1040px;
    height: 208px;
    margin-left: 50%;
    left: -520px;
    display: flex
}
.area05_img_text_01{
    width: 252.5px;
    height: 208px;

}
.area05_img_text_icon{
    width: 80px;
    margin-top: 50px
}
.area05_img_text_text{
    font-size: 18px;
    color: #ffffff;
    font-weight:550
}
.area06{
    width: 100%;
    height: 700px;
    text-align: center;
    background: #f7f7f9;
    border-bottom: 1px solid #e2e2e2
}
.area06_img{
    margin-top: -70px
}
.area06_text_img{
    width: 200px;
    height: 80px;
    border: 1px solid red;
    position: absolute
}
.area07{
    width: 100%;
    height: 400px;
    background: #f7f7f9;
    text-align: center
}
.area08{
    width: 100%;
    text-align: center
}
.area08_img{
    width: 25%;
   
}
.area08_img_left{
    margin-left: -7px;
}
.area08_img_text{
    position: absolute;
    width: 100%;
}
.area08_text_img{
    display: flex
}
.areea08_text{
    margin-top: 100px
}
.area09{
    width: 100%;
    height: 500px;
    background-image: url('../image/area09.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.area09_title{
    font-size: 50px;
    color: #ffffff;
    margin-left: 120px;
}
.area09_bnt{
    margin-left: 120px;
    
    display: flex
}
.area09_bnt_one{
    width: 45%;
}
.area09_bnt_title{
    font-size: 30px;
    border-left: 5px solid #6bc4cc;
    color: #fff;
    padding-left: 20px;
    margin-top: 30px
}
.area09_bnt_bnt{
    height: 60px;
    width: 230px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    background: #ffffff;
    float: left;
    line-height: 60px;
    cursor:pointer;
    /* box-shadow: 0 5px 5px rgba(187,187,187,0.7) */
}
.roll_bnt{
    width: 100%;
    margin-top: 200px;
    min-width: 1280px;
}