body{
    background-color: #fbfbfb;
}




.watch-video-btn-a{background:rgba(0,0,0,0); cursor: pointer}
.watch-video-btn-a,
.watch-video-btn-a .watch-video-btn-a-text,
.watch-video-btn a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left:10px;
}
.watch-video-btn-a:hover{
    text-decoration: none;
}

/**基本**/
.watch-video-btn::before,
.watch-video-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.watch-video-btn.top-watch::before,
.watch-video-btn.top-watch::after{
    display:none
}
/**基本**/
.watch-video-btn,
.watch-video-btn::before,
.watch-video-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
  transition: all .4s cubic-bezier(.47, .12, .11, .99);
}
.watch-video-btn {
  position: relative;
  z-index: 2; 
  color: #282828; 
  overflow: hidden;
  text-align: center;
}
.watch-video-btn:hover {
  color: #fff;
}
.watch-video-btn::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.watch-video-btn::after {
    top:0;
    left:-100%;
    width:100%;
    height:100%;
}
.watch-video-btn:hover::after {
  left: 0;
  background-color: #737373;
} 
.watch-video-btn {
    position: relative;
    display: inline-block; 
}
.watch-video-btn.top-watch a {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 50%;
    width: 1024px;
    height: 160px;
    margin-left: -512px;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    background: rgba(98, 98, 98, .75);
}
.watch-video-btn.top-watch a:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
    transition: all .4s cubic-bezier(.47, .12, .11, .99);
    background: #626262;
}
.watch-video-btn.top-watch a span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    text-align: left;
    letter-spacing: .1em;
    color: #fff;
}
.watch-video-btn.top-watch a span:after {
    position: absolute;
    top: -8px;
    right: -60px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../../images/i_play.svg) no-repeat center;
    background-size: 100% auto;
}
.watch-video-btn.top-watch a:after {
    display: none;
}
.watch-video-btn.top-watch {
    width:100%;
    margin-left:0;
    border:0;
    overflow: unset;
    margin-top:8%;
    height: 160px;margin-top: 1%;
}
.watch-video-btn.top-watch a:hover:before {
    /*top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    transform: scale(0.99,0.96);
}
.watch-video-btn a, 
.watch-video-btn-a .watch-video-btn-a-text { 
    text-decoration: none;
}
.watch-video-btn:hover a,.watch-video-btn:hover a:after, 
.watch-video-btn-a:hover .watch-video-btn-a-text,
.watch-video-btn-a:hover .watch-video-btn-a-text:after  {
    color:#fff;
    transition: 0.3s;
}
.watch-video-btn a:hover {
    color:#fff;
} 
.watch-video-btn-a .watch-video-btn-a-text:after,
.watch-video-btn a:after {
    position: absolute;
    z-index: 1; 
    top: 50%;
    right: 15px;

    width: 32px;
    height: 9px;

    content: '';
    -webkit-transition: right .5s cubic-bezier(.47, .12, .11, .99);
            transition: right .5s cubic-bezier(.47, .12, .11, .99);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/global_common/common/images/i_ar.svg') no-repeat center right;
    background-size: 100% auto; 
}

.watch-video-btn a:hover:before, 
.watch-video-btn-a:hover .watch-video-btn-a-text:before {  
}
.watch-video-btn a:hover:after,
.watch-video-btn-a:hover .watch-video-btn-a-text:after { 
    right: 10px;
    background: url('/global_common/common/images/i_ar_btn_bk_on.svg') no-repeat right center;
    background-size: auto 100%;
}
@media screen and (max-width:640px) {
  .watch-video-btn:hover{
      color: #262626;
  }
  .watch-video-btn:hover a, 
  .watch-video-btn:hover a:after, 
  .watch-video-btn-a:hover .watch-video-btn-a-text, 
  .watch-video-btn-a:hover .watch-video-btn-a-text:after{
      color: #262626;
  }
  .watch-video-btn::after {
      top:0;
      left:-100%;
      width:100%;
      height:100%;
  }
  .watch-video-btn:hover::after {
    top: 0;
    background-color: #737373;
  } 
  .watch-video-btn a:hover:after,
  .watch-video-btn-a:hover .watch-video-btn-a-text:after {  
        right: 15px;
        background: url('../images/i_ar.svg') no-repeat center right;
        background-size: 100% auto;
  }
}

.sec {
    margin: 0 auto;
    width: 1024px;    padding-top: 3rem;
}  
.sec:nth-of-type(3){padding-top: 0rem}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li:nth-of-type(-n+1):after {
    content: ">>";
    margin: 0 10px;
}
.breadcrumb ul li a {
     
}
.pageTitle {
    padding: 0 0 25px 0;
}
.pageTitle h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2.2;
}

.table{
	width: 100%;margin: 1vw 0;
	border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.table td{    
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 16px;
    vertical-align: middle;
}

.table thead td{
    background-color: #000;color: #fff
}
.tips{font-weight: bold;}
.text a{text-decoration: underline;}



.contact .contact-list .text{
    margin-bottom: 36px; 
}
.contact-list{ 
    display: flex;
    flex-wrap: wrap;justify-content: space-between; 
}
.contact-list .item{
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    border: 1px solid #adadad;
    background-color: #fff; padding-top: 20px;
    cursor: pointer;
}
.contact-list .item .photo{
    position: relative;    margin: auto;
    width: 90px; height: 90px;
}
.contact-list .item .photo .image-befor,
.contact-list .item .photo .image-after
{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s linear;
    transform-style: preserve-3d;
}
.contact-list .item .photo .image-befor{
    transform: rotateY(0deg);
}
.contact-list .item .photo .image-after{
    transform: rotateY(180deg);
}

.contact-list .item:hover .photo .image-befor{ 
    transform: rotateY(180deg);
}
.contact-list .item:hover .photo .image-after{ 
    transform: rotateY(0deg);
} 
.contact-list .item .text{
    margin-top: 0px;
}
.contact-list .item:nth-of-type(3n){
    margin-right: 0px;
}
.search{
    margin-top:1em;padding-top: 1em; 
    /*border-top: 1px #b5b5b5 solid;*/
}
.search h4{
    margin: 0em 0 1em 0;
    font-size: 1.2em;
}
.search .text{
    margin-bottom: 14px; 
}
.search select{font-size: 0.8em;    padding: 0.6em;}
.search .s2{margin-left:4em; }
.service_provider{ margin-top: 1.5em; display: none}
.service_provider h5 {margin-bottom: 0.5em;}
.service_provider h5 i{margin-right: 0.5em;}
.province{color: #33539e;    margin-right: 0.5em;}
.service_providers li{display: inline-block; width: 49%; line-height: 2.5;position: relative;padding-left: 4em;    vertical-align: top;margin-bottom: 0.25em;}
.service_providers li:nth-child(odd){margin-right:1.6%}
.service_providers .city{margin-right: 1.5em;width: 4em;display: inline-block;position: absolute;left: 0;}
.service_providers .description{font-size: 80%;line-height: 1.7;}
.service_providers .description p{}
.table .table-link{
    color: #367eb3;color: #2F6F9D;
    text-decoration: underline;
}
.table tbody tr td:nth-of-type(3){
    text-align: left;padding-left: 72px;
}
.text-red{color: #dd0000}


.video{position: relative;}
.video .watch-video-btn{
  border: 1px black solid; 
  padding: 0.2rem 0 0.3rem 1rem; 
  width: 11rem; 
  margin-top: 6rem; 
  display: inline-block;
}

.video .watch-video-btn{  
    z-index: 10;
}
.video.watch-video-btn .watch-video-btn-a-text{
    padding: 0;
}
.video .video-image {
    position: absolute;
    right: 14%;
    bottom: 0%;
    height: 75%;
}

.watch-video-btn a{color: #111}
.watch-video-btn a:hover,
.watch-video-btn .watch-video-btn-a:hover{color:#fff;}



.manual .main-text{
    margin-bottom: 18px;
}
.manual .main-text b{
    color: #045ba8;
}
.manual h3.title{
    font-size: 16px; font-weight: bold;
    margin-bottom: 12px;
}

.manual .text{
    font-size: 14px;
    margin-bottom: 12px;
}

.manual .images{
    text-align: center;
    margin-bottom: 20px
}
.manual .images img{
    margin-bottom: 24px;
    box-shadow: 3px 3px 4px 0px #bfbfbf;
}
.manual .images img.image-1{
    width: 90%;
}
.manual .images img.image-2{
    width: 80%;
}
.manual .images img.image-3{
    width: 80%;
}
.manual .images img.image-4{
    width: 80%;
}
.manual .search{
    text-align: center;margin-bottom: 120px;
}
.manual .search .search-text,
.manual .search .search-btn{
    height: 42px;     display: inline-block;vertical-align: middle;
}
.manual .search .search-text{
    width: 200px;
    padding: 0 12px;
    background-image: url(/global_common/index/images/i_ar.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 16%;
    border: 1px solid #000;
    margin-right: 12px;
} 
.manual .search .search-btn{
    background-color: #000;
    color: #fff;width: 150px; 
    line-height: 42px; text-align: center;
}
.manual .search .search-btn:hover{
    text-decoration: none;
}




@media screen and (max-width:640px) {
    .sec {
        width: 100%;
        margin: 0 auto;
        padding-left: 25px; padding-right: 25px;
    }
    .breadcrumb {
        display: none;
    }
    .pageTitle {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .pageTitle h1 {
        font-size: 21px;
    } 
     .contact-list .item{
        margin-right: 0px;
        width: 47%;
        font-size: 12px;
    }
    .contact-list .item .photo .image-befor{
        transform: rotateY(180deg);
    }
    .contact-list .item .photo .image-after{
        transform: rotateY(0deg);
    }

    .contact-list .item:hover .photo .image-befor{ 
        transform: rotateY(180deg);
    }
    .contact-list .item:hover .photo .image-after{ 
        transform: rotateY(0deg);
    }     
    .search{
        /*margin-bottom: 4em;*/
        margin-top: 1em;
        width: 88%;
        padding-left: 0;
        padding-right: 0;
    }
    .service_providers li{display: block;width: 99%;}
    .s1,.s2{display: block}
    .s1{margin-bottom: 0.5em;}
    .search .s2{margin-left: 0;}
    .s2 select{    margin-left: 4.6em;}
    .table thead td:nth-of-type(1){width:31%}
    .table tbody tr:nth-of-type(1) td:nth-of-type(3){
        padding-left: 16px;
    }
    .video .text{
        width: 10rem;
    }
    .video .video-image{
        height: 68%;right: 9%;
        height: 59%;
    	right: 9%;
    	bottom: 16%;
    }

    .manual .images img.image-1,
    .manual .images img.image-2,
    .manual .images img.image-3,
    .manual .images img.image-4{
        width: 100%
    }
    .manual .search{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .manual .search .search-text{
        width: 56%;
        margin-right: 0;
    }
    .manual .search .search-btn{
        width: 40%;
    }
 
}
 