@charset "utf-8";
/*公共样式开始*/
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, input, select, option, button, textarea, iframe, table, th, td{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: 13px "微软雅黑","Microsoft Yahei","Microsoft JhengHei","Hiragino Sans GB","华文细黑","STHeiti","Source Han Sans SC","Myriad Pro","WenQuanYi Micro Hei","Helvetica Neue","Arial",sans-serif;
}
html, body {
  background-color: #ffffff;
  color: #363636;
  line-height: 1.5;
  width: 100%;
}
button {
  cursor: pointer;
}
i, em, address {
  font-style: normal;
}
img {
  border: 0 none;
  vertical-align: middle;
}
li {
  list-style-type: none;
}
a{
  color: #333;
}
p, address{
  color: #676a6c;
}
strong{
  color: #222;
  font-weight: bold;
}
a, a:link, a:hover, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h2{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 6px;
}
h3{
  color: #D82D42;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.navbar-fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.bg-white{
  background-color: #ffffff;
}
.bg-white ul.col-xs-6 li a{
  color: #676A6C;
}
.container{
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;

}
.row{
  margin: 0 -15px 20px -15px;
  overflow: hidden;
}
.col-xs-6{
  width: 50%;
  float: left;
}
.col-xs-offset-3{
  margin-left: 25%;
}
.col-xs-3{
  width: 25%;
  float: left;
}
.col-xs-4{
  width: 33.33333%;
  float: left;
}
.col-xs-12{
  width: 100%;
  float: left;
}
.text-center{
  text-align: center;

}
.navy-line{
  border-bottom: 3px solid #d82d42;
  width: 80px;
  height: 1px;
  margin: 0 auto 14px;
}
.black-p{
  color: #4a4a4a;
  font-weight: 600;
}
.text-danger {
  color: #D82D42;
}
.mar-top{
  margin-top: 40px;
}
.mar-bottom{
  margin-bottom: 20px;
}
.tm{
  filter: Alpha(Opacity=60);
}
.tm1{
  filter: Alpha(Opacity=20);
}
/*公共样式结束*/
/*顶部区域开始*/
#header {
  height: 476px;
}
#header>img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 476px;
}
#header .col-xs-6 img{
  height: 50px;
}
h1{
  text-indent: -9999px;
  color: transparent;
}
ul li{
  float: right;
}
ul.col-xs-6 li a{
  display: inline-block;
  padding: 30px 15px;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  color: #ffffff;
}
ul.col-xs-6 li a:hover,
ul.col-xs-6 li.active a{
  background-color: #ffffff;
  color: #D82D42;
  border-bottom-color: #D82D42;
}
#header .navbar-fixed-top .row{
  margin-bottom: 0;
}
#index_login{
  margin: 21px 0 21px 21px;
  padding: 7px 30px;
  background-color: #c12e2a;
  border-bottom: none;
}
#index_login:hover{
  color: #ffffff;
  background-color: #E8120A;
}
#header>div.nr{
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}
#header .nr .container{
  color: #ffffff;
}
#header dl dt{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;

}
#header dl dd{
  font-size: 24px;
  margin-bottom: 20px;
}
#header dl dd.little{
  font-size: 13px;
}
.btn{
  color: #ffffff !important;
  font-size: 14px;
}
.btn-danger{
  background-color: #D82D42;
  padding: 7px 30px;
}
#header dl dd a{
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #ffffff;
  margin: 0;
}
#header dl dd a:hover{
  background-color: #D82D42;
  border-color: #D82D42;
}
/*顶部区域结束*/
/*头部详情介绍开始*/
#main li a{
  display: inline-block;
  margin-top: 5px;
}
#main li a:hover{
  color: #f00;
}
#main ul li.col-xs-3 h3,
#main ul li.col-xs-3 p,
#main ul li.col-xs-3 a,
.con-hover{
  padding: 0 12px;
}
/*头部详情介绍结束*/
/*中间介绍部分开始*/
.sm-img{
  width: 50px;
  margin-bottom: 20px;
}
.con-hover{
  margin-bottom: 68px;
}
#article h3{
  font-size: 15px;
  margin-bottom: 14px;
}
.con-hover p {
  text-align: left;
}
/*中间介绍部分结束*/
/*截图展示开始*/
#screen{
  background-color: #F3F3F4;
  display: block;
  margin-top: 20px;
  padding: 20px 0;
}
#screen ul{
  background-color: #ffffff;
}
#screen ul li{
  float: left;
}
#screen ul li a{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  color: #222;
}
#screen ul li.active{
  border-bottom: 3px solid #D82D42;
}
#screen ul li.active a{
  color: #D82D42;
}
#screen div.mar-top{
  margin-top: 20px;
}
.img-jietu {
  cursor: pointer;
  margin: 2px 4px 0;
  border: 1px solid #CCCCCC;
}

/*截图展示结束*/
/*价格开始*/
#pricing dl{
  padding: 0 12px;
}
#pricing dl.bg dd{
  background-color: #f3f3f4;
}
#pricing dt {
  font-size: 18px;
  padding: 12px;
  background: #d82d42;
  color: #FFFFFF;
  border-radius: 2px;
}
#pricing dd {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
#pricing dd.no-border{
  border-bottom: none;
}
dd > p {
  margin-bottom: 12px;
}
dd > p.zk{
  margin-bottom: 0;
}
dl dd a.btn{
  display: inline-block;
  margin: 9px;
}
#pricing div.top-12{
  margin-top: 12px;
}
/*价格结束*/
/*视频教学开始*/
#video-wrap>div{
  margin-bottom: 20px;
}
.video-box {
  height: 181px;
}
#video-wrap .col-xs-3 > div{
  padding: 0 12px;
  position: relative;
}
#video-wrap .col-xs-3 img{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#video-wrap .col-xs-3 img.play{
  position: absolute;
  cursor: pointer;
  top: 70px;
  left: 122px;
  text-align: center;
}
#video-wrap p{
  padding: 0 12px;
  margin-top: 8px;
}
/*视频教学结束*/
/*二维码区域开始*/

#qr ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px;
  width: 150px;
}
#qr ul li.erweima{
  float: none;
}
.erweima img{
  width: 150px;
}
/*二维码区域结束*/
/*联系我们开始*/
#contact{
  padding: 50px 0;
  background-color: #F3F3F4;
  position: relative;
}
#contact a.btn{
  display: inline-block;
}
#contact>img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 507px;
}
/*联系我们结束*/




