@charset "utf-8";
/* CSS Document */

/*首页大图start*/
.banner{ width:100%; overflow:hidden; margin-top:-85px;}
.flexslider{position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:auto; overflow:hidden}
.slides li img {width:100%}
.flex-control-nav{position:absolute;bottom:110px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:18px;height:17px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:18px;height:17px;line-height:50px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
/*.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}*/
/*首页大图end*/

/*主题内容start*/
.con-box{width:1200px; height:200px; margin:0 auto; margin-top:-100px; position:relative; z-index:99; background-color:#FFF; border-bottom:5px solid #deb128; overflow:hidden;}
.about,.member,.contact{ float:left; width:400px; height:200px; float:left;}
.column-title{ position:relative; float:left; width:120px; height:200px; background:url(../images/column.jpg) no-repeat;}
.column-title > h3{ margin:35px 0 0 21px; width:80px; line-height:25px; font-size:16px; color:#FFF;}
.column-title > h3 span{ font-size:12px;}
.column-title .more{ position:absolute; bottom:10px; left:0; padding-left:22px; height:30px; color:#FFF; font-size:14px;}
.columu-con{ float:right; width:270px; height:190px; padding:5px;}
.cl-pic{ width:270px; height:70px; overflow:hidden;}
.cl-pic img{-webkit-transition:all .9s;-moz-transition:all .9s;transition:all .9s;}
.cl-pic a:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.about-text{width:270px; height:115px; font-size:14px; line-height:23px; overflow:hidden;}
/*会员平台*/
.member-text{ font-size:14px;width:270px; height:115px;}
.member-text p{ line-height:25px;}
.member-btn{ margin-top:32px;}
.member-btn a{ float:right; display:block; margin-left:10px; width:100px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#FFF; 
background:url(../images/hy_btn.png) no-repeat;transition: 0.3s;}
.member-btn a:hover{ margin-top:-5px;}
/*联系我们*/
.contact-text{ width:270px; height:auto; margin-top:20px; background:url(../images/lx_icon.png) no-repeat;}
.contact-text li{ height:40px; padding-left:30px; font-size:14px;}
.contact-text li:first-child{ border-bottom:1px dashed #CCC}
.contact-text .addr{ margin-top:15px;}