﻿@charset "utf-8";

/*
  整合：一级页面左右布局、左侧导航、基础文字样式
  时间：2018.08.14
 */ 

/*左右布局*/

.content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
   font-size: 16px;
}
.content .main .left_nav{
   width: 200px;
    height: auto;
    background: #fff;
    float: left;
    border:1px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}
.content .main .right_text{
    margin:15px 0 50px 215px;
    overflow: hidden;
    background: #fff;
    border:1px solid #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

/*左侧样式*/
.content .title h1{
  display: none;
}
.content .main .left_nav .title{
  display: block;
    height: 50px;
    line-height: 50px;
    background: #da251c;
    display:block;
}
.content .main .left_nav .title h1{
    font-size:18px ! important;
    float: left;
    color: #fff;
    line-height:50px;
    display:block  !important;
    padding: 0 0 0 15px;
    /* font-weight: 500; */
}
.content .main .left_nav ul{
    margin: 20px 0;
    color: #666;
    width: 100%;
}
.content .main .left_nav ul li{
    font-size: 15px;
    margin: 15px;
    transition: none;
    cursor: pointer;
    /* font-weight: 500; */
    color: #000;
}
/*.content .main .left_nav ul li.children{
    padding-left: 46px;
}*/
.content .main .left_nav ul li.active{
  color:#da251c;
  background: url(../images/left-arrow-red.png) no-repeat;
  background-position: right;
  background-size: 8px;
}

/*右侧样式*/
.content .main .right_text .news_list .item{
    border-bottom: 1px dashed #e9e9e9;
}
.content .main .right_text .news_list .item img{
    width: 100%;
    padding:15px 35px;
}

.content .main .right_text .news_list .item .text h2{
    position:relative;
    margin-bottom: 10px;
    padding: 20px 25px 0 25px !important;
}
.content .main .right_text .news_list .item .text h2 a{
    display:block;
    width:89%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.content .main .right_text .news_list .item .text .date{
    position:absolute;
    right:0;
    top: 27px;
    float: right;
    padding-right:25px;
    font-size: 14px;
    color: #666;
    font-size: 14px !important;
}
.content .main .right_text .news_list .item .text p{
    line-height: 28px;
    padding:0 25px 20px 25px;
    text-align:justify;
    text-indent: 0 !important;
}
.content .main .right_text .news_list .item .text p a{
    color: #666;
    font-size: 14px;
}
.content .main .right_text .news_list .item .text:hover h2 a{
    color: #da251c
}
.content .main .right_text .news_list .item .text:hover .date{
    color: #da251c
}
.content .main .right_text .news_list .item .text:hover p a{
    color: #da251c
}


/* 日期选项 */

.select_date{
  padding: 0px 20px 20px 20px;
  border-bottom: 1px dashed #e9e9e9;
}
.years{
    width: 100%;
    position: relative;
    margin-top: 34px;
}
.years ul{
    margin:auto;
}
.years ul li{
    float: left;
    width: 10%;
    text-align: center;
    font-size: 16px;
    color: #666;
  transition: none;
  padding-bottom: 4px;
  margin:auto  !important;
}
.container{
    width: 90%;
  margin: auto;
    overflow: hidden;
}
.years .arrow{
    position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 99
}
.years .left{
    left: 0;
}
.years .right{
    right: 0;
}
.select_year{
    left: 0;
}
.select_year li.active{
    color: #1853ad;
    position: relative;
    text-align: center;
}
.select_year li.active:after{
    content: '';
    width: 50%;
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 0px;
    margin-left: -25%;
    border-bottom: 2px solid #1853ad;
}
.select_month{
    width: 100%;
    margin: 12px 0;
}
.select_month ul {
    /* overflow: hidden; */
    padding: 10px;
}
.select_month ul li{
    width: 8.3%;
    float: left;
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 1px;
}
.select_month ul li span{
    padding: 0px 6px;
}
.select_month ul li.active span{
    border: 1px solid #1853ad;
    border-radius: 12px;
    color: #1853ad;
}


/* 页码 */

.right_text ul{
    width: 100%;
    /* height: 30px; */
}

/* 全局文本 */
.right_text .article{
    margin: 0 auto;
    padding-bottom: 30px;
}

.text-align{
  text-align: left;
  height: 50px;
  line-height: 50px;
  margin:-1px 0 0 0;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
  background: #f9f9f9;
}
.right_text h2{
  padding: 0 0 0 25px;
  font-size: 18px;
  line-height:50px;
  color: #000;
  margin-bottom: 30px;
  /* font-weight: 500; */
}

b{
    color: #000;
}

.p1{
    margin-top: 15px;
    padding: 0 25px;
    font-size: 14px;
    text-align:justify;
    line-height:25px;
    color: #666;
}
.p1 strong,b{
    color: #000;
    font-size:14px;
    strong: inherit;
    font-weight: 400;
}
.p2{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align:justify;
}
.img_text{
    margin-top: 15px;
    padding:0 25px;
    text-align: center;
}
.img_text img{
    max-width: 100%;
}

/* 业务介绍-物联网 */

  .iot{
    width:100%;
    padding:20px 0;
  }
  .iot li{
    position: relative;
    width:100%;
    margin:10px 35px;
  }
  .iot img{
    display:block;
    width:10%;
  }
  .iot .p1{
    position: absolute;
    width: 90%;
    left: 10%;
    top:0;
    padding: 20px 70px 0 35px;
  }

/* 做侧导航固定 */

.nav-fixed{
  position: fixed;
  top: 5px;
}





/* -----------新定义样式-开始----------- */

/* 通用样式 */
.right_text h1{
  font-size: 18px;
  color: #000;
  line-height:50px;
  margin-top:-1px;
  padding:0 25px;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
  font-weight: 400;
  background: #f9f9f9;
}
.right_text .text-box{
  margin:0 0 25px 0;
  height: auto;
}
.right_text .text-box h3{
  width:100%;
  font-size:16px;
  margin:20px 0 20px 0;
  color: #000;
  padding:0 25px;
  font-weight: 400;
  background: url(../images/dian.png) no-repeat;
  background-position: 25px 5px;
  padding-left: 40px;
  background-size: 6px;
}
.right_text .text-box p{
  width:100%;
  font-size:14px;
  margin-top:15px;
  padding:0 25px;
   line-height:30px;
  color:#666;
  text-align:justify;
}
.right_text .text-box .p-btm{
  padding-left:40px;
}
.right_text .text-box p span{
  font-size:14px;
  color:#333;
  font-weight:600;
}

.right_text .text-box img{
  width:100%;
  margin-top:20px;
  padding:0 25px;
}

/* 品牌专区 */
.right_text .text-box video{
  margin:30px 30px 0 30px;
}
.right_text .text-box .body-logo{
  width:150px;
  margin:30px 0 0 330px;
  padding:20px;
  border:1px solid #e6e6e6;
}
.right_text .text-box .tv-box{
  padding:20px 20px 0 20px;
  width: 100%;
  min-height: 130px;
}
.right_text .text-box .tv-box-2{
  min-height: 170px;
}
.right_text .text-box .tv-box a{
  width:25%;
  float:left;
  padding:0 10px;
}
.right_text .text-box .tv-box a img{
  width:100%;
  margin-top:0;
  padding:0;
}
.right_text .text-box .tv-box a p{
  text-align:center;
  margin-top:10px;
  padding:0 25px;
}

/* 业务介绍 */
.right_text .text-box .indent-left{
  padding: 0 25px;
}
.right_text .text-box .indent-left li{
  list-style-type:disc;
  margin:15px 0 0 16px;
}
.right_text .text-box .indent-left li span{
  font-size:14px ! important;
}
.right_text .text-box .indent-left li p{
  padding:0;
  margin:5px 0 0 0
}
.right_text .text-box .indent-left li .indent-left-second li{
  list-style-type:circle ! important;
  margin:5px 0 0 16px;
}

/* 大事记 */

.right_text .text-box .dashiji{
    float:left;
    padding: 50px 25px 30px 100px;
  }
  .right_text  .text-box .dashiji li{
    float:left;
    width:100%;
    height:auto;
        border-left: 2px solid #ffd4d4;
    border-top: 1px dashed #ffd4d4;
    padding-bottom:30px;
  }
  .right_text  .text-box .dashiji li .list-title{
    display: block;
    width:100%;
    height:30px;
    margin: -10px 0 0 -11px;
  }
  .right_text  .text-box .dashiji li .list-title .b-y{
      float:left;
      display:block;
      width:20px;
      height:20px;
      background: #fdd3d3;
      border-radius:10px;
  }
  .right_text  .text-box .dashiji li .list-title .b-y .s-y{
      display:block;
      width:12px;
    height:12px;
    background:#fff;
    border-radius:6px;
    margin:4px ! important;
    border: 2px solid #e80500;
  }
  .right_text  .text-box .dashiji li .list-title .time1{
      float:left;
      line-height: 20px;
      font-size:18px ! important;
      font-weight: 600;
      color:#e80500;
      margin-left: -85px;
  }
  .right_text  .text-box .dashiji li .list-text{
    float:left;
    position: relative;
    width:100%;
    padding-left: 23px;
    margin-top:20px;
  }
  .right_text  .text-box .dashiji li .list-text .list-pic{
    float:left;
    width:150px;
    height: 120px;

    padding:0;
    margin:0;
    border:1px solid #f5f5f5
  }
  .right_text  .text-box .dashiji li .list-text p{
    float:right;
    width: 610px;
    padding:0;
    margin:0;
    text-align: justify;
    font-size:14px;
    font-weight: 400;
    line-height: 25px;
    color:#666;
  }
.right_text .text-box .dashiji li .list-noimg p{
    width: 100%;
   
}
.right_text .text-box .dashiji li .list-noimg1 p{
    width: 100%;
    line-height: 30px;
   
}
/* 表格 */

.right_text table{
  margin: 25px 25px ;
}

.right_text .text-box table thead tr{
  border:1px solid #e6e6e6;
  background:#f5f5f5;
}

.right_text .text-box table thead tr td{
  padding:10px;
  line-height:25px;
  width:25%;
  text-align:center;
  font-weight:500;
  font-size:14px;
  border-right:1px solid #e6e6e6;
  color:#000;
}

.right_text .text-box table tbody tr{
  border:1px solid #e6e6e6;
  padding:10px;
  line-height:25px
}

.right_text .text-box table tbody tr td{
  border-right:1px solid #e6e6e6;
  padding:15px;
  line-height:25px;
  text-align:justify;
  vertical-align:top;
  font-size:14px;
  color:#666
}
.right_text .text-box .dashiji li .list-noimg2 p {
    width: 100%;
    line-height: 35px;
}


/* -----------新定义样式-开始----------- */
