/* CSS Document */
*, ::after, ::before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
html {	-webkit-text-size-adjust: 100%;	font-size: 14px;}
body {
    background: #fff;
	/* -webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; */
	overflow-x: hidden;
	color: #333;
	line-height:1.8;
}
h1, h2, h3, h4, h5,h6 {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;	padding: 0;	margin: 0;}
input, textarea,pre{font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
input, textarea {margin: 0;	padding: 0;	outline: 0;	-webkit-appearance: none;	border-radius: 0;}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/select.gif) no-repeat scroll 98% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {display: none;}
a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
 /* 去掉链接触摸高亮 */
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
:focus, a:focus {outline: none;	-moz-outline: none;}
table, td, th {	border-collapse: collapse;	border-spacing: 0;}
.ul, .ul li {list-style: none;}
hr {margin: 0;padding: 0;border: 0;	color: #000;background-color: #000;	height: 1px}
img {border: none;vertical-align: middle;
transition:all .3s ease;
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease; 
	-o-transition:all .3s ease; 
}
.Ispic {background-repeat: no-repeat;background-position: center center;background-size: cover;}
pre {white-space: pre-wrap;	white-space: -moz-pre-wrap;	white-space: -pre-wrap;	white-space: -o-pre-wrap;word-wrap: break-word;	margin: 0;text-align: justify;text-justify: inter-ideograph;}
.clear {clear: both;height: 0px;font-size: 0px;	line-height: 0px;overflow: hidden;	zoom: 0;}
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {	zoom: 1;}
/*单行文本省略号*/
.dot {	display: block;	overflow: hidden;	white-space: nowrap;text-overflow: ellipsis;}
.dot2, .dot3, .dot4 {display: -webkit-box;	display: box;overflow: hidden;	text-overflow: ellipsis;	word-break: break-all;	-webkit-box-orient: vertical;}
.dot2 {	-webkit-line-clamp: 2;}
.dot3 {	-webkit-line-clamp: 3;}
.dot4 {	-webkit-line-clamp: 4;}
.wow {visibility: hidden;}
.img-c{
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; align-content:center; flex-direction: row;flex-wrap: wrap;
}
.img-c>img{width: 100%; height:100%; object-fit: cover;}



@font-face{font-family:'yingwen';src:url('font/CAI978.ttf');}

@keyframes change1{
	0% {
		right:400px; top:95px;
		width: 200px;
		height: 270px;
		background-color:rgba(160,160,160,.8);
	}

	50% {
		right:365px; top:180px;
		width: 270px;
		height: 100px;
		background-color: rgba(26,44,120,.7);
	}
	100% {
		right:400px; top:95px;
		width: 200px;
		height: 270px;
		background-color:rgba(160,160,160,.8);
	}
}

@keyframes change2{
	0% {
		width: 255px;
		height: 560px;

	}

	100% {
		left:0;
		width: 1295px;
		height:560px;
	}
}


a,a:visited{ color:#000; text-decoration:none;
transition:all .3s ease;
-moz-transition:all .3s ease; /* Firefox 4 */
-webkit-transition:all .3s ease; /* Safari and Chrome */
-o-transition:all .3s ease; /* Opera */
}
a:hover{ color:#1a1e79; text-decoration:none;}
.text-big{ text-transform:uppercase;}
.f-c-0260aa{color:#0260aa;}
.my-c-f9c385{ color:#f9c385;}
.my-c-898887{ color:#898887;}
.my-c-006661{color:#1a1e79;}
.my-c-e70012{color:#e70012;}
.my-c-ccc{color:#ccc;}
.my-c-red{color:red;}
.my-c-b8b5b5{color:#b8b5b5;}
.my-fontn{ font-weight:normal !important;}
.my-textl-5{ letter-spacing:5px;}
.my-hide{ display:none;}
.my-p-2{ line-height:25px; font-size:16px; color:#545454; }
.my-p-05{padding-left:.5rem; padding-right:.5rem;}
.my2-plr-0{padding-left:0; padding-right:0;}
.my-line{ border-bottom:0; border-top:1px solid #CCC;}
.my-pt-0{ padding-top:0;}
.my-pt-5{padding-top:5px !important;}
.my-pb-50{padding-bottom:50px;}
.my-pt-50{padding-top:50px;}

.myc-pt-50{padding-top:50px;}
.my-pl-50{ padding-left:50px;}
.my-pr-50{ padding-right:50px;}
.my-pt-60{ padding-top:60px;}
.myc-pb-50{padding-bottom:50px;}
.myc-pb-60{ padding-top:50px;}
.myc-pb-10{padding-bottom:10px;}
.my-pt-80{ padding-top:80px;}
.myc-pt-80{padding-top:90px;}
.my-pt-60imp{ padding-top:60px !important;}
.my-pb-60{ padding-bottom:60px;}
.my-pb-0{padding-bottom:0;}
.my-pb-100{ padding-bottom:100px;}
.my-plr-30,.my-plr-30a{ padding-left:30px; padding-right:30px;}
.my-plr-0{ padding-left:0; padding-right:0;}
.my-ptb-40{ padding-top: 40px; padding-bottom: 40px;}
.my-pt-40{padding-top:40px;}
.my-pl-0{ padding-left:0;}
.my-pr-0{ padding-right:0;}
.myc-pr-30{padding-right:30px;}
.my-mt-60{margin-top:60px;}
.my-mt-120{margin-top:120px;}
.my-mt-0{ margin-top:0;}
.my-mt--5{margin-top:-5px;}
.my-mt--10{margin-top:-10px;}
.my-mb-0{ margin-bottom:0;}
.my-mb-60{ margin-bottom:60px;}
.my-f-14{ font-size:14px;}
.my-fontw{ font-weight:bold;}
.my-fontc{text-align:center;}
.my-f-26{ font-size:26px;}
.my-f-80{font-size: 80px; font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;}
.plr-6{padding-left: 6px; padding-right: 6px;}
.my-f-j{text-align: justify;}
.my-fontf-Arial{ font-family:Arial,Sans-Serif;}
.my-over-hi{ overflow: hidden;}
.flex-cb{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:end;
	display: flex; justify-content: center; align-items:baseline; flex-direction: row;
}
.flex-c{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;
}
.flex-nc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;
}
.flex-ntc{ 
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: nowrap;
}
.flex-lt{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: wrap;
}
.flex-lc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:start; -webkit-box-align:center;flex-wrap: wrap;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row;
}
.flex-ylc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-lb{ 
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:end;
	display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: row;
}
.flex-bc{ 
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:center; -webkit-box-orient:horizontal; -webkit-box-lines:word-wrap;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-nbc{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:center;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-rc{ 
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:end; -webkit-box-align:center;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row;
}
.flex-ct{ 
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:horizontal;
	display: flex; justify-content:center; align-items:flex-start; flex-direction: row;
}
.flex-rcn{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: center; -webkit-box-lines:word-break; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-hc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align: center; 
	display: flex; justify-content: center; align-items:center; flex-direction:column;
}
.flex-hlc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:center;
}
.flex-hbc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:justify; -webkit-box-align:center;
	display: flex; justify-content:space-between; align-items:center; flex-direction:column;
}



.flex-htl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:flex-start;
}
.flex-hbl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:end; -webkit-box-align:start;
	display: flex; justify-content: flex-end; align-items:flex-start; flex-direction:column;align-content:flex-end;
}
.flex-hrc{
	display: -webkit-box; -webkit-box-pack:center; -webkit-box-align:end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:center;
}
.flex-hlb{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align: center; -webkit-box-orient:vertical;
	display: flex; justify-content: space-between; align-items:center; flex-direction:column;align-content:flex-start;
}
.flex-hrb{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:flex-end;
}
.flex-nlt{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: nowrap;
}
.flex-nlc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-lines:word-break; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-htc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:vertical;
	display: flex; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;
}
.flex-rb{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: end; -webkit-box-orient:horizontal;
	display: flex; justify-content: flex-end; align-items:flex-end; flex-direction:row;
}
.flex-bt{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:start; -webkit-box-lines:word-wrap;
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: wrap; align-content:flex-start;
}
.flex-nbt{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:start; 
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: nowrap;
}
.flex-nrc{
	display: -webkit-box; -webkit-box-pack:center; -webkit-box-align: end; -webkit-box-lines:word-break;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;
}

.my-move{
transition:all .3s ease;
-moz-transition:all .3s ease; /* Firefox 4 */
-webkit-transition:all .3s ease; /* Safari and Chrome */
-o-transition:all .3s ease; /* Opera */
}
@keyframes my-movelr1{
	 0% {
		 margin-left: 10px;
	 }
	 50% {
		 margin-left: 0;
	 }
	 100% {
	 	 margin-left: 10px;
	 }
}	

.nostart{
	visibility: hidden; animation-name: none;
}
.nodata{ text-align:center; font-size: 16px;}
.nodata i{font-size: 18px;}

.dong{
transition:all .2s;
-moz-transition:all .2s; /* Firefox 4 */
-webkit-transition:all .2s; /* Safari 和 Chrome */
-o-transition:all .2s; /* Opera */}

.dong1{
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari 和 Chrome */
-o-transition:all .5s; /* Opera */}

.text-overflow{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 1;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space:pre-wrap;}
.text-overflow2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 2;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space:pre-wrap;}
.text-overflow3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 3;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space:pre-wrap;}
.text-overflow5{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 5;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.text-overflow6{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 6;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

.block1{width: 100%; height: 50px; margin-top: 70px; display: block;}


body{font-family:'Microsoft YaHei','SimSun',Arial,Sans-Serif; color:#414141;} /*有用*/
body.first{overflow: hidden;}
div{ box-sizing:border-box;}

body::-webkit-scrollbar{ width:10px;}
body::-webkit-scrollbar-track{background: #999;border-radius:2px;}
body::-webkit-scrollbar-thumb{background: #333;border-radius:10px;}
body::-webkit-scrollbar-thumb:hover{background: #333;}
body::-webkit-scrollbar-corner{background: #333;}

/* 公共样式 */
.index_title1{ position: relative;}
.index_title1 h2{ font-size: 34px; font-weight: bold; padding-bottom: 0;}
.index_title1 p{ font-size: 18px; color: #666}
.index_title1 a.more{ color: #666666; position: absolute; right:0; top: 10px; max-width: 200px; transition: 0.3s; font-size:16px; z-index: 2; height:40px;}
.index_title1 a.more:before{content: ''; position:absolute; display: block; width:65px; height: 100%; transition: 0.3s; z-index: 1;border-bottom: solid 1px #ccc;}
.index_title1 a.more:hover:before{width: 100%; border-bottom-color: #1a1e79; border-bottom-width: 2px;}
.index_title1 a.more:hover{color: #1a1e79; font-weight: bold;}
.index_title1 a.more i{font-size: 18px;}

/* .index_title1 a.more:hover{ border-bottom: none}
.index_title1 a.more:hover:before{transform:skew(-30deg); background-color: #c8192a;} */





/*弹出层自定义样式*/
.openLayercss .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 200px;
    top: 0;
    width: 50px;
    height:50px;
    margin-left: 0;
	background: url(/Public/images/close.png) no-repeat center center;
	background-size: 100% 100%;
	
    *right: 200px;
    _display: none;
}
.openLayercss .layui-layer-setwin .layui-layer-close2:hover{
	
	background: url(/Public/images/close_hl.png) no-repeat center center;
	background-size: 100% 100%;
}
.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.8s !important;animation-duration:.8s !important;}

/* 右下解浮动按钮 */
.rfbtn{position: fixed; bottom: 100px; right: 10px; z-index: 50; width:30px;}
.rfbtn2{right: 60px;}
.rfbtn>a{width: 30px; height: 30px; position: relative; display: block; margin-bottom:5px;}
.rfbtn>a.weixin{}
.rfbtn>a.phone{}
.rfbtn a>img,.rfbtn>a>div.more>ul>li>img{width: 30px; height: 30px;
/* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity:.7; filter:Alpha(opacity=70); */
}
/* .rfbtn2 a>img,.rfbtn2>a>div.more>ul>li>img{width: 35px; height: 35px;
	 filter: brightness(100);
}
.rfbtn a:hover>img,.rfbtn>a>div.more>ul>li:hover>img{
	-webkit-filter: grayscale(0);
	    -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	    -o-filter: grayscale(0);
	    filter: grayscale(0);	
		opacity:1; filter:Alpha(opacity=100);
} */


.rfbtn>a>div{display:none; position: absolute; top: 0; right:40px;}
.rfbtn>a.phone>div{right: 30px;}
.rfbtn>a:hover>div{display: block;}
.rfbtn>a>div img{width: 110px;}
.rfbtn>a>div.tel1{background-color: #1a1e79; color: #fff; font-size: 20px; line-height:35px; text-align: center; width: 230px;}

.rfbtn>a>div.more{width:500px;  right: 35px;}
.rfbtn>a>div.more>ul{padding-right: 10px;position: relative;}
.rfbtn>a>div.more>ul>li{width: 35px; height: 35px; position: relative; display: block; margin:0 5px}
.rfbtn>a>div.more>ul>li>div{display:none; position: absolute; top: -115px; right:0;}
.rfbtn>a>div.more>ul>li>div>img{width: 110px !important;}
.rfbtn>a>div.more>ul>li:hover>div{display: block;}
.rfbtn>a.my-sound{ background-color: #515151; overflow: hidden; border-radius: 5px;}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.my-sound img.playsound{
-webkit-transform: rotate(360deg);
animation: rotation 3s linear infinite;
-moz-animation: rotation 3s linear infinite;
-webkit-animation: rotation 3s linear infinite;
-o-animation: rotation 3s linear infinite;
}





/* 内页头部与尾部 */
.inpagetop{text-align: center; padding: 40px 0 20px 0;}
.inpagetop>div{position: relative; text-align: center;}
.inpagetop .nav{position:absolute; right: 0; top: 25px;}
.inpagetop .nav .dropDown_A i{font-size: 30px;}
.inpagetop .dropDown_hover:hover{background-color:transparent;}
.inpagetop .nav .dropDown_A{
	transition:all .3s ease;
	-moz-transition:all .3s ease; /* Firefox 4 */
	-webkit-transition:all .3s ease; /* Safari and Chrome */
	-o-transition:all .3s ease; /* Opera */
}
.inpagetop .nav .open .dropDown_A{
	transform:rotate(90deg) !important;
	-ms-transform:rotate(90deg) !important; 	/* IE 9 */
	-moz-transform:rotate(90deg) !important; 	/* Firefox */
	-webkit-transform:rotate(90deg) !important; /* Safari 和 Chrome */
	-o-transform:rotate(90deg) !important; 	/* Opera */
}
.inpagetop .dropDown-menu{margin-left: -40px;}
.inpagetop img{}


.inpagefoot{text-align: center; padding: 30px 0 20px 0; z-index: 100;}
.inpagefoot2{position: fixed; left: 0; bottom: 0; width: 100%;}

.inpagefoot>div{position: relative;}
.inpagefoot>div .select{
  width: 140px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  padding-right: 50px;
  padding-left: 10px;
  background:transparent url(../images/select_hl.png) no-repeat right center;
  background-size:30px auto;
  height: 30px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: -10px;
  
}


.foot-2 .select{
  width: 140px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #b7b7b7;
  padding-right: 50px;
  padding-left: 10px;
  background:#252525 url(../images/select.png) no-repeat right center;
  background-size:30px auto;
  height: 30px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: -10px;
}

.zwLeft{min-height: 750px; width: 70%; position: relative;}
.zwLeft img{max-width: 100%;}



/* 全站页头 */
.header.container-fluid{background-color:rgba(255,255,255,1);height: 70px; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; padding: 0;}

.header-2{width: 100; height: 70px; box-sizing: border-box;background-color: #4d4f53;position: relative;}

.my-navbar{ height:70px; padding:0;font-size: 18px; }
.my-navbar>div{ box-sizing:border-box;padding:0;text-align: center;height:70px; flex: 1 1 auto;}
.my-navbar>div>a{display:block; overflow: visible;line-height:70px; color:#fff;}
.my-navbar>div>a.active,.my-navbar>div>a.on{background-color: #1a1e79;color: #fff;}


.my-navbar .logo{padding: 0 50px;}
.my-navbar .logo img{ height:45px; width: auto;}
.my-navbar .logo>a:hover{background-color: transparent;}

.my-navbar>div .item{display:none;position: absolute;top:70px; left: 0;  width:100%; background-color:rgba(255,255,255,1); box-sizing: border-box; padding: 20px 30px 5px 30px;}
.my-navbar>div .item>div{width:100%;}
.my-navbar>div .item .left{width:20%; flex-shrink: 0; padding-right: 50px; box-sizing: border-box; border-right: 1px solid #1a1e79;  margin-bottom: 30px;}

.my-navbar>div .item .left h1{color: #1a1e79; text-align: left; font-size: 24px; font-weight: bold;} 
.my-navbar>div .item .left p{text-align: left; font-size: 16px; margin: 10px 0 0 0;}
.my-navbar>div .item .oneclass{width: 80%; box-sizing: border-box; padding-left:50px;}
.my-navbar>div .item .oneclass a{text-align: left; font-size: 16px; position: relative;width:160px;box-sizing: border-box; margin-right:20px; border-bottom: 1px solid #1a1e79; border-right: 0; margin-top: 15px; margin-bottom: 15px;}
.my-navbar>div .item .oneclass a:last-child{margin-right: 0;}
.my-navbar>div .item .oneclass a .img{width: 160px; height: 107px; overflow: hidden;}
.my-navbar>div .item .oneclass a .img img{width: 100%;}
.my-navbar>div .item .oneclass a:hover .img img{transform:scale(1.1);}
.my-navbar>div .item .oneclass a h2{ line-height: 35px; font-size: 16px;}
.my-navbar>div.sbtn i{font-size: 25px;}

.searchArea{position: absolute; top: 0; left: 0; z-index: 220; width:100%; height: 70px; background-color: rgba(26, 25, 21, 1);display: none; padding:0 !important; float: unset !important; flex: unset !important;}
.searchArea .main{width: 100%; height: 100%;}
.searchArea .mainIn{width:100%; height: 100%;}
.searchArea .mainIn .iclose{color: #eee; width: 50px; cursor: pointer;}
.searchArea .mainIn .iclose i{font-size: 25px; color: #eee;}
.searchArea .mainIn .iclose:hover i{color: #fff;}
.searchArea .mainIn input[type=text]{width: 500px; height: 45px; padding:5px 20px; border: 1px solid #fff; box-sizing: border-box; border-radius: 6px 0 0 6px; border-right: 0;  font-size: 16px;}
.searchArea .mainIn input[type=button]{width:100px; flex-shrink: 0; height: 45px; color: #fff; background-color:#000; padding:5px 20px;box-sizing: border-box; border-radius:0 6px 6px 0;border: 0; font-size: 14px; cursor: pointer; letter-spacing: 10px; font-size: 16px; margin-right: 60px;}
.searchArea .mainIn form input{display: block;}


/*内页页头广告*/
.inpage-banner {
  position: relative;
  padding: 0;
}
.inpage-banner .img{max-height:300px; width: 100%; *width:300px; overflow: hidden; }
.inpage-banner img {
  width: 100%;
}
.inpage-banner .ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-weight: 800;
  text-align: center;
  max-width: 300px;
  width: 96%;
  padding: 30px 0;
  background-color: rgba(0,0,0,.5);
}
.inpage-banner .ctn h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  font-family: Arial;
  margin-bottom: 25px;
  font-weight: bold;
}
.inpage-banner .ctn h3 {
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  line-height: normal;
  font-weight: bold;
}
.inpage-banner .ctn h3::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/*内页菜单栏*/
.inpage-nav{width: 100%; height: 50px; background-color:#fff; border-bottom: 1px solid #e8e8e8; overflow: visible; z-index: 99;}
.inpage-nav .fenlei{flex-grow: 1;}
.inpage-nav .fenlei>a{margin:0 30px; height: 50px; box-sizing: border-box; line-height: 50px; border-left: 0; font-size: 16px; color: #888;border-bottom:3px solid transparent;overflow: visible; }
.about-nav .fenlei>a{margin: 0 20px;}


.inpage-nav .fenlei>a:last-child{margin-right: 15px;}
.inpage-nav .fenlei>a:first-child{border-left: 0;}
.inpage-nav .fenlei>a:hover{color: #1a1e79; border-bottom:3px solid #1a1e79;}
.inpage-nav .fenlei>a.active{color: #1a1e79; border-bottom:3px solid #1a1e79; font-weight: bold; }
.inpage-navTop{position: fixed; top:70px;left: 0; z-index:20; margin-top: 0;}
.my-daohang{
	font-size: 16px; color: #000; padding:10px 0 10px 45px; position: relative; box-sizing: border-box; flex-shrink: 0; margin-right: 30px;
}
.my-daohang1{width: 100%; margin-top:0; margin-bottom: 30px;}
.my-daohang span{ padding-right: 5px; padding-left: 5px;}
.my-daohang::before{content: ""; width:25px; height: 25px; top:10px; left: 15px; display: block; position: absolute; background: url(/images/jixiangwu.png) no-repeat left center; background-size: 25px 25px;}
.my-daohang a,.my-daohang a:visited{color: #666;}
.my-daohang a:hover{color: #1a1e79;}

.inpage-nav .fenlei-a>a{margin:0 20px;}

/* 公共底部加载样式 */
.load-bottom{width: 100%; height: 80px; display: block; overflow: hidden;}



/*首页-------------------*/
/* 首页----页脚 */
.footer.container-fluid{background-color:rgba(77,79,83,1);height:60px; z-index: 100; width: 100%; padding: 0; border-top: 0 !important;}
.footer2.container-fluid{position: relative; bottom:none; left: none;}
.footer-1{width: 100%; height: 30px;}
.footer-1 a{height:30px; flex: 1 1 auto; line-height:30px; color:#fff; font-size: 16px;}
.footer-1 a.active,.footer-1 a:hover{background-color: #1a1e79;color: #fff;}
.footer-2{width: 100%; height: 30px;color:#fff; text-align: center;  line-height: 26px;}
.footer-2 a,.footer-2 a:visited,.footer-2 a:hover{color: #fff;}
.footer-2>div:nth-child(2){width: 150px; flex-shrink: 0; margin-left:30px;}
.footer-2 .select{
  width: 140px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #b7b7b7;
  padding-right: 50px;
  padding-left: 10px;
  background:#252525 url(../images/select.png) no-repeat right center;
  background-size:25px auto;
  height: 25px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;

}

/* 分享样式 */
.share-btn{width: 100%;}
.share-btn a.sina,.share-btn a.qqZone{cursor: pointer;}

.share-btn .love{width: 35px; height: 35px; padding-right:7px; cursor: pointer; position: relative; }
.share-btn .love span{padding: 2px 5px; border-radius: 50px; position: absolute; top: 0; left: 25px; background-color: #858585; color:#fff; font-size: 10px; line-height: 10px; }
.share-btn .love.on span{background-color: red;}


.share-btn>div img{width:25px; height: 25px;}
.bdshare-button-style1-16 a ,.bdshare-button-style1-24 a{
	background-image: url(/Public/images/icons_1_24.png);
	transition:none;
	-moz-transition:none; /* Firefox 4 */
	-webkit-transition:none; /* Safari and Chrome */
	-o-transition:none; /* Opera */
}
.share-btn .sharewx{padding-top:0; margin-top:0;  }
.share-btn .sharewx_ewm{ width:80px !important; height:80px !important; flex-shrink: 0; margin:5px 0; background-color:#FFF !important; background:url(../images/loading.gif) no-repeat center center; background-size:15px 15px;}



/* 第一屏 */
.index-part1{margin: 70px 0 0 0; padding: 0; cursor: pointer;}
.index-part1.swiper-container,#adSwiper.swiper-container{width: 100%; height: 100%;}
#adSwiper .swiper-slide{ background-position: center center; background-repeat: no-repeat; background-size: auto 100%; height: 640px;}
.ad-bullet{width:12px; height: 12px; background-color:rgba(255,255,255,.3); display:inline-block; position: relative; border-radius:50%; margin: 0 8px; cursor: pointer;}
.ad-bullet-active{ background-color:rgba(26,30,121,.95);}




/*视频背景*/
.fullvideo{z-index: 10; width: 100%; height:100vh; overflow: hidden; background-color: #000; }
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#bg-video-box .banner-center-text .btn-box{
	margin-top: 50px;
}
#bg-video-box .banner-center-text .btn-box .foot-2{margin-top: 20px; color: #9d9d9e; position: relative;}
#bg-video-box .banner-center-text .btn-box .foot-2 a,#bg-video-box .banner-center-text .btn-bo .foot-2 a:hover{color: #9d9d9e;}
.fullvideo video{width: 100%; height: 100%;}


.overlay-div {  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0, 0, 0, .8); /* 半透明黑色背景 */  
    display: flex;  
    justify-content: center;  
    align-items: center;    
	z-index: 15;
}  
 
/*视频背景 end*/

/* 首页第二屏-关于我们 */
.index-part2{padding-top: 50px; padding-bottom: 50px; background-color: rgba(255,255,255,1); background-image: url(/images/about-5.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.index-part2 .container{padding-left: 0; padding-right: 0;}
.index-part2 .swiper-slide{position: relative;}
.index-part2 .swiper-slide img{width: 100%;}
.index-part2 .swiper-slide .con{width: 380px; height: 360px; background-color: rgba(138,138,138,.7); position: absolute; bottom: 50px; left: 40px; padding:20px 30px 50px 30px; color: #fff;}
.index-part2 .swiper-slide .con:before {
    content: '';
    position: absolute;
    display: block;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: solid 1px rgba(250,250,250,0.2);
}
.index-part2 .swiper-slide .con h3{font-size: 28px; font-weight: bold; margin-bottom: 10px;}	
.index-part2 .swiper-slide .con pre{background-color: transparent; font-size: 16px; color:#fff; line-height: 30px; width: 100%;
white-space: pre-wrap; /* CSS-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}

.index-part2 .box2{ position: relative;background-color: #eee;}
.index-part2 .box2:before,
.index-part2 .box2:after,
.index-part2 .box2 ul:before{ position: absolute; content: ''; top: 0; width: 1px; height: 100%; background-color: rgba(188,188,188,0.8)}
.index-part2 .box2:before{left: 25%;}
.index-part2 .box2:after{ right: 25%;}
.index-part2 .box2 ul:before{ left:50%;}
.index-part2 .box2 ul li{ float: left; width: 25%; padding: 0.8% 2%;font-size: 16px;
	transition:all .3s ease;
	-moz-transition:all .3s ease; /* Firefox 4 */
	-webkit-transition:all .3s ease; /* Safari and Chrome */
	-o-transition:all .3s ease; /* Opera */
	color:#000;
}
.index-part2 .box2 ul li:hover{background-color: #1a1e79;}
.index-part2 .box2 ul li,
.index-part2 .box2 ul li a{ color: #000;}
.index-part2 .box2 ul li b{ font-size: 40px; color: #000;}
.index-part2 .box2 ul li p{ opacity: 0.8; color: #000;}
.index-part2 .box2 ul li:hover a,.index-part2 .box2 ul li:hover div,.index-part2 .box2 ul li:hover b,.index-part2 .box2 ul li:hover p{ color: #fff;}

.index-part2 .box2 ul li .link{ text-align: right;opacity: 0.8}
.index-part2 .box2 ul li .link a{ position: relative; padding-left: 15px; }
.index-part2 .box2 ul li .link a:before{ left: 0px; top: 3px; content: ''; position: absolute; border: solid 8px transparent; border-left-color: #333}
.index-part2 .box2 ul li:hover .link a:before{ border-left-color: #fff;}
.index-part2 .box2 ul li:hover .link a{color: #fff;}
#aboutSwiper-btn{text-align: left; padding-left: 100px;}
.about-bullet{width:45px; height: 8px; background-color:rgba(255,255,255,.3); display:inline-block; position: relative; border-radius:0; margin: 0 8px; cursor: pointer;}
.about-bullet-active{ background-color:rgba(26,30,121,.95);}



/*第二屏-产品中心*/
.index-part3{background-color: #eee; padding: 50px 0 0 0;}
.index-part3 .box2{margin-top:40px; width: 100%; box-shadow: 0 0 10px #ccc; overflow: hidden; padding:30px 0; background-color: #fff;}
.index-part3 .box2 .box2-1{width:25%; padding:0; border-right: 1px solid #e0e0e0; cursor: pointer;overflow: hidden; position: relative;}
.index-part3 .box2 .box2-1:last-child{border: 0;}
.index-part3 .box2 .box2-1 .tit{padding:40px; z-index: 10; position: relative; width:100%; flex-shrink: 0;}
.index-part3 .box2 .box2-1 .tit>div{text-align: center;}
.index-part3 .box2 .box2-1 .tit>.img{width:50px; height:50px; background: url(/images/spec.png) no-repeat center center; background-size: 100% 100%; flex-shrink: 0;}
.index-part3 .box2 .box2-1 .tit .p1{font-size:26px; margin-top: 20px;}
.index-part3 .box2 .box2-1 .tit .p2{font-size:16px;color: #999; margin-top: 10px;}
.index-part3 .box2 .box2-2 .tit>.img{background: url(/images/face.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-3 .tit>.img{background: url(/images/color.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-4 .tit>.img{background: url(/images/used.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-1 .con{padding:20px; width: 100%; height:100%; overflow: hidden; position: absolute; z-index:12; left: 0; top: 100%; background-color: #fff;}
.index-part3 .box2 .box2-1 .con .p1{width: 100%; margin-bottom: 10px; font-size:22px; text-align: center;}
.index-part3 .box2 .box2-1 .con a{ margin: 0 20px 2px 0; display: inline-block; font-size:14px;border-bottom: 1px solid transparent;}
.index-part3 .box2 .box2-1 .con a:hover{border-bottom: 1px solid #1a1e79;}
.index-part3 .box2 .box2-1:hover .con{top: 0;}


/* .index-part3 .box2 .box2-1 .tit.on{background-color: rgba(0,0,0,1); width: 35%; padding-left:0;}
.index-part3 .box2 .box2-1 .tit.on>div{color: #fff;}
.index-part3 .box2 .box2-1 .tit.on>.img{display: none;}
.index-part3 .box2 .box2-1 .tit.on>.img{background: url(/images/spec.png) no-repeat center center;background-size: 100% 100%;}
.index-part3 .box2 .box2-2 .tit.on>.img{background: url(/images/face.png) no-repeat center center;background-size: 100% 100%;}
.index-part3 .box2 .box2-3 .tit.on>.img{background: url(/images/color.png) no-repeat center center;background-size: 100% 100%;}
.index-part3 .box2 .box2-4 .tit.on>.img{background: url(/images/used.png) no-repeat center center;background-size: 100% 100%;}
.index-part3 .box2 .box2-1 .tit.on::before{position: absolute; top:40px; right: -10px; border:10px solid rgba(0,0,0,1); border-right: 0; border-top-color: transparent; border-bottom-color: transparent; content: ""; z-index: 12;} */



.my-server{position:relative;}
.my-server-info{height:600px;margin-top:50px; width: 100%;} 
.my-server-info .my-server-item, .my-server-info .my-server-list{height:100%;border-width:0 0 0 1px;border-style:solid;border-color:rgba(27,43,79,.1);} 
.my-server-info .my-server-item{float:left;width:9%;position:relative;border-width:0 1px 0 0;transition:width .8s;-ms-transition:width .8s;-moz-transition:width .8s;-webkit-transition:width .8s;-o-transition:width .8s;overflow:hidden;
} 
.my-server-info .my-server-item.item-active{width:37%; border-color: #1a1e79; border-width:3px; box-sizing: border-box; transition:width .8s,padding-left .2s,padding-right .2s;-ms-transition:width .8s,padding-left .2s,padding-right .2s;-moz-transition:width .8s,padding-left .2s,padding-right .2s;-webkit-transition:width .8s,padding-left .2s,padding-right .2s;-o-transition:width .8s,padding-left .2s,padding-right .2s} 
.my-server-info .my-server-item .watermark{margin-top:20px;margin-bottom:15px;padding:0 22px;} 
.my-server-info .my-server-item .ch-title{font-size:18px;color:#1b2b4f;letter-spacing:0;line-height:40px; padding:0 22px;} 
.my-server-info .my-server-item.item-active .ch-title{font-weight: bold; color:#1a1e79;}

.my-server-item .cateimg{width:720px; left: 0; bottom: 0;height: 470px; overflow: hidden; display: flex !important;}
.my-server-item .cateimg img{width: 100%;}

.my-numbg{display:inline-block;background-image:url(../images/numicon.png);background-size:1260px 306px}
.my-numbg.num1,.my-numbg.num10,.my-numbg.num2,.my-numbg.num3,.my-numbg.num4,.my-numbg.num5,.my-numbg.num6,.my-numbg.num7,.my-numbg.num8,.my-numbg.num9{width:58px;height:57px;background-position-y:-90px}
.my-numbg.num1.da,.my-numbg.num10.da,.my-numbg.num2.da,.my-numbg.num3.da,.my-numbg.num4.da,.my-numbg.num5.da,.my-numbg.num6.da,.my-numbg.num7.da,.my-numbg.num8.da,.my-numbg.num9.da{width:90px;height:90px;background-position-y:0}
.g-home .my-server .row .my-server-info .my-server-item .main-cont.main-cont-1 ul span.item-symbol.item-symbol-1,.my-numbg.num1,.my-numbg.num1.da{background-position-x:0}
.my-numbg.num2{background-position-x:-58px}
.my-numbg.num2.da{background-position-x:-90px}
.my-numbg.num3{background-position-x:-116px}
.my-numbg.num3.da{background-position-x:-180px}
.my-numbg.num4{background-position-x:-174px}
.my-numbg.num4.da{background-position-x:-270px}
.my-numbg.num5{background-position-x:-232px}
.my-numbg.num5.da{background-position-x:-360px}
.my-numbg.num6{background-position-x:-290px}
.my-numbg.num6.da{background-position-x:-450px}
.my-numbg.num7{background-position-x:-348px}
.my-numbg.num7.da{background-position-x:-540px}
.my-numbg.num8{background-position-x:-406px}
.my-numbg.num8.da{background-position-x:-630px}
.my-numbg.num9{background-position-x:-464px}
.my-numbg.num9.da{background-position-x:-720px}
.my-numbg.num10{background-position-x:-522px}
.my-numbg.num10.da{background-position-x:-810px}
.my-numbg.bo,.my-numbg.shi,.my-numbg.xue,.my-numbg.yan{width:90px;height:90px;background-position-y:0}
.my-numbg.yan{background-position-x:-900px}
.my-numbg.shi{background-position-x:-990px}
.my-numbg.bo{background-position-x:-1080px}
.my-numbg.xue{background-position-x:-1170px}
.my-server-info .my-server-item.item-active .my-numbg{background-image:url(../images/numicon_hl.png);}

/*第四屏-招商加盟*/
.index-part4{background-color: #fff; padding: 50px 30px;}
.index-part4 .box2{margin-top: 20px;}
.index-part4 .box2 ul{width: 100%; box-sizing:border-box; }
.index-part4 .box2 ul.two{}
.index-part4 .box2 li{ color: #333; box-sizing: border-box; padding:0; width: 20%; height: 250px;  text-align:center; cursor: pointer; position: relative; z-index: 10; overflow: hidden; background-color:rgba(204, 204, 204, .8); }
.index-part4 .box2 ul li:nth-child(1){margin-left: 0 !important;}
.index-part4 .box2 ul li:nth-child(5){margin-right: 0 !important;}
.index-part4 .box2 li .p1{
	z-index: 12; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(204, 204, 204, .7);
}
.index-part4 .box2 ul li .img{width:80px; height:80px; background-repeat: no-repeat; background-image: url(/images/zhichi.png);  background-size: 400px auto; flex-shrink: 0; transform:scale(0.8);}


.index-part4 .box2 ul li .img-1{background-position:0 0;}
.index-part4 .box2 ul li .img-2{background-position:-80px 0;}
.index-part4 .box2 ul li .img-3{background-position:-160px 0;}
.index-part4 .box2 ul li .img-4{background-position:-240px 0;}
.index-part4 .box2 ul li .img-5{background-position:-320px 0;}
.index-part4 .box2 ul li .img-6{background-position:0px -80px;}
.index-part4 .box2 ul li .img-7{background-position:-80px -80px;}
.index-part4 .box2 ul li .img-8{background-position:-160px -80px;}
.index-part4 .box2 ul li .img-9{background-position:-240px -80px;}
.index-part4 .box2 ul li .img-10{background-position:-320px -80px;}
.index-part4 .box2 ul li .p1-2{line-height: 50px; text-align: center; word-break: break-all;white-space: nowrap; font-size: 20px; font-weight: bold;}



.index-part4 .box2 ul.one li:nth-child(2n) .p1{background-color: rgba(0, 0, 0, .7);}
.index-part4 .box2 ul.two li:nth-child(2n+1) .p1{background-color: rgba(0, 0, 0, .7);}
.index-part4 .box2 ul.one li:nth-child(2n) .p1 .img, .index-part4 .box2 ul.two li:nth-child(2n+1) .p1 .img{background-image: url(/images/zhichi_hl.png);}
.index-part4 .box2 ul.one li:nth-child(2n) .p1-2, .index-part4 .box2 ul.two li:nth-child(2n+1) .p1-2{color: #fff;}


/* .index-part4 .box2 ul li:hover{padding-bottom: 100px;} */
.index-part4 .box2 li .con{position:absolute; top:100%; left: 0; width: 100%; height: 100%; background-color:#1a1e79; z-index:13;}
.index-part4 .box2 li .con .h2{width: 100%;line-height: 50px; text-align: center; word-break: break-all;white-space: nowrap; font-size: 20px; font-weight: bold; position: relative; color: #fff;}
.index-part4 .box2 li .con p{overflow: hidden; text-align: center;box-sizing: border-box; font-size: 14px; line-height: 20px; padding: 10px 10px 0 10px; color: #eee;}
.index-part4 .box2 li:hover .con{top: 0;}


.index-part4 .box1{margin-top: 30px;}
.index-part4 .box1 h1{font-size: 20px; text-align: center;}
.zx-new-1{width:100%; padding:40px 0 30px 0; color: #eee; }
.zx-new-1 td{ padding-bottom:1rem;}
.zx-tit{ font-size:1.2rem; color:#000; padding-right:.5rem; }
.zx-input{ box-sizing:border-box; border:1px solid #e2e2e2; width:95%;  padding:.5rem; font-size:1.2rem; line-height:1.6rem;}
.zx-submit{ text-align:center; width:85%; font-size:1.6rem; font-weight:bold; padding:.4rem 1.3rem; border-radius:5px; background-color:#1a1e79; color:#fff; box-shadow:none; border:0; font-family:'Microsoft YaHei','SimSun',Arial,Sans-Serif; cursor:pointer;}

/* .index-part4 .box1 .swiper-slide{background-color: #eee; height: 400px;}
.index-part4 .box1 a .img{width: 300px; height:400px; box-sizing:border-box; overflow: hidden; background-color: rgba(0,0,0,.2); flex-shrink: 0;}
.index-part4 .box1 a .img img{height: 100%;
transition:all .5s;
-moz-transition:all .5s; 
-webkit-transition:all .5s; 
-o-transition:all .5s; 
}
.index-part4 .box1 a .con{flex-grow: 1; padding: 0 15px 0 20px; }
.index-part4 .box1 a .con h2{font-weight: bold; font-size:24px;line-height: 32px;}
.index-part4 .box1 a .con h5{font-size: 18px; font-weight: bold;  margin-top: 15px;}
.index-part4 .box1 a .con p{text-align: justify; line-height: 25px; font-size: 16px; margin-top: 30px;}
.index-part4 .box1 a:hover .img img{transform:scale(1.1);

}
.win-bullet{width:30px; height: 30px; display:inline-block; position: relative; border-radius:50%; text-align: center; margin: 0 5px; cursor: pointer; color: transparent; line-height: 30px; position: relative;
font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
.win-bullet::before{content: ''; position: absolute; width: 100%; left: 0; top: 40%; height: 3px; background-color:rgba(99,99,99,.5);}
.win-bullet-active{ background-color:transparent; font-size:20px; color: #1a1e79; }
.win-bullet-active::before{width: 0; height: 0;}
.index-part4 .swiper-pagination{text-align: right;} */
/* .index-part4 .box1 .right{height: 400px; background: url(../images/img-5.jpg) no-repeat center center; background-size: auto 100%; box-sizing: border-box; padding:30px 50px;}
.index-part4 .box1 .right h1{font-size: 24px; line-height:40px;color: #000;}
.index-part4 .box1 .right h1 span{color: #1a1e79;}
.index-part4 .box1 .right p{font-size: 14px;} */




/*第五屏-新闻中心*/
.index-part5{background-color: #eee; padding: 50px 30px;}
.index-part5 .box1 li{ float:left; width:49.5%; border:solid 1px #cdcdcd; padding:2.5%; margin:0.5% 0; max-height:288px; overflow:hidden; height:288px; position: relative;
transition:all .3s ease;
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease; 
	-o-transition:all .3s ease; 
	box-sizing: border-box;
}

.index-part5 .box1 li .item{ width:50%;z-index: 2;}
.index-part5 .box1 li .item span{
	font-size:18px; margin:4% 0 3% 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
}
.index-part5 .box1 li .item p{ font-size:13px; color:#797979; max-height:72px; overflow:hidden;}
.index-part5 .box1 li .item em{ font-size:13px; line-height:30px; margin-top:5px;font-style:normal; color:#333333;}
.index-part5 .box1 li .item em font{ display:block; font-size:40px;}
.index-part5 .box1 li .thumb{ width:45%; overflow: hidden; height: 190px; z-index: 2;}
.index-part5 .box1 li.l{ margin-right:0.5%;}
.index-part5 .box1 li.r{ margin-left:0.5%;}
.index-part5 .box1 li:hover{ border-color:#1a1e79; border-top-width:5px; border-bottom-width: 5px;}
.index-part5 .box1 li:hover .item em{ color:#1a1e79;}
.index-part5 .box1 li .left{float: left;}
.index-part5 .box1 li .right{float: right;}


/*第六屏-视频*/
.index-part6{background-color: #fff; padding: 50px 30px;}
.index-part6 .box1{padding: 10px 0 60px 0;width: 100%;}
.index-part6 .box1 a{width:49.5%;height: 400px;position: relative;}
.index-part6 .box1 a .img{overflow: hidden;width:100%;height:400px; padding: 0; margin: 0;}
/* .index-part6 .box1 a .img>img{width: 100%;} */
.index-part6 .box1 a:hover .img>img{transform:scale(1.1);}
.index-part6 .box1 a .mask { position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 3%;color: #fff;background-color: rgba(0,0,0,.6);box-sizing: border-box;z-index: 90;}
.index-part6 .box1 a .mask h4 {font-size: 12px;text-transform: uppercase;text-align: center;}
.index-part6 .box1 a .mask h3 {margin-top: 5px;font-size: 20px;text-align: center;}
.index-part6 .box1 a .mask>img {margin-top: 15px;width: 56px;height: 56px;}


/*第七屏-案例*/
.index-part7{background-color: #eee; padding: 60px 20px;}
.index-part7 .nav{width:100%;}
.index-part7 .nav>div{ height: 50px; line-height:50px; text-align: center; padding: 0 25px; margin-right: 30px; font-size:18px; cursor: pointer;}
.index-part7 .nav>div.on{background-color: #1a1e79; color:#fff;}

.index-part7 .box1,.index-part7 .box2{padding-left:0; padding-right:0; position: relative;}
.index-part7 .box1{ height:600px; }
.index-part7 .box1 .img{width: 100%; height: 100%; overflow: hidden;}
.index-part7 .box1 .img img{height: 100%;}
.index-part7 .box1 .box1-1,.index-part7 .box1 .box1-2{color:#fff; position: absolute; }
.index-part7 .box1 .box1-1{top:40px;left: 50px;}
.index-part7 .box1 .box1-1 h2{font-family: Family,Tahoma,Geneva,sans-serif; font-size: 34px; line-height: 40px;}
.index-part7 .box1 .box1-1 h1{margin-top: 10px;}
.index-part7 .box1:hover .img img{transform:scale(1.1);}
.index-part7 .box1 .box1-2{bottom:40px; right:50px; text-align: right;}
.index-part7 .box1 .box1-2 h1{font-size: 55px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.index-part7 .box1 .box1-2 h3{font-size: 20px;font-family: Arial, Helvetica, sans-serif;}
.index-part7 .box1 .box1-2 p{margin-top: 30px; font-size: 14px; line-height:1.8;}

.index-part7 .box2 .box2-1{width: 100%; box-sizing: border-box;padding: 5% 20%; height:300px; background: url(../images/img-4.jpg) no-repeat center bottom; background-size: 100% auto; color: #fff; text-align: center;}
.index-part7 .box2 .box2-1 img.jixiangwu{height: 80px; margin-right: 20px;}
.index-part7 .box2 .box2-1 h1{font-weight: bold; line-height: 50px;}
.index-part7 .box2 .box2-1 p{margin-top: 30px; margin-bottom: 0; line-height: 35px; font-size: 18px; width: 100%;}
.index-part7 .box2 .box2-2{margin-top: 50px; display: none;}
.index-part7 .box2 .box2-2.on{display: flex;}
.index-part7 .box2 .box2-2 a{width:29%; margin: 0 2%; box-sizing: border-box; border-bottom: 1px solid #ccc; height:220px;}
.index-part7 .box2 .box2-2 a .img{width:100%; height: 170px; overflow: hidden;}
.index-part7 .box2 .box2-2 a .img img{width: 100%;}
.index-part7 .box2 .box2-2 a h2{line-height: 50px; display: block; text-align: center; font-size: 16px;} 
.index-part7 .box2 .box2-2 a:hover .img img{transform:scale(1.1);}
.index-part7 .box2 .box2-2 a:hover{border: 1px solid #1a1e79; border-top-width:5px;}
.brandlogo{margin-top: 30px; background-color:#fff; padding:10px 20px; box-sizing: border-box;}
.brandlogo .item-prev,.brandlogo .item-next{width:60px; flex-shrink: 0; text-align: center; font-size: 50px; cursor: pointer;}
.brandlogo .item-prev:hover,.brandlogo .item-next:hover{color: #1a1e79;}
.brandlogo #brandSwiper{flex-grow: 1; text-align: center;}
.brandlogo #brandSwiper .swiper-slide img{display: inline-block; cursor: pointer;}



/* 最后一屏 */
.index-part10{height: 50px;}

/*产品列表页-----------------------*/
.productlist{ margin-bottom: 30px; margin-top:70px; padding-top: 10px;}
.productlist .container{}

.productlist .daohang{font-size: 14px;}
.productlist .daohang a{color: #7e7e7e;}

.productlist .left{ z-index: 50;box-sizing: border-box; padding-top: 30px; background-color: #fff;}
.productlist .left.fixed{position: fixed; top: 120px;}
.productlist .fenlei{margin-bottom:0; padding-right: 60px; position: relative;}
.productlist .fenlei.hide{height: 45px; overflow: hidden;}
.productlist .fenlei.show{height:auto;}
.productlist .fenlei .more{position: absolute; top: 5px; cursor: pointer; color:#1a1e79; font-size: 14px; right: 0; width: 50px;}
.productlist .fenlei .more i{margin-top: 3px;}

.productlist .fenlei .one{background-color: #1a1e79; font-size:16px; line-height:30px; width:100px; color: #fff; flex-shrink: 0; text-align: center;}
.productlist .fenlei .two{box-sizing: border-box;line-height:30px; height: 30px; width: 50px; text-align: center; margin-right: 30px; margin-left: 30px; flex-shrink: 0;font-size:16px;}
.productlist .fenlei .two.on {color:#1a1e79; font-weight: bold; border-bottom: 2px solid #1a1e79;}
.productlist .fenlei .three{flex-grow: 1; padding-left: 50px;}
.productlist .fenlei .three a{box-sizing: border-box;line-height:30px; height: 30px; word-break: break-all; font-size:16px; margin:0 40px 10px 0px; }
.productlist .fenlei .three1 a{margin:0 60px 10px 0px;}
.productlist .fenlei .two:hover,.productlist .fenlei .three a:hover{border-bottom: 1px solid #1a1e79; color: #1a1e79;}
.productlist .fenlei .three a.on{border-bottom: 2px solid #1a1e79; color: #1a1e79; font-weight: bold;}
.productlist .fenlei1 .one{background-color: transparent;}
.productlist .fenlei1 .three{}
.productlist .fenlei1 .three a{margin-bottom: 0; font-size: 15px;}
.productlist .left .ziclass{margin-top: 15px; margin-bottom: 10px;}
.productlist .left .ziclass a{padding:3px 10px; word-break: break-all; font-size:16px; margin-top:0; border-radius: 10px;}
.productlist .left .ziclass a:hover,.productlist .left .ziclass a.on{background-color:#1a1e79; color: #fff;}
.productlist .right{background-color: #eee;padding-top:30px; padding-bottom: 30px; margin-top: 30px;}
.productlist .right .list{ width:100%;}
.productlist .right .list li{padding:0 10px 20px 10px;}
.productlist .right .list .img{width:100%; overflow:hidden;}
.productlist .right .list .img img{ max-width:100%; max-height: 100%; transition:all .3s;}
.productlist .right .list .img:hover img{transform:scale(1.1);}
.productlist .right .list .img .vr-btn{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.productlist .right .list .img .vr-btn img{ width: 40px; height: 40px; opacity: 0.8;}

.productlist .right .list .tit{ font-size:18px; font-family:yingwen; text-align: center; line-height: 40px;}
.productlist .right .list a:hover .tit{color: #fff;background-color:#1a1e79 !important;}
.productlist .right .list li a{color: #595757; display: block; }
.my-pro-list1 li a:hover{color: #ccc;}
.no-product{font-size:18px;}

/*产品中心页-end*/

/* 产品展示页 */
.my-one-bg{ background-color:#fff;} /*有用*/
.my-two-bg{background-color:#eee;}
.my-dhLan{width: 100%; padding-top: 40px; padding-bottom: 30px;}
.my-dhLan a{ color: #7e7e7e;}
.my-dhLan a:hover{color: #1a1e79;}
.my-dhLan i{ font-family:Arial," sans-serif"}

.proview1{padding-top:100px;}
.pview-left{margin-bottom: 20px;}
#bigProimg{}
#bigProimg .swiper-slide{cursor: pointer; position: relative;overflow: hidden;}
#bigProimg .swiper-slide img{max-width: 100%; max-height: 100%;}
#bigProimg .swiper-slide p{line-height:40px; text-align: center; color: #000; font-size: 16px; width: 100%; position: absolute; bottom: 0; left: 0; margin-bottom: 0;}


.small-items{margin-top: 10px;}
.small-items .item-prev,.small-items .item-next{font-size: 40px; width: 40px; flex-shrink: 0; text-align: center; cursor: pointer;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
opacity:0.7;
overflow: hidden;
}
#proThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
#proThumbs .swiper-slide-thumb-active{
opacity:1;
border:2px solid #1a1e79;
}

.pview-right{ }
.pview-rtop{ border-bottom:1px solid #ccc; padding:0 0 15px 0;}
.pview-rtop .pview-tit{ line-height:40px; padding: 15px 0; font-size:32px; font-weight:normal; font-family: yingwen; flex-grow: 1;}
.pview-rtop .video-btn{width: 90px; text-align: center; flex-shrink: 0;}
.pview-rtop .video-btn img{width: 50px; height: 50px; cursor: pointer; }

.pview-rmid{padding:10px 0 40px 0;border-bottom:1px solid #ccc;}
.pview-rmid td{padding:10px 0 5px 0; font-size:16px;}
.pview-rmid td a img{width: 30px; height: 30px;margin-left: 10px; animation: my-movelr1 2s infinite;}

.pview-rmid tr td:nth-child(1){color: #000; font-weight: bold;}
.pview-share{ padding-top:10px;}
.pview-share div{float:right; padding-right:20px; line-height:30px;}
.pro-class1{ box-sizing:border-box; }
.pro-class1 li{}
.pro-class1 li a{ width:100%; height:35px; display:block;}
.pro-class1 li.tit{ line-height:45px; letter-spacing:7px; font-size:22px; height:45px; background-color:#4d4948; color:#FFF; text-align:center;}
.pro-class1 li:nth-child(1){flex-shrink: 0; margin-top: 10px;}
.pro-class1 li:nth-child(1) img{ width: 120px;}
.pro-class1 li:nth-child(1) p{margin-top: 10px; font-size: 10px; text-align: center;}
.pro-class1 li:nth-child(2){ margin-top: -20px; margin-left: 20px;}

/* .gn-sj-share1>div{width:110px; height:50px; padding:5px 0 0 5px; margin-top: -3px;}
.gn-sj-share1>div>div,.gn-sj-share1>div>div>a{ float:left; width: auto;} */


.gn-sj-share1>div{margin-left: 10px; cursor: pointer;}
.gn-sj-share1>div img{width: 25px; height: 25px;}
.gn-sj-share1 .sharewx{padding-top:2px; margin-top:0;  }
.gn-sj-share1 .sharewx_ewm{ width:80px; height:80px; margin:5px 0; background-color:#FFF !important; background:url(../images/loading.gif) no-repeat center center; background-size:15px 15px;}



.pro-texing>div.part1{margin-bottom: 15px; width: 100%;}
.pro-texing>div.part1 span{border-radius: 5px; font-size: 14px; padding: 5px 10px; background-color: #c4c3c3; color: #000; margin-right: 10px; margin-bottom: 10px; line-height: 20px; word-break: break-all;}


.pro-texing>div.part2{width: 100%;}
.pro-texing>div.part2 span{ padding:0 5px 10px 0; width:33.33%; box-sizing:border-box; display: block; float: left;}
.pro-texing>div.part2 span img{max-width:100%;}



.proview2{margin-bottom: 50px;}
.proview2 .container{position: relative;}
.pro-detial{background-color:#FFF; padding:40px 45px 80px 25px;}
.pro-detial .left{padding-bottom: 30px; background-color: #eee; padding-top: 40px;}
.pro-detial .left.fixed{position: fixed; top:120px; left: 10%;  overflow-y:auto; padding:40px 20px 160px 20px; box-sizing: border-box; width:350px;}
.pro-detial .left .search{border:1px solid #000; padding:5px 10px; height: 40px;overflow: hidden; margin-bottom: 30px;}
.pro-detial .left .search input{flex-grow: 1; line-height: 30px;background-color: transparent; border: 0; padding: 0; margin: 0; font-size: 16px;}
.pro-detial .left .search i{font-size: 30px;flex-shrink: 0; padding-left: 10px; cursor: pointer; }
.pro-detial .left .tit1{border-bottom: 2px solid #1a1e79; line-height: 35px; font-size: 20px; font-weight: bold;padding: 10px 0 0 0; font-weight: bold; color: #1a1e79;}
.pro-detial .left .bigclass{margin-left: -10px;}
.pro-detial .left .bigclass a{padding:3px 10px; word-break: break-all; font-size:14px; margin-top:5px; border-radius: 5px;}
.pro-detial .left .bigclass a:hover{background-color:#1a1e79; color: #fff;}
.pro-detial .left .ziclass{padding:20px 10px 10px 10px; margin-bottom: 10px; background-color: #FAFAFA;}

.pro-detial .left .ziclass2{background-color: transparent;}
.pro-detial .left .ziclass a{padding:3px 10px; margin-bottom: 5px; word-break: break-all; font-size:16px; border-radius: 5px;}
.pro-detial .left .ziclass a:hover,.pro-detial .left .ziclass a.on{background-color:#1a1e79; color: #fff;}
.pro-detial .left .ziclass1 a{margin-bottom: 15px;}
.pro-detial .left .sclass{padding:10px 10px 0px 10px; margin-bottom: 10px;}
.pro-detial .left .sclass a{padding:3px 10px; margin-bottom: 5px;font-size:14px; border-radius: 5px; background-color: #969698; color: #fff; margin-right: 10px;white-space:nowrap;}
.pro-detial .left .sclass a:hover,.pro-detial .left .sclass a.on{background-color:#06a68d; color: #fff;}


.pro-detial .left .tit2{margin-top:50px; border-top: 1px solid #ccc; padding-top: 20px;}
.pro-detial .left .tit2 p:nth-child(1){line-height: 30px; margin: 0; font-size: 25px;text-transform:uppercase; font-weight: normal; font-family: yingwen;}
.pro-detial .left .tit2 h1{padding: 0; margin: 0; font-size: 18px; font-weight:normal; line-height: 30px; }

.pro-dright{ padding-left: 50px; float: right;}
.pro-dright img{ max-width:100%;}
.pro-dright .my-pro-tit{border-bottom: 1px solid #ccc;}

.dright-tit{ height:40px;}
.dright-con{ width:100%; overflow:hidden; padding-top:30px; font-size: 16px;}
.dright-con img{ max-width:100%; padding-bottom: 10px;}
.dright-alert{ border-bottom:#cecfd0 1px dotted; float:none; height:20px; text-align:center; margin:20px 0; }
.dright-alert-zi{padding:0 30px; display:inline-block; background-color:#FFF; position:relative; top:6px; font-size: 16px;}

.swiper-container{
    --swiper-theme-color: #333;/* 设置Swiper风格 */
    --swiper-navigation-color: #000;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
  }
  
.pview-right-3{width: 100%; margin-top: 20px;}  
.pview-right-3>div:nth-child(1){padding: 10px; }
.pview-right-3>div:nth-child(1) img{width: 110px; height: auto; margin-right: 20px;}
.pview-right-3>div:nth-child(1)>div{height:130px; border-left: 1px solid #ccc; box-sizing: border-box; padding: 40px 30px 0 20px; font-size: 16px;}
.pview-right-3 .hits{text-align: right; padding-right: 30px; margin-bottom:5px; font-size: 14px;}


.bigimgs{width: 100%; height:100%; background-color: rgba(0,0,0,.9); z-index: 200; position: fixed; top:-3000px; left: 0; padding:50px; box-sizing: border-box;}
.bigimgs .cha{font-size:30px; position:absolute; top: 15px; right: 15px; color: #ccc;z-index: 201; cursor: pointer; }
.bigimgs .cha:hover{color:#fff;}
#swiper-container-1{width: 100%; height: 100%;}
#swiper-container-1 .swiper-slide{width: 100%; height: 100%;}
#swiper-container-1 .swiper-slide img{max-width: 100%; max-height: 100%; width:auto; height:auto; }
#swiper-container-1 .swiper-button-next::after,
#swiper-container-1 .swiper-button-prev::after {
  color: #fff;
  font-size: 30px;
  
}
.bigimgs .swiper-pagination{text-align: right; color: #fff; font-size: 18px;}

/* 产品展示页----end */



/* 风云人物内页 */
.in-renwu{ background-color: #eee;}
.in-renwu .box1 .swiper-slide{background-color: transparent; border:1px solid #ccc; overflow:hidden;}
.in-renwu .box1 a .con p{line-height: 30px; font-size: 16px;}

/* 视频内页 */
.in-video{padding: 30px 30px 0 30px; background-color: #eee; box-sizing: border-box; min-height: 800px;}
.in-video .box1{padding-bottom: 0;}
.in-video .box1 a{margin-bottom: 20px;}

/* 视频展示页 */
.invideoview .newview-con .p2{margin-top: 10px !important;}
.invideoview .new-more li.p1{margin-bottom: 20px;}
.invideoview .new-more li.p1>a .img{height: 200px;position: relative;}
.invideoview .new-more li.p1>a{position: relative;}
.invideoview .new-more a .mask1 { position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 3%;color: #fff;background-color: rgba(0,0,0,.6);box-sizing: border-box;z-index: 90;}
.invideoview .new-more a .mask1 h4 {font-size: 12px;text-transform: uppercase;text-align: center;}
.invideoview .new-more a .mask1 h3 {margin-top: 5px;font-size: 16px;text-align: center;}
.invideoview .new-more a .mask1>img {margin-top: 15px;width: 40px;height: 40px;}


/* 新闻中心内页 */
.leftshare{width: 5%; position: relative;}
.leftshare .box1{max-width: 50px;}
.leftshare .box1.fixed{position: fixed; z-index: 100; top: 200px;}
.leftshare .box1>div:first-child{font-size: 16px; text-align: center;}

.leftshare .sina,.leftshare .qqZone{margin-top:10px; margin-right: 3px; cursor: pointer;}
.leftshare .sina img,.leftshare .qqZone img{width: 25px; height: 25px;}

.leftshare .sharewx{padding-top:7px; margin-top:0;  }
.leftshare .sharewx_ewm{ width:80px !important; height:80px !important; margin:5px 0; background-color:#FFF !important; background:url(../images/loading.gif) no-repeat center center; background-size:15px 15px;}

/* 新闻展示内页 */
.in-newsview{padding-top:0; margin-top: 20px;}
.zhengwen .share-out{position:fixed !important; top:150px; left:-100px; z-index: 80; width: 40px;}
.zhengwen .share-out.on{left:10px;}


.newview{padding:0 50px 10px 50px; overflow:hidden; position: relative; border-radius: 5px; min-height: 800px !important;}
.newview-tit{ text-align:left; font-size: 32px; line-height: 40px; padding:15px 0; font-weight: bold; color: #000;}
.newview-tit1{font-size:12px; color: #2B2B2B; line-height:30px; text-align: left;}
.newview-tit1 .t2{padding:0 10px;}
.newview-tit1 img{ width: 15px; height: 15px; margin-right: 2px;}
.newview-tit1 .t3{color: #13a10e;}

.inmorenews{margin: 50px 0;}
.inmorenews h2{font-size: 20px; padding: 0; margin: 0; font-weight: bold; color: #000;}
.newview .con1{border-radius: 10px; width: 100%; padding: 15px; border: 1px solid #ddd; background-color: #eee;}
.newview .con1 .p1{cursor: pointer;}
.newview .con1 .p1>img{width:60px; height: 60px; margin-right: 10px; flex-shrink: 0; }
.newview .con1 .p1>div{font-size: 12px; line-height:20px;color: #2B2B2B; text-align: left;}

.newview .con1 .p2-1{font-size: 12px; color: #2B2B2B; text-align: right; }
.newview .con1 .p1:hover img{transform:scale(1.5);}
.newview .con1 .p2-2{position: relative; z-index:10; flex-shrink: 0; padding:2px 10px 2px 15px; border-left: 1px solid #ccc; cursor: pointer; margin-left: 15px;}
.newview .con1 .p2-2>img{width: 20px; height: 20px;}
.newview .con1 .p2-2>.share2{ position: absolute; z-index: 12; top: 5px; right: 10px; width: auto;  padding-top: 0; margin-top: 0; display: none;}
.newview .con1 .p2-2:hover .share2{display: flex;}
.newview-con{border-top:1px solid #ccc;padding:30px 0 0 0; line-height:30px; font-size:18px; }
.newview-con img{ text-align:center; max-width:100%; display: block; margin: 0 0 5px 0; padding: 0;}

.newview .updown{width:100%; margin-top:20px; margin-bottom: 50px;}
.newview .updown .prev,.newview .updown .next{ color: #666;  padding: 5px 20px; box-sizing: border-box; font-size: 16px; text-align: center; border-radius:6px; background-color:#fff; margin: 0 50px; line-height:20px; box-shadow: unset;}
.newview .updown .prev{padding-left:35px;background:#fff url(../images/more-icon3.png) no-repeat 12px center; background-size:20px 20px;}
.newview .updown .prev:hover{background-image:url(../images/more-icon3_hl.png);}
.newview .updown .next{padding-right:35px;background:#fff url(../images/more-icon2.png) no-repeat 70px center; background-size:20px 20px;}
.newview .updown .next:hover{background-image:url(../images/more-icon2_hl.png);}
.newview .updown .prev:hover,.newview .updown .next:hover{background-color: #1a1e79; color:#fff; }
.moreRight.fixed{width:300px;position: fixed; top:140px;}
.my-label span,.my-label a{ padding: 3px 8px; background-color: #1a1e79; color: #fff; margin-right: 15px; white-space:nowrap; border-radius: 5px; margin-bottom: 20px; box-sizing: border-box; display: block;}
.my-label i{font-size: 24px; margin-right: 15px;}

.new-more li a{width: 100%;}
.new-more li.p1 a p{ margin-top: 5px;}
.new-more li.p1 a div.img{max-height:300px; overflow: hidden;}


/* 案例内页 */
.my-pro-list{ width:100%; padding-top:50px;}
.my-pro-list li{padding:0 10px 30px 10px;}
.my-pro-list .img,.my-pro-list .img1{width:100%; overflow:hidden;}
.my-pro-list .img img:hover,.my-pro-list .img1 img:hover{transform:scale(1.1);}
.my-pro-list .img img{ width:100%; transition:all .3s;}
.my-pro-list .img1 img{ max-width: 100%; transition:all .3s;}
.my-pro-list .tit{ font-size:16px; line-height: 45px; text-align:center; background-color: #4d4948; color: #fff;}
.my-pro-list .tit a,.my-pro-list .tit a:visited{color: #fff;}

.my-pro-list li p{color: #fff;}
.my-pro-list .vo{cursor: pointer; position: relative; padding-bottom: 45px;}
.my-pro-list .vo .con{width: 100%; overflow: hidden; max-height: 45px; height: auto;background-color: #666; position: absolute; left: 0; bottom: 0; box-sizing: border-box; padding: 0 15px;}
.my-pro-list .vo .con .tit{text-align: left; background-color: unset; margin-bottom: 0; padding-right: 30px;}
.my-pro-list .vo .con>img{width: 25px; height: 25px; position: absolute; right: 10px; top: 10px;}
.my-pro-list .vo:hover .con{max-height: 90%;background-color: #1a1e79;}

.incases{min-height: 800px;}
.incases .container{padding-left: 5px; padding-right: 5px;}
.incases .my-pro-list .vo{box-sizing: border-box; display: block;}


/* 案例展示页 */
.caseview{padding-bottom: 50px;}
.caseview-tit1{font-size:16px; color: #2B2B2B; line-height:30px; text-align: left; width: 100%; margin-bottom: 10px;}
.caseview-tit1 .t2{padding: 0 10px;}
.caseview-tit1 .img{width: 25px; height: 25px; border-radius: 50%; margin-right: 10px; flex-shrink: 0; overflow: hidden;}
.caseview .newview-con{padding-top: 0;}
.caseview .newview-con .p1{margin-top: 30px; width: 100%; line-height: 25px; font-size: 16px;}
.caseview .newview-con .p2{margin-top: 30px; position: relative; width: 100%;}
.caseview .newview-con .p2>video{max-width: 100%; max-height: 600px;}

.caseview .p3{margin-top: 30px;}
.caseview .p3 #bigProimg{ height: 600px; background-color: #fff; border-radius: 6px; overflow: hidden;}
.caseview .p3 #bigProimg .swiper-slide{background-color:transparent; height: 600px;}
.caseview .p3 #bigProimg .swiper-slide img{ max-width: 100%; max-height: 100%;}
.caseview .p3 #bigProimg .swiper-pagination{text-align: right; box-sizing: border-box; padding-right: 10px; font-size: 16px; text-shadow: 0 0 2px #fff; bottom: 0;}
.caseview .p3 #bigProimg .swiper-pagination>span{}
.caseview .p3 .small-items{height: 15%;}
.caseview .p3 #proThumbs .swiper-slide{height:100px; }
.caseview .p3 #proThumbs .swiper-slide img{width: 100%; height: 100%; padding: 0; margin: 0;}
.caseview .p3 .small-items .item-prev ,.caseview .p3 .small-items .item-next {color: #000;}
.caseview .p3 .small-items .item-prev:hover ,.caseview .p3 .small-items .item-next:hover{color: #1c2079;}
.caseview .my-label{margin-top: 30px;}


/*品牌内页---------------------*/
.my-aboutus{padding-top: 40px; padding-bottom: 60px; font-size:18px; line-height: 30px; background-color: #eee; min-height: 800px; box-sizing: border-box;}
.my-aboutus.index-part2{background-attachment: fixed; background-position: center 20px; }
.my-aboutus .box2 .txt1{padding: 20px 0 10px 0;}

.my-aboutus .part1{margin-top: 30px;}
.my-aboutus .part1 img{max-width: 100%;}
.my-aboutus .part1 p{font-size: 18px; line-height: 30px;}
.my-aboutus .part1 .index1-2{margin-top: 100px;}
.my-aboutus .index1-2 {
  border: 1px solid #f5f5f5;
}
.my-aboutus .index1-2 .item {
  width: 20%;
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid #f5f5f5;
  color: #252525;
  box-sizing: border-box;
}
.my-aboutus .index1-2 .item:last-of-type {
  border-right: 0 none;
}
.my-aboutus .index1-2 .item h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family:Arial, Helvetica, sans-serif;
}
.my-aboutus .index1-2 .item h4 {
  font-size: 16px;
  color: #666;
}


.my-job{padding-top: 20px;}
.my-job .part1{border-bottom: 1px #eee solid; padding:30px 0;}
.my-job .part1:last-child{border-bottom: 0;}
.my-job .part1-1{font-size:25px; color: #000;}
.my-job .part1-2{padding-top:30px;}
.my-aboutus.my-job .part1 p{text-indent:0;}

.my-aboutus .part2 {
  margin:30px 0 50px;
  position: relative;
  height:100%;
}
.my-aboutus .part2::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.my-aboutus .part2 > .img {
  
  position: relative;
  
}
.my-aboutus .part2 > .img img {
  width: 100%;
  height: 100%;

}
.my-aboutus .part2-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
}
.my-aboutus .part2-list .item {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.my-aboutus .part2-list .item:last-of-type {
  border: 0 none;
}
.my-aboutus .part2-list .item:hover .con2 {
  opacity: 1;
}

.my-aboutus .part2-list .item .icon img{width: 50px; height: 50px;}


.my-aboutus .part2-list .item .icon {
  line-height: 50px;
}
.my-aboutus .part2-list .item .con {
  width: 100%;
  margin-top: 20px;
}
.my-aboutus .part2-list .item .con h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.my-aboutus .part2-list .item .con h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.my-aboutus .part2-list .item .con2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.6s;
  opacity: 0;
}
.my-aboutus .part2-list .item .con2 .img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.my-aboutus .part2-list .item .con2 .img img {
  height: 100%;
  object-fit: cover;
}
.my-aboutus .part2-list .item .con2 .tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 96%;
  text-align: center;
}

.my-aboutus .part3 {
  padding: 30px 0 100px 0;
  position: relative;
  width: 100%;
}
.my-aboutus .part3 .swiper-button-next::after,
.my-aboutus .part3 .swiper-button-prev::after {
  color: #cccccc;
  font-size: 30px;
  
}
.my-aboutus .part3 .swiper-button-prev::after{margin-left: -100px;}
.my-aboutus .part3 .swiper-button-next::after{margin-right:-100px;}
.my-aboutus .part3 .swiper-button-next:hover::after,
.my-aboutus .part3 .swiper-button-prev:hover::after {
  color: #000;
}
.honor-list .swiper-slide {
  border: 1px solid #cdcdcd;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.honor-list .swiper-slide .img {
  height: 367px;
  overflow: hidden;
  background-color: #fff;
}
.honor-list .swiper-slide .img img {
	max-width: 100%;
  max-height: 100%;
}
.honor-list .swiper-slide h3 {
  line-height: 75px;
  border-top: 1px solid #cdcdcd;
  font-size: 16px;
  color: #333333;
}
.honor-list .swiper-slide:hover h3{
	transition:all .3s ease;
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease; 
	-o-transition:all .3s ease; 
	background-color: #1a1e79;
	color: #fff;
}


.my-aboutus .part4-list {
  padding-top: 30px;
 
}
.my-aboutus .part4-list li {
  width: 25%;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  height: 400px;
  box-sizing: border-box;
  padding: 5% 3%;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}
.my-aboutus .part4-list li:last-of-type {
  border: 0 none;
}



.my-aboutus .part4-list li .mask4{position: absolute; z-index: 10; left: 0; bottom: -500px; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.my-aboutus .part4-list li .mask4>div{width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5);}
.my-aboutus .part4-list li .mask4-1{background-image: url(/images/zhizuo1.jpg);}
.my-aboutus .part4-list li .mask4-2{background-image: url(/images/zhizuo2.jpg);}
.my-aboutus .part4-list li .mask4-3{background-image: url(/images/zhizuo3.jpg);}
.my-aboutus .part4-list li .mask4-4{background-image: url(/images/zhizuo4.jpg);}

.my-aboutus .part4-list li .one{z-index: 20; position: relative;}
.my-aboutus .part4-list li .img {
  width: 45px;height: 45px; background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; 
}
.my-aboutus .part4-list li .img.img1{background-image: url(../images/icon1.png);}
.my-aboutus .part4-list li .img.img2{background-image: url(../images/icon2.png);}
.my-aboutus .part4-list li .img.img3{background-image: url(../images/icon3.png);}
.my-aboutus .part4-list li .img.img4{background-image: url(../images/icon4.png);}
.my-aboutus .part4-list li:hover .img.img1{background-image: url(../images/icon1_hl.png);}
.my-aboutus .part4-list li:hover .img.img2{background-image: url(../images/icon2_hl.png);}
.my-aboutus .part4-list li:hover .img.img3{background-image: url(../images/icon3_hl.png);}
.my-aboutus .part4-list li:hover .img.img4{background-image: url(../images/icon4_hl.png);}
.my-aboutus .part4-list li:hover .mask4 { bottom: 0;}
.my-aboutus .part4-list li:hover h2 {
  color: #fff;
}
.my-aboutus .part4-list li:hover .txt {
  color: #fff;
  
}



.my-aboutus .part4-list li h2 {
  margin: 30px auto 60px;
  color: #252525;
  font-size: 24px;
  width: 100%;
}
.my-aboutus .part4-list li .txt {
  width: 100%;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 1.6;
}

.my-aboutus .part6{width: 100%;}

 .my-aboutus .part5-list {
  padding-top: 30px;
  overflow-x: hidden;
  width: 100%;
}
.my-aboutus .part5-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(174, 174, 174, 0.3);
}
.my-aboutus .part5-list li:nth-child(2n) .ctn h2 {
  text-align: right;
  align-self: flex-end;
}
.my-aboutus .part5-list li:nth-child(2n) .ctn .txt {
  text-align: right;
}
.my-aboutus .part5-list li .ctn {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 4%;
}
.my-aboutus .part5-list li .ctn h2 {
  font-size: 25px;
  color: #252525;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 5px;
  width: 90%;
  align-self: flex-start;
  display: inline-block;
  font-weight: normal;
}
.my-aboutus .part5-list li .ctn h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e7e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.my-aboutus .part5-list li .ctn h2 em {
  font-size: 35px;
  color: #252525;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
}
.my-aboutus .part5-list li .ctn .txt {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  
}
.my-aboutus .part5-list li .img {
  width: 65%;
  position: relative;
  padding: 14.3% 0;
  overflow: hidden;
}
.my-aboutus .part5-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-aboutus .part5-list li .img img:hover {
  transform: scale(1.1);
}

.my-honors .rollpicshow ul li{display:flex;justify-content: center; align-items: center;}
.my-honors .prev,.my-honors .next{ margin-top:290px !important;}
.rollpicshow li{height:600px; width:450px;}
.rollpicshow img{ width: 100%;}
.pro-rollpic{padding-left:0; padding-right:0; padding-top:20px;}
.pro-rollpic .prev,.pro-rollpic .next{ margin-top:30px;}
.pro-rollpicshow li{height:75px; width:75px; background-color: #f5f5f5;margin-right: 5px;}
.pro-rollpicshow li img{max-width: 100%; max-height:100%;}
.my-honors{padding-top:40px; padding-bottom: 40px; }

/* 品牌--》发展历程 */
.my-aboutus1{ background-color:#252733; padding: 40px 0 80px 0; margin-top: 0; margin-bottom: 0; }
.my-aboutus1 div{font-family: Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, sans-serif;}
.my-aboutus1 .left{width: 35%; padding-right: 5%; color: #fff; padding-top: 80px;}
.my-aboutus1 .left img{width: 300px; height: auto; margin-bottom: 50px;}
.my-aboutus1 .left .p1{font-size: 24px; font-weight: bold; margin-bottom: 16px; }
.my-aboutus1 .left .p2{font-size:72px; margin-bottom: 10px; line-height: 72px; font-weight: normal;  }
.my-aboutus1 .left .p3{font-size: 16px; line-height: 25px; margin-bottom: 60px; }
.my-aboutus1 .left .p4{font-size: 24px; font-weight: bold; margin-bottom: 16px; }


.my-aboutus1 .right{ width: 60%; height: 600px;}
.historylist{width: 100%; height: 520px; padding: 10px;}
.historylist .swiper-wrapper{ width:100%; }
.historylist .swiper-slide{position:relative; z-index: 10;transform: skewX(-10deg); overflow: hidden;  border-radius: 6px; }
.historylist .swiper-slide .hpart1{width:130%; height:100%; overflow: hidden;transform: skewX(10deg); margin-left:-15%; position: relative;z-index: 12;}
/* .historylist .swiper-slide .hpart1 img{width:100%; height: auto; display: block; } */
.historylist .swiper-slide .hpart1 .mask{z-index: 13; background-color: rgba(0, 0, 0, .4); position: absolute; width: 100%; height: 100%; left: 0; top: 0;padding:0 25% 30px 20%; color: #fff;}
.historylist .swiper-slide .hpart1 .mask h2{
	font-family: "Barlow", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height:50px;
	margin-bottom:8px;
	letter-spacing: 2px;
}
.historylist .swiper-slide .hpart1 .mask p{font-size: 14px; line-height: 22px;}
    

.historylist .swiper-slide:hover{box-shadow: 0 0 10px 2px #666;}
.historylist .swiper-slide .hpart1:hover .mask{background-color: rgba(0, 0, 0, .8);}
.historylist .swiper-slide .hpart1:hover img{transform:scale(1.1);}

.caozuo{width: 100%; height: 80px;}
.caozuo .p1{flex-grow: 1; }
.caozuo .p1 .swiper-scrollbar{width: 100%; height:8px; position: relative; top: unset; left:unset; background-color: #666;}
.caozuo .p1 .swiper-scrollbar .swiper-scrollbar-drag{background-color: #fff; }


.caozuo .p2{flex-shrink: 0;}
.caozuo .p2 .item-prev,.caozuo .p2 .item-next{width:50px; height: 50px; flex-shrink: 0; text-align: center; font-size:30px; cursor: pointer;color: #fff; background-color: #666; border-radius:50%;margin-left:10px;}
.caozuo .p2 .item-prev:hover,.caozuo .p2 .item-next:hover{color: #000; background-color: #fff;}
.caozuo .p2 .item-prev i:active,.caozuo .p2 .item-next i:active{
	background-color: transparent !important;
}

.caozuo .p2 i:focus {  
    background-color: transparent; /* 移除背景色 */  
    outline: none; /* 可选：移除焦点时的轮廓线 */  
}




.my-hengkuai{ width:55px; height:8px; background-color:#6d6968; position:relative; left:8px; top:-4px;}
.my-hengkuai-1{ width:55px; height:8px; background-color:#6d6968; position:relative; top:-4px;margin:0 auto;}
.my-hk-left-20{ left:20px;}
.my-about{ background-color:#dcdcdc; padding:20px;}
.my-about img{ max-width:100%;}
.my-mt-100{ margin-top:100px;}
.my-zhengshu{ height:630px; background-color:#dcdcdc;  box-sizing:border-box; padding:5%; text-align:center;display: flex; justify-content: center;align-items: center;}
.my-zhengshu img{ max-width:100%; max-height:100%;}
.my-img-100{ width:100%;}
.my-font-1{ font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.my-border-1{ border:1px solid #dcdcdc;}
.my-honors-tit{ height:180px; background:url(../images/about-4.jpg) no-repeat right center;}

.my-technology img{ max-width:100%; text-align:center;}


/*网站地图*/
.my-five-bg{background-color:#f0f0f2; border-top:1px solid #e2e2e2; font-size: 16px;}

.my-sitemap{background-color:#fff; margin-top: 16px;}
.my-sitemap-top{ height:80px; padding: 15px 0 15px 0; border-bottom: 1px solid #D4D2D2;}
.my-sitemap-top img{ max-height:100%; padding-left:15px;}
.my-sitemap .tit{ font-size:18px; font-weight: bold;}
.my-sitemap .con{border: 1px solid #D4D2D2; box-sizing: border-box; padding: 15px; margin-bottom: 30px;}
.my-sitemap .con ul{margin-bottom:15px; border-bottom: 1px #eee solid;}
.my-sitemap .con li{ width: 25%; box-sizing: border-box; padding:3px 20px 3px 0; text-align: left;}

.my-sitemap .con10{border: 1px solid #D4D2D2; box-sizing: border-box; padding: 15px; margin-bottom: 30px;}
.my-sitemap .con10 ul{margin-bottom:15px;}
.my-sitemap .con10 li{margin-top: 10px;}
.my-sitemap .con10 li .con2-1{flex-shrink: 0; min-width: 180px;}
.my-sitemap .con10 li .con2-2{flex-grow: 1; border-left: 1px solid #ccc; padding-left: 20px;}
.my-sitemap .con10 li .con2-2 a{ margin: 0 8px 10px 8px; color: #868787; word-break: break-all;}
.my-sitemap .con10 li .con2-2 a:hover{color: #1a1e79;}
.my-sitemap .con10 li.tit{width: 100%; font-size: 16px; font-weight: bold; border-top:1px solid #eee; margin-top: 15px; padding-top: 15px;}
.my-sitemap .con10 li:first-child.tit{border:0; margin-top: 0;padding-top: 0;}
.my-sitemap-foot{ text-align:center; line-height: 25px; font-size: 12px;}
.my-sitemap .con10 li.con2-3 a{margin-right: 30px; word-break: break-all;}

/* 下载中心 */
.indownload{position: relative; z-index: 1; padding: 0; margin: 0;}
.indownload .login{ z-index:12;}
.indownload .login .win{padding: 50px 80px; background-color:rgba(238, 238, 238, .85);  overflow: hidden; box-shadow: 0 0 20px #333; border-radius: 10px;}

.indownload .zx-new-1 .zx-tit{font-weight: normal; color:#000;}
.indownload .zx-new-1 .zx-submit{background-color:#666;width:370px; padding:0 15px; line-height: 45px; height: 45px; font-size:22px; border-radius:6px; color:#fff;}
.indownload .zx-new-1 .zx-submit:hover{background-color:#000;}
.indownload .login h1{text-align:center;font-size:28px; font-weight: bold; padding:0;  margin-bottom: 50px;color:#000;}
.indownload .login h1>span{margin-left: 20px;color: #000;font-family: yingwen;text-transform: uppercase; }
.indownload .login h2{text-align:center;font-size:28px; padding: 10px 0 50px 0;}
.indownload .login input.zx-input{padding:7px 5px; background-color: transparent !important; border-radius: 0 !important; border:0; border-bottom: 1px solid #000; color: #000; outline: none; ;}

.indownload .login input.zx-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
.indownload .login input.zx-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
.indownload .login input.zx-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
.indownload .login input.zx-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}

.indownload .login .zx-input:-internal-autofill-previewed,.indownload .login .zx-input:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-out 0.5s;
}

.my-download{width:100%; min-height:800px; padding-top:50px; padding-bottom:50px;}
.my-download li{ box-sizing:border-box; padding: 10px; background-color:#f4f4f4; width: 20%; overflow: hidden; position: relative;}
.my-download li.bg{ background-color: #d2d2d2;}
.my-download div { width:100%; height: 100%; text-align: center;}
.my-download div img{ width:90%; padding:10px 5%; max-height: 220px; overflow: hidden;}
.my-download div p{padding:5px 0; height: 120px; overflow: hidden; line-height: 20px; width: 100%; font-size: 14px;}
.my-download li a{width:100%; height: 100%; position: absolute;top: 0; left: 0; color: #fff; background-color:#1a1e79; opacity:0;filter:Alpha(opacity=0); font-size: 50px;
transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms; 
  -o-transition: all 500ms; 
}
.my-download li a:hover{opacity:0.9;filter:Alpha(opacity=90);}

.showLayer{width:100%; height: 100%; background-color:rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; display: none;}
.showLayer .con{z-index: 10000; background-color: #fff; width: 1300px; height: 100%; overflow-y: auto; box-sizing: border-box; padding: 20px 15px; margin: 0 auto;}
.showLayer .con h1{padding:20px 0; border-bottom: 1px solid #ccc; font-size: 20px; line-height: 25px; text-align: center; font-weight: bold;}
.showLayer .con>div{z-index: 10000; font-size: 14px; text-align: justify; padding-top: 30px; padding-bottom: 20px; line-height: 25px;}
.showLayer .con>div img{max-width:100%;}
.showLayer .close{z-index: 10001;width:50px; height: 50px; line-height: 50px; background-color: rgba(255,255,255,1); color: #fff; font-size: 30px; position: absolute; top: 20px; right: 20px; text-align: center; display:block; opacity: unset;}
.showLayer .close i{color:#000;}
.showLayer .close:hover{background-color:#1a1e79;}
.showLayer .close:hover i{color: #fff;}


/* .case-class{ width:100%; padding:30px 0 0 0;}
.case-class a{ margin:0 15px; padding:10px 0; font-size:14px;}
.case-class a:hover,.case-class a.check{border-bottom:2px solid #006661; color: #006661;}
.case-class2{ box-sizing:border-box; border-radius:20px; margin-bottom:50px; }
.case-class2 li{ border-bottom:1px solid #eee; height:42px; text-align:center; width:100%;}
.case-class2 li.jiantou{}
.case-class2 li a{  width:100%; height:42px;  font-size:14px; display:block; line-height:42px; }
.case-class2 li a:hover,.case-class2 li a.check{ color: #006661; background-color:#e4e3e2;}
.case-class2 li.tit{ line-height:30px;  font-size:18px; height:50px;}
.home-detail{ border-radius: 10px; border: 1px solid #EDEBEB; box-sizing: border-box; padding:20px 0; margin-top: 50px;}
.home-detail li{ margin: 10px 0; width: 100%; float: left;} */




/* 全国门店内页 */
.in-store{background-color: #eee; min-height: 800px;}
.in-store .search{width: 100%}
.in-store .search select{width: 25%; margin-right: 15px; height: 50px; box-sizing: border-box; line-height: 50px; border:1px solid #969697;background:#fff url(/images/icon_down.png) no-repeat right center; background-size: 30px 20px; font-size: 18px; padding-left: 20px;}

.in-store .search{margin-top: 30px;}
.in-store .search>div{height: 50px; line-height: 50px; }
.in-store .search>div input{background-color:#fff; box-shadow: none; border:0; font-size: 18px; padding-left: 20px; padding-right: 20px;box-sizing: border-box; border:1px solid #969697; border-right: 0; flex-grow: 1;height: 50px; line-height: 50px;}
.in-store .search>div .btn{height:50px; width: 80px; flex-shrink: 0; background-color: #1a1e79; color: #fff; font-size: 18px; line-height: 48px; border:1px solid #1a1e79; padding: 0;}
.in-store .container{padding-left: 5px; padding-right: 5px;}
.in-store .my-pro-list{padding-top: 30px;}

.bigbox{z-index: 200; position: fixed; left: 0; top: 0; width: 100%; height:100%; background-color: rgba(0, 0, 0, .9); display: none; }
.bigbox .p1{width: 100%; height:100%;}
.bigbox .p1 img{max-width: 500px; max-height: 500px;}
.bigbox .p1 p{text-align: center; margin-top: 10px; font-size: 14px; color: #fff;}

/* 招商加盟内页 */
.injoin{margin-top: 20px; padding: 0;}
.inactr{ padding: 0;}
.injoin .inactr .box1{margin-top: 0;}




/* 赋能内页 */
.in-funeng{padding: 0;}
.in-funeng .main{height: 600px; position: relative;}
.in-funeng a{width: 35%; height: 600px; border: 5px solid #fff; margin: 0 80px; box-sizing: border-box; text-align: center; padding:0 25px; position: relative; border-radius:0; 
}
.in-funeng a img{width: 80%;}
.in-funeng a img:nth-child(2){width: 70%; margin-top: 50px;}
.in-funeng a p{font-size: 30px; height: 50px; line-height: 50px; text-align: center; width: 100%; position: absolute; bottom: 0; left: 0;}
.in-funeng a p.tit1{color: #ccc;}
.in-funeng a p.tit2{color: #ccc;}
.in-funeng a p.tit3{color: #ccc;}
.in-funeng a:nth-child(1){margin-top: 0px;}
.in-funeng a:nth-child(2){margin-top: 0;}
.in-funeng a:nth-child(3){margin-top: 0;}
.in-funeng a:hover{background-color: #1c2079;}
.in-funeng a:nth-child(1):hover{margin-top: -30px;  border-color: #1c2079; }
.in-funeng a:nth-child(1):hover p{color: #fff;}
.in-funeng a:nth-child(2):hover{margin-top: -30px; border-color: #1c2079;}
.in-funeng a:nth-child(3):hover{margin-top: -30px;border-color: #1c2079;}


/*分页*/
.m-pagination{height:36px;color:#666; padding-bottom:80px;}
.m-pagination .inner{display:inline-block; list-style-type:none; clear:both; padding-bottom:20px;}
.m-pagination .inner ul{display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;}
.m-pagination .inner li{ font-size:22px; padding: 10px; margin: 0 5px; }
.m-pagination .inner li:first-child,.m-pagination .inner li:last-child{font-size: 30px; padding:0 10px 5px 10px;}

.m-pagination .inner li.active{ color:#1a1e79; font-size: 30px;}
.m-pagination .inner li a{color: #999;}
.m-pagination .inner li:first-child a,.m-pagination .inner li:last-child a{color: #000;}
.m-pagination .inner .btn,.m-pagination .inner .page,.m-pagination .inner .hidden,.m-pagination .inner .selected{display:inline-block;min-width:16px;_width:16px;height:auto;padding:5px 10px; box-sizing: border-box; border:1px solid #f0f0f2;line-height:24px;white-space:nowrap;font-family:Arial,Tahoma,SimSun;text-align:center;vertical-align:top;text-decoration:none;color:#333;font-size:24px; margin:0 3px; border-radius:0; font-weight: normal;}
.m-pagination .inner .btn:hover,.m-pagination .inner .page:hover,.m-pagination .inner .selected{border-color:#000;color:#fff;background-color:#000;}

.m-pagination .inner .prev,#list-page .m-pagination .inner .next{position:relative;width:60px;}
.m-pagination .inner .prev{padding-left:20px;}
.m-pagination .inner .next{padding-right:20px;}
.m-pagination .inner .text{display:inline-block;padding-left:10px;}
.m-pagination .inner .num{width:30px;height:18px;border:solid 1px #999;text-align:center;}


/*弹出框*/
.fade {opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear}
.fade.in {opacity: 1}
.modal-open {overflow: hidden}
.modal{ position:fixed; left:0; top:0; right:0; bottom:0; z-index:1040; display:none; overflow:hidden;-webkit-overflow-scrolling:touch; outline:0}
.modal.fade .modal-dialog{
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)}
.modal-open .modal {overflow-x: hidden;overflow-y: auto}
	.modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: #000}
	.modal-backdrop.fade {filter: alpha(opacity=0);opacity: 0}
	.modal-backdrop.in {filter: alpha(opacity=50);opacity: .5}
	
	.modal-content{position: relative;background-color: #fff;border: 1px solid #999;border: 1px solid rgba(0,0,0,.2);outline: 0;
		-webkit-background-clip: padding-box;
		background-clip: padding-box; 
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		box-shadow: 0 3px 9px rgba(0,0,0,.5);
		}
	
		.modal-header {min-height: 16.42857143px;padding: 15px;border-bottom: 1px solid #eee; position:relative}
		.modal-header .close{position:absolute; right:10px; top:10px}
		.modal-header h3,.modal-header .modal-title{margin:0; padding:10px 0; font-size:16px}
	
		.modal-body {position:relative;padding: 15px;overflow-y:visible;word-break:break-all; clear:both;}
			.modal-form {margin-bottom: 0}
	
		.modal-footer {padding:15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #eee;*zoom: 1}
		.modal-footer:before,.modal-footer:after {display: table;content: ""}
		.modal-footer:after {clear: both}
		.modal-footer .btn + .btn {margin-left: 5px;margin-bottom: 0}
		.modal-footer .btn-group .btn + .btn {margin-left: -1px}
		.modal-footer .btn-block + .btn-block {margin-left: 0}
		
	.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll}
	
	.radius .modal-content{ border-radius:6px}
	.radius .modal-footer{ border-bottom-left-radius:6px; border-bottom-right-radius:6px}




@media (max-width: 320px) {
}


@media (max-width: 765px) {
	.plr-10{padding: 5px;}
	
	
}


@media ( min-width : 768px) and (max-width: 991px) {
	.container{width:990px;}
	.pro-rollpicshow1 li{padding:3px 2px; width:37px; height:37px;}
	.pro-rollpicshow1 li img{ width:37px;}
	.pro-rollpic1 .prev{margin-top:8px;padding-right:5px;}
	.pro-rollpic1 .next{margin-top:8px; padding-left:0;}
	.homeZhaoshang .container div:nth-child(2){width:550px; right: 100px;bottom: 50px;}

	
	/* 首页关于我们 */
	.index-part2 .swiper-slide .con{width: 330px; height: 260px; bottom: 30px; left: 20px; padding:20px 30px 50px 30px;}
	.index-part2 .swiper-slide .con h3{font-size: 24px;}	
	.index-part2 .swiper-slide .con pre{font-size: 14px;line-height: 28px;}
	.index-part2 .box2 ul li b{ font-size: 30px}
	
	/* 首页新闻*/
	.index-part5 .box1 li{height:200px;}
	
	/*视频*/
	.index-part6 .box1 a{height: 265px;position: relative;}
	.index-part6 .box1 a .img{height:265px;}
	
	/*首页工程+门店*/
	.index-part7 .box1{ height:400px; }
	.index-part7 .box1 .box1-1{top:20px; left:30px;}
	.index-part7 .box1 .box1-2{bottom:20px; right: 30px;}
	.index-part7 .box1 .box1-1 h2{font-size: 28px; line-height: 32px;}
	.index-part7 .box1 .box1-1 h1{font-size: 24px;}
	.index-part7 .box1 .box1-2 h1{font-size: 40px;}
	.index-part7 .box1 .box1-2 h3{font-size: 16px;}
	.index-part7 .box2 .box2-1{padding: 5% 5%; height:180px;}
	.index-part7 .box2 .box2-1 img.jixiangwu{height: 60px;}
	.index-part7 .box2 .box2-1 h1{font-size: 26px; line-height:35px;}
	.index-part7 .box2 .box2-1 p{margin-top: 10px;  line-height: 30px; font-size: 14px;}
	.index-part7 .box2 .box2-2{margin-top: 30px;}
	
	.index-part7 .box2 .box2-2 a{height:175px;}
	.index-part7 .box2 .box2-2 a .img{height: 125px;}
	
}
@media ( min-width : 992px) and (max-width: 1299px) {
	.container{width:990px;}
	.plr-10{padding: 5px;}
	.homeZhaoshang .container div:nth-child(2){width:550px; right: 150px;bottom: 50px;}

	
	/* 页头 */
	.my-navbar>div .item .oneclass a{margin-right: 20px;width: 160px;}
	.my-navbar>div .item .oneclass a .img{width: 160px; height: 107px;}
	
	/* 首页关于我们 */
	.index-part2 .box2 ul li b{ font-size: 30px}
	
	/* 首页招商 */
	.index-part4 .box1 .swiper-slide{height: 330px;}
	.index-part4 .box1 a .img{width: 230px; height:330px;}
	.index-part4 .box1 a .con{flex-grow: 1; padding: 0 10px 0 15px;}
	.index-part4 .box1 a .con h2{font-weight: bold; font-size: 28px;}
	.index-part4 .box1 a .con h5{font-size: 12px;}
	.index-part4 .box1 a .con p{line-height: 20px; font-size: 14px; margin-top: 10px;}
	.index-part4 .box1 .right{height: 330px;padding:15px 30px;}
	.index-part4 .box1 .right h1{font-size: 18px; line-height:30px;}
	.zx-new-1{width:100%; padding:10px 10% 20px 10%; }

	/* 首页新闻*/
	.index-part5 .box1 li{height:230px;}
	
	/*视频*/
	.modal-dialog{width:750px; height:650px;}	
	.modal-content iframe{ width:100%; height:500px;}
	.index-part6 .box1 a{height: 310px;position: relative;}
	.index-part6 .box1 a .img{height:310px;}
	
	/*首页工程+门店*/
	.index-part7 .box1{ height:400px; }
	.index-part7 .box1 .box1-1{top:20px; left:30px;}
	.index-part7 .box1 .box1-2{bottom:20px; right: 30px;}
	.index-part7 .box1 .box1-1 h2{font-size: 28px; line-height: 32px;}
	.index-part7 .box1 .box1-1 h1{font-size: 24px;}
	.index-part7 .box1 .box1-2 h1{font-size: 40px;}
	.index-part7 .box1 .box1-2 h3{font-size: 16px;}
	.index-part7 .box2 .box2-1{padding: 5% 5%; height:180px;}
	.index-part7 .box2 .box2-1 img.jixiangwu{height: 60px;}
	.index-part7 .box2 .box2-1 h1{font-size: 26px; line-height:35px;}
	.index-part7 .box2 .box2-1 p{margin-top: 10px; line-height: 30px; font-size: 14px;}
	.index-part7 .box2 .box2-2{margin-top: 30px;}
	.index-part7 .box2 .box2-2 a{height:175px;}
	.index-part7 .box2 .box2-2 a .img{height: 125px;}
	
	/* 产品展示页 */
	.pview-right-3>div:nth-child(1){padding: 10px; }
	.pview-right-3>div:nth-child(1)>img{width: 100px; height: 100px; margin-right: 15px;}
	.pview-right-3>div:nth-child(1)>div{height:100px; padding: 25px 20px 0 15px; font-size: 14px;}
	.pview-right-3 .hits{text-align: right; padding-right: 30px; font-size: 14px;}
	.pview-rmid td{padding:10px 0 5px 0;}
	.pro-detial .left.fixed{left: 2%; width: 280px;}
	
	.brandlogo #brandSwiper .swiper-slide img{width: 85px; margin: 0 5px;}
	
}
/* @media ( min-width : 1200px) and (max-width: 1299px) {
	
} */
@media ( min-width : 1300px) {
	.plr-10{padding: 10px;}
	.container{width:1270px;}
	
	/* 首页招商 */
	.index-part4 .box1 .swiper-slide{height: 400px;}
	.index-part4 .box1 a .img{width: 300px; height:400px;}
	
	/* 首页新闻*/
	.index-part5 .box1 li{height:250px;}
	
	/*视频*/
	.modal-dialog {width:900px; height:700px;}
	.modal-content iframe{ width:100%; height:600px;}
	
	/*首页工程+门店*/
	.index-part7 .box1{ height:510px; }
	.index-part7 .box1 .box1-1{top:30px;}
	.index-part7 .box1 .box1-2{bottom:30px;}
	.index-part7 .box1 .box1-1 h2{font-size: 30px; line-height: 36px;}
	.index-part7 .box1 .box1-1 h1{font-size: 28px;}
	.index-part7 .box1 .box1-2 h1{font-size: 50px;}
	.index-part7 .box1 .box1-2 h3{font-size: 18px;}
	.index-part7 .box2 .box2-1{box-sizing: border-box;padding: 5% 10%; height:250px;}
	.index-part7 .box2 .box2-1 h1{font-size: 32px;}
	.index-part7 .box2 .box2-1 h1 span{font-size: 45px;}
	.index-part7 .box2 .box2-2{margin-top: 40px;}
	.index-part7 .box2 .box2-2 a{height:208px;}
	.index-part7 .box2 .box2-2 a .img{height: 158px;}
	
	.pro-detial .left.fixed{left: 2%}
	
	.brandlogo #brandSwiper .swiper-slide img{width: 105px; margin: 0 10px;}
	
	/* 左侧分享 */
	.zhengwen .share-out.on{left:20px;}
	
	
}
@media ( min-width : 1400px) {
	/* 页头 */
    .my-navbar>div .item .left{width:25%;}
    .my-navbar>div .item .oneclass{width: 75%;}
    .my-navbar>div .item .oneclass a{margin-right: 20px;width: 160px;}
	.my-navbar>div .item .oneclass a .img{width: 160px; height: 107px;}
	.pro-detial .left.fixed{left: 4%}
	
	.moreRight.fixed{width:300px;position: fixed; top:140px;}
	.new-more li a{font-size: 16px;}
	
	
}
@media ( min-width : 1500px) {
	/* 页头 */
	.my-navbar>div .item .left{width:20%;}
	.my-navbar>div .item .oneclass{width: 80%;}
	.my-navbar>div .item .oneclass a{margin-right: 30px;}
	
	.index-part7 .box2 .box2-1{box-sizing: border-box;padding: 5% 5%; height:250px;}
	
	.pro-detial .left.fixed{left: 6%}
	
	.brandlogo #brandSwiper .swiper-slide img{width: 110px; margin: 0 10px;}
	
	.my-download div img{ width:90%; padding:10px 5%; max-height: 260px; overflow: hidden;}
	
	.moreRight.fixed{width:350px;position: fixed; top:140px;}
	.rwlist{width: 300px !important;}
	.rwlist .swiper-slide{width:300px !important;}
	.rwlist a .img{width:100%; height:330px; overflow: hidden;}
	.rwlist a .con p{
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
	
	/* 左侧分享 */
	.zhengwen .share-out.on{left:50px;}
	
}

@media ( min-width : 1600px) {
	/* 页头 */
	.my-navbar>div .item .oneclass a{margin-right: 50px;}
	.my-navbar>div .item{padding: 20px 0 0 0; }
	.container{width: 1500px;}
	
	.my-aboutus .container{width: 1270px;}
	
	
	/*视频*/
	.index-part6 .box1 a{height: 480px;position: relative;}
	.index-part6 .box1 a .img{height:480px;}
	.index-part7 .box2 .box2-1{box-sizing: border-box;padding: 5% 15%; height:250px;}
	
	.brandlogo #brandSwiper .swiper-slide img{width: 130px; margin: 0 15px;}
	
	/* 品牌内页 */
	.my-aboutus .part2-list .item .con h2 {font-size: 28px;}
	.my-aboutus .part2-list .item .con h4 {font-size: 14px;}
	

}
@media ( min-width : 1700px) {
	/* 页头 */
	.my-navbar>div .item .left{width:25%;}
	.my-navbar>div .item .oneclass{width: 75%;}

	/* 左侧分享 */
	.zhengwen .share-out.on{left:120px;}
}






