@charset "utf-8";
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6,textarea, form, select, fieldset, table,td, div, input ,button{margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6,input,p,span{
  font-weight:normal;
  font-family:'Microsoft yahei', Arial, Helvetica, sans-serif;
}
a img {
  border:0;
}
html{
  padding-bottom: 0 !important;
}
body {
  background-color:#FAF9F9;
  font-family:'Microsoft yahei', Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 1140px;
  position: relative;
  padding-top: 80px; 
}
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#535353;text-decoration:none;cursor: pointer}
.clear{height:0; overflow:hidden; clear:both}

/*============
  slides style 
  ============*/

.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}
.ck-slide { position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper {z-index: 1;}
.ck-slide ul.ck-slide-wrapper li { position: absolute;}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 5px; background: url("../arrow-left.png") #000 50% no-repeat;}
.ck-slide .ck-next { right: 5px; background: url("../arrow-right.png") #000 50% no-repeat;}
.ck-slidebox { position: absolute; left: 50%; bottom: 12px; z-index: 30;}
.ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px; background: rgba(0,0,0,0.5);}
.ck-slidebox ul li { float: left; height: 12px; margin: 4px 4px;}
.ck-slidebox ul li em { display: block; width: 12px; height: 12px; border-radius: 100%; background-color: #fff; text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #fe6500;}
.ck-slidebox ul li em:hover { background-color: #fe6500;} 

/*============
  mystyle start
  ============*/
/*banner*/
.banner { 
  position: relative;
  height: 100%; 
  overflow-x: hidden; 
  overflow-y: auto;
}
.ck-slide { 
  max-width: 1920px; 
  height: 360px; 
  margin: 0 auto;
}
.ck-slide .items {
  width: 100%;
  display: none;
  overflow: hidden;
  text-align: center;
}
.ck-slide .items img {
  width: 1920px;
  height: 360px;
  display: inline;
}

.ck-slide .items a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1800px) {
  .ck-slide .items {
    width: 120%;
    margin-left: -9%;
  }
}
@media (max-width: 1570px) {
  .ck-slide .items {
    width: 140%;
    margin-left: -19%;
  }
}
/*主要内容*/
.wrapper {
  margin: 0 auto;
  width: 1140px;
  height: auto;
  position: relative;
}
.left-border,
.right-border {
  position: absolute;
  width: 30px;
  height: 30px;
}
.left-border {
  top: 10px;
  left: 0;
  border-left: 2px solid #e80028;
  border-top: 2px solid #e80028;
}
.right-border {
  top: 200px;
  right: 0;
  border-right: 2px solid #e80028;
  border-bottom: 2px solid #e80028;
}
h4 {
  margin: 20px 0;
  font-weight: bold;
  line-height: 1.6;
}
p {
  margin: 20px 0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
a:focus,
a:hover {
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}
.content {
  margin: 10px 0;
  position: relative;
  padding: 5px 25px;
}
.publisher a,
.contact a {
  color: #00c3cb;
}
.notice {
  font-size: 14px;
  color: #e80028;
}
/*container*/
.kind {
  margin: 10px 0;
  overflow: hidden;
}
.kind ul {
  overflow: hidden;
  border-bottom: 3px solid #e80028;
}
.kind .titler {
  float: left;
  padding-left: 220px;
}
.kind .titler a {
  display: block;
  width: 220px;
  height: 46px;
  text-align: center;
  background-color: #fff; 
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
}
.kind .titler .active{
  background-color: #af1326; 
  color: #fff;
}
.kind .titler a:hover,
.uploadBtn:hover {
  text-decoration: none;
}
/*技术文档*/
.bg-tips {
  display: block;
  margin: 5px 8px 0 -12px;
  float: left;
  width: 4px;
  height: 20px;
  background-color: #e80028; 
}
.tab-content ul {
  overflow: hidden;
}
.tech .upload li {
  float: left;
  width: 192px;
  height: 274px;
  margin-left: 30px;
  margin-bottom: 10px;
  border: 1px solid #eee; 
}
.tech .upload .pic {
  width: 100%;
  height: 180px;
}
.tech .upload .txt {
  position: relative;  
  text-align: center;
  height: 94px;
  padding: 0 10px;
  background-color: #af1326; 
}
.txt .msg {
  margin: 0; 
  padding-top: 5px;
  color: #fff;
}
.uploadBtn {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 62px;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #00c3cb;
}
/*视频专区*/
.video ul li {
  float: left;
  margin-left: 42px;
  margin-bottom: 40px;
  width: 332px;
  height: 346px;
  border: 1px solid #eee;
}
.video .pic {
  width: 100%;
  height: 302px;
}
.video .msg {
  margin: 0;
  text-align: center;
  line-height: 44px;
}
/*幸运抽奖*/
.lottery {
  margin-top: -20px;
}

.lottery-active img {
  border: solid 1px #000000 !important;
}
/*抽奖开始*/
.col-md-4,
.col-md-8 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-4 {
  width: 33%;
}
.col-md-8 {
  width: 66%;
}
.lottloy-main {
  margin-bottom:40px;
}
.m_bottom {
  margin-bottom:20px;
}
.lottery-unit img {
  border:3px solid #fff;
}
#lotteryclick img {
  cursor: pointer
}
.lottery-unit img.selected {
  border:3px solid #fb3d4f;
}
.winnerListTitle {
  height: 55px;
  border-radius: 8px 8px 0 0;
  background-color: #e7e6e6;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 80px 5px 30px;
}
.list {
  padding: 20px;
  background-color: #f9f7f7;
  height: 512px;
  border-radius: 8px;
}
.list .outer {
  margin-top: 12px;
  overflow: hidden; 
  height: 278px; 
  margin-left: 5px;
} 
.list .tips {
  margin-top: 50px;
}
.details {
  color: #999999;
  height: 28px;
}
.details span{
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details span.pull-left{
  width:40%;
}
.details span.pull-right{
  width:55%;
}
/*联系方式*/
.contact {
  margin-top: -30px;
}
.contact .liner {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; 
}
/*===============
   汽车电子页面
  ===============*/
.ecall {
  margin-top: 20px;
  width: 100%;
  height: 300px;
  border: 1px solid #eee;
  text-align: center;
  overflow-y: scroll;
}
.ecall .todown {
  display: inline-block;
  width: 42px;
  height: 12px;
  background: url("../icon.png") no-repeat -24px 0;
}
.ecall p,
.aes p {
  line-height: 1.7;
}
.aes .point {
  font-weight: bold;
}
.aes .state {
  font-size: 16px;
}
.aes-upload {
  overflow: hidden;
}
.aes-upload .notice:hover li {
  color: #e80028;
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: underline;
}
.aes-upload li {
  width: 386px;
  float: left;
  margin-bottom: 10px;
}
.floatright {
  float: right!important;
}
.loadpic {
  display: block;
  float: right;
  position: relative;
  left: -20%;
  width: 20px;
  height: 20px;
  background: url("../icon.png") no-repeat 0 -35px;

}
/*专家课堂*/
.classroom ul li {
  float: left;
  margin-left: 50px;
  margin-bottom: 40px;
  width: 514px;
  height: 396px;
  border: 1px solid #eee;
}
.classroom .pic {
  width: 100%;
  height: 348px;
}
.classroom .msg {
  margin: 0;
  text-align: center;
  line-height: 48px;
}
/*有奖问答*/
.qus {
  position: relative;
  overflow: hidden;
}
.dot-left,
.dot-right {
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 24px;
}
.dot-left {
  top: 10%;
  left: 8%;
  background: url("../dot.png") no-repeat 0 0;
}
.dot-right {
  bottom: 10%;
  right: 10%;
  background: url("../dot.png") no-repeat 0 -24px;

}
.qus p {
  width: 325px;
  float: left;
  margin-left: 16%;
}
/*from*/
.space {
  display: inline-block;
  width: 85px;
}
form.cmxform fieldset {
  border: none;
  font-size: 14px;
  margin-bottom: 30px;
}
.cmxform legend {
  display: inline-block;
  width: 100%;
  padding: 0;
  line-height: 1.8;
  border: 0;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: -1px;
  margin-top: -5px;
}
label.radio,label.radio{
  padding-left: 0;
  cursor: pointer;
  line-height: 1.5;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

label.radio span, label.disabled span,
label.radio span{
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
label.radio span, label.disabled span{
  background: url("../icon.png") no-repeat 0 0;
}

label.checked span,label.hRadio-Checked span{
  background-position: 0 -15px;
}

.submit {
  background-color: #73bf44;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 15px 95px;
  border: 0;
  border-radius: 8px;
  margin: 35px 0;
}
.submit:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.textcenter {
  text-align: center;
}
input.destext,input.destext:focus{
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: 0;
  background: transparent;
}
label.error{
  margin-top:5px;
  margin-bottom:5px;
  display: block;
  color:red;
}
.loog-bg{
  background: url('../loog-bg.png');
  width:103px;
  height:44px;
}
.short-bg{
  background: url("../icon.png") no-repeat -23px -14px;
  width:42px;
  height:44px;
}
.subject{
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}

.subject .leftpart{
  display: block;
  float: left;
  width:6%;
}
.subject .rightpart{
  width:94%;
}

.halfpart{
  display: inline-block;
  vertical-align: top;
  width:auto;
  margin-left: 130px;
}
.part1_4{
  display: inline-block;
  vertical-align: top;
  width:24%;
}
.threepart{
  display: inline-block;
  vertical-align: top;
  width:33%;
}
.short .part1_5  label.radio, .short .threepart label.radio{
  width: 95%;
}
.allpart{
  width:100%;
}
.short .allpart  label.radio{
  margin-bottom: 0;
  width: auto;
}
.rules h3,.subject h3,.lastpart h3{
  font-size:16px;
  line-height: 42px;
  color:#fff;
  text-align: right;
  padding-right: 10px;
}

/*===============
   频谱分析仪页面
  ===============*/

/*应用指南*/
.use {
  margin: 10px 0;
  width: 100%;
  height: 290px;
}
.use p {
  line-height: 1.8;
}
.use-title {
  margin-top: 5px;
  font-size: 16px;
}
.useBtn img {
  margin-top: -2px;
  padding-left: 25px;
}
.useleft {
  width: 70%;
  float: left;
}
.use .pic {
  float: right;
}
/*视频库*/
.videodata {
  padding-bottom: 30px;
}
.videodata li {
  position: relative;
}
.videodata p {
  line-height: 1.8;
}
.imgBtn {
  float: left;
  padding-top: 6px;
  padding-right: 30px;
}
.videodata-title {
  font-size: 16px;
  font-weight: bold;
}
.playBtn {
  position: absolute;
  bottom: 1px;
  padding: 4px 20px;
  background-color: #e90029;
  color: #fff; 
}
.playBtn:hover {
  text-decoration: none;
}
/*--视频播放区--*/
/*遮罩层*/
#mask {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .8;
  filter: alpha(opacity=80);
  background-color: #000;
  z-index: 99;
}
#closeBtn {
  float: right;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  width: 14px;
  height: 20px;
  line-height: 20px;
}
#closeBtn a:hover {
  text-decoration: none;
}
#videoModal {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -305px;
  width: 610px;
  height: 480px;
  background-color: #000;
  z-index: 100;
}

/*弹出框*/
.modal .modal-content {
  border-radius: 10px;
}
.modal .modal-dialog {
  margin: 10% auto;
  width: 428px;
}
.modal .modal-title,
.modal .modal-body,
.modal .modal-footer {
  text-align: center;
}