/* 字体 */

@font-face {
    font-family: "SourceHanSansSC";
    /*定义字体名*/
    src: url(/static/official/css/font/SourceHanSansSC-Regular.otf);
    /*字体包的引入路径*/
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #676767
}

dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
legend,
li,
p,
span,
table,
tbody,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #676767
}

a:hover {
    text-decoration: none;
    color: #ff7500
}

img {
    border: 0
}

.header {
    width: 100%;
    max-width: 2000px;
    height: 76px;
    margin: 0 auto;

    background: #0e0e0e;

    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.06);
}

.header-top {
    width: 1240px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 154px;
    height: 41px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    text-indent: -9999em;
    background: url(/static/official/images/logo.png) no-repeat;
    background-size: 100% 100%;
}

.navipages {
    float: right;
}

#lavalamp li {
    display: inline-block;
    line-height: 75px;
    /* float: left; */

}

#lavalamp li a {
    /* width: 150px; */
    margin-left: 60px;
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    font-family: "SourceHanSansSC";
    color: #333;
}

#lavalamp li a:hover {
    text-decoration: none;
    color: #ff965b
}

#lavalamp #lavalampbg {
    width: 118px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #86a420;
    z-index: 100
}

#lavalamp {
    float: right;
    /* margin-right: 180px; */
}

#lavalamp li a {
    background: #0e0e0e;
    color: #fff;
    position: relative;
}

#lavalamp li.current {
    /* background: #fff;
    color: #fff */
}



.navipages .current a{
    color: #ff7500 !important;
    position: relative;
}
.navipages .current a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0%;
    bottom:  -1px;
    width: 100%;
    height: 3px;
    background: #ff7500;
}
.navipages li a:hover:after{
    left: 0%;
    width: 100%;
    }
.navipages li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom:  -1px;
    width: 0;
    height: 3px;
    background: #ff7500;
    transition: all .4s;
}
.common-banner-wrap {
    width: 100%;
    height: 610px;
    position: relative;
    background-size: 100% 100%;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 300;
    min-width: 1240px;
    font-size: 0;
    background-size: cover;
}

.common-banner-wrap-content {
    position: relative;
    height: 100%;
}

.common-banner-wrap .banner-cn-title {
    top: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
}
.common-banner-wrap-title{
    position: absolute;
    text-align: center;
    font-family: "SourceHanSansSC";
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0;
	color: #ffffff;
    top:37px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.common-banner-wrap .banner-cn-title-job {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 355px;
}

.common-banner-wrap .banner-en-society {
    width: 210px;
    height: 68px;
    background-color: #f3561f;
    font-size: 26px;
    font-family: "SourceHanSansSC";
    border: 1px solid #f3561f;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 110px;
    color: #ffff;
}

.common-banner-wrap .banner-cn-campus {
    width: 210px;
    height: 68px;
    background-color: #1f92f3;
    font-size: 26px;
    font-family: "SourceHanSansSC";
    border: 1px solid #1f92f3;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
}

.address-detail-wrap {
    height: 80px;
    position: relative;
    background-color: #ffffff;
}
.nav{
    height: 80px;
    position: fixed;
    z-index: 111;
    top:0;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}
.address-detail-wrap ul {
    letter-spacing: -8px;
}

.address-detail-wrap .address-nav li {
    letter-spacing: normal;
}

.address-nav {
    /* left: 274px;
    top: 25px; */
    top: 25px;
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

.address-nav-item {
    position: relative;
    /* margin: 0 50px 0 24px; */
    font-family: "SourceHanSansSC-Normal";
    padding: 0 40px;
    font-size: 20px;
    color: #252423;
    display: inline-block;
    cursor: pointer;
}

.active {
    background-color: #f3561f;
    color: #ffffff;
    border:none !important;
}

.no-scroll-into-view {
    -webkit-transform: translateY(30px) !important;
    transform: translateY(30px) !important;
    opacity: 0 !important;
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.scroll-into-view {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.width-1240 {
    width: 1240px;
    margin: 0 auto;
}
.width-1241 {
    width: 1270px;
    margin: 0 auto;
}
.address-nav .active::after  {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: -1px;
    background: #f3561f;
}
.address-nav-item:hover{
    background-color: #f3561f;
    color: #ffffff;
    border:none !important;
}
.address-nav-item:hover:after{
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: -1px;
    background: #f3561f;

 }
.address-nav-item:hover:before{
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: -1px;
    background: #f3561f;
    z-index: 999;

 }
.address-nav .active::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: -1px;
    background: #f3561f;
    z-index: 999;
}
.address-nav-item:nth-child(1){
    border-left:1px solid #717171;
    border-right:1px solid #717171;
}
.address-nav-item:nth-child(2){
}
.address-nav-item:nth-child(3){
    border-left:1px solid #717171;
    border-right:1px solid #717171;
}
.address-nav-item:nth-child(4){
    border-right:1px solid #717171;
}
.company-introduction-wrap {
    background-color: #f2f2f2;
}

.company-introduction-wrap .company-introduction-detail .title {

    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
    padding-top: 90px;
    padding-bottom: 50px;
}

/* .company-introduction-wrap .company-introduction-detail .title::after {
    content: "";
    width: 3px;
    height: 28px;
    position: absolute;
    top: 93px;
    left: 0;
    background: #e97b40;
} */


.company-introduction-wrap .company-introduction-detail .title-desc {
    height: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #252423;
    margin-bottom: 20px;
    margin: 0 140px 20px 140px;
}

.company-introduction-wrap .company-introduction-detail .content {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
    font-family: "SourceHanSansSC-Medium";
    color: #4c4c4c;

}
.pay-introduction-wrap {
    background-color: #f2f2f2;
}

.pay-introduction-wrap .pay-introduction-detail .title {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
    padding-top: 90px;
    padding-bottom: 10px;
}
.pay-introduction-wrap .pay-introduction-detail  .content{
    width: 417px;
	font-family: "SourceHanSansSC-Medium";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #4c4c4c;
}
/* .pay-introduction-wrap .pay-introduction-detail .title::after {
    content: "";
    width: 3px;
    height: 28px;
    position: absolute;
    top: 93px;
    left: 0;
    background: #e97b40;
} */
.pay-introduction-wrap .pay-introduction-detail .tab{
    height: 406px;
    display: flex;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage{
    height: 406px;
    width: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
/* .pay-introduction-wrap .pay-introduction-detail .tab-wage .black{ display: none;}
.pay-introduction-wrap .pay-introduction-detail .tab-wage .white{ display: block;}
.pay-introduction-wrap .pay-introduction-detail .tab-wage .black:hover{
    display: block;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage .white:hover{
    display: none;
} */
.pay-introduction-wrap .pay-introduction-detail .tab-wage .img{
    width:85px;
    height: 79px;
    background: url(/static/official/images/jiben.png) no-repeat;
    background-size: 100% 100%;
    margin:  auto;
    margin-bottom: 19px !important;
    margin-top: 20px !important;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #3c3a39;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	/* font-weight: normal;
	font-stretch: normal; */

	letter-spacing: 1px;
	color: #3c3a39;
    margin-top: 17px;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage:hover{
    background-color: #ff793e;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage:hover .img{
    width:85px;
    height: 79px;
    background: url(/static/official/images/jiben2.png) no-repeat;
    background-size: 100% 100%;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage:hover .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;

	letter-spacing: 4px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-wage:hover .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus{
    height: 406px;
    width: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus .img{
    width: 84px;
    height: 86px;
    background: url(/static/official/images/jixiao.png) no-repeat;
    background-size: 100% 100%;
    margin:  auto;
    margin-bottom: 19px !important;
    margin-top: 17px !important;    
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;

	letter-spacing: 4px;
	color: #3c3a39;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3c3a39;
    margin-top: 17px;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus:hover{
    background-color: #ff793e;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus:hover .img{
    width: 84px;
    height: 86px;
    background: url(/static/official/images/jixiao2.png) no-repeat;
    background-size: 100% 100%;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus:hover .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-bonus:hover .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project{
    height: 406px;
    width: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project .img{
    width: 89px;
    height: 79px;
    background: url(/static/official/images/xiangmu.png) no-repeat;
    background-size: 100% 100%;
    margin:  auto;
    margin-bottom: 19px !important;
    margin-top: 17px !important;   
}
.pay-introduction-wrap .pay-introduction-detail .tab-project .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	/* font-stretch: normal;
	line-height: 28px; */
	letter-spacing: 4px;
    text-align: center;
	color: #3c3a39;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3c3a39;
    margin-top: 17px;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project:hover{
    background-color: #ff793e;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project:hover .img{
    width:89px;
    height: 79px;
    background: url(/static/official/images/xiangmu2.png) no-repeat;
    background-size: 100% 100%;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project:hover .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	/* font-stretch: normal;
	line-height: 28px; */
	letter-spacing: 4px;
	color: #ffffff;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-project:hover .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year{
    height: 406px;
    width: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year .img{
    width: 81px;
    height: 93px;
    background: url(/static/official/images/niandu.png) no-repeat;
    background-size: 100% 100%;
    margin:  auto;
    margin-bottom: 19px !important;
    margin-top: 14px !important;   
}
.pay-introduction-wrap .pay-introduction-detail .tab-year .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 4px;
    text-align: center;
	color: #3c3a39;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3c3a39;
    margin-top: 17px;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year:hover{
    background-color: #ff793e;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year:hover .img{
    width: 81px;
    height: 93px;
    background: url(/static/official/images/niandu2.png) no-repeat;
    background-size: 100% 100%;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year:hover .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	/* font-stretch: normal; */
	/* line-height: 28px; */
	letter-spacing: 4px;
	color: #ffffff;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-year:hover .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance{
    height: 406px;
    width: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance .img{
    width: 85px;
    height: 82px;
    background: url(/static/official/images/tiaoxin.png) no-repeat;
    background-size: 100% 100%;
    margin:  auto;
    margin-bottom: 19px !important;
    margin-top: 17px !important;  
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
    text-align: center;
	color: #3c3a39;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3c3a39;
    margin-top: 17px;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance:hover{
    background-color: #ff793e;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance:hover .img{
    width: 85px;
    height: 82px;
    background: url(/static/official/images/tiaoxin2.png) no-repeat;
    background-size: 100% 100%;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance:hover .Htitle{
	font-family: "SourceHanSansSC";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #ffffff;
    text-align: center;
}
.pay-introduction-wrap .pay-introduction-detail .tab-chance:hover .titleEnglish{
	font-family: Humanist777BT-LightB;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.talents-introduction-wrap {
    background-color: #f2f2f2;
}

.talents-introduction-wrap .talents-introduction-detail .title {

    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
    padding-top: 90px;
    padding-bottom: 10px;
}
/* .talents-introduction-wrap .talents-introduction-detail .title::after {
    content: "";
    width: 3px;
    height: 28px;
    position: absolute;
    top: 93px;
    left: 0;
    background: #e97b40;
} */
.talents-introduction-wrap .talents-introduction-detail .particulars{
    height: 471px;   
}
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side{
    width: 246px;
    height: 455px;
    background: url(/static/official/images/left.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side .tab1{
    width: 190px;
    height: 70px;
    left: 166px;
    position: absolute;
    top: 78px;
    background: url(/static/official/images/ruzhi.png) no-repeat;
    background-size: 100% 100%;
} 
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side  .active1{
    width: 213px;
    height: 70px;
    left: 166px;
    position: absolute;
    top: 72px;
    background: url(/static/official/images/ruzhi2.png) no-repeat;
    background-size: 100% 100%;
}
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side .tab2{
    width: 189px;
    height: 70px;
    left: 215px;
    position: absolute;
    top: 193px;
    background: url(/static/official/images/jineng.png) no-repeat;
    background-size: 100% 100%;
} 
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side  .active2{
    width: 213px;
    height: 70px;
    left: 215px;
    position: absolute;
    top: 193px;
    background: url(/static/official/images/jineng2.png) no-repeat;
    background-size: 100% 100%;
}
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side .tab3{
    width: 189px;
    height: 70px;
    left: 176px;
    position: absolute;
    top: 316px;
    background: url(/static/official/images/peixun.png) no-repeat;
    background-size: 100% 100%;
} 
.talents-introduction-wrap .talents-introduction-detail  .particulars .left-side  .active3{
    width: 213px;
    height: 70px;
    left: 176px;
    position: absolute;
    top: 316px;
    background: url(/static/official/images/peixun2.png) no-repeat;
    background-size: 100% 100%;
} 
.particulars{
    display: flex;
}
.left-content{
    width: 411px;
    flex: 1;
}
.swiper-container {
    /* padding-bottom: 60px; */
    width: 750px;
    height: 430px;
    margin-left: auto;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{

    width: 12px ;
    height: 12px ;
    background-color: #ffffff;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	width: 35px !important;
	height: 12px !important;
	background-color: #ff793e !important;
	border-radius: 6px !important;
}
.swiper-container .swiper-pagination {
    left: -26px !important;
    right: 0;
    bottom: 10px;
    text-align: end;
}
.swiper-container .swiper-slide {
    /* width: 200px;
    height: 200px;
    background: #0e0e0e; */
    /* box-shadow: 0 8px 30px #ddd; */
    /* margin-right: 100px;
    margin-left: 100px; */
}
.swiper-container .swiper-button-prev {
    left: 0.8px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/leftlogo.png) no-repeat;
    /* background-position: 0 0; */
    background-size: 100%;
}



.swiper-container .swiper-button-next {
    right: -1.2px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/rightlogo.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}
.swiper-container .swiper-slide img {
    /* display: block; */
    /* width: 907px;
    height: 511px; */

    width: 100%;
    height: 100%;
}
.swiper-container2 {
    /* padding-bottom: 60px; */
    width: 750px;
    height: 430px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container2 .swiper-slide {
    /* width: 200px;
    height: 200px;
    background: #0e0e0e; */
    /* box-shadow: 0 8px 30px #ddd; */
    /* margin-right: 100px;
    margin-left: 100px; */
}
.swiper-container2 .swiper-slide img {
    /* display: block; */
    /* width: 907px;
    height: 511px; */

    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-pagination-bullets .swiper-pagination-bullet{

    width: 12px ;
    height: 12px ;
    background-color: #ffffff;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	width: 35px !important;
	height: 12px !important;
	background-color: #ff793e !important;
	border-radius: 6px !important;
}
.swiper-container2 .swiper-pagination {
    left: -26px !important;
    right: 0;
    bottom: 10px;
    text-align: end;
}
.swiper-container2 .swiper-slide {
    /* width: 200px;
    height: 200px;
    background: #0e0e0e; */
    /* box-shadow: 0 8px 30px #ddd; */
    /* margin-right: 100px;
    margin-left: 100px; */
}
.swiper-container2 .swiper-button-prev {
    left: 0.8px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/leftlogo.png) no-repeat;
    /* background-position: 0 0; */
    background-size: 100%;
}



.swiper-container2 .swiper-button-next {
    right: -1.2px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/rightlogo.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}
.swiper-container3{
    /* padding-bottom: 60px; */
    width: 750px;
    height: 430px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container3 .swiper-slide {
    /* width: 200px;
    height: 200px;
    background: #0e0e0e; */
    /* box-shadow: 0 8px 30px #ddd; */
    /* margin-right: 100px;
    margin-left: 100px; */
}
.swiper-container3 .swiper-slide img {
    /* display: block; */
    /* width: 907px;
    height: 511px; */

    width: 100%;
    height: 100%;
}
.swiper-container3 .swiper-pagination-bullets .swiper-pagination-bullet{

    width: 12px ;
    height: 12px ;
    background-color: #ffffff;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	width: 35px !important;
	height: 12px !important;
	background-color: #ff793e !important;
	border-radius: 6px !important;
}
.swiper-container3 .swiper-pagination {
    left: -26px !important;
    right: 0;
    bottom: 10px;
    text-align: end;
}
.swiper-container3 .swiper-slide {
    /* width: 200px;
    height: 200px;
    background: #0e0e0e; */
    /* box-shadow: 0 8px 30px #ddd; */
    /* margin-right: 100px;
    margin-left: 100px; */
}
.swiper-container3 .swiper-button-prev {
    left: 0.8px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/leftlogo.png) no-repeat;
    /* background-position: 0 0; */
    background-size: 100%;
}



.swiper-container3 .swiper-button-next {
    right: -1.2px;
    width: 34px;
    height: 62px;
    background: url(/static/official/images/rightlogo.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}
.welfare-introduction-wrap {
    background-color: #f2f2f2;
    padding-bottom: 311px;
}

.welfare-introduction-wrap .welfare-introduction-detail .title {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
    padding-top: 90px;
    padding-bottom: 10px;
}
.welfare-introduction-wrap .welfare-introduction-detail  .content{
    width: 417px;
	font-family: "SourceHanSansSC-Medium";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #4c4c4c;
}
/* .welfare-introduction-wrap .welfare-introduction-detail .title::after {
    content: "";
    width: 3px;
    height: 28px;
    position: absolute;
    top: 93px;
    left: 0;
    background: #e97b40;
} */
.culture-item-wrap{
    display: flex;
}
.welfare-details{
    width: 210px;
	height: 305px;
	background-color: #ffffff;
    margin-right: 5px;
    /* overflow: hidden; */
}
.welfare-item-div{
    overflow: hidden;
    width: 100%;
    height: 207px;
}
.welfare-details img{
    width: 100%;
	height: 100%;
	background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.welfare-details img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.welfare-bottom{
    height: 75px;
    position: relative;
    /* border-bottom: 3px solid #fb8a58; */
}
.welfare-bottom:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 44px;
    bottom: 0;
    width: 109px;
    height: 3px;
    background: #ff7500;
    /* left: 0; */
}
.welfare-bottom-title{
    /* width: 96px; */
	height: 24px;
	font-family: "SourceHanSansSC-Bold";
	font-size: 24px;
	font-weight: 600 ;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #3c3a39;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.welfare-bottom-details{
    /* width: 111px; */
	height: 13px;
	font-family: SourceHanSansSC-Regular;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #b6b6b6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;

}
.bottom-wrap{
    height: 370px;
	background-color: #212121;
    overflow: hidden;
}
.bottom-wrap .bottom-introduction-detail{
    margin-top: 50px;
}
.bottom-wrap .bottom-introduction-detail .footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer-nav-detail{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    font-family: 'SourceHanSansSC';
}
.footer-nav-detail2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SourceHanSansSC';
    margin-top: 15px;
    margin-bottom: 10px;
}
.footer-nav-item-wrap {
    /* margin-top: 30px; */
    font-family: 'SourceHanSansSC';
}

.footer-nav-item-wrap p{  
      display: flex;
    justify-content: center;
    align-items: center;
	/* height: 75px; */
	font-family: 'SourceHanSansSC';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #585858;
    
}
.fixation-wrap{
    position: fixed;
    top: 40%;
    right: 96px;
}
.weixin-detail{
    width: 54px;
    height: 54px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d6d6d6;
    border-radius: 5px;
}
.weixin-detail .weixin-code{
    width: 33px;
    height: 27px;
}
.weixin-detail:hover{
	background-color: #fa5f12;
	border-radius: 5px;
    cursor: pointer;
}
.weixin-detail:hover .show-code{
    display:block;
    cursor: pointer;

}
.weixin-detail:hover .show-code .Accounts{
    display: block;
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 1px;
    width: 150px;
    height: 148px;
}
.show-code{
    display: none;
    position: absolute;
    top: -162px;
    width: 162px;
    height: 166px;
    right: -48px;  
    background-size: 100%;  
}
.weixin-detail img{
    width: 100%;
    height: 100%;
}
.fixation-detail{
    width: 54px;
    height: 54px;
    margin-top: 13px;
}
.fixation-detail img{
    width: 100%;
    height: 100%;
}
.fixation-detail:hover .img1 {
    display: none;
}

.fixation-detail .img2 {
    display: none;
}

.fixation-detail:hover .img2 {
    display: block;
}