<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-content img{max-width: 100%;}
.scrolllist {
				
				height: 548px;
				margin: 0 auto;
			}
			
			.scrolllist .imglist_w {
				
				height: 548px;
				overflow: hidden;
				float: left;
				position: relative;
				/*必要元素*/
			}
			
			.scrolllist .imglist_w ul {
				width: 20000px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			.scrolllist .imglist_w li {
				width: 380px;
				float: left;
				padding: 0 10px;
				margin-bottom: 10px;
			}
			
			.scrolllist .imglist_w li img {
				width: 375px;
				padding: 2px;
				border: solid 1px #ddd;
				height: 235px;
			}
			
			.scrolllist .imglist_w li a {
				color: #3366cc;
				text-decoration: none;
				float: left;
				text-align: center;
			}
			
			.scrolllist .imglist_w li a:hover img {
				filter: alpha(opacity=86);
				-moz-opacity: 0.86;
				opacity: 0.86;
			}
			
			.scrolllist .imglist_w li p {
				height: 48px;
				line-height: 24px;
				overflow: hidden;
				text-align: center;
			}
			
			#s2 {
				
			}
			
			#s2 .imglist_w {
				width: 1200px;
			}
			
			#s2 .imglist_w ul {
				height: 20000px;
				width: auto;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			#s2 .imglist_w li {
				float: left;
			}


.sort-product-list li img{width: 208px;height: 150px;}

#marquee{width:1200px;height:240px;overflow:hidden;  margin:20px auto 0;}
#marquee ul li{float:left; padding:0 10px; line-height:25px;width: 240px;height: 240px;}
#marquee ul li img{width: 100%;height: 180px;}
#marquee ul li h4{text-align: center;}

#marquee1{width:1200px;height:240px;overflow:hidden;  margin:20px auto 0;}
#marquee1 ul li{float:left; padding:0 10px; line-height:25px;width: 240px;height: 240px;}
#marquee1 ul li img{width: 100%;height: 180px;}
#marquee1 ul li h4{text-align: center;}

.proli{text-align: center;}
.proli li{display: inline-block;padding: 10px 30px;border: 1px solid #e0e0e0;margin: 0px 5px 20px 5px;}
.proli li a:hover{font-weight: bold;}


/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 微软雅黑, iconfont !important;
}

body {
    font: 14px 微软雅黑, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    background: url(../images/ico01.png) no-repeat center;
    line-height: 30px;color: #fff;
}

.top {
    width: 1200px;
    margin: 0 auto;
}
.top a{color: #fff;}
.top h1{color: #fff;}
.top-left {
}

.top-right {
}

.top-right &gt; li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right &gt; li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right &gt; li:last-child:after {
    display: none;
}

/*nav*/
#nav {
   
}

.nav {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
.toptel{padding-top: 15px;}
.nav-logo {
    margin-right: 50px;
    padding-top: 20px;
}

.nav-logo &gt; img {
    
    margin: 10px;
}

.nav-menu {

}
.navt{width: 100%;background: #fff;height: 45px; border-top: 1px solid #e9e9e9;}
.navt&gt;ul {width: 1200px;margin: 0 auto;}
.navt&gt;ul&gt;li{position: relative;}
.navt&gt;ul&gt;li:hover .list-ul{display: block;}
.navt&gt;ul&gt;li .list-ul{display: none;position: absolute;z-index: 999;left: 0;right: 0;margin: 0 auto;text-align: center;background:#fff;}
.navt&gt;ul&gt;li .list-ul a{color: #555;display: block;}
.nav-menu &gt; li {
    float: left;
    width: 200px;
    line-height: 45px;
    text-align: center;
    position: relative;
}



.hide-after:after {
    display: none;
}
.nav-menu &gt; li a:hover{font-weight: bold;font-size: 15px;}
.nav-menu &gt; li &gt; a {
    display: block;
    font-size: 14px;
    color: #555;position: relative;
}

.nav-search {
    border: 1px solid #efefef;background: #fff;
    width: 275px;
    height: 25px;
    
}

.nav-search form {
    height: 25px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}
.nav-search form option{font-size: 12px !important;}
.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #ff552e;
    width: 40px;
    height: 25px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}

/*toproll*/
#toproll {
    height: 51px;
    background: #eee;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #000;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}


.index-seo .bx-wrapper .bx-pager{bottom:-40px !important;}

/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #000;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list &gt; li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list &gt; li:last-child {
    border: none;
}

.index-new-list &gt; li &gt; a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list &gt; li &gt; span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort &gt; li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort &gt; li &gt; a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort &gt; li &gt; a:hover {
    background: #ff552e;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*首页案例展示*/
#index-case {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list &gt; li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list &gt; li &gt; a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list &gt; li &gt; a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list &gt; li &gt; a h4 {
    display: inline-block;
}

/*底部*/

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

 .left-box h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-indent: 10px;
    background: #0b69c9;line-height: 50px;color: #fff;
}
.left-box ul &gt; li:hover{background: #e87514;}
.left-box ul &gt; li:hover a{color: #fff;padding-left: 10px;transition: padding-left 0.5s;}

.left-box ul {

}

.left-box ul &gt; li {
    border-bottom: 1px dashed #efefef;
    line-height: 30px;
    height: 30px;
}

.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}



.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
}

.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 20px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 80px;height:80px;
}

.sort-new-list li a h3 {
    
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
   line-height:35px;
}

/*分页*/

.pagination {
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    
    margin-bottom: 20px;
    
}
.ln-box ul li{display: inline-block;width: 49%;}
.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #ff552e;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}

/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}










/* 海报 */
.banner {z-index:1; position:relative;}
.flexslider {position:relative;height:750px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.slides li {height:750px;}
.slides li div {height:750px;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:40px;height:4px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a {display:inline-block;width:40px;height: 6px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #002c68;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(../images/next.png)center center no-repeat;}
/*搜素*/
.search-i{
	background-color: #eeeeee;
	height: 62px;
	line-height: 62px;
}
.search-i p{
	font-size: 14px;
	color: #333333;
}
.search-i p a{
	padding: 15px;
}
#search-form{
    border: 1px solid #999;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    overflow: hidden;
    width: 350px;
    border-radius: 15px;
    padding: 0 30px;
}
#search-form button{
	border: 0;
	background-color: #eee;
	float: right;
	line-height: 30px;
}
#search-form input{
	border: 0;
	background-color: #eee;
	line-height: 30px;
}
/*标题*/
.titleCh{
	padding-top: 55px;
	font-size: 35px;
	text-align: center;
	color: #333333;
}
.titleIco{
	background: url(../images/ico03.png) no-repeat center;
	height: 26px;
	margin-bottom: 20px;
}
/*流水线*/
.navProduct{
	display: flex;
}
.navProduct li{
	flex: 1;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	background-color: #2e2e2e;
	
}
.navProduct li.cur{
	background-color: #e41d00;
}
.product-left-part{
	width: 500px;
	display: inline-block;
}
.product-right-part{
	width: 650px;
	display: inline-block;
	float: right;
	text-align:left;
}
.product-right-part h3{
	color: #333333;
	font-size: 18px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.product-right-part p{
	padding-top: 10px;
	padding-bottom: 8px;
	color: #333333;
	font-size: 13px;
}
.product-right-part font{
	color: #666666;
	font-size: 13px;
}
.product-right-part h6{
	margin-top: 55px;
}
.product-right-part h6 a{
	width: 178px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #999;
	color: #666666;
	font-size: 15px;
}
.aboutProduct{
	line-height: 35px;
	margin-top: 55px;
}
.aboutProduct font{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.aboutProduct a{
	float: right;
	color: #666666;
	font-size: 15px;
}
.aboutProductList{
	display: flex;
	padding-bottom: 65px;
}
.aboutProductList li{
	flex: 1;
}
.aboutProductList li:nth-of-type(n+2){
	padding-left: 10px;
}
.aboutProductList li a img{
	width: 100%;
}
.aboutProductList li p{
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #333333;
}
/*关于我们*/
#about{
	background: url(../images/aboutimage.png)no-repeat center top;
	height: 410px;
	margin-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d9d9d9;
}
.compantyFontBox{
    display: inline-block;
    width: 690px;
    padding: 0 30px;
    float: right;
    padding-top:40px;
    position: relative;
}
.compantyFontBox h2{
	dominant-baseline: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
.compantyFontBox p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;	
}
.moreabout{
    width: 130px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    position: absolute;
    bottom: -78px;
    background-color: #e41d00;
    color: #FFF;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#aboutNav{
	display: flex;
	margin-top: 30px;
	margin-bottom: 90px;
}
#aboutNav li{
	flex: 1;
	position: relative;
	text-align: center;
}
#aboutNav li p{
	position: absolute;
	bottom: 0;
	width: 97.4%;
	display: block;
	text-align: center;
	line-height: 44px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#chose{
	height: 553px;
	background: url(../images/bj-choseus.png) no-repeat center;
}
#advantage{
	display: flex;
}
#advantage li{
	flex: 1;
	position: relative;height: 335px;overflow: hidden;
}
#advantage li p{
	color: #666;
	font-size: 14px;
	padding: 30px 15px;
	line-height: 25px;
	background-color: #FFF;
	width: 87%;
	height: 160px;
}
#advantage li h5{
    position: absolute;
    background-color: rgba(175,35,13,0.7);
    height: 50px;
    line-height: 50px;
    width: 97.5%;
    top: 130px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
/*产品案例*/
.case{
	margin-bottom: 90px;
}
.case li{
	width: 380px;
	display: inline-block;
	margin-left: 25px;
	border: 1px solid #aaa;
	margin-bottom: 30px;
}
.case li:nth-of-type(1),.case li:nth-of-type(4){
	margin-left: 0px;
}
.case li a{
	
}
.case li a img{
	width: 100%;
}
.case li a h3{
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
}
.case li a p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	padding-bottom: 40px;
}
#news{
	background: url(../images/bj-news.png) no-repeat center top;
}
.newsNav{
	text-align: center;
}
.newsNav li{
	width: 165px;
	height: 43px;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 43px;
	display: inline-block;
	color: #FFF;
}
.newsNav li a{color: #fff;}
.newsNav li:nth-of-type(2){
	margin: 10px 30px;
}
.newsList{
	background-color: #FFF;
	
	-moz-box-shadow:0px 2px 5px #999; 
	-webkit-box-shadow:0px 2px 5px #999; 
	box-shadow:0px 2px 5px #999;
	border-bottom: ;
    margin-bottom: 100px
}
.newsLeftPart{
	width: 515px;
	display: inline-block;
	padding: 30px;
}
.newsLeftPart a{
	clear: both;
}
.newsLeftPart  img{
	width: 515px;height: 259px;
}
.newsLeftPart a p{
	line-height: 50px;width: 515px;border-bottom: 1px dashed #e9e9e9;
}
.newsLeftPart a p font{
    font-size: 16px;
    color: #999;
    float: right;
    line-height: 25px;
    padding-top: 15px;
}
.newsLeftPart a p font em{
	font-size: 14px;line-height: 50px;
}
.newsRightPart{
	display: inline-block;
	width: 625px;
	float: right;
	padding-top: 30px;
}
.newsRightPart li{
	margin-bottom: 35px;
}
.newsRightPart li a{
	
} 
.newsRightPart li a img{
	width: 100px;
    border: 1px dotted #aaa;
} 
.newsRightPart li a font{
	vertical-align: top;
    color: #cccccc;
    font-size: 45px;
    text-align: right;
    display: inline-block;
    line-height: 25px;
    border-right: 1px solid #ccc;
    padding-right: 25px;
    padding-top: 19px;
    padding-left: 15px;
} 
.newsRightPart li a font em{
	font-size: 12px;
} 
.newsFont{
	display: inline-block;
	width: 390px;
	vertical-align: top;
	padding-left: 15px;
	
}
.newsFont h4{
	color: #333;
	font-size: 17px;
	padding-bottom: 20px;
}
.newsFont p{
	color: #999999;
	font-size: 14px;
}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.full-width {max-width: 100%; min-width: 1200px;}
.width-1200 {width: 1200px; margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
#footer{
	background-color: #212d3a;
	padding-top: 50px;
}
.nav-ul-footer{
	width: 755px;
	display: flex;
	border-bottom: 1px solid #1c2632;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.nav-ul-footer li{
	flex: 1;
	text-align: center;
	color: #FFF;
}
.nav-ul-footer li a{color: #fff;}
.nav-list2 li{
	font-size: 14px;
	color: #999999;
	line-height: 35px;
}
.nav-list2 li a{
	color: #fff;
}
.nav-list2 li a h5{
	color: #fff;
	font-size: 17px;
	padding-bottom: 10px;
	display: inline-block;
}
.nav-list3{
	border: none;
}
.nav-list3 li{
	display: inline-block;
	width: 29%;
}
.eq{
	float: right;
	display: inline-block;
}</pre></body></html>