@charset "utf-8";
/*banner TOP*/

#banner { background: #fff; height: auto; overflow: hidden; transition: all .35s; }
#banner .inside-container { position: relative; margin: 0 auto; }
#banner .inside-container>.wrap { display: none; position: absolute; z-index: 9; left: 50%; bottom: 40%; width: 80%; margin-left: -40%; }
#banner .inside-container .txt { text-align: left; }
#banner .inside-container .txt>h3 { display: block; font-size: 40px; font-weight: 700; color: #333; }
#banner .inside-container .txt>span { display: block; padding: 10px 0; font-size: 22px; font-family: Arial; color: rgba(0,0,0,.5); }
#banner .inside-container img { width: 100%; height: auto; margin: 0 auto; }
#banner .mob { display: none; }
@media only screen and (max-width: 1080px) {
#banner { padding-top: 0px; }
}
@media only screen and (max-width: 960px) {
#banner .inside-container .txt>h3 { font-size: 28px; }
#banner .inside-container .txt>span { padding: 0; font-size: 17px; }
}
@media only screen and (max-width: 780px) {
#banner .pc { display: none; }
#banner .mob { display: block; }
}
@media only screen and (max-width: 540px) {
#banner .inside-container .txt>h3 { font-size: 20px; }
#banner .inside-container .txt>span { padding: 0; font-size: 14px; }
}
@media only screen and (max-width: 420px) {
#banner .inside-container .txt>h3 { font-size: 14px; }
#banner .inside-container .txt>span { padding: 0; font-size: 12px; }
}
/*END*/
#gotop { text-align: center; padding: 15px 0; margin: 50px 0; border-top: 1px #CCCCCC solid; }
#gotop a { font-size: 12px; cursor: pointer; }
#gotop a span.iconfont { font-size: 20px; color: #C8C9C9; display: block; }
#path { width: 100%; height: 50px; border-bottom: 1px #CCCCCC solid; }
#path .container { position: relative; width: 90%; max-width: 1080px; margin: 0 auto; }
#path h1 { position: absolute; top: -80px; height: 60px; line-height: 60px; background-color: #FFF; width: 200px; text-align: center; font-size: 30px; color: #000; }
#path .nav { padding-left: 20px; }
#path a { float: left; line-height: 50px; margin: 0 20px; text-align: center; font-size: 14px; color: #333; }
#path a.A { border-bottom: 2px #000000 solid; }
#path a:hover { color: #0079C3; }

#pathpro { width: 100%; height: 150px; border-bottom: 1px #CCCCCC solid; }
#pathpro .container { position: relative; width: 90%; max-width: 1080px; margin: 0 auto; }
#pathpro h1 { position: absolute; top: -80px; height: 60px; line-height: 60px; background-color: #FFF; width: 200px; text-align: center; font-size: 30px; color: #000; }
#pathpro .nav { }
#pathpro a { float: left; display:inline-block; line-height: 30px; margin:30px 50px 0 0; text-align: center; font-size: 14px; color: #333; }
#pathpro a img { width:90px; display:block; margin:0 auto; }
#pathpro a.A { border-bottom: 2px #000000 solid; }
#pathpro a:hover { color: #0079C3; }
@media only screen and (max-width: 1080px) {
#path h1 { top: -50px; height: 40px; line-height: 40px; background-color: #FFF; width: 130px; text-align: center; font-size: 20px; color: #000; }
#pathpro h1 { top: -50px; height: 40px; line-height: 40px; background-color: #FFF; width: 130px; text-align: center; font-size: 20px; color: #000; }
}
@media only screen and (max-width: 540px) {
#path { height:auto; }
#path a { float: left; line-height: 50px; width:30%; margin:0; display:inline-block; text-align: center; font-size: 14px; color: #333; border-bottom: 2px #FFF solid; }
#pathpro { height: auto; }
#pathpro a { float: left; width:auto; display:inline-block; line-height: 30px; margin:30px 20px 0 0; text-align: center; font-size: 14px; color: #333; }
#pathpro a img { width:auto; height:50px; display:block; margin:0 auto; }

}
#box { min-height: 300px; padding: 50px 0; }
#box.container { width: 90%; max-width: 1080px; margin: 0 auto; }
#b1 { width: 80%; max-width: 800px; }
#b1 h1 { font-size: 36px; color: #000; }
#b1 p { padding-top: 20px; font-size: 14px; line-height: 150%; }
@media only screen and (max-width: 1080px) {
#b1 { width: 100%; max-width: 800px; }
#b1 h1 { font-size: 24px; }
}

/*       */
#b2 { margin: 0 auto; padding: 20px 0; }
#b2 .title { background-color: #888; line-height: 48px; width:auto; display:inline-block; padding:0 25px; text-align: center; font-size: 26px; color: #FFF; margin-top: 100px; margin-bottom: 50px; }
#b2>ul { margin: 0 auto; }
#b2>ul>li { float: left; text-align: center; padding: 20px 80px 20px 10px; transition: all .35s; }
#b2>ul>li .icon { margin: 0 auto; transition: transform .3s; }
#b2>ul>li .icon>img { height: 100px; width: auto; }
#b2>ul>li .tit { padding: 16px 0; font-size: 18px; color: #333; }
#b2>ul>li .num { font-size: 16px; color: #333; }
#b2>ul>li .num span { display: inline-block; color: #000; font-size: 32px; font-weight: bold; margin-right: 10px; }
#b2>ul>li:hover .icon { transform: translateY(-10px); }
/*       */
#b3 { }
#b3 li { width: 45%; float: left; padding: 20px 20px 0 0; }
#b3 li img { width: 100%; }
@media only screen and (max-width: 540px) {
#b3 li { width: 100%; }
}

/*       */
#weihua1 { width: 80%; max-width: 800px; }
#weihua1 h1 { font-size: 36px; color: #000; }
#weihua2 { margin-top: 50px; padding-bottom: 100px; }
#weihua2 li { width: 45%; float: left; padding: 20px 20px 0 0; }
#weihua2 li img { width: 100%; }
#weihua2 li:nth-child(3n) { width: 100%; height: 50px; }
#weihua2 li>h2 { font-size: 36px; font-weight: normal; padding-left: 10%; padding-top:0; margin-bottom:0; margin-top:0; }
#weihua2 li>p { font-size: 14px; padding-left: 10%; padding-top: 6%; }
#weihua2 li:nth-child(4n)>h2 { padding-left: 2%; }
#weihua2 li:nth-child(4n)>p { padding-left: 2%; }
@media only screen and (max-width: 540px) {
#weihua2 li { width: 100%; }
}

/*       */
#kehu2 { width: 100%; margin-top: 100px; }
#kehu2 li { float:left; width: 30%; margin-right:3.3%; padding-bottom: 50px; text-align: center; }
#kehu2 li img { width: 100%; margin-bottom: 20px; }
/*       */
#rongyu2 { margin-top: 100px; }
#rongyu2 li { width: 30.5%; padding-right: 4%; float: left; padding-bottom: 50px; text-align: center; }
#rongyu2 li:nth-child(3n) { padding-right: 0%; }
#rongyu2 li img { width: 100%; margin-bottom: 20px; border:1px #CCCCCC solid; }
@media only screen and (max-width: 540px) {
#rongyu2 li { width: 46%; padding-right: 4%;}
#rongyu2 li:nth-child(3n) { padding-right: 4%; }
#rongyu2 li:nth-child(2n) { padding-right: 0%; }
}
/*       */
#yanfa { margin-top: 50px; }
#yanfa li { width: 100%; padding-bottom: 50px; font-size: 14px; }
#yanfa li>h3 { font-size: 26px; }
#yanfa>div.title { background-color: #888; line-height: 48px; width:auto; display:inline-block; padding:0 25px; text-align: center; font-size: 26px; color: #FFF; margin-top: 30px; margin-bottom: 50px; }
#yanfa li img { width: 100%; margin-bottom: 20px; }
/*news TOP*/
#news { margin-top: 100px; margin-bottom: 100px; }
#news>.nimg { width: 40%; }
#news>ul { width: 40%; }
#news li { position: relative; display: block; float: left; width: 100%; overflow: hidden; margin-bottom: 2%; text-align: left; border-bottom: 1px #CCC solid; }
#news li>a>.img { position: relative; margin: 0 auto; overflow: hidden; }
#news li>a>.img>img { width: 100%; height: auto; transition: all 1s; }
#news li>a>.mz { padding: 15px 0; font-size: 14px; line-height: 150%; text-align: left; }
#news li>a:hover .img>img { transform: scale(1.1); }
#news li>a:hover .mz { color: #E6213A; }
#view>.title { font-size: 32px; font-weight: normal; text-align: left; padding: 50px 0 20px; }
#view>.time { font-size: 12px; color: #999; border-bottom: 1px solid #eee; }
#view>.time>span { display: inline-block; margin-right:.8rem;
font-size: 1.2rem; }
#view>.content { margin: 0 auto; padding: 30px 0; }
#view>.content { font-size: 16px; line-height: 28px; color: #666; }
#view>.content>p { margin-bottom: 20px; }
#view>.content img { max-width: 100%; height: auto; }
#view>.content table { border-top: 1px solid #ddd; border-left: 1px solid #ddd; margin: 0px auto; width: 99.6%; }
#view>.content table td { color: #666; font-size: 14px; padding: 8px; text-align: center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#view>.content .tableWap { overflow: hidden; overflow-x: auto; }
#view>.pageurl { margin: 0 auto; font-size: 14px; }
#view>.pageurl>.prev, #view>.pageurl>.next { width: 40%; padding: 5px; text-align: left; border-bottom: 1px solid #aaa; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#view>.pageurl strong { font-weight: normal; font-size: 16px; color: #999; }
 @media only screen and (max-width: 1080px) {
#view>.title { font-size: 28px; }
}
@media only screen and (max-width: 780px) {
#news>.nimg { width: 100%; }

#news>ul { width: 100%; }

#view>.title { font-size: 20px; }
#view>.time { font-size: 13px; }
#view>.content { font-size: 14px; line-height: 24px; color: #666; }
#view>.content table td { font-size: 12px; padding: 5px; }
#view>.pageurl { padding: 30px 0px; font-size: 12px; }
#view>.pageurl>.prev, #view>.pageurl>.next { float: none; width: 100%; padding: 5px; box-sizing: border-box; }
}
/*END*/

#wrap { height: 750px; width: 100%; position: relative; padding: 0px 0 0 0; box-sizing: border-box; overflow: hidden; }
#allmap { width: 100%; height: 110%; position: relative; z-index: 1; }
#mapbox { width: 420px; height: 370px; background: #fff; box-shadow: 5px 5px 20px rgba(0,0,0,.1); position: absolute; left: 10%; top: 50%; z-index: 2; margin-top: -180px; padding: 45px 0 0 55px; box-sizing: border-box; }
#mapbox h1 { color: #464646; font-size: 2.0rem; display: block; position: relative; }
#mapbox h1:after { content: ''; display: block; height: 2px; width: 42px; background: #ddd; position: absolute; left: 0; bottom: -25px; }
#mapbox .con { margin-top: 55px; font-size: 1.4rem; }
#mapbox .con p { margin-bottom: 1.2rem; }
#mapbox .tel { position: absolute; left: 55px; bottom: 0; padding-bottom: 45px; }
#mapbox .tel>p { font-size: 1.6rem; color: #464646; }
#mapbox .tel>a { display: block; font-size: 3.0rem; font-family: 'Montserrat'; font-weight: 600; color: #1885f5; }

/*news TOP*/

#product{margin:30px 0; width:102%; margin-left:-1%;}
#product>h1 { width:100%; }
#product .item{width:23%; float:left; margin:1%; position:relative;}
#product .item:nth-child(4n+1){clear:both;}
#product .item a{display:block; background:#fff; transition:all .3s; position:relative;}
#product .item a:hover{box-shadow:5px 5px 35px rgba(0,0,0,.08);}
#product .item a .img{position:relative; width:100%; padding:90% 0 0 0; overflow:hidden;}
#product .item a .img>img{position:absolute; left:0; top:0; right:0; bottom:0; max-width:90%; max-height:90%; margin:auto; transition:all .25s;}
#product .item:hover a .img>img{transform:scale(1.12);}
#product .item a .tit{padding:0 15px 5px 15px; font-size:1.5rem; color:#464646; text-align:center; position:relative; transition:all .2s; height:90px; display:-webkit-box; -webkit-box-pack:center; -webkit-box-align:center;}
#product .item a .tit>span{height:40px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align:center; text-overflow:ellipsis;}
#product .item:hover a .tit{color:#000;}
#product .item a .tit:after{content:''; display:block; height:2px; width:25px; background:#1885f5; position:absolute; left:0; right:0; top:0; margin:auto; transition:all .25s;}
#product .item:hover a .tit:after{width:20%;}

#product .item .threeD{width:32px; height:32px; text-align:center; line-height:32px; position:absolute; z-index:1; right:12px; top:12px; box-shadow:none !important; background:none !important;}
#product .item .threeD i{font-size:2.4rem; color:#d8ae5d;}
#product .item .threeD:hover i{color:#464646;}

@media (max-width:1366px){
  #product .item a .tit{font-size:1.4rem;}
}

@media (max-width:1080px){

  #product .item a .tit{font-size:1.5rem;}

  #product .item{width:48%;}
  #product .item:nth-child(2n+1){clear:both;}
  #product .item:nth-child(4n+1){clear:none;}
  #product .item a .tit{padding:0 15px 0 15px; font-size:1.3rem; height:72px;}
  #product .item a .tit>span{height:60px;}

  #product .item.show{opacity:1; transform:translate3d(0,0,0);}

}
