body{
  /*min-width: 1200px;*/

}

/*01-首屏样式*/

/*重新设置首屏轮播箭头颜色及尺寸*/
.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent rgba(68,192,240,0.5);
    right: 80px;
    border-width: 22px 0 22px 22px;
    margin-top: 0.12rem;
}
.fp-controlArrow.fp-next:hover {
    border-color: transparent transparent transparent rgba(68,192,240,1);
    right: 80px;
    border-width: 22px 0 22px 22px;
}
.fp-controlArrow.fp-prev {
    border-color: transparent rgba(68,192,240,0.5) transparent transparent;
    left: 80px;
    border-width: 22px 22px 22px 0;
    margin-top: 0.18rem;
}
.fp-controlArrow.fp-prev:hover {
    border-color: transparent rgba(68,192,240,1) transparent transparent;
    left: 80px;
    border-width: 22px 22px 22px 0;
}
/*重新设置首屏下方轮播圆点颜色*/
.fp-slidesNav.bottom ul li a>span{
  background-color: #fff;
  height: 10px;
  width: 10px;
}

.fp-slidesNav.bottom ul li .active>span{
  background-color: #44c0f0;
  height: 10px;
  width: 10px;
}

.fp-slidesNav ul li:hover a.active span{
  height: 10px;
  width: 10px;
}

/*首屏轮播-背景图*/
.firstOne {
    /*background: url("../images/1_1bg.jpg") 50% no-repeat;
    background-size: cover;*/
}
.a{
	background-position: 50% 45px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: relative;
    padding-top: 10em;
	background-attachment: fixed !important;
    background-size: cover !important;
}
.firstOne .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
}
.firstOne .homeText{
	position: relative;
}
.firstOne h1 {
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 0.8rem;
	font-weight:200;
}
.firstOne p {
    color: rgba(250,250,250,0.7);
	font-size:0.4rem;
	margin-top:0.2rem;
}
.firstOne video {
    position: fixed;
    top: 40%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
.firstTwo {
    background: url("../images/1_2bg.jpg") 50% no-repeat;
    background-size: cover;
}

.firstThree {
    background: url("../images/1_3bg.jpg") 50% no-repeat;
    background-size: cover;
}
/*设置首屏中央网格*/
.grid {
    margin: 0 auto;
    margin-top: 0.84rem;
}
/*首屏轮播页面中的网格容器尺寸，即网格背景图片尺寸*/
.firstOne .grid {
    opacity: 0;
    width: 385px;
    height: 247px;
    width: 20%;
    height: auto;
    animation: gridMove1 .6s;
    animation-fill-mode: forwards;
    animation-delay:0.3s;
}
@keyframes gridMove1{
  0%{
    opacity: 0;
    width: 0;
    height: 0;
  }
50%{
    width: 20%;
    height: auto;
    transform: scale(1.5,1.5);
  }
  80%{
    width: 20%;
    height: auto;
    transform: scale(1,1);
  }
  90%{
    width: 20%;
    height: auto;
    transform: scale(1.2,1.2);
  }
  100%{
    opacity: 1;
    width: 385px;
    height: 247px;
    width: 20%;
    height: auto;
    transform: scale(1,1);

  }
}

.firstTwo .grid {
    width: 652px;
    height: 300px;
    width: 34%;
    height: auto;
}

.firstThree .grid {
    width: 436px;
    height: 279px;
    width: 22.7%;
    height: auto;
}
.slide00>div{
  display: table-cell;
}


.grid img {
    width: 100%;
    height: 100%;
}

/*box*/

.companyBox{
    width: 76.56%;
}
.teamBox{
    width: 78.17%;
}
.threeSBox {
    width: 48.38%;
}

.functionsBox {
    width: 74.375%;
}

.newsBox{
    position: relative;
    width: 73.17%;
}

.employBox {
    /* width: 74.79%; */
    width: 77%;
}
.contactBox{
    width: 67.08%;
}


/*title*/
.title{
  padding-top: 1.5rem;
}
.companyTitle{
  height: 51.75%;
  width: 100%;
  /*padding-top: 20.74%;*/


}
.teamTitle{
  /* height: 39.81%; */
  height: 30.81%;
  /* padding-top: 18.87%; */


}
.threeSTitle{
  height: 26.01%;
  /*padding-top: 32.83%;*/


}
.functionsTitle{
  height: 26.01%;
  /*padding-top: 21.35%;*/


}
.newsTitle{
  height: 37.22%;
  /*padding-top: 21.7%;*/

}
.employTitle{
  height: 34.35%;
  /*padding-top: 21.23%;*/

}
.contactTitle{
  height: 41.66%;
  /*padding-top: 23.68%;*/

}




/*02-company*/

.company {
    background: url("../images/2bg.jpg") 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.companyContent{
  padding: .45rem .58rem .5rem;
}

.companyIntroTitle {
    font-size: .22rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: .39rem;
    color: #fff;
}

.companyIntroContent p {
    font-size: .18rem;
    margin-bottom: .43rem;
    text-align: left;
    line-height: 0.3rem;
    letter-spacing: .5px;
}
.companyIntroContent p:last-child{
  margin-bottom: 0;
}

/*03-team*/
/*移动端显示，pc隐藏*/

.fp-slides .fp-slidesContainer .teamSlide{
  display: none;
}
.fp-slides .fp-slidesContainer .teamTitle-m{
  display: none;
}
.team .fp-controlArrow{
  display: none;
}
.team .fp-slidesNav{
  display: none;
}

.team {
    background-color: rgb(255, 255, 255);
}
.teamContent {
    padding: 0;
    border: none;
    min-width: 1044px;
}

/*team图片*/
.teamPicBox {
    width: 90%;
    margin: 0 auto;
    padding-bottom: .32rem;
}

.teamPicBox img {
    width: 100%;
    /*min-width: 10.65rem;*/
    height: 100%;
}

.teamBoxCommon {
    margin-bottom: 0.1rem;
}

.teamIntroduction {
    width: 100%;
    display: flex;
    font-size: 0.14rem;
    color: #676769;
}

.teamMain {
    /* margin-left: 0.25rem; */
}

.teamIntroduction .teamSeparate {
    width: 20px;
    height: 2px;
    background: #35AAF8;
    margin: 0 auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.teamIntroContent li {
    list-style: none;
    text-align: left;
    font-weight: normal;
    line-height: .26rem;
    letter-spacing: 0.5px;
    text-align: center;
}

.teamIntroContent li:last-child{
  letter-spacing: 0.0001vw;
}
/*team成员文字简介*/
.numbers {
    width: auto;
    height: 2.6rem;
    /* border: 4px solid #000000; */
    /*min-width: 2.8rem;*/
    flex: 1;
    /*change0.41->0.28*/
    padding: 0.4rem 0.3rem 0.28rem 0.36rem;
    margin: auto 0.2rem;
}

.teamPerson {
    width: 1.5rem;
    height: 1.5rem;
}

.teamEnglishName {
    /* margin-bottom: .2rem; */
    /* padding-top: 0.2rem; */
    /* font-weight: bold; */
    font-size: 0.1rem;
    color: #9F9FA2;
    text-align: center;
}

.teamNumbersName {
    display: block;
    /* text-align: left; */
    margin-bottom: .2rem;
    padding-top: 0.2rem;
    font-weight: bold;
    font-size: 0.2rem;
    text-align: center;
}

/*04-threeS*/

.threeS {
    background: url("../images/4bg.jpg") 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.threeSContent{
  padding-top: 0.76rem;
}

.threeSContent p {
    border: none;
    padding: 0;
    position: static;
    line-height: 0.38rem;
    font-size: 0.22rem;
    font-family: "苹方-简";
    font-weight: lighter;
    text-align: left;
    text-justify: inter-ideograph;
    text-align: justify;
    letter-spacing: 1.5px;
}



/*05-functions*/

.functions {
    background: url("../images/5bg.jpg") 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.functionsContent {
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
    padding-top: 1.1rem;
    border: none;
}

.functionIcons {
    width: 33%;
    margin: 0.65rem auto;
}
/*icon*/
.functionIcons>a>div {
    width: 1.26rem;
    height: 1.25rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 250px;
    display: flex;
    align-item:center;
}
.functionIcons>a>div:hover,.functionIcons>a>div:visited{
  background-color: #666666;
}

.functionIcons>a>div>img{
  width: 103%;
  height: 103%;
  margin: 0 auto;
  margin:-1.5px 0 0 -1.5px;
}

.functionIcons a {
    color: #fff;
}

.functionIcons a:hover {
    color: #666666;
    text-decoration: none;
}

.functionIcons a span {
    font-size: 0.18rem;
    display: block;
    margin: 0.24rem auto;
    text-align: center;
}

/*06-news*/

.news {
    background: url("../images/4bg.jpg") 50% no-repeat;
    background-size: cover;
    color: #fff;
    /* background-color: rgb(255, 255, 255); */
}

.newsContent {
    border: none;
    margin-top:0;
    padding-top: 0;
}

/*轮播图最外层*/
.newsCarousel {
    height: 4.81rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

/*新闻轮播标题*/
.newsDetailTitles {
    display: block;
    background-color: rgb(68, 192, 240);
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 1.2vw;
}
/*滚动列表外层*/
.roll {
    width: 200%;

}
/*新闻图片尺寸*/
.newsPic {
    width: 100%;
    height: 100%;
}
/*每个新闻轮播图的容器*/
.roll dd {
    width: 36.1vw;
    height: auto;
    float: left;
    margin: 0 5px;
}
.roll dd a:hover,.roll dd a:visited{
  text-decoration: none;
}
/*左右轮播箭头*/
.newsArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -24px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.prev {
    left:-10vw;
    width: 0;
    border-width: 28px 24px 28px 0;
    border-color: transparent rgba(68,192,240,0.5) transparent transparent;
    width: 100px;
    cursor: pointer;
}

.prev:hover {
    border-color: transparent rgba(68,192,240,1) transparent transparent;
}

.next {
    /*keyValue*/
    right: -10vw;
    border-width: 28px 0 28px 24px;
    border-color: transparent transparent transparent rgba(68,192,240,0.5);
    width: 100px;
    cursor: pointer;
}

.next:hover {
    border-color: transparent transparent transparent rgba(68,192,240,1);

}


/*07-employ*/

.employ {
    background: url("../images/7_1bg.jpg") 50% no-repeat;
    background-size: cover;
}

.employContent {
    border: none;
    margin-top: 0;
}

/* 左侧导航 */

.employContent ul{
    float: left;
    list-style: none;
    text-align: left;
    margin: 0;
    padding-left: 0;
}

.employContent ul li{
    background-color: #66caf0;
    border-radius: 8px;
    font-size: 0.18rem;
    width: 2.3rem;
}

.employContent ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 22px 50px 22px 40px;
    margin: 3px 0;
    text-align: center;
}

.employContent ul li a.tab-active {
    border: 4px solid #000000;
    background-color: #ffffff;
    color:#000000;
    border-radius: 8px;
}


/* 右侧招聘内容 */

.employContent .tabs-content-placeholder{
    /* overflow: hidden; */
    padding-left: 0.53rem;
    margin-top: -3px;
    position: relative;

}

.employContent .tabs-content-placeholder > div{
    display: none;
    border: 4px solid #000000;

}

.employContent .tabs-content-placeholder div.tab-content-active{
    display: block;
}


.jobs {
    min-height: 4rem;
    text-align: left;
    padding: 0.48rem 0.67rem 0.54rem 0.75rem;
}

.jobs h3 {
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.24rem;
    font-weight: bold;
}

/*h3*/
.responsibility, .requirement {
  display: block;
    font-weight: bold;
    line-height: 0.4rem;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.jobs ol li {
    list-style-type: decimal;
    line-height: 0.3rem;
    margin-left: 0.23rem;
    padding-left: 0.1rem;
    font-size: 0.18rem;

}
.applyBtnBox{
  width: 100%;
  height: 0.59rem;
  margin-top: 25px;
}
.applyBtn{
  display: block;
  width: 2.18rem;
  height: 0.59rem;
  background-color: rgba(68,192,240,1);
  border-radius: 8px;
  float: right;
  margin-top: 10px;
}
.applyBtn:hover{
  background-color: rgba(68,192,240,0.6);

}
.applyBtn a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.59rem;
  font-size: 0.24rem;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.applyBtn a:hover,.applyBtn a:visited{
  text-decoration: none;
}



/*08-contact*/

.contact {
    background: url("../images/7_1bg.jpg") 50% no-repeat;
    background-size: cover;
    color: #fff;
     /*background-color: rgb(68, 192, 240);*/

}

.contactContent {
    display: flex;
    padding: 0 0 0.25rem 0;
    border: none;
    margin-top: 0;
}
.contactContent span {
    display: block;
    font-size: 0.24rem;
    word-wrap: break-word;
}
.address, .tel, .email {
    float: left;
    border: solid 0.08rem #000000;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 65px 0;
    min-width: 3.12rem;
}

.tel {
    margin: auto 4vw;
}
.contactIcon {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.432rem;
}
.contactFont{
  font-size: 0.24rem;
  color: #000000;
}
.contactFontLiugang,.contactFontLiugang:focus{
  font-size: 0.16rem;
  color: #000000;
}
.contactFont:hover,.contactFontLiugang:hover{
  text-decoration: none;
  color: #fff;
}

.addressIcon {
    background: url('../images/addressIcon.png') 50% no-repeat;
    background-size: contain;
}

.telIcon {
    background: url('../images/telIcon.png') 50% no-repeat;
    background-size: contain;
}

.emailIcon {
    background: url('../images/emailIcon.png') 50% no-repeat;
    background-size: contain;
}

.areaHtml{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.footertext{
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-bottom: 30px;
  line-height:1.6;
}
