@charset "UTF-8";

.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background-color: #d2d2d2;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #007aff;
	color:#fff;
}

.case{
	width: 252px;
    height: 265px;
    background: #fff;
    display: inline-table;
    margin-left: 26px;
    padding: 16px 16px 25px 16px;
    border-radius:5px;
    margin-bottom:40px;
    -webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;/* Safari 和 Chrome */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;/* Firefox 4 */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all; 
	-o-transition-timing-function: ease;/* Opera */
}
.case:hover{
	cursor:pointer;
	-webkit-transition:all 1s; 
    -moz-transition:all 1s;
    -o-transition:all 1s;
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-box-shadow:2px 2px 5px #333; 
    -webkit-box-shadow:2px 2px 5px #333;
    box-shadow:2px 2px 5px #333;
}
.case1{
	margin-left: 0px;
}
.case .case_img{
	width: 220px;
	height: 165px;
}
.case .case_name{
	margin-top: 10px;
	height: 45px;
}
.case .author{
	float: left;
    background: url(../images/icon/icon-author.png) no-repeat;
    background-size: 19px;
    font-size: 12px;
    color: #828282;
    text-indent: 23px;
    margin-top: 10px;
}
.case .time{
	float: right;
    background: url(../images/icon/icon-time.png) no-repeat;
    background-size: 12px;
    background-position-y: 3px;
    font-size: 12px;
    color: #828282;
    margin-top: -18px;
    text-indent: 18px;
}

.search{
	margin:auto;
	background:#fff;
	border-radius:8px;
	width:600px;
	height:55px;
	padding:0px 20px;
	border:1px solid #e2e2e2;
	margin-top: 20px;
}
.search input{
	background: #fff;
    line-height: 53px;
    height: 53px;
    font-size: 15px;
    border:0px;
    width: 100%;
    text-align: left;
    -webkit-appearance: none;
}
.search .button{
	position: relative;
    width: 100px;
    height: 54px;
    background: #18b0ab;
    color: #fff;
    float: right;
    margin-top: -54px;
    margin-right: -21px;
    border-radius: 0px 8px 8px 0px;
    line-height: 54px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 7px;
    cursor: pointer;
}


.works_detail{
	background: #fff;
	width: 780px;
	padding:20px 50px 50px 50px;
	display: inline-block;
}
.works_detail .detail_title{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.works_detail .detail_author{
	text-align: center;
    font-size: 12px;
    margin: 10px 0px;
    color: #888;
}
.works_detail .detail_img{
	width: 100%;
}

.item_title{
	width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.item_title:before{
	content:" ";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #18b0ab;
    margin-top: 34px;
}

.works_hot{
    float: right;
    width: 300px;
    height: 700px;
    background: url(../images/shanghai.jpg);
    margin-bottom: 20px;
    position: relative;
    background-size: 300px 700px;
}
.works_hot .hot_opacity{
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 700px;
    background: #000;
    opacity: 0.2;
    color: #fff;
}
.works_hot .hot_opacity:hover{
	background: #18b0ab;
}
.works_hot .ad_title{
    position: relative;
    font-size: 30px;
    text-align: center;
    top: -500px;
    color:#fff;
}
.works_hot .ad_button{
    display: inline-block;
    position: relative;
    top: -450px;
    left: 75px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    color:#fff;
}

/* 发表评论 */
.send_com_base{
	width: 100%;
	float: left;
	margin-top: -15px;
	font-size: 12px;
}
.send_com_base .head_img{
	width: 50px;
	height: 55px;
	padding-top: 5px;
}
.send_com_base .send_com{
	width: 610px;
	float: right;
	padding: 10px 0px; 
}
.send_com_base .send_com .textarea {
	background: #fff;
    font-size: 14px;
    border:1px solid #e2e2e2;
    width: 100%;
    height:60px;
    padding:9px;
    -webkit-appearance: none;
}
.send_com_base .send_com .bottom{
	width: 100%;
	float: left;
	text-align: right;
}
.send_com_base .send_com .bottom .comm_btn{
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #18b0ab;
    color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}
.send_com_base .send_com .bottom .cmonn_tip{
    width: 200px;
    height: 18px;
    line-height: 18px;
    margin-top: 2.5px;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

/* 留言内容 */
.new_comment_title{
	width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.comment_base{
	width: 100%;
	float: left;
	border-bottom: 1px dotted #e4e4e4;
	padding: 8px;
	font-size: 12px;
}
.comment_base:HOVER{
	background: #e4e4e4;
}
.comment_base .head_img{
	width: 50px;
	height: 50px;
	display: inline-block;
}
.comment_base .head_img img{
	width: 100%;
	height: 100%;
}
.comment_base .comment_info{
	width: 610px;
	float: right;
	padding: 10px 0px; 
}
.comment_base .comment_info .comment_msg{
	width: 100%;
	word-break: break-all;
}
.comment_base .comment_info .other_info{
	width: 100%;
	font-size: 12px;
	color: #888;
	padding:10px 0px 0px 0px;
}
.comment_base .comment_info .other_info .rebtn{
	float: right;
	color: #888;
    cursor: pointer;
}
.comment_base .comment_info .rep_comm_base{
	padding: 10px 20px;
    background: #f4f4f4;
    margin-top: 10px;
    position: relative;
    word-break: break-all;
    border-radius:3px;
}
.comment_base .comment_info .rep_comm_base:before{
	content: "◆";
    position: absolute;
    color: #f4f4f4;
    top: -10px;
    z-index: 1;
}


.no_data{
    height: 100px;
    width: 100%;
    line-height: 100px;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    color: red;
}

.loading{
    position: fixed;
    left: 0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: none;
}
.loading img{
    vertical-align: middle;
    margin-right: 10px;
}
.loading .loading-box{
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    line-height: 40px;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0.5;
    margin-left: -75px;
    margin-top: -23px;
}

/*回复留言*/
.reply_base_dialog{
    position: fixed;
    left: 0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    display: none;
}
.reply_base_dialog .reply_dialog{
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    vertical-align: middle;
    padding: 15px 20px 20px 20px;
    border-radius: 5px;
    margin-left: -221px;
    margin-top: -95px;
    border: 1px solid #b7b7b7;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}
.reply_base_dialog .reply_dialog .dialog_title{
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.reply_base_dialog .reply_dialog textarea{
    width: 400px;
    height: 60px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 5px;
}
.reply_base_dialog .reply_dialog .rbtn{
    font-size: 12px;
    padding: 5px 13px;
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
}
.reply_base_dialog .reply_dialog .dialog_tip{
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.reply_base_dialog .reply_dialog .cancel{
    background: #b7b7b7;
}
.reply_base_dialog .reply_dialog .rsubmit{
    background: #18b0ab;
    float: right;
}


.commont_face{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    background: url("../js/qqface/icon.gif");
    cursor: pointer;
}