<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * 水之曲
 * 请尊重他人劳动成果，你可以模仿页面，但是请自己写代码！
 * 技术支持：QQ2863868475
 * 2021-05-03
 * coyright ： tengcee.com
*/
@import url("public.css");
@import url("page.css");
.top { position:fixed; top:0; left:0; z-index:100000; width:100%; height:90px; background-image: url(../images/white.png);box-shadow:0px 0px 10px rgba(195,206,201,0.6);}
.logo { float: left; padding-left: 0%; padding-top: 15px; padding-bottom: 5px; }
.logo img{ height: 60px; width: auto; }
.logo_right { float: right; padding-top: 10px; height: 120px; }
.navbox{ display:inline; float: left; padding-left: 40px; box-sizing: border-box;}
.navright { float:right; position: absolute; top: 20px; right: 10%; }
.navright .top_tel{ width:180px; font-size: 18px; line-height: 35px; color: #bf944f; height: 35px; margin-top: 10px; }
.navright .top_tel span{ color:#bf944f; font-size:18px; font-weight: bold;}
.navright .top_tel img{ float:left; margin-right:10px;}

.transition {transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all;}
.top_on {top:0px;position: fixed;left:0; height: 60px;}
.top_on .logo { padding-top:0px;}
.top_on .logo img { height:60px;}
.top_on .nav { height:60px;}
.top_on .nav li { height:60px; line-height:60px; }
.top_on .nav li i{ bottom: 5px; }
.top_on .nav dl { top:60px;}
.top_on .navright{ height:60px; top:5px;}
.top_on .imenu {margin-top:25px;}

.nav { line-height: 90px; height: 90px; position:relative; float: left; margin-left:50px; }
.nav li { float: left; font-size: 17px; line-height: 90px; height: 90px; position:relative;transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; }
.nav li a {color:#111; text-decoration:none; padding-left:28px; padding-right:28px; display:block;}
.nav li a:hover { color:#e43d3f; text-decoration:none;}
.nav li i { width: 0px;height: 3px; background-color: #e43d3f; position: absolute; bottom:15px;left:50%; margin-left: 0px; border-radius: 5px;transition: .5s all;}
.nav li:hover i{ display: block;transition:all .5s;width: 40px;margin-left: -20px;}
.nav .cur a { color:#e43d3f; text-decoration:none; padding-left:30px; padding-right:30px;}
.nav dl{ width:100%; font-size:13px; position:absolute; top:90px; left:0px; background-image: url(../images/ico_arr1.png?v=0); background-repeat: no-repeat; background-position: center top; padding-top: 7px; display: none;}
.nav dl dd { height:40px; line-height:40px; text-align: center; background-image: url(../images/nav_bg2.png?v=0); white-space: nowrap; }
.nav dl dd a{ color:#FFFFFF !important; padding:0px; }
.nav dl dd a:hover{ color:#FFFFFF; opacity:0.9; background-color: #e43d3f; }
.nav .nav_line { background-image: url(../images/nav_line.png); background-repeat: no-repeat; background-position: left top; float: left; height: 45px; width: 2px; }
.nav li.mainmenu { background-image: url(../images/ico_arr4.png); background-repeat: no-repeat; background-position: 5px center; }
/*wap*/
.nav_wap{ display: none;height:3em; line-height:3em; width: 100%; position:relative; background-color: #0e4b8e;font-size:1rem;}
.nav_wap li { float:left; width: 16.6%; text-align:center; font-size:1rem; position:relative;}
.nav_wap li a{ color: #fff; }
.imenu { float: right; margin-top:30px; margin-right: 10px; display: none }
.imenu .dh{width: 25px; cursor: pointer; color: #ce3538; font-size: 1.4rem;}
@media screen and (max-width:1650px){
    .navright {right: 3%; }
}
@media screen and (max-width:1400px){
    .navright {right: 0; }
    .nav li a { padding-left:20px; padding-right:20px;}
}
@media screen and (max-width:1200px){
    .logo{ width:50%;padding-top: 15px; padding-left: 10px; box-sizing: border-box;}
    .navbox{ width: 50%; }
    .nav{ display: none; }
    .navright{ right:100px; }
    .imenu{ display: block; }
    .top_on .imenu {margin-top:18px;}
}
@media screen and (max-width:750px){
    .top {height:70px;}
    .logo{ width:50%; padding-top: 10px;}
    .navbox{ width: 50%; }
    .imenu {margin-top:22px;}
    .top_tel{ display: none; }

    .logo img{ width: auto;height: 50px; }
    .top_on{ height: 60px; }
    .top_on .logo{ padding-top: 5px;}
    .top_on .logo img{ width: auto;height: 50px; }
}
@media screen and (max-width:400px){
    .logo{ width:60%;}
    .navbox{ width: 40%; }
}
/*左侧菜单*/
.overlay{position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.6);z-index: 999998;}
.nav_close{ position: absolute; top:38px; right: 18px;}
.nav_close img{ width: 35px; height: 35px; }
.navbox_logo{ width:100%; }
.navbox_logo span{ width:100%; float: left; }
.navbox_logo span img{ width: 100%; height: auto }
.navbox_contact{ width: 100%; position: relative;; margin-top:1em; }
.nav_tel{ width:160px; height:45px; float:right; color:#fff; background-color:#bf944f; text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px; font-size:.8rem; line-height:45px; background-image: url(../images/ico_tel31.png); background-repeat: no-repeat; background-position: 20px center;}
.nav_tel a{color: #fff;line-height:45px; display: block;}

.wapnav{position:fixed;width:160px; left: -200px; top:0px; z-index: 999999;padding:0;overflow-y: hidden;background-color: #293133; height: 100%; padding:20px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; filter:alpha(opacity=95); -moz-opacity:095;   -khtml-opacity: 0.95;}
.nav2{position:relative; float: right; margin:1em 0; width: 100%;}
.nav2 li{float:left; line-height:45px; overflow:visible; width: 100%;margin-top:-1px; font-weight: normal; border-bottom:solid 1px #343b3d;font-size:.8rem;color:#fff; text-align: center; box-sizing: border-box;  background-repeat: no-repeat; background-position:25px center;}
.nav2 li a{ color:#fff!important; font-size:.8rem; }
.nav2 li.on a,.nav2 li:hover a{ color:#fff; text-decoration:none; background-color:none; }

/*banner*/
.banner { position: relative; width: 100%; height: 600px; overflow: hidden;z-index:9; margin-top: 90px; }
.banner .swiper-container { width: 100%; height: 100%; color: #fff; text-align: center; }
.banner .swiper-slide {position: relative;overflow: hidden;}
.banner .swiper-slide a {display: block;}
.banner .swiper-pagination {position: absolute;width: 100%;z-index: 20;left: 0;bottom: 30px !important;text-align: center;}
.swiper-pagination-bullet-active{background-color: #03bfcb;}
.swiper-pagination-bullet { width: 35px; border-radius: 5px; }
.banner .imgBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 0px; float: left;}
.banner .swiper-button-next,.banner .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 40px; height: 40px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=0);opacity:0;}
.banner .swiper-button-next{ background-image:url('../images/arrow-right2.png'); right: 25px;}
.banner .swiper-button-prev{ background-image:url('../images/arrow-left2.png'); left: 25px;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{ filter:alpha(opacity=80);opacity:.8;}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{ filter:alpha(opacity=80);opacity:.8;}
.banner .prev_btn,.banner .next_btn{ display: none;}
.btnlist{ width: 100%; position: relative; padding-top:50px; text-align: center;}
@media screen and (max-width:1200px){
    .banner{ height:550px;}
}
@media screen and (max-width:1000px){
    .banner{ height:480px;}
    .btnlist{ padding-top: 10px; }
}
@media screen and (max-width:760px){
    .banner{ height:200px; margin-top: 70px;}
}
@media screen and (max-width:600px){
    .banner a.prev_btn,.banner a.next_btn{ display: none; }
    .banner .swiper-pagination{ bottom: 10px !important; }
    .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 10px; }
}
/*主要css*/
.main { float: left; width: 100%; position: relative; padding-bottom: 10px; }
.main1 { position: relative; background-color:#f9f9f9; width:100%; padding-top: 30px; padding-bottom: 30px; }
.main2 { position: relative; background-color:#fff; width:100%; float:left; }
.title { text-align: center; width: 100%; position:relative; background-image: url(../images/line3.png); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 4px; }
.title2 { text-align: center; width: 100%; position:relative;}
.title h3 { width:100%; line-height:40px; height:40px; font-size:36px; color:#333; text-align:center; font-weight:bold;}
.title h3 i{ font-style:normal; color:#e43d3f;}
.title p { font-size: 15px; line-height: 30px; font-weight: normal; color: #999999; width: 100%; position:relative; padding-bottom:5px; }
.title p b { color:#eab100; position:relative; }
.title2 h3{width:100%; line-height:40px; height:40px; font-size:36px; color:#333; text-align:center; font-weight:bold; color: #fff; }
@media screen and (max-width:1200px){
    .title{padding:5px 0; box-sizing: border-box; margin-bottom: 8px;}
    .title h3 { font-size: 1.6rem; line-height: 1.8em; height: 1.8em;}
    .title p{ padding: 5px 10px; box-sizing: border-box; font-size: .9rem; line-height: 1.4em; }
}
@media screen and (max-width:750px){
    .main1 { padding: 10px 0;}
}
/*栏目分类*/
.catlist{ width: 100%; text-align: center;  font-size: 0px; padding-top:20px;}
.catlist div{ padding: 0px;display:inline-block; background-color: #d9d9d9; width: 160px; border-left: solid 1px #fff; overflow: hidden; text-transform: capitalize;}
.catlist div a{line-height: 50px; height: 50px;color:#4b4a4a;display: block; text-align: center; font-size: 14px;}
.catlist div.on,.catlist div a:hover { background-color:#00b63e; color:#fff !important; text-decoration:none;}
.catlist div.on a{ color: #fff; }
.catlist div:nth-child(1){ border-top-left-radius: 25px;  border-bottom-left-radius: 25px; border-left: none;}
.catlist div:last-child{ border-top-right-radius: 25px;  border-bottom-right-radius: 25px; }

.more { height: 50px; width: 300px; margin-right: auto; margin-left: auto;}
.more a { width:100%; line-height:50px; height:50px; border:1px solid #bf944f; display:block; text-align:center; color:#fff; font-size:15px; margin:20px 0; background-color: #bf944f; float: left;}
@media screen and (max-width:750px){
    .more{ width: 200px; }
    .more a{ margin:10px 0 20px 0;line-height:40px; height:40px; }
}
/*搜索*/
.so { height: 40px; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e2e2e2; font-size: .9rem; padding:10px 0; }
.hotkey { float: left; width: 900px; height: 40px; line-height: 40px; color:#e43d3f; }
.hotkey a{  color:#999999; padding-left:5px; padding-right:10px;}
.sobox { float: right; width: 280px; line-height: 35px; height: 35px;}
.input1 { line-height:40px; height:40px; width:80%; float:left; color: #fff; padding-left: 40px; background-repeat: no-repeat; background-position: 10px center; border: 0px solid #e2e2e2; font-size: 14px; background-image: url(../images/ico_so.png);border-top-left-radius: 20px;border-bottom-left-radius: 20px; box-sizing: border-box;background-color: #bd954f;}
.button1 { line-height: 40px; background-color: #a87b2b; text-align: center; float: left; height: 40px; width:20%; font-size: .9rem; color: #FFFFFF; border: none; border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
@media screen and (max-width:1200px){
    .hotkey{ width: 65%; overflow: hidden; }
    .sobox{ width: 35%; }
    .input1{ width: 80%;}
    .button1{ width: 20%; }
}
@media screen and (max-width:750px){
    .hotkey{ display: none; }
    .sobox{ width: 100%; padding:10px; box-sizing: border-box; }
    .input1{ width: 80%;}
    .button1{ width: 20%; }
}
/*产品*/
.products{ width: 100%; float: left;position: relative; margin:20px 0;}
.pleft{ width: 240px; float: left; background-color: #0090fd; position: relative;}
.pbox{ width: 100%; float: right; position: relative; padding:10px; box-sizing: border-box;}
.plist{ width: 100%; float: left; position: relative; }
.plist li{ width: 33.3%; float: left;padding:10px; box-sizing: border-box; position: relative;}
.plist li .pin{ width: 100%; float: left; position: relative; background-color: #fff; overflow: hidden;}
.plist li .thumb{ width: 100%; float: left; position: relative; border: solid 1px #f5f5f5; overflow: hidden;}
.plist li .thumb img{ width: 100%; height: auto; }
.plist li .info{ width: 100%; float: left; position: relative; padding:10px; box-sizing: border-box;}
.plist li .info .tit{ width: 100%; line-height: 2.5em; font-size:16px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; padding:5px 0; border-bottom: solid 1px #eae8e8;}
.plist li .info dt{ width: 100%; float: left; line-height: 35px; color: #999;}
.plist li .info dt .price{ float: right; color: #e43d3f; font-size: 15px; font-style: normal; }
@media screen and (max-width:750px){
    .products{ margin:10px 0;}
    .pbox{padding:5px;}
    .plist li{ width: 50%; padding: 5px;}
}
/*热门产品*/
.hotproducts{ width: 100%; position: relative; background-color: #eaeaea; float: left; padding:20px 0;}
.hotlist{ width: 100%; float: left; position: relative; margin: 30px 0; background-color: #fff;}
.hotlist .imgshadow{ background-color: #fff !important; }
.hotlist li{ width: 100%; float: left;padding:0px; box-sizing: border-box; position: relative;}
.hotlist li .hotin{ width: 100%; float: left; position: relative;}
.hotlist li .hotin .tj{ position: absolute;right: 0; top: 0; z-index: 9999; }
.hotlist li .hotin .tj img{ width: 100%; height: auto; }
.hotlist li .thumb{ width: 50%; float: left; position: relative; border: solid 0px #e2e2e2; overflow: hidden; box-sizing: border-box;height: 600px;}
.hotlist li .thumb img{ width: 100%; height: auto; }
.hotlist li .info{ width: 50%; float: left; position: relative; padding:20px 30px; background-color: #bf944f; box-sizing: border-box; height: 600px;}
.hotlist li .info .tit{ width: 100%; line-height: 1.8em; font-size:24px;padding:10px 0 20px 0; border-bottom: solid 1px #b28132; color: #fff;}
.hotlist li .info .tit a{ color: #fff; }
.hotlist li .info dt{ width: 100%; float: left; line-height: 35px; color: #fff;}
.hotlist li .info .infobox{ width: 100%; float: left; color: #fff; padding:15px 0;}
.hotlist li .info .infobox p{ width: 50%; float: left; color: #fff; line-height: 2em; font-size: .95rem; padding:5px 0; opacity: .8;}
.hoticon{ width: 100%; float: left; padding:15px 0; position: relative; box-sizing: border-box;}
.hoticonin{ width: 100%; float: left; background-color: #b68b45; padding:15px 0; }
.hoticon .icobox{ width: 25%; text-align: center;padding:10px; box-sizing: border-box; float: left; }
.hoticon .icobox span{ width: 100%; text-align: center; line-height: 50px; font-size: 24px; color: #eadac0; }
.hoticon .icobox p{ width: 100%; text-align: center; line-height: 35px; font-size: 16px; color: #eadac0; }

.hotlist .swiper-button-next,.hotlist .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 40px; height: 40px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=0);opacity:.3;}
.hotlist .swiper-button-next{ background-image:url('../images/arrow-right2.png'); right: 52%;}
.hotlist .swiper-button-prev{ background-image:url('../images/arrow-left2.png'); left: 25px;}
.hotlist .swiper-button-next:hover,.hotlist .swiper-button-prev:hover{ filter:alpha(opacity=80);opacity:.8;}
.hotlist:hover .swiper-button-next,.hotlist:hover .swiper-button-prev{ filter:alpha(opacity=80);opacity:.8;}
.hotlist .prev_btn,.hotlist .next_btn{ display: none;}

.btnlist{ width: 100%; padding-top: 30px; float: left;position: relative;}
.btnlist span{ width: 50%; float: left; padding:0 5px; box-sizing: border-box;}
.btnlist span a{ width: 100%; line-height: 3.5em; font-size: 15px; background-color: #0473c7; text-align: center; color: #fff; float: left; border-radius: 3px;}
.btnlist span a.a1{ background-color: #9a650f;}
.btnlist span a.a2{ background-color: #e43d3f;}
@media screen and (max-width:750px){
    .hotproducts{padding:10px 0;}
    .hotlist{margin: 10px 0;}
    .hotlist li .thumb{ width: 100%;height: auto;}
    .hotlist li .info{ width: 100%; height: auto;padding:10px; padding-bottom: 20px;}
    .hotlist li .info .tit{ line-height: 1.8em; font-size:1rem;}
    .hotlist li .info dt{line-height: 1.6em; font-size: .8rem;}
    .hotlist li .info .infobox{ padding:10px 0;}
    .hotlist li .info .infobox p{ width: 50%;font-size: .7rem;line-height: 1.6em;}
    .hotlist li .hotin .tj{ width: 60px;height: 60px; }
    .hoticonin{padding:10px 0; }
    .hoticon .icobox{ width: 25%; padding:5px;}
    .hoticon .icobox span{ line-height: 40px; font-size: 1.3rem;}
    .hoticon .icobox p{line-height: 35px; font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

    .hotlist .swiper-button-next,.hotlist .swiper-button-prev{top:25%;}
    .hotlist .swiper-button-next{ right: 10px;}
    .hotlist .swiper-button-prev{ left: 10px;}
}
/*关于我们*/
.about { background-image: url(../images/about_bg.jpg); background-repeat: no-repeat; background-position: center center; width: 100%; background-color: #bf944f; padding: 80px 0;}
.aboutbox { float: right; width: 60%; }
.about_title { font-size: 40px; line-height: 50px; font-weight: bold; color: #FFFFFF; float: left; height: 50px; width: 100%; }
.about_title i { font-size: 30px; font-style: normal; font-weight: normal; color: #e5cca3; padding-left: 10px; text-transform: uppercase; }
.about_line { float: left; height: 10px; width: 60px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e5cca3; }
.about_info { line-height: 25px; color: #fff; float: left; width: 100%; padding-top:20px; opacity: .8;}
.about_content { line-height: 2.2em; color: #fff; float: left; width: 100%; font-size: 15px; }
.about_more { line-height: 40px; color: #FFFFFF; float: left; height: 45px; width: 200px; text-align: center; border:solid 1px #000; background-color: #000;}
.about_more a { color:#fff; text-decoration:none;}
.numbox{ width: 40%; float: left; padding-right: 50px; box-sizing: border-box; position: relative; }
.numlist{ width: 100%;padding:20px; box-sizing: border-box;}
.numlist li{ width: 50%; float:left; padding:5px;box-sizing: border-box;}
.numlist li .numin{ width: 100%; float: left;padding:25px 15px;background-image: url('../images/white2.png'); box-sizing: border-box;}
.numlist li span{ width: 100%; float: left; text-align:center; font-size: 36px; color: #a97014; line-height: 2em;}
.numlist li span i{ font-size: 16px; font-style:normal; }
.numlist li p{ width: 100%; text-align: center; line-height: 1.5em; font-size: 1rem; color: #a97014; padding:.4em 0; height: 3em; float: left;}
.about_list{ width: 100%; float: left;padding:20px 0; position: relative; }
.about_list li{ width: 12.5%; float:left; padding:20px; text-align: center; box-sizing: border-box; border-right: none;}
.about_list li span{ width: 100%; line-height: 60px; text-align: center; font-size: 45px; float: left; color: #bf944f;}
.about_list li span img{ width: 60px; height: auto; }
.about_list li p{ width: 100%; line-height: 3em; text-align: center; color: #111;float: left;}
.about_list li dt{ width: 100%; line-height: 30px; text-align: center; color: #666;float: left;}
@media screen and (max-width:1200px){
    .numlist li span{ font-size: 30px; }
    .numbox{ padding-right: 20px; padding-top: 20px;}
    .numlist{padding:10px;}
}
@media screen and (max-width:750px){
    .about{ padding: 30px 0;}
    .numbox{ width: 100%; padding-right: 0px; padding-top: 0;}
    .numlist li .numin{padding:15px;}
    .numlist li span{ font-size: 26px;}
    .aboutbox{ width: 100%; padding: 15px; box-sizing: border-box; margin-top: 20px; }
    .about_title { font-size: 30px; line-height: 50px; font-weight: bold; color: #FFFFFF; float: left; height: 50px; width: 100%; }
    .about_list li{ width: 25%;padding:5px;}
    .about_content { line-height: 2em; font-size: .85rem; }
}

.youshi{ width: 100%;float: left;padding:50px 0;background-color: #f5f5f5; position: relative;}
.youshiin { width: 100%; float: left; background-color: #fff; border-radius: 10px; padding:15px 0;}
/*行业应用*/
.yingyong{ width: 100%; float: left; padding:50px 0; position: relative; background-color: #fff;}
/*案例*/
.case { width: 100%; padding-top: 40px; padding-bottom: 60px; background-color: #fff;}
.casebox{ width: 100%; position: relative; float: left; }
.caselist{ width: 100%; float: left; padding: 20px 0; position: relative;  }
.caselist li{ width: 50%; padding: 5px; float: left; box-sizing: border-box;position: relative;}
.caselist li .casein{ width: 100%; float: left; padding:0px;box-sizing: border-box; background-color: #fff;position: relative;}
.caselist span {float: left; width: 100%;background-color: #FFFFFF;position: relative;}
.caselist span img{ width: 100%; height: auto; }
.caselist .info{ width: 100%;height: 60px; background-image: url('../images/all_ulbg.png'); position: absolute; bottom: 0;left: 0; padding:10px; box-sizing: border-box;transition: 1s all; }
.caselist p{ width:100%; height: 45px;line-height:45px; text-align:left; float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 16px; padding-top: 0; color: #fff; }
.caselist dt{ width:100%; line-height:25px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; color: #e2e2e2; text-align: center; height: 50px; float: left;}
.caselist li:hover .info{padding:20px 50px; height: 100%;transition: 1s all;}
.caselist li:hover .info p{ padding-top: 30%; font-size: 20px;text-align:center; }
.casebox .swiper-button-next,.casebox .swiper-button-prev{/* display: none;*/ background-repeat: no-repeat;background-position: center center; width: 35px; height: 35px;background-size: contain;-moz-background-size: contain;-webkit-background-size: contain; top: 50%;filter:alpha(opacity=85);opacity:0.85;}
.casebox .swiper-button-next{ background-image:url('../images/arrow-right.png'); right: -45px;}
.casebox .swiper-button-prev{ background-image:url('../images/arrow-left.png'); left: -45px;}
.casebox .swiper-button-next:hover,.casebox .swiper-button-prev:hover{ filter:alpha(opacity=100);opacity:1;}
@media screen and (max-width:1280px){
    .casebox .swiper-button-next{ right: 5px;}
    .casebox .swiper-button-prev{ left: 5px;}
}
@media screen and (max-width:750px){
    .case {padding: 15px 0;}
    .caselist{ padding: 10px 0; }
    .caselist .info{ height: 50px;padding:5px;}
    .caselist p{ width:100%; height: 40px;line-height:40px; font-size:.9rem; padding-top: 0; color: #fff; }
    .caselist dt{ display: none; }
    .caselist li:hover .info{padding:10px;}
    .caselist li:hover .info p{ font-size: 1rem; }
}
/*新闻*/
.news{ width: 100%; float: left;position: relative; padding:20px 0;}
.news1 { float: left; width: 450px; margin-top: 8px;}
.news1 li { width:100%; float:left;background-color: #fff; position: relative;}
.news1 li span { width:100%; float:left; }
.news1 li span img { width:100%; height:360px; }
.news1 li .info{ width: 100%; float: left;padding:20px; box-sizing: border-box; position: relative; }
.news1 .info p { width:100%; float:left; line-height:40px; height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:20px; font-weight:bold;}
.news1 .info dt { width:100%; float:left; line-height:25px; color:#999999; max-height: 50px;margin:10px 0; overflow: hidden;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp: 2;-webkit-box-orient:vertical;}
.news1 .info dd { width:100%; float:left; line-height:25px; color:#999999; margin:10px 0;}
.news1 .info i {text-align:center; float:right; font-style:normal; color: #e43d3f;}
.news1 .info i a{ color:#fff; }
.news1 .info em { float:left; padding-left:20px; color:#999999; background-image: url(../images/ico_time.png); background-repeat: no-repeat; background-position: left center; font-style: normal; }

.news2 { float: right; width: 730px; position: relative;}
.news2 li { width:100%; float:left; background-color: #fff; margin:7px 0; box-sizing: border-box; position: relative }
.news2 li .info{  width: 100%; float: left; box-sizing: border-box; position: relative; padding:15px; padding-left: 110px; overflow: hidden; height: 100px;transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all;}
.news2 h2 { width:100%; float:right; line-height:2.5em; height:2.5em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:1.1rem; font-weight:normal; }
.news2 p { width:100%; float:right; line-height:25px; color:#999; height: 25px;overflow: hidden; }
.news2 li:hover{ background-color: #e43d3f; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all;}
.news2 li:hover .timebox span{ color: #fff; }
.news2 li:hover .timebox i{color: #fff; }
.news2 li:hover h2 { color: #fff; }
.news2 li:hover h2 a { color: #fff; }
.news2 li:hover p{ color: #e2e2e2; }
.news2 li:hover .timebox{ background-color: #e43d3f; }
.timebox{ width:90px; height: 100px; float:left; position: absolute; top: 0px; left: 0px; background-color: #f3e9d9; padding:20px 0; box-sizing: border-box;}
.timebox span{ width:100%; float:left; line-height:30px; text-align:center; font-size:30px; font-weight:normal; padding-top:10px; color: #222;}
.timebox i { width:100%; float:left; line-height:30px; color:#999; text-align:center; font-style:normal; font-size: 12px;}
@media screen and (max-width:1200px){
    .news1{ width: 40%; }
    .news2{ width: 60%; padding-left: 20px; box-sizing: border-box; }
}
@media screen and (max-width:750px){
    .news{padding:10px 0;}
    .news1{ width: 100%; padding:10px; box-sizing: border-box; }
    .news1 li span img { width:100%; height:auto; }
    .news2{ width: 100%; padding: 10px; box-sizing: border-box; }
    .timebox{ width:70px; height: 80px; padding:10px 0; }
    .timebox span{ font-size: 1.5rem; }
    .news2 li .info{ padding-left: 80px; height: 80px;}
    .news2 h2 { line-height:2em; height:2em;font-size:1rem;  }
    .news2 p {line-height:22px;height: 22px; }
}
.links { line-height: 25px; color: #999999;  float: left; width: 100%; box-sizing: border-box;}
.links b { font-weight:normal; float:left; width:60px; text-align:center;}
.links a { color:#999999; padding-left:15px; padding-right:15px; display:block; float:left;}
@media screen and (max-width:1200px){
  .links {padding:0 10px;}  
}
/*底部*/
.bottom { width: 100%; padding: 30px 0; background-color: #111;}
.bottom1 { background-color: #1e1e1e; width: 100%; padding-top: 40px; padding-bottom: 30px; }
.footnav{ width: 100%; padding:10px 0 35px 0; text-align: center; border-bottom: solid 1px #2b2b2b; margin-bottom:40px; float: left;}
.footnav span{ background-position: 10px center; background-repeat:no-repeat; padding-left:40px; color: #666; padding-right: 40px; line-height: 40px; }
.footnav span i{color: #666; padding-right: 8px;}

.btitle{ width:100%; float:left; line-height:2.5em; font-size:1.2rem; color:#FFFFFF; }
.bottom_box1 { width: 30%; border-right: 1px solid #2b2b2b;float:left; box-sizing: border-box;}
.bottom_box1 ul { width:100%; float:left; }
.bottom_box1 li { width:50%; line-height:35px; float:left; padding-right: 10px; box-sizing: border-box; }
.bottom_box1 li a { color:#666; }
.blogo{width: 100%; float: left; padding:40px 0; }
.blogo img{ width: auto; }
.bottom_box2 { width:40%;padding-left: 80px;float:left;box-sizing: border-box;}
.bottom_box2 ul { width:100%; float:left; }
.bottom_box2 li { width:50%;; line-height:35px; float:left; }
.bottom_box2 li a { color:#666; }
.bottom_box3 { float: right; width: 30%; padding-left: 60px; box-sizing: border-box;border-left: 1px solid #2b2b2b; }
.foottel{ padding-left: 50px; box-sizing: border-box; width: 100%; float: left;background-image: url('../images/foottel.png');  background-repeat: no-repeat; background-position: left center;}
.foottel p { line-height: 25px; color: #7b7b7b; height: 25px; width: 280px; }
.foottel h2 { font-size: 26px; line-height: 30px; color: #fff; height: 30px; width: 240px; font-weight: normal; padding-bottom: 10px; }
.weixin { float: left; width: 100%; padding-top: 10px; }
.weixin span { float: left; padding: 10px; line-height: 35px; text-align: center;color: #999; }
.weixin span img { width: 100px; }
.weixin p { line-height: 30px; color: #666; height: 30px;float: left; display: inline-block; padding-left: 10px; }
.bottom2 { background-color: #000000; width: 100%; padding-top: 15px; padding-bottom: 15px; }
.copyright { line-height:2.2em; color: #999999; text-align: center; float: left; width: 100%;padding:10px; box-sizing: border-box; }
.copyright a { color:#999999; text-decoration:underline; }
/*手机版*/
.bottom_box{ position:fixed; z-index:9999; height:50px; width:100%; bottom:0px; text-align:center; margin-right: auto; margin-left: auto; background-position: center center; background-size:100%; background-color: #bf944f; display: none; }
.footnav{position: relative;}
.footnav li{ float:left; width:20%; border-right: 1px solid #b18033; border-left: 1px solid #d7b073; box-sizing: border-box; padding: 0px; position: relative;height: 50px; }
.footnav li a{display:block;width:100%;}
.footnav li span{display:block;width:100%;text-align:center; height: 25px; position: relative;opacity: .9; line-height: 25px; color: #fff; font-size: 20px;}
.footnav li .s1{height:25px;}
.footnav li span img{max-width:25px;margin:0 auto;line-height:25px;vertical-align:middle}
.footnav li .st{ line-height:15px; font-size:0.65em; color:#FFF; width:100%; position: relative; z-index: 10; opacity: .8;}
.footnav .st{font-size: 0.86em !important;font-weight:normal}
.footnav{z-index:100;}
.big{width: 30px; border-radius: 50%; position: absolute; bottom: 20px; left: 50%; margin-left: -30px; background-color: #bf944f; padding:15px; text-align: center; z-index: 9;}
.big div{ width: 100%; float: left; position: relative; }
.big img{ width:100%; height: auto; padding: 0px;}
@media screen and (max-width:1200px){
    .bottom_box1{ display: none}
    .bottom_box2{ width: 50%; padding: 0 20px 0 30px;}
    .bottom_box3{ width: 50%; padding-left:50px;}
}
@media screen and (max-width:750px){
    .footnav{ padding-bottom: 20px; margin-bottom: 15px; }
    .footnav span{ width: 100%; float: left; padding:0 10px; text-align: left; line-height: 2.5em; box-sizing: border-box;}
    .bottom { padding: 15px 0;}
    .bottom_box2{ width: 100%; padding: 0 20px 0 30px;}
    .bottom_box2 li { width:33.3%;}
    .bottom_box3{ width: 100%; padding-left:0px;}
    .foottel{ display: none; }
    .weixin{ text-align: center; }
    .weixin span { float: none; display: inline-block;}
    .bottom2 {padding: 10px 0; }
    .copyright { line-height: 1.8em; margin-top: 1em; margin-bottom: 50px;}
    .bottom_box{ display: block; }
}
</pre></body></html>