﻿/*
KISSY CSS Reset
*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
   font-size: 14px;
}


body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 14px/1 "微软雅黑" Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
img{ max-width: 100%;}
/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #009bde; }
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

/* 重置表单元素 */
input,select,textarea,button{outline:medium;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
input {vertical-align:middle;border: none; background: none;outline:none;}\n

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}


html { overflow-y: scroll; min-width: 320px;}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}



#header .top{ height: 4px; line-height: 4px; background: #009bde; color: #fff;}
#header .bdshare-button-style0-16{ float: left; height: 28px; line-height: 28px; margin: 7px 0 0 5px;}
#header span.top-ico1,#header span.top-ico2{ padding-left: 15px; margin-right: 10px; height: 12px; line-height: 12px; margin-top: 8px;}
#header span.top-ico1{ background: url(../img/ico1.jpg) 0 center no-repeat; padding-right: 10px; border-right: 1px #A49BF8 solid;}
#header span.top-ico2{ background: url(../img/ico2.jpg) 0 center no-repeat;padding-left:20px;}
#header .nav-box{ padding: 10px 15px;}
#header .logo img{ height: 50px; width: auto;}
#header .logo span{ width:60px; height:60px; line-height:60px; text-align:center;}
#header .logo p{height: 3px; line-height: 3px;}
#header .nav-logo{ margin-top: 10px;}
#header .xs-nav{ height: 100%; background: #4439a5; position: fixed; right: -200px; top: 0; width: 200px; overflow: hidden; display: none;}
#header .xs-nav ul{ padding: 15px 0;}
#header .xs-nav a{ display: block; border-bottom:1px #A49BF8 solid; height: 40px; line-height: 40px; padding-left: 5px; color: #A49BF8; padding: 0 25px; font-size: 15px;}
#header .xs-nav a:active{ background: #382baa; color: #fff;}

#header .d-nav li{ float: left; font-size:16px; font-weight:bold;}
#header .d-nav a{ display: block; height: 80px; line-height: 80px;padding: 0 13px;}
#header .d-nav a:hover,#header .d-nav li.dq a{ background: url(../img/navbg.jpg) center bottom no-repeat; color: #000;}

#t-ban{text-align: center;font-size: 18px;background: #fff; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
        -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}  
#t-ban .swiper-slide img{ max-width: 100%;height: auto;}  


.box1{ background: #fff; padding: 30px 0;}
#yw-list{ margin-top: 30px; padding-bottom: 25px;}
#yw-list .swiper-container {width: 100%;height: 100%;}
#yw-list .swiper-slide { 
	text-align: center;font-size: 18px;background: #fff;
    display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
    -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
    -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    }
#yw-list a.yw-alist{ display: block; text-align: center;}    
#yw-list a.yw-alist span{ color: #000; font-size: 50px; font-weight: bold; border-radius: 50%; border: 1px #cedadd solid; display: block; width: 100px; height: 100px; text-align: center; line-height: 100px; margin: 0 auto 10px;}
#yw-list a.yw-alist h3{ color: #333; font-size: 16px; padding-bottom: 8px; font-weight:bold;}
#yw-list a.yw-alist p{ font-size: 12px; color: #999; height: 14px; overflow: hidden;}
#yw-list a.yw-alist:hover span,#yw-list a.yw-alist:active span{border: 1px #7cceec solid; color: #009bde;}
#yw-list a.yw-alist:hover h3,#yw-list a.yw-alist:active h3{ color: #009bde; font-weight:bold;}
#yw-list .swiper-pagination{ margin-bottom: -10px;}
.title1{ text-align: center; padding-top:50px; padding-bottom:100px; height:100px; line-height:100px; /*background:#fff;*/}
.title1 h1{ font-size: 26px; color: #333; font-weight: bold; padding-bottom: 6px; font-family: arial;}
.title1 h3{ font-size: 16px;}
.box2 .sy-abimg{ width: 100%;}
.box2 .sy-abimg img{ width: 100%; height: auto;}
.box2 .sy-abtxt{ width: 100%; padding-top: 15px; line-height: 1.7;}
.box2 .sy-abtxt h2{ font-size: 18px; padding-bottom: 8px;}
.box2 a.sy-gdbtn{ display: block; width: 50%; border: 1px #009bde solid; color: #009bde; height: 40px; line-height: 40px; text-align: center; margin: 10px auto;}
.box2 a.sy-gdbtn:hover,.box2 a.sy-gdbtn:active{ border-color:#009bde; background: #009bde; color: #fff;}
.box2 .sy-tgff{ background:rgba(0, 164, 223,.35); padding: 15px 0; margin-top: 15px;}
.box2 .tit-02{ color: #fff; text-align: center;}
.box2 .tit-02 h2{ font-size: 20px; padding-bottom: 15px;}
.box2 .tit-02 p{ color: #fff; font-size: 12px; font-weight: bold;}
.box2 .sy-gtfflist li{ float: left; width: 50%; text-align: center; margin-bottom: 15px;}
.box2 .sy-gtfflist  h2{ margin-bottom: 8px; width: 40px;  height: 40px; font-weight: bold; line-height: 40px; border-radius: 50%; font-size: 20px; border:1px #fff solid; color: #fff; display: inline-block;}
.box2 .sy-gtfflist{ padding-top: 15px;}
.box2 .sy-gtfflist li a{ display: block;}
.box2 .sy-gtfflist li p{ color: #fff; font-size: 12px; font-weight: bold;}
.box2 .sy-gtfflist li a:hover h2,.box2 .sy-gtfflist li a:active h2{ color: #fde53d; border-color: #fde53d;}
.sy-gtff-ico{ display: none;margin-left: 25px;}
.sy-gtff-ico a{ float: left; margin: 10px 15px;}
.box3{padding: 0px 0;}
.box3 .syff-list{ padding-top: 20px;}
.box3 .syff-list li{ text-align: center; margin-bottom: 15px;}
.box3 .syff-list li img{ width: 100%; height: auto;}
.box3 .ff-txt{ background: #f9f8f8; padding: 15px 0;}
.box3 .ff-txt h3{ padding-bottom: 6px; font-size: 18px;}
.box3 .ff-txt p{ color: #ccc; font-weight: bold;}
.box3 .syff-list li:hover .ff-txt,.box3 .syff-list li:active .ff-txt{ background: #00a4df; color: #fff;}
.box3 .syff-list li:hover .ff-txt p,.box3 .syff-list li:active .ff-txt p{ color: #fff;}

.box4{background: url(../img/box4.jpg) center top no-repeat;padding: 30px 0 60px; background-size: cover;}
.box4 .synews-box{ padding-top: 20px;}
.box4 .synews-list{ width: 100%; background:rgba(254, 229, 61,.85); padding:10px 15px; }
.box4 .synews-list li{ border-bottom: 1px #f4d23c solid; padding: 15px 0; }
.box4 .synews-list  span{ margin-right: 15px;  color: #242424; font-size: 26px; font-weight: bold; border: 1px #dcb80a solid; border-radius: 50%; float: left; width: 60px; height: 60px; line-height: 60px; text-align: center;}
.box4 .synews-list li:active span{ border-color:#242424;}
.box4 .synews-list li p{color: #bf9e02; font-size: 13px; line-height: 20px;  margin-top: 6px; height: 40px; overflow: hidden;}
.box4 .synews-list li a{ font-size: 15px; color:#000;line-height: 1.2; display: block; max-height: 36px; overflow: hidden;}
.box4 .synews-list li:nth-last-child(1){border-bottom: none;}
.box4 .news-img{ width: 100%; height: auto;}

.box4  #news-imgfoc .swiper-slide p{ background: rgba(0, 164, 223,.5); height: 40px; line-height: 40px; position: absolute; left: 0; bottom: 0; width: 100%; overflow: hidden;}
.box4  #news-imgfoc .swiper-slide p span{ text-align: center;  display: block; padding: 0 20px; color: #fff; font-size: 15px;}
.box4  #news-imgfoc .swiper-slide img{ width: 100%; height: auto;}

.box5{ padding: 30px 0;}
#hb-img .swiper-slide {text-align: center;}
#hb-img .swiper-slide img{ width: 180px; height: 95px;}
#hb-img{ margin: 0 50px;}
.hb-list{ position: relative; margin-top: 25px;}


.foot{ width:100%; /*background:#00A4DF;*/ padding:15px 0; text-align:center; font-size:14px; line-height:24px; color:#fff;}
.foot a{ color:#7f7f7f;}
.foot a:hover{ color:#fff;}
.foot span{ font-size:10px; color:rgba(255, 255, 255,.4); padding-left:5px; padding-right:5px;}

#footer{ background:rgba(0, 164, 223,.6); padding-top: 30px; margin-top: 20px;color:#fff;}
#footer a{text-decoration:none;}
#footer a{color:#fff}
#footer a:hover{color:#ffdc40;}
#footer a:visited{color:#fff;}
.foot-rwm{ border:2px rgba(0, 164, 223,.6) solid; margin-right: 20px; text-align:center; background-color:#0aa8e0;}
.foot-rwm img{ width: 100px; height: auto;}
.foot-top{ padding-bottom: 30px;}
.foot-ltxt h3{ font-size: 18px; }
.foot-ltxt h4{ font-size: 20px; color: #fff; padding: 8px 0;}
.foot-ico{ padding-top: 8px;}
.foot-ico a{ float: left; height: 24px; line-height: 24px; margin-right: 22px;}

.foot-ico a.icon-em{ background: url(../img/ico2.jpg) 0 50% no-repeat; padding-left: 26px;}
.foot-ico a.icon-qq{ background: url(../img/qq.jpg) 0 50% no-repeat; padding-left: 20px;}

.foot-rbox{ width: 100%;}

.foot-nav { height: 30px; line-height: 30px; text-align: center;}
.foot-nav a:hover{ color: #fee53d;}
.foot-sobox{ text-align: center;  margin-top: 15px; position: relative;    border: 2px rgba(0, 164, 223,.6) solid;}
.foot-sobox input{ width: 100%; height: 30px; line-height: 30px; background: #fff; padding: 0 10px;}
.foot-sobox button{ color: #333; background: #fde53d; border: none; display: block; position: absolute; width: auto; padding: 0 20px; height: 30px; right: 0; top: 0;}
.foot-sobox button:active{ background: #A49BF8;}
.copy{ padding: 6px; line-height: 24px; text-align: center; background-color:rgba(0, 164, 223,.9);color:#fff;}
.copy p{ display: inline-block;}

.ny-ban img{ max-width: 100%;}
.ny-ban{ text-align: center;}
.wrap{ padding: 30px 0;}
.sub-nav{ margin: 30px 15px; text-align: center;}
.sub-nav li{ display: inline-block; text-align: center; margin-bottom: 15px; }
.sub-nav ul{ float: left; }
.sub-nav li a{ display: block; padding: 0 20px; height: 45px; line-height: 45px; background: #fde53d; color: #000;}
.sub-nav li a:hover,.sub-nav li.dq a{ background: #009bde; color: #fff;}
.wz-box{ display: none;  padding-right: 30px; height: 60px; line-height: 60px; background: url(../img/ico3.png) 0 50% no-repeat; padding-left: 17px; color: #fde53d;}
.wz-box a{ color: #fff;}
.wz-box a:hover{ color: #fff;}
	
	

.about-txt{ padding: 40px 15px 0; line-height: 1.7;}
.about-txt img{max-width: 100%; height: auto;}

.ffxm-list{ padding-top: 30px;}
.ffxm-list li{ text-align: center; padding:15px; }
.ffxm-list p{ height: 44px; overflow: hidden; line-height: 22px; text-align: left;}
.ffxm-list li h3{ color: #333; padding: 8px 0; font-size: 16px; font-weight: bold; line-height: 1.8;}
.ffxm-list li a{display: block; color: #969696; padding: 10px; border: 1px #eee solid;}
.ffxm-list li a:hover h3{ color: #009bde;}

.ff-txt{ padding-top: 30px; text-align: center;}
.ff-titl h1{ font-size: 30px; color: #009bde; font-weight: bold; padding-bottom: 15px;}
.ff-titl .inf-t{ color: #999;}
.ff-txtnr{ padding: 30px 15px 0; line-height: 2.4; text-align: left;}

.news-list{ padding-top: 15px;}
.news-list li{ line-height: 1.7; /*border-radius:10px;*/ }
.news-list li a{ border-bottom: 1px solid #f9f9f9;  display: block;padding:30px 30px;}
.news-list li a:active,.news-list li a:hover{border-bottom: 1px solid #00a4df; line-height: 1.7; /*border-radius:10px;background: #fcfcfc; */ background: #fff;}
.news-list li h2{font-size: 16px; padding-bottom: 6px; line-height: 1.7; font-weight:bold;}
.news-list li p{color: #7f7f7f;}
.news-list div.time{color: #7f7f7f;}
.news-list li a:hover h2{color: #009bde; }

.lc-txt{ padding-top: 20px; line-height: 1.8;}

.lx-txtbox{ padding-top: 20px; line-height: 1.8;}
.ffwd-box .ffwd-title{ padding: 5px 0;    margin-bottom: 20px;border-bottom: 1px solid #d6d6d6;}
.ffwd-box .ffwd-title h2{font-size: 22px; color: #009bde; line-height: 40px;}
.ffwd-box li{ line-height: 30px; margin-bottom: 15px;}
.ffwd-box{ padding: 0 15px;}



@media (min-width: 768px) {
	#header .logo img{ height: 60px; width: auto;}
	#header .nav-box{ padding: 0px 15px;}
	#header .logo{ padding: 10px 0;}
	.title1 h1{ font-size: 36px;}
.title1 h3{ font-size: 18px;}
.box2{ background: #f8fdfe; /*border-top:3px solid #009bde;*/}
	.box2 .sy-abimg{ width: 50%;}
	.box2 .sy-abtxt{ width: 48%; }
	.box2 .sy-abtxt p{ height: 95px; overflow: hidden;}
	.box2 .tit-02{ float: left; text-align: left; margin-top: 15px;}
	.box2 .sy-gtfflist{ float: right; width: auto;}
	.box2 .sy-gtfflist li{ width: auto; margin-left: 25px;}
	.box2 .sy-tgff{ margin-top: 0;}
	.foot-rbox{ width: auto; float: right;}
	.sub-nav{ margin: 30px 0 0 0; height: 60px; line-height: 60px; background: #00a4df; padding-left: 20px;}
		.sub-nav li{ float: left; width: auto; margin: 0;}
		.sub-nav li a{ height: 60px; line-height: 60px; padding: 0 25px;}
}
@media (min-width: 992px) {
#header .logo img{ height: 70px; width: auto;}	
#header .d-nav a{ padding: 0 30px;height: 91px; line-height: 91px;}
.box2 .sy-abtxt{ padding-top: 40px; }
.box2 .sy-abtxt p{ height: auto;}
.box2 a.sy-gdbtn{ margin-top: 20px;}	
.box2 .sy-abtxt h2{ margin-bottom: 15px;}
.box4 .synews-list{ float: left; width: 50%;}
.box4 .news-img{ float: right; width: 50%;}
.wz-box{ display: block;}
}
@media (min-width:1200px) {
	#yw-list .swiper-pagination{ display: none; padding-bottom:5px;}
	.sy-gtff-ico{ display: block; }
	.box4 .synews-list li{ padding: 18px 0; }
	.box4 .synews-list{ height: 312px; overflow: hidden;}
}

@media only screen and ( max-width:370px ) {
	.foot-nav{ display: none;}
	.foot-sobox{ margin-top: 0;}	
}

	@media only screen and ( max-width:320px ) {
		.sub-nav li a{ padding: 0 17px;}	
	}

@media only screen and ( max-width:767px ) {
	.ffxm-list{ margin: 0;}
}
@media only screen and ( max-width:420px ) {
	.ffxm-list li{ width: 100%;}
}


/*****下载中心******/

/*解决方案*/	
	
.case_introduction{
	width: 1170px;
	height: auto;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	/*页面边框*/
	/*box-shadow: 0px 0px 4px rgba(0,0,0,0.1);*/
	/*页面边框*/
}


.case_introduction .tit_h{
	font-size: 26px;
	color: #ffcc33;
	font-weight: bold;
	width: 1080px;
	margin: 30px auto 8px;
}
.case_introduction .tit_p{
	font-size: 14px;
	color: #505050;
	line-height: 28px;
	width: 1080px;
	margin: 0 auto;
}

.case_introduction ul{
	width: 100%;
	margin: 0px auto 0;
	height: auto;
	overflow: hidden;
}
.case_introduction ul li{
	width:31.5%;
	float: left;
	/*margin:10px 0px 0 10px;*/
	margin:30px 6px 10px 2px;
	background: #fff;
	border-radius:5px;
	box-shadow: 0px 0px 2px rgba(0, 164, 223,.2);
	border:2px solid #fff;
	overflow:hidden;

}




.case_introduction ul li:hover{
	border:2px solid #009bde;
	background-color:#e5f5fc;

}

.case_introduction ul li a{
	display: block;
	width: 100%;
}
.case_introduction ul li a img{
	display: block;
	width: 100%;
	border-radius:5px;
}

.case_introduction ul li a:hover img{
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	opacity: 1;	
	/*
	-webkit-transition: all 1s ease;
	
	*/
}
.case_introduction ul li h3{
	font-size: 16px;
	color: #505050;
	font-weight:bold;
	line-height:30px;
	text-align: center;
	margin: 10px auto 6px;
}
.case_introduction ul li p{
	width: 90%;
	margin: 2px auto;
	font-size: 12px;
	color: #505050;
	line-height: 24px;
}
.case_introduction ul li span{
	display: block;
	margin: 25px auto 25px;
	font-size: 14px;
	font-weight:bold;
	color: #009bde;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #009bde;
	border-radius: 3px;
}
.case_introduction ul li a:hover span{
	background: #009bde;
	color: #fff;
}

.case_introduction .viewmore{
	height:10%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.case_introduction .page{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-bottom:20px;
	height:60px;
}
.case_introduction .page a{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 100px;
	display: inline-block;
	margin: 0 10px;
}
.case_introduction .page a font{
	font: 18px/30px consolon;
	font-weight: bold;
}
.case_introduction .page a:hover,
.case_introduction .page a.cur{
	color: #16466a;
}

/*INDEX*/

.case_introduction_index{
	width: 1200px;
	height: auto;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	/*页面边框*/
	/*box-shadow: 0px 0px 4px rgba(0,0,0,0.1);*/
	/*页面边框*/
}


.case_introduction_index .tit_h{
	font-size: 26px;
	color: #ffcc33;
	font-weight: bold;
	width: 1080px;
	margin: 30px auto 8px;
}
.case_introduction_index .tit_p{
	font-size: 14px;
	color: #505050;
	line-height: 28px;
	width: 1080px;
	margin: 0 auto;
}

.case_introduction_index ul{
	width: 100%;
	margin: 0px auto 0;
	height: auto;
	overflow: hidden;
}
.case_introduction_index ul li{
	width:23.8%;
	float: left;
	/*margin:10px 0px 0 10px;*/
	margin:30px 3px 10px 10px;
	background: #fff;
	border-radius:5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	border:2px solid #fff;
	overflow:hidden;

}




.case_introduction_index ul li:hover{
	border:2px solid #009bde;
	background-color:#e5f5fc;

}

.case_introduction_index ul li a{
	display: block;
	width: 100%;
}
.case_introduction_index ul li a img{
	display: block;
	width: 100%;
	border-radius:5px;
}

.case_introduction_index ul li a:hover img{
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	opacity: 1;	
	/*
	-webkit-transition: all 1s ease;
	
	*/
}
.case_introduction_index ul li h3{
	font-size: 16px;
	color: #505050;
	font-weight:bold;
	line-height:30px;
	text-align: center;
	margin: 10px auto 6px;
}
.case_introduction_index ul li p{
	width: 90%;
	margin: 2px auto;
	font-size: 12px;
	color: #505050;
	line-height: 24px;
}
.case_introduction_index ul li span{
	display: block;
	margin: 25px auto 25px;
	font-size: 14px;
	font-weight:bold;
	color: #009bde;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #009bde;
	border-radius: 3px;
}
.case_introduction_index ul li a:hover span{
	background: #009bde;
	color: #fff;
}

.case_introduction_index .viewmore{
	height:10%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.case_introduction_index .page{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-bottom:20px;
	height:60px;
}
.case_introduction_index .page a{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 100px;
	display: inline-block;
	margin: 0 10px;
}
.case_introduction_index .page a font{
	font: 18px/30px consolon;
	font-weight: bold;
}
.case_introduction_index .page a:hover,
.case_introduction_index .page a.cur{
	color: #16466a;
}


/*INDEX*/





/*案例介绍--详情页*/
.case_bawza{
	text-align: left;
}
.case_bawza h2{
	color: #ffcc33;
	margin-left: 5%;
}
.case_bawza p{
	margin-left: 5%;
}
.case_bawza p span{
	margin-right:1%;
}
.case_bawza p span img{
	margin-right: 0.7%;
}
.case_details_top{
	display: block;
	width: 90%;
	margin: 5.583% auto 0;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
.case_details_topL{
	float: left;
	width: 83.33%;
}
.case_details_topL a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.case_details_topL a img{
	display: block;
	width: 100%;
}
.case_details_topL a img.zzjx{
	position: absolute;
	top: 0;
	right:3.75%;
	width: 71px;
	height: 97px;
}
.case_details_topL p{
	font-size: 16px;
	color: #505050;
	margin: 25px auto 36px;
	line-height: 28px;
}
.case_details_topR{
	float: right;
	width:13.88%;
	height: auto;
}
.case_details_topR ol{
	display: block;
	width: 100%;
	border-top: 1px solid #efefef;
}
.case_details_topR ol li{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #505050;
	line-height: 72px;
	border-bottom: 1px solid #EFEFEF;
}
.case_details_topR ol li em{
	font-size: 24px;
}
.case_details_topR ol li span{
	color: #da251c;
}
.case_details ul h2{
	font-size: 16px;
	color: #505050;
	padding-left: 15px;
	margin-left: 5%;
	border-left: 3px solid #D9261C;
}
.case_details ul{
	margin:15px auto 5%;
}
/*产品介绍页面*/


.product_introduction ul{
	margin-bottom:0;
}

.product_introduction ul li{
	position: relative;
	margin-top: 1%;
	text-align: center;

}

/*
.product_introduction ul li img{
	display: block;
	width: 96px !important;
	height: 96px;
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -48px;
}
*/

.product_introduction ul li img{
	display: block;
	width:280px !important;
	margin-bottom:10px;
	border-radius:5px;
}

.product_introduction ul li h3{
	display: block;
	position: relative;
	margin-top:10%;
	color: #505050;
	font-weight:bold;
}
.product_introduction ul li h4{
	font-size: 14px;
	color: #505050;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
}

.product_introduction ul li p{
	color: #505050;
	line-height:24px;
	text-align:left;
	padding-bottom:10px;
}


/*INDEX*/
.product_introduction_index ul{
	margin-bottom:0;
}

.product_introduction_index ul li{
	position: relative;
	margin-top: 1%;
	text-align: center;

}

/*
.product_introduction_index ul li img{
	display: block;
	width: 96px !important;
	height: 96px;
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -48px;
}
*/

.product_introduction_index ul li img{
	display: block;
	width:280px !important;
	margin-bottom:10px;
	border-radius:5px;
}

.product_introduction_index ul li h3{
	display: block;
	position: relative;
	margin-top:10%;
	color: #505050;
	font-weight:bold;
}
.product_introduction_index ul li h4{
	font-size: 14px;
	color: #505050;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
}

.product_introduction_index ul li p{
	color: #505050;
	line-height:24px;
	text-align:left;
	padding-bottom:10px;
}


/*INDEX*/

/*产品介绍--详情*/
.product_bawz{
	text-align: left;
}
.product_bawz img{
	float: left;
	width: 73px;
	margin-left: 43%;
	margin-right: 1%;
	margin-top:48px;
}
.product_bawz .wzz{
	float: left;
}
.product_details_topL {
	width: 51.29%;
	margin:0px auto 4.68%;
}
.product_details_topR{
	width: 46.296%;
}
.product_details_topR p{
	font-size: 14px;
	color: #505050;
	line-height: 24px;
}
.product_details_topR p.p1{
	padding-top: 20px;
	background: url(../img/produc_line.png) no-repeat left top;
}
.product_details_topR p.p2{
	margin-left:0%;
	margin-top: 23%;
}
.product_details_topR p.p2 span{
	margin-right:1%;
}
.product_details_topR p.p2 span img{
	margin-right: 0.7%;
}
.product_details_topR p.p2 span.span{
	margin-left: 15%;
}
.product_details_topR p.p2 em{
	color: #9b9b9b;
}
.product_details ul li{
	width: 25%;
	margin: 30px auto 10px;
	background: none;
	text-align: center;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.product_details ul li img{
	width: 96px !important;
	height: 96px;
	margin: 0 auto;
}
.product_details ul li h3{
	font-size: 16px;
	color: #505050;
	margin:2% auto 0;
}
.product_details ul li h4{
	margin-top:1%;
	font-size: 14px;
	color: #505050;
}
.product_details ul li a:hover h3,
.product_details ul li a:hover h4{
	color: #16466a;
}
/*公司介绍*/
.company_introduction{
	width: 1200px;
	height: auto;
	margin: 0 auto 50px;
	position: relative;
	margin-top:-96px;
	border-radius:5px;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	background: #eef8fd url(../img/company_ht.png) no-repeat left bottom;
}
.company_introduction dl{
	display: block;
	width: 100%;
	height: auto;
}
.company_introduction dl dt{
	display: block;
	width:95%;
	margin-top: 56px;
	height:auto;
	overflow: hidden;
	position: relative;
	z-index: 5;
	padding-left: 5%;
}

.company_introduction dl dt .title1{
	margin-top:20px;
}


.company_introduction dl dt .title1 em{
	margin-top:20px;
}

.company_introduction dl dt em{
	display: inline-block;
	font-size:70px;
	font-style:italic;
	font-weight: bold;
	color: rgba(102,153,204,0.3);
	position: absolute;
	z-index: 2;
	margin-top: -10px;
	margin-left:-50px;
	top: 0;
	left: 5%;
}
.company_introduction dl dt p{
	position: relative;
	z-index: 10;
	font-size: 12px;
	line-height: 24px;
	color: #003366;
	padding-left:2px;
	font-style:italic;
}
.company_introduction dl dt span{
	position: relative;
	z-index: 10;
	font-size: 32px;
	line-height: 32px;
	color: #003366;
}
.company_introduction dl dt.second p,
.company_introduction dl dt.second span{
	color: #003366;
}
.company_introduction dl dt span img{
	position: relative;
	margin-top:1.2%;
	margin-left: 1%;
}
.company_introduction dl dd{
	display: block;
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	position: relative;
	
}
.company_introduction dl dd .company_L,.pro_info_wz{
	width:80.16%;
	height: auto;
	padding: 5% 0 5% 4.15%;
	border-radius:5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
	background: #fff url(../img/company_ht.png) no-repeat left bottom;

}
.company_introduction dl dd.second .company_L,.pro_info_wz{
	padding:5% 0;
	background: #fff url(../img/company_ht.png) no-repeat right bottom;
}
.company_introduction dl dd .company_L p,.pro_info_wz p{
	width: 84.82%;
	font-size: 14px;
	color: #505050;
	text-align: justify;

}
.company_introduction dl dd.second .company_L p,.pro_info_wz p{
	float: right;
	margin-right: 4.15%;
}
.company_introduction dl dd .company_L p.p1{
	background: url(../img/produc_line.png) no-repeat left top;
	padding-top:1.8%;
	line-height:28px;
}

.company_introduction dl dd .company_L p.p1 span{
	font-size: 22px;
	color: #009bde;
	padding-top:1.5%;
	text-align: left;
}

.company_introduction dl dd .company_L p.p2{
	margin-top:5%;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 24px;
}
.company_introduction dl dd .company_L img{
	float:left;
	display:block;
	text-align: left;
	margin-bottom:4px;
	margin-right:4px;
}
.company_R{
	position: absolute;
	top: 69px;
	right: 0;
	width: auto;
}
.company_Ra{
	left: 0;
}
.company_R img{
	display: block;
	width: 306px;
	position: relative;
	border-radius:10px;
	margin:0 15px;
	
}
.company_R img.yy{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -12.5px;
	left: -12.5px;
}
.company_R img.yya{
	left: 24.5%;
}
/*联系我们*/
.contact_Us_map{
	width:100%;
	height:350px;
	text-align:center;
	margin:auto;
	padding:20px 0;
	
}
.contact_Us_map img{
	margin:20px 0;
	width:1080px !important;
	
	}
.contact_Us ul{
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px dotted #d8d8d8;
}
.contact_Us ul li{
	float: left;
	display: inline-block;
	width: 33.3333%;
	background: none;
	margin:5% 0;
	text-align: center;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border:0;
}
.contact_Us ul li:hover{
	border:0;
	background:none;
}

.contact_Us ul li img{

}
.contact_Us ul li p{
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	margin:20px auto 0px;
}
.contact_Us ul li em{
	font-size: 14px;
	color: #505050;
}
.contact_Us ol{
	display: block;
	width: 62.08%;
	margin: 0 auto;
}
.contact_Us ol h2{
	font-size: 16px;
    color: #505050;
    padding-left: 15px;
    margin-top: 4.6%;
    margin-bottom: 2%;
    border-left: 3px solid #009bde;
}
.contact_Us ol li{
	display: block;
	width: 100%;
	margin-bottom: 2%;
}
.contact_Us ol li input{
	display: block;
	width: 99.6%;
	border: 1px solid #CCCDCC;
	line-height:48px;
	text-indent: 1.5%;
	font-size: 14px;
	color: #9b9b9b;
}
.contact_Us ol li textarea{
	display: block;
	width: 96.6%;
	border: 1px solid #CCCDCC;
	font-size: 14px;
	padding:0.5% 1.5%;
	color: #9b9b9b;
	line-height: 24px;
	height: 238px;
}
.contact_Us ol input.submit{
	display: block;
	width: 170px;
	height: 50px;
	background: #009bde;
	font-size: 18px;
	color: #fff;
	border-radius:5px;
	margin: 40px auto 50px;
	cursor: pointer;
}
.contact_Us ol input.submit:hover{
	background: #da251c;
}
/*搜索结果页*/
.case_bawz em{
	color: #da251c;
	display: inline-block;
	margin: 0 3px;
}
.ba_search{
	position: absolute;
	top:563px;
	left: 20%;
	z-index:10;
	width: auto;
	height: auto;
}
.ba_search input.inputA{
	background: #fff;
	font-size: 14px;
	color: #ccc;
	width: 325px;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-indent:7%;
	float: left;
}
.ba_search input.inputB{
	float: left;
	width: 58px;
	line-height: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	background: #ffcc33 url(../img/search_icon.png) no-repeat center center;
}
.ba_search input.inputB:hover{
	background: #E4C600 url(../img/search_icon.png) no-repeat center center;
}




/*新闻动态--详细页面*/
.news_detail{
	display: block;
	width: 1080px;
	padding: 0 5%;
	overflow: hidden;
}
.news_detail img{
	display: block;
	width: 100%;
	margin: 6% auto 0;
}
.news_detail h5{
	font-size: 16px;
	color: #505050;
	margin-top: 2.8%;
	font-weight: bold;
}
.news_detail p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 32px;
	margin-top: 2.8%;
	text-indent: 2em;
	text-align: justify;
}
.news_detail dl{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:3% auto 4%;
}
.news_detail dl dd{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #505050;
}
.news_detail dl dd a{
	color: #505050;
}
.news_detail dl dd.right{
	text-align: right;
}
.news_detail dl dd a:hover{
	color: #003366;
}
/*新闻动态*/

.news_information dl{
	margin-top: 3%;
}
.news_information dt{
	position: absolute;
	z-index: 8;
	top: 11%;
	left: 0;
	width: 34.90%;
}
.news_information dt a{
	display: block;
}
.news_information dt a img{
	display: block;
	width: 100%;
	border-radius:5px;	
}
.news_information dt a:hover img{
	opacity: 0.9;
	border-radius:5px;
}
.news_information dd{
	width: 73.611% !important;
	margin-left: 26.89%;
}
.news_information dd a{
	width: 73.8693% !important;
	margin-left:19.346% !important;
}
.news_information dd a span {
    margin-top: 5%;
    margin-bottom: 3.4%;
}

/*产品详情页*/

.prophoto{
	width:900px;
	margin-left:20px;
	display:block;
	overflow:hidden;
	}
	
.prophoto ul li{
	
	}

	
.prophoto img{
	width:700px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:4px;
	border:1px solid #d8d8d8;
	border-radius:10px;
	background-color:#eef8fd;
	opacity:1;
	}



.pro_zs_photo{
	width:900px;
	margin-left:20px;
	display:block;
	overflow:hidden;
	}
	
.pro_zs_photo ul li{
	
	}

	
.pro_zs_photo img{
	width:278px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:4px;
	border:1px solid #d8d8d8;
	border-radius:10px;
	background-color:#eef8fd;
	opacity:1;
	}
	
	
.pro_azt{
	width:900px;
	margin-left:20px;
	display:block;
	overflow:hidden;
	}
	
.pro_azt ul li{
	
	}

	
.pro_azt img{
	width:800px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:4px;
	border-radius:10px;
	opacity:1;

	}
	
.pro_azht{
	width:930px;
	margin-left:26px;
	display:block;
	overflow:hidden;
	}
	
.pro_azht ul li{
	
	}

	
.pro_azht img{
	width:278px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	padding:4px;
	border:1px solid #d8d8d8;
	border-radius:10px;
	background-color:#eef8fd;
	opacity:1;

	}	
	
	
	
.pro_info_download{
	width:1000px;
	margin-left:20px;
	display:block;
	overflow:hidden;
	text-align:center;
	}
	
.pro_info_download ul{
	float:left;
	display:block;
	
	
	
	}	
.pro_info_download ul li{
	padding:10px;
	
	}
	
.pro_info_download span{
	}


.pro_info_download a{
	color:#505050;
	}

.pro_info_download a:hover{
	color:#009bde;
	}

	
.pro_info_download img{
	width:200px;
	height:200px;
	float:left;
	margin:10px 0 10px 10px;
	padding:4px;
	border:1px solid #d8d8d8;
	border-radius:10px;
	background-color:#eef8fd;
	}


.pro_info_download img:hover{
	border:1px solid #009bde;
	
	}



	
.pro_info_wz{
	width: 85%;
	font-size: 14px;
	color: #505050;
	text-align: center;
	}
	
.pro_info_wz p {
	float:left;
	width:92%;
	line-height:28px;
	margin:-30px 0 0 30px;
	
	}
.pro_info_bt{
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color:#009bde;
	float:left;
	display:block;
	width:89%;
	height:40px;
	text-align:left;
	margin:20px 0 2px 30px;
	padding:6px 0 6px 10px;
	background-color:#f7fcfe;
	vertical-align:middle;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
	
.pro_info_bt img{
	display:block;
	float:left;
	margin:10px 8px 0 0;
	width:20px;
	height:20px;
	
	
	}
	
.prosize{
	width:90%;
	margin-left:30px;
	display:block;
	overflow:hidden;	
	
	}
	
	
.prophoto_r{
	width:200px;
	position:relative;
	display:block;
	overflow:hidden;
	position: absolute;
	top: 165px;
	right:224px;
	
	
	}
	
.prophoto_r li{
	margin:20px 0;
	padding:4px;
	border:1px solid #d8d8d8;	
	border-radius:10px;
	background-color:#eef8fd;
	}
	
.prophoto_r li img{
	width:191px;
	border-radius:10px;
	opacity:1;
	}

	
	
/*产品参数表*/
	
.protable{
	width:98.5%;
	margin-left:7px;
	font-size:12px;
	margin-bottom:4px;
	/*
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	*/
	border:1px dotted #ccedf9;
	}
	
.protable tr{
	padding:10px;
	
	}
	
.protable tr td{
	width:24%
	height:30px;
	text-align:center;
	padding:10px;
	background-color:#fff;
	border-right:0px solid #f9f9f9;
	border-bottom:0px solid #f9f9f9;
	background-color:#fbfdfe;


	}
	
.protable tr td span{
	text-align:left;
	padding-left:20px;
	margin-top:10px;
	height:30px;
	display:block;
	font-size:16px;
	color:#009bde;
	
	}
	
.protable tr td:first-child,
.protable tr td:first-child+td+td{
	height:36px;
	background-color:#f7fcfe;	
	width:80px;
	font-weight:normal;
	
	}
	
.protable tr td:first-child+td,
.protable tr td:first-child+td+td+td{
	background-color:#fff;
	width:150px;
	border:1px dotted #ccedf9;
	
	}

/*
.protable tr td:first-child+td+td{
	background-color:#ccc;
	
	}
	
*/

.pro_main{
	position: absolute;
	top: 130px;
	right:35px;
	width: auto;
	
}

.pro_main img{
	display: block;
	width: 500px;
	position: relative;
	border-radius:10px;
	opacity:1;
	border:2px solid #fff;;
	
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
	
}




/*download*/

.down_ul li:hover a {
  font-weight:normal;
  color:#fff;
  background:#0d6fb8;
}

.down_ul .strongbt {
  line-height: 38px;
  height: 38px;
  font-size:16px;
  letter-spacing:0.5px;
  font-weight:bold;
  color:#444;
  display:block;
  /*margin-bottom:10px;*/
  padding-left:20px;
}

.down_ul_border{
	width:100%;
	background: #fff;
	border: 1px dotted #f7f7f7;
	margin:20px 0;
	padding-bottom:10px;
	border-radius:10px;
	}
	
.down_ul_border ul{
	margin:0;
	
	}

.down_ul_border li{
	float:left;
	width:96%!important;
	height:40px;
	line-height:40px;
	}
	
	
.down_ul_border:hover{
	background: #fff;
	cursor:pointer;
	
	}

.down_ul {
  padding: 1% 10px;
}

.down_ul img{
	float:left;
	margin:10px;
	margin-top:12px;
	
	}

.solutionbg{
	width:100%;
	padding-top:20px;
	margin-top:1px;
	background:url(../images/bg.jpg) no-repeat left;
	}


.solutionimg{
	border-radius:10px;
	border:8px solid #fff;
	width:906px;
	height:200px;
	margin-top:10px;
}



.down_ul p{
	width:906px;
	margin-top:10px;
	font-size:14px;
	color:#666;
	line-height:24px;
	padding:30px 25px;
	border-radius:10px;
	border:1px solid #e8f6fc;
	background-color:#fff;
	
}

.down_ul strong{
	color:#009bde;
	margin-bottom:10px;
	
	
}

.down_ul li{
	
	margin:10px 0px 0 10px!important;
	
	}

.down_ul li a {
  display: block;
  height: 100%;
  color: #666;
  font-size: 13px;
}
.down_ul li a span {
  display: inline-block;
  width: 80%;
  background: url(../images/down_tu.png) no-repeat left center;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.down_ul li a time {
  display: inline-block;
  width: 18%;
  float: right;
  text-align: right;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}


//////////////////*案例*/////////////////////////

.case_introduction_cases{
	width: 1200px;
	height: auto;
	margin: 0 auto 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 5px;
	/*页面边框*/
	/*box-shadow: 0px 0px 4px rgba(0,0,0,0.1);*/
	/*页面边框*/
}

.case_introduction_cases .tit_h{
	font-size: 26px;
	color: #ffcc33;
	font-weight: bold;
	width: 1080px;
	margin: 30px auto 8px;
}
.case_introduction_cases .tit_p{
	font-size: 14px;
	color: #505050;
	line-height: 28px;
	width: 1080px;
	margin: 0 auto;
}

.case_introduction_cases ul{
	width: 100%;
	margin: 0px auto 0;
	height: auto;
	overflow: hidden;
}
.case_introduction_cases ul li{
	
	float: left;
	margin:0 3px 0 10px;
	/*
	width:10%;
	margin:10px 0px 0 10px;
	
	background: #fff;
	border-radius:5px;
	overflow:hidden;
	border:2px solid #fff;
	*/
	

}

.case_introduction_cases ul li:hover{
	/*
	border:2px solid #009bde;
	background-color:#e5f5fc;
	*/

}

.case_introduction_cases ul li a{
	display: block;
	width: 100%;
}
.case_introduction_cases ul li a img{
	display: block;
	width: 100%;
	border-radius:5px;
}

.case_introduction_cases ul li a:hover img{
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	opacity: 1;	
	/*
	-webkit-transition: all 1s ease;
	
	*/
}
.case_introduction_cases ul li h3{
	font-size: 16px;
	color: #505050;
	font-weight:bold;
	line-height:30px;
	text-align: center;
	margin: 10px auto 6px;
}
.case_introduction_cases ul li p{
	width: 90%;
	margin: 2px auto;
	font-size: 12px;
	color: #505050;
	line-height: 24px;
}
.case_introduction_cases ul li span{
	display: block;
	margin: 25px auto 25px;
	font-size: 14px;
	font-weight:bold;
	color: #009bde;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #009bde;
	border-radius: 3px;
}
.case_introduction_cases ul li a:hover span{
	background: #009bde;
	color: #fff;
}

.case_introduction_cases .viewmore{
	height:10%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.case_introduction_cases .page{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	margin-bottom:20px;
	height:60px;
}
.case_introduction_cases .page a{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 100px;
	display: inline-block;
	margin: 0 10px;
}
.case_introduction_cases .page a font{
	font: 18px/30px consolon;
	font-weight: bold;
}
.case_introduction_cases .page a:hover,
.case_introduction_cases .page a.cur{
	color: #16466a;
}

.product_introduction_cases ul{
	margin-bottom:0;
}

.product_introduction_cases ul li{
	position: relative;
	/* margin-top: 1%;*/
	text-align: center;

}

/*
.product_introduction_cases ul li img{
	display: block;
	width: 96px !important;
	height: 96px;
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -48px;
}
*/

.product_introduction_cases ul li img{
	display: block;
	width:100px !important;
	margin-bottom:10px;
	border-radius:5px;
}

.product_introduction_cases ul li h3{
	display: block;
	position: relative;
	margin-top:10%;
	color: #505050;
	font-weight:bold;
}
.product_introduction_cases ul li h4{
	font-size: 14px;
	color: #505050;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
}

.product_introduction_cases ul li p{
	color: #505050;
	line-height:24px;
	text-align:left;
	padding-bottom:10px;
}

.product-list-jj li{
	padding-top:10px;
	}

.h2font{
	text-align:center;
	padding:20px 0;
	line-height:24px;
	}
	
	
/*prodisplay*/

.prodisplay{
	width:1170px;
	margin:0 auto;
	display:block;
	background:#fff;
	padding:20px;
	}
	
.prodisplay h2{ font-size:18px; font-weight:bold; color:#00a4df; display:block; margin:10px 0; display:block; padding:15px 0; border-bottom:1px dotted #00a4df;}
.prodisplay p{ line-height:30px;}

.prodisplay .pic0{ width:800px; margin-left:18%;}
.prodisplay .pic0 li{text-align:center; margin-right:15px; margin-bottom:5px; border:1px #eee dashed; }

.prodisplay .pic{float:left; margin:15px 0;}
.prodisplay .pic li{width:550px; float:left; margin-right:15px; margin-bottom:5px; border:1px #eee dashed; }

.prodisplay .pic2{float:left;}
.prodisplay .pic2 li{width:550px; float:left; margin-right:15px; margin-bottom:5px;}

.prodisplay .prosize{ margin:0 auto; text-align:center;}

.prodisplay .pic3{float:left;}
.prodisplay .pic3 li{width:361px; float:left; margin-right:15px; margin-bottom:15px;}
.prodisplay .pic3 li img{ height:513px;}

