.trans{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
  }
  .trans2{
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
  }
  
.trans05{
    transition: all 1.5s 0.5s;
-moz-transition: all 1.5s 0.5s; /* Firefox 4 */
-webkit-transition: all 1.5s 0.5s; /* Safari 和 Chrome */
-o-transition: all 1.5s 0.5s; /* Opera */
}
.trans07{
    transition: all 1.5s 0.7s;
-moz-transition: all 1.5s 0.7s; /* Firefox 4 */
-webkit-transition: all 1.5s 0.7s; /* Safari 和 Chrome */
-o-transition: all 1.5s 0.7s; /* Opera */
}
.trans09{
    transition: all 1.5s 0.9s;
-moz-transition: all 1.5s 0.9s; /* Firefox 4 */
-webkit-transition: all 1.5s 0.9s; /* Safari 和 Chrome */
-o-transition: all 1.5s 0.9s; /* Opera */
}
.trans011{
    transition: all 1.5s 1.1s;
-moz-transition: all 1.5s 1.1s; /* Firefox 4 */
-webkit-transition: all 1.5s 1.1s; /* Safari 和 Chrome */
-o-transition: all 1.5s 1.1s; /* Opera */
}
.fl{float: left;}
.fr{float: right;}
.show{display: block !important;}
.wrap{width: 1280px;margin-left:auto;margin-right:auto;overflow: hidden;}
.wrap_show{max-width: 1280px;margin-left:auto;margin-right:auto;}

@media only screen and (max-width: 1366px){
  .wrap{width: 1200px;} 
}
@media only screen and (max-width: 1200px){
  .wrap{width:100%;padding-right:20px;padding-left:20px;-webkit-box-sizing: border-box;box-sizing: border-box;}
  .wrap_show{width:100%;padding-right:20px;padding-left:20px;-webkit-box-sizing: border-box;box-sizing: border-box;}
}
@media only screen and (max-width: 767px){
  .wrap{padding-right:10px;padding-left: 10px;}
  .wrap_show{padding-right:10px;padding-left: 10px;}
}

.index-pro  h3,.index-pro  p{justify-content: flex-start;display: flex;}
.index-pro  h3 {font-weight: 600;font-size: 20px;margin-top: 20px;}
.index-pro  p {color: #009fa6;font-weight: 200;}
.index-pro a:hover img{transform: scale(1.08);transition: all 0.5s;}
.index-pro a:hover  p {color: #024649;}


/*利用领域*/

/*.area2{background: #445061;}*/
.application .title{width: 700px; }
.application .title .p1{color: #fff;padding: 50px 0 0 50px;opacity: 0; justify-content: flex-start;display: flex;font-size: 30px;font-weight: bold;}
.application .title .p2{color: #fff;line-height: 2em;text-align: justify;padding-left: 50px;opacity: 0;width: 100%;}
.application .appli_top{padding: 60px 0 50px 0;}
.application .appli_w{overflow: inherit;}
.application .appli_bottom{opacity: 0;
	transform:translate(0px,50px);
-ms-transform:translate(0px,50px); 	/* IE 9 */
-moz-transform:translate(0px,50px); 	/* Firefox */
-webkit-transform:translate(0px,50px); /* Safari 和 Chrome */
-o-transform:translate(0px,50px); 	/* Opera */
}
.application .appli_bottom .appli_inx{}
.application .appli_bottom .appli_inx .img_w{height: 0;padding-bottom: 62%;overflow: hidden;}
.application .appli_bottom .appli_inx .img_w img{width: 100%;}
.application .appli_bottom .appli_inx:hover .img_w img{
		-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.application .appli_bottom .appli_inx p{display: block;color: #333333;position: relative;background:  #fff;background-size: 0 100%;padding: 20px 40px;}
.application .appli_bottom .appli_inx:hover p{background:#009fa6;color: #fff;transition: all 0.5s;}
.application .appli_bottom .appli_inx p i{display: block;position: absolute;top: 25px;right: 20px;background:#009fa6 ;background-size: auto 100%;width: 9px;height: 16px;opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari 和 Chrome */
  -o-transition: all 1s; /* Opera */
}

.application .appli_bottom .appli_inx:hover p i{opacity: 1;}

.appli_btn{position: relative;padding-top: 150px;opacity: 0;}
.appli_btn .swiper-button-prev{background-image: url(/static/images/btn_left.png);border: 1px solid #fff;}
.appli_btn .swiper-button-next{background-image: url(/static/images/btn_right.png);border: 1px solid #fff;margin-left: 30px;}
.appli_btn .swiper-button-prev:hover{border-color:#009fa6;background-color: #009fa6;}
.appli_btn .swiper-button-next:hover{border-color:#009fa6;background-color: #009fa6;}
.appli_btn .swiper_btn1{position: static;display: inline-block;width: 46px;height: 46px;background-size: 10px 19px;border-radius: 50%;}

.area2{position: relative;}
.area2 .application_bg{position: absolute;height: 38%;width: 100%;top: 0;left: 0;background-size: 100% auto;z-index: -10;background-repeat: no-repeat;background-position-y: 100%;}
.area2 .introduce_bg{position: absolute;height: 62%;width: 100%;top: 38%;left: 0;background-size: cover;background-position: center center;z-index: -10;}


@media only screen and (max-width: 1024px) {
	.area2 .application_bg{background-position: center top !important;background-size: cover !important; }
}

@media only screen and (max-width: 960px) {
	.application .title{width: 70%;text-align: justify;}
}

@media only screen and (max-width: 768px) {
	.application{padding-top: 50px;}
    .application .appli_top {
        padding: 0;
    }
    .application.show .title .p1{padding: 0;}
	.appli_btn{display: none;}
	.application .title{width: 90%;margin-left: 5%;margin-right: 5%;text-align: center;}
	.application .title .p2{text-align: center;}
	.appli_w{padding: 0;}
	.application .appli_bottom{margin-top: 40px;}
	.application .appli_bottom .appli_inx p{padding: 18px 20px;}
	.application .appli_bottom .appli_inx p i{top: 22px;right: 15px;}
}
@media only screen and (max-width: 640px) {
	.application .appli_bottom .appli_inx p{padding: 15px 20px;}
	.application .appli_bottom .appli_inx p i{top: 17px;right: 15px;}
	/*.area2 .application_bg img {height:100%;width:auto; max-width:none;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
 	.area2 .introduce_bg img {height:100%;width:auto; max-width:none;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}*/
}


/*利用领域入场成效*/
.application.show .title .p1{padding-left: 0;opacity: 1;}
.application.show .title .p2{padding-left: 0;opacity: 0.7;}
.application.show .appli_btn{opacity: 1;}
.application.show .appli_bottom{opacity: 1;
	transform:translate(0px,0px);
-ms-transform:translate(0px,0px); 	/* IE 9 */
-moz-transform:translate(0px,0px); 	/* Firefox */
-webkit-transform:translate(0px,0px); /* Safari 和 Chrome */
-o-transform:translate(0px,0px); 	/* Opera */
}






/*公司介绍*/
.introduce{padding:70px 0;}
.introduce .introduce_video{width: 56%;background-size: 100% 100%;padding-bottom: 34.5%;position: relative;height: 0;overflow: hidden;cursor: pointer;}
.introduce .introduce_video .video_bg{width: auto;position: absolute;top: 0;left: 0;height: 100%;}
.introduce .introduce_video .player{position: absolute;top: 50%;left: 50%;margin-left: -17px;margin-top: -20px;}
.introduce .introduce_video:hover .video_bg{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.introduce .title{width: 36%;}
.introduce .title .p1{color: #000;width: 100%; font-weight: bold;font-size: 30px;padding-bottom: 10px;}
.introduce .title .p2{color: #999999;line-height: 2em;text-align: justify;width: 100%;}
.introduce .title .p2 p{text-indent: 2em;}
.introduce .title .more{display: inline-block;padding: 12px 45px;background:   #fff;background-size: 0% 100%;color: #009fa6;border-radius: 50px;margin-top: 10px;}
.introduce .title .more:hover{background:#009fa6;color: #fff;transition: all 0.5s;}

.video_show{position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.6);background-size: 100% 100%;z-index: 9999999;text-align: center;opacity: 0;z-index: -999;}
.video_show.show{opacity: 1;z-index: 999;}
.video_show .video_w{width: 60%;position: absolute;top: 20%;left: 50%;margin-left: -30%;
-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.video_show .video_w video{width: 100%;}
.video_show.show .video_w.scale{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); 
	
}
.video_show .video_close{position: fixed;top: 10%;right:16%;opacity: 0;
	  transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s 0.5s; /* Safari 和 Chrome */
  -o-transition: all 0.5s 0.5s; /* Opera */
}
.video_show.show .video_close{opacity: 1;}

/*公司介绍入场动效*/

.introduce.show .introduce_video{width: 56%;}
.introduce.show .title .p1{padding-left: 0;opacity: 1;}
.introduce.show .title .p2{padding-left: 0;opacity: 1;}
.introduce.show .title .more_w{margin-left: 0;opacity: 1;}

@media only screen and (max-width: 1366px) {
	.video_show .video_w{top: 15%;}
	.video_show .video_close{top: 8%;}
}



@media only screen and (max-width: 1024px) {
	.introduce{margin-top: 20px;}
	.introduce .title{width: 40%;padding-top: 0;}
	.video_show .video_w{top: 20%;width: 80%; margin-left: -40%; }
	.video_show .video_close{ right: 5%;}
}


@media only screen and (max-width: 768px) {
	.introduce .title{width: 90%;text-align: center;margin-left: 5%;margin-right: 5%;}
	.introduce .title .p1{text-align: center;}
	.introduce .title .p2{text-align: center;}
	.introduce .title .more{margin-top: 35px;}
	.introduce .introduce_video{width: 100%;margin-top: 40px;padding-bottom: 61.5%;} 
}


@media only screen and (max-width: 768px) {
	.introduce.show .introduce_video{width: 100%;margin-top: 40px;padding-bottom: 61.5%;}
}


/* Clear floats */
/* Container */

.sf-container {
    box-sizing: border-box;
    font-family: "open sans", "PingFangSC-Light", "PingFangSC-Regular", "PingFangSC", "Microsoft YaHei", sans-serif;
    margin: 0 auto;
    width: 1480px;
    max-width: 90%;
    padding: 0 15px;
}

.sf-container:before,
.sf-container:after {
    content: " ";
    display: table;
}

.sf-container:after {
    clear: both;
}

.sf-container .sf-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


.sf-com-curtain-view .content {
    overflow: hidden;
    position: relative;
}

.sf-com-curtain-view .content .curtain {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all ease-out 0.33s;
    transition-delay: 0.2s;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
    .curtain1 {
        width: 25% !important;
        left: 0 !important;
    }
    .curtain2 {
        width: 25% !important;
        left: 25% !important;
    }
    .curtain3 {
        width: 25% !important;
        left: 50% !important;
    }
    .curtain4 {
        width: 25% !important;
        left: 75% !important;
    }
}

@media screen and (max-width: 1024px) {
    .curtain1 {
        width: 100% !important;
        height: 380px !important;
        top: 0px !important;
    }
    .curtain2 {
        width: 100% !important;
        height: 380px !important;
        top: 210px !important;
    }
    .curtain3 {
        width: 100% !important;
        height: 380px !important;
        top: 420px !important;
    }
    .curtain4 {
        width: 100% !important;
        height: 380px !important;
        top: 630px !important;
    }
}

.sf-com-curtain-view .content .curtain img {
    display: none;
}

.sf-com-curtain-view .content .curtain::before {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/static/images/curtain@2x.png);
    background-size: cover;
    background-position: center center;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all ease-out 1.5s;
    z-index: 20;
}

.sf-com-curtain-view .content .view {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sf-com-curtain-view .content .view img {
    display: none;
}

.sf-com-curtain-view .content .info-list {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sf-com-curtain-view .content .info-list .info {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 445px;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    position: relative;
    z-index: 50;
}

.sf-com-curtain-view .content .info-list .info:last-child {
    border-right: none;
}

.sf-com-curtain-view .content .info-list .info:hover,
.sf-com-curtain-view .content .info-list .info:active {
    cursor: pointer;
}

.sf-com-curtain-view .content .info-list .info:hover .icon,
.sf-com-curtain-view .content .info-list .info:active .icon {
    height: 0;
    margin-top: 30px;
    overflow: hidden;
}

.sf-com-curtain-view .content .info-list .info:hover .intro,
.sf-com-curtain-view .content .info-list .info:active .intro {
    margin-top: 50px;
}

.sf-com-curtain-view .content .info-list .info:hover .intro::before,
.sf-com-curtain-view .content .info-list .info:active .intro::before {
    background-color: #FFFFFF;
    content: " ";
    display: block;
    height: 1px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

.sf-com-curtain-view .content .info-list .info .icon {
    height: auto;
    margin-top: 120px;
    transition: all linear 0.3s;
}

.sf-com-curtain-view .content .info-list .info .icon img {
    display: block;
    height: 65px;
    margin: 0 auto;
}

.sf-com-curtain-view .content .info-list .info .num {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 25px 0 0 0;
    transition: all linear 0.3s;
    color: #fff;
}

.sf-com-curtain-view .content .info-list .info .unit {
    font-size: 24px;
    margin: 5px 0 0 0;
    padding: 0 10px;
    color: #fff;
}

.sf-com-curtain-view .content .info-list .info .intro {
    margin: 0 20px;
    margin-top: 1000px;
    max-width: 80%;
    position: relative;
    transition: margin-top ease-out 0.2s;
}

.sf-com-curtain-view.hovering .curtain {
    background-color: rgba(0, 0, 0, 0.6);
}

.sf-com-curtain-view.hovering .curtain::before {
    opacity: 0;
}

.sf-com-curtain-view.type-2 .content .info-list .info {
    justify-content: center;
}

.sf-com-curtain-view.type-2 .content .info-list .info .icon {
    margin-top: 0;
    margin-bottom: 40px;
    transition: all linear 0.5s;
}

.sf-com-curtain-view.type-2 .content .info-list .info .icon img {
    display: block;
}

.sf-com-curtain-view.type-2 .content .info-list .info .unit {
    margin: 0;
    font-weight: 200;
    transition: all linear 0.3s;
}

.sf-com-curtain-view.type-2 .content .info-list .info .intro {
    font-weight: 200;
    margin-top: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all linear 1.5s;
}

.sf-com-curtain-view.type-2 .content .info-list .info:hover .icon,
.sf-com-curtain-view.type-2 .content .info-list .info:focus .icon,
.sf-com-curtain-view.type-2 .content .info-list .info:active .icon {
    transform: scale(0);
    height: auto;
    margin-bottom: 0;
    margin-top: -40px;
}

.sf-com-curtain-view.type-2 .content .info-list .info:hover .unit,
.sf-com-curtain-view.type-2 .content .info-list .info:focus .unit,
.sf-com-curtain-view.type-2 .content .info-list .info:active .unit {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.sf-com-curtain-view.type-2 .content .info-list .info:hover .intro,
.sf-com-curtain-view.type-2 .content .info-list .info:focus .intro,
.sf-com-curtain-view.type-2 .content .info-list .info:active .intro {
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .sf-com-curtain-view .content .info-list {
        flex-direction: column;
        justify-content: flex-start;
    }
    .sf-com-curtain-view .content .info-list .info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        border-right: none;
        flex-grow: 0;
        flex-basis: auto;
        height: 210px;
        overflow: hidden;
    }
    .sf-com-curtain-view .content .info-list .info:hover,
    .sf-com-curtain-view .content .info-list .info:active {
        height: 380px;
    }
    .sf-com-curtain-view .content .info-list .info .icon {
        margin-top: 35px;
    }
    .sf-com-curtain-view .content .info-list .info .icon img {
        height: 50px;
    }
    .sf-com-curtain-view .content .info-list .info .num {
        font-size: 40px;
        margin-top: 15px;
    }
    .sf-com-curtain-view .content .info-list .info .unit {
        font-size: 20px;
    }
}




.sf-com-footer {
    background-color: #454545;
    font-size: 14px;
}

.sf-com-footer .sf-footer-links {
    font-size: 14px;
    padding: 45px 0 60px 0;
}

.sf-com-footer .sf-footer-links .title {
    color: #C0C0C0;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.sf-com-footer .sf-footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
}

.sf-com-footer .sf-footer-links ul li {
    padding: 5px 0;
}

.sf-com-footer .sf-footer-links ul li a {
    color: #C0C0C0;
    font-weight: 400;
    text-decoration: none;
}

.sf-com-footer .sf-footer-links ul li a:hover,
.sf-com-footer .sf-footer-links ul li a:focus,
.sf-com-footer .sf-footer-links ul li a:active {
    color: #009fa6;
}

.sf-com-footer .sf-footer-copyright {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    margin: 0;
    padding: 25px 0px;
}

.sf-com-footer .sf-footer-copyright .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sf-com-footer .sf-footer-copyright a,
.sf-com-footer .sf-footer-copyright span {
    color: #000000;
    text-decoration: none;
}

.sf-com-footer .sf-footer-copyright img {
    height: 1.6em;
}

.sf-com-footer .sf-footer-copyright .gap {
    margin: 0 10px;
}

.sf-com-footer .sf-footer-copyright .links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.sf-com-footer .sf-footer-copyright .links .link {
    display: block;
    line-height: 1em;
    padding: 0 5px;
    position: relative;
}

.sf-com-footer .sf-footer-copyright .links .link::before {
    content: " ";
    display: block;
    height: 0.8em;
    left: 0;
    bottom: 0.1em;
    width: 1px;
    background-color: #888888;
    position: absolute;
}

.sf-com-footer .sf-footer-copyright .links .link:first-child::before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sf-com-footer .sf-footer-links {
        padding: 0;
    }
    .sf-com-footer .sf-footer-links .title {
        margin-bottom: 0;
    }
    .sf-com-footer .sf-com-accordion-menu {
        padding: 0;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-header,
    .sf-com-footer .sf-com-accordion-menu .accordion-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-header:hover,
    .sf-com-footer .sf-com-accordion-menu .accordion-header:active {
        text-decoration: none;
        background-color: #333333;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-body {
        background-color: #505050;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-body ul {
        padding: 0;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-body ul li {
        padding: 0;
    }
    .sf-com-footer .sf-com-accordion-menu .accordion-body ul li a {
        display: block;
        padding: 0.6em 0;
    }
    .sf-com-footer .sf-footer-copyright .content {
        padding: 0 20px;
    }
    .sf-com-footer .sf-footer-copyright .content .info {
        margin-bottom: 15px;
    }
    .sf-com-footer .sf-footer-copyright .content .links {
        justify-content: flex-start;
    }
    .sf-com-footer .sf-footer-copyright .content .links .link {
        margin: 4px 0;
    }
}



.sf-com-social {
    background-color: #7E8C9A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
}

.sf-com-social .title {
    margin-right: 15px;
}

.sf-com-social .social-medias {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.sf-com-social .social-medias .media-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.sf-com-social .social-medias .media-list .list-item {
    height: 100%;
}

.sf-com-social .social-medias .media-list .list-item a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    position: relative;
}

.sf-com-social .social-medias .media-list .list-item a img {
    display: block;
    max-height: 30px;
    max-width: 35px;
}

.sf-com-social .social-medias .media-list .list-item a:hover,
.sf-com-social .social-medias .media-list .list-item a:active {
    background-color: #667788;
}

.sf-com-social .social-medias .media-list .list-item.popover a .pop {
    position: absolute;
    bottom: 120%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity linear 0.5s;
}

.sf-com-social .social-medias .media-list .list-item.popover a .pop img {
    display: block;
    max-height: unset;
    max-width: unset;
    height: auto;
    width: 100%;
}

.sf-com-social .social-medias .media-list .list-item.popover a:hover .pop,
.sf-com-social .social-medias .media-list .list-item.popover a:active .pop {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    bottom: 120%;
    left: 50%;
    margin-left: -110px;
    height: 220px;
    width: 220px;
    opacity: 1;
    z-index: 100;
}

.sf-com-social .social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sf-com-social .social-links .link-item {
    border-right: 1px solid #454545;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 75px;
    min-width: 90px;
}

.sf-com-social .social-links .link-item:first-child {
    border-left: 1px solid #454545;
}

.sf-com-social .social-links .link-item:hover,
.sf-com-social .social-links .link-item:active {
    background-color: #667788;
}

.sf-com-social .social-links .link-item.subscribe {
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 0 0;
    transition: all linear 0.2s;
}

.sf-com-social .social-links .link-item.subscribe .mail-input {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -600px;
    opacity: 0;
    transition: left linear 0.5s;
}

.sf-com-social .social-links .link-item.subscribe .mail-input input {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    height: 30px;
    width: 215px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.sf-com-social .social-links .link-item.subscribe .mail-input input::placeholder {
    color: #CCCCCC;
}

.sf-com-social .social-links .link-item.subscribe .mail-input input:focus {
    outline: none;
}

.sf-com-social .social-links .link-item.subscribe .mail-input em.error {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 200;
    margin: 2px 0 0 0;
    color: red;
}

.sf-com-social .social-links .link-item.subscribe .submit {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -200px;
}

.sf-com-social .social-links .link-item.subscribe .submit input[type=submit] {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    padding-right: 35px;
    position: relative;
    z-index: 10;
}

.sf-com-social .social-links .link-item.subscribe .submit .icon {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.sf-com-social .social-links .link-item.subscribe .submit .icon span {
    display: block;
    line-height: 25px;
    text-align: center;
}

.sf-com-social .social-links .link-item.subscribe .submit:hover,
.sf-com-social .social-links .link-item.subscribe .submit:active {
    text-decoration: none;
}

.sf-com-social .social-links .link-item.subscribe .submit:hover .icon,
.sf-com-social .social-links .link-item.subscribe .submit:active .icon {
    background-color: #009fa6;
    border-color: #009fa6;
    color: #FFFFFF;
}

.sf-com-social .social-links .link-item.subscribe .submit-info {
    background-color: rgba(255, 255, 255, 0.3);
    color: #c73434;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    min-height: 75px;
    width: 100%;
    z-index: 20;
}

.sf-com-social .social-links .link-item.subscribe .submit-info.submit-success {
    background-color: #e4f3e4;
    border-left: 4px solid #2abf2a;
    color: #2abf2a;
}

.sf-com-social .social-links .link-item.subscribe .submit-info.submit-success .icon {
    color: #33bd33;
}

.sf-com-social .social-links .link-item.subscribe .submit-info.submit-fail {
    background-color: #f3e4e3;
    border-left: 4px solid #9c2424;
    color: #9c2424;
}

.sf-com-social .social-links .link-item.subscribe .submit-info .icon {
    border-radius: 50%;
    color: #c73434;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.sf-com-social .social-links .link-item.subscribe:hover,
.sf-com-social .social-links .link-item.subscribe:focus,
.sf-com-social .social-links .link-item.subscribe:active {
    padding-left: 330px;
    z-index: 20;
}

.sf-com-social .social-links .link-item.subscribe:hover .mail-input,
.sf-com-social .social-links .link-item.subscribe:focus .mail-input,
.sf-com-social .social-links .link-item.subscribe:active .mail-input {
    opacity: 1;
    left: 30px;
}

.sf-com-social .social-links .link-item.subscribe:hover .text,
.sf-com-social .social-links .link-item.subscribe:focus .text,
.sf-com-social .social-links .link-item.subscribe:active .text {
    opacity: 0;
}

.sf-com-social .social-links .link-item.subscribe:hover .submit,
.sf-com-social .social-links .link-item.subscribe:focus .submit,
.sf-com-social .social-links .link-item.subscribe:active .submit {
    right: 30px;
}

.sf-com-social .social-links .link-item.subscribe:hover .submit-info,
.sf-com-social .social-links .link-item.subscribe:focus .submit-info,
.sf-com-social .social-links .link-item.subscribe:active .submit-info {
    left: 0;
}

@media screen and (max-width: 1024px) {
    .sf-com-social .social-links .link-item {
        display: flex;
        flex-grow: 1;
        flex-basis: 0;
        justify-content: center;
        padding: 1.5em 0;
        min-width: 0;
    }
    .sf-com-social .social-links .link-item:first-child {
        border-left: none;
    }
    .sf-com-social .social-links .link-item:last-child {
        border-right: none;
    }
    .sf-com-social .social-links .link-item.subscribe {
        padding: 1.5em 0;
        position: relative;
        right: auto;
    }
    .sf-com-social .social-medias {
        background-color: #929BA3;
        min-height: 65px;
    }
    .sf-com-social .social-medias .title {
        margin: 0;
        font-size: 12px;
        padding: 0 30px;
    }
    .sf-com-social .social-medias .media-list {
        flex-grow: 1;
        justify-content: flex-start;
    }
    .sf-com-social .social-medias .media-list .list-item {
        flex-grow: 0;
        min-width: 0;
    }
    .sf-com-social .social-medias .media-list .list-item a img {
        max-height: 20px;
        max-width: 30px;
    }
}
<!--耗时1784236281.7501秒-->