/* Montserrat */
@font-face {
	font-family: ge-b; 
	font-style: normal; 
		 src:url("Geologica-Bold-1.eot")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Bold.eot*/ format("embedded-opentype"),
		 url("Geologica-Bold-1.woff")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Bold.woff*/ format("woff"),
		 url("Geologica-Bold-1.ttf")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Bold.TTF*/ format("truetype"),
		 url("Geologica-Bold-1.otf")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Bold.otf*/ format("opentype");
	 font-weight: bold;
 }
 /* Montserrat */
@font-face {
	font-family: 'ge'; 
	font-style: normal; 
		 src:url("Geologica-Regula-1.eot")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Regula.eot*/ format("embedded-opentype"),
		 url("Geologica-Regular-1.woff")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Regular.woff*/ format("woff"),
		 url("Geologica-Regular-1.ttf")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Regular.TTF*/ format("truetype"),
		 url("Geologica-Regular-1.otf")/*tpa=https://www.raysvalve.cn/static/font/Geologica-Regular.otf*/ format("opentype");
		 font-style:normal;
 }
 

body {
	font-family: 'ge',Microsoft YaHei,Arial,sans-serif !important; 
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

p {
	margin: 0 0 1rem
}

h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: inherit
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

a:visited {
	text-decoration: none
}
*{margin: 0;
    padding: 0;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
  }
  body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #000;
    font-size: 16px;
	line-height: 1.5;
	font-family: 'ge',-apple-system,Segoe UI,Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei,"STSong","SimSun",Arial,sans-serif; 
    background: #fff;
  }
  
  h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ 
      margin:0px; 
      padding:0px; 
      font-style:normal; 
      border:0;
  }	
  img {
      border:0px;
      border:none;
  }
  ol,ul,li{
      list-style:none;
  }
  a {
      -webkit-transition:all 0.4s ease;
      transition:all 0.4s ease; 
      text-decoration:none; 
      outline:none;
      color: #000;
     font-family: 'ge',-apple-system,Segoe UI,Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei,"STSong","SimSun",Arial,sans-serif; 
 
  }


.wp-checkbox {
	align-items: center;
	color: #003645;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	min-height: 1.5rem;
	padding-left: 0rem;
	position: relative
}

.wp-checkbox--checkmark {
	background-color: transparent;
	border: 2px solid #003645;
	border-radius: 3px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
	display: none;
}
.wp-checkbox a:hover {
	color: #1f29bd;
	text-decoration: underline;
}
.-disabled .wp-checkbox--checkmark {
	filter: grayscale(100%)
}

.wp-checkbox--checkmark:after {
	border: solid #003645;
	border-width: 0 2px 2px 0;
	content: "";
	display: none;
	height: 10px;
	left: 7px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 5px
}

.wp-checkbox--input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
	
}

.wp-filter--subItem .wp-checkbox--text{
	color: #222;
	font-size: 16px;
	 line-height: 23px;
	 height: 23px;
}
.wp-filter--subItem .wp-checkbox--text:before{
	content: '';
	display: inline-block;
	width: 15px;
    height: 15px;
    background: #aaa;
    transform: translateY(1px);
	margin-right: 8px;-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wp-filter--subItem .wp-checkbox--text:hover:before{
	background: #2028bd; 
}

.wp-checkbox--input:checked+.wp-checkbox--checkmark:after {
	display: block
}

.-disabled .wp-checkbox--text {
	
}

.wp-filter {
	display: flex;
	justify-content: center;
	padding: 0;
	position: fixed;
	top: var(--header-height);
	top: 110px;
	width: 100%;
	z-index: 5
}
.master_hide .wp-filter{
	top: 70px;
	z-index: 99;
}
@media screen and (min-width:1024px) {
	.wp-filter {
		background-color: #1f29bd;
		display: block
	}
}

.wp-filter.-scroll {
	position: sticky
}

.wp-filter--box {
	border-radius: 0rem;
	display: none;
	position: relative
}

@media screen and (min-width:1024px) {
	.wp-filter--box {
		align-items: center;
		display: flex
	}
}

.wp-filter--box.-open {
	display: block
}

.wp-filter--button {
	align-items: center;
	background-color: transparent;
	border: none;
	color: inherit;
	color: #003645;
	cursor: pointer;
	display: flex;
	font-family: 'ge',Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1rem 1rem 1rem 0;
	text-align: left;
	text-transform: uppercase
}

.wp-filter--button svg {
	margin-left: .5rem;
	stroke: #003645;
	transition: all .3s ease-in-out
}

@media screen and (min-width:1024px) {
	.wp-filter--button.-mobile {
		display: none
	}
}

.wp-filter--button.-reset {
	display: none
}

.wp-filter--button.-reset.-show {
	display: inherit
}

.wp-filter--button.-toggle {
	text-transform: none;
	width: 100%
}

@media screen and (min-width:1024px) {
	.wp-filter--button.-toggle {
		cursor: pointer;
		display: flex;
		
		padding: 1rem .5rem
	}
}

.wp-filter--buttons {
	align-items: center;
	display: flex;
	justify-content: space-between;
	display: none;
}

.wp-filter--close {
    align-items: center;
    background-color: #3db1f5;
    border: none;
    color: inherit;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: 'ge', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.5;
    padding: .75rem 0;
    text-transform: uppercase;
    width: 100%;display: none;
	
}

.wp-filter--close svg {
	height: 1.5rem;
	stroke: #fff;
	width: 1.5rem
}

.wp-filter--close svg path {
	stroke-width: 4px
}

.wp-filter--close.-desktop {
	display: none;
	height: 100%;
	margin-right: 1rem;
	padding: 0 1rem;display: none!important;
}

@media screen and (min-width:1024px) {
	.wp-filter--close.-desktop.-open {
		display: flex
	}

	.wp-filter--close.-mobile {
		display: none
	}
}

.wp-filter--content {
	background-color: #1f29bd;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 auto;
	max-width:  ;
	padding: 0 0rem;
	width: 100%
}

@media screen and (min-width:768px) {
	.wp-filter--content {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

@media screen and (min-width:1220px) {
	.wp-filter--content {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media screen and (min-width:1440px) {
	.wp-filter--content {
		padding: 0
	}
}

@media screen and (min-width:1024px) {
	.wp-filter--content {
		flex-direction: row-reverse;
		/*justify-content: space-between;*/
		width: calc(100% - 3rem)
	}
}

@media screen and (min-width:1220px) {
	.wp-filter--content {
		width: calc(100% - 4rem)
	}
}

@media screen and (min-width:1440px) {
	.wp-filter--content {
		width: 100%
	}
}

.wp-filter--counter {
	background-color: #7fdeda;
	border-radius: .1875rem;
	color: inherit;
	color: #003645;
	font-family: 'ge',Arial,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: 1.5rem
}

.wp-filter--icon {
	display: flex
}

.wp-filter--icon.-chevron svg {
	margin-left: .5rem;
	stroke: #fff
}

.wp-filter--icon.-close {
	display: none
}

.-open .wp-filter--icon.-close {
	display: flex
}

.wp-filter--icon.-close svg {
	height: 1.5rem;
	width: 1.5rem
}

.-open .wp-filter--icon.-filter {
	display: none
}

.wp-filter--label {
	color: inherit;
	color: #fff;
	display: none;
	font-family: 'ge',Arial,sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 1.5rem 0 0
}

@media screen and (min-width:1024px) {
	.wp-filter--label {
		display: block
	}
}

.wp-filter--list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.wp-filter--listItem {
	align-items: center;
	color: #003645;
	cursor: pointer;
	display: flex;
	flex: 0 1 50%;
	margin-right: 0;
	padding: 0;
	text-decoration: none
}

@media screen and (min-width:1024px) {
	.wp-filter--listItem {
		flex: 1 0 auto;
		margin-right: 50px;
		padding: .5rem 0
	}
}

.wp-filter--listItem.-open .wp-filter--button svg {
	transform: rotate(180deg)
}

.wp-filter--listItem.-open .wp-filter--options {
	display: block
}

.wp-filter--options {
	background: #f7f7f7;
	left: -1rem;
	padding: 1.5rem 0 0;
	position: absolute;
	right: 0;
	top: calc(var(--header-height) + 3.5rem);
	width: 100vw
}

@media screen and (min-width:1024px) {
	.wp-filter--options {
		left: 0;
		position: fixed;
		top: calc(var(--header-height) + 4.5rem);
		width: 100%
	}
}

.wp-filter--subList {
	list-style: none;
	margin-bottom: 1.5rem;
	padding-left: 1rem
}

@media screen and (min-width:1024px) {
	.wp-filter--subList {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		display: block;
		margin: 0 auto;
		        width: 90%;
        max-width: 1480px;
		padding: 0 1rem
	}
}

@media screen and (min-width:1024px) and (min-width:768px) {
	.wp-filter--subList {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

@media screen and (min-width:1024px) and (min-width:1220px) {
	.wp-filter--subList {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media screen and (min-width:1024px) and (min-width:1440px) {
	.wp-filter--subList {
		padding: 0
	}
}

.wp-filter--subItem {
	margin-bottom: 1rem;
	float: left;
	margin-right: 4%;
}

.wp-filter--subItem:last-child {
	margin-bottom: 0
}

@media screen and (min-width:1024px) {
	.wp-filter--subItem {
		flex: 0 1 calc(20% - 0.75rem)
	}

	.wp-filter--subItem,.wp-filter--subItem:last-child {
		margin-bottom: 1.5rem
	}
}

.wp-filter--subItem .wp-checkbox--checkmark {
	background-color: #3438b7;
	border-color: #fff;
	border-width: 1px;
	top: 2px
}

.wp-filter--subItem .wp-checkbox--input:checked+.wp-checkbox--checkmark {
	background-color: #fff
}

.wp-filter--text {
	margin-right: 5px;
    color: #fff;
}

 .weiz90 {
	padding-top: 200px;
	background: #f1f1f1;
}
 .weiz90 .weiz{
 	text-align: right;
 	opacity: 1;
 }
.news-study {
    display: flex;
    padding-top: 0px; 
    position: relative;
	width: 100%;
	background: #f1f1f1;
}
.left-scroll {
    /* align-items: flex-end;    
    display: flex; */
    min-height: 23rem;
    overflow: hidden;
    border-radius: 0;   
    left: 0;
    margin: 0;
    position: sticky;
    top: 72px;
    width: 50%;
	height: calc(100vh - 81px);
}
.left-scroll .swiper {height: 100%;}

.left-scroll .swiper-slide {
	height: 100%;
	width: 100% I !important;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-scroll a {display: block;width: 100%;height: 100%;}
.left-scroll-tile {
	padding: 50% 2.5rem 2.5rem;
    background: linear-gradient(180deg, rgba(38, 67, 78, 0), rgb(0 0 0 / 74%) 68.05%);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.left-scroll-tile span {
    font-size: 15px;
    color: rgb(255 255 255 / 79%);
    padding-bottom: 5px;
    display: block;
}
.left-scroll-tile h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
}
.left-scroll-tile p {
    color: #8cd521;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 0;
}

.right-list {
    margin-left: 2rem;
    max-width: 90%;
    padding: 1rem 0 5rem;
    width: calc(50% - 4rem);
	margin-top: 180px;
}
.right-list .more2{
    margin: 50px 0 0 50px;
    width: 60%;
    height: 52px;
    line-height: 52px;
}
.right-list .more2 a {
	display: block;
	width: 100%; 
}
.right-list .more2 a{
    color: #ffffff;
}
.right-list4 {
	  margin-left: 4rem;
	width: calc(100% - 4rem); 
	margin: 0 auto;
}
.study--row {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;*/
}
.study--row4 {
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; 
    -webkit-column-orientation: horizontal; /* Chrome, Safari, Opera */
    -moz-column-orientation: horizontal;    /* Firefox */
    column-orientation: horizontal;
}
.study--row {
	
}
.study--row::after {
	    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.right-list .card-item {
    width: 48%;
	max-width: 400px;
	max-height: 320px;
    margin-right: 2%;
    display: inline-block;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ddd;
    border-radius: .25rem;
    margin-bottom: .75rem;
    overflow: hidden;
    border-radius: 25px;
	float: left;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-list .card-item:hover {
	box-shadow: 0px 0px 3px 3px #ccc;
}
.right-list .study--row4.clear11 {
	webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.right-list .study-row-zhanhui.clear11 {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.right-list .study-row-zhanhui.clear11 picture img{
	left: 50%!important;
    top: 50%!important;
	width: 100%!important;
	height: auto!important;
    position: relative;min-height: 100%;
    transform: translate(-50%, -50%)!important;
}

.right-list .clear11 .card-item.fll{
	float: left;
	width: 24%;
	margin-right: 1.3%;    margin-bottom: 20px;
}
.right-list .clear11 .card-item.fll span{
	opacity: 0.5;
	font-size: 14px;
	padding-bottom: 3px;
}
.right-list .clear11 .card-item.fll:nth-child(4n) {
 
	margin-right: 0%;
}
.right-list .card-item a {
    display: block;
	height: 100%;
}
.right-list .card-item a:hover img {
    transform: scale(1.05);
}
.right-list .study-row-zhanhui a:hover img {
    transform: scale(0.95);
}
.right-list .card-item .thumbnail {
    height: 100%;
    margin: 0;
    overflow: hidden; 
    width: 100%;
}
.right-list .study-row-zhanhui .card-item.fll{
	display: block;
	width: 100%;
	float: none;
	max-width: 100%;
	margin-right: 0;
	max-height: 100%;
	border-radius: 0;
}
.right-list .study-row-zhanhui .card-item.fll picture{
	width: 400px;height: 300px;
	float: left; 
	display: block;
}
.right-list .study-row-zhanhui .card-item.fll .content{
	width: calc(100% - 400px);
	float: right;height: 300px;
	background: #fff;display: block;
	position: relative;
	padding: 20px 30px;
	color: #222;
	
}
.right-list .study-row-zhanhui .card-item.fll .content h4{
	font-size: 28px;
	color: #222;
}
.right-list .study-row-zhanhui .card-item.fll .content .p {
	height: 65px;
	font-size: 14px;
    line-height: 1.5;
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
	color: #555; 
	text-align: left;
	margin-bottom: 20px;
}
.right-list .study-row-zhanhui .card-item.fll .content .p img{
	display: none;
}
.right-list .study-row-zhanhui .card-item.fll .content .p p,
.right-list .study-row-zhanhui .card-item.fll .content .p p,
.right-list .study-row-zhanhui .card-item.fll .content .p span
 {
	font-size: 14px!important;
	padding: 0!important;
	font-family: inherit!important;
	color: #555!important;
	line-height: 1.3!important;
}
.right-list .study-row-zhanhui .card-item.fll .content span{
	display: block;
	opacity: 1;
	font-size: 16px;
	color: #666;
	padding-top: 20px;
}
.right-list .card-item picture img {
    height: auto;
	    min-height: 320px;
    object-fit: cover; 
    width: 100%;
    display: block;
	height: 100%;
    display: block;
    object-fit: cover;
	-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.right-list .card-item .content {
       align-items: flex-start;
    background: linear-gradient(180deg, rgba(38, 67, 78, 0), rgb(0 0 0 / 60%) 68.05%);
    background: hsl(0deg 0% 13.33% / 78%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* min-height: 60%; */
    height: 125px;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    color: #fff;-webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.right-list .card-item .content span {
	font-size: 13px;
}
.right-list .card-item:hover .content {
	background: #2028bd;
}
.right-list .card-item .content h4 {
        color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px;
    height: 45px;
    line-height: 1.5;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.right-list .card-item .content p {
    color: #3db1f5;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
}

.more2 {
    background: url("bg7-1.png")/*tpa=https://www.raysvalve.cn/static/image/bg7.png*/ no-repeat center;
    background-size: cover;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    display: block;
    width: 180px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.more2:hover {
    background: #1f29bd;
    background: url("bg7a-1.png")/*tpa=https://www.raysvalve.cn/static/image/bg7a.png*/ no-repeat center;
    background-size: cover;
}