.header>a{
    float: left;
    margin-top:1.6vw;
}
.header_r{
    float:right;
}
.publicicon{
    width:100%;
    margin-top:1.2vw;
    margin-bottom:0.8vw;
}
.publicicon a{
     float:right;
    color: #7f7f7f;
    border-right:2px solid #b3b3b3;
    padding: 0 6px;
    line-height: 13px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.publicicon a:first-of-type{
    border-right:0;
}
.publicicon a:hover{
    color: #000;
}
.tel span{
    color: #ee8c31;
    font-size: 28px;
    line-height: 30px;
    vertical-align: middle;
}
.tel{
    background:#f2f2f2 url("../images/tel.png") no-repeat 15px center;
    color: #7c7c7c;
    padding-left: 40px;
    display: inline-block;
    border-radius: 20px 0 0 20px;
}
.tel small{
    font-size: 16px;
    line-height: 40px;
}

.menubg{
    background: #029e9e;
}
.menu_pc{
    margin-top:1.6vw;
}
.menu_pc li{
    float:left;
    width:10%;
    position: relative;
    height: 58px;
}
.menu_pc li a{
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size:1rem;
    line-height: 58px;
    background: url("../images/navline.png") no-repeat right center;
    -webkit-transition: 100ms 0s all ease;
    -moz-transition: 100ms 0s all ease;
    -ms-transition: 100ms 0s all ease;
    -o-transition: 100ms 0s all ease;
    transition: 100ms 0s all ease;
}
.menu_pc li:last-of-type a{
    background:none;
}
.menu_pc li:hover a{
    background: none;
    color: #029e9e;
}
.menu_pc li b{
    display: block;
    position: absolute;
    width: 100%;
    height:0%;
    top:0;
    left:0;
    background: #fff;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.menu_pc li:hover b{
    height: 100%;
}

.swiper-banner img{
    width: 100%;
}


/*手机menu变形*/
.menu_change{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu_change i:first-child{
    transform-origin: center -5px;
    -webkit-transform-origin: center -5px;
    transform-origin: center top;
    -webkit-transform: rotate(45deg) translate(7px);
    -moz-transform: rotate(45deg) translate(7px);
    -ms-transform: rotate(45deg) translate(7px);
    -o-transform: rotate(45deg) translate(7px);
    transform: rotate(45deg) translate(7px);
}
.menu_change i:last-child{
    transform-origin: center 5px;
    -webkit-transform-origin: center 5px;

    -webkit-transform: rotate(-45deg) translate(11px);
    -moz-transform: rotate(-45deg) translate(11px);
    -ms-transform: rotate(-45deg) translate(11px);
    -o-transform: rotate(-45deg) translate(11px);
    transform: rotate(-45deg) translate(11px);

}
.menushow{
    position:absolute;
    top:100%;
    right:0;
    z-index:999;
    /*display: none;*/
}
.menushow ul li{
    width: 150px;
    background: #029e9e;
    border-bottom: 1px solid #3ac7c7;
    font-size: 15px;
    line-height: 45px;
    height:0;
    padding-left: 20px;
    opacity: 0;
    -webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    -ms-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease;
    -webkit-transform: perspective(100px) rotateX(-90deg);
    -ms-transform: perspective(100px) rotateX(-90deg);
    transform: perspective(100px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;

}
.open ul li{
    -webkit-transform: perspective(100px) rotateX(0deg);
    -ms-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
    height: 45px;
}
/*手机端导航*/
.nav_phone{float:right;}
.nav_phone img{
    float: right;
}
.nav_phone .menu{
    float:right;
    margin-left: 20px;
    margin-top: 15px;
}
.menu{
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.menu i{
    display: block;
    width:30px;
    margin-top: 10px;
    height: 1px;
    background: #1e1e1e;
    -webkit-transition: 400ms 200ms all linear;
    -moz-transition: 400ms 200ms all linear;
    -ms-transition: 400ms 200ms all linear;
    -o-transition: 400ms 200ms all linear;
    transition: 400ms 200ms all linear;

}
/*main*/
/*apply*/
.apply{
    height: 6vw;
    background: url("../images/applybg.jpg") repeat-x center;
}
.apply_tit{
    float:left;
    font-size:1.25rem;
    padding: 1.5vw 0;
    color: #fff;
    width: 21.1%;
    background: url("../images/jt.png") no-repeat right center;
}
.apply_tit p{
    font-size: 0.875px;
    color: #2ec8c8;
    text-transform: uppercase;
}
#formtop{
    float:right;
    width: 75%;
}
#formtop label{
    color: #fff;
    font-size:1rem;
    display: block;
    margin-bottom:0.5vw;
    width: 100%;
}
#formtop .input-group{
    width: 30%;
    float:left;
    padding-top: 1vw;
}
#formtop .input-group1{
    width: 20%;
    float:left;
    padding-top: 1vw;
}
#formtop #submit{
    float:left;
    margin-left: 0;
    background: #fff;
    color: #15b8b7;
    margin-top: 1.8vw;
    width:100%;
}
#formtop .input-group:last-of-type{
    width:10%;
}
#formtop input[type=text],#formtop input[type=submit]{
    height: 2vw;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*jm*/
.jm{
    text-align: center;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    background:url("../images/casebg.jpg") repeat center;
}
.jm h4{
    font-size:1.875rem;
    color: #3c3c3c;
}
.jm small{
    display: block;
    font-size:0.875rem;
    color: #939393;
    margin-top:0.5vw;
    margin-bottom:0.8vw;
}
.jm .mycontainer>p{
    font-size:1.5rem;
    color: #fff;
    background: #029e9e;
    border-radius: 30px 30px;
    line-height: 2.5vw;
    display: inline;
    padding: 0.3vw 2vw;
}
.jm ul li{
    float:left;
    position: relative;
    width: 14%;
    height:262px;
}
.jm ul li p{
    position: absolute;
    width:100%;
    text-align: center;
    bottom:1vw;
    color: #000;
}
.jm ul li img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.jm ul li img:first-of-type{
    -webkit-transform: translate(-50%,-50%) scale(0.7);
    -moz-transform: translate(-50%,-50%) scale(0.7);
    -ms-transform: translate(-50%,-50%) scale(0.7);
    -o-transform: translate(-50%,-50%) scale(0.7);
    transform: translate(-50%,-50%) scale(0.7);
}
.jm ul li:hover img:first-of-type{
    z-index:100;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}


/*product*/
.title{
    text-align: center;
    margin-bottom:1.5vw;
}
.title h2{
    color: #029e9e;
    font-size:1.8rem;
    padding-bottom: 20px;
    margin-top:2.5vw;
    margin-bottom:0.6vw;
    background: url("../images/lines.png") no-repeat center bottom;
}
.title h5{
    font-size:1.5rem;
    color: #5e5e5e;
}
.title h5 span{
    color: #ff4802;
}
.product ul li{
    float:left;
    width:24%;
    margin-right:1%;
    margin-bottom:1%;
}
.product ul li:nth-child(4n){
    margin-right:0;
}
.product ul li a b{
    width:100%;
    height:220px;
}
.product ul li a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}
.product ul li a p{
    background: #029e9e;
    color: #fefefe;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8vw;
}
/*adv*/
.adv{
    padding-bottom:4vw;
    overflow: hidden;
}
/*手风琴效果开始*/
.piano{
    position: relative;
    height:450px;
}

#wrap{
    position: absolute;
    overflow: hidden;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
    width: 100%;
    height: 400px;
}
#wrap > ul{
    width: 120%;
    list-style: none;
}
#wrap > ul > li{
    float: left;
    margin-right: 10px;
    height: 400px;
    cursor: pointer;
    position: relative;
}
#wrap>ul >li:last-of-type{
    margin-right:0;
}
#wrap > ul > li:nth-child(1){
    background: url('../images/fx1.jpg') no-repeat center/cover;
}
#wrap > ul > li:nth-child(2){
    background: url('../images/fx2.jpg') no-repeat center/cover;
}
#wrap > ul > li:nth-child(3){
    background: url('../images/fx3.jpg') no-repeat center/cover;
}
#wrap > ul > li:nth-child(4){
    background: url('../images/fx4.jpg') no-repeat center/cover;
}
#wrap > ul > li:nth-child(5){
    background: url('../images/fx5.jpg') no-repeat center/cover;
}
#wrap > ul > li:nth-child(6){
    background: url('../images/1.jpg') no-repeat center/cover;
    width: 650px;
}
#wrap > ul > li > .text{
    width: 100px;
    height: 100%;
}
#wrap > ul > li:first-of-type > .text{    background: url("../images/adv1.jpg") no-repeat center;}
#wrap > ul > li:nth-child(2) > .text{    background: url("../images/adv2.jpg") no-repeat center;}
#wrap > ul > li:nth-child(3) > .text{    background: url("../images/adv3.jpg") no-repeat center;}
#wrap > ul > li:nth-child(4) > .text{    background: url("../images/adv4.jpg") no-repeat center;}
#wrap > ul > li:nth-child(5) > .text{    background: url("../images/adv5.jpg") no-repeat center;}
#wrap > ul > li:nth-child(6) > .text{ opacity: 0;   background: url("../images/adv6.jpg") no-repeat center;}
#wrap > ul > li > .text p{
    text-align: center;
    width: 100%;
    padding-top:1vw;
    font-size:1.2rem;
    color: #fff;
}
#wrap > ul > li .showtext{
    color: #fff;
    position: absolute;
    top: 5vw;
    left: 4vw;
    width: 50%;
    opacity:0;
}
#wrap > ul > li:last-of-type .showtext{opacity: 1}
.showtext h5{
    font-size:1.8rem;
    margin-bottom: 0.5vw;
}
.showtext p{
    font-size:1.1rem;
    line-height: 1.8vw;
}
.showtext a{
    font-size: 0.875rem;
    background: #029e9e;
    text-align: center;
    display: block;
    width: 33%;
    margin-top: 4vw;
    line-height: 1.8vw;
    border-radius: 5px 5px;
}

/*手风琴效果结束*/

/*case*/
.casebg{
    background: url("../images/case.jpg") no-repeat center;
    padding:4vw 0;
}
.casetit{
    text-align: center;
}
.casetit h5{
    color: #3c3c3c;
    font-size:1.875rem;
}
.casetit h5 span{
    color: #029e9e;
}
.casetit small{
    color: #939393;
    display: block;
    margin-top:0.8vw;
    margin-bottom:0.8vw;
    font-weight: lighter;
    font-size:0.875rem;
}
.casetit p{
    font-size:0.875rem;
    color: #676767;
}
.casebg ul{
    margin-top:1.2vw;
}
.casebg ul li{
    float:left;
    width:24%;
    margin-right:1.3%;
    background: #fff url("../images/add.png") no-repeat right bottom;
    border-radius: 5px;
    height: 445px;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.casebg ul li:hover{
    background: #029e9e;
}
.casebg ul li:last-of-type{
    margin-right:0;
}
.casebg ul li a{    color: #676767;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.casebg ul li a:hover{
    color: #fff;
}
.casebg ul li a b{
    width:85%;
    height:55%;
    margin:0 auto;
    margin-top:1.2vw;
    border-radius: 50%;
}
.casebg ul li a h5{
    font-size:1rem;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 0.6vw;
}
.casebg ul li a p{
    width:85%;
    margin:0 auto;
    line-height:1.2vw;
    font-size: 0.75rem;
}
/*company*/
.companybg{
    background: url("../images/companybg.jpg") no-repeat center;
    background-attachment: fixed;
    height: 859px;
}
.comtit{
    text-align: center;
}
.comtit h4{
    font-size:2.25rem;
    color: #fff;
    text-align: center;
    background: url("../images/comtitpic.png") no-repeat center bottom;
    padding-bottom: 1.3vw;
    padding-top: 3vw;
    margin-bottom: 1.6vw;
}
.comtit ul{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom:2vw;
}
.comtit ul li{
    float:left;
    text-align: center;
    width: 24%;
    margin-right: 1.3%;
}
.comtit ul li:last-of-type{
    margin-right:0;
}
.comtit ul li a{
    display: block;
    border:1px solid #fff;
    line-height:3vw;
    border-radius: 5px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.comtitclick a{
    border-radius: 20px!important;
}

.com_pic li{
    float:left;
    width: 32%;
    margin-right:1.3%;
    margin-bottom: 1.2vw;
}
.com_pic li:last-of-type{
    margin-right:0;
}
.com_content{
    color: #ffffff;
    text-align: left;
    line-height: 2.6vw;
    margin-top:1.6vw;
    margin-bottom:1.6vw;
}
.index_sb p span{
    font-weight: bold;
    color: #d33f11;
    margin-right: 10px;
    font-size: 18px;
}
.index_sb{
    margin-top: 0;
    line-height: 1.6vw;
}
.companybg .mycontainer{
    text-align: center;
}
.companybg .mycontainer>a{
    margin-top: 1.6vw;
    display: block;
}
.showcompic>div{
    display: none;
}
.showcompic>div>a{
    width: 200px;
    text-align: center;
    background: rgba(255, 255, 255, 0.61);
    display: block;
    margin: 0 auto;
    line-height: 35px;
    color: #3c3c3c;
    border-radius: 10px;
}
.com_pic li a{
    width: 100%;
    display: block;
    height:290px;
    position: relative;
    overflow: hidden;
}
.com_pic li a img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*news*/
.newsbg{
    padding:3vw 0;
    overflow: hidden;
}
.news{
    margin-top: 2vw;
}
.news_l{
    width:37%;
    float:left;
}
.news_l h4{
    font-size:1rem;
    color: #029e9e;
    margin-bottom: 1vw;
}
.news_l>a{
    width: 100%;
    height: 244px;
}
.news_l ul{
    background: #f7f6f6;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0.8vw 1vw;
}
.news_l ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_l ul li a{
    font-size:0.875rem;
    color: #838383;
    line-height:36px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_l ul li a:hover{
    color: #029e9e;
}
.news_l ul li p{
    background: url("../images/icon.png") no-repeat left center;
    padding-left: 22px;
    float:left;
}
.news_l ul li small{
    float:right;
}
.news_r{
    float:right;
    width:60%;
}
.news_r>h4{
    font-size:1rem;
    color: #029e9e;
    margin-bottom: 1vw;
}
.news_r ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_r ul li a{
    display: block;
    height: 140px;
    margin-bottom: 12px;
}
.news_r ul li a b{
    width:26%;
    height: 100%;
    float:left;
}
.news_r ul li a div{
    float:right;
    width:74%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0.7vw;
    background: #f7f6f6;
    font-size:0.875rem;
    color: #6f6f6f;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r ul li a:hover div{
    background: #029e9e;
    color: #fff;
}
.news_r ul li a div h4{
    font-size:1rem;
}
.news_r ul li a div p{
    line-height: 1.4vw;
    margin-top: 0.4vw;
    margin-bottom: 0.5vw;
}
.news_r ul li a span{
    color: #029e9e;
    width: 100%;
    display: block;
    text-align: right;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_r ul li a:hover span{
    color: #fff;
}






/*footer*/
.footer_top_bg{
    background: url("../images/fotbg.jpg") no-repeat center;
    background-attachment: fixed;
    padding: 3vw 0;
}

.fot_l{
    float:left;
    width:50%;
}
.fot_l h3{
    color: #fff;
    font-size: 2.25rem;
}
.fot_l h3 span{
    color: #029e9e;
}
.fot_l p{
    font-size:1rem;
    color: #fff;
    margin-bottom:16px;
}
.fot_l div{
    padding-left: 70px;
    margin-top: 2vw;
}
.fot_l div:first-of-type{ background: url("../images/foticon1.png") no-repeat left center;}
.fot_l div:nth-of-type(2){ background: url("../images/foticon2.png") no-repeat left center;}
.fot_l div:nth-of-type(3){ background: url("../images/foticon3.png") no-repeat left center;}
.fot_l div:nth-of-type(4){ background: url("../images/foticon4.png") no-repeat left center;}
.fot_l div:nth-of-type(5){ background: url("../images/foticon5.png") no-repeat left center;}
.fot_l div:nth-of-type(6){ background: url("../images/foticon6.png") no-repeat left center;}
.fot_r{
    width: 37%;
    float:right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    height:530px;
}
.fot_r h5{
    background: #029e9e;
    font-size:1.5rem;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5%;
    color: #fff;
    line-height: 75px;
    height: 20%;
}
.fot_r h5 span{
    font-size:0.875rem;
    color: #9cdada;
    font-weight: lighter;
    text-transform: uppercase;
}
.fot_r .input-group{
    width: 100%;
}
.fot_r .input-group:after{
    display: block;
    content: '';
    clear: both;
}
.fot_r label{
    font-size: 0.875rem;
    color: #484848;
    width: 25%;
    text-align: justify;
    float:left;
}
.fot_r input{
    float:left;
    background: #ffffff;
    width: 70%;
    border:1px solid #dedede;
}
.fot_r label span { display: inline-block /* Opera */; padding-left: 100%; }
.fot_r textarea{
    width: 70%;
    border:1px solid #dedede;
    height:5vw;
}
#formfot{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5%;
}
#formfot input[type=submit],#formfot input[type=reset]{
    color: #fff;
    background: #029e9e;
    text-align: center;
    float: left;
    margin-left: 0;
    display: block;
    width: 48%;
    border-radius: 10px;
    line-height: 1.6vw;
    margin-right: 4%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
#formfot input[type=submit]:hover,#formfot input[type=reset]:hover{
    text-shadow: 0px 3px 1px #4f4f4f;
}
.code{
    margin-top:1vw;
}
#formfot input[type=reset]{
    margin-right: 0;
    background: #575757;
}
.last{
    display: block;
    width: 54%;
    margin:0 auto;
}
.footer_bottom_bg{
    border-top:8px solid #029e9e;
    background: #19242e;
    text-align: center;
    font-size:1rem;
    color: #fff;
    padding: 1vw 0;
}
.footer_bottom div{
    display: inline-block;
}
.footer_bottom div a{
    float:left;
}
.footer_bottom div a:first-of-type:after{
    content: '|';
}
.footer_bottom p,.footer_bottom p a{
    font-size:1rem;
    color: #fff;
}