html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font: 16px Arial, "微软雅黑";
    background: #fffA;
}

/*A*/
a {
    text-decoration: none
}

a:hover {
    color: #3060ff;
}

/*img*/
img {
    border: none;
    display: block;
}

/*li*/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 28px;
    font-weight: normal
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.pl_60 {
    padding-left: 60px !important;
}

.mr_50 {
    margin-right: 50px;
}

.foot_blue {
    color: #3060ff;
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

/**导航栏样式**/
.m_nav {
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.logo {
    width: 240px;
    height: 70px;
    overflow: hidden;
    margin: 20px 0;
    float: left
}

.logo img {
    width: 100%;
}

.m_nav {
    width: 800px;
    height: 40px;
    margin: 35px 0;
    text-align: right;
    float: right
}

.m_nav li {
    display: inline-block;
    position: relative;
    line-height: 40px;
}

.m_nav li a {
    color: #333;
    display: block;
    padding: 0 15px;
    margin: 0 5px;
    font-size: 18px;
}

.m_nav li a:hover, .m_nav li a.active {
    color: #fff;
    background: #3060FF;
    border-radius: 20px;
}

/**广告位样式***/
.banner {
    width: 1180px;
    margin: 0 auto;
    background: #f5f5f5;
    height: 600px;
    overflow: hidden;
    border-radius: 15px;
}

div.wrapper {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
    width: 1180px;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 1180px;
    height: 600px;
}

.box_skitter .prev_button, .box_skitter .next_button {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: -30px;
}

.box_skitter .prev_button {
    left: 20px;
}

.box_skitter .next_button {
    right: 20px;
}

.box_skitter a:hover.prev_button, .box_skitter a:hover.next_button {
    background: rgba(48, 96, 255, 1)
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1180px;
    height: 600px;
}

#slideshow ul {
    display: none;
}

/**首页关于我们**/
.about_text {
    padding: 50px 0 0 0;
    overflow: hidden;
}

.about_text_p {
    font-size: 18px;
    line-height: 28px;
    /*text-align: center;*/
    padding: 0 16px;
}

.about_text_p p {
    margin-bottom: 40px
}

.more_add {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.more_add a {
    display: block;
    color: #3060ff;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #dce6ff;
    width: 50px;
    height: 50px;
}

.more_add a span {
    font-size: 21px;
}

.more_add a:hover {
    color: #fff;
    background: #3060ff;
    border: 1px solid #3060ff;
}

.about_video {
    width: 1180px;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
}

.video_btn {
    width: 80px;
    height: 80px;
    display: block;
    z-index: 10;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

.video_yuan {
    width: 80px;
    height: 80px;
    position: relative;
}

.waveRaidus {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: waveRaidus 1.6s ease-out 0s infinite;
    animation: waveRaidus 1.6s ease-out 0s infinite;
}

.waveRaidus img {
    width: 100%;
}

@-webkit-keyframes waveRaidus {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    65% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    66% {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }
    100% {
        width: 120%;
        height: 120%;
        opacity: 1;
    }
}

.video_arrow {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 120, .6);
    border-radius: 80px;
    -webkit-animation: warn 1.6s ease;
    -moz-animation: warn 1.6s ease;
    animation: warn 1.6s ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.video_arrow img {
    width: 32px;
    height: 32px;
    padding: 24px;
    display: block;
    background-size: 32px;
}

@keyframes warn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    65% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/**首页产品优势**/
.pro-section {
    width: 1180px;
    margin: 0 auto;
}

/*标题*/
.section-title {
    padding: 50px 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: url(../images/m_title.png) no-repeat;
    background-position: center;
    background-size: 180px 40px;
}

/*内容盒子*/
.section-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.section-inner .swiper-container {
    height: 410px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height: 320px !important;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

/*内容列表*/
.swiper-slide {
    height: 320px !important;
    box-sizing: border-box;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide > a {
    display: block;
    float: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #ececec;
    height: 100%;
    margin-right: 35px;
    color: #000;
    width: calc((100% - 70px) / 3);
    box-sizing: border-box;
}

.swiper-slide .inner-content {
    border: 1px solid #fff;
    overflow: hidden;
    padding: 18px 18px 0;
    height: 300px
}

.swiper-slide > a:hover, .swiper-slide a:hover .inner-content {
    border: 1px solid #3060ff;
    color: #3060ff;
}

.swiper-slide img {
    height: 185px;
    width: 330px;
    object-fit: cover;
    overflow: hidden;
}

.swiper-slide p {
    padding: 40px 0;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    font-size: 15px;
}

.swiper-slide > a:last-of-type {
    margin-right: 0;
}

/*分页*/
.section-inner .swiper-container .swiper-pagination-bullet {
    position: relative;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
    background: 0 0;
}

.section-inner .swiper-container .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px !important;
    height: 10px;
    opacity: 1;
    left: 0;
    border-radius: 10px;
    background: #b4b4b4;
    vertical-align: middle;
    transition: opacity .8s, background-color .8s;
}

.section-inner .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px !important;
}

.section-inner .swiper-container .swiper-pagination-bullet-active:before {
    width: 30px !important;
    opacity: 1;
    background: #3060ff;
}

/*左右箭头*/
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 135px;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 21px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -80px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -80px;
}

.section-inner .swiper-button-prev:hover, .section-inner .swiper-button-next:hover {
    background: #3060ff;
}

/**底部切换小图标**/
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
}

/**应用案例**/
.m_case {
    width: 1180px;
    height: 480px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    z-index: 1;
}

.m_case_title {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 500px;
    overflow: hidden;
    color: #fff;
}

.case_title_text {
    height: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    font-size: 21px;
}

.case_title_text:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    border-radius: 4px;
    width: 4px;
    height: 24px;
    display: block;
}

.case_title_en {
    padding-left: 20px;
    margin-top: 5px;
}

.m_case_container {
    width: 400px;
    height: 380px;
    position: absolute;
    top: 50px;
    right: 50px;
    background: #fff;
    z-index: 10;
    padding: 20px 20px 0;
}

.m_case_container li {
    margin-bottom: 20px;
    height: 100px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.m_case_container li h3 {
    line-height: 24px;
    padding: 10px 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_case_container li a, .new_container li a .new_add {
    margin: 10px auto 0;
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    border-radius: 30px;
    color: #3c3c3c;
    border: 1px solid #dcdcdc;
}

.m_case_container li a:hover, .new_container li a:hover .new_add {
    color: #fff;
    background: #3060ff;
    border: 1px solid #3060ff;
}

/**首页新闻动态**/
.m_new .section-title a {
    color: #fff
}

.m_new .section-title a:hover {
    opacity: 0.6
}

.new_container {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.new_container li {
    margin-right: 35px;
    width: 370px;
    overflow: hidden;
    float: left;
}

.new_container li:nth-child(3n) {
    margin-right: 0
}

.new_container li img {
    width: 370px;
    height: 160px;
    object-fit: scale-down;
}

.new_container li .new_time {
    font-size: 28px;
    margin-top: 20px;
}

.new_container li a h3 {
    color: #000;
    font-size: 17px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}

.new_container li p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_container li a:hover h3 {
    color: #3060ff
}

.new_container li a .new_add:hover {
    background: #3060ff;
    color: #fff;
}

/**客户分类**/
.m_kehu {
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
}

.kehu_list {
    width: 1180px;
    overflow: hidden;
    border-radius: 15px;
}

.kehu_list li {
    width: 590px;
    height: 360px;
    float: left;
    display: block;
    background: #fff;
}

.kehu_box {
    padding: 70px 40px 0;
}

.kehu_box h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

.kehu_box dt {
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.kehu_box dt:after, .foot_bottom li a:after {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #000;
}

.kehu_list li:hover {
    color: #fff;
    background: #3060ff
}

.kehu_list li:hover dt:after {
    background: #fff
}

/**底部样式**/
.foot {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 60px;
}

.foot_container {
    width: 1180px;
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto;
}

.foot_list {
    width: 200px;
    float: left;
    overflow: hidden;
    margin-right: 40px;
}

.foot_list:last-child {
    margin-right: 0;
}

.foot_list.foot_contact {
    width: 460px;
}

.foot_top {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

.foot_top .foot_title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: normal;
}

.foot_top .foot_title_en {
    font-size: 21px;
    color: #999;
    font-weight: normal;
}

.foot_bottom {
    padding: 40px 10px;
}

.foot_bottom li {
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}

.foot_bottom li a {
    color: #000
}

.foot_bottom li a:after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 12px;
    background: #787878 !important;
}

.foot_bottom li a:hover {
    color: #3060ff;
}

.foot_contact .foot_bottom {
    padding: 40px 0;
}

.foot_contact .foot_bottom li {
    padding-left: 0;
}

.foot_contact .foot_bottom .foot_icon {
    width: 45px;
    display: block;
    float: left;
    text-align: center;
    background: #787878;
    border-radius: 5px;
    height: 25px;
    color: #fff;
    margin-right: 15px;
    margin-top: 2px;
    line-height: 25px;
}

.foot_copyright {
    height: 100px;
    line-height: 100px;
    border-top: 1px solid #dcdcdc;
    margin: 0 auto;
    text-align: center;
    width: 1180px;
    margin: 0 auto;
}

.foot_copyright a {
    color: #3c3c3c;
}

.foot_copyright a:hover {
    color: #2b59ff;
}

/**关于我们**/
.inner_banner {
    width: 1180px;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.inner_banner img {
    width: 100%;
}

.inner_title {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}

.inner_title span {
    margin: 0 10px;
    color: #b4b4b4;
    font-size: 21px;
    float: left;
}

.inner_nav {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.inner_nav a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0 25px;
    color: #000;
}

.inner_nav a:hover, .inner_nav a.active {
    background: #3060ff;
    color: #fff;
    border: 1px solid #3060ff;
}

.inner_box {
    background: #f6f6f6;
    border-radius: 15px;
    overflow: hidden;
    padding: 50px;
    margin-top: 40px;
}

.inner_text img {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.inner_text p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 40px;
}

/**重大事件**/
.event_list {
    position: relative;
    overflow: hidden;
    padding-left: 160px;
    z-index: 10;
}

.event_list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    width: 5px;
    height: 100%;
    background: #b4b4b4;
    border-radius: 5px;
    z-index: 20;
}

.event_list .event_year {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
}

.event_list li {
    margin-bottom: 80px;
    position: relative;
}

.event_list li:last-of-type, .product_list li:last-of-type, .product_list dd:last-of-type {
    margin-bottom: 0;
}

.event_list li a {
    display: block;
    color: #000;
}

.event_yuan {
    z-index: 30;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: -113px;
    border: 1px solid #b4b4b4;
    background: #fff;
}

.event_yuan .icon_yuan {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #b4b4b4;
    display: block;
    margin: 4px;
}

.event_list li a:hover .event_yuan {
    border: 1px solid #3060ff;
}

.event_list li a:hover .icon_yuan {
    background: #3060ff
}

.event_list li a .event_img {
    border: 1px solid #f6f6f6;
    width: 370px;
    height: 160px;
    background: #fff;
    margin-bottom: 30px;
}

.event_list li a .event_img img {
    width: 370px;
    height: 160px;
}

.event_list li a:hover .event_img {
    border: 1px solid #3060ff;
}

.event_list li a:hover .event_img img {
    width: 358px;
    height: 148px;
    margin: 6px;
}

.event_list li a .event_time {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

.event_list li a .event_text {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**卫星通信**/
.product_list li {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.product_list li img {
    width: 320px;
    height: 320px;
    float: left;
    margin-right: 40px;
    object-fit: cover;
}

.product_box {
    width: 720px;
    float: left;
}

.product_box h3 {
    margin-top: 20px;
}

.product_box p {
    line-height: 30px;
    font-size: 18px;
    margin-top: 20px
}

.product_tedian {
    margin-top: 35px;
}

.product_tedian .product_title {
    height: 50px;
    display: inline-block;
    border-radius: 10px;
    background: #6478b4;
    padding: 0 20px;
    color: #fff;
    line-height: 50px;
}

.product_tedian .product_title span {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

/**APP应用**/
.product_list dd {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    overflow: hidden;
}

.product_left {
    width: 370px;
    float: left;
    overflow: hidden;
}

.product_right {
    float: left;
    width: 660px;
    overflow: hidden
}

.product_text {
    padding: 70px 0;
}

.product_text h3 {
    margin-bottom: 20px;
}

.product_text p {
    font-size: 18px;
    line-height: 30px;
}

.ewm_img {
    float: left;
    width: 190px;
    overflow: hidden;
    margin-right: 90px;
}

.btn_blue, .btn_green {
    display: block;
    text-align: center;
    font-size: 18px;
    height: 50px;
    width: 190px;
    border-radius: 10px;
    line-height: 50px;
    color: #fff;
    margin-top: 20px;
}

.btn_blue {
    background: #3060ff;
}

.btn_green {
    background: #20ac18
}

.ewm_img a:hover.btn_blue, .ewm_img a:hover.btn_green {
    color: #fff;
    opacity: 0.9;
}

/**解决方案**/
.solution_box {
    width: 800px;
    margin: 0 auto 50px;
    position: relative
}

.solution_img {
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.solution_img img {
    margin-bottom: 0;
}

.solution_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.solution_title span {
    margin-right: 20px;
    font-size: 36px;
    float: left
}

.solution_text {
    background: #3060ff;
    color: #fff;
    padding: 20px;
}

.solution_text h3 {
    margin-bottom: 10px;
}

.solution_text p {
    margin-bottom: 0;
}

/**卫星资源**/
.wxzy_list li {
    float: left;
    width: 515px;
    margin-bottom: 50px;
}

.wxzy_list li:nth-child(2n) {
    margin-left: 45px
}

.wxzy_list li a {
    display: block;
    position: relative;
    width: 515px;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    height: 360px;
    overflow: hidden;
}

.wxzy_list li a .wxzy_img {
    width: 515px;
    height: 360px;
    background: #fff;
}

.wxzy_list li a .wxzy_img img {
    width: 100%;
}

.wxzy_list li a:hover {
    border: 1px solid #3060ff;
    padding: 5px;
    background: #fff;
}

.wxzy_list li a:hover .wxzy_img img {
    width: 503px;
    height: 348px;
}

.wxzy_list li .wxzy_text {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.wxzy_text .wxzy_h3 {
    font-size: 24px;
    width: 400px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wxzy_text .wxzy_more {
    height: 30px;
    float: right;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 15px 0;
    padding: 0 15px;
}

.wxzy_list li a:hover .wxzy_text {
    background: #3060ff;
}

/**网上营业厅**/
.online-list, .new_show, .online_pay {
    background: #fff;
    overflow: hidden;
}

.online-list li {
    width: 360px;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    height: 270px;
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.online-list li a {
    display: block;
    text-align: center;
}

.online-list li a img {
    width: 140px;
    height: 140px;
    margin: 40px auto 0;
}

.online-list li a span {
    font-size: 21px;
    color: #000;
    display: block;
    margin-top: 20px;
}

.online-list li:nth-child(4), .online-list li:nth-child(5) {
    width: 540px;
    border-bottom: none;
}

.online-list li:nth-child(3), .online-list li:nth-child(5) {
    border-right: none;
}

.online-item-box {
    width: 100%;
    height: 270px;
    display: flex;
    overflow: auto;
}

.wrap-flex {
    width: 100%;
    height: 270px;
    display: flex;
    text-align: center;
}

.grid-part-2 .wrap-flex-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    background: white;
}

.grid-part-2 .wrap-flex-item:last-of-type {
    margin-right: 0;
}

.wrap-flex-item .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.online-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 45px;
}

.online-item .item-title {
    font-size: 28px;
    font-weight: normal;
    color: #666666;
    line-height: 50px;
}

.online-item .item-info {
    width: 100px;
    height: 36px;
    background: #1894E8;
    text-align: center;
    color: white;
    line-height: 36px;
}

.wrap-flex-item .content img {
    width: 108px;
    height: 108px;
    margin-right: 90px;
}

/**网上营业厅详情**/
.online_top_box {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px;
    text-align: center;
}

.online_top {
    position: relative;
    min-height: 50px;
    border: 1px solid #f0f0f0;
    width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px;
}

.form-group {
    display: inline-block;
    vertical-align: middle;
    width: 385px;
    background: #2b59ff;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
}

.btn {
    display: inline-block;
    width: 105px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #3060ff;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
}

.online_con {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}

.online_pay_box {
    margin-top: 40px;
}

.pay_list {
    width: 100%;
    overflow: hidden
}

.pay_title {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 36px;
    margin-bottom: 50px;
}

.pay_title .icon-light {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    border-radius: 40px;
    background: #3060ff;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-right: 20px;
}

.pay_title .fr {
    font-size: 24px;
    color: #787878;
    font-weight: 100;
}

.pay_list li {
    width: 200px;
    height: 120px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(#fff, #f0f0f0);
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 6px rgba(200, 200, 200, .4);
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 30px 30px 0;
    float: left;
}

.pay_list li:nth-child(3n) {
    margin: 0 0 30px 0;
}

.pay_list li a {
    padding: 28px 0 0 20px;
    display: block;
    height: 120px;
    display: block;
}

.pay_list li a .pay_01 {
    font-size: 24px;
    color: #141414;
}

.pay_list li a .pay_01 span {
    font-size: 28px;
}

.pay_list li a .pay_02 {
    font-size: 21px;
    color: #797979
}

.pay_03 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 12px 0 12px;
    background: #ff7800;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 21px;
}

.pay_list li.on_click, .pay_list li:hover {
    border: 1px solid #2b59ff;
    box-shadow: 0 2px 6px rgba(42, 90, 255, .4);
    background-image: linear-gradient(#2b59ff, #2b59ff);
}

.pay_list li.on_click a .pay_01, .pay_list li.on_click a .pay_02, .pay_list li a:hover .pay_01, .pay_list li a:hover .pay_02 {
    color: #fff;
}

.pay_list li.on_click .pay_03, .pay_list li a:hover .pay_03 {
    background: #fff;
    color: #2b59ff;
}

.btn_pay {
    width: 560px;
    height: 100px;
    line-height: 100px;
    box-shadow: 0 2px 6px rgba(42, 90, 255, .4);
    margin: 0 auto 40px;
    border-radius: 100px;
    text-align: center;
    background: #2b59ff;
}

.btn_pay a {
    font-size: 32px;
    color: #fff;
    display: block;
}

.btn_pay span {
    font-size: 48px;
    margin: 0 5px;
}

/**新闻动态**/
.news_list li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news_list li:last-of-type {
    margin-bottom: 0
}

.news_list li a {
    color: #000;
}

.news_list li a:hover {
    color: #3060ff;
}

.news_list li .news_img {
    width: 370px;
    height: 160px;
    float: left;
    margin-right: 35px;
}

.news_con {
    position: relative;
    margin-left: 405px;
}

.news_time {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-top: 20px;
}

.time_day {
    font-size: 32px;
}

.time_line {
    font-size: 32px;
    margin: 0 10px;
    color: #b4b4b4;
}

.news_con h3 {
    font-size: 21px;
    margin: 20px 0 10px;
}

.news_con p {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
}

.news_pic {
    height: 24px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.news_pic img {
    height: 24px;
    margin-right: 10px;
    display: inline-block;
}

.news_more {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: #3060ff;
    border-radius: 24px;
    text-align: center;
}

.news_more span {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

/**页码**/
.page {
    padding-top: 40px;
    overflow: hidden;
    text-align: center;
}

#pager ul.pages {
    height: 40px;
}

#pager ul.pages li {
    display: inline-block;
    border: 1px solid #e4e4e4;
    margin: 0 8px 0 0;
    padding: 0 20px;
    background: #f8f8f8;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    border-radius: 18px;
}

#pager ul.pages li:hover {
    background: #3060ff;
    color: #fff;
    border: 1px solid #3060ff;
}

#pager ul.pages li.pgEmpty {
    border: 1px solid #e4e4e4;
}

#pager ul.pages li.pgCurrent {
    border: 1px solid #3060ff;
    color: #fff;
    background-color: #3060ff;
}

/**新闻详情**/
.new_title {
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.new_p {
    line-height: 24px;
    margin: 10px 0;
}

.new_tips span, .new_black {
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
}

.new_black {
    background: #14141e;
    border: 1px solid #14141e;
    color: #fff;
    position: relative;
    margin-left: 10px;
}

.new_black:after {
    position: absolute;
    left: -8px;
    width: 0;
    top: 11px;
    height: 0;
    content: "";
    border-top: 4px solid transparent;
    border-right: 8px solid #14141e;
    border-bottom: 4px solid transparent;
}

.new_show .inner_text {
    padding: 20px;
}

.inner_box .new_btn {
    margin: 40px auto 0;
}

.inner_box .new_btn a {
    color: #fff;
    display: block;
}

.inner_box .new_btn span {
    margin-left: 10px;
}

/**左侧浮动框**/
.fixed {
    position: fixed;
    top: 370px;
    right: 20px;
    width: 60px;
    z-index: 1000;
}

.fixed_box li {
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.fixed_box li span {
    position: absolute;
    top: 0;
    left: 0;
    background: #3060ff;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 28px;
    z-index: 2
}

.fixed_text {
    width: 80px;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    z-index: 1;
    background: #3060ff;
}

.fixed_box li:hover .fixed_text, .fixed_box li.active .fixed_text {
    opacity: 1;
    left: -80px;
}

/**弹框效果**/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 500px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(10, 10, 16, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    position: relative;
    margin: 0 auto;
}

.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

.md-content button {
    display: block;
    margin: 20px auto 0;
}

.md-close {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: none;
}

.md-close .icon-close {
    display: block;
    font-size: 24px;
}

.md-close:hover {
    color: #005cac;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact {
    padding: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

.contact_img {
    height: 100px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.contact li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 25px;
}

.contact li span {
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #787878;
    color: #fff;
}

.p10 {
    padding: 10px;
}

.saoma_ewm {
    width: 200px;
    height: 200px;
    margin: 30px auto 50px;
}

.saoma_ewm img {
    width: 100%
}

.saoma_ewm canvas {
    width: 100%
}

.contact .btn_blue {
    width: 100%;
}

.video_box {
    width: 870px;
}

.video_play {
    width: 860px;
    overflow: hidden;
    background: #000;
    border: 5px solid #000;
    display: flex;
    align-content: center;
    justify-content: center;
}

.down_ewm {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.down_ewm .saoma_ewm {
    display: inline-block;
}

/**锚点**/
@-webkit-keyframes slideupin {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes slideupin {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.list:target {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation: slideupin .5s .05s linear forwards;
    animation: slideupin .5s .05s linear forwards;
}

/**iframe**/
#iframe-wrap {
    overflow: hidden;
    position: relative;
    z-index: 50;
    width: 660px;
    margin: 0 auto;
    padding: 40px;
}

/**扫码支付弹框**/
.contact_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.contact_text {
    padding: 20px;
    background: #3060ff;
    width: 240px;
    margin: 0 auto 20px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.contact_text img {
    width: 40px;
    height: 40px;
    float: left;
}

.contact_text .fr_text {
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.contact_bottom {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

/* footer style */
.footer {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 40px;
}

.footer_container {
    width: 1180px;
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_top {
    width: 600px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_top .footer_top_line { /*透明渐变水平线*/
    position: absolute;
    width: 100%;
    border: 0;
    height: 1px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dcdcdc, rgba(0, 0, 0, 0));*/
    background: #dcdcdc;
}

.footer_top .footer_title_box {
    position: absolute;
    width: 240px;
    height: 100%;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_top .footer_title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 50px;
}

.footer_top .footer_title_en {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.footer_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.contact_item {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-right: 12px;
}

.contact_item img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.contact_item .item_content {
    display: flex;
    flex-direction: column;
}

.contact_item .item_title {
    line-height: 32px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.contact_item .item_value {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

/* 给.video-js设置字体大小以统一各浏览器样式表现，因为video.js采用的是em单位 */
.video-js {
    font-size: 14px;
}

.video-js button {
    outline: none;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 { /* 视频占满容器高度 */
    height: 100%;
    background-color: #161616;
}

.vjs-poster {
    background-color: #161616;
}

.video-js .vjs-big-play-button { /* 中间大的播放按钮 */
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.08em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

.video-js.vjs-paused .vjs-big-play-button { /* 视频暂停时显示播放按钮 */
    display: block;
}

.video-js.vjs-error .vjs-big-play-button { /* 视频加载出错时隐藏播放按钮 */
    display: none;
}

.vjs-loading-spinner { /* 加载圆圈 */
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

/*.video-js .vjs-control-bar { !* 控制条默认显示 *!
    display: flex;
}*/

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}

.vjs-button > .vjs-icon-placeholder:before { /* 控制条所有图标，图标字体大小最好使用px单位，如果使用em，各浏览器表现可能会不大一样 */
    font-size: 22px;
    line-height: 1.9;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 2.4;
    font-size: 18px;
}

/* 进度条背景色 */
.video-js .vjs-play-progress {
    color: #3060ff;
    background-color: #3060ff;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #3060ff;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #3060ff;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none !important;
}
