@charset "gbk";
/*flex 盒模型布局*/
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-content: space-between;
}
.wrap {
  width: 1280px;
  margin: auto;
}
.pad {padding: 30px 0;}
.mar {margin: 30px auto;}
.p {text-indent: 2em;}

.banner a {
  display: block;
  height: 550px;
  background: url("../../static/images/banner.jpg") no-repeat top center;
}

.title_main {text-align: center;color: #ff7200;}
.title_main strong {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
.title_main strong::after {
  width: 160px;
  height: 0;
  content: '';
  border: 1px solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
}

.about article {
  width: 750px;
  height: 451px;
}
.about .title_main strong {width: 160px;}
.about .about_content strong {
  font-size: 18px;
  color: #ff7200;
}
.about .about_content p {
  line-height: 2em;
  padding: 15px 0;
}

.bgGrey {background: #f8f8f8;}
.adv li {
  width: 198px;
  height: 160px;
  padding: 30px 0;
  border: 1px solid #606060;
  border-radius: 10px;
  text-align: center;
}
.adv li strong {
  display: block;
  font-size: 20px;
  margin: 15px auto;
}

.content article {
  width: 630px;
  height: 484px;
}
.content .title_main strong {width: 160px;}
.content .content_content strong {
  font-size: 18px;
}
.content .content_content p {
  line-height: 2em;
  padding: 15px 0;
  text-indent: 2em;
}

.xueli_p {color: #ff7200;}
.xueli_right .top strong {color: #333;}
.xueli_right .top a, .daxue_a {background: #ff7200;}

.jy_p {
  width: 700px;
  line-height: 1.8em;
  font-size: 18px;
  padding: 20px 100px;
  border: 1px dashed #333;
}
.jylist {width: 1100px;}
.jylist li {
  width: 172px;
  text-align: center;
  font-size: 24px;
}
.jylist li h4 {
  width: 172px;
  line-height: 199px;
  background: url("../../static/images/jy-bg.png") no-repeat center;
  margin-bottom: 15px;
}
.jy2 {width: 1330px;}
.hzdw {width: 538px;}
.hzdw .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.jyfx {width: 777px;}
/*视频样式添加 */
.goals-requirements-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.goals-requirements-wrap .goals-requi-left {
  width: 615px;
  padding-right:50px;
}
.goals-requirements-wrap .goals-requi-left a {
  display: block;
}
.goals-requirements-wrap .goals-requi-left a img {
  width: 100%;
  height: 415px;
}
.goals-requirements-wrap .goals-requi-right {
  width: 598px;
}
.goals-requirements-wrap .goals-requi-right .goals-info h3 {
  line-height: 30px;
  font-size:18px;
  color: #ff7f00;
  font-weight: bold;
}
.goals-requirements-wrap .goals-requi-right .goals-info p {
  line-height: 30px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.goals-requirements-wrap .goals-requi-right .goals-info .line-body {
  border-top: 1px dashed #000;
  margin-top: 20px;
}
.sect-zx {
    display: block;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #ff7f00;
    text-align: center;
    border-radius: 20px;
}
.sect-zx:hover {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}
.head-wrap {
  	padding-top: 0.25rem;
  	text-align: center;
}
.head-wrap h1 {
  	line-height: 60px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.head-wrap p {
  	line-height: 40px;
    font-size: 28px;
    color: #000;
    text-transform: capitalize;
}
.adv-wrap {
  margin-top: 40px;
  padding-bottom: 30px;
}
.adv-wrap .adv-info-box {
  width: 1280px;
  margin: 0 auto;
}
.adv-wrap .adv-info-box ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adv-wrap .adv-info-box ul li {
  width: 391px;
}
.adv-wrap .adv-info-box ul li a {
  display: block;
}
.adv-wrap .adv-info-box ul li a img {
  width: 100%;
  height: 253px;
}
.adv-wrap .adv-info-box ul li h3 {
  line-height: 60px;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.double-btn {
  width: 828px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.double-btn a {
  	display: block;
  	width: 338px;
  	line-height: 58px;
  	font-size: 20px;
  	color: #ff7f00;
  	border: 1px solid #ff7f00;
  	text-align: center;
    border-radius: 25px;
}
.double-btn a:last-child {
  background: #ff7f00;
  color: #fff;
}

