/*
Theme Name: Webest360
Theme URI: http://
Author: Leon
Version: 2022-05-20
*/
#wpadminbar {
    display: none;
}

html {
    -webkit-text-size-adjust: none;
    zoom: 90%;
}

/*@media all  and (min-resolution: 1.2dppx) {*/
/*html {*/
/*zoom: 72%;*/
/*}*/
/*}*/

/*@media all  and (min-resolution: 1.44dppx) {*/
/*html {*/
/*zoom: 60%;*/
/*}*/
/*}*/

body {
    margin-top: 100px;
    font-size: 16px;
    line-height: 180%;
    color: #444444;
    font-family: Open Sans, sans-serif, 'Microsoft YaHei', "微软雅黑", SimHei;
}


a {
    color: #444444;
}

a:hover, .text-gray a:hover, .text-light a:hover {
    color: #1da8ff;
    text-decoration: none;
}

a, img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

/*reset bootstrap*/

.carousel-indicators .active {
    width: 50px;
    background-color: #e2211c;
}

@media (min-width: 1200px) {
    .container-xl.xxxl {
        max-width: 1920px;
    }

    .container-xl.xxl {
        max-width: 1760px;
    }

    .container-xl.xl {
        max-width: 1440px;
    }

    .container-xl {
        max-width: 1200px;
    }
}

.container-fixed {
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1720px) {
    .container-fixed, .breadcrumbs {
        width: 1200px;
    }
}

@media (min-width: 1720px) {
    .container-fixed, .breadcrumbs {
        width: 1440px;
    }
}

@media (min-width: 1920px) {
    .container-fixed, .breadcrumbs {
        width: 1600px !important;
    }
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*reset mega-menu*/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline;
}


/*reset Bx-Slider*/
.bx-wrapper {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}

.bx-viewport, .vis, .vis > div {
    height: 100% !important;
}

/*reset pageNav*/
.wp-pagenavi {
    text-align: left;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #444444;
    text-align: center;
    border-radius: 4px;
    border-color: #ECECEC;
    background: #ECECEC;
}

.wp-pagenavi a.page, .wp-pagenavi span.current {
    padding: 0;
    width: 40px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1da8ff;
    background: #1da8ff;
    color: #fff;
}

/*bg*/
.bg-none {
    background: none;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
}

.bg-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-stretch {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.gv-blue {
    background-image: linear-gradient(to right, #0069C9, #0090FF 50%, #00CAFF);
}

.bg-light {
    background-color: #ECECEC !important;
}

.bg-gray {
    background-color: #777777;
}

.bg-darkgray {
    background-color: #444444;
}

.bg-blue {
    background-color: #1DA8FF;
}

.shadow-bottom, .shadow-hover:hover {
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.15);
}

/*自定义样式*/
.img_hover {
    overflow: hidden;
}

.img_hover img {
    transition: all .5s;
}

.img_hover img:hover {
    transform: scale(1.05);
}

.btn-tab {
    border-radius: 10px 10px 0 0;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*特定样式*/
a.post-edit-link {
    display: block;
    padding: 2px 6px;
    background: #000;
    color: #fff;
    border: 1px #ccc dashed;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

#btn-top {
    width: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
}

#btn-top i {
    line-height: 40px;
}

a span.more {
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #1da8ff;
    border-radius: 8px;
    background: #fff;
}

a span.more.more-blue {
    color: #fff;
    background: #1da8ff;
}

.cat_light_wrap {
    position: relative;
    z-index: 10;
}

/*自定义动画*/
@keyframes le_fade_down_in {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 100%
    }
}

@-webkit-keyframes le_fade_down_in {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 100%
    }
}

@keyframes le_fade_up_out {
    0% {
        transform: translateY(0px);
        opacity: 100%;
    }
    100% {
        transform: translateY(-80px);
        opacity: 0
    }
}

@-webkit-keyframes le_fade_up_out {
    0% {
        transform: translateY(0px);
        opacity: 100%;
    }
    100% {
        transform: translateY(-80px);
        opacity: 0
    }
}

/*global*/
#banner {
    height: 280px;
}

#banner h1, #banner h2, #banner h3 {
    line-height: 125%;
    padding: 12.5px 0;
}

#breadcrumbs_wrap {
    border-bottom: 1px #ECECEC solid;
    position: relative;
    z-index: 9;
}

.breadcrumbs {
    /*max-width: 1440px;*/
    font-size: 15px;
    line-height: 60px;
    margin: 0 auto;
}

.content table {
    width: 100%;
    border-radius: 3px;
    margin: 15px 0;
}

.content table td {
    height: 50px;
    line-height: 20px;
    padding: 0 15px;
    border: 1px #ECECEC solid;
}

.content table tr:nth-child(odd) {
    background: #F6F6F6;
}

/*cat_child_nav*/
.cat_child_nav_wrap {
    border-bottom: 1px #ECECEC solid;
}

.cat_child_nav {
    display: flex;
    min-width: 1200px;
    height: 60px;
    line-height: 60px;
    list-style: none;
    margin-bottom: 0;
}

.cat_pro_child_nav {
    height: 120px;
}

.cat_child_nav li {
    /*flex-grow: 1;*/
    /*flex-shrink: 0;*/
    padding-right: 80px;
    list-style: none;
    /*max-width: 200px;*/
}

.cat_child_nav li.current-cat-ancestor > .children,
.cat_child_nav li.current-cat-parent > .children,
.cat_child_nav li.current-cat > .children {
    display: flex;
}

.cat_child_nav li a {
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
}

.cat_child_nav > li > a {
    font-size: 20px;
}

.cat_pro_child_nav > li > a:after {
    content: "\f0d7";
    display: inline-block;
    margin-left: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.cat_pro_child_nav li.current-cat-ancestor > a:after,
.cat_pro_child_nav li.current-cat-parent > a:after,
.cat_pro_child_nav > li > a:hover:after {
    content: "\f0d8";
}

.cat_pro_child_nav .children li.current-cat-ancestor > a:after,
.cat_pro_child_nav .children li.current-cat-parent > a:after {
    content: "";
}

.cat_child_nav li.current-cat-ancestor > a,
.cat_child_nav li.current-cat-parent > a,
.cat_child_nav li.current-cat > a,
.cat_child_nav li.current_page_item > a {
    color: #1da8ff;
    font-weight: bold;
    /*border-bottom: 5px #1da8ff solid;*/
}

/*product_list*/
#video_wrap {
    z-index: 98;
    background: #080808;
}

#video_wrap video {
    object-fit: cover;

}

#banner_txt {
    position: relative;
    z-index: 99;
}

#product_list .list_item {
    padding: 20px;
}

#product_list a {
    display: block;
    height: 370px;
    padding-top: 70px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

#product_list a h4 {
    margin-left: 20px;
    margin-bottom: 6px;
}

#product_list .thumb {
    height: 230px;
    transition: all .5s;
}

#product_list a:hover .thumb {
    transform: scale(1.1) translate(-5%, 0);
}

#product_list .icon_wrap {
    position: absolute;
    left: 10px;
    top: 10px;
}

#product_list .icon_wrap div {
    display: inline-block;
    width: 50px;
    height: 70px;
    margin-right: 5px;
}

#product_list a .icon_wrap div.lab_able {
    background-image: url("images/icon_lab.svg");
}

#product_list a .icon_wrap div.ind_able {
    background-image: url("images/icon_ind.svg");
}

#product_list a:hover .title {
    color: #444444;
}

/*#product_list a:hover .icon_wrap div.lab_able {*/
/*background-image: url("images/icon_lab.png");*/
/*}*/

/*#product_list a:hover .icon_wrap div.ind_able {*/
/*background-image: url("images/icon_ind.png");*/
/*}*/

/*Product*/
#pro_info_wrap {
    height: 533px;
    background: url("images/bg_pro_info.png") bottom center no-repeat;
}

#pro_info_wrap > div {
    position: relative;
}

#pro_info_wrap .title {
    position: absolute;
    left: 0;
    top: 0;
}

#pro_info_wrap .pro_thumb_wrap {
    width: 950px;
    height: 433px;
    position: absolute;
    left: 0;
    top: 50px;
}


@media (min-width: 1720px) {
    #pro_info_wrap .pro_thumb_wrap {
        width: 1150px;
    }
}

#pro_info_wrap .pro_thumb {
    height: 433px;
    position: relative;
}

#pro_info_wrap .pro_thumb .thumb {
    width: 950px;
    height: 433px;
    position: relative;
}

#pro_info_wrap .pro_thumb .thumb h3 {
    padding-left: 50px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 24px;
    background: url("images/icon_flow.png") left center no-repeat;
    background-size: 28px 35px;
    position: absolute;
    top: 160px;
}

#pro_info_wrap .pro_thumb .thumb div {
    width: 530px;
    height: 400px;
    margin-top: -200px;
    position: absolute;
    right: 0;
    top: 50%;
}

#pro_thumb_pager_wrap {
    width: 300px;
    position: absolute;
    left: 0;
    top: 260px;
}

#pro_thumb_pager, #pro_thumb_pager > div {
    width: 360px;
    height: 120px;
}

#pro_thumb_pager .pager {
    display: block;
    flex-grow: 0;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    line-height: 38px;
    cursor: pointer;
    border: 1px #F4F4F4 solid;
    background: #fff;
}

#pro_thumb_pager .pager:hover, #pro_thumb_pager .pager.active {
    color: #fff;
    background: #1da8ff;
}

#pro_thumb_pager_wrap .carousel-indicators {
    width: 100%;
    margin: 0;
    bottom: -15px;
}

#pro_thumb_pager_wrap .carousel-indicators li {
    flex-grow: 1;
    width: 100px;
    height: 6px;
    border: 0;
    margin: 0 1px;
    outline: 0;
    /*border-radius: 0;*/
    background: #777777;
}

#pro_thumb_pager_wrap .carousel-indicators .active {
    background: #1da8ff;
}

.pro_ext_wrap {
    width: 220px;
    height: 326px;
    position: absolute;
    top: 0;
    right: 0;
}

.pro_ext_wrap .pro_series {
    font-size: 30px;
    font-weight: bold;
    padding-left: 50px;
    background: url("images/icon_pro_series.png") left center no-repeat;
}

.pro_ext_wrap .icon_wrap {
    text-align: center;
}

.pro_ext_wrap .icon_wrap > div div {
    width: 80px;
    height: 80px;
}

.pro_ext_wrap .icon_wrap div.lab_able {
    background-image: url("images/icon_lab.png");
}

.pro_ext_wrap .icon_wrap div.ind_able {
    width: 80px;
    height: 80px;
    background-image: url("images/icon_ind.png");
}

.pro_ext_wrap a {
    display: block;
    width: 100%;
    height: 105px;
    background: url("images/btn_online_big.png") center top no-repeat;
    background-size: 163.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s;
}

.pro_ext_wrap a:hover {
    background-size: 180px;
}

.tablist {
    margin-top: -50px;
}

.tablist button {
    flex-grow: 1;
    margin: 0 1px;
    padding: 0;
    line-height: 50px;
    color: #777777;
    font-size: 20px;
    border: 0;
    outline: none;
}

.tablist button.active {
    color: #fff;
    background-image: linear-gradient(to right, #0069C9, #0090FF 50%, #00CAFF);
}


.pro_desc ul {
    padding: 2em 0;
    margin: 0;
}

.pro_desc li {
    list-style: none;
    margin: 1em 0 0;
}

.pro_desc li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 15px;
    margin-right: 15px;
    margin-bottom: -2px;
    background: #1da8ff;
}

#intro a.link_file {
    display: inline-block;
    width: 511px;
    height: 271px;
    background: url("images/btn_pdf_big.png") center top no-repeat;
    background-size: contain;
    position: relative;
}

#intro a.link_file b {
    display: block;
    margin-top: -15px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    left: 300px;
    top: 105px;
}

.pro_banner {
    box-sizing: border-box;
    height: 355px;
    background: url("images/bg_pro_banner.png") center bottom no-repeat;
}

.banner_title {
    padding-top: 42px;
}

.banner_title div.title {
    float: left;
    line-height: 60px;
    margin-right: 50px;
    margin-top: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.banner_title div.icon {
    float: left;
    width: 100px;
    height: 80px;
}

.banner_subtitle {
    line-height: 68px;
    font-size: 21px;
    font-weight: bold;
}

.banner_txt {
    width: 410px;
    height: 165px;
}

.banner_txt p {
    line-height: 150%;
    margin: 0;
}

.pro_adv {
}

.pro_adv_title {
    display: inline-block;
    line-height: 60px;
    margin-right: 50px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);

}

.pro_adv_txt {
    height: 400px;
    background-image: linear-gradient(to bottom, #EFEFEF, #FFFFFF);
}

@media (min-width: 1720px) {
    .pro_adv_txt {
        height: 460px;
    }
}

@media (min-width: 1920px) {
    .pro_adv_txt {
        height: 510px;
    }
}

.pro_adv_bg {
    /*height: 235px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.separate {
    line-height: 50px;
    font-size: 20px;
    text-indent: 20px;
    color: #FFF;
    background: url("images/bg_separate.png") center center no-repeat;
}

#param table tr td {
    padding: 0 30px;
}

#param table tr td:first-child {
    text-align: center;
}

.video_wrap {
    width: 900px;
    margin: 0 auto;
}

#demo video {
    width: 900px;
    height: auto;
    border-radius: 10px;
}

/*技术支持 support*/
.banner_down img {
    border-radius: 10px 0 0 10px;
}

.banner_down_content {
    border-radius: 0 10px 10px 0;
}

.banner_down_content a {
    display: block;
    width: 250px;
    height: 50px;
    margin-right: 50px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.banner_down_content a.android {
    background-image: url("images/btn_android.png");
}

.banner_down_content a.ios {
    background-image: url("images/btn_ios.png");
}

#faq .card:first-child {
    border-radius: 10px 10px 0 0;
}

#faq .card:last-child {
    border-radius: 0 0 10px 10px;
}

.card-header {
    background: none;
    /*border-bottom: none;*/
}

.card-header .btn {
    padding-right: 30px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #444;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}

.card-header .btn:hover {
    color: #1da8ff;
}

.card-header button i {
    line-height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
}

.card-header button i:before {
    /*content: "\f146";*/
    content: "\f068";
}

.card-header button.collapsed i:before {
    content: "\f067";
}

.btn_support img {
    width: 115px;
    height: auto;
    transition: all .35s;
}

.btn_support:hover img {
    transform: scale(1.08);
}

@media (max-width: 1720px) {
    #process .list_item div.mask {
        line-height: 135%;
    }
}

/*流体解决方案 fluid solution*/
#solution {
    background-image: linear-gradient(to bottom, #FFF, #ECECEC);
    position: relative;
}

#process .list_item {
    height: 280px;
    overflow: hidden;
}

#process .list_item div.img {
    height: 160px;
    border-radius: 12px 12px 0 0;
}

#process .list_item h2 {
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    border-radius: 0 0 12px 12px;
    background: #fff;
    position: relative;
}

#process .list_item h2:before {
    content: '\f2fb';
    display: block;
    width: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 30px;
    font-family: 'Material-Design-Iconic-Font';
    color: #fff;
    background: #1da8ff;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
}

#process .list_item div.mask {
    /*display: none;*/
    height: 100%;
    color: #fff;
    border-radius: 12px;
    background-image: linear-gradient(to right, rgba(0, 132, 255, 1), rgba(0, 144, 255, 1) 50%, rgba(0, 192, 255, 1));
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    opacity: 0;
    transition: all .5s;
}

#process .list_item:hover div.mask {
    /*display: block;*/
    opacity: 1;
}

#process .list_item div.mask h3 {
    text-align: center;
    padding: 1em 0;
}

#process .list_item div.mask p {
    font-size: 14px;
}

.solution_adv .icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    padding: 30px;
}

.banner_solution {
    height: 550px;
}

.banner_solution .mask {
    width: 100%;
    height: 72px;
    background: url("images/bg_banner_fluid.png") bottom center no-repeat;
}

.comments_fluid {
    background-image: linear-gradient(to bottom, #f1f1f1, #fff);
}

.comments_fluid .row {
    height: 300px;
}

.comments_fluid .sign {
    height: 120px;
    background-size: 245px auto;
    background-position: right center;
    background-repeat: no-repeat;
}

.content.solution_content table tr td {
    height: 40px;
}

.content.solution_content table tr:nth-child(1),
.content.solution_content table tr:nth-child(3) td:first-child {
    background: #fff;
}

.solution_list a .thumb {
    width: 52.5%;
    height: 370px;
    overflow: hidden;
}

.solution_list a .thumb .inner {
    width: 100%;
    height: 100%;
    /*background-color: rgba(29, 168, 255, .8);*/
    background-image: linear-gradient(to right, rgba(0, 132, 255, .9), rgba(0, 144, 255, .9) 50%, rgba(0, 192, 255, .8));
    opacity: 0;
    top: 100%;
    transition: all .35s;
}

.solution_list a:hover .thumb .inner {
    top: 0;
    opacity: 1;
}

.solution_list a .thumb .inner .icons {
    width: 400px;
}

.solution_list a .thumb .icon_wrap {
    width: 120px;
    height: 120px;
    margin: 3px;
}

.solution_list a .thumb .icon_wrap .icon_bg {
    padding: 20px 30px 40px;
}

.solution_list a .thumb .icon_wrap p {
    margin-top: -40px;
    text-align: center;
}

.solution_list .txt {
    width: 47.5%;
    overflow: hidden;
}

.solution_list a .txt span.more {
    display: block;
    width: 160px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to left, rgba(0, 132, 255, 1), rgba(0, 144, 255, 1) 50%, rgba(0, 192, 255, 1));
    opacity: 0;
    position: absolute;
    top: -50px;
    right: 0;
    transition: all .35s;
}

.solution_list a:hover .txt span.more {
    top: 0;
    opacity: 1;
}

/*industry*/
.industry_list a {
    overflow: hidden;
}

.industry_list a .thumb {
    height: 220px;
    transition: all .5s;
}

.industry_list a:hover .thumb {
    transform: scale(1.06);
}

.industry_list .txt {
    height: 150px;
}

.industry_list .txt p {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*news*/

.news_list a {
    height: 370px;
    position: relative;
}

.news_list a .news_thumb {
    height: 280px;
}

.news_list a .txt {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.news_list a .txt h3 {
    height: 90px;
}

.news_list a .txt h3 span {
    flex-shrink: 0;
    flex-grow: 0;
}

.news_list a .txt h3 span.date {
    display: block;
    font-size: 14px;
}

.news_list a .txt h3 span.more {
    display: none;
}

.news_list a:hover .txt h3 span.date {
    display: none;
}

.news_list a:hover .txt h3 span.more {
    display: block;
}

.news .content {
    padding: 50px 90px;
}

/*licheng*/
.licheng_pic {
    height: 360px;
}

#licheng_slider_pager {
    border-top: 1px #ECECEC solid;
}

#licheng_slider_pager a {
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

#licheng_slider_pager a.active {
    color: #fff;
    background: #1da8ff;
}

#licheng_slider .thumbs .thumb {
    display: inline-block;
    float: left;
    width: 20%;
    height: 180px;
}

#licheng_slider .thumbs .thumb:first-child {
    width: 40%;
    height: 360px;
}

#licheng_slider .txt {
    height: 320px;
    line-height: 220%;
    margin-bottom: 5px;
}

#licheng_slider .txt h2 {
    line-height: 180%;
    margin-bottom: 1em;
}

#licheng_slider .logos {
    height: 145px;
    padding: 0 80px;
}

#licheng_slider .logos img {
    max-width: 200px;
    height: auto;
}

/*contact*/
.tel_wrap .tel h1 {
    font-size: 36px;
    font-weight: bold;
}

.contact_top {
    border-radius: 15px 15px 0 0;
    background: url("images/bg_contact_top.png") top center no-repeat;
    background-size: cover;
}

.contact_top .tel img {
    max-width: 330px;
}

.btn_online_huge {
    display: block;
    width: 520px;
    height: 100px;
    margin: 0 auto;
    background: url("images/btn_online_huge.png") top center no-repeat;
    background-size: contain;
}

.time_info p {
    display: inline;
    padding: 0 1rem;
    margin: 0 auto;
}

.time_info ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 1rem;
}

.time_info ul li {
    display: inline;
}

.content_contact {
    border-radius: 0 0 15px 15px;
}

#amap {
    height: 270px;
    border-radius: 12px;
}

#amap .amap-logo,
#amap .amap-copyright {
    display: none !important;
}

.contact_more table td {
    padding: 25px 0;
    vertical-align: top;
    line-height: 200%;
}