﻿@charset "UTF-8";

body{padding:0; margin:0; font-family:'微软雅黑', 'Microsoft Yahei', "Segoe UI", Helvetica, Arial, sans-serif!important;}
ul,ol,li,dl,dd,dt,p{padding: 0; margin: 0; list-style: none; }
img{border: none;}
em,i{font-style: normal;font-weight: normal;  }
a{color: inherit;}
a:hover, a:visited, a:link, a:active {text-decoration: none;}
input{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; border: none;}
.fl{float: left;}
.fr{float: right;}
.floatNone{float: none;}
.clearfix{_zoom: 1;}
.clearfix:after{content: ''; visibility: hidden; display: block; clear: both; height: 0%; }
.prz{position:relative;zoom:1;}
.pra{position:absolute;}
::-webkit-scrollbar {
    width: 8px
}
::-webkit-scrollbar-track {
    background: #fff
}
::-webkit-scrollbar-thumb {
    background: #1b1b1b
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b
}
::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b
}

.flex-between{display: -webkit-box; -webkit-box-pack:justify;-webkit-box-align: center; display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;justify-content: space-between;  align-items: center;}
.flex-start{display: -webkit-box; -webkit-box-pack:start;-webkit-box-align: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;justify-content: flex-start;  align-items: center;}
.flex-center{display: -webkit-box; -webkit-box-pack:center;-webkit-box-align: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;justify-content: center;  align-items: center;}
.flex-around{display: -webkit-box; -webkit-box-pack:justify;-webkit-box-align: center;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;justify-content: space-around;  align-items: center;}
.flex-ver-center{
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mar-b-10{margin-bottom: 10px !important;}
.mar-b-30{margin-bottom: 30px !important;}
.mar-b-50{margin-bottom: 50px !important;}
.tran1{
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.changjiantou{
    position: relative;
    left: 0;
    top: 0;
    width: 61px;
    height: 6px;
    background: url("../imgs/default/changjiantou.png") left top no-repeat;
    display: block;
    margin-top: 30px;
    margin-left: 40%;
}

/*按钮样式-start*/
.btn-wrap{
    text-align: center;
    width: 230px;
    margin: 0 auto;
}
.styleBtn1{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #6a727a;
    border-radius: 3px;
    font-size: 16px;
    color: #414141;
}
/*按钮样式-end*/
/*公共样式*/
.content{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.container{
    width: 100%;
    position: relative;
}
/*swiper*/
.IndexBanner .swiper-container {
    width: 100%;
    height: 100%;
    background: #5a5a5a;
}
.IndexBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.IndexBanner .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*header-start*/
.Header{
     -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.Header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 8.5px 0;
}
.HeaderLogo {
    height: 50px;
    width: 100px;
    position: relative;
}
.HeaderLogo img {
    height: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.Header .qqIcon , .Header .teleIcon{
    margin: 15px 0 0 15px;
    position: relative;
    color: #fff;
}
.Header .qqIcon i{
    display: block;
    width: 22px;
    height: 22px;
    background: url("../imgs/default/iconQQ.PNG") no-repeat;
    background-size: cover;
}
.Header .teleIcon i{
    display: block;
    width: 22px;
    height: 22px;
    background: url("../imgs/default/icon400.PNG") no-repeat;
    background-size: cover;
}
.HeaderNav{
    width: 60%;
}
.HeaderNav a, .HeaderNav a:hover {
    display: inline-block;
    color: #fff;
}
.HeaderNav li {
    float: left;
    margin-right: 30px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.hlimg2, .HeaderOn .hlimg1, .CaseOn .hlimg1 {
    display: none;
}
.HeaderOn .hlimg2, .CaseOn .hlimg2 {
    display: block;
}
.HeaderOn, .CaseOn {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.HeaderOn a, .HeaderOn a:hover , .HeaderOn .qqIcon, .HeaderOn .teleIcon{
    color: #000;
}
.HeaderOn .qqIcon i{
    background: url("../imgs/default/iconQQ_1.PNG") no-repeat;
    background-size: cover;
}
.HeaderOn .teleIcon i{
    background: url("../imgs/default/icon400_1.PNG") no-repeat;
    background-size: cover;
}


.Navmeau2{
    position: absolute;
    width: 200px;
    top: 50px;
    left: 0;
    display: none;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.Navmeau2.wid-190{
    width: 190px;
}
.Navmeau2.wid-200{
    width: 200px;
}
.Navmeau2Line {
    display: block;
    height: 36px;
    width: 1px;
    position: absolute;
    left: 18px;
    top: 23px;
    z-index: 777;
}
.Navmeau2Line em {
    display: block;
    float: left;
    width: 1px;
    height: 26px;
    margin-top: 5px;
    background: #ed0f24;
}
.Navmeau2 dl {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    padding: 8px 18px;
    position: relative;
}
.Navmeau2 dl:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e8e8e8;
    width: 1px;
    position: absolute;
    left: 18px;
    top: 0;
}
.Navmeau2 dd {
    padding-left: 20px;
    line-height: 36px;
}
.HeaderNav .Navmeau2 dd a {
    display: inline-block;
    width: 100%;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.HeaderNav .Navmeau2 dd a:hover {
    color: #ed0f24;
}
.Navmeau2 dd a {
    color: #3c3c3c;
    font-size: 14px;
}

/*header-end*/

/*详情页导航栏start*/
.topbar{
    background: #f5f5f5;
    border-bottom: 1px solid #e8e7eb;
    padding: 10px 0;
}
.topbar .breadcrumb li{
    position: relative;
    float: left;
    line-height: 24px;
    padding-right: 20px;
    color: #999999;
    font-weight: bold;
}
.topbar .breadcrumb li::after{
    position: absolute;
    top: 8px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    transform: rotate(45deg);
}
.topbar .breadcrumb .current{
    color: #f5aa00;
    font-size: 16px;
    padding-left: 30px;
    background: url("../imgs/default/icon_topbar_cur.PNG") no-repeat left center;
    background-size: 22px 22px;
}
.topbar .breadcrumb li a{
    color: #999999;
}
/*详情页导航栏end*/


/*图片-start*/
.IndexBanner {
    height: 765px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
.IndexBanner .swiper-pagination-bullets .swiper-pagination-bullet{
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 8px;
}
.IndexBanner .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #fff;
}
.swiper_ani{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 8;
    top: 20%;
    transform: translateY(-50%);
    text-align: left;
}
.swiper-bg-about{ -webkit-transition: all 0.5s ease 0.1s;transition: all 0.5s ease 0.1s;}
.swiper_ani_1{-webkit-transition: all 0.5s ease 0.3s;transition: all 0.5s ease 0.3s;}
.swiper_ani_2{-webkit-transition: all 0.5s ease 0.5s;transition: all 0.5s ease 0.5s;}
.swiper_ani_3{-webkit-transition: all 0.5s ease 0.8s;transition: all 0.5s ease 0.8s;}

.swiper-bg-about,.swiper_ani_1,.swiper_ani_2,.swiper_ani_3{
    opacity:0;
    -moz-opacity:0;
    -moz-opacity:0;
    position:relative;
    top:100px;
}
.swiper-slide-active .swiper-bg-about,.swiper-slide-active .swiper_ani_1,.swiper-slide-active .swiper_ani_2,.swiper-slide-active .swiper_ani_3{
    top:0;opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
}

/*展示页动画-关于联著-start*/
.swiper_ani.About{
    top: 45%;
}
.swiper_ani .swiper-text{
    -webkit-text-shadow: 2px 4px 8px #666666;
    -moz-text-shadow: 2px 4px 8px #666666;
    -o-text-shadow: 2px 4px 8px #666666;
    text-shadow: 2px 4px 8px #666666;
}
.About .swiper-bg-about{
    position: absolute;
}
.About .swiper-text{
    width: 400px;
    padding-top: 50px;
    margin-left: -25px;
    text-align: center;
}
.About .swiper-text .title{
    position: relative;
    font-size: 36px;
    font-weight: bold;
}
.About .swiper-text .title::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    left: calc((100% - 40px) / 2);
    bottom: -10px;
    -moz-box-shadow:2px 2px 5px #666666;
    -webkit-box-shadow:2px 2px 5px #666666;
    box-shadow:2px 2px 5px #666666;
}
.About .swiper-text .sub-title{
    font-size: 14px;
    padding-top: 15px;
}
.About .swiper-text .cont{
    padding-top: 30px;
    font-size: 16px;
}
/*展示页动画-关于联著-end*/
/*展示页动画-样式一-start*/
.showBan-1{
    top: 326px;
    text-align: center;
}
.showBan-1 .swiper-text{
    width: 322px;
    margin: 0 auto;
}
.showBan-1 .swiper-text .title{
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 42px;
}
.showBan-1 .swiper-text .cont{
    width: 100%;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #fff;
    padding: 5px 0;
    text-align: center;
}
/*展示页动画-样式一-end*/
/*展示页动画-样式二-end*/
.showBan-2 .swiper-text{
    width: 100%;
}
.showBan-2 .swiper-text .cont{
    border: none;
    line-height: 40px;
}
/*展示页动画-样式二-end*/

/*图片-end*/
/*侧边栏-s*/
.rightBar{
    display: none;
    /*cursor: pointer;*/
    position: fixed;
    z-index: 55;
    bottom: 100px;
    right: 50px;
    width: 58px;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
}
.rightBar .item{
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}
.rightBar .item:last-child{
    border-bottom: none;
}
.rightBar .item .imgs{
    width: 35%;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}
.rightBar .item .text{
    color: #9c9c9c;
    font-size: 12px;
}
.rightBar .item-qq .imgs{
    width: 50%;
    padding: 10px 0 5px;
}
.rightBar .item-top , .rightBar .item-bot{
    cursor: pointer;
}
.rightBar .item{
    position: relative;
}
.rightBar .item iframe{
    position: absolute;
    left: 0;
    top:20%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
/*侧边栏-e*/

/*footer-start*/
.footer{
	background: url("../imgs/default/bottom-background.PNG") no-repeat left top;
    background-size: 100% auto;
    height: 327px;
    /* background: #000000; */
    /* color: #fff; */
}
.footer .footer-main{
    padding: 30px 0;
    height: calc(100% - 100px);
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-main .company-logo{
	height: 162px;
	overflow: hidden;
}
.footer .footer-main .company-logo img{
    max-width: 100%;
}
.footer .company-logo{
    width: 15%;
}
.footer .company-detail{
    width: 43%;
    height: 105%;
    /*background: url("../imgs/default/contact-banner-left.PNG") no-repeat left top;*/
    /*background-size: auto 100%;*/
}
.footer .company-wl{
    width: 29%;
	color: #fff;
}
.footer .company-wl .img {
    width: 48%;
}
.footer .company-wl .word1{
    padding: 20px 0 15px;
    font-size: 22px;
    font-family: 黑体;
}
.footer .company-wl .word2{
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    color: #aaa;
    padding-left: 40px;
    background: url(../imgs/default/contact-banner-img4.PNG) no-repeat 5px center;
}
.footer .company-wl .word3{
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    color: #aaa;
    padding-left: 40px;
    background: url("../imgs/default/contact-banner-img1.PNG") no-repeat 5px center;
}
.footer .company-qr{
    width: 11%;
}
.footer .company-detail .c-c-info-art{
    padding: 0 20px 0 20px;
    height: 90%;
}
.c-c-info-art a{
    display: block;
    color: #fff;
    margin:10px 0;
    font-size: 22px;
    font-family: 黑体;
}
.c-c-info-art img{
    position: inherit;
}
.c-c-info-art a strong{
    color: #ffffff;
}
.c-c-info-art ul li{
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding-left: 40px;
    float: none;
    color: #aaa;
}
.c-c-info-art ul li.c-c-info-art-li1{
    background: url("../imgs/default/contact-banner-img1.PNG") no-repeat 5px center;
}
.c-c-info-art ul li.c-c-info-art-li2{
    background: url("../imgs/default/contact-banner-img2.PNG") no-repeat 5px center;
}
.c-c-info-art ul li.c-c-info-art-li3{
    background: url("../imgs/default/contact-banner-img3.PNG") no-repeat 5px center;
}
.c-c-info-art ul li.c-c-info-art-li4{
    background: url("../imgs/default/contact-banner-img4.PNG") no-repeat 5px center;
}
.c-c-info-art ul li.c-c-info-art-li5{
    background: url("../imgs/default/contact-banner-img5.PNG") no-repeat 5px center;
}
.c-c-info-art ul li.c-c-info-art-li6{
    background: url("../imgs/default/contact-banner-img6.png") no-repeat 5px center;
}
.c-c-info-art .icp{
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #aaa;
    margin: 0;
    display: inline-block;
    transition: 0.5s;
    font-family: '微软雅黑';
}
.c-c-info-art .icp:hover{
    color: #f60;
}
.footer .company-qr .qr-main{
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .company-qr .qr-main .item{
    width: 144px;
    text-align: center;
}
.footer .company-qr .qr-main .item img{
    width:100%;
    display: block;
}
.footer .company-qr .qr-main .item .item-text{
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}


/*footer-end*/

/********分页开始********/
.page-container{
    /*padding: 23px 0;*/
    float:right;
    text-align: center;
    width: 100%;
}
.page-container .pagination{
    margin: 0 20px;
    display: inline-block;
}
.page-container .pagination li{
    float:left;
}
.page-container .pagination .disabled a{
    cursor: not-allowed;
}
.page-container .pagination a{
    height: 29px;
    line-height: 29px;
    margin: 0 2px;
    color: #585757;
    padding: 0 10px;
    display: block;
}
.page-container .pagination li a.prepage{
    border-left: 4px solid;
    border-bottom: 4px solid;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    padding: 0;
    line-height: 30px;
    margin: 8px 14px;
    border-radius: 2px;
}
.page-container .pagination li a.nextpage{
    border-right: 4px solid;
    border-bottom: 4px solid;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    padding: 0;
    line-height: 30px;
    margin: 8px 14px;
    border-radius: 2px;
}
.page-container .pagination li.active a{
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 50%;
}
.page-container .pagination li.ellipsis a{
    border: none;
    line-height: 20px;
    cursor: not-allowed;
}
.page-container .pagination li.choosepage{
    padding-left: 36px;
    line-height: 30px;
    color: #333333;
}
.page-container .pagination li.choosepage input[type=text]{
    width: 40px;
    height: 27px;
    padding: 0 10px;
    text-align:center;
    margin: 0 6px;
    line-height: 27px;
    border: 1px solid #e5e5e5;
}
.page-container .pagination li.choosepage input[type=button]{
    width: 46px;
    height: 30px;
    text-align: center;
    margin: 0 6px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    color: #333333;
    background: #FFFFFF;
    cursor:pointer;
}
.page-container .pagination li:hover a.page{
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 50%;
}
/********分页结束********/


/*弹窗-start*/
.c-md-modal {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    min-width: 320px;
    height: 60%;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -ms-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);
}

.c-md-show {
    visibility: visible;
}

.c-md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-md-show ~ .c-md-overlay {
    opacity: 1;
    visibility: visible;
}

.c-md-effect-13 .c-md-content {
    height: 100%;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.c-md-effect-13.c-md-show .c-md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*.md-3D.c-md-modal .c-modal-dialog{
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}*/
.md-3D.c-md-modal .c-md-content{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}
.c-md-show.md-3D .c-md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}


@-webkit-keyframes slit {
    50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
    100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
    50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
    100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
    50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
    100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

.album-modal.c-md-modal{
    top: 0%;
    left: 0%;
    width: 50%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(0%) translateY(0%);
}
/*图集-start*/
.c-md-show.album-modal{
    height: 100%;
    width: 100%;
}
.album-modal .c-md-content{
    height: 100%;
    background: transparent;
}
.album-modal .c-md-content .swiper-box{
    width: 100%;
    height: 100%;
}
.album-modal .swiper-container {
    width: 100%;
    height: 100%;
}
.album-modal .swiper-container .slide-img{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}
.album-modal .swiper-container .slide-img img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*图集-end*/


.video-content{
    width: 70%;
    margin: 0 auto;
}
.video-content video{
    width: 100%;
    max-height: 600px;
}
.c-md-modal .swiper-container {
    width: 90%;
    height: 100%;
    background: transparent;
}
.c-md-modal .swiper-container .swiper-wrapper{
    position: absolute;
}
.c-md-modal .swiper-container .slide-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.c-md-modal .swiper-container .slide-img img{
    width: 100%;
    height: 180px;
    display: block;
}
.c-md-modal .swiper-button-prev{
    display: none;
    background-image: url("../imgs/default/icon_Shape1.PNG");
}
.c-md-modal .swiper-button-next{
    display: none;
    background-image: url("../imgs/default/icon_Shape2.PNG");
}
.c-md-modal .swiper-button-close{
    display: none;
    position: absolute;
    top: -40px;
    right: 2%;
    width: 82px;
    height: 82px;
    background: url("../imgs/default/icon_X.PNG") no-repeat;
    background-size: cover;
    z-index: 9999;
}
.album-modal .swiper-button-close{
    top: 2%;
}
.c-md-modal.md-3D .swiper-button-close{
    right: 11%;
}
.c-md-modal.c-md-show .swiper-button-prev{
    display: block;
}
.c-md-modal.c-md-show .swiper-button-next{
    display: block;
}
.c-md-modal.c-md-show .swiper-button-close{
    display: block;
}
/*弹窗-end*/

/*加载中-start*/
.loading{
    display: none;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;

}
.object{
    width: 10px;
    height: 10px;
    background-color: rgba(255,102,0,0.6);
    position: absolute;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}

#object_one {
    top: 9px;
    left: 9px;

}
#object_two {
    top: 0px;
    left: 32px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;

}
#object_three {
    top: 9px;
    left: 55px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;

}
#object_four {
    top: 32px;
    left: 65px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#object_five {
    top: 55px;
    left: 55px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_six {
    top: 65px;
    left: 32px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#object_seven {
    top: 55px;
    left: 9px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#object_eight {
    top: 32px;
    left: 0px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
@-webkit-keyframes animate {

    25% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    75% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

}

/*加载中-end*/