<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
author : Sir wangyahao 
Author URI:http://www.xrmseo.com
copyright by VTHINK: http://www.vshow.net/
*/



/* ä¹‹å‰é¦–é¡µå¤´éƒ¨ */


 
/* banner */
.banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.banner .pic {
  width: 100vw;
  height: 100vh;
  background: center/cover no-repeat;
}
.banner video {
  vertical-align: top;
}
.banner video.h {
  height: 100%;
}
.banner video.w {
  width: 100%;
}
.banner #three {
  width: 100%;
  height: 100vh;
  background-color: #1858a5;
}
.banner #three img {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
  animation: rotate 24s linear infinite;
}
.banner-text h3 img {
  width: 100%;
}
.banner-text {
  position: absolute;
  top: 44%;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-text h3 {
  width: 800px;
  padding-bottom: 30px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
.banner-text p {
  font-size: 30px;
  margin-top: 30px;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.banner-text p span {
  padding: 0 20px;
}
.video-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-pop .video {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop video {
  width: 100%;
  vertical-align: top;
}
.video-pop .close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -40px;
  right: -40px;
  background: url('../images/close-b.png') center/contain no-repeat;
  cursor: pointer;
}
.banner .learnmore {
  width: 210px;
  font-size: 13px;
  text-align: left;
  line-height: 50px;
  margin: 74px auto 0;
  opacity: 0;
}
.banner .learnmore a {
  display: block;
  color: #fff;
  padding-left: 20px;
  border: 1px solid #fff;
  background: url('../images/r-arrow.png') 90%/20px no-repeat;
}
.banner .learnmore:hover a {
  background-color: #ddaf0d;
  border-color: #ddaf0d;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0.5;
}
.banner .swiper-button-next {
  right: 50px;
}
.banner .swiper-pagination {
  bottom: 52%;
}
.banner .swiper-button-prev {
  left: 40px;
  /* background-image: url('../images/slide-l.png'); */
}
.banner .swiper-pagination-bullet {
  border-radius: 0;
  width: 24px;
  height: 2px;
  opacity: 1;
  background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
  background-color: #ddaf0d;
}
.banner .learnmore,
.banner .learnmore a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner-text h3,
.banner-text p {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.banner-text h3,
.banner-text p {
  opacity: 0;
}
.banner-text .play {
  width: 60px;
  height: 60px;
  margin: auto;
  background: url('../images/play.png') center/40px no-repeat;
  cursor: pointer;
}
.banner .learnmore {
  transition-delay: 0.3s;
}
.banner .swiper-slide-active .learnmore {
  opacity: 1;
}
.swiper-slide-active .banner-text h3,
.swiper-slide-active .banner-text p {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 20190325   thess.js  */  
.ys360 {
  /* position: relative; */
  background: url("../img/ys360.jpg") center no-repeat;
  /* background-attachment: fixed;
  height: 100%;
  overflow: hidden;
  margin-top: 0; */
}
.ys360txt {
  position: absolute;
  text-align: center;
  color: #fff;
  /* font-size: 16px; */
  /* line-height: 24px; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.ys360bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
}
.ys360p2 {
  padding: 32px 0;
}
.ys360p1 {
  padding-top: 30px;
}
.circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.circle li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
}
.circle li img {
  max-width: 100%;
}
.circle li.move {
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.circle li.move:first-child {
  animation-delay: 1.1s;
}

@keyframes circleMotion {
  0% {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
  21% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) rotate(0.1deg);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}
.ys360p1 {
  font-weight: bold;
  /* font-size: 30px; */
  /* line-height: 40px; */
  letter-spacing: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.ys360p1 span {
  display: block;
  /* font-size: 29px; */
  /* line-height: 30px; */
}
.ys360p2 {
  line-height: 105px;
  padding: 0;
}
.ys360p2 em {
  font-size: 90px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.ys360p2 span {
  display: inline-block;
  position: relative;
}
.ys360p2 i {
  position: absolute;
  font-size: 20px;
  right: -20px;
  top: -35px;
}
.ys360 span,
.ys360 em,
.ys360 i {
  font-style: normal;
  vertical-align: top;
}
.ys360p2 {
  margin-top: 40px;
}
.ys360p3 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 28px;
}
.ys360p4 {
  width: 140px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.ys360p4:hover{
    background-color: #fff !important;
    color: #0066dc !important;
}
/* three.js ç»“æŸ*/
/* ç¬¬ä¸‰å±å¼€å§‹ */
.active-item img {
  width: 100%;
  vertical-align: top;
}
/* .active-list {
  display: flex;
  justify-content:space-between;
} */
.active-item {
  width: 30%;
  /* margin-right: 5%; */
}
.active-item1  {
  margin-right: 5%;
}
.active-item:last-child {
  margin-right: 0;
}
.active-box {
  font-size: 12px;
  padding: 30px 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.active-itemaa:hover{
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.active-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.active-item1:hover .tit,.active-item3:hover .tit {
  color: #0041c6;
} 
.active-box .mark {
  color: #0041c6;
}
.active-box .activemore  {
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.active-box .activemore i{
  width: 16px;
  height: 9px;
  background: url("./../img/arrow-hui.png") no-repeat;
  display: inline-block;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all .5s;
  -webkit-transition: all .5s;
}
/* ä¸­é—´ç›’å­hover */
.active-box-1:hover .activemore i ,.active-box-2:hover .activemore i{
  background: url("./../img/arrow-bai.png") no-repeat;
  transform: translateX(0);
 -webkit-transform: translateX(0);
 position: relative;
 z-index: 100;
}
.active-box-1:hover .activemore span {
  transform: translateX(0);
 -webkit-transform: translateX(0);
}
.active-box-2:hover .activemore span {
  transform: translateX(0);
 -webkit-transform: translateX(0);
}
/* ä¸¤è¾¹ç›’å­hover */
.active-item1:hover .activemore i,.active-item3:hover .activemore i {
  background: url("./../img/arrow-blue.png") no-repeat;
  transform: translateX(0);
 -webkit-transform: translateX(0);
}
.active-item1:hover .activemore span,.active-item3:hover .activemore span{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  color: #0f60c8;
}


/* ä¸­é—´ç›’å­hover */
.active-box-1:hover,.active-box-2:hover{
  background-color: #0f60c8; 
}
.active-box-1:hover p,.active-box-2:hover p,.active-box-1:hover .time,.active-box-1:hover a,.active-box-2:hover .time,.active-box-2:hover a{
  color: #fff;
}
/* ä¸­é—´ç›’å­hover */


.active-tit {
  min-height: 60px;
}
.active-box .tit {
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 12px;
  height: 48px;
  line-height: 24px;
  padding-right: 90px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.active-box .time,
.active-box .introduction {
  color: #686868;
}
.active-box .time {
  font-size: 12px;
  right: 0;
  bottom: 23px;
  font-weight: normal;
  position: absolute;
}
.active-item .pic,
.major-active {
  overflow: hidden;
  width: 100%;

}
.active-item .pic {
   height: 240px;
}
.major-active img,.active-item .pic  img{
  width: 100%;
}
.major-active-wz {
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 70px;
  z-index: 6;
}
.major-active {
  position: relative;
  box-sizing: border-box;
  height: 382px;
  padding: 0;
  margin-bottom: 32px;
  color: #fff;
  background-color: #0f8ec7;
}
.major-active .active-share-list {
  padding: 60px 0;
}
.major-active .active-share-item {
  float: left;
  margin-left: 14px;
}
.major-active .active-share-item:first-child {
  margin-left: 0;
}
.major-active .active-share-item a {
  display: block;
  width: 48px;
  height: 36px;
  background: center/34px no-repeat;
}
.major-active .active-share-item.wx a {
  background-image: url('../images/wx.png');
}
.major-active .active-share-item.wb a {
  background-image: url('../images/wb.png');
}
.major-active .active-share-item.facebook a {
  background-size: 14px;
  background-image: url('../images/facebook.png');
}
.major-active .tit {
  font-size: 17px;
  margin-bottom: 20px;
}
.major-active .time,
.major-active .introduction {
  font-size: 12px;
}

.introduction {
  line-height: 20px;
}

.active-item1,
.active-item3,
.active-item2 .active-box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.activemore {
  font-size: 12px;
  color: #8a8a8a;
  display: inline-block;
}
.activemore:hover{ 
  color: #8a8a8a;
}
.activemore i {
  font-size: 16px;
  margin-right: 15px;
  transform: translateX(-100%);
  /* -webkit-opacity: 0; */
}
.activemore span {
  transform: translateX(-32px);
  -webkit-transform: translateX(-32px);
  display: inline-block;
}
.active-warp .active {
  width: 1120px;
  margin: 0 auto;
}
.active-item1,
.active-item2 .active-box,
.active-item3,
.active-item2 .major-active {
  position: relative;
}
.active-box-1 {
  background-color: #025DCB;
  color: #fff !important;
}

.active-box-1 p,.active-box-1 .time{
  color: #fff !important;
}
.active-box-1 a{
  color: #fff !important;
}
.active-item1:before,
.active-item3:before,
.active-item2 .active-box:before,
.active-item2 .major-active:before {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.active-item1:hover:before,
.active-item3:hover:before {
  opacity: 0.1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
}

.geneone .geneonera {
  height: 790px;

}
.geneone .geneonerb{
  height: 560px;
  transform: translateY(40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.geneone .geneonerc {
  height: 690px;
  transform: translateY(40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.geneone .geneonerd {
  height: 680px;
  transform: translateY(40px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.active-box-1 {
  padding-top: 28px;
  padding-bottom: 39px;
  margin-bottom: 33px;
}
.active-box-2{
  padding-top: 32px;
  padding-bottom: 33px;
  margin-bottom: 0px;
}

.active-warp-web{
  display: none;
}
/* æ–°å¢žCSS */
/* html,body { 
	overflow: hidden;
	width: 100%;
    height: 100%;
}
.page { 
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
		}
.contain { 
	width: 100%;
		height: 100%;
		display: none;
		position: relative; 
		z-index: 0;
	}
.current .contain, .slide .contain {
	 display: block;
	}
.current { display: block;
	z-index: 1;
}
.slide { display: block;
	 z-index: 2;
}
.page3 { background:#fff;} */





/* ç¬¬ä¸€å±åˆ‡æ¢å¯¼èˆª */

/* .w1200 {
    width: 1200px;
    margin: 0 auto;
}




.swiper-nav {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    background: url("./../image-new/icon/icon-i1.png") center 77px no-repeat;
    z-index: 999;
 }
 .swiper-nav  {
     width: 100%;
     text-align: center;
 }
 .swiper-nav ul {
     width: 1234px;
     margin: 0 auto;
 }
.swiper-nav li{
    float: left;
}
.swiper-nav li.white {
    background: url("./../image-new/icon/icon-i3.png") no-repeat center 78px ;
}
.swiper-nav li.yellow {
    background: url("./../image-new/icon/icon-i2.png") no-repeat center 69px ;
}
.swiper-nav li.yellow a{
    color: #f7cc45;
}
.swiper-nav li a{
    color: #fff;
    padding: 0 44px;
    display: block;
    line-height: 81px;
    font-size: 22px;
    font-weight: 500;
}
.contain-swiper {
    width: 100%;
    height: 100%;
}
.contain-swiper  {
    position: relative;
}
.contain-swiper .swiperx{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-size: cover; 
}

.contain-swiper .swiperx.left{
    left: 0;
}

.main2-right {
    width: 34%;
}
.main2-left{
    width:42%; 
}
.main2,.main5,.main6 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.main5  {
    top: 45%;
}
.main6 {
    top: 45%;
}
.main2-left h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 29px;
}
.main2-left i {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-bottom: 29px;
}
.main2-left p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
}
.main2-left a{
    display: block;
    width: 140px;
    height: 38px;
    border-radius: 23px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    transition: all .5s;
}
.main2-left a:hover {
    background-color: #fff;
    color: #2974cb;
}




.main2-item {
   width: 100%;
   border: 1px solid #fff;
   border-radius: 4px;
   margin-bottom: 38px;
   box-sizing: border-box;
   position: relative;
   z-index: 555;
   height: 101px;
  
}
.main2-item .shadow{
    width: 0;
    height: 100%;
    background-color: #2974cb;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all .6s;
}
.main2-item:hover .shadow{
    width: 100%;
}

.main2-item h5{
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    opacity: 1;
    padding-top: 22px;
    padding-left: 50px; 
    position: relative;
    z-index: 777;
}
.main2-item p{
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    padding-left: 50px; 
}
.main2-item a{
    display: block;
    width: 38px;
    height: 38px;
    background: url("./../image-new/icon/icon-i4.png") no-repeat center;
    margin-top: 33px;
    margin-right: 48px;
    position: relative;
    z-index: 777;
}

.main2-top a{
    display: block;
    width: 140px;
    height: 38px;
    border-radius: 23px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-top: 112px;
    margin-left: 74px;
    transition: all .5s;
}
.main2-top a:hover{
    background-color: #fff;
    color: #2974cb;
}
.main3-bottom .main2-item {
    width: 30%;
}
.main3-margin {
    margin: 0 5%;
}
.main5 .main2-left i{
    margin: 0 auto;
    margin-bottom: 30px;
}
.main5 .main2-left {
    margin: 0 auto;
    text-align: center;
    width: 59%;
}
.main5 .main2-right{
    width: 100%;
    padding: 0 16%;
    box-sizing: border-box;
}
.main5 .main2-item{
    width: 45%;
    margin-bottom: 0px;
}

.main6 .main2-right {
    width: 44%;
}
.main6 .main2-item  {
    margin-bottom: 0px;
    border-radius: 0px;
}
.main6 .main2-item:nth-child(1){
    border-bottom: none;
}
.main6 .main2-item:nth-child(2){
    border-bottom: none
}
.main6 .main2-item a{
    width: 19px;
    height: 7px;
    background: url("./../image-new/icon/icon-i5.png") no-repeat center;
    margin-top: 46px;
}

.swiperx-bg1,.swiperx-bg2,.swiperx-bg3,.swiperx-bg4,.swiperx-bg5,.swiperx-bg6{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    left: -100%;
}
.banner-text1 {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
} */





/*0619*/
.activemore{ color:#999;}
.active-box .tit{ color:#222;}
.ys360p4,.active-box .mark{ color:#0f60c8;}
.active-item1:hover .tit, .active-item3:hover .tit {

    color: #0f60c8;

}
.active-box-1:hover, .active-box-2:hover{ background:#0f60c8;}</pre></body></html>