﻿/* 头部 */
.cm-top {
    height: 100px;
    overflow: hidden;
}

/* logo */
.m-logo {
    height: 100px;
    line-height: 100px;
}
.u-icon-logo {
    display: inline-block;
    width: 550px;
    height: 90px;
    margin-right: 10px;
    vertical-align: middle;
}
.m-logo span {
	font-size: 32px;
	font-weight: bold;
	color: #ff6537;
    vertical-align: middle;
}
.u-icon-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 联系电话 */
.m-tel {
    height: 100px;
	margin-right: 200px;
    line-height: 100px;
}
.m-tel .u-icon-tel {
    vertical-align: middle;
}
.m-tel p {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    vertical-align: middle;
}
.m-tel span {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #ff6537;
}
/* 导航 */
.cm-nav {
    width: 100%;
    height: 50px;
    background-color: #2b2b2b;
}
.cm-nav > ul > li {
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
}
.cm-nav > ul > li:hover ul {
    display: block;
}
.cm-nav li.z-current,
.cm-nav li:hover{
    background-color: #ff6537;
}
.cm-nav li a {
    display: block;
    font-size: 16px;
    color: #fff;
}
.cm-nav .subnav {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #2b2b2b;
}
.cm-nav .subnav li {
    border-top: 1px solid #403d3d;
}

/* 关于我们 */
.cm-about-us {
    padding: 0 50px;
    padding-top: 70px;
    box-sizing: border-box;
}
.cm-about-us .about-us-content {
    width: 550px;
    height: 325px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 18px;
}
.cm-about-us .about-content {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.cm-about-us .about-content p{ line-height:35px; color:#666; font-size:16px; text-indent:2em;}
.about-content a:hover{ color:#ff6537;}
.cm-about-us .about-us-img {
    width: 486px;
    height: 325px;
}

/* 律师团队 */
.cm-team {
    margin-top: 70px;
    padding: 50px;
    background: url(../images/team-bg-1.jpg) no-repeat;
    background-size: cover;
}
.cm-team .u-title {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.cm-team .u-title:after {
    border-color: #fff;
}
.cm-team li {
    float: left;
    width: 400px;
    padding: 0 80px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.cm-team li a{ color:#fff;}
.cm-team li img {
    width: 230px;
    height: 345px;
	position:absolute;
	left:0;
    
}
.cm-team li .i_ipc{border-radius: 50%; width:230px; height:230px; overflow:hidden; margin: 0 10px; position:relative;}
.cm-team .team-name {
    margin: 20px;
    font-size: 16px;
}
/* 列布局 */
.cm-cols li {
    float: left;
    width: 366px;
    height: 300px;
    padding-right: 35px;
    overflow: hidden;
    box-sizing: border-box;
}
.cm-cols li.z-selected {
    padding-right: 0;
}











/* title */
.u-title {
    font-size: 26px;
    font-weight: bold;
}
.u-title span {
    display: block;
}
.u-title:after {
    content: "";
    display: inline-block;
    width: 50px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff6537;
}

/* foot */
.cm-ft {
    padding: 50px 0;
    margin-top: 60px;
    border-top: 2px solid #ff6537;
    background-color: #2d2d2d;
    color: #9b9b9b;
}
.cm-ft .ft-left {
    width: 320px;
}
.cm-ft .ft-center {
    width: 450px;
    line-height: 38px;
}
.cm-ft .u-nav {
	margin-top: 0;
    margin-right: 100px;
}
.u-nav a {
    display: block;
    color: #9b9b9b;
}
.cm-ft .ft-right {
    width: 210px;
    text-align: center;
}
.u-qrCode {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin: 10px;
    border: 10px solid #fff;
    overflow: hidden;
}
.u-qrCode img{ width:130px; height:130px;}
.cm-ft .ft-left {
    padding-right: 115px;
    box-sizing: border-box;
    text-align: center;
}
.cm-ft .ft-left .u-logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px auto 30px;
    background: url(../images/logo-2.png) no-repeat center center;
	background-size: cover;
}
/*宽度*/
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/*float*/
.f-fl{
	float:left;
}
.f-fr{
	float:right;
}

/*清除float*/
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
	overflow:hidden;
}
.clearfix{
    zoom:1;
}

/*单行省略号*/
.selector{
	-o-text-overflow: ellipsis;/*兼容opera*/
	text-overflow: ellipsis;/*这就是省略号喽*/		  
	overflow: hidden;/*设置超过的隐藏*/
	white-space: nowrap;/*设置不折行*/
}
.ylink{ padding-left:5px;}
.ylink a{color: #9b9b9b;     padding-right:10px;}
.ylink a:hover{color:#fff;}