@charset "utf-8";
*{
	margin:0;
	padding:0;
}

.clear {clear:both; }

a{
	text-decoration:none;
	outline:none;
}

li{
	list-style:none;
}


button,img{
	outline:none;
}

body {
	position:relative;
    background-color:#f7f7f7;
    padding: 0px;
    margin: 0px auto;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
    max-width: 640px;
}

/*------------------椤堕儴-----------------*/

.index-top{
	background:#174993;
	padding:2px 12px;
}


.index-top .left-top span{
	font-size:14px;
	color:white;
}

.index-top .left-top span.wel{
	padding-right:5px; 
	border-right:1px solid #3176dc;
	margin-right:5px;
}

/*---------------澶撮儴---------------*/
.header{
	background:#fff;
	padding:10px 12px;
	position:relative;
	box-shadow: 1px 1px 4px #8c8c8c;
}


.header #menu {
	width: 30px;
	height: 24px;
	position: absolute;
	right: 6%;
	top: 70%;
    margin-top: -25px;
    background: url(../img/more.png) no-repeat center center;
    background-size: 100% 100%;
	cursor:pointer;
}

.header .logo{
	float:left;
}

.header .logo img{
	width:140px;
}

#navigation{ display:block; width:50%; height:100%; overflow:hidden; position:fixed; top:0; right:-50%; z-index:100; background:rgba(33,133,208,0.9); 
color:#A3A5A6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation.navOpen{ right:0; }
#navigation .navigationlist{ width:100%; position:absolute; top:0; left:0; box-sizing:border-box; transition-property:left; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation .navigationlist.navlistOpen{ left:100%; }
#navigation .navigationlist li{ line-height:35px; border-bottom:1px solid #32a3d8; text-align:left; }


#navigation .navigationlist li a{font-size:14px; color:#fff5ec; padding-left: 15%;}


#navigation .navigationlist li.closeNav{ text-align:left; background:rgba(0,0,0,.1); padding:10px 0 0; color:#fff; }
#navigation .navigationlist li.closeNav a{ font-size:14px; color:#fff;background:url(../img/close.png) left no-repeat;background-size:20px;    padding-top: 5px;padding-bottom: 5px;margin-left: 5px;}

#navigation .navigationlist li.closeNav a .forward{ float:left; padding-left:5px; height:25px; }

#navigation .navigationlist li.closeNav a .forward img{ padding-top:13px;     height: 15px;}
#navigation .navigationlist li .openSubnav{
	width:25px; height:35px;line-height:35px; float:right; text-align:center;background:url(../img/nav-right.png) left no-repeat;background-size: 20px;
}

#navigation .navigationlist li .openSubnav img{ padding-top:9px; }

#navigation .subnavigationlist{ width:100%; height:100%;  position:absolute; top:0; right:100%;background:rgba(33,133,208,0.9); overflow:hidden; box-sizing:border-box; color:#A3A5A6; transition-property:right; -webkit-transition-property:right; transition:0.4s ease; -webkit-transition:0.4s ease; }
#navigation .subnavigationlist.navOpen{ right:0; }
#navigation .subnavigationlist{  }
#navigation .subnavigationlist li{ line-height:35px; border-bottom:1px solid #32a3d8; text-align:left; }
#navigation .subnavigationlist li.closeSubnav{ text-align:left; background:rgba(0,0,0,.1); padding:20px 0 0; color:#fff; }

#navigation .subnavigationlist li.closeSubnav a{ font-size:14px; color:#fff; background:url(../img/nav-left.png) left no-repeat;    
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 5px;background-size: 20px;}

#navigation .subnavigationlist li.closeSubnav a .forward{ float:left; padding-left:5px; height:15px; }
#navigation .subnavigationlist li.closeSubnav a .forward img{ padding-top:11px; }
#navigation .subnavigationlist li .openSubnav{ font-size:16px; width:30px; height:30px; display:block; float:left; text-align:center; }
#navigation .subnavigationlist li a{padding: 10px 10px 10px 10%; color:#fff5ec;font-size:14px;  }

/*------------index-banner-------------*/
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*鐩掑瓙甯﹀鍣?/
.slides {
	height: auto;
	/* Simple clear fix */
	overflow: hidden;
	/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: auto;
	float: left;
	clear: none;
}
.slider-arrows {
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:2em;
/* 	background-color: #333;
	background-color: rgba(50,50,50,.3);
	border-radius: 50%; */
}/*宸﹀彸鎸夐挳鏍峰紡鍙婃斁缃綅缃?/
.slider-arrow--right {
	bottom: 50%;
	right: 0;
	background:url(../img/an-right.png) no-repeat center;
}
.slider-arrow--left {
	bottom: 50%;
	left: 0;
	background:url(../img/an-left.png) no-repeat center;
}


.slider-nav {
	position: absolute;
	bottom: 15px;
}
.slider-nav__item {  /*nva鏍峰紡*/
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background:#2185d0;
	border-radius: 100%; 
}
.slider-nav__item--current {
	background:#14dbf1;
} /*琚€変腑鍚庣殑鏍峰紡*/

.slider .box img{
	width:100%;
}


/*-------------鑿滃崟-----------------*/
.caidan-list{
	background:#fff;
	margin-top:10px;
}

.caidan-list .caidan-con{
	width:100%;
}

.caidan-list .caidan-con ul{
	width:100%;
	padding: 15px 0;
}

.caidan-list .caidan-con ul li{
	float:left;
	width:25%;
	margin: 2% 0;
	text-align:center;
}

.caidan-list .caidan-con ul li a{
	color:#322d28;
	font-size:12px;
}

.caidan-list .caidan-con ul li a img{
	width:40px;
	height:40px;
}
/*---------搴曢儴鏍囩-----------*/
.nav-bottom{
	background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
	width: 100%;
	box-shadow: 0 -1px 1px #dedede;
	max-width:640px;
}

.nav-bottom ul{
	width:100%;
	margin:0 auto;
	padding:6px 0;
	max-width:640px;
}

.nav-bottom ul li{
	float:left;
	text-align:center;
	width:25%;
}

.nav-bottom ul li a{
	font-size:12px;
	color:#282421;
}

.nav-bottom ul li p{
	line-height: 10px;
	margin-bottom: 1px;
}

.nav-bottom ul li a img{
	height: 20px;
	width:auto;
}


/*-----------浜у搧----------*/
.index-pro{
	margin-top:10px;
	background:#fff;
	padding:15px 0;
}


.index-pro h5{
	font-size:20px;
	text-align:center;
	font-weight:normal;
	color:#2185d0;
	padding-bottom: 15px;
	background:url(../img/geli.png) bottom no-repeat;
}

.index-pro .product-mess{
	margin: 5px 0;
	padding: 15px 5px;
	border-bottom: 1px solid #ececec;
	width: 48%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.index-pro .product-mess .left-pic img{
	width:100%;
}

.index-pro .product-mess .left-pic{
	border:1px solid #e7e7e7;
}

/* .index-pro .product-mess .right-pro{
	margin-top: 15px;
	float: left;
	width: 45%;
	text-align: center;
} */

.index-pro .product-mess  h6{
	font-size:14px;
	font-weight:normal;
	margin-bottom: 10px;
}

.index-pro .product-mess  h6 a{
	color:#201e1c;
}


/*--------------index-about-------------*/

.index-pro .ab-mess{
	width:92%;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
}

.index-pro .ab-pic{
	margin-top: 20px;
}

.index-pro .ab-pic img{
	width:100%;
}

.index-pro .ab-mess p{
	font-size: 12px;
    color: #68635f;
	margin-bottom: 10px;
	line-height:26px;
	text-indent:2em;
	text-align:left;
}

.index-pro .ab-mess a{
	color: #2185d0;
    font-size: 10px;
    border: 1px solid #2185d0;
    padding: 5px 10px;
}

/*------------index-news-------------*/
.index-news{
	padding-bottom:20px;
    background: #fff;
    margin-top: 10px;
    text-align: center;
}

.index-news .n-title h5{
	font-size:20px;
	text-align:center;
	font-weight:normal;
	color:#9e9e9e;
}

.index-news .n-title h5 span{
	color:#174993;
}

.index-news .n-title p{
	margin-top:10px;
}

.index-news .n-title p a{
	font-size:16px;
	color:#474747;
	margin-top:10px;
}

.index-news .n-content{
	margin-top:10px;
}

.index-news .n-content .n-pic{
	position:relative;
	overflow:hidden;
	width: 95%;
    margin: 0 auto;
}

.index-news .n-content .n-pic img{
	width: 100%;
}

.index-news .n-content .n-pic a{
	text-align: left;
    position: absolute;
    padding: 5px 15px;
    width:100%;
    left:0;
    /* top: 71%; */
    display: inline-block;
    background: rgba(255,255,255,0.8);
	color:#2185d0;
	box-sizing:border-box;
	font-size:12px;
	bottom: 5px;
}


.index-news .n-content ul li{
	margin-top:10px;
	text-align:left;
	padding:0 5%;
}

.index-news .n-content ul li a{
	color:#585858;
	font-size:12px;
	background:url(../img/newsmore.png) left no-repeat;
	padding-left: 15px;
}

.index-news .n-content ul li span{
	text-align:right;
	color:#676767;
	font-size:10px;
	margin-left:10px;
}

/*---------index-anli-----------------*/
.index-anli{
    text-align: center;
	padding:0 2px 10px 2px;
	background:#fff;
}

.index-newGoods{
	margin: 20px 5px;
}

/*-------------footer--------------*/
.footer{
	background:#2185d0;
	padding:5px;
	margin-bottom:49px;
}

.footer .foot-bottom{
	
	text-align:center;
}

.footer .foot-bottom p{
	color:#b6daf5;
	font-size:12px;
	line-height: 20px;
}

.footer .foot-bottom p a{
	color:#b6daf5;
}

/*---------------content-banner---------------*/
.content-banner{
	width:100%;
	position:relative;
}

.content-banner img{
	max-width:100%;
}

.content-banner .in_bread{
	position:absolute;
	right:20%;
	top:20%;
	text-align:right;
}

.content-banner .in_bread h5{
	color:#fff;
	font-size:26px;
	font-weight:normal;
}

.content-banner .in_bread p{
	color:#18d4e8;
	font-size:14px;
	margin-top:5px;
}

.content-banner .in_bread span.line{
	display:inline-block;
	width:80px;
	border-bottom:1px solid #fff;
}

/*-------------con-nav--------------*/
.con-nav{
	background:#fff;
	margin-top:10px;
	padding:10px 0 10px 15px;
	box-shadow: 0 1px 2px #9e9e9e;
}

.con-nav p a{
	color: #24211f;
    padding:0px 10px;
	margin:3px 0;
	display:inline-block;
    border-right: 1px solid #dedede;
}

.con-nav p a:last-child{
	border-right:none;
}

.con-nav p{
	border-left:5px solid #2185d0;
	font-size:12px;
	color:#2185d0;
	padding-left:10px;
}

/*------------m-content-------------*/
.m-content{
	margin-top:10px;
	margin-bottom:30px;
}

.m-content .about-pic{
	width:100%;
}

.m-content .about-pic img{
	width:100%;
}

.m-content .about-mess{
	margin-top:10px;
	background:#fff;
	padding:5px 15px;
}

.m-content .about-mess p{
	color:#4c4c4c;
	font-size:14px;
	margin-top:15px;
	line-height:26px;
}

.m-content .jianjie{
	background:#fff;
	padding: 5px 0;
}

.m-content>.right_mess>h3{
	color:#2185d0;
	font-size:14px;
	margin-top:15px;
	background:#f2f2f2;
	border-left:5px solid #2185d0;
	padding:5px 10px;
	margin:0 10px;
}

.m-content .jianjie p{
	color:#3c3c3c;
	font-size:12px;
	margin:10px;
	line-height:26px;
}

.m-content .lianxi-con{
	background:#fff;
	padding:20px;
}

.m-content .lianxi-con span{
	font-size:14px;
	color:#2185d0;
	border-bottom:1px solid #2185d0;
	padding-bottom:10px;
	display: inline-block;
	margin-bottom: 10px;
}

.m-content .lianxi-con p{
	font-size:14px;
	color:#3a3a3a;
	line-height:30px;
}

.m-content .con-weixin{
	background:#fff;
	margin-top:10px;
	padding:20px;
}

.m-content .con-weixin ul li span{
	font-size:14px;
	color:#2185d0;
	border-bottom:1px solid #2185d0;
	padding-bottom:10px;
}

.m-content .con-weixin ul li img{
	margin-top:20px;
	width:150px;
}

.m-content .con-weixin ul li{
	float:left;
	margin-right: 12px;
}


.m-content .map{
	background:#fff;
	padding:10px;
}


/*---------------news----------------*/
.m-content .news-mess{
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}


.m-content .news-mess .new-c{
	float: left;
}

.m-content .news-mess .new-c h6 a{
	font-size:12px;
	color:#342e29;
	font-weight:normal;
}

.m-content .news-mess .new-c p span {
	font-size:10px;
	color:#909090;
	margin-right:15px;
}

.m-content .news-mess .new-c p span a {
	color:#909090;
}

.m-content .news-mess .new-c p{
	margin-top:5px;
	font-size:12px;
	color:#7d7d7d;
}

/*/---------椤电爜----------*/
.m-content .page{
	margin:10px 0;
	text-align:center;
	line-height:20px;
}

.m-content .page li{
	display:inline;
}

.m-content .page li span{
	width:25px;
	height:35px;
	cursor:pointer;
	margin:0 5px;
}

/* .m-content .page li a.prev{
	background:url(../img/ann-left.png) center no-repeat;
}

.m-content .page li a.next{
	background:url(../img/ann-right.png) center no-repeat;
} */

.m-content .page li a{
	color:#312b26;
	padding:5px;
}

.m-content .page .active a{
	color:#2185d0;
}

/*------------鏂伴椈璇︽儏----------------*/
.m-content .news-det .n-title{
	text-align:center;
	background:#fff;
	padding:10px 0;
}

.m-content .news-det{
	width:95%;
	margin:0 auto;
}


.m-content .news-det .n-title h6{
	font-size:14px;
	color:#3f4040;
	font-weight:bold;
}

.m-content .news-det .n-title p span a{
	color:#939393;
}

.m-content .news-det .n-title p span{
	color:#939393;
	font-size:12px;
	margin:0 5px;
}

.m-content .news-det img{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.m-content .news-det p , .m-content .news-det h5{
	color:#272727;
	font-size:14px;
	line-height:26px;
	background:#fff;
	padding:5px 5px;
}

.m-content .news-det ul li{
	color:#272727;
	font-size:12px;
	line-height:22px;
	background:#fff;
	padding:5px 5px 5px 10px;
}

.m-content .next-page{
	background:#fff;
	margin-top:10px;
	padding:10px;
}

.m-content .next-page p{
	color:#3f4040;
	font-size:14px;
	margin-bottom:10px;
}

.m-content .next-page p a{
	color:#3f4040;
}

.m-content .product-pic{
	width:100%;
}

.m-content .product-pic .product-box{
	width:95%;
	margin:0 auto;
}

.m-content .product-pic .product-box img{
	width:100%;
}



/*/---------morenews-----------*/
.more-news{
	background:#fff;
	padding-bottom:10px;
	margin-top:10px;
}

.more-news h6{
	font-size:14px;
	color:#2185d0;
	border-left:5px solid #2185d0;
	padding:5px 10px;
	margin:0 10px 10px 10px;
	background:#f2f2f2;
}

.more-news ul{
	margin-left:10px;
}

.more-news ul li{
	margin-top:10px;
}

.more-news ul li a{
	font-size:12px;
	color:#676767;
	padding-left:15px;
	background:url(../img/more-new.png) no-repeat center left;
}

/*-----------------鎺ㄨ崘浜у搧-------------------*/
.tuijian-pro{
	position:relative;
	background:#fff;
}

.tuijian-pro h6{
	font-size:14px;
	color:#2185d0;
	border-left:5px solid #2185d0;
	padding:5px 10px;
	margin:0 10px 10px 10px;
	background:#f2f2f2;
}

.tuijian-pro .owl-carousel .owl-item{
    text-align:center;
}

.tuijian-pro .owl-carousel .owl-item img{
    width:140px;
	text-align: center;
	display: inline-block;
}

.tuijian-pro .owl-carousel .owl-item a{
    color:#2c2824;
	font-size:14px;
}

/*------------------浜у搧涓績--------------------*/
.m-content .product_list{
	padding:10px;
	background:#fff;
	margin:5px 0;
}

.m-content .product_list .product_pic{
	float:left;
	margin-right:5px;
	width:45%;
}

.m-content .product_list .product_pic img{
	width:100%;
}

.m-content .product_list .product_mess{
	width: 50%;
	float: left;
	margin-top: 5%;
	margin-left:10px;
}


.m-content .product_list .product_mess h6 a{
	font-size:12px;
	color:#2185d0;
	font-weight:normal;
}


.m-content .product_list .product_mess p{
	margin-top:5px;
	font-size:12px;
	color:#7d7d7d;
}


/*--------------浜у搧璇︽儏-----------------*/
.pro-details .n-title {
    text-align: center;
    background: #fff;
    padding: 10px 0;
	margin-bottom: 5px;
}

.pro-details .n-title h6 {
    font-size: 16px;
    color: #3f4040;
    font-weight: normal;
}

.pro-details .n-title p{
    line-height: 30px;
    margin-top: 10px;
}


.pro-details .product-pic{
	width:100%;
	background:#fff;
	position:relative;
}
.pro-details .product-pic .product-box{
	width:95%;
	margin:0 auto;
}

.pro-details .product-pic .product-box img{
	width:100%;

}

/*-----------------------*/

.pro-details .details-mess{
	margin-top:10px;
	text-align:center;
	background:#fff;
	padding:10px;
}

.pro-details .details-mess h4{
	color:#2185d0;
	font-size:18px;
	font-weight:normal;
}

.pro-details .details-mess p.fenl{
	color:#898989;
	font-size:14px;
}

.pro-details .details-mess p{
	color:#1e1e1e;
	font-size:16px;
	margin:10px 0;
}

.pro-details .details-mess p span{
	color:#dc2323;
	font-size:14px;
	font-weight:bold;
	display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    width:60%;
}

.pro-details .details-mess p.p-mess{
	color:#525252;
	font-size:14px;
	line-height:26px;
	margin:0 10px
}

.pro-details .details-mess p a{
	color:#fff;
	font-size:14px;
	background:#2185d0;
	padding:5px 15px;
}

/*-----------------------*/

.pro-details .d-title{
	font-size:16px;
	color:#1a1a1a;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:10px;
	margin-bottom: 10px;
}

.pro-details .more-p{
	background:#fff;
	padding:10px;
}

.pro-details .more-p a{
	color:#174993;
	font-size:14px;
}

.pro-details .more-p p{
	color:#1c1e1f;
	font-size:12px;
	line-height:24px;
	padding-left:15px;
	background:url(../img/b.png) no-repeat left 8px;
}

.pro-details .details-p{
	background:#fff;
	margin-top:10px;
	padding:10px;
}

.pro-details .details-p h6{
	font-size: 16px;
	color: #2185d0;
	border-left: 5px solid #2185d0;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}

.pro-details .details-p p{
	font-size: 14px;
	color: #2b2b2b;
	padding:0 15px;
	box-sizing:border-box;
	margin:3px 0;
	line-height:26px;
	list-style:decimal;
}

/*------------------鎴愬姛妗堜緥--------------------*/
.m-content .case_list{
	padding:10px;
	background:#fff;

}

.m-content .case_list .case_pic{
	float:left;
	margin-right:5px;
	width: 45%;
}

.m-content .case_list .case_pic img{
	width:100%;
}

.m-content .case_list .case_mess{
	width: 50%;
	float: left;
	margin-left:5px;
}

.m-content .case_list .case_mess h6 a{
	font-size:12px;
	color:#2185d0;
	font-weight:normal;
}


.m-content .case_list .case_mess p{
	margin-top:5px;
	font-size:12px;
	color:#5b5b5b;
}

.m-content .case_list .case_mess a.xiangq{
	margin-top:5px;
	font-size:12px;
	color:#2185d0;
	padding-right:20px;
	background:url(../img/xiangq.png) right no-repeat;
}
/*------------------------------*/
/*------------------涓嬭浇--------------------*/
.m-content .down_list{
	padding:10px;
	background:#fff;
	margin:5px 0;

}

.m-content .down_list .down_pic{
	float:left;
	padding-left:10px;
	width:80%;
	box-sizing:border-box;
}

.m-content .down_list .down_pic h6{
	font-size:12px;
	color:#2185d0;
	font-weight:normal;
}

.m-content .down_list .down_pic p{
	font-size:12px;
	color:#3a3a3a;
	margin:5px 0;
}

.m-content .down_list .down_pic img{
	width:30px;
}

.m-content .down_list .down_mess img{
	width:80px;
}

.m-content .down_list .down_mess{
	width:20%;
	float: right;
	text-align:right;
}

.m-content .down_list .down_mess a{
	display:inline-block;
	width:30px;
	height:30px;
	margin-top: 10px;
	margin-right:10px;
	background:url(../img/down.png)center no-repeat;
	background-size: 30px;
}


.m-content .down_list .down_mess p{
	border-right:1px solid #d8d8d8;
	float:left;
	padding-right:10px;
}

/*---------------鍚堜綔浼欎即----------------------*/
.m-content .partner_list{
	margin:10px;
}

.m-content .partner_list ul li{
	width: 48%;
    height: 180px;
    float: left;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 4px 2px;
	position:relative;
}

.m-content .partner_list ul li .partner_pic{
	position: absolute;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}



.m-content .partner_list ul li img{
	width:120px;
}


/* 婊氬姩杞挱 */
.picScroll-left{
	max-width: 640px;
	height: auto;
	overflow: hidden;
	position: relative;
	/* margin-left: auto; */
	/* margin-right: auto; */
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	display:block;
	margin:0 5px;
	overflow:hidden;
	cursor:pointer; 
	position:absolute;
	top:50%;
	z-index:999;
}

.picScroll-left .anli-nav .prev,.picScroll-left .anli-nav .next{
	top:35%;
}

.picScroll-left .anli-nav .prev img,.picScroll-left .anli-nav .next img{
	width: 13px;
}

.picScroll-left .hd .prev{left:0px;}
.picScroll-left .hd .next{right:0px;}

.picScroll-left .bd{padding-top:20px;}

.picScroll-left .anli-box{padding:20px 0;}

.picScroll-left .bd ul{ overflow:hidden;}
.picScroll-left .bd ul li{
	margin:0 15px;
	width:120px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li  img{ display:block; width:100%;}

.picScroll-left .anli-box ul li  img{display:inline-block; width:auto;height:30px;}


.picScroll-left .bd ul li p a{color:#676767;font-size:12px;}

.tempWrap{margin:0 auto;}