/*@font-face{
    font-family:'myFont';
    src: url(https://static.cdn.dgene.com/pc/fonts/PingFangSCRegular.ttf);
    src: url(https://static.cdn.dgene.com/pc/fonts/SourceHanSansCN-Medium.otf);
    src: url(https://static.cdn.dgene.com/pc/fonts/SourceHanSansCN-Regular.otf);
    src: url(https://static.cdn.dgene.com/pc/fonts/SourceHanSansCNMedium.eot);
    src: url(https://static.cdn.dgene.com/pc/fonts/SourceHanSansCNMedium.woff);
    font-weight: normal;
    font-style: normal;
  }*/
  a:focus{
    outline: none;
  }
html {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color:#333;
}
.position-relative {
    position: relative;
}
.float-none{
    float: none;
}
@media (max-width: 992px){
    .col-md-1{
        width: 8.33333333%;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-2{
        width: 16.66666667%;
    }
    .col-md-6{
        width: 50%;
    }
    .col-md-7{
        width: 58.33333333%;
    }
    .col-md-8{
        width: 66.66666667%;
    }
}
/* @media (min-width: 768px){
    html,body{
        font-size: 12px;
        min-width: 1280px;
    }
}
@media (min-width: 992px){
    html,body{
        font-size: 14px;
        min-width: 1280px;
    }
}
@media (min-width: 1300px){
    html,body{
        font-size: 16px;
    }
    .container {
        width: 1280px;
    }
}
@media (min-width: 1600px){
    html,body{
        font-size: 16px;
    }
    .container {
        width: 1440px;
    }
}
@media (min-width: 1800px){
    .container {
        width: 1680px;
    }
} */
.banner_nav .container{
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}
.container{
    min-width: 1280px;
    padding-left: 70px;
    padding-right: 70px;
}
.header_animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/* .navbar .navbar-collapse.collapse{
    height: 100%!important;
} */
.navbar,nav,.navbar-nav,.navbar-nav > li{
    height: 100%;
}
.header_animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
.headroom--not-top.slideDown,.banner_nav:hover.banner_nav{
    background: #F7F7F7;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.02);
}
.headroom--not-top.slideDown .navbar-default .navbar-nav > li > a,.banner_nav:hover .navbar-default .navbar-nav > li > a{
    color: rgba(31,31,31,1);
    text-shadow: none;
}
.headroom--not-top.slideDown .navbar-default .navbar-nav > li.navactive > a,.banner_nav:hover .navbar-default .navbar-nav > li.navactive > a{
    color: rgba(31,31,31,1)!important;
}

.headroom--not-top.slideDown .navbar-default .navbar-nav > li > a:before,.banner_nav:hover .nav.navbar-nav > li > a:before{
    background: #1f1f1f;
}
.navbar-brand{
    /* background: url(../images/logo.png) center bottom no-repeat; */
    background: url(https://static.cdn.dgene.com/pc/images/logo.png) center bottom no-repeat;
    width: 120px;
    height: 34px;
    background-size: 100% auto;
}
.headroom--not-top.slideDown .navbar-brand,.banner_nav:hover .navbar-brand{
    /* background: url(../images/logo_blue.png) center bottom no-repeat; */
    background: url(https://static.cdn.dgene.com/pc/images/logo_blue.png) center bottom no-repeat;
    width: 120px;
    height: 34px;
    background-size: 100% auto;
}
.navbar-nav > li > .dropdown-menu{
    background: rgba(255, 255, 255, .9);

}
.agile_short_dropdown li{
    height: 40px;
    line-height: 40px;
}
.agile_short_dropdown li a{
    color: #2C4B5B;
}
.agile_short_dropdown > li:hover{
    background: #2C4B5B;
    color: #ffffff;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100px)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.header_animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}



.dgene-color-font{
    color:#45c2fd;
}
.dgene-color-bg{
    background-color:#45c2fd;
}
#header {
    width: 100%;
    height: 31.25rem;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-title h3{
    font-size: 5rem;
    color: #ffffff;
    letter-spacing: 0.3rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.20);
}

.header-title h4 {
    font-weight: normal;
    margin-top: 2rem;
    font-size: 1.375rem;
    color: #ffffff;
    letter-spacing: 0.3rem;
    text-shadow: 0 2px 6px rgba(2, 71, 18, 0.50);
}

.header-title p{
    font-size: .875rem;
    color: #ffffff;
    letter-spacing: 0.3rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header-title .banner{
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.1rem;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10); */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
}
.header-title .banner ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.header-title .banner ul li{
    flex: 1;
    cursor: pointer;
}
.header-title .banner ul li a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.header-title .banner ul li:hover, .header-title .banner ul li.active{
    background: #45C2FD;
    color: #ffffff;
}
.card{
    display: flex;
    align-items: center;
}
.card:hover{
    box-shadow: 0 7px 19px rgba(0,0,0,0.15);
}
.card img{
    width: 100%;
    /* height: 100%; */
    /* height: 407px; */
}
.card video{
    width: 100%;
    /* height: 100%; */
    /* height: 407px; */
}
.card > div{
    flex: 1;
    z-index: 2;
}
.card .cardtitle{
    padding: 0 63px;
    display: flex;
    flex-direction: column;
}
.card .cardtitle span:first-child{
    font-family:myFont, sans-serif;
    font-size:40px;
    color:#333333;
    letter-spacing:0;
    line-height:50px;
    text-align:left;
    font-weight: 500;
}
.card .cardtitle span:last-child{
    margin-top: 40px;
    font-family:myFont, sans-serif;
    font-size:16px;
    color:#666666;
    line-height:24px;
    text-align:left;
}
section{
    padding: 1rem 0;
}
main{
    padding: 1rem 0;
    position: relative;
}
.section-title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    width: 100%;
    height: 2.5rem;
}

.section-title:before {
    content: '';
    /* background-image: url("../images/dgman/dotImage.png"); */
    background-image: url(../images/dotImage.png);
    height: 100%;
    width: 10.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.section-title h3 {
    margin: 0 3rem;
    line-height: 1em;
    font-size: 2.5rem;
}

.section-title:after {
    content: '';
    /* background-image: url("../images/dgman/dotImage.png"); */
    background-image: url(https://static.cdn.dgene.com/pc/images/dgman/dotImage.png);
    height: 2.5rem;
    width: 10.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: scaleX(-1);
}

.section-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    font-size: 16px;
    /* letter-spacing: 4px; */
    line-height: 30px;
    font-family: myFont, sans-serif;
    color:#666锛�
}
.section-media{
    position: relative;
    overflow: hidden;
}
.section-tabmedia{
    width: 100%;
    height: 0;
    padding-bottom: 53%;
}
.section-tabmedia img, .section-tabmedia video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	width: 100%;
}
.transition-1s{
    transition: 1s;
    -moz-transition: 1s; /* Firefox 4 */
    -webkit-transition: 1s; /* Safari 闂傚倷绀侀幉锛勫垝閿濆绠柨鐕傛嫹 Chrome */
    -o-transition: 1s; /* Opera */
}
/*缂傚倸鍊风欢锟犲窗濡ゅ啯鏆滈柟鐑橆殕閸嬨倝鏌ㄩ悤鍌涘*/

#particles-js{
    opacity: 1;
    transition: all 0.9s;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.nav-tabs{
    border: none;
    padding: 0 30px;
}

.nav-tabs > li > a:hover, .nav-tabs> li > a:focus{
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs > li > a{
    border: none;
    color:#536068;;
    transition: color .3s;
    margin-top: 3rem;
    font-size: 1.375rem;
    letter-spacing: 0.87px;
    margin-bottom: 5rem;
    padding: 10px 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #45c2fd;
    background-color:transparent;
    text-decoration: none;
    border: none;
}
.nav-tabs > li > a.nav-link:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 4px;
    width: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    background-color: #45c2fd;
}

.nav-tabs > li > a.nav-link:hover{
    color: #45c2fd;
}
.nav-tabs > li.active > a.nav-link:after,
.nav-tabs > li > a.nav-link:focus:after,
.nav-tabs > li > a.nav-link:hover:after {
    border-radius:2px;
    width:24px;
}


#footer {
    width: 100%;
    background-color: #081b26;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#footer .row{
    width: 100%;
    margin: 0;
  }
#footer .infobox{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #2C4B5B solid 1px;
}
#footer dt,#footer .col-md-4 dd  {
    color: white;
    
}
#footer .col-md-4 dd{
    font-weight: lighter;
}
#footer .col-md-3,#footer .col-md-1,#footer .col-md-6{
    padding-right: 10px;
    padding-left: 10px;
}
#footer .contactSecord{
    margin-left: 15px;
}
#footer .contact{
    display: flex;
    justify-content: flex-end;
}
#footer dt{
    font-size: 14px;
}
#footer dd {
    margin-top: 5px;
    font-size: 12px;
    color: #536068;
    letter-spacing: 0;
    text-align: left;
    line-height: 25px;
}
#footer dd a {
    color: #536068;
    text-decoration: none;
}
#footer .col-md-5 img:nth-child(1) {
    padding: 0 2rem 0 1rem;
}
.footerright{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
}
.social-content {
    margin: 1rem auto;
    width: 80%;
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
}

.copyright {
    margin: 1rem 0 1rem 0;
    color: #536068;
    letter-spacing: 0;
    text-align: left;
    font-size: 12px;
}
.copyright a{
    color: #536068;
    text-decoration: none;
}

.copyright span:nth-child(2), .copyright span:nth-child(3) {
    float: right;
    margin-right: 2rem;
}
.copyright span:nth-child(2){
    margin-right: 0;
}
.vlog-position .weibo{
    width: 22px;
    margin-left: 10px;
}
.vlog-position .weixin{
    width: 23px;
    margin-left: 20px;
}
.vlog-position{
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.vlog-position span:hover img{
    transform: translateX(-999px);
    filter: drop-shadow(#66ccff 999px 0);
}
.vlog-position .weixinbox:hover::after{
    content:'';
    width:120px;
    height:120px;
    /* background: url(../images/index/qrcode.png) top center; */
    background: url(https://static.cdn.dgene.com/mobile/images/weixin.jpg) top center;
    background-size:100% auto;
    position:absolute;
    z-index:99999;
    bottom: 0;
    left: 90px;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.dgmanSwiper1-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* .text1{
    animation: slideDown 0.3s ease 0s 1 both;
    webkit-animation: slideDown 0.3s ease 0s 1 both;
  }
  .text2{
    animation: slideDown 0.3s ease 0.3s 1 both;
    webkit-animation: slideDown 0.3s ease 0.3s 1 both;
  }
  .text3{
    animation: slideDown 0.3s ease 0.6s 1 both;
    webkit-animation: slideDown 0.3s ease 0.6s 1 both;
  }
  .text4{
    animation: slideDown 0.3s ease 0.9s 1 both;
    webkit-animation: slideDown 0.3s ease 0.9s 1 both;
  } */
  @-webkit-keyframes slideDown {
  0% {
      -webkit-transform: translateY(10px);
      opacity: 0;
  }
  25% {
      -webkit-transform: translateY(5px);
      opacity: 1;
  }
  50% {
      -webkit-transform: translateY(0);
      opacity: 1;
  }
  100% {
      -webkit-transform: translateY(0);
      opacity: 1;
  }
}

@keyframes slideDown {
0% {
      -webkit-transform: translateY(10px);
      opacity: 0;
  }
  25% {
      -webkit-transform: translateY(5px);
      opacity: 1;
  }
  50% {
      -webkit-transform: translateY(0);
      opacity: 1;
  }
  100% {
      -webkit-transform: translateY(0);
      opacity: 1;
  }
}
/* #contentTab img,#contentTab video{
    height: 406px;
} */
.col-md-2, .col-md-4, .col-md-6, .col-md-7, .col-md-8{
    padding: 0;
}

.Magic360{
    border: none!important;
}
.language a:nth-child(1){
    margin-right: 0;
    display: inline-block;
    color: white!important;
  }
  .language a:nth-child(2){
    margin: 0 10px;
    cursor: none;
    display: inline-block;
  }
  .language a:nth-child(3){
    margin-left: 0;
    display: inline-block;
  }
  .language  > a:before{
    height: 0!important;
  }

  .banner_nav:hover .navbar-default .navbar-nav .language > a{
      color: #2c4b5b!important;
  }

  .headroom--not-top.slideDown .navbar-default .navbar-nav .language a{
    color: #2c4b5b!important;
  }
  
  
  
  .nav-tabs{
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .nav-tabs > li{
	  flex: 1;
	  padding: 0 5px;
  }
  .nav-tabs > li > a{
	  font-size: 16px;
	  border: 1px solid #D7DADB;
	  border-radius: 30px;
	  font-weight: 400;
	  width: 250px;
  }
  .nav-tabs > li > a.nav-link:hover{
	  color: -webkit-linear-gradient(right, #2E6CF4 , #2EF4C2);
	  border: 1px solid #D7DADB;
	  background-image: -webkit-linear-gradient(right, #2E6CF4 , #2EF4C2);
	  background-image: -o-linear-gradient(right, #2E6CF4 , #2EF4C2); /* Opera 11.1 - 12.0 */
	  background-image: -moz-linear-gradient(right, #2E6CF4 , #2EF4C2); /* Firefox 3.6 - 15 */
	  background-image: linear-gradient(to right, #2E6CF4 , #2EF4C2); /* 标准的语法 */
	  -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
	  -webkit-text-fill-color: transparent;
  }
  .nav-tabs > li.active > a{
	  color: #fff!important;
	  background: -webkit-linear-gradient(right, #2E6CF4 , #2EF4C2)!important;
	  background: -o-linear-gradient(right, #2E6CF4 , #2EF4C2)!important; /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, #2E6CF4 , #2EF4C2)!important; /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right, #2E6CF4 , #2EF4C2)!important; /* 标准的语法 */
	  -webkit-text-fill-color: #FFF!important;
  }
  .nav-tabs > li > a.nav-link:after{
	  background-color: transparent;
  }
  .section-description{
	  bottom: auto;
	  margin-top: 20px;
  }
  .coperationbox{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .coperationtitle{
	  font-size: 22px;
	  font-weight: 500;
  }
  .coperationcontent{
	  font-size: 16px;
	  line-height: 24px;
  }
  .panelcontainer{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  margin-top: 37px;
  }
  .panelcard{
	  width: 45%;
	  flex-wrap: wrap;
	  margin: 10px;
  }
  .panelcard:hover {
	border-radius: 3px;
	box-shadow: 0 7px 19px rgba(0,0,0,0.15);
   }
  /* #contentTab img{
	  width: 561px;
	  height: 374px;
  }
  .panelcard video {
	  width: 100%;
	  height: 270px;
  } */
  .scenarios .section-tabmedia{
	  padding-bottom: 66%;
  }
  .coperation .section-media{
	  width: 100%;
  }
  .coperation .section-tabmedia{
	  padding-bottom: 60%;
  }
  .header-title h4{
	  margin-top: 0;
	  line-height: 30px;
  }
  .panelcard span {
	font-size: 22px;
	padding: 20px;
	font-weight: normal;
	color: #333;
	float: left;
  }
  .panelcard span:last-child{
	  min-height: 60px;
  }
  .panelcard span:last-child {
	font-size: 14px;
	font-weight: 400;
	padding-top: 0;
	color: #666;
	height: 105px;
   }
  .video-js.vjs-fluid{
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  min-height: 100%;
	  min-width: 100%;
	  object-fit: cover;
  }
  .video-js .vjs-tech{
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  min-height: 100%;
	  min-width: 100%;
	  object-fit: cover;
  }
  .vjs-control-bar .vjs-icon-placeholder{
	  font-size: 12px!important;
  }
  #my_player2 .vjs-control-bar{
	  margin-bottom: 15px;
  }
  .scenarios div.card:not(:first-child){
	  margin-top: 50px;
  }
  
  
  .circle {
	width: 130px;
	height: 130px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 2.58px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/circle.png);
	background-size: 100% 100%;
  }
  .function {
	background: url(../images/group.jpg) center center no-repeat;
	background-size: 80% 85%;
  }
  
  
  .picture-item {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .picture-item {
	width: 180px;
	height: 180px;
	cursor: pointer;
  }
  .picture-item .picture-item-img img {
	width: 60%;
	height: 60%;
  }
  #tech-advantage .col-md-4 dd {
	font-size: 20px;
	color: linear-gradient(-90deg, #73BFB6 4%, #92C6FB 52%, #2F43AD 98%);
	letter-spacing: 0;
	line-height: 1.714em;
	color: #666;
  }