/* 全屏 banner*/
*{
    margin:0;
    padding:0;
    list-style: none;
}
h1,h2,h3,h4,h5,ul,li,p{
    margin:0;
    padding:0;
    list-style: none;
}
html,
body {
    width:100%;
    height: 100%;
}

body {
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

/*公共部分*/
/*我们的范围*/
.banner{
    width:100%;
    height:100vh;
    background: #F79633;
    overflow: hidden;
}
.banner .logo{
    display:block;
    width:200px;
    height:auto;
}
.wrap{
    margin-top:5%;
}
.wrap_left_area{
    margin-top:5%;
}
.bg1{
    display: inline-block;
    width:400px;
    height:auto;
}
/*右边区域*/
.wrap_right{
    position: relative;
    width:400px;
    height:500px ;
    min-height: 400px;
}
.wrap_right .right_shadow{
    position: absolute;
    left:30px;
    top:30px;
    z-index:1;
    width:400px;
    height:500px;
    min-height: 400px;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;


}
.wrap_right .right_area{
    width:400px;
    height:500px;
    min-height: 400px;
    background: rgba(255,255,255,0.7);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:15% 8%  8%  8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    text-align: center;
    z-index:2;
    position: absolute;
    left:0;
    top:0;
}
.phone_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:10px 40px;
    justify-content: center;
    flex-shrink: 0;
    background: #49BDCC;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
    margin:5vh 0;
    cursor: pointer;
}
/*.phone_btn:hover{*/
    /*animation:wobble;*/
    /*animation-duration: 2s;*/
/*}*/
.phone_btn .phone_icon{
    display: inline-block;
    width:40px;
    height:40px;
    margin-right:30px;
}
.phone_btn h5{
    margin-bottom: 0 !important;
}

/*主内容区*/
.main{
    width:100%;
    height:auto;
    background: #FFF;
    padding:100px 0;
}
/*.wrap_list{*/
    /*display: flex;*/
    /*flex-direction: row;*/
/*}*/

.list_head{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.list_head h4{
    color:  #F79633;
    text-align: center;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size:30px;
    font-weight: 600;!important;
    font-style: normal;
    line-height: normal;
    margin-right:8px;
}
.list_head .dot li{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: rgba(247, 150, 51, 0.1);
    margin-right:8px;
}
.list_head .dot li.active{
    background: rgba(247, 150, 51, 1);
}
.list_text{
    margin-top:12px;
}
.list_text span{
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    /*font-weight: 500 !important;*/
    line-height: normal;
    padding-bottom:2px;
    border-bottom: 4px solid  #F79633;
}
.list_t{
    margin-top:12px;
}
.list_t li{
    color: #777;
    font-size: 14px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: 30px;
}
.list_pic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
    margin-top: 40px;
}
.list_imgs{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.list_imgs.mt3{
    margin-top:200px;
}
.list_imgs img{
    display: inline-block;
    width:200px;
    height:auto;
    -webkit-box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:20px 20px 10px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    color: #49BDCC;
    font-size: 14px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: normal;
    margin-bottom:30px;

}
.list_imgs img:hover{
    animation: pulse;
    animation-duration: 2s;
}
.list_imgs2 img{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none!important;
    box-shadow:none !important;
    width:600px;
    height:auto;
}
.list_imgs p{
    color:#49BDCC;
    font-size:14px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: normal;
}
.warp_second{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}
.footer{
    padding: 35px 0px;
    background: #6A6A6A;
    color: #ffffff;
    font-size:14px;
}
.footer a{
    color: #ffffff;
}
.footer a:hover{
    color: #F79633;
}
/*1600px以上的屏幕尺寸*/
@media screen and (min-width:1600px){



}
/*1200~1599之间*/
@media (min-width:1200px) and (max-width:1599px){

    .banner .logo{
        display:block;
        width:160px;
        height:auto;
    }
}

/*在992～1199之间*/
 @media (min-width:992px) and (max-width:1199px){
     .banner .logo{
         display:block;
         width:140px;
         height:auto;
     }

 }
/*在ipad端展示*/
@media (min-width:768px) and (max-width:991px){
    .banner .logo{
        display:block;
        width:120px;
        height:auto;
    }
    .wrap{
        margin-top:2%;
    }
    .wrap_left_area{
        margin-top:2%;
        text-align: center;
        margin-bottom: 4%;
    }
    .bg1{
        display: inline-block;
        width:200px;
        height:auto;
    }




}
/*较大尺寸的手机*/
@media (min-width:576px) and (max-width:767px){
    .banner .logo{
        display:block;
        width:120px;
        height:auto;
    }
    .wrap{
        margin-top:2%;
    }
    .wrap_left_area{
        margin-top:2%;
        text-align: center;
        margin-bottom: 4%;
    }
    .bg1{
        display: inline-block;
        width:200px;
        height:auto;
    }
    /*右边区域*/
    .wrap_right{
        position: relative;
        width:360px;
        height:400px ;
        min-height: 400px;
        margin:0 auto;
    }
    .right_area h4{
        font-size:20px;
    }
    .wrap_right .right_shadow{
        position: absolute;
        left:20px;
        top:20px;
        z-index:1;
        width:320px;
        height:360px;
        min-height: 400px;
        background: rgba(255,255,255,0.2);
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;


    }
    .wrap_right .right_area{
        width:360px;
        height:400px;
        min-height: 400px;
        background: rgba(255,255,255,0.7);
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        padding:15% 8%  8%  8%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        text-align: center;
        z-index:2;
        position: absolute;
        left:0;
        top:0;

    }
    .phone_btn{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding:10px 30px;
        justify-content: center;
        flex-shrink: 0;
        background: #49BDCC;
        color: #ffffff;
        border-radius: 4px;
        box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
        margin:4vh 0;
        cursor: pointer;
    }
    /*.phone_btn:hover{*/
        /*animation:wobble;*/
        /*animation-duration: 2s;*/
    /*}*/
    .phone_btn .phone_icon{
        display: inline-block;
        width:30px;
        height:30px;
        margin-right:20px;
    }
    .phone_btn h5{
        margin-bottom: 0 !important;
    }

    /*主内容区*/
    .main{
        width:100%;
        height:auto;
        background: #FFF;
        padding:60px 0;
    }
    /*.wrap_list{*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*}*/

    .list_head{
        display:flex;
        flex-direction:row;
        justify-content: flex-start;
        align-items: center;
    }
    .list_head h4{
        color:  #F79633;
        text-align: center;
        text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        font-size:30px;
        font-weight: 600;!important;
        font-style: normal;
        line-height: normal;
        margin-right:8px;
    }
    .list_head .dot li{
        display: inline-block;
        width:10px;
        height:10px;
        border-radius: 50%;
        background: rgba(247, 150, 51, 0.1);
        margin-right:8px;
    }
    .list_head .dot li.active{
        background: rgba(247, 150, 51, 1);
    }
    .list_text{
        margin-top:12px;
    }
    .list_text span{
        color: #333;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        /*font-weight: 500 !important;*/
        line-height: normal;
        padding-bottom:2px;
        border-bottom: 4px solid  #F79633;
    }
    .list_t{
        margin-top:12px;
    }
    .list_t li{
        color: #777;
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: 30px;
    }
    .list_pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        margin-top: 40px;
    }
    .list_imgs{
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .list_imgs.mt3{
        margin-top:0;
    }
    .list_imgs img{
        display: inline-block;
        width:200px;
        height:auto;
        -webkit-box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        -moz-box-shadow:20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        text-align: center;
        color: #49BDCC;
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: normal;
        margin-bottom:30px;

    }
    .list_imgs img:hover{
        animation: pulse;
        animation-duration: 2s;
    }
    .list_imgs2 img{
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none!important;
        box-shadow:none !important;
        width:600px;
        height:auto;
    }
    .list_imgs p{
        color:#49BDCC;
        font-size:14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: normal;
        margin-bottom: 40px;
    }
    .warp_second{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top:50px;
    }
    .footer{
        padding:10px 20px;
        background: #6A6A6A;
        color: #ffffff;
        font-size:14px;
    }
    .footer a{
        color: #ffffff;
    }
    .footer a:hover{
        color: #F79633;
    }


}
/*较小尺寸的手机*/
@media (max-width:575px) {
    .banner .logo{
        display:block;
        width:120px;
        height:auto;
    }

    .wrap{
        margin-top:2%;
    }
    .wrap_left_area{
        margin-top:2%;
        text-align: center;
        margin-bottom: 4%;
    }
    .bg1{
        display: inline-block;
        width:200px;
        height:auto;
    }
    /*右边区域*/
    .wrap_right{
        position: relative;
        width:360px;
        height:400px ;
        min-height: 400px;
        margin:0 auto;
    }
    .right_area h4{
        font-size:20px;
    }
    .wrap_right .right_shadow{
        position: absolute;
        left:20px;
        top:20px;
        z-index:1;
        width:320px;
        height:360px;
        min-height: 400px;
        background: rgba(255,255,255,0.2);
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;


    }
    .wrap_right .right_area{
        width:360px;
        height:400px;
        min-height: 400px;
        background: rgba(255,255,255,0.7);
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        padding:15% 8%  8%  8%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        text-align: center;
        z-index:2;
        position: absolute;
        left:0;
        top:0;

    }
    .phone_btn{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding:10px 30px;
        justify-content: center;
        flex-shrink: 0;
        background: #49BDCC;
        color: #ffffff;
        border-radius: 4px;
        box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.10);
        margin:4vh 0;
        cursor: pointer;
    }
    /*.phone_btn:hover{*/
        /*animation:wobble;*/
        /*animation-duration: 2s;*/
    /*}*/
    .phone_btn .phone_icon{
        display: inline-block;
        width:30px;
        height:30px;
        margin-right:20px;
    }
    .phone_btn h5{
        margin-bottom: 0 !important;
    }

    /*主内容区*/
    .main{
        width:100%;
        height:auto;
        background: #FFF;
        padding:60px 0;
    }
    /*.wrap_list{*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*}*/

    .list_head{
        display:flex;
        flex-direction:row;
        justify-content: flex-start;
        align-items: center;
    }
    .list_head h4{
        color:  #F79633;
        text-align: center;
        text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        font-size:30px;
        font-weight: 600;!important;
        font-style: normal;
        line-height: normal;
        margin-right:8px;
    }
    .list_head .dot li{
        display: inline-block;
        width:10px;
        height:10px;
        border-radius: 50%;
        background: rgba(247, 150, 51, 0.1);
        margin-right:8px;
    }
    .list_head .dot li.active{
        background: rgba(247, 150, 51, 1);
    }
    .list_text{
        margin-top:12px;
    }
    .list_text span{
        color: #333;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        /*font-weight: 500 !important;*/
        line-height: normal;
        padding-bottom:2px;
        border-bottom: 4px solid  #F79633;
    }
    .list_t{
        margin-top:12px;
    }
    .list_t li{
        color: #777;
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: 30px;
    }
    .list_pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        margin-top: 40px;
    }
    .list_imgs{
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .list_imgs.mt3{
        margin-top:0;
    }
    .list_imgs img{
        display: inline-block;
        width:200px;
        height:auto;
        -webkit-box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        -moz-box-shadow:20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.20);
        text-align: center;
        color: #49BDCC;
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: normal;
        margin-bottom:30px;

    }
    .list_imgs img:hover{
        animation: pulse;
        animation-duration: 2s;
    }
    .list_imgs2 img{
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none!important;
        box-shadow:none !important;
        width:600px;
        height:auto;
    }
    .list_imgs p{
        color:#49BDCC;
        font-size:14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: normal;
        margin-bottom: 40px;
    }
    .warp_second{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top:50px;
    }
    .footer{
        padding:10px 20px;
        background: #6A6A6A;
        color: #ffffff;
        font-size:14px;
    }
    .footer a{
        color: #ffffff;
    }
    .footer a:hover{
        color: #F79633;
    }

}
