.head{
    height: 94px;
    background: white;
    border-bottom: 1px solid #fdfdfd;
}
.head .logo{
    width: 177px;
    height: 55px;
    margin-right: 49px;
    vertical-align: top;
    margin-top: 23px;
}
.head .head-inline{
    width: 1264px;
    margin-left: auto;
    margin-right: auto;
}
.head .menu-nav{
    display: inline-block;
    vertical-align: top;
}
.head .menu-nav ul li{
    float: left;
    height: 94px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}
.head .menu-nav ul li:after{
    content: "";
    width: 2px;
    height: 24px;
    display: inline-block;
    background: #38aa74;
    position: absolute;
    right: 0;
    top:37px;
}
.head .menu-nav ul li:last-child:after{
    display: none
}
.head .menu-nav ul li.active span a,
.head .menu-nav .dropdown-menu p.active a,
.head .menu-nav .dropdown-menu p a:hover,
.head .menu-nav ul li:hover span{
    color: #f2b11a;
}
.head .menu-nav ul li:hover .dropdown-menu{
    visibility: visible;
}
.head .menu-nav ul li span a{
    font-size: 20px;
    color: #42ae7b;
    cursor: pointer;
    display: inline-block;
    line-height: 94px;
}
.head .menu-nav .dropdown-menu{
    visibility: hidden;
    position: absolute;
    left:0;
    top:94px;
    background: #f5fbf8;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 10;
}
.head .menu-nav .dropdown-menu p{
    border-bottom: 0.5px solid rgba(224,224,224, 1);
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.head .menu-nav .dropdown-menu p:last-child{
    border-bottom: none
}
.head .menu-nav .dropdown-menu p a{
    color: #38aa74;
    font-size: 16px;
    display: block;
}

.width{
    width: 1264px;
    margin-left: auto;
    margin-right: auto;
}
.width:after,
.width:before{
    content: '';
    display: block;
}
.text-center{
    text-align: center;
}

.btn-more{
    width: 144px;
    height: 38px;
    background: #38aa74;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    display: block;
    letter-spacing: 2px;

}


/* footer */

/* 合作单位 */
.units{
    background: #38aa74;
    padding-top: 81px;
    padding-bottom: 77px;
    overflow: hidden;
}
.units .inline{
    /*padding-left: 178px;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.units .inline .d-name{
    color: white;
    font-size: 22px;
    font-weight: bold;
    width: 4em;
    float: left;
    margin-right: 54px;
}
.units .inline .item{
    margin-bottom: 46px;
    overflow: hidden;
}
.units .inline .item:last-child{
    margin-bottom: 0px;
}
.cooperation,
.support_units{
    float: left;
    width: 90%
}
.cooperation .p {
    margin-bottom: 18px;
    overflow: hidden;
}

.cooperation .p b{
    color: white;
    float: left;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.cooperation .span{
    float: left;
    width: 86%
}
.cooperation .span span{
    color: #ecefee;
    font-size: 15px;
    padding:0 15px;
    padding-top: 1px;
    display: inline-block;
}
.cooperation .span span ~ .span span{
    border-left: 2px solid #ddd;
}
.support_units{
    float: left;
    padding-top: 4px;
}
.support_units span{
    color: #ecefee;
    font-size: 15px;
    padding:0 15px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}
.support_units span ~ span{
    border-left: 2px solid #ddd;
}


.company-info{
    background: #333333;
    padding-top: 84px;
    padding-bottom: 101px;
}

.copyright{
    background: #1a1a1a;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #cfcfcf;
}

.company-info{
    overflow: hidden;
}

.company-info .qrcode{
    margin-left: 173px;
    float: left;
    margin-right: 10%;
}
.company-info .qrcode p{
    color: #d6d6d6;
    font-size: 19px;
    margin-top: 23px;
}
.company-info .getting-start{
    float: left;
}
.company-info .getting-start .quike-title{
    color: white;
    font-size: 23px;
    margin-bottom: 34px;
}
.company-info .getting-start ul li{
    margin-bottom: 21px;
}
.company-info .getting-start ul li a,
.company-info .concat-address .address{
    font-size: 21px;
    color: #939393;
}
.company-info .concat-number{
    margin-left: 10%;
}
.company-info .concat-address{
    margin-left: 5%;
    width:374px ;
}
.company-info .concat-address .map-container{
    width: 374px;
    height: 273px;
    margin-top: 24px;
    background: #717171;
}
.inside{
    margin-top: 88px;
    margin-bottom: 100px;
}
.inside .aside{
    background: #f8f8f8;
    width: 281px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 35px;
}
.inside .aside .categories{
    height: 111px;
    display: block;
    text-align: center;
    line-height: 111px;
    background: #3da371;
    color: white;
    font-weight: bold;
    font-size: 27px;
}
.inside .aside-container{
    width: 948px;
    float: left;
    padding: 4px 0;
}
.inside .aside-menu{

}
.inside .aside-menu li {
    height: 70px;
    line-height: 70px;
    position: relative;
}
.inside .aside-menu li ~ li{
    border-top: 1px solid #ededee;
}
.inside .aside-menu li a{
    display: block;
    margin-left: 47px;
    color: #221815;
    font-size: 20px;
}
.inside .aside-menu li.active a{
    color: #008b4a;
}
.inside .aside-menu li.active a:after{
    content: '';
    height: 10px;
    display: inline-block;
    width: 10px;
    border-top: 2px solid #008b4a;
    border-right: 2px solid #008b4a;
    transform: rotateZ(45deg);
    position: absolute;
    right:30px;
    top:45%;
}

/* 滚动图 */
.banner{

}
.banner img{
    width: 100%;
}

/* 翻页 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.page{
    float: right;
    line-height: 30px;
}
.page a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.page strong{
    font-weight: normal;
}
.page .p{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}
.page .prev{
    margin-right: 10px;
}
.page .next{
    margin-left: 10px;
}
.page strong.p{
    background: #3da371;
    color: white;
}
.page .prev,
.page .next{
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #b6b6b7;
    color: #b6b6b7;
    display: inline-block;
}
