@charset "utf-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:transparent;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu
	{
		margin:0;
		padding: 0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
html, body 
	{
        font-family:"Microsoft Yahei",Tahoma, Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 20px;
    }
a,a:hover,a:focus,a:visited
{
	text-decoration: none;
	outline:none !important;
	outline:0;
}
ul,ul li,ol,li 
	{
		list-style: none outside none;
	}
input[type="submit"], input[type="reset"], input[type="button"], input
	{
    	resize: none;
    	border: none;
    }
textarea
	{
		resize: none;
	}
a
	{
	text-decoration: none;
	}
img 
	{
		vertical-align: middle;border: none;width: 100%;
	}
i 
	{
		font: inherit;
    }
.lgsize{font-size: 36px;line-height: 38px;font-weight: lighter;}
.mdsize{font-size: 28px;line-height: 30px;font-weight: lighter;}
.smsize{font-size: 15px;line-height: 15px;}
.pcshow{display: flex;}
.sjshow{display: none;}
@media (max-width:1200px) {
	.lgsize{font-size: 26px;line-height: 28px;}
	.mdsize{font-size: 18px;line-height: 20px;}
	.smsize{font-size: 14px;line-height: 12px;}
}
@media (max-width:840px) {
	.smsize{font-size: 12px;line-height: 12px;}
}
@media (max-width:640px) {
	.lgsize{font-size: 18px;line-height: 18px;}
	.mdsize{font-size: 15px;line-height: 15px;}
	.smsize{font-size: 12px;line-height: 16px;}
	.pcshow{display: none !important;}
	.sjshow{display: flex !important;}
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#delbox{
    margin-right:0;
}
.w1200 {
	width: 96%;
	max-width: 1200px;
	margin: auto;
}
.flex{
  display:box;
  display:-webkit-box;
  display:-webkit-flex; 
  display:-moz-box; 
  display:-ms-flexbox; 
  display:flex;
}
.flex-j{
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
}
.flex-w{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}
.flex-s{
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
.flex-c{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
.align-center{
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  -o-align-items:center;
  align-items:center;
}
.flex-cm{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  }
.trs{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.content
	{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	
	}
.ani-delay{
    animation-delay: .4s;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }
/* 顶部 */
.top{
    background-color: #3a3c4b;
}
.topbox{
    line-height: 1.75rem;
}
.top-wel p{
    font-size: .6rem;
    color: rgba(255, 255, 255, .6);
}
.top-wel p a{
    color: rgba(255, 255, 255, .6);
    font-weight: bold;
}
.top-r a,.top-lx{
    font-size: .6rem;
    color: #808080;
    margin-left: .75rem;
}
.top-r a .iconfont,.top-lx .iconfont{
    font-size: .55rem;
}
.top-r a p,.top-lx p{
    margin-left: .25rem;
}
.top-lx{
    position: relative;
}
.top-ewm{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 110%;
    left: 50%;
    width: 6rem;
    height: 3.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow:0 0 1rem rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 600;
}
.top-ewm img{
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
}
.top-wel p a:hover{
    color: #8c7a66;
    text-decoration: underline;
}
.top a:hover,.top-lx:hover{
    color: #8c7a66;
}
.top .top-lx:hover .top-ewm{
    visibility: visible;
    opacity: 1;
}
/* 头部 */
.header{
    width: 100%;
    background: #fff;
}
.headerbox{
    height: 5rem;
}
.header-l{
    width: 20%;
}
.header-l .logo{
    width: 100%;
}
.header-l .logo img{
    width: 60%;
}
.header-font{
    padding-left: 1.25rem;
    margin: 1.25rem;
    border-left: 1px solid #ebebeb;
}
.header-font h1{
    color: #444;
    font-size: 1rem;
}
.header-font p{
    padding-top: .25rem;
    color: #999;
    font-size: .7rem;
}

.search {
    width: 35%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.search input {
    border: none;
    outline: none;
    background: none;
    display: block;
    flex: 1;
    padding-left: 1rem;
    font-size: 0.5rem;
    color: #333;
}

.search button {
    background-color: #a66b42;
    font-size: 1rem;
    color: #fff;
    width: 15%;
    text-align: center;
    display: block;
    border: none;
    outline: none;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}

.header-r .icon, .header-r .icon .zticon{
    font-size: 2.3rem;
}
.header-r .telbox p{
    font-size: .6rem;
    color: #808080;
    margin-left: .75rem;
}
.header-r .telbox h2{
    font-size: 1.3rem;
    color: #8c7a66;
    margin-left: .75rem;
}
/* 导航 */
.nav{
    background-color:  #575757;
    width: 100%;
}
.nav .nav1li{
    flex: 1;
    margin:0 1px;
    position: relative;
    text-align: center;

}
.nav .nav1li .nav1a {
    font-size: .8rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.5rem;
}
.nav1a .iconfont{
    font-size: .6rem;
    padding-left:.5rem;
    color: rgba(255, 255, 255, .7);
}
.nav .nav1li.active{
    background-color: rgba(255, 255, 255, 0.3);
}
.nav .nav1li.active .nav1a{
    color:  #fff;
}
.nav .nav1li:hover{
    background-color: rgba(255, 255, 255, 0.3);
}

.nav .nav1li:hover .nav1a{
    color:  #fff;
}

.nav .nav2ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    background-color: white;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
}
.nav .nav2li{
    padding: 0 1rem;
}
.nav .nav2li a{
    font-size: .7rem;
    color: #444;
    text-align: center;
    display: block;
    padding: .5rem 0;
}
.nav ul>li:hover .nav2ul{
    visibility: visible;
    opacity: 1;
}
.nav .nav2li:hover{
    background-color:  #8c7a66;
}
.nav .nav2li:hover a{
    color: #fff;
}
.nav.on{
    top: 0;
    position: fixed;
    left: 0;
    z-index: 500;
}
/* 友情链接 */
.link{
    background-color: white;
    line-height: 2.5rem;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .05);
	margin-bottom: 2rem;
}
.linkbox{
    background: url("/skin/Fine/images/links.png") no-repeat;
    background-position: left;
    background-size: auto;
    background-position-y: .6rem;
}
.linkbox ul{
    padding-left: 12%;
}
.linkbox ul li a{
    color: #444;
    font-size: .7rem;
    padding: 0 .35rem;
}
.linkbox ul li a:hover{
    color:  #8c7a66;
}
/* PC底部 */
.footer{
    background:#242424;
}
.f-t{
    padding: 3rem 0;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    -ms-align-items:flex-start;
    -o-align-items:flex-start;
    align-items:flex-start;
}
.f-l{
    width: 70%;
}
.f-l>ul>li>a{
    font-size: .7rem;
    color: rgba(255, 255, 255, .8);
    padding-right: 1.5rem;
}
.footer_logo>a>img{
    width: 60%;
}
.footer_logo>a>h3{
	color: #f5f5f7;
	margin-top: 1rem;
}
.db_nav>div>a{
	color: #f5f5f7;
}
.db_nav>ul>li>a{
    font-size: .7rem;
    color: rgba(255, 255, 255, .8);
    padding-right: 1.5rem;
}
.f-nav2{
    font-size: .6rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.2rem;
}

.f-c{
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    padding: 0 2rem;
    margin-left: 2rem;
    width: 30%;
}
.f-c h6{
    font-size: .7rem;
    color: rgba(255, 255, 255, .8);
    padding-bottom: 1rem;
}
.f-c p{
    font-size: .6rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.5rem;
}
.f-c p a{color: rgba(255, 255, 255, .6);}
.f-r{
    flex: 1;
}
.f-r .ewm{
    width: 4.5rem;
    height: 4.5rem;
    background-color: #fff;
    padding: .25rem;
    margin-left: 2rem;
}
.f-r .ewm p{
    font-size: .6rem;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    padding-top: .5rem;
}
.f-b{
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.f-b p{
    text-align: center;
    font-size: .7rem;
    padding: .5rem 0;
    color: rgba(255, 255, 255, .4);
}
.f-b p a{ color: rgba(255, 255, 255, .4);}
.f-l>ul>li>a:hover{
    color: rgba(255, 255, 255, 1);
}
.f-nav2:hover{
    color: rgba(255, 255, 255, 1);
}

.footer_phone p {
    font-size: .75rem;
    color: #fff;
}

.footer_phone span {
    font-size: 1rem;
    color: #fff;
    display: block;
    margin: 0.8rem 0 1rem 0;
}

.footer_phone {
    padding-left: 3rem;
    border-left: 1px solid #56595f;
}

.footer_button {
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 35px;
    background-color: #2433e4;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #FFF;
}

.footer_button h4 {
    font-size: 0.5rem;
    color: #fff;
    margin-left: 0.3rem;
}

/* 分页器 */
.pages{
    text-align: center;
    justify-content: center;
    padding-top: 2rem;
}
.pages a {
    display: block;
    color: #6c7dff;
    padding: 8px;
    border: 1px solid #6c7dff;
    text-align: center;
    margin: 32px 4px 0px 0px;
}
.pages b {
    color: #fff;
    padding: 8px;
    border: 1px solid #6c7dff;
    text-align: center;
    margin: 32px 4px 0px 0px;
    background: #6c7dff;
}
.pages a b {
    background: none;
    padding: 0px;
    border: none;
    margin: 0px auto;
    color: #6c7dff;
}

/* 返回顶部 */
.go-top{
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 500;
}
.go-top .item{
    width: 2rem;
    height: 2rem;
    background: #8c7a66;
    margin-bottom: .1rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, .05);
}
.go-top .dh,.go-top .ewm{
    position: relative;
}
.go-top .iconfont{
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2rem;
    margin: 0px auto;
}
.go-top .showzjtc .iconfont,.go-top .backtop .iconfont{
	font-size: 1.7rem;
}
.go-top .dh-active{
    background: #8c7a66;
    width: 6rem;
    height: 2rem;
    position: absolute;
    left: -6.5rem;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    opacity: 0;
    visibility: hidden;
}
.go-top .dh-active p{
    font-size: .75rem;
}
.go-top .code img{
    width: 85%;
    height: 85%;
    margin: auto;
    display: block;
    padding-top: .25rem;
}
.go-top .ewm-active{
    position: absolute;
    padding: .15rem;
    width: 6rem;
    height: 7.5rem;
    left: -6.5rem;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.go-top .ewm-active .wenzi{
    width: 100%;
    height: 2rem;
    text-align: center;
    line-height: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);;
    padding-top: .25rem;
    margin-top: .25rem;
}
.go-top .wenzi p{
    font-size: .6rem;
    color: #8c7a66;
}
.go-top .ewm-active::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 10px;
    border-style: solid;
    border-color:  transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.go-top .item:hover{
    background: #20bda5
}
.go-top .item:hover .ewm-active,.go-top .item:hover .dh-active{
    opacity: 1;
    visibility: visible;
}
.go-top .backtotop{
    display: none;
}

/* 移动端导航 */
.mo-top{
    display: none;
    width: 100%;
    background: white;
    position: fixed;
    box-shadow: 0 5px 10px rgba(108, 128, 111, .1);
    z-index: 500;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(77, 95, 238, .8); height:61px;
}
.mo-top a{
    display: block;
    overflow: hidden;
    width: 25%;
    line-height: 60px;
}
.mo-top a img{
    max-width: 85%;
}
@media (max-width:375px) {
    .mo-top a img {
        max-width: 100%;
    }
}
.mo-top .pinpailogo{
    width: 20%;
}
.mo-top h2{
    font-size: 16px;
    font-weight: lighter;
}
.mo-nav .s1,.mo-top .s2,.mo-top .s3{
    width: 22px;
    height: 2px;
    display: block;
    background-color:rgba(77, 95, 238, .4);
    position: relative;
    overflow: hidden;
}
.su::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #8c7a66;
    transform: translateX(-100%);
    transition: all 0.25s ease;
}
.mo-nav:hover .su::after{
    transform: translateX(0);
}
.s1::after{
    transition-delay: .2s;
}
.s2::after{
    transition-delay: .4s;
}
.s3::after{
    transition-delay: .6s;
}
.mo-nav .s2{
    margin-top: 6px;
}
.mo-nav .s3{
    margin-top: 6px;
}
.mo-nav.on .s1{
    -webkit-transform: matrix(1,0,0,1,0,8) rotate(45deg);
    transform: matrix(1,0,0,1,0,18),rotate(45deg);
}
.mo-nav.on .s2{
    opacity: 0;
}
.mo-nav.on .s3{
    -webkit-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
    transform: matrix(1,0,0,1,0,-18),rotate(-45deg);
}
/* 移动端导航下拉 */
.navdown{
    display: none;
    width: 100%;
    background: #fff;
    z-index: 500;
    position: fixed;
    top: 3rem;
    left: 0;
}
.navdown ul li{
    width: 100%;
    border-bottom: 1px dashed #eee;
}

.navdown ul li a{
    padding: 1rem;
    color: #444;
    width: 100%;
    display: block;
    font-size: .8rem;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 499;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
/* 移动端状态栏 */
.mo-footer{
    height: 3rem;
    width: 100%;
    background-color:  #8c7a66;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .05);
    display: none;
}
.mo-footerbox{
    height: 100%;
}
.mo-footer a{
    display: block;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .32);
}
.mo-footer .showzjtc{
    width: 25%;
    text-align: center;
}
.mo-footer a:nth-child(4){
    border: none;
}
.mo-footer p,.mo-footer .iconfont{
    color: #fff;
}
.mo-footer .iconfont{
    font-size: 1.25rem;
}
.mo-footer p{
    font-size: .7rem;
}
/* 移动端底部 */
.mo-copyright{
    background: #3b3b3b;
    width: 100%;
    text-align: center;
    line-height: 2.5rem;
    display: none;
    margin-bottom: 3rem;
}
.mo-copyright p{
    font-size: .6rem;
    color: rgba(255, 255, 255, .6);
}
/* 首页banner */
.swiper1{
    width: 100%;
    position: relative;
}
.swiper-slide{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper1 .swiper-button-prev{
    left: 10%;
}
.swiper1 .swiper-button-next{
    right: 10%;
}
.swiper1 .iconfont{
    font-size: 2rem;
    color: rgba(255, 255, 255, .6);
    z-index: 100;
}
.swiper1 .iconfont:hover{
    color: #fff;
}
.swiper-button-prev:after,.swiper-button-next:after{
    content: ''!important;
}
.swiper-button-prev .iconjiantou{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner .swiper1 .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .swiper1 .swiper-pagination-bullet{
    width: .8rem;
    height:.8rem;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, .7);
    background-color: rgba(0, 0, 0, 0) !important;
    margin: 0 .625rem !important;
    border-radius: 50%;
}
.banner .swiper1 .swiper-pagination-bullet-active{
    background-color:  #8c7a66 !important;
    border: none;
}
/* 首页标题 */
.tit{
    text-align: center;
}
.tit h2{
    font-size: 2.1rem;
    color: #8c7a66;
    position: relative;
    padding-top: .5rem;
}
.tit h3{
    font-size: .8rem;
    color: #8c7a66;
    text-transform: uppercase;
    font-weight: normal;
}
/* 首页了解更多 */
.morebox{
    text-align: center;
    border: 1px solid #444;
    border-radius: .2rem;
    width: 6rem;
}
.morebox-m{
    display: none;
}
.morebox p,.morebox .iconfont{
    color: #444;
}
.morebox p{
    font-size: .8rem;
    text-transform: uppercase;
    padding: .35rem 0;
}
.morebox .iconfont{
    opacity: 0;
}
.morebox:hover{
    background-color: #8c7a66;
    border: 1px solid #8c7a66;
}
.morebox:hover .iconfont{
    text-indent: .5rem;
    opacity: 1;
}
.morebox:hover p,.morebox:hover .iconchangjiantou{
    color: #fff;
}

/* 产品展示 */
.product{
    padding: 4.5rem 0;
    background-color: #f0f2f5;
}
.p-top{
    padding: 3rem 0 2rem 
}
.nav-content{
    width: 90%;
}
.nav-content ul{
    flex: 1;
}
.nav-content ul li a{
    font-size: .9rem;
    color: #444;
    background-color: #e6ecf5;
    padding: .5rem 1.5rem;
    border-radius: .2rem;
    margin: .25rem 1rem .25rem 0;
    display: block;
}
.nav-content ul li a.active{
    background-color: #8c7a66;
    color: #fff;
    font-weight: bold;
}
.nav-content ul li a:hover{
    background-color: #8c7a66;
    color: #fff;
    font-weight: bold;
}

.p-cowbox{
    margin: 0 -.5rem;
}
.p-row{
    padding: .5rem;
    width: 25%;
}
.p-rowbox{
    background-color: white;
    border-radius: .3rem;
    display: block;
    overflow: hidden;
}
.p-img{
    width: 285px;
    height: 214px;
    overflow: hidden;
}
.p-font{
    padding: 1rem;
}
.p-font h1{
    font-size: .9rem;
    color: #444;
    padding-bottom: .5rem;
}
.p-font p{
    font-size: .8rem;
    color: #808080;
    line-height: 1.2rem;
    -webkit-line-clamp: 2;
}
.p-rowbox:hover .p-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.p-rowbox:hover .p-font h1{
    color:#8c7a66;
}
/* 产品展示内页 */
.product-ny{
    background-color: #f0f2f5;
}
.nav-ny{
    width: 100%;
}
.nav-ny{
    padding-bottom: 2rem;
}
.nav-ny ul{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
/* 关于我们 */
.about{
    padding: 6rem 0;
}
.aboutbox{
    position: relative;
}
.about-font{
    width:75%;
    height: 430px;
    background: linear-gradient(135deg , rgb(52, 189, 169) , rgb(94, 109, 219) 100%);
    background: -o-linear-gradient(135deg , rgb(52, 189, 169) , rgb(94, 109, 219) 100%);
    background: -ms-linear-gradient(135deg , rgb(52, 189, 169) , rgb(94, 109, 219) 100%);
    background: -moz-linear-gradient(135deg , rgb(52, 189, 169) , rgb(94, 109, 219) 100%);
    background: -webkit-linear-gradient(135deg , rgb(52, 189, 169) , rgb(94, 109, 219) 100%);
    padding: 2rem 20% 2rem 2rem;
    border-radius: .5rem;
}
.about-font .tit{
    text-align: left;
}
.about .tit h2,.about .tit h3,.about-font p{
    color: #fff;
}
.about-font .morebox{
    border: 1px solid white;
}
.about-font .morebox:hover{
    border: 1px solid #8c7a66;
}
.about-fontbox p{
    font-size: .8rem;
    line-height: 1.6rem;
    margin: 1.75rem 0;
    -webkit-line-clamp: 5;
}
.about-img{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99;
    border-radius: .5rem;
    width: 500px;
    height: 350px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-img::after{
    content: '';
    border: 1px solid white;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .5rem;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.about-img:hover img{
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1); 
}
.about-img:hover::after{
    opacity: 1;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
/* 咨询客服广告 */
.advi{
    background: url("/skin/Fine/images/advi1.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.advi-font{
    width: 35%;
}
.advi-font h2,.advi-font p,.cust .iconfont,.cust p{
    color: white;
}
.advi-font h2{
    font-size: 1.8rem;
    padding-bottom: 1.25rem;
}
.advi-font p,.cust p,.cust .iconfont{
    font-size: .8rem;
}
.cust{
    padding:4rem 0;
}
.custbox{
    border:1px solid white;
    border-radius: .3rem;
    width: 7.5rem;
    line-height: 2rem;
}
.cust p{
    padding-left: .5rem;
}
.custbox:hover{
    background-color: #8c7a66;
    border: 1px solid #8c7a66;
}
/* 服务优势 */
.adva{
    padding: 5rem 0 6rem;
}
.adva-cow{
    padding-top: 3rem;
}
.adva-cowbox{
    width: 50%;
}
.adva-row{
    position: relative;
    z-index: 2;
    width: 30rem;
    height: 15rem;
    overflow: hidden;
}
.adva-row::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(bottom , rgb(5, 12, 1) , rgba(5, 12, 1, 0) 100%);
    background: -o-linear-gradient(bottom , rgb(5, 12, 1) , rgba(5, 12, 1, 0) 100%);
    background: -ms-linear-gradient(bottom , rgb(5, 12, 1) , rgba(5, 12, 1, 0) 100%);
    background: -moz-linear-gradient(bottom , rgb(5, 12, 1) , rgba(5, 12, 1, 0) 100%);
    background: -webkit-linear-gradient(bottom , rgb(5, 12, 1) , rgba(5, 12, 1, 0) 100%);
    z-index: 1
}
.adva-row1{
    border-radius: .4rem 0 0 0;
}
.adva-row2{
    border-radius: 0 .4rem 0 0;
}
.adva-row3{
    border-radius: 0 0 0 .4rem;
}
.adva-row4{
    border-radius: 0 0 .4rem 0;
}
.adva-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
    width: 100%;
    height: 100%;
}
.adva-font{
    position: absolute;
    left: 0;
    top:10%;
    z-index: 2;
    padding: 2rem 1.5rem;
    width: 100%;
}
.adva-font h2,.adva-font p{
    color: white;
}
.adva-font h2{
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.adva-font>p{
    font-size: .8rem;
    -webkit-line-clamp: 2;
}
.adva-font .cust{
    padding: 2.5rem 0 0 0;
}
.adva-row:hover .adva-font{
    top: 5%;
}
.adva-row:hover .adva-font>p{
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.adva-row:hover .cust{
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
} 
/* 团队 */
.team{
    padding-bottom: 4.5rem;
}
.t-font{
    width: 30%;
}
.t-font .tit{
    text-align: left;
}
.t-font .tit h2{
    -webkit-line-clamp: 2;
    line-height: 3rem;
}
.t-font>p{
    font-size: .8rem;
    color: #444;
    margin: 2rem 0;
    line-height: 1.2rem;
}

.t-cow{
    width: 60%;
}
.t-cowbox{
    margin: 0 -.5rem;
}
.t-row{
    width: 33.33%;
    padding: .5rem;
}
.t-img{
    width: 75%;
    overflow: hidden;
    border-radius: .3rem;
}
.t-rowbox h2{
    font-size: 1rem;
    color: #444;
    padding-top: 1rem;
}
.t-rowbox:hover .t-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* 团队内页 */
.t-cow-ny{
    width: 100%;
}
.t-cow-ny .t-cowbox-ny {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}
.t-row-ny{
    width: 33.3%;
}
/* 案例展示 */
.case{
    padding: 4.5rem 0;
    background-color: #f0f2f5;
}
.case .tit{
    text-align: left;
}
.c-cow{
    padding-top: 3.25rem;
}
.c-cowbox{
    margin: 0 -.75rem;
}
.c-row{
    padding: .75rem;
    width: 33.33%;
}
.c-rowbox{
    background-color: white;
    display: block;
    position: relative;
    width: 380px;
    height: 285px;
    border-radius: .3rem;
    overflow: hidden;
    z-index: 5;
}
.c-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.c-rowbox::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(bottom , rgba(5, 12, 1,.8) , rgba(5, 12, 1, 0) 100%);
    background: -o-linear-gradient(bottom , rgba(5, 12, 1,.8) , rgba(5, 12, 1, 0) 100%);
    background: -ms-linear-gradient(bottom , rgba(5, 12, 1,.8) , rgba(5, 12, 1, 0) 100%);
    background: -moz-linear-gradient(bottom , rgba(5, 12, 1,.8) , rgba(5, 12, 1, 0) 100%);
    background: -webkit-linear-gradient(bottom , rgba(5, 12, 1,.8) , rgba(5, 12, 1, 0) 100%);    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1;
}
.c-rowbox::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 74,168, .8);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 1;
}
.c-rowbox .iconfont,.c-rowbox p{
    color: white;
}
.c-rowbox .iconfont{
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-40%);
    -moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
    -o-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    opacity: 0;
    z-index: 2;
}
.c-rowbox p{
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .75rem 1.5rem;
    z-index: 2;
    line-height: 1.4rem;
    width: 100%;
    text-align: center;
}
.c-rowbox:hover::after{
    opacity: 1;
}
.c-rowbox:hover .iconfont{
    opacity: 1;
    bottom: 33%;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.c-rowbox:hover p{
    opacity: 1;
    bottom: 0;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
/* 新闻中心 */
.news{
    padding: 4.5rem 0;
}
.n-top .tit{
    text-align: left;
}

.n-bt{
	padding-top: 3rem;
}
.n-bt li{
	padding:.5rem 1rem;
	margin-right: 1rem;
	cursor: pointer;
	border-radius: .5rem;
	border:#8c7a66 1px solid;
	text-align: center;
}
.n-bt li:hover,
.n-bt li.active{
	background-color: #8c7a66;
	color: #FFF;
}
.n-lb{
    padding-top: 3rem;
}
.n-l{
    width:35%;
}
.n-lbox{
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    background-color: white;
    border-radius: .4rem;
    overflow: hidden;
    display: flex;
	flex-wrap: wrap;
}
.n-limg{
	width:35%;
}

.n-lbox:first-child .n-limg{
    width: 100%;
    overflow: hidden;
}
.n-lbox:first-child .n-lbot{
    width: 100%;
    overflow: hidden;
}
.n-lbot{
	width: 65%;
    padding: 1.5rem;
}
.n-llbox{
    width: 20;
	margin-top: .5rem;
}

.n-time{
    font-size: .8rem;
    color: #bfbfbf;
    font-weight: bold;
}
.n-more p,.n-more .iconfont{
    color: #999999;
}
.n-more p{
    font-size: .8rem;
    text-transform: uppercase;
}
.n-more .iconfont{
    font-size: .7rem;
}
.n-lrbox{
    width: 100%;
}
.n-lrbox h2{
    font-size: .9rem;
    padding-bottom: 1rem;
    color: #444;
}
.n-lrbox p{
    font-size: .8rem;
    color: #808080;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
}
.n-lbox:hover .n-limg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.n-lbot:hover h2{
    color:#8c7a66;
}
.n-lbot:hover .n-time{
    color:#8c7a66;
    text-indent: .25rem;
}
.n-lbot:hover .n-more p{
    color:#8c7a66;
    text-indent: .25rem;
}
.n-lbot:hover .n-more .iconfont{
    color:#8c7a66;
    text-indent: .25rem;
}


.n-r{
    width: 32%;
}
.lb-list.hide{
	display: none;
}
.n-cow{
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    border-radius: .3rem;
}
.n-cowbox{
    padding:1.2rem;
    margin: .5rem 0;
}
.n-img{
	width:15%;
}
.n-row{
    width: 70%;
}
.n-row h2{
    width: 80%;
    font-size: .9rem;
    color: #444;
    padding-bottom: 1rem;
}
.n-row p{
    font-size: .8rem;
    color: #808080;
    line-height: 1.2rem;
    -webkit-line-clamp: 2;
}
.n-cow:hover{
    box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
    border-bottom: 1px solid white;
}
.n-cow:hover h2{
    color: #8c7a66;
}
.n-cow:hover .n-time{
    text-indent: .5rem;
    color: #8c7a66;
}
.n-cow:hover .n-more p{
    text-indent: .5rem;
    color: #8c7a66;
}
.n-cow:hover .n-more .iconfont{
    text-indent: .5rem;
    color: #8c7a66;
}
/* 新闻列表内页 */
.n-r-ny{
    width: 70%;
}
.n-cowbox-ny{
    margin: 1rem 0;
}
.ny-lb .n-nyp{
    -webkit-line-clamp: 1;
}
/* 列表右侧推荐 */
.tuijian{
	width:28%;
	background-color: #FFF;
	padding: .5rem;
}
.tuijian h2{
	width:100%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	text-align: center;
	background-color: #8c7a66;
	color: #FFF;
	margin-bottom: 1rem;
}
.tuijian li{
	font-size:.8rem;
	color:#333;
	line-height: 2;
}
.tuijian .tuijian_img{
	width: 100%;
}
.tuijian li a{
	color:#8c7a66;
	width: 66%;
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tuijian li a:hover{
	font-weight: bold;
}
.tuijian li span{
	float: right;
}
@media screen and (max-width:980px){
	.tuijian{
		display:none;
	}
	.n-r-ny{
		width:100%;
	}
}
/* 内页banner */
.banner-ny{
    position: relative;
}
.banner-ny::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.banner-nybox{
    overflow: hidden;
}
.banner-nybox img{
    max-width: 100%;
}
.b-ny-font{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.b-ny-font h1, .b-ny-font h2{
    font-size: 2rem;
    color: white;
    padding-bottom: .5rem;
}
.b-ny-font p{
    font-size: .8rem;
    color: white;
    text-transform: uppercase;
}
/* 内页列表 */
.ny-lb,.contact-ny{
    padding:3rem 0 4rem;
}
.ny-lb .c-cow-ny,.ny-lb .h-cow-ny,.ny-lb .t-cow-ny{
    padding: 0;
}
/* 联系我们 */
.contact-nybox1{
    padding: 2rem;
    background-color: white;
}
.contact-nybox p{
    font-size: .7rem;
    color: #444;
    line-height: 1.5rem;
}
.map{
    height: 20rem;
}
#map{
    height: 100%;
}
.BMap_cpyCtrl {
    display: none;
}
.anchorBL {
    display: none;
}
#map img{
    width: auto;
}
/* 内页详情 */
.ny-xq{
    padding:3rem 0 4rem;
}
.xqbox{
    padding: 2rem;
    background-color: white;
}
.cqn-t{
    text-align: center;
}
.cqn-t h1,.cqn-t h2{
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 1rem;
}
.cqn-tb{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
}
.cqn-tb .time{
    margin-right: 1.5rem;
}
.cqn-tb .time p,.cqn-tb .clike p{
    font-size: .7rem;
    color: #808080;
}
.cqn-c{
    border-bottom: 1px solid #ebebeb;
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.cxq-b .xq-bl{
    width: 77%;
}
.xqbox .about-cqn{
    border-bottom: none;
    padding-bottom:0 ;
}
.cqn-cimg{
    padding: 0 2rem;
}
.cqn-cimg img{
    max-width:32rem;
    margin-bottom: 1rem;
}
.cqn-cimg p{
    font-size: .8rem;
    color: #444;
    margin-bottom: 1rem;
    line-height: 1.4rem;
}
/* 内页详情底部 */
.xq-bl .trs a{
    color: #444;
}

.xq-blf .iconfont,.xq-blf p,.xq-br .iconfont,.xq-br p{
    font-size:.8rem;
    color: #808080;
    line-height: 1.2rem;
}

.xq-blf p span{
    color: #444;
}
.xq-blt{
    margin-bottom: .5rem;
}
.xq-blt .iconfont{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.xq-blb .iconfont{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.xq-br p{
    color: #444;
    margin-left: .5rem;
}
.xq-blf:hover p span,.xq-br:hover p{
    color:  #8c7a66;
}

@media screen and (max-width:1024px){
    .content{max-width: 95%;}
    .header-l .logo{width: 30%;}
    .banner .swiper1 .swiper-pagination{bottom: 30px;}
    .banner .swiper1 .swiper-pagination-bullet{width: .6rem;height: .6rem;margin: 0 .5rem !important;}
    .tit h2{font-size:22px;}
    .p-img{width: 229px;height: 172px;}
    .product{padding: 3.5rem 0;}
    .p-top{padding: 2rem 0 3rem;}
    .about,.adva,.case,.news{padding: 4rem 0;}
    .about-img{width: 400px;height: 280px;}
    .adva-row{width: 486px;height: 243px;}
    .adva-font{padding: 1rem 1.5rem;}
    .adva-font h2{font-size: 1.2rem;}
    .t-font .tit h2{line-height: 2.2rem;}
    .t-img{width: 181px;height: 259px;}
    .c-cow,.n-lb{padding-top: 2.5rem;}
    .c-rowbox{width: 304px;height: 228px;}
    .n-limg{width: 460px;height: 288px;}
    .n-time{font-size: 1.2rem;}
    .n-cowbox,.n-lbot{padding: 1rem;}
    .f-l{display: none;}
    .f-c{border-left: none;}
    .top-ewm{width: 5rem;height: 5rem;}
}

@media screen and (max-width:768px){
    .header1,.go-top .dh, .go-top .ewm,.footer,.swiper-button-prev,.swiper-button-next,.banner-ny,.top,.nav,.link,.p-font p,.p-top,.n-llbox{display: none !important;}
    .mo-top,.mo-footer,.mo-copyright,body .m-nynav{display: block !important;}
    .ny-lb, .contact-ny, .ny-xq{min-height: 46rem;}
    .banner{ margin-top:61px}
    .p-font{padding:.5rem;}
    .p-img{width:167px;height: 126px;}
    .p-font h1{font-size: .8rem;padding-bottom: 0;text-align: center;}
    .morebox-m{display: flex;justify-content: center;padding-top: 2rem;}
    .morebox{background-color: #8c7a66;border: 1px solid #8c7a66 !important;}
    .morebox p, .morebox .iconchangjiantou{color: #fff;}
    .morebox .iconfont{opacity: 1;text-indent: .5rem;}
    .about-font{width: 100%;height: 550px;}
    .about-img{top: 100%;left: 0;margin-left: 2rem;}
    .about-font{padding: 2rem;}
    .about{padding-bottom: 10rem;}
    .advibox{flex-wrap:wrap;padding: 2rem 0;}
    .advi-font{width: 100%;text-align: center;}
    .advibox .cust{padding: 0;padding-top: 2rem;}
    .custbox{background-color: #8c7a66;border: 1px solid #8c7a66;}
    .adva-row{width: 365px;height: 183px;}
    .adva-font .cust{padding-top: 1rem;}
    .adva-font{padding:.75rem 1rem;top: 0;}
    .t-img{width: 133px;height: 190px;}
    .t-font>p{margin: 1rem 0;}
    .t-font .tit h2{font-size: 1.3rem;}
    .c-rowbox{width: 223px;height: 167.25px;}
    .c-rowbox p{padding: .5rem 1rem; font-size: .8rem;}
    .n-l{width: 49%;}
    .n-lrbox{width: 100%;}
	.n-img{width: 100%; margin-bottom: 1rem;}
    .n-row{width: 100%;}
    .n-cowbox, .n-lbot{padding: .75rem;}
    .n-row h2{padding-bottom: .5rem;}
    .n-cowbox{margin: .5rem;}
    .n-cow{box-shadow: 0 0 1rem rgba(0, 0, 0, .05);border-bottom: 1px solid white;}
    .p-nav{padding: 0 0 2rem 0;}
    .nav-content ul li a{padding: .5rem 1rem;}
    .p-cow-ny{padding-top: 2rem;}
    .ny-lbbox,.contact-nybox,.ny-xqbox{padding-top: 2rem;}
	.mo-footer .content{ padding:0 !important}
	.cxq-b .xq-bl{width: 70%;}
}

@media screen and (max-width:414px){
    .content{padding: 0 .75rem;max-width: 100%;}
    body .mo-top a{width: 45%;}
    body .banner .swiper1 .swiper-pagination{bottom: .5rem;}
    .p-cowbox{margin: 0 -.25rem;}
    .p-row{width: 50%;padding: .25rem;}
    .p-img{width: 187px;height: 140px;}
    .morebox-m{padding-top: 1.5rem;}
    .about-font{padding: 1.5rem;}
    .about-img{width: 324px;height: 227px;}
    .about-font{height: 510px;}
    .about{padding-bottom: 8rem;padding-top: 3rem;}
    .advibox{padding: 2rem .75rem;}
    .adva, .case, .news{padding: 3rem 0;}
    .adva-row{width: 384px;height: 192px;}
    .adva-cowbox{width: 100%;padding: .25rem 0;}
    .adva-row{border-radius: .4rem;}
    .adva-font{padding: 1rem;}
    .adva-cow{padding-top: 2rem;}
    .teambox,.n-lb,.cxq-b{flex-wrap: wrap;}
    .t-font{width: 100%;padding-bottom: 2rem;}
    .t-cow{width: 100%;}
    .t-font .tit h2{font-size: 2.1rem;line-height: 3.15rem;}
    .t-cowbox{margin: 0 -.25rem;}
    .t-row{padding: .25rem;}
    .t-img{width: 121px;height: 173px;}
    .t-rowbox h2{padding-top: .5rem;}
    .team{padding-bottom: 3rem;}
    .c-cow, .n-lb{padding-top: 1rem;}
    .c-row{width: 50%;}
    .c-cowbox{margin: 0 -.25rem;}
    .c-row{padding: .25rem;}
    .c-rowbox{width: 187px;height: 140px;}
    .c-rowbox p{padding: .5rem;}
    .case .tit,.news .tit{text-align: center;margin: auto;}
    .case .morebox,.news .morebox{display: none;}
    .morebox-m .morebox{display: flex;}
    .n-l{width: 100%;padding-bottom: 2rem;}
    .n-r, .xq-bl{width: 100%;}
    .ny-lb, .contact-ny,.ny-xq{padding: 4.5rem 0 2rem;}
    .cqn-cimg{padding: 0;}
    .xqbox{padding: 1rem;}
    .cqn-c{padding: 1rem 0;margin-bottom: 1rem;}
	.cxq-b .xq-bl{width: 90%;}
    .ny-lb, .contact-ny, .ny-xq{min-height: 31rem;}
	.nav-content ul li { width:33.33333%}
    .nav-content ul li a{margin:0 2% 5px; line-height:35px; font-size:16px; padding:0; text-align:center}
    .xq-br{padding: .5rem;}
    .t-row-ny{width: 33.33%;}
    .custbox{width: 6.5rem;line-height: 1.7rem;}
    .team .t-font .tit h2{font-size:22px;line-height: 2.4rem;}
    .contact-nybox1{padding: 1rem;}
}

@media screen and (max-width:375px){
    .p-img{width: 168px;height: 126px;}
    .about-img{width: 285px;height: 200px;}
    .adva-row{width: 345px;height: 173px;}
    .adva-font h2{margin-bottom: .5rem;}
    .t-img{width: 108px;height: 154px;}
    .c-rowbox{width: 168px;height: 126px;}
    .n-l{width: 100%;}
    .n-lrbox h2{padding-bottom: .5rem;}
    .cqn-cimg p{margin-bottom: .75rem;}
	.cqn-cimg p span{font-size: .7rem !important;}
    .xqbox{padding: .75rem;}
    .p-nav{padding: 0 0 1rem 0;}
    .cqn-t h1,.cqn-t h2{font-size: 1rem;}
    .n-row h2,.n-lrbox h2{font-size: .8rem;}
    .n-row p,.n-lrbox p{font-size: .7rem;}
}

@media screen and (max-width:320px){
    .product,.adva, .case, .news{padding: 30px 0;}
    .p-cow-ny{padding-top: 1rem;}
    .about-font{padding: 1rem;}
    .about-font{height: 480px;}
    .about{padding-bottom: 7rem;}
    .advi-font h2{font-size: 1.4rem;}
    .advi-font p, .cust p, .cust .iconfont{font-size: .7rem;}
    .advibox .cust{padding-top: 1.5rem;}
    .adva-font .cust{padding-top: .5rem;}
    .adva-font h2{margin-bottom: .5rem;}
    .adva-font{padding: .75rem;}
    .adva-font h2{font-size: .9rem;}
    .p-img{width: 140px;height: 105px;}
    .about-img{width: 250px;height: 175px;}
    .adva-row{width: 290px;height: 145px;}
    .t-img{width: 90px;height: 129px;}
    .c-rowbox{width: 140px;height: 105px;}
    .n-l{width: 100%;}
    .n-l{padding-bottom: 1.5rem;}
    .cqn-tb{flex-wrap: wrap;}
    .cqn-tb .time{margin-right: 0;width: 100%;padding-bottom: .25rem;}
}
#maximg img{ max-width:100% !important; height:auto !important}


/* 服务网点专题页面 */
/* 品牌简介 */
.ppjj{ width: 100%; padding-bottom: 42px; padding-top: 100px;}
.pp{ margin: 0 auto;}
.pp_fl{ width: 49%; text-align: center;}
.pp_fl1{ width: 33%; padding-top: 3px; margin: 0 auto;}
.pp_fl1 img{ width: 100%;}
.pp_fl2{ width: 100%; text-align: center; margin-top: 20px; font-weight: 800;}
.pp_fl3{ width: 100%; text-align: center; margin-top: 20px;line-height: 25px;}
.pp_fl4{ width: 50%; margin: 0 auto; margin-top: 32px;}
.pp_fl4 a{ width: 100%; display: block; margin-top: 3px; line-height: 6px; padding: 18px 0px; background: #8c7a66; color: #fff; border-radius: 20px; text-align: center;}
.pp_fr{ width: 47%; border: 10px solid #d5d5d5;}
.pp_fr1{ line-height: 28px; padding: 20px 20px;}
.pp_fr2{ line-height: 24px; padding: 20px 20px;}
/* 服务项目 */
.fwxmzt{ width: 100%; background: #f5f5f5; padding: 32px 0px;}
.xm1{ width: 16.2%;}
.xm1 .xm1yu{ line-height: 55px; font-weight: normal; text-align: center; color: #50392d; font-family: "微软雅黑";}
.xm1 p{ line-height:24px; color: #50392d; font-family: "微软雅黑"; text-align: center;}
.xm1 p.xm1yu{ line-height:24px; margin: 0px 6px;}
/* 检修流程 */
.jxlc{ width: 100%; background: #ffffff; padding: 52px 0px 62px; margin-bottom: 42px;}
.lc{ position: relative; margin-left: auto; margin-right: auto;}
.lc h2{ position: relative; z-index: 2; display: flex;}
.lc h2 span { display: block; letter-spacing: 0px; color: #c8a21d !important;}
.lc .lc_bt{ position: absolute; left: 0;top: 50%; margin-top: -8px;}
.lc_bt img { width: 100%;}
.lc_list1{cursor: pointer; margin: 0 1%; position: relative; width: 9.6%;}
.lc_list1 img{display: block;margin-bottom: 21px;width: 100%;}
.lc_list1 p{color: #000;text-align: center;}
.lc_list1 span { position: absolute; width: 48%;height: 1px; border-bottom: 1px dotted #fff;left: 90%; bottom: 7px;}
/* 服务简介 */
.fwjj{width: 100%;}
.jj_list{width: 15%; text-align: center; border-bottom: 1px solid #ededed; background: #FFFFFF;box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);margin: 0 auto 2rem auto;padding: 28px 0px;}
.jj_list_img{width: 50%;margin: 0 auto;}
.jj_list_img img{width: 100%;}
.jj_list_bt1{color: #333333;line-height: 28px; font-weight:normal;}
.jj_list_bt2{line-height: 28px;color: #999999;}
/* 服务环境 */
.huanjin_cont { margin: 0px auto 24px;}
.huanjin_left { width: 20%;}
.huanjin_left li { padding: 3px; background:#bfbfbf; width: 48%; margin-bottom: 14px; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.huanjin_left li:nth-last-of-type(1),.huanjin_left li:nth-last-of-type(2){ margin-bottom:0px;}
.huanjin_left li .bor { text-align: center; border: 1px solid #fff; width: 97.6%; height: 96px;}
.huanjin_left li .bor span { font-size: 14px; color: #fff;}
.huanjin_left li .bor p { font-size: 12px; color: #fff; padding-top: 6px; filter: alpha(Opacity=45); -moz-opacity: 0.45; opacity: 0.45;}
.huanjin_left li.on { background: #8c7a66;}
.huanjin_left li.on .bor { border: 1px solid #fff;}
.huanjin_left li.on .bor span { color: #fff;}
.huanjin_left li.on .bor p { color: #fff;}
.huanjin_right { width: 78.4%;}
.huanjin_right ul li{ overflow:hidden; width:100%;}
.huanjin_right ul li img{ width:100%; display:block; transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.huanjin_right ul li:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
@media (max-width:1200px) {
.huanjin_left { width: 100%; margin-bottom:14px;}	
.huanjin_left li:nth-last-of-type(1),.huanjin_left li:nth-last-of-type(2){ margin-bottom:14px;}
.huanjin_left li{ width:16.2%;}
.huanjin_right { width: 100%;}
}
@media (max-width:740px) {
.huanjin_left li{ width:32.3%;}	
}
/* 服务优势开始 */
.zzysection{max-width:100%;margin:0px auto; background:#f8f8f8; padding:2px 0px 32px;}
.fgx1{ margin-top: 32px;}
.h2yu{ color:#000;}
.h2yu:after{content:"";display:block;width:40px;height:3px;margin-top:18px;background-color:#f6d876}
.articleyu picture{ overflow:hidden;}
.articleyu picture img{ width:100%; display:block; height:auto; transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.articleyu picture:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.article__category{margin-top:0;margin-bottom:20px;text-transform:uppercase}
.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px}
.grid2{ padding:1px 0px;}
.grid__item2{width:32.2%; background:#fff; padding:24px 0px;}
.article__description{ margin-top:20px; line-height:24px;}
.box--default{ color:#333; width:90%; overflow:hidden;}
/*幻灯图片*/
@media (max-width: 750px){
.fgx1 { margin-top: 16px!important;}
.h2yu:after{ width:30px; height:2px;}
.articleyu img{width:100%;height:auto;display:inline;}
.zzysection .pcshow{display: none !important;}
.zzysection .sjshow{display: flex !important;}
.hdp{width:100%;background-color: #fff;}
.bannerSlides{width:90%;margin:0 auto; min-width:300px;overflow:hidden;}
.bannerSlides b{color:#333; padding-top:16px;}
.hxx{overflow:hidden; width:20px; text-align:left;margin-top:12px; margin-bottom:24px; border-bottom:2px solid #f6d876;}
.bannerSlides p{color:#333; margin:24px auto; text-align:left; line-height:24px;}
.bannerSlides li {width:100%;height:auto;float:left;overflow:hidden; margin-top: 28px; margin-bottom: 42px; margin-left: auto; margin-right: auto; }
.bannerSlides li picture{ overflow:hidden;}
.bannerSlides li picture img{ width:100%; display:block; height:auto; transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.bannerSlides li picture:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.bannerSlides li a{display:block;width:100%;height:auto;}
.bannerSlides,.bannerSlide_container a {position:relative;}
.bannerSlide_foncus {left:0;bottom:5%;width:100%;height:30px;overflow:hidden;text-align:center;}
.bannerSlide_foncus span {display:inline-block;width:10px;height:10px;margin-left: 6px;background-color:#002246; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;cursor:pointer;}
.bannerSlide_foncus span.active{ background-color:#ffde73;}
.bannerSlide_foncus{ position:absolute;}
}
/* 服务优势结束 */
/* 售后服务中心 */
.shfw{width: 100%;padding-top:32px;}
.fw_bt{ width: 100%; text-align: center; margin-bottom:32px;}
.fw_bt1{ color: #8c7a66;}
.fw_bt2,.fw_bt2yu{ line-height: 28px;}
.fw_bt2{ color: #8c7a66;}
.fw_bt2yu{ color: #8c7a66;}
.fw_nr{width: 96%;border: 1px solid #e1dbd5;padding: 2%;margin-bottom: 42px;}
.fw_nr1{width: 50%;}
.fw_nr1 video{width: 90%;border: 5px solid #e1dbd5;}
.yunoul{ overflow:hidden; zoom:1; margin-bottom:24px;}
.yunoul a{ color:#353535;}
.yunoul li { width:100%; line-height: 48px; overflow: hidden; border-bottom:1px dashed #a0a0a0;}
.yunoul li span{line-height:48px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.yunoul li span:nth-of-type(1){ width:69.2%;}
.yunoul li span:nth-of-type(2){ color:#392f2c; width:30%; text-align:right;}
.yunoul li:nth-last-of-type(1){ border-bottom:none;}
/* 维修条款 */
.wxtk{width: 100%;}
.tk{width: 100%;position: relative;overflow: hidden;}
.tk_img{overflow: hidden;}
.tk_img2{display: none;}
.tk_bt{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.bt{height: 100%;}
.tk_bt1{text-align:center; margin-bottom: 12px;}
.tk_bt11{color: #c40d2e;}
.tk_xhx,.tk_xhxyu{width: 8%; height:4px; background: #aa9260; margin: 14px auto 8px;}
.tk_xhx{ background:#333;}
.tk_xhxyu{ background:#8c7a66;}
.tk_bt12{ color: #fff; padding:12px 0px ;}
.tk_bt2{color: #fff; line-height: 20px;}
.tk_bt21{margin-bottom: 18px; line-height: 24px;}
/* 底部 */
.footer{ width: 100%; background: #1f1918; padding: 95px 0px;}
.fot_logo{width: 20%; margin: 0 auto; margin-bottom: 30px;}
.fot_logo img{ width: 100%;}
.fot_1{ width: 100%; margin: 0 auto 12px; line-height:24px; text-align: center; color: #fff;}
.fot_1 a{ color: #fff; line-height:24px;}
/* 屏幕1000 */
@media screen and (max-width:1000px) {
	/* 品牌简介 */
	.pp_fl{ width: 100%; margin-bottom:42px;}
	.pp_fr{width: 100%;}
	/* 售后服务中心 */
	.fw_nr1{width: 100%; margin-bottom:42px;}
	.fw_nr1 video {width: 98%;}
	/* 服务项目 */
	.xm1{width: 30%;}
} 
@media screen and (max-width:600px) {
	/* 检修流程 */
	.lc_list1{width: 20%; padding-bottom: 10px;}
	.lc_list1 img{margin-bottom: 10px;}
	.lc_list1 span{display: none;}
	/* 服务简介 */
	.jj_list{width: 30%;}
	/* 维修条款 */
	.tk_img{display: none;}
	.tk_img2{ display: block;}
	/* 品牌简介 */
	.pp_fl4{ width: 60%; margin: 32px auto;}
	.pp_fr1 { line-height: 28px; padding: 5px 20px;}
	.pp_fr2 { line-height: 24px; padding: 10px 20px;}	
}
@media screen and (max-width:480px) {
    .fw_bt{ margin-bottom:18px;}
    .xm1{ width: 50%; }	
    .jj_list{ width:48%;}
    .tk_xhx{ height:2px;}
    .tk_bt21{ line-height:20px; margin-bottom:12px;}
    .hj_list1,.hj_list2,.hj_list3{ width:100%;}
}


/* 面包屑导航开始 */
.cjwt04{ margin-bottom:5px; height:32px; padding-top:10px;}
.p06{ width:100%;color:#020414; line-height:24px; font-weight:bold;}
.p06 a{ color:#020414; line-height:24px; font-weight:normal;}
/* 面包屑导航结束 */

/* 中间弹窗开始 */
.bdtishi{padding: 10px 0 0px 0;line-height: 18px; text-align:left;}
.textarer210711{color: #666;border: 1px solid #b5b5b5;margin-bottom: 10px;padding: 5px;}
.zjtc210711{text-align: center;z-index:999!important;width: 320px;border-radius: 20px;padding: 1px;overflow: hidden;box-shadow: 0px 0px 8px #666;position: fixed;left: 50%;margin-left: -160px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);background: #fff;z-index: 100;display: none;}
.zjtop210711{height: 45px;background: #e9e9e9;width: 100%;margin: auto;padding: 0 2%;margin-bottom: 16px;color: #000;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.zjtop210711 h3,.zjtop210711 h3 font{font-weight: lighter;line-height: 18px;}
.zjtopfr210711 img{margin-right: 5px;}
.zjtopfr210711 p{line-height: 12px;color: #5e5d5d;}
.gbzjtc210711{ color: #fff;padding: 6px; background: #a4a4a4;cursor: pointer;border-radius: 50%;width: 38px;}
.gbzjtc210711:hover{background: #b7b7b7;}
.zjspp210711{margin-bottom: 18px;}
.zjspp210711 img:nth-child(1){width: 45px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.zjspp210711 img:nth-child(2){width: 88px;margin: 0 36px;}
.zjspp210711 img:nth-child(3){width: 60px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.ghfm210711{width: 91%;margin: 0 auto 18px;font-size: 14px;}
.ghfm210711 input,.ghfm210711 select{border: 1px solid #b5b5b5;margin-bottom: 14px;line-height: 28px;height: 28px;color: #666;text-indent: 5px;outline: none;}
.fm5btn210711 button{ width:38.6%; cursor:pointer;}
.fm5btn210711 a{ width: 58%;}
.fm5btn210711 button,.fm5btn210711 a{line-height: 30px;height: 32px;border: 1px solid #191919;text-align: center;display: block;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;border-radius: 6px;}
.fmyu{ margin-bottom:6px; width:100%;}
.fm5btn210711 button{background: #191919;color: #fff;outline: none;}
.fm5btn210711 a{background: #fff;color: #000;}
.fm5btn210711 button:hover{background: #fff;color: #000;}
.fm5btn210711 a:hover{background: #191919;color: #fff;}
@media (max-width:640px) {
.zjtc210711 {width: 250px;margin-left: -125px;}
.zjtop210711 h3,.zjtop210711 h3 font{line-height: 14px;}
.zjtopfr210711 img {width: 15px;}
.gbzjtc210711 {padding: 8px;width: 30px;}
.zjtop210711 {height: 36px;margin-bottom: 8px;}
.zjspp210711 img:nth-child(2) {width: 62px;margin: 0px 20px;}
.zjspp210711 img:nth-child(1) {width: 33px;}
.zjspp210711 img:nth-child(3) {width: 40px;}
.zjspp210711 {margin-bottom: 8px;}
.ghfm210711 input, .ghfm210711 select {margin-bottom: 6px;line-height: 24px;height: 24px;}
.fm5btn210711 button, .fm5btn210711 a {line-height: 24px;height: 24px;}
.ghfm210711 {margin: 0 auto 12px;}
}
@media (max-width:414px) {.fm5btn210711 a {font-size: 12px;}.zjtc210711 {width: 226px;margin-left: -113px;}.ghfm210711 input, .ghfm210711 select {height: 22px; line-height:20px;}}
@media (max-width:320px) {.zjtc210711 {width: 216px; margin-left:-108px;}.button210711{font-size: 12px;}.gbzjtc210711 {width: 28px;}}
/* 中间弹窗结束 */
/*公共样式*/
.clear{clear:both;width:100%;height:0px;line-height:0px;font-size:0px;border:none;}
.fl{float: left; display:inline;}
.fr{float: right; display:inline;}
.flex{display:flex; -webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;}
.wrap{-webkit-flex-wrap: wrap; flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;}
.df{justify-content:space-between; -webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;}
.spjz{justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;-o-justify-content: center;}
.evenly{justify-content: space-evenly;-webkit-justify-content: space-evenly;-moz-justify-content: space-evenly;-ms-justify-content: space-evenly;-o-justify-content: space-evenly;}
.czjz{align-items: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;-o-align-items: center;}
.column{flex-direction: column;-webkit-flex-direction: column;-moz-flex-direction: column;-ms-flex-direction: column;-o-flex-direction: column;}
.ydq{justify-content: flex-end;-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;-o-justify-content: flex-end;}
.row-reverse{flex-direction: row-reverse;-webkit-flex-direction: row-reverse;-moz-flex-direction: row-reverse;-ms-flex-direction: row-reverse;-o-flex-direction: row-reverse;}
.column-reverse{flex-direction: column-reverse;-webkit-flex-direction: column-reverse;-moz-flex-direction: column-reverse;-ms-flex-direction: column-reverse;-o-flex-direction: column-reverse;}
.baseline{align-items: flex-start;-webkit-align-items: flex-start;-moz-align-items: flex-start;-ms-align-items: flex-start;-o-align-items: flex-start;}
.onload{position: fixed;position: fixed;z-index: 1888888;left: 50%;top: 50%;}
.onload img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);width: 45px;}
.lgsize{font-size: 36px;line-height: 38px;font-weight: lighter;}
.mdsize{font-size: 28px;line-height: 32px;font-weight: lighter;}
.searchInput{font-size: 20px;}
.smsize{font-size: 15px;line-height: 15px;}
.ssmsize{font-size: 14px;line-height: 14px;}
.pcshow{display: flex;}
.sjshow{display: none;}
.w1200{width: 96%;max-width: 1200px;margin: auto;}
.sjpcimg img{display: block;width: 100%; min-height:100%;}
.sjpcimg img:nth-child(2){display: none;}
.pd100{padding: 100px 0;}
.pd80{padding: 80px 0;}
.pd50{padding: 50px 0;}
.mb100{margin-bottom: 100px;}
.mb80{margin-bottom: 80px;}
.mb50{margin-bottom: 50px;}
@media (max-width:1200px) {
	.lgsize{font-size: 26px;line-height: 28px;}
	.mdsize{font-size: 24px;line-height: 32px;}
	.smsize{font-size: 14px;line-height: 12px;}
    .ssmsize{font-size: 13px;line-height: 13px;}
	.mb100 {margin-bottom: 50px;}
	.mb80{margin-bottom: 30px;}
	.mb50{margin-bottom: 30px;}
}
@media (max-width:840px) {
	.smsize{font-size: 12px;line-height: 12px;}
	.mdsize{font-size: 22px;line-height: 30px;}
}
@media (max-width:640px) {
	.lgsize{font-size: 18px;line-height: 18px;}
	.mdsize{font-size: 20px;line-height: 28px;}
	.searchInput{font-size: 14px;}
	.smsize{font-size: 12px;line-height: 16px;}
    .ssmsize{font-size: 12px;line-height: 12px;}
	.sjpcimg img:nth-child(1){display: none;}
	.sjpcimg img:nth-child(2){display: block;}
	.pcshow{display: none !important;}
	.sjshow{display: flex !important;}
	.mb100 {margin-bottom: 25px;}
	.mb80{margin-bottom: 20px;}
	.mb50{margin-bottom: 16px;}
}
.gbzjtc{ color: #fff;padding: 6px; background: #a4a4a4;cursor: pointer;border-radius: 50%;width: 44px!important;}