*{
    font-family:Microsoft YaHei;
}

/**********************合作伙伴start***************************/
.partner
{
    width: 100%;
    height: 330px;
    background: #EBECF1;
    text-align: center;
}
.modular{
    padding-top: 100px;
    padding-bottom: 60px;
}
.title-div {
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#000000;
    line-height:36px;
}
.title-underline {
    width:64px;
    height:1px;
    background:#000000;
    margin: 10px auto 0 auto;
}
.title-div .title{
    text-align: center;
}
.partner-list{
    width: 1170px;
    height: 230px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-top: 65px;
    font-size: 0px;

}
.partner-item{
    width: 190px;
    height: 160px;
    display: inline-block;
    border-right: 1px solid #DCDCDC;
    text-align: center;
    vetical-align:top;
    padding: 35px 50px;
}
.partner-item:last-child{
    border: 0px;
}
.partner-title{
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}
.partner-subtitle{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.partner-item img{
    margin-top: 35px;
}
/**********************合作伙伴end***************************/

/**********************合作伙伴申请start***************************/
.content-div {
    margin-top: 52px;
    vertical-align: middle;
    text-align: center;
}
.process-item {
    display: inline-block;
    width: 190px;
    /*cursor: pointer;*/
    z-index: 5;
}

/*.process-item:hover .avatar {*/
/*    box-shadow:1px 1px 8px 0px rgba(49,166,231,1);*/
/*}*/
/*.process-item:hover .process-desc {*/
/*    color:rgba(58,133,198,1);*/
/*}*/
.avatar {
    width: 48px;
    height: 48px;
    background-color:rgba(249,249,253,1);
    border:1px solid rgba(58,133,198,1);
    border-radius:50%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.process-desc {
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
}
#process-arrow {
    width: 16px;
    height: 16px;
    border-color: grey;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    right:56px;
    bottom: 62px;
}
#process-line {
    width:1105px;
    height:2px;
    left: 0;
    right: 0;
    margin: auto;
    top: 75px;
    position: absolute;
    border-top:2px dashed #999999;
}
/**********************合作伙伴申请end***************************/

/**********************合作伙伴类型start***************************/
.partner-type{
    background-color: #EFF3F8;
    height: 310px;
}
.partner-type-item {
    width:280px;
    height:210px;
    background:rgba(255,255,255,1);
    border:1px solid #DCDCDC;
    box-shadow:0px 1px 7px 0px rgba(62,65,86,0.32);
    display: inline-block;
    margin-right: 19px;
    position: relative;
}
.partner-type-item:last-child{
    margin-right: 0px;
}
.cpr-tags {
    margin-top: 28px;
}
.cpr-tag {
    padding: 0 4px;
    margin: 0 3px 0 3px;
    border: 1px solid inherit;
    border-radius:2px;
    display: inline-block;
}
.blue-tag {
    background-color: #C3E4FF;
    color: #1B8AE6;
}
.pink-tag {
    background-color: #F6CAEB;
    color: #AF5A9A;
}
.green-tag {
    background-color: #ACD6B2;
    color: #377B41;
}
.cpr-type {
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top: 40px;
}
.cpr-desc {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 18px;
}
.apply-btn {
    line-height: 32px;
    /*margin-top: 32px;*/
    background-color: #1B8AE6;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#FFFFFF;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
/**********************合作伙伴类型end***************************/

/**********************联合解决方案start***************************/
.solution-item{
    width: 206px;
    height: 100%;
    /*border: 1px solid #DCDCDC;*/
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}
.solution-item:last-child{
    margin-right: 0px;
}
.solution-top{
    height: 160px;
    margin-top: 15px;
}
.solution-top img{
    width: 176px;
    height: 101px;
}
.solution-bottom{
    height: 120px;
    width: 100%;
    text-align: center;
    display: table;
}
.solution-bottom > div{
    display: table-cell;
    vertical-align: middle;
}
.solution-bottom  p{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
}
/**********************联合解决方案end***************************/

/**********************活动资讯start***************************/
.activity{
    width: 100%;
    height: 315px;
    background-color: #27375A;
}
.activity .title{
    color: #FFFFFF;
}
.activity .title-underline{
    background-color: #FFFFFF;
}
.activity-list{
    width: 540px;
    height: auto;
    display: inline-block;
}
.activity-list:first-child{
    margin-right: 40px;
}
.activity-list ul li{
    list-style: disc inside none !important;
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;/*设置不换行*/
    overflow: hidden; /*设置隐藏*/
    text-overflow: ellipsis; /*设置隐藏部分为省略号*/
    max-width: 540px;
}
.activity-list ul li a{
    font-size:16px;
    color: #FFFFFF;
    line-height: 45px;
}
.activity-list ul li a:hover{
    color: #DCDCDC;
}
/**********************活动资讯end***************************/

/**********************合作伙伴单位start***************************/
.swiper-container{
    margin-top: 50px;
    text-align: center;
    height: 250px;
    width: 1170px;
}
.swiper-slide{
    /*display: inline-flex;*/
    /*flex-wrap:wrap;*/
    /*justify-content: space-between;*/
    font-size: 0px;
}
.swiper-slide .swiper-item{
    width: 272px;
    height: 92px;
    border: 1px solid #DCDCDC;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
}
.swiper-item img{
    width: 270px;
    height: 90px;
}
/**********************合作伙伴单位end***************************/


/*********************生态合作start***************************/
.modular.ecology{
    padding-top: 0px;
}
.hotline{
    color: #1B8AEC;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.ecology-item{
    display: inline-block;
    width: 372px;
    height: 512px;
    border: 1px solid #DCDCDC;
    margin-right: 20px;
    vertical-align: middle;
    box-shadow: 0px 1px 7px 0px rgba(62,65,86,0.32);
}
.ecology-item:last-of-type{
    margin-right: 0px;
}
.ecology-top{
    width: 100%;
    height: 160px;
}
.ecology-bottom{
    padding:0px 10px;
}
.ecology-area{
    height: 110px;
    position: relative;
}
.ecology-area-in{
    position: absolute;
    bottom: 0px;
}
.ecology-area-in > p{
    text-align: left;
}
.area-name{
    font-size: 20px;
    color: #1B8AE6;
    line-height: 36px;
    font-weight: bold;
}
.ecology-item.item1 .province-name{
    line-height: 36px;
}
.province-name{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.contact-item{
    height: 36px;
    line-height: 36px;
    text-align: left;
}
.contact-item img{
    width: 20px;
    height: 20px;
}
.contact-item span{
    margin-left: 10px;
    color: #333333;
    font-size: 16px;
}
/*********************生态合作end***************************/

/*********************申请条件start***************************/
#condition-modal{
    width: 620px;
    height: 400px;
}
.condition-head{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
}
.condition-head span:first-child{
    color: #333333;
    font-size: 16px;
}
.condition-info{
    padding: 30px 30px 0px 30px;
}
.condition-info p{
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.view-policy a{
    color: #3A85C6;
    font-size: 14px;
    line-height: 30px;
}
.view-policy a:hover{
    color: #65a6de;
}
.condition-operation{
    margin-top: 50px;
    margin-left: 30px;
}
.apply-sure{
    width: 88px !important;
    height: 35px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
}
.cancel-btn{
    margin-left: 25px;
    cursor: pointer;
}
/*********************申请条件end***************************/
