@charset "utf-8";

/*
* name:style.css
* time:2017/09/07
*/


/* 样式重置 */

* {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
table,
tr,
th,
td,
audio,
video,
a,
div,
label,
aside,
i,
em,
nav,
header,
footer {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

i,
em {
	display: inline-block;
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

:focus {
	outline: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

body {
	color: #333;
	font-size: 14px;
	background-color: #f6f6f6;
	font-family: '微软雅黑', arial, Avenir, 'Helvetica Neue', tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

button,
input,
select,
textarea {
	font-size: 100%;
	border: none;
	outline: none;
	vertical-align: middle;
}


/* 公共样式 */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.min-w1200 {
	min-width: 1200px;
}


/* 头部样式 */

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	height: 80px;
	line-height: 80px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.logo {
	display: inline-block;
	width: 25%;
	/*background: #7ecef4;*/
	background-color: #5675b6;
	text-align: center;
}

.logo img {
	height: 78px;
}

.header-nav {
	width: 60%;
	padding-left: 50px;
	background-color: #5675b6;
}

.header-nav li {
	float: left;
	width: 12%;
	font-size: 16px;
	text-align: center;
}
@media (max-width: 1440px) {
	.header-nav li {
	float: left;
	width: 12%;
	font-size: 14px;
	text-align: center;
}
	.header-nav li a {
	display: inline-block;
	width: 100%;
	color: #fff;
}.header-nav li:hover,.header-nav li:hover a {
	/*background-color: #e54c2f;*/
	/*background-color: #2f54a4;*/
	color: #7ecef4;
}.header-nav li.active {
	/*background-color: #e54c2f;*/
	background-color: #2f54a4;
}
}
@media (max-width: 1280px) {
	.header-nav li {
	float: left;
	width: 12%;
	font-size: 12px;
	text-align: center;
}
	.header-nav li a {
	display: inline-block;
	width: 100%;
	color: #fff;
}.header-nav li:hover,.header-nav li:hover a {
	/*background-color: #e54c2f;*/
	/*background-color: #2f54a4;*/
	color: #7ecef4;
}.header-nav li.active {
	/*background-color: #e54c2f;*/
	background-color: #2f54a4;
}
}
.header-nav li a {
	display: inline-block;
	width: 100%;
	color: #fff;
}

.header-nav li:hover,.header-nav li:hover a {
	/*background-color: #e54c2f;*/
	/*background-color: #2f54a4;*/
	color: #7ecef4;
}

.header-nav li.active {
	/*background-color: #e54c2f;*/
	background-color: #2f54a4;
}

header .search-wrap {
	width: 15%;
	background-color: #5675b6;
}

header .search-wrap .search-input {
	width: 160px;
	line-height: 26px;
	border: 1px solid transparent;
	padding: 0 32px 0 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

header .search-wrap .search-input:focus {
	border: 1px solid #e54c2f;
}

header .search-wrap .search-btn {
	width: 36px;
	height: 28px;
	cursor: pointer;
	margin-left: -40px;
	line-height: 26px;
	background: url(../images/search-btn.png) no-repeat center center;
	background-size: 20px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

header .search-wrap .search-btn:hover {
	background: url(../images/search-btn1.png) no-repeat center center;
	background-size: 20px;
	background-color: #e54c2f;
}


/* 底部 */

footer {
	height: 60px;
	line-height: 60px;
	width: 100%;
	min-width: 1200px;
	background-color: #5675b6;
}

footer p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer .subscription{
	float: left;
	position: relative;
	margin: 0  5px;
	cursor: pointer;
}
.footer .subscription:hover{
	color: #e54c2f;
}
.footer .subscription:hover .subscription-pic{
	display: block;
}
.subscription .subscription-pic{
	position: absolute;
	width: 100px;
	height: 100px;
	left: -42px;
	top: -92px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
} 
.subscription .subscription-pic img{
	width: 100%;
	height: 100%;
}
/*内页底部selection begin*/

.footer select {
	background-color: #5675b6;
	border: 1px solid #C6D6F7;
	color: #ffffff;
}


/*内页底部selection end*/


/* 首页 */

.section {
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section .bg img {
	width: 100%;
	height: 100%;
}

.section .bg-tit,
.section .cont-wrap {
	position: absolute;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	opacity: 0;
}

.section .bg-tit1 {
	top: 15%;
	top: -50%;
	left: 50%;
	width: 460px;
	height: 234px;
	margin-left: -230px;
	background: url(../images/index.png) center 0 no-repeat;
}

.section .bg-tit2 {
	top: 20%;
	left: 10%;
	left: -50%;
	width: 246px;
	height: 160px;
	background: url(../images/About-Us.png) center 0 no-repeat;
}

.section .bg-tit3 {
	top: 20%;
	right: 15%;
	right: -50%;
	width: 246px;
	height: 160px;
	background: url(../images/news.png) center 0 no-repeat;
}

.section .bg-tit4 {
	top: 10%;
	top: -50%;
	right: 15%;
	width: 246px;
	height: 160px;
	background: url(../images/solution.png) center 0 no-repeat;
}

.section .bg-tit5 {
	top: 22%;
	left: 15%;
	left: -50%;
	width: 246px;
	height: 160px;
	background: url(../images/energy-saving.png) center 0 no-repeat;
}
.section .bg-tit-add {
       background: url(../images/smart-government.png) center 0 no-repeat;
}
.section .bg-tit6 {
	top: 0;
	top: -100%;
	right: 10%;
	width: 246px;
	height: 160px;
	background: url(../images/cases.png) center 0 no-repeat;
}

.section .bg-tit7 {
	top: 15%;
	left: 23%;
	left: -50%;
	width: 246px;
	height: 160px;
	background: url(../images/contact-us.png) center 0 no-repeat;
}


/* 首页关于我们 */

.section .about-cont-wrap {
	top: 26%;
	left: 25%;
	color: #555555;
	opacity: 1;
}

.about-cont-wrap li {
	position: absolute;
	float: left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.about-cont-wrap .about-one {
	top: 0;
	top: -150%;
	left: 0;
}

.about-cont-wrap .about-two {
	top: 0;
	top: -150%;
	left: 255px;
}

.about-cont-wrap .about-three {
	top: 0;
	top: -150%;
	left: 510px;
}

.about-cont-wrap .about-four {
	top: 0px;
	top: -150%;
	left: 765px;
}

.about-cont-wrap li .item-box {
	position: relative;
	width: 240px;
	height: 240px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.about-cont-wrap li .item-box:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 15px #ecd5c8;
	-moz-box-shadow: 0 0 15px #ecd5c8;
	-ms-box-shadow: 0 0 15px #ecd5c8;
	box-shadow: 0 0 15px #ecd5c8;
}

.about-cont-wrap li .item-box .about-tit {
	position: absolute;
	left: 50%;
	padding: 4px 8px;
	color: #fff;
	font-size: 16px;
	background-color: #e54c2f;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
}
.about-cont-wrap li .item-box img{
	width: 100%;
	height: 100%;
}
.about-cont-wrap li .item-box a:hover {
	text-decoration: underline;
}


.section .about-cont-wrap .more-btn {
	position: relative;
	margin-top: 330px;
	margin-left: 455px;
	bottom: 0;
	bottom: -500px;
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	transition: all 2.5s;
}


/* 首页新闻 */

.section .news-cont-wrap {
	top: 20%;
	left: 25%;
	width: 45%;
	left: -50%;
}

.news-cont-wrap .list-item {
	display: inline-block;
	width: 100%;
	color: #5774b6;
	max-height: 115px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, .8);
}

.news-cont-wrap .list-item:hover {
	background-color: #ecd5c8;
}

.news-cont-wrap .list-item:hover h2 {
	color: #e54c2f;
}

.news-cont-wrap .list-item .item-inblock {
	float: left;
}

.news-cont-wrap .list-item .news-img {
	width: 20%;
	min-height: 108px;
}

.news-cont-wrap .list-item .news-cont {
	padding: 15px 10px 15px 15px;
	width: 70%;
}

.news-cont-wrap .list-item .news-cont h2 {
	font-size: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-cont-wrap .list-item .news-cont p{
        height: 42px;
        font-size: 14px;
        overflow: hidden;
}
.news-cont-wrap .list-item .news-time {
	padding: 15px 1% 15px 0;
	width: 10%;
}

.news-cont-wrap .list-item .news-time div {
	padding: 12% 0;
	color: #fff;
	text-align: center;
	background-color: #ebb595;
}

.news-cont-wrap .list-item .day {
	font-size: 30px;
}

.section .cont-wrap .more-btn {
	text-align: center;
}

.section .cont-wrap .more-btn img {
	width: 100px;
}


/* 首页解决方案 */

.section .solution-cont-wrap {
	top: 22%;
	left: 20%;
	width: 940px;
}
.solution-cont-wrap ul {
	position: relative;
}

.solution-cont-wrap li {
	position: absolute;
	float: left;
	width: 220px;
	height: 220px;
	opacity: 0;
}

.solution-cont-wrap li.solution-one {
	left: 0;
	left: -20%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.solution-cont-wrap li.solution-two {
	left: 20%;
	left: -40%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.solution-cont-wrap li.solution-three {
	left: 0;
	left: -60%;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}

.solution-cont-wrap li.solution-four {
	left: 60%;
	left: -80%;
       width: 460px;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
.solution-cont-wrap li.solution-five {
	left: 80%;
	left: -100%;
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	transition: all 2.5s;
}
.solution-cont-wrap li.solution-six {
        height: 470px;
        right: 0;
}
.solution-cont-wrap .list-item,
.energy-cont-wrap .list-item {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #312c2f;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .8);
}

.solution-cont-wrap .list-item:hover,
.energy-cont-wrap .list-item:hover {
	background-color: #ecd5c8;
}

.solution-cont-wrap .list-item img {
	width: 100%;
	height: 100%;
}

.solution-cont-wrap .list-item h2,
.energy-cont-wrap .list-item h2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 4px 0;
	color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #e54c2f;
	-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
	text-align: center;
	width: 140px;
}

.solution-more-btn{
	position: absolute;
    right: 20%;
    bottom: 14%;
    bottom: -100%;
    -webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
.solution-more-btn img{
	width: 100px;
}
.section .energy-cont-wrap .more-btn {
	margin-top: 25%;
    position: absolute;
    top: 98%;
    left: -5%;
}

.section .solution-cont-wrap .more-btn img,
.section .energy-cont-wrap .more-btn img {
	position: absolute;
	left: 50%;
	margin-top: 0;
	margin-top: 30%;
	margin-left: -5%;
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-ms-transition: all 2.5s;
	transition: all 2.5s;
	opacity: 0;
}


/* 首页节能服务 */

.section .energy-cont-wrap {
	top: 25%;
	left: 10%;
	width: 60%;
	max-width: 900px;
	margin-left: 175px;
}

.energy-cont-wrap ul {
	position: relative;
}

.energy-cont-wrap li {
	position: absolute;
	float: left;
	padding: 0 15px;
	width: 36%;
	max-width: 300px;
	opacity: 0;
}

.energy-cont-wrap li.energy-one {
	right: 56%;
	right: -99%;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}

.energy-cont-wrap li.energy-two {
	right: 28%;
	right: -66%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.energy-cont-wrap li.energy-three {
	right: 0;
	right: -33%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
 
.energy-cont-wrap .list-item img {
	width: 100%;
        height: 100%;
}
.government_wrap .list-item h2 {
      width: 190px;
}


/* 首页经典案例 */

.section .cases-wrap {
	margin-top: 140px;
	overflow: hidden;
}

.cases-wrap .cases-content {
	float: left;
	width: 1000px;
	text-align: center;
}

.cases-content .area-content{
	display: none;
}
#map {
	margin-left: 36px;
}
#map text{
	font-size: 14px !important;
}
#map text:last-child{
	fill: #fff;
}
#stateTip {
	position: absolute;
	left: 100%;
	z-index: 99;
	text-align: left;
	display: inline;
}

#stateTip svg{
	display: none;
}

ul.mapTipText {
	margin-bottom: 20px;
	width: 300px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

ul.mapTipText7 {
	margin-left: 50px;
}

.mapTipText li {
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}

.mapTipText li:hover {
	background-color: #ecd5c8;
}

.mapTipText li img {
	width: 60px;
	height: 60px;
	margin-right: 5px;
}

.mapTipText li .title {
	font-size: 16px;
	font-weight: 400;
}

.mapTipText li .title:hover {
	color: #e54c2f;
	text-decoration: underline;
}

.mapTipText li .intro {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}
.cases-wrap .animate-cont{
	position: relative;
	float: right;
	width: 200px;
}
.section .cases-wrap .more-btn {
	position: absolute;
	top: 220px;
	right: 100px;
	right: -100%;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}

.section .cases-wrap .more-btn img {
	width: 100px;
}


/* 首页联系我们 */

.contact-us-wrap {
	position: absolute;
	top: 5%;
	right: 15%;
	width: 70%;
	margin-top: 280px;
}

.contact-us-wrap .contact-us-cont {
	position: relative;
	top: 5%;
}

.contact-us-wrap .contact-us-cont .item {
	position: absolute;
	right: 0;
	right: -100%;
	width: 900px;
	color: #555254;
	font-size: 16px;
	padding: 15px;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	opacity: 0;
}

.contact-us-wrap .item .l {
	width: 57%;
}
.contact-us-wrap .item .l span:first-child img{
	width: 240px;
}
.contact-us-wrap .item .l span:last-child img{
	width: 140px;
}
.contact-us-wrap .item .l img{
	margin-right: 10px;
	height: 140px;
}
.contact-us-wrap .item h5{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-us-wrap .item p {
	line-height: 24px;
	color: #555555;
	font-size: 14px;
}

.contact-us-wrap .item .r {
	width: 43%;
	position: relative;
	padding: 15px 0 0 0;
}

.contact-us-wrap .item .gps{
	position: absolute;
	top: -20px;
	right: 0;
}
.contact-us-wrap .more-btn {
	position: absolute;
	top: 20%;
	left: 15%;
	width: 100px;
	margin-top: 200px;
	opacity: 0;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
}
.contact-us-wrap .more-btn img{
	width: 100%;
}
/* 首页滑动到当前页面动画 */

.active .news-cont-wrap {
	left: 25%;
	opacity: 1;
}

.active .solution-cont-wrap,
.solution-cont-wrap li,
.active .energy-cont-wrap,
.energy-cont-wrap li {
	opacity: 1;
}
.active .about-cont-wrap li{
	top: 0;
}
.active .about-cont-wrap li.about-one {
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.active .about-cont-wrap li.about-two {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.active .about-cont-wrap li.about-three {
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.active .about-cont-wrap li.about-four {
	-moz-transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.active .about-cont-wrap .more-btn {
	bottom: 0;
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
}

.active .solution-cont-wrap li.solution-one {
	left: 0;
}

.active .solution-cont-wrap li.solution-two {
	left: 240px;
}

.active .solution-cont-wrap li.solution-three {
	top: 250px;
	left: 0px;
}

.active .solution-cont-wrap li.solution-four {
	top: 250px;
	left: 240px;
}
.active .solution-cont-wrap li.solution-five {
	left: 480px;
}
.active .solution-more-btn {
	bottom: 35%;
}
.active .energy-cont-wrap li.energy-one {
	right: 40%;
}

.active .energy-cont-wrap li.energy-two {
	right: 28%;
}

.active .energy-cont-wrap li.energy-three {
	right: 4%;
}

.active .energy-cont-wrap .more-btn img {
	opacity: 1;
	margin-top: 0;
}

.active .contact-us-wrap .item {
	right: 30px;
	opacity: 1;
}
.active .bg-tit,
.active .contact-us-wrap .more-btn {
	opacity: 1;
}

.active .cases-wrap .more-btn {
	right: 130px;
}

.active .contact-us-wrap .more-btn {
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

.active .bg-tit1 {
	top: 15%;
}

.active .bg-tit2 {
	left: 10%;
}

.active .bg-tit3{
	right: 15%;
}

.active .bg-tit4 {
	top: 20%;
}

.active .bg-tit5 {
	left: 15%;
}

.active .bg-tit6 {
	top: 80px;
}

.active .bg-tit7 {
	left: 23%;
}

@media (min-height: 600px) and (max-height: 800px) {
.active .solution-more-btn{
	bottom: 20%;
}
}
@media (max-width: 1600px) {
	.section .bg-tit3 {
		right: 10%;
		right: -20%;
	}
	.active .bg-tit3 {
		right: 5%;
	}
}

@media (max-width: 1440px) {
	.section .bg-tit2 {
		left: 6%;
		left: -20%;
	}
	.active .bg-tit2 {
		left: 2%;
	}
	.about-cont-wrap {
		left: 14% !important;
		margin-left: 114px;
	}
	.about-cont-wrap .about-two {
		left: 235px;
	}
	.about-cont-wrap .about-three {
		left: 470px;
	}
	.about-cont-wrap .about-four {
		left: 705px;
	}
	.about-cont-wrap li .item-box {
		width: 220px;
		height: 220px;
	}
}


/* 内容页公共样式 */

.main-wrap {
	margin-top: 80px;
}

.top-banner {
	margin-bottom: 30px;
}

.top-banner img {
	width: 100%;
	min-width: 1200px;
	max-height: 500px;
}

.main-content .mb50 {
	margin-bottom: 50px;
}

.crumbs {
	color: #686465;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-left: 15px solid #dedbda;
	background-color: #f1efee;
}

.crumbs a {
	color: #999;
}

.crumbs a:hover {
	text-decoration: underline;
}

.crumbs a:before {
	content: '/';
	color: #686465;
	margin-right: 3px;
}

.crumbs a:first-child:before {
	content: '';
}

.crumbs a:last-child {
	color: #686465;
	text-decoration: none;
	cursor: default;
}

.left-nav {
	float: left;
	width: 260px;
	padding: 20px 0;
	background-color: #fff;
	border:  solid #ededed;
	border-width: 0 1px;
}

.left-nav li {
	text-align: center;
	display: block;
}

.left-nav li a {
	line-height: 50px;
	display: block;
	margin: 0 10px 10px;
	background-color: #d6d6d6;
	font-size: 16px;
	color: #0f82e6;
}

.left-nav li a:active,
.left-nav li a:hover {
	color: #fff;
	background-color: #0f82e6;
}

.left-nav li.active>a {
	color: #FFFFFF;
	background-color: #0f82e6;	
}

.right-content-wrap {
	float: right;
	width: 930px;
	padding: 30px 50px;
	background-color: #fff;
}

.right-content-wrap .title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}

.right-content-wrap .title h2 {
	font-size: 32px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #666666;
}

.right-content-wrap .title span {
	margin: 0 15px;
	color: #999999;
}
.right-content-wrap .title i.font i{
	margin: 0 5px;
	cursor: pointer;
}
.right-content-wrap .content {
	color: #666;
}

.right-content-wrap .content img {
	max-width: 100%;
}

.right-content-wrap .content p {
	margin: 15px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}

.pagination {
	margin-top: 20px;
	text-align: center;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 0 12px;
	margin: 0 2px;
	line-height: 26px;
	color: #999;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pagination a:hover,
.pagination span.active {
	color: #fff;
	border-color: #e54c2f;
	background-color: #e54c2f;
}


/* 公共列表样式 */

.pub-list li {
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
}

.pub-list li:hover {
	background-color: rgba(152, 142, 142, .1);
}

.pub-list .item-img img {
	width: 130px;
	height: 90px;
	margin-right: 20px;
}

.pub-list .item-cont {
	width: 550px;
}

.pub-list .item-cont .item-title {
	font-size: 20px;
}

.pub-list .item-cont .item-title:hover {
	color: #e54c2f;
	text-decoration: underline;
}

.pub-list .item-cont .intro {
	margin: 15px 0 0 0;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.pub-list .item-time,
.pub-list .area {
	width: 90px;
	height: 90px;
	padding-top: 10px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #faf9f8;
}

.pub-list .item-time .day {
	font-size: 30px;
}

.pub-list .item-time .year-month {
	font-size: 14px;
	margin: 0;
}


/* 资质与荣誉 */

.honor-wrap {
	padding-left: 0;
	padding-right: 0;
	background-color: inherit;
}

.honor-list li {
	float: left;
	width: 296.66px;
	margin: 0 20px 20px 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.honor-list li,
.honor-list .honor-img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.honor-list li:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.honor-list li:hover .honor-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.honor-list li:nth-child(3n) {
	margin-right: 0;
}

.honor-list .honor-img {
	height: 212.5px;
	cursor: pointer;
	overflow: hidden;
}

.honor-list .honor-img img {
	width: 100%;
	height: 100%;
}

.honor-list h4 {
	height: 70px;
	font-size: 16px;
	font-weight: 400;
	padding: 14px 10px;
}


/* 经典案例 */

.pub-list .area {
	padding: 0;
	color: #666;
	font-size: 16px;
	line-height: 90px;
}


/* 联系我们 */

.contact-us .classify p {
	color: #e54c2f;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contact-us .classify ul {
	float: left;
	width: 396px;
	margin-right: 38px;
	margin-bottom: 20px;
}

.contact-us .branch {
	margin-top: 30px;
}

.contact-us .branch ul:nth-child(odd) {
	margin-right: 0;
}

.contact-us ul li {
	color: #333;
	font-size: 14px;
	line-height: 36px;
}

.contact-us ul li:first-child {
	font-size: 16px;
	font-weight: bold;
}

.contact-us ul li span {
	color: #666;
}

.contact-us .map {
	width: 100%;
	height: 500px;
}

.contact-us .BMap_bubble_title {
	color: #e54c2f;
	font-size: 14px;
}

.contact-us .BMap_bubble_content {
	font-size: 13px;
}


/* 搜索页 */

.search {
	position: relative;
}

.search .search-wrapper {
	position: absolute;
	bottom: 100px;
	width: 700px;
	height: 50px;
	left: 50%;
	margin-left: -350px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.search .search-wrapper .text {
	width: 600px;
	height: 50px;
	font-size: 16px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-right: 0;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.search .search-wrapper .text:focus {
	border-color: #e54c2f;
}

.search .search-wrapper .go-btn {
	position: absolute;
	width: 100px;
	height: 100%;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	letter-spacing: 2px;
	background-color: #e54c2f;
}

.search .search-wrapper .go-btn:hover {
	background-color: #bb371e;
}

.search-container {
	color: #666;
	margin-bottom: 50px;
}

.search-container .crumbs {
	margin-bottom: 30px;
}

.search-container .crumbs span {
	color: #e54c2f;
	padding: 5px;
}

.search-container .pub-list .item-cont {
	width: 890px;
}

.video-box {
	padding: 20px 0 50px;
	text-align: center;
}

.video-box video {
	background-color: #000;
}

.files-down .r {
	color: #1296db;
	text-decoration: underline;
}

.files-down .r:hover {
	color: #e54c2f;
}

.files-down .r img {
	width: 24px;
	margin-left: 5px;
}

@media all and (min-height:720px) and (max-height:800px){
.cases-wrap .cases-content .map-img{
	width: 678px;
}
.cases-content .po1 {
    top: 224px;
    left: 348px;
}
.cases-content .po2 {
	left: 433px;
    top: 354px;
}
.cases-content .po3 {
    right: 357px;
    bottom: 72px;
}
.cases-content .po4 {
    right: 336px;
    bottom: 188px;
}
.cases-content .po5 {
    right: 264px;
    bottom: 164px;
}
.cases-content .po6 {
    right: 321px;
    top: 190px;
}
.cases-content .po7 {
    right: 215px;
    top: 108px;
}
.cases-content .area-content .area1 {
    left: 42px;
}
.cases-content .area-content .area2 {
    left: 470px;
}
.cases-content .area-content .area4 {
    left: 328px;
}
.cases-content .area-content .area5 {
    right: 300px;
}
.cases-content .area-content .area6 {
    left: 346px;
}
.cases-content .area-content .area7 {
    right: 252px;
}
}


/*文章内容页新增无左侧导航*/
.news-content-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	padding: 30px 50px;
	background-color: #fff;
}

.news-content-wrap .title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}

.news-content-wrap .title h2 {
	font-size: 32px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #666666;
}

.news-content-wrap .title span {
	margin: 0 15px;
	color: #999999;
}
.news-content-wrap .title i.font i{
	margin: 0 5px;
	cursor: pointer;
}
.news-content-wrap .content {
	color: #666;
}

.news-content-wrap .content img {
	max-width: 100%;
}

.news-content-wrap .content p {
	margin: 15px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}
/*上一篇，下一篇*/
.page{
	display: block;
	margin: 20px auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.page a{
	color:#5675b6;
	text-decoration: none;
	margin: 0 10px 0 0;
}
.page a:hover{
	color: #666;
	text-decoration: none;
}
/*经典案例选择框*/
.region select {	
	background-color: #fff;
	border: 1px solid #C6D6F7;
	color: #e54c2f;
	line-height: 35px;
	width: 200px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
/* 二级栏目 */
.sub-left-nav{
	width: 238px;
	margin-top: -10px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 10px;
	border-left: 2px dashed #d6d6d6;
	display: none;
}
.sub-left-nav li a{
	font-size: 14px;
	line-height: 38px;
	margin: 0;
	margin-top: 10px;
	position: relative;
}
.sub-left-nav li a::after{
	content: '';
	position: absolute;
	top: 18px;
	left: -30px;
	width: 30px;
	border-top: 2px dashed #d6d6d6;
}