@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/*==================================
*** 关于我们 - about ***
==================================*/

/*** 图片 ***/
.piclistm .piclist{}
.piclistm .piclist figure{width:31%; margin:10px 1%; overflow:hidden; float:left; text-align:center;}
.piclistm .piclist figure .imgs{height:162px; overflow:hidden; padding:5px; border:1px solid #dfdfdf; border-radius:2px; display:block;}
.piclistm .piclist figure .imgs a{width:100%; height:162px;}
.piclistm .piclist figure img{width:100%; height:100%}
.piclistm .piclist figure .title{font-size:14px; line-height:18px; color:#666; font-weight:bold; text-align:center; margin-top:10px;}

.piclistg .piclist{}
.piclistg .piclist figure{width:48%; margin:10px 0.9%; overflow:hidden; float:left; text-align:center;}
.piclistg .piclist figure .imgs{height:284px; overflow:hidden; display:block;}
.piclistg .piclist figure .imgs a{width:100%; height:284px;}
.piclistg .piclist figure img{width:100%; height:100%}

/*** 视频 ***/
.detail .vdlist{}
.detail .vdlist li{width:31%; margin:10px 1%; overflow:hidden; float:left; text-align:center;}
.detail .vdlist li .imgs{height:172px; width:100%; line-height:172px; position:relative; overflow:hidden; display:block; text-align:center; 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;}
.detail .vdlist li .imgs a{width:100%; height:172px;}
.detail .vdlist li .imgs .vi{width:88px; height:88px; background:url(../images/video.png) no-repeat; position:absolute; top:50%; left:50%; margin-top:-44px; margin-left:-44px; display:none;}
.detail .vdlist li .imgs:hover .vi{display:block;}
.detail .vdlist li img{width:100%; height:100%}
.detail .vdlist li .title{font-size:14px; line-height:18px; color:#666; font-weight:bold; text-align:center; margin-top:10px;}

/*** 图文 ***/
.detail .picword{}
.detail .picword li{height:203px; padding-bottom:32px; margin-bottom:30px; border-bottom:1px solid #d2d2d2; display:block;}
.detail .picword li .imgs{width:237px; height:203px; overflow:hidden; text-align:center; 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;}
.detail .picword li .imgs img{width:100%; max-height:203px; *height:203px;}
.detail .picword li .c{width:485px; height:203px; overflow:hidden;}
.detail .picword li .c .title{color:#585858; font-size:24px; font-weight:bold; margin-bottom:22px;}
.detail .picword li .c .main{}

/*** 联系 ***/
.detail .contact{}
.detail .contact .t{height:238px; margin-bottom:35px; overflow:hidden;}
.detail .contact .t .c{width:380px; height:218px; padding:0 30px 20px 5px; background:url(../images/cs_line.jpg) no-repeat right center;}
.detail .contact .t .wechat{text-align:center; padding-top:50px; width:300px;}
.detail .contact .t .wechat img{width:138px;}
.detail .contact .maps{}

.cha_cont {line-height:180%}
.cha_cont table{border-collapse:collapse;border: 1px solid #666;}  
.cha_cont td{border-collapse:collapse;border: 1px solid #666;}  