.cd-container { width: 100%; max-width: 1170px; margin: 0 auto; }
.cd-container::after { content: ''; display: table; clear: both; }

#cd-gallery-items {  }
#cd-gallery-items > li { position: relative; margin-bottom: 1.5em; padding:0 10px !important;}
#cd-gallery-items > li img { width: 100%; display: block; }
@media only screen and (min-width: 768px) {
#cd-gallery-items {  }
#cd-gallery-items > li { width: 48%; float: left; margin-right: 4%; margin-bottom: 1.5em; }
#cd-gallery-items > li:nth-child(2n) { margin-right: 0; }
}
@media only screen and (min-width: 1170px) {
#cd-gallery-items {   }
#cd-gallery-items > li { width: 31%; float: left; margin-bottom: 1.5em; margin-right: 3.5%; }
#cd-gallery-items > li:nth-child(2n) { margin-right: 3.5%; }
#cd-gallery-items > li:nth-child(3n) { margin-right: 0; }
}
@media(max-width:767px){
	 .cd-3d-trigger{ display:none;}
}
/*perspective 属性定义 3D 元素距视图的距离，以像素计。该属性允许您改变 3D 元素查看 3D 元素的视图。当为元素定义 perspective 属性时，其子元素会获得透视效果，而不是元素本身。参考网站http://www.zhangxinxu.com/wordpress/2012/09/css3-3d-transform-perspective-animate-transition/*/
.cd-item-wrapper { -webkit-perspective: 500px; -moz-perspective: 500px; perspective: 200px; -webkit-perspective-origin: 50% -30%; -moz-perspective-origin: 50% -30%; perspective-origin: 50% -30%; }
/*backface-visibility：当一个元素的背面面向用户的时候是否可见*/
.cd-item-wrapper li { position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; }
.cd-item-wrapper li.cd-item-1 { position: relative; z-index: 3; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.cd-item-wrapper li.cd-item-2 { z-index: 2; }
.active .cd-item-wrapper li.cd-item-2 { -webkit-transform: translate3d(0, 0, -20px); -moz-transform: translate3d(0, 0, -20px); -ms-transform: translate3d(0, 0, -20px); -o-transform: translate3d(0, 0, -20px); transform: translate3d(0, 0, -20px); opacity: .8; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.cd-item-wrapper li.cd-item-3 { z-index: 1; }
.active .cd-item-wrapper li.cd-item-3 { -webkit-transform: translate3d(0, 0, -40px); -moz-transform: translate3d(0, 0, -40px); -ms-transform: translate3d(0, 0, -40px); -o-transform: translate3d(0, 0, -40px); transform: translate3d(0, 0, -40px); opacity: .4; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.cd-item-wrapper li.cd-item-4 { z-index: 0; opacity: 0; -webkit-transform: translate3d(0, 0, -60px); -moz-transform: translate3d(0, 0, -60px); -ms-transform: translate3d(0, 0, -60px); -o-transform: translate3d(0, 0, -60px); transform: translate3d(0, 0, -60px); }
.cd-item-wrapper li.move-right { -webkit-transform: translate3d(200px, 0, 0); -moz-transform: translate3d(200px, 0, 0); -ms-transform: translate3d(200px, 0, 0); -o-transform: translate3d(200px, 0, 0); transform: translate3d(200px, 0, 0); opacity: 0; z-index: 4 !important; }
.cd-item-wrapper li.hidden { display: none !important; }
.no-csstransitions .cd-item-wrapper li.cd-item-2, .no-csstransitions .cd-item-wrapper li.cd-item-3 { display: none; }
/*产品名称*/
.cd-item-info {   padding:15px 5px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-text-overflow:ellipsis; background-color: #f2f2f2;  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); z-index: 5; text-align:center; font-size:14px;}
.cd-item-info:after { content: ""; display: table; clear: both; }
.cd-item-info b { float: left; font-weight: bold; }
.cd-item-info b a { color: #323d55; }
.cd-item-info b a:hover { text-decoration: underline; }
.cd-item-info em { float: right; color: #7385ad; }
/*左右按钮*/
/*white-space: nowrap：文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
.cd-item-navigation a {display: inline-block; overflow: hidden; text-indent: 100%; white-space: nowrap; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 36px; height: 66px; background-color: rgba(216, 216, 216, 0.4); background-image: url("../img/cd-icon-arrow.svg"); background-repeat: no-repeat; background-position: center center; z-index: 4; display: none; border-radius: 0.25em; }
.no-touch .cd-item-navigation a:hover { background-color: rgba(216, 216, 216, 0.6); }
 /*-webkit-animation:用于制作动画*/
.cd-item-navigation a.visible { display: block; -webkit-animation: cd-fade-in 0.4s; -moz-animation: cd-fade-in 0.4s; animation: cd-fade-in 0.4s; }
.cd-item-navigation li:nth-child(1) a { left: 14px; -webkit-transform: translateY(-50%) rotate(180deg); -moz-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); -o-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); }
.cd-item-navigation li:nth-child(2) a { right: 14px; }
.no-csstransitions .cd-item-navigation { display: none; }
 @-webkit-keyframes cd-fade-in { 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes cd-fade-in { 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes cd-fade-in { 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.cd-3d-trigger { position: absolute; bottom: 10px; right: 10px; width: 44px; height: 44px; background: url("../img/cd-icon-3d.svg") no-repeat center center; z-index: 4; }
.no-touch .cd-3d-trigger { display: none; }
.no-touch #cd-gallery-items > li:hover .cd-item-2, .no-touch #cd-gallery-items > li:hover .cd-item-3 { box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.no-touch #cd-gallery-items > li:hover .cd-item-2 { /* 3D effect on no-touch devices */ -webkit-transform: translate3d(0, 0, -20px); -moz-transform: translate3d(0, 0, -20px); -ms-transform: translate3d(0, 0, -20px); -o-transform: translate3d(0, 0, -20px); transform: translate3d(0, 0, -20px); opacity: .8; }
.no-touch #cd-gallery-items > li:hover .cd-item-3 { /* 3D effect on no-touch devices */ -webkit-transform: translate3d(0, 0, -40px); -moz-transform: translate3d(0, 0, -40px); -ms-transform: translate3d(0, 0, -40px); -o-transform: translate3d(0, 0, -40px); transform: translate3d(0, 0, -40px); opacity: .4; }





/*产品展示里的样式*/
.main-c{ padding:10px 0 0px 0;}
.main-cal{ padding:10px 0 0px 0;}

.com{ padding: 0 0 16px 0px; font-size:26px; line-height:30px; font-weight:normal;}
.com a{ display:inline-block; padding: 0 0 0 14px;color:#0088d2; border-left:4px solid #0088d2;}
.com a span{ color:#000000;}
.com small{ padding: 0 0 0 10px; font-size:20xp; font-family:Arial, Helvetica, sans-serif; color:#adadad;}

.main-c dl{ height:300px; margin-bottom:30px; padding:23px 25px 0 25px; background:#f9f9f9;border:1px solid #d7d7d7; border-bottom:4px solid #d7d7d7;}
.main-c dt{ float:left; width:320px;}
.main-c dt img{ width:320px; height:277px;}
.main-c dd{ float:right; width:360px;}
.main-c dd p{ padding-top:18px;}
.main-c dd h3{ padding-bottom:14px; font-size:18px; line-height:18px;font-family: "Arial"; font-weight:normal; border-bottom:1px dashed #959595;}
.main-c dd h3 a{ color:#000000;}

.main-c dd h4{ height:175px; padding:15px 0 0 0; line-height:32px; font-size:14px; font-weight:normal; overflow:hidden;}
.main-c dd h4 b{ padding-right:8px;color:#333333;}
.main-c dd h4 span{ display:block;}

/* -- 产品详细页 -- */
.pleft { width:930px; float:left;}
.bigimg {width:390px; height:390px; border:solid 1px #d7d7d7; padding:2px; margin-bottom:10px;}

.smallimg{}
a.leftico { background:url("ico25.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/ico25.gif*/ no-repeat; display:block; width:15px; height:15px; overflow:hidden; margin-top:21px; float:left;}
a.leftico:hover { background:url("ico25_1.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/ico25_1.gif*/ no-repeat;}

a.rightico{ background:url("ico24.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/ico24.gif*/ no-repeat; display:block; width:15px; height:15px; overflow:hidden; margin-top:21px; float:left; margin-left:10px;}
a.rightico:hover { background:url("ico24_1.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/ico24_1.gif*/ no-repeat;}
.smallimg .look { text-decoration:underline; color:#f00; margin-top:20px; display:block; float:left; margin-left:10px;}
.smallimg li{ float:left; display:inline; margin:0 0 0 10px; }
.smallimg li a { display:block; background:url("smallimgbg2.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/smallimgbg2.gif*/; width:43px; height:43px; padding:8px 0 0 3px; }
.smallimg li a:hover , .smallimg li a.cur{ background:url("smallimgbg1-1.gif")/*tpa=http://www.wellsure.cn/Skins/default/Img/smallimgbg1.gif*/;}
.smallimg li img { width:40px; height:40px; display:block; }
.look_big { text-align:center; line-height:25px; margin:15px 0; }
.look_b { text-align:center;}
.look_b input { margin:0 4px; *height:23px;}




	/* -- 产品详细页__产品详细参数 -- */
.mod_goods_info {clear:both;margin-bottom:10px;position:relative}
.mod_goods_info .hds {border-bottom:1px solid #235EAB;height:33px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px;}
.mod_goods_info .hds li h3 {display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a {color:#333;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on {border-color:#235EAB;border-bottom:0;position:relative;}
.mod_goods_info .hds .status_on h3 {height:31px;background-color:#fff;color:#235EAB}
.mod_goods_info .hds .status_on h3 a {color:#076EBB;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#085C9B;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}
.propar { }/*产品详细参数字体颜色*/ 
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#235EAB; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}

/* maincont */
.maincont{width:930px;}
.hottel{color:Red;font-weight:normal;}
/* prodetailsinfo */
.prodetailsinfo{padding:15px 0;clear:both;zoom:1; }
/* proviewbox */
.proviewbox{float:left;width:355px;position:relative;z-index:5;}

.probigshow{position:relative;width:350px;height:300px;padding:1px;border:1px solid #ddd;overflow:hidden}
.probigshow .span_showtip{position:absolute;top:0px;left:0px;width:81px;height:81px; text-indent:-999em;overflow:hidden;}
.probigshow .showtip_1{background-position:0 0;}
.probigshow .showtip_2{background-position:0 -81px;}

.probigshow a.a_probigshow{cursor:crosshair;}


/* prodbaseinfo_a */
.prodbaseinfo_a{float:left;width:520px; margin-left:16px; z-index:1;}

.prodbaseinfo_a .div_choose{background:#fcf0f0; border:1px solid #fbd2d2;margin-top:7px;padding:10px;}
.prodbaseinfo_a .div_choose h3{font-weight:normal;padding:0 0 5px; }

.prodbaseinfo_a  .p_inputnum{padding:10px 0 0; }

.prodbaseinfo_a  .p_inputnum .txt{border:1px solid #c4c4c4;width:45px;height:15px; text-align:center;vertical-align:middle; }
.prodbaseinfo_a  .p_inputnum b{font-weight:normal;}

.h2_prodtitle{font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }


.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfo p em span{ color: #383838;font-size: 14px; margin: 10px 0;  text-align: left; display: inline-block;line-height: 22px;width: 99%;}
.ul_prodinfo p span{color: #383838;display: inline-block; line-height: 26px; width: 99%;font-size: 14px;}
.ul_prodinfos{padding:6px 5px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:16px;font-weight:bold;}

.ul_prodinfos li{padding:5px 0 10px;font-size: 16px;}
.ul_prodinfo li{float:left;width:400px; padding:6px 0;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; }

.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{
color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#c00;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}

.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}


/*详细属性开始*/
.proinfo .nr_list {   clear:both; padding-top:12px; margin-bottom:10px;}
.proinfo .nr_list ul{ padding-left:6px;}
.proinfo .nr_list ul li{float:left; height:25px; width:220px; overflow:hidden;}
/*详细属性结束*/

.proinfo  { font-size:14px; line-height:25px;}
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px;}
.proinfo p { padding:0 20px;color:#414141}
.proinfo p a { color:#235EAB;}
.proinfo .p_tit { font-weight:bold;}

.proinfo div { padding:0 5px; }




.ProductPropertys{width:100%; border:solid 1px #eee; border-right-width:0; border-bottom-width:0; margin:0 auto;}
.ProductPropertys th,
.ProductPropertys td{ border:solid 1px #eee; border-top-width:0; border-left-width:0; padding:8px; font-size:14px;}
.ProductPropertys th{ background:#f0f0f0; font-weight:bold; width:85px !important; border-bottom-color:#ddd; text-align:right;}


/*新闻中心*/
.agent_con { width:740px;  padding-top:10px; line-height:24px; margin-left:8px;}
.agent_con p { font-size:14px;}

.agent_con .age_li_about { font-size:14px; padding-left:5px;line-height:29px;}
.agent_con .age_li_about p { white-space: normal; letter-spacing: normal; word-spacing: 10px;}


.news_li2{ height:40px; clear:both; border-bottom:solid 1px #dedede;}

.news_li2 .r_con{ padding-left:10px; line-height:24px;}
.news_li2 .r_con .newtitle{background:url(../imges/page_topnav_icon.gif) no-repeat left 14px; padding-top:6px; font-size:16px; padding-left:18px; width:560px; float:
left;text-align:left}
.news_li2 .r_con .newtitle A{COLOR: #222222;}
.news_li2 .r_con .newtitle A:hover{COLOR: #0073b8;}
.news_li2 .r_con .date{ width:120px; text-align:right; font-size:16px; padding-top:5px; float: right}