.scroll-head {
    height: 82px;
    background: -webkit-linear-gradient(left, #7B4293, #DA2432 ); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7B4293, #DA2432); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7B4293, #DA2432); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7B4293, #DA2432); /* 标准的语法 */
    padding-top: 16px;
    position: fixed;
    top: 0;
    left: 0;
}

/*body {*/
    /*position: relative;*/
/*}*/

header {
    width: 100%;
    position: absolute;
    z-index: 999;
    padding-top: 16px;
    top:0 ;
    left: 0;
}

.index-head-content{
    height: 82px;
}

.index-head-content .head-login-info {
    padding-top: 0;
    margin-left: 160px;
}

.head-login-info .head-login-list {
    top: 40px;
}

.index-logo {
     width: 200px;
     height: 51px;
 }

.index-login-btn {
    width: 90px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.index-login-btn t,
.index-reg-btn t {
    font-size: 14px;
    padding: 0;
}

.index-reg-btn {
    width: 100px;
    height: 30px;
    border-radius: 33px;
    background: rgba(255,255,255,.32);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 15px;
    text-align: center;
}

.index-guide {
    width: 571px;
}

.index-guide-item {
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}

.index-guide-en {
    font-size: 13px;
    color: #333;
}

.index-guide ul {
    width: 800px;
}

.index-guide ul li {

    display: inline-block;
    margin-right: 40px;

}
.index-guide ul li a:hover{

    cursor: pointer;

}
.index-guide ul li a p {
    color: #fff;
}

.index-right {
    width: 900px;
    height: 45px;
    margin-top: 10px;
}

.swipe-head-imgs {
    position: relative;
}

.index-head-middle {
    margin-top: 261px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
}

.index-head-middle p:first-child {
    font-size: 96px;
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
}

.index-head-middle p:nth-child(2) {
    font-size: 20px;
    text-align: center;
    margin-bottom: 111px;
    width: 674.5px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    line-height: 30px;
}

.index-head-middle button {
    width: 324px;
    height: 70px;
    text-align: center;
    /*line-height: 66px;*/
    border-radius: 41px;
    /*border: 1px solid #fff;*/
    margin: 0 auto;
    background:linear-gradient(180deg,rgba(239,89,159,1) 0%,rgba(128,15,97,1) 100%);
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}

.index-head-middle button p:first-child {
    width: auto;
    height: auto;
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.index-head-middle button p:last-child {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #fff;
    margin: 0;

}

.index-head-imgs {
    width: 100%;
    height: 1079px;
}

.index-head-imgs .index-head-item-img {
    width: 100%;
    height: 100%;
}

.index-head-imgs .index-head-item-img img {
    width: 100%;
    height: 100%;
}

/****************** 首页轮播图放大 start ***********************************/

.index-scale-big {
    animation: scaleBig  4.2s linear;
    -webkit-animation: scaleBig  4.2s linear;
}

@keyframes scaleBig {
    from{
        width: 100%;
        height: 100%;}
    to{
        width: 110%;
        height: 110%
    }
}

@-webkit-keyframes scaleBig {
    from{
        width: 100%;
        height: 100%;}
    to{
        width: 110%;
        height: 110%
    }
}

/****************** 首页轮播图放大 end ***********************************/

.index-active-recommend {
    margin-top: 70px;
    text-align: center;
}

.index-active-recommend .index-active-title p:first-child {
    font-size: 30px;
    color: #A9547C;
}

.index-active-recommend .index-active-title p:last-child {
    font-size: 18px;
    color: #a2a2a2;
    margin-top: 13px;
}

.index-active-recommend .index-active-title {
    margin-bottom: 74px;
}

/*.index-active-recommend .index-activities {*/
    /*margin-bottom: 42px;*/
/*}*/

.index-activities .index-activity-item img,
.index-technology .index-activity-item img{
    width: 100%;
    height: 197px;
}

.index-activities .index-activity-item,
.index-technology .index-activity-item{
    width: 370px;
    height: 370px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 6px;
    margin-bottom: 5px;
    position: relative;
}

.index-activity-item .give-good-btn {
    background: #ee3822;
    font-size: 12px;
    color: #fff;
    width: 41px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 11px;
}

.index-activity-item .give-good-btn img {
    width: 13px;
    height: 12px;
}

.activety-item-content {
    padding: 17px 15px 13px 20px;
}

.index-activity-item .activity-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    width: 333px;
    height: 50px;
    line-height: 25px;
    margin-bottom: 7px;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-activity-item .activity-details {
    font-size: 14px;
    color: #555;
    width: 330px;
}

.index-activity-item .index_active_date,
.index-activity-item .index_active_address {
    text-align: left;
    margin-top: 7px;
}

.index-activity-item .index_active_date img {
    width: 14px;
    height: 14px;
}

.index-activity-item .index_active_address img {
    width: 15px;
    height: 15px;
}

.index-activity-item .index_active_date span,
.index-activity-item .index_active_address span {
    font-size: 14px;
    color: #555;
    margin-left: 10px;
}

.index-activity-item .techology-news-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 8px;
}

.index-activity-item .techology-news-times {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 5px;
    margin-left: 8px;
}

.index-activity-item .techology-news-details {
    font-size: 14px;
    color: #555;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}

.techology-news-icons {
    margin-top: 25px;
    margin-left: 8px;
}

.techology-news-icons .techology-news-reads img {
    width: 13px;
    height: 16px
}

.techology-news-icons .techology-news-reads span {
    font-size: 14px;
    color: #9d9d9d;
    margin-left: 22px;
}

.techology-news-collect {
    margin-left: 35px;
}

.techology-news-icons .techology-news-collect img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-collect span {
    font-size: 12px;
    color: #ff7c36;
    margin-left: 8px;
}

.techology-news-share {
    margin-left: 12px;
}

.techology-news-icons .techology-news-share img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-share span {
    font-size: 12px;
    color: #a9547c;
    margin-left: 8px;
}

.techology-news-light {
    margin-left: 11px;
    margin-top: -8px;
}

.techology-news-icons .techology-news-light img {
    width: 30px;
    height: 31px;
}

.techology-news-icons .techology-news-light span {
    font-size: 12px;
    color: #9d9d9d;
    padding-top: 8px;
    margin-left: 8px;
}

.techology-news-reply {
    margin-left: 13px;
}

.techology-news-icons .techology-news-reply img {
    width: 20px;
    height: 20px;
}

.techology-news-icons .techology-news-reply span {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 8px;
}

.activity-collect-share {
    margin-top: 15px;
}

.activity-collect-share .activity-share,
.activity-collect-share .activity-collect{
    display: inline-block;

}


.activity-collect-share .activity-collect {
    margin-right: 22px;
}

.activity-collect-share .activity-collect img,
.activity-collect-share .activity-share img{
    width: 16px;
    height: 16px;
}

.activity-collect-share .activity-collect span,
.activity-collect-share .activity-share span{
    font-size: 12px;
    color: #ff7c36;
    margin-left: 13px;
}

.activity-collect-share .activity-share span {
    color: #a9547c;
}

.activity-collect-share .activity-collect .activity-reply {
    width: 17px;
    height: 16px;
}

.activity-collect-share .activity-share .activity-light {
    width: 30px;
    height: 31px;
    margin-top: -20px;
}

.activity-item-bottom,
.activity-collect-share{
    height: 31px;
    line-height: 31px;
}

.index-activity-item .activity-collect-share .activity-reply-light {
    font-size: 12px;
    color: #9d9d9d;
}

.activity-swiper,
.technology-swiper {
    position: relative;
}

.activity-swiper .swiper-button-prev,
.technology-swiper .swiper-technology-prev {
    left: -110px;
    background-image: url("../../images/index/index_swiper_left.png");
    height: 28px;
    width: 28px;
    background-size: 100% 100%;
}

.activity-swiper .swiper-button-next,
.technology-swiper .swiper-technology-next {
    right: -110px;
    background-image: url("../../images/index/index_swiper_right.png");
    height: 28px;
    width: 28px;
    background-size: 100% 100%;
}

.activity-bottom-btn {
    text-align: right;
    margin-top: 42px;
    margin-bottom: 57px;
}

.activity-bottom-btn button {
    width: 160px;
    height: 38px;
    font-size: 12px;
    color: #A9547C;
    border: 1px solid #A9547C;
    border-radius: 27px;
    text-align: center;
    line-height: 38px;
}

.activity-bottom-btn button span {
    margin-left: 13px;
}

.index-middle-bg {
    width: 100%;
    height: 417px;
    background-image: url("../../images/index/index_middle_img.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 55px;
}

.index-middle-bg p:first-child {
    font-size: 30px;
    color: #fff;
}

.index-middle-bg p:nth-child(2) {
    font-size: 18px;
    color: #fff;
    margin-top: 4px;
}

.index-middle-bg .index-middle-choose {
    margin-top: 84px;
}

.index-middle-bg .index-middle-choose .index-middle-item {
    display: inline-block;
    text-align: center;
}

.index-middle-choose .index-middle-item img {
    width: 83px;
    height: 83px;
    margin-bottom: 21px;
}

.index-middle-choose .index-middle-item:nth-child(2) {
    margin-left: 271px;
    margin-right: 261px;
}

.technology-information {
    margin-top: 69px;
    margin-bottom: 65px;
    text-align: center;
}

.technology-information p:first-child {
    font-size: 30px;
    color: #a9547c;
}

.technology-information p:last-child {
    font-size: 18px;
    color: #a2a2a2;
    margin-top: 15px;
}

.index-company-bg {
    width: 100%;
    height: 563px;
    background-image: url("../../images/index/index_bottom_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 61px;
    position: relative;
}

.index-company-bg .index-company-info {
    width: 851px;
    height: 445px;
    background: #fff;
    margin-left: 360px;
    padding-top: 41px;
}

.index-company-bg .index-company-title {
    font-size: 30px;
    color: #a9547c;
    margin-left: 76px;
}

.index-company-info .index-company-about {
    position: relative;
    font-size: 18px;
    color: #aaa;
    width: 130px;
    height: auto;
    margin-top: 12px;
    text-align: center;
    margin-left: 76px;
}

.index-company-info .index-company-content {
    font-size: 18px;
    color: #555;
    width: 545px;
    line-height: 30px;
    margin-top: 85px;
    margin-left: 71px;
}

.index-company-info .index-company-banner {
    width: 586px;
    height: 342px;
    position: absolute;
    top: 102px;
    left: 982px;
}