/* 字体 */

@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: 691px;
    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%;
    overflow: hidden;
}

.common-banner-wrap .banner-cn-title {
    top: 147px;
    margin-left: 3px;
    width: 100%;
    position: absolute;
}
.common-banner-wrap .banner-cn-word{
    top: 247px;

    width: 100%;
    position: absolute;
    /* width: 238px; */
    /* height: 44px; */
    font-family: "SourceHanSansSC";
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 31px; */
    letter-spacing: 3px;
    color: #ff7a33;
}
.common-banner-wrap .banner-cn-striping{
    top: 314px;
    margin-left: 3px;
    width: 100%;
    position: absolute;
	width: 318px;
	height: 1px;
	background-color: #ffffff;
}
.common-banner-wrap  .banner-cn-bottom{
    top: 323px;
    width: 100%;
    margin-left: 3px;
    position: absolute;
    font-family: "SourceHanSansSC";
    font-size: 18px;
    letter-spacing: 2px;
    color: #ff7a33;
}

.common-banner-wrap .banner-cn-bottom-button{
    top: 375px;
    width: 100%;
    margin-left: 3px;
    position: absolute;
    font-family: "SourceHanSansSC";
    font-size: 18px;
    letter-spacing: 2px;
    color: #ff7a33;
}

.common-banner-wrap .banner-cn-bottom-button > button{
    width: 100px;
    height: 40px;
    background-color: #ff7a33;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    font-family: "SourceHanSansSC";
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid #ff7a33;
    border-radius: 5px;
    cursor: pointer;
}

.common-banner-wrap .banner-cn-bottom-button > button:nth-child(1){
    background-color: #CD5254;
}

.common-banner-wrap .banner-cn-title .imgcode{
    top: 7px;
    width: 83px;
    left: 122px;
    height: 83px;
    position: absolute;
    background-size: 100%;
}

.common-banner-wrap .banner-en-society {
	width: 176px;
	height: 61px;
    position: absolute;
    top: 385px;
	background-color: #f74c00;
	border-radius: 30px;
    font-size: 26px;
    color: #ffffff;
    font-family: "SourceHanSansSC";
    border: 1px solid #f3561f;

    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
}



.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-item::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #252423;
}

.company-introduction-wrap {
    background-color: #f6f7fb;
}

.company-introduction-wrap .company-introduction-detail {
    display: flex;
    padding-top: 90px;
    /* height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
    margin-left: 20px;
    padding-top: 90px;
    padding-bottom: 50px; */
}

.synopsis {
    flex: 1;
}

.synopsis-right {
    flex: 1;
    width: 650px;
    height: 430px;
    overflow: hidden;
    /* margin-right: 20px; */
    /* margin-left: 20px; */
}

.synopsis-right img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.synopsis-right img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.company-introduction-wrap .company-introduction-detail .synopsis .company-warp {
    display: flex;
    padding-bottom: 50px;
}
.company-introduction-wrap .company-introduction-detail .synopsis .company-warp .title {

    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;
   
}
.company-introduction-wrap .company-introduction-detail .synopsis .company-warp  a{
    height: 32px;
    margin-left: 8px;
    line-height: 38px;
	font-family: "SourceHanSansSC";
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff7a33;
}
.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 .synopsis .content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: "SourceHanSansSC";
    color: #4c4c4c;
    width: 430px;
    background-color: #ffffff;

}
.right-wrap{
    display: flex;
    margin-top: 22px;
    margin-right: 50px;
    margin-left: 50px;
}
.right-title{
    margin-top: 5px;
    margin-left: 35px;
}
.right-titleTop{
	height: 37px;
	font-family: "SourceHanSansSC";
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #343434;    
}
.right-titlebottom{
    font-family: "SourceHanSansSC";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #fa5f12;
    margin-top: 9px;
}
.middle-wrap{
    display: flex;
    margin-right: 50px;
    margin-left: 50px;
}
.middle-wrap-1{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
border: solid 1px #c1c1c1;
margin-right: 11px;
height: 33px;
font-family: "SourceHanSansSC";
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 48px;
letter-spacing: 0px;
color: #b7b7b7;
}
.middle-wrap-2{
    flex: 1;
    display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
border: solid 1px #c1c1c1;
margin-right: 11px;
height: 33px;
font-family: "SourceHanSansSC";
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 48px;
letter-spacing: 0px;
color: #b7b7b7;
}
.middle-wrap-3{
    flex: 1;
    display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
border: solid 1px #c1c1c1;
margin-right: 11px;
height: 33px;
font-family: "SourceHanSansSC";
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 48px;
letter-spacing: 0px;
color: #b7b7b7;
}
.details-wrap{
    margin-right: 25px;
    margin-left: 50px;
    -webkit-overflow-scrolling: touch;
    overflow-y:scroll;
    height: 208px;
    font-family: "SourceHanSansSC";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #6d6d6d;
    margin-top: 33px;
    padding-right: 25px;
    /* white-space: nowrap; */
}
/* --- 改变滚动条样式 --- */
.details-wrap::-webkit-scrollbar {
	width: 7px;
}

/* --- 滚动条里面的滚动块 --- */
.details-wrap::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px #eee;
	background-color: #5b5a5b;
	border-radius: 3px;
}

/* --- 滚动条里面轨道 --- */
.details-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	 border-radius: 10px;
     background-color: #b8b6b8;
	/* border: none;
	background: none; */
}

.pay-introduction-wrap {
    background-color: #f6f7fb;
}
.pay-introduction-wrap .pay-warp{
    display: flex;
    padding-top: 90px;
}
.pay-introduction-wrap .pay-introduction-detail .pay-warp .title {
    height: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #252423;
    line-height: 32px;

}
.pay-introduction-wrap .pay-introduction-detail .pay-warp  a{
    line-height: 38px;
    margin-left: 10px;
	font-family: "SourceHanSansSC";
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ff7a32;
}
.pay-introduction-wrap .pay-introduction-detail .content {

    font-family: "SourceHanSansSC-Medium";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #4c4c4c;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 40px;
    margin-bottom: 100px;
}

.content-wrap{
    width: 400px;
    background-color: #ffffff;
}
.content-item-img{
    /* width: 432px; */
    height: 260px;
    overflow: hidden;
}
.content-item-img img{
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
}
.content-item-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
.content-item-below{
    margin-top: 33px;
    padding-left: 25px;
    min-height: 121px;
    height: auto !important;

}
/* .content-item-below:hover{
    color: #ff7a32 !important;
} */

.content-item-title:hover{
    color: #ff7a32;
    cursor: pointer;
}
.content-item-time:hover{
    color: #ff7a32;
    cursor: pointer;
}
.content-item-title{
	font-family: "SourceHanSansSC";
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #383838;
    width:374px;

    overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow:ellipsis;
}
.content-item-time{
    margin-top: 15px;
    margin-bottom: 15px;
	font-family: "SourceHanSansSC";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #919191;
}
.content-item-content{
    font-family: "SourceHanSansSC";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #AAAAAA;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.pay-introduction-wrap .pay-introduction-detail .address-nav-wrap {
    display: flex;
    height: 82px;
    border-top: 1px solid #e3e3e3;
}

.address-nav-wrap div {
    font-family: "SourceHanSansSC-Normal";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: #2f2f2f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    cursor: pointer;
}

.activeaddress {
    color: #f3561f !important;
    position: relative;

}

.place-left {
    font-size: 0;
}

.place-right {
    font-size: 0;
}

.place-left img {
    width: 620px;
    height: 374px;
}

.place-right .img {
    width: 620px;
    height: 261px;
}

.place-bottom {
    height: 128px;
    background-color: #f54336;
    font-family: "SourceHanSansSC-Normal";
    overflow: hidden;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #ffffff;
}

.place-address {
    font-size: 16px;
    margin-top: 19px;
    margin-left: 62px;

}

.place-bottom2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.place-right-img {

    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.place-bottom2 img {
    width: 60px;
    height: 29px;
}

.place-bottom2 span {
    display: block;
    font-family: "SourceHanSansSC-Normal";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}

.talents-introduction-wrap {
    background-color: #f2f2f2;
    margin-top: 100px;
}

.activeaddress:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 41px;
    background: #ff7500;
    position: absolute;
    bottom: 0;
    left: 69px;
    top: -2px;
}
.talents-introduction-wrap .talents-introduction-detail{
    height: 312px;
    width: 100%;
    background: url(/static/homePage/images/11@2x.png) center top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.talentsitem-wrap{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.talents-introduction-wrap .talents-introduction-detail .talents-item-left {
margin-top: 90px;

}

.talents-item-join{
	font-family: "SourceHanSansSC";
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #d9d9d9;
}
.talents-item-know{
	font-family: "SourceHanSansSC";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #aaaaaa;
    margin-top: 20px;
    margin-bottom: 26px;
}
.talents-item-more{
	background-color: #f3561f;
    font-family: "SourceHanSansSC";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 184px;
	height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.talents-item-more:hover{
color: #ffffff !important;
}
.talents-item-right{
    margin-top: 90px;
}
.talents-item-right img{
    width: 142px;
    height: 144px;
}
.talents-item-right p{
    font-family: "SourceHanSansSC";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #b2b2b2;
}
.activetalents{
	font-family: "SourceHanSansSC-Medium" !important;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 15px; */
	letter-spacing: 1px;
	color: #f3561f !important;
}

.activetalents:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 183px;
    background: #ff7500;
    position: absolute;
    bottom: 0;
    left: 61px;
    top: -2px;
}
.particulars {
    display: flex;
}

.left-content {
    width: 411px;
    flex: 1;
}


#talents-box{
    margin-top: 43px;
    margin-left: 60px;
    padding-bottom: 173px;
}
.details p {
    font-family: "SourceHanSansSC-Medium";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #4c4c4c;
}
.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;
}
.fixation-detail:hover .img1{
display: none;
}
.fixation-detail .img2{
display: none;
}
.fixation-detail:hover .img2{
display: block;
}
.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%;
}