
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 1180px;
    max-width: 1180px;
    width: 1180px
}

.container:after,.container:before {
    display: table;
    content: ""
}

.container:after {
    clear: both
}

.seemore {
    clear: both
}

.seemore a {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 45px;
    box-sizing: border-box;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px
}

.seemore a:hover {
    color: #00a0ea;
    background: #fff;
    -webkit-transition: background-color .3s,color .3s;
    -o-transition: background-color .3s,color .3s;
    -moz-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2)
}

.section-title {
    padding-bottom: 50px;
    text-align: center
}

.section-title h2 {
    margin-bottom: 10px;
    color: #333
}

.section-title p {
    font-size: 16px;
    line-height: 24px;
    color: #999
}

.slide {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    min-width: 1180px;
    height: 630px;
    background: #333;
    overflow: hidden
}

.slide .swiper-slide {
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 630px;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.slide .slide-bg1,.slide-bg2,.slide-bg3,.slide-bg4,.slide-bg5 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.slide .slide-bg1 {
    background: #242a37 url(../../images/new/slide_bg1.png) center center no-repeat;
    background-color: #242a37
}

.slide .slide-bg2 {
    background: #242a37 url(../../images/new/slide_bg2.png) center center no-repeat;
    background-color: #242a37
}

.slide .slide-bg3 {
    background: #242a37 url(../../images/new/slide_bg3.png) center center no-repeat;
    background-color: #242a37
}

.slide .slide-bg4 {
    background: #242a37 url(../../images/new/slide_bg4.png) center center no-repeat;
    background-color: #242a37
}

.slide .slide-bg5 {
    background: #1b294f url(../../images/new/slide_bg5.png) center center no-repeat;
    background-color: #1b294f
}

.slide .swiper-slide .ani img {
    width: 1180px;
    height: 630px;
    overflow: hidden
}

.slide .swiper-slide .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1180px;
    height: 400px;
    margin-left: -590px;
    margin-top: -200px
}

.slide .swiper-slide .slide-text {
    width: 100%;
    padding-top: 90px;
    color: #fff;
    text-align: center
}

.slide .swiper-slide .slide-text h1 {
    max-height: 150px;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px
}

.swiper-slide .slide-text p {
    margin: 20px 0 50px;
    max-height: 64px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3px
}

.slide .slide-bg2 .slide-text {
    width: 50%;
    text-align: left
}

.slide .slide-bg4 .slide-text {
    float: right;
    width: 50%;
    text-align: right
}

.slide .slide-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,.05)
}

.slide .slide-nav ul {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.slide .slide-nav li {
    float: left;
    width: 20%;
    height: 100px;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.05);
    cursor: pointer;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.slide .slide-nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.slide .slide-nav li dl {
    display: block;
    float: left;
    height: 60px;
    padding: 20px 15px;
    overflow: hidden
}

.slide .slide-nav li dl dt {
    height: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    opacity: .9;
    overflow: hidden
}

.slide .slide-nav li dl dt:before {
    content: "";
    position: absolute;
    top: 50px;
    width: 36px;
    height: 2px;
    background: #00a0ea;
    opacity: .75
}

.slide .slide-nav li dl dd {
    height: 24px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: .75;
    overflow: hidden
}

.slide .slide-nav li a:hover {
    background: rgba(255,255,255,.05)
}

.slide .slide-nav li:nth-child(5) {
    border-right: 1px solid rgba(255,255,255,.05)
}

.slide .swiper-pagination {
    position: absolute;
    z-index: 999;
    bottom: 120px!important;
    left: 0;
    width: 100%;
    text-align: center
}

.slide .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px!important;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    opacity: .3;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slide .swiper-pagination-bullet-active {
    width: 30px;
    opacity: .75
}

.slide .swiper-button-prev {
    left: 20px
}

.slide .swiper-button-next {
    right: 20px
}

.slide .swiper-button-next,.slide .swiper-button-prev {
    background: 0 0!important;
}

.slide .swiper-button-next i,.slide .swiper-button-prev i {
    height: 36px;
    line-height: 36px;
    color: #fff;
    opacity: .3
}

.slide .swiper-button-next i:hover,.slide .swiper-button-prev i:hover {
    opacity: .75
}

.productIndex {
    position: relative;
    z-index: 1;
    min-width: 1180px;
    padding: 50px 0;
    margin: 0 auto;
    background: #f7f7f7;
    overflow: hidden
}

.productIndex .product-item {
    position: relative;
    width: 100%;
    height: 550px
}

.productIndex .product-item ul li {
    float: left;
    width: 17%;
    height: 550px;
    margin-left: 1.75%;
    background: #fff;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.productIndex .product-item ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -o-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.productIndex .product-item ul li:first-child {
    margin-left: 0
}

.productIndex .product-item-normal {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productIndex .product-item-icon {
    width: 90px;
    height: 90px;
    margin: 40px auto 30px;
    text-align: center;
    background: url(../../images/new/product_icon_01.svg) center no-repeat;
    background-size: 100%
}

.productIndex .product-item-icon i {
    line-height: 90px;
    color: #fff;
    text-align: center
}

.productIndex .product-item-title {
    text-align: center
}

.productIndex .product-item-title h3 {
    height: 24px;
    margin-bottom: 14px;
    line-height: 24px
}

.productIndex .product-item-title p {
    font-size: 14px;
    line-height: 14px;
    color: #999
}

.productIndex .product-item-desc {
    padding: 25px 0;
    margin: 30px auto;
    width: 90%;
    /*height: 88px;*/
    height: 142px;
    border: 1px solid #f3f3f3;
    border-left: none;
    border-right: none
}

.productIndex .product-item-desc p {
    margin: 0 auto 18px;
    width: 90%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-align: center
}
.productIndex .product-item-desc p a{
    color: #666;
}

.productIndex .product-item-price {
   /* margin-top: 70px;*/
    font-size: 14px;
    color: #999;
    text-align: center
}

.productIndex .product-item-price em {
    font-size: 24px;
    color: #00a0ea
}

.productIndex .product-item-price span {
    font-size: 48px;
    color: #00a0ea
}

.productIndex .product-item ul li.product-active {
    z-index: 9;
    width: 25%;
    background: #00a0ea;
    background: -moz-linear-gradient(360deg,#a14faf 0,#00a0ea 100%);
    background: -webkit-linear-gradient(360deg,#a14faf 0,#00a0ea 100%);
    background: linear-gradient(360deg,#a14faf 0,#00a0ea 100%);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    box-shadow: 0 5px 20px rgba(0,0,0,.2)
}

.productIndex .product-item ul li.product-active .product-item-normal {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.productIndex .product-item ul li.product-active .product-item-active {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.productIndex .product-item ul li.product-active .product-item-icon {
    width: 120px;
    height: 120px;
    margin: 30px auto 10px;
    text-align: center;
    background: url(../../images/new/product_icon_02.svg) center no-repeat;
    background-size: 100%
}

.productIndex .product-item ul li.product-active .product-item-active:hover .product-item-icon {
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.productIndex .product-item ul li.product-active .product-item-icon i {
    line-height: 120px;
    color: #00a0ea
}

.productIndex .product-item ul li.product-active .product-item-title h3 {
    color: #fff
}

.productIndex .product-item ul li.product-active .product-item-title p {
    color: #fff;
}

.productIndex .product-item ul li.product-active .product-item-desc {
    padding: 20px 0;
    margin: 20px auto;
    width: 90%;
    /*height: 88px;*/
    border-color: rgba(255,255,255,.4)
}
/*
.productIndex .product-item ul li.product-active .product-item-desc p {
    width: 240px;
    height: 88px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left
}
*/
.productIndex .product-item ul li.product-active .product-item-desc p,
.productIndex .product-item ul li.product-active .product-item-desc p a{
    color: #fff;
}
.productIndex .product-item ul li.product-active .product-item-price {
    margin-top: 20px;
    color: #dfdfdf;
    text-align: center
}

.productIndex .product-item ul li.product-active .product-item-price em {
    font-size: 18px;
    color: #fff
}

.productIndex .product-item ul li.product-active .product-item-price span {
    display: inline-block;
    height: 26px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 26px;
    color: #fff
}

.productIndex .product-item-active {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.productIndex .product-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px
}

.productIndex .product-item-btn {
    display: block;
    width: 90%;
    height: 40px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #ff6a00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.productIndex .product-item-btn:hover {
    color: #fff;
    background: #f26500
}
.productIndex .product-item-btn a{
    color: #fff;
}



#alertbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    display: none;
    width: 640px;
    height: 360px;
    margin-top: -180px;
    margin-left: -320px;
    background: url(../../images/new/alertbox.png) center center no-repeat;
    line-height: 1.35;
    color: #fff;
    text-align: center
}

#alertbox .close {
    position: absolute;
    top: 36px;
    right: 36px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer
}

#alertbox .text1 {
    margin-top: 50px;
    font-size: 24px
}

#alertbox .text2 {
    margin-top: 5px;
    font-size: 45px;
    letter-spacing: 1px
}

#alertbox .text3 {
    font-size: 14px;
    opacity: .8
}

#alertbox .tel {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 24px;
    letter-spacing: 2px
}

#alertbox .tel:after,#alertbox .tel:before {
    position: absolute;
    content: '';
    top: 50%;
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    opacity: .5
}

#alertbox .tel:before {
    left: -36px
}

#alertbox .tel:after {
    right: -36px
}

#alertbox .qqlink {
    display: block;
    width: 200px;
    height: 45px;
    margin: 30px auto 20px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #ff6a00;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px rgba(0,0,0,.15)
}