<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;overflow-x:hidden;font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a {color:inherit;}
a:hover {color:inherit;text-decoration: none;}

html,body {font-size:12px;}
@media (min-width:992px) {
  html,body {font-size:14px;}
}
@media(min-width:1200px) {
  html,body {font-size:16px;}
  .container {max-width:1200px;margin: 0 auto;}
}
/*@media(min-width:1400px) {
  .container {max-width:1400px;}
}*/

@font-face {
  font-family: 'iconfont';  /* project id 1886893 */
  src: url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.eot');
  src: url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.woff') format('woff'),
  url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1886893_2pe4rvnnhrf.svg#iconfont') format('svg');
}
.ali-font {font-family: 'iconfont';}

.imgbox {box-sizing:border-box;position:relative;width:100%;overflow:hidden;border:1px solid transparent;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s all;}
.imgbox:hover img {transform:translate(-50%,-50%) scale(1.1);transition:.36s all;}

.header {display:flex;align-items:center;height:70px;z-index:99;}
.logo {color:#000;font-size:20px;font-weight:bold;white-space: nowrap;}
.header .small {font-size: 12px;color: #555;margin-top: 8px;}
.menu {background:#588f28;}
.menu .slide {color:#fff;flex:1;text-align:center;line-height: 35px;align-self: center;position:relative;}
.menu .slide:hover {background:#8bac3b;}
.menu-btn {color:#222;font-size:26px;text-align:right;cursor:pointer;}
.tel .t1 {font-size:14px;color:#588f28;}
.tel .t2 {font-size:24px;font-weight:bold;color:#f27302;margin-top:10px;}
.ewm img {border:1px solid #eee;padding:5px;height:100px;}
@media(max-width:767px) {
  .menu .container {flex-wrap:wrap;}
  .menu .slide {flex-basis:20%;}
}
@media(min-width:768px) {
  .menu .slide {line-height: 45px;}
}
@media(min-width:1200px) {
  .header {height:110px;}
  .logo {font-size:35px;}
  .header .small {font-size: 16px;margin-top: 12px;}
  .tel .t1 {font-size:16px;}
  .tel .t2 {font-size:28px;}
  .menu .slide {line-height: 45px;}
}
@media(min-width:1601px) {
  .header {height:120px;}
  .logo {font-size:36px;}
  .menu .slide {line-height: 55px;}
}

#flash {margin-bottom: -2px;position:relative;overflow: hidden;}
.flash-box {position:relative;left:50%;top:0;transform:translateX(-50%);}
.flash-box img {max-width:100%;}
#flash .tip {color:#5c5656;font-size:12px;position:absolute;bottom:50px;left:50%;transform:translateX(-50%);}
#flash .tip:after {content:'';display:block;width:1px;height:60px;position:absolute;bottom:0;left:50%;background:#5c5656;transform:translateY(80px);}
@media (min-width:992px)  {.flash-box {width:1440px;}#flash .tip{font-size:14px;}}
@media (min-width:1440px) {.flash-box {width:1920px;}}


body {transition:all .6s;}
body.open {transform:translateX(-100%);transition:all .6s;overflow-x:visible;overflow-y:hidden;}
.m-nav {position:fixed;width:100%;height:100vh;top:0;right:-100%;background:#588f28;color:#fff;z-index:-1;transition:all .6s;}
.m-nav.open {transition:all .6s;z-index:99999;}
.m-logo {display: flex;align-items: center;border-bottom:3px solid rgba(255,255,255,.6);font-size: 26px;
    font-weight: bold;height:80px;padding-left:10%;margin-bottom:30px;}
.m-logo img {height:45px;}
.m-nav li {line-height: 36px;padding-left:10%;padding-bottom:10px;}
.m-nav li:after {content:'';display:block;width:20px;height:2px;background:#fff;border-radius: 1px;transition:.36s all;}
.m-nav li a {color:#fff;display:block;}
.m-nav li:hover {background:#fff;}
.m-nav li:hover a {color:#fff;}
.m-nav li:hover:after {background:#fff;width:80px;transition:.36s all;}
.m-close {color:#fff;font-size:40px;font-weight:bold;position:absolute;right:15px;top:15px;cursor: pointer;}
.m-tel {font-size:28px;line-height: 34px;margin-top:20px;padding-left:10%;}
.m-tel p:first-child {font-size:22px;}
@media(min-width:992px) {
  body.open {transform:translateX(-500px);}
  .m-nav.open {width:500px;right:-500px;}
  .m-nav li {line-height: 50px;font-size:16px;}
  .m-close {font-size:64px;}
}

.index01 {padding:25px 15px;overflow:hidden;}
.index01 .t1 {font-weight:bold;font-size:15px;}
.index01 .t2 {font-size:12px;line-height: 24px;text-align: justify;margin-top:15px;}
.index01 .content {color:#588f28;font-size:12px;line-height: 24px;}
@media(max-width:767px) {
  .index01 .content {margin-top:20px;}
}
@media(min-width:768px) {

}
@media(min-width:992px) {
  .index01 {padding:30px 15px;}
  .index01 .t1 {font-size:16px;}
  .index01 .t2 {}
}
@media(min-width:1200px) {
  .index01 {padding:40px 15px;}
  .index01 .t1 {font-size:18px;}
  .index01 .t2 {font-size:13px;line-height: 26px;}
  .index01 .content {font-size:14px;line-height: 28px;border-left:1px solid #ccc;padding-left:20px;}
}
@media(min-width:1601px) {
  .index01 {padding:45px 15px;}
  .index01 .t1 {font-size:21px;}
  .index01 .t2 {font-size:14px;line-height: 28px;}
}

.index02 {background:#f37300;overflow:hidden;}
.index02 .left {width:100%;}
.index02 .center {width:100%;color:#fff;font-size:13px;line-height: 26px;display:flex;}
.index02 .title {background:#f37300;position:relative;padding:15px;}
.index02 .title:before {content:'';background:#f37300;position:absolute;top:0;left:0;height:100%;min-width:1000px;transform:translateX(-99%);}
.index02 .title:after {content:'';position: absolute;right:0;top:50%;transform:translate(100%,-50%);border-width:10px;border-style:solid;border-color:transparent transparent transparent #f37300;}
.index02 .t1 {color:#fff;font-weight:bold;font-size:18px;}
.index02 .t2 a {background: #ddb100;color: #fff;width: 111px;height: 35px;line-height: 35px;text-align: center;display: block;font-size: 12px;}
.index02 .list li {overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
@media(max-width:767px) {
  .index02 {padding-bottom:20px;}
  .index02 .title {display:flex;justify-content: space-between;align-items: center;}
}
@media(min-width:768px) {
  .index02 {background:#588f28;}
  .index02 .t2 {margin-top:15px;}
  .index02 .left {width:20%;}
  .index02 .center {width:80%;padding-left:25px;}
}
@media(min-width:992px) {
  .index02 .t1 {font-size:20px;}
}
@media(min-width:1200px) {
  .index02 .center {width:54%;padding-left:35px;font-size:15px;line-height: 30px;}
  .index02 .right {width:26%;color:#fff;line-height: 28px;align-items:center;padding-left:18px;text-align: justify;}
  .index02 .title {padding:25px 15px;}
  .index02 .t1 {font-size:22px;}
  .index02 .t2 {margin-top:20px;}
  .index02 .t2 a {font-size:14px;}
}
@media(min-width:1601px) {
  .index02 .title {padding-top:30px;padding-bottom:30px;}
  .index02 .t1 {font-size:26px;}
  .index02 .t2 a {font-size:16px;}
}

.index03 {padding:25px 15px;overflow:hidden;}
.index03 .imgbox {background: #fff;}
.index03 .imgbox:hover {border-color:#588f28;}
.index03 .imgbox img {height:100%;border:3px solid #fff;}
.index03 .t1 {line-height: 35px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;text-align: center;}
@media(max-width:767px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
}
@media(min-width:1200px) {
  .index03 .container {padding:0 60px;}
}
@media(min-width:1601px) {
  .index03 {padding:35px 15px;}
  .index03 .t1 {line-height: 45px;}
}

.index04 {overflow:hidden;}
.index04 .content {background: #fff;}
.index04 .content&gt;div {padding:20px;position:relative;}
.index04 .t1 {color:#f37300;font-size:16px;font-weight:bold; }
.index04 .t2 {color:#333;font-size:12px;line-height: 24px;margin-top:15px;text-align: justify;}
.index04 .t3 {color:#588f28;font-size:12px;margin-top:10px;display:block;}
@media(max-width:767px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
  .index04 .content&gt;div:after {content:'';height:70%;background:#ddd;width:1px;position:absolute;left:0;top:50%;transform:translateY(-50%);}
  .index04 .content&gt;div:first-child:after {display:none;}
}
@media(min-width:1200px) {
  .index04 .content&gt;div {padding:37px;}
}
@media(min-width:1601px) {
  .index04 .content&gt;div {padding:45px;}
  .index04 .t1 {font-size:20px;}
  .index04 .t2 {font-size:14px;line-height: 28px;}
  .index04 .t3 {color:#588f28;font-size:14px;}
}

.index05 {padding:25px 15px;overflow:hidden;}
.index05 .imgbox {background: #fff;}
.index05 .t1 {font-weight:bold;font-size:16px;line-height: 36px;}
.index05 .t2 {font-size:12px;}
.index05 .t3 {line-height: 35px;}
@media(max-width:767px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
  .index05 .t1 {font-size:18px;}
}
@media(min-width:1200px) {
  .index05 .t1 {font-size:20px;line-height: 42px;}
}
@media(min-width:1601px) {
  .index05 .t1 {font-size:22px;line-height: 52px;}
  .index05 .t2 {font-size:14px;}
}

.footer {color:#fff;background:#588f28;line-height: 24px;padding:25px 0;}
.footer a {color:#fff;}
.footer a:hover {color:#fff;}
.footer .f-menu a {display:inline-block;border-right:1px solid #fff;padding:0 35px;line-height:12px;}
.footer .f-menu a:first-child {padding-left:0;}
.footer .f-menu a:last-child {border:none;}
.footer .txtbox {align-self:center;margin-top:15px;}
.footer .ewm {line-height: 15px;}
.footer .ewm .img {margin-left:20px;}
@media(max-width:991px){
  .footer .f-menu {display:flex;flex-wrap:wrap;}
  .footer .f-menu a {flex:1;flex-basis:25%;max-width:25%;text-align: center;padding:0;margin-bottom:20px;}
  .footer .f-menu a:nth-child(4n) {border-right:none;}
}
@media(min-width: 992px) {
  .footer .f-menu {white-space: nowrap;}
}
@media(min-width:1200px) {
  .footer {padding:38px 0 30px;line-height: 36px;}
  .footer .f-menu a {font-size:15px;}
  .footer .txtbox {font-size:14px;line-height: 36px;}
}

.footer-bar {height:70px;}
.footer-bar .list {color:#fff;background:#588f28;display:flex;position:fixed;bottom:0;left:0;right:0;height:70px;z-index:999;}
.footer-bar .slide {flex:1;text-align: center;line-height: 30px;}
.footer-bar .slide i {display:block;font-size:25px;padding-top:10px;}

/*鍐呴〉澶у浘鏍峰紡*/
.inbanner {width:100%;overflow:hidden;position:relative;}
.inbanner img {width:768px;position:relative;left:50%;transform:translateX(-50%);}
@media(min-width:768px) {
  .inbanner img {width:992px;}
}
@media(min-width:992px) {
  .inbanner img {width:1200px;}
}
@media(min-width:1200px) {
  .inbanner img {width:unset;}
}

/*渚ц竟瀵艰埅鏍峰紡*/
.sider {flex-basis:100%;overflow:hidden;}
.sider01 .list {width:100%;}
.sider .msg {background: #ddb100;color: #fff;width: 111px;height: 35px;line-height: 35px;text-align: center;display: block;font-size: 12px;}
.sider01 .t1 {color:#fff;background: #588f28;font-size:22px;font-weight:bold;margin-bottom:5px;line-height:50px;padding-left:30px;}
.sider01 .t2 {color:#555;background:#f7f7f7;display:block;line-height: 35px;margin-bottom:5px;padding-left:25px;white-space:nowrap;}
.sider01 .t2:hover,.sider01 .t2.active {color:#fff;background: #588f28;}
.sider02 {color:#fff;background:#588f28;font-size:14px;padding:30px;line-height:30px;}
.sider02 .t1 {color:#fff;font-size:22px;font-weight:bold;margin-bottom:5px;line-height:50px;}
.sider02 .img {padding-right:20px;}
@media(max-width:767px) {
  .sider01 .list:after {content:'';display:block;min-width:45px;height:35px;}
  .sider01 .type-move {position:absolute;right:0;top:5px;width:40px;height:35px;background:#fff url(../images/move.png) no-repeat center right;background-size:35px 20px;}
}
@media(max-width:991px) {
  .sider01 .list {display:flex;overflow-x:auto;margin-top:5px;}
  .sider01 .t2 {margin-right:5px;padding:0 15px;margin-bottom:0;}
}
@media(min-width:992px) {
  .sider {flex-basis:20%;max-width:20%;}
  .sider01 .t1 {font-size:22px;line-height:50px;}
  .sider01 .t2 {line-height: 40px;}
  .sider02 .t1 {font-size:22px;line-height:50px;}
}

/*闈㈠寘灞戞牱寮�*/
.location {display:flex;line-height: 35px;flex-flow: wrap;}
.location .t1 {color:#588f28;font-size:18px;font-weight:bold;}
.location .t2 {color:#f4f4f4;font-family:'Montserrat';font-size:24px;padding-left:15px;}
.location .t3 {color:#949494;margin-left:auto;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
@media(min-width:1200px) {
  .location {line-height: 50px;}
  .location .t1 {font-size: 30px;}
  .location .t2 {font-size:45px;}
  .location .t3 {font-size:14px;}
}

.prev_next {margin-top:20px;}
.prev_page:hover a, .next_page:hover a {color:#108dee;}
@media(max-width:768px){
  .next_page {margin-top:20px;}
}

/*鍥剧墖鍒楄〃椤垫牱寮�*/
.product {min-height: 400px;}
.product .list {width: 100%;display:flex;flex-flow: row wrap;margin-top:20px;}
.product .slide {flex:1;flex-basis:50%;max-width:50%;box-sizing:border-box;padding-right:10px;}
.product .imgbox {border:1px solid #eee;}
.product .imgbox:after {padding-top:90%;}
.product .txtbox {color:#878787;text-align:center;line-height:35px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
@media(min-width:768px) {
  .product .slide {padding-right:20px;}
}
@media(min-width:992px) {
  .product {flex-basis:80%;}
  .product .slide {flex-basis:33.33%;max-width:33.33%;}
}
@media(min-width:1200px) {
  .product {padding-left:35px;}
  .product .list {margin-top:35px;}
  .product .txtbox {line-height:50px;}
}

/*鏂囩珷鍒楄〃椤垫牱寮�*/
.news .list {padding-top:25px;}
.news .list .slide {margin-bottom:20px;padding:15px 0;position:relative;background: #fff;transition:.3s all;}
.news .list .slide:before {content:'';width:100px;height:2px;display:block;background:#333;margin-bottom:15px;transition:.6s width;}
.news .imgbox {box-sizing:border-box;overflow:hidden;}
.news .slide .t1 {color:#333;font-weight:bold;font-size:16px;line-height:22px;position:relative;}
.news .slide .t2 {color:rgba(0,0,0,.6);margin-top:10px;line-height: 28px;height:56px;overflow:hidden;text-align:justify;}
.news .slide .t3 {color:rgba(0,0,0,.6);margin-top:10px;line-height: 28px;}
.news .list .slide:hover {transform:translateY(-7px);/*box-shadow:0 5px 10px 0 #666;transition:.5s all;*/}
.news .list .slide:hover .t1 {color:#e46724;}
.news .list .slide:hover:before {background:#e46724;width:100%;transition:1s all;}
@media(max-width:767px) {
  .news .slide .t1 {margin-top:15px;}
}
@media(min-width:992px) {
  .news .list .slide {padding:20px 0;margin-bottom:30px;}
  .news .list .slide:before {margin-bottom:25px;}
  .news .list .slide a {display:flex;}
  .news .imgbox {margin-right:40px;min-width:250px;max-width:250px;}
  .news .slide .t1 {font-size:20px;}
  .news .slide .t2 {margin-top:15px;}
}
@media(min-width:1200px) {
  .news {padding-left:35px;}
  .news .slide .t2 {margin-top:20px;}
}

/*鍗曢〉鍏敤鏍峰紡*/
.page01 {padding-bottom:20px;}
.page01 .content {margin-top:25px;line-height: 24px;text-align:justify;}
.page01 .content img {max-width:100%;}
@media(min-width:1200px) {
  .page01 {padding-bottom:50px;padding-left:35px;}
  .page01 .content {line-height: 32px;}
}

/*鏂囩珷钀藉湴椤垫牱寮�*/
.page02 {margin-top:25px;}
.page02 .t1 {font-size:18px;}
.page02 .t2 {color:#c8c8c8;line-height: 40px;border-bottom:1px dashed #ddd;}
.page02 .t2 a {color:#333;}
.page02 .img {margin:20px auto 0;text-align: center;}
.page02 .content {padding-bottom:40px;margin-top:20px;line-height: 24px;text-align:justify;}
.page02 .content img {max-width:100%!important;}
.page02 .content iframe {max-width:100%!important;}
@media(min-width:1200px) {
  .page02 .content {line-height: 32px;padding-bottom:60px;}
  .page02 .t1 {font-size:22px;}
  .page02 .t2 {font-size:14px;line-height: 50px;}
}

.goods02 {padding:0 0 10px;background: #fff;margin-top:25px;}
.goods02 h3 {margin-bottom: 10px;font-size:24px;line-height: 32px;}
.goods02-main-img {border:1px solid #eee;overflow:hidden;}
.goods02-imgmore {margin-top:10px;padding: 0 50px;}
.goods02-imgmore-slide {border:1px solid #f5f5f5;overflow:hidden;}
.goods02-imgmore-slide.active {border:1px solid #e46724;}
.p-txt {color:#2f71ff;position:relative;padding-left:70px;}
.p-txt:before {content:'';position:absolute;left:0;top:50%;width:50px;height:1px;background:#eee;}
.goods02-options {padding:15px 0;background:#fbfbfb;border-top:1px solid #eee;border-bottom: 1px solid #eee;}
.goods02-options dl {display:flex;flex-flow: row wrap;}
.goods02-options dl dt {flex:1;flex-basis:20%;color:#909090;margin-bottom:10px;padding-left:6%;font-weight:normal;}
.goods02-options dl dd {flex:1;flex-basis:80%;padding-left:10px;color:#4e4e4e;}
.last-dt,.last-dd {border-top:1px solid #eee;line-height: 20px;padding-top:10px;}
.goods02-submit {margin:10px 0;padding:10px 0;}
.goods02-submit div {flex:1;}
.goods02-submit div a {background:#e46724;color:#fff;width:180px;margin:0 5px;border-radius:5px;line-height: 34px;text-align:center;display:block;}
.goods02-submit div:nth-child(1) {padding-right:40px;}
.goods02-submit div:nth-child(2) {line-height: 17px;color:#797979;margin-top:15px;}
.goods02-submit div b {font-size:16px;display:block;color:#f00;}
.goods02-contact div b {color:#2f71ff;display:block;font-size:10px;margin-top:5px;line-height:12px;}
.goods02-slide-title {color:#999;position:relative;padding-left:10px;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.goods02-slide-title:after {content:'';background:#e46724;position:absolute;left:0;top:50%;transform:translateY(-50%);height:15px;width:3px;}
@media(max-width:767px) {
  .goods02 h3 {margin-top:20px;}
  .goods02-submit {padding:12px 15px;}
  .goods02-submit div { white-space: nowrap;}
}
@media(min-width:992px) {
  .goods02 {padding:0 0 60px;margin-top:45px;}
  .goods02 h3 {margin-bottom: 15px;}
  .goods02-options {padding:40px 0;}
  .goods02-options dl dt {margin-bottom: 15px;}
  .goods02-submit {margin:24px 0;}
  .goods02-submit div a {line-height: 50px;font-size:16px;}
  .goods02-submit div:nth-child(2) {line-height: 36px;}
  .goods02-submit div b {font-size:32px;}
  .goods02-contact div b {font-size:22px;line-height:28px;}
}
@media(min-width:1200px) {
  .goods02-right {padding-left:5%!important;}
  .last-dd {font-size:14px;padding-right:15px;text-align: justify;line-height:24px;}
}

.shuiyin {
    font-size: 18px;line-height: 40px;color: #fff;
    left: 0;top: 0;right:0;bottom:0;opacity: 0.5;position: absolute;z-index: 999;
    display:flex;align-items:center;justify-content: center;text-align: center;
}
@media(min-width:992px) {
  .shuiyin {font-size:28px;line-height: 70px;}
}

.goods03 {padding:20px 0;background-color: #f5f5f5;}
.goods03-title {background:#fff;line-height: 20px;padding:20px 15px;position:relative;}
.goods03-title h3 {line-height: 32px;font-size:20px;}
.goods03-title i {display:block;position:relative;height:1px;background: #f5f5f5;}
.goods03-title i:before {content:'';position:absolute;left:0;top:-1px;width:100px;height:3px;background:#e46724;}
.goods03-title span {display:block;height:5px;background:#e46724;position:absolute;top:0;left:0;right:0;}
.goods03-content {background:#fff;padding:15px;line-height: 25px;min-height: 200px;text-align: justify;overflow:hidden;}
.goods03-content img {max-width:100%!important;}
.goods03-content table {max-width:100%!important;width:100%!important;}
.goods03-slide-imgbox {border: 1px solid #eee;}
@media (min-width:992px) {
  .goods03 {padding-bottom: 50px;}
  .goods03-title {line-height: 30px;}
  .goods03-title h3 {line-height: 36px;font-size:24px;}
  .goods03-title i {margin-top:10px;}
}
@media(min-width:1200px) {
  .goods03-title {padding:25px;}
  .goods03-title h3 {line-height: 43px;}
  .goods03-content {padding:25px;min-height: 300px;font-size:15px;line-height: 32px;}
}


.news-list {padding-top:50px;}
.news-list li {margin-bottom:20px;padding:15px;position:relative;background: #fff;transition:.3s all;}
.news-list li:before {content:'';width:100px;height:2px;display:block;background:#e46724;margin-bottom:15px;transition:.6s width;}
.news-imgbox {box-sizing:border-box;overflow:hidden;}
.news-imgbox img {width:250px;}
.news-title {color:#e46724;font-weight:bold;font-size:16px;line-height:22px;position:relative;}
.news-content {color:rgba(0,0,0,.6);margin-top:10px;line-height: 28px;height:56px;overflow:hidden;text-align:justify;}
.news-date {color:rgba(0,0,0,.6);margin-top:10px;line-height: 28px;}
.news-list li:hover {transform:translateY(-7px);box-shadow:0 25px 50px -40px #666;transition:.5s all;}
.news-list li:hover .news-title {color:#e46724;}
.news-list li:hover:before {width:100%;transition:1s width;}
@media(max-width:767px) {
  .news-title {margin-top:15px;}
}
@media(min-width:992px) {
  .news-list li {margin-bottom:30px;}
  .news-list li:before {margin-bottom:25px;}
  .news-list li a {display:flex;}
  .news-imgbox {padding-right:20px;}
  .news-title {font-size:26px;}
  .news-content {margin-top:15px;}
}
@media(min-width:1200px) {
  .news-content {margin-top:20px;}
}

.newsinfo-container {background:#f8f7f7;}
.newsinfo {padding:25px 15px;background:#fff;width:100%;}
.newsinfo-title {font-size:24px;line-height: 28px;border-left:5px solid #e46724;padding-left:15px;}
.newsinfo-meta {color:#ccc;padding:15px 0 10px;margin-bottom:10px;border-bottom:1px solid #f5f5f5;position:relative;}
.newsinfo-image img {border:1px solid #f5f5f5;padding:5px;background:#f8f8f8;box-shadow:5px 5px 15px -10px #000;}
.newsinfo-content {margin-top:15px;line-height: 24px;}
.newsinfo-page {line-height: 28px;}
@media(min-width:768px) {
  .newsinfo {padding:50px 15px;}
}
@media(min-width:992px) {
  .newsinfo {padding:50px 20px;}
  .newsinfo-meta {padding:25px 0 15px;margin-bottom:15px;}
  .newsinfo-content {margin-top:25px;line-height: 32px;}
}
@media(min-width:1200px) {
  .newsinfo {padding:80px 30px;}
}

.message-container {padding:30px 0;}
.message-panel {max-width:700px;margin:0 auto;}
@media(min-width:992px) {
  .message-container {padding:50px 0;}
}


.contact-container {padding:30px 0;}
.contact-title {font-size:24px;line-height: 48px;}
.contact-info {width:100%;line-height: 32px;padding-bottom:30px;}
.contact-info div {width:100%;padding:10px;box-sizing:border-box;position:relative;}
.contact-info div:after {content:'';background:#f5f5f5;z-index:-1;position:absolute;left:5px;right:5px;top:5px;bottom:5px;}
#dituContent {height:200px;}
.contact-map {border:1px solid #eee;padding:10px;box-shadow:5px 5px 10px -8px #000;}
@media(min-width:992px) {
  .contact-container {padding:50px 0;}
  .contact-info {padding-bottom:40px;display:flex;flex-flow:row wrap;}
  .contact-info div {flex-basis:50%;max-width:50%;font-size:16px;padding:10px 20px;}
  #dituContent {height:300px;}
}
@media(min-width:1200px) {
  .contact-info {padding-bottom:50px;}
  .contact-info div {flex-basis:33.33%;max-width:33.33%;}
  #dituContent {height:400px;}
}

.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #ff5e25;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}

.de-page-mian {margin:10px 20px 15px 0;}
.de-page-mian a{font-size:14px;display:inline-block;height:24px;line-height:24px;border:1px solid #dbdbdb;padding:0 10px 0;}
.de-page-mian a:hover{background:#404040;color:#fff;height:24px;line-height:24px;padding:0 10px 0;}
.current {padding:0 10px 0;height:24px;line-height:24px;background:#404040;color:#fff;}</pre></body></html>