* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; list-style-type: none; box-sizing: border-box; }
@font-face {
 font-family: 'Quicksand-Bold';
 src: url('../fonts/Quicksand-Bold-1.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Bold-Oblique';
 src: url('../fonts/Quicksand-Bold-Oblique-2.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Book';
 src: url('../fonts/Quicksand-Book-3.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Book-Oblique';
 src: url('../fonts/Quicksand-Book-Oblique-4.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Dash';
 src: url('../fonts/Quicksand-Dash-5.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Light';
 src: url('../fonts/Quicksand-Light-6.otf') format('truetype');
} 
@font-face {
 font-family: 'Quicksand-Light-Oblique';
 src: url('../fonts/Quicksand-Light-Oblique-7.otf') format('truetype');
} 

body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, pre { margin: 0; padding: 0; font-family:'Quicksand-Book', Arial, sans-serif; }
h1, h2, h3, h4 { font-size: 18px;font-family:'Quicksand-Book', Arial, sans-serif; }
a, a:link, a:visited, a:hover, a:active { text-decoration: none; font-family:'Quicksand-Book', Arial, sans-serif; }
ul { list-style: none; padding: 0; margin: 0; }
img { border: 0 none; vertical-align: top; }
.content img, .detail img { max-width: 100%; }
.container { width: 1200px; margin: 0 auto; }
.container-left{float: left;width:600px;}
.container-right{float:right;width:600px;}
body{ font-size: 16px; color: #bcb0a9;background: #fcfcfc;}
/* header */
.header {height:50px;background: #bcb0a9;position: sticky;top: 0;z-index: 1000;}
.header .container {background: #bcb0a9; }
.header .container:after { content: ""; height: 0; display: block; visibility: hidden; clear: both; }
.logo { width: 60px; height: 50px; overflow: hidden; float: left;}
.logo img{ padding-top: 2px;}

/* menu */
.menu { height: 50px; display: flex; justify-content: center;float: left;padding-left:10px;}
.menu .ul-list { width: 720px; display: flex; float: left;}
.ul-list-li { height: 50px; flex: 1; position: relative; }
.ul-list-a { display: block; width: 100%; height:50px; text-align: center;line-height: 50px;color: #fff; font-family:'CormorantGaramondBold', Arial, sans-serif;font-size:16px;}
.ul-list-a span { display: block; }
.ul-list-a p {  text-transform: uppercase; color: #fff; }
.ul-list-a:hover {color: #fff;font-family:'Quicksand-Bold', Arial, sans-serif;font-size:16px;letter-spacing: 0.8px;}
.ul-list-li:hover .ol-list { display: block; }
.menu .ol-list { display: none; position: absolute; top: 50px; left: 0px; z-index: 999; background:#fcfcfc; width: 840px; height: 660px;border-bottom:8px solid #bcb0a9;}
.menu .ol-list li { width: 200px; height: 297px; position: relative; float: left; margin: 15px 5px 5px 5px; }
.menu .ol-list li .ol-list-img { width: 200px; height: 257px; overflow: hidden; }
.menu .ol-list li .ol-list-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out; }
.menu .ol-list li .ol-list-name { font-size: 16px; width: 200px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-weight: normal; position: absolute; left: 0; bottom: 0; background: #cfcdce; }
.menu .ol-list li .ol-list-name:hover { color: #fff; background: #bcb0a9; }
.menu .ol-list li:hover .ol-list-img img { transform: scale(1.3); }

.ul-list-li:hover { color: #fff; }
.ul-list-li:hover .ul-list-a span { color: #fff; }
.ul-list-li:hover .ul-list-a p { color: #fff; }
.ul-list .active { color: #fff;}
.ul-list .active .ul-list-a span { color: #fff; }
.ul-list .active .ul-list-a p { color: #fff; }

.search { width:240px; height: 38px; position: relative; float: right;padding-top:7px;}
.search-input { width:198px; height: 36px; line-height: 36px;border: 1px solid #bcb0a9;border-radius: 30px;outline: none;font-size:15px; padding-left:15px;}
input::-webkit-input-placeholder { /*WebKit browsers*/color: #999999;}
.search-submit { width: 40px; height: 38px; position: absolute; right: 0; cursor: pointer; outline: none; border: none; background: url(../image/search.png) center no-repeat; font-size: 0;padding-top: 40px;}


/* flexslider */
.flexslider{margin:0 auto;position:relative;height:700px;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../image/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 2px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../image/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/* about */
.index-about {background: #f6f2ef; height: 500px; }
.index-about .container {padding: 30px 0px; }
.index-about-content{padding: 20px 0; }
.index-about-intro{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;border-bottom: 1px solid #bcb0a9;}
.index-about-intro-item {flex: 1 1 calc(25% - 20px);max-width: calc(25% - 20px);height: 220px; }
/* 响应式设计 */
@media (max-width: 768px) {
  .index-about-intro-item {flex: 1 1 calc(50% - 20px); /* 小屏幕显示两列 */max-width: calc(50% - 20px);}
        }
@media (max-width: 480px) {
   .index-about-intro-item {flex: 1 1 100%; /* 超小屏幕显示单列 */max-width: 100%;}
        }
.index-about-intro-item img {width: auto;height: auto;margin: 0 auto; display: block;}
.index-about-intro-item-name { font-size: 18px; font-family:'Quicksand-Bold', Arial, sans-serif;height:28px; line-height: 28px; text-align: center; color: #898989;padding-top:20px;}
.index-about-zs{padding-top: 20px; }
.index-about-zs-left{float: left;max-width: 580px;width: 580px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index-about-zs-right{float: right;max-width: 580px;width: 580px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.index-about-zs-title {font-size: 22px; font-family:'Quicksand-Bold', Arial, sans-serif; text-align: center; color: #898989;padding-top:20px;max-width: 580px;width: 580px;}
.index-about-zs-item {flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px);padding-top:30px;}
.index-about-zs-item img {width: auto;height: auto;margin: 0 auto; display: block;}

/* custom */
.custom {background: #fcfcfc;}
.custom-title {text-align: center; padding-top: 40px;  }
.custom-title h1 { font-size: 22px; color: #bcb0a9; height: 40px; line-height: 40px; }
.custom-title1 {text-align: center; padding-top: 20px; }
.custom-title1 h1 { font-size: 22px; color: #bcb0a9; height: 40px; line-height: 40px; }
/* pro-custom */
.pro-custom {background: #fcfcfc;padding-bottom: 60px; }
.pro-custom-title {text-align: center;}
.pro-custom-title h1 { font-size: 22px; color: #bcb0a9; height: 40px; line-height: 40px; }
.pro-custom-title1 {text-align: center; padding-top: 20px; }
.pro-custom-title1 h1 { font-size: 22px; color: #bcb0a9; height: 40px; line-height: 40px; }
/* photo */
.scrollleft { margin: 0 auto; }
.scrollleft li { float: left; margin-right: 10px; display: inline-block; width: 150px; text-align: center; box-sizing: border-box; }
.photo-list li { width: 150px; height: 75px; position: relative; margin: 0 10px}
.photo-list li a { display: block; z-index: 555; }
.photo-list li .photo-list-img { width: 150px; height: 75px; overflow: hidden; }
.photo-list li .photo-list-img img { max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-filter: grayscale(100%);filter: grayscale(100%);transition: all 0.3s ease;object-fit: cover; }
.photo-list li .photo-list-img img:hover {-webkit-filter: grayscale(0%);filter: grayscale(0%);}


/* product */
.product {background: #fcfcfc;}
.ptitle {text-align: center; padding-top: 40px; }
.ptitle h1 { font-size: 22px; color: #bcb0a9; height: 40px; line-height: 40px; }

.index-pro-list { margin: 30px 0 20px 0; }
.index-pro-list:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.index-pro-list li { width: 270px; height: 476px; position: relative; float: left; margin: 0px 15px 10px 15px; }
.index-pro-list li .index-list-img { width: 270px; height: 346px; overflow: hidden; }
.index-pro-list li .index-list-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out; }
.index-pro-list li .index-list-name { font-size: 18px; font-family:'Quicksand-Bold', Arial, sans-serif; width: 270px; height:40px; line-height: 40px; text-align: center; color: #898989;padding-top:20px;}
.index-pro-list li .index-list-info { padding-top:10px;font-size: 16px; width: 270px; height:20px; line-height: 20px; text-align: center; color: #bcb0a9; padding-top:20px;}
.index-pro-list li:hover .index-list-img img { transform: scale(1.3); }


/*footer*/
.footer { height: 430px; background: #f6f2ef; background-size: cover; }
.footer-top { height:45px; border-bottom: 1px solid #bcb0a9;}
.footer-up { height: 320px; border-bottom: 1px solid #bcb0a9; padding-top: 10px; }

.footer-link { width: 220px; height: 200px;float: left;}
.footer-link h3 {font-family:'Quicksand-Bold', Arial, sans-serif; color: #bcb0a9; font-size: 18px;margin-top: 15px; }
.footer-link p { font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-link p a{ font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-link p a:hover { color: #bcb0a9; text-decoration: underline;}

.footer-pro { width: 220px; height: 200px; float: left; }
.footer-pro h3 {font-family:'Quicksand-Bold', Arial, sans-serif; color: #bcb0a9; font-size: 18px;margin-top: 15px;}
.footer-pro p { font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-pro p a{ font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-pro p a:hover { color: #bcb0a9;text-decoration: underline; }

.footer-content{ width: 760px; height: 200px; float: right; padding: 0; text-align:left; }
.footer-content-above{ padding-top: 0px;}
.footer-content-below{ padding-top: 25px;}
.footer-content h3 { font-family:'Quicksand-Bold', Arial, sans-serif;color: #bcb0a9; font-size: 18px;margin-top: 15px;}
.footer-content p { font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-content p a{ font-size: 15px; color: #bcb0a9; line-height: 1.5em; margin: 8px 0; position: relative;}
.footer-content p a:hover { color: #bcb0a9;text-decoration: underline; }

.copyright { width: 1200px; height: 60px; text-align: center; line-height: 60px; color: #bcb0a9;margin: 0 auto; }
.copyright span { font-size: 15px; color: #bcb0a9;text-align: center;}
.copyright span a { font-size: 15px; color: #bcb0a9;text-align: center;}
.copyright span a:hover { color: #bcb0a9; text-decoration: underline;}


/* in-banner */
.in-banner { height: 400px; padding-top: 30px; }
.in-about-banner { height: 530px; padding-top: 30px; }
.in-pro-banner { height: 135px; padding-top: 30px; }
.in-banner .title h2 { padding-top:0;}
.in-banner .title h2:before, .in-banner .title h2:after { display: none; }
.in-banner .intro{width:900px;height:100px;position:relative;margin: 0 auto;padding-top:110px;  }
.in-banner .intro .headline{color:#fff;font-size:22px;font-family:'Quicksand-Bold', Arial, sans-serif;text-align:center;text-transform: uppercase;}
.in-banner .intro .sub-headline{color:#fff;font-size:16px;margin-top:10px;text-align:center;}

/* crumb */
.crumb { height: 60px;line-height: 60px; }
.crumb .container { font-size: 15px; color: #999999; }
.crumb img { margin: 20px 5px 0 0; }
.crumb a { color: #999999; font-size: 15px; }
.crumb a:hover { color: #bcb0a9; }
.protitle{ height: 35px;line-height: 35px; color: #000; font-size:30px;font-family:'Quicksand-Bold', Arial, sans-serif;}

/* inner */
.inner { padding: 10px 0 40px; }
.pro-inner { padding: 60px 0 40px; }
.pro-inner-left {float: left;max-width:22%;}
.pro-inner-right {float:left;max-width:78%;padding-left:15px;}
.category {width: 250px;height: 350px;background: #fff;border: 1px solid #efefef; border-radius:20px;}
.category li {height: 40px; line-height: 40px;padding:10px 0 0 20px;}
.category li a { display: block;height: 40px;font-size:16px;}
.category li a::before {content: "";display: inline-block;width: 10px;height: 10px;border: 1px solid #a4a4a4;background: #fff;margin-right: 10px;vertical-align: middle;}
.category .current a::before{content: "";display: inline-block;width: 10px;height: 10px;border: 1px solid #a4a4a4;background: #000;margin-right: 10px;vertical-align: middle;color: #000;font-family:'Quicksand-Bold', Arial, sans-serif;}
.category .current a{color: #000;font-family:'Quicksand-Bold', Arial, sans-serif;}
.category li a:hover, .category li a.hover{color: #000;font-family:'Quicksand-Bold', Arial, sans-serif;}

.category-service {margin-top: 25px; }
.category-service-title {color: #000; font-size:18px;height: 35px;font-family:'Quicksand-Bold', Arial, sans-serif;}
.category-service-content {width: 250px;height: 260px;background: #fff;border: 1px solid #efefef; border-radius:20px;}
.category-service-content p{padding:10px 0 0 20px;height: 38px;line-height: 38px;font-size:18px;}
.category-service-content p span{color: #000;}

.pro-list {margin: 0 0 5px 0;}
.pro-list:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.pro-list li {width: 280px;height: 390px;float: left; margin-left:20px;}
.pro-list li .list-img {width: 280px; height: 300px; overflow: hidden; }
.pro-list li .list-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out;}
.pro-list li .list-name { width: 280px;font-size: 15px;height: 25px; line-height: 25px; color: #a4a4a4; font-family:'Quicksand-Bold', Arial, sans-serif; position: absolute; padding:10px 0; }
.pro-list li .list-info { width: 280px;font-size: 14px;height: 20px; line-height: 20px;position: absolute; padding-top:50px; }
.pro-list li:hover .list-img img { transform: scale(1.3); }
.p-more { text-align: center;padding-bottom: 30px;  }
.p-more a { display: inline-block; width: 200px; height: 50px;color: #bcb0a9; line-height: 50px; position: relative; z-index: 5;letter-spacing: 1px;border: 1px solid #bcb0a9; border-radius:35px; font-family:'Quicksand-Bold', Arial, sans-serif; }
.p-more a:hover { color: #fff; line-height: 50px; background: #bcb0a9;letter-spacing: 1px;}

.pro-list-like-con {margin: 0 0 5px 0;}
.pro-like-title {text-align: center; padding: 50px 0; max-width:1200px;}
.pro-like-title h1 { font-size: 30px; color: #bcb0a9; height: 40px; line-height: 40px; }
.pro-list-like {margin: 0 0 5px 0; display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px;}
.pro-list-like:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.pro-list-like li {position: relative; flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px);height: 370px; }
/* 响应式设计 */
@media (max-width: 768px) {
  .pro-list-like li {flex: 1 1 calc(50% - 20px); /* 小屏幕显示两列 */max-width: calc(50% - 20px);}
        }
@media (max-width: 480px) {
   .pro-list-like li {flex: 1 1 100%; /* 超小屏幕显示单列 */max-width: 100%;}
        }
.pro-list-like li .list-like-img {overflow: hidden; }
.pro-list-like li .list-like-img img { width: auto;height: auto;margin: 0 auto; display: block;}
.pro-list-like li .list-like-name { font-size: 15px;height: 25px; line-height: 25px; color: #a4a4a4; font-family:'Quicksand-Bold', Arial, sans-serif; position: absolute; padding:10px 0; }
.pro-list-like li .list-like-info { font-size: 14px;height: 20px; line-height: 20px;position: absolute; padding-top:50px; }
.pro-list-like li:hover .list-like-img img { transform: scale(1.3); }

/* page */
.page { width: 1200px; margin: 0 auto; clear: both; text-align: center; font-size: 0; }
.page a, .page span { display: inline-block; height: 35px; background: #fff; font-size: 14px; padding: 0 14px; line-height: 33px; margin: 2px; border: 1px solid #d9d9d9; border-radius: 3px; }
.page .p-active, .page a:hover, .page span.current { background: #bcb0a9; color: #fff; border-color: #bcb0a9; }


/* content */
.about-inner {margin-bottom:20px; }
.content { padding: 20px 0; }
.content-title { font-size: 30px; font-family:'Quicksand-Bold', Arial, sans-serif;height:40px; line-height: 40px;text-transform: uppercase; }
.content-info {padding-top: 15px; padding-bottom: 25px;}
.content-info p{line-height: 30px; }
.content-intro {padding-top: 15px;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.content-intro p{line-height: 30px; }
.content-intro-left {float: left;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.content-intro-left-con{padding-top:50px;}
.content-intro-left-con img{float: left;max-width:15%;}
.content-intro-left-con-info{float: left;max-width:85%;padding-left:15px;}
.content-intro-right {float: right;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}

.about-content {background: #fcfcfc;}
.about-content-title { font-size: 30px; font-family:'Quicksand-Bold', Arial, sans-serif;height:30px; line-height: 30px; text-align: center; padding-top:30px;}
.about-content-intro { font-size: 15px; height:24px; line-height: 24px; padding-top:50px;}
.about-info{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px;padding-top:20px;}
.about-info-item {flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px);}
/* 响应式设计 */
@media (max-width: 768px) {
  .about-info-item{flex: 1 1 calc(50% - 20px); /* 小屏幕显示两列 */max-width: calc(50% - 20px);}
        }
@media (max-width: 480px) {
   .about-info-item{flex: 1 1 100%; /* 超小屏幕显示单列 */max-width: 100%;}
        }
.about-info-item img {width: auto;height: auto;margin: 0 auto; display: block;}
.about-info-item-img1 {padding-top:100px;}
.about-info-item-img2 {padding-top:70px;}
.about-info-item-title { font-size: 18px; font-family:'Quicksand-Bold', Arial, sans-serif;height:28px; line-height: 28px; text-align: center; color: #898989;padding-top:20px;}
.about-info-item-more { font-size: 15px; height:24px; line-height: 24px;color: #898989;padding-top:30px;}
.zs { margin-top:30px;background: #f6f2ef;height:400px; }
.zs .title { text-align: center; position: relative; height: 40px; padding-top: 30px; }
.zs .title h1 { font-size: 24px; font-family:'Quicksand-Bold', Arial, sans-serif;color: #bcb0a9; display: inline-block; height: 40px; line-height: 40px; }
.about-zs{padding-top: 50px; }
.about-zs-left{float: left;max-width: 480px;width: 480px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-left:100px;}
.about-zs-right{float: right;max-width: 480px;width: 480px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-right:100px;}
.about-zs-title {font-size: 20px; font-family:'Quicksand-Bold', Arial, sans-serif; color: #898989;padding-top:20px;max-width: 480px;width: 480px;}
.about-list-style {font-size: 16px;color: #2f2f2f;padding-top:10px;max-width: 480px;width: 480px;}
.about-list-style li {position: relative;padding-left: 1.2em;}
.about-list-style li::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background-color:#bcb0a9;border-radius: 50%;}
.about-zs-item-left {flex: 1 1 calc(20% - 20px); max-width: calc(20% - 20px);padding-top:30px;}
.about-zs-item-left img {width: auto;height: auto;margin: 0 auto; display: block;}
.about-zs-item-right {flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px);padding-top:30px;}
.about-zs-item-right img {width: auto;height: auto;margin: 0 auto; display: block;}

/*Pro Show*/
.showPro { display: grid;grid-template-columns: 3fr 1fr;max-width: 1200px;width: 100%;}
.left-img {grid-row: span 3;height: 100%;object-fit: cover;transition: transform 0.3s ease;margin-right:10px;position: relative;display: inline-block;}
.left-img:hover {transform: scale(1.02);}
.left-img-text {position: absolute;top: 0;left: 0;z-index: 1;color: #fff;font-size: 16px;padding: 5px 10px;}
.right-img {object-fit: cover;transition: all 0.3s ease;margin:0 0 10px 10px;}
.right-img:hover {transform: scale(1.02);}

.product-title-overlay {position: absolute;top: 10px;left: 10px;z-index: 10;}
.product-title {font-weight: bold;font-size: 16px;color: white;padding: 5px 10px;}

/* in-news-list */
.in-news-list { margin: 0 0 20px 0; }
.in-news-list:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.in-news-list li { width: 360px; height: 300px; position: relative; float: left; margin: 0px 20px 30px 20px; }
.in-news-list li .news-img { width: 360px; height: 240px; overflow: hidden; }
.in-news-list li .news-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out; }
.in-news-list li .news-name { width:360px; height:60px; line-height:60px; text-align: left; color: #bcb0a9; font-weight: normal; position: absolute; left: 0; bottom: 0; }
.in-news-list li:hover .news-img img { transform: scale(1.3); }


.contact_text{ padding: 25px 0; }                                     
.contact_text_left{float: left;padding-right:20px;}
.contact_text_right{text-align: left;}
.contact_text_right p{ font-size: 16px;color: #000; }
.contact_text_right p span{ font-size: 20px;color: #bcb0a9;font-weight: bold;margin-bottom: 15px; }

/* map */
.map { margin-top: 30px; }
#allmap { overflow: hidden; width: 100%; height: 390px; }
#result { width: 100%; font-size: 12px; }
.BMapLib_bubble_content { color: #191919; }
.BMapLib_bubble_content p { color: #666; margin: 2px 0; line-height: 18px; font-size: 12px; }
.BMapLib_nav_tab li { font-size: 12px; }
.BMapLib_SearchInfoWindow .iw_bt { font-size: 12px; }
.BMap_cpyCtrl span { font-size: 12px; }
.BMapLib_SearchInfoWindow input { outline: none; }
#BMapLib_search_text0 { height: 24px; line-height: 24px; }

/* detail */
.in-title { text-align: center; margin: 10px 0; font-size: 24px;color: #bcb0a9;font-family:'Quicksand-Bold', Arial, sans-serif; }
.in-time { font-size: 15px; color: #b0b0b0; text-align: center; line-height: 50px; border-bottom: 1px dashed #d9d9d9; }
.detail { padding: 30px 0; }
.detail-next { overflow: hidden; margin: 40px 0; border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee; padding: 10px 0; line-height: 30px; }
.detail-next a { max-width: 45%; font-size: 14px; display: inline-block; color: #888888; }
.detail-next a:hover { color: #bcb0a9; }
.detail-next a:nth-child(1) { float: left; }
.detail-next a:nth-child(2) { float: right; }

/*浮动客服*/
.toolbar { position: fixed; top: 45%; right: 1%; z-index: 100; }
.toolbar .box { position: relative; float: left; width: 151px; height: 110px; background: url(../image/toolbar.png) no-repeat center 0;  cursor: pointer; transition: all .5s; }
.toolbar .box span { display: block; color: #fff; font-size: 18px; line-height: 24px; text-align: center; font-family:'Quicksand-Bold', Arial, sans-serif; padding-top:20px;}

.clearfix {clear:both;}