@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('/statics/font/Alibaba-PuHuiTi-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    background: #fff;
    font: 14px AlibabaPuHuiTi;
    line-height: 24px;
    color: #333;
}

body, html {
    width: 100%;
    height: 100%;
}

ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, input, button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0089e1;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*header*/

header {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.w-1200 {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.w-1200 a.logo {
    margin-top: 18px;
}

.w-1200 .navbar {
    width: 900px;
    /* padding-left: 50px; */
}

.w-1200 .navbar .nav {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.w-1200 .navbar .nav li {
    justify-content: center;
}

.w-1200 .navbar .nav li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

.w-1200 .navbar .nav li.cur a {
    background-color: #0089e1;
    color: #fff;
}

.w-1200 .navbar .nav li:hover a {
    background-color: #0089e1;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s
}

.w-1200 .language {
    float: right;
    letter-spacing: 5px;
}

/* banner */

.bannerSwiper-container {
    width: 100%;
    height: 800px;
}

.bannerSwiper-container .swiper-slide {
    background-position: center;
    background-size: 100% 100%;
}

.bannerSwiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

/* main */

.porduct {
    width: 1200px;
    margin: 80px auto 0;
}

.porduct .p-title {
    float: left;
}

.porduct .p-title p {
    font-size: 22px;
}

.porduct .p-title span {
    font-size: 12px;
    color: #999;
    letter-spacing: 3px;
}

.porduct .p-class {
    float: right;
}

.porduct .p-class li {
    float: left;
    margin-left: 50px;
}

.porduct .p-class li a {
    position: relative;
}

.porduct .p-class li a span.line {
    position: absolute;
    height: 3px;
    width: 0;
    background-color: #0089e1;
    bottom: -8px;
    left: 8%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.porduct .p-class li a:hover span.line, .porduct .p-class li a.cur span.line {
    width: 80%;
}

.porduct .p-class li a.cur {
    color: #0089e1;
}

.productSwiper-container {
    width: 92.5%;
    height: 450px;
    margin-top: 80px;
}

.productSwiper-container .swiper-slide {
    font-size: 18px;
    background: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
	overflow: hidden;
}

.productSwiper-container .swiper-slide:hover {
    background: #000;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.productSwiper-container .swiper-slide2:hover {
    background: #fff;
}

.productSwiper-container .swiper-slide a {
    display: block;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.productSwiper-container .swiper-slide div {
    position: relative;
    z-index: 99;
    height: 150px;
}

.productSwiper-container .swiper-slide div p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
}

.productSwiper-container .swiper-slide div p:last-child {
    font-size: 14px;
    font-weight: normal;
}

.productSwiper-container .swiper-slide img {
    position: absolute;
    width: 350px;
    height: 300px;
    top: 100%;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.productSwiper-container .swiper-slide>a>p {
    position: absolute;
    top: 300%;
    left: 5%;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.productSwiper-container .swiper-slide>a>p span {
    font-weight: bold;
}

.productSwiper-container .swiper-slide a:hover {
    color: #fff;
    transition: color .5s;
    -webkit-transition: color .5s;
}

.productSwiper-container .swiper-slide a:hover img {
    height: 450px;
    width: 450px;
    top: 0;
    left: -15%;
	transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0.7;
	
}

.productSwiper-container .swiper-slide>a:hover>p {
    top: 260%;
    transition: top .5s;
    -webkit-transition: top .5s;
}

.contact {
    height: 590px;
    width: 100%;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.contact .fullBg {
    background: url(/statics/images/web/5.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.contact .fullBg .fullOutContact {
    height: 100%;
    position: relative;
    background: 0 0;
}

.contact .fullBg .fullContact {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.contact .fullBg .fullContact h5 {
    color: #999999;
    letter-spacing: 5px;
    margin: 8px 0 30px 0;
}

.contact .fullBg .fullContact div {
    font-size: 18px;
    line-height: 40px;
}

.contact .fullBg .fullContact .contactBtn {
    border: 1px solid #0089e1;
    color: #0089e1;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 20px auto 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 4px;
}

.contact .fullBg .fullContact .contactBtn:hover {
    color: #fff;
    background-color: #0089e1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news {
    height: 340px;
    width: 1500px;
    margin: 80px auto 0;
    display: flex;
    background-color: #FCFCFC;
}

.news>div {
    width: 25%;
}

.news .newsTitle {
    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;
}

.news .newsTitle h1 span {
    color: #999;
    letter-spacing: 7.5px;
    font-size: 12px;
}

.news .newsBox {
    box-sizing: border-box;
    padding: 50px 20px;
}

.news .newsBox p.title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .newsBox p.time {
    color: #999;
    font-size: 14px;
    margin: 5px 0 10px;
}

.news .newsBox p.content {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news .newsBox .newsBtn {
    border: 1px solid #0089e1;
    color: #0089e1;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-top: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 4px;
}

.news .newsBox .newsBtn:hover {
    color: #fff;
    background-color: #0089e1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.team {
    width: 1200px;
    height: 450px;
    margin: 80px auto 0;
    box-sizing: border-box;
    padding: 55px 0;
    background-color: #fcfcfc;
}

.team h1, .team h5 {
    text-align: center;
}

.team h5 {
    color: #999999;
    letter-spacing: 5px;
    margin: 8px 0 30px 0;
}

.team .teamSwiper-container p {
    font-size: 16px;
    text-align: center;
}

.team .teamSwiper-container .swiper-slide p:last-child {
    color: #999;
}

/*footer*/

footer {
    width: 100%;
    min-height: 310px;
    background: #fcfcfc;
    margin-top: 150px;
}

.footerbar {
    width: 100%;
    height: 100%;
}

.footerbar .footer-t {
    padding: 80px 0 40px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #EEEBEE;
    display: flex;
    justify-content: center;
}

.footerbar .footer-t .footer-l {
    width: 30%;
}

.footerbar .footer-t .footer-l .cName {
    font-size: 26px;
}

.footerbar .footer-t .footer-l .address, .footerbar .footer-t .footer-l .email {
    font-size: 14px;
    color: #666;
}

.footerbar .footer-t .footer-l .address {
    margin: 30px 0 20px 0;
}

.footerbar .footer-t .footer-r {
    width: 65%;
    min-height: 110px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.footerbar .footer-t .footer-r>div a {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.footerbar .footer-t .footer-r>div a:hover {
    color: #0089e1;
}

.footerbar .footer-t .footer-r>div a:first-child {
    font-size: 18px;
    color: #333;
}

.footerbar .footer-t .footer-r .vertical {
    display: flex;
    flex-direction: column;
}

.footerbar .footer-b {
    padding: 16px 0;
    text-align: center;
    color: #999999;
}

.footerbar .footer-b a {
    color: #999999;
}

/* porductlist */

.banner {
    width: 100%;
    height: 400px;
    background: url(/statics/images/web/pbanner.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}

.porductBox {
    width: 1200px;
    margin: 80px auto 0;
}

.porductBox>h1 {
    text-align: center;
}

.porductBox .productClass {
    width: 85%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 16px;
}

.porductBox .productClass a.cur {
    color: #0089e1;
}

.productList {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.productList .pdBox {
    width: 32%;
    text-align: center;
    margin-top: 50px;
}

.productList .pdBox img {
    width: 320px;
    height: 320px;
}

.productList .pdBox .pTitle {
    font-size: 18px;
    margin: 10px 0;
    padding-left: 5px;
}

.productList .pdBox .pMain {
    font-size: 14px;
    color: #666;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productList .itemempty {
    height: 0px;
    width: 32%;
}

/* team */

.tbanner {
    background-image: url(/statics/images/web/tbanner.png);
}

/* news */

.nbanner {
    background-image: url(/statics/images/web/nbanner.png);
}

.newsList {
    width: 100%;
}

.newsList li {
    height: 200px;
    margin-top: 50px;
}

.newsList li img {
    width: 200px;
    height: 200px;
    margin-right: 50px;
}

.newsList li .nTitle {
    font-size: 18px;
}

.newsList li .nTime {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}

.newsList li .nMain {
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList li .newsBox {
    padding-top: 15px;
}

.newsList li .newsBox .nBtn {
    border: 1px solid #333;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 20px 0 0 250px;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 4px;
}

.newsList li .newsBox .nBtn:hover {
    color: #fff;
    background-color: #0089e1;
    border: 1px solid #0089e1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

/* contact */

.cbanner {
    background-image: url(/statics/images/web/cbanner.png);
}

.contactBox {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.contactBox>div {
    box-sizing: border-box;
    padding-top: 60px;
}

.contactBox i {
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(/statics/images/web/icon.png) 0 0 no-repeat;
}

.contactBox li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.contactBox li:first-child {
    font-size: 18px;
    line-height: 30px;
}

.contactBox li:first-child i {
    margin-top: -2px;
}

.contactBox li:nth-child(5) i {
    width: 20px;
    height: 27px;
    background-position: 2px -30px;
    margin-right: 19px;
}

.contactBox li:nth-child(2) i {
    width: 21px;
    height: 20px;
    background-position: 0 -66px;
}

.contactBox li:nth-child(3) i {
    width: 21px;
    height: 20px;
    background-position: 0 -98px;
}

/* .contactBox li:nth-child(5) i {
    width: 21px;
    height: 19px;
    background-position: 0 -130px;
} */

.contactBox li:nth-child(4) i {
    width: 21px;
    height: 15px;
    background-position: 0 -161px;
}

iframe {
    width: 600px;
    height: 430px;
}

.article {
    margin-top: 80px;
    line-height: 40px;
}

/* productdetails */

.details {
    width: 1200px;
    margin: 40px auto 0;
}

.detailsBox {
    width: 900px;
    margin: 55px auto 0;
    display: flex;
    justify-content: space-around;
}

.detailsBox img {
    width: 300px;
    height: 300px;
}

.detailsBox>div {
    width: 500px;
}

.detailsBox>div p:first-child {
    font-size: 24px;
    font-weight: bold;
}

.detailsBox>div p:nth-child(2) span {
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    background: #D2D2D2;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #676767;
    margin: 40px 8px 40px 0;
}

.detailsBox>div p:nth-child(3) {
    color: #666;
}

.detailsBox>div a {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #0089e1;
    border-radius: 12px;
    color: #0089e1;
    font-size: 18px;
    margin-top: 50px;
}

.detailsBox>div a i {
    display: inline-block;
    margin-right: 15px;
    width: 28px;
    height: 31px;
    vertical-align: middle;
    background: url(/statics/images/web/icon.png) 0 -188px no-repeat;
}

.details>p {
    text-align: center;
    font-size: 20px;
}

.details .detailsItem {
    margin-top: 50px;
    overflow: hidden;
}

/* productdetails */

.details .newsBox {
    margin-top: 80px;
}

.details .newsBox .newsTime {
    margin: 20px 0;
    text-align: center;
    color: #999;
}

@media screen and (max-width: 1200px) {
    html,body {
        width: 1300px;
    }
    .news,.footerbar{
        width: 100%;
    }
}
.page-wrap {
  text-align: center;
  margin-top: 50px;
}
.pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 10px 0;
  font-size: 0;
  cursor: pointer;
}
.pagination li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #e2e2e2;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li.active {
  border: 1px solid #1E9FFF;
}
.pagination li.active span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1E9FFF;
  color: #fff;
}
.pagination li.disabled {
  background: #f2f2f2;
}
