header{
    height:85px ;
    width: 100%;
    background-color: #303439;
}
.head-img{
    height: 85px;
    line-height: 85px;
    float: left;
}
.head-nav{
    margin-left: 10%;
    float: left;
}
.head-nav li{
    height: 85px;
    line-height: 85px;
    float: left;
    text-align: right;
    padding: 0 15px;
}
.head-nav li a{
    font-size: 18px;
    color: #fff;
}
.head-nav li a:hover{
    color:#00A5EA;
}
.head-nav li.active a{
    color:#00A5EA;
}
.tel{
    right: 0;
    position: absolute;
    float: right;
    line-height: 80px;
}
.tel i{
    display: inline-block;
    width: 23px;
    height: 21px;
    background-image: url("../images/index/biao.png");
    background-repeat: no-repeat;
    background-position: -159px -156px;
    position: relative;
    top:1px;
}
.tel p{
    display: inline-block;
    color: #00A5EA;
    font-size: 14px;
    position: relative;
    top: 14px;
    line-height: 20px;
    /* border-bottom: 1px solid #00A5EA; */
    /* line-height: 16px; */
}
/*β��*/
footer{
    padding: 30px 0;
    display: flex;
    background-color: #303439;
}
.eml-dy{
    padding-left: 0;
    border-right: 1px solid #3B3C3F;
}
footer p{
    line-height: 25px;
    color: #fff;
}
footer p:hover{
    color: #9E9E9E;
}
.eml-dy p a{
    color:#DC1531;
}
footer h4{
    line-height: 40px;
    font-size:16px;
    color: #fff;
    margin-bottom: 15px;
}
footer h4:hover{
    color:#9E9E9E;
}
footer h4 i{
    display: inline-block;
    width: 23px;
    height: 21px;
    background-image: url("../images/index/biao.png");
    background-repeat: no-repeat;
    background-position: -123px -156px;
    position: relative;
    top:5px;
}
footer h4 b{
    width: 20px;
    display:block;
    border-bottom: 2px solid #18658A;
}
footer ul li a{
    color: #fff;
    display: block;
}
footer ul li a:hover{
    color: #fff;
}
.flist{
    padding-left: 5%;
    border-right: 1px solid #3B3C3F;
}
footer .flist h4 i{
    background-position: -87px -156px;
}
.fm-list h4{
    width: 30%;
    padding-left: 4%;
}
.fm-list ul li{
    border-right: 1px solid #fff;
    padding: 0 8px;
    float: left;
    font-size: 14px;
}
.fm-list ul li:hover a{
    color: #9E9E9E;
}
.fm-list dl{
    margin-top: 10px;
    float: right;
}
.fm-list dt{
    width:50%;
    float:right;

}
.fm-list dt img{
    width: 100%;
}
.fm-list dd{
    border-left: 1px solid #fff;
   margin: 10px 0;
    padding: 0 10px;
    width: 27%;
    float: right;
    color: #fff;
    line-height: 20px;
}
.fbottom{
    border-top: 1px solid #2C2C2C;
    background-color: #000;
}
.fbottom p{
    text-align: center;
    color: #AAAAAA;
    line-height:55px;
}
.eml-dy{
    width: 33.33%;
}
.flist{
    width: 33.33%;
}
.fm-list{
    width: 33.33%;
}
.position{
    position: relative;
}
.hamburger{
    padding-top: 20px;
}
.hamburger .line{
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}
.phone-bottom{
     display: none;
 }
.main-md{
    width:1200px;
    margin: auto;
}
.openmenu2{
    display: none;
}
/*�����*/
.zixunbox {
    /* background: rgba(0,0,0,0.3); */
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    /* width: 133px; */
    height: auto;
    z-index: 9999;
    transition: all 0.3s linear;
}
.zixun_text {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.zixunbox li {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}
.zixunbox li a {
    color: #fff;
    font-size: 14px;
    display: block;
}
.zixunbox li a img {
    margin-left: 5px;
}
.footer-bar {

    background: #45BFDF;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 53px;
    display: none;
    z-index: 20;
    box-shadow: 0px 0px 2px #45BFDF;
}
.footer-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #e5e5e5;
    transform: scaleY(0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.footer-bar a.top,.footer-bar a.zx,.footer-bar a.emi2 {
    flex: 1;
    text-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
}
.footer-bar a.top {
    background-image: url(iconTop.svg);
    background-size: 18px;
    background-position: center 9px;
}
.footer-bar a.top.disabled {
    cursor: default;
    opacity: 0.4;
}
.footer-bar a.zx {
    border-right: 1px solid #ccc;
    background-size: 25px;
}
.footer-bar a.emi2 {
    background-size: 25px;
    background-position: center 6px;
}
.footer-bar p  img{width:25px;
    animation:myfirst7 2s linear 0s infinite;
    -moz-animation:myfirst7 2s linear 0s infinite;
    -o-animation:myfirst7 2s linear 0s infinite;
    -ms-animation:myfirst7 2s linear 0s infinite;
    -webkit-animation:myfirst7 2s linear 0s infinite}
.footer-bar p{padding-top:5px;}
.footer-bar a.blue-btn {
    width: 132px;
    height: 100%;
    border-radius: 0;
    line-height: 52px;
    text-align: center;
}
@keyframes myfirst7
{
    0%   { transform:rotate(-10deg)}
    25% {transform:rotate(0deg);}
    50% {transform:rotate(10deg);}
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-10deg);}
}
@-moz-keyframes myfirst7
{
    0%   { transform:rotate(-10deg)}
    25% {transform:rotate(0deg);}
    50% {transform:rotate(10deg);}
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-10deg);}
}
@-webkit-keyframes myfirst7
{
    0%   { transform:rotate(-10deg)}
    25% {transform:rotate(0deg);}
    50% {transform:rotate(10deg);}
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-10deg);}
}
@-o-keyframes myfirst7
{
    0%   { transform:rotate(-10deg)}
    25% {transform:rotate(0deg);}
    50% {transform:rotate(10deg);}
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-10deg);}
}
@-ms-keyframes myfirst7
{
    0%   { transform:rotate(-10deg)}
    25% {transform:rotate(0deg);}
    50% {transform:rotate(10deg);}
    75% {transform:rotate(0deg);}
    100% {transform:rotate(-10deg);}
}
.case-list ul {
    height: auto;
    overflow: hidden;
    width: 100%
}

.case-list li .tag {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
    transition: 0.5s;
    z-index: 99;
    opacity: 0;
    font-size: 16px
}

.case-list li .tag span {
    margin: 0 6px
}

.case-list li:hover .tag {
    bottom: 35px;
    opacity: 1
}

.case-list li {
    width: 33.3333%;
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.case-list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.case-list li a:before {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
    z-index: 99;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s
}

.case-list li .img {
    width: 100%;
    height: 100%
}

.case-list li .logo {
    max-width: 80%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9999;
    transition: 0.7s;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.case-list li:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.case-list li:hover .logo {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bjy-contact-us-btn {

    width: 4.6vw;
    height: 4.6vw;
    min-width: 65px;
    min-height: 65px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .73vw;
    color: #999;
    margin: .7vh 0;
    cursor: pointer;
    position: relative;
  
}
.bjy-contact-us-btn .bjy-contact-wrap {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 120px;
    height: 265px;
    text-align: center;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 80px;
    display: none;
}
.bjy_in{
    text-align: center;
}
.bjy_in span{
    font-size: 25px;
    color: #34B4E8;
}
.contact-item {
    width: 100%;
    
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bottom-space {
    margin-bottom: 8px;
    line-height: 20px;
    margin-top: 8px;
}
.wechat-qr-code img{
    width: 100px;
}
/* .bjy_in:hover .bjy-contact-wrap{
    display: block;
} */
@media screen and (max-width:1200px) {
    .head-nav{
        padding-right: 10px;
        margin-left: 0%;
    }
    .main-md{
        width:100%;
    }
    .f1{
        padding: 0 20px;
    }
    .eml-dy{
        width: 25%;
    }
    .flist{
        width: 30%;
    }
    .fm-list{
        width: 45%;
   }
}
@media screen and (max-width:1024px){
    .zixunbox {
        display: none;
    }
   .tel{
       display: none;
   }
    .head-nav li {
        padding: 0 10px;
    }
}
@media (max-width: 998px) {
    .openmenu2{
        display: block;
    }
    .head-nav{
        display: none;
    }
    .openmenu2menu{display:block}
    .nav-small{display:block;float:right;width:35px;height:35px;margin-left:5px;margin-top:5px;margin-right:10px}
    .openmenu2{float: right;padding-right: 20px;}
    .openmenu2botton{margin:0;cursor:pointer}
    .openmenu2menu{display:none;width:100%;position: absolute;top: 100%;background:rgba(0,0,0,0.95);z-index: 10000}
    .openmenu2menu>ul{text-align:center;}
    .openmenu2menu>ul>li{border-bottom:1px dashed #525252;line-height: 30px;clear: both;width: 100%;height: 45px;}
    .openmenu2menu>ul>li span{}
    .openmenu2menu>ul>li a{display:inline-block;width:100%;text-align:center;font:14px "΢���ź�";color:#fff;text-decoration:none;line-height: 44px}
    .openmenu2menu>ul>li a:hover{background:#0FACED;transition:all ease-in 0.5s;color: #ffffff}
    .openmenu2menu>ul>li.checked a{background:#0FACED;color: #ffffff}
    .openmenu2menu>ul>li>ul{display: none}
    .openmenu2menu>ul>li>ul>li>a{color: #DAB198}
    .openmenu2menu>ul>li>a{font-size:18px;}
    .eml-dy{
        float: left;
        width: 50%;
    }
    .flist{
        float: left;
        width: 50%;
    }
    .fm-list{
        display: none;
    }
}
@media screen and (max-width:480px){
    .footer-bar {
        display: flex;
    }
    body{
        padding-bottom:53px;
    }
    .phone-bottom{
        display: block;
    }
    .phone-bottom .fm-list dl {
         margin-top: 0;
         float:none;
        width: 100%;
        text-align: center;
    }
    .phone-bottom .fm-list dt img{
        width: 23%;
    }
    .phone-bottom .fm-list dd {
        color: #AAAAAA;
        line-height: 34px;
    }
    .phone-bottom .fm-list h4 {
        text-align: center;
        width: 100%;
         padding-left: 0;
    }
    .phone-bottom .fm-list ul {
        width: 100%;
        text-align: center;
         float: none;
         padding-left: 0;
    }
    .phone-bottom .fm-list ul li{
        float: left;
        width: 25%;
        line-height: 35px;
    }
    .phone-bottom .fm-list{
        border-left: none;
    }
    .phone-bottom{
        padding-top: 10px;
        background-color: #000000;
    }
    header{
        height: 50px;
    }
    .head-img{
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
    }
    .head-img img{
        width:63%;
    }
    .hamburger{
        padding-top: 0;
    }
    .main-img ul li a .text-r {
        top: 3%;
        left: 5%;
    }
    .main-img ul li a h3{
        font-size: 15px;
    }
    .t-lf{
        width: 15%;
    }
    .t-center{
        width: 70%;
    }
    .t-rt{
        width: 15%;
    }
    .case-list li {
        width: 50%;
    }
}
@media screen and (max-width:320px){
    .head-img{
        padding-left: 0;
    }
}