/* PC端公用样式 */
@charset "utf-8";
html{color: #000;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #000;-webkit-text-size-adjust: none;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0;vertical-align: top;}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;-webkit-margin-before:0em;margin-block-start:0em;-webkit-margin-after: 0em;margin-block-end: 0em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;display:inline;zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #000;text-decoration: none;}
a:hover{color: #E53935;}
img {max-width: 100%;vertical-align:middle;}

/* html设置 */
html{font-size: 100px;}

/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;
} 
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
textarea {  
  -webkit-appearance: none;
}

/* 基本样式 */
.clear{
  content: "";
  display: block;
  clear: both;
}
.container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
  -moz-head-sizing: border-head;
  head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
.containerTextBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containerTextBox .textTopBox{
  font-size: .44rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
  line-height: .46rem;
  margin-bottom: .2rem;
}
.containerTextBox .textBottomBox{
  font-size: .3rem;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #FF263A;
  line-height: .32rem;
  text-transform: uppercase;
}
.ykde-head{
  width: 100%;
  text-align: center;
  padding : .4rem 0;
}
.ykde-head p{
  position: relative;
  height: 1.3rem;
}
.ykde-head p b{
  font-size: .45rem;
  height: .79rem;
  line-height: .7rem;
  font-weight: bold;
  z-index: 2;
  display: table;
  margin: 0 auto;
  position: relative;
  letter-spacing: .02rem;
}
.ykde-head p b:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2.7rem;
  bottom: 0;
  width: 1.8rem;
  height: .09rem;
  background-color: #e6272f;
  z-index: -1;
  border-left: 1.8rem solid #000;
  border-right: 1.8rem solid #f5d128;
}
.ykde-head p span{
  display: inline-block;
  height: .5rem;
  line-height: .5rem;
  font-size: .25rem;
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
}
.ykde-btn{
  width: 2.62rem;
  height: .65rem;
  background: #FFD769;
  border-radius: 32px 32px 32px 32px;
  margin: .2rem auto;
  text-align: center;
  z-index: 99;
  position: relative;
  border: 1px solid #000;
}
.btn-more-a{
  display: inline-block;
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  border-radius: 32px 32px 32px 32px;
  text-align: center;
  font-weight: bold;
  font-size: .4rem;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.btn-more-a span{
  display: inline-block;
  position: relative;
  padding-right: .6rem;
}
.btn-more-a span:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: .42rem;
  height: .79rem;
  margin: 0;
}
.btn-more-a:hover{
  color: #000;
  font-size: .38rem;
  box-shadow: 0 .02rem .08rem  rgba(255, 203, 79, .8);
  transition: all 0.2s;
}
.top-header{
  background-color: #f9f9f9;
  padding: 0 .1rem;
}
.top-header .top-header-table::after{
  content: '';
  display: block;
  clear: both;
}
.top-header .top-header-table .top-link-left,
.top-header .top-header-table .top-text-right{
  height: .55rem;
  line-height: .55rem;
}
.top-header .top-header-table .top-link-left{
  float: left;
}
.top-header .top-header-table .top-text-right{
  float: right;
}
.top-header .top-header-table .top-link-left img{
  max-height: .35rem;
  margin-right: .15rem;
}
.top-header .top-text-right{
  text-align: right;
}
.top-header a,
.top-header p{
  color: #666;
  font-size: .16rem;
  display: inline-block;
  float: left;
}
.top-header a:hover{
  opacity: .8;
}

/* 文本框样式提取 */
.ykde4 .ykde-table .ykde-item:after{
  content: '';
  display: block;
  clear: both;
}
.ykde4 .ykde-table .ykde-item .ykde-list{
  padding: 0 .15rem;
  position: relative;
  float: left;
  width: 32%;
  margin-bottom: .31rem;
  height: .69rem;
  line-height: .69rem;
}
.ykde4 .ykde-table .ykde-item .ykde-list:before{
  content: '';
  position: absolute;
  top: .31rem;
  left: .3rem;
  width: .1rem;
  height: .1rem;
  background: url(../img/ico3.png);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* .ykde4 .ykde-table .ykde-item .ykde-list:last-child:before{
  display: none;
} */
.has-error .help-block,
label.error{
  position: absolute;
  top: -.40rem;
  left: .6rem;
  color: #CC080C;
  font-size: .14rem;
  font-weight: bold;
  height: .34rem;
  line-height: .34rem;
  background: #fff;
  padding: 0 .1rem;
  border-radius: .05rem;
  box-shadow: 0 0 .05rem #000;
}
.has-error .help-block:before,
label.error:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -.16rem;
  bottom: -.16rem;
  border: .08rem solid transparent;
  border-top-color: #fff;
}
.ykde4 .ykde-table .ykde-item .ykde-list .ykde-input{
  display: block;
  width: 100%;
  height: .69rem;
  line-height: .69rem;
  border: none;
  font-size: .35rem;
  background-color: #fff;
  border-radius: .05rem;
  overflow: hidden;
  padding: 0 .15rem 0 .35rem;
  box-sizing: border-box;
  letter-spacing: .02rem;
  color: #000;
}
.ykde4 .ykde-table .ykde-item .ykde-list select.ykde-input{
  padding: 0;
}
input::-webkit-input-placeholder,
select,
option{
  color: #000;
}



.banner{
  width: 100%;
  height: 4.6rem;
  padding-top: .6rem;
  box-sizing: border-box;
  background-image: url(../img/bg01.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner .banner-body{
  margin: 0 auto;
  height: auto;
}
.banner .banner-body .banner-text{
  width: 9.2rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.banner .banner-body .banner-text .text1{
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: .4rem;
  color: #FFFFFF;
  line-height: .42rem;
  text-stroke: 1px #000000;
  -webkit-text-stroke: 1px #000000;
  margin-bottom: .12rem;
}
.banner .banner-body .banner-text .text2{
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .75rem;
  color: #FFFFFF;
  line-height: .77rem;
  text-stroke: 1px #000000;
  -webkit-text-stroke: 1px #000000;
  margin-bottom: .25rem;
}
.banner .banner-body .banner-text .text2 .tip2{
  color: #FFB700;
}
.banner .banner-body .banner-text .textContent1{
  width: 9.05rem;
  height: 1.81rem;
  background: #FFB700;
  border-radius: .6rem;
  position: relative;
  margin: 0 auto;
}
.banner .banner-body .banner-text .textContent2{
  width: 100%;
  height: 100%;
  background: #008C6B;
  border-radius: .6rem;
  position: absolute;
  bottom: -.19rem;
  left: 0;
  z-index: 0;
}
.banner .banner-body .banner-text .textContent{
  width: 100%;
  height: 100%;
  background: #CC1A1B;
  border-radius: .6rem;
  position: absolute;
  top: -.1rem;
  left: 0;
  padding: .1rem .6rem 0 .58rem;
  box-sizing: border-box;
}
.banner .banner-body .banner-text .textContent .textItem{
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: .34rem;
  color: #FFFFFF;
  line-height: .52rem;
  text-align: left;
}
.banner .banner-body .banner-text .textContent .textItem1{
  padding-left: 1.7rem;
  box-sizing: border-box;
}
.banner .banner-body .banner-text .textTip{
  width: 2.16rem;
  height: 2.21rem;
  background-image: url(../img/yuan.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -2.15rem;
  top: -.62rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .44rem;
  color: #FFB700;
  line-height: .54rem;
}


.commonContentWrap{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.commonContentWrap .enName{
  width: 100%;
  height: auto;
  font-family: SourceHanSansCN;
  font-weight: 300;
  font-size: .22rem;
  color: #CC1A1B;
  line-height: .23rem;
  text-align: center;
  text-transform: uppercase;
}
.commonContentWrap .labelBox{
  width: 5.20rem;
  height: 1.01rem;
  text-align: center;
  padding-top: .08rem;
  box-sizing: border-box;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .46rem;
  color: #FFFFFF;
  line-height: .48rem;
  background-image: url('../img/title01.png');
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.moreBox{
  width: 100%;
  height: 1.46rem;
  background: #175997;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreBox .moreText{
  width: 4.14rem;
  height: .85rem;
  background: #FFB700;
  border-radius: .43rem;
  text-align: center;
  line-height: .85rem;
  cursor: pointer;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .52rem;
  color: #175997;
}
.moreBox .moreText:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
  box-shadow: 0 0 3px 5px rgba(255, 183, 0, 0.5);
}


.ykde1{
  width: 100%;
  height: 8.79rem;
  padding-top: .78rem;
  box-sizing: border-box;
  background-image: url('../img/bg02.jpg');
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ykde1 .container{
  width: 11.4rem;
  height: auto;
  margin: 1.25rem auto 0;
}
.ykde1 .container .advantageItem{
  width: 100%;
  height: .67rem;
  cursor: pointer;
  margin-bottom: .17rem;
  display: flex;
  align-items: center;
}
.ykde1 .container .advantageItem:hover{
  transition: all .5s;
  transform: translateY(-10px);
}
.ykde1 .container .advantageItem .itemLabel{
  width: 1.85rem;
  height: .67rem;
  background: #FFB700;
  text-align: center;
  line-height: .67rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .38rem;
  color: #FFFFFF;
  margin-right: .1rem;
}
.ykde1 .container .advantageItem .itemMajor{
  display: flex;
  align-items: center;
}
.ykde1 .container .advantageItem .majorItem{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .35rem;
  color: #FFFFFF;
  margin-right: .25rem;
}
.ykde1 .container .advantageItem .majorItem:nth-last-of-type(1){
  margin-right: 0;
}



.ykde2{
  width: 100%;
  height: auto;
  padding: .7rem 0 .45rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.ykde2 .container{
  width: 11.4rem;
  height: auto;
  margin: 0 auto;
}
.ykde2 .container .countryItem{
  width: 100%;
  height: auto;
  margin-bottom: .28rem;
}
.ykde2 .container .countryItem:hover{
  transition: all .5s;
  transform: translateY(-10px);
}
.ykde2 .container .countryItem .itemContent{
  width: 100%;
  height: auto;
  text-decoration: none;
  display: inline-block;
}
.ykde2 .container .countryItem .itemContent .countryImg{
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: .38rem;
  color: #CC1A1B;
  margin-bottom: .1rem;
}
.ykde2 .container .countryItem .itemContent .countryImg .imgSize{
  width: 1.2rem;
  height: .68rem;
  background: #EDEDED;
  border: 1px solid #E61F19;
  margin-right: .27rem;
}
.ykde2 .container .countryItem .itemContent .countryMsg{
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .38rem;
  color: #000000;
  line-height: .64rem;
}
.ykde2 .container .countryItem .itemContent .countryLine{
  width: 100%;
  height: 2px;
  background-color: #E61F19;
  margin-top: .1rem;
}



.ykde5{
  width: 100%;
  height: auto;
  padding: .8rem 0 .68rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.ykde5 .container{
  width: 11.4rem;
  height: auto;
  margin: .25rem auto 0;
}
.ykde5 .container .schoolItem{
  width: 100%;
  height: auto;
  cursor: pointer;
}
.ykde5 .container .schoolItem:hover{
  transform: translateY(-10px);
  transition: all .5s;
}
.ykde5 .container .schoolItem .itemContent{
  width: 100%;
  height: auto;
  text-decoration: none;
  display: inline-block;
}
.ykde5 .container .schoolItem .itemContent .schoolImage{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft{
  width: 5.7rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName{
  width: auto;
  height: .72rem;
  display: inline-block;
  padding: 0 .2rem;
  box-sizing: border-box;
  border-radius: .1rem;
  text-align: center;
  line-height: .72rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: .32rem;
  color: #FFFFFF;
  margin-bottom: .08rem;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName.schoolName1{
  background: #755FB0;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName.schoolName2{
  background: #CC1A1B;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName.schoolName3{
  background: #135492;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName.schoolName4{
  background: #FFB700;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolName.schoolName5{
  background: #008C6B;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolInfo{
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: .32rem;
  color: #000;
  line-height: .6rem;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageLeft .schoolInfo:nth-of-type(5){
  width: 100%;
  padding-left: 1.6rem;
  box-sizing: border-box;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight{
  width: 5.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem{
  width: 2.77rem;
  height: 2.50rem;
  border-radius: .1rem;
  box-sizing: border-box;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem.imageItem1{
  border: 3px solid #755FB0;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem.imageItem2{
  border: 3px solid #CC1A1B;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem.imageItem3{
  border: 3px solid #135492;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem.imageItem4{
  border: 3px solid #FFB700;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem.imageItem5{
  border: 3px solid #008C6B;
}
.ykde5 .container .schoolItem .itemContent .schoolImage .imageRight .imageItem .imageSize{
  width: 100%;
  height: 100%;
  border-radius: .1rem;
}
.ykde5 .container .schoolItem .itemContent .schoolInfoTxt{
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: .32rem;
  color: #000;
  line-height: .60rem;
}
.ykde5 .container .schoolItem .itemContent .schoolLine{
  width: 100%;
  height: 3px;
  margin: .34rem auto;
}
.ykde5 .container .schoolItem .itemContent .schoolLine.schoolLine1{
  background: #755FB0;
}
.ykde5 .container .schoolItem .itemContent .schoolLine.schoolLine2{
  background: #CC1A1B;
}
.ykde5 .container .schoolItem .itemContent .schoolLine.schoolLine3{
  background: #135492;
}
.ykde5 .container .schoolItem .itemContent .schoolLine.schoolLine4{
  background: #FFB700;
}
.ykde5 .container .schoolItem .itemContent .schoolLine.schoolLine5{
  background: #008C6B;
}




.ykde6{
  width: 100%;
  height: auto;
  padding: .88rem 0 .94rem;
  box-sizing: border-box;
  background-color: #E61F19;
}
.ykde6 .commonContentWrap .enName{
  color: #FFB700;
}
.ykde6 .commonContentWrap .labelBox{
  background-image: url('../img/title02.png');
}
.ykde6 .container{
  width: 100%;
  max-width: 19.2rem;
  height: auto;
  margin: .34rem auto 0;
}
.ykde6 .container .itemPicture{
  width: 100%;
  height: 2.5rem;
  margin-bottom: .22rem;
  cursor: pointer;
}
.ykde6 .container .itemPicture:hover{
  transform: translateY(-10px);
  transition: all .5s;
}
.ykde6 .container .itemPicture .picSize{
  width: 100%;
  height: 100%;
}



.ykde4{
  width: 100%;
  height: 2.6rem;
  position: relative;
  padding-top: .18rem;
  background-color: #9A69C9;
  z-index: 1;
  margin-top: .4rem;
}

.ykde4 .ykde-head p{
  color: #fff;
}
.ykde4 .ykde-table{
  padding: .3rem 0 .07rem;
}
.ykde-item:after{
  content: '';
  display: block;
  clear: both;
}


.ykde-copy{
  margin-top: .15rem;
  text-align: center;
  line-height: .2rem;
  padding: .1rem .2rem;
}
.ykde-copy,
.ykde-copy p,
.ykde-copy a{
  color: #999 !important;
  font-size: .12rem;
}
.ykde-copy a:hover{
  opacity: .8;
}
.ykde-copy img{
  width: .1rem;
}



.ykde4 .ykde-btn{
  margin-top: 0;
}




