﻿*{
  margin: 0;
  padding: 0;
}

a{
    cursor:pointer;
}

html,body{
  width: 100%;
}
body{overflow:-Scroll;overflow-x:hidden; }
body{font-family: "微软雅黑";}

.banner{
  width: 100%;
}

.banner img{
    height:250px;
}

a{
  color: #333333;
  text-decoration: none;
}

.claerfloat{
  clear: both;
}
a:hover{
  text-decoration: none;
}

.text-white{
  color: white;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

ul li{
  list-style: none;
}


#big{
  width: 100%;
}

#header{
  width: 100%;
  height: 100px;
}

.top{
  width: 100%;
  height: 70px;
  padding: 10px 0;
}

.bottom{
  width: 100%;
  height: 30px;
}
.top img,
.top div{
  display: inline-block;
}
.top .left{
 position: relative;
 top: 15px;
 left: 20px;
}
.top .right{
    float:right;
  position: relative;
  top: 2rem;
  right:8%;
}

.top .left ul li{
  max-width: 340px;
  height: 26px;
  line-height: 20px;
  text-align: justify;
  text-align-last: justify;
  font-weight: 600;
  font-size: 24px;
}
.top .left li:last-child{
  font-size: 10px;
  color:#333333;
}


.right li:first-child{
  float: right;
}

.top .right span{
  color: #989797;
  display: inline-block;
  padding: 5px 10px;
  cursor:pointer;
}

.searchBox{
  line-height: 3rem;
  border: 1px solid #eeeeee;
  padding: 0.1rem 1rem;
  border-radius: 0.3rem
}

.search-font{
  background-color: transparent;
  border: none;
  width: 89%;
  height: 2rem;
  line-height: 2rem;
  outline:none;
}

@media (max-width:768px){
  .textce{
    text-align: center;
  }

  .top .right{
      top:0px;
     float:none;
     right:0;
  }
}


#cssmenu li{
  width: 14.285%;
  display: inline-block;
  text-align: center;
  float: left;
  cursor:pointer;
  padding:10px;
}

#cssmenu ul .current {
    background-color: #206bd1;
    color: white;
}

#cssmenu ul .current a{
  color: white;
}

#cssmenu #menu-button {
  display: none;
}

.tab-content .tab-pane{
  display: none;
}

.tab-content .active{
  display: block;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu{background: #fff; z-index: 99;}
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }

  .navbar {
    z-index: 999;
}

  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #131313;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #131313;
    border-bottom: 2px solid #131313;
    right: 40px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #131313;
    right: 40px;
    top: 26px;
  }
  #cssmenu ul li a{color: #fff;}
  
  #cssmenu ul li ul li:hover > a,
  #cssmenu ul li ul li.active > a  {
    color: #888;
  }
  #cssmenu ul li ul li:hover:after,
  #cssmenu ul li ul li.active:after {
    background: #fff;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    color: #888;
  }
  #cssmenu > ul.open {
	background: #131313;
  }
}



/* footer start */
.footer{
  width: 100%;
  padding: 1% 0;
  background-color: #333333;
  color: #f5f5f5;
  font-size: 10px;
}

.footer .col-sm-3{
    text-align:right;
}
/* footer end */

/*@media (max-width: 768px){
    .textle{
        text-align:left !important;
    }
}*/



.profileCenter{
  width: 100%;
  padding: 0 0 3%;
}

.profileCenter .centerTop li{
  width: 20%;
  min-width: 80px;
  float: left;
  display: inline-block;
  text-align: center;
  padding:10px 0;
  color: #333333;
  line-height: 25px;
  font-size: 16px;
}

.profileCenter .centerTop .active{
  border-bottom: 3px solid #1863d3;
  color: #206bd1;
}

.profileCenter .rightP{
  line-height: 25px;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}

.profileCenter .rightP a{
    cursor:pointer;
}

.profileCenter .rightP img{
  position: relative;
  top: -2px;
  width: 5%;
  min-width: 16px;
}


.rightfix {
	position: fixed;
	right: 50px;
	top: 50%;
	margin-top: -107.5px;
  z-index: 10;
}

.rightfix img{
    cursor:pointer;
}

.rightfix ul li{
  margin-top: 10px;
}

.outer-div{
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}


/* 以下是页码 start */
.page_div #firstPage,
.page_div #prePage,
.page_div #lastPage,
.page_div #nextPage,
.page_div .totalNum,
.page_div .totalList{
    display: none;
}

.page_div .current {
    background-color: #206ed6 !important;
    border-color: #d8d8d8 !important;
    color: #FFF;
}

/* 以下是页码end */


/* 经典案例common start */
.systemName{
  font-size: 17px;
  color: #333333;
  margin: 30px 0 15px;
  line-height: 25px;
  transition:all 0.3s ease-in-out;
  padding:0 20px;
}

#jindian .col-sm-4 {
    transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
    border-right: 1px solid #eeeeee;
}

#jindian .col-sm-4:hover{
     box-shadow: 0 0 15px #aaa;
}

#jindian .col-sm-4:last-child{
    border:none;
}

.systemDetail {
    font-size: 14px;
    color: #ababab;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding:0 20px;
}

.moreA{
  font-size: 15px;
  margin: 15px 0 0;
  text-transform: uppercase;
  padding:0 20px 10px;
}

/* 经典案例common end */





.productTwo .text-right p {
    cursor:pointer;
}

.productTwo .text-right p:hover{
    color:#206bd1;
    transition:all 0.4s ease-in-out;
}

#tab-content #mainFrame::-webkit-scrollbar {
    display: none
}

.inner-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.inner-container::-webkit-scrollbar {
    display: none;
}