@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
  }
  html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    background: #F2F2F2;
  }
  body {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    color: #333;
    webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table th,
  table td {
    border: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  i,
  em {
    font-style: normal;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  input,
  textarea,
  select,
  button {
    padding: 0 ;
    margin: 0;
    outline: none;
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
  }
  input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  .color_fff {
    color: #fff;
  }
  nav {
    width: 15rem;
    padding: 0 0.5rem;
    height: 2rem;
    background: #DD2727;
    color: #fff;
    overflow: hidden;
    margin: auto;
    position: fixed;
    top: 0;
  }
  nav a {
    width: 3rem;
    height: 2rem;
    color: #fff;
    float: left;
    line-height: 2rem;
  }
  nav a:nth-child(3) {
    width: 3rem;
    height: 2rem;
    color: #fff;
    float: right;
    line-height: 2rem;
    text-align: right;
  }
  
  .cp_list1{
      width: 32%;
      height:0;  }
  nav span {
    width: 9rem;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 2rem;
  }
  .nav_bg {
    width: 16rem;
    height: 2rem;
  }

  .index_2{
    width: 100% ;
    background: #F6F6F6;
    padding-top:40px;
    padding-bottom: 60px;
  }
.sea_box{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.sea_box .co{
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    padding-left:20px;
    line-height: 40px;
}
.sea_box .tj{
    position:absolute;
    top: 0;
    right: 10px;
    display: block;
    border: none;
    width: 40px;
    height: 40px;
    background: url('../images/xs/sea.png') center center no-repeat;
    background-size: 30px;
}
.index_2 ul{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}
.index_2 ul li.index_2_1{
    display: block;
    width: 100%;
}
.index_2 ul li{
    display: block;
    width: 50%;
}
.index_2 ul li img{
    display: block;
    width: 100%;
}
.w100{
    width: 100%;
    display: block;
}
.index_3 ul li{
    padding-bottom: 30px;
    background: #fff;
}
.about_box{
  background: #F7F7F7;
  width: 100%;
  position: relative;
}

.about_menu{
  display: flex;
  position:absolute;
  width: 100%;
  top: 30px;
}
.about_menu li{
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #989898;
}
.about_box_content p{
  display: block;
  width: 100%;
  margin: 0;
}
.about_box_content img{
  width: 100%;
  display: block;
}
.cp_all{
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.cp_all img{
  width: 100%;
  display:block;
  margin: 15px 0;
}
.sq_img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.sqa_box,.cp_box{
  background: #fff;
}
.cp_box ul{
  display: flex;
  width: 100%;
  padding: 40px 10px;
  box-sizing: border-box;
}
.cp_box ul li{
  padding: 0 5px;
}
.cp_box ul li a{
  display: block;
  padding: 5px 15px;
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  color: #989898;
  font-size: 12px;
  border-radius: 5px ;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
}
.cp_box ul li a.cp_on{
  border: 1px solid #10613E;
  color: #10613E;
}

.cp_list_box{
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  justify-content:space-between ;
  flex-wrap:  wrap ;
}
.cp_list_box .cp_list{
  width: 48%;
  position: relative;
  margin-bottom: 15px;
}
.cp_list_top{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 20px;
  background: url('../images/xs/top.png') center center no-repeat;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background-size: contain;
  color: #fff;
}
.cp_list_title{
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items:center;
  box-sizing: border-box;
  padding:0 10px;
}
.cp_list_title span{
  color: #fff;
  font-size: 10px;
}
.cp_list_title .cp_list_t{
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 5px;
}
.cp_list_ti{
  display: block;
  width: 18px;
  height: 4px;
  margin-left: auto;
  background: url('../images/xs/le.png');
  float: right;

}
.pagination{
  justify-content: center;
}
.z{
  color: #989898;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 40px;
  padding-bottom: 40px;
}
.swiper-pagination{
  width: 100%;
  bottom: 10px;
}
.swiper-pagination span{
  width: 20px;
  height: 1px;
  background: #fff;
}
.cp_show_tit{
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  border-bottom: 1px solid #999999;
  position: relative;
  padding-bottom: 10px;

}
.cp_show_tit .show_b{
  font-weight: bold;
}
.cp_show{
  background: #fff;
}
.cp_show_tit .cp_list_top
{
  top: 44px;
  right: 0;
  left: auto;

}
.cp_show_tt .cp_list{ 

  width: 32%;

}
.cp_show_tt{
  padding:30px  0;
  border-bottom: 1px solid #999999;
  width: 90%;
  margin: 0 auto;
}

.cp_box h1{
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}



#example-two ul{list-style:none;}

#example-two ul li:last-child a{border:none;}

#example-two .nav{overflow:hidden;width:98%;margin: 0 auto;display: flex;justify-content: space-between;
padding-top: 20px;padding-bottom: 40px;}
#example-two .nav li{flex:1}

#example-two .nav li img{
  height: 14px;
  display: block;
  margin: 0 auto;
}
*{
  -webkit-tap-highlight-color:rgba(0,0,0,0);

-webkit-tap-highlight-color: transparent;
}

#example-two .nav li img.s2{
  display: none;
}

.current img.s2{
  display: block!important;
}
.current img.s1{
  display: none!important;
}

.list-wrap #featured2,.list-wrap #core2,.list-wrap #jquerytuts2{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.list-wrap img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.footer{
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 15px 30px rgba(0,0,0,.3);
  z-index: 99;
}
.kk{
  width: 100%;
  height: 80px;
}
.footer ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.footer ul li{
  flex: 1;
  text-align: center;
}
.footer ul li a h1{
  font-size: 12px;
  line-height: 12px;
  color: #747474;
}
.footer ul li img{
  width: 25px;
  margin-bottom: 6px;
}
.footer ul li.active a h1{
color:#10613E
}
.ZS_box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ZS_box_main{position: absolute;  width:100%;}
.ZS_box_main form{
  width: 100%;
  display: flex;
justify-content: center;
}
.ZS_box_main input{
  display: block;
  width: 55%;
  margin-right: 5px;
  height: 40px;
  border:1px solid #F8F8F8;
  background: #F8F8F8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  padding-left: 15px;
}
.ZS_box_main button{
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/xs/sousuo.png') center center no-repeat #10613E;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}