body {
  font-family: "微软雅黑";
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
* {
  transition: all 0.2s;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.tophead {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  font-size: 12px;
}
header {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 9999;
  padding: 5px 0;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
}
header .navbar-style {
  margin-bottom: 0;
}
header .logo {
  width: 176px;
  height: 60px;
}
header .navlist li {
  float: left;
  display: inline;
  height: 60px;
}
header .navlist li a {
  line-height: 60px;
  display: block;
  padding: 0 20px;
  color: #fff;
}
header.dark {
  background-color: rgba(0, 0, 0, 0.2);
}
header.dark .logo {
  background: url('../images/logo-dark.png') no-repeat;
  background-size: auto 100%;
}
header.dark .navlist li a {
  color: #fff;
}
header.dark .navlist li a:focus,
header.dark .navlist li a:hover {
  background: rgba(25, 25, 25, 0.3);
}
header.dark .navbar-toggle {
  border-color: #fff;
}
header.dark .navbar-toggle .icon-bar {
  background: #fff;
}
header.light {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 10px #ddd;
}
header.light .logo {
  background: url('../images/logo-light.png') no-repeat;
  background-size: auto 100%;
}
header.light .navlist li a {
  color: #333;
}
header.light .navlist li a:focus,
header.light .navlist li a:hover {
  background: rgba(25, 25, 25, 0.2);
}
header.light .navbar-toggle {
  border-color: #888;
}
header.light .navbar-toggle .icon-bar {
  background: #888;
}
.navlist-box {
  background: #4b89de;
}
.navlist-box ul {
  padding-left: 0;
}
.navlist-box ul li {
  float: left;
  display: inline;
  margin-right: 30px;
}
.navlist-box a {
  color: #fff;
  padding: 15px 20px;
  display: block;
}
.navlist-box a:hover {
  background: #578EFD;
}
.index-item-1 {
  text-align: center;
}
.index-item-1 .js-item {
  width: 20%;
  float: left;
  display: inline;
}
.index-item-1 .js-item small {
  color: #666666;
  display: block;
}
.index-item-1 .js-item dl dd {
  font-size: 16px;
}
.index-item-1 .js-item-1 {
  color: #578efd;
}
.index-item-1 .js-item-2 {
  color: #33ba69;
}
.index-item-1 .js-item-3 {
  color: #fcc02a;
}
.index-item-1 .js-item-4 {
  color: #a15cb1;
}
.index-item-1 .js-item-5 {
  color: #fb6e6c;
}
.index-item-2 {
  text-align: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 50px 0 100px;
}
.index-item-2 .service-item {
  padding: 10px;
}
.index-item-3 {
  background: #f5f5f5;
  padding: 50px 0;
  overflow: hidden;
}
.index-item-3 .plan-type-item a {
  display: block;
  text-align: center;
  background: #e7e7e7;
  color: #666666;
  padding: 15px 0;
  border-radius: 25px;
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.index-item-3 .plan-type-item .active {
  background: #5292fe;
  color: #fff;
}
.index-item-3 .plan-type-box .plan-type-box-item {
  display: none;
}
.index-item-3 .plan-type-box .plan-type-box-item .media {
  margin-bottom: 35px;
}
.index-item-3 .plan-type-box .plan-type-box-item .media .media-body {
  color: #666666;
  vertical-align: middle;
}
.index-item-3 .plan-type-box .plan-type-box-item .info {
  color: #999999;
}
.index-item-3 .plan-type-box .plan-type-box-item .info a {
  margin-top: 40px;
  display: block;
}
.index-item-3 .case-box {
  display: none;
}
.index-item-3 .case-box .case-title {
  margin-bottom: 10px;
}
.index-item-3 .case-box a {
  float: right;
  display: inline;
  padding: 10px 15px;
  border-radius: 25px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px #ddd;
}
.index-item-3 .case-box a img {
  height: 28px;
}
.index-item-4 {
  background: #f5f5f5;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 50px 0 70px;
}
.index-item-4 .suc-case .case-pic {
  background: url('../images/case/case-bg.png') no-repeat center;
  padding: 20px;
  width: 275px;
}
.index-item-4 .suc-case .media-body {
  vertical-align: middle;
}
.index-item-4 .suc-case .media-body p {
  font-size: 12px;
  color: #999999;
  margin: 25px 0;
}
.index-item-4 .suc-case .media-body a {
  background: #ffffff;
  color: #ff8300;
  border: 1px solid #ff8300;
  padding: 5px 20px;
  border-radius: 15px;
}
.index-item-5 {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 50px 0 70px;
}
.index-item-5 .company-box {
  position: relative;
  background: url('../images/company-bg.png') no-repeat center;
  width: 486px;
  height: 486px;
  margin: 200px auto;
}
.index-item-5 .company-box .company-name {
  background: url('../images/company-name.png') no-repeat center;
  width: 220px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -110px;
}
.index-item-5 .company-box .company-item {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  position: absolute;
}
.index-item-5 .company-box .company-item dl dt {
  color: #fff;
  height: 100px;
  text-align: center;
  padding-top: 30px;
}
.index-item-5 .company-box .company-item dl dt small {
  color: #fff;
}
.index-item-5 .company-box .company-item dl dd {
  padding: 20px 30px;
  color: #fff;
}
.index-item-5 .company-box .company-item-1 {
  top: -138px;
  left: -138px;
  background: url('../images/company-item-bg-1.png') no-repeat center;
}
.index-item-5 .company-box .company-item-2 {
  top: -138px;
  right: -138px;
  background: url('../images/company-item-bg-2.png') no-repeat center;
}
.index-item-5 .company-box .company-item-3 {
  bottom: -138px;
  left: -138px;
  background: url('../images/company-item-bg-3.png') no-repeat center;
}
.index-item-5 .company-box .company-item-4 {
  bottom: -138px;
  right: -138px;
  background: url('../images/company-item-bg-4.png') no-repeat center;
}
.index-item-6 {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 50px 0 70px;
}
.index-item-6 .about-box {
  width: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.index-item-6 .about-box p {
  color: #999999;
  margin: 50px 0;
}
.index-item-6 .about-box a {
  border: 1px solid #5292fe;
  color: #5292fe;
  padding: 5px 20px;
  border-radius: 15px;
}
.index-item-6 .about-box i {
  position: absolute;
  top: 30px;
  left: -100px;
  font-size: 80px;
  color: #5292fe;
}
.index-item-7 {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 50px 0 70px;
}
.index-item-7 .form {
  width: 650px;
  margin: 0 auto;
}
.index-item-7 .form .form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.index-item-8 {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 50px 0 70px;
  background: #f5f5f5;
}
.index-item-8 .link-box {
  text-align: center;
}
.index-item-8 .link-box a {
  padding: 10px 10px;
  border-radius: 35px;
  background: #fff;
  display: inline;
  width: 214px;
  margin: 10px;
  float: left;
}
.item-title {
  margin: 20px 0;
  text-align: center;
}
.item-title small {
  font-size: 16px;
  margin: 30px 0 60px;
  display: block;
}
.foot-box {
  text-align: center;
  background: #333333;
  padding: 40px 0 0;
  color: #fff;
}
.foot-box .foot-mes {
  width: 700px;
  overflow: hidden;
  float: left;
  margin: 0;
}
.foot-box .foot-mes li {
  width: 33.3%;
  border-right: 1px solid #3e3e3e;
  padding-left: 30px;
  float: left;
  display: inline-block;
  text-align: left;
}
.foot-box .foot-mes li span {
  display: block;
  margin-bottom: 10px;
  color: #eeeeee;
  font-size: 16px;
}
.foot-box .foot-mes li a {
  display: block;
  color: #e8e8e8;
  line-height: 24px;
  font-size: 14px;
}
.foot-box .foot-mes li a:hover {
  color: #fff;
}
.foot-box .foot-code {
  width: 440px;
  float: right;
  text-align: center;
}
.foot-box .foot-code img {
  width: 125px;
  height: auto;
}
.foot-box .copyright {
  border-top: 1px solid #3e3e3e;
  color: #e8e8e8;
  font-size: 12px;
  line-height: 36px;
  margin: 30px 0 0;
}
#bannershow {
  visibility: hidden;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.breadcrumb {
  margin-top: 10px;
  margin-bottom: -45px;
  background: #fff;
}
.about-banner {
  background: url('../images/banner-about.jpg') no-repeat center;
  height: 450px;
}
.about-item {
  overflow: hidden;
  padding: 60px 0;
}
.about-item .about-pic {
  width: 30%;
}
.about-item .about-pic img {
  width: 100%;
}
.about-item .about-info {
  width: 70%;
  text-align: center;
}
.about-item .about-info h2 {
  margin-bottom: 20px;
}
.about-item .about-info span {
  padding: 5px 10px;
  background: #5292FE;
  color: #fff;
}
.about-item .about-info .line {
  height: 1px;
  background: #ddd;
  width: 30%;
  margin: -10px auto 50px;
}
.about-item .about-info p {
  text-align: left;
  text-indent: 2em;
  line-height: 2.4rem;
}
.about-item-l .about-pic {
  float: left;
  display: inline;
  padding-right: 50px;
}
.about-item-l .about-info {
  float: right;
  display: inline;
}
.about-item-r {
  background: #f5f5f5;
}
.about-item-r .about-pic {
  float: right;
  display: inline;
  padding-left: 50px;
}
.about-item-r .about-info {
  float: left;
  display: inline;
}
.news-banner {
  background: url('../images/banner-news.jpg') no-repeat center;
  height: 450px;
}
.server-banner {
  background: url('../images/banner-server.jpg') no-repeat center;
  height: 450px;
}
.contact-banner {
  background: url('../images/banner-contact.jpg') no-repeat center;
  height: 450px;
}
.team-banner {
  background: url('../images/banner-team.jpg') no-repeat center;
  height: 450px;
}
.solve-banner {
  background: url('../images/banner-solve.jpg') no-repeat center;
  height: 450px;
}
.solve-box {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.solve-box .solve-title {
  text-align: center;
}
.solve-box .solve-title span {
  background: #fff;
  padding: 5px 10px;
  font-size: 24px;
}
.solve-box .line {
  width: 30%;
  height: 1px;
  background: #ddd;
  margin: -15px auto 50px;
}
.solve-box .solve-case ul li {
  margin-bottom: 30px;
}
.solve-box .solve-case ul li a {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
}
.solve-box .solve-case ul li a:hover {
  box-shadow: 0 0 5px #ddd;
}
.solve-box .solve-item {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
}
.solve-box .solve-item .solve-item-1 {
  color: #fb6e6c;
}
.solve-box .solve-item .solve-item-2 {
  color: #8be185;
}
.solve-box .solve-item .solve-item-3 {
  color: #58c1f0;
}
.solve-box .solve-server {
  margin-top: 100px;
}
.solve-box .solve-server dl {
  padding: 0 11px;
}
.solve-box .solve-server dl dt img {
  width: 100%;
}
.solve-box .solve-server dl dd {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  height: 390px;
}
.solve-box .solve-server .title {
  margin: 20px 0;
}
.solve-box .solve-server p {
  color: #999999;
}
.solve-box .solve-server a {
  color: #8be185;
  font-size: 12px;
}
.contact-box {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.contact-box .contact-title {
  text-align: center;
}
.contact-box .contact-title span {
  background: #fff;
  padding: 5px 10px;
  font-size: 24px;
}
.contact-box .contact-title .select-box {
  text-align: center;
}
.contact-box .contact-title .select-box a {
  padding: 8px 20px;
  background: #999999;
  color: #fff;
  margin: 0 20px;
}
.contact-box .contact-title .select-box .active {
  background: #5292fe;
}
.contact-box .line {
  width: 30%;
  height: 1px;
  background: #ddd;
  margin: -15px auto 50px;
}
.contact-box .contact-item {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.contact-box .contact-item span {
  font-size: 20px;
  display: block;
  margin: 10px 0;
}
.contact-box .contact-item p {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.contact-box .contact-item .contact-item-1 {
  background: #fff0f0;
  color: #ff6363;
  padding: 10px;
  height: 250px;
}
.contact-box .contact-item .contact-item-2 {
  background: #e8fdff;
  height: 250px;
  padding: 10px;
  color: #2ddaff;
}
.contact-box .contact-item .contact-item-3 {
  background: #f5ffe0;
  height: 250px;
  padding: 10px;
  color: #62cf2d;
}
.contact-box .contact-item .contact-item-4 {
  background: #e8f7ff;
  height: 250px;
  color: #34b6ff;
  padding: 10px;
}
.contact-box .contact-form {
  width: 500px;
  margin: 0 auto;
}
.contact-box .contact-form .form-control {
  margin-top: 20px;
  border: 0;
  background: #f5f5f5;
  box-shadow: 0 0 0;
}
.contact-box .contact-form .form-control placeholder {
  color: #58c1f0;
}
.contact-box .contact-form .sub-btn {
  margin-top: 20px;
}
.contact-box .server-list li {
  border-bottom: 1px solid #ddd;
  padding: 40px;
}
.contact-box .newslist li:hover {
  background: #fafafa;
  box-shadow: 0 0 20px #ddd;
}
.contact-box .newslist li:hover .media-heading a {
  color: #ff4400;
}
.contact-box .newslist .media .media-left {
  padding: 0 50px 0 20px;
}
.contact-box .newslist .media-heading a {
  color: #ff8300;
}
.contact-box .newslist .media-object {
  width: 100px;
}
.contact-box .newslist .media-body .more {
  display: block;
  color: #ff8300;
  margin-top: 10px;
  text-align: right;
}
.contact-box .newstype {
  margin-top: 80px;
}
.contact-box .newstype .newstype-name {
  border-left: 5px solid #FF8200;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.contact-box .newstype ul li {
  padding: 8px 0;
}
.contact-box .newstype ul li span {
  font-size: 12px;
  color: #FF8200;
}
.contact-box .newstype ul li a {
  color: #666;
}
.contact-box .newstype ul li a:hover {
  color: #FF8200;
}
.contact-box .newstype .media .media-left img {
  width: 50px;
}
.team-box .contact-title {
  text-align: center;
}
.team-box .contact-title h2 {
  margin-bottom: 30px;
}
.team-box .contact-title span {
  background: #5292FE;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  padding: 5px 10px;
}
.team-box .contact-title .line {
  width: 30%;
  height: 1px;
  background: #ddd;
  margin: -10px auto 50px;
}
.team-box .media {
  margin-top: 50px;
  height: 150px;
}
.team-box .team-pic {
  background: url('../images/team-bg.jpg') no-repeat center;
  height: 600px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 20px;
}
.process-list ul {
  padding: 150px 0 0 0;
}
.process-list ul li {
  overflow: hidden;
  margin-top: -135px;
}
.process-list .step-item:after {
  content: url('../images/step-item-bg-1.png');
  text-align: center;
  display: block;
  position: relative;
  top: -35px;
}
.process-list .step-item-l:after {
  content: url('../images/step-item-bg-1.png');
  text-align: center;
  display: block;
  position: relative;
  top: -65px;
}
.process-list .step-item-l .step {
  float: left;
  display: inline;
}
.process-list .step-item-l .step-info {
  float: left;
  display: inline;
}
.process-list .step-item-r:after {
  content: url('../images/step-item-bg-2.png');
  text-align: center;
  display: block;
  position: relative;
  top: -65px;
}
.process-list .step-item-r .step {
  float: right;
  display: inline;
}
.process-list .step-item-r .step-info {
  float: right;
  display: inline;
  text-align: right;
}
.process-list .step-item-last:after {
  content: url('../images/step-item-bg-3.png');
  text-align: center;
  display: block;
  position: relative;
  top: -65px;
}
.process-list .step-item-last .step {
  float: right;
  display: inline;
}
.process-list .step-item-last .step-info {
  float: right;
  display: inline;
  text-align: right;
}
.process-list .step {
  width: 134px;
  height: 340px;
}
.process-list .step span {
  display: block;
  text-align: center;
  font-size: 24px;
  background-position: center;
  color: #fff;
  line-height: 340px;
}
.process-list .step-1 .step {
  background: url('../images/step-item-1.png') no-repeat center;
}
.process-list .step-1 h2 {
  color: #5292FE;
}
.process-list .step-2 .step {
  background: url('../images/step-item-2.png') no-repeat center;
}
.process-list .step-2 h2 {
  color: #33BA69;
}
.process-list .step-3 .step {
  background: url('../images/step-item-3.png') no-repeat center;
}
.process-list .step-3 h2 {
  color: #FCC02A;
}
.process-list .step-4 .step {
  background: url('../images/step-item-4.png') no-repeat center;
}
.process-list .step-4 h2 {
  color: #A15CB1;
}
.process-list .step-5 .step {
  background: url('../images/step-item-5.png') no-repeat center;
}
.process-list .step-5 h2 {
  color: #FF8300;
}
.process-list .step-6 .step {
  background: url('../images/step-item-6.png') no-repeat center;
}
.process-list .step-6 h2 {
  color: #FB6E6C;
}
.process-list .step-info {
  width: 75%;
  height: 340px;
  padding: 30px 20px;
}
.process-list .step-info p {
  line-height: 36px;
  font-size: 1.6rem;
  color: #999999;
}
.plan-list ul {
  padding: 0;
}
.plan-list ul li {
  padding: 50px 0;
}
.plan-list .plan-bg {
  background: #f5f5f5;
}
.plan-list .plan-title {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.plan-list .plan-title span {
  background: #ff8300;
  color: #fff;
  padding: 18px 5px;
  position: relative;
}
.plan-list .plan-title span:before {
  content: url('../images/plan-title-left.png');
  position: absolute;
  top: 0;
  left: -60px;
}
.plan-list .plan-title span:after {
  content: url('../images/plan-title-right.png');
  position: absolute;
  top: 0;
  right: -60px;
}
.plan-list .plan-info {
  margin-top: 60px;
}
.plan-list .plan-info span {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-top: 50px;
}
.plan-list .plan-info p {
  font-size: 1.6rem;
  color: #999;
  text-indent: 2em;
  line-height: 2.4rem;
}
.pagelist {
  text-align: center;
  position: relative;
}
.pagelist .goback-btn {
  color: #337AB7;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 50px 45% 0;
  border-radius: 15px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.pagelist .goback-btn:hover {
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
}
.pagelist .prev-btn {
  color: #337AB7;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 15px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.pagelist .prev-btn:hover {
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
}
.pagelist .next-btn {
  color: #337AB7;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 15px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
.pagelist .next-btn:hover {
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
}
.newsinfo-box {
  padding: 0 20px;
}
.newsinfo-box .newstitle {
  color: #ff8402;
  text-align: center;
}
.newsinfo-box .newsdata {
  text-align: center;
  margin: 20px 0 50px;
}
.newsinfo-box .newsdata span {
  padding: 0 10px;
}
.newsinfo-box p {
  text-indent: 2em;
  color: #666666;
  line-height: 2.4rem;
}
.sharebtn {
  margin: 40px 20px 0;
  overflow: hidden;
}
.sharebtn span {
  display: block;
  float: left;
  display: inline;
  line-height: 36px;
}
.sharebtn .bdsharebuttonbox {
  float: left;
  display: inline;
}
.case-list .case-pic {
  position: relative;
  margin: 8px 8px 50px 8px;
}
.case-list .case-pic:hover img {
  box-shadow: 0 0 10px #999;
}
.case-list .case-pic img {
  width: 100%;
  transition: all 0.2s;
}
.case-list .case-pic .case-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background: rgba(25, 25, 25, 0.5);
  color: #fff;
}
.case-list .case-pic .case-info .case-name {
  text-align: center;
}
.case-list .case-pic .case-info p {
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  header .logo {
    height: 45px;
  }
  header .navlist li {
    height: auto;
    display: block;
    float: none;
  }
  header .navlist li a {
    line-height: 45px;
    display: block;
  }
  header .navlist li a:focus,
  header .navlist li a:hover {
    background: rgba(25, 25, 25, 0.3);
  }
  .index-item-7 .form {
    width: auto;
  }
}
.tool-box {
  position: fixed;
  bottom: 25%;
  right: 10px;
  z-index: 99999;
}
.tool-box dl {
  position: relative;
  margin-bottom: 0;
}
.tool-box dl dt {
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #999;
  margin-bottom: 2px;
}
.tool-box dl dd {
  position: absolute;
  right: 50px;
  top: 0;
  padding: 10px;
  box-shadow: 0px 0px 5px #ddd;
  background: #fff;
  display: none;
}
.tool-box dl dd a {
  display: block;
  color: #333;
  text-align: center;
  padding: 8px 10px;
  border-bottom: 1px dashed #ddd;
  width: 120px;
}
.tool-box .active {
  background: #FF8300;
  color: #fff;
}
.tool-box .text-sm {
  font-size: 12px;
}
.tool-box .tool-code {
  width: 220px;
  overflow: hidden;
}
.tool-box .tool-code img {
  float: left;
  margin: 0 5px;
  width: 100px;
}
