/*@charset "utf-8";*/
@import url("https://at.alicdn.com/t/font_1238775_297vndc29ch.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

li {
    list-style: none;
    font-style: normal;
}

i {
    font-style: normal;
}

a,
span,
m,
p,
h1,
h2,
h3,
h4,
h5,
b {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin: 0;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

button:focus {
    outline: none;
}

input {
    color: #394759;
}

input:focus {
    outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    margin: 0;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    *zoom: 1;
    clear: both;
}

.clearboth:after {
    content: ".";
    height: 0;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    clear: both;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clear_shadow {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
    font-size: 14px
}

input[type=button] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

input[type=button]:active {
    opacity: 0.9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#header {

    height: 52px;
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 15px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#header .logo {

    width: 108px;
    height: 26px;
    display: block;
}

#header .logo img {

    width: 108px;
    height: 34px;
}

.header_right {

    /*width: 100px;*/
    display: inline-flex;
    align-items: center;

}

.header_right a {

    display: block;
    height: 20px;
    color: #fff;
    float: left;

}

.header_right a .iconfont {

    font-size: 24px;
    color: #fff;
    margin-right: 3px;
    margin-top: -3px;
    float: left;
    animation-name: swing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.header_right .menu {

    height: 30px;
    line-height: 30px;
    width: 30px;
    float: right;
    text-align: right;
    font-size: 15px;

}

.header_right .menu .iconfont {

    color: #fff;
    font-size: 15px;

}

#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: 240px;
    transition: all 0.3s;
    z-index: 1001;
    background: #333;
    padding: 0px 15px;
    opacity: 1;
    background: #333;
}

#nav.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

#nav .close_nav {
    position: absolute;
    height: 26px;
    width: 26px;
    left: 10px;
    top: 30px;
}

#nav ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    overflow: scroll;
    z-index: 99999;

}

#nav li {
    width: 100%;
    height: auto;
    padding: 0 10px;
    line-height: 22px;

}

#nav li > a {
    line-height: 45px;
    display: block;
    color: rgb(204, 204, 204);
    font-size: 14px;
    position: relative;
}

#nav li > a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: #3c3d3d;
    height: 1px;
    transform: scaleY(0.5);
}

#nav li > a i {
    float: right;
    color: rgb(204, 204, 204);
    font-size: 14px;
    line-height: 45px;
}

.right_bar_pingtai {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px
}

#nav li .lower_list {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

#nav li .lower_list a {
    display: block;
    line-height: 34px;
    color: #fff;
    font-size: 13px
}

.index_service {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index_commen {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
}

.index_commen p {
    font-size: 17px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0 15px;
    width: 140px;
    margin: 0 auto;
}

.index_commen a {
    font-size: 12px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    opacity: 0.14;
    color: #333333;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

/*.index_commen p:before {*/
/*	position: absolute;*/
/*	width: 26px;*/
/*	height: 1px;*/
/*	background: #FF6D01;*/
/*	content: '';*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/

/*.index_commen p:after {*/
/*	position: absolute;*/
/*	width: 26px;*/
/*	height: 1px;*/
/*	background: #FF6D01;*/
/*	content: '';*/
/*	left: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/

.index_commen span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.index_white p {
    color: white;
}

.index_white span {
    color: white;
}

.index_white a {
    color: white;
}

.index_service ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.index_service ul li {
    margin-left: 44px;
    flex: 0 0 calc(25% - 33px);
    margin-top: 18px;
}

.index_service ul li:nth-child(4n+1) {
    margin-left: 0;
}

.index_service ul li div {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: linear-gradient(0deg, rgba(237, 244, 255, 1) 0%, rgba(251, 252, 255, 1) 100%);
    border-radius: 10px;
    margin: 0 auto;
}

.index_service ul li div img {
    transform: scale(.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.index_service ul li p {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-top: 5px;
}

.index_zx {
    width: calc(100% - 60px);
    height: 44px;
    background: linear-gradient(90deg, rgba(0, 140, 255, 1) 0%, rgba(34, 180, 255, 1) 100%);
    box-shadow: 0px 2px 3px rgba(0, 161, 244, 0.3);
    border-radius: 22px;
    margin: 46px auto 0;
    display: block;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 44px;
}

.index_cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eff2f6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.index_cont ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 20px;
}

.index_cont ul li {
    display: block;
    width: calc(100%);
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    margin-top: 16px;
    position: relative;
    border-radius: 4px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 8px 16px rgba(174, 185, 193, 0.3);
}

.index_cont ul li:nth-child(2n) {
    margin-right: 0;
}

.index_cont ul li .img_box {
    width: 30%;
    float: left;
}

.index_cont ul li .img_box img {
    width: 70%;
    display: block;
    margin: auto;
}

.index_cont ul li .index_contBox {
    width: 70%;
    height: 100%;
    float: left;
}

.index_cont ul li .index_contFinal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    padding: 40px 0 0 24px;
}

.index_cont ul li .index_contBox p {
    font-size: 18px;
    font-weight: bold
}

.index_cont ul li .index_contBox span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.index_cont ul li .index_contBox a {
    display: block;
    width: 70px;
    height: 23px;
    background: #008cff;
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
}

.index_contFinal i {
    display: block;
    float: left;
    font-size: 16px;
    color: #FF6D01;
    line-height: 16px;
}

.index_contFinal span {
    display: block;
    float: left;
    font-size: 13px;
    color: #FF6D01;
    line-height: 18px;
    margin-left: 5px;
}

.index_contFinal p {
    clear: both;
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #FF6D01;
}

.index_advant {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 9px;
    background: url(../img/bg_5.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 38px;
}

.index_advant .index_advant_main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
    padding: 0 15px;
}

.index_advant .index_advant_main li {
    display: block;
    width: calc(33.3% - 10px);
    height: auto;
    margin-right: 15px;
    position: relative;
    border: 1px solid rgba(191, 191, 191, 0.8);
    float: left;
    padding-bottom: 33.8%;
}

.index_advant .index_advant_main li:nth-child(3n) {
    margin-right: 0;
}

.index_advant .index_advant_main li div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index_advant .index_advant_main li div > span {

    height: 29px;
    background: #FF6D01;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 29px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    display: block;
    font-weight: bold;
}

.index_advant .index_advant_main li div > p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #FF6D01;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25%;
}

.index_advant .index_advant_main li div > p span {
    font-size: 26px;
    font-weight: bold;

    line-height: 26px;
    color: #FF6D01;

}

.index_advant .index_advant_main li div > p i {
    font-size: 20px;
    color: #FF6D01;
    font-style: normal;
    position: relative;
    top: -6px;
}

.index_advant .index_advant_main li div > p b {
    font-size: 13px;
    color: #FF6D01;
    font-weight: normal;
    position: relative;
    top: -2px;
    left: -3px;
}

.index_advant_cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 30px;
    margin-top: 20px;
}

.index_advant_cont li {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #ebedf0 solid;
    padding-bottom: 30px;
    margin-top: 30px;
}

.index_advant_cont li img {
    display: block;
    width: 120px;
    height: 100px;
    float: left;
}

.index_advant_cont li div {
    font-size: 14px;
    width: calc(100% - 143px);
    padding: 0 20px;
    float: left;
    height: 100px;
    padding-top: 15px;
}

.index_advant_cont li:nth-child(2n) img {
    float: right;
}

.index_advant_cont li:nth-child(2n) div {
    float: left;
}

.index_advant_cont li div p {
    font-size: 14px;
    color: #333;
}

.index_advant_cont li div h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.index_anli {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-bottom: 38px;
    background: -webkit-linear-gradient(to bottom, #0575E6, #222425); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0575E6, #222425); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.index_offer ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 5px;
}

.index_offer ul li {
    display: flex;
    width: 100%;
    height: 44px;
    background: #EEEEEE;
    border-radius: 62px;
    margin-top: 12px;
    padding: 0 23px;
    align-items: center

}

.index_offer ul li i {
    color: #999999;
    line-height: 44px;
    display: block;
    float: left;
    font-size: 18px;
}

.index_offer ul li input {
    display: block;
    width: calc(100% - 37px);
    border: 0;
    background: none;
    font-size: 15px;

    line-height: 21px;

    height: 40px;
    padding: 10px 15px;
    -webkit-user-select: text;

    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;

}

.index_offerTit p {
    padding: 0 30px;
    width: 175px;
}

.index_offer .index_zx {
    margin-top: 20px;
}

.index_partner {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333333;
    margin-top: 25px;
    padding: 3px 15px 25px;
}

.index_partner ul {
    margin-top: 9px;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.index_partner ul li {
    display: block;
    width: calc(33.3% - 10px);
    height: auto;
    background: white;
    margin-right: 15px;
    margin-top: 13px;
    float: left;
    position: relative;
    overflow: hidden;
}

.index_partner ul li:nth-child(3n) {
    margin-right: 0;
}

.index_partner ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.index_news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index_newsTit {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
}

.index_newsTit li {
    display: block;
    width: calc(50% - 10px);
    height: auto;
    overflow: hidden;
    float: left;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 10px;
}

.index_newsTit li:nth-child(2n) {
    float: right;
}

.index_newsTit li div {
    width: auto;
    height: auto;
    float: left;
}

.index_newsTit li img {
    display: block;
    height: 43px;
    width: auto;
    float: right;
}

.index_newsTit li p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.index_newsTit li span {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 7px;
}

.index_newList {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
}

.index_newList li {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_newsRight {
    width: 89px;
    height: 89px;
    border-radius: 4px;
    float: right;
    background: linear-gradient(180deg, rgba(255, 155, 81, 1) 0%, rgba(255, 109, 1, 1) 100%);
    padding-top: 14px;
}

.index_newsRight p {
    font-size: 29px;
    font-weight: bold;
    line-height: 41px;
    color: white;
    text-align: center;
}

.index_newsRight span {
    display: block;
    font-size: 13px;
    color: white;
    display: block;
    text-align: center;
}

.index_newsLeft {
    width: calc(100% - 89px);
    height: 89px;
    padding: 7px 10px 7px 0;
    float: left;
    overflow: hidden;
    position: relative;
}

.index_newsLeft p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_newsLeft div {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.index_newsLeft div img {
    display: block;
    width: 53px;
    height: 22px;
    float: left;
}

.index_newsLeft div span {
    display: block;
    float: left;
    line-height: 22px;
    font-size: 12px;
    color: #BFBFBF;
    margin-left: 10px;
}

.index_anli .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 243px;
    height: 478px;
    padding: 49px 15px;
}

.index_hl {
    margin-top: 30px;
    font-size: 26px;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 37px;
    display: flex;
    justify-content: center;
    align-items: center
}

.index_hl i {
    font-size: 24px;
    color: white;
    font-style: normal;
    position: relative;
    margin: 0 5px;
    top: -1px;
}

.index_hl m {
    font-size: 16px;
    color: white;
    font-weight: normal;

}

.index_anli .index_zx {
    margin: 35px auto 0;
}

#video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.video_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 29, 83, 0.8);
}

.index_contact {
    margin-bottom: 20px;
    padding: 1px 30px 25px;
    background: #222425;
}

.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;
}

.ask_btn {
    display: block;
    float: right;
    position: relative;
    top: 4px;
    width: 70px;
    height: 23px;
    background: #008cff;
    border-radius: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
}

.contact_box {
    padding: 15px 30px 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: 3px;
    font-size: 14px;
    color: #fff;
}

.contact_box .iconfont {
    color: #fff;
    margin-right: 5px;
}

.map_bar {
    height: 25px;
    margin: 20px 0;
    overflow: hidden;

}

.map_bar div {
    white-space: nowrap;
    overflow-x: scroll;
    height: 25px;
    font-size: 13px;
}

.map_bar span {
    display: inline-block;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid rgba(109, 109, 109, 1);
    border-radius: 4px;
    font-size: 13px;
    color: #6D6D6D;
    margin-right: 10px;
}

.map_bar span.act {
    color: #FF6D01;
    border: 1px solid #FF6D01;
}

#allmap {
    width: 100%;
    height: 180px;
    margin: 20px 0 30px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1A1A1A;
    z-index: 996;
    height: 51px;
}

#footer li {
    width: 50%;
    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: 19px;
    height: 17px;
}

#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: 21px;
    height: 14px;

}

#footer a .img.img3 img {
    width: 28px;
    height: 19px;
}

#footer a .img.img4 img {
    width: 17px;
    height: 17px;
}

.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;
}
