@charset 'utf-8';
@font-face {
  font-family: "bannerziti";
  src: url("./fonts/bannerziti.ttf");
}
@font-face{
     font-family: 'font-normal'; 
     src: url('./fonts/SourceHanSansCN-Normal.otf');
}
@font-face{
     font-family: 'font-light'; 
     src: url('./fonts/SourceHanSansCN-Light.otf');
}
@font-face{
     font-family: 'font-extralight'; 
     src: url('./fonts/SourceHanSansCN-ExtraLight.otf');
}
@font-face{
     font-family: 'font-bold'; 
     src: url('./fonts/SourceHanSansCN-Bold.otf');
}

@font-face{
     font-family: 'font-logo'; 
     src: url('./fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf');
}

@font-face{
     font-family: 'font-media'; 
     src: url('./fonts/SourceHanSansCN-Medium.otf');
}

*{
	/*font-family: 'font-normal'; */
}
body {
	padding: 3rem 0 4rem;
}
.main {
	overflow: hidden;

}

a {
	text-decoration: none;
}
.fs-7a{
	font-size: 0.85rem !important;
}
.fs-7{
	font-size: 0.7rem !important;
}
.fs-8{
	font-size: 0.9rem !important;
}
.letter-2 {
	letter-spacing: 2px;
}
.bg-color {
	background-color: rgb(181, 139, 99) !important;
}
input,textarea{
	outline: none;
}

select,option{
    text-align: center !important;
    text-align-last: center !important;
}
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
}
.header .collpase {
	display: none;
}
.header .inner-line {
	padding: 0.5rem 1rem;
	line-height: 2rem;
}
.header .logo {
	height: 1.8rem;
}
.header .menu-btn {
	text-align: center;
	color: #b2b2b2;
	font-size: 1.1rem;
}
.header .menu-btn span{
	position: relative;
	width: 1.3rem;
	display: inline-block;
	height: 0.9rem;
	margin-left: 0.5rem;
}
.header .menu-btn span::after,
.header .menu-btn span::before,
.header .menu-btn span i {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #b2b2b2;
	border-radius: 1px;
	left: 0;
	transition: all ease 0.4s;
}
.header .menu-btn span::after {
	bottom: 0;
}
.header .menu-btn span::before {
	top: 0;
}
.header .menu-btn.active span::after {
	transform: rotate(-45deg);
	transform-origin: center;
	top: 50%;
	left: auto;
}
.header .menu-btn.active span::before {
	transform: rotate(45deg);
	transform-origin: center;
	top: 50%;
	left: auto;
}
.header .menu-btn span i {
	left: auto;
	right: 0;
	transform: translateY(-50%);
	top:50%;
}
.header .menu-btn.active span i {
	width: 0;
}
.header .language {
	text-align: right;
}
.header .language a {
	display: inline-block;
	line-height: 1;
	padding: 0.3rem 0.2rem;
	border-radius: 0.2rem;
	background-color: #b2b2b2;
	font-size: 0.8rem;
	font-weight: 300;
	color:#fff;
}

footer .links img{
	width: 1.5rem;
}

/* 全局回到顶部样式 */
/*.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 75px;
	z-index: 999999;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   image replacement properties 
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
	transform: rotate(90deg);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 75px;
	z-index: 999999;
  right: 10px;
 
  opacity: 0;
	
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top span {
	margin-left: -0.2rem !important;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
background: url(../img/fanhui.png) no-repeat;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* 全局分类选项卡 */
.tab-sort {
	z-index: 1;
}
.tab-sort .fs-5{
	font-size: 1.1rem !important;
}
.tab-sort .active{
	color: rgb(187, 132, 75);
}
.tab-content.hide{
	display: none;
}
.tab-contents {
	display: none;
	height: 100vh;
	backdrop-filter: blur(2px) saturate(200%);
	-webkit-backdrop-filter: blur(2px) saturate(200%);
	background-color: rgba(255, 255, 255, 0.1);
	border: 0;
}

/* 全局轮播分页导航1 */
.swiper-container-horizontal>.swiper-pagination-bullets.pagenation-sty1 {
	bottom: 4.5rem;
}
.pagenation-sty1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.pagenation-sty1 .swiper-pagination-bullet-active {
	background-color: #feac02;
	width: 3rem;
	border-radius: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.pagenation-sty1 .swiper-pagination-bullet{
	margin: 0 0.5rem;
}
/* 全局轮播分页导航2 */
.swiper-container-horizontal>.swiper-pagination-bullets.pagenation-sty2 {
	bottom: 1rem;
}
.pagenation-sty2 .swiper-pagination-bullet{
	opacity: 1;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
}
.pagenation-sty2 .swiper-pagination-bullet-active {
	background-color: #feac02;
}
.swiper-container-horizontal>.swiper-pagination-bullets.pagenation-sty2 .swiper-pagination-bullet{
	margin: 0 0.5rem;
}

/* 全局轮播分页导航3 */
.swiper-pagination-bullets.pagenation-sty3 {
	bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenation-sty3 .swiper-pagination-bullet{
	opacity: 0.5;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0px solid #fff;
	margin: 0 0.2rem;
	transition: all ease 0.2s;
}
.pagenation-sty3 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 0.7rem;
	height: 0.7rem;
}

/* 全局tab样式 */
.active-tab {
	background-color: #a17141;
	color: #fff !important;
}

/* 全局轮播按钮样式 */
.common-btn-box .swiper-button-item-left,
.common-btn-box .swiper-button-item-right {
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.9rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 1;
}
.common-btn-box i {
	font-size: 0.8rem;
}
.common-btn-box .swiper-button-item-left {
	left: 1rem;
}
.common-btn-box .swiper-button-item-right {
	right: 1rem;
}

.dbdh {
	z-index: 999999;
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 65px;
	background-color: #fff;
}
.dbdh ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;padding-left: 0px;margin-bottom: 0px;
}
.dbdh ul li {
	width: 25%;list-style-type:none;margin: 6px 0px;
	height: 100%;
}
.dbdh ul li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.dbdh ul li a img {
	width: 18%;
}
.dbdh ul li a p {
	font-size: 14px;margin: 0px;
	color: #c7c7c7;
}

@media screen and (max-width: 767px) {
  .dbdh ul li a img {
		width: 31%;
	}
}

.beian{margin-bottom:65px;}

/* index的css样式 */
.index-swiper-1 .img-box{
	background-size: auto 100%;
	background-position: center bottom;
}
.index-swiper-1 h2 {
	font-size: 1rem;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.8);
	font-family: "bannerziti";
  letter-spacing: 5px;
}
.index .test .box{
	height: 54vw;
	background: #777b7e url(../img/bg-1.jpg) no-repeat right bottom / 100% auto;
}
.index .test h2 {
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.8);
}
.index .test b{
	color: #feac02;
}
.index .test a,
.index .test button {
	background-color: #a27142;
	border: 2px solid #fff;
	letter-spacing: 2px;
}
.index .test .bottom {
	border-bottom-left-radius: 3.6rem;
	background-color: #f7f7f7;
}
.index-swiper-3 .swiper-slide-active {
	box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.5);
}
.index .example .bg{
	background-color: #f0f0f0;
}

.index .eight .list img{
	width: 3.2rem;
}
.index .eight .list p {
	margin-top: -1rem;
}

.index .live-style {
	background-color: rgb(181, 139, 99);
}

.index .resource-link .box:nth-child(2){
	background: rgb(181, 139, 99) url(../img/bg-3.jpg) no-repeat center / auto 100%;
}
.index .resource-link .box:nth-child(3){
	background: rgb(181, 139, 99) url(../img/bg-4.jpg) no-repeat center / auto 100%;
}
.index .resource-link .box a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
}
.index .resource-link .box .title {
	background-color: rgb(181, 139, 99, 0.5);
}

/* poster */
.poster .swiper-3 .swiper-slide {
	overflow: hidden;
	border-radius: 1rem;
}
.poster .swiper-3 .swiper-slide .position-absolute{
	background-color: rgb(181, 139, 99, 0.7);
}
.poster .swiper-4{
	height: 4rem;
}
.poster .swiper-4 .swiper-slide{
	transition: all 0.4s ease;
	overflow: hidden;
}
.poster .swiper-4 .swiper-4-slide-thumb-active,
.poster .swiper-4 .swiper-slide-active{
	width: 22% !important;
	height: 5rem;
	border: 2px solid #feac02;
	border-radius: 6px;
}

/* design-rule */
.design-rule .line {
	padding-bottom: 0.1rem;
	margin-top: 0.5rem;
}
/* 公共 */
.tab-group a:nth-child(1) {
	position: relative;
}
.tab-group a:nth-child(1)::after {
	content: '';
	width: 1px;
	background-color: rgba(181, 139, 99, 0.5);
	height: 40%;
	position: absolute;
	top: 30%;
	right: -0.5px;
}

/* book */
.cus-dlex .col-7 {
	flex: 46 !important;
}
.cus-dlex .col-5 {
	flex: 25 !important;
}

/* test */
.testing .disabled{
	opacity: 0.6;
}
.testing .list .row img{
	border: 2px solid #a17141 !important;
}
.testing .active::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3) url(./../img/check-ico.png) no-repeat center;
}
.testing .step {
	display: none;
}

.screen_item_active a{ color:rgb(187, 132, 75) !important}

.hhh{ min-height:200px;}




.clickmore{padding-top: 1rem!important;
    padding-bottom: 1rem!important;    text-align: center!important;border-top: 1px solid #dee2e6!important;
    color:#6c757d;}
	
	

.clickmore a{
    color:#6c757d !important;}



.shejilinian{font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;line-height: 1.5rem!important;}

.sjtx_a{font-size: 0.85rem!important;}


.layui-m-layerchild {
	background-color: rgba(0, 0, 0, 0) !important;
}


/*.s-quanbu:nth-child(1){font-size: 1.85rem!important;}*/


.tab-content  .col-3:nth-child(1){width: 25% !important;
text-align: center !important;
margin-right: 75% !important;}


.home-blog-title{width: 100% !important;height: 32px;margin-top: 35px; }
.home-blog-title .home-blog-title-z{width: 40%;
    float: left;
    font-size: 1.5rem;
    color: #383838;}
.home-blog-title .home-blog-title-y{width: auto;padding-top: 10px;float: right;}
.home-blog-title .home-blog-title-y a{font-size: 1rem;color: #383838;}
.home-blog-title .home-blog-title-y a:hover{color:#b48b62;}
.banner_case {
    width: 100%;
    height: auto;
}

@media screen and ( max-width:1000px ) {



}










