﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
ul li {
	list-style: none;
	float: left;
}
i ,em{
	font-style: normal;
}
input {
	outline: none;
}
table, tr, th, td {
    border: 0 none;
    vertical-align: middle;
    // border-collapse: collapse;
}
img{
	width: 100%;
	}
.mtop20{
	margin-top: 60px;
}
.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.y-all,.y-con-bg,.y-appointment-box,.y-foot,.y-feedback{
    width: 100%;
    max-width: 1920px;
    float: left;
}
.y-top,.y-banner,.y-con-con,.y-more,.y-fg-1,.y-con-jy-xia,.y-con-new-xia,.y-news-list,.y-list-top,.y-newlist-xq-top{
	width: 100%;
	float: left;
}
.y-top-con,.y-con-all,.y-footer,.y-newlist-nav{
	width: 1200px;
	margin: 0 auto;
}
/* 头部 */
.y-top{
	height: 120px;
	border-bottom: 1px #eee solid;
}
.y-top-con-left{
	width: 230px;
	float: left;
	text-align: center;
}
.y-top-con-left img{
	width: 80%;
	margin: 5% 0%;
}
.y-top-con ul{
	width: 700px;
	float: right;
	line-height: 120px;
}
.y-top-con ul li{
	width: 16%;
	text-align: center;
	font-size: 16px;
}
.y-top-con ul li a:hover{
	color: #cd5e00;
}
/* 轮播图 */
.swiper-container {
        width: 100%;
        height: 100%;   
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.y-con-bg{
	background:url(../images/whole_house_bg.jpg);
	background-size: 100%;
}
.y-con-anli-top{
	text-align: center;
}
.y-con-anli-top .tit {
    height: 110px;
    background: url(../images/home_tit_png.png) top no-repeat;
    padding-top: 80px;
}
.y-con-anli-top .tit span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #071e4d;
    font-weight: lighter;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.y-con-anli-top .tit p {
    font-size: 38px;
    line-height: 48px;
    color: #0f2450;
    letter-spacing: 7px;
}
.y-con-anli-top .des {
    margin-top: 10px;
    font-size: 22px;
    color: #664d02;
    letter-spacing: 5px;
    font-weight: lighter;
}
.y-con-anli-top .des span {
    position: relative;
}
.y-con-anli-top .des span:before, .y-con-anli-top .des span:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 60px;
    height: 1px;
    background: #8c6900;
}
.y-con-anli-top .des span:before {
    left: -75px;
}
.y-con-anli-top .tip {
    margin-top: 8px;
    color: #664d02;
    letter-spacing: 15px;
    opacity: 0.8;
}
.y-con-anli-xia ul li {
    margin-top: 30px;
    padding: 0 18px;
    float: left;
    width: 30%;
	margin-bottom: 20px;
}
.y-con-anli-xia ul li span {
    margin-top: 25px;
    display: block;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
}
.y-con-anli-xia ul li p {
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}
.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.y-con-anli-xia ul li:hover span {
    color: #c38e59;
}
.y-more{
	text-align: center;
	margin: 40px 0px;
}
.y-more p{
	width: 180px;
	height: 50px;
	background: #0a2444;
	line-height: 50px;
	margin: 0 auto;
}
.y-more p a{
	color: #fff;
	font-size: 14px;
}
/* 匠艺 */
.y-con-jiangyi .ico-box {
    margin-top: 20px;
    text-align: center;
}
.y-con-jiangyi  .ico-box span {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #e5e5e5;
}
.y-con-jiangyi  .ico-box span p {
    margin-top: 10px;
    font-size: 12px;
    color: #959595;
}
.y-con-jy-xia ul {
    margin: 30px -15px 38px;
}
.y-con-jy-xia ul li {
    float: left;
    width: 22%;
    padding: 0 15px;
}
.y-con-jy-xia .item {
    display: block;
    color: #FFFFFF;
    padding: 100px 10px;
    text-align: center;
    letter-spacing: 1px;
}
.y-con-jy-xia .item span {
    font-size: 48px;
    line-height: 50px;
    margin-right: 3px;
    font-weight: lighter;
}
.y-con-jy-xia .item .des {
    margin-top: 8px;
    font-size: 12px;
}
.y-con-jy-xia .item .tip {
    margin-top: 12px;
    display: inline-block;
    background: #b48b62;
    color: #FFFFFF;
    font-size: 18px;
    padding: 4px 20px;
}
/* 首页电话分格 */
.y-appointment-box {
    height: 140px;
    background-image: url(../images/appointment_bg.jpg);
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.y-appointment-box .content {
    /* padding-top: 50px;
    padding-left: 350px;
   position: relative; */
	width: 100%;
	float: left;
}
.y-appointment-box .content .text {
   /* position: absolute; */
    top: 0;
    left: 0;
    padding-top: 45px;
}
.y-appointment-box .content .text .text-left{
	float: left;
	margin-right: 34px;
}
.y-appointment-box .content .text h2 {
    font-size: 24px;
    color: #FFFFFF;
	font-weight: normal;
}
.y-appointment-box .content .text p {
    margin-top: 5px;
	float: left;
    color: #FFFFFF;
	font-size: 14px;
}
.y-appointment-box .content .text em {
    color: #b48b62;
}
.y-appointment-box .content .in {
    float: left;
    margin-right: 2%;
    width: 22%;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    background: #FFFFFF;
    border: none;
    padding: 8px 20px;
}
.y-appointment-box .content .bt {
    float: left;
    width: 20%;
    height:40px;
    line-height: 14px;
    background: #b48b62;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
	padding: 8px 20px;
	 border: none;
}
/* 首页新闻 */
.home-news{
	margin-top: 40px;
}
.home-news .left {
	    float: left;
	    width: 580px;
		-webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
		    box-shadow: 0 0 25px rgba(0,0,0,.08);
		background-color: #FFFFFF;
}
.home-news .left .img {
    overflow: hidden;
    position: relative;
	padding: 15px;
}
.home-news .left .text {
    padding: 5px 30px;
}
.home-news  .left span {
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    color: #bbbbbb;
}
.home-news .left .tit {
    font-size: 18px;
    color: #222222;
}
.home-news .left .des{
	    margin-top: 12px;
	    font-size: 12px;
	    color: #999999;
	    margin-bottom: 20px;
	    position: relative;
padding-right: 108px;
}
.home-news .left .des em{
    position: absolute;
    top: 0;
    right: 0;
    color: #b48b62;
}
.home-news ul {
   width: 580px;
	float: right;
}
.home-news li {
	width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.home-news li a {
    display: block;
    position: relative;
    padding: 20px 20px 20px 154px;
    position: relative;
}
.home-news li .date {
    position: absolute;
    top: 18px;
    left: 30px;
    height: 55px;
     line-height: 55px;   width: 105px;
    border-right: 1px dotted #e1dfe0;
}
.home-news li .date span {
    display: block;
    font-size: 24px;
}
.home-news li .date p {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}
.home-news ul li .tit {
    font-size: 18px;
    color: #222222;
}
.home-news ul li .des {
    margin-top: 12px;
    font-size: 12px;
    color: #999999;
	padding-right: 70px;
    position: relative;
}
.home-news li a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #b48b62;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.home-news li a:hover:after {
    width: 100%;
}
.home-news li a:hover {
    -o-box-shadow: 0 0 30px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
    box-shadow: 0 0 30px rgba(0,0,0,.08);
}
.home-news ul li .des em {
    position: absolute;
    top: 0;
    right: 0;
    color: #b48b62;
}
.y-more p:hover{
	background: #b48b62;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.y-foot{
	background: url(../images/footer_bg.jpg);
	background-size: 100%;
}
.y-footer{
	color: #666;
	font-size: 14px;
}
.y-foot-about{
	width:100% ;
	float: left;
	padding: 50px 0px;
	border-bottom: 1px #434343 solid;
}
.y-foot-about1,.y-foot-about2{
	width: 310px;
	float: left;
}
.y-foot-about1 img{
	width: 190px;
	margin-bottom: 10px;
}
.y-foot-about1 p{
	line-height: 24px;
}
.y-foot-about2{
	margin-left: 250px;
}
.y-foot-about2 p,.y-foot-about3 p{
	font-size: 18px;
	color: #cccccc;
	margin-top: 50px;
	margin-bottom: 10px;
}
.y-foot-about2 span{
	line-height: 24px;
	width: 100%;
	float: left;
}
.y-foot-about3{
	width: 110px;
	float: right;
}
.y-foot-about3 p{
	float: right;
	width: 100%;
}
.y-foot-about3 img{
	width: 110px;
}
.y-foot-qx{
	width: 100%;
	float: left;
	padding: 15px;
	text-align: center;
}
/* 新闻列表 */
.y-mbx{
    top: 0;
    right: -30px;
    padding: 0;
    line-height: 40px;
    border: none;
	padding: 15px 0;
    color: #999999;
    font-size: 12px;
    text-align: right;
}
.y-mbx a{
	padding: 0px 5px;
}
.y-list-top{
	background-color: #FFFFFF;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.y-news-list {
	width: 100%;
    margin: 40px 0 70px;
    border-top: 1px dashed #e5e5e5;
}
.y-news-list li{
	width: 100%;
	float: left;
}
.y-news-list li a {
    display: block;
    padding: 35px 30px 35px 30px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.y-news-list li .img {
    float: left;
    overflow: hidden;
    width: 250px;
}
.y-news-list li .img img{
	width: 230px;
	height: 154px;
}
.y-news-list li .text {
    margin-left: 250px;
    padding: 0 45px;
}
.y-news-list li .text .tit {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #101010;
}
.y-news-list li .text .tit span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.y-news-list li .text .des {
    color: #999999;
    line-height: 30px;
    height: 100px;
    overflow: hidden;
}
.y-news-list li a:hover {
    background: #FFFFFF;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
	border-bottom: 1px solid #b48b62;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.pages {
	width: 100%;
    text-align: center;
    line-height: 38px;
	padding: 40px;
	float: left;
	color: #333;
}
.pages a:hover, .pages span:hover, .pages a.current, .pages span.current {
    background: #b48b62;
    border: 1px solid #b48b62;
    font-weight: bold;
    color: #FFFFFF;
}
.pages a{
    display: inline-block;
    margin: 0 5px;
    font-style: normal;
    height: 40px;
    min-width: 10px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    font-size: 12px;
}
.y-newlist-xq{
	background: none!important;;
}
.y-newlist-xq-top{
	width: 100%;
	text-align: center;
	border-bottom: 1px #e1dfe0 solid;
	padding: 40px;
}
.y-newlist-xq-top .title {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
	font-weight: normal;
}
.y-newlist-xq-top  p{
	line-height: 26px;
	    margin-top: 15px;
	    text-align: center;
	    color: #999999;
		font-size: 14px;
}
.y-newlist-xq-top  p span{
	padding: 8px 10px;
}
.y-newlist-xq-wz{
		width: 100%;
	    padding:40px;
	    line-height: 34px;
	    color: #999999;
		font-size: 15px;
		float: left;
}
.flip {
   padding: 50px;
    border-top: 1px dotted #e1dfe0;
	float: left;
	width: 100%;
	font-size: 14px;
}
.flip .prev {
    float: left;
    padding-left: 20px;
	
}
.flip a {
    max-width: 48%;
    display: inline-block;
    position: relative;
    line-height: 30px;
    color: #777777;
}
.flip a:hover{
	color: #b48b62;
}
.flip .next {
    float: right;
    padding-right: 20px;
}
.y-anli-nav{
	width: 100%;
	float: left;
	padding: 40px 0px;
}
.y-anli-nav ul li{
	    float: left;
	    width: 15%;
		
		margin: 10px 10px;
}
.y-anli-nav ul li a {
    display: block;
    text-align: center;
    background: #f5f5f5;
    padding: 15px 0;
	}
.y-anli-nav ul li a.active {
	    background: #0a2444;
		
	}
	.y-anli-nav ul li a.active span{
		color: #FFFFFF;
	}
/* 联系我们 */
.y-about-tit{margin-top: 30px;
}
.ny-tit {
    position: relative;
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
}
.contact-ul {
    margin-top: 45px;
}
.contact-ul li {
    float: left;
    width: 45%;
    margin: 0px 2%;
    background-image: url(../images/contact_li_bg.png);
    background-size: cover;
    height: 120px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
}
.contact-ul li img{
	width: 50px;
	float: left;
}
.contact-ul li .item {
    padding: 32px 10px 0 30px;
}
.contact-ul li .item div {
    margin-left: 40px;
    border-left: 1px dashed rgb(229, 229, 229);
	float: left;padding:  0px 30px;
}
.contact-ul li .item div span {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 16px;
}
.contact-ul li .item div p {
    margin-top: 8px;
    font-size: 18px;
    color: rgb(180, 139, 98);
}
.contact-info {
    margin: 70px -30px 0px;
 
}
.contact-info li {
    float: left;
    margin-top: 55px;
    width: 40%;
    padding: 0px 5%;
}
.contact-info li h2 {
    line-height: 32px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    padding-left: 30px;
    background: url(../images/ico_building.png) left 9px no-repeat;
	font-weight: normal;
}
.contact-info li div {
    margin-top: 20px;
    line-height: 30px;
    color: #999999;
}
.contact-info li div p {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
.contact-info li div .ico-add {
    background: url(../images/ico_address.png) 3px no-repeat;
}
.contact-info li div i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
}
.contact-info li div .ico-bus {
    background: url(../images/fixed_ico_1.png);
}
.y-dt img{
	padding: 40px 0px;
}
/* 关于我们 */
.about-box .left {
    float: left;
    width: 52.5%;
}
.about-box .right {
    float: right;
    width: 44%;
    max-width: 480px;
    padding-top: 140px;
}
.about-box .tit {
    font-size: 36px;
    letter-spacing: 3px;  margin-top: 90px;
}
.about-box .tit h2 {
    color: #999999;
    text-transform: uppercase;
}
.about-box .tit p {
    color: #333333;
}
.about-box .text {
    margin-top: 45px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.about-concept {
    margin-top: 95px;
	width: 100%;
	float: left;
}
.ny-tit {
    position: relative;
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    color: #333333;
    text-align: center;
}
.about-concept li {
    margin-top: 48px;
    padding: 0 12px;
    float: left;
    width: 18%;
}
.about-concept .item {
    padding: 50px 20px 25px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #eeeeee;
    background-size: cover;
}
.about-concept .item img{
	width: 60px;
}
.about-concept .item span {
    margin-top: 55px;
    display: block;
    font-size: 20px;
    color: #333333;
    padding-bottom: 22px;
    position: relative;
}
.about-concept .item p {
    margin-top: 22px;
    line-height: 24px;
    min-height: 48px;
	font-size: 14px;
    color: #777777;
}
.about-concept .item span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #b48b62;
    margin-left: -10px;
}
.ny-tit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: #b48b62;
}
.y-zs{
	padding: 0px 0px 40px 0px;
	width: 100%;
	float: left;
}
.y-zs li{
	width: 20%;
	padding: 0;
	margin-bottom: 10px;
}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0px;}
.suspension .d-qrcode{top:34px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}