/** 重置元素 **/
/*包含以下五种的链接*/
a {text-decoration: none;}
/*正常的未被访问过的链接*/
a:link {text-decoration: none;}
/*已经访问过的链接*/
a:visited {text-decoration: none;}
/*鼠标划过(停留)的链接*/
a:hover {text-decoration: none;}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {text-decoration: none;}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {text-decoration: none;}
*{margin:0;padding:0;font-family:"微软雅黑";}
legend {color:#000;} /* for ie6 */
fieldset, img {border:0;display: block;} /* img 搭车：让链接里的 img 无边框 */
ul, ol {list-style: none;}
.width_1200{
    width: 90%;
    margin: 0 auto;
}
.nav{
    width: 100%;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    z-index: 9999;
}
#mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    z-index: 997;
}
#nav{
    height: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 160px;
    transition: all 0.3s;
    z-index: 9999;
    background: #333;
    padding: 0 15px;
}
#nav.active{
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
#nav li>a {
    line-height: 45px;
    display: block;
    color: rgb(204, 204, 204);
    font-size: 14px;
    position: relative;
}
.top_m{
    display: none;
    width: 73px;
    position: fixed;
    bottom: 30%;
    right: 1%;
    z-index: 999;
}
.top_m img{
    width: 100%;
}
.icon-arrow:before {
    content: "\e68b";
}
.banner_bg img{
    width: 100%;
}
.text{
    display: none;
    width: 97px;
    font-size: 10px;
    color: #FFFFFF;
    transform: scale(0.5);
    position: absolute;
    top: 10px;
    right: -13px;
}
.logo_m{
    width: 108px;
    margin-top: 10px;
}
.logo_m img{
    width: 100%;
}
.nav_left{
    width: 40%;
    position: relative;
}
.nav_right{
    width: 50%;
    margin-top: 10px;
}
.nav_right img{
    width: 100%;
}
.menu{
    width: 20px;
    margin-top: 6px;
}
.t_m{
    width: 120px;
    margin-top: 5px;
}
.phone_m{
    width: 30px;
    margin-top: 2px;
}
.navigation{
    display: flex;
    margin-top: 40px;
}
.navigation ul{
    display: flex;
}
.navigation .active a{
    font-weight: 500;
    color: #333333;
}
.navigation .active div{
    width: 20px;
    height: 3px;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 9px;
}
.navigation li{
    margin-right: 20px;
}
.navigation li:last-child{
    margin-right: 20px;
}
.navigation li a{
    font-size: 16px;
    color: #666666;
}
.nav_phone{
    display: flex;
    margin-top: 32px;
}
.phone_text{
    margin-left: 10px;
}
.phone_text p{
    font-size: 12px;
    letter-spacing:10px;
}
.phone_text p:last-child{
    color: #FF7327;
    font-size: 16px;
    /*margin-top: 3px;*/
    margin-left: 7px;
    letter-spacing: 0;
    font-weight: bold;
}
.tit{
    width: 90%;
    font-size: 24px;
    /*font-family: PingFang SC-Medium;*/
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.sub_tit{
    width: 85%;
    margin: 8px auto 40px auto;
    font-size: 13px;
    color: #999999;
    text-align: center;
    line-height: 2;
}
.box{
    width: 100%;
    padding: 30px 0;
}
.button{
    display: block;
    width: 200px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    background: #FF7327;
    border-radius: 42px;
    margin: 50px auto 0 auto;
    cursor: pointer;
}
.content{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.form{
    background: url("../images/m_bg.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}
.form div p:first-child{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}
.form_box{
    /*width: 757px;*/
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_box input{
    width: 100%;
    height: 56px;
    border: 0;
    margin-top: 20px;
    background-color: rgba(225, 225, 225, 0.6);
    color: #FFFFFF;
    padding-left: 20px;
}

.form_box input::-webkit-input-placeholder{
    color:#FFFFFF;
}
.form_box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#FFFFFF;
}
.form_box input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
    color:#FFFFFF;
}
.form_box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#FFFFFF;
}
.tingBox img {
    width: 30px;
    margin: 0 30px;
}
.tingBox{
    width: 180px;
    display: flex;
    margin: 50px auto 0;
}
.index_white p{
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0 15px;
    width: 140px;
    margin: 0 auto;
}
.index_white span {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin: 16px auto 0 auto;
}
.index_contact {
    margin-bottom: 20px;
    background: url("../images/m_footer_bg.png") no-repeat center 0;
    background-size: 100% 100%;
    padding: 30px 10px 25px 10px;
}

.tel_box {
    height: 64px;
    margin-top: 25px;
    border-bottom: 1px solid #434343;
}

.index_contact .tel_box .tips {
    color: #999;
    font-size: 12px;
}

.index_contact .tel_box .bottom {
    height: 40px;
    line-height: 40px;
}

.index_contact .tel_box .tel_num {
    float: left;
    color: #fff;
    font-size: 21px;
}
.tel_num .iconfont{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.iconfont img{
    width: 17px;
    margin-right: 5px;
}
.copy_box{
    width: 30px;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    margin-left: 5px;
}

.dial{
    background-color: #FF7327;
}
.ask_btn {
    display: block;
    float: right;
    position: relative;
    top: -2px;
    width: 70px;
    height: 23px;
    background: linear-gradient(90deg, rgba(255, 109, 1, 1) 0%, rgba(255, 64, 49, 1) 100%);
    box-shadow: 0px 3px 6px rgba(255, 70, 43, 0.3);
    border-radius: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
}

.contact_box {
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #434343;
}

.contact_box .tips {
    font-size: 12px;
    color: #999;
}

.contact_box .bottom {
    margin-top:10px;
    font-size: 13px;
    color: #fff;
}

.contact_box .iconfont {
    color: #fff;
    /*margin-right: 5px;*/
}

.map_bar {
    /*height: 30px;*/
    margin: 20px 0 0;
    overflow: hidden;

}

.map_bar div {
    /*white-space: nowrap;*/
    overflow-x: scroll;
    /*height: 30px;*/
    font-size: 13px;
}

.map_bar span {
    float: left;
    display: inline-block;
    width: 22%;
    height: 30px;
    line-height: 30px;
    /*padding: 0 12px;*/
    border: 1px solid rgba(109, 109, 109, 1);
    border-radius: 4px;
    font-size: 13px;
    color: #6D6D6D;
    margin-right: 2%;
    margin-bottom:15px;
    text-align: center;

}

.map_bar span:nth-child(4n){margin-right:0}
.map_bar span:nth-child(4n-3){margin-left:2%}
.map_bar span.act {
    color: #FF6D01;
    border: 1px solid #FF6D01;
}

#allmap {
    width: 100%;
    height: 180px;
    margin: 0px 0 30px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1A1A1A;
    z-index: 996;
    height: 51px;
}

#footer li {
    width: 25%;
    float: left;
    text-align: center;
}

#footer li a {
    display: block;
}

#footer li a span {
    color: #fff;
    font-size: 12px;
    display: block;
    height: 14px;
    line-height: 14px;
}

#footer a .img {
    position: relative;
    width: 100%;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 3px;
}
#footer a .img .num{
    position: absolute;
    width: 26px;
    height: 14px;
    background: #f00;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    left: 50%;
    top: -5px;
}
@-webkit-keyframes Tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70%,
    73% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    77%,
    83%,
    90%,
    97% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    80%,
    87%,
    93% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

#footer a .img .iconfont {
    color: #fff;
    font-size: 24px;
}
#footer a .img.img1 img {
    width: 24px;
    height:24px;
}
/*#footer a .img.img2{*/
/*    -webkit-animation: Tada 3s both infinite;*/
/*    -moz-animation: Tada 3s both infinite;*/
/*    -ms-animation: Tada 3s both infinite;*/
/*    animation: Tada 3s both infinite;*/
/*}*/
#footer a .img.img2 img {
    width: 24px;
    height:24px;

}

#footer a .img.img3  img{
    width: 24px;
    height:24px;
}
#footer a .img.img4  img{
    width: 24px;
    height:24px;
}
.nav_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.nav_box a{
    font-size: 13px;
    color: rgb(204, 204, 204);
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #3c3d3d;
}

.infoBoxContent {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 15px;
    position: relative;
}

.infoBoxContent .infoCont {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid white;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.infoBox img {
    display: none;
}
.BMap_noprint{
    background-size: 100% 100%;
}
