@import url("font.css");
@import url("iconfont.css");

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-size: 16px;
	font-family: 'Roboto';
	overflow-x: hidden;
	line-height: 1.6;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ol,
ul,
li {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #353535;
}

img {
	border: none;
	/*display: block;*/
}

input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.btn:hover,
.btn:focus,
.btn:active {
	outline: none;
}

.table {
	margin-bottom: 0 !important;
}

img.aligncenter {
	margin: 0 auto;
	display: block
}

.clear:after {
	display: table;
	clear: both;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: " ";
}

/*全局*/
.w,.w-box{
	max-width: 1200px;
	margin: 0 auto;
	width: 80%;
}
.w-box{
	width: auto;
}
.w-box .w{
	width: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txt-jz {
	text-align: center;
}

.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-end{
	 justify-content: flex-end !important;
}

.flex-float {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#home-foot{
	    line-height: 30px;
	    background: rgba(53, 53, 53, 1);
	    color: #999999;
	    padding: 33px 0;
	    font-size: 14px;
}
#home-foot a{
	  color: #999999;
}
.max-w {
	display: block;
	max-width: 100%;
}

.font-6 {
	/* font-weight: 600; */
}

.font-b {
	font-weight: bold;
}

img.img-qw {
	display: block;
	width: 100%;
}

.form-txt {
	border: 0;
	font-size: 16px;
}

.form-txt:focus {
	border-color: #eba209 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #eba209;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #eba209;
}

input::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #CCCCCC;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #CCCCCC;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #CCCCCC;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #CCCCCC;
}

.form-btn {
	border: 0;
	cursor: pointer;
	font-size: 18px;
}

.form-btn:focus {
	border: none !important;
	outline: 0 !important;
}

.div-title {
	font-size: 44px;
	position: relative;
	margin-bottom: 50px;
	background: #eba209;
	display: inline-block;
	padding: 13px 25px;
	line-height: 1;
}
.div-title a,.div-title {
	color: #ffffff;
}


.div-title.bt-jz {
	text-align: center;
}

.div-title.bt-jz::before {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.div-content {}
.pd-top-50{
	padding-top: 50px !important;
}
#anwei-authentication{}
.authentication-box{}
.authentication-box .box-li{justify-content: flex-start;margin-bottom: 35px;flex-wrap: nowrap;align-items: stretch;}
.authentication-box .img{width: 290px;flex-shrink: 0;border: 1px solid #f1f1f1; height: 180px;}
.authentication-box .img img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
}
.authentication-box .txt{padding: 10px 30px;background: #F5F5F5;width: 100%;display: flex;flex-direction: column;justify-content: center;}
.authentication-box .txt .title{     font-weight: 600;font-size: 30px; margin-bottom: 10px;display: block;line-height: 1.5;}
.authentication-box .txt  p{}

#gw-icp img {
	position: relative;
	top: 3px;
	margin-right: 3px;
	display: inline-block;
}

.page-div {
	padding: 100px 0;
}

#head {
	min-height: 100px;
	z-index: 10;
	position: relative;
}

#head .top {
	background: #fff;
	padding: 25px 0;
}

#head .top .logo a {
	display: inline-block;
	height: 50px;
}

#head .top .logo img {
	height: 100%;
	display: block;
}

#head .nav,
.in-nav {
	background: rgba(226,226,226,42%);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
}

#head .nav.zdl {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 100;
	background: #f3f3f3;
}

#head .nav.zdl form .form-txt,
#head .nav.zdl form .nav-btn {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 14px;
}

#head .nav.zdl .nav-div {
	/* padding: 12px 0; */
}

#head .nav.zdl form .nav-btn {
	padding: 0 40px;
}

#head .nav-div {
	/* padding: 15px 0; */
}

#head .nav-div .menu-div {
	display: flex;
	margin-bottom: 0;
}

#head .nav-div .menu-div {}

#head .nav-div .menu-div>li {
	width: 18.8%;
	display: block;
	position: relative;
}

#head .nav-div .menu-div>li>.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 150%;
	padding: 10px 0;
	text-align: center;
	background: rgb(53, 53, 53);
	left: 0;
	width: -moz-calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	width: -o-calc(100% - 6px);
	z-index: 10;
}

#head .nav-div .menu-div>li>.sub-menu li {
	display: block;
	border-bottom: 1px solid rgba(66, 66, 66, 0.75);
}

#head .nav-div .menu-div>li>.sub-menu li:last-child {
	border: 0;
}

#head .nav-div .menu-div>li>.sub-menu li a {
	display: block;
	line-height: 46px;
	height: 47px;
	color: #fff;
}

#head .nav-div .menu-div>li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	visibility: inherit;
}

#head .nav-div .menu-div .in-link {
	width: 13%;
	margin-left: auto;
}

#head .nav-div .menu-div .in-link a {
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	margin: 15px 0;
	border-radius: 6px;
}
#head   a.to-bottom{
	color: #ffffff;
}
#head .nav-div .menu-div .home {
	width: 8.7%;
}

#head .nav-div .menu-div .home a {
	background-image: url(../image/menu-homezb.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
	border: 0;
}

#head .nav-div .menu-div>li>a {
	display: block;
	height: 80px;
	line-height: 80px;
	color: #6D6D6D;
	font-size: 22px;
	text-align: center;
	margin-right: 6px;
	border: 0;
	box-shadow: none;
	outline: 0;
}
#head .zdl .nav-div .menu-div>li>a{
	height: 60px;
	line-height: 60px;
}

#head .nav-div .menu-div>li:last-of-type>a {
	margin-right: 0;
	color: #ffffff;
}

#head .nav-div .menu-div .current_page_item>a,
#head .nav-div .menu-div .current-page-ancestor>a,
#head .nav-div .menu-div .current-menu-item>a,
#head .nav-div .menu-div .current-category-ancestor>a,
#head .nav-div .menu-div .current-category-ancestor>a,
#head .nav-div .menu-div .current-post-parent>a,
#head .nav-div .menu-div>li:hover>a,
#head .nav-div .menu-div>li>.sub-menu li a:hover {
	background-color: #eba209;
	color: #fff;
}

#head .nav form {
	width: 100%;
	justify-content: flex-end;
}

#head .nav form .form-txt,
#head .nav form .nav-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-left: 20px;
	border-radius: 6px;
}
#head .top .flex{
	justify-content: space-between;
}
#head .top  .top-link a{
	
color: #010101;
	
font-size: 18px;
	
margin-left: 30px;
}
.header_zhan {
	height: 54px;
	display: none;
}

#head .nav form .form-txt {}

#head .nav form .nav-btn {
	padding: 0 50px;
	color: #000000;
	font-weight: 600;
}
.kc-hxdiv{
	height: 120px;
}

.div-zhe-layout{
	/* padding: 85px 0; */
	background: #ffffff;
	position: relative;
}

.div-zhe-layout::before{
	position: absolute;
	z-index: 1;
	background-color: #f5f5f5;
	right: 0;
	top: 0;
	height: 100%;
	content: '';
	display: block;
	width: 100%;
	right: 50%;
	margin-right: -356px;
}
#anwei-curriculum-advantages .content-left,#anwei-conten.content-style-list .conten-txt-nr{line-height: 2;font-size: 18px;}
#anwei-curriculum-advantages .flex{
	justify-content: space-between;
	z-index: 2;
	position: relative;
	flex-wrap: nowrap;
}
#anwei-curriculum-advantages .content-left{
	margin-right: 20px;
}
#anwei-curriculum-advantages  .contetn-nr,.content-style-list .conten-txt-nr{
	padding-left: 20px;
}
#anwei-curriculum-advantages .content-image{
	position: relative;
}
#anwei-curriculum-advantages .content-left h4,.content-style-list .conten-txt-nr h4{position: relative;line-height: 1.5;margin-bottom: 5px;}
#anwei-curriculum-advantages .content-left h4::before,#anwei-curriculum-advantages .content-image::before,
.content-style-list .conten-txt-nr h4::before
{
	position: absolute;
	left: -20px;
	width: 3px;
	background-color: #eba209;
	height: 100%;
	content: '';
	display: block;
	height: 24px;
	top:5px;
}
#anwei-conten.content-style-list .conten-txt-nr{
}
#anwei-curriculum-advantages .content-image::before{
	bottom: -34px;
	right: -36px;
	width: 280px;
	height: 85px;
	left: auto;
	top: auto;
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	z-index: -1;
}
.welcome_div .div-title{
 text-align: center;
 margin: 0 auto;
 display: block;
 width: 300px;
}
#banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 20px solid #eba209;
	display: flex;
	padding: 50px 0;
	align-items: center;
	min-height: 600px;
	width: 100%;
	box-sizing: border-box;
}

#banner.page-banner .w {
	padding-top: 100px;
	z-index: 5;
}

#banner .banner-title {
	color: #000000;
	font-size: 56px;
	line-height: 1.3;
	margin-bottom: 30px;
	position: relative;
}
#banner.page-banner .banner-title{margin-bottom: 50px;}
#banner .banner-title span{font-size: 30px;}

#banner .banner-txt {
	color: #000000;
	font-size: 24px;
	line-height: 34px;
	padding-top: 48px;
}

#banner.txt-bai .banner-title,
#banner.txt-bai .banner-txt {
	color: #fff;
}

#banner .banner-title::before {
	position: absolute;
	display: none;
	content: '';
	width: 80px;
	height: 16px;
	top: 0;
	left: 0;
}

#banner .banner-tag {
	background: rgba(255,255,255,50%);
	padding: 17px 15px;
	display: inline-block;
	line-height: 1;
}

#banner .banner-tag span {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 2px solid #6f6f6f;
	font-size: 22px;
	height: 20px;
	line-height: 20px;
	color: #000000;
}

#banner .banner-tag span:last-of-type {
	padding: 0;
	margin-right: 0;
	border: 0;
}

#banner .banner-txt-list {
	margin: 0 -10px;
}

#banner .banner-txt-list .list-li {
	max-width: 33.33%;
	width: 33.33%;
	display: block;
}

#banner .banner-txt-list .li-txt {
	padding: 35px 10px;
	text-align: center;
	margin: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	min-height: 135px;
}

#banner .banner-txt-list .txt-title {
	margin-bottom: 15px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner .banner-txt-list .txt-title span {
	font-size: 46px;
	margin-right: 10px;
}

#banner .banner-txt-list .txt-title p {
	text-align: left;
}

#banner .banner-txt-list .txt-p {
	color: #fff;
	font-size: 20px;
	/* text-transform: capitalize; */
}

#banner.home-banner{
	align-items: flex-start;
	padding-top: 0;
}
.home-banner .home-banner-content{
display: inline-block;
background: url(../image/banner-bg.png) center no-repeat;
background-size: 100% 100%;
color: #fff;
padding: 70px 40px;
}
.home-banner .home-banner-title{
letter-spacing: 5px;
font-size: 50px;
	
margin-bottom: 30px;
}
.home-banner  .home-banner-txt{
font-size: 26px;
margin-bottom: 30px;
}
.home-banner .banner-link{
	width: 280px;
	line-height: 50px;
	border: 2px solid #FFFFFF;
	color: #fff;
	display: block;
	text-align: center;
}


#anwei-txt .content-txt {display: flex;flex-wrap: wrap;}

#anwei-txt .content-txt .txt-li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	background-repeat: no-repeat;
	min-width: 25%;
	box-sizing: border-box;
}

#anwei-txt .content-txt .txt-li::before {
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
	border-radius: 100%;
	width: 10px;
	height: 10px;
	border: 1px solid #eba209;
}

#anwei-txt .content-txt .txt-li.no-style {
	padding-left: 0 !important;
}

#anwei-txt .content-txt .txt-li.no-style::before {
	display: none !important;
}

#anwei-txt .content-txt .txt-li {
	color: #353535;
	font-size: 24px;
	line-height: 1.5;
}

#anwei-txt .content-txt .txt-li p {
	margin-bottom: 0px;
}

#anwei-txt .content-txt .txt-li h3 {
	font-size: 18px;
	margin-bottom: 7px;
	font-family: Source-Han-Sans-Medium;
	color: #000;
}
#anwei-teacher{
    padding-bottom: 0;
}
#anwei-teacher .teacher-content{
    padding-top: 50px;
}
#anwei-teacher .conten-icon{}
#anwei-teacher .conten-icon .icon{
    width: 33.33%;
    margin-bottom: 85px;
}
#anwei-teacher .icon .icon-nr{
    color: #141414;
}
#anwei-teacher .icon .icon-img{margin-bottom: 35px;}
#anwei-teacher .icon .icon-img img{
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.pd-top-0{ padding-top: 0 !important;}
#anwei-teacher .icon .icon-title{
    margin-bottom: 10px;
}
#anwei-teacher .icon .academic-degree{display: block;font-size: 20px;margin-bottom: 18px;padding-bottom: 20px;position: relative;}
#anwei-teacher .icon .academic-degree::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 44px;
	height: 4px;
	background: #eba209;
	margin-left: -22px;
}
#anwei-teacher .icon p{
    line-height: 1.7;
}
#anwei-icon {
	padding-bottom: 20px;
}
.online-benefits .div-title{
	margin-bottom: 0;
}
.online-benefits{
	padding: 0 !important;
}
.online-benefits .icon-content{position: relative;top: -170px;margin-bottom: -90px;}
#anwei-icon .div-content{
	background-color: #fff;
	padding: 50px 20px;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
}
#anwei-icon .conten-icon {
}

#anwei-icon .conten-icon .icon {
	width: 33.33%;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
}
#anwei-icon .conten-icon .icon:nth-child(3n){
	border-right: 0;
}
#anwei-icon .conten-icon .icon:nth-child(4), #anwei-icon .conten-icon .icon:nth-child(5),#anwei-icon .conten-icon .icon:nth-child(6){
	border-bottom: 0;
}

#anwei-icon .conten-icon .icon-nr {
	background: #fff;
	margin: 0 30px;
	padding: 25px 25px;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 35px;
}

#anwei-icon .conten-icon .icon-img {
	margin-bottom: 10px;
}

#anwei-icon .conten-icon .icon-img img {
	height: 100px;
	display: block;
}

#anwei-icon .conten-icon .icon-title {
	color: #eba209;
	margin-bottom: 10px;
	font-size: 26px;
}

#anwei-icon .conten-icon .icon-nr p {
	margin: 0 auto;
	line-height: 1.7;
	color: #141414;
}

#anwei-ziliao-form {
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	background-color: #F5F5F5;
	position: relative;
}
#anwei-ziliao-form .form-bg{
	position: absolute;
	z-index: 1;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;

	width:-moz-calc((100% / 2) + (600px - 340px));
	width:-webkit-calc((100% / 2) + (600px - 340px));
	width: calc((100% / 2) + (600px - 340px));
	width:-o-calc((100% / 2) + (600px - 340px));
}

#anwei-ziliao-form .div-title {margin-bottom: 0;width: 50%;display: block;box-sizing: border-box;}

#anwei-ziliao-form .submit-form {
	display: flex;
	width: 680px;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

#anwei-ziliao-form .form-div {
	padding: 60px;
	background: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 2;
}
#anwei-ziliao-form .submit-form::before{width: 241px;height: 76px;background: #eba209;content: '';z-index: 1;bottom: -15px;right: -15px;display: block;position: absolute;}
#anwei-ziliao-form .form-div .input-txt {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

#anwei-ziliao-form .form-div .txt-ts {
	height: auto;
	line-height: 22px;
	margin-bottom: 0;
	font-size: 14px;
	color: #A2A2A2;
}

#anwei-ziliao-form .form-div .input-txt .input-name {
	width: 100px;
	font-size: 18px;
	position: absolute;
	left: -30px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#anwei-ziliao-form .form-div .input-txt .input-name .xh {
	margin-right: 5px;
	font-size: 22px;
	display: inline-block;
	color: #eba209;
}

select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background: #fff url(/wp-content/themes/html/images/select-bg.svg) 96% 49%/26px 60px no-repeat;
	text-indent: .01em;
	border-radius: 0;
	padding-right: 25px;
}

select:focus {
	outline: 0;
}

#anwei-ziliao-form .form-div .input-txt .form-txt {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	margin-left: 100px;
	border: 1px solid rgba(204, 204, 204, 1);
	top: 0;
	padding: 0 20px;
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	width: -o-calc(100% - 140px);
}

#anwei-ziliao-form .form-div .input-txt.phone-div .form-txt {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	width: -o-calc(100% - 200px);
	margin-left: 20px;
}

#anwei-ziliao-form .form-div .input-txt.phone-div {
	display: flex;
	align-items: center;
}

#anwei-ziliao-form .form-div .input-txt.phone-div #phone-add {
	width: 168px;
	margin-left: 100px;
	padding-left: 17px;
	padding-right: 30px;
	font-size: 16px;
	border: 1px solid rgba(204, 204, 204, 1);
}

#anwei-ziliao-form .form-div .input-btn {
	padding-top: 30px;
	display: block;
	text-align: center;
}

#anwei-ziliao-form .form-div .input-btn .ziliao-btn {
	color: #fff;
	padding: 0 80px;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
}

#anwei-ziliao-form .form-div .input-txt .form-txt, #anwei-ziliao-form .form-div .input-txt, #anwei-ziliao-form .form-div .input-txt.phone-div #phone-add {
	height: 40px;
	line-height: 40px;
}

#anwei-ziliao-form .form-div .input-txt.cuo .form-txt {
	border-color: #a70c0c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #bb000040;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #bb000040;
}

#foot {
    background: #eba209;
}



#foot .foot-bottom,
#foot .foot-bottom a {
	color: #fff;
}
#foot .foot-bottom .foot-logo img{
	height: 80px;
}
#foot .foot-bottom{
	height: 120px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#foot .foot-bottom span {
	margin: 0 8px;
	display: block;
	margin-bottom: 7px;
}

#neiyeyc {
	font-size: 14px;
}

#tan {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.domload-ok #tan{display: block;}
#tan.xsl {
	opacity: 1;
	visibility: visible;
	z-index: 120;
}

#tan .tannr {
	position: absolute;
	width: 320px;
	/* height: 180px; */
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

#tan .tannr .nrtop {
	font-size: 16px;
	background: #f5f5f5;
}

#tan .tannr .nrconten,
#tan .tannr .table-cell {
	height: 100px;
}

#tan .tannr .nrtop {
	border-bottom: 1px solid #ececec;
}

#tan .tannr .nrconten {
	background: #fff;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}

#tan .tannr .nrfoot,
#tan .tannr .nrtop {
	height: 40px;
	line-height: 40px;
	color: #ffffff;
}

#tan .tannr .nrfoot {
	background: #eba209;
	cursor: pointer;
	margin: 0;
}

#tan .tannr .nrfoot:hover {
	background: #636363;
	color: #fff;
}

#anwei-conten .div-content {}

#anwei-conten .conten-txt-nr {
	line-height: 1.7;
	width: 100%;
	box-sizing: border-box;
}
#anwei-conten.welcome_div .conten-txt-nr{
	font-size: 20px;
}
#anwei-conten .conten-txt-nr img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

#anwei-conten .conten-txt-nr h3 {
	font-size: 30px;
	display: block;
	margin-bottom: 15px;
}

.about-2-txt .div-content {
	max-width: 870px;
	margin: 0 auto;
	color: #fff;
}

.about-1-txt .div-content {
	margin-left: 10%;
}

.about-1-txt .nbr-div {
	width: 33.33%;
	margin-bottom: 80px;
	min-height: 190px;
}

.about-1-txt.page-div {
	padding-bottom: 0;
}

.about-1-txt .nbr-div .top-txt {
	font-size: 48px;
	font-weight: 900;
	color: #333;
	line-height: 1.4;
	margin-bottom: 20px;
}

.about-1-txt .nbr-div p {
	color: #666666;
}

#page-404 {}

#page-404 .bg-img {
	position: relative;
	background: url(../image/404.svg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
	width: 510px;
	margin-bottom: 30px;
	max-width: 90%;
	margin-left: -3%;
}

#page-404 .bg-img:before {
	content: "";
	height: 100%;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	background: url(../image/banner.png) center center no-repeat;
	background-size: cover;
}

#page-404 .div-txt {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 30px;
}

#page-404 .page-div {
	flex-direction: column;
}

#page-404 .go-home {
	background: #f37720;
	display: inline-block;
	padding: 8px 30px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#search-tab {
	padding: 50px 0;
	padding-bottom: 30px;
}

#search-tab .tab-list {
	/* margin-bottom: 50px; */
}

#search-tab .tab-list .tab-ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin: 0 -14px;
	/* margin-bottom: 20px; */
}

#search-tab .tab-list .tab-ul .li-conten>*,
#search-tab .tab-list .tab-ul .name {
	display: block;
	margin: 0 15px;
	height: 48px;
	line-height: 48px;
	min-width: 60px;
	text-align: center;
	padding: 0 15px;
	font-size: 18px;
	margin-bottom: 20px;
}

#search-tab .tab-list .tab-ul .li-conten {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#search-tab .tab-list .tab-ul li,
#search-tab .tab-list .tab-ul .all {
	cursor: pointer;
	border: 1px solid rgba(204, 204, 204, 1);
}

#search-tab .tab-list .tab-ul>li:hover {}

#search-tab .tab-list .tab-ul .name {
	border: 1px solid #ffc627;
	font-weight: 600;
	min-width: 100px;
}

.search-tab-conten .product-list ul {
	margin: 0 -15px;
	justify-content: flex-start;
}

.search-tab-conten .product-list ul li a {
	display: block;
	margin: 0 15px;
	position: relative;
	padding-bottom: 50px;
}

.search-tab-conten .product-list ul li {
	width: 33.33%;
	margin-bottom: 30px;
}

.search-tab-conten .no-product {
	display: none;
}

#anwei-advantage {
	padding-top: 100px;
	padding-bottom: 150px;
}

#anwei-advantage.porduct_single_icon {
	padding: 80px 0;
}

#anwei-advantage .div-icon-list {
	margin-bottom: 30px;
}

#anwei-advantage .div-icon-list .icon-div {
	margin: 0 -25px;
}

#anwei-advantage .div-icon-list li {
	width: 16.666%;
	margin-bottom: 50px;
}

#anwei-advantage .div-icon-list li span {
	display: block;
}

#anwei-advantage .div-icon-list li .li-nr,
#anwei-advantage .div-icon-conten .slide-div .li-nr {
	margin: 0 auto;
	border: 2px solid rgba(255, 198, 39, 1);
	border-radius: 100%;
	text-align: center;
	padding: 40px 0;
	overflow: hidden;
	cursor: pointer;
	width: 200px;
	height: 120px;
}

#anwei-advantage .div-icon-list li .li-nr:hover,
#anwei-advantage .div-icon-list li .li-nr.active {
	border-color: #FFF4D8;
	background-color: #FFF4D8;
}

#anwei-advantage .div-icon-list li .img {}

#anwei-advantage .div-icon-list li .txt {}

#anwei-advantage .div-icon-list li img {}

#anwei-advantage .div-icon-conten {}

#anwei-advantage .div-icon-conten .advantage-slide {}

#anwei-advantage .div-icon-conten .swiper-slide {}

#anwei-advantage .div-icon-conten .slide-div {
	background: #F7F7F7;
	position: relative;
}

#anwei-advantage .div-icon-conten .img {
	position: absolute;
	width: 640px;
	height: 100%;
	overflow: hidden;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .img {
	width: 560px;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .txt {
	margin-left: 595px;
	padding: 0;
	padding-bottom: 20px;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .slide-div {
	background: none;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .img img {
	height: 100%;
	width: 100%;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .txt .txt-conten {
	line-height: 1.6;
	font-size: 18px;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .txt .txt-conten ul {
	margin-left: 25px;
}

#anwei-advantage.porduct_single_icon .div-icon-conten .txt .txt-conten li {
	list-style: disc;
}

#anwei-advantage .div-icon-conten .img img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

#anwei-advantage .div-icon-conten .txt {
	margin-left: 640px;
	padding: 25px 60px;
	min-height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#anwei-advantage .div-icon-conten .txt .title {
	font-size: 30px;
	margin-bottom: 15px;
}

#anwei-advantage .div-icon-conten .txt .txt-conten {
	line-height: 26px;
}

#head .nav.zdl .nav-div .menu-div li.in-link a {
	line-height: 40px;
	height: 40px;
	margin: 10px;
}

#anwei-product-list {}

#anwei-product-list .conten-div {
	display: flex;
	justify-content: center;
}

#anwei-product-list .conten-div .list-div {
	width: 50%;
}

#anwei-product-list .conten-div .list-title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#anwei-product-list .conten-div .zh-porduct .list-title {
	background-image: url(../image/zh-icon.png);
	background-position: center right;
	padding-right: 75px;
	margin-right: 5px;
}

#anwei-product-list .conten-div .en-porduct .list-title {
	background-image: url(../image/en-icon.png);
	background-position: center left;
	padding-left: 75px;
	margin-left: 5px;
}

#anwei-product-list .conten-div .list-ul {
	margin-bottom: 70px;
}

#anwei-product-list .conten-div .list-ul li {
	margin-bottom: 40px;
	display: block;
}

#anwei-product-list .conten-div .list-ul li a {
	height: 80px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	background-size: auto 100%;
}

#anwei-product-list .conten-div .more-btn {}

.more-btn a {
	display: inline-block;
	background: #761739;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 20px 57px;
}

#anwei-product-list .conten-div .zh-porduct {
	border-right: 2px solid #761739;
	padding-right: 150px;
	text-align: right;
}

#anwei-product-list .conten-div .zh-porduct .list-ul li {}

#anwei-product-list .conten-div .zh-porduct .list-ul li a {
	background-position: center right;
	justify-content: flex-end;
	padding-right: 100px;
}

#anwei-product-list .conten-div .en-porduct {
	padding-left: 150px;
}

#anwei-product-list .conten-div .en-porduct .list-ul li {}

#anwei-product-list .conten-div .en-porduct .list-ul li a {
	background-position: center left;
	justify-content: left;
	padding-left: 100px;
}

#anwei-img-list .div-top-txt {
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 735px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}

#anwei-img-list .div-top-txt::before {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	content: '';
	width: 150px;
	height: 6px;
}

#anwei-img-list .div-top-txt p,
#anwei-img-list .div-top-txt {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

#anwei-img-list .div-top-txt h2 {
	color: #353535;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
}

#anwei-img-list .div-content {}

#anwei-img-list .conten-list {}


#anwei-news-list .conten-list .news-list-div {
	margin: 0 -14px;
	justify-content: left;
}
#anwei-img-list .conten-list .flex-float{
	margin: 0 -15px;
	flex-wrap: nowrap;
	align-items: stretch;
}
#anwei-img-list .conten-list .txt-box{padding: 20px 18px;display: block;text-align: left; line-height: 1.6;}
#anwei-img-list .conten-list .txt-box span{
	display: block;
}
#anwei-img-list .conten-list li{
	width: 25%;
	margin: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #F5F5F5;
	/* cursor: pointer; */
}
#anwei-img-list .conten-list li .img{
	display: block;
	overflow: hidden;
}
#anwei-news-list .conten-list .news-list-div li {
	width: 33.33%;
	margin-bottom: 28px;
}

#anwei-img-list .conten-list li a,
#anwei-news-list .conten-list .news-list-div a {
	display: block;
	position: relative;
	margin: 0 14px;
	overflow: hidden;
}

#anwei-img-list .conten-list li .title {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1;
}

#anwei-img-list .conten-list li a img {}

.search-tab-conten .product-list ul li a span {
	display: block;
	overflow: hidden;
}

.search-tab-conten {
	background: #F5F5F5;
}

.search-tab-conten .product-list ul li a .txt {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.search-tab-conten .product-list ul li a .txt-div {
	margin: 0 30px;
	background: #fff;
	padding: 15px;
}

.search-tab-conten .product-list ul li a .title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 5px;
	margin-bottom: 14px;
	border-bottom: 1px solid #444;
	min-height: 68px;
	display: flex;
	align-items: center;
}

.search-tab-conten .product-list ul li a .more {
	font-size: 16px;
	color: #eba209;
}

#anwei-news-list {}

#anwei-news-list .conten-list {
	padding-top: 10px;
}

#anwei-news-list .conten-list .news-list-div {
	/* margin-bottom: 35px; */
}

#anwei-news-list .conten-list .news-list-div li {}

#anwei-news-list .conten-list .more {
	text-align: right;
	padding-top: 10px;
}

#anwei-news-list .conten-list .more a {
	display: inline-block;
	width: 220px;
	line-height: 50px;
	border: 2px solid #eba209;
	font-size: 20px;
	text-align: center;
	color: #eba209;
}

#anwei-news-list .conten-list .news-list-div a {
	background: #fff;
	/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}

#anwei-news-list .conten-list .news-list-div .img {
	overflow: hidden;
}

#anwei-news-list .conten-list .news-list-div .img img {
	object-fit: cover;
	/* height: 360px; */
}

#anwei-news-list .conten-list .news-list-div .txt {
	padding: 25px;
	line-height: 1.5;
	min-height: 150px;
	position: relative;
	background: #F5F5F5;
	padding-top: 35px; 
}

#anwei-news-list .conten-list .news-list-div span {
	display: block;
}

#anwei-news-list .conten-list .news-list-div .title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #eba209;
}

#anwei-news-list .conten-list .news-list-div .txt p {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#anwei-news-list .conten-list .news-list-div .txt .post-foot {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
}

#anwei-news-list .conten-list .news-list-div .time {
	color: #CCCCCC;
	display: none;
}

#anwei-news-list .conten-list .news-list-div .more {
	color: #666666;
	padding-top: 0;
	background: #eba209 url(../image/more.png) center no-repeat;
	width: 38px;
	height: 38px;
}

.page-single #banner {
	align-items: flex-end;
}
.page-single #banner.home-banner{
	align-items: flex-start;
}
#news-page #banner.page-banner .w {
	padding-top: 0;
}

#news-page #banner .banner-title::before {
	display: none;
}

#news-page .div-title::before {
	display: none;
}

#news-page .div-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

#news-page .div-title .icon {
	display: block;
	height: 45px;
	width: 45px;
	background: url(/wp-content/themes/html/images/news-title-bg.png) center no-repeat;
	background-size: 100%;
	position: relative;
	top: 1px;
	margin-right: 16px;
}

.page_navi {
	overflow: hidden;
	width: 100%;
}

.page_navi a {
	border: 1px solid #FFC627;
	border-radius: 3px;
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	margin: 0 10px;
	font-size: 18px;
	width: 39px;
	height: 39px;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 39px;
	position: relative;
}

.page_navi a>span {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	display: block;
  background-size: 16px;
}

.page_navi a>span.next-page {
	background-image: url(/wp-content/themes/html/images/right.svg);
}

.page_navi a>span.prev-page {
	background-image: url(../image/left.svg);
}

.page_navi a:hover,
.page_navi a.current {
	text-decoration: none;
	border: 1px solid #FFC627;
	background: #FFC627;
}
.home-video .right-txt .txt-box p{
	margin-bottom: 15px;
}
.certification-list .w{
	padding: 50px 40px;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	position: relative;
	z-index: 5;
}
.certification-list .div-title{
	margin-bottom: 30px;
}
.certification-box{
	
}
.certification-box .shu-list-box{ 
	flex-wrap: nowrap; justify-content: space-between; align-items: stretch;
	margin: 0 -18px;
	}
.certification-box .box-list{background: #F5F5F5;width: 33.33%;margin: 0 18px;margin-bottom: 36px;padding: 60px 10px;text-align: center;}
.certification-box .box-list .list-top{color: #eba209;line-height: 1;display: block;margin-bottom: 15px;}
.certification-box .box-list .list-top .zi{font-size: 60px;vertical-align: top;position: relative;top: 17px;}
.certification-box .box-list .list-top .shu{font-size: 160px;}
.certification-box .box-list .title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}
.certification-box .stars-box{
    justify-content: flex-start;
}
.certification-box .stars-box .img{}
.certification-box .stars-box .stars-text{
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid #bfbfbf;
	color: #707070;
	font-size: 20px;
}

.bg-top-zhe{ position: relative;}
.bg-top-zhe::before{
	background-color: #F5F5F5;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 160px;
}
.about-layout .about-txt{ flex-wrap: nowrap; flex-direction: row-reverse; align-items: stretch;
position: relative;
}
.about-layout .about-txt::before,.certification-list .w-box::before{
	position: absolute;
	content: '';
	z-index: 1;
	width: 196px;
	height: 85px;
	background: #eba209;
	left: -28px;
	top: -25px;
}
.certification-list .w-box{
	position: relative;
}
.certification-list .w-box::before{
	left: auto;
	right: -28px;
	z-index: 1;
}

.about-layout .txt-img{ width: 280px; flex-shrink: 0;}
.about-layout .txt-left{background-color: #fff;
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
padding: 40px; font-size: 24px;
display: flex;
flex-direction: column; justify-content: center;z-index: 2; position: relative;}
.about-layout .txt-left p{
	margin-bottom: 15px;
}

#anwei-video.about-video .div-video-box{
	flex-direction: row-reverse;
}
#anwei-video.about-video::before {
	  left: auto !important;
		margin-left: 0 !important;
    right: 50%;
    margin-right: -356px;
}
.about-video h2{
	line-height: 1.4;
	font-size: 34px;
	font-weight: 600;
	position: relative;
	padding-top: 40px;
}
#anwei-video.about-video .left-video::before{
	width: 312px;
	height: 105px;
	background: #eba209;
	right: -31px;
	bottom: -28px;
	left: auto;
}
.about-video h2::before{
	position: absolute;
	content: '';
	width: 93px;
	height: 8px;
	background: #eba209;
	left: 0;
	top: 0;
}
#anwei-video.about-video .right-txt{
 margin-left: 0;
}
.about-bs-list .div-title{display: block; text-align: center;margin-bottom: 0px;}
#anwei-teacher.about-bs-list{
	padding-bottom: 100px;
}
#anwei-teacher.about-bs-list .teacher-content{
background: #F5F5F5;
padding-top: 80px;
}

#news-single {
	padding-top: 60px;
	padding-bottom: 100px;
}

.news-single-div {
	position: relative;
}

.news-single-div .news-left {
	margin-right: 480px;
}

.news-single-div .news-left .news-top {
	position: relative;
	margin-bottom: 30px;
}

.news-single-div .news-left .news-top img {
	max-height: 400px;
	object-fit: cover;
	display: block;
}

.news-single-div .news-left .news-top .news-title {
	font-size: 40px;
}

.news-single-div .news-left .news-top.top-img .news-title {
	color: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	display: flex;
	align-items: center;
	line-height: 1.6;
	position: absolute;
	bottom: 0;
	padding: 30px;
	display: block;
}

.news-single-div .news-left .news-can {
	color: #999999;
	margin-bottom: 20px;
	display: none;
}

.news-single-div .news-left .news-conten {
	line-height: 26px;
	margin-bottom: 80px;
}
.news-conten li{
	list-style-type: disc;
	list-style-position: inside;
}
.news-conten img{
	max-width: 100%;
	height: auto !important;
}
.news-single-div .news-left .news-conten p {
	margin-bottom: 10px;
	min-height: 5px;
}

.news-single-div .news-left .news-conten .wp-block-image.size-full {
	margin-bottom: 7px;
}

.news-single-div .news-left .news-conten .wp-block-image.size-full img {
	display: block;
	width: 100%;
}

.news-single-div .news-left .news-conten h3 {
	font-size: 28px;
	margin-bottom: 7px;
	line-height: 1.4;
}

.news-single-div .news-left .news-conten h4 {
	margin-bottom: 7px;
	line-height: 1.4;
}

.news-single-div .news-left .news-conten .wp-block-columns {
	display: flex;
	align-items: center;
	padding: 10px 0;
	margin: 0 -10px;
}

.news-single-div .news-left .news-conten .wp-block-columns .wp-block-column {
	margin: 0 10px;
}

.news-single-div .news-left .news-conten .wp-block-columns .wp-block-column img {
	display: block;
	width: 100%;
	height: auto;
}

.news-single-div .news-right {
	position: absolute;
	width: 440px;
	top: 0;
	right: 0;
}

.news-single-div .news-right.right-gs {
	position: fixed;
	top: 110px;
}

.news-single-div .news-right .right-bt {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}

.news-single-div .right-post-list {}

.news-single-div .right-post-list li {
	margin-bottom: 20px;
	display: block;
}

.news-single-div .right-post-list li a {
	display: block;
	position: relative;
}

.news-single-div .right-post-list li .img {
	width: 130px;
}
.news-single-div .right-post-list li .img  img{
	
max-height: 85px;
	
object-fit: cover;
}
.news-single-div .right-post-list li .txt {
	position: absolute;
	left: 150px;
	top: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: auto;
	width: auto;
	justify-content: flex-start; 
	height: 100%;
}

.news-single-div .right-post-list li span {
	display: block;
}

.news-single-div .right-post-list li .time {
	color: #761739;
	margin-bottom: 7px;
	display: none;
}

.news-single-div .right-post-list li .title {
	font-size: 18px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-fan {}

.post-fan>div {
	width: 33.33%;
	min-height: 1px;
}

.post-fan .shang {}

.post-fan .shang a {}

.post-fan .shang i {
	background-image: url(../image/left.svg);
	margin-right: 5px;
}

.post-fan .fanhui a {
	width: 180px;
	height: 48px;
	background: #eba209;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	color: #fff; 
}

.post-fan .fanyea a i {
	border: 2px solid #ffffff;
	width: 20px;
	display: block;
	height: 20px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.post-fan .xia {
	text-align: right;
}

.post-fan .xia a {
	justify-content: flex-end;
}

.post-fan .xia i {
	background: url(/wp-content/themes/html/images/right.svg);
	margin-left: 5px; 
}

.post-fan .fanhui {
	text-align: center;
}

.post-fan .fanyea a {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.pcyc {
	display: none;
}

#edit_page {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

#edit_page a {
	display: block;
	padding: 0 20px;
	background-color: #11e5c2;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}



/*视频板块*/
#anwei-video {
	overflow: hidden;
}

#anwei-video .div-video-box {
	display: flex;
	position: relative;
	z-index: 2;
}

#anwei-video.div-zhe-layout::before{
	   left: 50%;
	    margin-left: -356px;
}

#anwei-video .left-video {
	width: 65%;
	position: relative;
}
#anwei-video .left-video::before{
	position: absolute;
	bottom: -40px;
	left: -40px;
	content: '';
	display: block;
	z-index: 1;
	width: 135px;
	height: 135px;
	background: #eba209;
}
#anwei-video .left-video .video-paly {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #eba209;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}


#anwei-video .left-video .video-paly.pause {
	opacity: 1;
	visibility: inherit;
}

#anwei-video .left-video .video-paly.play {
	opacity: 0;
	visibility: hidden;
}

#anwei-video .left-video .video-paly .iconfont {
	font-size: 36px;
	color: #fff;
}

#anwei-video .video-box {
	object-fit: cover;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

#anwei-video .right-txt {
	margin-left: 120px;
	width: 45%;
	display: flex;
	align-items: center;
	font-size: 18px;
	text-align: justify;
	flex-direction: column;
	align-items: flex-start;
}
#anwei-video .right-txt .div-title{}
#anwei-video .right-txt .txt-box {
	width: 100%;
}

.font-color-lanse .right-txt .txt-box {
	color: #002e5f;
}

#anwei-video .right-txt h3 {
	font-size: 38px;
}

#anwei-video .right-txt h4 {
	font-size: 30px;
}

.video-obj.hide {
	visibility: hidden;
}
.ranking-layout .div-title{
}
.ranking-box{}
.ranking-box .shu-list-box{ justify-content: space-between; flex-wrap: nowrap; margin: 0 -2%; margin-bottom: 70px;}
.ranking-box .box-list{
border: 1px solid #eba209;
width: 33.33%;
box-sizing: border-box;
margin: 0 2%;

}
.ranking-box .list-top{padding: 20px;color: #eba209;display: block;line-height: 1;text-align: center;}
.ranking-box .list-top .zi{ font-size: 60px; position: relative;top: -5px;}
.ranking-box .list-top .shu{ font-size: 100px;}
.ranking-box .title{
background: #eba209;
line-height: 70px;
text-align: center;
color: #fff;
font-size: 22px;
}


.ranking-box .stars-box{justify-content: flex-start;border: 1px solid #eba209;padding: 15px;}
.ranking-box .stars-box .img{ margin-right: 40px;}
.ranking-box .stars-box .stars-text{ line-height: 1;}
.ranking-box .stars-box .top-text{ font-size: 22px; margin-bottom: 20px;  display: block;}
.ranking-box .stars-box .center-text{
color: #eba209; font-size: 50px; margin-bottom: 20px;display: block; }
.ranking-box .stars-box .bottom-list{ font-size: 22px;  display: flex;}
.ranking-box .stars-box .bottom-list span{ display: block; padding-right: 20px; margin-right: 20px; border-right: 2px solid #636363;}
.ranking-box .stars-box .bottom-list span:last-child{ border: 0; padding-right: 0; margin-right: 0;}
.ranking-box .ranking-hx{ margin: 40px 0;
border-bottom: 1px dashed #434343;}
.ranking-box .box-fubt{ font-size: 34px; line-height: 1;} 

.div-title-jz .div-title-box {text-align: center;}

.ulcss-box ul li {
	position: relative;
	padding-left: 19px;
	margin-bottom: 5px;
}

.ulcss-box ul li::after {
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #ffc627;
	left: 0;
	top: 9px;
	border-radius: 100%;
}

/*板块间隔*/
#anwei-hx {
	background-position: center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	align-items: center;
	display: flex;
	/* background-color: #ffc627; */
}

#anwei-hx .hx-conten {
	color: #fff;
}

.txt-pad20 {
	padding-bottom: 0 !important;
}

.txt-padtop20 {
	padding-top: 0 !important;
}

.txt-padtop10 {
	padding-top: 10px !important;
}

.txt-padtop60 {
	padding-top: 60px !important;
}

.global-hxjg {
	height: 530px;
	padding-top: 120px;
	border-bottom: 8px solid #ffc627;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
}

.font-60 .hx-conten {
	font-size: 60px;
	font-weight: 600;
}

.global-video {
	padding: 30px 0;
}

.global-pad-40 {
	/* padding-top: 40px; */
	/* padding-bottom: 40px; */
}

.new-global-bgdiv {
	border-bottom: 8px solid #ffc627;
	height: 650px;
	background-size: cover !important;
	background-position: center !important;
	color: #fff;
}

.gallery {
	display: flex;
	margin: 0 -20px !important;
}

.gallery .gallery-item {
	margin: 0 20px;
	margin-bottom: 0;
}

.gallery .gallery-item img {
	border: 0 !important;
	width: 100%;
}

.new-global-excellent .ul-list-box {
	display: flex;
	justify-content: space-around;
}

.new-global-excellent .ul-list-box .list-item {
	/* width: 50%; */
}

.new-global-excellent .ul-list-box .list-item:last-child {
	/* margin-left: 15%; */
}

.new-global-excellent .ul-list-box .list-title {
	margin-bottom: 40px !important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
}

.new-global-excellent .ul-list-box .list-li {
	margin-left: 70px;
}

.new-global-excellent .ul-list-box .list-title::after {
	display: none !important;
}

.new-global-excellent .ul-list-box .xzde-title {
	background-image: url(../image/h3-huang.png);
}

.new-global-excellent .ul-list-box .wlde-title {
	background-image: url(../image/h3-lan.png);
}

.paly-link {
	display: flex;
	justify-content: center;
}

.paly-link a {
	color: #fff;
	background-color: #002e5f;
	width: 300px;
	font-size: 26px;
	text-align: center;
	line-height: 76px;
}

.ranking-and-certification #banner .banner-title::before {
	display: none;
}

.ranking-and-certification #banner .banner-title {
	text-align: center;
	font-size: 36px
}

.ranking-and-certification #banner.page-banner .w {
	padding-top: 0;
}

.ranking-and-certification #banner .lanse-logo {
	padding-top: 50px;
}

.icon-title .div-title {
	background: url(../image/bt-icon.png) center top no-repeat;
	padding-bottom: 0;
	padding-top: 55px;
	font-size: 30px;
	color: #333 !important;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
}

.icon-title .div-title::after {
	background: url(/wp-content/themes/html/images/bt-hx.png) center center repeat-x;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 13px;
	z-index: -2;
	left: 0;
}

.icon-title .div-title::before {
	height: 40px;
	bottom: 0;
	background-color: #fff !important;
	z-index: -1;
	width: 400px;
}

.leiniao-map {}

.leiniao-map .map-box {}

.leiniao-map .map-box .icon-list {
	display: flex;
	margin-top: 20px;
	position: relative;
}

.leiniao-map .map-box .list-item {
	margin-right: 80px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 20px;
	font-weight: 600;
}

.leiniao-map .map-box .img {
	display: block;
	width: 80px;
	margin-right: 20px;
}

.leiniao-map .map-box img {
	width: 100%;
	display: block;
}

.leiniao-map .map-box .list-num {
	margin-left: auto;
	width: 280px;
	color: #000;
}

.leiniao-map .map-box .num-txt {
	margin-bottom: 2px;
}

.leiniao-map .map-box .num-item {
	background: url(../image/bg-jb.png) center top no-repeat;
	background-size: 100% 34px;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.leiniao-map .map-box .num-item .num-min {}

.leiniao-map .map-box .num-item .num-max {}

.leiniao-map .map-img {
	margin-top: -50px;
}

.leiniao-map .map-img img {}

/*创始人列表*/
#anwei-user-list {}

#anwei-user-list .list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}

#anwei-user-list .list-box .list-item {
	width: 550px;
	position: relative;
	margin-bottom: 58px;
}

#anwei-user-list .list-item span {
	display: block;
}

#anwei-user-list .list-item .img {
	position: absolute;
	left: 0;
	top: -5px;
	overflow: hidden;
}

#anwei-user-list .list-item .img img {
	display: block;
	width: 145px;
	border-radius: 100%;
}

#anwei-user-list .list-item .txt {
	margin-left: 63px;
}

#anwei-user-list .list-item .txt-left {
	padding-left: 130px;
}

#anwei-user-list .list-item .name {
	background: #002e5f;
	line-height: 70px;
	color: #fff;
	font-size: 24px;
}

#anwei-user-list .list-item .user-information {
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
	align-items: center;
}

#anwei-user-list .list-item .user-zw {
	font-size: 18px;
}

#anwei-user-list .list-item .country img {
	height: 50px;
	display: block;
}

/*正文编辑器的表格*/
#anwei-conten table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#anwei-conten table tr:nth-child(odd) {
	background-color: #eaeaea;
}

#anwei-conten table td {
	border: 0;
}

#anwei-conten table td,
#anwei-conten table th {
	padding: 8px 16px;
}

.web-div h3 {
	font-size: 60px;
	margin-bottom: 10px;
}

.web-div h4 {
	font-size: 40px;
	color: #ffc627;
}

#anwei-conten .flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#anwei-conten .flex-box img {
	/* max-width: none; */
}

.pm-table table {
	border-top: 1px solid #d2d2d2;
}

.pm-table table tr {
	height: 81px;
	border-bottom: 1px solid #d2d2d2;
}

.pm-table table tr:nth-child(odd) {
	background-color: #f9f9f9 !important;
}

.pm-table table tr td:nth-child(1) {
	color: #ffc627;
	font-size: 30px;
}

.ul-flex-list ul {
	display: flex;
	flex-wrap: wrap;
}

.ul-flex-list ul li {
	width: 50%;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 15px;
}

.ul-flex-list ul li::after {
	top: 14px;
}

.lsimg-txt-box h3 {
	display: block !important;
	color: #fff;
}

.lsimg-txt-box h3::after {
	display: none !important;
}

/*TAB选项卡*/
#anwei-tab .tab-content {}

#anwei-tab .tab-title {
	position: relative;
	margin-bottom: 50px;
}

#anwei-tab .tab-title::after {
	position: absolute;
	bottom: 0;
	height: 1px;
	content: '';
	left: 0;
	width: 100%;
	background: #002e5f;
}

#anwei-tab .tab-title ul {
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}

#anwei-tab .tab-title li {
	line-height: 70px;
	font-size: 30px;
	width: 33.33%;
	text-align: center;
	border: 1px solid #002e5f;
	background: #002e5f;
	color: #fff;
	cursor: pointer;
	margin-right: 1px;
}

#anwei-tab .tab-title li.active {
	background: #ffffff;
	color: #002e5f;
	border-bottom-color: #fff;
}

#anwei-tab .tab-title li:last-child {
	margin-right: 0;
}

#anwei-tab .tab-content-nr {}

#anwei-tab .tab-nrlist {}

#anwei-tab .tab-nrlist .nr-list-item {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
}

#anwei-tab .tab-nrlist .nr-list-item.active {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.nr-list-item .tab-listbox {}

.nr-list-item .tab-listbox .flex-box {
	margin: 0 -15px;
}

.nr-list-item .tab-listbox .list-item {

	margin: 0 15px;

	margin-bottom: 30px;

	background: url(../image/b04.png) center repeat-x;

	/* background-size: auto 100%; */

	height: 290px;

	width: 50%;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;
}

.nr-list-item .tab-listbox .list-item span {
	display: block;
}

.nr-list-item .tab-listbox .list-item .top {
	height: 80px;
	display: flex;
	align-items: center;
	font-size: 60px;
	color: #ffc627;
	margin-bottom: 10px;
}

.nr-list-item .tab-listbox .list-item .icon {
	width: 60px !important;
}

.nr-list-item .tab-listbox .list-item .txt {
	font-size: 28px;
}

.new-global-list .list-box .list-item {
	text-align: center;

	width: 33.33%;

	border-right: 1px solid #999;

	padding: 35px 0;
}

.new-global-list .list-box .list-item span {
	display: block;
}

.new-global-list .list-box .list-item .bt {
	font-size: 40px;
	border-bottom: 3px solid #ffc627;
	margin-bottom: 10px;
	display: inline-block;
	min-width: 50px;
}

.new-global-list .list-box .list-item .txt {
	color: #999;
	font-size: 20px;
}
.benefit-background{
	height: 400px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.online-benefits.top-border .icon-content{
	 border-top: 14px solid  #eba209;
}


/*响应式*/
@media screen and (max-width: 1680px) {
	.w {
		width: 1200px;
		max-width: 100%;
	}

	#anwei-news-list .conten-list .news-list-div .img img {
		height: 200px;
	}

	#anwei-advantage .div-icon-list li .li-nr {
		width: 180px;
		height: 140px;
		padding: 20px 0;
	}

	.about-1-txt .nbr-div .top-txt {
		font-size: 38px;
		margin-bottom: 15px;
	}

	#anwei-advantage .div-icon-conten .img {
		width: 500px;
	}

	#anwei-advantage .div-icon-conten .txt {
		margin-left: 500px;
	}

	.leiniao-map .map-box .list-item {
		margin-right: 60px;
	}

	.leiniao-map .map-box .img {
		width: 60px;
	}

	.leiniao-map .map-box .list-num {
		width: 250px;
	}

	.leiniao-map .map-box .icon-list {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1440px) {
	#anwei-icon .conten-icon {
		margin: 0;
	}
	
}

@media screen and (max-width: 1240px) {
	#anwei-user-list .list-box .list-item {
		width: 48%;
	}
	#banner .banner-txt-list .txt-p {
		font-size: 18px;
	}
   
	.w {
		width: auto;
		max-width: 100%;
		margin: 0 20px;
	}

	#banner.page-banner .w {
		width: 100%;
	}

	#anwei-advantage .div-icon-list li .li-nr {
		width: 160px;
		height: 120px;
		padding: 20px 0;
	}

	#anwei-advantage .div-icon-list li img {
		width: 90px;
	}

	.leiniao-map .map-box .list-item {
		margin-right: 30px;
	}

	.leiniao-map .map-box .list-num {
		width: 200px;
	}
	
	#anwei-video .right-txt{
		margin-left: 5%;
	}
	#home-foot{
		line-height: 1.5;
		padding: 0.3rem 0;
	}

}



/*转为手机端*/
/*1rem=100px*/
@media screen and (max-width: 1024px) {

	html {
		font-size: 100px;
	}

	.w {
		width: auto;
		max-width: 100%;
		margin: 0 0.24rem;
	}

	#head {
		min-height: 1.6rem;
	}

	#news-single {
		padding-top: 0.6rem;
		padding-bottom: 1rem;
	}

	.post-fan .fanhui a {
		width: 1.8rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.post-fan .fanyea a,
	.post-fan .fanhui a {
		font-size: 0.18rem;
	}

	.post-fan .fanyea a i {
		width: 0.4rem;
		height: 0.4rem;
		background-size: 0.12rem;
	}

	.news-single-div .news-right {
		display: none;
	}

	.news-single-div .news-left {
		margin-right: 0;
	}

	.news-single-div .news-left .news-top.top-img .news-title {
		height: 1.4rem;
		padding: 0.3r;
	}

	.news-single-div .news-left .news-top .news-title,
	.new-global-list .list-box .list-item .bt {
		font-size: 0.4rem;
	}

	.new-global-list .list-box .list-item .txt {
		font-size: 0.26rem;
	}

	.new-global-list .list-box .list-item {
		padding: 0.2rem 0;
	}

	.news-single-div .news-left .news-conten {
		line-height: 1.6;
	}

	#anwei-news-list .conten-list .news-list-div .img img {
		height: 4rem;
	}

	#anwei-news-list .conten-list .news-list-div li {
		width: 100%;
	}

	.global-hxjg {
		height: 2.5rem;
		padding-top: 0.5rem;
		border-bottom: 0.08rem solid #ffc627;
	}

	.font-60 .hx-conten {
		font-size: 0.5rem;
	}

	.pcyc {
		display: block;
	}

	.nav-web-btn {
		float: right;
		height: 0.6rem;
		margin: 0.1rem;
		font-size: 0.26rem;
		font-weight: 600;
		border-radius: 0.06rem;
		/* line-height: 0.6rem; */
		width: 1.8rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nav-menu-btn {
		float: left;
		cursor: pointer;
		display: flex;
		align-items: center;
		height: 0.8rem;
	}

	.nav-menu-btn span {
		display: block;
		height: 0.04rem;
		background: #eba209;
		border-radius: 0.02rem;
		margin-bottom: 0.125rem;
		width: 0.4rem;
	}

	.nav-menu-btn span:last-of-type {
		margin-bottom: 1px;
	}

	.logo img {
		height: 100%;
		display: block;
	}

	#head .top .logo {
		height: 0.44rem;
	}

	#head .top .logo a {
		height: 100%;
	}

	#head .top {
		padding: 0.22rem 0;
	}

	#head .nav {
		height: 0.8rem;
	}

	#head .nav-div .menu-div {
		display: block;
		width: 90%;
		margin-bottom: 1rem;
	}

	#head .nav-div .menu-div li,
	#head .nav-div .menu-div .home,
	#head .nav-div .menu-div .in-link {
		width: auto;
		display: block;
		margin-bottom: 0.1rem;
	}

	#head .nav-div .menu-div li a,
	#head .nav-div .menu-div .in-link a,
	#head .nav.zdl .nav-div .menu-div li a,
	#head .nav.zdl .nav-div .menu-div li.in-link a {
		font-size: 0.3rem;
		line-height: 0.8rem;
		height: 0.8rem;
		margin: 0;
	}

	#head .nav-div .menu-div .home a {
		background-image: none;
		text-indent: 0;
	}

	#head .nav-div .menu-div li:hover a {
		background-color: inherit;
	}

	.colse-btn {
		text-align: center;
		position: absolute;
		bottom: 0.3rem;
	}

	.colse-btn #menu-colse {
		width: 0.5rem;
		height: 0.5rem;
		background: url(../image/colse.svg) center no-repeat;
		background-size: 100%;
		display: block;
		cursor: pointer;
	}

	.news-single-div .news-left .news-conten h3 {
		font-size: 0.32rem;
	}

	#head .nav-div {
		position: fixed;
		width: 100%;
		left: -0;
		top: -100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
	}

	#head .nav-div.xsl {
		top: 0;
	}

	#head .nav-div .menu-div>li>.sub-menu {
		position: relative;
		width: auto;
		padding: 0;
		display: none;
		opacity: 1;
		visibility: inherit;
	}

	#head .nav-div .menu-div>li>.sub-menu>li {
		margin-bottom: 0;
	}

	#head .nav-div .menu-div>li>.sub-menu>li a,
	#head .nav.zdl .nav-div .menu-div>li>.sub-menu>li a {
		height: auto;
		line-height: 2.4;
		font-size: 0.26rem;
	}

	#head .nav-div .menu-div li .children-btn {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		line-height: 0.7rem;
		text-align: center;
		width: .7rem;
		color: #fff;
		font-size: 0.4rem;
		font-family: arial;
		cursor: pointer;
	}

	#banner {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: 0.08rem solid  #eba209;
		min-height: 60vh;
	}

	#banner .banner-title::before {
		width: 0.8rem;
		height: 0.12rem;
	}

	#banner .banner-title {
		font-size: 0.4rem;
		line-height: 1.6;
		padding-top: 0.3rem;
		margin-bottom: 0.3rem;
		margin-top: 1rem;
	}
	#banner .banner-title span {
			font-size: 0.32rem
	}
	#banner .banner-tag {
		padding: 0.2rem 0.25rem;
		margin-bottom: 1rem;
		display: block;
		padding-bottom: 0.05rem;
	}

	#banner .banner-txt-list {
		margin: 0;
		flex-direction: column;
		margin-bottom: 0.4;
	}

	#banner .banner-txt-list .list-li {
		margin: 0;
		margin-bottom: 10px;
		width: 5.2rem;
		max-width: initial;
	}

	#banner .banner-txt-list .li-txt {
		padding: 0.25rem;
		margin: 0;
		min-height: auto;
	}

	#banner .banner-txt-list .txt-title span {
		font-size: 0.54rem;
	}

	#banner .banner-txt-list .txt-title {
		margin-bottom: 0.1rem;
	}



	#banner .banner-txt-list .txt-p {
		font-size: 0.2rem;
	}

	.page-div,
	#anwei-icon {
		padding: 0.8rem 0;
	}

	.div-title {
		font-size: 0.4rem;
		padding: 0.15rem 0.25rem;
		margin-bottom: 0.4rem;
	}

	.div-title::before,
	#anwei-img-list .div-top-txt::before {
		height: 0.06rem;
		width: 1.5rem;
	}

	#anwei-txt .content-txt .txt-li,
	#anwei-txt .content-txt .txt-li p {
		color: #353535;
		font-size: 0.2rem;
		line-height: 0.32rem;
	}

	#anwei-txt .content-txt .txt-li h3 {
		font-size: 0.24rem;
	}

	#anwei-txt .content-txt {
		padding: 0;
	}

	#anwei-txt .content-txt .txt-li {
		padding-left: 0.3rem;
		margin-bottom: 0.25rem;
		min-width: 33.33%;
		padding-right: 0.15rem;
		box-sizing: border-box;
	}
	#anwei-icon .conten-icon .icon:nth-child(3) {
	        border-right: 1px solid #eaeaea;
	}
		#anwei-icon .conten-icon .icon:nth-child(2n){
			border-right: 0;
		} 
	#anwei-icon .conten-icon .icon:nth-child(4) {
	    border-bottom: 1px solid #eaeaea;
	}
	#anwei-icon .div-content {
	    padding: 0.5rem 0.3rem;
	}
  #anwei-teacher .conten-icon .icon {
      width: 50%;
      margin-bottom: 0.5rem;
  }
	#anwei-teacher .icon .icon-img {
	    margin-bottom: 0.35rem;
	}
	#anwei-teacher .icon .icon-img  img{
	    width: 2rem;
	} 
	#anwei-teacher .icon .icon-title {
	    margin-bottom: 0rem;
	    font-size: 0.28rem;
	}
	#anwei-teacher .icon .academic-degree {
	    font-size: 0.26rem;
	    margin-bottom: 0.2rem;
	    padding-bottom: 0.2rem;
	}
	#anwei-txt .content-txt .txt-li::before {
		
height: 0.15rem;
		
width: 0.15rem;
		
top: 0.07rem;
	}

	#anwei-icon .conten-icon {
		/* margin: 0 -0.11rem; */
	}

	#anwei-icon .conten-icon .icon {
		width: 50%;
		margin-bottom: ;
	}

	#anwei-icon .conten-icon .icon-nr {
		margin: 0 0.11rem;
		padding: 0.3rem .025rem;
	}

	#anwei-icon .conten-icon .icon-img {
		margin-bottom: 0.2rem;
	}

	#anwei-icon .conten-icon .icon-img img {
		width: 1rem;
		height: auto;
	}

	#anwei-icon .conten-icon .icon-title {
		font-size: 0.24rem;
	}

	#anwei-icon .conten-icon .icon-nr p {
		margin: 0 auto;
		font-size: 0.18rem;
		line-height: 1.6;
	}


	#anwei-ziliao-form {
		padding-bottom: 1rem;
	}
#anwei-ziliao-form .form-bg{
	width: 100%;
}
#foot .foot-bottom .foot-logo img {
    height: 0.8rem;
}
#head .top .top-link a{
	font-size: 0.24rem;
	margin-left: 0.3rem;
}
/* 去掉顶部显示*/
.top-link {
	display:none;
}

#anwei-ziliao-form .form-bg::before{
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgb(255 255 255 / 80%);
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
#anwei-ziliao-form .submit-form::before{
	display: none;
}

	#anwei-ziliao-form .div-title {
		color: #fff;
		text-align: left;
	}

	#anwei-ziliao-form .submit-form {
		width: auto;
		float: none;
	}


	#anwei-ziliao-form .form-div {
		border: 0;
		padding: 0;
	}

	#anwei-ziliao-form .form-div .input-txt .input-name {
		/* color: #ffc627; */
		width: 0.9rem;
		left: 0;
	}

	#anwei-ziliao-form .form-div .input-txt .input-name .xh {
		font-size: 0.18rem;
		height: 0.48rem;
		line-height: 0.48rem;
		position: absolute;
		top: 50%;
		margin-top: -0.22rem;
		right: -0.15rem;
		margin-right: 0;
	}

	#anwei-ziliao-form .form-div .input-txt .form-txt {
		background: rgba(255, 255, 255, 1);
		margin-left: 1.1rem;
		border: 1px solid rgba(204, 204, 204, 1);
		top: 0;
		padding: 0 0.25rem;
		width: -moz-calc(100% - 1.6rem);
		width: -webkit-calc(100% - 1.6rem);
		width: calc(100% - 1.6rem);
		width: -o-calc(100% - 1.6rem);
	}

	#anwei-ziliao-form .form-div .input-btn .ziliao-btn,
	#anwei-ziliao-form .form-div .input-txt .form-txt,
	#anwei-ziliao-form .form-div .input-txt,
	#foot .foot-top,
	#anwei-ziliao-form .form-div .input-txt.phone-div #phone-add {
		height: 0.8rem;
		line-height: 0.8rem;
	}

	#anwei-ziliao-form .form-div .input-txt.phone-div #phone-add {
		margin-left: 1.1rem;
		padding-left: 0.17rem;
		padding-right: 0.3rem;
	}

	#anwei-ziliao-form .form-div .input-txt.phone-div .form-txt {
		margin-left: 0.3rem;
		width: 100%;
	}

	#anwei-ziliao-form .form-div .input-btn .ziliao-btn {
		padding: 0;
		text-align: center;
		width: 3.2rem;
	}

	#foot .foot-top,
	#foot .foot-bottom span,
	#anwei-img-list .div-top-txt p,
	#anwei-img-list .div-top-txt {
		font-size: 0.2rem;
	}

	#foot .foot-bottom span#neiyeyc {
		font-size: 0.16rem;
	}

	#anwei-ziliao-form .div-title {
		margin-bottom: 0.4rem;
		width: auto;
	}

	#anwei-ziliao-form .form-div .input-txt {
		margin-bottom: 0.3rem;
	}

	#anwei-ziliao-form .form-div .input-btn {
		padding-top: 0.3rem;
	}

	#anwei-ziliao-form .form-div .txt-ts {
		line-height: 1.6;
		font-size: 0.14rem;
		color: #1d1d1d;
	}

	#foot .foot-top .txt {
		padding-right: 1.6rem;
	}

	#foot .foot-top .img {
		top: -0.28rem;
		width: 1.4rem;
	}

	#foot .foot-bottom span {
		display: block;
		color: #999999;
	}

	#foot .foot-bottom {
		height: auto;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		line-height: 1.5;
	}


	#banner .banner-tag span {
		padding-right: 0.15rem;
		margin-right: 0.15rem;
		height: 0.2rem;
		line-height: 1;
		margin-bottom: 0.15rem;
	}

	#banner .banner-txt,
	#anwei-img-list .div-top-txt p,
	#anwei-img-list .div-top-txt {
		line-height: 1.6;
	}

	#banner .banner-tag span,
	#head .nav form .nav-btn,
	#head .nav form .form-txt,
	#banner .banner-txt-list .txt-title,
	#anwei-ziliao-form .form-div .input-txt .input-name,
	#anwei-ziliao-form .form-div .input-btn .ziliao-btn,
	#anwei-ziliao-form .form-div .input-txt .form-txt,
	#anwei-ziliao-form .form-div .input-txt,
	#anwei-ziliao-form .form-div .input-txt.phone-div #phone-add,
	#banner .banner-txt {
		font-size: 0.22rem;
	}

	#head .nav.zdl form .form-txt,
	#head .nav.zdl form .nav-btn {
		height: 0.4rem;
		line-height: 0.4rem;
		padding: 0 0.15rem;
		font-size: 0.16rem;
	}

	#anwei-ziliao-form .div-title::before {
		left: 0;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	#anwei-product-list .conten-div .list-title {
		font-size: 0.36rem;
		margin-bottom: 0.55rem;
		background-size: 0.4rem;
	}

	#anwei-product-list .conten-div .zh-porduct {
		padding-right: 0.6rem;
	}

	#anwei-product-list .conten-div .en-porduct {
		padding-left: 0.6rem;
	}

	#anwei-product-list .conten-div .list-ul li a {
		height: 0.6rem;
		font-size: ;
	}

	#anwei-product-list .conten-div .zh-porduct .list-ul li a {
		padding-right: 0.7rem;

	}

	#anwei-product-list .conten-div .en-porduct .list-ul li a {
		padding-left: 0.7rem;
	}

	.more-btn a {
		padding: 0.18rem 0.5rem;
	}

	#anwei-img-list .div-top-txt h2 {
		font-size: 0.4rem;
		margin-bottom: 0.3rem;
	}

	#anwei-img-list .div-top-txt {
		margin-bottom: 0.4rem;
		padding-bottom: 0.3rem;
		max-width: 100%;
	}

	#search-tab .tab-list .tab-ul>.li-conten>*,
	#search-tab .tab-list .tab-ul .name {
		margin: 0 0.1rem;
		height: 0.48rem;
		line-height: 0.48rem;
		min-width: 0.6rem;
		padding: 0 0.2rem;
		font-size: 0.18rem;
		margin-bottom: 0.2rem;
	}

	#search-tab .tab-list .tab-ul .name {
		min-width: 0.8rem;
	}

	#search-tab .tab-list .tab-ul,
	.search-tab-conten .product-list ul {
		margin: 0 -0.1rem;
	}

	.search-tab-conten .product-list ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.search-tab-conten .product-list ul li a {
		margin: 0 0.1rem;
		padding-bottom: 0.6rem;
	}

	.search-tab-conten.page-div,
	#search-tab {
		padding: 0.8rem 0;
	}

	#search-tab {
		padding-bottom: 0.2rem;
	}

	.search-tab-conten.page-div {
		padding-bottom: 0.8rem;
	}

	.search-tab-conten .product-list ul li a .title {
		font-size: 0.26rem;
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
		min-height: auto;
	}

	.search-tab-conten .product-list ul li a .more {
		font-size: 0.18rem;
	}

	.search-tab-conten .product-list ul li a .txt-div {
		margin: 0 0.3rem;
		padding: 0.2rem 0.15rem;
	}

	.search-tab-conten .product-list ul li a .txt {
		bottom: 0rem;
	}

	#banner.page-banner .w {
		padding-top: 1rem;
	}

	#banner .banner-txt {
		padding-top: 0.48rem;
	}

	.about-1-txt .nbr-div .top-txt {
		font-size: 0.36rem;
		margin-bottom: 0.15rem;
	}

	.about-1-txt .div-content {
		margin-left: 5%;
	}

	#anwei-advantage .div-icon-list {
		display: none;
	}

	#anwei-advantage {
		padding-top: 0;
		padding-bottom: 0.6rem;
	}

	#anwei-advantage .div-icon-conten .img,
	#anwei-advantage.porduct_single_icon .div-icon-conten .img {
		width: auto;
		position: relative;
		margin: 0 -0.24rem;
		overflow: inherit;
		height: auto;
	}

	#anwei-advantage .div-icon-conten .img img {
		width: 100%;
		height: auto;
		display: block;
	}

	.advantage-slide .swiper-wrapper {
		display: block;
	}

	#anwei-advantage .div-icon-conten .advantage-slide {
		overflow: initial;
	}

	#anwei-advantage .div-icon-conten .slide-div .li-nr {
		width: 2.4rem;
		height: 2.4rem;
		padding: 0;
		background: #fff;
		display: flex !important;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	#anwei-advantage .div-icon-conten .slide-div {
		background: none;
	}

	#anwei-advantage .div-icon-conten .slide-div .icon {
		margin-top: -1rem;
		z-index: 2;
		position: relative;
		margin-bottom: 0.4rem;
	}

	#anwei-advantage .div-icon-conten .slide-div .icon span {
		display: block;
	}

	#anwei-advantage .div-icon-conten .slide-div .icon-img img {
		display: block;
		width: 1rem;
		margin-bottom: 0.1rem;
	}

	#anwei-advantage .div-icon-conten .slide-div .icon-txt {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}

	#anwei-advantage .div-icon-conten .txt,
	#anwei-advantage.porduct_single_icon .div-icon-conten .txt {
		margin: 0;
		padding: 0;
		min-height: auto;
	}

	#anwei-advantage .div-icon-conten .swiper-slide {
		margin-bottom: 0.8rem;
	}

	#anwei-advantage .div-icon-conten .txt .title {
		font-size: 0.3rem;
		text-align: center;
	}

	#anwei-advantage .div-icon-conten .txt .txt-conten,
	#anwei-advantage.porduct_single_icon .div-icon-conten .txt .txt-conten {
		font-size: 0.24rem;
		line-height: 1.4;
		color: #666666;
	}

	.gallery {
		margin: 0 -0.2rem !important;
	}

	.gallery .gallery-item {
		margin: 0 0.2rem;
	}

	.new-global-excellent .ul-list-box .list-title {
		margin-bottom: 0.3rem !important;
		padding-left: 0.5rem;
		background-size: 0.4rem;
		font-size: 0.3rem !important;
	}

	.new-global-excellent .ul-list-box .list-li {
		margin-left: 0.5rem;
	}

	.ulcss-box ul li {
		padding-left: 0.18rem;
		margin-bottom: 0.1rem;
	}

	#anwei-user-list .list-box {
		padding-top: 0;
	}

	#anwei-user-list .list-box .list-item {
		margin-bottom: 0.rem;
		width: 100%;
	}

	#anwei-user-list .list-item .img img {
		width: 1.45rem;
	}

	#anwei-user-list .list-item .txt {
		margin-left: 0.65rem;
	}

	#anwei-user-list .list-item .name {
		font-size: 0.3rem;
		line-height: 0.7rem;
	}

	#anwei-user-list .list-item .txt-left {
		padding-left: 1.3rem;
	}

	#anwei-user-list .list-item .img {
		top: -0.05rem;
	}

	#anwei-user-list .list-item .user-zw {
		font-size: 0.2rem;
	}

	#anwei-user-list .list-item .country img {
		height: 0.5rem;
	}

	#anwei-user-list .list-item .user-information {
		padding-top: 0.15rem;
	}

	.web-div h3 {
		font-size: 0.5rem;
		margin-bottom: 0.15rem;
	}

	.web-div h4,
	.ranking-and-certification #banner .banner-title {
		font-size: 0.36rem;
	}

	.ranking-and-certification #banner .lanse-logo {
		padding-top: 0.5rem;
	}

	.ranking-and-certification #banner .lanse-logo img {
		max-width: 100%;
	}

	.icon-title .div-title {

		padding-top: 0.6rem;

		font-size: 0.34rem;

		line-height: 0.4rem;

		height: 0.4rem;

		background-size: 0.3rem;

		margin-bottom: 0.4rem;
	}

	.icon-title .div-title::before {
		width: 4rem;
		height: 0.4rem;
	}

	.icon-title .div-title::after {

		bottom: 0.1rem;
	}

	.pm-table table tr {
		height: auto;
		padding: 0.1rem 0;
		padding-bottom: 0.2rem;
	}

	.pm-table table,
	.pm-table tbody,
	.pm-table table tr,
	.pm-table table tr td {
		display: block;
	}

	#anwei-conten.pm-table table tr td {
		padding-top: 0;
		padding-bottom: 0;
	}

	.pm-table table tr td:nth-child(1) {
		font-size: 0.4rem;
	}

	.product-lanse #anwei-conten.leiniao-map h3 {
		font-size: 0.32rem;
	}

	.leiniao-map .map-box .list-item {
		margin-right: 0;
	}

	.leiniao-map .map-box .icon-list {
		margin-top: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.leiniao-map .map-box .list-num {
		width: 2.4rem;
		position: relative;
		top: 0.2rem;
		font-size: 0.1rem;
	}

	.leiniao-map .map-box .img {
		display: block;
		width: 0.6rem;
		margin-right: 0.2rem;
	}

	.leiniao-map .map-box .list-item {
		font-size: 0.16rem;
	}

	.leiniao-map .map-box .num-item {
		padding-top: 0.4rem;
		background-size: 100% 0.35rem;
	}

	.leiniao-map .map-img {
		margin-top: 0.2rem;
	}
	#anwei-curriculum-advantages .flex{
		flex-wrap: wrap;
	}
	#anwei-curriculum-advantages .content-left{
		width: 100%;
		margin-bottom: 0.3rem;
		margin-right: 0;
	}
	#anwei-curriculum-advantages .content-image{
		width: 100%;
	}
	#anwei-curriculum-advantages .content-image img{
		width: 100%;
	}
	h4{
		font-size: 0.32rem;
	}
	#anwei-curriculum-advantages .content-left h4::before, .content-style-list .conten-txt-nr h4::before {
	    left: -0.2rem;
	    width: 0.03rem;
	    height: 0.24rem;
	    top: 0.12rem;
	}
	#anwei-curriculum-advantages .content-image::before{
				bottom: -0.24rem;
				right: -0.24rem;
				width: 2.6rem;
				height: 0.8rem;
	}
	.div-zhe-layout::before{
		right: 0;
		margin-right: 0;
	}
	#anwei-curriculum-advantages .contetn-nr, #anwei-conten.content-style-list .conten-txt-nr {
	    font-size: 0.24rem;
	    padding-left: 0.2rem;
	}
	.kc-hxdiv {
	    height: 0.8rem;
	}
	.benefit-background {
	    height: 4rem;
	  
	}
	#anwei-teacher {
	    padding-bottom: 0.8rem;
	}
	#anwei-video .left-video{
		width: 100%;
		margin-bottom: 0.8rem;
	}
	#anwei-video .right-txt{
		width: 100%;
		margin-left: 0;
		font-size: 0.22rem;
	}
	#anwei-video .div-video-box{
		flex-wrap: wrap;
	}
	#anwei-video.div-zhe-layout::before{
		width: 100%;
		margin-left: 0;
		left: 0;
		right: 0;
		margin-right: 0;
	}
	.home-banner .home-banner-title{
		
letter-spacing: 0.05rem;
		
font-size: 0.4rem;
		
margin-bottom: 0.3;
	}
	.home-banner .home-banner-txt {
	    font-size: 0.28rem;
	    margin-bottom: 0.3rem;
	}
	.home-banner .home-banner-content{
		    padding: 0.4rem;
	}
	.home-banner .banner-link{
		line-height: 0.5rem;
		width: 2.5rem;
	}
	.ranking-box .list-top .zi,.certification-box .box-list .list-top .zi{
		font-size: 0.5rem;
	}
	.ranking-box .list-top .shu,.certification-box .box-list .list-top .shu {
	    font-size: 0.8rem;
	}
	.certification-box .box-list .title {
    font-size: 	0.24rem;
	}
	.certification-box .shu-list-box{
		margin: 0 -2%;
	}
	.authentication-box .txt{
		padding: 0.1rem 0.3rem;
		box-sizing: border-box;
	}
	.pd-top-50 {
	    padding-top: 0.5rem !important;
	}
	.authentication-box .txt .title{
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.certification-box .box-list {
	   
margin: 0 2%;
	   
margin-bottom: 0.3rem;
	   
padding: 0.5rem 0.1rem;
	}
	.ranking-box .list-top {
	    padding: 0.2rem;
	}
	.ranking-box .title {
	    
line-height: 0.7rem;
	    
font-size: 0.2rem;
	}
	.ranking-box .stars-box{
		flex-wrap: wrap;
	}
	.ranking-box .stars-box .img{
		width: 100%; margin-right: 0;margin-bottom: 0.4rem;
	}
	.ranking-box .stars-box .top-text,.ranking-box .stars-box .bottom-list {
	    font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.ranking-box .stars-box .center-text{
		font-size: 0.46rem;
		margin-bottom: 0.2rem;
	}
	#anwei-news-list .conten-list .news-list-div .more{
		width: 0.4rem;
		height: 0.4rem;
		background-size: 0.25rem;
	}
	#anwei-video .left-video::before{
		width: 1.3rem;
		height: 1rem;
		left: -0.4rem;
		bottom: -0.4rem;
	}
	#anwei-video .left-video .video-paly .iconfont{
		font-size: 0.34rem;
	}
	#anwei-video .left-video .video-paly{
		width: 0.8rem;
		height: 0.8rem;
		    margin-top: -0.4rem;
		    margin-left: -0.4rem;
	}
	.home-video .right-txt .txt-box p {
	    margin-bottom: 0.2rem;
	}
	#anwei-hx.search-jg{
		height: 0.8rem !important;
	}
	.news-single-div .news-left .news-top{
		margin-bottom: 0.35rem;
	}
	.news-single-div .news-left .news-conten p{
		margin-bottom: 0.1rem;
		min-height: 0px;
	}
	.about-layout .about-txt{
		flex-wrap: wrap;
	}
	.about-layout .txt-img{
		display: none;
	}
	.about-layout .txt-left {
	   
	    box-shadow: 0px 0.06rem 0.12rem 0px rgb(0 0 0 / 6%);
	    padding: 0.4rem;
	    font-size: 0.22rem;
	}
	.about-layout .about-txt::before, .certification-list .w-box::before {
	   
	    width: 1.95rem;
	    height: 0.85rem;
	    left: -0.3rem;
	    top: -0.25rem;
	}
	#anwei-video.about-video .left-video::before{
		
right: -0.4rem;
		
bottom: -0.4rem;
		
width: 3rem;
		
height: 1rem;
	}
	.about-video h2 {
	    font-size: 0.34rem;
	    padding-top: 0.4rem;
	}
	.about-video h2::before{
		width: 1rem;
		height: 0.1rem;
	}
	#anwei-teacher.about-bs-list .teacher-content{
		padding-top: 0.8rem;
	}
	#anwei-teacher.about-bs-list{
		padding-bottom: 1rem;
	}
	#anwei-img-list .conten-list li{
		width: 46%;
		margin: 2%;
	}
	#anwei-img-list .conten-list .flex-float{
		margin: -2%;
		flex-wrap: wrap;
	}
	#anwei-img-list .conten-list .txt-box{
		padding: 0.3rem;
	}
	#anwei-img-list .conten-list .txt-box span{
		font-size: 0.18rem;
	}
	#anwei-img-list .conten-list li .title{
		font-size: 0.24rem;
		margin-bottom: 0.15rem;
	}
	#anwei-teacher .icon p{
		font-size: 0.2rem;
	}
	
}



@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	h4 {
		font-size: 0.3rem;
	}

	#anwei-conten .conten-txt-nr {
		font-size: 0.22rem;
	}

	.about-1-txt .nbr-div {
		width: 50%;
		text-align: center;
		min-height: 1.6rem;
		margin-bottom: 0.5rem;
	}

	.about-1-txt .div-content {
		margin-left: 0;
	}

	.page_navi a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin: 0 5px;
	}

	.page_navi a>span {
		background-size: 6px;
	}

	.search-tab-conten .product-list ul li {
		width: 100%;
	}

	#anwei-img-list .conten-list li .title {
	}

	#anwei-news-list .conten-list .news-list-div .txt {
		min-height: auto;
		padding: 0.25rem;
	}

	#anwei-news-list .conten-list .news-list-div .txt .post-foot {
		position: relative;
		bottom: 0;
		font-size: 0.24rem;
	}

	#anwei-news-list .conten-list .news-list-div .title {
		font-size: 0.3rem;
	}

	#anwei-news-list .conten-list .news-list-div .txt p {
		font-size: 0.24rem;
		margin-bottom: 0.25rem;
	}

	#anwei-img-list .conten-list li {
		/* width: 100%; */
	}

	#anwei-news-list .conten-list .more {
		text-align: center;
	}

	#anwei-product-list .conten-div .more-btn {
		text-align: center;
	}

	.more-btn a {
		font-size: 0.24rem;
	} 

	#anwei-product-list .conten-div .zh-porduct {
		margin-bottom: 0.8rem;
	}

	#anwei-product-list .conten-div .list-div {
		width: 100%;
		padding: 0 !important;
		text-align: left !important;
		border: 0;
	}

	#anwei-product-list .conten-div {
		display: block;
	}

	#anwei-product-list .conten-div .zh-porduct .list-ul li a {
		text-align: left;
	}

	#anwei-product-list .conten-div .list-ul {
		margin-bottom: 0.4rem;
	}

	#anwei-product-list .conten-div .list-ul li {
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		margin-bottom: 0.2rem;
		align-items: center;
		padding: 0.24rem;
	}

	#anwei-product-list .conten-div .list-ul li a {
		padding-right: 0 !important;
		padding-left: 1rem !important;
		background-position: left center !important;
		height: 0.8rem;
		justify-content: flex-start !important;
		font-size: 0.24rem;
		line-height: 1.6;
	}

	#anwei-product-list .conten-div .list-title {
		padding-right: 0 !important;
		margin-right: 0 !important;
		background-position: left center !important;
		padding-left: 0.5rem !important;
		margin-bottom: 0.45rem;
	}

	#anwei-news-list .conten-list .more a {
		width: 2.4rem;
		height: 0.7rem;
		font-size: 0.24rem;
		line-height: 0.7rem;
	}

	#page-404 .bg-img {
		min-height: 200px;
		margin-bottom: 15px;
	}

	#page-404 .div-txt {
		font-size: 0.3rem;
	}

	.gallery {
		flex-wrap: wrap;
	}

	.gallery .gallery-item {
		margin: 0 0.2rem;
		float: none !important;
		width: 100% !important;
		margin-bottom: 0.2rem;
		margin-top: 0 !important;
	}

	.product-lanse #anwei-conten.flex-img h5 {
		margin-bottom: 0;
		font-size: 0.22rem;
	}

	#anwei-conten.flex-img .flex-box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.certification-box .stars-box .stars-text{
		    padding-left: 0.4rem;
		    margin-left: 0.4rem;
		    font-size: 0.2rem;
	}
	.certification-box .stars-box .img{
		width: 2rem;
	}
	.authentication-box .img{
		height: 1.8rem;
		width: 2.9rem;
	}
	.certification-list .w{
		padding: 0.5rem 0.4rem;
	}
	.certification-list .div-title{
		margin-bottom: 0.3rem;
	}
	#banner{
		min-height: 40vh;
	}
	
	

}

@media screen and (max-width: 600px) {
.home-news-layout .div-title-box{
	justify-content: flex-start;
}
#anwei-news-list .conten-list{
	padding-top: 0;
}
  #anwei-ziliao-form{
		padding: 0.2rem 0;
		padding-bottom: 0.8rem;
	}
	#anwei-ziliao-form .form-div .txt-ts{
		display: none;
	}
	#anwei-ziliao-form .form-div .input-btn .ziliao-btn{
		width: 100%;
		font-size: 0.3rem;
	}
#anwei-ziliao-form .submit-form{
	align-items: flex-start;
}
#anwei-ziliao-form .form-div form{
	background-color: #fff;
	padding: 0.6rem 0.4rem;
    box-shadow: 0px 0px 7px 0px #ececec;
    -webkit-box-shadow: 0px 0px 7px 0px #ececec;
    -moz-box-shadow: 0px 0px 7px 0px #ececec;
		position: relative;
}
#anwei-ziliao-form .form-div::before,#anwei-ziliao-form .form-div::after{
	position: absolute;
	content: '';
	width: 1.6rem;
	height: 1.4rem;
	background-color: #cd4436;
	z-index: -5;
}
#anwei-ziliao-form .form-div::before{
	top: -0.24rem;
	right: -0.24rem;
}
#anwei-ziliao-form .form-div::after{
	bottom: -0.24rem;
	left: -0.24rem;
}
	.news-single-div .news-left .news-conten .wp-block-columns .wp-block-column {
		width: 100% !important;
		margin: 0;
		margin-bottom: 10px;
	}

	.news-single-div .news-left .news-conten .wp-block-columns {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.news-single-div .news-left .news-conten .wp-block-columns .wp-block-column:last-child {
		margin-bottom: 0;
	}
	.certification-box .box-list{
		width: 100%;
	}
	.certification-box .shu-list-box{
		flex-wrap: wrap;
	}
	.certification-box .stars-box .img{
		width:auto;
		margin-bottom: 0.3rem;
	}
	.certification-box .stars-box{
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
	}
	.certification-box .stars-box .stars-text{
		padding-left: 0;
		margin-left: 0;
		border: 0;
	}
	.authentication-box .img{
		width: 100%;
		box-sizing: border-box;
	}
	.authentication-box .box-li{
		margin-bottom: 0.35rem;
		flex-direction: column;
	}

	.certification-box .box-list .title{
		font-size: 0.38rem;
	}
	.authentication-box .txt .title{
		font-size: 0.28rem;
	}
	.ranking-box .list-top .zi{
		top: 0;
	}
	.ranking-box .list-top{
		align-items: center;
		display: flex;
		justify-content: center;
		font-weight: 600;
	}
	#anwei-ziliao-form .form-bg{
		background: #fff !important;
	}
	.ranking-box .stars-box .img{
		text-align: center;
		display: flex;
		justify-content: center;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 0.4rem;
	}
	.ranking-box .stars-box .top-text{
		text-align: center;
		font-size: 0.38rem;
		margin-bottom: 0.4rem;
	}
	.ranking-box .stars-box .bottom-list span{
		padding-right: 0.2rem;
		margin-right: 0.2rem;
	}
	.ranking-box .stars-box .stars-text{
		width: 100%;
		text-align: center;
	}
	.ranking-box .stars-box .center-text{
		margin-bottom: 0.4rem;
	}
	 .ranking-box .stars-box .bottom-list{
		 justify-content: center;
	 }
}

@media screen and (max-width: 440px) {

	.ranking-box .list-top .zi, .certification-box .box-list .list-top .zi{
		font-size: 0.4rem;
	}
	.ranking-box .list-top .shu, .certification-box .box-list .list-top .shu{
		font-size: 0.6rem;
		margin: 0 0.1rem;
	}
	.authentication-box .img{
		/* width: auto; */
	}
	.authentication-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 0.3rem;
	}
	.search-tab-conten .product-list ul li a .txt-div {
	    padding: 0.3rem;
	}
	.search-tab-conten .product-list ul li a .title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
	}
	.ranking-box .box-list{width: 100%;display: flex;margin: 0 1%;margin-bottom: 0.3rem;} 
	.ranking-box .title{
		font-size: 0.2rem;
		line-height: 0.9rem;
		width: 100%;
	}
	.ranking-box .list-top {
	    padding: 0 0.1rem;
	    width: 2rem;
	    flex-shrink: 0;
	}
	.ranking-box .shu-list-box{
		flex-wrap: wrap;
		margin: 0 -1%;
		margin-bottom: 0.6rem;
	}
	#anwei-icon .conten-icon .icon-nr p {
		max-width: 100%;
		/* margin: 0 0.1rem; */
	}

	#banner .banner-title {
		font-size: 0.54rem;
	}

	#banner .banner-txt {
		font-size: 0.3rem;
	}
	#anwei-teacher .conten-icon .icon {
	    width: 100%;
			margin-bottom: 0.5rem;
	}
	#anwei-txt .content-txt .txt-li{
		width: 50%;
	}
	#anwei-icon .div-content {
	    padding: 0.3rem 0.1rem;
	}


	#anwei-icon .conten-icon{
		flex-wrap: wrap;
	}
	#anwei-icon .conten-icon .icon-nr{
		padding: 0.5rem 0;
	}
	
/* .ranking-box .box-list:nth-child(2),.ranking-box .box-list:nth-child(3){
	width: 48%; margin: 0 1%;
}
.ranking-box .box-list:nth-child(2) .list-top,.ranking-box .box-list:nth-child(3) .list-top{
	width: 0.6rem;
} */
	#anwei-img-list .div-top-txt{
		max-width: 6rem;
	}
}

@media screen and (max-width: 400px) {
	
	#anwei-img-list .conten-list li{
		width: 100%;
		margin-bottom: 0.25rem;
	}
	#anwei-img-list .conten-list li .title {
	     font-size: 17px;
	}
	#anwei-ziliao-form .form-div .input-txt .input-name {
		width: 1.1rem;
		left: -0.1rem;
	}

	#anwei-ziliao-form .form-div .input-txt .form-txt {
		margin-left: 1.2rem;
		width: -moz-calc(100% - 1.7rem);
		width: -webkit-calc(100% - 1.7rem);
		width: calc(100% - 1.7rem);
		width: -o-calc(100% - 1.7rem);
	}

	#anwei-ziliao-form .form-div .input-txt.phone-div #phone-add {
		margin-left: 1.2rem;

	}

}





















/*全局色调*/
#head .nav form .nav-btn, #banner .banner-title::before, .div-title::before, #anwei-ziliao-form .form-div .input-btn .ziliao-btn, #foot .foot-top, #search-tab .tab-list .tab-ul .name, #search-tab .tab-list .tab-ul li:hover, #search-tab .tab-list .tab-ul li.active, #head .nav-div .menu-div .in-link a, .more-btn a:hover, #anwei-news-list .conten-list .more a:hover, #anwei-img-list .div-top-txt::before, .nav-web-btn, #search-tab .tab-list .tab-ul .all:hover, #search-tab .tab-list .tab-ul .all.all_active, .paly-link a:hover {
	background: #eba209;
}

#search-tab .tab-list .tab-ul>li:hover, #search-tab .tab-list .tab-ul>.all:hover {
	border-color: #ffc627;
}

#banner .banner-txt-list .txt-title, #anwei-ziliao-form .form-div .txt-ts a, #anwei-news-list .conten-list .news-list-div .more:hover ,.news-single-div .right-post-list li  a:hover .title{
	color: #eba209;
}

#anwei-news-list .conten-list .more a:hover,
.paly-link a:hover {
	color: #fff;
}

#head .nav form .nav-btn:hover,
#head .nav-div .menu-div .in-link a:hover {
	background-color: #761739;
	color: #fff;
}


.new-global-list .list-box {
	display: flex;
	justify-content: space-around;
}

.no-border {
	border: 0 !important;
}

.new-global-list .list-box .list-item:last-child {
	border: 0;
}

/*div 背景*/
.bg-hui {
	background: rgba(250, 250, 250, 1);
}

.div-title.title-pre-center {
	text-align: center;
}

.div-title.title-pre-center::before {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.home-news .home-news-list li a:hover .img img,
#anwei-img-list .conten-list li a:hover img,
#anwei-news-list .conten-list .news-list-div a:hover .img img,
.search-tab-conten .product-list ul li a:hover img,
#anwei-video .left-video .video-paly:hover,
#anwei-img-list .conten-list li:hover img
{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.home-product .product-slide a:hover img {
	-webkit-transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-o-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
}

.form-txt,
#tan,
#tan .tannr .nrfoot,
#anwei-img-list .conten-list li a img,
#anwei-advantage .div-icon-list li .li-nr,
#anwei-news-list .conten-list .news-list-div .img img,
.search-tab-conten .product-list ul li a img,
#head .nav-div,
#anwei-video .left-video .video-paly,
.paly-link a,
#anwei-tab .tab-nrlist .nr-list-item,
#anwei-img-list .conten-list li img
{
	transition: all 0.6s;
	-ms-transform: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.form-btn,
.more-btn a,
#head .nav-div .menu-div li a,
#anwei-news-list .conten-list .news-list-div .more,
#search-tab .tab-list .tab-ul>li,
#anwei-news-list .conten-list .more a,
#search-tab .tab-list .tab-ul>.all,
#anwei-tab .tab-title li ,
.news-single-div .right-post-list li .title
{
	transition: all 0.4s;
	-ms-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

