/*关于我们*/
*{
    padding:0px;
    margin:0px;
    list-style: none;
    font-size: 14px;
    text-decoration: none;
    font-family:'Arial';
}
body{
    background:rgb(45,159,246);
}
/*#abous_us_content{
    width: 96%;
    padding-left:2%;
    padding-right:2%;
    height:170px;
    overflow: hidden;
    background: rgb(45,159,246);
    color:#fff;
    line-height: 24px;
    text-indent: 2em;
}*/

#about_us{
    width: 100%;
    height:170px;
    overflow: hidden;
    background: url('./images/c_bg.png') repeat;
}
#about_us span{
    width:100%;
    height:30px;
    line-height: 30px;
    display: block;
    color:#fff;
    text-indent: 10px;
}
#top{
    width: 100%;
    height: 250px;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}
#top img{
    display: block;
    width: 100%;
    height: 250px;
}
.content{
    width:95%;
    min-height: 200px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin:0 auto;
    margin-bottom: 40px;
    box-shadow: 0 0 30px #aaa; 
}
.content .title{
    width:100%;
    height: 60px;
    line-height: 53px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color:#444;
    /*font: "14px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif";*/
}
.content .title b{
    width:24px;
    height:100%;
    display:inline-block; 
    vertical-align: middle;
}
.content .title b img{
    width:20px;
    height:20px;
    vertical-align: middle;

}
.content .line{
    width: 100%;
    height:140px;
    padding:10px 0px;
    background:url('./images/i2.png') no-repeat right 0px;
    background-size:140px 140px;
}
/*.content .line .left{
    width: 40%;
    height:140px;
    overflow: hidden;
    float: left;
}
.content .line .left img{
    height:140px;
    width: auto;
}*/
.content .line .right{
    width: 50%;
    padding-left:5%;
    padding-right:5%;
    height:140px;
    overflow: hidden;
}
.content .line .right ._title{
    width: auto;
    display:inline-block;
    height:20px;
    line-height: 20px;
    background: rgb(45,159,246);
    border-radius: 5px;
    color:#fff;
    font-size: 15px;
    font-weight: 600;
    padding:0px 5px;
    float: left;
}
.content .line .right ._p{
    width: 96%;
    height:84px;
    margin-top: 16px;
    border-left:5px solid rgb(45,159,246);
    float: left;
    margin-left:10px;
}
.content .line .right ._p .p_tit{
    width: 100%;
    height:28px;
    line-height: 28px;
    font-size: 12px;
    color:#333;
    display: block;
    /*text-indent: 5px;*/
    overflow: hidden;
    padding-left: 5px;
}
.content .fengexian{
    width:85%;
    height: 1px;
    border-top: 1px dashed #ccc;
    margin:0 auto;
}
#link_us{
    width:95%;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom: 40px;
    box-shadow: 0 0 30px #aaa; 
    background:url('./images/f1.jpg') no-repeat;
}
/*#link_us .title{
    width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color:#444;
}*/
#link_us .link_line{
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-top:10px;
    margin-bottom:10px;
}
.span{
    color:#ff4364;
    font-size: 20px;
    font-weight: 600;
}
#link_us .link_left{
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
    color:#333;
    font-size: 13px;
    font-weight: 400;
    background:url("./images/yuan.png") no-repeat 7px 11px;
    background-size: 8px 8px; 
}
#link_us .link_right{
    width: 70%;
    height: 28px;
    float: left;
    border:1px solid #aaa;
    border-radius: 5px;
    background:#eee;
}
#link_us .link_right .link_inp{
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
    font-size: 13px;
    color:#555;
    border:0px;
    background:#eee;
    border-radius: 5px;
}
/*#link_us .link_right .link_check{
    font-size: 12px;
    width: 50px;
}*/
#link_us .link_right .my_protocol{
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
}
/*隐藏掉我们模型的checkbox*/
#link_us .link_right .input_agreement_protocol {
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
/*未选中时*/        
#link_us .link_right .input_agreement_protocol+span {
    width: 16px;
    height: 16px;
    background-color: red;
    display: inline-block;
    background: url(./images/icon_checkbox.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    top: 3px;
}
/*选中checkbox时,修改背景图片的位置*/            
#link_us .link_right .input_agreement_protocol:checked+span {
    background-position: 0 0px
}
#link_us #link_btn{
    width:80%;
    height:40px;
    line-height: 40px;
    background: rgb(45,159,246);
    color:#fff;
    text-align: center;
    display: block;
    margin:0 auto;
    border-radius: 30px;
    margin-top:20px;
    font-size: 14px;
}
.youshi_line{
    width:90%;
    height:145px;
    border:2px solid rgb(45,159,246);
    border-radius: 5px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
}
.youshi_line .youshi_left{
    width: 26%;
    min-width: 80px;
    height:125px;
    overflow: hidden;
    margin-top:10px;
    margin-left:10px;
    border-right: 2px solid rgb(45,159,246);
    float: left;
}
.youshi_line .youshi_left img{
    width: 90px;
    height: 90px;
    margin-top:16px;
    margin-left:-14px;
}
.youshi_line .youshi_right{
    width: 66%;
    height: 125px;
    overflow: hidden;
    float: left;
    margin-top:5px;
}
.youshi_line .youshi_right .youshi_title{
    width: 100%;
    height:30px;
    line-height: 30px;
    text-indent: 5px;
    font-size: 14px;
    font-weight: 600;
    color:#ff4364;
    text-align: left;
}
.youshi_line .youshi_right .youshi_desc{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-indent: 5px;
    font-size: 12px;
    /*overflow-wrap: break-word;*/
    overflow-wrap: normal;
}
#liucheng{
    width:95%;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    margin:0 auto;
    margin-bottom: 40px;
    box-shadow: 0 0 30px #aaa; 
    padding-top:10px;
}
#liucheng .liuchegn_title{
    width:150px;
    height:30px;
    background:rgb(45,159,246);
    color:#fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin:0 auto;
    border-radius: 5px;
    line-height: 30px;
}
#liucheng #step{
    width: 100%;
    height:100px;
    margin-top:10px;
}
#liucheng .img_box{
    width:50px;
    height:100px;
    float: left;
    text-align: center;
    font-size: 12px;
    background:green;
    line-height:170px;
    color:#111;
}
#liucheng .jiantou{
    width:30px;
    height:100px;
    float:left;
    background:url('./images/st5.png') no-repeat 0px 30px;
    background-size: 30px 20px;
}
#link_us_bng{
    width:100%;
    height: 60px;
    background:url('./images/us.png') no-repeat;
    background-size: 100% 60px;
}

#zaixian{
    width: 30px;
    height:81px;
    position: fixed;
    right: 0px;
    bottom:40px;
    background:rgba(150,150,150,.5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#zaixian #qq{
    width:30px;
    height:40px;
    border-bottom: 1px dashed #ccc;
    background:url(./images/b_kefu.png) no-repeat 0px 5px;
    background-size: 30px 30px;
}
#zaixian #bodadianhua{
    width:30px;
    height:40px;
    background:url(./images/b_dianhua.png) no-repeat 0px 5px;
    background-size: 30px 30px;
}
#zaixian a{
    display: block;
    width: 30px;
    height: 40px;
}