/* ====首页====== */
body{ background-color:#fff;}
/** header **/
.concon{position: relative;}
.header_nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #394554
}
.header_nav .img01{
	display: block;
}
.header_nav .img02{
	display: none;
}
.header{ position:relative; z-index:10; }
.loarea{ height:75px; position:relative; z-index:3; /*padding-bottom: 10px;*/}
.logo{ /*width:200px;*/ display:block; padding-top:8px;}
/*.logo img{ height:60px; width:auto;}*/

/*PC导航 begin*/
.nav{ position:relative;  z-index:5; padding-top: 35px;}
.fy{
font-size:16px;
    padding-top: 35px;
    padding-left: 10px;
}
.fy span{
margin-left:5px;
margin-right:5px;
}
.navul{ font-size:0;}
.navul li{ display:inline-block; font-size:16px;position:relative;}
.navul li>a{ color:#fff; padding:0 0 10px; text-align:center; display:inline-block;border-bottom: 2px solid transparent; margin: 0 10px}
.navul li>a:hover{ color: #6a0925!important; border-bottom: 2px solid #6a0925;}
.act_nav{color: #6a0925!important; border-bottom: 2px solid #6a0925!important;}


/*PC导航 begin*/
.subnav{ position:absolute; left:0; /*top:48px;*/ width:100%; padding:8px 5px; background: rgba(129,129,129,0.8); display:none;}
.subnav1{}
.subnav1 dd{width:100%; text-align: center; background-image:none !important; padding: 10px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px; color: #fff;}
.subnav1 dd a{color: #fff; display: block; font-size: 14px;}
.subnav1 dd a:hover{color: #6a0925}
.subnav1 dd:hover{border-bottom: 1px solid #6a0925;}
.subnav1 dd .nr a{height:30px; text-align:left; line-height:30px; font-size:14px; display:block;  color:#333 !important; text-align:center; }
.subnav1 dd .nr a:hover{ color:#6a0925 !important; text-indent:2px; background-color:none;}
.subnav1 .tit{ font-size:16px; font-weight:bold; text-align:center; padding:8px 0 4px;}
/*.subnav2{ width:256px;}*/

.headerMav.header_nav{
	background: #fff;
}
.headerMav.header_nav .navul li>a{color: #000}
.headerMav.header_nav .img01{
	display: none;
}
.headerMav.header_nav .img02{
	display: block;
}

.inlxban video{
	width: 100%;
	height: 100%
}

/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:19px; right:10px; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#1c4e9e; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ background:url(../images/icon/black8.png) repeat; position:absolute; left:0; top:60px; width:100%; display:none; z-index:9; }
.inav{ display:none;}
.inav dl{ padding:0 10px; text-align:left;}
.inav dt{ font-size:14px; color:#fff; height:40px; line-height:40px; border-bottom:1px solid #2b3b81; padding-left:8px; position:relative;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url(../images/icon/jia3.png) center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #1c4e9e; padding-bottom:6px;}
.inav a{ color:#fff;}
.inav a:hover{ color:#ccc;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav{ font-weight:bold;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banner .swiper-slide{position:relative; overflow:hidden;}
.banimg{ width:100%; height:auto; display:block;-webkit-transition:all 20s ease-out 0s; -moz-transition:all 20s ease-out 0s; -ms-transition:all 20s ease-out 0s; -o-transition:all 20s ease-out 0s; transition:all 20s ease-out 0s;}
.banner .swiper-slide-active .banimg{-webkit-animation: zoomin_out 20s infinite ease-in-out;-moz-animation: zoomin_out 20s infinite ease-in-out;-ms-animation: zoomin_out 20s infinite ease-in-out;-o-animation: zoomin_out 20s infinite ease-in-out;}

@-webkit-keyframes zoomin_out{
0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes zoomin_out{
0%{-moz-transform:scale(1);}
50%{-moz-transform:scale(1.1);}
100%{-moz-transform:scale(1);}
}
@keyframes zoomin_out{
0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}

.banner .swiper-pagination{ bottom:16px !important;}
.banner .swiper-pagination-bullet{width:40px;height:4px;padding: 0;background-color:#fff;font-size: 0;line-height: 0;outline:none;cursor: pointer; -webkit-border-radius:0%; -moz-border-radius:0%;-ms-border-radius:0%; -o-border-radius:0%; border-radius:0%;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; margin:0 10px !important;}

.banner .swiper-pagination-bullet-active{background-color:#eb2a2e;}
.banner .swiper-button-prev{ background:url(../images/icon/prev2.png) center center no-repeat; left:2%;}
.banner .swiper-button-next{ background:url(../images/icon/next2.png) center center no-repeat; right:2%;}
.banner .swiper-button-prev,.banner .swiper-button-next{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;width:33px;  height:60px; top:50%; margin-top:-30px; -webkit-background-size:80%; -moz-background-size:80%;-ms-background-size:80%; -o-background-size:80%; background-size:80%;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
/*banner end*/
.h_tit{ font-size:22px; color:#1c4e9e; font-weight:bold; }
.h_tit a{ float:right; font-weight:normal; color:#666; font-size:14px; margin-top:6px;}
.h_tit a:Hover{ color:#333; text-decoration:underline;}
.i_main{ padding:44px 0; min-height:400px;}


.pcshow{ display:inline-block;}
.wapshow{ display:none;}
/**/
.inwp{width: 74%; margin: 0 auto}
.section{
	background: url(../images/inpage02.jpg) no-repeat;
	background-size: 100% 100%;
}
/*.sectionPage1{
	background: url(../images/inpage01.jpg) no-repeat;
	background-size: 100% 100%;
}*/
.inlxban{
	height: 100%;
	width: 100%
}
.inlxban img{
	height: 100%;
	width: 100%
}
.nexxbtn{
	position: absolute;
	left: 50%;
	display: block;
	bottom: 50px
}
.rightTitle{
	color: rgba(106,9,37,0.1);
	font-size: 60px;
	font-weight: bold;
	writing-mode:vertical-rl;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.inteamTp img{
	display: block;
	position: relative;
	z-index: 2
}
.inteamFr{
	width: 50%
}
.inteamTp{
	position: relative;
}
.inttetbg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6b0324;
    right: -15px;
    bottom: -15px;
    z-index: 1;
}
.inteamFl{
	width: 48%
}
.intitle{
	font-size: 48px;
	color: #000;
	position: relative;
	font-weight: bold;
	margin-bottom: 70px;
	display: inline-block;
}
.intitle p{
	position: relative;
	z-index: 2;
	display: inline-block;
}
.intitle span{
	color: #6a0925
}
.intitlbg{
	color: #eeeeee;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	margin-top: -30px;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
	/*margin-left: -40px*/
}
.inteamconTit{
	font-size: 24px;
	color: #000
}
.inteamconnr{
	font-size: 12px;
	line-height: 31px;
	color: #666;
	margin: 20px 0
}
.inmore{
	color: #92153d;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	text-transform: uppercase;
}
.inmore img{
	margin-left: 12px;
}
.inbk{
	display: inline-block;
	vertical-align: middle;
}
.inresultsBox li{
	float: left;
	width: 10.5%;
	margin: 10px 1%;
	/* border: 1px solid #eee; */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
}
.inresultsBox li a{
	/* border: 1px solid #eee;
	overflow: hidden; */
}
.cklqph{
	display: block;
	margin: 15px auto 0;
	width: 170px;
}
.cklqph span{
	font-size: 19px;
	color: #000;
	border-bottom: 2px solid #6a0925;
	margin-right: 5px;
}
.serviceBg{
	/*height: 80vh;*/
}
.inseevicFl{
	width: 30%
}
.inseevicFr{
	/*width: 66%;*/
	width: 60%;
	padding: 80px 0 0
}
.inservenrfl{
	width: 68%;
	
}
.inservenrfr{
	width: 28%
}
.inactivityBg .inteamFr{
   width: 48%
}
.inactivityBg .inteamFl{
   /*width: 46%;*/
   width: 40%;
   padding-top: 80px
}
.infeelFl{
	width: 48%;
}
.infeelFr{
	width: 48%;
	position: relative;
	z-index: 2;
}
.feetprg{
	position: absolute;
	top: 95px;
	right: 10%;
	z-index: 1;
}
.sectionPage7{
	background: url(../images/fotbg.jpg) no-repeat;
	background-size: 100% 100%
}
.sectionPage6{
	background: url(../images/footbg.jpg) no-repeat;
	background-size: 100% 100%
}
.inpageBg{
	height: 100vh;
}
.footBg{
	padding: 80px 3% 0
}
.footBg li{
	width: 18%;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
}
.foottxt{
	color: #010101;
	font-size: 14px;
	margin-top: 15px;
}
.foottxt .inbk{
	width: 48%;
	text-align: center;
	font-size: 16px;
}

/*往届录取*/
.innerWarp{
	padding-top: 75px
}
.nyBan{
	line-height: 0;
	width: 100%
}
.midTab{
	position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.631579vw;
    text-align: center;
    z-index: 99;

}
.tabBox{
	background-color: #fff;
    display: inline-block;
    padding: 20px 30px;
    box-shadow: 0 0.03rem 0.5rem 0.01rem rgb(210 212 217 / 35%);
    border-radius: 110px;

}
.tabitem{
	margin:0 20px;
	cursor: pointer;

}
.maintab{
	font-size: 26px;
	cursor: pointer;
    font-family: HelveticaNowText,HelveticaNowText-Medium;
    font-weight: 600;
    color: #000;
    position: relative;
}
.childtab{
	font-size: 22px;
	position: relative;
}
.tabBox .tabitem .childtab .black{
	position: relative;
}
.tabitem.on .active:before {
    position: absolute;
    left: 50%;
    bottom: -0.03rem;
    transform: translateX(-50%);
    content: "";
    width: 50px;
    height: 0.105263vw;
    background-color: #6a0925;
}
.tabBox .tabitem .childtab .black:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #6a0925;
}
.tabitem .childtab{
	display: none;
}
.tabitem.on .childtab{
	display: inline-block;
}
.childtab img{
	width: 10px;
	margin: 0 3px;
}
.enrollTitle{
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	padding-top: 30px;
}
.entxtw{
	text-align: center;
	color: #23282d;
	font-size: 34px;
	margin-bottom: 15px
}
.entxtw h3{
	color: #23282d;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 15px
}
.searchBox{
	position: relative;
}
.searchText{
	border: 1px solid #434343;
	border-radius: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0 60px 0 20px;
	min-width: 430px
}
.serchBtn{
	width: 37px;
	height: 37px;
	background: url(../images/prueSearch.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 10px;
}
.enrollTable table{
	width: 100%
}
.enrollTable th{
	padding: 10px 3%;
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	white-space: nowrap;
}
.enrolThtit h3{
	font-size: 34px;
	border-bottom: 1px solid #000
}
.enrollTable td{
	font-size: 24px;
	color: #000;
	padding: 10px 3%;
}
.enrollTable td .number{
	font-size: 1.17em;
}
.enrollTable tbody tr:hover{
	background: #ffedf2
}
.enrollTable tbody tr:nth-child(even){
	background: #f8f8f9
}
.enrollBox{
	margin-bottom: 40px;
}
.nybored{
	border-top: 1px solid #6a0925
}
/*学子感悟*/
.studentBg{
	background: #f4f4f6;
	padding: 50px 0
}
.titlema{
	text-align: center;
	font-size: 34px;
	color: #666
}
.titlema h3{
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.boxW{
	width: 100%
}
.studentLi{
	display: block;
	border-bottom: 1px solid #7d7d7d;
	padding: 50px 0
}
.studentCont{
	padding-left: 20px;
}
.studentCont h3{
	color: #d47242;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}
.studetxt{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
/*turnpage7*/
.turnpage7{font-size:0; text-align:center; width:100%; padding:0px 0 0px 0;  margin-top: 30px; }
.turnpage7 a{ font-size:13px; color:#333; display:inline-block; padding:6px 12px; border:1px solid #ccc; margin:0 3px;}
.turnpage7 a.ye{ margin:0 0 0 -1px}
.turnpage7 span.lue{ margin:0 8px;}
.turnpage7 a:hover{ color:#fff; background-color:#d47242; border:1px solid #d47242; z-index:3;}
.turnpage7 .prev,.turnpage .next{ margin:0 6px 0 0;}
.turnpage7 .prev span{ background-repeat:no-repeat; background-position:0 6px;}
.turnpage7 .next span{background-repeat:no-repeat; background-position:42px -94px;}
.turnpage7 .prev:hover,.turnpage7 .next:hover{ color:#999; background:none; border-color:#ccc;}
/*.turnpage7 .prev:hover span,.turnpage7 .next:hover span{ background-image:url(../images/icon/turnpageh2.png); }*/
.current7{color:#fff !important; background-color:#d47242 !important; border:1px solid #d47242 !important; z-index:3;}
.turnpage7 em{font-size:12px; color:#333;}
.turnpage7 .total{ margin:0 6px;}
.turnpage7 .go{ margin:0 6px;}
.turnpage7 .go .num{padding:3px 10px; font-size:13px; color:#666; border:1px solid #ccc; margin:0 3px; width:36px;}
.turnpage7 .tj{ margin:0 6px;padding:2px 10px; border:1px solid #ccc; cursor:pointer; background:none; -webkit-border-radius:2px;-moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px;}
.turnpage7 .tj:hover{ border-color:#d47242; color:#d47242;}
.turnpage7 em{font-style: normal;}

/*学生活动*/
.studentActiviFl{
	width: 70%
}
.studenActiTitle{
	border-radius: 10px;
	background: #fff;
	padding: 25px 3%;
	margin-bottom: 25px;
}
.studenActiTitle h3{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.eyespn{
	font-size: 16px;
	color: #666
}
.eyespn img{
	margin-right: 5px;
}
.eyxtil{
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	font-weight: bold;
}
.studenActiConent{
	background: #fff;
	border-radius: 10px;
	padding: 25px 3%;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.studentActiviFr{
	width: 24%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 2%
}
.studeAfrtui{
	border-bottom: 4px solid #bfbfbf;
}
.studeAfrtui h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	border-bottom: 4px solid #6a0925;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: -4px;
}
.tjmore{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.studemabox li{
	box-sizing: border-box;
	border: 1px solid #efefef;
	padding: 18px;
	margin-top: 30px;
}
.studeBot{
	padding: 10px 0;
	font-size: 17px;
	color: #999
}
.studeBot h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333
}
.studemabox li .imgW{
	overflow: hidden;
}
/* .imgW1 img {max-width: 170px} */
.currtBox{
	background: #fff;
	padding: 20px;
	margin-bottom: 25px
}
.currtBox a{
	color: #666;
	font-weight: bold;
}
.currtBox a.on,.currtBox a:hover{
	color: #6a0925
}
.xzgwBox{
	background: #fff;
	border-radius: 10px;
	padding: 20px 2%
}
.xzgwBox .studenActiTitle{
	margin-bottom: 0;
	border-radius: 0;
	padding: 0 0 20px 0;
	border-bottom: 4px solid #e5e5e5;
	position: relative;
}
.xzgwBox .studenActiTitle:before{
   content: "";
   width: 180px;
   height: 4px;
   background: #6a0925;
   position: absolute;
   bottom: -4px;
}
.xzgwTim{
	font-size: 14px;
	color: #333;
	border: 1px solid #e2e2e2;
	box-shadow: 0 0 5px #e2e2e2;
	padding: 20px 2%;
	margin: 20px 0
}
.studenActiConent h3{
	font-weight: bold;
}
.xzgwBox .studenActiConent{
	border-radius: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dddcd8
}
.sxpage{
	font-size: 18px;
	color: #010101;
	padding: 10px 0
}
.sxpage p{
	margin: 5px 0;
	font-weight: bold;
}
.sxpage p a{
	text-decoration: underline;
}
.sxpage p a:hover{
	color: #6a0925
}
.gwzxBg{
	padding: 30px 0;
	background: #fffafb
}
.gwzxTit{
	font-size: 36px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.gwzxTit a{
	color: #000;
	margin: 0 25px;
}
.gwzxTit a.on{
	color: #6a0925
}
.gwzcImg{
	border-radius: 50%;
	padding: 10px;
	background: #f2d4c8;
	overflow: hidden;
	width: 185px;
	height: 185px;
	display: inline-block;
}
.gwzcImg img{
	border-radius: 50%;
	width: 185px;
	height: 185px;
}
.gwzxBox ul li{
	width: 29.3%;
	margin: 50px 2%;
	text-align: center;
	float: left;
}
.gwzxBox ul li p{
	font-size: 24px;
	color: #6a0925
}
.gwzxBox{
	position: relative;
}
.gwzxBox ul{
	position: relative;
}
.gwzxBox ul li .gwzcCont{
	background: #e5af95;
	box-sizing: border-box;
	padding: 20px 2%;
	position: absolute;
	width: 90%;
	font-size: 16px;
	left: 8%;
	color: #fff;
	text-align: left;
	border-radius: 8px;
	margin-top: 10px;
	display: none;
}

.gwzxBox ul li .gwzcCont p{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
.gwzcCont h3{
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
	display: inline-block;
}
.gwzxBox ul li:hover .gwzcCont{
	display: block;
}
/*服务特色*/
.fwtesBg{
	padding: 50px 0
}
.featuresBox li{
	box-shadow: 0 0 5px #ccc;
	box-sizing: border-box;
	padding: 25px 15px;
	float: left;
	width: 18%;
	margin: 20px 1%;
	text-align: center;
}
.featuresBox h3{
   font-size: 27px;
   color: #000;
   position: relative;
   font-weight: bold;
   display: inline-block;
   padding-bottom: 10px;
   margin-bottom: 15px;
}
.featuresBox h3:before{
	content: "";
	position: absolute;
	width: 75px;
	height: 4px;
	background: #6a0925;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
}
.featurText{
	font-size: 12px;
	color: #666;
	line-height: 26px;
	text-align: left;
	height: 220px;
	overflow: hidden;
}
.featuresBox li:hover{
	background: #f5b07d;
	color: #fff;
}
.featuresBox li:hover .featurText{
	color: #fff
}
.featuresBox li:hover h3{
	color: #fff
}
.featuresBox li:hover h3:before{
	background: #fff
}
.fwlcBg{
	padding: 50px 0;
	background: #eeeeee
}
.fwlcBox li{
	width: 18%;
	margin: 20px 1%;
	text-align: center;
	color: #5e5c5e;
	float: left;
}
.fwlcBox li h3{
	color: #333;
	font-size: 24px;
	margin: 10px 0
}
.fwlcBox li p{
	height: 130px;
	overflow: hidden;
}
.wdxzBg{
	background: #f9fafc;
	padding:50px 10%;
}
.wdxzMain{
	width: 100%
}
.wxdznmof li{
	float: left;
	width: 28%;
	margin: 40px 11%;
	box-shadow: 0 0 5px #ccc;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #333
}
.wxdznmof li h3{
	font-weight: bold;
	margin: 15px 0
}
.wxdznmof li>img{
	width: 160px;
}
.wxdznmof li a{
	font-size: 18px;
	color: #fff;
	background: #6a0925;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 20px;
}
.wxdznmof li a img{
	width: 20px;
}
.lxwmJanjBox{
	padding: 50px 0;
	background: #fffbfc;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 48px;
}
.lxwmBox{
	padding: 50px 0
}
.lxwmFr{
	width: 48%;
}
.lxwmFr img{
	max-width: 100%
}
.lxwmFl li .lxtut{
	font-size: 18px;
	color: #000
}
.lxwmFl li .lxtut span{
	margin-right: 8px;
}
.lxwmText{
	border: none;
	border-bottom: 1px solid #000;
	line-height: 40px;
	height: 40px;
	width: 80%
}
.lxwmFl{width: 50%}
.lxwmFl li{
	float: left;
	width: 48%;
	margin: 20px 1%
}
.lxwmFl li:last-child{
	width: 100%
}
.lxwmFl li:last-child .lxwmText{
	width: 90%
}
.tjbtn{
	font-size: 18px;
	color: #000;
	width: 148px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #111111;
	border-radius: 60px;
	background: #fff;
	margin: 30px auto 0;
	display: block;
}
.fwnrBg{
	background: url(../images/fwnrbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0
}
.fwntkyo{
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 36px;
}
.fwntkyo h3{
	color: #000;
	font-size: 36px;
	margin-bottom: 20px;
}
.fwnrbox li{
	width: 31.3%;
	margin: 20px 1%;
	background: #fff;
	float: left;

}
.fwnrTop{
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding: 20px;
	background: #f19149
}
.fwnrTop h3{
	font-size: 30px;
	font-weight: bold;
}
.fwcolo01{
	background: #f19149
}
.fwcolo02{
	background: #ea824f
}
.fwcolo03{
	background: #aa000e
}
.fwcolo04{
	background: #ac6a00
}
.fwcolo05{
	background: #a6937c
}
.fwcolo06{
	background: #a84200
}
.fwcolo07{
	background: #6a0925
}
.fwcolo08{
	background: #a84200
}
.fwcolo09{
	background: #81511c
}
.fwnrrcont{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	box-sizing: border-box;
	padding: 20px;
	height: 184px;
	overflow: hidden;
}
.fwysbg{
	padding: 50px 0
}
.fwysnxbg{
	background: #efdac5;
	box-sizing: border-box;
	padding: 20px;
}
.fwysnxbg li{
	font-size: 18px;
	color: #333;
	margin: 15px 0
}
.fwysnxbg li span{
	color: #ea824f;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle; 
	margin-right: 5px;
}
.yanjsb{
	padding: 50px 0;
	text-align: center;
}

.studenBox .imgW{
	width: 400px;
}
.yanjsb .wp{
	width: 70%
}
.inteamBox{
	margin-top: 100px;
}
.newfootbh{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-top: 1px solid #ccc
}
.infeelBox{
	margin-top: -180px;
}