body,html {
	margin: 0;
	padding: 0
}

/* html {
	overflow-y: scroll
} */

body,input {
	font-size: 14px;
	font-family: Microsoft YaHei;
	-webkit-text-size-adjust: none;
	text-rendering: optimizelegibility
}

dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,textarea,ul {
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none
}

img {
	border: none
}

button,input,select,textarea {
	outline: 0;
	resize: none
}

a:link,a:visited {
	text-decoration: none
}

.clearfix:after {
	clear: both;
	display: table;
	width: 100%;
	height: 0;
	content: ""
}

/* ::-webkit-scrollbar {
	width: 7px;
	height: 7px
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.23)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.35)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,.45)
} */
.clear::before{
    display: table;
    content: "";
}
.clear_f:after {
    clear: both;
}
.clear_f:after,.clear_f:before {
    content: "";
    display: block;
}
/*=========女生学西点============*/
.w1200{width:1140px; margin-left:auto; margin-right:auto}
.hslbanner {
	height: 575px;
	width:100%;
	min-width:1200px;
	max-width:1920px;
	background:url(../images/banner.jpg) no-repeat center center;
	margin: 0 auto 40px auto;
  }
  .hslbanner a {
	display: block;
	height: 575px;
  }
  .tit_all{
	  text-align: center;
  }
.tit{
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.tit span{
	color: #e53951;
}
.subtit{
	display: inline-block;
	margin: 0 auto;
	color: #888888;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	margin-top: 10px;
	padding: 0 15px;
}
.hslbox1_fn{
	width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: space-around; */
	margin: 40px auto 0;
}
.fn_left{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fn_right{
	width: 40%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-left: 40px;
}
.fn_left .cj{
	width: 48%;
	border: 1px solid #cc7833;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
}
.cj::before{
	position: absolute;
	content: '';
    width: 50%;
    height: 5px;
    background: #fff;
    top: -1px;
    right: 0;
}
.cj::after{
	position: absolute;
	content: '';
    width:5px;
    height: 50%;
    background: #fff;
    top:0;
    right: -1px;
}
.fn_left .cj img{
	width: 95%;
}
.fn_left .cj .cj_tit,.fn_right .cj .cj_tit{
	color: #cc7833;
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
 }
 .fn_left .cj .cj_subtit,.fn_right .cj .cj_subtit{
	color: #000;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 5px;
	box-sizing: border-box;
 }
 .cj_icon{
	width: 100%;
	border: 1px solid #cc7833;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
 }
 .cj_icon::before{
	position: absolute;
	content: '';
    width: 30%;
    height: 5px;
    background: #fff;
    top: -1px;
    right: 0;
}
.cj_icon::after{
	position: absolute;
	content: '';
    width:5px;
    height: 50%;
    background: #fff;
    top:0;
    right: -1px;
}
 .icon_1{
	 width: 25%;
 }
 .icon_1 img{
	 width: 60%;
 }
 .icon_1 p{
	 color: #000;
	 font-size: 16px;
	 line-height: 25px;
	 font-weight: bold;
}
 .fn_left .cj_text{
	width: 100%;
	font-size: 20px;
	color: #CB7732;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
 }
.fn_right .cj{
	width: 93%;
	border: 1px solid #cc7833;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 15px 5px;
	position: relative;
}
.btn{
	margin: 50px auto;
	text-align: center;
}
.btn_left{
	display: inline-block;
	width: 250px;
	background-color: #CC7832;
	border: 1px solid #CC7832;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.btn_right{
	display: inline-block;
	width: 300px;
	border: 1px solid #CC7832;
	border-radius: 8px;
	color: #CC7832;
	font-size: 20px;
	line-height: 40px;
	margin-left: 15px;
}
.hslbox2{
	margin-top: 50px;
	background-color: #ecf3fa;
	padding:40px 0 1px;
	box-sizing: border-box;
}

.qjfx{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 60px;
}
.qjfx_1{
	width: 24%;
	background-color: #fff;
	padding: 35px 15px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #666;
	position: relative;
	margin-right: 1%;
}
.qjfx_1 .qjfx_tit{
	position: absolute;
	top: -18px;
	left: 20%;
	width: 60%;
	height: 35px;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	background-color: #cc7833;
	border-radius: 12px;
}
.qjfx_1 .qjfx_text{
	color: #666666;
	font-size: 18px;
	line-height: 25px;
}
.hslbox3{
	padding: 50px 0;
	box-sizing: border-box;
}
.kcsz{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kcsz .kcsz_1{
	width: 49%;
	margin-bottom: 25px;
}
.kcsz_left{
	float: left;
	width: 59.3%;
	border: 1px solid #d6d6d6;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-top: 35px;
	border-right: none;
	position: relative;
}
.kcsz_left .zymc{
	position: absolute;
	top: -20px;
	left: 35px;
	background-color: #fff;
	color: #cc7833;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 20px;
}
.kcsz_left .zymc::before{
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px;
    box-sizing: border-box;
}
.kcsz_left .zymc::after{
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -6px;
    box-sizing: border-box;
}
.kcsz_left .kcsz_left_tit{
	color: #666666;
	font-size: 22px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
}
.kcsz_left .kcsz_left_tit::after{
	position: absolute;
    content: '';
    width: 10%;
    height: 3px;
    background: #d7af74;
    left: 0;
    bottom: -1px;
}
.kcsz_left .kcsz_left_text{
	font-size: 18px;
	line-height: 25px;
	color: #848484;
	margin: 15px auto 30px;
}
.kcsz_left .kcsz_left_tit span{
	color: #f00;
}
.kcsz_left a{
	display: inline-block;
	width: 150px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
}
.kcsz_left .zyxq{
	background-color: #d7af74;
}
.kcsz_left .xfzx{
	background-color: #cc7833;
}
.kcsz_left a img{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.kcsz .kcsz_1 .kcsz_img{
	float: right;
}
.xl{
	background-color: #e9ebee;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.xl .zs{
	margin: 30px auto;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.xl .zs span{
	color: #cc7833;
}
.xl .zs img{
	vertical-align: middle;
}
.xl ul li{
	float: left;
	width: 32%;
	margin-left: 10px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.xl ul li p{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}


.hslbox5{
	background: url(../images/bg2.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}
.tit_col{
	color: #fff;
	border-color: #fff;
}
/* .jxts{
	margin-top: 150px;
} */
.sk{
	width: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.sk a{
	display: inline-block;
	width: 60%;
	text-align: center;
}
.sk a img{
	display: inline-block;
	width: 95%;
}
 .jx_text{
	 width: 38%;
	border: 1px solid #cc7833;
	padding: 10px;
	/* padding: 60px 25px; */
	box-sizing: border-box;
}
.jx_text .jx_tit{
	color: #cc7833;
	font-size: 24px;
	line-height: 60px;
	position: relative;
}
.jx_text .jx_tit::after{
	position: absolute;
	content: '';
    width: 25%;
    height: 3px;
    background: #cc7833;
    left: 0;
    bottom: -1px;
}
.jx_text .jx_subtit{
	color: #000;
	font-size: 20px;
	line-height: 50px;
	margin-top: 10px;
}
.jx_hr{
	width: 100%;
	border-top: 1px dashed #cc7833;
	margin: 30px auto;
}
.jxms{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jxms a{
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
}
.jxms a img{
	display: inline-block;
	width: 100%;
	height: 270px;
 }
.jx_text_1{
	width: 32%;
	height: 270px;
	border: 1px solid #cc7833;
	padding: 10px;
	/* padding: 40px 30px; */
	box-sizing: border-box;
	margin-bottom: 20px;

}
 .dashed{
	width: 406px;
	height: 290px;
	border: 1px dashed #cc7833;
	padding: 50px 25px;
	box-sizing: border-box;
	margin: 0 auto;
}
.dashed1{
	width: 344px;
	height: 250px;
	border: 1px dashed #cc7833;
	padding: 40px 30px;
	box-sizing: border-box;
	margin: o auto;
} 

.hslbox6{
	width: 100%;
	background-color: #e9e7e7;
	padding-bottom: 1px;
	padding-top: 50px;
	box-sizing: border-box;
}
.ul3-0{margin-top: 30px;}
.ul3-0 li{float: left;width: 300px;margin-right: 65px;}
.ul3-0 li:nth-child(3n){margin-right: 0;}
.ul3-0 li:nth-last-child(2),.ul3-0 li:nth-last-child(3),.ul3-0 li:nth-last-child(1){margin-bottom: 0;}
.xxlc li{
    width: 352px;
    margin-right: 40px;
    margin-bottom: 25px;
	box-shadow: 2px 2px 3px 1px #777;
	background-color: #fff;
}
.xxlc img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.xxlc div{
    display: inline-block;
    vertical-align: middle;
}
.xxlc h3{
    font-size: 20px;
    line-height: 28px;
    color: #cc7833;
}
.xxlc p{
    font-size: 16px;
    line-height: 25px;
}


.hslbox7 {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.hslbox7 .dw{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.adv{
	width: 100%;
}
.adv img{
	width: 100%;
}