﻿html, body, div, span, applet, 
object, iframe, h1, h2, h3, 
h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, 
em, img, ins, kbd, q, 
s, samp, small, strike, strong, 
sub, sup, tt, var, dl, 
dt, dd, ol, ul, li, 
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0;
}
body {
  /* min-width: 1280px; */
  height: 100%;

}
a,a:link,a:visited,a:hover,a:active{
  text-decoration: none;
  color:inherit;
}


.wrap {
  display: block;
  position: relative;
  overflow-x: hidden;
}
/* 简繁切换样式--end */
.wrap_head {
  width: 100%;
  height: 72px;
  padding: 0 28px;
  position: fixed;
  z-index: 9998;
  top: 0;
  background-color: #022839;
}
.wrap_head .head_con {
  height: 72px;
}
.wrap_head .head_con .logo img {
  height: 72px;
}

.wrap_content .banner_area {
  width: 100%;
  height: 800px;
}
.wrap_content .banner_area .video {
    height: 800px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
}
.wrap_content .news {
  width: 100%;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  background-color: #F9F9F9;
} 
.wrap_content .news .news_container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
.news_container .head_4 {
  padding-bottom: 3%;
}
.head_4, .story-wrap h4 {
  font-size: 40px!important;
  line-height: 38px;
  text-align: center;
  padding-bottom: 10px;
  color: #2a2e2e;
}
.statement {
    padding: 50px;
    text-align: center!important;
    background: linear-gradient(180deg,#bfd3ef,#eeebeb);
}
.statement p{
  color: orangered; 
  padding: 11px;
}

.wrap_content .news .content {
  display: flex;
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
}
.wrap_content .news_left {
  width: 50%;
} 
.wrap_content .news_right {
  width: 50%;
  color: #5f6464;;
}
.bg_no_repeat {
  background-repeat: no-repeat;
} 
.news .news_bg {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: top center;
  border-radius: 9px;
  transition: all .6s;
}
.news .news_bg:hover {
  transform: scale(1.03);
}
.news .news_bg1 {
  background-image: url('../images/nasdaq.jpg');
}
.news .bg_link {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.news_bg1_btm, .news_bg2_btm, .news_bg3_btm {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #fff;
  padding: 0 10px 0;
  border-radius: 0 0 8px 8px;
  background-color: rgba(0,0,0,0.4);
}
.news_bg23 {
  display: flex;
  padding-top: 16px;
}
.news .news_bg2 {
  width: 50%;
  /* padding-right: 8px; */
  margin-right: 16px;
  background-image: url('../images/cover.jpg');
  /* background-color: red; */
}
.news .news_bg3 {
  width: 50%;
  background-image: url('../images/Anthony2.jpg');
  background-position: 0px;
}
.news_right {
  padding-left: 24px;
  padding-right: 15px;
}
.news_right h3 {
  padding-bottom: 20px;
}
.news_list {
  line-height: 24px;
  padding-left: 24px;
  /* color: #cc4e00; */
}
.news_list .item {
  padding-bottom: 16px;
}
.news_list .item：before{
  content: "\2022";     
  color: #148AE0;      
  font-size: 16px; 
}
.news_list .item .new{
  font-weight: 700;
  font-size: 10px;
  font-family: initial;
  margin-left:5px;
  background: #cc4b00;
  color:#ffff;
  padding-left: 3px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-style: italic;
  border-radius: 3px;
}  
/* nesc */
.nesc_wrap {
  width: 100%;
}
.nesc_wrap h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

#teams h2 {
  color: #fff;
}
.nesc_wrap .tech h2.active {
  color: #fff;
}
.nesc_wrap .team h2.active {
  color: #fff;
}
.nesc_wrap h2 a {
  position: relative;
  padding-right: 70px;
}
.nesc_wrap h2 a img {
  position: absolute;
  right: 0;
  animation: entrance 0.5s infinite;
}
@keyframes entrance {
  0% {
    right: 5px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 5px;
  }
}
@keyframes arrowA {
  0% {
    right: 5px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 5px;
  }
}
.nesc_wrap h2 span {
  margin-left: 10px;
  font-size: 0.67em;
}
.nesc_wrap .container {
  width: 100%;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* .nesc_wrap .tech {
  transition: all .5s;
} */


.nesc_wrap .tech {
  background: linear-gradient(180deg,#bfd3ef,#eeebeb);
}
.nesc_wrap .tech.active {
  background: linear-gradient(180deg,#bfd3ef,#eeebeb);
}
.nesc_wrap .team {
  background: linear-gradient(180deg,#bfd3ef,#eeebeb);
}
.nesc_wrap section {
  width: 100%;
  max-width: 1200px;
  height: 100%;

}
.nesc_wrap section .content {
  display: flex;
  flex-wrap: wrap;
}
.col {
  height: 172px;
  background-color: #fff;
  margin: 10px 0.3% 0 0.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.oneCol {
  width: 16%;

}
.twoCol {
  width: 32.6%;
}
.col a {
  position: relative;
}
.team_mkt a, .team_ec a, .team_po a, .team_edi a, .team_tr a, .team_show a {
  width: 100%;
  height: 100%;
}
.team_ec img {
  width: 100%;
}
.team_po {
  width: 32.6%;
  height: 354px;
}
.team_btm_content {
  width: 100%;
  height: 376px;
  display: flex;
}
.team_right .oneCol {
  flex: 1;
}
.team_right .twoCol {
  flex: 2;
}
.team_right .team_line2,.team_right .team_line3 {
  width: 100%;
  display: flex;
}
.teamShow {
  background: #8CB64A url(../images/nesc/teams/op.png) no-repeat 30px bottom;
}
.teamShow a {
  width: 100%;
  height: 100%;
  display: flex;
}
.teamShow a span {
  font-size: 20px;
  padding-top: 20px;
  padding-left: 20px;
  color: #fff;
}
.teamShow a img {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.col a .name {
  position: absolute;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  z-index: 50;
  background: #000;
  opacity: 0.7;
  bottom: 20px;
}

/* partner */
.partner-wrap {
  padding: 40px 80px;
  background-color: #1b1f25;
  background: linear-gradient(180deg,#bfd3ef,#eeebeb);
}
.partner-wrap .partner-head {
  font-size: 40px!important;
  line-height: 38px;
  text-align: center;
  color: #2a2e2e;
}
.partner-head p {
  display: inline-block;
}
.partner-head a {
  text-decoration: underline;
  font-size: 14px;
  color: #3c4a65;
}
.partner-head a:hover {
  cursor: pointer;
  color: #002D6A;
} 
.partner-swiper, .story-swiper {/*两个轮播*/
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.partner-swiper {
  width: 100%;
  max-width: 1180px;
}
.story-swiper {
  position: relative; 
}
.partner-container{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  padding-bottom:30px;

}
.swiper-container .head_4 {
  color: #fff;
}
.product .product-logo {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .basic-info {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.product h3 {
  color: #002D6A;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.product .description {
  color: #696969;
  flex: 1;
  font-size: 14px;
  max-height: 100px;
  overflow: hidden;
  text-align: left;
}
.product .links {
  width: 100%;
  box-sizing: border-box;
}
.product .view-btn {
  color: #ffffff;
  background-color: #125fc7;
  font-size: 14px;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.product .extra-link {
  font-size: 14px;
  margin-top: 10px;
}
.product .extra-link a {
  color: #006cff;
}
.partner-slide {
  padding: 50px;
  padding-top: 30px;
  box-sizing: border-box;
}

/* partner add */
.products {
  margin-top: 18px;
  display: flex;
  width: 100%;
}
.products .product {
  background-color: #00283A;
  color: #ffffff;
}
.products .product {
  width: calc(25% - 24px);
  flex-shrink: 0;
  height: 455px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.products .product .product-img {
  height: 168px;
  width: 100%;
  background-color: darkgray;
  background-image:  url(https://c1.neweggimages.com/spe_newegg/webresource/partner-service/service-bgs/tiny/NeweggLogistics.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-image {
  background-image: url(https://c1.neweggimages.com/spe_newegg/webresource/partner-service/service-bgs/tiny/NeweggLogistics.png);
}
.products .product .product-logo {
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-top: -48px;
}
.products .product .basic-info {
  flex: 1;
  height: 0;
  width: 100%;
  padding: 15px 20px 25px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.products .product .basic-info .product-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.products .product .basic-info .product-desc {
  flex: 1;
  height: 94px;
  font-size: 13px;
  margin: 5px 0 15px 0;
  text-overflow: ellipsis;
}
.products .product .basic-info .product-links {
  display: flex;
  flex-direction: column;
  height: 61px;
}
.products .product .basic-info .product-links .view-btn {
  font-size: 14px;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.products .product .view-btn {
  color: #222222;
  background-color: #ffa33a;
  border-color: #cc6600;
}
.products .product .basic-info .product-links .view-btn i.fas {
  font-size: 12px;
  margin-left: 4px;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-caret-right:before {
  /* content: "\f0da"; */
}
.products .product .basic-info .product-links .view-btn+.links {
  margin-top: 10px;
  display: block;
}
.products .product .basic-info .product-links .links {
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.products .product .links a {
  color: #ffffff;
}
.products .product .links a:-webkit-any-link {
  text-decoration: underline;
}
a:-webkit-any-link {
  /* color: -webkit-link; */
  cursor: pointer;
  
}
.products .product .basic-info .product-links .links {
  font-size: 14px;
}
.opensans-condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

/* NPS轮播部分样式 */

/* 轮播部分样式 */
.story-wrap {
  width: 100%;
  box-sizing: border-box;
  /* height: 450px; */
  padding: 40px 80px;
}
.story-swiper {
  width: 100%;
  max-width: 1200px;
  padding-right: 48px;
  /* height: 300px; */
}
.swiper-slide {
  display: flex;
  width: 1200px;
}
.story-slide {
  padding-top: 40px;
  padding-bottom: 50px;
}
.swiper-slide .slide-text {
  width: 50%;
  color: #5f6464;
  padding: 105px 0 74px;
  font-family: 'TencentSansw3';
  padding-left: 60px;
  box-sizing: border-box;

  font-size: 19px;
  line-height: 40px;
  padding-right: 48px;
  padding-top: 70px;
}
.swiper-slide .slide-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:4;
}
.swiper-slide .link-slide {
  width: 50%;
}
.swiper-slide .link-slide:hover {
  cursor: pointer;
}
.link-slide img {
  display: block;
  width: 100%;
  height: 300px;
}
.link-slide:before {
  content: " ";
  background: rgba(0,0,0,0) url("../images/player.svg") no-repeat;
  background-position: 65% 64%;
  position: absolute;
  width: 50%;
  height: 77%;
}
.link-slide video {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-product-btn-prev:after, .swiper-product-btn-next:after {
  color: #fff;
}
.swiper-pagination {
  bottom: 0px!important;
}
.partner-pagination {
  width: 100%!important;
}
  /* 轮播部分样式 */
.wrap_footer {
  padding: 32px 80px;
  background-color: #022839;
}   
.about_us {
  display: flex;
}
.about_us p {
  color: #fff;
}
.about_left {
  width: 50%;
  line-height: 30px;
  text-align: right;
  padding-right: 30px;
} 
.about_right {
  width: 50%;

}  
.about_right img {
  display: inline-block;
  width: 150px;
  height: 150px;
}

/* popup */
.modal-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transform: scale(1.1);
  transition: opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
.modal-layer.show {
  visibility: visible;
  transform: scale(1.0);
  transition: opacity 0.25s 0s, transform 0.25s;
}
.modal-dialog-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 0.5rem;
}
.modal-close {
  position: relative;
  background: url("../images/close.svg") no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  background-position: 99% 50%;
  right: -34px;
  top: -80px;
}
.modal-close:hover {
  cursor: pointer;
}

/* 屏幕大于1200px */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1280px;
  }
  .wrap_content .news {
    padding: 2% 4%;
  }
}
/* 1024px-1199px中屏幕电脑 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .products .product {
    width: calc(33.3333333333% - 24px);
  }
}
/* 768px-1023px小屏幕 pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products .product {
    width: calc(50% - 24px);
  }
}
/* 480px-768px手机 */
@media screen and (max-width: 768px) {
  .products .product {
    width: calc(100% - 24px);
  }
  .wrap_content .news {
    padding: 10px;
  }
  .wrap_head .head_con .logo img {
    height: 55px;
    padding-top: 10px;
  }
  .head_4, .story-wrap h4 {
    font-size: 24px!important;
    font-weight: 400;
  }
  .wrap_content .banner_area {
    height: 100%;
    margin-top: 72px;
  }
  .wrap_content .banner_area .video {
    height: 100%;
    object-fit: contain;
    position: static;
    left: 0;
    margin-left: 0;
  }
  .wrap_content .news .content {
    flex-direction: column;
    padding: 0;
  }
  .wrap_content .news_left,.wrap_content .news_right {
    width: 100%;
  }
  .wrap_content .news_right {
    padding-left: 0;
    padding-top: 10px;
  }
  /* nesc */
  .nesc_wrap .container {
    padding: 10px;
  }
  /* nesc_end */

  .story-wrap {
    padding: 10px;
  }
  .story-swiper {
    padding-right: 0;
  }
  .story-slide {
    padding-top: 0;
  }
  .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .swiper-slide .link-slide {
    width: 100%;
  }
  .link-slide img {
    height: 240px;
  }
  .swiper-slide .slide-text {
    padding: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  .swiper-slide .slide-text p {
    -webkit-line-clamp: 1;
  }
  .link-slide:before {
    width: 100%;
    background-position: 90% 64%;
    
  }
 

/* partner */
  .partner-wrap {
    padding: 10px;
  }
  .partner-wrap .partner-head {
    font-size: 18px!important;
  }
  .product {
    width: 100%;
  }
  .modal-dialog-container {
    width: 100%;
    height: 32%;
  }
  .popup-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
   .about_us {
    flex-direction: column;
  }
  .about_right {
    width: 100%;
  }
  .about_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .about_left p {
    text-align: left;
  }
  .wrap_footer {
    padding: 32px 40px;
  }
 
}

@media only screen and (max-width: 600px) {
  .container, #wrapper section h2, nav .inner {
    max-width: 400px;
  }
  .oneCol, .twoCol, .threeCol, .fourCol {
    margin: 10px 0 0 2.5%;
    height: 185px;
  }
  .oneCol {
    width: 46.25%;
  }
  .twoCol {
    width: 95%;
  }
  .threeCol {
    width: 46.25%;
  }
  .fourCol {
    width: 95%;
    height: 380px;
  }
  .oneCol a, .twoCol a, .threeCol a, .fourCol a {
    padding-top: 40px;
  }
  #careers .urgent .icon {
    margin-bottom: 30px;
  }
  #careers .urgent .titleB {
    padding: 0 20px;
  }
  #technologies .java, #technologies .sql, #careers .urgent, #growth .training, #growth .usa, #interview .qa, #interview .send {
    width: 46.25%;
  }
  #technologies .java img, #technologies .sql img {
    margin-top: 6px;
  }
  #technologies > .content > .col:nth-child(2) {
    display: none;
  }
  #technologies > .content > .col:nth-child(13) {
    display: none;
  }
  }




