@charset "UTF-8";
  
@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px); }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px); }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px); }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px); }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px); }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px); }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px); }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px); }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px); }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg); }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg); }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg); }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg); }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg); }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg); }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg); }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg); }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0); }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0); } }
@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg); }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg); }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg); }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg); }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg); }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg); }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg); }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg); }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0); }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0); } }

/* line 22, ../sass/base.scss */
      

/* line 99, ../sass/base.scss */
.jiuanweb-wrapper {
  width: 100%;
  background: #fff;
}
/* line 102, ../sass/base.scss */
.jiuanweb-wrapper .mainwidth {
  width: 1200px;
  margin: 0 auto;
}

/* line 1, ../sass/public.scss */
.gray-bg {
  background: #f1f1f1;
}

/* line 4, ../sass/public.scss */
.graylit-bg {
  background: #f7f7f7;
}

/* line 7, ../sass/public.scss */
.dblue-bg {
  background: #33373a;
}

/* line 11, ../sass/public.scss */
.white-bg {
  background: #fff;
}

/* line 4,  */
.jiuanweb-wrapper .header .t-bar {
  background: #eee;
  height: 35px;
  line-height: 35px;
}
/* line 8,  */
.jiuanweb-wrapper .header .t-bar .tb-left {
  float: left;
}
/* line 10,  */
.jiuanweb-wrapper .header .t-bar .tb-left span {
  color: #3f3f3f;
  padding-left: 14px;
}
/* line 15,  */
.jiuanweb-wrapper .header .t-bar .tb-right {
  float: right;
}
/* line 17,  */
.jiuanweb-wrapper .header .t-bar .tb-right .register-login {
  float: right;
}
/* line 19,  */
.jiuanweb-wrapper .header .t-bar .tb-right .register-login a {
  padding: 0 5px;
}
/* line 23,  */
.jiuanweb-wrapper .header .t-bar .tb-right .try {
  float: right;
  margin-left: 30px;
}
/* line 26,  */
.jiuanweb-wrapper .header .t-bar .tb-right .try a {
  color: #e23c41;
}
/* line 29,  */
.jiuanweb-wrapper .header .t-bar .tb-right .try a:hover {
  text-decoration: underline;
}
    
 
/* line 236,  */
.jiuanweb-wrapper .main-content .home-block01 p {
  color: #ffcccb;
  font-size: 20px;
}
/* line 243,  */
.jiuanweb-wrapper .main-content .lr-mablock {
  width: 100%;
}
/* line 245,  */
.block-top-mess {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  padding-top: 68px;
}
 .padding-top{
    padding-top: 20px;
}

/* line 250,  */
.block-top-mess .tm-title {
  font-size: 30px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 60px;
}
/* line 256,  */
.block-top-mess .tm-title.fsz36 {
  font-size: 36px;
}
/* line 259,  */
.block-top-mess .en-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
/* line 265,  */
.block-top-mess .red-piece {
  width: 25px;
  height: 6px;
  background: #e23c41;
  margin: 0 auto;
}
/* line 271,  */
.block-top-mess .tm-content {
  line-height: 18px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #c9c9c9;
  position: relative;
}
/* line 277,  */
.block-top-mess .tm-content .en-dis {
  position: absolute;
  display: inline-block;
  background: #fff;
  top: -12px;
  left: 270px;
  width: 80px;
  text-align: center;
}
/* line 288,  */
.block-top-mess .nobd.tm-content {
  border-top: none;
  margin-top: 5px;
}
/* line 292,  */
.block-top-mess .pt10.tm-content {
  padding-top: 10px;
}
/* line 295,  */
.block-top-mess .pmt0.tm-content {
  padding-top: 0;
  margin-top: 0;
}
/* line 301,  */
.jiuanweb-wrapper .main-content .lr-mablock .ptnone {
  padding-top: 0;
}
/* line 305,  */
.jiuanweb-wrapper .main-content .lr-mablock .pb60 {
  padding-bottom: 68px;
}
/* line 309,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-con-img {
  width: 100%;
  padding: 30px 0 68px;
  text-align: center;
}
/* line 314,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-con-img.pb10 {
  padding-bottom: 10px;
}
/* line 317,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-con-img.pb80 {
  padding-bottom: 80px;
}
/* line 321,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 {
  width: 1160px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 50px 0;
}
/* line 327,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul {
  width: 1240px;
}
/* line 329,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li {
  width: 230px;
  height: 360px;
  float: left;
  margin-right: 80px;
}
/* line 334,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07title {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-top: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #3f3f3f;
}
/* line 344,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07img {
  width: 160px;
  height: 171px;
  margin: 0 auto;
  padding-top: 17px;
  position: relative;
}
/* line 350,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07img .img {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 355,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07img .img img {
  width: 100%;
}
/* line 358,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07-describe {
  width: 136px;
  height: 40px;
  margin: 0 auto;
  line-height: 20px;
  padding-top: 13px;
  text-align: center;
}
/* line 366,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07-more {
  padding-top: 8px;
  line-height: 20px;
  text-align: center;
}
/* line 370,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li .b07-more a {
  color: #e23c41;
}
/* line 375,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li.active, .jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li:hover {
  background: #e23c41;
}
/* line 377,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li.active .b07title, .jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li:hover .b07title {
  color: #fff;
}
/* line 380,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li.active .b07-describe, .jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li:hover .b07-describe {
  color: #fff;
}
/* line 384,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li.active .b07-more a, .jiuanweb-wrapper .main-content .lr-mablock .lr-block07 .lr-b07ul li:hover .b07-more a {
  color: #fff;
}
/* line 392,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block {
  width: 980px;
  margin: 0 auto;
  min-height: 980px;
  padding: 50px 0;
  overflow: hidden;
}
   
/* line 414,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul {
  width: 1056px;
}
/* line 416,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul li {
  width: 135px;
  height: 165px;
  margin-right: 76px;
  margin-bottom: 32px;
  float: left;
}
/* line 422,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul li .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
/* line 427,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul li .word {
  padding-top: 10px;
  text-align: center;
}
/* line 430,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul li .word .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 25px;
}
/* line 436,  */
.jiuanweb-wrapper .main-content .lr-mablock .server-block .sbul li .word .p2 {
  line-height: 20px;
}
/* line 444,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
/* line 448,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-left {
  float: left;
}
/* line 451,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-right {
  float: right;
}
/* line 454,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-img {
  max-width: 580px;
}
/* line 457,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word {
  width: 400px;
  padding-top: 70px;
}
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .mt40{
    margin-top: 40px;
}
.jiuanweb-wrapper .homepage .lr-mablock .lr-content .lc-word span{
    font-size: 30px;
    color: #3F3F3F;
    display: block;
    margin-bottom: 5px;
}
.jiuanweb-wrapper .homepage .lr-mablock .lr-content .lc-word .lcwul .circle{
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #A7A7A7;
    font-family: SimSun;
    color: #888;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
/* line 460,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word h2 {
  font-size: 28px;
  height: 44px;
  line-height: 44px;
  color: #3f3f3f;
}

.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word h3 {
    font-size: 25px;
    height: 44px;
    line-height: 44px;
    color: #3f3f3f;
}
/* line 466,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .lw-en {
  line-height: 18px;
  color: #888;
}
/* line 470,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .lw-en.uppercase {
  text-transform: uppercase;
}
/* line 473,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .red-line {
  width: 100%;
  height: 3px;
  padding: 25px 0 15px 0;
}
/* line 477,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .red-line .r-r {
  float: right;
}
/* line 480,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .red-line .line {
  width: 50px;
  height: 2px;
  background: #e23c41;
}
/* line 486,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word p {
  padding: 16px 0;
  line-height: 24px; font-size:16px;
  color: #666;
}
/* line 491,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .lcwul {
  padding-top: 10px;
}
/* line 493,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word .lcwul li {
  float: left;
  width: 64px;
  height: 64px;
  padding-right: 10px;
}
/* line 501,  */
.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word.pt130 {
  padding-top: 130px;
}

.jiuanweb-wrapper .main-content .lr-mablock .lr-content .lc-word.pt130 h3{
    font-size: 25px;
}

/* line 505,  */
.jiuanweb-wrapper .main-content .lr-mablock .tar.lc-word {
  text-align: right;
}
/* line 508,  */
 
/* line 517,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 {
  width: 1102px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0 70px 0;
}
/* line 523,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul {
  width: 1140px;
  height: 390px;
}
/* line 526,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li {
  width: 340px;
  height: 388px;
  margin-right: 38px;
  border: 1px solid #dedede;
  float: left;
  background: #fff;
}
/* line 533,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .img {
  height: 238px;
  width: 340px;
}
/* line 537,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .word {
  width: 304px;
  margin: 0 auto;
  padding-top: 16px;
}
/* line 541,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .word .title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #3f3f3f;
}
/* line 548,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .word p {
  height: 40px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  color: #888;
  padding-top: 10px;
}
/* line 556,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .word .tsame {
  width: 100%;
  line-height: 25px;
  color: #3f3f3f;
}
/* line 560,  */
.jiuanweb-wrapper .main-content .lr-mablock .customize020 .cus-ul li .word .tsame span {
  color: #e23c41;
  padding-right: 5px;
}
/* line 571,  */
.jiuanweb-wrapper .main-content .home-block02 {
  width: 100%;
  height: auto;
}
 
 
/* line 586,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
}
/* line 591,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul {
  width: 1100px;
}
/* line 593,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul li {
  width: 115px;
  height: 160px;
  margin-right: 105px;
  margin-bottom: 35px;
  float: left;
  text-align: center;
}
/* line 600,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul li .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
/* line 605,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul li .word {
  height: 50px;
  width: 100%;
  padding-top: 9px;
  line-height: 25px;
}
/* line 610,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul li .word p {
  font-size: 16px;
  color: #fff;
}
/* line 614,  */
.jiuanweb-wrapper .main-content .home-block02 .hb02-content .hb02ul li .word span {
  color: #727679;
}
 
.jiuanweb-wrapper .homepage .home-block4{
    width: 100%;
    height: 660px;
}
.jiuanweb-wrapper .homepage .home-block4 .home-content{
    width: 1200px;
    margin: 0px auto;
    padding-top: 50px
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul{
    overflow :hidden;
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li{
    float: left;
    margin-right: 8px
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li .case-box{
    width: 290px;
    height: 363px;
    border: 1px solid #E5E5E5;
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li .case-box .imgbox img{
    width: 290px;
    height: 240px;
    overflow: hidden;
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li .case-box .title a{
    display: block;
    width: 255px;
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: bold;
    color: #3F3F3F;
    border-bottom: 1px dotted #C9C9C9;
}
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li .case-box .title a:hover {
    color: #e23c41; }
.jiuanweb-wrapper .homepage .home-block4 .home-content ul li .case-box .intro{
    color: #666;
    width: 255px;
    padding-top: 5px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}
.jiuanweb-wrapper .homepage .home-block5{
    width: 100%;
}
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data{
    width: 100%;
    height: 480px;
    overflow: hidden;
   
}
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list{
    width: 1180px;
    height: 320px;
    margin: 0px auto;
    padding-top: 75px;
}
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item{
    float: left;
    margin-right: 15px;
    height: 320px;
    width: 280px;
    background-color: #FFF;
}
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover {
    background-color: #e23c41;
}
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover p {
    color: #fff; }
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .wobble-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent; }
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .wobble-vertical:hover, .jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .wobble-vertical:focus, .jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .wobble-vertical:active {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .wobble-vertical-son {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .buzz-out {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent; }
.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .buzz-out:hover, .jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .buzz-out:focus, .jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item:hover .buzz-out:active {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
 

.jiuanweb-wrapper .homepage .home-block5 .jiuanweb-data .data-list .data-item .data-item-wrap .data-item-img{
    margin: 0px auto;
    height: 94px;
    position: relative;
    top: 0px;
} 
/* line 690,  */
.hb03-content {
  width: 1160px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 35px;
}
/* line 695,  */
.hb03-content .hb03ul {
  width: 1280px;
}
/* line 697,  */
.hb03-content .hb03ul li {
  width: 198px;
  float: left;
  margin-right: 120px;
  border: 1px solid #fff;
}
/* line 702,  */
.hb03-content .hb03ul li .img {
  width: 120px;
  height: 120px;
  padding: 39px;
}
/* line 708,  */
.hb03-content .hb03ul li .word span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 24px;
  text-align: center;
  color: #3f3f3f;
}
/* line 717,  */
.hb03-content .hb03ul li .word span.ospan {
  font-size: 16px;
}
/* line 720,  */
.hb03-content .hb03ul li .word p {
  width: 120px;
  line-height: 24px;
  margin: 10px 0 10px 52px;
  color: #666;
}
  
/* line 779,  */
.hb03-content .hb03ul li.active span.ospan, .hb03-content .hb03ul li:hover span.ospan {
  color: #ff5640;
}
/* line 790,  */
.jiuanweb-wrapper .main-content .product-server.home-block03 .block-top-mess .tm-content .en-dis {
  background: #f1f1f1;
}
/* line 797,  */
.jiuanweb-wrapper .main-content .product-server.home-block03 .hb03ul li {
  border-color: #f1f1f1;
}
/* line 800,  */
.jiuanweb-wrapper .main-content .product-server.home-block03 .hb03ul li.active, .jiuanweb-wrapper .main-content .product-server.home-block03 .hb03ul li:hover {
  background: #fff;
  border-color: #e23c41;
}
/* line 808,  */
.jiuanweb-wrapper .main-content .home-block04 {
  position: relative;
  height: 337px;
}
/* line 812,  */
.jiuanweb-wrapper .main-content .home-block04 .hb04-content {
  width: 1920px;
  position: absolute;
  top: 0;
  left: -360px;
}
/* line 820,  */
.jiuanweb-wrapper .main-content .home-block05 {
  width: 100%;
  height: 466px;
}
 
.jiuanweb-wrapper .main-content .home-block05 .hb03-content .hb03ul li {
  border-color: #f7f7f7;
}
/* line 836,  */
.jiuanweb-wrapper .main-content .home-block05 .hb03-content .hb03ul li .img {
  padding: 10px 39px;
}
/* line 840,  */
.jiuanweb-wrapper .main-content .home-block05 .hb03-content .hb03ul li:hover {
  border-color: #f7f7f7;
}
/* line 848,  */
.jiuanweb-wrapper .main-content .home-block06 {
  width: 100%;
  height: 816px;
}
/* line 851,  */
.jiuanweb-wrapper .main-content .home-block06 .hb06-content {
  width: 1199px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
} 

 

 
/* line 920, ../sass/information.scss */
.post-comment {
  padding: 20px;
  background-color: #fff;
}
/* line 925, ../sass/information.scss */
.post-comment .post-comment-wrap .comment-form {
  width: 800px;
}   
.tooltip.teaser {
	background: #fff;
	font-size: 100%;
	border: 1px solid #999;
	width: 30em;
	max-height: 200px;
	color: #000;
}

.tooltip.teaser .plant img {
	height: 100px;
	max-width: 9em;
	margin-right: 5px;
}


/* sco.panes.js */
.pane-wrapper {
	position: relative;
	overflow: hidden;
}

.pane-wrapper > div {
	width: 100%;
	display: none;
	top: 0;
	left: 0;
	position: relative;
	transition: .6s ease-in-out all;
	-webkit-transition: .6s ease-in-out all;
	-o-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
}

.pane-wrapper > .active,
.pane-wrapper > .prev,
.pane-wrapper > .next {
	display: block;
}

.pane-wrapper.xfade > div,
.pane-wrapper.xfade > .active.right,
.pane-wrapper.xfade > .active.left {
	opacity: 0;
}
.pane-wrapper.xfade > .next.left,
.pane-wrapper.xfade > .prev.right,
.pane-wrapper.xfade > .active {
	opacity: 1;
}  
#editor u {
    text-decoration: underline;
}
#editor i {
    font-style: italic;
}

#editor .article-con-text {
    font-size: 16px;
    line-height: 2;
    color: #2b2f37;
}

.lr-content .lc-word span {
    font-size: 25px;
    color: #3f3f3f;
}


/****添加代码****/

.min_header{
    top:0;
    left: 0;
    width: 100%;
    overflow:hidden;
    background: #fff;
    position:relative;
}
.min_header ul{
    list-style: none;
    /* width: 980px;
    */ margin: 0 auto;
    overflow:hidden;
}
#ul_1{
    width: 100%;
    height:100px;
    margin: 0px auto;
    position:absolute;
}
#ul_2{
    /*bottom: 20px;
    right: 41%;
    */width: 1000px;
    height: 95px;
    margin:3px auto;
    z-index: 10;
}
#ul_2 li{
    width: 80px;
    height: 110px;
    background: red;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);

}
#ul_2 li.curt{
    margin-left: 138px;
}
#ul_2 li.curt1{
    margin-left: 140px;
}
#ul_2 li.curt2{
    margin-left: 141px;
}
#ul_2 li.curt3{
    float: right;
}
#ul_2 li.curtt{
    margin-left: 100px;
}
#ul_2 li.curtt1{
    margin-left: 150px;
}
#ul_2 li.curtt2{
    margin-left: 145px;
}
#ul_2 li.curtt3{
    margin-left: 145px;
}
#ul_1 li{
    display:none;
    width:100%;
}
#ul_1 li img{
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.min_header ul li{
    float: left;
    width: 221px/*120px*/;
    margin-right: 10px;
}
.min_header ul li.cur{
    color: red;
}
.min_header ul li:current{
}

 
.jiuanweb-wrapper .fenxiaos .sec1 .mr40{
    margin-right: 40px;
} 