.zr-navbar {
	background: #000;
}
.zr-navbar-header {
	height: 85px;
}
.zr-navigation .navbar-nav > li {
	height: 18px;
	margin: 29px 0 0 75px;
	overflow: hidden;
}
.zr-navigation .navbar-nav > li > a {
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.zr-navigation .navbar-nav > li.current, .zr-navigation .navbar-nav > li:hover {
	height: 32px;
}
.zr-navigation .navbar-nav > .current > a, .zr-navigation .navbar-nav > li:hover > a {
	margin-top: -18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ff0000;
	color: #bcbec0;
}
/* 横幅 */



.zr-banner-txt {
	font-family: "微软雅黑";
	top: 40%;
	font-size: 33px;
	animation: zr-sclae 1.5s;
}
.zr-banner-txt p {
	margin-top: 25px;
	font-size: 15px;
}
/* 首页关于我们 */



.zr-index-about {
	margin-bottom: 135px;
}
.zr-title {
	position: relative;
	text-align: center;
        margin-bottom:4px;
}
.zr-title h2 {
	font-family:"微软雅黑";
	display: inline-block;
	margin-top: 74px;
	padding-bottom: 15px;
	color: #414042;
	font-size: 48px;
	font-weight: bold;
	border-bottom: 1px solid #231f20;
}
.zr-title h3 {
	font-family:"cxhj";
	display: inline-block;
	padding: 0 11px;
	background: #fff;
	color: #231f20;
	font-size: 20px;
	position: relative;
	top: -43px;
}
.zr-txt {
	color: #6d6e71;
	font-size: 13pt;
        line-height: 30px;
}
.zr-txt > h4 {
	font-family:"cxhj";
	margin-bottom: 74px;
	font-size: 25pt;
}
.zr-about-advan {
	width: 80%;
	height: 0;
	margin: 74px auto 0;
	padding-bottom: 80%;
	border: 1px solid #777;
	border-radius: 50%;
}
.zr-about-advan > p {
	margin-top: 19%;
	margin-bottom: 0;
	font-size: 4.4em;
	vertical-align: bottom;
	font-family: "966-cai978";
}
.zr-about-margin-top {
	margin-top: -12%;
}
/* 首页广告 */



.zr-index-ad {
	text-align: center;
	position: relative;
}
.zr-index-ad > img {
	max-width: 100%;
}
.zr-ad-main {
	height: 34%;
	position: relative;
	top: 50%;
	margin-top: -25%;
	color: #FFFFFF;
}
.zr-ad-main > span {
	display: inline-block;
	font-size: 2.5rem;
}
.zr-ad-main > span hr {
	width: 15%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.zr-ad-main:hover > span hr {
	width: 70%;
	border-color:#fff;
}
.zr-ad-main > p {
	font-size: 3.7rem;
	letter-spacing: 1.7rem;
}
.zr-ad-main > button {
	margin-top: 1.5rem;
	padding: 1.4rem 4rem;
	font-size: 2rem;
	background: none;
	border: 1px solid #ffffff;
	outline: none;
	border-radius: 2.4rem;
}
.zr-ad-main > button:hover {
	background: #ff0000;
	border: 1px solid #ff0000;
}
/* 首页服务 */



.zr-index-service {
	margin-top: 12%;
        margin-bottom: 74px;
}
.zr-index-service .zr-txt .row > div {
	padding: 0 2rem;
	margin-bottom: 74px;
}
.zr-index-service .zr-txt .row > div > h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
.zr-index-service .zr-txt .row > div > h2 a {
	margin-bottom: 1.2rem;
	color: #414042;
	font-size: 2.2rem;
}
.zr-index-service .zr-txt .row > div .zr-icon {
	display: inline-block;
	width: 3.2rem;
	height: 2.2rem;
	margin-bottom: -0.5rem;
	background-repeat: no-repeat;
	background-size: contain;
}
.zr-icon.icon-brand {
	background-image: url(../images/icon-brand.png);
}
.zr-icon.icon-design {
	background-image: url(../images/icon-design.png);
}
.zr-icon.icon-package {
	background-image: url(../images/icon-package.png);
}
.zr-icon.icon-zone {
	background-image: url(../images/icon-zone.png);
}
.zr-icon.icon-web {
	background-image: url(../images/icon-web.png);
}
.zr-icon.icon-ad {
	background-image: url(../images/icon-ad.png);
}
.zr-index-service .zr-txt .row > div > div {
	line-height: 1.8;
	font-size: 1.5rem;
}
/* 首页案例 */



.zr-index-case > div > div {
	position: relative;
	max-height: 598px;
	overflow: hidden;
}
.zr-index-case img {
	width: 100%;
}
.zr-index-case .zr-case-mask {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.zr-index-case > div > div:hover .zr-case-mask {
	display: block;
}
.zr-index-case .zr-case-mask a {
	display: block;
	width: 17.8rem;
	height: 4.5rem;
	line-height: 4.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2.25rem -8.9rem 0;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	background: #ffffff;
}
/* 首页观点 */



.zr-index-view > div > div {
	padding-right: 4rem;
	margin-bottom: 7.5rem;
}
.zr-index-view > div > div > div > img {
	width: 100%;
	border-radius: 50% 50%;
}
.zr-index-view .zr-view-txt {
	padding-left: 2rem;
	color: #6d6e71;
	font-size: 12pt;
	line-height: 2.5rem;
}
.zr-index-view .zr-view-txt > h2 {
	margin-top: 0;
 margin-bottom: .27rem;
	font-size: 2rem; height:25px; line-height:25px; overflow:hidden;
}
.zr-index-view .zr-view-txt div{ height:80px; line-height:27px; margin:10px 0px; overflow:hidden;}
.zr-index-view .zr-view-txt > a {
	display: inline-block;
	float: right;
	margin-top: 1px;
	padding: 0 1.4rem;
	color: #ffffff;
	font-size: 1.5rem;
	background: #414042;
}
.zr-index-view .zr-view-txt > a:hover {
	background: #e50d0d;
}
/* 底部 */
.zr-footer {
	padding-top: 8.5rem;
	padding-bottom: 9rem;
	position: relative;
	background: #000000;
	color: #bcbec0;
	font-size: 1.4rem;
}
@media (min-width: 1200px) {

	.zr-footer .container {
		width: 1500px;
	}

}
.zr-footer a {
	color: #bcbec0;
	text-decoration: none;
}
.zr-footer > div > div > div {
	padding-left: 2rem;
	padding-right: 2rem;
	height: 400px;
	overflow: hidden;
}
.zr-border {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #bcbec0;
}
.zr-footer > div > div > div h4 {
	margin-top: 0;
	margin-bottom: 4rem;
	font-size: 1.8rem;
        padding-right: 30px;
}
.zr-footer .zr-footer-wechat img {
	width: 100%;
}
.zr-footer .zr-footer-wechat p {
	font-size: 1rem;
	margin-top: 1rem;
	margin-bottom: 3.5rem;
	text-align: center;
}
.zr-footer .zr-footer-contact {
	line-height: 1.7;
}
.zr-footer .zr-footer-txt {
	line-height: 1.7;
        margin-left: 1.8rem;
}
.zr-footer .zr-footer-servive dd a {
	display: inline-block;
	width: 50%;
	line-height: 1.7;
	float: left;
	padding-right: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zr-footer-servive-two {
        margin-top:2px;
}
.zr-footer > div > div .zr-footer-servive-two h4 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #bcbec0;
}
.zr-footer .zr-footer-case dd a {
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zr-footer .zr-copyright {
	margin-top: 2rem;
	padding-top: 3.5rem;
	border-top: 1px solid #e7e8e9;
	text-align: center;
}
/* 关于我们页面 */



.zr-about {
	margin-top: 110px;
}
.zr-about-title {
	color: #58595b;
	font-size: 3rem;
}
.zr-about-title hr {
	width: 8rem;
	margin: 110px auto;
	border-color: #58595b;
}
.zr-about-txt {
	color: #6d6e71;
	font-size: 2rem;
	line-height: 0.8;
}
.zr-about-avatar {
	width: 10%;
	float: left;
	overflow: hidden;
}
.zr-about-avatar img {
	max-width: 100%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.zr-about-avatar:hover img {
	cursor: pointer;
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.zr-about-last {
	margin-top: 108px;
	margin-bottom: 12rem;
	line-height: 1.7;
	color: #6d6e71;
	font-size: 1.5rem;
}
.zr-about-last > .row > div {
	padding: 0 1.6%;
}
.zr-about-last h4 {
	font-size: 2rem;
}
/* 案例 */



.zr-case img {
	max-width: 100%;
}
.zr-case-title {
	color: #58595b;
	font-size: 3rem;
	text-align: center;
	overflow: hidden;
	margin-top: 10rem;
}
.zr-case-title hr {
	width: 8rem;
	margin: 50px auto 100px;
	border-color: #58595b;
}
.zr-case > .row > div {
	position: relative;
}
.zr-case .zr-case-img {
	width: 97%;
	height: 92%;
	margin: 0 auto 5%;
	max-height: 232px;
	overflow: hidden;
}
.zr-case-mask {
	display: none;
	width: 97%;
	height: 92%;
	position: absolute;
	top: 0;
	margin: 0 1.5%;
	background: rgba(0, 0, 0, .7);
}
.zr-case-mask a {
	display: inline-block;
	width: 45%;
	height: 20%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -22.5%;
	font-size: 2.2rem;
	line-height: 220%;
	font-weight: bold;
	color: #221815;
	background: #ffffff;
}
.zr-case > .row > div:hover .zr-case-mask {
	display: block;
}
.zr-case-nav {
	margin-bottom: 4rem;
	text-align: center;
}
.zr-case-nav a {
	display: inline-block;
	padding: 5px;
	margin: 0 2.5rem;
	color: #727171;
	font-size: 1.4rem;
	border: 1px solid #ffffff;
}
.zr-case-nav a.current, .zr-case-nav a:hover {
	border: 1px solid #727171;
}
.zr-case-button {
	display: inline-block;
	margin: 100px auto 120px;
	padding: 20px 50px;
	color: #3e3a39;
	font-size: 2.15rem;
	border: 1px solid #3e3a39;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.zr-case-button:hover {
	background: #000000;
	color: #ffffff;
}
.zr-case-last {
	padding: 200px 0 200px;
	background: #d2d2d5;
}
.zr-case-last h4 {
	color: #3e3a39;
	font-size: 42.46px;
}
.zr-case-last hr {
	width: 10%;
	margin: 70px auto 50px;
	border-color: #3e3a39;
}
.zr-case-last p {
	font-size: 23.69px;
	color: #727171;
}
.zr-case-detail h2 {
	margin-top: 100px;
	color: #58595b;
	font-size: 3rem;
}
.zr-case-detail .zr-case-detail-dashed {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1px dashed #6e6c6b;
}
.zr-case-detail-txt {
	text-align: center;
	color: #727171;
}
.zr-case-detail hr {
	width: 7%;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1px solid #58595b;
}
.zr-case-detail-content {
	margin-top: 100px;
}
.zr-case-detail-content img {
	max-width: 100%;
}
/*服务*/



.zr-service > .row {
	height: 618px;
	margin-bottom: 105px;
	background: #d2d3d5;
	overflow: hidden;
}
.zr-service > .row:nth-of-type(Odd) .zr-service-content {
	float: right;
}
.zr-service > .row.last {
	margin-bottom: 0;
}
.zr-service-content {
	padding: 85px 75px 100px;
}
.zr-service-content > h2 {
	font-size: 32px;
}
.zr-service-content > h2 a {
	color: #727171;
}
.zr-service-content > h2 a:hover {
	color: #000;	
}
.zr-service-content > div.hr {
	width: 4rem;
	margin-top: 20px;
	margin-bottom: 60px;
	border: 1px solid #605e5e;
}
.zr-service-txt {
	color: #727171;
	font-size: 2rem;
	line-height: 1.7;
}
.zr-service-list {
	margin-top: 65px;
}
.zr-service-list dd {
	width: 50%;
	margin-bottom: 20px;
	float: left;
	font-size: 1.6rem;
	color: #9fa0a0;
}
.zr-service-img img {
	max-width: 100%;
	height: 100%;
}

/*联系*/

.zr-contact-txt {
margin-top:75px;
}

.zr-contact-form input, .zr-contact-form textarea {
	height: 75px;
	line-height: 75px;
	margin-bottom: 35px;
	text-indent: 1rem;
	color: #9fa0a0;
	font-size: 2.3rem;
	border: 1px solid #8d8d8d;
	outline: none;
}
.zr-contact-form textarea {
	height: 250px;
}
.zr-contact-form button {
	margin-top: 20px;
	height: 70px;
	line-height: 70px;
	width: 230px;
	border: 0;
	background: #bc0a0a;
	font-size: 2.5rem;
	color: #ffffff;
}
.zr-contact-form form > span {
	color: #727171;
	font-size: 2.3rem;
	margin-top: 25px;
	display: block;
}
.zr-contact-content {
	margin: 115px auto 120px;
	font-size: 1.8rem;
	color: #727171;
}
.zr-contact-map {
	width: 640px;
	height: 420px;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}
/*观点*/



.zr-read-more {
	display: inline-block;
	margin-top: 60px;
	color: #727171;
	font-size: 1.9rem;
}
.zr-read-more:hover {
	color: #000000;	
}
.zr-view-detail {
	font-size: 2rem;
	color: #727171;
	line-height: 2;
}
/*在线客服*/



.zr-online {
	position: fixed;
	width: 59px;
	right: 50px;
	top: 214px;
	z-index: 100;
}
.zr-online ul li {
	width: 69px;
	height: 59px;
	float: left;
	position: relative;
	margin-bottom: 5px;
	list-style: none;
}
.zr-online ul li .sidebox {
	position: absolute;
	width: 69px;
	height: 59px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #d31a1a;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
.zr-online ul li .sidetop {
	width: 69px;
	height: 59px;
	line-height: 59px;
	display: inline-block;
	background: #d31a1a;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}
.zr-online ul li .sidetop:hover {
	background: #414042;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.zr-online ul li img {
	float: left;
}
.zr-online .zr-qr {
	position: relative;
}
.zr-online .zr-qr-img {
	display: none;
	position: absolute;
	bottom: 0;
	right: 79px;
	padding: 5px 15px 10px;
	background: #ffffff;
}
.zr-online .zr-qr:hover .zr-qr-img {
	display: block;
}
.zr-online .zr-qr-img img {
	width: 120px;
	margin-bottom: 5px;
}
/*智睿弹窗*/

.zr-chat {
	position: fixed;
	top: 40%;
	left: 50%;
	padding: 70px 70px 50px;
	background: #272727;
	color: #efefef;
	overflow: hidden;
	z-index: 77777;
}
.zr-chat > div h4 {
	font-size: 4.29rem;
}
.zr-chat .zr-chat-img {
	padding-right: 40px;
}
.zr-chat .zr-chat-content {
	border-left: 1px solid #efefef;
	padding-left: 40px;
	font-size: 2rem;
}
.zr-chat .zr-chat-content > a {
	display: inline-block;
	margin-top: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
	border: 1px solid #efefef;
	border-radius: 25px;
	text-align: center;
	font-size: 1.7rem;
	color: #efefef;
}
.zr-chat .zr-chat-content > a > img {
	margin-left: 5px;
}
.zr-chat .zr-chat-close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #efefef;
}
.text-margin-bottom {
       margin-bottom:56px;
}