body{background: #fff;}
.main_wrap{position: relative;}
.main_wrap *{box-sizing: border-box;}
@keyframes mymove1 {
  0% {
    opacity: .8
  }

  to {
    opacity: .2;
  }
}
/* ä¸Šéƒ¨ */
.main_top{
    margin-top: 0;
    margin-bottom: 0;
}
.main_top_left{
    float: left;
    width: 680px;
    margin-top: 0;
    padding-right: 10px;
}

.main_top_left h1{
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
    padding: 32px 0 10px 0;
}
.main_top_left h2{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding: 0;
    margin-bottom: 5px;
}
.main_top_left p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    word-break: break-word;
}
.main_top .right_img{
    float: right;
    height: 274px;
    width: 465px;
    margin-top: 32px;
}
.more-class{
    padding-top: 38px;
   float: left;
   width: 100%;
   position: relative;
}
.more-class .contactnow{
  float: left;
  width: 140px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ff6900;
  margin-right: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.more-class a img {
    float: left;
    margin-left: 12px;
    margin-top: 5px;
}
.wechat_erui{
    position: absolute;
    left: 279px;
    top: -85px;
    display: none;
}

.main_content_wrap{
    position: relative;
    width: 1200px;
    min-height: 600px;
}
.our_services{
    margin-top: 48px;
    line-height: 30px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 32px;
}
.left_box{
    float: left;
    width: 860px;
    height: auto;
}
.scene_box{
    float: left;
    width: 100%;
    height: 704px;
    background: url(../img/rig_services/scene_bg.png) no-repeat left center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 32px;
}
.red-dot,
.red-dot::before,
.red-dot::after {
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 51;
}
.red-dot{
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 51;
    background: rgba(255,238,226, .5);
    animation: mymove2 1s cubic-bezier(.86, 0, .07, 1) infinite;
}
.red-dot::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background: #ffd6b9;
    z-index: 52;
    opacity: 0.7;
    animation: mymove1 .5s infinite;
}
.red-dot::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background: #ff6900;
    opacity: 1;
    z-index: 53;
}
.pointer_box{
    position: absolute;
    width: 32px;
    height: 32px;
}
.pointer_box:nth-child(1){
    top: 70px;
    left: 211px;
}
.pointer_box:nth-child(2){
    left: 193px;
    top: 166px;
}
.pointer_box:nth-child(3){
    left: 218px;
    top: 255px;
}
.pointer_box:nth-child(4){
    left: 220px;
    top: 290px;
}
.pointer_box:nth-child(5){
    left: 232px;
    top: 355px;
}
.pointer_box:nth-child(6){
    left: 225px;
    top: 380px;
}
.pointer_box:nth-child(7){
    left: 189px;
    top: 505px;
}
.pointer_box:nth-child(8){
    left: 266px;
    top: 464px;
}
.pointer_box:nth-child(9){
    left: 340px;
    top: 480px;
}
.pointer_box:nth-child(10){
    left: 420px;
    top: 483px;
}
.pointer_box span{
    /* float: left; */
    line-height: 28px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 42px;
    border-radius: 3px;
    top: 3px;
    display: none;
    z-index: 99;
    white-space: nowrap;
}
.pointer_box:hover span{
    display: inline-block;
}
.right_box{
    position: relative;
    float: right;
    width: 320px;
}

.contact_box{
    float: left;
    width: 100%;
    box-shadow: 1px 1px 9px rgba(97,97,97,0.3);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
}
.contact_box .portrait{
    margin-top: 15px;
    margin-bottom: 22px;
}
.contact_box p{
    line-height: 28px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #ff6900;
    text-align: left;
    padding-left: 30px;
}
.contact_box p img{
    float: left;
     margin-right: 28px;
}
.contact_box p span,.contact_box p a{
    float: left;
    color: #ff6900;
}
.contact_box p a{
    cursor: pointer;
}
.right_box .see{
   float: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    box-shadow: 1px 1px 9px rgba(97,97,97,0.3);
    margin: 20px 0;
    color: #ff6900;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}
.right_box .see img{
    position: absolute;
    right: 24px;
    top: 16px;
}
.form_box{
    float: left;
    width: 100%;
    height: 368px;
    background: #fff;
    box-shadow: 1px 1px 9px rgba(97,97,97,0.3);
}
.form_box input,.form_box textarea{
    float: left;
    width: 288px;
    height: 44px;
    line-height: 42px;
    padding: 0 10px;
    margin-left: 18px;
    margin-top: 16px;
    border: 1px solid #eee;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 16px;
}
.form_box textarea{
    height: 158px;
    line-height: 20px;
    padding-top:5px;
}
.form_box .submit_btn{
    float: left;
    width: 288px;
    height: 35px;
    line-height: 35px;
    background: #ff6900;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    margin-left: 18px;
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.form_box input:focus,.form_box textarea:focus{
    border-color: rgba(255,105,0,0.8);
    box-shadow: inset 0 1px 1px rgba(255,105,0, 0.075), 0 0 8px rgba(255,105,0, 0.6);
    outline:none;
}
.service_box{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.service_box .topic{
    float: left;
    width: 650px;
    height: 44px;
    background-color: #1cb8f7; /* ä¸æ”¯æŒçº¿æ€§çš„æ—¶å€™æ˜¾ç¤º */
    background-image: linear-gradient(to right, #fff , #1cb8f7);
    margin-left: 210px;
    font-size: 18px;
    font-weight: bold;
    color: #315587;
    position: relative;
    padding-left: 24px;
    line-height: 44px;
}
.service_box .topic img{
    position: absolute;
    right: 15px;
    top: 7px;
}
.service_box .topic::after{
    content: '';
    position: absolute;
    left:0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #315587;
}
.service_box .text_area{
    width: 768px;
    min-height: 152px;
    float: right;
    background: #f8f9fa;
    padding-left: 120px;
    padding-right: 30px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 16px;
    margin-top: 12px;
    word-break: break-word;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.service_box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
    box-shadow: 0px 0px 6px rgba(49,85,135, 0.3);
    text-align: center;
    background: #fff;
    padding-top: 10px;
}
.service_box .img_box img{
    width: 150px;
    height: 150px;
}
.book_div{
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
    margin-bottom: 60px;
    margin-top: 32px;
}
.book_div .center{
    height: 300px;
    width: 48px;
    background: url(../img/rig_services/book_bg.html) no-repeat center center;
}
.book_div .left{
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 330px;
    box-shadow: 0px 0px 6px rgba(49,85,135, 0.3);
    text-align: center;
    z-index: -1;
}
.page_img{
    text-align: center;
}
.book_div .left img,.page_img img{
    width: 360px;
    height: 270px;
    margin-top: 25px;
}
.book_div .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 330px;
    box-shadow: 0px 0px 6px rgba(49,85,135, 0.3);
    background: #f9fafa;
    z-index: -1;
}
.book_div .page_text{
    background: #f9fafa;
}
.book_div .page_text h3{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 30px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.book_div .page_text p{
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    line-height: 24px;
}
.book_div .center{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    top:0;
}
.info_box{
    position: absolute;
    width: 310px;
    height: 360px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    top: 16px;
    right: 16px;
    padding: 12px;
    display: none;
    animation: fadeinR;/*åŠ¨ç”»åç§°*/  
    animation-duration: 0.5s;/*åŠ¨ç”»æŒç»­æ—¶é—´*/  
    -webkit-animation:fadeinR 0.5s;/*é’ˆå¯¹webkitå†…æ ¸*/ 
}
.info_box_bottom{
    top: unset;
    bottom: 16px;
}
.margin-right{
    float: left;
    width: 1px;
    height: 1px;
    margin-right: 15px;
}
.info_box .sku_img{
    float: left;
    width: 100px;
    height: 100px;
}
.info_box h3{
    float: left;
    width: 100%;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin: 6px 4px 16px 4px;
    color: #333;
    line-height: 18px;
}
.info_box p{
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px ;
    color: #333;
    margin-bottom: 12px;
    padding: 0 4px;
}
.info_box p img{
    float: left;
    margin-right: 14px;
}
.info_box p span{
    float: left;
}
.close{
    opacity: 1;
}
.close:hover{
    opacity: 1;
}
.book_title{
    line-height: 30px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 23px;
}
.right_click{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
}

/* æ·¡å…¥-ä»Žå³ */
@-webkit-keyframes fadeinR{
    0%{opacity:0;-webkit-transform:translateX(100px);}
    100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeinR{
    0%{opacity:0;-moz-transform:translateX(100px);}
    100%{opacity:1;-moz-transform:translateX(0);}
}
@-ms-keyframes fadeinR{
    0%{opacity:0;-ms-transform:translateX(100px);}
    100%{opacity:1;-ms-transform:translateX(0);}
}
.flipbook img{
    margin-right: 10px;
}
.book_left{
    position: absolute;
    bottom: 2px;
    left: 10px;
    z-index: 111;
}
.book_right{
    position: absolute;
    bottom: 2px;
    right: 10px;
    z-index: 111;
}
.show_right{
    display: block!important;
}