/* 头部 */
.cm-top {
    position: relative;
}
.cm-top .top-hd {
    position: fixed;
    left: 0; right: 0;
    z-index: 2;
    height: 70;
    line-height: 70px;
    overflow: hidden;
    transition: .5s all;
}
.cm-top .top-hd.z-sel {
    box-shadow: 0 2px 20px #1d9ade;
}
/* logo */
.u-logo {
    width: 150px;
    height: 70px;
    background: url(../w_images/logo.png) no-repeat left center;
    background-size: 149px 23px;
}
.u-logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.u-nav {
    overflow: hidden;
}
.cm-menu .u-nav li {
    margin-left: 30px;
}
.u-nav li {
    float: left;

}
.cm-menu .u-nav li a {
    transition: .1s all;
}
.u-nav li a {
    font-size: 16px;
    color: #effcff;
}
.u-nav li a:hover {
    font-weight: bold;
}
/* banner */
.cm-top .top-bn {
    padding-top: 70px;
}

/* 尾部 */
.cm-ft {
    height: 243px;
    background-color: #333;
}
.cm-ft .ft-box {
    overflow: hidden;
}
.cm-ft .ft-left li:after {
    content: "|";
    display: inline-block;
    margin: 0 15px;
    color: #effcff;
}
.cm-ft .ft-left li.z-sel:after {
    content: ""
}
.cm-ft .ft-left, .cm-ft .ft-right {
    float: left;
    width: 50%;
}
.cm-ft .ft-left {
    margin-top: 75px;
}
.cm-ft .ft-right {
    height: 243px;
    line-height: 243px;
    text-align: right;
}
.cm-ft .ft-right li {
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #effcff;
    vertical-align: middle;
}
.u-cprt {
    margin-top: 20px;
    font-size: 16px;
    color: #858686;
}
.u-cprt p {
    margin-bottom: 10px;
}

/* 公共title */
.u-title {
	color: #323232;
}
.u-title h3 {
    font-weight: normal;
}

/* 公共icon */
.u-icon  {
    display: inline-block;
}

/*宽度*/
.w1000 {
	width: 1000px;
	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;/*设置不折行*/
}


.PublishDate {text-align: right;clear: both;border-bottom: 1px dashed #DCDDE1;margin-bottom: 10px;height: 26px;line-height: 26px;}
.dteail_content {font-size: 14px;line-height: 180%;clear: both;min-height: 360px;}


/* 申请体验 */
.m-modal {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: scale(0);
    transition-property: all;
    transition-duration: .5s;
    opacity: 0;
}
.m-modal.on {
    transform: scale(1);
    opacity: 1;
}
.m-apply {
    display: none;
    position: absolute;
    left: 50%; top: 300px;
    width: 400px;
    margin-left: -190px;
    padding: 20px 0px;
    border-radius: 5px;
    background: #fff;
}
.m-apply .apply-title {
    font-size: 20px;
    text-align: center;
    color: #323232;
}
.m-apply .apply-content input {
    display: block;
    width: 100%;
    height:40px;;
	padding:0px 10px 0px 40px;
    margin: 20px auto;
    border: 1px solid #dedede;
    border-radius:5px;;
    box-sizing: border-box;
}
.m-apply .apply-content ul {
    padding: 0 .85rem;
}
.m-apply .apply-content li span {
    text-align: center;
}
.m-apply .apply-content li:nth-child(3) span {
    height: 40px;
    line-height: 40px;
}
.m-apply .apply-content li:nth-child(4) span {
    width: 45%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px; 
    background-color: #dcdcdc;
    color: #fff;
	cursor:pointer;
}
.m-apply .apply-content li input[type=submit] {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: .25rem;
}
.m-apply .apply-content li:last-child,
.m-apply .apply-content li:nth-child(3) {
    display: flex;
    justify-content: space-between;
}
.m-apply .apply-content li:last-child {
    margin-top: 1.175rem;
}

.m-apply .apply-content li:nth-child(3) input[type=submit] {
    width: 5.675rem;
    background-color: #fff;
}
.m-apply .apply-content li:last-child input[type=submit] {
    width: 5.675rem;
    height: 1.575rem;
    background-color: #41a8eb;
    color: #fff;
}
.m-apply .apply-content li:nth-child(1) input {
    background: url(../images/phone.png) no-repeat .4rem center;
    background-size:32px 32px;
}
.m-apply .apply-content li:nth-child(2) input {
    background: url(../images/user.png) no-repeat .4rem center;
    background-size:32px 32px;
}
.m-apply .apply-content li:nth-child(3) input {
    display: inline-block;
    width: 230px;
    margin: 0;
    background: url(../images/code.png) no-repeat .4rem center;
    background-size:32px 32px;
}
.m-modal .u-mask {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #000;
    opacity: 0.3;
}
/* 体验账号 */
.m-experience {
    position: absolute;
    position: absolute;
    left: 50%; top: 300px;
    width: 400px;
    margin-left: -190px;
    padding: 1.2rem 0;
    border-radius: .25rem;
    background: #fff;
}
.m-experience .experience-title {
    padding-bottom: 16px;
    font-size: 16px;
    text-align: center;
    color: #323232;
}
.m-experience .experience-content {
    padding: 20px;
}
.m-experience .experience-content li {
    margin-bottom: 20px;
	font-size:14px;
}
.m-experience .experience-content li span {
    color: #8d8d8d;
}
.m-experience .experience-content li:last-child {
    text-align: center;
}
.m-experience .experience-content li a {
    height: 30px;
    line-height: 30px;

}

/* 隐藏 */
.m-modal .on {
    display: block;
}
.m-experience {
    display: none;
}

.m-security .security-content P[data-delay = "1s"] {
    animation-delay:.1s;
}
.m-security .security-content P[data-delay = "2s"] {
    animation-delay:.2s;
}
.m-security .security-content P[data-delay = "3s"] {
    animation-delay:.3s;
}
.m-security .security-content P[data-delay = "4s"] {
    animation-delay:.4s;
}

/* title */
.u-title {
	text-align: center;
	color: #323232;
}
.u-title h3 {
    font-size: 28px;
    font-weight: normal;
}
.u-title p {
	margin-top: .625rem;
    font-size: 22px;
    color: #858686;
}

.abcd {display:none;position: absolute;top: 300px;right:50%;padding: 20px 0;border-radius:5px;background: #fff;margin-left: -190px;}
.m-experience {display:block;}