@font-face {
    font-family: 'OPPOSans';
    src: url('../fonts/OPPOSansFont/OPPOSans-R.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-B';
    src: url('../fonts/OPPOSansFont/OPPOSans-B.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-L';
    src: url('../OPPOSansFont/OPPOSans-L.ttf');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-M';
    src: url('../fonts/OPPOSansFont/OPPOSans-M.ttf');
    font-weight: Medium;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSans-H';
    src: url('../fonts/OPPOSansFont/OPPOSans-H.ttf');
    font-weight: 800;
    font-style: normal;
}

body {
  font-family: OPPOSans, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #6173f4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #6173f4;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: OPPOSans, Arial, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.fl{
  float: left;
}

.fr{
  float: right;
}


.js .to-animate, .js .to-animate-2, .js .single-animate {
    opacity: 0;
}

.no-conten-header{
  height: 79px;
}

#nav-header {
  /*position: absolute;*/
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #nav-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #nav-header .navbar-brand {
    color: #6173f4 !important;
  }
  #nav-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #nav-header #navbar li a:hover {
    color: #6173f4 !important;
  }
  #nav-header #navbar li a span:before {
    background: transparent !important;
  }
  #nav-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #6173f4 !important;
  }
  #nav-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#nav-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#nav-header #navbar li a {
  font-family: OPPOSans, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#nav-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#nav-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6173f4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#nav-header #navbar li a:hover {
  color: #fff;
}
#nav-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#nav-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#nav-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#nav-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#nav-header.navbar-fixed-top {
  /*position: fixed !important;*/
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#nav-header.navbar-fixed-top .navbar-brand {
  color: #6173f4;
}
#nav-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, .8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#nav-header.navbar-fixed-top #navbar li a:hover {
  color: #6173f4;
}
#nav-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #6173f4;
}
#nav-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#nav-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #nav-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#nav-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#nav-header .navbar-default .brand-slogan em {
  color: #6173f4;
  font-style: normal;
}
#nav-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media (min-width:768px) {
  .col-sm-offset-1-5{
    margin-left: 12.49999999%;
  }

	.navbar-nav>li>a {
	    line-height: 45px;
	    border-top: 3px solid #FFF;
	}

	.navbar-nav>li>a.active{
		border-color: red;
	}

	.navbar-nav>li>a:hover{
		border-color: red;
	}

	.navbar-brand {
	    line-height: 48px;
	    height: 48px;
	}

  #slider .carousel-indicators li {
      margin: 0 7px 0;
  }
}

.navbar-toggle {
    margin-top: 22px;
    margin-bottom: 22px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav>li>a {
	    padding-left: 5px;
	    padding-right: 5px;
	}

	.navbar-brand {
	    padding-right: 0;
	}

  .navbar-brand img{
    width: 152px;
    padding: 7px 0 0;
  }
}

#slider{
	padding-top: 79px;
}

#slider .carousel-indicators{
  bottom: -10px;
}

#slider .carousel-indicators li {
    width: 30px;
    height: 4px;
    margin: 0 2px 0;
    background-color: #7c7c7c\9;
    background-color: rgb(124,124,124);
    border: 1px solid rgb(124,124,124);
    border-radius: 0px;
}

#slider .carousel-indicators .active {
    margin-bottom: 4px;
    background-color: #FF0000\9;
    background-color: rgb(255,0,0);
    border: 1px solid rgb(255,0,0);
}

.home-title{
  background: rgb(51, 51, 51);
  color: #FFF;
  position: relative;
}

.home-title h3{
  color: #FFF;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-title p{
  font-size: 14px;
}

.home-title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    background: #FFF;
    left: 50%;
    margin-left: -60px;
    bottom: 76px;
}

@media (min-width:768px) {
  .home-title{
    padding: 30px 0 22px;
  }

  .home-title h3{
    margin-bottom: 42px;
    font-size: 24px;
  }

  .home-title h3:after {
      width: 150px;
      margin-left: -75px;
      bottom: 92px;
  }

  .home-title p{
    font-size: 16px;
  }
}

@media (min-width: 380px) and (max-width: 767px) {
    .home-title h3:after {
      bottom: 53px;
  }
}

.home-list{
    background: #f4f4f4;
    padding-bottom: 100px;
}

.home-list .box {
    padding: 0.5px 30px;
    margin: 150px 0 0; 
    background: #fff;
    text-align: center;
    color: #7f7f7f;
    position: relative;
}

.home-list .box .icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    border: 10px solid #f4f4f4;
    behavior: url(PIE.htc);
}

.home-list h3{
  margin: 40px 0 30px;
  font-weight: bold;
}

.home-list .p-text{
  line-height: 30px;
  color: #333;
}

.home-list hr{
  border-color: #333;
  margin-bottom: 25px;
}

.home-list .p-btn,.home-list .p-info{
  margin-bottom: 20px;
}

.home-list .p-btn .btn{
  width: 112px;
  color: #7c7c7c;
  border-color: #7c7c7c;
  -webkit-border-radius: 1.428rem;
    -moz-border-radius: 1.428rem;
    -ms-border-radius: 1.428rem;
        border-radius: 1.428rem;
}

.home-list .p-btn .btn-c-blue{
    color: rgb(76, 213, 255);
    border-color: rgb(76, 213, 255);
}

.home-list .p-btn .btn-c-red{
    color: rgb(232, 46, 129);
    border-color: rgb(232, 46, 129);
}

.home-list .p-btn .btn-c-greay{
    color: rgb(41, 116, 255);
    border-color: rgb(41, 116, 255);
}

.home-list .p-info a{
    color: #333333;
    text-decoration: underline;
}


/*客户怎么说 */
.home-speark {
    padding: 80px 0 30px;
    background: #eff4f5;
    background: #35919E;
    background: #fff;/*白色*/
    color: #fff;
    color: #333;/*白色*/
}

.home-speark h2 {
    font-size: 36px;
    color: #fff;
    color: #333;/*白色*/
    text-align: center;
    padding: 0 20px;
    font-weight: 400;
}

.home-speark h2+p {
    font-size: 18px;
    line-height: 1.8em;
    color: #B3BBD0;
    color: #6FD0DE;
    color: #666;/*白色*/
    margin-bottom: 60px;
}

.home-speark .thumbnail-img{
  opacity: .4;
  cursor: pointer;
}

.home-speark .thumbnail-img img{
  width: 74px;
  height: 74px;
}

.home-speark .thumbnail-img.active{
  opacity: 1;
}

.home-speark .thumbnail-img>h4 {
    font-size: 16px;
    padding-top: 4px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: #FFF;
    color: #333;/*白色*/
}

.home-speark .thumbnail-img>h4+p{
  font-size: 14px;
  line-height: 14px;
    color: #B3BBD0;
    color: #6FD0DE;
    color: #666;/*白色*/
}

.home-speark .uv-statement {
    padding: 0px 80px 50px;
    font-size: 19px;
    line-height: 26px;
    margin-top: 90px;
    margin-bottom: 30px;
}

.home-speark .uv-statement p{
  text-align: left;
  margin: 0 40px;
}

.home-speark .uv-statement:before {
    display: block;
    width: 32px;
    height: 26px;
    content: '';
    background: url(../img/icon/quote1.png) no-repeat;
    position: absolute;
    top: -10px;
    left: 70px;
}

.home-speark .uv-statement:after {
    display: block;
    width: 32px;
    height: 26px;
    content: '';
    background: url(../img/icon/quote2.png) no-repeat;
    position: absolute;
    top: -10px;
    right: 70px;
}

@media (max-width: 768px ){
    .home-speark .uv-statement {
        padding: 0px 20px 30px;
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .home-speark .uv-statement p {
      margin: 0 20px;
    }

    .home-speark .uv-statement:before {
      left: 5px;
      top: -5px;
    }

    .home-speark .uv-statement:after {
      right: 5px;
      top: -5px;
    }
}

/*E*/

/*最新动态 S*/
.home-newabout{
  background: #f4f4f4;
  padding: 80px 0 100px;
}

.home-newabout .item-new{
  border: 1px solid #f4f4f4;
}

.home-newabout .item-new:hover{
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=90, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=180, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=270, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=360, Strength=5)";

  *filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=0, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=90, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=180, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=270, Strength=5);

  -webkit-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
     -moz-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
        box-shadow:0 0 20px rgba(180, 180, 180, .5);
}

.home-newabout h2{
  font-weight: 400px;
  font-size: 36px;
  color: #2a1c13;
  margin-bottom: 20px;
}

.home-newabout p{
  margin: 0;
  margin-top: 20px;
}

.home-newabout p a{
  color: #666;
}

.home-newabout span{
  font-size: 13px;
  color: #999;
}


/*最新动态 E*/



.home-new-msg{
  background: rgb(244, 244, 244);
  padding-bottom: 15px;
}

.home-new-msg .container .row{
  background: #FFF;
}

.home-new-msg .item{
  margin-bottom: 10px;
}

.home-new-msg h3{
  margin-bottom: 15px;
}

.home-new-msg p{
  font-size: 14px;
  margin: 0;
  color: rgb(51, 51, 51);
}

.home-new-msg .item img{
  width: 60px;
  height: 60px;
}

.home-new-msg .new-more a{
  color: rgb(102, 102, 102);
}

.home-new-msg .new-item a,.home-new-msg .new-item .new-time{
  color: rgb(51, 51, 51);
  font-size: 14px;
}

@media (max-width:440px) {
  .home-new-msg .item .col-xs-9{
    padding-right: 0;
  }
}



@media (min-width: 636px) and (max-width: 768px) {
  .col-xsm-6 {
      width: 50%;
  }

  .col-xsm-4 {
    width: 33.33333333%;
  }
  .col-xsm-3 {
    width: 25%;
  }

  .home-panel .thumbnail a{
      height: 100px;
  }


}

/*经典案例 S*/

@-webkit-keyframes myColor {
  from {
    -webkit-filter: hue-rotate(0)
  }

  to {
    -webkit-filter: hue-rotate(-360deg)
  }
}

.home-panel .col-sm-3,.home-panel .col-xs-4{
   padding: 0px;
}
  
/*.home-panel h3{
    margin: 20px 0;
  }*/

.home-panel h2{
    font-size: 80px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    padding: 0;
    margin-bottom: 0;
    color: #21d376;
    background-image: -webkit-linear-gradient(92deg,#21d376,#00c8f2);
    background-image: -moz-linear-gradient(92deg,#21d376,#00c8f2);
    background-image: -o-linear-gradient(92deg,#21d376,#00c8f2);
    background-image: linear-gradient(92deg,#21d376,#00c8f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: myColor 15s infinite linear;
}

.home-panel h2+p{
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 30px;
    color: #374051;
}


.home-panel .thumbnail{
  margin: 0;
  border-radius: 0;
  border-color: rgb(227, 225, 225);
}

.home-panel .active{
  border-color: rgb(232, 46, 46);
}

.home-panel .thumbnail:hover{
  border-color: rgb(232, 46, 46);
}

.home-panel .thumbnail a{
    width: 1920px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home-panel .thumbnail img{
      max-width: 90px;
      margin: 0 auto;
      display: block;
      vertical-align: middle;
}

@media (min-width: 636px) and (max-width: 992px) {
  .home-panel h3{
      margin: 35px 0;
    }

  .home-panel .thumbnail a{
      height: 100px;
  }
  .home-panel .thumbnail img{
        max-width: 130px;
  }
}

@media (min-width:992px) {
   .home-panel h3{
      margin: 55px 0;
    }

    .home-panel .thumbnail a{
        height: 190px;
    }

    .home-panel .thumbnail img{
          max-width: 160px;
    }

}

.home-panel .panel-more{
   width: 170px;
   margin: 44px 0;
   font-size: 16px;
    color: red;
    border-color: red;
    -webkit-border-radius: 1.428rem;
      -moz-border-radius: 1.428rem;
      -ms-border-radius: 1.428rem;
          border-radius: 1.428rem;
}

.home-panel .join{
  margin: 50px 0 90px;
}

.home-panel .join h3{
  margin: 0;
  font-size: 30px;
  line-height: 46px;
  color: rgb(55, 64, 81);
}

.home-panel .join .pull-right{
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 540px){
    .home-panel .join{
      margin: 30px 0 50px;
    }

    .home-panel .join h3{
      font-size: 16px;
      display: block;
      line-height: 38px;
      text-align: center;
    }

    .home-panel .join .pull-right{
      font-size: 14px;
    }
}

/*成功案例*/
.cgal .home-panel .join{
  margin-top: 0;
}

.cgal .public-page {
  margin-bottom: 20px;
}



.public-about{
   background: rgb(46, 46, 46);
   padding: 45px 0;
}

.public-about h5{
  color: rgb(238, 238, 238);
  margin: 18px 0;
}

.public-about a{
  color: rgb(119, 119, 119);
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.public-about .active{
  color: #FFF;
}

.public-about a:hover{
  color: #FFF;
}

.public-about .col-md-8{
  text-align: center;
}

.public-about .col-md-8 div{
  text-align: left;
}
/*footer_sina.png*/
.public-about .about-right{
  text-align: center;
  display: none;
}
.public-about .about-right .footer-moblie{
  display: inline-block;
  margin-top: 40px;
}
.public-about .about-right p,.public-about .about-right h3,.public-about .about-right a{
  color: rgb(239, 239, 239);
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.public-about .about-right h3{
  font-size: 22px;
  margin: 6px 0;
  font-weight: bold;
}

.public-about .about-right a{
  display: inline-block;
  line-height: 38px;
  padding-left: 45px;
  background: url('../img/qrcode.jpg') no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
           text-align: center;
}



.public-footer{
  background: rgb(35, 35, 35);
  color: rgb(85, 85, 85);
  padding: 16px 0;
}

.public-footer p{
  font-size: 12px;
  line-height: 24px;
  margin: 0;
}

.public-footer .start-copy{
    display: inline-block;
 }

 .public-footer .long-copy{
    display: none;
 }

@media (min-width:335px){
   .public-footer .start-copy{
      display: none;
   }

   .public-footer .long-copy{
      display: inline-block;
   }
}

.public-footer .about-line a{
  color: rgb(85, 85, 85);
}


@media (min-width:768px){
   .public-about .about-left{
      padding-left: 0;
    }

    .public-about .about-left div{
      padding-left: 0;
    }

    .public-about .about-right{
      padding-right: 0;
    }
}

@media (min-width:992px) {
    .public-about .about-right{
      text-align: right;
      display: block;
    }
}



/*产品介绍*/
.products-jumbotron {
  padding: 54px 0;
  background-size: cover;
  background-position: center center;
}

.products-jumbotron.qyb {
  background: url('../img/product_nav.jpg');
}

.products-jumbotron.jyb {
  background: url('../img/jyb_nav.png');
}

.products-jumbotron.mobile,.products-jumbotron.dingding {
  background: url('../img/moblie_nav.png');
}


.products-jumbotron.wexin {
  background: url('../img/wexin_nav.png');
}

.products-jumbotron h3{
  font-size: 22px;
  margin: 0px;
  line-height: 58px;
  font-weight: bold;
}

.products-banner-hr{
  border-color: #000;
  width: 370px;
  margin-top: 13px;
  margin-bottom: 0px;
}

.products-jumbotron h2{
  font-size: 40px;
  line-height: 58px;
  font-weight: bold;
  margin: 23px 0;
}

.products-jumbotron p{
  line-height: 30px;
  color: #000;
}

.products-jumbotron .btn{
  border-color: rgb(124, 124, 124);
  width: 190px;
  line-height: 26px;
  -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
  display: block;
  margin: 16px auto;
  color: rgb(124, 124, 124);
}

.w400{
  display: none;
}

.xw400{
  display: none;
}

.xw562{
  display: none;
}

@media (max-width: 400px) {
  .products-jumbotron {
    padding: 35px 0;
  }

  .products-banner-hr {
    width: 200px;
  }

  .products-jumbotron h3{
    font-size: 18px;
    line-height: 30px;
  }

  .products-jumbotron h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .w400{
      display: block;
    }

  .xw400{
      display: block;
    }

}

@media (min-width: 400px) and (max-width: 630px) {
    .w400{
      display: block;
    }
}

@media (min-width: 400px) and (max-width: 550px) {
    .products-jumbotron .xh2{
      font-size:28px;
    }
}

@media (min-width: 400px) {
  .products-jumbotron {
    height: 450px;
  }
}



.products-jumbotron .btn-red{
  border-color: rgb(232, 46, 46);
  color: rgb(232, 46, 46);
}

.products-jumbotron .text-red{
  color: rgb(232, 46, 46);
}

.products-jumbotron.mobile,.products-jumbotron.dingding {
  padding: 30px 0 0 ;
}

.products-jumbotron.mobile h2,.products-jumbotron.dingding h2 {
  margin-bottom: 0;
}

.products-jumbotron.mobile .erwei,.products-jumbotron.dingding .erwei {
  margin: 0 23px;
}

.products-jumbotron.mobile .btn,.products-jumbotron.dingding .btn {
  font-size: 14px;
  width: 123px;
  line-height: 16px;
}


@media (min-width: 562px) and (max-width: 706px) {
    .products-jumbotron.mobile .erwei ,.products-jumbotron.dingding .erwei {
        margin: 0 5px;
    }
}

@media (min-width: 400px) and (max-width: 562px) {
  .products-jumbotron.mobile{
    height: 630px;
  }
}

@media (max-width: 562px) {
    .xw562{
      display: block;
    }
    .products-jumbotron.mobile .erwei:nth-of-type(2n+1) {
        margin: 0 20px 0 0;
    }

    .products-jumbotron.mobile .erwei:nth-of-type(2n+2) {
        margin: 0 0 0 20px;
    }
}

/*-----------------------------*/


.public-twonav a{
  font-size: 14px;
  line-height: 50px;
  color: rgb(124, 124, 124);
}

.public-twonav .active,.public-twonav .crumbs-red{
  color: rgb(232, 46, 46);
}

/* ------------- */
.public-imgnav{
    height: 220px;
    background: url('../img/last_nav_bg.jpg');
    background-repeat: repeat-x;
    background-size:100% 200px;
-moz-background-size:100% 200px;
    text-align: center;
}

.public-imgnav .imgnav{
  display: inline-block;
  width: 184px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
}

.public-imgnav .qyb-imgnav{
  background: url('../img/thirdlab.jpg');
}

.public-imgnav .jyb-imgnav{
  background: url('../img/chem.jpg');
}

.public-imgnav .mobile-imgnav{
  background: url('../img/mobile.jpg');
}

.public-imgnav .dingding-imgnav{
  background: url('../img/dingding.png');
}

.public-imgnav .wexin-imgnav{
  background: url('../img/wexin.jpg');
}

.public-imgnav .qyb-imgnav.active{
  background: url('../img/active_thirdlab.jpg');
}

.public-imgnav .jyb-imgnav.active{
  background: url('../img/active_chem.jpg');
}

.public-imgnav .mobile-imgnav.active{
  background: url('../img/active_mobile.jpg') no-repeat;
  background-repeat: repeat-x;
}

.public-imgnav .dingding-imgnav.active{
  background: url('../img/active_dingding.png') no-repeat;
  background-repeat: repeat-x;
}

.public-imgnav .wexin-imgnav.active{
  background: url('../img/active_wexin.jpg');
}


@media (min-width: 767px) and (max-width: 992px) {
  .public-imgnav{
    height: 156px;
    background-size:100% 140px;
-moz-background-size:100% 140px;
  }
  .public-imgnav .imgnav{
    width: 140px;
    height: 156px;
        background-size:140px 156px;
    -moz-background-size:140px 156px;
  }

  .public-imgnav .imgnav.active{
        background-size:140px 156px;
    -moz-background-size:140px 156px;
  }
}

@media (max-width: 767px){
  .public-imgnav{
    height: 75px;
    background-size:100% 67px;
-moz-background-size:100% 67px;
  }
  .public-imgnav > .container{
    padding-left: 0;
    padding-right: 0;
  }
  .public-imgnav .imgnav{
    width: 68px;
    height: 75px;
        background-size:68px 75px;
    -moz-background-size:68px 75px;
  }

  .public-imgnav .imgnav.active{
        background-size:68px 75px;
    -moz-background-size:68px 75px;
  }
}

@media (max-width: 360px){
    .public-imgnav{
      height: 67px;
      background-size:100% 60px;
  -moz-background-size:100% 60px;
    }
    .public-imgnav .imgnav{
      width: 60px;
      height: 67px;
          background-size:60px 67px;
      -moz-background-size:60px 67px;
    }

    .public-imgnav .imgnav.active{
          background-size:60px 67px;
      -moz-background-size:60px 67px;
    }
}

.products-panel{
  margin-bottom: 100px;
}

.products-panel .panel-title{
  padding: 34px 0 20px;
}

.qyb-panel .panel-title{
   background: url('../img/title_bg.png') no-repeat center center;
} 

.jyb-panel .panel-title{
   background: url('../img/edu_title_bg.png') no-repeat center center;
} 

.mobile-panel .panel-title{
   background: url('../img/moblie_title_bg.png') no-repeat center center;
} 

.wexin-panel .panel-title{
   background: url('../img/wexin_title_bg.png') no-repeat center center;
} 


.products-panel .panel-title h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px;
}

.products-panel .panel-title p{
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.products-panel .panel-info {
    margin-top: 20px;
}

.products-panel .panel-info img{
    display: block;
    margin: 0 auto;
}

.products-panel h3{
  font-size: 22px;
  line-height: 30px;
  margin: 14px 0 24px;
}

.products-panel .panel-info p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}

@media (min-width: 500px) and (max-width: 768px) {
  .col-500-6 {
      width: 50%;
  }

  .col-500-4 {
    width: 33.33333333%;
  }
  .col-500-3 {
    width: 25%;
  }
}

.products-panel .products-hr{
  height: 81px;
  border-width: 0px;
  background-size: cover;
  margin: 0 0 8px;
}

.qyb-panel .products-hr{
  background: url('../img/icon/line.png') no-repeat center center;
  background-repeat: repeat-x;
}

.jyb-panel .products-hr{
  background: url('../img/icon/eduline.png') no-repeat center center;
  background-repeat: repeat-x;
}

.mobile-panel .products-hr{
  background: url('../img/icon/moblieline.png') no-repeat center center;
  background-repeat: repeat-x;
}

.wexin-panel .products-hr{
  height: 98px;
  background: url('../img/icon/wexin_line.png') no-repeat center center;
  background-repeat: repeat-x;
}

.mobile-panel .panel-info img{
  /*max-width: 240px;*/
}

.mobile-panel .panel-info .margin-left-0{
  margin-left: 0;
}

.mobile-panel .panel-info .margin-right-0{
  margin-right: 0;
}

/* ------------------- */
.public-page {
    font-size: 14px;
    line-height: 58px;
    margin: 40px 0;
    border-top: 1px solid rgb(239, 239, 239);
    text-align: center;
}

.public-page a{
  display: inline-block;
  padding: 0 15px;
  color: #666666;
}

.public-page a.page-prev {
    background: url('../img/icon/lefticon.png') no-repeat center center;
}

.public-page a.active {
    margin-top: -1px;
    border-top: 1px solid #e82e2e;
}

.public-page a.page-next {
    background: url('../img/icon/righticon.png') no-repeat center center;
}

.public-page a.page-next.onactive {
    background: url('../img/icon/righticon_active.png') no-repeat center center;
}

.public-page a.page-prev.onactive {
    background: url('../img/icon/lefticon_active.png') no-repeat center center;
}

.down-xzsy{
  padding-bottom: 135px;
}

.down-xzsy .down-panel{
  border: 1px solid #eee;
  margin: 15px 0;
}

.down-xzsy .down-panel h4{
  line-height: 80px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.down-xzsy .max-title{
  font-size: 22px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}

.down-xzsy .down-panel .down-info{
  position: relative;
}

.down-xzsy .down-panel .down-info p{
   color: rgb(102, 102, 102);
   line-height: 30px;
   height: 150px;
   padding: 25px;
   text-align: left;
  overflow: hidden;
   margin: 0;
}

.down-xzsy .down-panel .down-info .lst-description{
   font-size: 12px;
   text-align: right;
   padding: 0 25px;
   height: auto;
}

.down-xzsy .down-panel .down-info .red{
  color: #e82e2e;
}

.down-xzsy .down-panel .down-info .lst-href a{
    line-height: 18px;
    text-decoration: underline;
}

.down-xzsy .down-panel .btn{
   font-size: 16px;
   width: 300px;
   margin: 27px 0 30px;
   line-height: 26px;
   border: 1px solid #e82e2e;
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
   color: #e82e2e;
}

.down-xzsy .down-panel .down-a{
  line-height: 18px;
  padding-top: 10px;
  text-decoration: underline;
}

.down-xzsy .down-panel .down-1{
  color: #e82e2e;
  margin-right: 10px;
}

.down-xzsy .down-panel .down-2{
  color: rgb(153, 153, 153);
}

.down-xzsy .down-panel:hover{
  background: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=90, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=180, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=270, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=360, Strength=5)";

  *filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=0, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=90, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=180, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=270, Strength=5);

  -webkit-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
     -moz-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
        box-shadow:0 0 20px rgba(180, 180, 180, .5);
}

.xw506{
  display: none;
}

@media (max-width: 506px) {
  .xw506{
    display: block;
  }

  .down-xzsy .down-panel h4{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }

  .down-xzsy .down-panel .down-info p{
    font-size: 14px;
    line-height: 24px;
  }

  .down-xzsy .down-panel .down-info .lst-href{
    padding: 0;
  }

  .down-xzsy .down-panel .down-info .lst-href a{
    font-size: 12px;
  }

  .down-xzsy .down-panel .btn{
    width: 250px;
  }
}

/*返回顶部*/
.public-go-top {
    position: fixed;
    bottom: 12vh;
    right: 3vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
    z-index: 5;
}

.public-go-top .go-top {
    width: 80px;
    height: 80px;
    background: url(../img/icon/gotop_pink.png) no-repeat center center;
}

.public-go-top .icon-top-ccc{
    background: url(../img/icon/gotop_ccc.png) no-repeat center center;
}

@media (max-width: 506px) {
    .public-go-top{
      width: 65px;
      height: 65px;
      -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

   .public-go-top .go-top {
      width: 65px;
      height: 65px;
      -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
   }
}


/* ---- 如何购买 ---- */
.products-jumbotron.rhgm {
  background: url('../img/price_nav.png');
}

.products-jumbotron.rhgm h3{
  font-size: 24px;
}

.products-jumbotron.rhgm .products-banner-hr{
  width: 120px;
  margin-bottom: 18px;
  border-color: #000;
  background: #000;
}

.products-jumbotron.rhgm p{
  margin-bottom: 0;
}

.products-jumbotron.rhgm .last-p{
  font-size: 18px;
  line-height: 58px;
  margin-bottom: 30px;
}

@media (max-width: 506px) {
  .products-jumbotron.rhgm p{
    font-size: 14px;
    line-height: 20px;
  }

  .products-jumbotron.rhgm .last-p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.rhgm .public-footer{
  margin-top: 0px;
}

.rhgm .public-twonav a{
  display: inline-block;
}

.rhgm .price-table p{
  margin-bottom: 0;
}

.rhgm .public-about{
  margin-top: 100px;
}

.rhgm .rhgm-price{
  display: none;
}

@media (max-width: 506px) {
  .rhgm .price-table{
    display: none;
  }

  .rhgm .rhgm-price{
    display: block;
  }

  .rhgm .rhgm-price .icon-present{
      padding-top: 15px;
      padding-bottom: 15px;
  }

  .rhgm .rhgm-price table{
    margin: 0 auto;
  }
}


.down-xzsy .down-panel .content-down {
    position: absolute;
    height: 30px;
    font-size: 14px;
    width: 70px;
    bottom: -9px;
    right: 10px;
    background: url('../img/icon/down_dwword.png') no-repeat right center;
}

.down-xzsy .down-panel .down-info.lst-up p{
  height: auto;
  overflow: normal;
}

.down-xzsy .down-panel .down-info.lst-up .content-down{
  background: url('../img/icon/down_upword.png') no-repeat left center;
  left: 15px;
}

@media (max-width: 614px) {
  .down-xzsy{
    padding-bottom: 40px;
  }

  .down-xzsy .max-title{
    line-height: 30px;
  }

  .down-xzsy .down-panel .content-down{
    width: 20px;
  }

  .down-xzsy .down-panel .down-info.lst-up .content-down {
    width: 70px;
  }
}

@media (max-width: 506px) {
  .down-xzsy .down-panel .content-down{
    bottom: 0px;
  }
}

/*关于我们*/

.aboutus{
  padding-bottom: 50px;
}

.aboutus .content-div{
  border:1px solid #eee;
}

.aboutus .content-l .max-title{
    font-size: 22px;
    text-align: center;
    line-height: 100px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.aboutus .content-l .about-title{
  font-size: 16px;
  line-height: 58px;
  margin: 0;
  font-weight: bold;
  color: rgb(102, 102, 102);
}

.aboutus .content-l .about-info{
  font-size: 14px;
  line-height: 30px;
}

.aboutus .content-l .historic-info{
  padding-left: 40px;
  line-height: 50px;
  min-height: 50px;
  background: url('../img/icon/about_date.png') no-repeat center left;
  background-repeat: repeat-y;
}

.aboutus .content-l .historic-year {
    background: url('../img/icon/about_year.png') no-repeat center left;
    background-repeat: repeat-y;
}

@media (max-width: 330px) {
    .aboutus .content-l .line-x330{
      line-height: 24px;
    }
}
@media (max-width: 331px) {
    .aboutus .content-l .line-x331{
      line-height: 24px;
    }
}
@media (max-width: 335px) {
    .aboutus .content-l .line-x335{
      line-height: 24px;
    }
}
@media (max-width: 338px) {
    .aboutus .content-l .line-x338{
      line-height: 24px;
    }
}
@media (max-width: 345px) {
    .aboutus .content-l .line-x345{
      line-height: 24px;
    }
}
@media (max-width: 350px) {
    .aboutus .content-l .line-x350{
      line-height: 24px;
    }
}
@media (max-width: 357px) {
    .aboutus .content-l .line-x357{
      line-height: 24px;
    }
}
@media (max-width: 364px) {
    .aboutus .content-l .line-x364{
      line-height: 24px;
    }
}
@media (max-width: 379px) {
    .aboutus .content-l .line-x379{
      line-height: 24px;
    }
}
@media (max-width: 398px) {
    .aboutus .content-l .line-x398{
      line-height: 24px;
    }
}
@media (max-width: 399px) {
    .aboutus .content-l .line-x399{
      line-height: 24px;
    }
}
@media (max-width: 402px) {
    .aboutus .content-l .line-x402{
      line-height: 24px;
    }
}
@media (max-width: 403px) {
    .aboutus .content-l .line-x403{
      line-height: 24px;
    }
}
@media (max-width: 404px) {
    .aboutus .content-l .line-x404{
      line-height: 24px;
    }
}
@media (max-width: 405px) {
    .aboutus .content-l .line-x405{
      line-height: 24px;
    }
}
@media (max-width: 410px) {
    .aboutus .content-l .line-x410{
      line-height: 24px;
    }
}
@media (max-width: 411px) {
    .aboutus .content-l .line-x411{
      line-height: 24px;
    }
}
@media (max-width: 418px) {
    .aboutus .content-l .line-x418{
      line-height: 24px;
    }
}
@media (max-width: 428px) {
    .aboutus .content-l .line-x428{
      line-height: 24px;
    }
}
@media (max-width: 430px) {
    .aboutus .content-l .line-x430{
      line-height: 24px;
    }
}
@media (max-width: 432px) {
    .aboutus .content-l .line-x432{
      line-height: 24px;
    }
}
@media (max-width: 444px) {
    .aboutus .content-l .line-x444{
      line-height: 24px;
    }
}
@media (max-width: 446px) {
    .aboutus .content-l .line-x446{
      line-height: 24px;
    }
}
@media (max-width: 449px) {
    .aboutus .content-l .line-x449{
      line-height: 24px;
    }
}
@media (max-width: 452px) {
    .aboutus .content-l .line-x452{
      line-height: 24px;
    }
}
@media (max-width: 453px) {
    .aboutus .content-l .line-x453{
      line-height: 24px;
    }
}
@media (max-width: 454px) {
    .aboutus .content-l .line-x454{
      line-height: 24px;
    }
}

@media (max-width: 461px) {
    .aboutus .content-l .line-x461{
      line-height: 24px;
    }
}

@media (max-width: 484px) {
    .aboutus .content-l .line-x484{
      line-height: 24px;
    }
}
@media (max-width: 494px) {
    .aboutus .content-l .line-x494{
      line-height: 24px;
    }
}
@media (max-width: 503px) {
    .aboutus .content-l .line-x503{
      line-height: 24px;
    }
}
@media (max-width: 510px) {
    .aboutus .content-l .line-x510{
      line-height: 24px;
    }
}
@media (max-width: 511px) {
    .aboutus .content-l .line-x511{
      line-height: 24px;
    }
}
@media (max-width: 525px) {
    .aboutus .content-l .line-x525{
      line-height: 24px;
    }
}

@media (max-width: 526px) {
    .aboutus .content-l .line-x526{
      line-height: 24px;
    }
}
@media (max-width: 529px) {
    .aboutus .content-l .line-x529{
      line-height: 24px;
    }
}
@media (max-width: 531px) {
    .aboutus .content-l .line-x531{
      line-height: 24px;
    }
}
@media (max-width: 535px) {
    .aboutus .content-l .line-x535{
      line-height: 24px;
    }
}
@media (max-width: 542px) {
    .aboutus .content-l .line-x542{
      line-height: 24px;
    }
}
@media (max-width: 547px) {
    .aboutus .content-l .line-x547{
      line-height: 24px;
    }
}
@media (max-width: 562px) {
    .aboutus .content-l .line-x562{
      line-height: 24px;
    }
}
@media (max-width: 601px) {
    .aboutus .content-l .line-x601{
      line-height: 24px;
    }
}
@media (max-width: 602px) {
    .aboutus .content-l .line-x602{
      line-height: 24px;
    }
}
@media (max-width: 720px) {
    .aboutus .content-l .line-x720{
      line-height: 24px;
    }
}
@media (max-width: 721px) {
    .aboutus .content-l .about-info{
        line-height: 24px;
    }

    .aboutus .content-l .info-lst{
      line-height: 24px;
    }
}

.aboutus .content-r .right-list-title{
  line-height: 42px;
  border-bottom: 1px solid rgb(239, 239, 239);
}

.aboutus .content-r .right-item{
  line-height: 20px;
  border-left: 2px solid #999;
  padding-left: 18px;
  margin: 10px 0;
}

.aboutus .content-r .right-item a{
  color: rgb(51, 51, 51);
}

.aboutus .content-r .active{
  border-color: #e82e2e;
}
.aboutus .content-r .active a{
  color: #e82e2e;
}

.aboutus .content-r .right-item:hover{
  border-color: #e82e2e;
}

.aboutus .content-r .right-item:hover a{
  color: #e82e2e;
}


/*联系我们*/
.aboutus .content-l .about-contactus p{
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: rgb(102, 102, 102);
 }

 .aboutus .content-l .about-contactus a{
    color: rgb(102, 102, 102);
    text-decoration: underline;
 }

.aboutus .content-l .about-contactus .contactus-href-red {
    color: #e82e2e;
    text-decoration: underline;
}
.aboutus .content-l .about-contactus .aboutus-contactus-qq {
    min-height: 60px;
    line-height: normal;
    display: inline-block;
    vertical-align: text-top;
}

.aboutus .content-l .about-contactus .aboutus-contactus-qq a {
    padding: 0 10px 15px 22px;
    color: rgb(102, 102, 102);
    display: inline-block;
    background: url('../img/icon/contactus_qq.png') no-repeat;
    background-position: 2px 2px;
    text-decoration: underline;
}

.aboutus .content-l .about-contactus .xw375{
  display: none;
}

@media (max-width: 405px) {
  .aboutus .content-l .about-contactus .dw405{
    display: none;
  }
}

@media (max-width: 375px) {
  .aboutus .content-l .about-contactus .xw375{
    display: inline-block;
  }
}

@media (max-width: 346px) {
 .aboutus .content-l .about-contactus  .emsp-span{
    display: none;
  }
}

/*企业文化*/
 .aboutus .content-l .aboutus-enterpriseculture-content {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 40px;
    font-size: 22px;
    color: #333;
    line-height: 58px;
    text-align: center;
    background: url('../img/icon/enterpriseculture_bg.png');
}

 .aboutus .content-l .enterpriseculture-title {
    height: 40px;
    line-height: 40px;
    color: #e82e2e;
}

 .aboutus .content-l .aboutus-enterpriseculture-content .title-word {
     width: 19.6%;
}


 .aboutus .content-l .title-line {
    width: 38%;
    height: 1px;
    margin-top: 20px;
    background: #999;
}

 .aboutus .content-l .aboutus-enterpriseculture-content .title-fx {
    width: 14px;
    width: 16px\9;
    height: 14px;
    height: 16px\9;
    border: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532198881773, M12=-0.52532198881773, M21=0.52532198881773, M22=0.52532198881773);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.52532198881773, M12=-0.52532198881773, M21=0.52532198881773, M22=0.52532198881773)";
    zoom: 1;
    margin-top: 12.5px;
    margin-top: 11.5px\9;
    margin-left: 3px;
    margin-left: 0px\9;
}

 .aboutus .content-l .aboutus-enterpriseculture-content .enterpriseculture-word {
    padding: 70px 0;
}

 .aboutus .content-l .aboutus-enterpriseculture-content .enterpriseculture-word .word-center {
    display: inline-block;
    margin: 0 auto;
}

.aboutus .content-l .aboutus-enterpriseculture-content .enterpriseculture-word .word-radus {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 1px dashed #999;
    margin: 0 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1199px) {
   .aboutus .content-l .aboutus-enterpriseculture-content .title-word {
        width: 18.88%;
    }
}

@media (min-width: 590px) and (max-width: 725px) {
  .aboutus .content-l .title-line {
      width: 33.66%;
  }
   .aboutus .content-l .aboutus-enterpriseculture-content .title-word {
        width: 26%;
    }
}

@media (max-width: 589px){
  .aboutus .content-l .max-title {
      line-height: 50px;
  }

  .aboutus .content-l .title-line {
      width: 23.7%;
      height: 1px;
      margin-top: 20px;
      background: #999;
  }
  .aboutus .content-l .aboutus-enterpriseculture-content .title-word {
        width: 39.4%;
        font-size: 18px;
        padding-left: 2px;
    }

  .aboutus .content-l .aboutus-enterpriseculture-content .enterpriseculture-word {
      padding: 30px 0;
      font-size: 16px;
  }

  .aboutus .content-l .aboutus-enterpriseculture-content .enterpriseculture-word .word-radus{
    margin-bottom: 15px;
  }
}


/*列表文件*/
.lst-cont .quote-btn{
  border-color: rgb(232, 46, 46);
  line-height: 24px;
  min-width: 138px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  color: #e82e2e;
  margin: 30px 0;
}

.lst-cont .seach-box{
  margin: 30px 0;
  border: 1px solid rgb(238, 238, 238);
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  padding: 0 19px;
  font-size: 14px;
}

.lst-cont .seach-box .select-input{
    height: 36px;
    border-color: #fff;
    outline: none;
    margin-right: 20px;
    background: #fff;
    border-width: 0;
    #height:25px\9;
    +height:25px\9;
    height:25px\9;
    padding-top: 5px\9;
}

.lst-cont .seach-box #keyboard{
  height: 36px;
  border-color: #fff;
  border-width: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0px 600px rgba(0,0,0,0) inset; */
  box-shadow: 0 0 0px 600px rgba(0,0,0,0) inset;
  background-color: none !important;
  position: relative;
  margin-left: 10px;
  width: 82%
}

.lst-cont .seach-box .search-line {
    width: 1px;
    height: 20px;
    background: #333;
    position: absolute;
    z-index: 3;
    display: inline-block;
    top: 40px;
}

.lst-cont .seach-box .seach-submit{
  height: 36px;
  width: 22px;
  background: #FFF;
  border-width: 0;
  border-color: #FFF;
  outline: none;
  background: url('../img/icon/search.png') no-repeat center center;
}

.lst-cont .lst-item{
  line-height: 55px;
  border-bottom: 1px solid #efefef;
}

.lst-cont .lst-item a{
  color: rgb(51, 51, 51);
  padding-left: 14px;
  border-left: 2px solid #FFF;

}

.lst-cont .lst-item:hover a{
  border-color: #e82e2e;
  text-decoration: none;
  color: #e82e2e;
}

.lst-cont .lst-item .time{
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.lst-cont .lst-item:hover .time{
  color: #e82e2e;
}

.lst-cont .content .lst-item:nth-last-child(2){
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .lst-cont .seach-box #keyboard {
      width: 79%;
  }
}

@media (max-width: 992px) {
  .lst-cont .seach-box #keyboard {
      width: 72%;
  }
}

@media (min-width: 590px) and (max-width: 992px) {
  .lst-cont .seach-box #keyboard {
      width: 73%;
  }
  

  .lst-cont .lst-item{
    height: 55px;
    overflow: hidden;
  }

  .lst-cont .lst-item a{
      max-width: 416px;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }

}

@media (min-width: 591px) and (max-width: 767px) {
  .lst-cont .seach-box .search-line {
      top: 10px;
  }
}


@media (max-width: 590px){
  .lst-cont .lst-item{
    line-height: 24px;
    height: 50px;
  }

  .lst-cont .lst-item .time{
    float: left!important;
    padding-left: 10px;
    color: #999;
  }

  .lst-cont .seach-box {
      margin: 30px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding:0;
  }

  .lst-cont .seach-box .select-input{
    margin: 0;
  }

  .lst-cont .seach-box #keyboard {
      width: 63%;
      margin: 0;
  }

  .lst-cont .seach-box .search-line{
    display: none;
  }

  .lst-cont .lst-item a {
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 10px;
      padding-right: 10px;
      display: block;
  }

  .lst-cont .content{
    padding: 5px 0;
  }
}


/*-- 培训视频 --*/
.lst-cont .video-lst{
    margin-top: 15px;
  }

.lst-cont .video-lst .video-info {
    border: 1px solid rgb(239, 239, 239);
    display: block;
    color: #666;
    text-decoration: none;
    margin: 15px 0;
}

.lst-cont .video-lst .servicecenter-video-img {
    border: none;
    height: 180px;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.lst-cont .video-lst .servicecenter-video-start {
    position: absolute;
    top: 0;
    height: 180px;
    width: 88%;
    background: url('../img/icon/videostart.png') no-repeat center center;
    filter: alpha(opacity=30 finishopacity=30 style=1 startx=0,starty=5,finishx=90,finishy=60) progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000',endColorstr='#19000000');
    top: 15px;
    top: 19px\9;
    left: 21px\9;
    background-color: rgba(0,0,0,0.3);
    border: none;
    display: none;
}

.lst-cont .video-lst .video-info .servicecenter-video-title {
    height: 60px;
    padding: 0 18px;
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.lst-cont .video-lst .video-info .servicecenter-video-time {
    font-size: 14px;
    padding: 0 18px;
    color: #999999;
}

.lst-cont .video-lst .video-info:hover{
  background: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=90, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=180, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=270, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', Direction=360, Strength=5)";

  *filter: progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=0, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=90, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=180, Strength=5)
       progid:DXImageTransform.Microsoft.Shadow(color='#eeeeee', direction=270, Strength=5);

  -webkit-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
     -moz-box-shadow:0 0 20px rgba(180, 180, 180, .5);  
        box-shadow:0 0 20px rgba(180, 180, 180, .5);
}

.lst-cont .video-lst .video-info:hover .servicecenter-video-title{
  color: #e82e2e;
}

.lst-cont .video-lst .video-info:hover .servicecenter-video-start{
  display: block;
}

@media (max-width: 1199px ) {
   .lst-cont .video-lst .servicecenter-video-img {
      height: 143px;
    }

   .lst-cont .video-lst .servicecenter-video-start{
     width: 189.8px;
     height: 143px;
   }
}

@media (max-width: 991px ) {
    .lst-cont .video-lst .servicecenter-video-img {
      height: 102px;
    }

   .lst-cont .video-lst .servicecenter-video-start{
     width: 134.8px;
     height: 102px;
   }
}


@media (max-width: 450px ) {

    .lst-cont .video-lst .servicecenter-video-start{
      width: 120px;
      height: 120px;
       -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      top: 15%;
      left: 50%;
      margin-left: -60px;
      top: 5px\9;
      left: 6px\9;
    }
}

@media (min-width: 451px) and (max-width: 767px ) {
  .lst-cont .video-lst .servicecenter-video-img {
      height: auto; 
    }

  .lst-cont .video-lst .servicecenter-video-start{
    display: none;
  }
}

/*收索结果*/
.aboutus .content-l div.max-title{
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.aboutus .content-l div.max-title h4{
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 589px){
    .aboutus .content-l div.max-title{
      text-align: left;
      padding: 15px 0 15px 12px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      line-height: 30px;
      overflow: hidden;
    }

   .aboutus .content-l div.max-title h4{
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
   }
}

/*新闻动态*/
.aboutus .action-lst{
  margin-bottom: 15px;
}

.aboutus .top-news .right-item{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  border-left-width: 0;
}

/*详情页*/
.aboutus .content-l .read-text .max-title {
   line-height: 1.5em;
   padding: 1.5em 0;
}

.aboutus .content-l .read-text .tools{
  font-size: 12px;
  line-height: 42px;
  height: 42px;
  margin: 15px 0;
  background: #eee;
  color: #999999;
}

.aboutus .content-l .read-text .tools span{
  display: inline-block;
}

.aboutus .content-l .read-text .tools .partook-tub{
  margin-left: 10px;
  padding-left: 20px;
  background: url(../img/icon/partook_icon.png) no-repeat left center;
}

.aboutus .content-l .read-text .tools .partook-tub:hover{
  background: url(../img/icon/partook.png) no-repeat left center;
}

.aboutus .content-l .read-text .tools .partook-tub:hover .partook-icon{
  display: block;
}

.aboutus .content-l .read-text .tools .partook-icon {
    position: absolute;
    right: -5px;
    top: -32px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #e82e2e;
     display: none; 
}

.aboutus .content-l .read-text .tools .icon-medium a{
  display: inline-block;
  width: 22px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
}
.aboutus .content-l .read-text .tools a.bshare-weixin {
    background: url(../img/icon/partook_icons.png) no-repeat center center;
    background-position: 0 center;
}

.aboutus .content-l .read-text .tools a.bshare-qqim {
    background: url(../img/icon/partook_icons.png) no-repeat center center;
    background-position: -37px center;
}

.aboutus .content-l .read-text .tools a.bshare-sinaminiblog {
    background: url(../img/icon/partook_icons.png) no-repeat center center;
    background-position: -74px center;
}

.aboutus .content-l .read-text .tools a.bshare-qzone {
    background: url(../img/icon/partook_icons.png) no-repeat center center;
    background-position: -110px center;
}

.aboutus .content-l .read-text .tools .more-style-addthis {
    background: url(../img/icon/more_icon.png) no-repeat center center;
}

.aboutus .content-l .read-text .tools .bshare-share-count {
    width: 45px;
    padding: 0 0 0 2px;
    vertical-align: bottom;
    background: transparent url(../img/icon/counter_box_24.gif) no-repeat;
    height: 27px;
    color: #444;
    line-height: 24px !important;
    text-align: center;
    font: bold 12px Arial,宋体,sans-serif;
    zoom: 1;
    _padding-top: 5px;
    display: inline-block;
}

.aboutus .content-l .read-text .tools .partook-icon::after{
  display: inline-block;
  position: absolute;
  content:" ";
  width: 30px;
  height: 30px;
  right: 40px;
  background: url('../img/icon/delta.png') no-repeat center top;
}

@media (max-width: 500px) {
  .lst-cont .content{
    padding-top: 0;
  }

  .aboutus .content-l .read-text .tools{
    padding:0 10px ;
    margin-top: 0;
  }

  .aboutus .content-l .read-text .max-title{
    font-size: 16px;
    padding: 12px 0;
  }
}

.aboutus .content-l .read-text .text-content{
    word-wrap: break-word;
  }

/*商务合作*/
.swhz{
  font-size: 14px;
  line-height: 30px;
}

.swhz p{
  margin: 0;
  padding: 0;
}

.swhz .swhz-info{
  text-indent: 2em;
}

.swhz .link-href{
  color: #666;
  text-decoration: underline;
}

.swhz .link-href.red{
  color: #e82e2e;
}

.swhz .link-href:hover{
  color: #e82e2e;
}

/*服务热线*/
#qiao-icon-wrap h2{
  font-size: 18px;
  color: #e82e2e;
  line-height: 1.5em;
  margin: 0;
  font-weight: bold;
}


/*申请试用*/
.sqsy .max-title h3{
      font-size: 22px;
      color: #333;
      margin-bottom: 0;
}

.sqsy .max-title h3+p{
      font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: normal;
}

@media (max-width: 589px) {
  .sqsy.aboutus .content-l{
    padding: 0;
  }

  .sqsy.aboutus .content-l div.max-title{
    padding: 5px 0;
  }

  .sqsy .max-title h3{
        font-size: 20px;
        text-align: center;
  }
  .sqsy .max-title h3+p{
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin: 5px 0 10px;
  }

}

.sqsy .red{
  color: #e82e2e;
}

.sqsy .sqsy-content{
  padding: 15px 0;
}

.sqsy .sqsy-content .radio-inline{
  margin-right: 15px;
}

.sqsy .sqsy-content .radio-inline input{
  margin-top: 6px;
  width: 18px;
  height: 18px;
}

.sqsy .sqsy-content .control-label{
  font-weight: normal;
}

.sqsy .sqsy-content .form-control{
  height: 38px;
  font-size: 16px;
 }

 .sqsy .sqsy-content .form-control.red{
   color: #e82e2e;
   border-color: #e82e2e;
 }

.sqsy .sqsy-content .form-group{
  margin-bottom: 10px;
 }

 .sqsy .sqsy-content .form-group .btn-p{
    font-size: 14px;
    color: #999;
    line-height: 50px;
    margin-bottom: 20px;
 }

 .sqsy .sqsy-content .form-control + .help-block{
   margin: 0;
   font-size: 12px;
    line-height: 25px;
    height: 25px;
 }

.sqsy .sqsy-content .success input{
  position: relative;
  border-color: #1dd904;
  padding-right: 20px;
}

.sqsy .sqsy-content .success input+.help-block{
  color: #1dd904;
}

.sqsy .sqsy-content .success .inp:after{
  position: absolute;
    content:url('../img/icon/success.png');
    width: 15px;
    height: 38px;
    line-height: 38px;
    right: 20px;
    top: 0;
  };

  .sqsy .sqsy-content .error input{
  position: relative;
  border-color: #e82e2e;
  padding-right: 20px;
}
.sqsy .sqsy-content .error input.form-control{
  border-color: #e82e2e;
  padding-right: 20px;
}

.sqsy .sqsy-content .error input+.help-block{
  color: #e82e2e;
}

.sqsy .sqsy-content .error .inp:after{
  position: absolute;
    content:url('../img/icon/error.png');
    width: 15px;
    height: 38px;
    line-height: 38px;
    right: 20px;
    top: 0;
  };

}

#getcode{
  padding-left: 0;
  padding-right: 0;
}

.sqsy .sqjg-content p{
      font-size: 15px;
    line-height: 40px;
    margin: 0;
}

.sqsy .sqjg-content p+b{
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif;
}

.sqsy .sqjg-content p a{
    color: #666;
    text-decoration: underline;
}

.sqsy .sqjg-content .img-erwei{
  padding-left: 0;
}
.sqsy .sqjg-content .thumbnail{
  border: 0px;
  padding: 0;
}

.sqsy .sqjg-content .thumbnail img{
  width: 100%;
}

.sqsy .sqjg-content .thumbnail .caption{
  padding: 0;
}

.sqsy .sqjg-content .thumbnail .btn{
  width: 100%;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  border: 1px solid #999;
  padding: 0;
  line-height: 26px;
  text-decoration: none;
  font-size: 16px;
}

.sqsy .sqjg-content .btn.red{
  color: #e82e2e;
  border-color: #e82e2e;
}

.products-jumbotron.ccenter {
  background: url('../img/jyb_nav.png');
}
.public-imgnav .ccenter-imgnav{
  background: url('../img/electronic.jpg');
}
.public-imgnav .ccenter-imgnav.active{
  background: url('../img/active_electronic.jpg');
}

.ccenter-panel .panel-title{
   background: url('../img/title_bg.png') no-repeat center center;
} 
.ccenter-panel .products-hr{
  background: url('../img/icon/eduline.png') no-repeat center center;
  background-repeat: repeat-x;
}

.products-jumbotron.xiaocx {
  background: url('../img/jyb_nav.png');
}
.public-imgnav .xiaocx-imgnav{
  background: url('../img/xiaocx.jpg');
}
.public-imgnav .xiaocx-imgnav.active{
  background: url('../img/active_xiaocx.jpg');
}

.xiaocx-panel .panel-title{
   background: url('../img/title_bg.png') no-repeat center center;
} 
