 .row {
    margin:0;
}
.layout {
    margin-bottom:25px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    padding:35px 0; 
}
.warp2{
    width: 1200px;
    margin: 0 auto; 
}
.warp-800{
    width: 800px;
}
.warp-380{
    width: 380px;
}
.inner-warp{
    width: 1200px;
    margin: 0 auto; 
    border: 1px solid transparent;  
}
.inner-base-warp{
    margin: 40px 0;
    min-height: 450px;
    border: 1px solid #d5d5d5;
    background: #fff;
}
.inner-base-warp2{
 margin-top: 30px;
}

 
/* 定义元素的流 */

.display-in-b {
    display: inline-block;
}
.display-b{
    display: block;
}
/* 定义高度*/
.height140 {
    height:140px;
}
.height180 {
    height:180px;
}
.height200 {
    height:200px;
}
/* 定义实际宽度 */
.width-300 {
    width: 300px;
}
/* 定义宽度百分比*/
.width5-percent {
    width: 5%;
}
.width30-percent {
    width: 30%;
}
.width40-percent {
    width: 40%;
}
.width45-percent  {
    width: 45%;
}
.width48-percent  {
    width: 48%;
}
.width50-percent  {
    width: 50%;
}
.width55-percent{
    width: 55%;
}
.width60-percent {
    width: 60%;
}
.width65-percent{
    width: 65%;
}
.width70-percent {
    width: 70% !important;
}
.width80-percent {
    width: 80%;
}
.width90-percent {
    width: 90% !important;
}
.width100-percent {
    width: 100% !important;
}
/* 定义背景颜色*/
.bg-none{
    background: transparent !important;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #109cda;
}
.bg-bluedeep{
    background:#0a70a1;
}
.bg-Indigo {
    background: #1ec3b0;
}
.bg-green {
    background:#9dc92a;
}
.bg-deepgreen {
    background:#009e46;
}
.bg-grey {
    background: #f2f2f2;
}
.bg-orange1 {
    background: #d9550e;
}
.bg-orange2 {
    background: #f58901;
}
/* 定义字体大小*/
.blod {
    font-weight: 600;
}
.ft-normal{
    font-weight: normal;
}
.ft8{
    font-size: 8px;
}
.ft10{
    font-size: 10px;
}
.ft12 {
    font-size: 12px !important;
}
.ft13 {
    font-size: 13px !important;
}
.ft14 {
    font-size: 14px !important;
}
.ft15{
    font-size: 15px;
}
.ft16 {
    font-size: 16px;
}
.ft18 {
    font-size: 18px;
}
.ft20 {
    font-size: 20px !important;
}
.ft22 {
    font-size: 22px !important;
}
.ft23 {
    font-size: 23px !important;
}
.ft25 {
    font-size: 25px !important;
}
.ft24{
    font-size: 24px;
}
.ft30 {
    font-size: 30px;
}
.ft40 {
    font-size: 40px;
}
.ft50 {
    font-size: 50px;
}
.ft60 {
    font-size: 60px;
}
.ft70 {
    font-size: 70px;
}
/* 定义字体的方向*/
.text-left {
    text-align: left;
}
.text-right{
    text-align: right; 
}
.text-center{
    text-align: center;
}
/* 定义字体颜色*/
.text-grey {
    color: #6a6a6a;
}
.text-grey-2{
    color: #848484;
}
.text-grey-3{
    color: #898989;
}
.text-grey-4{
    color: #333;
}
.text-white {
    color: #fff !important;
}
.text-yellow{
    color:#ffcc00;
}
.text-orange {
    color:orange;
}
.text-orange-2{
    color:#d9550e;
}
.text-greyblue {
    color: #668ea2;
}
.text-Indigo {
    color: #37b5b5;
}
.text-green {
    color: #9dc92a;
}
.text-blue {
    color: #109cda;
}
.text-slight-blue {
    color:#3b8fbd 
}
.text-red{
    color: #ea595d !important;
}
/* 定义错误字体颜色 */
.error {
    color: #ea595d;
}
/* 定义 padding*/
.padding0 {
    padding: 0px;
}
.padding3 {
    padding: 3px;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.padding20 {
    padding: 20px;
}
.paddingleft-right5{
     padding:0 5px; 
}
.paddingleft-right10{
     padding:0 10px; 
}
.paddingleft-right20{
     padding:0 20px; 
}
.paddingtop-bottom5 {
    padding: 5px 0;
}
.paddingtop-bottom10 {
    padding: 10px 0;
}
.paddingtop-bottom20 {
    padding: 20px 0; 
}
.paddingtop-bottom30 {
    padding: 30px 0;
}
.padding4top-bottom40 {
    padding:40px 0;
}
.paddingtop10 {
    padding-top: 10px;
}
.paddingtop20 {
    padding-top: 20px;
}
.paddingbottom20 {
    padding-bottom: 20px;
}
.paddingbottom40 {
    padding-bottom: 40px;
}
.paddingtop40 {
    padding-top: 40px;
}

/* 定义margin*/
.margin0{
   margin: 0px !important; 
}
.margin5 {
    margin: 5px;
}
.margin15 {
    margin: 15px;
}
.margin20 {
    margin: 20px;
}
.margin40{
    margin: 40px;
}
.margin60{
    margin: 60px;
}
.margintop40 {
    margin-top: 40px !important;
}
.margintop80 {
    margin-top: 80px !important;
}
.margintop20 {
    margin-top: 20px !important;
}
.marginbottom10 {
    margin-bottom: 10px !important;
}
.marginbottom20 {
    margin-bottom: 20px !important;
}
.marginbottom40 {
    margin-bottom: 40px !important;
}
.marginbottom80 {
    margin-bottom: 80px !important;
}
.pm0{
    padding:0;
    margin:0;  
}
/*定义换行样式*/
.warpspace {
    overflow: hidden;
    white-space: normal;
}
.text-indent20 {
    text-indent: 20px;
}
/* 定义缩放评分星星*/
.start-scale-s8 .star {
    transform: scale(0.8) 
}
.start-scale-s8 .rating-container .star {
    margin: 0;
}
/* 定义标题样式*/
.item-tittle {
    padding: 15px;
    padding: 5px 15px;
    /* border: 1px solid;*/
    border-bottom: 1px solid #eee;
    margin: 5px;
}
/* 定义激活状态*/
.bg-active-bluedeep{
   background:#0a70a1 !important; 
}
.bg-active-green {
    background:#9dc92a !important;
}
.bg-active-blue{
    background-color: #1a9fdb !important;
}
/* 定义圆*/
.radius50 {
    border-radius:50%;
}
/* 定义边框*/
.boderAll{
    border: 1px solid #f5f5f5;
}
.borderLelft {
    border-left:1px solid #ffffff57;
}
.borderRight {
    border-right:1px solid #ffffff57;
}
.borderTop {
    border-top:1px solid #ffffff57;
}
.borderBottom {
    border-bottom: 1px solid #ffffff57;
}
/* banner 箭头 */
.banner-grey-btn-next{
    background: url(../img/arrowr.svg) center center no-repeat;
    border: 1px solid #707070 !important;
}
.banner-grey-btn-prev{
    background: url(../img/arrowl.svg) center center no-repeat;
    border: 1px solid #707070 !important;
}
/* 定义position */
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.position-fixed{
    position: fixed;
    top:0px;
}
.position-static{
    position: static;
}
/* 定义vertical */
.vertical-middle{
    vertical-align: middle !important;
}
/* 定义标题如-----0 数据库 0---------- */
/* 定义标题 公共样式开始*/
.red-circle-line-tittle,.blue-circle-line-tittle,.white-circle-line-tittle{
    display: table;
    margin-bottom: 40px;
}
.white-circle-line-tittle{margin-bottom:0;}

.red-circle-line-tittle>div,.blue-circle-line-tittle>div,.white-circle-line-tittle>div{
    height: 80px;
    float: left;
}
.red-circle-line-tittle>.line,.blue-circle-line-tittle>.line,.white-circle-line-tittle>.line{
    position: relative;
    width: 480px;
}
.red-circle-line-tittle>.content-text,.blue-circle-line-tittle>.content-text,.white-circle-line-tittle>.content-text{
    width: 224px;
    text-align: center;
}
/*定义标题 公共样式结束*/
/*定义红色带圆 标题如-----0 数据库 0---------- */
.red-circle-line-tittle .line-item{
     
    border-bottom: 1px solid #ec0822;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 38px;
}
.red-circle-line-tittle>.content-text p:nth-of-type(1){
     padding-top: 10px;
     color: #ec0822;
     font-size: 31px;
}

.red-circle-line-tittle>.content-text p:nth-of-type(2){
     padding-bottom: 20px;
     color: #848484;
     font-size: 16px;
}

.red-circle-line-tittle #circle_bot {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 4px #ec0822;
    margin-top: 36px;
    margin-bottom: 34px;
}
/* 定义蓝色带圆 标题如-----0 数据库 0---------- */
.blue-circle-line-tittle>.content-text p:nth-of-type(2){
     padding-bottom: 20px;
     color: #848484;
     font-size: 16px;
}
.blue-circle-line-tittle .line-item{
    width: 100%;
    border-bottom: 1px solid #006eab;
    margin-bottom: 38px;
    margin-top: 38px;
}
.blue-circle-line-tittle>.content-text p:nth-of-type(1){
    padding-top: 10px;
    color: #006eab;
    font-size: 31px;
}
.blue-circle-line-tittle #circle_bot{
     background: transparent;;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 4px  #006eab;
    margin-top: 34px;
    margin-bottom: 34px;
}
/* 定义白色带圆 标题如-----0 数据库 0---------- */
.white-circle-line-tittle>.content-text p:nth-of-type(2){
     padding-bottom: 20px;
     color: #5aa4cd;
     font-size: 16px;
}
.white-circle-line-tittle .line-item{
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 38px;
}
.white-circle-line-tittle>.content-text p:nth-of-type(1){
    padding-top: 10px;
    color: #fff;
    font-size: 31px;
}
.white-circle-line-tittle #circle_bot{
    background: transparent;;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 4px  #fff;
    margin-top: 34px;
    margin-bottom: 34px;
}
/* 定义竖着装饰带箭头线框 如----^------ */
 .arrow-line-suzhe {
    position: relative;
    float: left;
    width: 20px;
    height: 302px;
    width: 1px;
    background: #d5d5d5;
    margin: 0 16px;
}
.arrow-line-suzhe:after,.arrow-line-suzhe:before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    position: absolute;
    content: "";
    top: 139px;
}
.arrow-line-suzhe:before {
    top: 139px;
    left: 1px;
    border-left-color: #d5d5d5;
}
.arrow-line-hengzhe {
    position: relative;
    float: left;  
    border-bottom: 1px solid #d5d5d5;
    width: 100%;  
}
.arrow-line-hengzhe:after,.arrow-line-hengzhe:before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    content: "";
    top: 0px;
    left: 49%;
}
.arrow-line-hengzhe:before {
    top: 1px;
    border-top-color: #d5d5d5;
} 
.bg-grey .arrow-line-hengzhe:after,.text-grey  .arrow-line-hengzhe:before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #f5f5f5;
    position: absolute;
    content: "";
    top: 0px;
    left: 49%;
}
/* 定义类型按钮 */
.mybtn {
    height: 40px;
}
.typebtn{
    display: inline-block;
    padding: 10px 17px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #525252;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    width: 100px;
    height: 45px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    white-space: nowrap;
}
.typebtn:hover,.typebtn-active{
    color: #fff !important;
    background-color:#2e87c9 !important; 
}

.typebtn-bgw{
    display: inline-block;
   
    background: #fff;
    border-radius: 5px;
    color: #525252;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
    white-space: nowrap;
}
.typebtn-bgw:hover,.typebtn-bgw-active{
    color: #fff !important;
    background-color:#2e87c9 !important; 
}
.typebtn-bgw-active2{
    background-color:#a5d3f5 !important; 
}
/* 定义线类型 装饰线 如 1|22222 */
.decoration-line-red{
    height: 20px;
    border-radius: 8px;
    background: #ee0310;
    border: 2px solid #ee0310;
    line-height: 20px;
}
.decoration-line-blue{
    height: 20px;
    border-radius: 8px;
    background: #00639a;
    border: 2px solid #00639a;
    line-height: 20px;
}
.decoration-line-indigo{
    height: 20px;
    border-radius: 8px;
    background: #37b5b5;
    border: 2px solid #37b5b5;
    line-height: 20px;
}
/* 定义按钮 圆角0有背景无边框 */
.green-btn{
    border: 1px solid #37b5b5;
    padding: 5px 30px;
    color: #fff;
    background: #37b5b5;   
    cursor: pointer;
}
 
.grey-btn{
    border: 1px solid #787878;
    padding: 5px 30px;
    color: #fff;
    background: #787878;   
    cursor: pointer;
}
 
/* 定义按钮 圆角0无背景有边框 */
.grey-btn-border{
    border: 1px solid #d5d5d5;
    padding: 5px 30px;
    color: #787878;
    cursor: pointer;
}
.grey-btn-border:hover{
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #fff;
    background: #d5d5d5;
    cursor: pointer;
}
.green-btn-border{
    border: 1px solid #37b5b5;
    padding: 5px 30px;
    color: #37b5b5;
    cursor: pointer;
    background: #fff;
}
.green-btn-border:hover{
    border: 1px solid #37b5b5;
    border-radius: 2px;
    color: #fff;
    background: #37b5b5;
    cursor: pointer;
}
/* 定义按钮 圆角25有背景无边框 */
.red-radius-btn{
    display: inline-block;
    vertical-align: 4px;
    background: #ee0310;
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    padding: 2px 10px;
}
.red-radius-btn:hover{
    color: #fff;
    background: #e41b26;
}
/* 圆角25有背景有边框 */
.green-radius-btn-boder{
    padding: 0px 12px;
    border: 1px solid #37b5b5;
    border-radius: 25px;
    color: #37b5b5;
    background: #fff;   
    cursor: pointer;
}
.green-radius-btn-boder:hover{
    color: #fff;
    background: #37b5b5; 
}
.green-radius-btn-boder-bg{
    padding: 0px 12px;
    border: 1px solid #37b5b5;
    border-radius: 25px;
    color: #fff;
    background: #37b5b5;   
    cursor: pointer;
}
.red-radius-btn-boder{
    padding: 0px 12px;
    border: 1px solid #ff0000;
    border-radius: 25px;
    color: #ff0000;
    background: #fff; 
    cursor: pointer;
}

.red-radius-btn-boder a{
    color: #ff0000; 
}
.red-radius-btn-boder:hover a{
    color: #fff; 
}
.green2-radius-btn-boder{
    padding: 0px 12px;
    border: 1px solid #37b5b5;
    border-radius: 25px;
    color: #fff;
    background: #37b5b5;   
    cursor: pointer;
}
.red-radius-btn-boder:hover{
    color: #fff;
    background: #ff0000; 
}
.grey-radius-btn-boder{
    padding: 0px 12px;
    border: 1px solid #7f7f7f;
    border-radius: 25px;
    color: #7f7f7f;
    background: #fff; 
    cursor: pointer;
}
.grey-radius-btn-boder-bg{
    padding: 0px 12px;
    border: 1px solid #7f7f7f;
    border-radius: 25px;
    color: #fff;
    background: #7f7f7f; 
    cursor: pointer;
}
.grey-radius-btn-boder:hover{
    color: #fff;
    background: #7f7f7f; 
}
.white-radius-btn-boder{
    padding: 0px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    color: #333;
    background: #fff; 
    cursor: pointer;
}
.white-radius-btn-boder:hover{
    color: #fff;
    background: #d5d5d5; 
}
/* 圆角4无背景有边框 */
.green-radius4-btn-boder{
    padding: 0px 12px;
    border: 1px solid #37b5b5;
    border-radius: 4px;
    color: #37b5b5;
    background: transparent;   
}
/* 圆角4有背景有边框 如专家咨询培训人*/
.green-radius4-btn-boder-bggreen{
    padding: 12px 30px;
    border: 1px solid #37b5b5;
    border-radius: 4px;
    color: #fff;
    background: #37b5b5;   
    cursor: pointer;
}
.blue-radius4-btn-boder-bgblue{
    padding: 12px 30px;
    border: 1px solid #b7d9e8;
    border-radius: 4px;
    color: #333;
    background: #b7d9e8;   
    cursor: pointer;
}
.blue2-radius4-btn-boder-bgblue{
    padding: 12px 30px;
    border: 1px solid #269edc;
    border-radius: 4px;
    color: #fff;
    background: #269edc;   
    cursor: pointer;
}
.grey-radius4-btn-boder-bggrey{
    padding: 12px 30px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #333;
    background: #f2f2f2;   
    cursor: pointer;
}
.grey3-radius4-btn-boder-bggrey3{
    padding: 9px 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #333;
    background: #dddddd;
    cursor: pointer;
    text-align: center;
}
/* 定义带三角形标题如 △ aa/bb 例如 专家咨询*/
.blue-delta-tittle{
    padding: 15px 0;
}
.blue-delta-tittle .tittle {
    text-align: left;
    color:#2e87c9;
    font-size: 18px;
    margin: 0 4px;
    position: relative;
}
.blue-delta-tittle .tittle em {
    color:#848484;
    font-size: 14px;
}
.blue-delta-tittle .tittle span{
    margin-left: 10px;
}
.blue-delta-tittle .tittle i {
   padding: 0 5px;
}
.blue-delta-tittle .tittle::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #2e87c9;
    border-bottom: 5px solid transparent;
}
/* 定义hover边框 */
.biankuang{
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
    border-radius:10px;
    /*background: black;*/
}
.biankuang_1{
    height: 1px;
    top: 0px;
    left:0px;
    border-left: 1px solid #EB5858;
}
.biankuang_2 {
    width: 0px;
    bottom:0px;
    left: 0px;
    border-top: 1px solid #EB5858;
}
.biankuang_3{
    height: 0px;
    bottom:0px;
    right:0px;
    border-right: 1px solid #EB5858;

}
.biankuang_4{
    width:0px;
    top:0px;
    right:0px;
    border-bottom: 1px solid #EB5858;
}
/*定义登录注册类的tip 如------手机登录------*/
.grey-line-tittle {
    display: table;
}

.grey-line-tittle>div {
    height: 20px;
    float: left;
}
.grey-line-tittle>.line {
    position: relative;
    width: 161px;
}
.grey-line-tittle>.content-text {
    width: 120px;
    text-align: center;
    margin-top: 10px;
    float: left;
}
.grey-line-tittle .line-item{
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 18px;
}
.grey-line-tittle>.content-text p:nth-of-type(1){
    color: #848484;
    font-size: 12px;
   
}
/* 定义共有组件 */
/* 分类：1  2  3  开始*/
.type {
    display: table;
    margin-left: 20px;
    padding-bottom: 20px;
}
.type .tittle {
    width: 43px;
    height: 40px;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
    color: #333;
}
 .type .tittle2 {
    width: 85px;
    height: 40px;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
    color: #333;
}
.btn-list {
    padding: 5px 0;
    background-image: url(../img/btnlist_shadow.png);
    background-size: 100% 100%;
    background-position-x: 0px;
    background-position-y: -2px;
    background-repeat: no-repeat;

    }
.btn-list .item {
    width: 70px;
    height: 30px;
    background: #337ab7;
    color: #fff;
    line-height: 30px;
    /* padding: 8px 15px;*/
    text-align: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 10px;
}
.btn-list .item-orange {
    background-color:#d9550e;
}
/* 分类：1  2  3  结束*/
