﻿@charset "utf-8";
/* 
   Writer : Pumpkin  
   Date   : 2025.07.07
*/
@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;   -webkit-transition: opacity 400ms;  -moz-transition: opacity 400ms;  transition: opacity 400ms;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font: 16px/180% "Microsoft Yahei","微软雅黑",Arial, Helvetica, sans-serif;  margin: 0 auto; color: #fff; background: #0e0e0e; -webkit-tap-highlight-color:rgba(0,0,0,0);  *cursor: default; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
em{font-style: normal;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: /*pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;*/}
a:link, a:visited { text-decoration: none; color:#fff;}
a:active, a:hover { text-decoration: none; outline:none; color:#ff7100;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*在线客服*/
.floating_ck{position:fixed;right:0;top:40%; z-index: 666;}
.floating_ck dl dd{position:relative;width:60px;height:60px;background-color:#333; border-bottom:0;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer; border-radius: 4px; margin-bottom: 1px;}
.floating_ck dl dd:hover{background-color:#e60012;border-bottom:0;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/icon0701/side_icon01.png);}
.words{background-image:url("../images/icon0701/icon-email.png");}
.skype{background-image:url("../images/icon0701/icon-skype.png");}
.qqqq{background-image:url("../images/icon0701/icon-qq.png");}
.quote{background-image:url(../images/icon0701/kficon.png);}
.qrcord{background-image:url("../images/icon0701/icon-weixin.png");}
.douyin{background-image:url("../images/icon0701/icon-douyin.png");}
.return{background-image:url(../images/icon0701/side_icon05.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;right:58px;top:0; height:60px; line-height: 60px; color: #fff; background-color:#e60012;border-bottom:0;display:none; border-radius: 5px 0 0 5px; text-align: center; padding: 0 30px; width: 150px;}
.floating_left a{color:#fff;line-height:60px;}
.floating_ewm{height:auto;top:-109px; padding: 20px;}
.floating_ewm i{background-image:url("../images/wechat.jpg");display:block;width:130px;height:130px;margin:auto;margin-top:20px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


/*头部样式*/
.header-bar1-container{
	width: 100%;
	height: 6px;
	background: #603412;
	overflow: hidden;
}
.header-bar2-container{
	width: 100%;
	height: auto;
	background: #201d1c;
}
.header-bar2{
	width: 1340px;
	height: 90px;
	margin: 0 auto;
}
.header-bar2-logo{
	width: 290px;
	height: auto;
	padding-top: 15px;
	float: left;
}
.header-bar2-nav{
	width: 900px;
	height: auto;
	float: right;
}
.menu {
    width:900px;
    position:relative;
    margin:0;
    z-index: 111;    
}
.menu ul li a, .menu ul li a:visited {
    display:block;
    text-decoration:none;
    width:150px;
    height:90px;
    text-align:center;
    line-height:90px;
    font-size:16px;
    text-transform: uppercase;
    overflow:hidden;
	color:#ff7100;
}
.menu ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.menu ul li {
    float:left;
    position:relative;
}
.menu ul li ul {
    display: none;
}
.menu ul li:hover a {
    color:#fff;
    background:#603412;
    transition: all .4s ease-in-out;   
}
.menu ul li:hover ul {
    display:block;
    position:absolute;
    top:90px;
    left:0;
    width:150px;
}
.menu ul li:hover ul li a.hide {
    background:#603412;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li:hover a.hide {
    background: #603412;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li ul {
    display: none;
}
.menu ul li:hover ul li a {
    display:block;
    background: #603412;
    color:#fff;
    border-top: 1px solid rgba(255,255,255,0.1);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    width: 150px;
    text-align: center;
    padding-left: 0;
    transition: all .4s ease-in-out;
}
.menu ul li:hover ul li a:hover {
    background:#ff7100;
    color:#fff;
}
.menu ul li:hover ul li:hover ul {
    display:block;
    position:absolute;
    left:140px;
    top:0;
}
.menu ul li:hover ul li:hover ul.left {
    left:-140px;
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*background: #e1e1e1;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #603412;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*.header-bar2-nav li{
	width: 150px;
	height: auto;
	line-height: 90px;
	font-size: 16px;
	text-align: center;
	float: left;
	transition: all .4s ease-in-out;
}
.header-bar2-nav li a{
	color: #ff7100;
	display: block;
	transition: all .4s ease-in-out;
}
.header-bar2-nav li a:hover{
	background: #603412;
	color: #fff;
	display: block;
}*/

/*底部样式*/
.footer-container{
	width: 100%;
	height: auto;
	padding: 70px 0;
	overflow: hidden;
	border-top: rgba(255,255,255,0.20) solid 1px;
}
.footer-bar{
	width: 1340px;
	height: auto;
	margin: 0 auto;
}
.footer-bar-01{
	width: 440px;
	height: auto;
	float: left;
}
.footer-bar-01 h1{
	margin-bottom: 20px;
}
.footer-bar-01 p{
	color: rgba(255,255,255,0.20);
	font-size: 14px;
}
.footer-bar-02{
	width: 650px;
	height: auto;
	float: left;
}
.footer-bar-02 li{
	width: 130px;
	height: auto;
	float: left;
}
.footer-bar-02 li h2{
	font-size: 16px;
	color: rgba(255,255,255,0.60);
	margin-bottom: 10px;
}
.footer-bar-02 li p a{
	color: rgba(255,255,255,0.20);
	line-height: 200%;
	font-size: 14px;
	transition: all .4s ease-in-out;
}
.footer-bar-02 li p a:hover{
	color: #ff7100;
}
.footer-bar-03{
	width: 250px;
	height: auto;
	float: right;
	overflow: hidden;
}
.footer-bar-share{
	width: 260px;
	height: auto;
}
.footer-bar-share figure{
	width: 110px;
	height: auto;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.footer-bar-share figcaption{
	padding: 5px 0;
	color: rgba(255,255,255,0.35);
	font-size: 14px;
}

/*版权信息*/
.copyright{
	width: 100%;
	height: auto;
	text-align: center;
	border-top: rgba(255,255,255,0.20) solid 1px;
	padding: 25px 0;
	color: rgba(255,255,255,0.20);
	font-size: 14px;
}
.copyright a{
	color: rgba(255,255,255,0.20);
}
.copyright a:hover{
	color: #ff7100;
}

/*综合首页样式*/
.movie{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.movie img{
	width: 100%; 
	height: auto; 
}
/*.movie-left{
	width: 390px;
	height: auto;
	float: left;
}
.movie-right{
	width: 1530px;
	height: auto;
	float: right;
}
#imgMenu{ width:1530px; margin:0 auto;}
#imgMenu LI {FLOAT: left;DISPLAY: block; OVERFLOW: hidden}
#imgMenu OL {DISPLAY: block; PADDING-LEFT: 0; LIST-STYLE-POSITION: outside; LIST-STYLE-TYPE: decimal; }
#imgMenu OL LI {FLOAT: none; LINE-HEIGHT: auto;}
#imgMenu LI {WIDTH: 10px; HEIGHT: auto;}
#imgMenu LI .hpanel {WIDTH: 80px; HEIGHT: auto;}
#imgMenu IMG { height:auto; width:1370px; }*/

.home-bar1-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.home-bar1{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.home-bar1-tit{
	width: 100%;
	height: auto;
	border-bottom: rgba(255,255,255,0.20) solid 2px;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.home-bar1-tit h2{
	font-size: 30px;
	text-align: left;
	color: #ff7100;
	position: relative;
}
.home-bar1-tit h2:before{
	width: 130px;
	height: 2px;
	background: #ff7100;
	position: absolute;
	left: 0;
	bottom: -27px;
	content: '';
}
.home-bar1-tit2{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.home-bar1-tit2 h2{
	font-size: 28px;
	color: #ff7100;
	text-align: center;
	margin-bottom: 20px;
}
.home-bar1-tit2 h3{
	font-size: 20px;
	text-align: center;
}
.home-bar1-pic{
	width: 1365px;
	height: auto;
	overflow: hidden;
}
.home-bar1-pic figure{
	width: 430px;
	height: auto;
	float: left;
	margin-right: 25px;
	transition: all .4s ease-in-out;
}
.home-bar1-pic figure img{
	transition: all .4s ease-in-out;
	opacity: 0.5;
}
.home-bar1-pic figure h1{
	overflow: hidden;
}
.home-bar1-pic figure:hover img{
	transform: scale(1.15);
	cursor: pointer;
	opacity: 1.0;
}
.home-bar1-pic figure:hover figcaption{
	color: rgba(255,255,255,1.0);
}
.home-bar1-pic figcaption{
	padding: 15px 0;
	text-align: center;
	color: rgba(255,255,255,0.50);
	transition: all .4s ease-in-out;
}
.home-bar1-tit3{
	width: 100%;
	height: 5px;
	border-bottom: rgba(255,255,255,0.20) solid 2px;
	margin-top: 40px;
	position: relative;
}
.home-bar1-tit3:before{
	width: 130px;
	height: 5px;
	background: #ff7100;
	position: absolute;
	left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
	content: '';
	z-index: 11
}

.home-bar2-container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #131210;
	overflow: hidden;
}
.home-bar2{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.home-bar2 h6{
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.home-bar2 h6 a{
	width: 268px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border: rgba(255,255,255,0.20) solid 1px;
	color: #ff7100;
	transition: all .4s ease-in-out;
}
.home-bar2 h6 a:hover{
	border: #ff7100 solid 1px;
	color: #fff;
	background: #ff7100;
}
.home-bar2-tit{
	width: 100%;
	height: auto;
	border-bottom: rgba(255,255,255,0.20) solid 2px;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.home-bar2-tit h2{
	font-size: 30px;
	text-align: left;
	color: #ff7100;
	position: relative;
}
.home-bar2-tit h2:before{
	width: 130px;
	height: 2px;
	background: #ff7100;
	position: absolute;
	left: 0;
	bottom: -27px;
	content: '';
}
.home-bar2-txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}
.nTab{width:100%; border:0; overflow:hidden; }
.none {display:none;}
.nTab .TabTitle{width:390px; height:auto; margin: 0 auto; overflow:hidden; }
.nTab .TabTitle li{float:left; cursor:pointer; height:45px; line-height: 45px; width:170px; text-align:center; margin-right: 25px; margin-bottom: 60px; }
.nTab .TabTitle li a{text-decoration:none;}
.nTab .TabTitle .active{line-height:45px; background: #42250d; color: #fff; font-size: 16px; }
.nTab .TabTitle .normal{line-height:43px; font-size: 16px; border: rgba(255,255,255,0.20) solid 1px; box-sizing: border-box; color: rgba(255,255,255,0.40); }
.nTab .TabContent{clear:both; overflow:hidden; }
.nTab-txt{width: 100%; height: auto; overflow: hidden; border-top: rgba(255,255,255,0.20) solid 2px; border-bottom: rgba(255,255,255,0.20) solid 2px; padding: 20px 0; }
.home-news{
	width: 1340px;
	height: auto;
	overflow: hidden;
}
.home-news-list{
	width: 680px;
	height: auto;
	float: left;
}
.home-news-list li{
	width: 650px;
	height: 100px;
	float: left;
	padding: 15px;
	position: relative;
	transition: all .4s ease-in-out;
}
.home-news-list li a{
	color: rgba(255,255,255,0.50) ;
	transition: all .4s ease-in-out;
}
.home-news-list li:hover{
	background: #56351b;
	cursor: pointer;
}
.home-news-list li:before{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.20) ;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
.home-news-list li:last-child:before{
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}
.home-news-list li:hover h2{
	color: rgba(255,255,255,1.0);
}
.home-news-list li:hover h3{
	color: rgba(255,255,255,1.0);
}
.home-news-list li:hover h4 a{
	color: #ff7100;
}
.home-news-list li:hover h5{
	color: rgba(255,255,255,1.0);
}
.home-news-list li:hover h1{
	background: url("../images/flag-gray.png");
	color: #fff;
}
.home-news-list-time{
	width: 130px;
	height: auto;
	float: left;
	padding-top: 15px;
}
.home-news-list-time h2{
	text-align: center;
	font-size: 46px;
	color: rgba(255,255,255,0.50);
	font-weight: bold;
	margin-bottom: 10px;
	transition: all .4s ease-in-out;
}
.home-news-list-time h3{
	text-align: center;
	font-size: 20px;
	color: rgba(255,255,255,0.50);
	transition: all .4s ease-in-out;
}
.home-news-list-txt{
	width: 400px;
	height: auto;
	float: right;
	padding-left: 20px;
	padding-right: 100px
}
.home-news-list-txt h1{
	width: 93px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 14px;
	display: inline-block;
	background: url("../images/flag-gray2.png");
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .4s ease-in-out;
}
.home-news-list-txt h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
	transition: all .4s ease-in-out;
}
.home-news-list-txt h5{
	color: rgba(255,255,255,0.50);
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
	transition: all .4s ease-in-out;
}
.home-news-pic{
	width: 620px;
	height: auto;
	float: right;
}

.home-bar3-container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url("../images/map-bg.jpg");
	background-position: center;
	background-attachment: fixed;
}
.home-bar3{
	width: 1340px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.home-bar3 h2{
	font-size: 30px;
	color: #ff7100;
	border-bottom: #ff7100 solid 3px;
	display: inline-block;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.home-bar3 h3{
	display: inline-block;
	position: absolute;
	right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.home-bar3 h3 p{
	text-align: right;
	font-size: 20px;
	line-height: 200%;
}

.home-bar4-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.home-bar4{
	width: 1310px;
	height: 180px;
	padding: 15px;
	background: #1c1612;
	margin: 60px auto;
	overflow: hidden;
}
.home-bar4-add{
	width: 1326px;
	height: 180px;
	overflow-y: scroll;
}
.home-bar4-add li{
	width: 610px;
	height: 50px;
	float: left;
	padding: 0 15px;
	margin-right: 16px;
	margin-bottom: 15px;
	background: #272320;
	color: rgba(255,255,255,0.30);
	overflow: hidden;
}
.home-bar4-add li h2{
	display: inline-block;
	width: 160px;
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #ff7100;
	background: url("../images/location.png") no-repeat 5% center;
	text-indent: 3.0rem;
}
.home-bar4-add li h3{
	display: inline-block;
	width: 450px;
	float: right;
	line-height: 50px;
	color: rgba(255,255,255,0.30);
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}
#scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
 
#scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}
 
#scrollbar::-webkit-scrollbar-thumb {
    background-color: #ff7100;
    border-radius: 5px;
}

#scrollbar::-webkit-scrollbar-corner {
}

/*内页样式表*/
.subpages-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subpages-banner img{
    width: 100%;
    height: auto;
}
.subpages-tit-container{
    width: 100%;
    height: auto;
    overflow: hidden;
	background: #222;
}
.subpages-tit{
	width: 1340px;
	height: auto;
	line-height: 60px;
	text-align: left;
	font-family: "Poppins-Regular";
	margin: 0 auto;
	color: rgba(255,255,255,0.60);
}
.subpages-tit img{
	margin-bottom: 7px;
	margin-right: 8px;
} 
.subpages-tit span{
	color: rgba(255,255,255,0.40);
}
.subpages-tit a{
	color: rgba(255,255,255,0.60);
}
.subpages-tit a:hover{
	color: #ff7100;
}

/*资质认证*/
.honor-container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #131210;
}
.subpages-honor{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-honor-tit{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.subpages-honor-tit h2{
	height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255,255,255,0.80);
	background: url("../images/png-02.png") no-repeat center bottom;
}
.subpages-honor-pic{
	width: 1360px;
	height: auto;
	overflow: hidden;
}
.subpages-honor-pic figure{
	width: 320px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #222;
	transition: all .4s ease-in-out;	
}
.subpages-honor-pic figure:hover{
	background: #ff7100;
}
.subpages-honor-pic figure:hover img{
	transform: scale(1.15);
}
.subpages-honor-pic figure:hover figcaption{
	color: rgba(255,255,255,1.0);
}
.subpages-honor-pic figure img{
	transition: all .4s ease-in-out;
}
.subpages-honor-pic figure h1{
	overflow: hidden;
}
.subpages-honor-pic figcaption{
	text-align: center;
	padding: 10px 0;
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}

/*关于我们*/
.about-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-about{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-about-tit{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.subpages-about-tit h2{
	height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255,255,255,0.80);
	background: url("../images/png-02.png") no-repeat center bottom;
}
.subpages-about-txt{
	width: 100%;
	height: auto;
	color: rgba(255,255,255,0.60);
}
.subpages-about-txt p{
	margin: 15px auto;
}

/*智能网咖数据*/
.aibar-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-aibar{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-aibar-tit{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.subpages-aibar-tit h2{
	height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255,255,255,0.80);
	background: url("../images/png-02.png") no-repeat center bottom;
}
.subpages-aibar-pic{
	width: 1340px;
	height: auto;
	overflow: hidden;
}
.subpages-aibar-pic-left{
	width: 680px;
	height: auto;
	float: left;
}
.subpages-aibar-pic-left figure{
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
.subpages-aibar-pic-left figcaption{
	background: rgba(0,0,0,0.60);
	color: rgba(255,255,255,0.80);
	padding: 3%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}
.subpages-aibar-pic-right{
	width: 650px;
	height: auto;
	float: right;
}
.aibar-pic{
	width: 660px;
	height: auto;
	overflow: hidden;
}
.aibar-pic figure{
	width: 320px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.aibar-pic figcaption{
	width: 100%;
	padding: 3%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	background: rgba(0,0,0,0.60);
	color: rgba(255,255,255,0.80);
	position: absolute;
	left: 0;
	bottom: 0;
}

/*banner*/
.about-end{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
}

/*门店展示*/
.mendian-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-mendian{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-mendian-tit{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.subpages-mendian-tit h2{
	height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255,255,255,0.80);
	background: url("../images/png-02.png") no-repeat center bottom;
}
.subpages-mendian-search{
	width: 1300px;
	height: auto;
	overflow: hidden;
	padding: 40px 20px;
	background: rgba(255,255,255,0.10);
	margin-bottom: 40px;
}
/*.subpages-mendian-search h1{
	display: inline-block;
	margin: 0 15px 0 5px;
}*/
.subpages-mendian-search>select{
	width: 180px;
	height: 33px;
	border: 0;
	font-size: 14px;
	background: rgba(255,255,255,0.80);
	color: #333;
	margin: 0 15px 0 5px;
}
/*.subpages-mendian-search h2{
	display: inline-block;
}*/
.subpages-mendian-search>input{
	width: 100px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	border: 0;
	background: #ff7100;
	color: #fff;
	cursor: pointer;
}
.subpages-mendian-pic{
	width: 1380px;
	height: auto;
	overflow: hidden;
}
.subpages-mendian-pic figure{
	width: 420px;
	height: auto;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	background: #222;
	transition: all .4s ease-in-out;
}
.subpages-mendian-pic figure:hover{
	background: #ff7100;
}
.subpages-mendian-pic figure:hover img{
	transform: scale(1.15);
}
.subpages-mendian-pic figure img{
	transition: all .4s ease-in-out;
}
.subpages-mendian-pic figure h3{
	overflow: hidden;
}
.subpages-mendian-pic figcaption{
	text-align: center;
	padding: 10px 0;
	color: rgba(255,255,255,0.80);
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}

/*新闻资讯*/
.subpages-news-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subpages-news{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.subpages-news-tit{
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.subpages-news-tit li{
	float: left;
	margin-right: 20px;
}
.subpages-news-tit li a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
}
.subpages-news-tit li a:hover,#curnews{
	background: #ff7100;
	color: rgba(255,255,255,1.0);
}
.news-search {
    width: 1300px;
    height: auto;
    background: #222;
    overflow: hidden;
    padding: 20px;
    margin: 50px auto;
	color: rgba(255,255,255,0.80);
}
.news-search strong{
    font-size: 18px;
}
.news-search-box1 {
    width: 250px;
    height: 32px;
    border: rgba(255,255,255,0.80) solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
	background: rgba(255,255,255,0.80);
}
.news-search-box2 {
    width: 250px;
    height: 36px;
    border: rgba(255,255,255,0.80) solid 1px;
    text-indent: 0.5rem;
    color: 666;
    margin-right: 10px;
    font-family: "Poppins-Regular";
    vertical-align: middle;
	background: rgba(255,255,255,0.80);
}
.news-search-box3 {
    width: 80px;
    height: 34px;
    border: 0;
    color: #666;
    background: rgba(255,255,255,0.80);
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}
.focus-news{
    width: 1380px;
    height: auto;
    margin: 0 auto 80px auto;
    overflow: hidden;
}
.focus-news figure{
    width: 380px;
    height: auto;
    float: left;
    margin-right: 40px;
	margin-bottom: 40px;
    overflow: hidden;
	padding: 20px;
	background: #222;
    
}
.focus-news figure h3{
	overflow: hidden;
}
.focus-news figure img{
    transition: all .4s ease-in-out;
}
.focus-news figure img:hover{
    transform: scale(1.10);
}
.focus-news figcaption{
	padding: 15px 0;
	text-align: center;
}
.focus-news figcaption h1{
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,0.80);
    margin: 5px auto;
    line-height: 200%;
	text-align: left;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; 
}
.focus-news figcaption h1 a{
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
}
.focus-news figcaption h1 a:hover{
	color: #ff7100;
}
.focus-news figcaption h2{
    font-size: 14px;
    color: #999;
    background: url("../images/icon-date.png") no-repeat left center;
    text-indent: 1.2rem;
    margin: 5px auto;
	text-align: left;
}
.focus-news figcaption p{
   display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; 
   color: rgba(255,255,255,0.80);
}
.subpages-newsinfo-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subpages-newsinfo{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.newsinfo-left{
    width: 900px;
    height: auto;
    float: left;
    background: #222;
    padding: 40px;
}
.newsinfo-left h1{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 160%;
	color: rgba(255,255,255,0.80);
}
.newsinfo-left h2{
    color: #999;
}
.newsinfo-left h2 img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.newsinfo-left h2 span{
    margin-right: 20px;
}
.newsinfo-left-txt{
    margin: 30px auto;
    overflow: hidden;
	color: rgba(255,255,255,0.80);
}
.newsinfo-left-txt p{
    margin: 20px auto;
}
.newsinfo-right{
    width: 290px;
    height: auto;
    float: right;
}
.newsinfo-more{
    width: 100%;
    height: auto;
}
.newsinfo-more li{
    width: 250px;
    height: auto;
    min-height: 130px;
    float: left;
    background: #222;
    padding: 20px;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}
.newsinfo-more li h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
	color: rgba(255,255,255,0.80);
}
.newsinfo-more li h3{
    color: #999;
}
.newsinfo-more li p{
    line-height: 160%;
    margin-bottom: 5px;
	color: rgba(255,255,255,0.60);
}
.newsinfo-more li:hover{
    background: #ff7100;
    color: #fff;
}
.newsinfo-more li:hover h3{
    color: rgba(255,255,255,0.80);
}
.newsinfo-share{
    width: 250px;
    height: auto;
    padding: 20px;
    background: #222;
    float: left;
}
.newsinfo-share h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.newsinfo-share h3{
    margin-top: 0;
}
.newsinfo-share h3 a{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,0.20);
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .4s ease-in-out;
}
.newsinfo-share h3 a:hover{
    background: #ff7100;
    color: #fff;
}

/*人才招募*/
.subpages-joinus-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-joinus{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-joinus-tit{
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.subpages-joinus-tit li{
	float: left;
	margin-right: 20px;
}
.subpages-joinus-tit li a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
}
.subpages-joinus-tit li a:hover,#curjoinus{
	background: #ff7100;
	color: rgba(255,255,255,1.0);
}
.subpages-joinus-txt{
    width: 100%;
    height: auto;
    margin: 60px auto;
    overflow: hidden;
	color: rgba(255,255,255,0.80);
}

/*招贤纳士*/
.subpages-jobs{
    width: 1340px;
    margin: 50px auto;
    overflow: hidden;
    padding: 0 20px;
}
.subpages-jobs li{
    width: 570px;
    height: 380px;
    float: left;
    background: #222;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 30px;
}
.subpages-jobs li h2{
    font-size: 26px;
    padding: 5px 0;
    position: relative;
    margin-bottom: 30px;
	color: rgba(255,255,255,1.0);
}
.subpages-jobs li h2:before{
    width: 80px;
    height: 2px;
    background: #ff7100;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
}
.subpages-jobs li h3{
    width: 100%;
    height: 240px;
    overflow-y: scroll;
    color: rgba(255,255,255,0.60);
}
#scrollbar1 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
#scrollbar1 ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}
 
#scrollbar1 ::-webkit-scrollbar-thumb {
    background-color: #ff7100;
    border-radius: 5px;
}

#scrollbar1 ::-webkit-scrollbar-corner {
}
.subpages-jobs li strong{
    font-size: 18px;
    color: rgba(255,255,255,0.80);
    margin-top: 20px;
    display: inline-block;
}
.subpages-jobs li h4{
    margin-top: 25px;
}
.subpages-jobs li h4 a{
    color: #ff7100;
}
.subpages-joinus li h4 a:hover{
    color: #fff;
}
.subpages-jobs li h4 img{
    margin-right: 0px;
}

/*加盟合作*/
.subpages-chain-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-chain-bar1-container{
	width: 100%;
	height: auto;
	background: linear-gradient(to right,#171717,#242424);
	margin: 0 auto;
	overflow: hidden;
}
.subpages-chain-bar1{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.nTab1{width:100%; border:0; overflow:hidden; }
.none {display:none;}
.nTab1 .TabTitle{width:1470px; height:auto; margin: 0 auto; overflow:hidden; }
.nTab1 .TabTitle li{float:left; cursor:pointer; height:66px; line-height: 66px; width:360px; text-align:center; margin-right: 130px; margin-bottom: 30px; }
.nTab1 .TabTitle li a{text-decoration:none;}
.nTab1 .TabTitle .active{line-height:64px; background: #42250d; color: #ff7100; border: #42250d solid 1px; font-size: 30px; box-sizing: border-box; }
.nTab1 .TabTitle .normal{line-height:64px; font-size: 30px; border: rgba(255,255,255,0.20) solid 1px; box-sizing: border-box; color: rgba(255,255,255,0.40); }
.nTab1 .TabContent{clear:both; overflow:hidden; }
.nTab-content1-container{
	width: 100%; 
	height: auto; 
	overflow: hidden;
	background: #4d4d4d;
	position: relative;
}
.nTab-content1-container:before{
	width: 120px;
	height: 4px;
	background: #ff7100;
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	transform: translateX(-50%);
}
.nTab-content1{
	width: 1362px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;	
}
.nTab-content1 figure{
	width: 432px;
	height: auto;
	float: left;
	margin-right: 22px;
	position: relative;
	background: #000;
	border: #a84200 solid 4px;
	border-left: 0;
	border-right: 0;
}
.nTab-content1 figcaption{
	position: absolute;
	top: 30%;
	left: 40px;
}
.nTab-content1 figcaption h2{
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}
.nTab-content1 figcaption p{
	color: #959595;
	font-size: 18px;
	font-weight: bold;
}
.nTab-content1 figure img{
	opacity: 0.15;
}
.nTab-content2-container{
	width: 100%; 
	height: auto; 
	overflow: hidden;
	background: #4d4d4d;
	position: relative;
}
.nTab-content2-container:before{
	width: 120px;
	height: 4px;
	background: #ff7100;
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	transform: translateX(-50%);
}
.nTab-content2{
	width: 1360px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;	
}
.nTab-content2 figure{
	width: 660px;
	height: auto;
	float: left;
	margin-right: 20px;
	position: relative;
	background: #000;
	border: #a84200 solid 4px;
	border-left: 0;
	border-right: 0;
}
.nTab-content2 figcaption{
	position: absolute;
	top: 30%;
	left: 40px;
}
.nTab-content2 figcaption h2{
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}
.nTab-content2 figcaption p{
	color: #959595;
	font-size: 18px;
	font-weight: bold;
}
.nTab-content2 figure img{
	opacity: 0.15;
}

.subpages-chain-bar2{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-chain-bar2-tit{
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 60px auto;
}
.subpages-chain-bar2-tit li{
	float: left;
	margin-right: 20px;
}
.subpages-chain-bar2-tit li a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
}
.subpages-chain-bar2-tit li a:hover,#curchain{
	background: #ff7100;
	color: rgba(255,255,255,1.0);
}
.subpages-chain-txt{
	width: 1180px;
	height: auto;
	background: #eeefef;
	overflow: hidden;
	padding: 80px;
	position: relative;
}
.subpages-chain-txt:before{
	width: 100%;
	height: 2px;
	background: #ff7100;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
}
.subpages-chain-txt:after{
	width: 100%;
	height: 2px;
	background: #ff7100;
	position: absolute;
	bottom: 10px;
	left: 0;
	content: '';
}

.subpages-chain-bar3{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.nTab2{width:100%; border:0; overflow:hidden; }
.none {display:none;}
.nTab2 .TabTitle{width:300px; height:auto; margin: 0 auto; overflow:hidden; }
.nTab2 .TabTitle li{float:left; cursor:pointer; height:40px; line-height: 40px; width:130px; text-align:center; margin-right: 20px; margin-bottom: 30px; }
.nTab2 .TabTitle li a{text-decoration:none;}
.nTab2 .TabTitle .active{line-height:40px; background: #ff7100; color: rgba(255,255,255,1.0); border: 0; font-size: 16px; box-sizing: border-box; }
.nTab2 .TabTitle .normal{line-height:40px; font-size: 16px; border: 0; box-sizing: border-box; color: rgba(255,255,255,0.80); background: #222; }
.nTab2 .TabContent{clear:both; overflow:hidden; }

/*联系方式*/
.subpages-cont-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.subpages-cont{
	width: 1340px;
	height: auto;
	margin: 80px auto;
	overflow: hidden;
}
.subpages-cont-tit{
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.subpages-cont-tit li{
	float: left;
	margin-right: 20px;
}
.subpages-cont-tit li a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #222;
	color: rgba(255,255,255,0.80);
	transition: all .4s ease-in-out;
}
.subpages-cont-tit li a:hover,#curcont{
	background: #ff7100;
	color: rgba(255,255,255,1.0);
}
.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
	margin: 60px auto;
	background: #222;
	color: rgba(255,255,255,0.80);
	padding: 2%;
	box-sizing: border-box;
}
.contact-left{
    width: 50%;
    height: auto;
    float: left;
    padding: 2%;
	box-sizing: border-box;
}
.contact-left h2{
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0;
    line-height: 140%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.contact-left h2:before{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.20);
    position: absolute;
    left: 0;
    bottom: -1.0vh;
    content: '';
}
.contact-left-txt{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.contact-left-txt p{
    margin: 10px auto; 
    border-bottom: rgba(255,255,255,0.20) dotted 1px; 
    padding-bottom: 12px;
    font-size: 16px;
    overflow: hidden;
}
.contact-right{
    width: 50%;
    height: auto;
    float: right;
    background: url("../images/map.jpg") no-repeat center center #222;
	background-size: cover;
}

/*留言反馈*/
.feedback{
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 60px auto;
	background: #222;
	color: rgba(255,255,255,0.80);
	padding: 2%;
	box-sizing: border-box;
}
.feedback h2{
	margin-bottom: 40px;
	color: rgba(255,255,255,0.80);
	text-align: left;
}
.feedback-bar1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.feedback-bar1-left {
    width: 49%;
    height: auto;
    float: left;
}
.feedback-bar1-left p>input {
    width: 100%;
    height: 50px;
	color: #fff;
    border: 0;
	background: rgba(255,255,255,0.20);
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.feedback-bar1-left p>input::placeholder{
	color: rgba(255,255,255,0.80);
}
.feedback-bar1-left p>select {
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-size: 16px;
	background: rgba(255,255,255,0.20);
}
.feedback-bar1-right {
    width: 49%;
    height: auto;
    float: right;
}
.feedback-bar1-right h5{
    line-height: 50px;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.20);
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    font-size: 16px;
}
.feedback-bar1-right p>input {
    width: 100%;
    height: 50px;
    border: 0;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-size: 16px;
	background: rgba(255,255,255,0.20);
}
.feedback-bar1-right p>input::placeholder{
	color: rgba(255,255,255,0.80);
}
.feedback-bar2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.feedback-bar2>textarea {
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    margin: 15px auto;
    padding: 0.5%;
    color: rgba(255,255,255,0.80);
    font-size: 16px;
	background: rgba(255,255,255,0.20);
}
.subpages-feedback h4 {
    padding: 10px 0;
}
.feedback h1 {
    text-align: center;
    margin-bottom: 30px;
}
.feedback h1>input {
    width: 120px;
    height: 44px;
    text-align: center;
    border: 0;
    background: #000;
    color: rgba(255,255,255,0.80);
    margin: 0 5px;
    cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	transition: all .4s ease-in-out;
}
.feedback h1>input:hover {
    background: #ff7100;
	width: 160px;
}














/*==========以下样式为移动端==========*/

/*头部*/
.sp_header{height:60px; overflow:hidden; background: #0e0e0e; position:fixed; z-index:110; width:100%; box-shadow: 0 3px 3px rgba(0,0,0,0.05); display: none; }
.sp_language{padding:0;float:left;height:60px; line-height: 60px; text-transform: uppercase; text-align: right; position: absolute; right: 50px; bottom: -1px; font-size: 1.0rem;}
.sp_language a{color: #999;}
.sp_logo{padding:0;float:left;height:60px; padding:0 1%; box-sizing: border-box;}
.sp_logo a{color: #fff;}
.sp_logo img{margin:auto; width: auto; height: 60px;}
.sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:30px;margin-top:22px;}
.sp_nav span{display:block;background:#ff7100; width:24px; height:3px; position:absolute; left:25px; transition:all ease 0.35s; }
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:7px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:7px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#272727;width:100%;height: calc(100% );font-size:0.9rem;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display: none; }
.nav_show{top:40px}
.sjj_nav>ul>li:first-child{overflow:hidden;}
.sjj_nav>ul>li:first-child>a{float:left;width: calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:98%;overflow:hidden;line-height:40px;margin-top:21px; padding-right: 2%; }
.sjj_nav>ul>li:first-child .language h2{width: 82%; height: auto; float: left; vertical-align: middle; }
.sjj_nav>ul>li:first-child .language h2>input{width: 100%; height: 32px; border: 0; background: #fff; box-sizing: border-box; text-indent: 0.5rem; color: #666; vertical-align: middle; }
.sjj_nav>ul>li:first-child .language h2>input::placeholder{font-family: "Poppins-Regular"; text-transform: capitalize; color: #999; }
.sjj_nav>ul>li:first-child .language h3{width: 18%; height: auto; float: left; vertical-align: middle; }
.sjj_nav>ul>li:first-child .language h3>input{width: 100%; height: 30px; border: 0; background: #ff7100; color: #fff; text-transform: uppercase; vertical-align: middle; font-size: 0.8rem; }
.sjj_nav>ul>li:first-child .language img{width: 70%; }
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px rgba(255,255,255,0.10) solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px rgba(255,255,255,0.10) solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px rgba(255,255,255,0.10) solid;margin-left:20px;position:relative;line-height:50px;font-size:1.0rem;}
.sjj_nav>ul >li:last-child{border-bottom:1px rgba(255,255,255,0.10) solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:rgba(255,255,255,0.80);width:80%; display: block; text-transform: uppercase; font-weight: bold; font-size: 1.0rem;}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; text-transform: capitalize; font-weight: normal;}
.sjj_nav ul li i svg{width:29px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ff7100}
.sjj_nav ul li ul li>ul{margin-left:10px}
.h5-search{width: 100%; height: auto; overflow: hidden; margin: 15px auto; }
.h5-search h2{width: 84%; height: auto; float: left; }
.h5-search h2>input{width: 100%; height: 30px; border: #e5e5e5 solid 1px; box-sizing: border-box; text-indent: 0.5rem; color: #999; }
.h5-search h3{width: 13%; height: auto; float: right; padding-right: 2%; }
.h5-search h3>input{width: 100%; height: 26px; border: 0; background: #555666; color: #fff; }

.h5-lau{
    width: 30px;
    height: 50px;
    padding:  0;
    text-align: left;
    margin-left: 20px;
}
.h5-lau h5{
    width: 20px;
    height:20px;
    background: url("../images/language_icon_2.gif") no-repeat center right #df4800;
    background-size: cover;
    border-radius: 100%;
    margin-top: 13px;
    display: inline-block;
    float: left;
}
.h5-lau h6{
    width: 10px;
    height: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    float: right;
}
#menu ul li span{
    font-weight: normal;
    margin-right: 10px;
}

#menu ul li span a{
    display: inline-block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #00405e;
    color: #fff; 
    text-indent: 0;
    font-size: 12px;
}

#menu ul li a {
    display: block;
    line-height: 3.0rem;
    font-size: 1.0rem;
    background: #000;
    color: #ddd;
    ransition: all .4s ease-in-out
}

#menu ul li a.it {
    background: url(../images/jia.png) no-repeat center right #000;
    background-size: contain;
    transition: all .4s ease-in-out;
}

#menu ul li dl {
    background: #222;
    overflow: hidden;
    display: none;
}

#menu ul li dl dd a {
    background: #222;
    overflow: hidden;
    border-top: solid 1px #333;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.3rem;
    padding: 15px 0;
    text-transform: capitalize;
    color: #b4b4b4;
}

#close {
    position: absolute;
    margin-right: 0%;
    width: 3rem;
    height: 3rem;
    background: #df4800 url("../images/icon-close.png") no-repeat 50% 50%;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    transition: margin 0.5s;
    font-size: 22px;
}

.li-icon {
    width: 12%;
    margin-right: 10px;
    margin-bottom: 5px;
}

/*底部*/
#h5-footer-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.45);
}
.h5-footer {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}
.h5-footer li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 4%;
    box-sizing: border-box;
}
.h5-footer li h2{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h2 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.0rem;
    text-align: center;
    background: #ff9f26;
}
.h5-footer li h3{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h3 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.0rem;
    text-align: center;
    background: #e60012;
}

/*内页导航*/
.header{
    position:relative;
    height:auto; 
    background:#009fe8; 
    display: none;
}
.h5-right-tit{
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.h5-right-tit-left{
    width:86%; 
    height:50px; 
    line-height:50px; 
    float:left;  
    color:#fff; 
    text-align:left; 
    text-indent:1.0rem; 
    font-size:1.1rem; 
    background:#004da0; 
    font-weight: bold;
}
.h5-right-tit-right{
    width:14%; 
    height:50px; 
    float:right; 
}

/*内页导航菜单（新）*/
.list {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.list ul li {
    background: #222;
    border-bottom: rgba(255,255,255,0.10) solid 0px;
    margin-bottom: 0;
    line-height: 50px;
}

.list ul li a {
    color: rgba(255,255,255,0.80);
    font-size: 1.0rem;
    text-indent: 1.0rem;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: all.4s ease-in-out;
    text-transform: uppercase;
}
.list ul li .inactive {
    background: url(../images/off.png) no-repeat 95% center;
    font-size: 1.2rem;
}

.list ul li .inactives {
    background: url(../images/on.png) no-repeat 95% center;
}
.list ul li ul{display: none;}
.list ul li ul li {background:#222; border-top: rgba(255,255,255,0.10) solid 1px; }
.list ul li ul li ul{display: none;}
.list ul li ul li a{ text-indent: 1.0rem; font-weight: normal; font-size: 1.0rem; }






/*翻页*/
.subpages-pages{
    width: 1340px;
    height: auto;
    margin: 20px auto 80px auto;
    overflow: hidden;
}
.subpages-pages li{
    display: block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: center;
    border: #222 solid 1px;
    margin-right: 10px;
    transition: all .4s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    background: #222;
    font-family: "Poppins-Regular";
}
.subpages-pages li:hover,#onthis{
    display: block;
    background: #ff7100;
    border: #ff7100 solid 1px;
    color: #fff;    
}

