@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
	/* background: #f4f7fc; */
	background-color: #ffffff;
}


input,
select {
	outline: none;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
input,
img,
ol {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}

a:link,
a:visited,
a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.p10 {
	padding: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.clear {
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.mktitle {
	color: #bd8f52;
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	padding-top: 3.125rem;
}

.bgwhite {
	color: #ffffff;
}


.logo {
	position: absolute;
	left: 0px;
}

#banner img {
	text-align: center;
}

.header .layui-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background: none;
}

.layui-nav .layui-nav-item a {
	color: #FFFFFF;
	height: 80px;
	font-size: 14px;
	line-height: 100px;
	padding: 0 20px;
}

.layui-nav .layui-nav-item a:link,
.layui-nav .layui-nav-item a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* .layui-nav .layui-nav-item a:hover {
	color: #bd8f52 !important;
} */

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	background-color: #bd8f52;
	border-radius: 5px;
}

.layui-carousel .layui-this img {
	object-fit: cover;
}

.layui-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu_mobile {
	display: none;
}

.header {
	position: fixed;
	width: 100%;
	height: 6.25rem;
	top: 0px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.2);
}

.fixedNav {
	background-color: #ffffff;
}

.fixedNav .layui-nav .layui-nav-item a {
	color: #333333 !important;
}

.row {
	width: 100%;
}

.rowc {
	width: 1200px;
	margin: 0 auto;
}


.layui-nav-more {
	display: none !important;
}

.layui-nav-child {
	background-color: rgba(255, 255, 255, 0.8);
	/* 半透明黑色背景 */
	/* display: block; */
}

.layui-nav .layui-nav-child a:hover {
	background-color: rgba(240, 113, 56);
	color: #fff !important;
}

.layui-nav .layui-nav-item a {
	color: #FFFFFF;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
}

.layui-nav-child dd a {
	color: #000000 !important;
}

.layui-bg-molv {
	margin-top: 40px;
}

.layui-nav-child {
	top: 45px;
}

/*首页*/
/*留学活动轮播图*/
.con1 {
	height: 500px;
	width: 100%;
	background-color: #1a242f;
	padding: 100px 0;
}

.con1 .h2_tit {
	color: #fff;
}

.con1 {
	background: #1a242f;
}

.pad-TB-70 {
	padding: 100px 0;
}

.h2_tit {
	position: relative;
	text-align: center;
	margin-bottom: 1.5625rem;
	font-weight: 700;
	font-size: 2.125rem;
	line-height: 150%;
}

.h2_tit .s-en {
	opacity: .2;
	letter-spacing: .03125rem;
	line-height: 1.96875rem;
	text-transform: uppercase;
}

.h2_tit .s-cn {
	letter-spacing: .09375rem;
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translate(-50%);
}

.h2_tit .s-cn:after {
	content: "";
	position: absolute;
	bottom: -.46875rem;
	left: 50%;
	transform: translate(-50%);
	width: 2.6875rem;
	height: .15625rem;
	background: #c8152d;
	letter-spacing: .09375rem;
}

.con1 .layui-carousel {
	width: 90% !important;
	margin: 0 auto;
}

.layui-carousel .slide_con_arc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 1.5625rem;
	background: linear-gradient(180deg, #0000, #000c);
}

.layui-carousel .p-tit {
	margin-bottom: .625rem;
	font-weight: 700;
	font-size: 200%;
	color: #fff;
	line-height: 120%;
	letter-spacing: .0625rem;
}

.layui-carousel .p-des {
	color: #fff;
	line-height: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.d-bg {
	position: relative;
	height: 700px;
	background: #000;
	background-size: 100% 100%;
	overflow: hidden;
}

.bannervideo {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.d-bg .d-bg_con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.d-bg .d-slogan{
    position: relative;
    z-index: 100;
    margin: 0 auto 50px;
    padding-top: 200px;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    line-height: 150%;
    text-shadow: 0 .03125rem .25rem rgba(0, 0, 0, .25);
    text-align: center;
}

.d-bg .d-slogan .p-cn{
    font-family: Source Han Sans;
}
.d-bg .d-slogan p{
    font-weight: 700;
    text-shadow: .09375rem .15625rem rgba(44, 5, 5, .5019607843);
}
.con1 .layui-carousel>[carousel-item]{
	border-radius: 10px;
}
.con1 .layui-carousel{
	background-color: #1A242F !important;
}
/* 申请方式 */
.con2 {
	background: #f6f6f6;
}

.con2 .con2_con {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.con2 .con2_con li {
	box-sizing: border-box;
	width: 45%;
	padding: 30px 20px;
	background: linear-gradient(92deg, #053ef1, #905ee9);
	border-radius: .75rem;
	display: flex;
	justify-content: space-between;
}

.con2 .con2_con li .li_L .p-tit {
	font-weight: 700;
	font-size: 185.7142857143%;
	color: #fff;
	line-height: 120%;
	letter-spacing: .03125rem;
	margin-bottom: .3125rem;
}

.con2 .con2_con li .li_L .p-des {
	font-size: 114.2857142857%;
	color: #fffc;
	line-height: 120%;
	letter-spacing: .03125rem;
}

.con2 .con2_con li .li_R {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .25rem;
	width: 100px;
	height: 50px;
	background: #fff;
	border-radius: .6875rem;
}

.el-icon {
	--color: inherit;
	align-items: center;
	display: inline-flex;
	height: 1em;
	justify-content: center;
	line-height: 1em;
	position: relative;
	width: 1em;
	fill: currentColor;
	color: var(--color);
	font-size: inherit;
}

.el-icon svg {
	height: 1em;
	width: 1em;
}

/* 综合介绍 */
.con3 {
	width: 90%;
	margin: 0 auto;
}

.con3 .con3_con {
	display: flex;
	justify-content: space-between;
}

.con3 .con3_con li {
	position: relative;
	width: 30%;
	border-radius: .75rem;
	overflow: hidden;
}

.con3 .con3_con li .img_scale,
.con3 .con3_con li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con3 .con3_con li .img_scale,
.con3 .con3_con li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con3 .con3_con li .li_con {
	position: absolute;
	padding: 1.5625rem .9375rem .9375rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .572), transparent);
}

.con3 .con3_con li .li_con .p-tit {
	margin-bottom: .46875rem;
	font-weight: 700;
	font-size: 171.4285714286%;
	color: #fff;
	line-height: 120%;
	letter-spacing: .03125rem;
}

.con3 .con3_con li .li_con .p-des {
	font-size: 14Px;
	color: #fff;
	line-height: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 首页-我要报名 */
.con4 {
	margin-bottom: .9375rem;
	position: relative;
	height: 11rem;
	box-sizing: border-box;
	padding-top: 2.1875rem;
	overflow: hidden;
}

.con4 .con4-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/2508/bottom.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 5;
}

.con4 .round-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600Px;
	height: 600Px;
	border-radius: 50%;
	background: #e80715cc;
	z-index: 10;
}

.con4 .round-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.con4 .p-btn a {
	padding: 20px 80px;
	border-radius: 20px;
	border: 2px solid #ffffff;
	font-size: 18px !important;
	color: #fff;
	text-align: center;
}

/*学校选择*/
.d-banner {
	margin-top: 100px;
}

.hasBreadCrumb {
	width: 100%;
	height: 250px;
	background-image: url(https://www.studyinchina.edu.cn/assets/banner-DW1ie6HB.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.hasBreadCrumb .p-tit {
	line-height: 250px;
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .1875rem;
}

.breadcrumb {
	padding: 30px 50px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
}

.d-banner .breadcrumb a {
	display: flex;
	align-items: center;
}

.crumbthis {
	color: #d00202 !important;
}

.bg-scc {
	padding-top: 20px;
}

.main {
	
	margin: 0 auto;
}

.artBody {
	display: flex;
	flex-direction: column;
	gap: .78125rem;
	color: #575757;
	line-height: 180%;
	word-break: break-word;
}

.school-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.school-wrapper .school-item {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 20px 25px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: calc(33.3% - 15px);
	box-sizing: border-box;
	border-radius: 20px;
}

.school-wrapper .school-item .item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	flex: 1;
}

.lastitem {
	margin-right: 0 !important;
}

.school-wrapper .school-item .item-info img {
	width: 100%;
}

.info-school {
	align-items: center;
	margin: .625rem 0;
}

.info-school img {
	width: 50% !important;
	margin: .625rem 0;
}

.info-school .info-school__schoolname {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	flex: 1;
}

.school-wrapper:nth-child(2n) {
	margin-right: 0;
}

.info-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: .375rem;
}

.tag-item {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	background-color: #E5E5E5;
	border: 2px solid #E5E5E5;
	cursor: pointer;
	margin-right: 10px !important;
	padding: 5px 10px;
	border-radius: 5px;
}

/* 申请奖学金 */
.list-tabs {
	margin-bottom: 50px;
}

.list-tabs .el-tabs__nav-scroll {
	box-shadow: 0 2px 7px #1a242f17;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.el-tabs__nav {
	display: flex;
	transition: transform var(--el-transition-duration);
	white-space: nowrap;
	z-index: calc(var(--el-index-normal) + 1);

	position: relative;
}

.list-tabs .el-tabs__item {
	position: relative;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
	margin-right: 80px;
	margin-bottom: 20px !important;
}

.list-tabs .el-tabs__item:hover {
	color: #c8152d;
}

.list-tabs .el-tabs__item.is-active {
	color: #c8152d;

}

.list-tabs .el-tabs__item.is-active:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%);
	width: 67px;
	height: 3px;
	background: #c8152d;
	border-radius: 0;
}

.el-tabs__content {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
}

.artBody {
	display: flex;
	flex-direction: column;
	gap: .78125rem;
	color: #575757;
	line-height: 180%;
	word-break: break-word;
}

.artBody .indent2 {
	text-indent: 2em;
	letter-spacing: 3px;
}

.artBody p {
	margin-bottom: 10px;
}

/* 在线申请 */
.license-wrapper {
	width: 100%;
	background-color: #01BC93;
}

/*关于我们*/
.gywm {
	padding: 0 0 50px 0;
	height: 400px;
	background-color: #ffffff;
}

.gywmdiv {
	margin-top: 30px;
	width: 100%;
	background-image: url(../images/220414/gywm-1.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center;
	height: 350px;
}

.left,
.right {
	margin: 40px 15px;
	width: 47%;
}

/* .imgtu{
	text-align: right;
} */
.left h3 {
	color: #333333;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

.left .xian {
	width: 40px;
	height: 0.2rem;
	background: #b38850;
}

.left p {
	color: #999999;
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	margin-top: 1.25rem;
	padding-right: 1.25rem;
}

.right img {
	width: 65%;
	margin-left: 25%;
}

.left div ul li {
	width: 24%;
	float: left;
	padding-top: 1.25rem;
	text-align: left;
}

.left div ul li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #1eb996;
	margin-bottom: 10px;
}

.left div ul li span {
	font-size: 12px;
	color: #666666;
	display: block;
	padding-right: 25px;
	line-height: 20px;
}

/*地图*/
.fuwu {
	background-color: #1f233d;
}

.fuwulist {
	padding-left: 1.5625rem;
	width: 90%;
	margin: 0 auto;
}

.fuwuchild {
	width: 20%;
	float: left;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 3.125rem;
}

.fuwuchild p {
	color: #FFFFFF;
	font-size: 0.75rem;
}

.ditu {
	text-align: center;
}

.number {
	margin-top: 10px;
}

.number span {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.ditu img {
	height: 500px;
}

/*项目发展*/
.xiangmu {
	width: 100%;
}

.xmimg img {
	width: 100%;
}

.xmtitle h1 {
	position: absolute;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}


/*合作院校*/
.hzschool {
	background: url(../images/220414/qghzyx-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
	padding-bottom: 20px;
}

.yxlist {
	background-color: #ffffff;
	width: 80%;
	margin: 3.125rem auto;
	border-radius: 5px;
}

.yx {
	width: 25%;
	float: left;
	background-color: #ffffff;
}

.yx img {
	text-align: center;
	margin: 1.25rem auto;
	display: block;
	width: 100%;
}

.bg2 {
	background-color: #f2f6fa;
}

.yxlt {
	border-top-left-radius: 0.3125rem;
}

.yxrt {
	border-top-right-radius: 0.3125rem;
}

.yxlb {
	border-bottom-left-radius: 0.3125rem;
}

.yxrb {
	border-bottom-right-radius: 0.3125rem;
}

/*管理模式*/

.glmslist {
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-top: 2.125rem;
	;
}

.ms {
	width: 33.33%;
	/* height: 280px; */
}

.ms .msbox1 {
	padding: 10px 5px;
	position: relative;
}

.ms .bgimg {
	text-align: center;
	/* margin: 0.625rem auto; */
	display: block;
	width: 100%;
}

.msbox2 {
	/* margin: 0 auto; */
	position: absolute;
	/* height: 252px; */
	color: #fff;
	text-align: left;
	background-size: cover;
	/* position: relative; */
	left: 5px;
	right: 5px;
	top: 10px;
	bottom: 10px;
	z-index: 3;
}

.msbox2_child {
	padding-top: 150px;
	width: 85%;
	padding-left: 15%;
}

.msbox2_child .titleimg {
	width: 2rem;
	display: block;
}

.msbox2_child .mstitle {
	margin-top: 1rem;
	font-size: 14px;
	font-weight: bold;
}

.msbox2_beijing {
	transition: 1s ease;
	background-image: url(../images/220414/glms-hd.png);
	background-size: cover;
}

.msbox2_beijing .msbox2_child {
	padding-top: 90px;
	transition: 1s ease;
}

.msbox2_beijing .msmessage {
	display: block !important;
	padding-left: 15%;
}

.msbox2_beijing .msmessage .xian {
	width: 40px;
	height: 0.25rem;
	margin-top: 1rem;
	background-color: #ffffff;
}

.msbox2_beijing .msmessage .mstext {
	margin-top: 1rem;
	font-size: 12px;
	font-weight: bold;
}

/*项目体系*/
.xmtx {
	margin-top: 1.25rem;
	height: 400px;
	color: #ffffff;
}

.xmtx1 {
	background-size: 100% auto;
	background-size: cover;
	height: 100%;
	transition: 0.5s linear;
}

.xmtxjs {
	display: none;
	width: 80%;
	margin-left: 15%;
	margin-top: 6.25rem;
	transition: 0.5s linear;
}

.xmtxnow {
	display: block !important;
	transition: 1s ease;
}

.xmtxjs p {
	margin-top: 1rem;
	font-size: 12px;
	line-height: 1.875rem;
}

.xmxian {
	width: 40px;
	height: 0.125rem;
	margin-top: 1rem;
	background-color: #ffffff;
}

.xmnav {
	width: 70%;
	display: block;
	margin: 2.5rem auto;
	/* position: relative;
	top: -3.5rem; */
}

.xmnav .xmnavtitle {
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.xmnav .xmnavtitle span {
	font-size: 0.75rem;
}

.xmnav .tol p {
	height: 1px;
	width: 25%;
	margin: 0.5rem auto;
	background-color: #e8c9a3;
}

.xmnav .xmnavtitle img {
	width: 1.2rem;
}

/*新闻资讯*/
.zixun {
	background-image: url(../images/220414/xwzx-bg.png);
	background-size: 100% auto;
	background-size: cover;
	padding-bottom: 3.125rem;

}

.zxmessage {
	width: 80%;
	margin: 0 auto;
	margin-top: 3.125rem;
}

.zxzu {
	width: 50%;
	float: left;
}

.zxbiao {
	background-image: url(../images/220414/xwzx-jt.png);
	height: 1.875rem;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.zxbiao h3 {
	line-height: 1.875rem;
	color: #ffffff;
	margin-left: 10px;
}

.zxcontent .zximg {
	height: 200px;
	margin-top: 0.9375rem;
	border-radius: 5px;
}

.zxzu1 {
	margin-left: 15%;
	margin-right: 1.25rem;
}

.zxcontent ul {
	margin-top: 0.9375rem;
	width: 100%;
	font-size: 12px;
	color: #444444;
	line-height: 28px;
	box-sizing: border-box;
}

.zxcontent ul li {
	position: relative;
}

.zxcontent ul li a {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/220414/zxicon.png) no-repeat left;
	padding-left: 20px;
}

.zxcontent ul li span {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #888;
}

/*格伦风采*/
.fengcai {
	background-color: #3c4160;
}

.fengcai img {
	width: 100%;
	margin-top: 1.25rem;
}

/*联系我们*/
.lxwm {
	background: url(../images/220414/lxwm-bg.png) no-repeat top;
	background-size: cover;
	background-size: 100% auto;
	background-color: #ffffff;
	margin-bottom: 6.25rem;
}

.biaodan {
	width: 70%;
	margin: 30px auto;
	border-radius: 5px;
	box-shadow: 0px 1px 4px #f4f4f4;
	padding: 40px;
	background-color: #ffffff;
}

/* .biaodan .bdchild {
	width: 49%;

	height: 100%;
	display: inline-block;
} */

.bdchild img {

	margin-bottom: 1.25rem;
}

.bdchild p {
	line-height: 25px;
	color: #666666;
}

.bdtj p {
	line-height: 20px !important;
}

.bdchild input[type='text'] {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	width: 90%;
	margin: 10px 0;
	border-radius: 5px;
}

.bdchild textarea {
	display: block;
	width: 90%;
	height: 70px;
	resize: none;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #dddddd;
	outline: none;
	margin: 10px 0;
	border-radius: 5px;
}

.bdchild .bmbtn {
	display: block;
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: none;
	background: #c09154;
	cursor: pointer;
	border-radius: 5px;
	margin: 20px 0;
}

/*移动端口*/



@media screen and (max-width: 751px) {
	body {
		min-width: 100%;
	}

	.header {
		height: 6.25rem;
	}

	.header .logo img {
		width: 70%;
		margin: 10px;
	}

	.menu_mobile {
		position: absolute;
		right: 1em;
		top: 1.875rem;
		display: block !important;
		color: #ffffff;
	}

	.layui-nav {
		display: none;
	}

	.layui-header {
		z-index: 99999;
	}

	.header .layui-nav {
		text-align: center;
		top: 3.25rem;
		width: 100%;
		background-color: #fff;
	}

	.layui-nav .layui-nav-item {
		display: block !important;
		border-bottom: 1px solid #E7E7E7;
		height: 30px;
	}

	.layui-nav .layui-this:after {
		content: none !important;
	}

	.layui-nav .layui-nav-item a {
		font-size: 14px;
		line-height: 30px;
		height: auto;
	}

	.layui-icon {
		font-family: layui-icon !important;
		font-size: 1rem !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1.05rem;
	}

	/*banner*/
	#banner {
		width: 100%;
		height: 20rem !important;
	}

	.wrap {
		width: 100%;
	}

	/*关于我们*/
	.gywm {
		height: auto;
	}

	.gywm .gywmdiv {
		height: auto;
	}

	.left,
	.right {
		width: 80%;
		margin: 0 auto;
		float: none !important;
	}

	.right img {
		width: 100%;
		margin-left: 0px;
	}


	/*地图*/
	.ditu img {
		width: 100%;
		height: auto;
	}

	.fuwuchild {
		width: 30%;
		margin-top: 1.125rem;
	}

	.yxlist {
		width: 90%;
	}

	/*管理模式*/
	.glmslist {
		width: 90%;
	}

	.ms {
		width: 50%;
		/* height: 165px; */
	}

	.msbox2_child {
		padding-top: 170px;
	}

	.msbox2_child .titleimg {
		width: 1.5rem;
	}

	.msbox2_beijing {
		background-size: 100% 100%;
		height: 166px;
	}

	.msbox2 {
		/* top: -158px; */
		/* height: 166px; */
	}

	.msbox2 .msbox2_child {
		padding-top: 5rem;
	}

	.msbox2_beijing .msbox2_child {
		background-size: 100% 100%;
		height: 50px;
		padding-top: 10px;
	}

	/*项目体系*/
	.xmtxjs {
		margin-top: 2rem;
	}

	.xmnav {
		width: 100%;
	}

	/*新闻资讯*/
	.zxzu {
		width: 95%;
		float: none;
		margin-top: 1rem;
	}

	.zxmessage {
		margin: 0;
		padding-bottom: 1.25rem;
	}

	.zxzu1 {
		width: 100%;
	}

	/*联系我们*/
	.lxwm {
		background-size: auto;
	}

	.biaodan {
		width: 90%;
		padding: 0.625rem;
	}

	.biaodan .bdchild {
		float: none;
		width: 100%;
	}

	/* .bdchild img{
		/* width: 100%;
		height: auto; */
		
		/* 头部banner */
		    .d-bg{
		        height: 300px !important;
		        background-size: cover !important;
		    }
		    .d-bg .d-slogan {
		        padding-top: 3.75rem !important;
		        margin-bottom: 1.25rem !important;
		        font-size: 220%;
		    }
			
			.d-bg .d-slogan {
			    position: relative;
			    z-index: 100;
			    margin: 0 auto 1.8125rem;
				padding-top: 120px !important;
			    font-weight: 700;
				font-size: 18px;
			    color: #fff;
			    line-height: 150%;
			    text-shadow: 0 .03125rem .25rem rgba(0, 0, 0, .25);
			    text-align: center;
			}
			.bannervideo img{
				height: 100%;
				width: auto;
			}
			
			.pad-TB-70 {
			    padding: 50px 0;
			}
			.h2_tit {
			    font-size: 20px;
			}
			.con1{
				height: 450px;
			}
			.con1 .layui-carousel {
			  height: 400px !important;
			}
			.con2 .con2_con{
				display: block;
			}
			.con2 .con2_con li {
			    width: 100%;
				margin-top: 20px;
			}
			.con3 .con3_con{
				display: block;
				width: 100%;
			}
			.con3 .con3_con li{
				width: 100%;
				margin-bottom: 20px;
			}
			.con4 .con4-bg{
				background-size: auto;
			}
			.con4 .p-btn a{
				padding: 10px 20px;
			}
}

*/ .bdtj {
	width: 90% !important;
	margin: 1.25rem auto;
}

.bdchild input[type='text'] {
	width: 100%;
}

.bdchild textarea {
	width: 100%;
}

.bdchild .bmbtn {
	width: 100%;
}



}
