body,
html {
  font-family: "Microsoft YaHei";
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
}

select,
textarea,
input {
  /*瑙ｅ喅琛ㄥ崟瀹藉害涓嶄竴鑷寸殑闂�?�?*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

address,
caption,
cite,
code,
em,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
strong,
th {
  font-weight: 400;
  font-style: normal;
}

dd,
dl,
dt,
li,
ul {
  list-style: none;
}

fieldset,
iframe,
img {
  border: 0;
}

img {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
}

input,
select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input[type=text] {
  background-position-y: -1px;
}

input[type=radio] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

address,
cite,
em,
var {
  font-style: normal;
}

.clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearFix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}


/* w1200 */
.w1200{
  width: 1200px;
  margin: 0 auto;
}


/* nav */
.nav{
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
}
.nav ul{
  display: flex;
  justify-content: space-between;
  width: 1022px;
  margin: 0 auto;
}
.nav ul li{
  width: 128px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.nav ul li a{
  font-size: 16px;
  color: #000;
}
.nav ul li:hover{
  background: #0B96EF;
}
.nav ul li:hover a{
  color: #fff;
}


/* poster */
.poster{
  width: 100%;
  height: 500px;
  padding-top: 49px;
  background: url("../images/poster.jpg") no-repeat top center;
  box-sizing: border-box;
}
.poster .pos-tit{
  margin: 0 0 40px 110px;
}
.poster .pos-btns{
  display: flex;
  justify-content: space-between;
  width: 846px;
  margin: 0 auto;
}
.poster .pos-btns a{
  display: block;
  width: 244px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: linear-gradient(9deg, #0584DF 0%, #2BADF1 100%);
  border-radius: 5px;
}
.poster .pos-btns a:hover{
  background: linear-gradient(9deg, #2BADF1 0%, #0584DF 100%);
}


/* 报�?�条�? */
.bktj{
  padding: 75px 0 54px;
}
.bktj .bktj-tit{
  margin: 0 auto 42px;
}
.bktj .content{
  width: 1224px;
  height: 583px;
  background: url("../images/bktj_bg.png") no-repeat;
}
.bktj .content .fl-con{
  float: left;
  width: 512px;
  height: 490px;
  margin: 27px 0 0 27px;
  padding-top: 42px;
  background: #F3FAFF;
  border-radius: 10px;
  box-sizing: border-box;
}
.bktj .content .fl-con .list{
  margin-bottom: 29px;
}
.bktj .content .fl-con .list .title{
  display: flex;
  align-items: center;
  margin: 0 0 19px 34px;
}
.bktj .content .fl-con .list .title .xh{
  display: block;
  width: 37px;
  height: 36px;
  padding: 6px 0 0 11px;
  margin-right: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  background: url("../images/xh_bg.png") no-repeat;
  box-sizing: border-box;
}
.bktj .content .fl-con .list .title h3{
  display: flex;
  align-items: baseline;
  font-size: 26px;
  color: #0584DF;
}
.bktj .content .fl-con .list .title h3 span{
  display: block;
  margin-left: 9px;
  font-size: 16px;
  color: #999999;
}
.bktj .content .fl-con .list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 391px;
  margin-left: 87px;
}
.bktj .content .fl-con .list ul li{
  width: 118px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #C4CBD0;
  border-radius: 5px;
  cursor: pointer;
}
.bktj .content .fl-con .list ul li.mb15{
  margin-bottom: 15px;
}
.bktj .content .fl-con .list ul li a{
  font-size: 18px;
  color: #333333;
}
.bktj .content .fl-con .list ul li:hover{
  background: #0584DF;
  border-color: #0584DF;
}
.bktj .content .fl-con .list ul li:hover a{
  color: #fff;
}

.bktj .content .fr-con{
  float: right;
  width: 497px;
  margin: 51px 89px 0 0;
}
.bktj .content .fr-con h2{
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 34px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.bktj .content .fr-con h2:before,
.bktj .content .fr-con h2:after{
  position: absolute;
  top: 18px;
  content: '';
  width: 80px;
  height: 4px;
  background: url("../images/line.png") no-repeat;
}
.bktj .content .fr-con h2:before{
  left: 0;
}
.bktj .content .fr-con h2:after{
  right: 0;
  transform: rotateY(180deg);
}
.bktj .content .fr-con table{
  width: 100%;
}
.bktj .content .fr-con table tr td{
  width: 176px;
  height: 39px;
  text-align: center;
  font-size: 18px;
  color: #1B3340;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  background: #fff;
}
.bktj .content .fr-con table tr .edu{
  width: 151px;
  font-size: 22px;
  color: #1B3340;
}
.bktj .content .fr-con table tr .edu1{
  background: #DDF0FB;
}
.bktj .content .fr-con table tr .edu2{
  background: #FCF0D7;
}
.bktj .content .fr-con table tr .edu3{
  background: #FFE4D5;
}
.bktj .content .fr-con table tr td:last-of-type{
  width: 168px;
  border-right: none;
  background: #FDEEE5;
}
.bktj .content .fr-con table tr td:last-of-type a{
  display: block;
  width: 117px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(0deg, #0584DF 0%, #2BADF1 100%);
  border-radius: 5px;
}
.bktj .content .fr-con table tr td:last-of-type a:hover{
  background: linear-gradient(0deg, #2BADF1 0%, #0584DF 100%);
}


/* 报�?�条件全面解�? */
.qmjx{
  width: 100%;
  height: 1164px;
  padding-top: 49px;
  background: url("../images/qmjx_bg.jpg") no-repeat top center;
  box-sizing: border-box;
}
.qmjx .title{
  margin-bottom: 61px;
}
.qmjx .title img{
  margin: 0 auto;
}
.qmjx .title p{
  width: 954px;
  margin: 0 auto;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.qmjx .list-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qmjx .list-box .list{
  width: 360px;
  height: 389px;
  margin-bottom: 63px;
  padding: 23px 38px 0 34px;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.qmjx .list-box .list h3{
  line-height: 57px;
  font-size: 28px;
  color: #01487A;
}
.qmjx .list-box .list p{
  height: 111px;
  line-height: 28px;
  font-size: 16px;
  color: #000000;
}
.qmjx .list-box .list .btns a{
  display: block;
  width: 270px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}
.qmjx .list-box .list .btns .btn1{
  margin-bottom: 17px;
  background: linear-gradient(0deg, #0584DF 0%, #2BADF1 100%);
}
.qmjx .list-box .list .btns .btn2{
  background: linear-gradient(0deg, #F15F0F 0%, #FF9630 100%);
}
.qmjx .list-box .list .btns .btn1:hover{
  background: linear-gradient(0deg, #2BADF1 0%, #0584DF 100%);
}
.qmjx .list-box .list .btns .btn2:hover{
  background: linear-gradient(0deg, #FF9630 0%, #F15F0F 100%);
}
.qmjx .list-box .list:hover{
  background: url("../images/qmjx_list_on.png") no-repeat;
}


/* 报名时间 */
.bmsj{
  padding: 87px 0 62px;
}
.bmsj .title{
  margin-bottom: 55px;
}
.bmsj .title img{
  margin: 0 auto;
}
.bmsj .title p{
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.bmsj .title p span{
  color: #EF0000;
}
.bmsj .areas li{
  float: left;
  width: 158px;
  height: 54px;
  line-height: 54px;
  margin: 0 13px 15px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #D1CFCF;
  border-radius: 5px;
  cursor: pointer;
}
.bmsj .areas li:nth-of-type(7n){
  margin-right: 0;
}
.bmsj .areas li.on{
  color: #fff;
  background: #2CADF1;
  border-color: #2CADF1;
}
.bmsj .areas li.mb45{
  margin-bottom: 45px;
}
.bmsj .btns{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.bmsj .btns a{
  display: block;
  width: 357px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #0584DF 0%, #2BADF1 100%);
  border-radius: 5px;
}
.bmsj .btns a:hover{
  background: linear-gradient(0deg, #2BADF1 0%, #0584DF 100%);
}


/* 备�?�资�? */
.bkzl{
  width: 100%;
  padding: 51px 0 110px;
  background: #F3FAFF;
}
.bkzl .bkzl-tit{
  margin: 0 auto 43px;
}
.bkzl .list-box{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.bkzl .list-box .list .detail{
  width: 252px;
  height: 294px;
  padding-top: 47px;
  margin-bottom: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  box-sizing: border-box;
}
.bkzl .list-box .list .detail .pdf-icon{
  margin: 0 auto 48px;
}
.bkzl .list-box .list .detail .line{
  width: 100%;
  margin-bottom: 11px;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.bkzl .list-box .list .detail .txt{
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.bkzl .list-box .list .zxsq{
  display: block;
  width: 252px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(0deg, #0584DF 0%, #2BADF1 100%);
  border-radius: 5px;
}
.bkzl .list-box .list .zxsq:hover{
  background: linear-gradient(0deg, #2BADF1 0%, #0584DF 100%);
}
