
.bannerfm{
    height: 182px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.bannerfm .fmml{
    margin-left: 319px;
    margin-top: 68px;
}

.bfmtitle{
    font-size: 34px;
    color: #21fd9e;
    text-align: center;
    margin-bottom: 15px;
}

.bfmudl{
    width: 177px;
    height: 0;
    border-bottom: #21fd9e solid 1px;
    margin: 0 auto 20px;

}

.bfmout{
    width: 865px;
    height: 98px;
    background-color: rgba(0, 44, 81, 0.62);
    padding: 8px;
}

.bfnmid{
    border: #21A381 solid 1px;
    width: 863px;
    height: 96px;
}

.bfminner{
    width: 847px;
    height: 80px;
    margin: 8px auto;
}

.bfmi1,.bfmi2,.bfmi3{
    height: 80px;
    float: left;
}

.bfmi1,.bfmi2{
    background-color: #FFFFFF;
    width: 330px;
    margin-right: 8px;
}

.bfmi3{
    width: 171px;
    background-color: #01C772;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.bfmin1,.bfmin2,.bfminner input{
    float: left;
    height: 80px;
    border: 0;
}

.bfminner p{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #ababab;
    margin-left: 20px;
}


/**  3c认证   **/

.banner_gsfw3c{
    /* background: url(../images/tixi/banner_tixi.jpg) center no-repeat;*/
    position:relative;
}
.banner_gsfw3c .btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}


.banner_gsfw3c .btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 25px;
}

.banner_gsfw3c .btn span.on {
    background: #f65439;
}
/* 体系 共用 */
.bg_gray{
    width:100%;
    height:100%;
    background-color:#f4f7f9;
    padding-top:20px;
}
.tixi_title{
    width:1200px;
    text-align: center;
    margin:0 auto;
    margin-bottom: 40px;
}

.tixi_title p{
    color: #f65439;
}

.tixi_title h1{
    font-size:32px;
    display: inline-block;
    height: 100%;
    line-height: 44px;
}
.title_orange{
    margin-left:10px;
    color:#f65439;
}

/* part one*/
.tixi_one{
    width:1200px;
    height:390px;
    margin:0 auto;
    margin-top:20px;

}
.tixi_content{
    width:100%;
    height:300px;
    margin-top:60px;
}
.tixi_con_one li{
    width:295px;
    height:141px;
    background:url(../../img/tixi/cha.png) center no-repeat;
    margin-right:2px;
    position:relative;
    text-align: center;
    cursor:pointer;
}
.tixi_con_one li:hover img{
    transform: scale(1.1, 1.1);
}
.tixi_con_one li:nth-child(4n){
    margin-right:0px;
}
.tixi_con_one li img{
    display:inline-block;
    margin:0 auto;
    margin-top:26px;
    position: absolute;
    top: 5px;
    left: 100px;
    transition: all 0.6s;
}
.tixi_con_one li h4{
    font-size:15px;
    margin-top:100px;
}
.tixi_button{
    width:450px;
    height:50px;
    border:1px solid #f65439;
    border-radius:25px;
    margin:0 auto;
    margin-top:33px;
    box-sizing:border-box;
}
.tixi_button span{
    display:inline-block;
    width:251px;
    height:100%;
    letter-spacing:1px;
    text-align: center;
    color:#f65439;
    font-size:15px;
    line-height:49px;
}
.tixi_button a{
    position:relative;
    display:inline-block;
    width:178px;
    height:100%;
    border-radius:20px;
    font-size:15px;
    float:right;
    clear:both;
    line-height:50px;
    background-color:#f65439;
    color:#fff;
    letter-spacing:4px;
    cursor:pointer;
    text-align: center;
    padding-left: 19px;
}
.tixi_button a:hover{
    background-color:#ff341d;
}
.tixi_button a i{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 23px;
    width: 21px;
    height: 21px;
    background-image: url(../../img/tixi/zc_zxicon.png);
    background-size:21px;
}
/*  part two  */
.tixi_con_two{
    width:1200px;
    height:1032px;
    margin:0 auto;
    margin-top:34px;
}
.tixi_con_two li{
    width:290px;
    height:222px;
    position:relative;
    background-color:#fff;
    margin-right:9px;
    margin-bottom: 20px;
    text-align:center;
    display: list-item;
    float:left;

}

.tixi_con_two li:nth-child(4n){
    margin-right: 0px
}
.tixi_con_two li img{
    margin:0px;
    transition:all 0.6s;
}
.dimg{
    width:290px;
    height:106px;
    overflow:hidden;
}
.tixi_con_two li p{
    font-size:16px;
    margin-top:15px;
}
.tixi_con_two li a{
    display:inline-block;
    width:145px;
    height:35px;
    border:1px solid #f65439;
    color:#f65439;
    letter-spacing: 2px;
    line-height: 35px;
    font-size:15px;
    margin-top:10px;
}
.tixi_con_two li a:hover{
    background:#f65439;
    color:#fff;
}
.tixi_con_two li:hover img{
    transform:scale(1.1,1.1);
}
.biaoqian{
    display:inline-block;
    width:149px;
    height:37px;
    background-image: url(../../img/tixi/biaoqian.png);
    position:absolute;
    top: -7px;
    left: 24%;
    color:#fff;
    font-size:15px;
    line-height:37px;
    z-index:2;
    font-weight:500;
}
.tixi_con_two .btn_two{
    background-image: url(../../img/tixi/btn_two.png);
    text-align:left;
}

.tixi_con_two .btn_two h3{
    color:#f65439;
    font-size:28px;
    margin-left:15px;
    margin-top:26px;
}

.tixi_con_two .btn_two p{
    color:#f65439;
    font-size:22px;
    font-weight:bold;
    margin-top:20px;
    margin-left:15px;
}
.tixi_con_two .btn_two a{
    color:#f65439;
    font-size:15px;
    letter-spacing: 1px;
    border:0;
    margin:0;
    margin-left:15px;
}
.tixi_con_two .btn_two a:hover{
    text-decoration:underline;
    background-color:transparent;
    color:#f65439;
}

/* part three */
.tixi_three{
    padding-top:65px;
}
.tixi_con_three{
    width:1200px;
    height:404px;
    margin:0 auto;
    margin-top:20px;

}
.tixi_img_three{
    width:1107px;
    height:265px;
    
    margin:0 auto;
    margin-top:73px;
}
.tixi_button_three{
    width:491px;
    margin-top:41px;
}
.tixi_button_three a{
    width:219px;
}

/*  part four */
.tixi_four{
    margin-top:90px;
}
.tixi_con_four{
    width:1200px;
    height:404px;
    margin:0 auto;
    margin-top:20px;
}
.tixi_con_three_main{
    text-align: center;
    margin-top: 35px;
    position:relative;
}
.tixi_con_three_main a{
    font-size:16px;
}
.tixi_con_three_l,.tixi_con_three_r{
    display:inline-block;
    width:360px;
    height:268px;
    position:relative;
    top: 43px;
}
.tixi_con_three_l{
    float:left;
}

.tixi_con_three_top{
    position: absolute;
    top: -31px;
}


.tixi_con_three_mid{
    top: -13px;
    position: absolute;
}

.tixi_con_three_bot{
    position: absolute;
    top: -1px;
    z-index: 1;
}

.tixi_con_three_mid_li img{
    margin-top: 17px;
}

/*.tixi_con_three_l li:nth-child(4n) a{
    top:0px;
}*/
.tixi_con_three_l li:nth-child(4n) img{
    position: relative;
    top: -29px;
}
.tixi_con_three_r{
    float:right;
}
.tixi_con_three_r a{
    right: 5px;
}
/*.tixi_con_three_r li:nth-child(4n) a{
    top:0px;
}*/
.tixi_con_three_r li:nth-child(4n) img{
    position: relative;
    top: -29px;
}
.tixi_con_three_l li,.tixi_con_three_r li{
    width:100%;
    height:73px;
    position:relative;
}
.tixi_con_three_m{
    display:inline-block;
    width:430px;
    height:250px;
}
.tixi_con_three_m img{
    width: 313px;
    height: 221px;
    margin-top: 10px;
}
.tixi_con_three_r img{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    transform: rotateY(180deg);
}

.processtitle{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 66px;
    margin-bottom: 65px;
}

.processicons{
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.processiconbg{
    width: 107px;
    height: 114px;
    float: left;
    margin-right: 91px;
}

.processiconbg:nth-child(1){
    margin-left: 51px;
}

.processiconbg:nth-child(6){
    margin-right: 0;
}

.processiconbg img{
    display: block;
}

.processnum{
    width: 1188px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.processnum img{
    width: 100%;
    height: 100%;
}

.processnames{
    overflow: hidden;
    margin-bottom: 40px;
}

.processname{
    float: left;
    width: 165px;
    margin-right: 35px;
}

.processname:nth-child(1){
    margin-left: 20px;
}

.processname:nth-child(6){
    margin-right: 0;
}

.processc{
    font-size: 18px;
    text-align: center;
}

.processs{
    font-size: 14px;
    color: #f65439;
}
























