@charset "utf-8";
*{padding:0;margin:0;outline:0;}li,ol,ul{list-style:none}a{text-decoration:none}img{vertical-align:top;max-width: 100%;}input{border:none;background:0 0}
html { font-family: Microsoft YaHei,-apple-system-font,Helvetica Neue,sans-serif; }
body { overflow-x:hidden; font-size: 14px; color:#454545; }
.ellipsis { text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.ellipsis2 { word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow: hidden; }
.ellipsis3 { word-break:break-all; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow: hidden; }
.wrap { position:relative; width: 1680px !important; margin:0 auto; }
.cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; }
.hide { display:none; }
@media screen and (max-width: 1684px) { 
	.wrap { position:relative; width: 1200px !important; margin:0 auto; }
} 
.bmap-container div[type="infowindow_shadow"] { display: none; }
#map>div:first-child>div:nth-child(3)>div{filter: grayscale(100%)!important;}
#map>div:first-child>div:nth-child(1) { filter: grayscale(100%) !important; }
.BMap_shadow div img { display: none; }

/*头部*/
.header { position: relative; z-index: 9; }
.header .topBar { height: 43px; background: #1f1f1f; color: #c9c9c9; z-index: 9; position: relative; }
.header .topBar a { color: #c9c9c9; }
.header .topBar .tl { float: left; width: 30%; padding-top: 12px; }
.header .topBar .tl span { display: inline-block; margin-right: 7px; position: relative; }
.header .topBar .tc { float: left; width: 40%; text-align: center; }
.header .topBar .tc a { color: #c9c9c9; }
.header .topBar .tc span { display: inline-block; padding-top: 12px; }
.header .topBar .tc font { line-height: 43px; }
.header .topBar .tr { float: right; width: 30%; text-align: right; }
.header .topBar .tr span { padding-top: 12px; display: inline-block; margin-left: 7px; position: relative; }
.header .topBar .tr span a { padding-right: 7px; }
.header .topBar .tr span:last-child a { padding-right: 0px; }

.header .topBar .tl span font { position: absolute; top: 32px; right: -45px; width: 110px; height: 110px;background: #fff; box-shadow: 2px 2px 15px 5px rgba(0,0,0,.3); display: none; text-align: center; justify-content: center; align-items: center; }
.header .topBar .tl span font em { position: absolute; left: 49px; top: -14px; border: 6px solid transparent; border-bottom: 8px solid #fff;}
.header .topBar .tl span.wechat img { cursor: pointer; }
.header .topBar .tl span.wechat:hover font { display: flex; transition: all .2s ease-in; }

.header .topBar .tr span font { position: absolute; top: 43px; right: -48px; width: 110px; padding: 11px 0 14px; text-align: center; background: #fff; box-shadow: 2px 2px 15px 5px rgba(0,0,0,.3); display: none;  }
.header .topBar .tr span font em { position: absolute; left: 49px; top: -14px; border: 6px solid transparent; border-bottom: 8px solid #fff;}
.header .topBar .tr span font img { margin: 0 3px; }
.header .topBar .tr span.music { position: relative; }
.header .topBar .tr span.music img { display: inline-block; width: 20px; height: 20px; cursor: pointer; }
.header .topBar .tr span.music.play img { animation: doRotate 2s linear infinite; }
.header .topBar .tr span.music .audio-box { width: 0; height: 0; font-size: 0; position: absolute; top: -9999px; left: -9999px; overflow: hidden; z-index: -1; }
.header .topBar .tr span.cart img { cursor: pointer; }
.header .topBar .tr span.cart:hover font { display: block; transition: all .2s ease-in; }
@keyframes doRotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(-360deg);
    }
}

.logo { text-align: center; padding: 52px 0 13px; }
.logo img {  }

.nav { line-height: 70px; }
.nav ul { text-align: center; }
.nav ul li { display: inline-block; text-align: center; width: 9%; position: relative; }
.nav ul li a { font-size: 15px; min-width: 68px; display: inline-block; color: #595959; cursor: pointer; position: relative; }
.nav ul li a em { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; font-style: normal; }
.nav ul li a:hover span,.nav ul li.on a span { opacity: 0; transition: all .1s ease-in; }
.nav ul li a:hover em,.nav ul li.on a em { opacity: 1; transition: all .2s ease-in; }
.nav ul li a:before,.nav ul li.on a:before { position: absolute; left: 0; bottom: 21px; content: " "; background: #dddddd; height: 1px; width: 0%; }
.nav ul li a:after,.nav ul li.on a:after { position: absolute; left: 0; bottom: 20px; content: " "; background: #aeaeae; height: 1px; width: 0%; }
.nav ul li a:hover:before,.nav ul li.on a:before { transition: all .5s ease-in; width: 100%; }
.nav ul li a:hover:after,.nav ul li.on a:after { transition: all .5s ease-in; width: 100%; }

.nav ul li ul { display:none; position:absolute; left:0; top:96px; width:100%; background: #47a0a5; padding: 0 0 8px 0; line-height: 3 }
.nav ul li ul i { font-size: 20px; color: #fff; }
.nav ul li ul li:first-child { padding: 0; line-height: 1; }
.nav ul li ul li { float:none; width: 100%; font-size:14px; line-height: 1.8; margin: 0; padding: 3px 0; }
.nav ul li ul li a { color: #fff !important; padding: 5px 0 !important; margin: 0 !important; height: auto !important; }
.nav ul li ul li a:hover { background: #fff; color: #47a0a5 !important; }
.nav ul li ul li a:hover:after { display:none; }
.nav ul li:hover ul { display:block; transition: all 20s ease-in; }

/*首页Banner*/
.banner { position:relative; width:100%; text-align:center; overflow:hidden; height:800px; }
.banner .swiper-button-prev,.banner .swiper-button-next { opacity: 0; width: 65px;  height: 65px; background: rgba(0,0,0,0.5); line-height: 65px; transition: all .2s ease-in; }

.banner .txt { padding-top: 18%; }
.banner .txt h3 { font-weight: normal; font-size: 24px; line-height: 2; color: #fff; font-weight: 300; }
.banner .txt p { font-size: 30px; text-transform:uppercase; letter-spacing: 10px; font-weight: 100; line-height: 2; color: #fff; }

.banner i { color: #fff; font-size: 36px; font-weight: 600; }
.banner .swiper-button-prev { left: 5%; }
.banner .swiper-button-next { right: 5%; }
.banner a { display: block; width: 100%; height: 100%; }
.banner .swiper-button-prev,.banner .swiper-button-next { width: 60px; height: 60px; background: none; border: 2px solid #fff; transition: all .3s ease-out; border-radius: 60px; line-height: 60px; border: none; border-radius: 0; font-weight: 100; }
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover {  }
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next { opacity: 1; }
.banner .swiper-pagination { bottom: 50px !important; text-align: right; }
.banner .swiper-pagination-bullet { position: relative; width: auto; height: auto; border-radius: 0; background: none; padding: 0 10px; opacity: 1; }
.banner .swiper-pagination-bullet em { font-style: normal; position: absolute; left: 0px; bottom: 0px; color: #7e7e7e; }
.banner .swiper-pagination-bullet-active em { color: #fff; }
/*.banner .swiper-pagination-bullet:after { position: relative; content: ''; width: 0%; opacity: 0; height: 1px; margin-left: 10px !important; display: none; background: rgba(256, 256, 256, 1); }
.banner .swiper-pagination-bullet:before { position: relative; content: ''; width: 0%; opacity: 0; height: 1px; margin-left: 10px !important; display: none; background: rgba(256, 256, 256, 1); }
.banner .swiper-pagination-bullet-active:after { background: #fff; width: 60px; transition: 0.5s; opacity: 1; display: block; }*/
.banner .swiper-pagination-bullet:before { visibility: hidden; width: 0; height: 1px; position: absolute; left: 0; bottom: 0; content: ''; background-color: #fff; z-index: 10; margin-left: 18px !important; }
.banner .swiper-pagination-bullet:after { visibility: hidden; width: 0; height: 1px; position: absolute; left: 0; bottom: 0; content: ''; background-color: #666; margin-left: 18px !important; }
.banner .swiper-pagination-bullet-active { width: 60px; transition: all 1s ease-in; }
.banner .swiper-pagination-bullet-active:before { visibility: visible; animation: bannerProgress 15s ease-in-out forwards; }
.banner .swiper-pagination-bullet-active:after { visibility: visible; width: 60px; }

.iBanner { height: 800px; }
@keyframes bannerProgress { 100% { width: 60px; } }

/*品牌*/
.brand {  }
.brand .intro { text-align: center; font-style: 200; font-size: 14px; color: #454545; line-height: 2.6; padding: 80px 0; }
.brand .intro .btn { margin-top: 30px; font-size: 15px; color: #454545; width: 150px; height: 40px; line-height: 40px; background: #fff; display: inline-block; border: 1px solid #000; text-align: center; cursor: pointer; line-height: 40px; text-transform: uppercase; font-family: Athelas; }
.brand .intro .btn:hover { background: #000; color: #fff; transition: all 0.2s ease-in; }

.brand .hd { padding-left: 120px; position: relative; }
.brand .hd h2 { font-weight: 200; position: relative; font-size: 18px; }
.brand .hd:after { content: ''; position: absolute; left: 0; top: 13px; width: 85px; height: 1px; background: #000; }
.brand .bd { position: relative;  overflow:hidden; }
.brand .bd .item { padding-top: 20px; position: relative; }
.brand .bd .item .txt { float: left; width: 50%; text-align: center; font-style: 200; font-size: 14px; color: #000; line-height: 2.6; padding: 10% 0; }
.brand .bd .item .txt .btn { margin-top: 30px; font-size: 15px; color: #fff; width: 150px; height: 40px; line-height: 40px; background: #000; display: inline-block; border: 1px solid #000; text-align: center; cursor: pointer; line-height: 40px; text-transform: uppercase; font-family: Athelas; }
.brand .bd .item .txt .btn:hover { background: #fff; color: #000; transition: all 0.2s ease-in; }

.brand .bd .item .pic { float: right; width: 50%; }
.brand .bd .item .pic img { max-width: 100%; height: auto; }

.brand .arrow { position: absolute; width: 50%; left: 0; bottom: 5%; text-align: center; line-height: 2; z-index: 2; }
.brand .arrow :before { font-size: 30px; }
.brand .arrow .arrow-left { display: inline-block; cursor: pointer; }
.brand .arrow .arrow-num { display: inline-block; position: relative; margin: 0 30px; bottom: 3px !important; font-size: 15px; }
.brand .arrow .arrow-num:after { position: absolute; content: ''; left: -6px; bottom: 5px; width:20px; height:20px; transform: rotate(45deg); z-index: -1; border: 1px solid #000; }
.brand .arrow .arrow-right { display: inline-block; cursor: pointer; }
.brand .swiper-pagination-custom { width: auto; }

/*视频*/
.video { padding: 60px 0px; }
.video .hd { padding-left: 120px; position: relative; }
.video .hd h2 { font-weight: 200; position: relative; font-size: 18px; }
.video .hd:after { content: ''; position: absolute; left: 0; top: 13px; width: 85px; height: 1px; background: #000; }
.video .bd { padding-top: 20px; cursor: pointer; }
.video .bd video { width: 100%; object-fit: cover; }

.brand2 { padding: 30px 0; text-align: center; }

.brand3 { padding: 50px 0; }
.brand3 .hd { text-align: center; }
.brand3 .bd { padding-top: 60px; }
.brand3 .item { float: left; width: 32%; }
.brand3 .item:nth-child(2) { margin: 0 2%; }

.brand4 { padding: 50px 0; }
.brand4 .hd { text-align: center; }
.brand4 .bd { padding-top: 60px; text-align: center; }

.brand5 { padding: 50px 0; }
.brand5 .hd { text-align: center; }
.brand5 .bd { padding-top: 60px; text-align: center; }

.brand6 { padding: 0px 0; }
.brand6 .bd { padding-top: 60px; text-align: center; }

.video2 { padding: 60px 0px; }
.video2 .hd { padding-left: 120px; position: relative; }
.video2 .hd h2 { font-weight: 200; position: relative; font-size: 18px; }
.video2 .hd:after { content: ''; position: absolute; left: 0; top: 13px; width: 85px; height: 1px; background: #000; }
.video2 .bd { padding-top: 60px; cursor: pointer; }
.video2 .bd .item { float: left; width: 25%; position: relative; }
.video2 .bd .item a { color: #000; display: block; }
.video2 .bd .item img { filter: grayscale(100%); width: 100%; }
.video2 .bd .item span { opacity: 0; position: absolute; width: 70%; height: 40%; left: 15%; top: 30%; background: rgba(255,255,255,.3); z-index: 2; font-size: 15px; text-transform: uppercase; }
.video2 .bd .item span em { font-style: normal; line-height: 2; display: flex; align-items: center; 
 width: 90%; height: 100%; padding-left: 10%; }
 .video2 .bd .item:hover span { opacity: 1; transition: all .2s ease-in; }
.video2 .bd .item:hover img { filter: none; transition: all .2s ease-in; }
@media screen and (min-width: 1680px) { 
	.video2 .bd .item { float: left; width: 16.66%; }
} 

/*底部bar*/
.bottomBar { text-align: center; padding: 20px 0 0; }
.bottomBar span { display: inline-block; margin: 0 10px; position: relative; }
.bottomBar span font { position: absolute; top: 32px; right: -45px; width: 110px; height: 110px;background: #fff; box-shadow: 2px 2px 15px 5px rgba(0,0,0,.3); display: none; text-align: center; justify-content: center; align-items: center; }
.bottomBar span font em { position: absolute; left: 49px; top: -14px; border: 6px solid transparent; border-bottom: 8px solid #fff;}
.bottomBar span.wechat img { cursor: pointer; }
.bottomBar span.wechat:hover font { display: flex; transition: all .2s ease-in; }

/*订阅*/
.subscribe { text-align: center; margin: 60px 0 115px; }
.subscribe label { display: inline-block; font-size: 14px; color: #4b4b4b; line-height: 65px; margin-right: 40px; }
.subscribe input { vertical-align:top; display: inline-block; width: 425px; height: 65px; box-sizing: border-box; border: 1px solid #d2d2d2; line-height: 65px; padding-left: 30px; }
.subscribe button { vertical-align:top; display: inline-block; margin-left: 40px; width: 255px; height: 65px; box-sizing: border-box; font-size: 15px; color: #fff; line-height: 65px; background: #000; border: 1px solid #000; text-align: center; cursor: pointer; text-transform: uppercase; }
.subscribe button i { font-size: 15px; font-weight: bold; margin-left: 3px; }
.subscribe button:hover { background: #fff; color: #000; border-color: #fff; box-shadow: 3px 3px 10px 3px rgba(0,0,0,.3); transition: all 0.3s ease-in; }

/*挂件*/
.goTop { position: fixed; right: 3%; bottom: 5%; z-index: 99; transform: rotate(-90deg); border: 1px solid #fff; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #1f1f1f; cursor: pointer; display: none; }
.goTop i { font-size: 13px; color: #fff; font-weight: bold; }

/*网站底部*/
.footer { background: #1f1f1f; color: #858585; padding: 77px 0 77px; }
.footer a { color: #858585; }
.footer .f-nav { float: left; width: 50%; }
.footer .f-nav dl { float: left; width: 50%; }
.footer .f-nav dt { font-size: 16px; color: #fff; padding-bottom: 10px; }
.footer .f-nav dd { font-size: 14px; line-height: 2.4; }
.footer .f-nav dd a:hover { color: #fff; transition: all .2s ease-in; }
.footer .f-logo { float: right; width: 50%; text-align: right; padding-top: 36px; }
.footer .f-logo .f-logo-mobile { display: none; }
.footer .copyright { line-height: 2.8; text-transform: uppercase;  margin-top: 33px; }
.footer .copyright a { color: #858585; }
.footer .copyright a:hover { color: #fff; transition: all .2s ease-in; }

/*关于我们*/
.about { padding-top: 150px; }
.about .wrap { width: 1200px !important; }
.about .txt { float: left; width: 50%; }
.about .txt h3 { font-weight: 400; font-size: 18px; color: #393939; line-height: 3; }
.about .txt h2 { font-weight: 400; font-size: 25px; color: #1f1f1f; line-height: 3; }
.about .txt h4 { font-weight: 400; font-size: 16px; color: #777777; line-height: 3; margin-bottom: 30px; }
.about .txt p { font-size: 14px; color: #777777; line-height: 2; margin-bottom: 20px; }
.about .pic { position: relative; float: right; width: 50%; text-align: right; }
.about .pic .about-thumb-bg { width: 70%; }
.about .pic .about-thumb-1 { position: absolute; top: 50%; width: 39%; left: 0; transform: translate3d(0, -50%, 0) !important; }

.about-brand { padding: 150px 0; }
.about-brand .item { float: left; }
.about-brand .item:nth-child(1) { width: 33.33% }
.about-brand .item:nth-child(2) { width: 33.33% }
.about-brand .item:nth-child(3) { width: 33.33% }
.about-brand .item:nth-child(4) { width: 50% }
.about-brand .item:nth-child(5) { width: 50% }

.about-icon { padding: 0 0 80px 0; text-align: center; margin-bottom: 134px; }
.about-icon .item { display: inline-block; }
.about-icon .item a { color: #393939; cursor: pointer;  }
.about-icon .item a+div { display: none; }
.about-icon .item span { display: block; font-size: 16px; padding-top: 38px; }
.about-icon .item:nth-child(2) { margin: 0 10%; }
/*.about-icon .item:nth-child(1) img:hover,.about-icon .item:nth-child(3) img:hover { transition: all .6s ease-in; transform:rotateY(360deg); }*/
/*.about-icon .item:nth-child(2) img:hover { transition: all .6s ease-in; transform:scale(1.08, 1.08); }*/
.layui-layer-setwin .layui-layer-close2 { right: 0; top: 0; }
#closeBtn { cursor: pointer; }

.about-icon .item-box { perspective: 1000; transform-style: preserve-3d; }
.about-icon .item-box .flip { position: relative; transition: 0.6s; transform-style: preserve-3d; }
.about-icon .item-box img { backface-visibility: hidden; }
.about-icon .item-box img.front { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; backface-visibility: hidden; }
.about-icon .item-box img.back { transform:rotateY(-180deg); }
.about-icon .item-box:hover .flip { transform: rotateY(180deg) }


.tiandian { background: url(../images/bg_tandian.jpg) no-repeat center; padding: 80px 0; background-size: cover; margin-bottom: 105px; }
.tiandian .map { float: left; width: 65%; margin-right: 5%; }
.tiandian .store { float: right; width: 30%; background: #fff; }
.tiandian .store .select { position: relative; margin: 50px 10% 10px; width: 80%; line-height: 44px; text-align: center; color: #fff; cursor: pointer; height: 44px; }
.tiandian .store .select i { position: absolute; top: 0; right: 10%; display:inline-block; transform: rotate(90deg); font-weight: bold; transition: all .2s ease-in; }
.tiandian .store .select i.open { transform: rotate(-90deg); }
.tiandian .store .select dl { background: #282828; }
.tiandian .store .select dd { display: none; }

.tiandian .store .search input { float: left; margin: 0 0 20px 10%; width: 80%; line-height: 44px;  border: none; border-bottom: 1px solid #939393; font-size: 13px; padding-left: 5px; box-sizing: border-box; }
.tiandian .store .search button { float: left; width: 10%; margin-left: -10%; border: none; background: none; line-height: 45px; cursor: pointer; }
.tiandian .store .list { margin: 0 11% 0px; width: 75%; padding-right: 3%; overflow-y:scroll; }
.tiandian .store .list dl { margin-bottom: 15px; cursor: pointer; }
.tiandian .store .list dt { font-size: 15px; color: #666; line-height: 2; }
.tiandian .store .list dd { font-size: 13px; color: #7a7a7a; line-height: 1.6; }
.tiandian .store .list dl.active dt,
.tiandian .store .list dl:hover dt { color: #282828; transition: all .2s ease-in; }
.tiandian .store .list dl.active dd,
.tiandian .store .list dl:hover dd { color: #282828; transition: all .2s ease-in; }


/* 新闻 */
.nwes .wrap { width: 100% !important; }
.items { padding: 110px 0 60px; }
.items .item { margin-bottom: 120px; position: relative; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.items .item .pic { flex: 0.5; box-sizing: border-box; }
.items .item .pic img { width: 100%; }
.items .item .txt { flex: 0.45; display: flex; justify-content: center; flex-direction: column; height: auto !important; padding-right: 50px; }
.items .item.even { flex-direction: row-reverse; justify-content: flex-start; }


.items .item .txt .title { font-size: 15px; color: #282828; line-height: 2.8; }
.items .item .txt .date { font-size: 13px; color: #555;  margin-bottom: 30px; }
.items .item .txt p { color: #838383; line-height: 2; font-size: 13px; margin-bottom: 30px; }
.items .item .txt .more { color: #000; background: #fff; width: 150px; text-align: center; line-height: 40px; font-size: 15px; text-transform: uppercase; border: 1px solid #000; display: inline-block; font-family: Athelas; }
.items .item:hover {  }
.items .item:hover .pic img { transform: scale(1.02,1.02); transition: all 0.5s ease-in-out; }
.items .item:hover .title { color: #000; transition: all 0.3s ease-in-out; }
.items .item:hover .date { color: #000; transition: all 0.3s ease-in-out; }
.items .item:hover .more { color: #fff; background: #000; transition: all 0.2s ease-in; transition: all 0.3s ease-in-out; }

/* 轮播页 */
.slider-player { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10000; width: 100%; height: 100%; background-color: #FFF; }
.slider-player .close-btn { z-index: 20; cursor: pointer; position: absolute; top: 0; right: 0; width: 110px; height: 110px; background: url(../images/close_btn_icon.png) no-repeat; }
.slider-player .slider-text-wrap { position: absolute; left: 3%; top: 7.4%; z-index: 10; text-align: left; }
.slider-player .slider-text-wrap .text-icon { margin-bottom: 15px; }
.slider-player .slider-text-wrap h4 { margin-bottom: 5px; font-size: 16px; font-weight: bold; }
.slider-player .slider-text-wrap h5 { margin-bottom: 10px; font-size: 14px; }
.slider-player .slider-text-wrap .count { font-size: 34px; }
.slider-player .slider-text-wrap .count em { font-style: normal; }
.slider-player .slider-text-wrap .count span { color: #7c7c7c; }
.slider-player .slider-player-inner { position: absolute; display: flex; flex-direction: row; align-items: center; justify-content: center;  z-index: 9; top: 0; left: 0; right: 0; bottom: 0; }
.slider-player .slider-player-inner .slider-player-arrow { outline: 0; cursor: pointer; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 140px; height: 100%; }
.slider-player .slider-player-inner .slider-player-arrow span { display: block; width: 20px; height: 35px; background: url(../images/slider-player-prev.png) no-repeat; }
.slider-player .slider-player-inner .slider-player-arrow.arrow-next span { background: url(../images/slider-player-next.png) no-repeat; }
.slider-player .slider-player-inner .slider-player-body { overflow: hidden; flex: 1; height: 100%; }
.slider-player .slider-player-inner .slider-player-body .swiper-container { width: 100%; height: 100%; }
.slider-player .slider-player-inner .slider-player-body .swiper-slide { position: relative; width: 100%; height: 100%; }
.slider-player .slider-player-inner .slider-player-body .swiper-slide .thumb { position: absolute; z-index: 10; overflow: auto; top: 30px; left: 30px; right: 30px; bottom: 30px; display: flex; flex-direction: row; justify-content: center; align-items: center;  }
.slider-player .slider-player-inner .slider-player-body .swiper-slide img { display: block; max-width: 100%; max-height: 100%; }

/* D.D 内页 */
.dd-section { padding: 209px 0 279px 0; margin: 0 auto; width: 1200px !important; }
.dd-section .dd-body { width: 420px; float: left; }
.dd-section .dd-aside { margin-left: 420px; }
.dd-section .dd-label { margin-top: 50px; font-size: 20px; color: #000; font-weight: normal; }
.dd-section .dd-title { margin-top: 55px; margin-bottom: 70px; }
.dd-section .dd-title img { position: relative; max-width: initial; width: 645px; height: 67px; z-index: 10; }
.dd-section p { font-size: 14px; color: #000; margin-right: 100px; line-height: 2; }
.dd-section p:last-child { margin-top: 30px; }

.dd-thumb-list .thumb-item { float: left; width: 50%; overflow: hidden; }
.dd-thumb-list .thumb-item img { transition: transform 0.3s; }
.dd-thumb-list .thumb-item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.dd-swiper-wrap { width: 790px; margin: 0 auto; position: relative; padding-top: 336px; padding-bottom: 160px; }
.dd-swiper-wrap .dd-icon { z-index: 10; width: 280px; height: 210px; background: url(../images/dd_icon.png) no-repeat; position: absolute; top: -130px; right: -100px; }
.dd-swiper-wrap .dd-swiper-body { float: left; position: relative; width: 550px; }
.dd-swiper-wrap .dd-swiper-arrow { outline: none; float: left; position: relative; width: 120px; height: 825px; }
.dd-swiper-wrap .dd-swiper-arrow span { outline: none !important; border: 0; cursor: pointer; margin-top: -31px; background: url(../images/dd_arrow_left.png) no-repeat; position: absolute; top: 50%; left: 0; display: block; width: 81px; height: 62px; }
.dd-swiper-wrap .dd-swiper-arrow.arrow-next span { left: auto; right: 0; background: url(../images/dd_arrow_right.png) no-repeat; }
.dd-swiper-wrap .dd-swiper { position: relative; width: 550px; overflow: hidden; }
.dd-swiper-wrap .dd-swiper .dd-item .thumb { width: 550px; height: 825px; }
.dd-swiper-wrap .dd-swiper .dd-item .title { padding: 30px 0 10px; text-align: center; font-size: 16px; color: #000; }
.dd-swiper-wrap .dd-swiper .dd-item .desc { font-size: 14px; text-align: center; } 
.dd-swiper-wrap .dd-swiper .dd-item .link { z-index: 1; cursor: pointer; position: absolute; top: 575px; right: 100px; width: 70px; height: 70px; background: url(../images/dd_link_icon.png) no-repeat; }

.dd-video-wraper { display: block; margin-bottom: 100px; }
.dd-video-wraper .video-player { background-color: #000; position: relative; width: 100%; }
.dd-video-wraper .video-player:after { content: ""; padding-top: 45%; width: 100%; display: block; }
.dd-video-wraper .video-player-inner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.dd-video-wraper .video-player-inner video { outline: 0; width: 100%; height: 100%; }
.dd-video-wraper .dd-video { display: flex; flex-direction: row;  align-items: center; width: 450px; margin: 0 auto; margin-top: 30px; }
.dd-video-wraper .dd-video-arrow { position: relative; width: 25px; }
.dd-video-wraper .dd-video-arrow span { cursor: pointer; position: absolute; left: 0; top: 50%; margin-top: -7px; width: 18px; height: 14px; background: url(../images/video_arrow_left.png) no-repeat; }
.dd-video-wraper .dd-video-arrow.arrow-next span { left: auot; right: 0; background: url(../images/video_arrow_right.png) no-repeat; }
.dd-video-wraper .dd-video-container { width: 400px; }
.dd-video-wraper .video-item .title { text-align: center; }
.dd-video-wraper .video-item .desc { margin-top: 15px; text-align: center; }

/* acium */
.acium-section { width: 1200px !important; display: flex; flex-direction: row; align-items: center; padding: 160px 0 140px 0; margin: 0 auto; }
.acium-section .acium-body { padding-left: 90px; width: 35%; float: left; }
.acium-section .acium-aside { text-align: right; position: relative; width: 65%; margin-left: -90px; float: left; }
.acium-section .acium-aside .thumb-1 { position: absolute; top: 50%; left: 0; transform: translate3d(0, -50%, 0) !important; z-index: 2; }
.acium-section .acium-label { font-size: 20px; color: #000; font-weight: normal; margin-bottom: 70px; }
.acium-section p { margin-bottom: 10px; font-size: 14px; color: #000; margin-right: 80px; line-height: 2; }

.acium-section-slider .acium-section-slider-inner { position: relative; width: 100%; }
.acium-section-slider .acium-section-slider-inner:after { content: ""; padding-top: 51%; width: 100%; display: block; }
.acium-section-slider .acium-section-slider-inner .slider-wrap { cursor: pointer; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.acium-section-slider .slider-wrap .thumb-3 { width: 100%; height: 100%; }
.acium-section-slider .slider-wrap .thumb-3 img { width: 100%; height: 100%; }
.acium-section-slider .slider-wrap .thumb-2 { position: absolute; width: 16%; top: -21%; right: 14%; z-index: 2; }
.acium-section-slider .slider-wrap .pointer { z-index: 1; cursor: pointer; position: absolute; left: 33%; top: 46%; width: 3.645833333%; height: 7.014028056%; background: url(../images/dd_link_icon.png) no-repeat; background-size: 100% 100%; }
.acium-section-slider .text { padding: 30px 20px; text-align: center; }
.acium-section-slider .text h3 { color: #000; font-size: 16px; }
.acium-section-slider .text p { margin-top: 15px; font-size: 14px; color: #000; }

.acium-product { padding: 120px 0; }
.acium-product .product-title h3 { color: #000; font-size: 16px; margin-bottom: 20px; }
.acium-product .product-title .product-tabs { margin-bottom: 20px; }
.acium-product .product-title .product-tabs a { color: #000; }
.acium-product .product-title .product-tabs a:hover,
.acium-product .product-title .product-tabs a.active { text-decoration: underline; }
.acium-product .product-title .product-tabs span { padding: 0 5px; display: inline-block; }
.acium-product .product-list { display: none; position: relative; white-space: nowrap; overflow: hidden; width: 100%; }
.acium-product .product-list.active { display: block; }
.acium-product .product-list .scroll-content { display: inline-block; }
.acium-product .product-list .product-item { margin-left: 15px; width: 327px; display: inline-block; padding-bottom: 15px; }
.acium-product .product-list .product-item:first-child { margin-left: 0; }
.acium-product .product-list .product-item .product-thumb { overflow: hidden; width: 327px; height: 472px; margin-bottom: 15px; }
.acium-product .product-list .product-item .product-thumb img { transition: transform 0.3s; }
.acium-product .product-list .product-item .product-thumb:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.acium-product .product-list .product-item h3 {  font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.acium-product .product-list .product-item p { font-size: 14px; color: #a3a3a3; }

.acium-topic { padding: 60px 0 0; text-align: center; }
.acium-topic .thumb { cursor: pointer; width: 697px; margin: 0 auto; }
.acium-topic .text { width: 697px; margin: 20px auto 0; }
.acium-topic .text h3 { color: #000; font-size: 16px; }
.acium-topic .text p { margin-top: 15px; font-size: 14px; color: #000; }

.acium-about { padding: 0 0 100px; text-align: center; }
.acium-about .acium-title { margin: 0 auto 50px; width: 400px; height: 38px; background: url(../images/acium_thumb_up.png) no-repeat; }
.acium-about p { color: #000; width: 700px; margin: 0 auto 30px; line-height: 2; }
.acium-about p:last-child { margin-bottom: 0; }

.acium-swiper-video { margin-bottom: 88px; width: 1200px !important; }
.acium-swiper-video .swiper-container { overflow: auto; }
.acium-swiper-video .video-item { cursor: pointer; position: relative; }
.acium-swiper-video .video-item .text { text-align: center; background: #FFF; position: absolute; top: 50%; left: 50%; padding: 12px 25px; transform: translate3d(-50%, -50%, 0) }
.acium-swiper-video .video-item .text h3 { color: #000; font-size: 16px; }
.acium-swiper-video .video-item .text p { margin-top: 10px; font-size: 14px; color: #000; }
.acium-swiper-video .swiper-pagination { --swiper-pagination-color: #000000; position: initial; margin-top: 38px; }

/* euroangel-border */
.euroangel-border { position: relative; height: 120px; margin: 90px 0 45px; }
.euroangel-border:after { content: ""; position: absolute; top: 0; left: 50%; bottom: 0; height: 100%; width: 1px; background-color: #dfdfe1; }
.euroangel-border.next { margin-top: 0; margin-bottom: 10px; }
.euroangel-next { text-align: center; font-size: 12px; color: #a0a0a0; margin-bottom: 50px; }
.euroangel-section { display: flex; flex-direction: row; align-items: center; margin-bottom: 150px; }
.euroangel-section .euroangel-aside { width: 60%; float: left; }
.euroangel-section .euroangel-body { padding-left: 100px; width: 40%; float: left; }
.euroangel-section .euroangel-label { font-size: 20px; color: #000; font-weight: normal; margin-bottom: 20px; }
.euroangel-section p { margin-bottom: 10px; font-size: 14px; color: #000; margin-right: 100px; line-height: 2; }
.euroangel-section .border { height: 1px; background-color: #a0a0a0; width: 133px; margin-bottom: 20px; }
.euroangel-section.thumb-right .euroangel-body { padding-left: 150px; }
.euroangel-section.thumb-right { margin-bottom: 50px; }
.euroangel-thumb { background-color: #f3f2f5; display: flex; margin: 0 0 150px; flex-direction: row; align-items: center; height: 100%; }
.euroangel-thumb .thumb-left { cursor: pointer; height: 100%; display: flex; flex: 1; flex-direction: row; justify-content: center; align-items: center; }
.euroangel-thumb .thumb-right { position: relative; cursor: pointer; flex: 1; }
.euroangel-thumb .pointer { position: absolute; left: 29%; top: 53%; width: 7%; height: 7%; background: url(../images/dd_link_icon.png) no-repeat; background-size: 100% 100%; }
.euroangel-thumb h3,
.euroangel-thumb-2 h3 { text-align: center; margin-top: 20px; }
.euroangel-thumb p,
.euroangel-thumb-2 p { margin-top: 10px; text-align: center; margin-bottom: 10px; }

.euroangel-thumb-2 { display: flex; flex-direction: row; align-items: center; height: 100%; margin-bottom: 150px; }
.euroangel-thumb-2 .thumb-big { cursor: pointer; flex: 0.6; }
.euroangel-thumb-2 .thumb-small { cursor: pointer; display: flex; flex: 0.4; flex-direction: row; justify-content: center; align-items: center; } 

.euroangel-video-wraper { position: relative; padding-bottom: 80px; margin-bottom: 145px; }
.euroangel-video-wraper .euroangel-video-masked { position: absolute; left: 0; right: 0; bottom: 0; top: 50%; background-color: #f3f2f5; z-index: -1; }
.euroangel-video-wraper .video-player { background-color: #000; position: relative; width: 100%; }
.euroangel-video-wraper .video-player:after { content: ""; padding-top: 45%; width: 100%; display: block; }
.euroangel-video-wraper .video-player-inner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.euroangel-video-wraper .video-player-inner video { outline: 0; width: 100%; height: 100%; }
.euroangel-video-wraper .euroangel-video { display: flex; flex-direction: row;  align-items: center; width: 450px; margin: 0 auto; margin-top: 30px; }
.euroangel-video-wraper .euroangel-video-arrow { position: relative; width: 25px; }
.euroangel-video-wraper .euroangel-video-arrow span { cursor: pointer; position: absolute; left: 0; top: 50%; margin-top: -7px; width: 18px; height: 14px; background: url(../images/video_arrow_left.png) no-repeat; }
.euroangel-video-wraper .euroangel-video-arrow.arrow-next span { left: auot; right: 0; background: url(../images/video_arrow_right.png) no-repeat; }
.euroangel-video-wraper .euroangel-video-container { width: 400px; }
.euroangel-video-wraper .video-item .title { text-align: center; }
.euroangel-video-wraper .video-item .desc { margin-top: 15px; text-align: center; }

/* 全局弹窗视频播放 */
.global-video-player { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 22000; width: 100%; height: 100%; background-color: #FFF; }
.global-video-player .close-btn { z-index: 20; cursor: pointer; position: absolute; top: 0; right: 0; width: 110px; height: 110px; background: url(../images/close_btn_icon.png) no-repeat; }
.global-video-player-inner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; }
.global-video-player-inner video { width: 100%; height: 100%; }

/* lisahino */
.lisahino-about { width: 800px; padding: 160px 0; margin: 0 auto; text-align: center; }
.lisahino-about h3 { font-size: 20px; font-weight: normal; margin-bottom: 40px; }
.lisahino-about p { color: #000; margin-bottom: 30px; line-height: 2; }
.lisahino-about p:last-child { margin-bottom: 0 }

.lisahino-first { width: 1200px !important; display: flex; flex-direction: row;  }
.lisahino-first .thumb { flex: 0.48; }
.lisahino-first .body { flex: 0.52; padding-top: 260px; }
.lisahino-first .section { text-align: center; margin-bottom: 100px; }
.lisahino-first .section .title { margin: 0 auto 15px; width: 210px; height: 90px; }
.lisahino-first .section h3 { font-size: 16px; color: #000; margin-bottom: 5px; }
.lisahino-first .first-swiper-wrap { display: flex; height: 490px; flex-direction: row; align-items: center; width: 474px; margin: 0 auto; position: relative; left: 6%; }
.lisahino-first .first-swiper-wrap .first-swiper-body { position: relative; flex: 1; overflow: hidden; }
.lisahino-first .first-swiper-wrap .first-swiper-arrow { overflow: hidden; outline: none; position: relative; width: 72px; height: 100%; }
.lisahino-first .first-swiper-wrap .first-swiper-arrow span { outline: none !important; border: 0; cursor: pointer; background: url(../images/lisahino_arrow_left.png) no-repeat; position: absolute; margin-top: -11px; margin-left: -10px; top: 50%; left: 50%; display: block; width: 21px; height: 22px; }
.lisahino-first .first-swiper-wrap .first-swiper-arrow.arrow-next span { left: auto; right: 50%; background: url(../images/lisahino_arrow_right.png) no-repeat; }
.lisahino-first .first-swiper-wrap .first-swiper { position: relative; width: 330px; overflow: hidden; }
.lisahino-first .first-swiper-wrap .first-swiper .thumb { width: 330px; height: 490px; }
.lisahino-first .first-swiper-wrap .first-swiper .link { z-index: 1; cursor: pointer; position: absolute; bottom: 116px; left: 30px; width: 70px; height: 70px; background: url(../images/dd_link_icon.png) no-repeat; }

.lisahino-thumb { width: 1200px !important; padding-top: 190px; display: flex; flex-direction: row; align-items: center; }
.lisahino-thumb .section { flex: 0.4 !important; text-align: center; margin-bottom: 100px; }
.lisahino-thumb .section .title { margin: 0 auto 15px; width: 210px; height: 90px; }
.lisahino-thumb .section h3 { font-size: 16px; color: #000; margin-bottom: 5px; }
.lisahino-thumb .section + div,
.lisahino-thumb.thumb-2 > div { flex: 0.6; cursor: pointer; }
.lisahino-thumb .thumb img { width: 100%; }


.lisahino-desc { padding-top: 100px; padding-bottom: 100px; color: #000; width: 800px; margin: 0 auto; text-align: center; line-height: 2; }
.lisahino-desc p { line-height: 2; }
.lisahino-video { position: relative; padding-bottom: 80px; margin-bottom: 40px; }
.lisahino-video .swiper-slide { cursor: pointer; }
.lisahino-video .swiper-slide h3 { text-align: center; margin-top: 30px; margin-bottom: 15px; color: #000; }
.lisahino-video .swiper-slide p { text-align: center; }
.lisahino-video-arrow { z-index: 100; cursor: pointer; position: absolute; top: 0; left: 0; bottom: 0; width: 90px; }
.lisahino-video-arrow.arrow-left { background: url(../images/arrow_video_left.png) no-repeat center center; }
.lisahino-video-arrow.arrow-right { left: auto; right: 0; background: url(../images/arrow_video_right.png) no-repeat center center; }

/*dhappy*/
.dhappy-title { margin-top: 30px; padding-left: 15px; }
.dhappy-about { width: 800px; margin: 0 auto; padding-top: 120px; text-align: center; padding-bottom: 200px; }
.dhappy-about h3 { margin-bottom: 60px; font-size: 20px; color: #000; }
.dhappy-about p { font-size: 14px; color: #000; line-height: 2; }
.dhappy-about .thumb { padding-top: 150px; }

.dhappy-thumb-1 { margin-bottom: 180px; position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 110px; }
.dhappy-thumb-1 .left { position: relative; flex: 0.51; margin-right: 65px; }
.dhappy-thumb-1 .left .left-bg-thumb { width: 81%; }
.dhappy-thumb-1 .left .left-thumb-1 { z-index: 1; position: absolute !important; left: 9.5%; top: 5.7%; width: 56%; }
.dhappy-thumb-1 .left .left-thumb-2 { z-index: 2; position: absolute !important; width: 56%; right: 0; top: 47%; }

.dhappy-thumb-1 .right { cursor: pointer; position: relative; flex: 0.49; margin-left: 65px; } 
.dhappy-thumb-1 .right .point { cursor: pointer; position: absolute; right: 20%; bottom: 10%; width: 10%; height: 6.7%; background: url(../images/dd_link_icon.png) no-repeat; background-size: 100% 100%; }
.dhappy-thumb-1 .text { position: absolute; left: 54.8%; bottom: 0; right: 110px; background: #FFF; }
.dhappy-thumb-1 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-1 .text p { color: #000; font-size: 15px; }

.dhappy-thumb-2 { position: relative; margin-bottom: 180px; }
.dhappy-thumb-2 .thumb { cursor: pointer; position: relative; }
.dhappy-thumb-2 .thumb img { width: 100%; }
.dhappy-thumb-2 .text { padding-top: 30px; text-align: center; }
.dhappy-thumb-2 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-2 .text p { color: #000; font-size: 15px; }
.dhappy-thumb-2 .palyer-icon { cursor: pointer; position: absolute; right: 40px; bottom: 30px; width: 40px; height: 40px; background: url(../images/play_icon.png) no-repeat; background-size: 100% 100%; }

.dhappy-thumb-3 .thumb-inner h3 { text-align: left; color: #000; font-size: 18px; margin-top: 70px; }
.dhappy-thumb-3 .thumb-inner p { margin-top: 10px; text-align: left; color: #000; }
.dhappy-thumb-3 { padding: 0 110px; display: flex; flex-direction: row; align-items: center; height: 100%; margin-bottom: 150px; }
.dhappy-thumb-3 .thumb-big { flex: 0.51; margin-left: 50px; }
.dhappy-thumb-3 .thumb-small { margin-top: 80px; cursor: pointer; display: flex; flex: 0.49; margin-right: 50px; flex-direction: row; justify-content: center; align-items: center; } 
.dhappy-thumb-3 .thumb { position: relative; }
.dhappy-thumb-3 .palyer-icon { cursor: pointer; position: absolute; right: 40px; bottom: 30px; width: 40px; height: 40px; background: url(../images/play_icon.png) no-repeat; background-size: 100% 100%; }

.dhappy-thumb-3 .text { text-align: left; padding-top: 30px; }
.dhappy-thumb-3 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-3 .text p { color: #000; font-size: 15px; }


.dhappy-thumb-4 { text-align: center; margin-bottom: 120px; }
.dhappy-thumb-4 .thumb { cursor: pointer; display: inline-block; }
.dhappy-thumb-4 .text { text-align: left; padding-top: 36px; }
.dhappy-thumb-4 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-4 .text p { color: #000; font-size: 15px; }

.dhappy-thumb-5 { display: flex; padding-bottom: 300px; flex-direction: row; align-items: flex-end; }
.dhappy-thumb-5 .left { flex: 0.058; margin-right: 4.4%; }
.dhappy-thumb-5 .right { position: relative; flex: 0.942; }
.dhappy-thumb-5 .right .text { position: absolute; top: 100%; left: 0; right: 0; text-align: center; padding-top: 45px; }
.dhappy-thumb-5 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-5 .text p { color: #000; font-size: 15px; }
.dhappy-thumb-5 .thumb { position: relative; cursor: pointer; }
.dhappy-thumb-5 .palyer-icon { cursor: pointer; position: absolute; right: 40px; bottom: 30px; width: 40px; height: 40px; background: url(../images/play_icon.png) no-repeat; background-size: 100% 100%; }


.dhappy-thumb-6 { padding-bottom: 130px; display: flex; width: 1200px !important; justify-content: space-between; flex-direction: row; align-items: center; }
.dhappy-thumb-6 .left { cursor: pointer; flex: 0.54; }
.dhappy-thumb-6 .right { cursor: pointer; flex: 0.28; }
.dhappy-thumb-6 .text { padding-top: 36px; }
.dhappy-thumb-6 .text h3 { font-weight: bold; color: #000; font-size: 18px; margin-bottom: 10px; }
.dhappy-thumb-6 .text p { color: #000; font-size: 15px; }

.dhappy-thumb-7 { margin-bottom: 160px; }
.dhappy-thumb-7 video { width: 100%; object-fit: cover; }

/* 联系我们 */
.contact-wrapper { position: absolute; top: 43px; left: 0; right: 0; bottom: 0; background: url(../images/concant_bg.jpg) no-repeat center center; background-size: cover; }
.contact-wrapper .contact-body { position: absolute; top: 211px; left: 0; right: 0; bottom: 0; }
.contact-wrapper .contact-body .contact-list { padding: 30px 50px; z-index: 10; position: absolute; top: 40%; left: 50%; transform: translate3d(-50%, -40%, 0); background-color: #FFF; width: 600px; }
.contact-list .list-item { border-bottom: 1px solid #DDD; }
.contact-list .item-title { color: #595959; font-weight: normal; cursor: pointer; height: 58px; line-height: 58px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; font-size: 14px; }
.contact-list .item-title span { transition: transform .5s; display: block; width: 13px; height: 8px; background: url(../images/contact-arrow.png) no-repeat; }
.contact-list .item-content { display: none; overflow: hidden; padding: 0; }
.contact-list .item-content .tel { margin-bottom: 12px; font-size: 12px; color: #858585; }
.contact-list .item-content .tel strong { display: inline-block; width: 50px; font-weight: bold; font-size: 13px; color: #000; }
.contact-list .item-content .email { margin-bottom: 12px; font-size: 14px; color: #858585; }
.contact-list .item-content .email strong { display: inline-block; width: 50px; font-weight: bold; font-size: 15px; color: #000; }
.contact-list .item-content .qrcode-list { margin-bottom: 12px; width: 100%; overflow-y: auto; white-space: nowrap; }
.contact-list .item-content .qrcode-list .qrcode-item { margin-left: 10px; display: inline-block; width: 60px; text-align: center; }
.contact-list .item-content .qrcode-list .qrcode-item .thumb { box-shadow: 0 0 10px rgba(0,0,0,.15); }
.contact-list .item-content .qrcode-list .qrcode-item:first-child { margin-left: 0; }
.contact-list .item-content .qrcode-list .qrcode-item .text { line-height: 24px; color: #858585; font-size: 12px; }
.contact-list .list-item.active .item-title span { transform: rotate(-180deg); }
.contact-icon { cursor: pointer; position: absolute; right: -120px; top: 75px; width: 97px; height: 97px; }
.contact-icon .contact-icon-bg { animation: doRotate 10s linear infinite; position: absolute; top: 0; left: 0; z-index: 10; width: 97px; height: 97px; background: url(../images/contact_icon_bg.png) no-repeat; }
.contact-icon .contact-icon-img { position: absolute; top: 0; left: 0; z-index: 11; width: 97px; height: 97px; background: url(../images/contact_icon.png) no-repeat; }

/* 全局留言频播放 */
.guestbook { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 23000; width: 100%; height: 100%; background: #FFF url(../images/message_bg.jpg) no-repeat center center; background-size: cover; }
.guestbook .close-btn { z-index: 20; cursor: pointer; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: url(../images/close_btn_icon.png) no-repeat; background-size: 100% 100%; }
.guestbook .guestbook-inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); padding: 30px 50px; z-index: 10; position: absolute; top: 40%; left: 50%; transform: translate3d(-50%, -40%, 0); background-color: #FFF; width: 600px; }
.guestbook .guestbook-inner .guestbook-header .guestbook-icon { position: relative; margin: 0 auto; width: 97px; height: 97px; }
.guestbook .guestbook-inner .guestbook-header .guestbook-icon .guestbook-icon-bg { animation: doRotate 10s linear infinite; position: absolute; top: 0; left: 0; z-index: 10; width: 97px; height: 97px; background: url(../images/contact_icon_bg.png) no-repeat; }
.guestbook .guestbook-inner .guestbook-header .guestbook-icon .guestbook-icon-img { position: absolute; top: 0; left: 0; z-index: 11; width: 97px; height: 97px; background: url(../images/contact_icon.png) no-repeat; }
.guestbook .guestbook-inner .guestbook-header .text { text-align: center; font-size: 15px; margin-top: 20px; }
.guestbook-form { margin-top: 30px;  }
.guestbook-form .form-item { margin: 0 50px 10px; display: flex; flex-direction: row;  }
.guestbook-form .form-item .input { border-bottom: 1px solid #DDD; flex: 1; display: flex; flex-direction: row; align-items: center; line-height: 40px; }
.guestbook-form .form-item .input:first-child { margin-right: 30px; }
.guestbook-form .form-item .input:last-child { margin-left: 30px; }
.guestbook-form .form-item .input label { margin-right: 10px; }
.guestbook-form .form-item .input input { flex: 1; line-height: 40px; }
.guestbook-form .form-item .input textarea { font-size: 14px; line-height: 1.4; flex: 1; border: 0; background: transparent; resize: none; }
.guestbook-form .form-item .input.textarea { align-items: flex-start; }
.guestbook-form .form-item .input.textarea label { line-height: 1.4; }
.guest-submit { margin: 30px auto 0; width: 110px; height: 36px; border: 1px solid #000; line-height: 36px; text-align: center; cursor: pointer; display: inherit; }

/* 媒体详情页面 */
.news-detail { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 24000; width: 100%; height: 100%; background: #FFF; }
.news-detail .close-btn { z-index: 20; cursor: pointer; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: url(../images/close_btn_icon.png) no-repeat; background-size: 100% 100%; }
.news-detail .detail-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-y: auto; }
.news-detail .detail-content .detail-header { padding: 80px 50px; background-color: #f7f7f7; }
.news-detail .detail-content .detail-header .title { color: #000; text-align: center; font-size: 16px; margin: 0 auto 20px; }
.news-detail .detail-content .detail-header .sub-title { text-align: center; font-size: 14px; }
.news-detail .detail-content .detail-body { padding: 30px 0; width: 980px; margin: 0 auto; }
.news-detail .detail-content .detail-body p { margin-bottom: 25px; line-height: 2; color: #000; font-size: 14px; }

/*首页*/
.abc .hd { margin-bottom: 20px; }
.abc .hd h2 { font-size: 28px; color: #111; text-align: center; line-height: 2; font-weight: 100; position: relative; }
.abc .hd h2:after { position: absolute; content: ""; left: 38%; bottom: 18%; width: 24%; height: 1px; background: #a6a6a6; }
.abc .hd span { text-transform: uppercase; font-size: 18px; color: #a0a0a0; display: block; position: relative; z-index: 9; }
.abc .hd span em { font-style: normal; background: #f9f9f9; padding: 0 10px; }
.abc .hd span em.bg { background: #fff; }

.abc .bd { margin-top: 35px; }
.abc .more { text-align: center; margin: 20px 0; }
.abc .more a { color: #5a5a5a; border: 1px solid #d0d0d0; padding: 8px 25px; }
.abc .more a:hover { color: #fff; border: 1px solid #47a0a5; background: #47a0a5; padding: 8px 25px; transition: all .3s ease-out; box-shadow: 3px 3px 10px 5px rgba(0,0,0,.1); transition: all 0.3s ease-in-out; }


.home .products { background: #f9f9f9; padding: 30px 0; }
.home .products ul { text-align: center; margin: 40px 0; }
.home .products li { display: inline-block; font-size: 15px; border: 1px solid #d0d0d0; margin: 0 3px; cursor: pointer; }
.home .products li a { color: #5a5a5a; display: block; padding: 12px 32px; }
.home .products li.on,.home .products li:hover { background: #47a0a5; border: 1px solid #47a0a5; transition: all .3s; }
.home .products li.on a, .home .products li:hover a { color: #fff; transition: all .1s; }
.home .products .item { float: left; width: 285px; margin:0 20px 40px 0; position: relative; z-index: 2; }
.home .products .item:nth-child(4n) { margin-right: 0; }
.home .products .item a { color: #656565; }
.home .products .item .pic { width: 285px; height: 310px; overflow: hidden; position: relative; }
.home .products .item .pic i { font-size: 60px; position: absolute; line-height: 310px; left: 0; top: 0; width: 100%; text-align: center; color: #fff; font-style: normal; font-weight: 100; font-family: sans-serif; opacity: 0; }
.home .products .item .pic:after { position: absolute; content: ""; left: 25px; top: 25px; width: calc(100% - 50px); height: calc(100% - 50px); border: 1px solid #ccc; opacity: 0; }
.home .products .item dl { padding: 0 10px; background: #ffffff; line-height: 1.8; padding: 10px 15px; color: #989898; }
.home .products .item dt { color: #656565; font-size: 15px; }
.home .products .item:hover { box-shadow: 0 5px 10px 5px rgba(0,0,0,.15); transition: all 0.3s ease-in-out; }
.home .products .item:hover .pic img { transform: scale(1.05,1.05); transition: all 0.5s ease-in-out; }
.home .products .item:hover .pic:after { opacity: 1; transition: all 0.5s ease-in-out; }
.home .products .item:hover .pic i { opacity: 1; transition: all 0.5s ease-in-out; }
.home .products .item:hover dt { color: #47a0a5; transition: all 0.3s ease-in-out; }
.home .products .swiper-slide { opacity: 0 !important; }
.home .products .swiper-slide-active { opacity: 1 !important; }


.home .cases { padding: 30px 0; }
.home .cases .item { float: left; width: 390px; margin-right: 7.5px; }
.home .cases .item+.item { margin: 0 7.5px 16px; }
.home .cases .item+.item:nth-child(odd) { margin-right: 0 }
.home .cases .item .pic { width: 390px; height: 540px; overflow: hidden; position: relative; }
.home .cases .item+.item .pic { height: 260px; }
.home .cases .item .pic i { font-size: 60px; position: absolute; line-height: 540px; left: 0; top: 0; width: 100%; text-align: center; color: #fff; font-style: normal; font-weight: 100; font-family: sans-serif; opacity: 0; }
.home .cases .item+.item .pic i { line-height: 260px; }
.home .cases .item .pic:after { position: absolute; content: ""; left: 25px; top: 25px; width: calc(100% - 50px); height: calc(100% - 50px); border: 1px solid #bbb; opacity: 0; }
.home .cases .item .pic:before{ position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; background: rgba(0, 0, 0, .5); transition: all 0.3s ease-in-out; }
.home .cases .item:hover .pic:after { opacity: 1; transition: all 0.5s ease-in-out; }
.home .cases .item:hover .pic:before { opacity: 1; transition: all 0.5s ease-in-out; }
.home .cases .item:hover .pic i { opacity: 1; font-size: 20px; transition: all 0.5s ease-in-out; }

.home .news { background: #f9f9f9; padding: 30px; }
.home .news .item { float: left; width: 575px; margin-bottom: 35px; }
.home .news .item .pic { width: 575px; height: 320px; overflow: hidden; }
.home .news .item .pic img { width: 575px; height: 320px; }
.home .news .item:hover img { transform: scale(1.05,1.05); transition: all 0.5s ease-in-out; }
.home .news .item dl { padding: 20px 0 0 100px; position: relative; }
.home .news .item dt { font-size: 15px; color: #333; line-height: 2; }
.home .news .item dd { color: #888; line-height: 1.8; }
.home .news .item .date { position: absolute; left: 0; top: 20px; font-size: 26px; color: #555; line-height: 1.5; }
.home .news .item .date span { font-size: 14px; display: block; }
.home .news .item:hover .date { color: #47a0a5; transition: all 0.3s ease-in-out; }
.home .news .list { float: right; width: 570px; }
.home .news .list dl { padding: 21px 0 21px 100px; position: relative; border-bottom: 1px solid #eee; }
.home .news .list dl:first-child { margin-top: -30px; }
.home .news .list dl:last-child { border-bottom: none; }
.home .news .list dt { font-size: 15px; color: #333; line-height: 2; }
.home .news .list dd { color: #888; line-height: 1.8; }
.home .news .list .date { position: absolute; left: 0; top: 21px; font-size: 28px; color: #555; line-height: 1.5; }
.home .news .list .date span { font-size: 14px; display: block; }
.home .news .list dl:hover .date { color: #47a0a5; transition: all 0.3s ease-in-out; }


.home .partners { padding: 30px 0; }
.home .partners .bd { margin-top: -15px; position: relative; }
.home .partners ul { position: relative; }
.home .partners ul:after { position: absolute; content: ""; left: 0; top: 143px; width: 100%; height: 1px; background: #f1f1f1; }
.home .partners li { float: left; width: 240px; height: 84px; border-left: 1px solid #f1f1f1; box-sizing: border-box; margin: 30px 0; }
.home .partners li:first-child,.home .partners li:nth-child(6) { border-left: 0; }
.home .partners li img { width: 100%; height: 84px; }


/*二级导航*/
.sidebar { margin: 30px 0 10px; }
.sidebar h2 { font-size: 28px; color: #111; text-align: center; line-height: 2; font-weight: 100; position: relative; }
.sidebar h2:after { position: absolute; content: ""; left: 38%; bottom: 18%; width: 24%; height: 1px; background: #a6a6a6; }
.sidebar span { text-transform: uppercase; font-size: 18px; color: #a0a0a0; display: block; position: relative; z-index: 9; }
.sidebar span em { font-style: normal; background: #fff; padding: 0 10px; }
.sidebar dl { text-align: center; margin: 30px 0 0; }
.sidebar dt { display: inline-block; font-size: 15px; border: 1px solid #d0d0d0; margin: 0 3px; cursor: pointer; margin-bottom: 20px; }
.sidebar dt a { color: #5a5a5a; display: block; padding: 12px 32px; }
.sidebar dt.on,.sidebar dt:hover { background: #47a0a5; border: 1px solid #47a0a5; transition: all .3s; }
.sidebar dt.on a, .sidebar dt:hover a { color: #fff; transition: all .1s; }

/*面包屑*/
.breadcrumb { color: #fff;  margin-top: -30px; padding-left: 30px; }
.breadcrumb a { color: #fff; }
.breadcrumb i { float: left; color: #fff; font-size: 26px; margin: -5px 5px 0 0; }
.breadcrumb .on, .breadcrumb a:hover { color: #fff; transition: all .3s; }

/*分页*/
.page { text-align:center; margin-bottom: 50px; }
.page li { display:inline-block; }
.page li a, .page li span { display: block; margin:0 5px; line-height: 2.2; padding:3px 15px; border:1px solid #aaa; color:#454545; transition: all 0.15s ease-in; }
.page li:hover a, .page li.active span { background:#47a0a5; border-color:#47a0a5; color:#FFF; }

/*搜索提示*/
.tips { padding: 30px 60px 20px; font-size:15px; line-height: 1; }
.tips p { font-size: 15px; color: #454545; display: inline-block; }
.tips p strong { color: #b21e24; }

/*图文混排*/
.article { padding: 0 0 20px; }
.article .hd { border-bottom: 1px solid #dcdcdc; text-align: center; padding-bottom: 20px; }
.article .hd h1 { font-size: 18px; color: #666; line-height: 2.8; font-weight: normal; }
.article .hd .info { color: #888; margin: 10px 0; }
.article .hd .info span { font-weight: 100; }
.article .bd { line-height: 2.4; padding: 20px 50px; word-wrap:break-word; word-break:break-all; color: #666; }
.article .related { padding: 20px 20px 0; margin-top: 20px; border-top: 1px solid #E4E4E4; line-height: 2 }
.article .related a { color: #454545; transition: all 0.15s ease-in; }
.article .related a:hover { color: #b21e24; }
.map { box-sizing: border-box; height: 655px; }

/*文字列表*/
.news { padding: 10px 0 20px; }
.news li { padding:12px 0; border-bottom:1px dotted #BFBFBF; line-height: 2; }
.news li a { color:#555; }
.news li i { font-size: 11px; margin-right: 5px; color: #666; }
.news li .date { float:right; font-size:13px; color:#999; margin-top: 2px; }
.news li:hover a { color:#b21e24; transition: all .3s; }
.news li:hover i { color:#b21e24; transition: all .3s; }

/*图片列表*/
.pics { padding: 30px 0 20px; }
.pics .item { float: left; width: 285px; margin:0 20px 50px 0;box-shadow: 0 5px 10px 5px rgba(0,0,0,.05); }
.pics .item:nth-child(4n) { margin-right: 0; }
.pics .item a { color: #656565; }
.pics .item .pic { width: 285px; height: 310px; overflow: hidden; position: relative; }
.pics .item .pic i { font-size: 60px; position: absolute; line-height: 310px; left: 0; top: 0; width: 100%; text-align: center; color: #fff; font-style: normal; font-weight: 100; font-family: sans-serif; opacity: 0; }
.pics .item .pic:after { position: absolute; content: ""; left: 25px; top: 25px; width: calc(100% - 50px); height: calc(100% - 50px); border: 1px solid #ccc; opacity: 0; }
.pics .item dl { padding: 0 10px; background: #ffffff; line-height: 1.8; padding: 10px 15px; color: #989898; }
.pics .item dt { color: #656565; font-size: 15px; }
.pics .item:hover { box-shadow: 0 5px 10px 5px rgba(0,0,0,.15); transition: all 0.3s ease-in-out; }
.pics .item:hover .pic img { transform: scale(1.05,1.05); transition: all 0.5s ease-in-out; }
.pics .item:hover .pic:after { opacity: 1; transition: all 0.5s ease-in-out; }
.pics .item:hover .pic i { opacity: 1; transition: all 0.5s ease-in-out; }
.pics .item:hover dt { color: #47a0a5; transition: all 0.3s ease-in-out; }

/*友情链接*/
.links { padding: 30px 0; }
.links .bd { margin-top: -15px; position: relative; }
.links ul { position: relative; }
.links li { float: left; width: 239.2px; height: 84px; border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 30px 0; }
.links li:nth-child(5n) { border-right: 0; }
.links li img { width: 100%; height: 84px; }


/*留言表单*/
.message { padding: 30px 0 40px; }
.message form { background: url("../images/bg_contact.jpg") no-repeat right bottom; margin: 0 150px; background-size: 25%; }
.message .group { margin-bottom: 20px; }
.message label { float: left; width: 120px; text-align: right; margin-right: 10px; line-height: 38px; }
.message em { color: #c00; margin-right: 5px; }
.message .input { width: 50%; line-height: 38px; background: #fff; border: 1px solid #ccc; padding: 0 5px; }
.message .textarea { width: 50%; height: 60px; line-height: 24px; padding: 5px; background: #fff; border: 1px solid #ccc; }
.message .btn { margin-left: 130px; font-size: 16px; color: #fff; width: 180px; height: 40px; line-height: 40px; background: #44a0a6; display: inline-block; border: none; border-radius: 3px; text-align: center; cursor: pointer; }

/*相册模式*/
.gallery { position:relative; padding: 40px 0 20px;  }
.gallery .swiper-button-prev,.gallery .swiper-button-next { width: 65px; height: 65px; background: rgba(0,0,0,0.6); line-height: 65px; transition: all .2s ease-in; text-align: center; }
.gallery i { color: #fff; font-size: 36px; font-weight: 600; }
.gallery .swiper-button-prev,.gallery .swiper-button-next { margin-top: -60px; }
.gallery .swiper-button-prev:hover,.gallery .swiper-button-next:hover { background-color: rgba(178,30,36,1); transition: all .3s ease-out; }
.gallery .swiper-slide { background: #fff; line-height: 600px; text-align: center; }
.gallery .swiper-slide img { max-height: 600px; }
.gallery .swiper-slide h4 { font-size:16px; font-weight: normal; color: #454545; line-height:3; text-align:center; }
.gallery .swiper-pagination { bottom: 16px; color: #b21e24; text-align: right; font-size: 16px; }
.gallery .thumbnail { margin-top: 10px; padding-top: 20px; border-top: 1px solid #ccc; }
.gallery .thumbnail li { float: left; margin: 0 1% 9px 0; width: 11.4%; cursor:pointer; border: 1px solid #ccc; height: 68px; overflow: hidden; }
.gallery .thumbnail li img { width: 100%; vertical-align: middle; }
.gallery .thumbnail li:nth-child(8n) { margin-right: 0; }
.gallery .thumbnail .on { border-color: #b21e24; }

/* online */
.online {position:fixed;width:54px;height:275px;right:0;z-index:11;}
.online li { width:54px; height:54px; position: relative; border-top:1px solid #444; }
.online li:first-child { border-top: 0; }
.online li a { display: block; position: absolute; right: 0; top: 0; width:54px; height:54px;background:rgba(0, 0, 0, 0.8);color:#fff; font-size: 14px; line-height: 54px; overflow: hidden; transition:all .5s ease; }
.online li a i { float: left; font-size: 30px; text-align: center; width: 54px; }
.online li:not(.o-nohover):hover a { width: 124px; background: #44e3cc; }
.online .o-tel:hover a { width: 170px !important; }
.online .o-wechat span { opacity: 0; position: absolute; right: 54px; top: 0; width: 120px; height: 140px; padding: 5px; background: #44e3cc; transition:all .4s ease; }
.online .o-wechat span em { font-size: 13px; line-height: 1.8; font-style: normal; text-align: center; display: block; }
.online .o-wechat:hover a { overflow: inherit; background: #44e3cc; }
.online .o-wechat:hover span { opacity: 1; }
.online .o-top { display: none; cursor: pointer; }

/*动画*/
@keyframes glide {
     0% { top: 0; left: -150px; }
     99% { left: 500px; opacity: 1; }
     100% { opacity: 0; }
}
@keyframes shake-min {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}
@keyframes rotation{
    10%{transform: rotate(90deg);}
    50%, 60%{transform: rotate(0deg);}
    90%{transform: rotate(90deg);}
    100%{transform: rotate(90deg);}
}
@keyframes doRotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}


/*下载表单
.down-form label { width: 130px; }
.down-form .btn { margin-left: 140px; }*/

/*产品筛选
/* .filter{border:1px solid #ccc;background:#fff; margin-bottom: 40px;}
.filter li{ overflow:hidden;border-top:1px solid #ccc;line-height:60px}
.filter li:first-child{border-top:none}
.filter li span {float:left;width:140px;border-right:1px solid #ccc;font-size:1.6rem;color:#666;text-align:center;}
.filter li span img {display:inline-block;width:20px;height:20px;margin-top:-5px;padding-right:10px;vertical-align:middle}
.filter li a {float:left;margin-left:40px;transition:all .5s; color: #666; cursor: pointer}
.filter li a.fsx{margin:0 35px;color:#999}
.filter li a.on,.filter li a:hover{color:red}
.search {height:32px;padding:9px 8px;background:#3f4a55; margin-bottom: 30px;}
.search span{float:left;margin-right:10px;font-size:12px;color:#d2d2d2;line-height:32px}
.search form input[type=text]{float:left;width:260px;height:32px;padding:0 12px;border:none;background:#fff;box-sizing:border-box;line-height:32px}
.search form button {float:left;width:58px;height:32px;border:none;background:red url(../images/icon_19.png) no-repeat center; cursor: pointer;}
.search form .btn {float:left;width:58px; text-align: center; line-height:32px;border:none;background:red; color: #fff; cursor: pointer; border-left: 1px solid #fff;} */

/*产品详情
.product-detail { background: #fff; margin-bottom: 30px; }
.product-detail h1 { border-bottom: 1px solid #e6e3e3; font-size: 2.4rem; padding: 30px 0 10px; color: #333; text-align: center; line-height: 2; font-weight: normal; }
.product-detail .detail { padding: 45px; }
.product-detail .slide { width: 553px; border: 1px solid #e6e3e3; }
.product-detail .slide .bigPic { border-bottom: 1px solid #e6e3e3; }
.product-detail .slide .bigPic img { width: 100%; }
.product-detail .slide ul { height: 87px; }
.product-detail .slide ul li { float: left; width: 25%; border: 1px solid #fff; box-sizing: border-box; cursor: pointer; border-right: 1px solid #e6e3e3; }
.product-detail .slide ul li:last-child { border-right: none; }
.product-detail .slide ul li:hover { border: 1px solid #0093dd; }
.product-detail .slide ul img { width: 100%; }
.product-detail .intro { width: 483px; height: 361px; padding: 35px; margin-left: -1px; border: 1px solid #e6e3e3; line-height: 2.4; }
.product-detail .intro h3 { font-size: 2.4rem; font-weight: normal; border-bottom: 1px solid #d7d5d5; padding-bottom: 15px; line-height: 1; margin-bottom: 15px; }
.product-detail .intro .btn { margin-top: 23px; width: 120px; line-height: 45px; display: inline-block; background: #0093dd url("../images/ico_qq.png") no-repeat 44px center; padding-left: 88px; font-size: 1.6rem; color: #fff; border: 1px solid #0376b0; border-radius: 3px; }
.product-detail .content { padding: 0 45px 45px; }
.product-detail .content .hd { border: 1px solid #d9d9d9; }
.product-detail .content .hd h3 { font-size: 1.6rem; display: inline-block; width: 370px; line-height: 48px; text-align: center; background: #0093dd; font-weight: normal; color: #fff; }
.product-detail .content .bd { line-height: 2.4; padding: 40px 0 20px; }
.product-detail .content .bd img { max-width: 1110px; }
.related-title .hd { margin-bottom: 20px; line-height: 2.4; border-bottom: 1px solid #d9d9d9; font-size: 1.6rem; color: #333; }
.related-title .more { float: right; font-size: 1.2rem; color: #666; } */
