body,html{
	width: 100%;
}
.container{
	margin: 0 auto;
	width: 1260px;
}
.container2{
	margin: 0 auto;
	width: 1920px;
}
.container3{
	margin: 0 auto;
	width: 1300px;
}
.banner-text{
	position: absolute;
	z-index: 100;
	top: 330px;
	left: 50%;
	margin-left: -650px;
}
.slice-line{
	display:inline-block;
	width: 1px;
	height: 40px;
	background: #999;
}
.activity{
	color: #4A90E2;
	border-bottom: 2px solid;
}
.tab-href a{
	padding: 0 3px 3px 3px;
}
.js_search_ipt{
	margin-left: 40px;
	width: 229px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #ddd;
	padding: 0 40px 0 15px;
}
.js_search_btn{
	position: absolute;
	margin-left: -40px;
	font-size: 30px;
	margin-top: 5px;
}
.bottom-shadow{
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}
.js_btn_load_more{
	width: 134px;
	height: 36px;
	line-height: 36px;
	font-size:14px;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
	color: #4A90E2;
}
.scientific-knowledge .left-side {
	width: 867px;
}
.scientific-knowledge .right-side{
	width: 374px;
}
.scientific-knowledge .pl-line{
	border-left: 4px solid #4A90E2;
	padding-left: 5px;
}

.activity{
	color: #4A90E2;
	border-bottom: 2px solid;
}
.tab-href a{
	padding: 0 3px 3px 3px;
}
.js_search_ipt{
	margin-left: 40px;
	width: 229px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #ddd;
	padding: 0 40px 0 15px;
}
.js_search_btn{
	position: absolute;
	margin-left: -40px;
	font-size: 30px;
	margin-top: 5px;
}
.mod-title .tit{
	margin:auto;
	width: 170px;
	text-align: center;
	border-bottom: 2px solid #4A90E2;
	padding-bottom: 2px;
}
.layui-carousel-ind{
	z-index: 10;
}

#scientific-knowledge .top-banner{
	width:620px;
	height:278px;
}
.top-tit{
	position:absolute;
	width:100%;
	height:50px;
	left:0;
	bottom:0;
	line-height:50px;
	background:linear-gradient(rgba(000,000,000,0),rgba(000,000,000,.5));
}
#scientific-knowledge .sort{
	width:20PX;
	height:20px;
	line-height:18px;
	border:1px solid;
	color:#333;
}
#scientific-knowledge .ut-s{
	width:470px
}
#scientific-knowledge .iknow-list .act .sort{
	color:#fff;
	background:#4a90e2;
	border-color:#4a90e2;
}

#scientific-activity .act-top-banner{
	width:292px;
	height:420px;
}
#scientific-activity .act-list{
	margin-left:-35px;
	width:975px;
}
#scientific-activity .act-mod{
	width:290px;
	height:200px;
	margin:0 0 20px 35px;
}

.login-bc{
	margin: 20px auto 0 auto;
	/*width: 1920px;*/
	height: 550px;
}
.login-bc .bc-img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	z-index: 1;
}
.login-page .login-containt{
	position: absolute;
	right: 0;
	top: 90px;
	width: 520px;
	height: 354px;
	padding: 35px 25px;
	z-index: 10;
}
.login-page .account .left-icon{
	width: 54px;
	height: 54px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.login-page .account .left-ipt{
	width: 416px;
	height: 54px;
	line-height: 54px;
}
.err-tip{
	line-height: 20px;
	font-size: 12px;
	height: 30px;
	color:#ff6600;
}
.register-page .login-containt{
	position: absolute;
	right: 330px;
	top: 22px;
	width: 520px;
	height: 506px;
	padding: 35px 25px;
	z-index: 10;
}
.register-page .account .left-icon{
	position:absolute;
	width: 80px;
	height: 54px;
	line-height: 54px;
	z-index: 2;
}
.register-page .account .left-ipt{
	padding-left: 85px;
	width: 472px;
	height: 54px;
	line-height: 54px;
}
.js_verification_code{
	position: absolute;
	right:-1px;
	top: 0;
}
.site{
    overflow: hidden;
}
 
.wrapper {
    position: relative;
    width: 75rem;
}
 
.wrapper.demo1 {
    margin: 60px auto 0 auto;
}
 
.wrapper:not(.demo1) {
    margin: 160px auto 0 auto;
}
 
.wrapper>h3{
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-radius: 1.4rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
}
 
.wrapper>.container {
    position: relative;
    height: 25rem;
    margin: 0 auto;
    transform: translate3d(0,0,0);
}
 
.container>.cards-list {
 
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
 
    background-color: #f4f4f4;
    border-radius: 0.3125rem;
 
}
 
 
 
 
.wrapper.horizontal>.container {
    width: 75rem;
 
}
 
.wrapper.vertical>.container {
    width: 40rem;
}
 
 
.wrapper.horizontal .container .cards-list {
    width:20rem;
    height: 24rem;
}
 
.wrapper.horizontal .cards-list .img{
    height: 12rem;
}
 
.wrapper.vertical .cards-list {
    display: flex;
    height: 15rem;
}
 
.wrapper.vertical .cards-list .img,
.wrapper.vertical .cards-list .main-con {
    height:100%;
}
 
.wrapper.vertical .cards-list .img {
    width: 18rem;
}
 
.wrapper.vertical .cards-list .main-con{
    width: 22rem;
}
 
 
.cards-list>.img>img {
 
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
 
}
 
.cards-list>.main-con{
    padding:0 1rem;
    box-sizing: border-box;
}
 
.cards-list>.main-con .name {
    padding-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #424242;
}
 
.cards-list>.main-con .content {
    padding-top: 1rem;
    height: 4.5rem;
    font-size: 0.9rem;
    color: #777;
    text-align: justify;
    line-height: 1.4rem;
}
 
.cards-list>.main-con .label {
    font-size: 0.9rem;
    color: #555;
    padding: 1rem 0;
}
 
 
 
 
 
.btn-direct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity ease 300ms;
}
 
.wrapper:hover .btn-direct{
   opacity: .6;
}
 
.btn-direct:hover{
   opacity: .9!important;
}
 
.btn-direct.btn-left {
    left: 6rem;
}
 
.btn-direct.btn-right {
    right: 6rem;
}
 
.btn-direct>span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    margin:auto;
    border-top: 0.125rem solid #fff;
    border-left:0.125rem solid #fff;
}
 
.wrapper.horizontal .btn-direct>.shift-left {
    transform: translate(20%) rotate(-45deg);
}
 
.wrapper.horizontal .btn-direct>.shift-right {
    transform: translate(-20%) rotate(135deg);
}
 
.wrapper.vertical .btn-direct>.shift-left {
    transform:translateY(10%) rotate(45deg);
}
 
.wrapper.vertical .btn-direct>.shift-right {
    transform: translateY(-10%) rotate(-135deg);
}
 
 
 
.wrapper.demo6 .container {
    width: 20rem;
    height: 24rem;
    overflow: hidden; 
}
 
 
}
 
.my_slide .scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}
.my_slide .scrollbar::-webkit-scrollbar {
  width: .6rem;
}
.my_slide .scrollbar::-webkit-scrollbar-thumb {
  border-radius: .6rem;
  background-color: rgba(100, 100, 100, 0.4);
}
.my_slide .site {
  overflow: hidden;
}
.my_slide .wrapper {
  position: relative;
  width: 75rem;
}
.my_slide .wrapper.demo1 {
  margin: 20px auto 0 auto;
}
.my_slide .wrapper:not(.demo1) {
  margin: 160px auto 0 auto;
}
.my_slide .wrapper > h3 {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 1.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
.my_slide .wrapper > .container {
  position: relative;
  height: 25rem;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
}
.my_slide .container > .cards-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
}
.my_slide .wrapper.horizontal > .container {
  width: 75rem;
}
.my_slide .wrapper.vertical > .container {
  width: 40rem;
}
.my_slide .wrapper.horizontal .container .cards-list {
  width: 696px;
  height: 358px;
}
.my_slide .wrapper.horizontal .cards-list .img {
  width: 696px;
  height: 358px;
  border-radius: 15px;
  overflow: hidden;
}
.my_slide .wrapper.vertical .cards-list {
  display: flex;
  height: 15rem;
}
.my_slide .wrapper.vertical .cards-list .img,
.my_slide .wrapper.vertical .cards-list .main-con {
  height: 100%;
}
.my_slide .wrapper.vertical .cards-list .img {
  width: 18rem;
}
.my_slide .wrapper.vertical .cards-list .main-con {
  width: 22rem;
}
.my_slide .cards-list > .img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
}
.my_slide .cards-list > .main-con {
  padding: 0 1rem;
  box-sizing: border-box;
}
.my_slide .cards-list > .main-con .name {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #424242;
}
.my_slide .cards-list > .main-con .content {
  padding-top: 1rem;
  height: 4.5rem;
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.4rem;
}
.my_slide .cards-list > .main-con .label {
  font-size: 0.9rem;
  color: #555;
  padding: 1rem 0;
}
.my_slide .btn-direct {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: pointer;
  z-index: 100;
  transition: opacity ease 300ms;
}
.my_slide .wrapper:hover .btn-direct {
  opacity: .6;
}
.my_slide .btn-direct:hover {
  opacity: .9!important;
}
.my_slide .btn-direct.btn-left {
  left: 6rem;
}
.my_slide .btn-direct.btn-right {
  right: 6rem;
}
.my_slide .btn-direct > span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: .8rem;
  height: .8rem;
  margin: auto;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
}
.my_slide .wrapper.horizontal .btn-direct > .shift-left {
  transform: translate(20%) rotate(-45deg);
}
.my_slide .wrapper.horizontal .btn-direct > .shift-right {
  transform: translate(-20%) rotate(135deg);
}
.my_slide .wrapper.vertical .btn-direct > .shift-left {
  transform: translatey(10%) rotate(45deg);
}
.my_slide .wrapper.vertical .btn-direct > .shift-right {
  transform: translatey(-10%) rotate(-135deg);
}
.my_slide .wrapper.demo6 .container {
  width: 20rem;
  height: 24rem;
  overflow: hidden;
}
.c-118{
	color: #1181d0;
}
.company-desc{
	width: 273px;
	height: 236px;
	border: 5px;
	box-shadow:#ddd 0px 0px 10px;
}
.ava-desc{
	width: 273px;
	height: 316px;
	border: 5px;
	box-shadow:#ddd 0px 0px 10px;
}
.mt60{
	margin-top: 60px;
}
.sh-ani{
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.sh-ani:hover{
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	transform:scale(1.04)
}
.fs-48{
	font-size: 48px;
}
body{
	background-color: #f5f5f5;
}
.pt70{
	padding-top: 70px;
}
.footer>img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.footer>div{
	position: relative;
	z-index: 5;
}
.mt28{
	margin-top: 28px;
}
.nav{
	margin-left: -15px;
}
.nav a{
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 15px;
	margin-right: 15px;
}
.nav a:first-child{
	border: 0px solid;
}
.mb60{
	margin-bottom: 60px;
}
.header{
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	min-width: 1300px;
}
.header .blur{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1181d0;
} 
.head-nav a{
	color: #fff;
	margin-left: 40px;
	padding: 0 10px 1px 10px;
}
.head-nav .on{
	border-bottom: 2px solid #fff;
}
.c-555{
	color: #555555;
}
.aboutus-desc>img,.abs-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutus-mod{
	width: 320px;
	padding: 0 60px;
	border-right: 1px solid rgba(255,255,255,.7);
	height: 134px;
}
.aboutus-mod:last-child{
	border-right: 0px solid;
}
.mt130{
	margin-top: 130px;
}
.c-ba{
	color: #bababa;
}
.c-2d{
	color: #2d2d2d;
}
.fs-60{
	font-size: 60px;
}
.data-ways{
	width: 220px;
	margin-right: 55px;
}
.data-ways:last-child{
	margin-right: 0;
}
.pt70{
	padding-top: 70px;
}
.news-btn{
	border: 2px solid;
	border-radius: 3px;
	padding: 5px 30px;
}
.news-list{
	margin-left: -38px;
}
.news-list >a{
	width: 397px;
	height: 338px;
	margin-top: 30px;
	margin-left: 38px;
}
.pb60{
	padding-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}
.new-content img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.mt90{
	margin-top: 90px;
}
#carousel1{
	min-width: 1300px;
}
.module-title{
	min-width: 1300px;
}
.cloud-view-body{
	min-width: 1300px;
}