.common-title {
    display: inline-block;
}

.common-title .en {
    font-size: 30px;
    color: #0074BC;
    font-weight: 700;
    text-transform: uppercase;
}

.header {
    height: 92px;
    border-bottom: 1px solid #DEDEDE;
}

.header .container {
    position: relative;
    height: 100%;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 6px;
}

.header .lang-wrapper {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
}

.header .lang-wrapper a {
    margin-left: 20px;
}

.header .nav-list {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-transform: uppercase;
}

.header .nav-list .item {
    position: relative;
    display: inline-block;
    height: 46px;
    margin: 0 30px;
    font-size: 16px;
}

.header .nav-list .item:hover .sub-list {
    -webkit-transform: translateY(0);
    opacity: 1;
    z-index: 1000;
}

.header .nav-list .item:last-child .sub-list {
    left: auto;
    right: 0;
}

.header .nav-list .item a {
    color: #333;
}

.header .nav-list .item .sub-list {
    position: absolute;
    top: 46px;
    left: 0;
    width: 200px;
    height: 0;
    border-top: 2px solid #0099E5;
    -webkit-transition: all linear .4s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    z-index: -1;
}

.header .nav-list .item .sub-list .sub-item {
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.header .nav-list .item .sub-list .sub-item:hover {
    background: #0099E5;
}

.header .nav-list .item .sub-list .sub-item:hover a {
    color: #fff;
}

.header .nav-list .item .sub-list .sub-item a {
    display: block;
}

.banner {
    position: relative;
    z-index: 50;
    width: 100%;
    overflow: hidden;
}

.banner .swiper-slide {
    height: 825px;
    background-repeat: no-repeat;
    background-position: center 0;
}

.search-wrapper {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #ddd;
}

.search-wrapper .container {
    position: relative;
    height: 100%;
}

.search-wrapper .keywords {
    font-size: 0;
}

.search-wrapper .keywords .title {
    margin-right: 18px;
    color: #d71619;
    font-size: 16px;
}

.search-wrapper .keywords .words {
    margin-right: 30px;
    font-size: 16px;
}

.search-wrapper .search-box {
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 0;
    border: 2px solid #4497DF;
    line-height: 30px;
}

.search-wrapper .search-box input[type='text'] {
    vertical-align: middle;
    width: 300px;
    height: 42px;
    border-right: 1px solid #DCDCDC;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
}

.search-wrapper .search-box select {
    vertical-align: middle;
    width: 125px;
    height: 42px;
    color: #333;
    border: 0;
    font-size: 16px;
    padding-left: 30px;
    outline: none;
}

.search-wrapper .search-box input[type='submit'] {
    vertical-align: middle;
    width: 128px;
    height: 42px;
    background: #0099E5;
    color: #fff;
    font-size: 16px;
}

.product-wrapper {
    padding: 30px 0;
}

.product-wrapper .container {
    position: relative;
}

.product-wrapper .tab-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.product-wrapper .tab-wrapper .tab-list {
    font-size: 0;
}

.product-wrapper .tab-wrapper .tab-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all linear .2s;
}

.product-wrapper .tab-wrapper .tab-list li.active,
.product-wrapper .tab-wrapper .tab-list li:hover {
    padding-bottom: 10px;
    color: #0176bc;
    border-bottom: 2px solid #0099E5;
}

.product-wrapper .product-list-wrapper {
    margin-top: 30px;
    height: 660px;
}

.product-wrapper .product-list-wrapper .product-list {
    display: none;
    font-size: 0;
    padding: 0 10px;
}

.product-wrapper .product-list-wrapper .product-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 15px 30px 15px;
}

.product-wrapper .product-list-wrapper .product-list li:nth-child(4n+0) {
    margin-right: 0;
}

.product-wrapper .product-list-wrapper .product-list li a {
    display: block;
}

.product-wrapper .product-list-wrapper .product-list li a:hover .mask {
    background: #0099e5;
}

.product-wrapper .product-list-wrapper .product-list li a .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 153, 229, 0.5);
    -webkit-transition: all linear .5s;
}

.product-wrapper .product-list-wrapper .product-list li a .mask p {
    padding-left: 15px;
    font-size: 16px;
}

.product-wrapper .product-list-wrapper .product-list li a .mask .arrow {
    position: absolute;
    right: 10px;
    top: 23px;
}

.product-list {
    display: none;
    font-size: 0;
    padding: 0 10px;
}

.product-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 15px 30px 15px;
}

.product-list li:nth-child(4n+0) {
    margin-right: 0;
}

.product-list li a {
    display: block;
}

.product-list li a:hover .mask {
    background: #0099e5;
}

.product-list li a .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 153, 229, 0.5);
    -webkit-transition: all linear .5s;
}

.product-list li a .mask p {
    padding-left: 15px;
    font-size: 16px;
    width: 290px;
}

.product-list li a .mask .arrow {
    position: absolute;
    right: 10px;
    top: 23px;
}

.about-wrapper {
    padding: 50px 0 36px 0;
    background: #F4F4F4;
}

.about-wrapper .container {
    position: relative;
}

.about-wrapper .img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.about-wrapper .img-wrapper .border {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 375px;
    border: 3px solid #0176BC;
    border-radius: 2px;
    z-index: 1;
}

.about-wrapper .img-wrapper .img-container {
    position: relative;
    overflow: hidden;
    width: 489px;
    margin: 20px 20px 0 0;
    z-index: 20;
    background: #333;
}

.about-wrapper .img-wrapper .img-container .swiper-pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
}

.about-wrapper .img-wrapper .img-container .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #444;
    color: #fff;
    margin: 0 7px;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}

.about-wrapper .img-wrapper .img-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background: #FF7700;
    line-height: 21px;
    font-size: 14px;
}

.about-wrapper .content {
    margin-right: 540px;
}

.about-wrapper .content .text-wrapper p {
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.about-wrapper .swiper-container {
    margin-top: 80px;
    width: 100%;
    overflow: hidden;
}

.about-wrapper .swiper-container .swiper-slide {
    width: 280px;
}

.about-wrapper .swiper-container .swiper-slide:hover .title {
    background: #0099E5;
    color: #fff;
}

.about-wrapper .swiper-container .swiper-slide .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F1F1F1;
    text-align: center;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/***canvas***/

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


/***canvasOver***/

.tec-wrapper {
    position: relative;
    height: 825px;
}

.tec-wrapper .container {
    position: relative;
}

.tec-wrapper .common-title {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 40;
}

.tec-wrapper .tec-list {
    position: absolute;
    top: 147px;
    left: 0;
    z-index: 40;
    font-size: 0;
}

.tec-wrapper .tec-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 30px 0;
}

.tec-wrapper .tec-list li:nth-child(2n+0) {
    margin-right: 0;
}

.tec-wrapper .tec-list li a {
    display: block;
}

.tec-wrapper .tec-list li a:hover .content {
    background: #0099E5;
}

.tec-wrapper .tec-list li a:hover .content .en {
    color: #fff;
}

.tec-wrapper .tec-list li a:hover .content .desc {
    color: #fff;
}

.tec-wrapper .tec-list li a .content {
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 280px;
    background: #F4F4F4;
    padding: 16px;
    -webkit-transition: all linear .4s;
    overflow: hidden;
}

.tec-wrapper .tec-list li a .content .title {
    font-size: 24px;
    color: #0176bc;
    line-height: 24px;
    margin: 10px 0 20px 16px;
}

.tec-wrapper .tec-list li a .content .en {
    font-size: 20px;
    text-transform: uppercase;
    color: #d6d5da;
    line-height: 18px;
    margin: 0 0 20px 16px;
    color: #0074BC;
}

.tec-wrapper .tec-list li a .content .desc {
    font-size: 14px;
    line-height: 24px;
}

.tec-wrapper .more {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 40;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.tec-wrapper .more:hover {
    color: #0074BC;
}

.partent-wrapper {
    padding: 50px 0;
}

.partent-wrapper .container {
    position: relative;
}

.partent-wrapper .more {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
}

.partent-wrapper .more:hover {
    color: #0074BC;
}

.partent-wrapper .zs-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}

.partent-wrapper .zs-container .swiper-slide {
    width: 314px;
}

.partent-wrapper .zs-container .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url("../images/next.png") no-repeat;
}

.partent-wrapper .zs-container .swiper-button-next:hover {
    background-image: url("../images/next_cur.png");
}

.partent-wrapper .zs-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url("../images/prev.png") no-repeat;
}

.partent-wrapper .zs-container .swiper-button-prev:hover {
    background-image: url("../images/prev_cur.png");
}

.partent-wrapper .zs-container .title-wrapper {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
}

.partner-wrapper {
    margin-top: 30px;
}

.partner-wrapper .partner-header {
    margin-bottom: 30px;
    height: 64px;
    line-height: 64px;
    background: url("../images/line_bg.png") center 0 no-repeat;
    text-align: center;
}

.link-list {
    font-size: 0;
}

.link-list li {
    display: inline-block;
    vertical-align: top;
    width: 214px;
    height: 135px;
    border: 1px solid #e2e2e2;
    line-height: 133px;
    margin: 4px;
}

.link-list li a {
    display: block;
}

.link-list li img {
    max-width: 100%;
}

.link-list2 {
    font-size: 0;
}

.link-list2 li {
    display: inline-block;
    vertical-align: top;
    width: 214px;
    height: 135px;
    border: 1px solid #e2e2e2;
    line-height: 133px;
    margin: 24px;
}

.link-list2 li a {
    display: block;
}

.link-list2 li img {
    max-width: 100%;
}

.footer {
    margin-top: 50px;
}

.footer .footer-top {
    height: 50px;
    line-height: 50px;
    background: #0176BC;
    padding-left: 25px;
    font-size: 16px;
    color: #fff;
}

.footer .footer-top span {
    margin-right: 10px;
    font-size: 16px;
}

.footer .footer-body {
    background: #282828;
    padding: 23px 8px;
}

.footer .footer-body .container {
    position: relative;
}

.footer .footer-body .ewm {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .footer-body .nav-box {
    display: inline-block;
    vertical-align: top;
    height: 187px;
    padding-left: 13px;
    background: url("../images/nav_line.jpg") left 0 no-repeat;
    margin-right: 44px;
    font-size: 0;
}

.footer .footer-body .nav-box .title {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.footer .footer-body .nav-box ul li {
    margin-bottom: 7px;
    line-height: 12px;
}

.footer .footer-body .nav-box ul li a {
    font-size: 12px;
    color: #999;
}

.footer .footer-body .info-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 440px;
}

.footer .footer-body .info-wrapper ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.footer .footer-body .info-wrapper ul li img {
    margin-right: 10px;
}

.footer .footer-btm {
    border-top: 1px solid #3E3E3E;
    background: #282828;
}

.footer .footer-btm .container {
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.bg {
    height: 400px;
    /*background: url("../images/bg.jpg") center 0 no-repeat;*/
}

.main {
    margin-top: 50px;
    overflow: hidden;
}

.main .left-menu {
    float: left;
    width: 254px;
}

.main .left-menu .menu-header {
    height: 97px;
    padding: 0 0 0 18px;
    background: #0099E5;
    border-top-left-radius: 32px;
    color: #fff;
    font-size: 26px;
    line-height: 97px;
}

.main .left-menu .menu-header .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.main .left-menu .accordion {
    background: #F9F9F9;
    font-size: 16px;
}

.main .left-menu .accordion .item {
    position: relative;
    border-bottom: 1px dashed #e2e2e2;
}

.main .left-menu .accordion .item .slide-title {
    height: 54px;
    padding: 28px 36px 0 70px;
    font-size: 16px;
    color: #666;
    line-height: 16px;
}

.main .left-menu .accordion .item .arrow {
    position: absolute;
    right: 18px;
    top: 32px;
    -webkit-transition: all linear .3s;
}

.main .left-menu .accordion .item .arrow.active {
    -webkit-transform: rotateZ(180deg);
}

.main .left-menu .accordion .item .slider {
    display: none;
}

.main .left-menu .accordion .item .slider .slider-li {
    height: 54px;
    padding: 28px 36px 0 70px;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px dashed #e2e2e2;
}

.main .left-menu .accordion .item .slider .slider-li a {
    display: block;
    color: #999;
}

.main .left-menu .accordion .item .slider .slider-li a:hover {
    color: #0074BC;
}

.main .right-content {
    margin-left: 284px;
}

.main .right-content .content-header {
    margin-bottom: 35px;
    position: relative;
    height: 35px;
    border-bottom: 1px solid #EDEDED;
}

.main .right-content .content-header .title {
    height: 26px;
    line-height: 26px;
    padding-left: 22px;
    font-size: 24px;
    color: #333;
    border-left: 5px solid #0074BC;
}

.main .right-content .content-header .bread {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    color: #999;
}

.main .right-content .content-header .bread a {
    color: #999;
}

.main .right-content .content-header .bread a:hover {
    color: #0074BC;
}

.main .right-content .product-list {
    display: block;
    padding: 0;
}

.main .right-content .product-list li {
    width: 330px;
    margin: 0 33px 30px 0;
}

.main .right-content .product-list li:nth-child(3n+0) {
    margin-right: 0;
}

.main .right-content .load-more {
    margin: 20px auto;
    width: 243px;
    height: 66px;
    border: 1px solid #0099e5;
    color: #0099e5;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all linear .3s;
}

.main .right-content .load-more:hover {
    background: #0099e5;
    color: #fff;
}

.main .right-content .about-content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.main .right-content .about-content p img {
    vertical-align: top;
    margin: 10px;
}

.main .right-content .about-content p.img-box {
    text-indent: 0;
}

.main .right-content .tec-content .item {
    font-size: 0;
    margin-bottom: 30px;
}

.main .right-content .tec-content .item img {
    vertical-align: top;
}

.main .right-content .tec-content .item .text-box {
    display: inline-block;
    vertical-align: top;
    width: 528px;
    height: 300px;
    background: #F1F1F1;
}

.main .right-content .tec-content .item .text-box .title {
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.main .right-content .tec-content .item .text-box .text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
}

.main .right-content .tec-zb {
    font-size: 0;
}

.main .right-content .tec-zb li {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-bottom: 44px;
    margin-right: 18px;
}

.main .right-content .tec-zb li:hover a .title {
    background: #0074BC;
    color: #fff;
}

.main .right-content .tec-zb li:nth-child(4n+0) {
    margin-right: 0;
}

.main .right-content .tec-zb li a {
    display: inline-block;
}

.main .right-content .tec-zb li a .title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #F1F1F1;
    font-size: 16px;
    color: #333;
}

.main .right-content .zs-list {
    font-size: 0;
}

.main .right-content .zs-list li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.main .right-content .zs-list li:nth-child(4n+0) {
    margin-right: 0;
}

.main .right-content .zs-list li .title-wrapper {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

.main .right-content .contact-info {
    margin-top: 66px;
    padding-left: 40px;
    position: relative;
    height: 325px;
}

.main .right-content .contact-info .avatar {
    position: absolute;
    top: 0;
    right: 0px;
}

.main .right-content .contact-info .title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}

.main .right-content .contact-info .info-list {
    font-style: 16px;
    line-height: 16px;
}

.main .right-content .contact-info .info-list li {
    margin-bottom: 14px;
}

.main .right-content .news-list {
    font-size: 0;
}

.main .right-content .news-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 45px 0;
}

.main .right-content .news-list li:nth-child(3n+0) {
    margin-right: 0;
}

.main .right-content .news-list li a {
    display: block;
}

.main .right-content .news-list li a:hover .news-desc {
    background: #0074BC;
}

.main .right-content .news-list li a:hover .news-desc .date {
    color: #fff;
}

.main .right-content .news-list li a:hover .news-desc .title {
    color: #fff;
}

.main .right-content .news-list li a:hover .news-desc .line {
    background: #fff;
}

.main .right-content .news-list li a:hover .news-desc .desc {
    color: #fff;
}

.main .right-content .news-list li a .news-desc {
    width: 330px;
    padding: 30px 10px 40px;
    background: #F1F1F1;
}

.main .right-content .news-list li a .news-desc .date {
    font-size: 30px;
    color: #d6d5da;
    line-height: 30px;
}

.main .right-content .news-list li a .news-desc .title {
    margin: 23px 0 17px 0;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.main .right-content .news-list li a .news-desc .line {
    display: block;
    margin-bottom: 25px;
    width: 48px;
    height: 1px;
    background: #0066A6;
}

.main .right-content .news-list li a .news-desc .desc {
    line-height: 24px;
    font-size: 14px;
}

.main .right-content .load-list li {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
}

.main .right-content .load-list li:hover {
    background: #0074BC;
}

.main .right-content .load-list li:hover a {
    color: #fff;
    background-image: url("../images/pdf_cur.png");
}

.main .right-content .load-list li:hover a .load-icon .icon {
    background-image: url("../images/load_cur.png");
}

.main .right-content .load-list li a {
    display: block;
    padding: 0 46px;
    padding-right: 10px;
    background: url("../images/pdf.png") 15px center no-repeat;
}

.main .right-content .load-list li a .load-icon {
    float: right;
}

.main .right-content .load-list li a .load-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url("../images/load.png") no-repeat;
    background-size: 100% 100%;
}

.main .detail-body {
    overflow: hidden;
}

.main .news-detial {
    padding: 0 20px;
}

.main .news-detial .news-header {
    padding-bottom: 14px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.main .news-detial .news-header .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
}

.main .news-detial .news-header .res {
    font-size: 14px;
    color: #666;
}

.main .news-detial .content {
    padding-top: 40px;
    border-bottom: 1px solid #ccc;
}

.main .news-detial .content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
}

.main .news-detial .slip {
    margin-top: 40px;
    text-align: left;
    font-size: 16px;
}

.main .news-detial .slip p {
    margin-bottom: 10px;
}

.main .news-detial .slip .back {
    margin-right: 50px;
    float: right;
    width: 112px;
    height: 45px;
    border: 1px solid #0074BC;
    color: #0074BC;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    border-radius: 5px;
}

.main .news-detial .slip .back:hover {
    background: #0074BC;
    color: #fff;
}

.main .detail-header {
    margin-top: 50px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 28px;
}

.main .detail-header .title {
    color: #333;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.main .detail-header .res {
    line-height: 14px;
}

.main .slip {
    margin-top: 40px;
    text-align: center;
}

.main .slip .item {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    margin: 0 120px;
    font-size: 24px;
    cursor: pointer;
}

.main .slip .item:hover .icon.prev {
    background-image: url("../images/prev_cur.png");
}

.main .slip .item:hover .icon.next {
    background-image: url("../images/next_cur.png");
}

.main .slip .item .icon {
    display: block;
    margin: 0 auto 30px;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main .slip .item .icon.prev {
    background-image: url("../images/prev.png");
}

.main .slip .item .icon.next {
    background-image: url("../images/next.png");
}


/*# sourceMappingURL=index.css.map */



/* 2019/11/4修改 */

.the img{
  display: none;
}

.over-gallery {
  float: left;
  width: 500px;
}

.over-gallery .gallery-thumbs{
  padding: 20px 37px;
}

.over-gallery .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #0176BC;
}

.over-gallery .swiper-slide img {
  width: 120px;
  height: 120px;
}

.over-gallery .swiper-button-next {
  right: 0;
  top: 48px;
  width: 30px;
  height: 70px;
  background: url(../images/icon_button_next.png) no-repeat center;
  background-size: 30px 70px;
  outline: none;
}

.over-gallery .swiper-button-prev {
  left: 0;
  top: 48px;
  width: 30px;
  height: 70px;
  background: url(../images/icon_button_prev.png) no-repeat center;
  background-size: 30px 70px;
  outline: none;
}


.main .container .detail-body{
  position: relative;
}

.main .container .detail-body .table{
  position: absolute;
  right: 0;
  width: 690px !important;
}

.main .container .detail-body .table td{
  padding-left: 15px;
}