body {
    background: #fff !important;
}
@charset "UTF-8";
/*初始化样式*/

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
ul, li {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
}
.lock_more{
    display: block;
    margin:26px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ce0505;
    border:1px solid #ce0505;
    font-size: 14px;
}

.lock_more:hover{
    background: #ce0505;
    color: #fff;
}
/*公共标题*/
.public_title{
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: #333;
}

.public_subtitle{
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #666666;
}

.public_but{
    background: #ce0505;
    width: 200px;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    text-align: center;
    padding: 8px;
    font-size: 16px;
}

.w_1280{
    width: 1280px;
    margin:0 auto;
}

/*banner*/
.page_banner{
    width: 100%;
    position: relative;
}

.page_banner .page_icon{
    display: block;
    width: 100%;
}

/*内容创作范围*/
.content{
    padding: 50px 0;
}
.content_list{
    width: 100%;
    display: flex;
    padding-top: 10px;
}
.content_box{
    flex:1;
    text-align: center;
    padding:20px 10px;
}
.content_box .content_img{
    width: 90px;
    height: 90px;
    margin:auto;
}
.content_box .content_img img{
    width: 100%;
    height: 100%;
}
.content_box .ctitle{
    font-size: 18px;
    margin:10px 0;
    font-weight: bold;
}
.content_box .cdes{
    width: 160px;
    font-size: 14px;
    color:#999999;
    margin:auto;
}

/*团队*/
.team{
    padding: 50px 0;
}
.team_list{
    width: 100%;
    display: flex;
    padding-top: 10px;
}
.team_box{
    flex:1;
    text-align: center;
    padding:20px 10px;
    background: #f2f2f2;
    margin:0 10px;
}
.team_box .team_img{
    width: 245px;
    height: auto;
    margin:auto;
}
.team_box .team_img img{
    width: 100%;
    height: 100%;
}
.team_box .ctitle{

    font-size: 18px;
    margin:10px 0;
    font-weight: bold;
}
.team_box .cdes{
    height: 55px;
    width: 220px;
    font-size: 14px;
    color:#999999;
    margin:auto;
}
.team_box .price{
    margin:20px 0;
}
.team_box .price span{
    color:#ce0505;
    font-weight: bold;
    font-size: 18px;
}
.team .team_kf{
    background: #ce0505;
    padding:7px 0;
    width: 120px;
    margin: auto;
    color:#fff;
    border-radius: 4px;
    font-size: 16px;
}
.ensure_1980{
    background: #f2f2f2;
}
/*保障*/
.ensure{
    padding: 50px 0;
}
.ensure_list{
    width: 100%;
    display: flex;
    padding-top: 10px;
}
.ensure_box{
    flex:1;
    text-align: center;
    margin:20px 10px;
    background: #fff;
    border-radius: 15px;
    padding:20px 0;
}
.ensure_box .ensure_img{
    width: 90px;
    height: 90px;
    margin:auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ensure_box .ensure_img.one{
    border:2px solid #d81e06;
}
.ensure_box .ensure_img.two{
    border:2px solid #243284;
}
.ensure_box .ensure_img.three{
    border:2px solid #e16511;
}
.ensure_box .ensure_img.four{
    border:2px solid #40ad2d;
}
.ensure_box .ensure_img img{
    width: 70px;
    height: 70px;
}
.ensure_box .ctitle{
    font-size: 18px;
    margin:10px 0;
    font-weight: bold;
}
.ensure_box .cdes{
    width: 160px;
    font-size: 14px;
    color:#999999;
    margin:auto;
}


/*团队*/
.flow{
    padding: 50px 0;
}
.flow_list{
    width: 100%;
    display: flex;
    padding-top: 10px;
}
.flow_box{
    flex:1;
    text-align: center;
    padding:20px 10px;
}
.flow_jiantou{
    width: 20px;
    height: 12px;
    transform: rotate(270deg);
    margin-top: 90px;
}
.flow_box .flow_img{
    width: 220px;
    height: auto;
    margin:auto;
}
.flow_box .flow_img img{
    width: 100%;
    height: 100%;
}
.flow_box .ctitle{
    font-size: 18px;
    margin:10px 0 5px 0;
    font-weight: bold;
}
.flow_box .cdes{
    height: 55px;
    width: 220px;
    font-size: 14px;
    color:#999999;
    margin:auto;
}


