body{
	margin: 0 auto;
}

.display-re{
	position: relative;
}

ul{
	margin-bottom: 0;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}


.list{
	width: 100%;
	height: 700px;
	background-color: #000;
	border-top: 1px solid #252525;
}

.list .swiper-button{
	opacity: .8;
}

.list .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
 

/*****intro*****/
.intro{
	background: url("/index/images/intro.jpg") center no-repeat;
	background-size: contain;
	height: 662px;
}

.txt{
	font-size: 18px;
	padding: 300px 130px 0 564px;
	height: 540px;
	color: #9a9a9a;
	text-indent: 40px;
}

.intro .msg{
	position: absolute;
	top: 305px;
	line-height: 32px;
}

.memo{
	position: absolute;
	top: 195px;
	left: 523px;
	text-align: center;
}

.main ul li{
	float: left;
	padding-right: 45px;
}

.memo h3{
	color: #191919;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 120%;
	text-shadow: 1px 1px 1px #999, 2px 2px 2px #888;
}

.memo i{
	color: #191919;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 80%;
	font-style: normal;
}

.memo .sep{
	font-size: 10px;
	height: 8px;
	line-height: 8px;
}

.memo h6{
	color: #b9b9b9;
	font-weight: 100;
	font-size: 80%;
}

.intro .title{
	position: absolute;
	top: 110px;
	right: 555px;
	text-align: center;
	font-size: 110%;
}

.title img{
	width: 100px;
}

.title .small{
	font-size: 75%;
}

.ch-item{
	width: 260px;
	height: 260px;
	border-radius: 50%;
	position: absolute;
	top: 210px;
	left: 200px;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.ch-info{
	position: absolute;
	background: rgba(16,16,16, 0.7);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}

.ch-info h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	padding: 65px 0 0 16px;
	height: 110px;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	text-align: left;
}

.ch-info p{
	color: #fff;
	padding: 15px 0;
	margin: 0 30px;
	font-size: 22px;
	border-top: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a{
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover{
	color: #101010;
	color: rgba(255,242,34, 0.8);
}


.txt:hover .ch-info{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p{
	opacity: 1;
}

.ch-grid{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before{
	content: '';
    display: table;
}

.ch-grid:after{
	clear: both;
}

.ch-grid li{
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

/*****product*****/
.list-white{
	height: 740px;
}

.list-white .list-left{
	height: 600px;
	float: left;
	width: 400px;
}

.list-white .item{
	height: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
}

a.item-link:link, a.item-link3:link{
	color: #000;
	text-align: center;
	text-decoration: none;
}

.list-white .list-left .item1{
	left: 0;
	top: 0; 
	background: url("/index/images/list-white1.jpg") center no-repeat;
}

.list-white .list-left .item2{ 
	left: 400px; 
	top: 0; 
	background: url("/index/images/list-white2.jpg") center no-repeat;
}

.list-white .list-right{
	float: left;
	width: 800px;
	height: 540px;
}

.list-white .item3{
	height: 540px; 
	right: 0; 
	top: 0; 
	background: url("/index/images/list-white3.jpg") center no-repeat;
}

.list-white .list-left a.item-link{
	position: absolute;
	top: 124px;
	left: 120px;
	width: 120px;
	height: 36px;
	border: 1px solid #eee;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	line-height: 36px;
	opacity: .6;
	border-radius: 2px;
}

.list-white .list-right a.item-link3{
	position: absolute;
	top: 244px;
	left: 360px;
	width: 120px;
	height: 36px;
	border: 1px solid #eee;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	line-height: 36px;
	opacity: .6;
	border-radius: 2px;
}

/*****news*****/
.list-black{
	width: 100%;
	background-color: #101010;
	height: 570px;
	padding: 40px 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
}

.list-black .title img{
	width: 85px;
}

.indnews{
	overflow:hidden;
	height: 480px;
	width: 100%;
	color: #fff;
	padding-top: 30px;
}

.indnewsmain{
	overflow:hidden; 
	position:relative; 
	width:1300px; 
	margin:0 auto;
}

.indnewsmain .bd ul li:hover{ 
	text-decoration: underline; 
}

.indnewsmain .bd ul{ 
	overflow:hidden; zoom:1; 
}

.indnewsmain .bd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	height:320px; 
	margin-bottom:5px; 
	-webkit-box-shadow: 3px 3px 3px #c9c6c0;
    -moz-box-shadow: 3px 3px 3px #c9c6c0;
    box-shadow: 3px 3px 3px #c9c6c0;
}

.indnews .ltitle div {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
}
.indnews .ltitle p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    background: url(../images/lindex_29.png) no-repeat center;
    width: 240px;
    line-height: 19px;
    margin: 0 auto 15px;
    font-family: "Arial";
}

.i-news-con {
    width: 625px;
	padding: 0 25px 0 0;
	margin: 14px 0;
	height: 75px;
	border-right: 1px solid #666;
	overflow: hidden;
}

.i-news .left-wrap li:hover .i-news-con {
	border-right: 1px solid #1b2d76;
}

.indnews .left-wrap {
    width: 730px;
	margin-right: 25px;
	height: 365px;
}

.i-news-con .i-news-ti {
    font-size: 20px;
    color: #eee;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 560px;
}

.i-news-con p {
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
        
}

.i-news-time {
    padding: 0 15px;
    margin: 15px 0;
    width: 90px;
}

.i-news-time .i-news-day {
    font-size: 44px;
    color: #5e5e5e;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.i-news-time p {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.indnews .right-wrap {
    width: 445px;
    height: 325px;
    overflow: hidden;
}

.indnews  .right-wrap img {
    transition: 1200ms;
    height: 100%;
}

.cover{
	position: absolute;
	background:#000;
	width: 100%;
	opacity: .8;
	padding: 10px 30px;
}

.cover h3{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;
	font-size: 160%;
	letter-spacing: 1px;
}

.right-wrap a{
	color: #fff;
}

.indnews  .right-wrap1:hover img {
    transform: scale(1.1);
}

.indnews-con{
	height: 380px;
}

.indnews-con a:hover .i-news-ti{
	color: #fff;
}


.i-news-bot {
    color: #fff;
    margin: 0 auto;
    height: 35px;
    padding: 0 20px;
    width: 200px;
}

.i-news-bot a {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-transform:uppercase;
    font-size:16px;
    border-radius: 18px;
    background-color: #0181dc;
 }

.i-news-bot a:link {
    color: #eee;
}

.i-news-bot a:hover {
    text-shadow: 1px 1px 1px #333,
    2px 2px 2px #444;
    text-decoration: none;
}


.i-news-arrow{
	font-size:20px;
	padding-right:10px;
	vertical-align: middle;
}

.list-white img{
	width: 100%;
	padding: 50px 0;
}

#tab-content1{
	padding-top: 100px;
}

.list-space-show .title{
	position:absolute;
	top:10px;
	width:200px;
	margin:0 auto;
}

.list-space-show{
	border-bottom: 1px solid #252525;
	background-color: #000;
	padding-top: 50px;
	height: 570px;
}

.list-space-show img{
	width: 220px;
}


.list-space-show .swiper-swrapper{
	z-index: 99;
}

.list-space-show .swiper-slide{
	position: relative;
	z-index: 999;
}

.list-space-show .swiper-wrapper > a {
	position: relative;
	z-index: 999;
	transform: scale(1, 1);
	transition: .3s transform;
}

.list-space-show .swiper-wrapper > a:hover {
	transform: scale(1.1, 1.1);
	transition: .3s transform;
}

.cf:before, .cf:after {
	display: table;
	content: "";
	line-height: 0;
}

.cf:after {
	clear: both;
}

#tab-content1 .tab-pane{
	display: none;
}

#tab-content1 .active{
	display: block;
}

.space-width .swiper-button-prev,
.space-width .swiper-button-next {
  position: absolute;
  top: 42%;
  width: 63px;
  height: 44px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 63px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.space-width .swiper-button-prev.swiper-button-disabled,
.space-width .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.space-width .swiper-button-prev,
.space-width .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 500px;
  right: auto;
}

.space-width .swiper-button-next,
.space-width .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 500px;
  left: auto;
}

#tab-content1 .tab-content > .tab-pane{
	z-index: 9;
}

/*****product*****/
.list-gray{
	background-color: #ebe6e6;
	height: 782px;
	padding: 40px 0;
}


.list-gray img{
	width: 100%;
	padding: 50px 0;
}

.tab-list{
	width: 100%;
	margin: 0 auto;
}

.tab-img{
	background: url("/index/images/tab-img.jpg") center no-repeat;
	height: 505px;
	width: 368px;
	float: left;
	background-size: contain;
}

.tab{
	float: left;
	width: 820px;
	padding-left: 40px;
}

.home .prop{
	border-bottom: 1px solid #c7c7c7;
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	color: #000;
}

#list-tab{
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	border-top: 1px solid #878787;
}

#list-tab a{
	font-size: 16px;
	color: #000;
	text-align: center;
}

.nav-tabs{
	border: 0;
}

#tab-content{
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #878787;
	height: 444px;

}

.nav-tabs > li{
	width: 25%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #878787;
}

.nav-tabs > li > a{
	background-color: #ddd;
	border: 0;
	border-radius: 0;
	margin-right: 0;
	border-bottom: 1px solid #878787;
	font-weight: bold;
	height: 60px;
	line-height: 36px;
	color:  #7d7d7d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;
	background-color: #ebe6e6;
	color: #fff;
}

.list-space-show .list-tab > a{
	background-color: transparent;
	border: none;
}

.space-width .swiper-slide{
	width: 614px;
	height: 350px;
	position: relative;
}

li.active{
	margin-bottom: -1px;
}

.home{
	padding: 10px 20px 0;
}

.home img{
	width: 152px;
	padding-bottom: 20px;
}

.home > li{
	float: left;
	margin: 0 14px;
}

/*****case*****/
.list-black1{
	width: 100%;
	background-color: #000;
	height: 610px;
	padding: 70px 0;
}
.bg-color{
	border: 1px solid #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.msg div{
	height: 300px;
}

.msg p{
	font-size: 110%;
}

.msg h2{
	color: #fff;
	text-shadow: 0 0 0px #fff, 0 1px 2px rgba(0,0,0,.9);
	letter-spacing: 1px;
	line-height: 50px;
}

.view{
	float:left;
	background: url("/index/images/view.jpg") center no-repeat;
	height: 496px;
	width: 368px;
	float: left;
	background-size: contain;
}

.home1 li{
	float: left;
	padding: 0 16px 0;
}
.home1 img{
	width: 360px;
	height: 410px;
}

.home1 .prop{
	text-align: center;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin-top: -30px;
	padding-bottom: 20px;
}

.home1 a:hover{
	text-decoration: none;
}

.nav-tabs > li.sep{
	height:55px;
	line-height:55px;
	border-right:0;
	width:1px;
	color: #7d7d7d;
}

.nav-tabs > li.list-tab1{
	width: auto;
	border: 0;
	color: #7d7d7d;
}


.home li, .home1 li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}

.home li:hover, .home1 li:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.home > li > a{
	text-decoration: none;
}

/*****brand*****/
.brand{
	background: url("/index/images/brand.jpg") center no-repeat;
	background-size: contain;
	width: 100%;
	height: 460px;
}

/*****new-foot*****/
.new-foot{
	background-color: #101010;
	height: 380px;
	text-align: center;
}

.new-foot .btmlogo {
    width: 68px;
    padding-top: 50px;
}

.new-foot ul{
	width: 100%;
	padding: 40px 0 0 260px;
	overflow: hidden;
}
.new-foot li{
		line-height: 50px;

	float: left;
}

.new-foot li a{
	color: #434343;
	padding: 0 30px;

}

.new-foot a:hover{
	color: #999;
}
.new-foot .sep{
	height: 5px;

}

.new-foot .cp{
	color: #2c2c2c;
}

/*****foot*****/
.foot{
	background-color: #101010;
	width: 100%;
	height: 480px;
	overflow: hidden;
	color: #565656;
	padding-top: 30px;
}

.foot .qrcode {
    width: 248px;
    height: 286px;
    overflow: hidden;
    margin-right: 40px;
}

.foot .qrcode .btmlogo {
    width: 248px;
    margin: 8px auto 20px;
    display: block;
}

.foot .qrcode .btmqrcode {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    display: block;
}

.foot .qrcode h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    margin-top: 26px;
}

.foot .qrcode h3 span {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    font-weight: bolder;
    display: block;
}

.foot .fl img{
	margin-top: 40px;
	margin-bottom: 20px;
}

.foot .fl p{
	padding: 3px 0;
	line-height: 18px;
}

.foot .fl p a{
	color: #616161;
}

.foot .fl p a:hover{
	color: #b88326;
}

.foot .fr{
	margin-top: 40px;
}

.foot .fr dl{
	float:left;
	width:175px;
	padding: 26px 0 0 55px;
	font-size: 16px;
	text-align: center;
}

.foot .fr dl dt{
	margin-bottom:10px;
	font-size:22px;
}

.foot .fr dl dd{
	margin:0px;
	padding:0px;
	height: 28px;
	line-height: 28px;
}

.foot .fr dl dd a{
	color:#7a7a7a;
}

.foot .fr dl a:hover{
	color:#ddd;

}

.foot .fr dl dt a {
	font-size: 18px;
    color: #fff;
    font-weight: bolder;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
}

/*****article*****/
.article-wrap{
	padding: 30px 0;
}
.title-break h3 {
    font-size: 22px;
    color: #000;
}

.title-break h3 em{
	font-size: 14px;
	padding-left: 2px;
	vertical-align: -2px;
}

.title-break .break-nav{
	line-height: 60px;
}
.title-break .break-nav a,
.title-break .break-nav em,
.title-break .break-nav span {
	 float: left;
	 color: #999;
}
.title-break .sb-index {
	 background: url("../images/sb-index.png") no-repeat left center;
	 text-indent: 20px;
}
.title-break .break-nav em {
	 margin: 0 4px;
}

.title-break .break-nav a:hover {
	 color: #f39d01;
}
.submenu-bg {width: 100%;height: 0;background:rgba(255,255,255,.4);z-index:9999;}