html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: #ccc;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	text-decoration: none;
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

#g_web {
	margin: 0 auto;
	max-width: 640px;
	left: 0;
	top: 0;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	background: #fff;
}


/*内容区*/

.top {
	position: relative;
	width: 100%;
	display: block;
	background: #1c53ae;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}

.top_box {
	position: relative;
	text-align:center;
	padding:15px 0;
}

.top img {
	max-width:40%;
	margin:0 auto;
}

div#nav {
	position: absolute;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

ul.nav {
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #bbb;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3));
}

ul.nav li {
	float: left;
	position: relative;
}

ul.nav li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	display: block;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	border-left: 1px solid #bbb;
}

ul.nav li a img {
	height: 50px;
	paddingtop: 0px 0px 0px 0px;
}

ul.nav ul {
	display: none;
	width: 96%;
	position: absolute;
	left: 1%;
	margin: 0px;
	z-index: 99;
	bottom: -130%;
	border: #ccc 1px solid;
	border-radius: 2.5%;
	background: #E9E9E9;
}

ul.nav ul:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 180;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/mini/1.svg) no-repeat center 0;
	-webkit-background-size: 13% auto;
	bottom: -99%;
}

ul.nav ul li {
	width: 100%;
}

ul.nav ul li a {
	border-left: 0px;
	border-top: 1px solid #e0e0e0;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
}

ul.nav ul li:first-child a {
	border: 0px;
}

#nav2 {
	position: absolute;
	left: 1.3em;
	z-index: 100;
	top: 1.3em;
	width: 2em;
	overflow: auto;
	opacity: 1;
}

ul.nav2 {
	position: fixed;
	left: -70%;
	opacity: 0;
	z-index: 100;
	top: 0px;
	width: 240px;
	height: 100%;
	overflow: auto;
	box-shadow: 0px 0px 16px #999;
	background: rgba(0,0,0,.65);
}

ul.nav2 h1 {
	color: #FFF;
}

ul.nav2 li {
	border-top: 1px solid #aaa;
}

ul.nav2>li:last-child {
	border-bottom: 1px solid #aaa;
}

ul.nav2 li>a {
	font-size: 18px;
	white-space: nowrap;
	/*background: #eaeaea;*/
	display: block;
	padding: 3%;
	margin: 1px 0px;
	color: #fff;
}

ul.nav2 li>a img {
	height: 36px;
}

ul.nav2 li ul {}

ul.nav2 li ul li {}

ul.nav2 li ul li:list-child {}

ul.nav2 li ul li a {
	padding-left: 10%;
	color: #333;
	font-size: 16px;
}


/*导航*/

ul.navtab {
	height: 45px;
	border-bottom: solid #eee 1px
}

ul.navtab li {
	width: 33.33%;
	float: left;
}

ul.navtab li a {
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
}

ul.navtab li a:hover,
ul.navtab li.hover * {
	color: #ff2e4b;
	background: #f3f3f3;
}


/*菜单连接*/

ul.minmenu li {
	float: left;
	padding: 15px 15px 15px 0px;
}

ul.minmenu a {
	text-decoration: none;
	border: 1px solid #bbb;
	display: block;
	background: #F6F6F6;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	border-radius: 5px;
}

ul.minmenu a:hover {
	background: #fff;
}

ul.minmenu a:active,
ul.minmenu li.selectlink a {
	background: #C4005B;
	color: #fff;
	border: 1px solid #C4005B;
	box-shadow: 0px 0px 15px #aaa;
}


/* swipe */
#slider a li img{
	/*height: 25vh;*/
}

.swipe {
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.swipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}

.swipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.swipe #pagenavi a {
	width: 10px;
	height: 10px;
	line-height: 99em;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.swipe #pagenavi a.active {
	background: #C80002;
}

#nav-top {
	width: 100%;
	text-align:center;
	padding-top:10px;
}

#nav-top a {
	width: 24%;
	display:inline-block;
	vertical-align:top;
    /* background: #0094de; */
    text-align: center;
    font-size: 16px;
	color:#000;
	padding:10px 0;
}

#nav-top a img {
	display:block;
	width:45%;
	margin:0 auto;
	margin-bottom:5px;
}


.index-tit{
    font-size: 16px;
    width: 100%;
    font-weight:bold;
    padding: 11px 12px;
    border: rgb(236, 236, 236) solid 4px;
    border-left: 0;
    border-right: 0;
}
.index-tit .span{
    height: 15px;
    width: 3px;
    background: cornflowerblue;
    float: left; 
    margin-right: 10px;
    margin-top: 3px;
    border-radius: 2px;
}



.find_nav {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    position:relative;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.find_nav_left {
    height: 40px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.find_nav_list {
    position: absolute;
    left: 0;
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.find_nav_list ul li {
    display: inline-block;
    padding: 0;
	margin:0 20px;
	position:relative;
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.find_nav_list ul li:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 3px; background: #1c53ae; bottom: 0px; left: 0; transition: all 0.3s ease;  right: 0; margin: 0 auto;}
.find_nav_list ul li.find_nav_cur:before{ width:100%; transition: all 0.3s ease; }

.find_nav_cur a {
    color: #1c53ae !important;
}
.find_nav_list a.active{ color:#C00}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #48a5f4;
    left: 0;
    top: 40px;
    pointer-events: none;
}
.li_list{text-align:center;}
.swipe{ padding:0;}
.li_list .view_more{ font-size:16px; color:#333; margin:15px 0; display:block;}
.swipe .li_list dl {width:100%;height:auto;margin:0 auto;padding:0;position:relative;}
.swipe .li_list dl dd {width:46%; margin:10px 2%;height:auto;background-color:#fff;box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left;}
.swipe .li_list dl dd .idxPro_con {width:100%;overflow:hidden;margin:0 auto;padding:9px;border:1px solid rgba(13,81,152,0.2);position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.swipe .li_list dl dd .idxPro_con .product_tip{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
	z-index:30;
  }
.swipe .li_list dl dd .idxPro_con .product_tip .txt1{
    font-size: 12px;
    color: #fff;
    transform: rotate(45deg);
    position: relative;
    top:2px;
    right:-3px;
	line-height:100%;
  }
.swipe .li_list dl dd .idxPro_con .product_tip .product_tip_bg{
    width: 40px;
    height: 40px;
    background-color: #4ba501;
    clip-path: polygon(0 0, 100% 0, 100% 100%); /*三角*/
    position: absolute;
    top: 0;
    right:0;
  }
.swipe .li_list dl dd .idxPro_con .idxPro_img {width:100%;overflow:hidden;margin:0 auto;padding:0;}
.swipe .li_list dl dd .idxPro_con .idxPro_img a {display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;position:relative;}
.swipe .li_list dl dd .idxPro_con .idxPro_img a img {display:block;max-width:100%;margin:auto;padding:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.swipe .li_list dl dd .idxPro_con .idxPro_name {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;}
.swipe .li_list dl dd .idxPro_con .idxPro_name a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#333;font-size:16px;text-align:center;margin:0 auto;padding:0;}






._pic {
	width: 100%;
	border-bottom: solid 5px #eee;
}

._pic img {
	width: 100%;
	margin-top: 20px;
}

#pro-tt {
	width: 100%;
	height: 55px;
	/*background: #ff9000;*/
	/*margin: 10px auto;*/
}

#pro-tt h2 {
	width: 60%;
	height: 40px;
	line-height: 40px;
	border-left: solid 5px #6db92c;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#pro-tt span,.bt span {
	width: 100%;
	/*height: 40px;*/
	float: left;
	display: block;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

#pro-tt span a {
	color: #fff;
}

#pro-cont {
	width: 98%;
	padding: 0px 1%;
}

#pro-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#pro-cont dl dt {
	width: 100%;
	height:8em;
	overflow:hidden;
	padding: 0;
	margin: 0;
	background: #ddd;
	/*border: solid 1px #daf6c6;*/
	box-sizing: border-box;
}

#pro-cont dl dt img {
	width: 100%;
	height:100%;
	border: 0;
}

#pro-cont dl dd {
	height: 1.5rem;
    background:#006db8;
    text-align: center;
    line-height: 1.3rem;
    color: #333;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 0.85em;
}
#pro-cont dl dd a{
	color: #fff;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#about {}

#about img {
	display: block;
	width:100%;
}


#case {
	width: 100%;
}

/*#case h2 {
	width: 100px;
	height: 40px;
	font-size: 1.5rem;
	color: #0094de;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 20px;
	border-bottom: solid 2px #0094de;
}*/

#case-cont {
	width: 98%;
	padding: 0px 1%;
}

#case-cont dl {
	width: 48%;
	float: left;
	margin: 5px 1%;
}

#case-cont dl dt {
	width: 100%;
	height:8em;
	overflow:hidden;
	padding: 0;
	margin: 0;
	background: #ededed;
	/*border: solid 1px #ddd;*/
	box-sizing: border-box;
}

#case-cont dl dt img {
	width: 100%;
	border: 0;
}

#case-cont dl dd {
	height: 1.5rem;
    background: #006db8;
    text-align: center;
    line-height: 1.3rem;
    color: #333;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 0.85em;
}
#case-cont dl dd a{
	color: #fff;
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#youshi{}
#youshi img{
	max-width:100%;
	}
.honor{
	padding-bottom:30px;
	position:relative;
	}	
#banner{}
.swiper-slide{
	width: 100%;
	text-align:center;
}
#banner .swiper-slide img{
	max-width:90%;
	margin:0 auto;
	}
.banner_page{
	position:relative;
	left: 0;
	right: 0;
}
.banner_page span{
	margin: 0 10px;
}
.swiper-pagination-bullet-active{
	width: 16px;
	border-radius: 8px;
}

#tel {
	width: 100%;
	height: 50px;
	background: #0094de;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	/*border-bottom: solid 5px #eee;*/
}
.fbanner img{
	width:100%;
	}
#tel a {
	color: #fff;
	text-align: left;
}

#tel img {
	height: 60%;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}

.tel {
	height: 100%;
}

#news-tt,.case-tt,.about-tt {
	width: 100%;
	height: 58px;
	margin: 16px 0;
	/*background: #ff9000;*/
}

#news-tt h2,.case-tt h2,.about-tt h2 {
	width: 60%;
	height: 40px;
	line-height: 40px;
	border-left: solid 5px #6db92c;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#news-tt span,.case-tt a,.about-tt a {
	width: 100%;
	/*height: 40px;*/
	float: left;
	display: block;
	/*line-height: 40px;*/
	text-align: center;
	/*color: #fff;*/
}
.about-tt .bt p,.case-tt .bt p{
	margin-bottom: 2px;
}
#news-tt span a {
	color: #fff;
}

#news-cont {
	width: 96%;
	padding: 0px 2% 25px;
}

#news-cont li {
	width: 100%;
	height: 45px;
	border-bottom: dashed 1px #ddd;
}

#news-cont li a {
	display: block;
	width: 95%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	color: #666;
}

#news-cont li span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

#contact {
	width: 100%;
	text-align: center;
	background: #8c8c8c;
	padding: 20px 0;
	margin-bottom: 70px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background: #006db8;
	padding-bottom:5px;
}

#footer li {
	width: 25%;
	text-align: center;
}

#footer li a {
	font-size: 14px;
	color: #fff;
}

#footer li a img {
	width: 25%;
	display: block;
	margin: 5px auto 0px auto;
}


/*内页*/

.list_tt {
	width: 100%;
	margin: 5px auto;
	border-bottom:#CCC solid 1px;
}

.list_tt h2 {
	line-height:110%;
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
	font-weight: normal;
	text-align:center;
	color:#333;	
}


/*自定义条数展示与新闻*/

ul.love li {
	width: 50%;
	padding: 0px 0px;
	float: left;
	color: #666;
}

ul.love li a {
	display: block;
	color: #666;
	padding: 10px;
}

ul.love li a:hover {
	color: #FF0000;
}

ul.love li a img:hover {
	box-shadow: 0px 0px 15px #aaa;
}

ul.love li a img {
	width: 100%;
	border-radius: 5px;
	width: 100%;
	border: solid 1px #ddd;
}

ul.love ol {
	padding: 0px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 1rem;
}

ul.lovelist li {
	width: 48%;
	float: left;
	background: #fafafa;
	margin:5px 1%;
	padding: 0px;
	border-radius: 5px;
}

ul.lovelist li a {
	padding-left: 10px;
}

ul.lovelist li:hover {
	background: #ebebeb;
}

.newslist{
	width: 96%;
	padding: 0px 2% 25px;

}
.newslist .w{
	border-bottom:#999 dashed 1px;
	padding:5px 0;
	}
.newslist .l{
	width:68%;
	display:inline-block;
	vertical-align:top;
	padding-top:10px;
	}
.newslist .l h2{
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin:0;
	line-height:30px;
	}
.newslist .l p{
	font-size:12px;
	color:#666;
	margin:0;
	}
.newslist .l i{
	font-size:12px;
	color:#999;
	}
.newslist .r{
	width:30%;
	height:80px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	padding-top:10px;
	}
.newslist .r img{
	width:100%;
	object-fit: cover;
	vertical-align:middle;
	}
.newslist .a {
	display: block;
	width: 95%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.newslist span {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}


.page22 {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 100%;
	height: 40px;
	text-align: center;
	border: solid 1px #ddd;
	margin: 10px auto;
	font-size: 16px;
}

.page22 li a {
	color: #0059cf;
	text-decoration: none;
	font-size: 16px;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.page11 i {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}

.content {
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px 20px;
	background: #fff;
}
.time{
	color: red;
}
.content h1 {
	font-size: 1.2em;
	text-align: center;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
}

.content img {
	width: 100%;
}

div.pagelist {
	padding: 2%;
	height: 40px;
	line-height: 40px;
	font-size: 0.6rem;
	width: 96%;
	color: #000;
	clear: both;
}

div.pagelist a {
	float: left;
	padding-left: 5px;
	color: #000;
}

div.pagelist select {
	float: right;
	width: 100px;
}

.about_pg {
	font-size: 1rem;
	padding: 10px;
	line-height: 30px;
}
.about_pg img{
	max-width: 100%;
}

.lei {
	width: 98%;
	margin: .5em auto;
	display: table;
}

.lei a {
	width: 31%;
	/*padding: 0 1em;*/
	background: #006db8;
	float: left;
	margin: 3px 1%;
	color: #fff;
	font-size: .9em;
	text-align: center;
	padding:10px 0;
	}
	
.lei a img{
	width:60%;
	margin:0 auto;
	border-radius:50%;
	}
.lei a p{
	margin:0px;
	}

/*--------------------*/
.bt span, .bt p{
	color: #006db8;
    text-align: center;
}
.bt p{
	height: 26px;
	line-height: 26px;
}
.bt img{
	display: block;
	width: 10%;
	margin: 0 auto;
}
.boda{
	display: block;
	width:45%;
	height: 2.5em;
	margin: .8em auto;
	border-radius: 50px;
	line-height: 2.5em;
	text-align: center;
	background: #ff000a;
	color: #fff;
	box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.nextinfo span{
	display: block;
}





.infoNav{
 margin-top:30px; padding-top:6px; border-top:1px solid #ccc;
}

.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:11px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#1c53ae;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#1c53ae;
	color:#fff;
	}


.pcon{
	text-align:center;
	}
.pcon a{
	display:block;
	margin:15px 0;
	}
.pcon img{
	width:95%;
	margin:0 auto;
	}
	
	
.pclass{
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
}
.pclass .sc{
    display:inline-block;
    width: 30%;
    height: 65px;
    line-height: 35px;
    text-align: center;
    background:#3d7efe;
    color: #fff;
    font-size: 16px;
    margin: 0 1%;
    margin-bottom: 10px;
    overflow: hidden;
}
.pclass .sc .pc-tit{
    width: 100%;
    height: 35px;
    overflow:hidden;
}
.pclass .sc .pc-det{
    width: 60%;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #3d7efe;
}

.pclass .sc:nth-child(6n+4){
    background:#fff;
    border:solid #3d7efe 1px;
    color: #3d7efe;
}
.pclass .sc:nth-child(6n+4) .pc-det{
    background: #3d7efe;
    color: #fff;
}
.pclass .sc:nth-child(6n+5){
    background:#fff;
    border:solid #3d7efe 1px;
    color: #3d7efe;
}
.pclass .sc:nth-child(6n+5) .pc-det{
    background: #3d7efe;
    color: #fff;
}
.pclass .sc:nth-child(6n+6){
    background:#fff;
    border:solid #3d7efe 1px;
    color: #3d7efe;
}
.pclass .sc:nth-child(6n+6) .pc-det{
    background: #3d7efe;
    color: #fff;
}


.sclass_pro{}
.sclass_pro dl {width:100%;height:auto;margin:0 auto;padding:0;position:relative;}
.sclass_pro dl dd {width:46%; margin:10px 2%;height:auto;background-color:#fff;box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left;}
.sclass_pro dl dd .idxPro_con {width:100%;overflow:hidden;margin:0 auto;padding:9px;border:1px solid rgba(13,81,152,0.2);position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.sclass_pro dl dd .idxPro_con .product_tip{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
	z-index:30;
  }
.sclass_pro dl dd .idxPro_con .product_tip .txt1{
    font-size: 12px;
    color: #fff;
    transform: rotate(45deg);
    position: relative;
    top:2px;
    right:-3px;
	line-height:100%;
  }
.sclass_pro dl dd .idxPro_con .product_tip .product_tip_bg{
    width: 40px;
    height: 40px;
    background-color: #4ba501;
    clip-path: polygon(0 0, 100% 0, 100% 100%); /*三角*/
    position: absolute;
    top: 0;
    right:0;
  }
.sclass_pro dl dd .idxPro_con .idxPro_img {width:100%;overflow:hidden;margin:0 auto;padding:0;}
.sclass_pro dl dd .idxPro_con .idxPro_img a {display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;position:relative;}
.sclass_pro dl dd .idxPro_con .idxPro_img a img {display:block;max-width:100%;margin:auto;padding:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.sclass_pro dl dd .idxPro_con .idxPro_name {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;}
.sclass_pro dl dd .idxPro_con .idxPro_name a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color:#333;font-size:16px;text-align:center;margin:0 auto;padding:0;}

