﻿.top{
	border: solid 1px #ededed;
}
.header {
	width: 1200px;
	margin: auto;
}

.header img {
	width: 100%;
}

.header .head_top {
	overflow: hidden;
	height: 120px;
}

.header .logo {
	width: 240px;
	float: left;
}

.header .head_fs1 {
	padding-top: 55px;
	width: 350px;
	font-size: 18px;
	float: left;
	margin-left: 20px;
	font-weight: bold;
}

.header .head_tel {
	float: right;
	font-size: 18px;
	padding-top: 40px;
	text-align: center;
}

.header .head_tel span {
	color: #66B44E;
	font-size: 22px;
	font-weight: bold;
}

.header .nav_uls {
	height: 50px;
	overflow: hidden;
}

.header .nav_uls li {
	display: block;
	width: 120px;
	float: left;
	position: relative;
	text-align: center;
}

.header .nav_uls li a {
	display: block;
	width: 100px;
	margin: auto;
	line-height: 3em;
        font-size: 19px;
       font-weight:
}

.nav-item.active>a, .nav-item:hover>a {
   border-bottom: 3px solid #66B44E;
    color: #66B44E;
}
/*.header .nav_uls li a.on {
	border-bottom: 2px solid #66B44E;
}
*/
/*.header .nav_uls li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #66B44E;
	transition: all 0.3s ease;
}
*/
/*.header .nav_uls li:hover:after {
	left: 10%;
	width: 80%;
}*/

.banner img {
	display: block;
	width: 100%;
}

.txt1 {
	width: 800px;
	margin: auto;
}

.main-tit {
	font-size: 40px;
	padding-top: 80px;
	text-align: center;
	color: #50ab49;
	position: relative;
	font-weight: normal;
}

.main-tit b {
	display: inline-block;
	color: #66A745;
	padding-bottom: 20px;
	font-size: 25px;
	border-bottom: 1px solid #66A745;
}

.main-tit:after {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-top: 8px solid #66A745;
	bottom: -20px;
	left: 50%;
	margin-left: -8px;
}

.slog {
	padding: 40px 0;
	text-align: center;
	font-size: 18px;
	color: #444;
	line-height: 26px;
        font-weight:bold;
}

.in_main1 {
	width: 100%;
	padding: 10px 0 20px;
	background: #F7F7F7;
}

.in_con1 {
	margin-top: 20px;
}

.in_con1 li {
	box-sizing: border-box;
	width: 23.5%;
	height: 480px;
	background: #fff;
	float: left;
	margin-right: 2%;
	cursor: pointer;
	border: solid 1px #f0f0f0;
}
.in_con1 li:hover{
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.in_con1 li .con_img {
	width: 100%;
	height: 204px;
	overflow: hidden;
	border-radius:4px 4px 0 0;
}

.in_con1 li img {
	width: 100%;	
	-moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.in_con1 li:hover img {	
	transform: scale(1.1);
}

.in_con1 li:last-child {
	margin-right: 0;
}

.con_txt {
	padding: 10px 2em;
}

.con_fs1 {
	font-size: 24px;
	text-align: center;
}

.con_fs2 {
	margin-top: 16px;
	font-size: 17px;
	text-align: justify;
	line-height: 2em;
	border-radius: 0 0 4px 4px;
	color:#666;
}

.btns a {
	display: block;
	margin: 40px auto;
	width: 150px;
	line-height: 2.5em;
	text-align: center;
	border-radius: 10px;
	background: #EC9E08;
	color: #fff;
}
.btns a:hover{
	background: #d48c08;
}

.in_con2 {
	margin-top: 40px;
}

.con2_uls li div {
	/*width: 33%;*/
	float: left;
}

.con2_uls li {
	overflow: hidden;
	margin-bottom: 20px;
}

.con_fs3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0685FC;
	width: 40%;
}

.con_fs4 {
	font-size: 35px;
	color: #66B44E;
	text-align: center;
	font-weight: bold;
	width: 20%;
}

.con_fs5 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 40%;
}

.lis1 .con_fs3 {
	font-weight: normal;
	text-align: justify;
	font-size: 18px;
	line-height: 1.5em;
	color: #0685FC;
	width: 40%;
}

/*.lis1 .con_fs4 p {
	width: 130px;
	height: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
	border-radius: 100px;
	background: #66B44E;
}
*/
.con_fs4 p{
	width: 120px;
    height: 45px;
    font-size: 22px;
    line-height: 43px;
    font-weight: bold;
    color: #FFF;
    margin: auto;
    box-sizing: border-box;
    border-radius: 4px;
    background: #66B44E;}

.lis1 .con_fs5 {
	font-weight: normal;
	text-align: justify;
	font-size: 18px;
	line-height: 1.5em;
	color: #999;
	width: 40%;
}

.credential {
	height: 402px;
	background: url(../img/zj_bg.jpg) no-repeat center;
	background-size: cover;
}

.inner-title {
	position: relative;
	padding: 72px 0 15px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
}

.credential .inner-title:after {
	background-color: #fff;
}

.credential-desc {
	width: 510px;
	padding-left: 40px;
	margin-top:24px;
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
}

.credential-desc2 {    
    padding-top: 72px;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff;
    /* padding-left: 10%; */}

.ad_text{
	color:#fff;
}
.credential-avatar {
	width: 480px;
	height: 200px;
	margin: 36px 0 0 100px;
	background: url(../img/credential_img.png) no-repeat center rgba(255, 255, 255, 0.9);
	background-color: url(../img/credential_img.png) no-repeat center rgb(255, 255, 255) \9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=180, color='#ffffff')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, color='#ffffff');
	background-size: cover;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.in_con3 table {
	margin-top: 30px;
}

.in_con3 table td {
	text-align: justify;
	padding: 0 2em;
	position: relative;
	font-size: 16px;
}
.in_con3 table p{
	position: relative;
	font-size: 16px;
}


.in_con3 table .tr1 {
	line-height: 6em;
	text-align: center;
	background: #f5f5f5;
	font-size: 19px;
}

.in_con3 table .tr1 td,
.in_con3 table tr td:first-child {
	text-align: center;
	padding: 0;
	color: #66B44E;
	font-weight: bold;
	font-size: 16px;
}

.in_con3 table tr .td1 {    width: 150px;    color: #000!important;    line-height: 4em;    font-size: 18px;}

.in_con3 table p i {
	color: #B34E4E;
	display: block;
	float: left;
	width: 20px;
	font-style:normal;
}

.list_model::before{
			content: '';
		    position: absolute;
		    z-index: -1;
		   top: 16px;
		    left: -16px;
		    width: 8px;
		    height: 8px;
		    border-radius: 50%;    
		    background: #B34E4E;
		}
/*.in_con3 table p span {
	display: block;
	float: left;
	width: 760px;
}*/

.in_con3 table p .con_fs7 {
	width: auto;
	display: inline;
	float: none;
	color: #66B44E;
}

.in_main4 {
	width: 100%;
	padding-bottom: 30px;
	background: #f5f5f5;
}

.in_con4 {
	margin-top: 40px;
	position: relative;
}

.in4_list {
	height: 370px;
	background: #fff;
	padding: 1.5em;
	position: relative;
}

.con_fs8 {
	text-align: justify;
	line-height: 2em;
	height: 20em;
}

.con_fs9 {
	width: 230px;
	/*position: absolute;*/
	bottom: 0;
	font-size: 14px;
	border-top: 1px solid #66a745;
	line-height: 3.5em;
	color: #9B9B9B;
}

.in5_list {
	position: relative;
	overflow: hidden;
}

.in5_img {
	width: 75%;
	float: left;
}

.in5_img img {
	width: 100%;
	height: 500px;
}

.in5_txt {
	width: 35%;
	height: 300px;
	float: right;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2em;
	box-sizing: border-box;
	border-radius: 10px;
}

.con_fs10 {
	font-size: 26px;
	color: #66B44E;
}

.con_fs11 {
	margin-top: 15px;
	line-height: 2em;
}

.con_fs12 a {
	display: block;
	position: absolute;
	bottom: 180px;
	width: 120px;
	line-height: 2em;
	text-align: center;
	color: #EC9E08;
	border: 1px solid #EC9E08;
}

#swiper3 .swiper-slide {
	width: 1000px;
}


/*设计师*/

/*.index-designer-container {
	width: 100%;
	padding: 50px 0 10px;
	box-sizing: border-box;
	background: url(../img/isjsbg.jpg);
}*/

.index-designer-center {
	width: 1530px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.white-subhead * {
	color: #fff;
}

.index-designer-content {
	width: 1400px;
	height: 510px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}

.index-designer-content .swiper-slide {
	width: 1000px;
	height: 510px;
}

.index-designer-content .swiper-slide .swiper-shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #000;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
}

.index-designer-content .swiper-slide .designer-anli {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 510px;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}

.index-designer-content .swiper-slide .designer-anli img {
	width: 760px;
	height: 510px;
	display: block;
}

.index-designer-content .swiper-slide .designer-anli div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.index-designer-content .swiper-slide .designer-anli div p {
	color: #cfcfcf;
	font-size: 14px;
	line-height: 25px;
	width: 520px;
	height: 100%;
	padding: 20px;
}

.index-designer-content .swiper-slide .designer-info {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	/*width: 400px;*/
	height: 450px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.index-designer-content .swiper-slide .designer-info .designerImg {
	width: 280px;
	height: 450px;
	background-size: cover;
	background-position: center center;
}

.index-designer-content .swiper-slide .designer-info>div {
	box-sizing: border-box;
	width: 370px;
	height: 100%;
	background: #fff;
	padding: 20px 20px 0 60px;
	border: solid 1px #ededed;
}

.index-designer-content .swiper-slide .designer-info>div h2 {
	font-size: 56px;
	color: #f5cb8f;
}

.index-designer-content .swiper-slide .designer-info>div h3 {
	font-size: 30px;
	color: #fff;
	margin: 20px 0 10px;
}

.index-designer-content .swiper-slide .designer-info>div h3 span {
	font-size: 14px;
	color: #cfcfcf;
}

.index-designer-content .swiper-slide .designer-info>div h5 {
	color: #fff;
	line-height: 30px;
}

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(3) {
	width: auto;
	display: inline-block;
	min-width: 120px;
	max-width: 150px;
	padding: 0 10px;
	overflow: hidden;
	height: 30px;
	background: #c79e68;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-bottom: 25px;
}

.index-designer-content .swiper-slide .designer-info>div h5:nth-child(5) {
	color: #f5cb8f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.index-designer-content .swiper-slide .designer-info>div h5 span {
	color: #f5cb8f;
}

.index-designer-content .swiper-slide .designer-info .designer-btn {
	width: 150px;
	height: 48px;
	border: 1px solid #919191;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	background: transparent;
	margin-top: 20px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.index-designer-content .swiper-slide .designer-info .designer-btn:hover {
	background: #c79e68;
	color: #fff;
}

.index-designer-content .swiper-button-prev,
.index-designer-content .swiper-button-next {
	opacity: .9;
}

.index-designer-content .swiper-button-prev {
	left: 0px;
	width: 200px;
	height: 354px;
	top: 21%;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
}

.index-designer-content .swiper-button-prev div {
	width: 55px;
	height: 88px;
	position: absolute;
	top: 40%;
	right: 10px;
	background-image: url(../img/pre.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.index-designer-content .swiper-button-next {
	right: 0px;
	width: 200px;
	height: 354px;
	top: 21%;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(000, 000, 000, 1));
	background: linear-gradient(to right, rgba(000, 000, 000, 1), rgba(255, 255, 255, 0));
}

.index-designer-content .swiper-button-next div {
	width: 55px;
	height: 88px;
	position: absolute;
	top: 40%;
	left: 10px;
	background-image: url(../img/nex.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.index-designer-content .swiper-pagination-bullets {
	left: 1015px;
	width: 370px;
}

.index-designer-content .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: rgba(0,0,0,0.3);
	border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #89E05D;
	border: none;
}

.index-designer-container .swiper-pagination-bullets{
    bottom: 24px;
    left: 400px;
    width: 100%;
}

.index-designer-content .designer-more {
	color: #fff;
	position: absolute;
	top: 0;
	right: 145px;
	line-height: 24px;
	z-index: 100;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.index-designer-content .designer-more:hover {
	opacity: .8;
}

.index-designer-content .designer-more i {
	background: url(http://image.shj.cn:8888/static/pcweb/images/icon.png);
	background-position: 0 -334px;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.foot{
	width: 100%;
	height: 300px;
	position: relative;
	background: url(../img/credential_bg.png);
}
.foot_txt{
	width: 100%;
	/*position: absolute;*/
	bottom: 0;
	text-align: center;
	color: #fff;
	line-height: 3em;
	background: #2F4627;
}
.zhushi{
	font-size: 25px;
	margin-top: 5px;
	color: #fff;
}
.phone{
	display: none;
}
.ad{
	/*max-height: 335px;*/
}
.ad img{
	width: 100%;
	display: block;
}

/*侧边栏*/
* { list-style: outside none none; }
#csRight { width: 60px; border-bottom-left-radius: 10px; border-top-left-radius: 12px; background-color: black; opacity: 0.7; height: 312px; position: fixed; z-index: 100; top:50%;margin-top: -150px; right: 0px; font-family: Microsoft Yahei,Georgia,Arial,sans-serif; }
#csRight a { display: block; width: 60px; height: 65px; background: transparent url(../img/yc_002.png) no-repeat scroll 0% 0%; z-index: 99999999; transition: all 0.2s linear 0s; }
#csRight a:hover { background-color: rgb(136, 136, 136); }
#csRight a.cSzixun {background-position: 0px -4px;}
#csRight a.cSyuyue {background-position: 0px 0px;}
#csRight a.tell {background-position: 0px -68px;float: left;}
#csRight a.tell:hover { background-color: black; opacity: 0.7; }
#csRight a.cSaddress {background-position: 0px -138px;}
#csRight .telBox { width: 60px; height: 65px; position: relative; }
#csRight .callBox { width: 285px; height: 65px; background-color: black; opacity: 0.9; position: absolute; left: 0px; top: 0px; z-index: 10; }
#csRight .telform {width: 225px;height: 65px;float: left;line-height: 65px;font-size: 18px;color: #fff;font-weight: bold;}
#csRight a.returnTop {background-position: 0px -200px;height: 60px;margin: 0px;}
#csRight a.returnTop:hover { background-color: rgb(136, 136, 136); }

#room {
      width: 100%;
      height: 100%;
    }
	#room .swiper-slide img{
		width: 100%;
		border-radius: 8px;
		/*opacity: 0.5;*/
	}