* { 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; }
.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); }

.pro-list {margin: 0 0 5px 0; }
.pro-list .pro-title {text-align: center; padding: 50px 0; }
.pro-list .pro-title h1 { font-size: 30px; color: #bcb0a9; height: 40px; line-height: 40px; }
.pro-list:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.pro-list li { width: 270px; height: 370px; position: relative; float: left; margin: 0px 15px 10px 15px; }
.pro-list li .list-img { width:270px; height: 270px; 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 { font-size: 15px;width:270px; height: 30px; line-height: 30px; color: #a4a4a4; font-family:'Quicksand-Bold', Arial, sans-serif; position: absolute; padding:10px 0; }
.pro-list li .list-info { font-size: 14px;width:270px; 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;}

/* service */
.service {background: #fcfcfc;}
.service-title {text-align: center; padding-top: 40px;}
.service-title h1 { font-size: 30px; color: #bcb0a9; height: 40px; line-height: 40px;}
.service-title p { width: 900px;margin: 0 auto;text-align: center; font-size: 16px; color: #a4a4a4; line-height: 30px; padding:10px 0 10px 0;}
.service-content{padding: 30px 0; }
.service-image{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px; /* 图片间距 */;}
.service-image-item {flex: 1 1 calc(25% - 20px); /* 四分之一宽度减去间距 */max-width: calc(25% - 20px);}
.service-image-item img {width: 100%;height: auto;display: block;}
/* 响应式设计 */
@media (max-width: 768px) {
  .service-image-item {flex: 1 1 calc(50% - 20px); /* 小屏幕显示两列 */max-width: calc(50% - 20px);}
        }
@media (max-width: 480px) {
   .service-image-item {flex: 1 1 100%; /* 超小屏幕显示单列 */max-width: 100%;}
        }
.service-more { text-align: center;padding: 30px 0;}
.service-more a { display: inline-block; width: 400px; height: 50px; font-weight: bold; background: #bcb0a9;color: #fff; line-height: 50px; position: relative; z-index: 5; letter-spacing: 1px;}
.service-more a:hover { color: #fff; line-height: 50px; background: #040404;letter-spacing: 1px;}


/*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;}


/* right */
.right_nav { right: 0; bottom: 35%; position: fixed; text-align: left; overflow: hidden; z-index: 999; }
.right_nav li { background: #e3f0ff; margin: 4px 0; padding: 10px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; cursor: pointer; position: relative; right: -70px; }
.right_nav li .iconBox { text-align: center; overflow: hidden; display: flex; align-items: center; justify-content: space-between }
.right_nav li img { width: 30px; height: 30px; }
.right_nav li h4 { color: #333333; font-size: 14px; margin: 2px 0 2px 15px; }
.right_nav li:hover { background: #b8d9fe; }
.right_nav li .hideBox { display: none; position: absolute; right: 120px; padding: 10px 15px 10px 10px; top: -10px; z-index: 999; }
.right_nav li .hideBox .hb { right: 120px; text-align: center; border: 1px solid #ccc; background-color: #fff; padding: 10px 30px; border-radius: 4px; }
.right_nav li .hideBox .hb h5 { width: 150px; margin: 0 auto; padding: 5px; border-bottom: 1px solid #e6e6e6; color: #333; font-size: 16px; display: block; #fff-space: nowrap; line-height: 1.5em }
.right_nav li .hideBox .hb p { margin-top: 5px; font-size: 18px; font-weight: bold; color: #bcb0a9; }
.right_nav li:nth-child(3) .hideBox img { width: 150px; height: 150px; margin-top: 10px; }

/* in-banner */
.in-banner { height: 400px; padding-top: 30px; }
.in-about-banner { height: 530px; 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; }

/* inner */
.inner { padding: 30px 0 50px; }
.in-category { float: none; clear: both; text-align:center; }
/* 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-intro {padding-top: 15px; }
.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);}
.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 { padding: 20px 0; }
.showPro .showContxt { padding: 30px 0 35px; color: #666; font-size: 14px; line-height: 30px; text-align: justify; }
.showPro .showContxt img { max-width: 100%; height: auto !important; }
.showPro .showimgCon { padding: 0 0 30px; font-size: 16px; line-height: 32px; }
.showPro .showimgCon .txtcon { width: 600px; height:500px; float: right; position: relative; }
.showPro .showimgCon .txtcon .tit { position: relative; font-size: 30px; margin-bottom:25px; color:#bcb0a9; font-weight: bold; line-height: 35px;}
.showPro .showimgCon .txtcon .txt { font-size: 15px; line-height: 28px; color: #666; text-align: justify; }
.showPro .showimgCon .txtcon .txt .item { margin-bottom: 20px;overflow: hidden; }
.showPro .showimgCon .txtcon .info {font-size:16px;border-top: 1px solid #bcb0a9;height:60px; line-height:60px; border-bottom: 1px solid #bcb0a9;}
.showPro .showimgCon .txtcon .info .info-left{float: left;}
.showPro .showimgCon .txtcon .info .info-right{float: right;padding-right:220px;}
.showPro .showimgCon .txtcon .tel-btn { width: 100%; position: absolute; left: 0; bottom: 0; padding-top: 40px; }
.showPro .showimgCon .txtcon .tel-btn .btn { width: 600px; float: left; height: 70px; line-height: 70px; margin-top: 5px; font-size: 28px; text-align: center; color: #fff; cursor: pointer; background:#bdb0a8; }
.showPro .showimgCon .txtcon .tel-btn .btn:hover { background: #333; }

.showPro .showimg { width: 570px;height: 570x;  position: relative; float: left; overflow: hidden; }
.showPro .showimg .list { width: 5000%; }
.showPro .showimg .list li { width: 570px; height: 570px; float: left; border: 0; }
.showPro .showimg .list img { width: 100%; height: 100%; display: block; transition: all ease 300ms; }

.showPro .showimg .prev, .showPro .showimg .next { width: 20px; height: 76px; z-index: 10; position: absolute; top: 220px; cursor: pointer; background: #f9f9f9 url(../image/show-btn-ico.png) no-repeat 0 center; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.showPro .showimg .prev:hover, .showPro .showimg .next:hover { background-color: #f9f9f9; }
.showPro .showimg .prev { left: 0; background-position: 3px center; }
.showPro .showimg .next { right: 0; background-position: -84px center; }


/* 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: 20px 0; font-size: 24px;color: #bcb0a9; }
.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; }


.clearfix {clear:both;}