/*通用*/
#banner {
    position: relative;
    background: url('../../Content/img/channel/banner.png') center center no-repeat;
    margin-top: 0px;
    height: 479px;
    background-size: cover;
}
#banner .container{
  padding-top: 79px;
}
#banner .word h1 {
  font-size:40px;
  font-weight: 600;
  color: #000000;
}
#banner .word p {
  opacity:0.7;
  margin-top:23px !important;
  font-size: 16px;
  font-weight: 400;
  color: #333333 !important;
  line-height: 1;
}

#this-ip{
  padding-top: 30px;
  color: #ffffff;
  width: 1200px;
  margin: 0 auto;
}
#this-ip a{
  color: #ffffff;
}
#this-ip a:hover{
  color: #0064FA !important;
}
/*
**关于我们
*/
#about-us{
  width:100%;
}
#about-us .wrapper {
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgb(0 100 250 / 18%);
}
#about-us #myTab{
  border:none;
}
#about-us .container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#about-us #myTab li a{
  margin-left:20px;
  margin-right:30px;
  padding:0;
  padding-top:22.5px;
  padding-bottom:22px;
  border:none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
}
#about-us #myTab li a:hover{
  color: #0064FA;
}
#about-us #myTab li.active a{
  color:#0064FA;
  border-bottom:4px solid #0064FA;
}
#about-us #myTab{
  width:100%;
  height:64px;
  background-color: #FFFFFF;
}
/*
************************************公司简介
*/
#about-us .common-h2{
  margin-top: 87.5px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
/*
*公司简介
*/
#about-us #com-introduce{
  margin-bottom: 90px;
  text-align:center;
}
#about-us #com-introduce ul{
  width:1184px;
  margin: 39px 8px 69px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 100, 250, 0.15);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about-us #com-introduce ul li{
  height:124px;
  color:#333;
  font-size:16px;
  padding-left: 97px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#about-us #com-introduce ul li:first-child{
  padding-left: 0;
}
#about-us #com-introduce ul li img{
  height: 60px;
  width: 60px;
}
#about-us #com-introduce ul li:before{
  content: '';
  position: absolute;
  display: block;
  height: 53px;
  border-left: 1px solid #D2D2D2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#about-us #com-introduce ul li:first-child:before{
  content: '';
  display: none;
}
#about-us #com-introduce ul li div{
  margin-left:20px;
  margin-top: 0 !important;
}
#about-us #com-introduce ul li div h2{
  height: 23px;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 23px;
  margin: 0 0 2px 0 !important;
}
#about-us #com-introduce ul li div p{
  height: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
#about-us #com-introduce .container div{
  text-align: left;
}
#about-us #com-introduce .container .yuanjing {
  margin-top: 90px;
}
#about-us #com-introduce .container .yuanjing div {
  float: left;
  width: 400px;
  height: 340px;
  text-align: center;
}
#about-us #com-introduce .container .yuanjing img {
  width: 400px;
  height: 170px;
}
#about-us #com-introduce .container .yuanjing div div {
  width: 400px;
  height: 170px;
  background: #f5f9ff;
  padding: 53px 0 0 60px;
  text-align: left;
}
#about-us #com-introduce .container .yuanjing div div p:first-child {
  height: 22px;
  font-size: 24px;
  font-weight: 600;
  color: #0064FA;
  line-height: 24px;
  margin-bottom: 19px;
}
#about-us #com-introduce .container .yuanjing div div p:last-child {
  height: 17px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
/*
*发展历程
*/
#about-us #com-develop{
  height: 692px;
  background-color: #f5f9ff;
  text-align:center;
}
#about-us #com-develop .time-line{
  width: 996px;
  padding: 50px 0 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about-us #com-develop .time-line li{
  margin-bottom: 20px;
  position: relative;
  width: 47px;
  height: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#about-us #com-develop .time-line li:hover{
  cursor: pointer;
  color: #0064FA;
}
#about-us #com-develop .time-line li:before{
  content: '';
  display: inline-block;
  border-bottom: 1px solid #D0E3FF;
  position: absolute;
  width: 106px;
  top: 40px;
  left: 10px;
}
#about-us #com-develop .time-line li:after{
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #D0E3FF;
  top: 30px;
  left: 10px;
}
#about-us #com-develop .time-line li:last-child:before{
  display: none;
}
#about-us #com-develop .time-line .active{
  color: #0064FA;
}
#about-us #com-develop .time-line .active:after{
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  left: 10px;
  background-image: radial-gradient(circle, #0064FA 48%, #D0E3FF 50%);
}
#about-us #com-develop .item-wrap {
  overflow: hidden;
  position: relative;
  height: 378px;
}
#about-us #com-develop .time-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: left 500ms linear;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#about-us #com-develop .time-content li {
  display: inline-block;
  width: 350px;
  height: 304px;
  overflow: hidden;
  text-align: left;
  margin-right: 40px;
}
#about-us #com-develop .time-content li:first-child{
  width: 1180px;
}
#about-us #com-develop .time-content li:last-child{
  width: 150px;
}
#about-us #com-develop .time-content li h4 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #999999;
  padding-bottom: 13px;
}
#about-us #com-develop .time-content li .content-wrap {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
}
#about-us #com-develop .time-content li .content-wrap .month{
  float: left;
  width: 45px;
}
#about-us #com-develop .time-content li .content-wrap .content{
  margin-left: 45px;
  white-space: break-spaces;
}

/*滚动条样式*/
#about-us #com-develop .time-content::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
#about-us #com-develop .time-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background: #c4c7cc;
  -webkit-box-shadow: none;
}
#about-us #com-develop .time-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background: #f5f9ff;
  -webkit-box-shadow: none;
}

/*
*办公环境
*/
#about-us #com-work{
  height: 1052px;
  text-align:center;
}
#about-us #com-work h2 {
  margin-bottom: 67px;
}
#about-us #com-work img{
  width: 1200px;
  height: 819px;
}
/*
*联系我们
*/
#about-us #com-connect-us{
  height: 968px;
  text-align:center;
}
#about-us #com-connect-us h2 {
  margin-bottom: 40px;
}
#about-us #com-connect-us img{
  width: 980px;
  height: 765px;
}
#about-us #com-contact{
  height: 120px;
  background: #f6f7fa;
  text-align:center;
}
#about-us #com-contact .container{
  position: relative;
  height: 100%;
}

/*
*动画
*/
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes warn {
 0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes warn {
 0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


#about-us #com-contact .container .bottom{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#about-us #com-contact .bottom span{
  position: relative;
  display:inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
    #about-us #com-contact .bottom span:before {
        content: '';
        background-image: url('../../Content/img/channel/08.png');
        background-size: contain;
        position: absolute;
        height: 40px;
        width: 40px;
        margin-left: -45px;
        top: -3px;
    }
    #about-us #com-contact .bottom span:nth-child(2):before {
        background-image: url('../../Content/img/channel/09.png');
    }
    #about-us #com-contact .bottom span:nth-child(3):before {
        background-image: url('../../Content/img/channel/10.png');
    }

/*
************************************公司荣誉
*/
/*
*荣誉
*/
#about-us #honor #company-honor{
  height: 710px;
  text-align:center;
}
#about-us #honor #company-honor .container{
  width: 1320px;
  overflow: auto;
}
#about-us #myTabContent #ho-aptitude .common-h2{
  color: #FFFFFF;
}
#about-us #honor #company-honor #myCarousel{
  margin-top: 60px;
}
#about-us #honor #company-honor ul{
  margin:0 auto;
  width:1200px;
  padding: 10px 0;
  height: 450px;
}
#about-us #honor #company-honor ul li{
  float:left;
  line-height:24px;
  width: 281.5px;
  height: 412px;
  background: #FFFFFF;
  padding: 27px 0 0 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
#about-us #honor #company-honor ul li img{
  height: 244px;
  width: 173px;
  object-fit: contain;
}

#about-us #honor #company-honor ul li+li{
  margin-left:24px;
}
.carousel-control {
  opacity: 1;
}
.carousel-control:hover {
  opacity: 1;
}
    .carousel-control.left {
        background: transparent;
        width: 56px;
        height: 56px;
        top: 50%;
        left: 0;
        transform: translate(0px, -28px);
        background: url("../../Content/img/channel/07.png");
        background-size: contain;
    }
        .carousel-control.left:hover {
            background: url("../../Content/img/channel/07-down.png");
            background-size: contain;
        }

    .carousel-control.right {
        background: transparent;
        width: 56px;
        height: 56px;
        top: 50%;
        left: 100%;
        transform: translate(-56px, -28px);
        background: url("../../Content/img/channel/08-1.png");
        background-size: contain;
    }
        .carousel-control.right:hover {
            background: url("../../Content/img/channel/08-down.png");
            background-size: contain;
        }
/*
*资质
*/
#about-us #honor #ho-aptitude {
    height: 750px;
    text-align: center;
    position: relative;
    background: #f5f9ff url("../../Content/img/channel/bj.png") 0 0 no-repeat;
    background-size: 100%;
}
#about-us #honor #ho-aptitude ul{
  margin-top:80px;
  width: 1200px;
  box-sizing: content-box;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
}

#about-us #honor #ho-aptitude li{
  box-shadow: 2px 4px 7px 0 rgba(238, 238, 238, 0.5);
  float:left;
  width: 300px;
  height: 440px;
  background-color: #ffffff;
  border-left: solid 1px #DCDCDC;
  margin: 0 auto;
  position: relative;
}
#about-us #honor #ho-aptitude li:first-child {
  border-left: none;
}
#about-us #honor #ho-aptitude li div {
  position: relative;
  height: 360px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
#about-us #honor #ho-aptitude li div img{
  margin-top:50px;
}
#about-us #honor #ho-aptitude li div h4{
  text-align:center;
  height: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
#about-us #honor #ho-aptitude li div h4:after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #0064FA;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
#about-us #honor #ho-aptitude li p{
  position: relative;
  margin: 25px 22px;
  text-align:left;
  width: 256px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  opacity: 0;
  top: 360px;
  transition: all 0.3s ease-in-out 0s;
}

#about-us #honor #ho-aptitude li:hover {
  background: linear-gradient(180deg,  #cce0fe 0%, #ffffff 100%);
}
#about-us #honor #ho-aptitude li:hover div{
  top: -103px;
}
#about-us #honor #ho-aptitude li:hover p{
  opacity: 1;
  top: -109px;
}
/*
*软件著作权
*/
#about-us #honor #ho-copyright{
  height: 1070px;
  text-align:center;
}
#about-us #honor #ho-copyright ul{
  margin-top:70px;
  overflow: hidden;
  padding: 8px;
}
#about-us #honor #ho-copyright ul+ul{
  margin-top:14px;
}
#about-us #honor #ho-copyright ul li{
  float:left;
  width: 270px;
  height: 365px;
  line-height:363px;
  background-color: #ffffff;
  /*border: solid 1px #eff0f4;*/
  box-shadow: 0px 0px 8px 0px rgba(0, 100, 250, 0.15);
}
#about-us #honor #ho-copyright ul li img{
  width: 258px;
  height: 348px;
}
#about-us #honor #ho-copyright ul li+li{
  margin-left:24px;
}
/*
************************************合作伙伴
*/
/*
*合作伙伴
*/
#about-us #co-partner{
  height:1557px;
  text-align:center;
}
#about-us #co-partner .img-wrap{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(8, 140px);
  grid-template-rows: repeat(12, 80px);
  row-gap: 30px;
  column-gap: 11px;
}
#about-us #co-partner .img-wrap img{
  height: 80px;
  width: 140px;
}
/*
*仓储
*/
#about-us #co-storage{
  height: 486px;
  background: #f5f9ff;
  text-align:center;
}
#about-us #co-storage ul{
  width:1200px;
  margin:0 auto;
  margin-top:66px;
  overflow: hidden;
  color:#fff;
  font-size: 26px;
}
#about-us #co-storage ul+ul{
  margin-top:33px;
}
    #about-us #co-storage ul li {
        width: 224px;
        height: 89px;
        float: left;
        background: url('../../Content/img/channel/103.png') 116px no-repeat,linear-gradient(180deg, #2496FF 0%, #5CC0FF 100%);
        border: 2px solid #FFFFFF;
        box-shadow: 0px 2px 5px 0px rgba(0, 100, 250, 0.15);
        border-radius: 4px;
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
        padding: 30px 48px;
        text-align: left;
    }
#about-us #co-storage ul li+li{
  margin-left:20px;
}
/*
*支持物流
*/
#about-us #co-logistics{
  height: 832px;
  text-align:center;
}
#about-us #co-logistics .img-wrap{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 224px);
  grid-template-rows: repeat(5, 81px);
  row-gap: 30px;
  column-gap: 20px;
}
#about-us #co-logistics .img-wrap img {
  height: 81px;
  width: 224px;
}

/*
************************************加入我们
*/
/*
*加入我们
*/
#about-us #join #join-us{
  width:100%;
  text-align:center;
}
#about-us #join #join-us .touch-scroll {
  float:left;
  margin-top:70px;
}
#about-us #join #join-us .touch-scroll >ul >li{
  width: 180px;
  height: 58px;
  line-height:58px;
}
#about-us #join #join-us .touch-scroll li a{
  display:block;
  height:100%;
  width:100%;
  border-radius:0;
  color: #333;
  font-size:15px;
  text-align:left;
  padding:0;
  padding-left:35px;
}
#about-us #join #join-us .tab-content {
  float:left;
  width:947px;
  margin-left:39px;
  line-height:36px;
  margin-top:70px;
  overflow: hidden;
  margin-bottom:50px;
}
#about-us #join #join-us .tab-content ul li dt{
  width: 947px;
  height: 60px;
  background-color: #f3f5f7;
  margin-bottom:20px;
  font-size:16px;
  color:#999;
  text-align:right;
  padding-right: 23px;
  line-height:60px;
  position: relative;
  cursor: pointer;
}
#about-us #join #join-us .tab-content ul li .dt-hover{
  background-image: linear-gradient(270deg,#1d83e2 34%,#1890ff 100%),
  linear-gradient(#629ff8,#629ff8);
  color:#fff;
}
#about-us #join #join-us .tab-content ul li .dt-hover span{
  color:#fff;
}
#about-us #join #join-us .tab-content ul li dt img+img{
  margin-left:12px;
}
#about-us #join #join-us .tab-content ul li dt span{
  position:absolute;
  color:#333;
  text-align:left;
  left:33px;
}
#about-us #join #join-us .tab-content ul li dd{
  color:#666;
  font-size:14px;
  text-align: left;
  padding-left:33px;
  line-height:30px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(270deg,#1d83e2 0%,#1890ff 100%);
  border-image-slice: 1;
  margin-top:-20px;
  border-top:0;
  padding-top:10px;
  padding-bottom:40px;
  display: none;
}
#about-us #join #join-us .tab-content ul li dd ul+ul{
  margin-top:30px;
}
#about-us #join #join-us .tab-content ul li dd li:first-child{
  list-style:disc;
  color:#198efb;
  font-size:16px;
  margin-left:20px;
  margin-bottom:5px;
}
#about-us #join #join-us .tab-content ul li dd li.li-last{
  color:#333;
  margin-top:10px;
}
#about-us #join #join-us .tab-content ul li dd li.li-last span{
  color: #ffb20e;
}
#about-us #join #join-us .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0489ff;
}
#about-us #join #join-us .nav-pills > li.active > a span:before, .nav-pills > li.active > a:hover span:before, .nav-pills > li.active > a:focus span:before{
  background: #fff;
  content:'';
  width:6px;
  height:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  position: absolute;
  top:26px;
  margin-left:-16px;
}



/*
************************************渠道合作
*/
/*
*为什么选择云苗软件
*/
#about-us #about-choice{
  height: 870px;
  text-align:center;
}
#about-us #about-choice .container >p{

}
    #about-us #about-choice .container .detail {
        position: relative;
        height: 556px;
        margin: 0 auto;
        margin-top: 70px;
        background: url(../../Content/img/channel/02.png) center center no-repeat;
    }
#about-us #about-choice .container .detail div{
  position:absolute;
  text-align:left;
  left:463px;
  top:-16px;
  color: #2162f2;
}
#about-us #about-choice .container .detail p{
  color: #666;
  line-height:26px;
  margin-top:18px;
  width:238px;
}
#about-us #about-choice .container .detail h4.special{
 text-align:center;
}
#about-us #about-choice .container .detail .part2 {
  left:112px;
  top:142px;
  color: #70affe;
  text-align: right;
}
#about-us #about-choice .container .detail .part3 {
  left:772px;
  top:142px;
  color: #f17261;
}
#about-us #about-choice .container .detail .part4 {
  left:140px;
  top:334px;
  color: #e04c88;
  text-align: right;
}
#about-us #about-choice .container .detail .part5 {
  left:772px;
  top:333px;
  color: #38c7c2;
}
#about-us #about-choice .container .detail .part6{
  left:468px;
  top:466px;
  color: #00a820;
}
/*
*合作云苗软件，我们能提供什么
*/
#about-us #about-cooperate {
    height: 667px;
    background: url('../../Content/img/channel/01.png');
    text-align: center;
}
#about-us #about-cooperate .container >ul{
  margin-top:70px;
}
#about-us #about-cooperate .container >ul >li{
  width: 234px;
  height: 356px;
  background-color: #2763d1;
  float:left;
  position: relative;
}
#about-us #about-cooperate .container >ul >li div{
  color:#fff;
  height:100%;
  width:100%;
  position: absolute;
  bottom:0;
}
#about-us #about-cooperate .container >ul >li div h4{
  margin:20px 0;
}
#about-us #about-cooperate .container >ul >li div hr{
  width: 20px;
  border-top:1px solid #fff;
}
#about-us #about-cooperate .container >ul >li p{
  text-align:justify;
}
#about-us #about-cooperate .container >ul >li .current{
  background-color:rgba(0, 0, 0,0.6);
  font-size:17px;
}
#about-us #about-cooperate .container >ul >li .current img{
  margin-top:123px;
}
#about-us #about-cooperate .container >ul >li .change{
  padding-left:38px;
  padding-right:41px;
  background-color: rgba(39, 99, 209,0.75);
  font-size:14px;
  display: none;
}
#about-us #about-cooperate .container >ul >li .change img{
  margin-top:60px;
  width:18px;
}
#about-us #about-cooperate .container >ul >li.hover{
  cursor:pointer;
}
#about-us #about-cooperate .container >ul >li.hover .current{
  display: none;
}
#about-us #about-cooperate .container >ul >li.hover .change{
  display: block;
  animation: change 300ms linear 0ms;
}
/*动画*/
@-webkit-keyframes change {
  from {height: 300px;}
  to {height: 356px;}
}
/*
*云苗软件的合作模式
*/
#about-us #about-mode{
  height:455px;
  text-align:center;
}
#about-us #about-mode ul{
  margin-top:66px;
}
#about-us #about-mode ul li{
  width: 285px;
  height: 149px;
  background-color: #f5f5f5;
  float:left;
}
#about-us #about-mode ul li+li{
  margin-left:10px;
  color:#666;
}
#about-us #about-mode ul li h4{
  color:#000;
  position: relative;
  margin:49px 0 25px 36px;
}
    #about-us #about-mode ul li h4:before {
        content: url(../../Content/img/channel/14.png);
        position: absolute;
        margin-left: -40px;
        top: -8px;
    }
#about-us #about-mode ul li.hover{
  cursor: pointer;
  color:#fff;
  background-image: linear-gradient(180deg,#4486ff 35%,#2664d1 100%), linear-gradient(#00aaff,#00aaff);
}
#about-us #about-mode ul li.hover h4{
  color:#fff;
}
    #about-us #about-mode ul li.hover h4:before {
        content: url(../../Content/img/channel/13.png);
    }
/*
*合作云苗软件五步骤
*/
#about-us #about-five{
  height: 644px;
  background-color: #f7f8f9;
  text-align:center;
}
#about-us #about-five .container div div{
  position:absolute;
  top:70px;
  left:176px;
  font-size:19px;
  color:#333;
}
#about-us #about-five .container div div p{
  margin-top:10px;
}

.company-profile p {
  text-indent: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

/* nav导航样式调整 */

.navbar-fixed-top .consult{
  color: #0064fa !important;
}
.navbar-itcast .navbar-fixed-top li.menu-active > a {
  cursor: pointer;
  color: #0064FA!important;
  opacity: 1;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li > a >p{
  width: 88px;
  height: 32px;
  color: #0064FA !important;
  border: 1px solid #0064FA !important;
  /* border-radius: 3px; */
  background: transparent;
  line-height: 30px;
}

.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last:hover p{
  border-color: #0064FA;
  background-color: #0064FA;
  color: #fff;
}
.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last p:hover {
  background: transparent;
  color: #0064FA;
  border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last:hover p {
  background: transparent;
  color: #0064FA;
  border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last p:hover {
  background: #0064FA;
  color: #FFF !important;
  border: 1px solid #0064FA !important;
}



#this-ip{
  padding-top: 90px;
  color: #666666;
  width: 1200px;
  margin: 0 auto;
}
#this-ip a{
  color: #666666;
}
#this-ip a:hover{
  color: #0064FA !important;
}
