@import url('bootstrap.css');
@import url('font-awesome.css');
@import url('coverbootstrap.css');

body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,
textarea,p,blockquote,th,td,hr{
    margin:0;
    padding:0;
    font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
em { font-style: normal;}
 *{
    margin:0;
    padding: 0;
 }
 .clear{
    clear: both;
 }
a{
    text-decoration: none;
    color:#424242;
 }
.links a {
    color: #aab3bf;
}
a:hover,a:active, a:focus{
    text-decoration: none;
    color:#5a5858;
}

 img{
    border:none;
 }
 ul{
    margin:0px;
    padding:0px;
 }
 .padding0 ul li{
    list-style: none;
 }

section {
    background: #eee;
}

.navbar-brand {
    font-size: 30px;
    padding:12px 0;
}

.login-btns {
    margin-left: 20px!important;
}

.login-btns .btn {
    margin-top: 8px;
}

/*#scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 18px;
    color: #fff;
    z-index: 99999;
    right: 3%;
    bottom:60px;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s;
}

#scroll-to-top.visible {
    opacity: 0.3;
}

#scroll-to-top:hover {
    opacity: 1;
    background: #5c307d;
    cursor: pointer;
}*/
.toolbar i{font-style: none;}
.toolbar{ position:fixed; right:0; top:0; width:50px; height:100%; z-index:990;}
.toolbar-cent{ position:absolute; left:0; top:49%; width:50px;}
.toolbar-tab{display:block;height:50px; margin-bottom: 1px; width:50px; position:relative}
.toolbar-tab em{ cursor:pointer; position:absolute; left:0; top:0; display:block; height:50px; width:50px; background:#68368e; border-radius:5px 0 0 5px; line-height: 50px; text-align: center; color:#fff;}
.toolbar-tab:hover em{ background-color:#5c307d;}
.tab-hover{ height:50px; white-space:nowrap; position:absolute; left:0px; top:0; font-size:12px; color:#fff;transition:left ease-out 0.2s;line-height: 50px; padding: 0 10px;border-radius:5px 0 0 5px;}
.toolbar-ph .tab-hover{ font-size:14px;}
.toolbar-ph:hover .tab-hover{ left:-104px; background:#5c307d;}
.toolbar-top:hover .tab-hover{ left:-65px;  background:#5c307d;}

.header{
  width:100%; 
  background:#5c307d;
  /*background: -moz-linear-gradient(bottom, #0166A0, #177FCA);
  background: -o-linear-gradient(bottom, #0166A0, #177FCA);
  background: -webkit-linear-gradient(bottom, #0166A0, #177FCA);*/
  /*background:#254361;*/ 
  height:78px;
  box-shadow: 0px 1px 0px #B8A0DE; 
  z-index:9990; 
  position:relative;
  color: #fff;
}
.header .navbar-header{
  height:78px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
  margin-right: 0px;
  margin-left: 0px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
}
.header .navbar-nav a{
  color:#fff;
}
.nav_style{
  background:#5c307d;
  /*background: -moz-linear-gradient(bottom, #0166A0, #177FCA);
  background: -o-linear-gradient(bottom, #0166A0, #177FCA);
  background: -webkit-linear-gradient(bottom, #0166A0, #177FCA);*/
}
.nav_style > li{
  margin-left:10px;
}
.nav_style .dropdown-menu{
  padding:0;
  background-color: #5c307d;
  border:none;
}
.nav_style .dropdown-menu > li > a {
    display: block;
    padding:10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.nav_style .dropdown-menu > li > a:hover{
  color: #fff;
  background: #68368e;
}
.resource_search{
  border:1px solid #B8A0DE;
  height:32px;
  margin-top: 24px;
  margin-left: 20px;
  width:153px;
  border-radius:15px;
  position: relative;
  color:#e2e4e6;
}
.resource_search:hover{
  border:1px solid #fff;
  color:#fff;
}
.resource_search input{
  border:none;
  width: 130px;
  line-height: 32px;
  padding-left:10px;
  outline: none;
  background: transparent;
}
.resource_search .fa{
  position:absolute;
  right: 15px;
  top:7px;
  cursor: pointer;
}


/*三大模块*/
.feature-icon {
  position: relative;
  width:90%;
  height: 164px;
  background:#fff;
  border:3px solid #e3e3e3;
  text-align: center;
  margin: 10px auto 20px;
  overflow: hidden;
}

.feature-icon:hover{
  border:3px solid #DCDCDC;
  cursor: pointer;
}
.feature-icon:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.sensor_module{
  padding-bottom: 40px; 
  z-index: 1;
}

.circle img{
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-top:5px;
}
.cont-name{
  font-size:18px;
}

.green-border{
  background: #54d7bc;
  height: 5px;
  display: block;
  width: 30px;
  margin: 12px auto 15px;
}
.blue-border{
  background: #53b4ff;
  height: 5px;
  display: block;
  width: 30px;
  margin: 12px auto 15px;
}
.red-border{
  background: #f16955;
  height: 5px;
  display: block;
  width: 30px;
  margin: 12px auto 15px;
}


/*传感数据模块*/
.sensing_data_wrap{
  background: url(../images/banner05.jpg) fixed 50% top no-repeat;
  min-height: 610px;
  padding-bottom: 60px;
  z-index: 2; 
}

.sensing_data_title{
  text-align: center;
  background: url(../images/sensing_data_title_bg.png) no-repeat center 52px;
  font-size:26px;
  color:#fff;
  height:130px;
  line-height: 50px;
  font-weight: bold;
  margin:50px auto 30px;
}
.sensing_data_title span{
  font-style: oblique;
}
.sensing_data_title p{
  font-size: 20px;
  font-weight: normal;
  margin-top: 25px;
}
.sensing_data_cont{
  overflow: hidden;
  padding:0 25px 0 25px;
}
.sensing_data_cont a{
  text-align: center;
  height: 53px;
  border-radius: 2px;
  border:2px solid #fff;
  background: transparent;
  color:#fff;
  line-height: 49px;
  font-size:18px;
  display: block;
}
.sensing_data_cont a:hover{
  border:2px solid #5c307d;
  background: #5c307d;
  color:#fff;
  transition: background 0.9s,border 0.7s;
}
.sensing_data_cont .col-md-3,.solutions_cont .col-sm-4,.solutions_cont .col-xs-6{
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
a.more_btn{
  clear: both;
  display: block;
  width: 160px;
  height: 45px;
  color:#fff;
  text-align: center;
  line-height: 43px;
  margin: 30px auto 0;
  font-size: 16px;
  border: 2px solid #fff;
}
a.more_btn:hover{
  background: #5c307d;
  border: 2px solid #5c307d;
  color:#fff;
}


/*解决方案 */
.solutions_title{
  text-align: center;
  background: url(../images/solutions_title_bg.png) no-repeat center bottom;
  font-size:26px;
  color:#262626;
  height: 80px;
  line-height: 70px;
  font-weight: bold;
  margin:50px auto 50px;
}
.solutions_title span{
  font-style: oblique;
}
.solutions_cont{
  overflow: hidden;
  padding:0 30px 0 33px;
}

.area-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.area-image img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
}
.area-image img:hover {
  cursor: pointer;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.area-info {
    background-color: #FFF;
    position: relative;
    margin-bottom:5px;
}
.area-info h4 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
}
.solutions_cont .col-md-2{
  padding-left: 0px;
  width:20%!important;
  padding-right:2px;
  margin-bottom: 0px;
}
@media (max-width: 1199){
  .solutions_cont .col-md-2{
    width:20%!important;
  }
}
@media (max-width: 991px){
  .solutions_cont .col-md-2{
    width:50%!important;
    float: left;
  }
}
@media (max-width: 767px){
  .solutions_cont .col-md-2{
    width:100%!important;
  }
}

.area-image .r_tips{
  cursor:pointer;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width:100%;
  height: 100%;
  left: 0;
}
.area-image:hover .r_tips{
  opacity: 1;
  filter: alpha(opacity=50);
}
.area-image .r_tips::before,.area-image .r_tips::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  transition: opacity 0.85s,transform 0.85s;
}
.area-image .r_tips::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  border-color: rgba(255,255,255,0.6);
}
.area-image .r_tips::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  border-color: rgba(255,255,255,0.6);
}
.area-image:hover .r_tips::before,.area-image:hover .r_tips::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.r_tips i{
  display: block;
  text-align: center;
  font-size:24px;
  color:#fff;
  margin:25% auto;
}
.dropdown-menu{
  min-width: 125px;
}

/*底部信息*/
.foot{
    width:100%;
    color: #5a5656;
    background: #e0e0e0; 
    line-height:24px; 
    margin-top: 20px;
    padding-bottom: 25px;
    padding-top:25px;
}
.foot_title{
  font-size:16px;
  height: 30px;
  color:#212121;
  margin-bottom:5px;
  line-height: 30px;
}
.foot_link_ul li{
  float: left;
  margin-right: 30px;
}
.foot_link_ul li a:hover{
  color:#dce3eb;
}

.copyright{
    background: #5c307d;
    width:100%;
    color:#fff;
    font-size:12px;
    line-height: 38px; 
}
.copyright span{
  float: right;
  margin-right: 15px;
}

@media (min-width: 1200px)
.row-fluid {
  width: 1170px; 
  margin:0 auto;
  *zoom: 1;
}[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787232%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893616%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574466%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659573%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319148%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999998%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085105%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234034%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148937%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}


/*方案定制*/
.crumbs{
  font-size:18px;
  overflow: hidden;
  padding:15px 0;
  background: #f8f8f8;
  margin-bottom:20px;
  border-bottom:1px solid #d8d8d8;
}
.crumbs .breadcrumb{
  margin-right:20px;
  font-size:14px;
  margin-bottom: 0px;
}
.programe{
  margin-bottom:20px;
}
.programe .panel-heading{
  background: #e3e7e8;
  cursor: pointer;
  border-radius: 0px;
}
.programe .panel-title{
  font-size:16px;
  color: #2c3e50;
}
.programe .panel-title b{
  font-size:24px;
  font-weight: normal;
}
.programe .panel-title span{
  color:#9ba4ad;
  font-size:12px;
}
.programe .panel-body{
  border:1px solid #d5d9d9;
  border-top:none;
}
.product_name{
  text-align: center;
}

.programe .panel-body b{
  margin-right: 10px;
}
.sensor_label{
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 12px;
  border:1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  color:#727272;
  font-size:12px;
  margin-right:10px;
}
.sensor_label:hover{
  border:1px solid #abadaf;
  color:#8d8b8b;
}
.sensor_label.active{
  border:1px solid #e25145;
  color:#fff;
  background: #ea5d51;
}
.workorder_tab .big_tit th {
  background:#f8f8f8;
  line-height: 45px;
  padding:0 12px;
  color: #2c3e50;
  border: 1px solid #ddd;
  font-weight: normal;
}
.workorder_tab td{
  border: 1px solid #ddd;
  padding:10px 12px;
  color: #5B6167;
  line-height: 24px;
}
.workorder_tab td p img{
  width:100%;
}
.workorder_tab tr:hover{
  background: #fafafa;
}
.system_select .col-sm-3{
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0px;
}
.system_select .system_select_wrap{
  border:2px solid #dcdcdc;
  padding: 20px 10px 20px 14px;
  min-height: 292px;
  color: #959ea7;
}
.system_select .system_select_wrap:hover{
  border:2px solid #53b5ff;
  cursor: pointer;
}
.system_select .col-sm-3.active .system_select_wrap{
  border:2px solid #53b5ff;
  background: url(../img/s.jpg) no-repeat 98% 3px;
}
.system_select .system_select_wrap img{
  width: 80%;
  margin: 0 auto;
  border: 1px solid #F1F1F1;
  display: block;
}
.system_select .system_select_wrap h3{
  font-size:21px;
  font-weight: bold;
  text-align: center;
  color: #2c3e50;
  margin: 20px 0 15px;
}

.amount-wrapper .item-amount {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.amount-wrapper .item-amount a {
    display: block;
    height: 23px;
    width: 17px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
    text-align: center;
    line-height: 21px;
    color: #444;
    float: left;
}
.amount-wrapper .item-amount a:hover{
  border:1px solid #D0D0D0;
}
.amount-wrapper .text-amount {
    width: 39px;
    height: 23px;
    border: 1px solid #d8d8d8;
    color: #343434;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    float: left;
}

#hidden_enent{
  width:200px;
  height:150px;
  background:#ccc;
  text-align:center;
  line-height:150px;
}
.reg_tips{
  margin:30px 0 0 60px;
}
.reg_tips .tips_tit{
  font-size:24px;
  background: url(../img/tips_tureimg.jpg) no-repeat;
  margin-bottom: 10px;
  padding:10px 0 0 62px;
}
.reg_tips .tips_cont{
  font-size:16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.reg_tips .tips_cont span{
  margin: 0 5px;
  color: #0B6AC1;
  text-decoration: underline;
}
#Validform_msg{
  display: none;
}

/*产品列表*/
.appli_wrap{
  border:1px solid #c6c6c6;
  margin-bottom:20px;
}
.appli_wrap_title{
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    line-height: 49px;
    padding-left:18px;
    border-bottom:1px solid #c6c6c6;
}

.accordion {
  width: 100%;
  background: #FFF;
 }
.accordion .link {
  cursor: pointer;
  display: block;
  height:45px;
  line-height: 45px;
  padding-left: 38px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion > li >a {
  cursor: pointer;
  display: block;
  height:45px;
  line-height: 45px;
  padding-left: 38px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion > li > a:hover,.accordion > li.active a{
  background: #603282;
  color:#fff;
  padding-left:38px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion > li:last-child > a,.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  /*right: 12px;
  left: auto;
  font-size: 16px;*/
}

.accordion li.open .link {
  color: #2c3e50;
}

.accordion li.open i {
  color: #2c3e50;
}
.accordion li.open i.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submenu {
  display: none;
  font-size: 14px;
}

.submenu li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #CECECE;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #75777D;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #603282;
  color: #FFF;
}
.submenu li.active a{
  background: #2d3e50;
  color: #FFF;
}
.big-image img {
  width:95%;
  border: 1px solid #ddd;
  padding:4px;
  overflow: hidden;
  display: block;
}
.big-image:hover img{
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pro_contit{
  margin:2px 0 8px;
}
.pro_contit a{
  font-size:20px;
  color: #2c3e50;
  font-style: oblique;
  font-weight: bold;
}
.pro_cont{
  color:#646871;
  line-height: 24px;
  min-height: 50px;
  max-height: 78px;
  overflow: hidden;
}
.pro_cont2{
  color:#646871;
  line-height: 24px;
  min-height: 50px;
  max-height: 115px;
  overflow: hidden;
}
.pro_list{
  padding:0 12px;
}

.pro_list li{
  border-bottom:1px solid #ccc;
  padding:20px 20px 35px 20px;
}


/*解决方案*/
.sensor_label_wrap{
  margin-top:0px;
}
.sensor_label_wrap .sensor_label{
  padding:3px 10px;
  margin-bottom:5px;
  margin-right:5px;
}


/*资源搜索*/
.search {
  border: 2px solid #0f91dd;
  margin:20px auto;
  height: 43px;
  width: 60%;
  position: relative;
  outline:medium;
  z-index: 100;
}
.search input {
  border: 0;
  width: 100%;
  height: 39px;
  font-size: 1pc;
  outline: none;
  padding: 0 5px 0 10px;
}
.search .search-all-btn {
  right: 0pt;
  position: absolute;
  border-radius: 0;
  background-color: #0f91dd;
  color: #fff;
  top: 0px;
  height: 41px;
  font-size:20px;
  line-height: 37px;
  padding: 0 21px;
}
.caption{
  margin-top:20px;
  margin-bottom:35px;
}
.caption .text-danger{
  color:#F50000;
  margin:0 3px;
}
.caption h3 a{
  color: #2c3e50;
  font-weight: 700;
  font-size:20px;
}
.caption h3 a:hover{
  color:#0F91DD;
}
.caption p{
  margin-top:10px;
  color: #646871;
  line-height: 24px;
  min-height: 50px;
  max-height: 78px;
  overflow: hidden;
}


/*应用场景详细内容页*/
.appli_cont_wrap{
  border: 1px solid #E0E0E0;
  padding: 20px;
  color:#63696f;
  font-size:14px;
  overflow: hidden;
  line-height: 28px;
}
.appli_cont_wrap img{
  display: block;
  margin:15px auto;
}
.appli_cont_wrap h1{
  text-align: center;
  font-size:24px;
  color:#2c3e50;
  /*font-style: oblique;*/
  margin:15px 0 25px;
}
.appli_cont_wrap h2{
  font-size:16px;
  color:#2c3e50;
  font-weight: 700;
  margin:25px 0 10px;
}
.appli_cont_wrap p{
  margin:10px 0;
}
.appli_cont_wrap table p{
  margin:0;
}
.padding12{
  padding:12px;
}
.padding12 .sensor_label:hover{
  border:1px solid #e25145;
  color:#fff;
  background: #ea5d51;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}


/*产品详细*/
.pro_image{
  height: 220px;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  border:1px solid #ECEBEB;
}

.pro_image img {
  overflow: hidden;
  margin:0 auto;
  width:100%;
  vertical-align: middle;
  display: block;
}
.pro_image:hover img{
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.margin30{
  margin-right: 30px;
}
.pro_datail_title{
  font-size:24px;
  margin:10px 0 15px;
  color: #34495A;
  font-weight: bold;
}
.pro_datail_cont{
  background: #f4f4f4;
  color:#63696f;
  line-height: 28px;
  height: 174px;
  border-radius: 5px;
  padding:20px 25px;
  overflow: hidden;
}
.pro_datail_cont h2{
  font-size:16px;
  color:#2c3e50;
  font-weight: 700;
  margin:0 0 10px;
}
.pro_datail_cont p{
  line-height: 30px;
  text-align:justify;
}
/*分页*/
.page{text-align:center;overflow:hidden;width:100%;vertical-align: middle; margin:30px 0 50px;}
.page span{line-height:30px;height:30px;font-size:14px;float:left;}
.page a{float:left;margin:5px;}
.page a span,.page a.page-link{display:inline-block;padding:2px 15px;height:29px;line-height:25px;font-size:12px;text-align:center;overflow:hidden;border:1px solid #a3a3a3;}
.page .on a{color:#fff;border:1px solid #f1f1f1;background:#2d3e50;}/*
.page a{color:#fff;border:1px solid #f1f1f1;background:#2d3e50;}*/
.page a.page-link:hover{float:left;color:#fff;border:1px solid #1b2735;background:#2d3e50;}


/*软件系统*/
.sensor_cont_wrap{
  color:#63696f;
  font-size:16px;
  line-height: 28px;
}
.sensor_cont_wrap h1{
  font-size:24px;
  color:#2c3e50;
  font-weight: 700;
  font-style: oblique;
  margin:0 0 15px 0;
}
.sensor_cont_wrap p{
  margin:10px 0;
}
.sensor_cont_img img{
  width: 80%;
  margin: 0 auto;
}
.module_cog{
  padding:30px 0;
  margin: 10px 0 10px 0;
  overflow: hidden;
}
.paddingr25{
  padding:0 35px 0 0;
}
.upimg{
     -webkit-animation-name:'up';/*动画属性名，也就是我们前面keyframes定义的动画名*/
     -webkit-animation-duration: 1.5s;/*动画持续时间*/
     -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
     -webkit-animation-delay: 0s;/*动画延迟时间*/
      visibility: visible!important;
}  
.detail_btn{
    font-size:16px;
    margin-top:15px;
}
@-webkit-keyframes 'up' {
    0%{
        -webkit-transform:translateY(100%);
        opacity: 0;
    }
    100%{
        -webkit-transform:translateY(0%)
        opacity: 1;
    }
}
.downimg{
     -webkit-animation-name:'down';/*动画属性名，也就是我们前面keyframes定义的动画名*/
     -webkit-animation-duration: 1.5s;/*动画持续时间*/
     -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
     -webkit-animation-delay: 0s;/*动画延迟时间*/
      visibility: visible!important;
}  

@-webkit-keyframes 'down' {
    0%{
        -webkit-transform:translateY(-100%);
        opacity: 0;
    }
    100%{
        -webkit-transform:translateY(0%);
        opacity: 1;
    }
}
.leftimg{
     -webkit-animation-name:'left';/*动画属性名，也就是我们前面keyframes定义的动画名*/
     -webkit-animation-duration: 1s;/*动画持续时间*/
     -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
     -webkit-animation-delay: 0s;/*动画延迟时间*/
     visibility: visible!important;
}  

@-webkit-keyframes 'left' {
    0%{
        opacity: 0;
        -webkit-transform:translateX(-100%);
    }
    100%{
        opacity: 1;
        -webkit-transform:translateX(0%);
    }
}
.rightimg{
     -webkit-animation-name:'right';/*动画属性名，也就是我们前面keyframes定义的动画名*/
     -webkit-animation-duration: 2s;/*动画持续时间*/
     -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
     -webkit-animation-delay: 0s;/*动画延迟时间*/
      visibility: visible!important;
}  

@-webkit-keyframes 'right' {
    0%{
        opacity: 0;
        -webkit-transform:translateX(100%);
        opacity: 0;
    }
    100%{
        opacity: 1;
        -webkit-transform:translateX(0%);
    }
}

.news-list{
  border: 1px solid #E0E0E0;
  padding: 20px;
}
.news-list ul li{
  border-bottom: 1px dashed #dbdbdb; 
  height: 50px; 
  font-size:14px;
  line-height: 50px;
  background:url(../img/dot.jpg) no-repeat 25px center;
  padding-left: 40px;
  padding-right: 20px;
}

.news-list ul li span{
  display: inline-block;
  float: right;
  font-size:12px;
  color:#737272;
}
.news-list ul li a{
  color: #555;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.news-list ul li a:hover{
  color: #000;
}
.jPaginate{
  margin:50px 0 50px 0;
  
}
.sysmodel_wd{
  width: 700px;
}
@media (max-width: 767px){
  .sysmodel_wd{
    width: 94%;
  }
  .sysmodel_wd .col-xs-3{
    text-align: right;
  }
  .sysmodel_wd .reg_tips .tips_tit{
    font-size: 18px;
    padding: 12px 0 10px 62px;
  }
  .sysmodel_wd .reg_tips .tips_cont span{
    display:block;
  }
  .sysmodel_wd .reg_tips {
    margin: 30px 0 0 10px;
  }
}