@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;}
/*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: 100%;
  margin: 0 auto;
  -webkit-head-sizing: border-head;
     -moz-head-sizing: border-head;
          head-sizing: border-head;
  behavior: url(css/PIE.htc);
}
html{font-size: 100px;}
.ykit-head{
  width: 100%;
  text-align: center;
  padding : .65rem 0 .5rem;
}
.ykit-head p{
  height: .75rem;
}
.ykit-head p b{
  font-size: .45rem;
  height: .45rem;
  line-height: .45rem;
  font-weight: bold;
  z-index: 2;
  display: block;
  letter-spacing: .02rem;
  margin-top: -.2rem;
}
.ykit-head p span{
  display: block;
  height: .5rem;
  line-height: .5rem;
  font-size: .31rem;
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
  color: rgba(0,133,93, .2);
  font-weight: 700;
  letter-spacing: -.02rem;
}
.ykit-head p span:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -.26rem;
  top: 0;
  width: .52rem;
  height: .04rem;
  background-color: #00855d;
  border-radius: .04rem;
}

.ykit-btn{
  text-align: center;
  width: 100%;
  z-index: 99;
  position: relative;
  height: .72rem;
  line-height: .72rem;
  margin-top: .62rem;
  z-index: 1;
}
.btn-more-a{
  display: block;
  width: 100%;
  font-weight: bold;
  height: .72rem;
  line-height: .72rem;
  font-size: .38rem;
  background-color: #1b262c;
  letter-spacing: .05rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-more-a:hover{
  color: #1b262c;
  background-color: #ffe700;
}
.btn-more-a span{
  display: inline-block;
  height: 0.72rem;
  line-height: .72rem;
  position: relative;
}
.btn-more-a span:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.6rem;
  right: 4rem;
  width: 11.2rem;
  border-top: 1.2rem solid #ffe700;
  border-right: .8rem solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-more-a:hover>span:before{
  border-top-color: #1b262c;
}
.ykit1 .btn-more-a span:hover:after{
  color: #fff;
}
.ykit1 .btn-more-a span{
  padding-left: 5rem;
}
.ykit1 .btn-more-a span:before{
  right: 5rem;
}
.ykit1 .btn-more-a span:after{
  content: '了解详情 >>>';
  position: absolute;
  top: 50%;
  margin-top: -.6rem;
  right: 4rem;
  width: 11.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
  color: #000;
  padding-right: 2.5rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}




.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;
}
.banner{
  position: relative;
  background: url(../img/banner.jpg) center no-repeat;
  height: 4.6rem;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.banner .banner-body{
  margin: 0 auto;
  color: #fff;
  padding-top: 4.15rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.banner .banner-body .banner-text img{
  vertical-align: top;
}
.banner .banner-body .banner-nav{
  width: 100%;
  position: absolute;
  top: 0;
  height: 1.07rem;
  line-height: .55rem;
  background-color: #00855d;
  padding-top: .52rem;
}
#fixed-nav{
  display: none;
  background-color: #00855d;
  border-bottom: .01rem solid #ddd;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
  height: .55rem;
  padding-top: 0;
}
#fixed-nav.banner-nav .banner-ul>li a{
  color: #fff;
}
.banner .banner-body .banner-nav .banner-ul{
  width: 11.4rem;
  margin: 0 auto;
  height: .55rem;
  line-height: .55rem;
    text-align: center;
}
.banner .banner-body .banner-nav:after,
.banner .banner-body .banner-nav .banner-ul:after{
  content: '';
  display: block;
  clear: both;
}
.banner .banner-body .banner-nav .banner-ul>li{
  display: inline-block;
  height: 0.55rem;
  line-height: .55rem;
  margin: 0 .05rem;
  vertical-align: top;
}
.banner .banner-body .banner-nav .banner-ul>li a{
  font-size: .24rem;
  display: block;
  cursor: pointer;
  color: #fff;
}
.banner .banner-body .banner-nav .banner-ul>li a:hover{
  color: #fff;
  opacity: .85;
}
#banner-menu{
  position: relative;
}
#banner-menu .menu-ul{
  display: none;
  min-width: 4.4rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: .55rem;
  z-index: 99;
  background-color: rgba(255, 255, 255, .95);
  padding: .2rem;
  border-radius: .1rem;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .5);
}
#banner-menu:hover .menu-ul{
  display: block;
}
#banner-menu .menu-ul:before{
  content: '';
  position: absolute;
  top: -.2rem;
  right: .5rem;
  border: .1rem solid transparent;
  border-bottom-color: rgba(255, 255, 255, .95);
}
#banner-menu .menu-ul li{
  width: 33.33%;
  float: left;
  text-align: left;
  height: .4rem;
  line-height: .4rem;
}
#banner-menu .menu-ul li a{
  font-size: .2rem;
  color: #000;
}
#fixed-nav #banner-menu .menu-ul li a{
  color: #000;
}
#banner-menu .menu-ul li a:hover,
#fixed-nav #banner-menu .menu-ul li a:hover{
  opacity: .85;
  color: #CC080C;
}
.banner .banner-body .banner-text{
  text-align: center;
  cursor: pointer;
  width: 11.4rem;
  margin: 0 auto;
}

.ykit1{
  position: relative;
  background: url(../img/bg1.jpg) bottom right no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: .45rem;
}
.ykit1 .ykit-table .ykit-item{
  margin: 0 -.15rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list:first-child{
  float: left;
}
.ykit1 .ykit-table .ykit-item .ykit-list:first-child .ykit-box{
  width: 5.95rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list:first-child .ykit-box:first-child{
  margin-bottom: .15rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list:last-child{
  float: right;
}
.ykit1 .ykit-table .ykit-item .ykit-list:last-child .ykit-box{
  width: 5.15rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list .ykit-box{
  font-size: .26rem;
  margin: 0 .15rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list .ykit-box b{
  display: block;
  font-size: .3rem;
  font-weight: bold;
  height: .56rem;
  line-height: .56rem;
  background-color: #00855d;
  color: #fff;
  padding: 0 .2rem;
  width: 4.4rem;
  border-radius: .2rem .2rem 0 0;
}
.ykit1 .ykit-table .ykit-item .ykit-list .ykit-box .ykit-desc{
  background-color: #fff;
  padding: .15rem 0 .15rem .2rem;
  border-radius: 0 0 .3rem 0;
    box-shadow: .02rem .02rem 0.15rem rgb(0 0 0 / 20%);
    line-height: .46rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list .ykit-box .ykit-desc span{
  display: block;
  position: relative;
  padding-left: .2rem;
  line-height: .49rem;
}
.ykit1 .ykit-table .ykit-item .ykit-list .ykit-box .ykit-desc span:before{
  content: '';
  position: absolute;
  top: .17rem;
  left: 0;
  width: .12rem;
  height: .12rem;
  background-color: #00855d;
  border-radius: 100%;
}



.ykit-item:after{
  content: '';
  display: block;
  clear: both;
}
.ykit5{
  position: relative;
  position: relative;
  background: url(../img/bg5.jpg) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.ykit5 .ykit-head p span{
  color: rgba(255,255,255, .2);
}
.ykit5 .ykit-head p span:before{
  background-color: #fff;
}
.ykit5 .ykit-head p b{
  color: #fff;
}
.ykit5 .ykit-body .ykit-item .ykit-list{
  width: 25%;
  float: left;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child{
  width: 100%;
}
.ykit5 .ykit-body .ykit-item .ykit-list .ykit-box{
  font-size: .3rem;
  margin: .16rem .08rem;
  height: 3.82rem;
  transition: all 0.2s ease-in-out;
  cursor: default;
}
.ykit5 .ykit-body .ykit-item .ykit-list .ykit-box:hover{
    box-shadow: 0 0 0.2rem rgb(255 255 255 / 50%);
}
.ykit5 .ykit-body .ykit-item .ykit-list:nth-child(2) .ykit-box{
  background: #fff url(../img/bg5-1.jpg) bottom no-repeat;
  background-size: contain;
}
.ykit5 .ykit-body .ykit-item .ykit-list:nth-child(3) .ykit-box{
  background: #fff url(../img/bg5-2.jpg) bottom no-repeat;
  background-size: contain;
}
.ykit5 .ykit-body .ykit-item .ykit-list:nth-child(4) .ykit-box{
  background: #fff url(../img/bg5-3.jpg) bottom no-repeat;
  background-size: contain;
}
.ykit5 .ykit-body .ykit-item .ykit-list:nth-child(5) .ykit-box{
  background: #fff url(../img/bg5-4.jpg) bottom no-repeat;
  background-size: contain;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box{
  background: #ffe700 url(../img/de5-ico1.png) right no-repeat;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  height: .69rem;
  line-height: .69rem;
}
.ykit5 .ykit-body .ykit-item .ykit-list .ykit-box .ykit-name{
  position: relative;
  line-height: .69rem;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box .ykit-name{
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}
.ykit5 .ykit-body .ykit-item .ykit-list .ykit-box .ykit-name:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  border-top: .69rem solid #ffe700;
  border-right: .345rem solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box .ykit-name:before{
  border-top-color: #c10001;
}
.ykit5 .ykit-body .ykit-item .ykit-list .ykit-box .ykit-name b{
  position: relative;
  z-index: 2;
  font-size: .33rem;
  font-weight: bold;
  padding-left: .1rem;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box .ykit-name b{
  color: #fff;
  padding-left: .34rem;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box .ykit-name b:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.145rem;
  left: 0;
  width: .29rem;
  height: .29rem;
  background: url(../img/ico1.png) center top no-repeat;
  background-size: cover;
}
.ykit5 .ykit-body .ykit-item .ykit-list:first-child .ykit-box .ykit-desc span{
  margin-right: .2rem;
}
.ykit5 .ykit-body .ykit-item .ykit-list:not(:first-child) .ykit-box .ykit-desc{
  line-height: .52rem;
  padding: .15rem .1rem;
  word-break: keep-all;
}


.ykit0{
  background: url(../img/bg0.jpg) center top no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
  padding-top: .6rem;
}
.ykit0 .ykit-box{
  background-color: #00855d;
  padding: .25rem;
  border-radius: .5rem;
  position: relative;
}
.ykit0 .ykit-box:before{
  content: '';
  position: absolute;
  right: 1rem;
  bottom: -.6rem;
  border: .25rem solid transparent;
  border-top-color: #00855d;
  border-top-width: .4rem;
}
.ykit0 .ykit-box p{
  font-size: .3rem;
  color: #fff;
  line-height: .64rem;
  letter-spacing: .03rem;
}
.ykit2{
  background: url(../img/bg2.jpg) no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
}
.ykit2.ykit3{
  background: url(../img/bg3.jpg) no-repeat;
  -moz-background-size: 100%;
  background-size: 100%;
}
.ykit2 .ykit-item .ykit-list{
  width: 20%;
  float: left;
  text-align: center;
}
.ykit2.ykit3 .ykit-item .ykit-list{
  width: 25%;
}
.ykit2 .ykit-item .ykit-list:nth-child(even){
  margin-top: .3rem;
}
.ykit2 .ykit-item .ykit-list .ykit-box .school-img{
  position: relative;
  text-align: center;
}
.ykit2 .ykit-item .ykit-list .ykit-box .school-img:hover{
  transform: scale(.95);
    transition: all 0.15s ease-in-out;
}
.ykit2 .ykit-item .ykit-list .ykit-box .school-img a{
  display: block;
  width: 100%;
  max-width: 2.28rem;
  height: 2.07rem;
  line-height: 2.07rem;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  background: url(../img/bg2-ico.png) center no-repeat;
}
.ykit2 .ykit-item .ykit-list .ykit-box .school-img a img{
  border-radius: 100%;
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: .15rem;
}
.ykit2 .ykit-item .ykit-list .ykit-box>a{
  display: block;
  font-size: .28rem;
  height: .72rem;
  line-height: .72rem;
  font-weight: bold;
  letter-spacing: .02rem;
  cursor: pointer;
}
.ykit2 .ykit-item .ykit-list .ykit-box>a.i{
  font-size: .22rem;
}
.ykit2 .ykit-item .ykit-list .ykit-box>a:hover{
  opacity: .85;
}



.ykit4{
  position: relative;
}
.ykit4.bottom{
  padding: 0;
  height: auto;
}
.ykit4.bottom .ykit-body{
  height: auto;
  padding: 0;
}
.ykit4.bottom .ykit-body:before,
.ykit4.bottom .ykit-body::after{
  display: none;
}

.ykit4.bottom{
  padding: .6rem 0 .2rem;
  background: url(../img/bg41.jpg) center bottom no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: 0;
}
.ykit4.bottom .ykit-body{
  background: none;
}
.ykit4.bottom .ykit-table{
  padding: 0;
}
.ykit4.bottom .ykit-table .ykit-item .ykit-list{
  width: 25%;
}




.ykit-copy{
  margin-top: .3rem;
  text-align: center;
  line-height: .2rem;
  padding: .1rem .2rem;
}
.ykit-copy,
.ykit-copy p,
.ykit-copy a{
  color: #999 !important;
  font-size: .12rem;
}
.ykit-copy a:hover{
  opacity: .8;
}
.ykit-copy img{
  width: .1rem;
}
.ykit4 .ykit-table .ykit-item:after{
  content: '';
  display: block;
  clear: both;
}
.ykit4 .ykit-table .ykit-item .ykit-list{
  padding: 0 .15rem;
  position: relative;
  float: left;
  width: 50%;
  margin: .11rem 0;
  height: .72rem;
  line-height: .72rem;
}
.ykit4 .ykit-table .ykit-item .ykit-list:before{
  content: '';
  position: absolute;
  top: .31rem;
  left: .3rem;
  width: .1rem;
  height: .1rem;
  background: url(../img/ico31.png);
  -moz-background-size: cover;
   -webkit-background-size: cover;
        -o-background-size: cover;
      background-size: cover;
}
.ykit4 .ykit-table .ykit-item .ykit-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;
}
.ykit4 .ykit-table .ykit-item .ykit-list .ykit-input{
  display: block;
  width: 100%;
  height: .72rem;
  line-height: .72rem;
  border: none;
  font-size: .35rem;
  background-color: #00855d;
  border-radius: .05rem;
  overflow: hidden;
  padding: 0 .15rem 0 .35rem;
  box-sizing: border-box;
  letter-spacing: .02rem;
  color: #fff;
}
.ykit4.bottom .ykit-table .ykit-item .ykit-list .ykit-input{
  background-color: #fff;
  color: #000;
}
.ykit4 .ykit-table .ykit-item .ykit-list select.ykit-input{
  padding: 0;
}
input::-webkit-input-placeholder,
select,
option{
  color: #fff;
}
.bottom input::-webkit-input-placeholder,
.bottom select,
.bottom option{
  color: #000;
}





