﻿/*.container-fluid,*/
/*.container{*/
    /*min-width:1170px
/*------------------------------------------   common  --------*/

/* å…ƒç´ ä¸‹é˜´å½±*/
.shadow-bottom {
    -webkit-box-shadow: 0 4px 5px #ccc;  -moz-box-shadow: 0 4px 5px #ccc;  box-shadow: 0 4px 5px #ccc;  position: relative;
}
/* å…ƒç´ çš„ä¸Šé˜´å½±*/
.shadow-top {
    -webkit-box-shadow: 0 -2px 10px #cccccc;-moz-box-shadow: 0 -2px 10px #cccccc;box-shadow: 0 -2px 10px #cccccc;position: relative;
}
.shadow-top:after {
    content: "";display: block;width: 100%;  height: 20px;  position: absolute;  bottom: -10px;  background: white;  margin-left: -15px;
}
/* å…ƒç´ ä¸‹é˜´å½±*/
.index-shadow-bottom {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow:  0 0 0 rgba(0,0,0,0);
}
/* æŒ‰é’®çš„æ ·å¼*/
.menu-button{
    display:inline-block;
    width:170px;
    height:30px;
    line-height:30px;
    text-decoration: none;
    border:1px solid #39ACC4;
    color:#39ACC4;
    
    background:rgba(0,0,0,0);
    transition:all .3s linear;
}
.menu-button:hover{
    border:1px solid grey;
    text-decoration: none;
    color:#39ACC4;
}
/* ç‚¹å‡»åˆ—è¡¨æ ·å¼*/
.menu-nav-box{
    border-bottom:1px solid #9F9F9F;
}
.menu-nav{
    margin-left:0;
    margin-bottom:5px;
}
.menu-nav li:nth-child(1)>a:after{
    content:"|";
    float:right;
    margin-right:-10px;
}
.menu-nav li a{
    display:block;
    width:100%;
    height:100%;
    
    color:#8D8D8D;
}
.menu-nav li:nth-child(1)>a{
    color:black;
}

/*------------------------------------------  common  --------*/


.health-header{
    height:30px;
    background:#E5E5E5;
    position:relative;
    z-index:99;
}
.health-header>.container>a{
    display:inline-block;
    height:30px;
    line-height: 30px;
    
    color:#5B5B5B;
}
.header-box{
    max-height:535px;
    padding-left:0;
    padding-right:0;
    position:relative;
    overflow:hidden;
}
.header-box img{
    width:100%;
}
.header-box .header-text{
    position:absolute;
    top:125px;
    left:0;
    width:100%;
}
.header-box .header-text h3{
    margin-top:0;
    
    font-weight: normal;
    line-height: 45px;
}
.header-box .header-text p{
    
    margin-top:30px;
}
.header-box .header-text a {
    display: inline-block;
    text-decoration:none;
    text-align:center;
    width: 145px;
    height: 30px;
    line-height:30px;
    border: 1px solid #000;
    color:#000;
    
    background: rgba(0, 0, 0, 0);
    margin-top: 5px;
    transition: all .3s linear;
}
.header-box .header-text a:hover{
    border:1px solid white;
}
.operation{
    height:165px;
}
.operation h3{
    
    margin-top:40px;
}
.operation p{
    
    margin-top:15px;
}

.switch-list li{
    height:40px;
}


.switch-list>li a{
    display:inline-block;
    width:100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    
    text-align:center;
    margin:0 auto;
    border:1px solid #BFBFBF;
    transition:all .3s linear;
}
.hea-list{
    color:black;
}
.switch-body{
    margin-top:50px;
}
.switch-text h4{
    
    margin-bottom:20px;
    margin-top:40px;
}
.switch-text p{
    
}
.switch-text>a{
    display:inline-block;
    width:170px;
    height:30px;
    line-height: 30px;
    text-align:center;
    
    margin-top:20px;
    border:1px solid #0090B1;
    background:rgba(0,0,0,0);
    transition:all .3s linear;
    color:#0090B1;
    text-decoration:none;
}
.switch-text>a:hover{
    border:1px solid grey;
}
.switch-content1{
    margin-top:20px;
}
.switch-content1 .content-box{
    width:100%;
    position:relative;
}
.switch-content1 .content-box img{
    width:100%;
}
.content-box p{
    position:absolute;
    bottom:0;
    height:50px;
    line-height: 50px;
    width:100%;
    background:rgba(0,0,0,.4);
    margin-bottom:0;
    
    color:white;
}
.switch-content2 h4{
    height:70px;
    line-height: 70px;
    margin-top:40px;
    
}
.switch-content2 li{
    /*padding-right:25px;*/
}
.switch-content2 li>p{
    
}
.switch-content2 li>.title{
    height:40px;
    line-height: 40px;
}
.switch-content2 li>.text{
    margin-top:20px;
}
.switch-content2 li>img{
    width:95%;
}
.switch-content2 li>a{
    display:inline-block;
    width:120px;
    height:30px;
    line-height:30px;
    text-align:center;
    
    margin-top:8px;
    border:1px solid #0090B1;
    color:#0090B1;
    text-decoration: none;
    background:rgba(0,0,0,0);
    transition:all .3s linear;
}
.switch-content2 li>a:hover{
    border:1px solid grey;
}
.list-menu{
    margin-left:-8px;
    margin-right:-8px;
    position:relative;
}
.list-menu>li{
    position:absolute;
    top:0;
    left:0;
    background:white;
    overflow: hidden;
    transition:all .5s linear;
    opacity:0;
    z-index:1;
}
.list-menu>li:nth-child(1){
    opacity:1;
    z-index:2;
}
.map-box{
    position:relative;
    height:385px;
    padding-left:0;
    padding-right:0;
}
.map{
    height:385px;
}
.map-box img{
    width:100%;
}

.goBoe{
    margin-top:25px;
}
.goBoe p{
    margin-top:15px;
}
.goBoe button{
    width:120px;
    height:30px;
}
#region,
#state{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url(../../images/g1/health/select-icon.png) no-repeat scroll right center transparent;
    padding-right:14px;

}
select::-ms-expand { display: none; }
.map-body{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.header-box>.header-text h3 {
    color: white;
}
.header-box>.header-text p{
    color: white;
}
.weixin-bg {
     margin-top: 0;
}
.switch-body{
    width:1170px;
    margin:0 auto;
}
.switch-content1{
    height:265px;
}

/*-------------- min-769*/
@media all and (min-width: 768px) {
    .switch-list{
        position:relative;
    }
    .switch-list .switch-body-box{
        position:absolute;
        left:0;
        z-index:88;
        opacity:0;
        transition:all .4s linear;
    }
    .switch-list li:nth-child(4) .switch-body-box{
        opacity:1;
        z-index:99;
    }
}
.hea-focus-box{
    max-width:2000px;
    padding-left:0;
    padding-right:0;
}
.ab-box img {
    max-width: 120%;
    width:120%;
    margin-left:-10%;
}
@media all and (max-width: 1630px){
    .ab-box img {
        max-width: 140%;
        width:140%;
        margin-left:-20%;
    }
}

/*************************************88    6.20 ä¿®æ”¹*/
a.switchBg{
    color:white;
    background:#a8a8a8;
}
.switch-ele{
    padding-left:0;
    padding-right:0;
}
.mobile-banner img{
    width:75%;
}
.speak h3{
    
}

.speak .video{
    height:285px;
    position:relative;
    border:1px solid #ccc;
}
.speak .video li{
    height:100%;
    width:100%;
    margin-left:0;
    margin-right:0;
    position:absolute;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity:0;
    z-index:88;
}
.speak .video li:nth-child(1){
    opacity:1;
    z-index:99;
}
.video div{
    height:100%;
    position:relative;
    overflow:hidden;
}
.video div img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.video div .img0{
    width:100%;
}
.video div .img1,
.video div .img2{
    opacity:0;
}
.video div .img1{
    opacity:1;
}
.video div .img1:hover{
    opacity:0;
}
.video div .img2:hover{
    opacity:1;
}

.video h3{
    
}
.video h4{
    
}
. video p{
    padding:7px 30px;
}

/*--- é¡µç­¾*/
.bookMark li{
    width:20px;
    height:20px;
    border:1px solid #ccc;
    margin:0 5px;
}
.bookBg{
    background:#ccc;
    color:white;
}
.switch-footer{
    border:1px solid #cccccc;
    padding:40px 0;
}

/*******************   åº•éƒ¨å°æ±‚ */
.help .help-body {
    position: relative;
    height: 180px;
}
.help-body p{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    color:black;
}
.help-body img{
    position: absolute;
    left:0;
    right: 0;
    margin:0 auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.help-body .img2{
    opacity:0;
}
.help-body:hover .img2{
    opacity:1;
}

/************************  O+O  */
.OObanner{
    position:relative;
    padding-left:0;
    padding-right:0;
}
.OObanner img{
    width:100%;
}
.OObanner-text {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin:100px auto;
}
.OObanner-text h3{
    
}
.OObanner-text p{
    
    padding-right:40%;
    margin-top:40px;
}

.business h3{
    
    padding:7px 25px;
}

.business p{
    
    padding:4px 25px;
}
.business li {
    height: 230px;
    border: 1px solid #ccc;
    overflow:hidden;
    padding:0;
}
.business li img{
    width:100%;
}
.business li:nth-child(1){
    border-right:0;
}
.r-imgbox{
    width:100%;
    height:100%;
}
.r-imgbox img{
    width:100%;
    margin-top:-21%;
}
.lts h3{
    
}
/*ä¸¤ä¸ªè§†é¢‘*/
.video2 .img1,
.video2 .img2{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}
.video2-body {
    position: relative;
    height:250px;
    overflow:hidden;
}
.video2-body .img0{
    width:100%;
}
.video2-body .img1,
.video2-body .img2{
    opacity:0;
    -webkit-transition: all .2s linear ;
    -moz-transition: all .2s linear ;
    -ms-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    transition: all .2s linear ;
}
.video2-body .img2{
    opacity:1;
}
.video2-body:hover .img1{
    opacity:1;
}
.video2-body2{
    padding:30px;
}
.video2-body2 p{
    padding-right:10px;
}
.business a,
.video2-body2 a{
    display:inline-block;
    width:105px;
    height:30px;
    line-height:28px;
    
    border:1px solid #cccccc;
    text-align:center;
    color:black;
    text-decoration:none;
}
.business a{
    margin-left:25px;
}
.video2 li{
    border:1px solid #ccc;
    overflow:hidden;
    padding:0;
}


/*--æˆ‘ä»¬çš„äº§å“*/
.Our-products img{
    width:100%;
}
.Our-products p{
    
    margin-top:10px;
    height:40px;
    color:#666666;
}

/*å†ç”ŸåŒ»ç”Ÿ*/
.vice h3,
.vice p{
    color:white;
}

.switchChild{
    display:none;
}
.xs-switch{
    display:block;
    width:100%;
    height:45px;
    margin: 0 auto;
    background:#D9D9D9;
    color:black;
    outline:0;
    border:0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom:2px solid white;
    text-align: left;
    padding-left:15px;
}
.health1204-btn{
    margin-left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:60%!important;
}
.switch-ele{
    overflow:hidden;
}

/*--------------------  TFT-LCDç³»åˆ—äº§å“ */
.switch1 .childBanner li{
    height:490px;
    position:relative;
}
.switch1 .childBanner li p{
    margin:30px 0;
}
.switch1 .childBanner li .img-box{
    height:310px;
    width:100%;
    padding:0 15px;
    position:absolute;
    bottom:0;
    left:0;
    overflow:hidden;
}
.switch1 .childBanner li .img-box img{
    width:100%;
}

.list-box{
    with:100%;
}
.list-box img{
    width:100%;
}
.list-box p{
    width:100%;
    height:30px;
    margin-top:15px;
    text-align: center;
}
.oneList ul{
    width:123%;
}
.twoList ul{
    width:100%;
}
.last-switch .childBanner li p{
    margin-bottom:0;
}
.last-switch .childBanner li a{
    display:block;
    height:30px;
    line-height:30px;
    width:140px;
    background:#a8a8a8;
    color:white;
    text-decoration: none;
    margin:7px auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border:1px solid #a8a8a8;
}
.last-switch .childBanner li a:hover{
    background:white;
    color:#434343;
}

a{
    color:black;
}

.products p{
    margin-top:15px;
}
.hea-footer-p{
    margin-top:100px;
}

.OOfooter{
    text-align: center;
}

.OOfooter img{
    width: 60% !important;
    height: auto !important;
}
.study li{
    height:285px;
}

.hea-footer img{
    width: 100%;
}
.health-list-box .row img{
    width: 100% !important;
    height: auto !important;
    margin-left:-15px;
}
.health-list-box .row{
    border:1px solid #ccc;
}
.health-list-box .bg{
    background:#FBFBFB;
}
.health-list-box .row h3{
    margin-top:60px;
    margin-bottom:15px;
}
.health-list-box .row a{
    /*text-decoration: none;*/
    color:black;
    display:inline-block;
    width:100px;
    height:25px;
    line-height: 23px;
    border:1px solid #ccc;
    text-align:center;
    margin-top:15px;
}
.switch-footer{
    background:#F1F1F1;
}
/*--------------  1199*/
@media all and (max-width: 1199px){
    .switch1 .childBanner li .img-box {
        height: 260px;
    }
    .switch1 .childBanner li {
        height: 425px;
    }
    .health-list-box .row h3{
        margin-top:20px;
    }
}

/*-------------- 992 pad*/
@media all and (max-width: 992px){
    .speak .video {
        height: 202px;
    }
    .video h3{
        margin-top:40px;
    }

    .video div{
        height:201px;
    }
    .video2-body2{
        padding: 0;
    }
    .r-imgbox img{
        margin-top:-10%;
    }
    .switch1 .childBanner li{
        height: 345px;
    }
    .switch1 .childBanner li .img-box {
        height: 198px;
    }
    .switch1 .childBanner li p{
        margin:20px 0;
    }
    .switch1 .childBanner li h3{
        margin-top:0;
    }
    .hea-img img{
        width: 100%;
    }
    .switch-footer p{
        
    }
    .OOfooter img{
        width:100%;
    }
    .health-list-box .row{
        margin-right:0;
        margin-left:0;
    }
    .health-list-box .row div:nth-child(1){
        padding-left:0;
        padding-right:0;
    }
    .health-list-box .row h3{
        margin-top:15px;
    }
    .health-list-box .row a{
        margin-top:10px;
    }
    .health-list-box .row div:nth-child(2){
        padding:15px;
    }
    .health-list-box .row img{
        margin-left:0px;
    }
}

/*-------------- 767 phone*/
@media all and (max-width: 767px){
    .speak .video {
        height: 422px;
        width: 99%;
        margin: 0 auto;
    }
    .switch-child{
        margin-top:40px;
    }
    .video div{
        height:210px;
    }
    .video div img.img0{
        top:0;
        margin-top:0;

    }
    .bookMark{
        margin-top:40px;
        margin-bottom:20px;
    }
    .OObanner-text p{
        margin-top:10px;
        padding-right:10%;
        
    }
    .OObanner-text{
        margin-top:10px;
    }
    .business li{
        height:205px;
    }
    .video2 ul,
    .business ul{
        margin-left:0;
        margin-right:0;
    }
    .video2 h3,
    .business h3{
        text-align: center;
    }
    .video2 li:nth-child(1),
    .business li:nth-child(1) {
        border-right: 1px solid #ccc;

    }
    .business li:nth-child(2){
        margin-top:-1px ;
    }
    .business a, .video2-body2 a{
        display:block;
        width:70%;
        height:35px;
        line-height: 33px;
        
        margin:10px auto;
    }
    .business h3.pctop{
        margin-top:15px;
    }
    .lts-img img{
        width:90%;
        display:block;
        margin:0 auto;
    }
    .lts h3{
        
    }
    .business li .pctop{
        margin-top:15px;
    }
    .lg-img img,
    .lts img{
        width:90%;
        display:block;
        margin:0 auto;
    }
    .zsyx-li li{
        height:auto;
    }
    .video2-body2 p{
        padding:0 30px;
        
    }
    .video2-body{
        height:auto;
    }
    .business li{
        height:auto;
    }
    .products p{
        
    }
    .business a, .video2-body2 a{
        margin: 20px auto;
    }
    .business p{
        
        padding: 4px 10px;
    }
    .Our-products p{
        height: auto;
        margin-bottom:20px;
    }
    .Our-products li:nth-child(3) p,
    .Our-products li:nth-child(4) p{
        margin-bottom:0;
    }
    .Our-products ul{
        margin-left:0;
        margin-right:0;
    }
    .Our-products ul li{
        padding-left: 7px;
        padding-right: 7px;
    }
    .hea-footer-text{
        padding: 0 5%;
    }
    .OOfooter li:nth-child(2){
        margin-top:20px;
    }
    .switch-ele{
        margin-bottom: 20px;
    }
        .switch-footer{
        border:0;
    }
    .health-list-box .row{
        border:0;
    }
    .health-list-box .row div:nth-child(2){
        padding:0;
    }
    .health-list-box .bg{
        background:white;
    }
}

/*---iphone6*/
@media all and (max-width: 377px){
    .video div{
        height:180px;
    }
    .speak .video {
        height: 380px;
    }
}

/*---iphone-5*/
@media all and (max-width: 322px){
    .video div{
        height:152px;
    }
    .speak .video {
        height: 350px;
    }
}

