*{
  font-family: "微软雅黑","Microsoft Yahei";
  }
  body{
    padding-top: 70px;
  }
@media (min-width: 1200px)
.container{
  width: 1200px;
}
a:hover{
  text-decoration: none;
}
/* 头部导航 */
.nav-pills>li>a{
  border-radius: 20px;
  text-shadow:#333 0 1px 0;
  font-size: 20px;
  margin-left: 10px;

}
.fl_left{
  float: left;
  margin: 5px 10px;
  background: #fff;
}
.fr_right{
  float: right;
  margin: 5px 10px;
  margin-top: 20px;
  margin-right: 50px;
  background: #fff;
}
.cle{
  clear: both;
}
.navbar-fixed-top{
    background: #fff;
}
@media (max-width: 1000px) {
.fr_right{
  margin-right: 20px;
    background: #fff;
}


}
@media (max-width: 700px) {
 body, .introduce, .download{
    padding-top: 200px;
  }
}
/* 头部导航结束 */
/* 焦点图 */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  /* 焦点图结束 */
/*   软件功能 */
.introduce p span{

  font-size: 22px;
  line-height: 35px;
  font-weight: normal;
  padding-left: -30px;


}
.introduce p{
  font-size: 15px;
  text-indent: 2em;
  line-height: 35px;

}

.box1{
    padding:20px;
    border-bottom: solid 1px #f49802;
    border-right: solid 1px #f49802;
}

.box2{
    
    border-left: solid 1px #f49802;
    
    padding:20px;
}
.box3{
    padding:20px;
    border-top: solid 1px #f49802;
    border-right: solid 1px #f49802;
}
/*   软件功能结束 */
/* 软件下载 */
.download{
  width: 100%;
  margin: 200px 0;
}
.download p{
  font-size: 20px;
  text-indent: 2em;
  line-height: 30px;
  margin: 10px 0;
}
.down{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.bg{
  width: 100%;
  background: url(../images/bg.jpg) no-repeat;
}
/* 软件下载结束 */
/* 联系我们 */
.link{
  width: 100%;
  margin: 200px 0;
}
.link p{
  margin: 10px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.link p span{
    font-size: 15px;
}
.link a{
  margin: 10px 0;
  font-size: 20px;
  line-height: 30px;
}
.link .title{
  font-size: 30px;
}
/* 联系我们结束 */
.footer{
  text-align: center;
}