.ck-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-slide {
    position: relative;
    overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1920px;
    left: 0;
    z-index: 1;
    padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    background: red;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev {
    left: 5px;
    background: url(../images/arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next {
    right: 5px;
    background: url(../images/arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 30;
}

.ck-slidebox ul {
    height: 20px;
    padding: 0 4px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
}

.ck-slidebox ul li {
    float: left;
    height: 12px;
    margin: 4px 4px;
}

.ck-slidebox ul li em {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    cursor: pointer;
}

.ck-slidebox ul li.current em {
    background-color: #fe6500;
}

.ck-slidebox ul li em:hover {
    background-color: #fe6500;
}

.ck-slide {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
}

.ck-slide ul.ck-slide-wrapper {
    height: 550px;
}
.index-bannerall .ck-slide ul.ck-slide-wrapper {
    height: 550px;
}

@media screen and (max-width: 1366px) {
    .ck-slide {
        height: 385px;
    }

    .ck-slide ul.ck-slide-wrapper {
        height: 385px;
    }
}

@media screen and (max-width: 1440px) {
    .ck-slide {
        height: 400px;
    }

    .ck-slide ul.ck-slide-wrapper {
        height: 400px;
    }
}

.index-content .index-content-part1 {
    padding-top: 80px;
}

.index-content .index-content-part1 .index-content-video {
    width: 580px;
}

.index-content .index-content-part1 .index-content-videoinfo {
    height: 420px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
}

.index-content-videotit {
    font-size: 24px;
    background: url("../images/icon_water.jpg") 0 0 no-repeat;
    padding-left: 40px;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.index-content-videotit span {
    color: #0889d7;
}

.index-content-videotit i {
    font-size: 14px;
    color: #919191;
    margin-left: 10px;
}

.index-content-videotit a {
    float: right;
}

.index-content .index-content-part1 .index-content-news {
    padding: 20px;
}

.index-newsitem {
    border-bottom: dashed 1px #e2e2e2;
    padding-bottom: 20px;
    margin-top: 20px;
}

.index-newsitem:first-child {
    margin-top: 0;
}

.index-newsitem:last-child {
    border: transparent;
}

.index-newspic {
    width: 160px;
    float: left;
}

.index-newstxt {
    padding-left: 180px;
}

.index-newstxt h1 {
    font-size: 18px;
    color: #4b4b4b;
    margin-bottom: 5px;
}

.index-newstxt p {
    margin-bottom: 5px;
    color: #757575;
}

.index-newstxt time {
    color: #a2a2a2;
}

.index-content-product {
    margin-top: 80px;
}

.roll-wrap:hover .control {
    display: block;
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 312px;
    overflow: hidden;
}

.roll-wrap .roll__list {

}

.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}

.roll_row .roll__list::after {
    clear: both;
}

.roll_row .roll__list {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
}

.roll_row .roll__list li {
    float: left;
    display: block;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    border: solid 1px #e5e5e5;
}

.control {
    position: absolute;
    top: 30px;
    display: none;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.control:hover {
    background-color: rgba(0, 0, 0, .5);
}

.control.pre {
    left: 5px;
}

.control.next {
    right: 5px;
}

.roll_col {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.roll_col .roll__list {
    width: 100%;
}

.h600 {
    height: 600px;
}

.roll_col li {
    display: block;
    height: 310px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.product-info {
    position: relative;
}

.pre, .next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: .15;
    background: red;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
}

.pre {
    left: 5px;
    background: url(../images/arrow-left.png) #000 50% no-repeat;
}

.next {
    right: 5px;
    background: url(../images/arrow-right.png) #000 50% no-repeat;
}

.roll__list a {
    display: block;
}

.roll__list p {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-top: solid 1px #e5e5e5;
}

.roll__list p a {
    color: #3f3f3f;
}

.ry .roll_row .roll__list li {
    border: none !important;
}

.footer-nav {
    width: 100%;
    height: 58px;
    border-top: solid 1px #ace0ff;
    border-bottom: solid 1px #ace0ff;
}

.footer-navinfo {
    line-height: 58px;
    font-size: 16px;
    color: #0485d4;
}

.footer-navinfo a {
    color: #0485d4;
    margin: 0 30px;
    position: relative;
}

.footer-navinfo a:first-child {
    margin-left: 0;
}

a.dls {
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #056faf;
    margin-left: 200px;
    margin-right: 0;
    padding: 5px 20px;
    background: -webkit-linear-gradient(#129ff4, #0078c1);
    background: -ms-linear-gradient(#129ff4, #0078c1);
    background: -o-linear-gradient(#129ff4, #0078c1);
    background: -moz-linear-gradient(#129ff4, #0078c1);
    background: linear-gradient(#129ff4, #0078c1);
}

a.dls:last-child {
    margin-left: 10px;
}

.footer-bottominfo {
    position: relative;
}

.footer-bottom {
    background: url("../images/footer_bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.footer-logo {
    width: 280px;
    float: left;
}

.fg {
    width: 1px;
    float: left;
    margin-right: 30px;
}

.footer-txt h1 {
    font-size: 18px;
    color: #333;
    padding: 50px 0 10px 0;
}

.footer-txt p {
    font-size: 14px;
    color: #666;
}

.ewm {
    position: absolute;
    right: 0;
    top: 30px;
    text-align: center;
}

/****在线客服******/
.main-im {
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    height: 105px;
    border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../images/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../images/totop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../images/open_im.png) no-repeat left top;
}
.about-info{
    margin-top: 80px;
    padding-bottom: 80px;
}
.left{
    width: 230px;
    float: left;
}
.left-list li{
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}
.left-list li.act{
    background: url("../images/left_listbg.jpg") 0 0 no-repeat;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.left-list li.act a{
    color: #fff;
}
.left-list li:hover{
    background: url("../images/left_listbg.jpg") 0 0 no-repeat;
}
.left-list li:hover a{
    color: #fff;
}
.left-contact{
    margin-top: 80px;
}
.right{
    margin-left: 300px;
}
.right h1{
    color: #414141;
    font-size: 24px;
    font-weight: bold;
}
.wz{
    font-size: 14px;
    color: #999;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    margin-top: 20px;
}
.right-info p{
    margin: 20px 0;
    font-size: 14px;
    line-height: 30px;
}
.left-contact{
    width: 228px;
    height: 228px;
    border: solid 1px #e5e5e5;
    position: relative;
    padding:0 20px;
    box-sizing: border-box;
}
.left-con-tit{
    text-align: center;
    background: #0485d4;
    color: #fff;
    width: 120px;
    margin: -15px auto 30px auto;
    font-size: 18px;
    border-radius:5px;
    height: 30px;
    line-height: 30px;
}
.left-contact li{
    line-height: 25px;
    margin: 5px 0;
	font-size:13px;
}
.left-contact li img{
    position: relative;
    top: 8px;
}
.right-info ul li{
    width: 256px;
    border: solid 1px #e5e5e5;
    text-align: center;
    transition: all ease .2s;
    float: left;
    margin-bottom: 30px;
    margin-right: 50px;
    padding-bottom: 10px;
}
.right-info ul li:nth-child(4n){
    margin-right: 0;
} 
.right-info ul{
    padding-top: 60px;
}
.right-info ul li:hover{
    background: #0485d4;
    border-color:#0485d4;
    color: #fff;
}
.right-info ul li:hover a{
    color: #fff;
}
.list-more{
    background: #f2f2f2;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    font-size: 16px;
    margin-top: 50px;
}
.list-more:hover{
    background: #0485d4;
    color: #fff;
}
.right-info h1{
    text-align: center;
    margin: 30px 0;
}
.right-info img{
    display: block;
    margin: 0 auto 10px auto;
    width: 256px;
    height: 183px;
}
.news-pic{
    width: 190px;
    float: left;
}
.news-pic img{
    width: 190px;
    height: 90px;
}
.news-item{
    border-bottom: dotted 1px #ececec;
    margin-top: 20px;
    padding-bottom: 10px;
    height: 110px;
    box-sizing: border-box;
}
.news-item:last-child{
    border-bottom: transparent;
}
.news-text{
    margin-left: 210px;
    text-align: left;
}
.news-text h1{
    text-align: left;
    margin: 0;
    font-size: 18px;
}
.news-text p{
    margin: 0;
}