body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{font:12px/1.5 Microsoft YaHei;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline: none}
table{border-collapse:collapse;border-spacing:0;}
div{box-sizing: border-box;}
body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
/*重置Chrome和Firefox的select边框样式*/border: 1px solid #000;
/*清除默认的select选择框样式*/appearance:none;-moz-appearance:none;-webkit-appearance:none;}
/*清除IE的默认选择框样式，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.fn-clear:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.float-tl {float:  left !important;}
.float-tr {float: right !important;}
.one-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.two-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.commom-top{
	margin-top: 140px;
}
.commom-top h1{
	font-size: 60px;
	margin-bottom: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.commom-top p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
}
body{
    background:#ffffff;
    min-width:1300px;
}

/* 公共头部 */
header{
	width:100%;
	height: 140px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left:0;
	padding:0 5.6% 0 8%;
	z-index: 9999;
	transition: all 400ms;
	/* min-width:1300px; */
	
}
header .float-tl img{
	margin-top: 60px;
}

header .float-tr li{
	float:left;
}
header .float-tr li a{
	padding:0 46px;
	font-size: 15px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 140px;
	-webkit-transition: color 200ms;
	transition: color 200ms;
	overflow: hidden;
	color: #182549;
}
header .float-tr li a span{color: #182549;}
header .float-tr li a .bkg {
    top: 100%;
    background-color: #182549;
    -webkit-transition: top 200ms;
    transition: top 200ms;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
header .float-tr li a:hover .bkg {top:0; }
header .float-tr li a:hover span{color: #FFFFFF;}
header.bg-header{background-color: rgba(255,255,255,0.5);
top:70px;transition: all 400ms;
}
.commom-top{
	margin-top: 140px;
}
footer{
	width: 100%;
	height: 450px;
	background-color: #171717;
	text-align: center;
	padding-top: 80px;
}
footer .foot-nav a{
	display: inline-block;
	padding: 0 14px;
	line-height: 90px;
	margin-top: 20px;
}
footer p{
	color: #dedede;
	font-size: 15px;
}
footer a{
	color: #dedede;
	font-size: 15px;
}
footer h2{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: solid 1px #ffffff;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 70px;
}
/* 右侧固定导航 */
.right-nav{width: 80px;position: fixed;top: 30%;right:0;z-index: 9999;padding: 20px 0;background-color: #182549;}
.right-nav .con-box{cursor:pointer;position:relative;text-align: center;width: 80px;height: 80px;}
.right-nav .con-box .k-con{display: block;}
.right-nav .con-box .k-con img{position: relative;margin-bottom: 15px;width: 80px;height: 80px;}
.right-nav .con-box:hover{background-color: #213b81;}
.right-nav .con-box .public-con{width: 140px;height: 140px;background-color: #213b81;display: none;position: absolute;top:0;right:80px;box-sizing:border-box;-moz-border-radius: 2px; -webkit-border-radius: 2px;border-radius:2px;background: #fff;-moz-box-shadow: 0 0 9px rgba(83,83,83,.14);-webkit-box-shadow: 0 0 9px rgba(83,83,83,.14);box-shadow: 0 0 9px rgba(83,83,83,.14);-webkit-animation: flipInX .8s ease-out;-moz-animation: flipInX .8s ease-out;animation: flipInX .8s ease-out;}
.right-nav .con-box .public-con img{display: block;width: 140px;height: 140px;}
/* 首页 */
.index-lunbo{
	width: 100%;
}
.index-lunbo .swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 150px;
	height: 4px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0;
	margin:0;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0
}
.index-lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .index-lunbo .swiper-pagination-custom, .index-lunbo .swiper-pagination-fraction{
	bottom: 60px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
}
.index2 {position: relative;margin-top: 170px;margin-bottom: 150px}
.index2 ul{position: relative;font-size: 0;}
.index2 ul li {overflow: hidden;}
.index2 ul li:first-child{width:33.33334%;position: absolute;top: 0;left: 0;height: 50%;}
.index2 ul li:first-child img{height: 100%;}
.index2 ul li.secLi{position: absolute;bottom: 0px;left: 0;width:33.33334%;height: 50%;}
.index2 ul li.thirdLi{position: absolute;left:33.33334%;bottom: 0px;width:33.33334%;height: 50%;}
.index2 ul li.lastLi{float: right;width:33.33334%;height: 100%;}
.index2 ul li.lastLi img{height: 100%;}
.index2 ul li img{width: 100%;  -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); display: block;max-height: auto }
.index2 ul li:first-child:hover img,.index2 ul li.thirdLi:hover img,.index2 ul li.lastLi:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.index2 .newSummer{position: absolute;left:33.3334%;top:0;background: #182548;width:33.33334%;height: 50%;color: #fff;}
.index2 .newSummer .con {position: absolute;height: 260px;top: 54%;margin-top: -130px;left: 50%;margin-left: -125px;text-align: center;}
.index2 .newSummer .con h2{
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #ffffff;}
.index2 .newSummer .con a{
	width: 250px;
	height: 50px;
	border: solid 1px #ffffff;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	margin-top: 40px;
}
.index2 .newSummer .con a:hover{
	background-color: #FFFFFF;
	color: #182548;
}
.index3{
	width: 100%;
	height: 900px;
	background: url(../images/playbg.jpg) no-repeat center;
	padding-top: 410px;
	background-size: cover;
}
.index3 #play{
	display: block;
	margin:0 auto
}
.index4{
	padding: 150px 0 50px 0;
	position: relative;
}
.index4 .swiper-button{
	width: 228px;
	height: 69px;
	border: solid 1px #182549;
	margin: 40px 0 0 45px;
	opacity: 0;
}

.index4 .swiper-button span{
	  border: solid #182549;
	  display: inline-block;
	  padding: 8px;
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
}
.index4 .swiper-button-next span{
	border-width: 0 2px 2px 0;
	margin:23px 0 0 48px 
}
.index4 .swiper-button-prev span{
	border-width: 2px 0 0 2px;
	margin:23px 0 0 48px
}
.index4 .swiper-button-next{
	width:113px;
	height: 67px;
	background-image: none;
	position: relative;
	right: 0;
	top:0;
	margin-top: 0;
}
.index4 .swiper-button:hover .swiper-button-next{
	background-color: #d3141b;
	
}
.index4 .swiper-button:hover span{
	border-color: #FFFFFF;
}
.index4 .swiper-button-prev{
	width:113px;
	height: 67px;
	background-image: none;
	position: relative;
	left: 0;
	top:0;
	margin-top: 0;
}
.index4 .swiper-button:hover .swiper-button-prev{
	background-color: #182549;
}
.index4 .swiper-button:hover{
	border-color: #ececec;
}
.index4 a.swiper-slide{
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f3f4f5;
}
.index4 a.swiper-slide .bg-img{
	position: absolute;
	width:100%;
	height: 100%;
	top:100%;
	left:0;
	z-index:1;
	overflow: hidden;
}
.index4 a.swiper-slide:hover .bg-img{
	top:0;
}
.index4 a.swiper-slide .bg-img img{
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.index4 a.swiper-slide .newsmain{
	width: 100%;
	padding:10% 8%;
	position: relative;
	z-index: 2;
	color: #000000;
}
.index4 a.swiper-slide .newsmain h1{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
	
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
} 
.index4 a.swiper-slide .newsmain p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	height: 90px;
} 
.index4 a.swiper-slide .newsmain h4{
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 4px;
	text-align: center;
}
.index4 a.swiper-slide:hover .newsmain{
	color: #FFFFFF!important;
	background-color: rgba(24,37,73,0.6);
}
.index4:hover .swiper-button{
	opacity: 1;
}
.index5{
	width: 100%;
	height: 800px;
	background-color: #ececec;
	padding-right: 10%;
}
.index5 .float-tl{
	width: 50%;
	height: 800px;
	background: url(../images/form.jpg) no-repeat center;
}
.index5 .form-out{
	width:600px;
	
}
.index5 .form-out h1{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 80px;
}
.index5 .form-out h1 span{
	font-weight: 100;
	font-size: 22px;
}
.index5 .form-out p.js{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: -1px;
	color: #000000;
	margin:30px 0 20px 0;
	text-align: justify;
}
.index5 form p{
    width: 600px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    padding:0 5%;
    margin:0 0 25px 0;
	border: solid 1px #ffffff;
}
.index5 form span{
    font-size: 16px;
    color: #8b8b8b;
    padding-right: 10px
}
.index5 form p input{
    border:none;
    width: 90%;
    font-size: 16px;
    color: #555
}
.index5 form .sub button{
	width: 220px;
	height: 60px;
	background-color: #182549;
	border: none;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 20px 0 0 380px;
}
.index6{
	width: 100%;
	height: 700px;
	background: url(../images/index6bg.jpg) no-repeat center;
	font-size: 0;
	background-size:cover ;
}
.index6 img{
	display: block;
	margin:0 auto;
}
.mb{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	display: none;
}
.mb .video-main{
	width: 1000px;
	margin:200px auto;
	position: relative;
}
.mb-close {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 52px;
  height: 52px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index:1002 ;
}
.mb-close:before, .mb-close:after {
  position: absolute;
  left: 25px;
  top:9px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #182549;
}
.mb-close:before {
  transform: rotate(45deg);
}
.mb-close:after {
  transform: rotate(-45deg);
}
.mb video{
	width: 1000px;
	height: auto;
	display: block;
	
	outline: none;
}
/* 产品列表 */
.cplist-top-img{
	margin-top: 140px;
}
.cplist-title{
	height: 500px;
	background-color: #ffffff;
}
.cplist-title div{
	width: 1200px;
	margin:0 auto
}
.cplist-title div img{
	margin:150px 0 40px 0
}
.cplist-title div p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #000000;
}
.cplist-main{
	width:100%;
	background-color: #ececec;
	padding:0 8% 100px 8%;
}
.cplist-main .cplist-left .splidt-left,
.cplist-main .cplist-right .splidt-right{
	width: 46%;
	margin-top: 140px;
	position: relative;
}
.cplist-main .cplist-left .splidt-left:before{
	position: absolute;
	width: 100%;
	height: 100%;
	left:40px;
	top:40px;
	content: '';
	background-color: #FFFFFF;
	z-index: 1;
	display: block;
}
.cplist-main .cplist-right .splidt-right:before{
	position: absolute;
	width: 100%;
	height: 100%;
	right:40px;
	top:40px;
	content: '';
	background-color: #FFFFFF;
	z-index: 1;
	display: block;
}
.cplist-main .swiper-container{
	width: 100%;
}
.cplist-main  .swiper-container img{
	width: 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1;}
.cplist-main .swiper-button{
	width: 228px;
	height: 69px;
	border: solid 1px #182549;
	margin-top: 70px;
}

.cplist-main .swiper-button span{
	  border: solid #182549;
	  display: inline-block;
	  padding: 8px;
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
}
.cplist-main .swiper-button-next span{
	border-width: 0 2px 2px 0;
	margin:23px 0 0 48px 
}
.cplist-main .swiper-button-prev span{
	border-width: 2px 0 0 2px;
	margin:23px 0 0 48px
}
.cplist-main .swiper-button-next{
	width:113px;
	height: 67px;
	background-image: none;
	position: relative;
	right: 0;
	top:0;
	margin-top: 0;
}
.cplist-main .swiper-button:hover .swiper-button-next{
	background-color: #d3141b;
	
}
.cplist-main .swiper-button:hover span{
	border-color: #FFFFFF;
}
.cplist-main .swiper-button-prev{
	width:113px;
	height: 67px;
	background-image: none;
	position: relative;
	left: 0;
	top:0;
	margin-top: 0;
}
.cplist-main .swiper-button:hover .swiper-button-prev{
	background-color: #182549;
}
.cplist-main .swiper-button:hover{
	border-color: #ececec;
}
.cplist-main .cplist-content{
	width: 76%;
	position: absolute;
	z-index: 2;
	top:30%
}
.cplist-main .cplist-left .cplist-content{
	left: 140%;
}
.cplist-main .cplist-right .cplist-content{
	right: 140%;
}
.cplist-main .cplist-content h2{
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}
.cplist-main .cplist-content h1{
	font-size: 45px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 40px;
}
.cplist-main .cplist-content p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
}
/* 以往作品00 */
.cpmain-bottom{
	background-color: #FFFFFF;
	padding-top: 90px;
}
.cpmain-bottom a{
	display: block;
	width:33.33333334%;
	float: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.cpmain-bottom a img{
	width: 100%;
	transition: all 1s ease 0s;
}
.cpmain-bottom a div{
	width:100%;
	height: 100%;
	line-height: 100%;
	z-index: 2;
	position: absolute;
	top:0;
	left:0;
	background: rgba(24,37,73,0.7);
	/* transition: all 0.3s; */
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 24%;
	text-align: center;
}
.cpmain-bottom a:hover div{
	top:100%
}
.cpmain-bottom a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

/* 产品详情 */
.buss-main {
	width: 100%;
	margin-top: 140px;
	position: relative;
}
.buss-main .view .swiper-container {
	width: 100%;
	position: relative;
}
.buss-main .view .swiper-container .swiper-slide{
	font-size: 0;
	width: 100%;
}
.buss-main .view .swiper-container .swiper-slide img{
	width: 100%;
}
.buss-main .view .swiper-container .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index:-1;
}

.buss-main .view .swiper-container .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index:-1;
}
.buss-main:hover .view .swiper-container .arrow-right{z-index: 10;}
.buss-main:hover .view .swiper-container .arrow-left{z-index: 10;}
.buss-main .preview {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	
}
.buss-main .preview .swiper-container {
	width: 100%;
}

.buss-main  .preview .swiper-slide {
	width: 33.33333%;
	cursor:pointer;
	position: relative;
	display: block;
	font-size: 0;
}
.buss-main  .preview .swiper-slide:before{
	position: absolute;
	content: "";
	width:100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	display: none;
	top:0;
	left:0
}
.buss-main  .preview .swiper-slide img {
	width: 100%;
}
.buss-main  .preview .swiper-slide.active-nav:before{
	display: block;
} 
.buss-main:hover .preview{
	z-index: 3;
}
/* 新闻列表页 */
.news-lunbo-out{
	width: 100%;
	height: 800px;
	background: url(../images/newtop.jpg) center no-repeat;
	background-size: cover;
	padding-top: 50px;
	
}
.news-lunbo{
	width:1300px;
	margin:0px auto;
	position: relative;
}
.news-lunbo .swiper-button-next{
	position: absolute;
	right: -100px;
	top:344px;
	background: none;
}
.news-lunbo .swiper-button-prev{
	position: absolute;
	left: -100px;
	top:344px;
	background: none;
}
.news-lunbo .swiper-slide{
	width: 1300px;
	color: #FFFFFF;
	position: relative;
}
.news-lunbo .swiper-slide .newsmain{
	width: 600px;
	height: 700px;
	background-color: #182549;
	padding: 85px 50px 0 66px;
}
.news-lunbo .swiper-slide .newsimg{
	width: 700px;
	position: relative;
	height: 700px;
	overflow: hidden;
}
.news-lunbo .swiper-slide .newsimg img{
	/* width: 100%; */
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	
}
.news-lunbo h5{
	font-size: 20px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}
.news-lunbo h1{
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0px;
	margin:60px 0 35px 0;
	height: 80px;
	font-weight: bold;
	color: #FFFFFF;
}
.news-lunbo p{
	font-size: 19px;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: 100;
}
.news-lunbo h4{
	font-size: 20px;
	position: absolute;
	bottom:66px;
	left: 60px;
}
.news-tab-out{
	width: 100%;
	height: 120px;
	background-color: #182549;
}
.news-tab{
	width: 1200px;
	margin:0 auto;
	font-size: 0;
	
}
	
.news-tab a{
	display: inline-block;
	width: 400px;
	text-align: center;
	padding-top: 30px;
	height: 120px;
	color: #FFFFFF;
}
.news-tab a p{
	font-size: 20px;
	
	line-height: 32px;
}
.news-tab a.news-tab-active{
	background-color: #FFFFFF;
	color: #182549;
	position: relative;
}
.news-tab a.news-tab-active:after{
	content: '';
	position: absolute;
	bottom: -28px;
	width: 58px;
	height: 29px;
	left:171px;
	background: url(../images/btmarr.png) no-repeat center;
}
.news-tab a.news-tab-active1{
	background-color: #FFFFFF;
	color: #182549;
	position: relative;
}
.news-tab a.news-tab-active1:after{
	content: '';
	position: absolute;
	bottom: -28px;
	width: 58px;
	height: 29px;
	left:171px;
	background: url(../images/btmarr.png) no-repeat center;
}
.news-list-out{
	width: 100%;
	padding: 75px 0;
	background-color: #ececec;
}
.news-list{
	width: 1000px;
	margin:0 auto
}
.news-list a{
	width: 480px;
	height: 550px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.news-list a.news-list-ji{
	margin-right: 40px;
}
.news-list a .news-list-bottom .news-small-img{
	width:100%;
	height: 380px;
	position: relative;
	overflow: hidden;
}
.news-list a .news-list-bottom .news-small-img img{
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	/* height: auto; */
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}
.news-list a .news-list-bottom .news-small-img h2{
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 30px;
}
.news-list a .news-list-content{
	width:100%;
	height: 170px;
	padding: 25px 30px;
}
.news-list a .news-list-content h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
	margin:10px 0 14px 0;
}
.news-list a .news-list-content p{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #8b8b8b;
}
.news-list a .news-list-up{
	position: absolute;
	width:100%;
	height: 100%;
	background-color: #182549;
	z-index: 9;
	top:0;
	left: 0;
	padding: 100px 40px 0 40px;
	opacity: 0;
}
.news-list a .news-list-up:before {
	content: "";
	width: 0px;
	height: 6px;
	background: #d3141b;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}
.news-list a:hover .news-list-up{
	opacity: 1;
}
.news-list a:hover .news-list-up:before {
	width: 100%;
	height: 6px;
}
.news-list a .news-list-up h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
.news-list a .news-list-up h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	margin:35px 0;
	text-align: center;
}
.news-list a .news-list-up p{
	font-size: 15px;
	line-height: 30px;
	color: #cdcfd4;
	height: 90px;
}
.news-list a .news-list-up h4{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}
.news-list a.big-news{
	width: 1000px;
	height: 550px;
	position: relative;
	overflow: hidden;
}
.news-list a.big-news img{
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}
.news-list a.big-news .news-list-up{
	left: 600px;
	width: 400px;
	padding-left: 60px;
	
}
.news-list a.big-news .news-list-up h2{
	text-align: left
}
.news-list a.big-news .news-list-up h1{
	text-align: left
}
.news-list a.big-news .news-list-up p{
	text-align: left
}
.news-list a.big-news .news-list-up h4{
	text-align: left
}
.news-list-out .more{
	width: 180px;
	line-height: 60px;
	background-color: #182549;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin:50px auto;
	cursor: pointer;
}
.newsxq-top{
	height: 800px;
	background-color: #182549;
	padding-left: 8%;
}
.newsxq-top .float-tl{
	width:44%;
	height: 800px;
	padding: 200px 4% 0 0%;
	position: relative;
}
.newsxq-top .float-tl h4{
	position: absolute;
	font-size: 35px;
	color: #a8aab3;
	font-weight: normal;
	bottom: 290px;
}
.newsxq-top .float-tl h4::after{
	position: absolute;
	width: 65px;
		height: 4px;
	content: '';
	background-color: #a8aab3;
	z-index: 2;
	top:90px;
	left: 0;
}
.newsxq-top .float-tl h1{
	font-size: 35px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
	text-align: left;
}
.newsxq-top .float-tr{
	width:56%;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.newsxq-main{
	max-width: 1300px;
	margin: 70px auto;
	min-width: 1000px;
}
.newsxq-main p{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}
.newsxq-main img{
	max-width: 100%;
	margin-bottom: 20px;
}
.news-show-icon{
	width: 1300px;
	margin: 0 auto 110px;
}
.news-show-icon a{
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-right: 24px;
}
.news-show-icon a.weixin{
	background: url(../images/news1.png);
}
.news-show-icon a.weixinq{
	background: url(../images/news2.png);
}
.news-show-icon a.weibo{
	background: url(../images/news3.png);
}
.news-more-tj{
	width: 100%;
	padding: 80px 8%;
	background-color: #ececec;
}
.news-more-tj .title{
	text-align: center;
	line-height: 130px;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.news-tj-main.news-list{
	width: 100%;
}
.news-list.news-tj-main a{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	height: auto;
}
.news-list.news-tj-main a .news-list-bottom .news-small-img{
	/* height: auto; */
}
.news-list.news-tj-main a .news-list-up{
	padding-top: 14%;
}
.news-list.news-tj-main a .news-list-up h4{
	bottom: 4%;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
}
.news-list.news-tj-main a .news-list-content{
	padding: 20px 5%;
}
.news-list.news-tj-main a img{
	width: 100%;
}
.news-list.news-tj-main a:nth-of-type(4n){
	margin-right: 0;
}
/* 门店详情 */
.shop-top{
	width: 100%;
	height: 860px;
	/* background: url(../images/shop.jpg) no-repeat center; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-select{
	width: 700px;
	padding-top: 200px;
	margin: 0 auto;
	color: #FFFFFF;
}
.main-select h1{
	font-size: 60px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 70px;
}
.main-select .city-select{
	width: 700px;
	height: 70px;
	position: relative;
	margin-bottom: 50px;
}
.main-select .city-select i{
	position: absolute;
	top:27px;
	right: 40px;
	z-index: 2;
}
.main-select .city-select select{ 
	width: 700px;
	height: 70px;
	padding-left: 50px;
	font-size: 20px;
	border: 1px solid #FFFFFF;
	border-color:transparent;
	background-color: rgba(24,37,73,0.3) ;
	padding-right: 35px;
	box-sizing: border-box;
	color: #ffffff;
}
option.optionbg{
	background-color: #FFFFFF;
	color: #000000;
}
.shop-top .city-submit{
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	margin-top: 80px;
}
.shop-main{
	width: 100%;
	background-color: #ecebe9;
	padding: 130px 8%;
}
.shop-main li{
	width: 30%;
	font-size: 0;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}
.shop-main li:nth-of-type(3n){
	
	margin-right: 0%;
}
.shop-main li img{
	width: 100%;
}
.shop-main li .shop-content{
	width: 100%;
	background-color: #FFFFFF;
	padding: 25px 30px;
	color: #000000;
	min-height: 180px;
}
.shop-main li .shop-content h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.shop-main li .shop-content p{
	font-size: 15px;
	line-height: 30px;
}
.shop-main li:hover .shop-content{
	color: #FFFFFF;
	background-color: #182549;
}

/* 加入 */
.join-top{
	height: 860px;
	/* background:url(../images/jointop1.png) center no-repeat; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 200px;
}
.join-top div{
	width: 580px;
	margin:0 auto
}

.join-top a{
	margin-top: 80px;
	display: inline-block;
	width: 250px;
	line-height: 60px;
	border: solid 2px #58607c;
	font-size: 18px;
	color: #FFFFFF;
}
.join-top a:first-child{
	margin-right: 40px;
}
.join-top a:hover{
	background-color: #FFFFFF;
	color: #0b1436;
}
.join1{
	width: 100%;
	padding: 90px 8%;
	background-color: #ececec;
}
.join1 li{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.join1 img{
	width: 100%;
}
.join1 .float-tl,.join1 .float-tr{
	width: 55.6%;
	font-size: 0;
}
.join1 .join-common{
	width: 48%;
	background-color: #FFFFFF;
	padding: 60px 6% 60px 6%;
	position: absolute;
	bottom: 0;
	min-height: 450px;
}
.join1 li:last-of-type .join-common{
	top: 0;
	bottom: auto;
}
.join1 .join-common h2{
	font-size: 30px;
	line-height: 100px;
	font-weight: bold;
}
.join1 .join-common p{
	font-size: 16px;
	line-height: 50px;
	color: #8b8b8b;
}
.join1 .join-common.join-left{
	right: 0;
}
.join1 .join-common.join-right{
	left: 0;
}
.join1 .join-common:hover{
	background-color: #182549;
	color: #ffffff;
}
.join1 .join-common:hover p{
	color: #ffffff;
}
.join2{
	width: 100%;
	padding: 90px 8%;
	background-color: #FFFFFF;
}
.join2 .float-tr img{
	width: 100%;
	display: none;
}
.join2 .float-tr img.join-show{
	display: block;
} 
.join2 .float-tr{
	width: 60%;
}

.join2 .float-tl{
	width: 30%;
	padding-left:3%;
}
.join2 .float-tl h1{
	font-size: 35px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 48px;
	margin-top: 30px;
}
.join2 .float-tl p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	color: #000000;
}
.join2 .float-tl h2{
	font-size: 0;
}
.join2 .float-tl a{
	display: inline-block;
	width: 170px;
	line-height: 60px;
	border: solid 2px #182549;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	color: #000000;
	margin-top: 40px;
}
.join2 .float-tl a.join-active{
	background-color: #182549;
	color: #FFFFFF;
}

/* 企业文化 */
.culture-top{
	height: 860px;
	width: 100%;
	padding-top: 230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.culture-top a{
	display: inline-block;
	width: 260px;
	height: 60px;
	border: solid 2px #7b8aa2;
	font-size: 18px;
	line-height: 60px;
	vertical-align: middle;
	padding-left: 63px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 70px;
}
.culture-top a img{
	vertical-align: middle;
	margin-right: 17px;
}
.culture1{
	width: 100%;
	font-size: 0;
	padding: 0 9%;
	background-color: #182549;
	height: 260px;
}
.culture1 li{
	width: 25%;
	height: 260px;
	text-align: center;
	padding: 0 3%;
	float: left;
	color: #FFFFFF;
}
.culture1 li h1{
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 50px;
	line-height: 260px;
}
.culture1 li p{
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 40px;
	display: none;
	margin-top: 35%;
}
.culture1 li:last-of-type p{
	margin-top: 35%;
}
.culture1 li:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.culture1 li:hover h1{
	display: none;
}
.culture1 li:hover p{
	display: block;
}
.culture2 {
	font-size: 0;
}
.culture2 img{
	width: 100%;
}
.culture3{
	height: 400px;
		background-color: #ffffff;
		text-align: center;
		color: #000000;
}
.culture3 h1{
	font-size: 45px;
	font-weight: normal;
	margin:100px 0 50px 0;
}
.culture3 p{
	font-size: 20px;
		
		font-stretch: normal;
		line-height: 60px;
}
.join2-1{
	width: 100%;
	height: 780px;
	/* background: url(../images/join2top.png) center no-repeat; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	
.join2-2 {
	width:100%;
	padding: 0 5%;
	margin-bottom: 100px;
	position: relative;

}
.join2-2 h1{
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
}
.join2-2 h2{
	font-size: 20px;
	margin: 40px 0 20px 0;
	font-weight: 100;
}
.join2-2 p{
	font-size: 16px;
	line-height: 30px;
}
.join2-2 .float-tl{
	width:50%;
	padding: 30px 4%;
	background-color: #182549;
	height: 850px;
	margin-top: -430px;
	color: #FFFFFF;
}
.join2-2 .float-tr{
	width:45%;
	background-color: #FFFFFF;
	margin-top: 0;
	color: #000000;
	padding: 30px 2%;
}
.join2-2   .arrow-right{
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 67px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 9;
}
.join3{
		padding: 30px 8% 80px 8%;
		position: relative;
		margin-top: -430px;
		
	}
	.join3 .swiper-wrapper .swiper-slide{
		padding: 0px 5%;
		height: 330px;
		overflow: hidden;
		height: 850px;
		padding-top: 430px;
		
	}
	.join3 .swiper-wrapper .swiper-slide h1{
		font-size: 30px;
		font-weight: bold;
		margin-top: 30px;
	}
	.join3 .swiper-wrapper .swiper-slide h2{
		font-size: 20px;
		margin: 40px 0 20px 0;
		font-weight: 100;
	}
	.join3 .swiper-wrapper .swiper-slide p{
		font-size: 16px;
		line-height: 30px;
	}
	.join3 .swiper-wrapper .swiper-slide:hover{
		background-color: #182549;
		color: #FFFFFF;
		padding-top: 40px;
	}
	.join3  .swiper-button-next{
		background: url(../images/index_tab_r.png) no-repeat left bottom;
		position: absolute;
		right: 5%;
		top: 70%;
		margin-top: -25px;
		width: 28px;
		height: 51px;
		z-index: 9;
	}


.fenye { text-align: center;  margin-top: 15px;}
.fenye .current {width: 30px; height: 78px; background: #fff; padding: 9px 13px;  line-height: 78px;margin: 10px 5px; color: #666; float: none;}
.fenye a { color: #666; width: 30px; height: 78px; padding: 9px 13px; border: 1px solid #ccc;line-height: 78px;margin: 3px;background:#f7f7f7;}
.fenye .on {width: 30px; height: 78px;padding: 5px 10px;  line-height: 78px;margin: 10px 5px; color: #000; float: none;border: 0;
	background: none;}
#fanyePage{width:30px;height:28px; text-align:center}
#pagebutton{width:50px;height:35px; background:#f7f7f7; border: 1px solid #ccc;}