﻿.info-content img{max-width: 100%;}
.scrolllist {
				
				height: 474px;
				margin: 0 auto;
			}
			
			.scrolllist .imglist_w {
				
				height: 474px;
				overflow: hidden;
				float: left;
				position: relative;
				/*必要元素*/
			}
			
			.scrolllist .imglist_w ul {
				width: 20000px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			.scrolllist .imglist_w li {
				width: 274px;
				float: left;
				padding: 0 10px;
				margin-bottom: 10px;
			}
			
			.scrolllist .imglist_w li img {
				width: 269px;
				padding: 2px;
				border: solid 1px #ddd;
				height: 190px;
			}
			
			.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: 930px;
			}
			
			#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;}


/*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;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}

/*nav*/
#nav {
    height: 75px;
}

.nav {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.nav-logo {
    margin-right: 50px;
    padding-top: 10px;
}

.nav-logo > img {
    
    margin: 10px;
}

.nav-menu {

}
.navt{width: 100%;background: #3ca5f7;height: 45px;}
.navt>ul {width: 1200px;margin: 0 auto;}
.navt>ul>li{position: relative;}
.navt>ul>li:hover .list-ul{display: block;}
.navt>ul>li .list-ul{display: none;position: absolute;z-index: 999;left: 0;right: 0;margin: 0 auto;text-align: center;background:#3ca5f7;}
.navt>ul>li .list-ul a{color: #fff;display: block;}
.nav-menu > li {
    float: left;
    width: 170px;
    line-height: 45px;
    text-align: center;
    position: relative;
}



.hide-after:after {
    display: none;
}
.nav-menu > li a:hover{background: #f9ab04;}
.nav-menu > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.nav-search {
    border: 1px solid #efefef;
    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 > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > 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 > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > 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 > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*底部*/
#footer {
    background: #666;
    padding: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0px auto;
}

.footer-nav {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    width: 720px;
    margin: 0 auto;
}

.footer-nav li {
    width: 100px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.footer-nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    top: 4px;
    right: -10px;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

/*关于我们页面*/
#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;
}

.left-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background-color: #ff552e;
    top: 6px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > 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-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #ff552e;
}

.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: 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: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 80px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 85px;
    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 {
    position: absolute;
    top: 30px;
    left: 85px;
}

/*分页*/

.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;
}









@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1200px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1200px; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}

/* CSS Document */


/*公共头部*/



.toptel{padding-top: 20px;}


/*优势*/
.ys{background: #eaeaea; padding: 25px 0 21px; margin-bottom: 44px;}
.ys-list ul li{float: left; width: 25%; }
.ys-list ul li .icon{ padding-left: 71px; height: 61px; }
.ys-list ul li .icon1{background: url(../images/ys-icon1.png) no-repeat left center;}
.ys-list ul li .icon2{background: url(../images/ys-icon2.png) no-repeat left center;}
.ys-list ul li .icon3{background: url(../images/ys-icon3.png) no-repeat left center;}
.ys-list ul li .icon4{background: url(../images/ys-icon4.png) no-repeat left center;}
.ys-list ul li h3{display: block; font-size: 16px; line-height: 16px; color: #353535; padding-top: 13px; margin-bottom: 10px;}
.ys-list ul li em{display: block; font-size: 14px; line-height: 14px; color: #353535;}


/*产品中心*/
.title h3{display: block; font-size: 30px; line-height: 30px; color: #282828; font-weight: bold; margin-bottom: 15px;}
.title em{display: block; font-size: 15px; line-height: 15px; color: #8f8f8f; }
.product{margin-bottom: 22px;}
.product .title{margin-bottom: 31px;}
.proclass-list{width: 260px;}
.proclass-list strong{display: block; background: url(../images/proclass-icon.png) no-repeat 24px center #3ca5f7; padding-left: 57px; font-size: 20px; line-height: 50px; color: #fff;}
.proclass-ctitle1{background: #f6f6f6;}
.proclass-ctitle1 li{float: left; border-bottom: solid 1px #e4e4e4; width: 100%;}
.proclass-ctitle1 li a{display: block; font-size: 15px; line-height: 40px; color: #646464; margin-left: 57px; -webkit-transition: 0.3s linear; -moz-transition: 0.3s linear; -ms-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear;}
.proclass-ctitle1 li:last-child {border-bottom: none;}
.proclass-ctitle1 li a:hover{ margin-left: 65px; font-weight: bold;}
.product-list{width: 930px;}
.product-list ul li{float: left; margin-left: 16px; margin-bottom: 12px; width: 280px;}
.product-list ul li .pic{width: 280px; height: 200px; overflow:hidden; }
.product-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li .info{background: #eee; width: 262px; padding:16px  9px 0; height: 119px; transition: 0.5s;}
.product-list ul li .info strong{display: block; font-size: 16px; line-height: 16px; color: #313131; margin-bottom: 6px;}
.product-list ul li .info p{display: block; font-size: 14px; line-height: 28px; color: #7f7f7f;}
.product-list ul li:hover .info{background: #3ca5f7;}
.product-list ul li:hover .info strong,.product-list ul li:hover .info p{color: #fff;}


/*涂邦地坪能为您解决什么问题？*/
.problem{background: url(../images/problem-bg.jpg) no-repeat center; padding-top: 35px; height: 612px;}
.problem .title{margin-bottom: 31px;}
.problem-list{background: url(../images/problem-pic.jpg) no-repeat center top; height: 395px; padding-top: 101px;}
.problem-left{width: 433px;}
.problem-list ul li{border-top: solid 1px #ddd;border-bottom: solid 1px #ddd; background: #fff; height: 108px; position: relative; margin-bottom: 10px; }
.problem-list ul li.item:before{position: absolute; content: ''; width: 0; left: 0; background: #464646; z-index: 0;height: 110px;top: 0; transition: 0.5s;}
.problem-list ul li em{display: block; width: 110px; height: 110px; background: #adadad; font-size: 57px; line-height: 110px; text-align: center; color: #fff; border: solid 3px #fff; border-radius: 50%; position: absolute; top:-6px; left: -55px; z-index: 3;}
.problem-list ul li p{display: block; font-size: 15px; line-height: 28px; color: #434343; margin-top: 28px; position: relative; z-index: 2;}
.problem-list ul li.item1{width: 275px;}
.problem-list ul li.item1 p{ margin-left: 70px; }
.problem-list ul li.item2{width: 375px;}
.problem-list ul li.item2 p{line-height: 110px; margin-top: 0; margin-left: 75px;}
.problem-list ul li.item3{width: 296px;}
.problem-list ul li.item3 p{line-height: 110px; margin-top: 0; margin-left: 65px;}
.problem-list ul li.item:hover:before{width: 100%;}
.problem-list ul li.item:hover em{background: #464646;}
.problem-list ul li.item:hover p{color: #fff;}

.problem-right{width: 431px;}
.problem-list ul li.item4{width: 275px;}
.problem-list ul li.item4 em{left: 217px;}
.problem-list ul li.item4 p{ margin-left: 12px; }
.problem-list ul li.item5{width: 375px;}
.problem-list ul li.item5 em{left: 317px;}
.problem-list ul li.item5 p{ margin-left: 30px; }
.problem-list ul li.item6{width: 354px;}
.problem-list ul li.item6 em{left: 296px; background: #f9ab04; font-size: 16px; }
.problem-list ul li span,.problem-list ul li b{position: relative; z-index: 2}
.problem-list ul li span{display: block; font-size: 14px; line-height: 14px; color: #434343; margin: 35px 0 9px 38px; }
.problem-list ul li b{display: block; font-size: 23px; line-height: 18px; color: #303030; margin-left: 38px;}

.zx-weixin img{display: block; width: 130px; height: 130px; position: relative; top: -6px; left: 200px; float: right; opacity: 0; z-index: 2;     box-shadow: 1px 1px 10px #aaa; background: #fff; padding: 4px; border-radius: 10px;}
.problem-list ul li.item6:hover .zx-weixin img{opacity: 1}


/*联系我们*/
.contact{background: url(../images/contact-bg.jpg) no-repeat center; height: 156px; margin-bottom: 23px;}
.contact .container{position: relative;}
.contact span{display: block; font-size: 12px; line-height: 25px; color: #f7f7f7; opacity: 0.3;  letter-spacing: 1rem; text-transform: uppercase;}
.contact .info{margin-top: 21px; width: 619px; margin-right: 93px;}
.contact .info strong{font-size: 32px; line-height: 32px; color: #ffffff;}
.contact .info strong b{color: #ffde00;}
.contact .info em{display: block;font-size: 16px; line-height: 16px; color: #ffffff; margin: 13px 0 18px;}
.contact .info i{display: block; width: 126px; height: 2px; background: #ffde00;}
.contact .tel{background: url(../images/contact-tel.png) no-repeat left center; padding-left: 57px; margin-top: 17px; margin-bottom: 14px;}
.contact .tel p{display: block; font-size: 14px; line-height: 14px; margin-bottom: 6px; color: #fff;}
.contact .tel b{display: block; font-size: 22px; line-height: 17px;}
.contact .list ul li{float: left; background: url(../images/contact-icon.png) no-repeat left center; padding-left: 31px; font-size: 18px; line-height: 20px; color: #fff; font-weight: bold; margin: 0 18px 0 7px;}
.contact .pic img{position: absolute; top: -25px; right: 0;}


/*涂邦地坪工程四大核心优势*/
.fourys{margin-bottom: 45px;}
.fourys .title{margin-bottom: 30px;}
.fourys .title strong,.fourys .title b{display: inline-block; font-size: 24px; line-height: 52px; color: #fff; text-align: center; width: 265px; margin-bottom: 12px;}
.fourys .title strong{background: #3ca5f7;}
.fourys .title b{background: #f9ab04;}
.fourys .title span{display: block; font-size: 17px; line-height: 15px; color: #9c9c9c; margin-top: 12px;}
.fourys-list ul li{position: relative;}
.fourys-list ul li h3{display: block; background: url(../images/text-bg.png) no-repeat center;  font-size: 24px;color: #fff; text-align: center; padding: 13px 16px; margin-right: 20px;}
.fourys-list ul li strong{display: block; font-size: 21px; line-height: 21px; color: #2b2b2b;}
.fourys-list ul li span{display: block; font-size: 15px;  color: #9a9a9a; text-transform: uppercase; margin: 2px 0;}
.fourys-list ul li p{display: block; font-size: 14px; line-height: 37px; color: #616161;}

.fourys-list ul li.item1 .info{margin-top: 26px;}
.fourys-list ul li.item2{margin-bottom: 8px;}
.fourys-list ul li.item2 .info{margin-top: 69px;}
.fourys-list ul li.item2 h3{margin-right: 0; margin-left: 20px;}
.fourys-list ul li.item2 .pic{margin-top: -24px;}
.fourys-list ul li.item2 .info p{margin-bottom: 50px;}
.fourys-list ul li.item2 .ys-tel{margin-right: 34px;}
.ys-zx{display: block; width: 158px; height: 49px; background: #f9ab04; font-size: 17px; line-height: 49px; color: #fff; text-align: center;}
.ys-tel{background: url(../images/fourys-tel.png) no-repeat left center; padding-left: 59px; text-align: left; height: 46px;}
.ys-tel em{display: block; font-size: 14px; line-height: 14px; color: #616161; margin-top: 4px; margin-bottom: 7px; }
.ys-tel b{display: block; font-size: 18px; line-height: 19px; color: #3ca5f7;}

.fourys-list ul li.item3{margin-bottom: 112px; height: 271px;}
.fourys-list ul li.item3 .info{margin-top: 43px;}
.fourys-list ul li.item3 .info p{margin-bottom: 41px;}
.ys-more{background: #3ca5f7; margin-right: 34px;}

.fourys-list ul li.item2 .zx-weixin img{position: absolute;  left: 1220px;  top:164px; float: right; opacity:0; z-index: 3;}
.fourys-list ul li.item3 .zx-weixin img{opacity: 0; left: 473px; float: left; top: -90px;}
.fourys-list ul li:hover .zx-weixin img{opacity: 1;}

.fourys-list ul li.item4 .pic{margin-top: -59px;}
.fourys-list ul li.item4 .info{margin-top: 0px;}


/*合作流程*/
.process{background: url(../images/process-bg.jpg) no-repeat center; padding: 39px 0; margin-bottom: 27px;}
.process .title{margin-bottom: 36px;}
.process .title h3,.process .title em{color: #fff;}
.process-list ul{width: 1222px;}
.process-list ul li{float: left; background: #fff; margin-right: 22px; padding-top: 14px; height: 147px; width: 222px;}
.process-list ul li .icon img{display: block; margin: 0 auto 14px; transition: all .6s;}
.process-list ul li em{display: block; font-size: 16px; line-height: 16px; color: #292929; text-align: center; margin-bottom: 9px;}
.process-list ul li p{display: block; font-size: 14px; line-height: 25px; color: #757575; text-align: center;}
.process-list ul li:hover .icon img {transform: rotateY(180deg);}


/*关于涂邦地坪*/
.about{margin-bottom: 12px;}
.about .title{margin-bottom: 31px;}
.about .pic{width: 768px;}
.about .info{width: 390px; height: 419px; padding:56px  21px  0; background: #f8f8f8}
.about .info .infotit{display: block; font-size: 23px; line-height: 23px; color: #333333; margin-bottom: 8px;}
.about .info span{display: block; font-size: 12px; line-height: 11px; color: #6b6b6b; margin-bottom: 17px;}
.about .info i{display: block; width: 132px; height: 3px; background: #f9ab04; margin-bottom: 25px;}
.about .info p{display: block;  line-height:30px; color: #575757; margin-bottom: 21px;}
.about-more{display: block; width: 134px; height: 38px; font-size: 13px; line-height: 38px; color: #fff; text-align: center;}
/* Sweep To Right */
a.hvr-sweep-to-right {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background:#f9ab04;
    color: #fff;
}
a.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3ca5f7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.hvr-sweep-to-right:hover,a.hvr-sweep-to-right:focus,a.hvr-sweep-to-right:active {
    color: white;
}
a.hvr-sweep-to-right:hover:before,a.hvr-sweep-to-right:focus:before,a.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}


/*施工现场*/
.site{margin-bottom: 21px;}
.site-title{background: #fafafa; padding: 0 17px; height: 58px; line-height: 58px; margin-bottom: 11px;}
.site-title h3{display: block; font-size: 18px; color: #333333;}
.site-title h3 span{background: url(../images/line.png) no-repeat left center; padding-left: 22px; margin-left: 14px; font-size: 14px; color: #818181; text-transform: uppercase;}
.site-title .site-more{display: block; font-size: 16px; color: #515151;text-transform: uppercase;}
.site-title .site-more:hover{color: #f9ab04;}
.site-list{overflow: hidden;}


/*新闻*/
.news{background: #f8f8f8; padding: 27px 0 28px;}
.news-fl{background: #fff; padding: 0 18px 0 29px;  width: 744px; height: 489px;}
.news-title {margin-bottom: 23px;}
.news-title h3{display: block; padding: 30px 0 20px; border-bottom: solid 1px #26852c; font-size: 18px; line-height: 18px; color: #26852c;}
.news-title .news-more{display: block; padding: 35px 0 20px;font-size: 15px; line-height: 15px; color: #8b8b8b;}
.news-title .news-more:hover{color: #26852c;}
.latest-news {margin-bottom: 29px;}
.latest-news .pic{width: 370px; border: solid 1px #cacaca; margin-right: 24px;}
.latest-news .info{width: 337px; margin-top: 29px;}
.latest-news .info em{display: block; font-size: 16px; line-height: 16px; color: #575757;}
.latest-news .info p{display: block; font-size: 13px; line-height: 24px; color: #7b7b7b; margin: 23px 0 27px;}
.latest-news .info .more{display: block; font-size: 15px; color: #5f5f5f; line-height: 11px; text-transform: uppercase;}
.latest-news .info .more:hover{color: #26852c;}
.news-list ul li{float: left; margin-bottom: 20px; width: 100%;}
.news-list ul li em{display: block; font-size: 15px; background: url(../images/news-icon.png) no-repeat left center; padding-left: 18px; line-height: 15px; color: #606060;}
.news-list ul li span{display: block; font-size: 13px; line-height: 15px; color: #999999;}
.news-list ul li:hover em{color: #26852c;}

.news-fr{width: 360px; background: #fff; height: 489px;}
.news-fr .black{height: 200px; background: #303030; padding: 0 23px 0 21px; }
.news-fr .news-title h3{color: #fff; border-bottom: solid 1px #fff;}
.news-fr .news-title .news-more{color: #fff;}
.news-fr .pic img{display: block; margin: 0 auto;}
.news-fr .news-list{margin-top: 62px; padding: 0 23px 0 30px;}


/*公共底部*/
.foot{background: #3b3b3b; padding-top: 37px; height: 167px;}
.foot-left {margin-right: 223px; width: 580px;}
.foot-nav{margin-bottom: 15px;}
.foot-nav dl dt{font-size: 18px; line-height: 13px; font-weight: bold; color: #fff; margin-bottom: 21px; text-transform: uppercase;}
.foot-nav dl dd a{float: left; display: block; font-size: 15px; line-height: 34px; color: #7e7e7e; margin-right: 44px;}
.foot-left p{display: block; font-size: 14px; line-height: 25px; color: #7e7e7e;}
.foot-left p a{color: #7e7e7e;}
.foot-nav dl dd a:hover,.foot-left p a:hover{color: #fff;}

.wechat{width: 143px; margin-top: 6px;}

.foot-tel {width: 254px; margin-top: 7px;}
.foot-tel  em{display: block; width: 148px; height: 42px; border: solid 1px #828282; font-size: 17px; line-height: 42px; color: #7e7e7e; text-align: center; margin-bottom: 25px; border-radius: 20px;}
.foot-tel  strong{display: block; font-size: 25px; line-height: 19px; color: #f9ab04; margin-bottom: 12px; font-family: arial;}
.foot-tel  span{display: block; font-size: 14px; line-height: 14px; color: #575757; }


/*在线咨询*/
.zx-service{position:fixed; right:0px; top:321px;z-index: 10000; }
.service-box{background-color: #fff; border-radius:5px; width:90px; margin-bottom:8px;box-shadow: 0px 2px 3px  #929ea9;}
.service-box span{display:block;}
.service-box span.text{ background:url(../images/kf01.png) no-repeat; height:47px; line-height:40px; text-align:center; color:#fff; font-size:16px; position:relative; z-index:10;}
.service-box ul{margin-top: -7px;}
.service-box li{border-bottom:1px solid #efefef; text-align:center; position:relative;}
.service-box li em{font-size:12px;color: #757575;}
.service-box li a{display:block; padding-top:6px; padding-bottom:3px;}
.service-box li:first-child a{padding-top: 14px;}
.service-box li:last-child a{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.service-box li a:hover{background:#f9f9f9;}
.service-box li a:hover em{color:#4f4f4f; }
.service-box ul li:last-child{border:none;}

.service-box li p{position:absolute; left:-154px; width:150px; top:0; background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);display:none; font-size:18px; font-weight:bold;color: #4f4f4f;padding: 10px 0px;}

.service-box li:hover p{display:block; }

.service-arrow{box-shadow: 0px 2px 2px #d6d6d6;border:1px solid #ddd;  border-radius:5px;  width:90px; background:url(../images/kf05.png) no-repeat center center #fff; height:40px; cursor:pointer; }
.service-arrow a{display:block; width:90px; height:45px;}


/*内页样式*/
.ny-hd{height: 450px;}
.ny-main{margin-top: 25px; margin-bottom:100px;}

.ny-left{width: 270px;}
.column-title{background: #3ca5f7;; padding-top: 28px; height: 77px; border-top-left-radius: 6px; border-top-right-radius: 6px; margin-bottom: 7px;}
.column-title em{display: block; font-size: 21px; line-height: 21px; margin-bottom: 14px;}
.column-title span{display: block; font-size: 14px; line-height: 14px;}

.ctitle1>li{float: left; margin-bottom: 8px;}
.ctitle1>li>a{display: block; padding-left: 20px; width: 250px; font-size: 16px; line-height: 50px; color: #797979; background: url(../images/ctitle1-li.png) no-repeat 246px center #f2f2f2}
.ctitle1>li.on>a,.ctitle1>li:hover>a{background: url(../images/ctitle1-li-on.png) no-repeat 246px center #313131; color: #fff;}

.ctitle1 .ctitle2 {padding-left: 24px; padding-top: 5px; display: none;}
.ctitle1 .ctitle2 li a{display: block; background: url(../images/ctitle2-li.jpg) no-repeat left center; padding-left: 15px; font-size: 14px; line-height: 33px; color: #8e8e8e;}
.ctitle1 .ctitle2 li a:hover{color: #313131;}
.ctitle1 .ctitle2 li.on a{color: #313131;}

.ctitle1 li.on .ctitle2 {display: block;}

.ny-contact .column-title{margin-bottom: 0;}
.ny-contact .content{border: solid 1px #e2e2e2;padding-left: 10px; border-top: none;}
.ny-contact .content p.info{font-size: 13px;line-height: 28px;color: #666;margin-bottom:5px;}
.ny-contact .content p.info em{display: block;font-size: 20px;color: #f89814; font-weight: bold;}


.ny-right{width: 900px;}
.ny-right .position{display: block;margin-top: 30px; margin-bottom: 25px; border-bottom: solid 1px #ddd;position: relative;}
.ny-right .position span{display: block; padding-left: 50px; font-size: 13px;line-height: 40px;background: url(../images/ny-home.png) no-repeat 20px center;border-bottom: solid 1px #313131; z-index: 3;position: absolute;bottom: -1px;left: 0;}
.ny-right .position span a.on{color: #313131;}
.ny-right .position span a:hover{color: #313131;}

/*内页产品列表页*/
.ny-product-list{width: auto;}
.ny-product-list ul{width: 930px;}
.ny-product-list ul li{margin-left: 0; margin-right: 30px; margin-bottom: 25px;}


/*产品详情*/
.ny-right  .pro1 .pro-list-pic{width: 332px;}
.ny-right  .pro1 .spec-preview img{display: block;}
.ny-right  .pro1 .descript1{width: 533px;}
.ny-right  .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #2d2d2d;display: block;}
.ny-right  .pro1 .descript1 p{width: 533px;font-size: 13px;color: #8e8e8e;line-height: 25px;}
.ny-right  .pro1 .descript1 a.consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #adadad; }
.ny-right  .pro1 .descript1 a.consult:hover{background-color: #f3a000;}
.ny-right  .pro1 .descript1 p.haoma{font-size: 18px; font-weight: bold; color: #313131;line-height: 35px;margin-top: 10px; margin-bottom: 10px;}
.ny-right  .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right  .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right  .detail .de-title{border-bottom: solid 3px #f9ab04; margin-bottom: 10px;}
.ny-right  .detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#f9ab04;}


/*内页工程案例*/
.ny-case-list ul{width: 930px; }
.ny-case-list ul li{float: left; width: 280px; margin-right: 30px; margin-bottom: 25px;}
.ny-case-list ul li em{display: block; font-size: 15px; line-height: 40px; color: #666; text-align: center;}
.ny-case-list ul li em:hover{color: #26852c}

.ny-right  .pagelist {padding: 10px 0;margin-top:15px;overflow: hidden;border-top:0px solid #eee;text-align:center;}
.ny-right .pagelist a,
.ny-right  .pagelist span {border: 1px solid #ccc; display: inline-block;padding: 2px 8px;margin-right:5px;}
.ny-right  .pagelist span.current {color: #f30;border: 1px solid #ddd;}




@charset "utf-8";
/* CSS Document */
ol, ul{ list-style: none outside none;}
/* Clear Fix */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix{display:block;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{max-height: 236px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:330px;height:335px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:330px;height:236px;;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;width:332px;margin-top:10px;}
.spec-scroll .picprev{float:left;margin-right:8px;}
.spec-scroll .picnext{float:right;}
.spec-scroll .picprev,.spec-scroll .picnext{display:block;font-family:"宋体";text-align:center;width:10px;height:35px; line-height:35px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}

.spec-scroll .items{float:left;position:relative;width:290px;height:52px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:52px;}
.spec-scroll .items ul li{float:left;width:52px;text-align:center;border: none;margin-right: 7px;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:50px;}

/*
本代码由js代码网收集并编辑整理;
尊重他人劳动成果;
转载请保留js代码网链接 - http://www.jsdaima.com
*/