html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;

}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
	color: #1d1d1f;
	transition: all 0.5s;
}

img {
	border: 0;
	display: block;
}

div {
	box-sizing: border-box;
}
input {
    outline: none;
    border: none;
}

input[type=text] {
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

input[type=button] {
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: transparent;

}

input[type=password] {
    -webkit-appearance: none;
    border: none;
    outline: none;

}

input[type=radio] {
    -webkit-appearance: none;
}

input[type=submit] {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

textarea {
    outline: none;
    border: none;
	-webkit-appearance: none;
}

body {
    width: 100%;
	font-family: "Arial","Microsoft YaHei";
    box-sizing: border-box;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}
html{
	scroll-behavior: smooth;
}
.clearfloat {
	zoom: 1;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
:root {
  --primary-orange: #0056d6; /* 定义主题色变量 */
  --primary-orange: #ff8201; /* 定义主题色变量 */
}

/* head 页头*/
.head {
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	justify-content: space-between;
	position:relative;
	background:#fff;
	top:0px;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ececec;
	height:5.5vw;
	transition: all 0.5s;
}

.head .nav {
	width: auto;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding-left: 25px;
}

.head .logo {
	width: auto;
	
}

.head .logo img {
	
	vertical-align: bottom;
	height: 4.2vw;
	transition: all 0.5s;
}

.head .nav ul {
	
	display: flex;
	height: 100%;
	align-items: center;
}

.head .nav ul li {
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.head .nav ul li a {
	width: 100%;
	font-size: 1.1vw;
	transition: .5s all;
	display: inline-block;
	padding: 0 1.041vw;
	color: #1d1d1f;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}

.head .nav ul li a::after {
	content: '';
	width: 1px;
	height: 70%;
	background-color: #dedfdf;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.head .nav ul li:last-child a::after {
	content: '';
	width: 0;
	height: 0;
	background-color: #dedfdf;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.wrapper .head .nav ul .now .tes {
	color: #ff8201;
	
}

.wrapper .head .nav ul a:hover {
	color: #ff8201;
}
.head .nav ul a:hover {
	color: #ff8201;
}

.head .nav ul .now .tes {
	color: #ff8201;

}

.head .nav ul a:hover {
	color: #ff8201;
}
.head .nav ul a:hover {
	color: #ff8201;
}
.head.over{
	position:fixed;
}
.head.over .nav{
	height: 4.5vw;
}

/* 新导航搜索 */
.sea_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sea_box .seaicon {
	width: 1.1vw;
	height: 1.1vw;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.sea_box .seaicon img {
	width: 90%;
	max-width: 22px;
	transition: all 0.5s;
}

.sea_box .seaicon .state2 {
	display: none;
}

.sea_box:hover .seaicon .state2 {
	display: block;
}

.sea_box:hover .seaicon .state1 {
	display: none;
}

.head .nav ul li a.sea_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.head .nav ul li a.sea_box .text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 7px;
}

li.now .sea_box .seaicon .state2 {
	display: block;
}

li.now .sea_box .seaicon .state1 {
	display: none;
}

li.now a.sea_box .text {
	color: #ff8201;
}


.head .mMenu {
	width: 100%;
	display: none;
}
.pagelist {
    display: none;
}
/* 页脚 */
.footer {
	width: 100%;
	padding: 2.6% 10%;
	background-color: #191919;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-icon1{
	width: 155px;
}
.foot-icon2{
	width: 92px;
}

.copyright{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7d7d7e;
	flex: 1;
}

.copyright a{
	font-size: 14px;
	color: #7d7d7e;
	margin-left: 5px;
	display: inline;
}
.copyright a:hover{
	font-size: 14px;
	color: var(--primary-orange);
}
.copyright .text1{
	font-size: 14px;
	color: #7d7d7e;
}

.copyright .text2{
	display: flex;
	align-items: center;
}


/* pc  banner */
.banner {
	width: 100%;
	height: auto;
	position: relative;
}

.banner-bg {
	width: 100%;
	height: auto;
}

.banner-box {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 10%;
	transform: translateY(-50%);
	z-index: 5;
}

.banner-title {
	font-size: 3.22vw;
	font-weight: bold;
	color: #1d1d1f;
	margin-bottom: 1.4vw;
}

.banner-txt {
	width:34vw;
	color: #3e3e3e;
	font-size: 1.25vw;
	line-height: 2;
	text-align: justify;
}

.banner-btn {
	margin-top: 2.4vw;
	color: #fff;
	background-color: var(--primary-orange);
	width: 8.3vw;
	max-width: 158px;
	height: 2.7vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.84vw;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.5s;
	display: none;
}
.banner-btn:hover{
	transform: translateY(-5px);
}
/* icon-bar */
.icon-bar {
	width: 100%;
	padding: 0 10%;
	position: absolute;
	z-index: 6;
	bottom: 0;
	transform: translateY(50%);
}

.icon-bar ul {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #191919;
	border-radius: 12px;
	box-shadow: 0 0 21px rgba(50, 94, 167, 0.32);
}

.icon-bar li {
	width: 100%;
	height: auto;
	flex: 1;
	height:7.96vw;
	position: relative;
	transition: all 0.5s; 
	display: flex;
	align-items: center;
}
.icon-bar li:hover .icon-txt{
	color: #FFFFFF;
}
.icon-bar li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.25);
}

.icon-bar li a {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 3.8vw;
	box-sizing: border-box;
}

.icon-bar a img {
	height: 2.8vw;
	

}

.icon-bar .icon-title {
	color: #fff;
	font-size: 2.08vw;
	font-weight: bold;
	width: auto;
	margin: 0 0.5vw;
}

.icon-bar .icon-txt {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.93vw;
	line-height: 1.5;
	transition: all 0.5s; 
	max-width: 55%;
	flex-grow: 1;
}
.space{
	display: inline-block;
	width: 1vw;
}


.layout-gap {
	padding: 6.6% 10%;
}

.main{
	margin-top:3.64vw;
}
.block-title{
	font-size: 2.604vw;
	font-weight: bold;
	color: #151515;
	margin-bottom:2.8vw;
}
.pc-block{
	display: block;
}
.mblock{
	display: none;
}
.sample{
	padding: 5.2vw 10vw 8.85vw;
}
.content{
	display: flex;
	justify-content: space-between;
}
.content .left{
	width:32vw;
	height: 32vw;

}
.content .left img{
	width: 100%;
	height: 100%;
	border-radius: 1.04vw;
	box-shadow: 0 0 1.04vw rgba(50, 94, 167, 0.32);
	object-fit: cover;
}
.content .right{
	width: 43vw;
}
h1{
	font-size: 2.604vw;
	font-weight: bold;
}

h2{
	font-size: 2.08vw;
	font-weight: bold;
	margin-bottom: 2.604vw;
	position: relative;
}
h2::after{
	content: '';
	position: absolute;
	width: 0.3125vw;
	height: 90%;
	left:-1.04vw;
	top:50%;
	transform: translateY(-50%);
	background: #FF8201;
}
h3{
	font-size:1.56vw;
	font-weight: bold;
	position: relative;
	color: #151515;
	padding-left: 1.36vw;
	margin-bottom: 0.52vw;
}
h3::after{
	content: '';
	position: absolute;
	width: 0.781vw;
	height: 2px;
	left:4px;
	top:50%;
	transform: translateY(-50%);
	background: #151515;
}
.desc{
	font-size:1.15vw;
	line-height: 1.7;
	padding-left: 1.36vw;
	
}
.content .right ul{
	
}
.content .right ul li{
	margin-bottom: 2vw;
}
.two-card{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.04vw;
}
.two-card .square{
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:1.8vw 2.6vw ;
	background-color: #FFFFFF;
	box-shadow: 0 0 1.04vw rgb(50,94,165,0.32);
	border-radius: 0.625vw;
	
}
.two-card .square .icon-box{
	height: 3.65vw;
	
}
.square .icon-box img{
	width: auto;
	height: 100%
}
.square .text-box .text{
	font-size: 1.5vw;
	font-weight:bold;
	color: #151515;
	margin-bottom: 0.625vw;
}
.square:hover{
	transform: translateY(-8px);
	box-shadow: 0 0 1.15vw rgb(50,94,165,0.32);
}
.square:hover .more{
	color: #ff8201;
	background: url("../images/arrow-hov.png") no-repeat right 3px center;
	background-size:0.45vw;
}
.link-box{
	display: flex;
	margin-top:2.2vw;
	display: none;
}
.link{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 2px 2vw 2px 0;
	background: url(../images/icp4.png) no-repeat right 3px center;
	background-size: 1.3vw;
	font-size: 1.35vw;
	color: #1d1d1f;
	margin-right: 2.35vw;
}
.link:hover{
	color: #ff8201;
	background: url("../images/icp4-hov.png") no-repeat right 3px center;
	background-size: 1.3vw;
}
.more{
	padding: 2px 18px 2px 0;
	background: url(../images/arrow.png) no-repeat right 3px center;
	background-size:0.45vw;
	font-size:1.04vw;
	color: #445a7b;
	display: inline;
	transition: all 0.5s;
}
.more:hover{
	color: #ff8201;
	background: url("../images/arrow-hov.png") no-repeat right 3px center;
	background-size:0.45vw;
}
.textlink{
	display: inline;
	color: #0056d9;
	text-decoration: underline;
	transition: all 0.5s;
}
.textlink:hover{
	color: var(--primary-orange);
}
.topspace{
	margin-top:9.6vw;
}
.gary{
	background:#f5f7f8;
}
.special{
	margin-left: 1.04vw;
	margin-bottom:1.78vw;
}
.stu-title{
	margin-bottom: 2.25vw;
}
.two-square{
	display:flex;
	margin-bottom: 1.04vw;
}
.two-square .scroll{
	padding: 1.5vw;
	background-color: #FFFFFF;
	box-shadow: 0 0 1.04vw rgb(50,94,165,0.32);
	border-radius: 0.625vw;
	margin-right: 1.04vw;
	width: 22.6vw;
	transition: all 0.5s;
}
.two-square .scroll:hover{
	transform: translateY(-8px);
}


.two-square .scroll .above{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.two-square .scroll .square-icon{
	height: 3.125vw;
}
.two-square .scroll .icon-title{
	font-size: 1.5vw;
	font-weight: bold;
	color: #151515;
	
}
.two-square .scroll  .scrollbox{
	height:12vw;
	overflow-y: scroll;
	font-size: 1.15vw;
	line-height: 1.7;
	text-align: justify;
	padding-right: 1vw;
}

/* Webkit (Safari, Chrome) */
.two-square .scroll  .scrollbox::-webkit-scrollbar{
  width: 4px;
  
}
.two-square .scroll  .scrollbox::-ms-scrollbar{
  width: 4px;
}
.two-square .scroll  .scrollbox::-moz-scrollbar{
  width: 4px;
}

.two-square .scroll  .scrollbox::-webkit-scrollbar-track{
  background:  #ececec;
  border-radius: 10px;
}
.two-square .scroll  .scrollbox::-moz-scrollbar-track{
  background:  #ececec;
  border-radius: 10px;
}
.two-square .scroll  .scrollbox::-ms-scrollbar-track{
  background: #ececec;
  border-radius: 10px;
}

.two-square .scroll  .scrollbox::-webkit-scrollbar-thumb{
  background: #ff8201;
  border-radius: 10px;
}
.two-square .scroll  .scrollbox::-moz-scrollbar-thumb {
  background: #ff8201;
  border-radius: 10px;
}
.two-square .scroll  .scrollbox::-ms-scrollbar-thumb{
  background: #ff8201;
  border-radius: 10px;
}

.two-square .scroll  .scrollbox::-webkit-scrollbar-thumb:hover{
  background: #ff8201;
}
.two-square .scroll  .scrollbox::-moz-scrollbar-thumb:hover{
  background: #FF8201;
}
.two-square .scroll  .scrollbox::-ms-scrollbar-thumb:hover{
  background: #FF8201;
}

.bookswiper {
	padding: 2.34vw 0;
	background-color: #FFFFFF;
	box-shadow: 0 0 1.04vw rgb(50,94,165,0.32);
	border-radius: 0.625vw;
	width: 22vw;
	position: relative;
	flex: 1;
	transition: all 0.5s;
}
.bookswiper:hover{
	transform: translateY(-8px);
}
.special-right{
	width: 45vw;
}
.bookswiper .icon-title{
	font-size: 1.5vw;
	font-weight: bold;
	color: #151515;
	padding-left: 1.5vw;
}
.book-item{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding:2vw 1.5vw ;
	box-sizing: border-box;
}
.bookswiper .book-item .book-img{
	width: 30%;
	height: auto;
	
}
.bookswiper .book-item .book-img img{
	box-shadow: 0px 0px 0.8vw rgb(50,94,165,0.32);
	max-width: 140px;
}
.introduce{
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.swiper-container{
	width: 100%;
}
.bookswiper .swiper-pagination-bullet{
	width: 0.625vw;
	height: 0.625vw;
	border-radius: 50%;
	background-color: #d1d1d1;
	opacity: 1;
	margin-right: 0.625vw;
}
.bookswiper .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.bookswiper .swiper-pagination-bullet-active{
	background-color: #FF8201;
}
.bookswiper  .swiper-pagination{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.four-square{
	width: 100%;
	margin-bottom: 3.125vw;
}
.four-square ul{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1.04vw;
}
.four-square ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 0.625vw;
	padding: 1vw 0 1.5vw;
	box-shadow: 0 0 1.04vw rgb(50,94,165,0.32);
	transition: all 0.5s;
}
.four-square ul li{
	transition: all 0.5s;
}
.four-square ul li:hover{
	transform: translateY(-8px);
}
.four-square ul li img{
	height: 3.64vw;
	margin-bottom: 8px;
}
.li-title{
	font-size: 1.04vw;
	font-weight: bold;
	color: #151515;
}
.booktitle{
	font-size:1.15vw;
	color: #151515;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.booktext{
	font-size: 1.04vw;
	line-height: 1.5;
	color: #919191;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.6vw 0 0.7vw;
}
.bookswiper .more{
	padding: 2px 15px 2px 0.5vw;
	font-size: 14px;
	background-size: 6px;
}
.bookswiper .more:hover{
	color: #ff8201;
	background: url("../images/arrow-hov.png") no-repeat right 3px center;
	background-size:6px;
}

.product{
	padding: 5.2vw 10vw 8.85vw;
}

.product ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2.08vw;
}
.product li{
	position: relative;
	border-radius: 0.625vw;
	box-shadow: 0 0 1.04vw rgba(50, 94, 167, 0.32);
	object-fit: cover;
	padding:4.16vw 3.125vw;
	transition: all 0.5s;
}
.product li:hover{
	transform: translateY(-8px);
	box-shadow: 0 0 1.04vw rgba(50, 94, 167, 0.4);
}
.product li:hover .product-title{
	color: #FF8201;
}
.product li img{
	position: absolute;
	right: 3vw;
	width: 36%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.product-card{
	position: relative;
	z-index: 9;
}
.product-title{
	font-size: 1.56vw;
	font-weight: bold;
	position: relative;
	color: #151515;
	margin-bottom: 0.52vw;
	transition: all 0.5s;
}

.product-card .intr{
	font-size: 1.04vw;
	color: #919191;
}
.product-card .btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1.56vw;
}
.product-card .btn a{
	display: flex;
	padding: 0.41vw 0.52vw;
	font-size: 13px;
	color: #919191;
	border-radius: 4px;
	border: 1px solid #919191;
	margin-right: 6px;
	transition: all 0.5s;
	
}
.product-card .btn a:hover{
	
	background-color: #ff8201;
	color: #fff;
	border: 1px solid #ff8201;

}



iframe{
	height: 725px;
}
.contact{
	display: flex;
	background:#f5f7f8 url(../images/contact-bg.png) no-repeat left bottom;
	background-size: 42vw;
	align-items: flex-start;
	justify-content: space-between;
	padding: 6.6% 10%;
	display: none;
}

.contact .left{
	width: 35%;
}
.contact .right{
	width:44%;
}
.contact .right{
	padding: 10px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	box-shadow: 0 0 3vw rgba(1, 1, 1, 0.1);
	background-color: #FFFFFF;
}
.explain{
	width: 100%;
	margin-bottom: 2.5vw;
}
.tips{
	display: flex;
	align-items: center;
	font-size: 1.35vw;
	font-weight: bold;
	margin-bottom: 1vw;
	color: #151515;
}
.tips img{
	width:1.92vw ;
	max-width: 1.92vw;
	margin-right: 0.8vw;
	
}

.explain .plan-list{
	padding-left: 2.72vw;
	box-sizing: border-box;
}
.explain .plan-list li{
	font-size: 1.14vw;
	background: url(../images/list-line.jpg) no-repeat 0 center;
	background-size:0.6vw;
	padding-left: 1.2vw;
}
.explain .plan-list li:not(:last-child){
	margin-bottom: 0.8vw;
}
.email-link{
	padding-left: 2.72vw;
	color: #0056d9;
	font-size: 1.35vw;
	text-decoration: underline;
	/* font-style: italic; */
	transition: all 0.5s;
}
.email-link:hover{
	color: var(--primary-orange);
}

/* 手机底部导航 */
.mobile-nav {
	display: none;
}

.mobile-nav2 {
	display: none;
}

.mobile-footer {
	display: none;
}


/* pc底部*/
/* 版权信息 */
.foot .foot_logo img {
	width: 100%;
	max-width: 100%;
}

.foot .sbox {
	width: 100%;
	padding: 4.9vw 10%;
	box-sizing: border-box;
	border-top: 2px solid #ff8201;
}


/* 4.19 */
.sbox {
	width: 100%;
	height: auto;
}

.sbox .above {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.sbox .above .footlogo img {
	width: auto;
	margin: 15px 0;
}

.sbox .above .banquan1 {
	font-size: 13px;
	color: #1d1d1f;
	transition: all 0.5s;
}

.sbox .above .banquan1 a {
	font-size: 13px;
	color: #1d1d1f;
	transition: all 0.5s;
	margin-left: 0.5vw;
}

.sbox .above .banquan1 a:hover {
	font-size: 13px;
	color: #ff6c00;
}

.sbox .above .codeimg {
	width: 10%;
	max-width: 92px;
}

.sbox .above .codeimg img {
	border-radius: 8px;
	width: 100%;
	max-width: 92px;
	box-shadow: 0 0 10px 10px rgb(237, 237, 237, 1);
}

.sbox .under {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 0;
}

.sbox .under .right {
	width: 10%;
	max-width: 90px;
}

.sbox .under .right .text1 {
	font-size: 13px;
	color: #585859;
	text-align-last: justify;
	line-height: 1.5;
}

.sbox .under .right .text2 {
	font-size: 13px;
	color: #585859;
	text-align-last: justify;
	line-height: 1.5;
}
/* 医学footer */
.foot .codeimg{
	max-width: 100px;
}
.foot  .codeimg img{
	max-width: 100%;
}
.ricode{
	width:250px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.sbox .under .right{
	width: 100%;
	max-width: 90px;
}
.sbox .above{
	align-items: flex-start;
}
.fmenulist li{
	margin-bottom:1.25vw;
}

.fmenulist li a{
	font-size:1.04vw;
	color: #7c7c7d;
	margin-bottom:1.25vw;
	transition: all 0.5s;
}
.fmenulist li:first-child a{
	font-size: 20px;
	font-weight: bold;
	color:#1d1d1f;
}
.footarr{
	width: 20px;
	height: 17px;
	display: inline-flex;
	align-self: center;
	overflow: hidden;
	margin-left:3px;
}
.footarr img{
	width: 1.04vw;
	height:0.9vw;
	max-width: 12px;
	max-height: 11px;
	transform: translateX(-20px);
	transition: all 0.5s;
}
.fmenulist li:hover a{
	color: #ff8201;
}
.fmenulist li:hover .footarr img{
	transform: translateX(5px);
}
.footlogo{
	width: auto;
	flex-grow: 1;
	flex: 1;
}
.banquan1{
	line-height:2;
	font-size: 13px;
	color: #1d1d1f;
	transition: all 0.5s;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}
.banquan1 a{
	margin-right:10px;
	font-size: 13px;
	color: #1d1d1f;
	transition: all 0.5s;
}
.banquan1 a:hover{
	color: #ff8201;
}
.footwap{
	display: none;
}





@media screen and (max-width:1600px) {
	.footer{
		flex-direction: column;
	}
	.copyright{
		flex-direction: column;
		margin-bottom: 10px;
		line-height: 1.5;
		text-align: center;
	}
	.foot-icon1{
		margin-bottom: 10px;
		
	}
	.copyright .text1{
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1100px) {
	.product li img{
		width: 30%;
	}
}
/* 1000 star */
@media screen and (max-width:1000px) {
	.banner {
		height:auto;
		overflow: hidden;
	}
	.pc-block{
		display: none;
	}
	.mblock{
		display: block;
	}
	
	
	/* 手机导航 */
	.head .logo {
		display: none;
	}
	
	.head .mMenu {
		display: block;
	}
	
	.pagelist {
		display: block;
	}
	
	.head {
		padding: 0 5%;
		position: relative;
		z-index: 9999;
		border-bottom: 1px solid #dfe0e3;
		height: auto;
	}
	
	.head.now {
		position: fixed;
		background: #FFFFFF;
	}
	
	.head .mMenu .iconbar {
		width: 100%;
		height: 15vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		z-index: 10;
	}
	
	.head .mMenu .mlogo {
		width: auto;
		height: auto;
	}
	
	.head .mMenu .mlogo img {
		width: auto;
		height: 47px;
	}
	
	.mMenu .menuicon {
		display: flex;
		align-items: center;
	}
	
	.mMenu .seaicon {
		margin-right: 10px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.mMenu .seaicon a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/yx-menu1.png) no-repeat right center;
		transition: all 0.5s;
		background-size: 50%;
	}
	
	.head.now .mMenu .seaicon a {
		display: none;
	}
	
	.mMenu .menu2 {
		width: 40px;
		height: 40px;
		background: url(../images/yx-menu2.png) no-repeat right center;
	
		background-size: 50%;
	}
	
	.head.now .mMenu .menu2 {
		background: url(../images/yx-menu3.png) no-repeat right center;
		background-size: 50%;
	}
	
	.pagelist {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 100vh;
		right: -100vw;
		top: 0;
		transition: all 0.5s;
		box-sizing: border-box;
		background: #FFFFFF url(../images/yx-menubg.png) no-repeat right bottom;
		background-size: 60%;
		overflow: auto;
	}
	
	.closebar {
		width: 100%;
		padding: 1% 5%;
		height: 17vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		border-bottom: 1px solid #dfe0e3;
		position: fixed;
		top: 0;
		background-color: white;
		z-index: 999;
	}
	
	.closebar .mlogo {
		width: 120px;
	}
	
	.closebar .mlogo img {
		width: 100%;
	}
	
	.closebar .menu3 {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	
	}
	
	.closebar .menu3 img {
		width: 22px;
	}
	.head .nav{
		display: none;
	}
	/* 手机侧导航 */
	.pagelist {
	    display: block;
	}
	
	.pagelist {
	    position: fixed;
	    z-index: 999;
	    width: 100%;
	    height: 100vh;
	    right: -100vw;
	    top: 0;
	    transition: all 0.5s;
	    box-sizing: border-box;
	    background: #FFFFFF url(../images/yx-menubg.png) no-repeat right bottom;
	    background-size: 60%;
	    overflow: auto;
	}
	
	.page-item {
	    width: 100%;
	    height: 100%;
	    overflow: scroll;
	    padding: 30% 5% 15%;
	    box-sizing: border-box;
	}
	
	.page-item .menu-item {
	    width: 100%;
	    padding: 2.5vw 0;
	    box-sizing: border-box;
	    border-bottom: 1px solid #dfe0e3;
	}
	
	.page-item .menu-item .zhuye {
	    width: 100%;
	    height: 30px;
	    font-size: 16px;
	    font-weight: bold;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.page-item .menu-item .zhuye a {
	    width: 85%;
	}
	
	.page-item .menu-item .zhuye .down-arr {
	    width: 15%;
	    height: 100%;
	    background: url(../images/yx-menu4.png) no-repeat 98% center;
	    background-size: 40%;
	}
	
	.page-item .menu-item .list {
	    width: 100%;
	    display: none;
	    font-size: 14px;
	}
	
	.page-item .menu-item .list li a {
	    padding-top: 5px;
	    display: flex;
	    align-items: center;
	    font-size: 14px;
	    color: #1d1d1f;
	    height: 40px;
	}
	
	.page-item .menu-item .list li a.now {
	    color: #FF8201;
	}
	
	.page-item .menu-item .list li a .pagearr {
	    display: block;
	    height: 100%;
	    width: 20px;
	    background: url(../images/yx-pagearr.png) no-repeat center center;
	    background-size: 32%;
	}
	
	.page-item .menu-item .list li a.now .pagearr {
	    display: block;
	    height: 100%;
	    width: 20px;
	    background: url(../images/yx-pagenow.png) no-repeat center center;
	    background-size: 32%;
	}
	
	
	.page-item .menu-item.on .list {
	    display: block;
	    height: auto;
	
	}
	
	.page-item .menu-item.on .zhuye .down-arr {
	    width: 15%;
	    height: 100%;
	    background: url(../images/yx-menu5.png) no-repeat 98% center;
	    background-size: 40%;
	}
	
	.page-item .menu-item.on .zhuye a {
	    color: var(--primary-orange);
	}
	.footer{
		padding:10% 5%;
	}
	.copyright .text1{
		text-align: center;
		margin-bottom: 0;
		line-height: 1.5;
	}
	.copyright{
		font-size: 12px;
		
	}
	
	.copyright a{
		font-size: 12px;
	}
	.copyright a:hover{
		font-size: 12px;
	}
	.copyright .text1{
		font-size: 12px;
	}
	
	
	/* banner */
	.banner-title{
		font-size: 6.8vw;
		text-align: center;
		color: #151515;
		margin-bottom: 2.8vw;
		
	}
	.banner-box{
		top: 58%;
		transform: translateY(-50%);
		padding: 20% 7% 2% 7%;
	}
	.banner-txt{
		font-size: 15px;
		width: 100%;
		color: #151515;
		text-align: justify;
		margin-bottom: 4.6vw;
		
	}
	.banner-btn{
		width: 30vw;
		height: 40px;
		margin: auto;
		font-size: 15px;
	}
	
	
	
	/* icon-bar */
	.icon-bar{
		padding: 0 5%;
		transform: translateY(0);
		bottom:6%;
	}
	.icon-bar .icon-txt{
		font-size:3.2vw;
	}
	.icon-bar ul{
		border-radius:1.6vw;
		flex-direction: column;
	}
	.icon-bar li{
		height: auto;
	}
	
	
	.icon-bar a img{
		height: 8vw;
		max-height: 30px;
	}
	.icon-bar li:not(:last-child)::after{
		width:90%;
		height: 1px;
		top: unset;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		background: rgba(255, 255, 255, 0.1);
	}
	
	.icon-bar li a{
		
		min-height: 65px;
		padding: 4% 5%;
		position: relative;
	}
	.icon-bar .icon-title{
		font-size:20px;
		min-width: 104px;
		line-height: 1;
		margin: 0 5px;
	}
	.link {
		padding: 2px 21px 2px 0;
		background-size: 15px;
		font-size: 16px;
		margin-right: 0px;
	}
	
	.link:not(:last-child) {
		margin-right: 30px;
	}
	
	.link:hover{
		background-size: 15px;
		
	}
	
	.main{
		/* margin-top: 25px; */
	}
	.block-title{
		font-size: 6.3vw;
		margin-bottom: 5.3vw;
	}
	.sample{
		padding: 10% 5% 15% 5%;
	}
	
	.content{
		flex-direction: column;
	}
	.content .left{
		width: 100%;
		height: auto;
	}
	.content .right{
		width: 100%;
	}
	.content .left img{
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(50 94 165 / 32%);
	}
	h2{
		font-size:20px;
		line-height: 1.5;
		padding-left:12px;
		margin: 6.66vw 0 6.66vw;
		
	}
	h2::after{
		width: 3px;
		height: 5vw;
		left: 0;
		top:5px;
		transform: translateY(0);
		
		
	}
	h3{
		font-size: 18px;
		padding-left: 12px;
		margin-bottom: 8px;
	}
	h3::after{
		content: '';
		position: absolute;
		width: 8px ;
		height: 2px;
		left: 0;
		top: 8px;
		transform: translateY(-50%);
		background: #151515;
	}
	.desc{
		padding-left: 12px;
		font-size: 14px;
		line-height: 1.5;
		text-align: justify;
	}
	.two-card{
		margin:25px 0;
		gap:7px;
	}
	.two-card .square{
		padding: 15px;
		border-radius:6px;
		box-shadow: 0 0 10px rgb(50 94 165 / 32%);
	}
	.square .text-box .text{
		font-size: 14px;
	}
	.more{
		padding: 2px 14px 2px 0;
		background: url(../images/arrow.png) no-repeat right 3px center;
		background-size: 6px;
		font-size:13px;
	}
	.more:hover{
		font-size:13px;
		background-size: 6px;
	}
	.two-card .square .icon-box{
		height: 33px;
	}
	.link-box{
		justify-content: center;
	}
	.content.reverse{
		flex-direction: column-reverse;
	}
	.topspace{
		margin-top: 15%;
	}
	.special-right{
		width: 100%;
	}
	.two-square{
		flex-direction: column;
		margin-bottom: 7px;
	}
	.two-square .scroll{
		width: 100%;
		margin-right: 0;
		border-radius: 6px;
		box-shadow: 0 0 10px rgb(50 94 165 / 32%);
		margin-bottom: 7px;
		padding: 18px;
	}
	.bookswiper{
		width: 100%;
		border-radius: 6px;
		box-shadow: 0 0 10px rgb(50 94 165 / 32%);
		padding: 18px 0;

	}
	/* Webkit (Safari, Chrome) */
	.two-square .scroll  .scrollbox::-webkit-scrollbar{
	  width: 2px!important;
	  border: 2px solid transparent;
	  background-clip: content-box;
	}
	.two-square .scroll  .scrollbox::-ms-scrollbar{
	  width: 2px;
	}
	.two-square .scroll  .scrollbox::-moz-scrollbar{
	  width: 2px;
	}
	
	.two-square .scroll  .scrollbox{
		height: 140px;
		font-size:14px;
		padding-right:18px;
		
	}
	.two-square .scroll .icon-title{
		font-size: 16px;
	}
	.two-square .scroll .square-icon{
		height: 40px;
	}
	.bookswiper .icon-title{
		font-size: 16px;
		padding-left: 18px;
	}
	.book-item{
		padding: 15px 18px;
	}
	.four-square ul li a{
		border-radius: 6px;
		padding:10px  0;
		box-shadow: 0 0 10px rgb(50,94,165,0.32);
	}
	.content .right ul li{
		margin-bottom: 25px;
	}
	.four-square ul{
		gap: 6px;
	}
	.li-title{
		font-size: 12px;
	}
	.four-square ul li img{
		height: 35px;
		
	}
	.bookswiper .book-item .book-img{
		width: 71px;
		
	}
	.bookswiper .book-item .book-img img{

		box-shadow: 0px 0px 10px rgb(50,94,165,0.32);
	}
	.introduce{
		width: 71%;
	}
	.booktitle{
		font-size: 16px;
	}
	.booktext{
		font-size: 14px;
		margin:8px 0 8px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.bookswiper .more{
		padding: 2px 15px 2px 6px;
		font-size: 13px;
		background-size: 5px;
	}
	.bookswiper .swiper-pagination-bullet{
		width: 7px ;
		height: 7px ;
		margin-right: 7px;
	}
	.four-square{
		margin-bottom: 25px;
	}
	.special{
		margin-top: 6.66vw;
		margin-bottom: 6vw;
	}
	/* 教育工具试用 */
	.product{
		padding: 15% 5%;
	}
	.product ul{
		grid-template-columns: repeat(1,1fr);
		gap: 12px;
	}
	.product li{
		padding: 25px 20px 20px;
		border-radius: 6px ;
		box-shadow: 0px 0px 10px rgb(50,94,165,0.32);
	}
	.product li img{
		width: 40%;
	}
	.product-title{
		font-size: 16px;
	}
	.product-card .intr{
		display: none ;
	}
	.product-card{
		width:100%;
	}
	.product-card .btn{
		width: 62%;
		flex-wrap: wrap;
	}
	.product-card .btn a{
		padding: 5px 1.3vw;
		border-radius: 2px;
		text-align: center;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	/* 联系我们 */
	.contact{
		flex-direction: column;
		padding: 15% 5%;
		
	}
	.contact .block-title{
		margin-bottom: 5.3vw;
	}
	.contact .left{
		width: 100%;
		margin-bottom: 8.4vw;
	}
	.contact .right{
		width: 100%;
		padding: 24px  15px 0;
		border-radius: 2.5vw;
		background-color: #fff;
	}
	.explain .plan-list li:not(:last-child){
		margin-bottom:10px;
	}
	.tips img{
		width: 4.8vw;
		max-width:36px;
		margin-right: 1vw;
	}
	.tips{
		font-size: 15px;
		margin-bottom: 3.7vw;
	}
	.layout-gap{
		padding: 16% 10%;
	}
	.explain .plan-list li{
		font-size: 14px;
		padding-left: 15px;
		background: url(../images/list-line.jpg) no-repeat 0 6px;
		background-size: 7px;
	
	}
	.explain .plan-list{
		padding-left: 5.8vw;
		margin-bottom: 5.5vw;
	}
	.email-link{
		padding-left: 5.8vw;
		font-size: 14px;
	}
	.two-square .scroll:hover{
		transform: translateY(0px);
	}
	.square:hover{
		transform: translateY(0px);
	}
	.bookswiper:hover{
		transform: translateY(0px);
	}
	.four-square ul li:hover{
		transform: translateY(0px);
	}
	.product li:hover{
		transform: translateY(-0);

	}
	/* 手机底部导航 */
	.mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .2);
		z-index: 250;
	}
	
	.mobile-nav2 {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .2);
		z-index: 250;
	}
	
	.nav-list {
		position: absolute;
		left: min(calc(calc(100% - 350px) / 2), calc(100% - 94% / 2));
		bottom: 75px;
		background: white;
		border-radius: 12px;
		z-index: 251;
		list-style: none;
	}
	
	.mobile-nav2 .nav-list {
		width: 30%;
		position: absolute;
		right: 5%;
		left: unset;
		bottom: 75px;
		background: white;
		border-radius: 12px;
		z-index: 251;
		list-style: none;
	}
	
	.nav-list::before {
		content: '';
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		border-top: 8px solid white;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
	
	.nav-list a {
		text-decoration: none;
		color: #333;
		text-align: center;
	}
	
	.nav-list li {
		padding: 18px 18px 0 18px;
		text-align: center;
	}
	
	.nav-list li.active a {
		color: var(--theme-color);
	}
	
	.nav-list li:last-child {
		padding-bottom: 18px;
	}
	
	.mobile-footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.footer-float-btn {
		position: fixed;
		width: 94%;
		max-width: 350px;
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		background-color: rgb(255, 255, 255);
		box-shadow: 0 5px 35px 0 rgba(70, 70, 86, 0.2);
		border-radius: 999px;
		padding: 15px 15px;
		box-sizing: border-box;
		bottom: 10px;
		z-index: 251;
	}
	
	.footer-float-btn>div {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333 !important;
		font-weight: bold;
		font-size: 15px;
		width: 50%;
	}
	/* 10.27 底部导航修改*/
	.footer-float-btn>div:nth-child(2) {
		display: none;
		
	}
	.footer-float-btn .more-service-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333 !important;
		font-weight: bold;
		font-size: 15px;
	}
	
	.footer-float-btn div:not(:last-child) {
	
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
	
	.footer-float-btn img {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}
	
	.footer-float-btn a {
		color: #333 !important;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		align-items: center;
		display: flex;
	}
	/* 手机端版权 */
	.foot{
		display: none;
	}
	.footwap {
		width: 100%;
		padding: 10% 12% 18%;
		box-sizing: border-box;
		display: block;
		border-top: 2px solid #ff8201;
		background-color: #F5F5F7;

	}
	
	.footwap .flogo {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.footwap .flogo img {
		width: 100%;
		max-width: 106px;
	}
	
	.footwap .fnumber {
		width: 100%;
		text-align: center;
		color: #7d8386;
		line-height: 1.5;
		padding: 5% 0;
		font-size: 14px;
	}
	
	.footwap .fimg {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.footwap .fimg img {
		width: 100%;
		max-width: 93px;
	
	}
	
	.footwap .fnumber p a {
		color: rgb(0, 115, 152);
		transition: .5s all;
	}
	
	.footwap .fnumber p a:hover {
		color: #ff8201;
	}
	
	.footwap .codeimg {
		width: 100%;
		text-align: center;
		margin-bottom: 4%;
		
	}
	
	.footwap .codeimg img {
		width: 30%;
		margin-bottom: 10px;
		box-shadow: 0 0 10px rgba(203, 203, 203, 0.9);
		border-radius: 8px;
		display: inline;
	}
	
	.footwap .codeimg p {
		font-size: 14px;
		color: #7d8386;
	}
	
}