@import
url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family: 'Open Sans','微软雅黑', 'Microsoft Yahei', Helvetica, Arial, sans-serif;
  color: #4e4e4e;
  line-height: 22px;

}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  font-family: 'Open Sans', '微软雅黑', 'Microsoft Yahei',Helvetica, Arial, sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 2.5rem;
  color: #fff;
}

h2 {
  font-size: 1.24rem;

}

h3 {
  font-size: 1rem;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 1rem;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover,a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}



.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
}

.btn-primary:hover,.btn-primary:focus {
  background: #c52d2f;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2 {
  font-size: 1.75rem;
  margin-top: 0;
  margin: 20px 0px;;
}

.media>.pull-left {
  margin-right: 20px;
}

.media>.pull-right {
  margin-left: 20px;
}

body>section {
  padding: 56px 0;
}

.center {
  text-align: center;
  padding-bottom: 0px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 1rem;
  line-height: 24px;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/

#header .search {
  display: inline-block;
}



.navbar>.container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -46px;
}
.navbar-brand img{padding: 0 20px 5px;}

.top-bar {
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0 20px;
  line-height: 20px;
}

.top-number {
  color: #000;
}

.top-number p {
  margin: 0;
  background-image: url("../images/telephone.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  white-space: nowrap;
}

.top-number p span {
  font-size: 0.75rem;
  line-height: 10px;
}

.top-number p span br {
  height: 0px;
}

.top-number p span em {
  font-size: 1.01rem;
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.top-name {}

.top-name p {
  margin: 0;
  color: #333333;
}

.top-name p span {
  font-size: 1rem;
  line-height: 10px;
}

.social {}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
}

.search i {
  color: #333;
  float: left;
}

input.search-form {
  height: 35px;
  border: 1px #008cd6 solid;
  border-radius: 0px;
  padding: 0 10px;
  color: #333;
  outline: none;
}

input.search-form img {
  float: right;
  border: 1px red solid;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
  background: #008cd6;
  margin-bottom: 10px;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
{
  background: #6cf;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #008cd6;
  padding:  0;
}

.navbar-nav {
  margin-top: 0px;
}

.navbar-nav>li{
  margin: 0px;
}

.navbar-inverse .navbar-nav>li>a {
  padding: 0px 15px;
  margin: 0;
  color: #fff;
  line-height: 62px;
  display: inline-block;
  font-size: 1.01rem;
  position: relative;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #005481;
  color: #fff;
}

.navbar-toggle{
  margin-top: 26px;
}
.navbar-inverse .navbar-nav>.active>a>span,.navbar-inverse .navbar-nav>.active>a:hover>span,.navbar-inverse .navbar-nav>.active>a:focus>span{
  color: #fff;
  width: 100%;
  display: block;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 2.02rem;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{
  background-color: #66ccff;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, .85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  /*border-top: 0;*/
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,.navbar-inverse .navbar-nav .dropdown-menu>li.active>a
{
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse ul {
  margin-left: 20px;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

/*************************
*******Home Page******
**************************/
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin {
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height:auto;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,#main-slider .next:hover {
  background-color: #008cd6;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 76px;
  height: 8px;
  background-color: #767677;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators .active {
  width: 76px;
  height: 8px;
  background-color: #008cd6;
  margin: 0 15px 0 0;
  border: 1px solid #008cd6;
  position: relative;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
  background: #008cd6 url("../images/direction1.png") no-repeat top center;
  padding-bottom: 40px;
}

.direction1 {
  color: #fff;
}

.direction1 em.y {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 100;
}

.direction1 h2 {
  color: #fff;
  font-weight: 100;
}

.features {
  padding: 0;
}

.feature-wrap {
  margin-bottom: 0px;
  overflow: hidden;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}

.feature-wrap img {
  transition: width 2s, height 2s;
  -moz-transition: width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
  -o-transition: width 2s, height 2s, -o-transform 2s; /* Opera */
}

.feature-wrap img:hover {
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg); /* Firefox 4 */
  -webkit-transform: rotateY(360deg); /* Safari and Chrome */
  -o-transform: rotateY(360deg); /* Opera */
}

.feature-wrap h2 {
  margin-top: 10px;
  font-size: 1.02rem;
  font-weight: 100;
  color: #fff;
}

.feature-wrap h3 {
  font-size: 0.875rem;
  color: #fff;font-weight: 100;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.upan_sup_span{

  font-size: 1rem;
  color: black;

}


#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0;
}

/*#recent-works {
  background: #fff url("../images/direction.png") no-repeat top center;
  padding-bottom: 40px;
}*/

.direction {
  color: #333;
}

.direction em.y {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 100;
  color: #008cd6;
}

.direction h2 {
  color: #333;
  font-style: normal;
  font-weight: normal;
}




.datafun-left-div .right-div .zqd_b{
  color: #008cd6;
  font-size:1.25rem;
  margin-left: 2%;
  width:auto;
  text-align:left;
  display:inline-block;
}

.datafun-left-div .right-div .zqd_sp{
  font-size:1rem ;
  margin-left: 2%;
  width:auto;
  text-align:left;
  display:inline-block;
}


.datafun-left-div .left-div{
  margin-top: 4%;
  width: 10%;
  float: left;
  vertical-align: middle

}

.datafun-left-div .right-div{
  margin-top: 4%;
  float: left;
  width:90%;
  text-align:left;
  vertical-align: middle

}


.fun-left-div div .zqd_b{
  color: #008cd6;
  font-size:1.25rem;
  margin-left: 5%;
  width:20%;
  text-align:left;
  display:inline-block;

}

.fun-left-div div .zqd_sp{
  font-size:1.06rem ;
  margin-left: 6%;
  width:50%;
  text-align:left;
  display:inline-block;

}


.fun-right-div div .zqd_b{
  color: #008cd6;
  font-size:1.25rem;
  margin-left: 5%;
  width:20%;
  text-align:left;
  display:inline-block;

}

.fun-right-div div .zqd_sp{
  font-size:1.06rem ;
  margin-left: 6%;
  width:50%;
  text-align:left;
  display:inline-block;

}


.fun-right-div {

  margin-top: 0;

}



.recent-work-wrap {
  position: relative;
  text-align: center;
}

.recent-work-wrap div .zqd_b{
  color: #008cd6;
  font-size:1.25rem;
  margin-left: 5%;
  width:80px;
  text-align:center;
  display:inline-block;

}

.recent-work-wrap div .zqd_sp{
  font-size:1.06rem ;
  margin-left: 6%;
  width:300px;
  text-align:left;
  display:inline-block;

}

.zqd_super .zqd_super_left_div{
  float:left;
  width:30%;
  margin:5%;
  align-content: center

}

.zqd_super .zqd_super_left_div b{
  color: #008cd6;
  margin-left: 5%;
  width:70%;
  text-align:center;
  display:inline-block;
  font-size: 1.87rem;

}

.zqd_super .zqd_super_right_div{

  float:left;
  width:50%;
  margin-left: 5%;
  margin-top: 2%;
  margin-right: 5%;
  margin-bottom: 8%;
  text-align: left
}

.zqd_super .zqd_super_right_div span{

  font-size:1.125rem;
  text-align:left;
  display:inline-block;

}

.zqd_d3table{

  margin: auto;
  width:97%;
  height: 80%

}

.zqd_d3table p{

  font-size: 0.93rem;

}

.zqd_d3table img{

  margin: 2%;

}

.data_function{
margin-left: 5%;
 /*align-items: center;*/

}

.data_function b{
  color: #008cd6;
  font-size: 1.25rem;
  margin-left: 2%;
  width:15%;
  text-align:center;
  display:inline-block;
  vertical-align: middle;
}

.data_function span{
  font-size:1.12rem;
  margin-left: 3%;
  width:50%;
  text-align: left;
  display:inline-block;
  vertical-align: middle;
}

.data_advantage b{
  color:#008cd6 ;
  font-size: 1.87rem;
  margin-left: 5%;
  width:100px;
  text-align:center;
  display:inline-block;
  vertical-align: middle;
}

.data_advantage span{
  font-size: 1.12rem;
  margin-left: 6%;
  width:500px;
  text-align:left;
  display:inline-block;
  vertical-align: middle;
  letter-spacing:1px

}



.index_tab{

  margin: auto;
  margin-left: 5%;
  width: 90%;
}









.services {
  background: #fff url("../images/direction.png") no-repeat top center;
}

.services .lead {
  font-weight: bold;
}

.services-wrap {
  background: #fff;
  border-radius: 4px;
}

.services-wrap h3 {
  font-size: 1.25rem;
  margin: 12px 0px 0px 0px;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

.services-wrap .media-heading {
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #008cd6;
}



.services-wrap p {
  font-size: 1rem;
  padding: 10px 40px;
  text-align: center;
  border: 1px #008cd6 solid;
}



.ques-left-div{
  float: left;
  width: 49%;
  margin-top: 100px

}

.ques-right-div{

  float: left;
  width: 49%;
  text-align: left;
  margin-top: 100px

}


@media screen and (max-width: 768px) {
  .img-responsive{
    display: none;
  }
}


#middle {
  background: #008cd6 url("../images/direction1.png") no-repeat top center;
}
.skill{
  text-align: center;
}
.skill h2 {
  margin-right: 50px;
  margin-bottom: 25px;
  font-weight: normal;
  color: #fff;
  font-size:1.75rem;
}

.skill h2 img {
  width: 28px;
  height: 50px;
  padding-left: 1px;
}

.skill h3 {
  width: 51px;
  height: 58px;
  background: url("../images/use-icon.png") no-repeat center center;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  transition: width 1s, height 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
  -o-transition: width 1s, height 1s, -o-transform 1s; /* Opera */
}

.skill h3:hover {
  font-size: 1.75rem;
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg); /* Firefox 4 */
  -webkit-transform: rotateY(360deg); /* Safari and Chrome */
  -o-transform: rotateY(360deg); /* Opera */
}

.skill p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
  transition: width 1s, height 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
  -o-transition: width 1s, height 1s, -o-transform 1s; /* Opera */
}

.skill p:hover {
  text-shadow: 2px 2px 5px #FF0000;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg); /* Firefox 4 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  -o-transform: rotate(360deg); /* Opera */
}

.progress-wrap {
  position: relative;
}

.progress .color1,.progress .color1 .bar-width {
  background: #2d7da4;
}

.progress .color2,.progress .color2 .bar-width {
  background: #6aa42f;
}

.progress .color3,.progress .color3 .bar-width {
  background: #ffcc33;
}

.progress .color4,.progress .color4 .bar-width {
  background: #db3615;
}

.progress,.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress {
  position: relative;
}

.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span {
  position: relative;
}

.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before {
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before {
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before {
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before {
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2 {
  margin-left: 50px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: normal;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .accordion h2{margin-top: 80px;}
}

.accordion h2 img {
  width: 65px;
  height: 50px;
  padding-right: 10px;
}

.accordion h3 {
  width: 51px;
  height: 58px;
  background: url("../images/use-icon.png") no-repeat center center;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  transition: width 1s, height 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
  -o-transition: width 1s, height 1s, -o-transform 1s; /* Opera */
}

.accordion h3:hover {
  font-size: 1.75rem;
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg); /* Firefox 4 */
  -webkit-transform: rotateY(360deg); /* Safari and Chrome */
  -o-transform: rotateY(360deg); /* Opera */
}

.accordion p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
  transition: width 1s, height 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */
  -o-transition: width 1s, height 1s, -o-transform 1s; /* Opera */
}

.accordion p:hover {
  text-shadow: 2px 2px 5px #FF0000;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg); /* Firefox 4 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  -o-transform: rotate(360deg); /* Opera */
}

.panel-default {
  border-color: transparent;
}

.panel-default>.panel-heading,.panel {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  background: #fff;
  color: #858586;
}

.panel-body {
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  border-radius: 0;
}

.panel-title>a {
  color: #4e4e4e;
}



.accordion-inner img {
  border-radius: 4px;
}

.accordion-inner h4 {
  margin-top: 0;
}

.panel-heading.active {
  background: #1f1f20;
}

.panel-heading.active .panel-title>a {
  color: #fff;
}

a.accordion-toggle  i {
  width: 45px;
  line-height: 44px;
  font-size: 1.25rem;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li {
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right: 0;
  padding: 13px 15px;
}

.nav-tabs li:last-child {
  border-bottom: 0 none;
}

.nav-stacked>li+li {
  margin-top: 0;
}

.nav-tabs>li>a:hover {
  background: #1f1f20;
  color: #fff;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
  border: 0;
  color: #fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top: 0;
}


/******************
 404 page css
 ******************/
#error .btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success:hover{
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1 {
  color: #4e4e4e;
  text-transform: uppercase;
}

/**渠道合作*/
#cooperation {}

#cooperation div.line {
  width: 100%;
  background-image: url("../images/line.png") ;
  background-repeat: repeat-x;
  background-position:center center;
  background-size: 100%;
}

#cooperation h5 span {
  color: #fff;
  font-size: 1.75rem;
  padding: 10px 60px;
  background-color: #39c;
  display: inline-block;
  font-weight: 100;
}

.cooperation {
  margin: 0;
}

.cooperation img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 15px;
}

.cooperation .hez {
  border-left: 2px #008cd6 solid;
}

.cooperation .hez .hez_b {
  margin: 0 0 55px 20px;
  padding: 0px 40px;
  position: relative;
  background-image: url("../images/hz.png" );
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 90% 100%;
}

.cooperation .hez .hez_b h3 {
  padding: 20px 0 0;
  color: #008cd6;
  font-size:1.62rem;
  font-weight: 100;
  cursor: pointer;
}

.cooperation .hez .hez_b h3 span {
  border-bottom: 1px #008cd6 solid;
}

.cooperation .hez .hez_b p {
  font-size:1rem;
  color: #696968;
  padding: 5px 0 50px;
}
.cooperation .hez .hez_b p a{ color: #696968;}
.cooperation .hez .hez_b p a:hover{ color: #c52d2f;}

.cooperation .hez em {
  width: 10px;
  height: 10px;
  display: block;
  background: #008cd6;
  border-radius: 5px;
  font-style: normal;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -5px;
}

/**智权盾*/
#zqd{}



#zqd div.line {
  width: 100%;
  background-image: url("../images/line.png") ;
  background-repeat: repeat-x;
  background-position:center center;
  background-size: 100%;
}
#zqd h5{
}
#zqd h5 span {
  color: #fff;
  font-size:1.75rem;
  padding: 10px 60px;
  background-color: #008cd6;
  display: inline-block;
  font-weight: 100;
}

#zqd div.zqd_title{
  position: relative;
  margin-bottom:20px;
}
#zqd div.zqd_title1{
  margin-bottom:0px;
}
#zqd div.zqd_title span{
  color:#008cd6;
  font-size: 1.12rem;
  font-weight: 100;
  position: absolute;
}
#zqd div.zqd_title em{
  font-style: normal;
  background-color:#008cd6;
  color: #fff;
  font-size:1.32rem;
  border:3px #fff solid;
  position: absolute;
  top:-20px;
  padding:10px;
}
#zqd div.zqd_title b.zqd_span{
  font-style: normal;
  font-size: 1rem;
  background-color: #008cd6;
  color: #fff;
  padding: 5px 50px;
}
#zqd div.zqd_title p{
  margin:10px 0 20px;
  line-height: 28px;
  font-size: 1rem;
  padding-top: 50px;
}

#zqd .features{}
#zqd .features h2{
  margin: 10px 0 0;
  padding: 0px;
  color:#008cd6;
}
#zqd .features p{
  color: #706e6c;
}
#zqd .features h3{
  color: #333;
}

#zqd .div-bt{
	padding: 10px 10px;
	border-top: 1px #008cd6 solid;
	border-bottom: 1px #008cd6 solid;
}

#zqd .bt{
  font-size: 1.62rem;
  color: #008cd6;
  
}
.rote{margin-top: 60px;}

#zqd .zqg_bg{
  background-image: url("../images/zqd_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #333;
}
#zqd .zqg_bg h3{
  color: #008cd6;
  padding: 5px 60px 0;
  font-size: 1.25rem;
}
#zqd .zqg_bg p{
  margin: 0px;
  padding: 0px 60px 5px;
  font-size: 1rem;
}

.zqd_line{border-bottom: 1px #008cd6 solid;padding-bottom: 30px; }

.zqd_tab{margin-top: 30px;}
.zqd_tab table{border: 1px #008cd6 solid;}
.zqd_tab table .tr{}
.zqd_tab table .tr td{color:#008cd6;font-size: 1.12rem;}
.zqd_tab .tr_weight{font-weight: bold;}
.zqd_tab .tr_weight td{color: #000}
.zqd_tab .tr_weight td img{margin-right: 5px;}
.zqd_tab .tr_bg{background-color: #008cd6;color: #fff;}
.zqd_tab .tr_bg td{border-right: 1px #cff solid;}
.zqd_tab .tr_bg td:last-child{border-right: 0px #cff solid;}

.zqd_tab table tr td{width: 25%;border-top: 1px #008cd6 solid;border-right: 1px #008cd6 solid;padding:10px;font-size: 0.87rem;}




  /**案例*/
#case {}

#case div.line {
  width: 100%;
  background-image: url("../images/line.png") ;
  background-repeat: repeat-x;
  background-position:center center;
  background-size: 100%;
}

#case h5 span {
  color: #fff;
  font-size:1.75rem;
  padding: 10px 60px;
  background-color: #008cd6;
  display: inline-block;
  font-weight: 100;
}

.case div.line1 {
  width: 100%;
  border-bottom: 2px #b1b0af solid;
}

.case div.line1 h4 {
  font-size: 1.75rem;
  font-weight: 100;
  color: #b1b0af;
  margin: 30px 0 10px;
}

.case .anli {
  border-left: 2px #b1b0af solid;
}

.case .al_img {
  border: 2px #b1b0af solid;
  margin-top: 50px;
}

.case .al_img img.aligncenter {
  max-width: 90%;
  max-height: 90%;
  padding-top: 30px;
  clear: both;
  display: block;
  margin: auto;
}

.case .anli .anli_b {
  margin: 0 0 0 20px;
  padding: 0px 10px;
}

.case .anli .anli_b h3 {
  padding: 10px 0 0;
  color: #008cd6;
  font-size: 1.37rem;
  font-weight: 100;
  cursor: pointer;
  position: relative;
}

.case .anli .anli_b h3 img {
  max-width: 100%;
  max-height: 100%;;
  margin-bottom: 15px;
}

.case .anli .anli_b h3 span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #008cd6;
  margin-right: 5px;
  border-radius: 8px;
}

.case .anli .anli_b h3 em {
  width: 40px;
  z-index: 2;
  height: 60px;
  line-height: 60px;
  display: block;
  background: #fff;
  font-style: normal;
  font-size: 3.75rem;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -30px;
  color: #b1b0af;
}

/*.case .anli .anli_b h3 em.em_image_a {
  background-image: url("../images/a.gif");
}

.case .anli .anli_b h3 em.em_image_b {
  background-image: url("../images/b.gif");
}

.case .anli .anli_b h3 em.em_image_c {
  background-image: url("../images/c.gif");
}

.case .anli .anli_b h3 em.em_image_d {
  background-image: url("../images/d.gif");
}

.case .anli .anli_b h3 em.em_image_e {
  background-image: url("../images/e.gif");
}

.case .anli .anli_b h3 em.em_image_f {
  background-image: url("../images/f.gif");
})*/

.case .anli .anli_b p {
  font-size: 1rem;
  color: #696968;
  padding: 5px 0 0px;
  width: 100%;
  text-indent: 2em;
  line-height: 25px;
  margin: 0px;
  /*padding: 0px;*/
}

/**关于我们*/
#about_us{

}

#about_us div.line {
  width: 100%;
  background-image: url("../images/line.png") ;
  background-repeat: repeat-x;
  background-position:center center;
  background-size: 100%;
}

#about_us h5 span {
  color: #fff;
  font-size: 1.75rem;
  padding: 10px 60px;
  background-color: #008cd6;
  display: inline-block;
  font-weight: 100;
}

.about_us_content{
  margin: 0px 10px;
  padding: 20px 0;
  background: #008cd6;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
}
.about_us_content p{
  margin: 0 40px;
  padding: 0;
  text-indent: 2em;
  color:#fff;
  font-size: 1rem;
  line-height: 30px;
}

.about_us .timeline-item:after,.about_us .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.about_us {
  width: 70%;
  margin: 30px auto 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about_us:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #008cd6;
  left: 50%;
  top: 0;
  position: absolute;
}
.about_us:after {
  content: "";
  clear: both;
  display: table;
  width: 100%}
.about_us .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.about_us .timeline-item .timeline-icon {
  background: #008cd6;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10%;
  left: 50%;
  overflow: hidden;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%}
.about_us .timeline-item .timeline-icon img {
  position: relative;
  top: 3px;
  left: 7px;
}
.about_us .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding:20px 20px 10px 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_us .timeline-item .shiyan{
  padding-bottom: 0px;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.about_us .timeline-item .shiyan .shiyan_h2{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #707070;
}

.about_us .timeline-item .timeline-content h2 {
  padding: 10px 20px;
  background: #008cd6;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 100;
  font-size: 1.25rem;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.about_us .timeline-item .timeline-content p{
  font-size: 1rem;
  line-height: 30px;
}
.about_us .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #008cd6;
}
.about_us .timeline-item .shiyan:before{
  border-left: 7px solid #707070;
}
.about_us .timeline-item .timeline-content.right {
  float: right;
}
.about_us .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #008cd6;
}

.about_us .about_p{
  margin:40px auto;
  background: #008cd6;
  color: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.about_us .about_p img{
  position: absolute;
  top: -19px;
  left: 5%;

}
.about_us .about_p p{
  padding: 20px;
  line-height: 25px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .about_us {
    margin: 30px;
    padding: 0;
  }
  .about_us:before {
    left: 0;
  }
  .about_us .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  .about_us .timeline-item .timeline-content:before, .about_us .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #008cd6;
  }
  .about_us .timeline-item .shiyan:before{
    border-right: 7px solid #707070;
  }
  .about_us .timeline-item .timeline-icon {
    left: 0;
  }
  .about_us .about_p{margin-left: 40px;}
}



/*.about_us{
  border: 1px #fff solid;
  background-image: url("../images/about_bg.png");
}
.about{
}
.about img{
  max-width: 100%;
  max-height: 100%;
}
*/


  /***********************
  ********* Footer ******
  ************************/
#bottom {
  border-top: 1px #008cd6 solid;
  font-size: 0.87rem;
  color: #008cd6;
  padding-bottom: 0px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.37rem;
  color: #008cd6;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
}
#bottom h3.site{
  background-image: url("../images/site.png");
}
#bottom h3.contact{
  background-image: url("../images/contact-1.png");
}
#bottom h3.link{
  background-image: url("../images/link.png");
}
#bottom h3 img {
  padding-right: 10px;
}
#bottom h3 span{
  font-size: 0.87rem;
  font-weight: 100;
}


#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 6px 0;
  color: #008cd6;
  font-size: 1rem;
  line-height: 24px;
}

#bottom ul li a{
  color: #008cd6;
}

#bottom ul li a:hover{
  color:#c52d2f;
}

#bottom ul li img {
  padding-right: 10px;
}


#bottom .widget {
  margin-bottom: 0;
}

#bottom .widget .div_inut {
  padding-top: 8px;
}

#bottom .widget .div_inut input {
  margin: 10px 0;
  height: 35px;
  color: #008cd6;
  outline: none;
  font-size: 1rem;
  border: 2px #008cd6 solid;
}

#bottom .widget .div_inut textarea {
  margin: 10px 0;
  color: #008cd6;
  outline: none;
  font-size: 1rem;
  border: 2px #008cd6 solid;
}
/*****New Footer******/

#ContactUs {
  border-top: 1px #008cd6 solid;
  font-size: 0.87rem;
  color: #008cd6;
  padding-bottom: 0px;
}

#ContactUs h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.37rem;
  color: #000000;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
}
#ContactUs h3.site{
  background-image: url("../images/site.png");
}
#ContactUs h3.contact{
  background-image: url("../images/contact-1.png");
}
#ContactUs h3.link{
  background-image: url("../images/link.png");
}
#ContactUs h3 img {
  padding-right: 10px;
}
#ContactUs h3 span{
  font-size: 0.87rem;
  font-weight: 100;
}


#ContactUs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ContactUs ul li {
  display: block;
  padding: 6px 0;
  color: #000000;
  font-size: 1rem;
  line-height: 24px;
}

#ContactUs ul li a{
  color: #000000;
}

#ContactUs ul li a:hover{
  color:#c52d2f;
}

#ContactUs ul li img {
  padding-right: 10px;
}


#ContactUs .widget {
  margin-bottom: 0;
}

#ContactUs .widget .div_inut {
  padding-top: 8px;
}

#ContactUs .widget .div_inut input {
  margin: 10px 0;
  height: 35px;
  color: #008cd6;
  outline: none;
  font-size: 1rem;
  border: 2px #008cd6 solid;
}

#ContactUs .widget .div_inut textarea {
  margin: 10px 0;
  color: #008cd6;
  outline: none;
  font-size: 1rem;
  border: 2px #008cd6 solid;
}

/****/


#button_from {
  padding: 10px 47%;
  color: #fff;
  outline: none;
  font-size: 1rem;
  background: #008cd6;
}

#contact-us {
  margin: 0;
  padding: 20px 0;
}

#contact-us a {
  font-size: 1rem;
  color: #333;
}

#contact-us  a:hover {
  color: #c52d2f;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #008cd6;
  font-size: 1rem;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #CFCFCF;
}

#footer span{font-size: 0.75rem;}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul>li {
  display: inline-block;
  margin-left: 15px;
}

.jumbotron {
  margin: 0;
  height: 425px;
  /*background: #4cae4c;*/
  /*background-image: url("../images/1.jpg");*/
  /*color: #ffffff;*/
  background-size: cover;
}

.jumbotron .row{

  margin: auto;
  text-align: center;
  vertical-align:middle;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;

}

.jumbotron .title{
  font-size: 3rem;

}


.sub-title p{

    font-size: 1.75rem;
}

.jumbotron .sub-title{

  font-size: 1.75rem;
  margin-top: 50px;
}

.jz-try-btn{
  font-size: 1rem;
}

.jumbotron .jz-try-btn{
  /*width: 150px;*/
  /*height: 50px;*/
  /*cursor:pointer;*/
  /*margin-top: 150px;*/
  font-size: 1.25rem;
  /*text-align: center;*/
}

.jumbotron .jz-buy-btn{

  /*width:150px;*/
  /*height: 50px;*/
  /*cursor:pointer;*/
  /*margin-top: 150px;*/
  margin-left: 3%;
  font-size: 1.25rem;
  /*text-align: center;*/
  /*padding: 10px;*/
  /*padding-bottom: 15px;*/
}

.function {
  background: #1B9AF7;
  background-size: cover;
}


.bootstrap-frm {
  margin-left:auto;
  margin-right:auto;
  max-width: 300px;
  background: #FFF;
  padding: 20px 30px 20px 30px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  text-shadow: 1px 1px 1px #FFF;
  border:1px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
  font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom: 1px solid #DADADA;
  margin: -10px -30px 30px -30px;
  color: #888;
}
.bootstrap-frm h1>span {
  display: block;
  font-size: 0.69rem;
}
.bootstrap-frm label {
  display: block;
  margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
  border: 1px solid #CCC;
  color: #888;
  height: 20px;
  line-height:15px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 5px 0px 5px 5px;
  width: 70%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/*.bootstrap-frm select {*/
  /*background: #FFF url('down-arrow.png') no-repeat right;*/
  /*background: #FFF url('down-arrow.png') no-repeat right;*/
  /*appearance:none;*/
  /*-webkit-appearance:none;*/
  /*-moz-appearance: none;*/
  /*text-indent: 0.01px;*/
  /*text-overflow: '';*/
  /*width: 70%;*/
  /*height: 35px;*/
  /*line-height:15px;*/
/*}*/
.bootstrap-frm textarea{
  height:100px;
  padding: 5px 0px 0px 5px;
  width: 70%;
}
.bootstrap-frm .button {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 10px 25px 10px 25px;
  color: #333;
  border-radius: 4px;
}
.bootstrap-frm .button:hover {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}

.index_tab_p{

  color: grey;
  font-size: 1.25rem;

}

.fundiv{
	padding:20px 0px;
}

.sevice_right{
  float: right;
  width: 39%;
  text-align: left

}

#articleBox a{

height: 4rem;
padding:2%;
font-size: 1.2rem;

}



#page li{

  height: auto;
  font-size: 1.2rem;
}


.miandaohang{

  margin-bottom: 0;
  padding-left: 10%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-size: 1rem;
  background-color: #1B9AF7;
  border-radius:0;
}
.miandaohang a{

  color: white;

}

.miandaohang span{

  color: white;

}

#blog_nav{

    background-color: white
}


#blog_title_div{


    width:100%;
    text-align: left;
    padding-left: 10px;
    border-bottom: #d7d7d7 solid 1px

}

#blog_collapse{

    width: 100%;
    text-align: left;
    padding: 0;

}
#blog_collapse a{

    width: 100%;
    font-size: 1rem;
    color: black

}

.blog-right{
    float: left;
    width: 75%;
    margin-left: 5%

}
.blog_left{

    float: left;
    width: 20%
}

.med_link {

  font-size: 1.2rem;
  margin-top: 2%;
  margin-bottom: 2%;

}
.med_link a{
  color: black;

}

#panel{
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border: grey solid 1px;

}

#panel_head{

  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom: grey solid 1px;
  background: #eeeeee
}

#panel_head h1{

  color: #4d4d4d;
  font-size: 2rem

}
#panel_head span{
  font-size: 1rem

}

#panel_bodys{

  border-bottom: grey solid 1px;
  background: white

}

#panel_bodys p{

  text-indent: 1rem;
  font-size: 1rem

}


#panel_footer{

  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
#panel_footer span{

  color: #4d4d4d ;
  font-size: 1rem;

}


#panel_footer a{

  color: #4d4d4d ;
  font-size: 1rem;

}

#tui_div{

  border: solid 1px gainsboro;
  margin-top: 5%

}

#tui_div div{

  border-bottom: solid 1px gainsboro;
  margin-left: 3%

}

#tui_div div h2{

  color: black
}

#tui_div  p a{

  color: black;
  margin-left:5%;


}

#tui_div p{

  padding:0 5px 0 5px

}

.index_tab_div {

  padding: 0;
  border-bottom: solid 3px grey;
  height: 70px;

}


.index_tab_spandiv{

  padding: 20px

}
.index_tab_spandiv span{

  font-size:1.25rem;
  color: grey;

}

.index_tab_none{

  height: 70px;

}

.index_tab_imgdiv{

  padding: 15px

}


.Row11_b{

  font-size:1.25rem ;
  color: black;

}

.Row11_span{

  font-size:1.25rem ;
  color: black;

}

.fk_cell{

  padding: 0;
  border-top: 1px #008cd6 solid;
  border-left: 1px #008cd6 solid;

}

.fk_cell_last{

  padding: 0;
  border-top: 1px #008cd6 solid;
  border-left: 1px #008cd6 solid;
  border-right:1px #008cd6 solid;

}


.fk_title{
  padding:10px

}

.fk_content_title{

  color:#008cd6;
  font-size: 1.12rem;

}

.fk_bg_white_two{
  padding:10px;
  height: 64px;

}



.fk_content_weight_black{
  font-size:  0.87rem;
  color: #000;
  font-weight: bold;

}
.fk_content_soild_black{

  font-size:  0.87rem;
  color: #000;
}




.fk_bg_white_one{
  padding: 20px 10px 10px 10px;
  height: 64px;
}

.fk_bg_blue_one{

  background-color: #1B9AF7;
  padding: 20px 10px 10px 10px;
  height: 64px;
}


.fk_bg_blue_two{

  background-color: #1B9AF7;
  padding: 10px;
  height: 64px;
}

.fk_content_weight_white{
  font-size:  0.87rem;
  color: white;
  font-weight: bold;

}

.fk_content_soild_white{
ddddddddddddddddze:  0.87rem;
  color: white;


}

.youlian{

  font-size: 0.8rem;

}

.fk_dx{
margin-top: 2%

}

.fk_dx div{

  border-radius: 5px;
  border: solid 1px #1B9AF7

}
.fk_dx img{

padding: 10px;

}
.dlp_msg_p{
  color: #008cd6;
  font-size: 1.56rem;
  padding: 15px

}

.index_zhixun p a{

  color: white;
  font-size:1.1rem

}



.bottom_2dCode a{

  color: #1B9AF7

}

.art_head {

width: 100%;

}
.art_head b{

  font-size: 1.3rem

}

.art_biaoqian {

  margin-top: 8%;
  margin-bottom: 8%;
  font-size: 1rem;

}

*{ margin:0; padding:0; list-style:none;}
.lrtk{
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.42857143;
  /*background-color: #fff;*/
  /*border: 1px solid #ddd;*/
  /*border-radius: 4px;*/
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width:100%; height:260px; margin:0 auto; overflow:hidden; display:none; background:url(../images/11-11big.jpg) no-repeat center top #FFA600; text-align:center; position:relative;}

.lrtk .link{ width:100%; height:260px; display:block; z-index:10;}
.lrtk .up{ display:block; width:120px; height:12px; background:url(../images/arrow.jpg) no-repeat left bottom; position:absolute; left:50%; bottom:0; z-index:20; margin-left:-60px;}
.lrtk .down{ display:block; width:120px; height:12px; background:url(../images/arrow.jpg) no-repeat left top; position:absolute; left:50%; top:98px; z-index:20; margin-left:-60px;}

@media only screen and (min-width: 320px){

  html {font-size: 80%!important;}

}



@media only screen and (min-width: 360px){
  html {font-size: 80%!important;}


}

@media only screen and (min-width: 400px){
  html {font-size: 85%!important;}


}

@media only screen and (min-width: 438px){
  html {font-size: 90%!important;}

}


@media only screen and (min-width: 480px){
  html {font-size: 95%!important;}

}

/*@media only screen and (min-width: 481px){*/
  /*html {*/
    /*font-size: 94%!important; !* 15.04÷16=94% *!*/
  /*}*/
/*}*/

@media only screen and (min-width: 561px){
  html {
    font-size: 100%!important; /* 17.44÷16=109% */
  }
}
@media only screen and (min-width: 641px){


  html {
    font-size: 100%!important; /* 20÷16=125% */
  }
}


@media only screen and (min-width: 320px) and (max-width:600px){
  .index_tab{

    margin-left: auto;
    width: 100%;
  }

  .index_tab a{
    padding: 5px;
  }


  .index_tab_spandiv{

    padding:15px 0 0 0;

  }

  .dontshow{
    display: block;
  }
  .side{
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width:450px){
  .index_tab{

    margin-left: auto;
    width: 100%;
  }
  .index_tab a{
    padding: 5px;
  }
  .index_tab_spandiv{

    padding:15px 0 0 0;

  }

  .jumbotron .title{

    font-size: 2.5rem;
  }

}

.fun-left-div{
  float: left;
  margin-left: 7%;
}

.fun-right-div{
  float: left;
  width: 45%;
  margin-top: 0;
}

.sup-left-div{
  float: left;
  width: 30%;
}
.sup-right-div{
  float: left;
  width: 60%;
}

@media only screen and (min-width: 320px) and (max-width:600px){
  .side{
    display: none;
  }
  .dontshow{
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width:320px){
  .dontshow{
    display: block;
  }
  .side{
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width:400px){

  .jumbotron .jz-buy-btn{
    font-size: 1rem;

  }




}

@media only screen and (min-width: 320px) and (max-width:450px){
  #zqd .bt{
    padding: 10px 20px;
    border-top: none ;
    border-bottom: none;

  }
  .upan_sup_span{

    font-size: 1.3rem;
    color: black;

  }

}



@media only screen and (min-width: 320px) and (max-width:767px){
  .jumbotron .title{
    font-size: 2rem;
  }

  .jumbotron .sub-title{

    font-size: 1.5rem;
  }

  .fun-left-div {
    float: none;
    margin-left: 5%;
    margin-top: 10%;
    text-align: left;
    width:auto;
  }
  .fun-right-div{
    float: none;
    margin-top:0;
    margin-left:5%;
    text-align: left;
    width:auto ;
  }

  .small-ti{
    margin-top: 30%;
  }


}

@media only screen and (min-width: 768px) and (max-width:800px){



  .fun-left-div {
    float: none;
    margin-left: 5%;
    margin-top: 10%;
    text-align: left;
    width: auto;
  }
  .fun-right-div{
    float: none;
    margin-top:0;
    margin-left:5%;
    text-align: left;
    width: auto;
  }

}


@media only screen and (min-width: 320px) and (max-width:600px){
  .side{
    display: none;
  }
  .dontshow{
    display: block;
  }
}



@media only screen and (min-width: 320px) and (max-width:450px){
  .upan_sup_span{

    font-size: 1.3rem;
    color: black;

  }

}


.datafun-smell{
  float: left;
  width: 100%
}

.datafun-left-div{

  margin-left:0;
  float: left;
  width: 55%;
}

.fun-right-div{
  margin:2% 0 2% 2%;
  float: right;
  width: 40%;
  background-repeat:repeat;

}
@media only screen and (min-width: 320px) and (max-width:600px){
  .side{
    display: none;
  }
  .dontshow{
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width:769px){

  .sub-title{

    font-size: 1rem;
  }

  #zqd{

    padding: 5px;
  }
  .datafun-left-div{

    width:100%;

  }
  .data_function{
    margin-left: 0;
    text-align: center;
  }
  .data_function b{
    text-align: center;
    margin: 0;
    width:100%;
    display: block;

  }
  .data_function span{
    margint:0;
    width:100%;
    text-align: center;
    display: block;
  }
  .data_advantage b{
    margin: 5% auto;
    width:100%;
    text-align:center;
    display:block;

  }
  .data_advantage span{
    margin: 5% auto;
    width:100%;
    text-align:center;
    display:block;
  }
}


@media only screen and (min-width: 320px) and (max-width:768px){
  .index_tab{
    margin-left: auto;
    width: 100%;
  }
  .index_tab a{
    padding: 5px;
  }
  .index_tab_spandiv{

    padding:15px 0 0 0;

  }
  .ques-left-div{
    float: none;
    width: auto;
  }
  .ques-right-div{
    float: none;
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width:600px){
  .index_tab{

    margin-left: auto;
    width: 100%;
  }
  .index_tab a{
    padding: 5px;
  }
  .index_tab_spandiv{

    padding:15px 0 0 0;

  }
  .dontshow{
    display: block;
  }

  .side{
    display: block;
  }

}

@media only screen and (min-width: 320px) and (max-width:500px){
  .index_tab{

    margin-left: auto;
    width: 100%;
  }
  .index_tab a{
    padding: 5px;
  }
  .index_tab_spandiv{

    padding:15px 0 0 0;

  }
  .sevice_right{
    float: none;
    width:auto;
    text-align: center;
  }

}



@media only screen and (min-width: 320px) and (max-width:700px){

  img{max-width:100%;}
  .index_tab{
    padding: 0;
    margin-left: auto;
    width: 100%;
  }
  .index_tab a{
    padding: 5px;
  }
  .index_tab_spandiv{

    padding:15px 0 0 0;

  }

  .blog_left {

    float: none;
    width: 90%;
    margin-left: 5%;
  }
  .fk_bg_blue_one{
      padding: 20px 10px 10px 10px;
      height: 140px;
  }

  .fk_bg_blue_two{

    padding:10px;
    height: 140px;
  }
  .fk_bg_white_one{

    padding: 20px 10px 10px 10px;
    height: 140px;
  }
  .fk_bg_white_two{

    padding:  10px ;
    height: 140px;
  }


  #blog_collapse{
    width: 100%;

  }
  #blog_title_div{
   display: none;
  }
  .blog-right{
    width: 90%;
    float: none;
  }
}

.panel-28 p{
  line-height: 2rem;
}

.art_img{
  max-width: 500px;
  max-height: 500px;

}

/**{margin:0;padding:0;list-style-type:none;}*/
/*a,img{border:0;}*/
/*!*body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}*!*/
/*!* side *!*/
/*.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}*/
/*.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}*/
/*.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}*/
/*.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}*/
/*.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}*/
/*.side ul li img{float:left;}*/


.certificates div.awards .awards-tip img {
    margin-right: 22px;
}
.fr {
    float: right;
}
img {
    border: none;
}
.certificates div.awards .awards-tip {
    height: 32px;
    width: 152px;
    font-size: 22px;
    line-height: 25px;
    position: absolute;
    vertical-align: middle;
    z-index: 1000;
    background-color: #fff;
}


@media only screen and (min-width: 0px) and (max-width:768px){
  .ContactUsText {
    text-align: center;
  }
}
@media only screen and (min-width: 768px){
  .ContactUsText {
    text-align: left;
  }
}













