html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;

}
.kc_index{
   background-color: #efefef;
}
.kc_box{
  width:1200px;
  height:auto;
  margin: 0 auto;
  
}
.kc_head{
  padding: 32px 32px;
  margin-bottom:21px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.kc_img{
  width:535px;
  height:300px;
  margin-right: 40px;
}
.kc_right{
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.kc_right p{
  margin-bottom: 40px;
  
  font-size: 22px;
  font-weight: bold;
}
.kc_text{
  margin-bottom: 20px;
}
.kc_text img{
  width:24px;
  height:24px;
  margin-right: 10px;
  vertical-align: middle;
}
.kc_text span{
  color:#999;
}
.kc_btn{
  display: block;
  width: 160px;
  height: 52px;
  background: #FF6C00;
  border-radius: 5px;
  line-height:52px;
  text-align: center;
  font-size: 16px;
  color:#fff;
}
.kc_content{
  width: 1200px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.kc_tilte{
  height: 76px;
  background: #F3F5F7;
  border-radius: 5px;
}
.kc_tilte a{
  display: inline-block;
  color:#333;
  width: 171px;
  height: 71px;
  line-height: 71px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.kc_tilte .active{
  border-bottom: 3px solid #FF6C00;
  /*border-bottom: 3px solid ##FF6C00*/
  color: #FF6C00;
  background-color: #fff;
}
ul {
    list-style-type: none;
}

a {
    color: #f39800;
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
.list-title{
    display: inline-block;
    width: 100%;
 /*   border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc; */
    background: #FFF;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #f39800;
    font-weight: bold;
    cursor: pointer;
}
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #f39800;
    font-size: 16px;
  overflow-y: scroll;
}
.demo1{
  display: none;
  height:auto;
 /* overflow-y:scroll;*/
}
.accordion {
  padding: 30px 26px;
   /* border: solid 1px #ccc; */
    background: #fff;
  
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
   /* border-bottom: 1px solid #CCC; */
   /* height: 60px; */
   background: #EDEFF1;
   border-radius: 2px;
   margin-bottom: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li img {
    position: absolute;
    top: 13px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li img.fa-chevron-down {
    right: 12px;
  width:21px;
    left: auto;
    font-size: 16px;
}
.accordion .link span{
  position: absolute;
  right:40px;
  top: 13px;
}

.accordion li.open .link {
    color: #f39800;
}

.accordion li.open img {
    color: #f39800;
}

.accordion li.open img.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}

.submenu li {
  /*  border-bottom: 1px solid #d6d7dc; */
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
   /*height */
    height:45px;
  line-height: 45px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a span{
  float: right;
  margin-right:10px;
}
.kc_btns{
  float:right;
  width: 96px;
  height: 32px;
  text-align: center;
  margin-top: 6px;
  line-height: 32px;
  vertical-align: middle;
  color:#fff;
  background: #FF7926;
  border-radius: 19px;
}
.submenu a:hover ,.submenu li.current a{
   color: #f39800;  
   background-color: #f9f9f9;
}

/*http://www.jq22.com*/


.kc_tap{
  width: 300px;
  height: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.kc_tap a{
  color:#999;
}
