@charset "utf-8";
@font-face {      font-family: 'DIN Alternate Bold';      
src: url('DIN Alternate Bold.eot'); /* IE9 Compat Modes */      
src: url('DIN Alternate Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DIN Alternate Bold.woff') format('woff'), /* Modern Browsers */              
url('DIN Alternate Bold.TTF')  format('truetype'), /* Safari, Android, iOS */              url('DIN Alternate Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'SourceHanSansCN-Regular';      
src: url('SourceHanSansCN-Regular.eot'); /* IE9 Compat Modes */      
src: url('SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('SourceHanSansCN-Regular.woff') format('woff'), /* Modern Browsers */              
url('SourceHanSansCN-Regular.OTF')  format('truetype'), /* Safari, Android, iOS */              url('SourceHanSansCN-Regular.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'calibri';      
src: url('calibri.eot'); /* IE9 Compat Modes */      
src: url('calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('calibri.woff') format('woff'), /* Modern Browsers */              
url('calibri.ttf')  format('truetype'), /* Safari, Android, iOS */              url('calibri.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'SourceHanSansSC-Bold';      
src: url('SourceHanSansSC-Bold.eot'); /* IE9 Compat Modes */      
src: url('SourceHanSansSC-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('SourceHanSansSC-Bold.woff') format('woff'), /* Modern Browsers */              
url('SourceHanSansSC-Bold.OTF')  format('truetype'), /* Safari, Android, iOS */              url('SourceHanSansSC-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'POPPINS-LIGHT';      
src: url('POPPINS-LIGHT.eot'); /* IE9 Compat Modes */      
src: url('POPPINS-LIGHT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('POPPINS-LIGHT.woff') format('woff'), /* Modern Browsers */              
url('POPPINS-LIGHT.TTF')  format('truetype'), /* Safari, Android, iOS */              url('POPPINS-LIGHT.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'EPISODE1';      
src: url('EPISODE1.eot'); /* IE9 Compat Modes */      
src: url('EPISODE1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('EPISODE1.woff') format('woff'), /* Modern Browsers */              
url('EPISODE1.TTF')  format('truetype'), /* Safari, Android, iOS */              url('EPISODE1.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'CONFUSIONS ON A DANCEFLOOR';      
src: url('CONFUSIONS ON A DANCEFLOOR.eot'); /* IE9 Compat Modes */      
src: url('CONFUSIONS ON A DANCEFLOOR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('CONFUSIONS ON A DANCEFLOOR.woff') format('woff'), /* Modern Browsers */              
url('CONFUSIONS ON A DANCEFLOOR.TTF')  format('truetype'), /* Safari, Android, iOS */              url('CONFUSIONS ON A DANCEFLOOR.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'AVENIR-ROMAN'; 
src: url('AVENIR-ROMAN.eot'); /* IE9 Compat Modes */      
src: url('AVENIR-ROMAN.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AVENIR-ROMAN.woff') format('woff'), /* Modern Browsers */              
url('AVENIR-ROMAN.OTF')  format('truetype'), /* Safari, Android, iOS */              url('AVENIR-ROMAN.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background:rgba(0,0,0,0);
    border-color: #5F5D5D;
}


.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li {
   width:auto;
   text-align:center;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
    line-height: 20px;
	text-align:center;
}

.navbar-nav > li > a > span {
    line-height: 8px;
	text-align:center;
}

.nav {
    padding-left: 220px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #40a5ad;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #000000;
	font-size:18px;
	text-transform:uppercase;
	line-height:120px;
}


.navbar-inverse .navbar-nav > li > a {
    color: #272727;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-family: 'calibri', Helvetica, Arial, sans-serif;
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.navbar-collapse {
   background:#ffffff;
}


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.8s;}
.kq2 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq3 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq4 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq5 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}
.kq6 {-webkit-animation-delay: 2.6s; -webkit-animation-duration: 2.6s;}


.kuanping {
   width:1430px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   margin-top:170px;
   }
   
ul {
   margin:0px;
   }

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    display: none;
    margin: 5px;
    margin-bottom: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 40px;
    padding: 0;
}

.searchh #name {
    height: 40px;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {

    background-color: #40a5ad;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   }   
   
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #40a5ad;
	margin-top:-5px;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#40a5ad;
}

.logo{
    margin-top:25px;
}   

.navbar-collapse {
    max-height: 120px;

}



.yy {
   float:left;
   line-height:120px;
   width: 120px;
   height: auto;
   overflow: hidden;
   margin-right: -15px;    
} 

.yy a{
    color: #272727;
    font-size: 16px;
    font-weight: bold;
    font-family: 'calibri', Helvetica, Arial, sans-serif;
}

.search{
   float:right;
   line-height:120px;
    
}   

.banner img {
   width:100%;
   }

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 48%;
    bottom: 60px;
    width: 100px;
    top: 80%;
}


.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
	background:rgba(255,255,255,0);
	border:1px solid #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:rgba(255,255,255,1);
}


.navbar > .container .navbar-brand {
    margin-left: 0px;
}



   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }  
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   padding-top:0px;
   padding-bottom:0px;
   background:#ffffff;
   }
   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color: rgba(255,255,255,1);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.hidex {
  margin-top:-170px;
  transition:all 500ms ease-in 0ms;
}


.toptou {
   width:100%;
   height:50px;
   line-height:50px;
   border-bottom:2px solid rgba(0,0,0,.1);
}
 
 
.top1 {
  float:left;
  font-size:13px;
  color:#272727;
  font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
}

.top2 {
   float:right;
}

.top2 li {
  list-style:none;
  float:left;
  margin:0 5px;
}

.top2 .topqingchu {
   margin-right:0;
}



.banner img {
   width:100%;
   }   
 
.img-responsive {
   background-position:100px 100px;
}

.yc {
   display:block;
}

.yd {
   display:none;
}

/*首页 */
.start {
   width:100%;
   height:100%;
   position:relative;
   padding-left:15%;
}

.logoyd {
  float:left;
  width:6%;
}

.ydgs {
  font-size:20px;
  color:#fff;
  float:left;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.1);
  width:53%;
  padding-top:12px;
  text-overflow:clip;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:0;
  letter-spacing:0;
  overflow:hidden;
  word-break:break-all;
  box-sizing:border-box;
  animation:showEllipsis .1s 1 forwards;
}

.word-item {
  opacity:0;
  animation:show 5s 1 forwards;
  transition:all 5s 1;
}

@keyframes show {
  from{
     opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes showEllipsis {
  from{
      -webkit-line-clamp:0;
  }
  to {
    -webkit-line-clamp:2;
  }
}

.yindao1 {
  position:absolute;
  top:5%;
  width:100%;
  height:auto;
}

.ydjs {
  color:#fff;
  font-size:70px;
  clear:both;
  margin-bottom:10px;
  font-family: 'CONFUSIONS ON A DANCEFLOOR', Helvetica, Arial, sans-serif;
}

.ydnr span {
  display:inline-table;
  width:20px;
  height:1px;
  background:#fff;
  margin:0 15px;
  position:relative;
  top:-8px;
}

.ydnr {
  color:#fff;
  font-size:25px;
  letter-spacing:5px;
  font-family: 'POPPINS-LIGHT', Helvetica, Arial, sans-serif;
}

.ydqc {
   position:relative;
   left:-15px;
}

.yindao2 {
   position:absolute;
   top:37%;
}

.yindaoan {
  width:188px;
  height:67px;
  background:rgba(0,0,0,.1);
  line-height:67px;
  text-align:center;
  font-size:24px;
  color:#fff;
  position:absolute;
  top:80%;
  font-family: 'EPISODE1', Helvetica, Arial, sans-serif;
}


.sycp {
  width:100%;
  height:auto; overflow:hidden;
  padding-top:20px;
}

.sybt {
  font-size:44px;
  color:#f39214;
  font-weight:bold;
  font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
  line-height:200px;
}

.sycp-tou {
  width:100%;
  height:200px;
  line-height:200px;
}

.sycp-tou .sybt {
  float:left;
}

.sycp-tou .syan {
  float:right;
  margin-top:85px;
}

.syan {
  width:146px;
  line-height:42px;
  background:#40a5ad;
  color:#fff;
  text-align:center;
  font-size:16px;
  font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
  font-weight:bold;
  border-radius:20px;
  display:block;
}

.sycp-nr {
  width:100%;
  height:auto; overflow:hidden;
}

.sycp-nr li {
  list-style:none;
  float:left;
  width:32%;
  margin-right:2%;
}

.sycp-nr li:nth-child(3n) {
  margin-right:0;
}

.cptu {
  width:100%;
  height:auto; overflow:hidden;
  border:1px solid rgba(0,0,0,.1);
}

.cptu img {
   width:100%;
}

.sycp-nr li:hover .cptu img {
  transform:scale(1.2);
  transition:all 500ms ease-in 0ms;
}

.cptt {
  width:100%;
  height:auto; overflow:hidden;
  line-height:90px;
  padding:0 50px;
}

.cptt1 {
  width:60%;
  float:left;
  font-size:16px;
  font-family: 'calibri', Helvetica, Arial, sans-serif;
  color:#191919;
}

.cptt2 {
  width:30%;
  float:right;
  text-align:right;
}

.gzsd {
  width:100%;
  height:auto; overflow:hidden;
}

.gzsdlb {
  width:100%;
  height:auto; overflow:hidden;
  padding-bottom:80px;
  position:relative;
}

.gzsdlb img {
   width:100%;
}

.gzsdlb .swiper-button-prev {
    position: absolute;
    top: 15%;
    width: 42px;
    height: 42px;
    left: 85%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/left.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.gzsdlb .swiper-button-next {
    position: absolute;
    top: 15%;
    width: 42px;
    height: 42px;
    right: 5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/right.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

#fuwuk {
   position:static;
}


.sygy {
   width:100%;
  height:auto; overflow:hidden;
  background:url(../images/bg4.jpg) no-repeat;
  background-size:100% 100%;
}

.sygy1 {
   width:50%;
   height:auto; overflow:hidden;
   float:left;
   padding-bottom:160px;
}

.sygy2 {
   width:50%;
   height:auto; overflow:hidden;
   float:right;
   padding-top:15px;
   padding-bottom:50px;
}

.sygy1k {
  width:100%;
  height:auto;
  margin:80px 0;
}

.sygy1k li {
  width:28px;
  height:2px;
  list-style:none;
  margin-bottom:10px;
  background:rgba(255,255,255,.1);
}

.sygy1bt {
   font-size:44px;
   font-weight:bold;
   font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
   color:#fff;
   margin-bottom:30px;
   line-height:50px;
}

.sygy1nr {
   font-family: 'calibri', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#fff;
   line-height:40px;
   margin-bottom:70px;
   width:65%;
}

.sygy1 .syan {
  color:#0069a6;
  background:#fff;
}

.sygy2k {
  box-shadow:0px 0px 30px rgba(0,0,0,.1);
  padding:0 40px;
  border-radius:15px;
  width:85%;
  float:right;
  margin-right:15px;
}

.sygy2nr {
  color:#6a6a6a;
  font-family: 'calibri', Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height:40px;
}

.sygy2bt {
  color:#40a5ad;
  font-size:24px;
  font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
  font-weight:bold;
  margin:30px 0;
}

.sygy2 .syan {
  margin-top:60px;
  margin-bottom:80px;
}

.sygy2 .sybt {
  line-height:150px;
}

.our {
   width:100%;
   height:auto; overflow:hidden;
   background:#f1f1f1;
}

.ourlb {
   width:100%;
    height:auto; overflow:hidden;
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
}

.#fuwukk {
   position:static;
}

.ourlb .swiper-button-prev {
    position: absolute;
    top: 20%;
    width: 42px;
    height: 42px;
    left: 85%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/ourl.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.ourlb .swiper-button-next {
    position: absolute;
    top: 20%;
    width: 42px;
    height: 42px;
    right: 5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/ourr.png);
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.our .sybt {
  line-height:90px;
}

.ournr {
  font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
  font-size:24px;
  color:#575757;
  margin-bottom:60px;
}

.footer {
   width:100%;
   height:auto; overflow:hidden;
   background:#0f949f;
   padding:70px 0;
   padding-bottom:0;
   position:relative;
}

.footerr {
  padding-bottom:70px;
}

.dbbt {
   font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
   font-size:44px;
   font-weight:bold;
   color:#fff;
   margin-bottom:40px;
}

.footer li {
   list-style:none;
   line-height:50px;
   color:#f9f9fb;
   font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
   font-size:16px;
}

.footer li a {
  line-height:50px;
   color:#f9f9fb;
   font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
   font-size:16px;
}

.dbfenx {
   width:100%;
   height:auto; overflow:hidden;
   position:absolute;
   right:0;
   top:110px;
}

.fenx1 {
  width:100%;
   height:auto; overflow:hidden;
   margin-bottom:60px;
}

.fxtu {
  width:100%;
   height:auto; overflow:hidden;
   text-align:center;
}

.fxtt {
  width:100%;
   height:auto; overflow:hidden;
   text-align:center;
   font-size:16px;
   color:#f9f9fb;
   font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
   line-height:25px;
}

.banquan {
  width:100%;
  height:auto;
  border-top:2px solid rgba(255,255,255,.1);
  line-height:100px;
  font-size:13px;
  color:#f9f9fb;
  font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
}

.dbtu {
  width:auto;
  height:auto; overflow:hidden;
  float:right;
}

.dbtu li {
  float:left;
  margin:0 8px;
  line-height:100px;
}

.dbtu .dbqingchu {
  margin-right:0;
}


/* 弹窗 */
.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: rgba(23,100,223,.95);
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

} 

.dhtt {
   height:500px;
   color:#FFFFFF;
   padding-top:50px;
   padding-left:40px;
   font-size:16px;
   line-height:40px;
   color:rgba(255,255,255,.6);
   border-right:1px solid rgba(255,255,255,.2);
   }
   
.dhtt a {
   color:rgba(255,255,255,.6);
   }
   
.dhtt a:hover {
   color:rgba(255,255,255,1);
   }
   
.dhtt h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.dhkuan {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
   
/* 单页 */
   
.bmkuai {
   height:auto; overflow:hidden;
   background-color:#303030;
   padding-top:45px;
   font-size:14px;
   line-height:33px;
   color:rgba(255,255,255,.6);
   }
   
.bmkuai a {
   color:rgba(255,255,255,.6);
   } 
   
.bmkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:24px;
   margin-bottom:20px;
   color:#FFFFFF;
   } 

.abkuan {
   width:1450px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
  
      
.ablan {
   height:80px;
   line-height:80px;
   position:relative;
   z-index:8;
   }
   
.ablan li {
   list-style-type:none;
   float:left;
   width:170px;
   height:89px;
   padding-bottom:20px;
   position:relative;
   }
   
.ablan li a {
   display:block;
   height:80px;
   line-height:80px;
   text-align:center;
   font-size:18px;
   color:#121211;
   font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
   }
   
.ablan li a:hover {
   color:#FFFFFF;
   }

   
.lan1 {
   background:#ffffff;
   height:80px;
   }
   
.lan2 {
   background:#ffffff;
   height:80px;
   }
   
.lan3 {
   background:#ffffff;
   height:80px;
   }
   
.lan4 {
   background:#ffffff;
   height:80px;
   }

.lan5 {
   background:#ffffff;
   height:80px;
   }
   
.ablan li:hover .lan1 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan1 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan2 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan2 {
   background:#e2c53b;
   color:#FFFFFF;
   }
.ablan li:hover .lan3 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan3 {
   background:#e2c53b;
   color:#FFFFFF;
   }

.ablan li:hover .lan4 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan4 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan5 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan5 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.abnn {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:45px;
   color:rgba(32,35,38,.6);
   line-height:30px;
   }  
   
.abnn h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#d9dcdf;
   margin-top:0px;
   margin-bottom:14px;
   } 
   
.abnn h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#202326;
   margin-top:0px;
   margin-bottom:40px;
   } 
   
.abnn img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }   
   
   
.abyy .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

    bottom: 25px;
    left: 70%;
    width: 30%;

} 
   
.abyy .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background:#FFFFFF;
    opacity: .3;
}  

.abyy .swiper-pagination-bullet-active {

    opacity: 1;
    background: #FFFFFF;

} 

.shuju2 {
   margin-top:100px;
   height:auto; overflow:hidden;
   padding:100px;
   padding-top:115px;
   font-size:20px;
   color:#FFFFFF;
   background:url(../images/shuju.jpg) top center; background-repeat:no-repeat;
   text-align:center;
   }
   
.shuju2 a {
   color:#FFFFFF;
   }
   
.shuju a {
   color:#FFFFFF;
   }
   
.shuju2 h2 {
   font-family: 'Geometr415 Blk BT Black', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:10px;
   position:relative;
   text-align:center;
   }
   
.jiax {
   font-size:45px;
   top:0px;
   position:absolute;
   }
   
.abnei {
   height:auto; overflow:hidden;
   margin-top:55px;
   line-height:20px;
   color:rgba(0,0,0,.6);
   }

/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #0f949f;
}
.page_list a:first-child:hover{
	background: #0f949f url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #0f949f url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
} 



/*关于我们*/
.kkt img {
   width:100%;
}

.clearfix {
   padding-left:0;
}

.neiye {
   width:100%;
   height:auto; overflow:hidden;
   background: #eff0f0;
    padding: 50px 0px 60px;
}

.lanmu{
	border-bottom: 4px #0f949f solid;
}
.lanmu ul li{
	float: left;
	margin-right: 5px;
	list-style:none;
}
.lanmu ul li a{
	display: block;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	color: #0f949f;
	line-height: 33px;
	background: #fff;
	padding: 5px 30px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	transition: .3s;
	border-bottom: 0;
	font-size:16px;
}
.lanmu ul li.cur a,.lanmu ul li a:hover{
	color: #fff;
	background: #0f949f;
	border: 1px #0f949f solid;
	border-bottom: 0;
}

.lanmu li.hover a {
       color: #fff;
    background: #0f949f;
    border: 1px #0f949f solid;
    border-bottom: 0;
}

.about h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    color: #333339;
    margin-top: 36px;
    margin-bottom: 14px;
}

.ititle {
    font-size: 4.5rem;
    color: #333333;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
  font-weight:bold;
    line-height: 105px;
    padding: 20px 0px 0px;
}

.iabout {
        color: #666666;
    font-family: arial;
    line-height: 28px;
}

.about h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    color: #333339;
    margin-top: 36px;
    margin-bottom: 14px;
}

.about ul {
    padding: 0px;
    margin: 0px;
}

.about ul li {
    list-style-type: none;
}

.wttu {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.cpkuai {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #f4f4f4;
    margin-bottom: 36px;
}

.cpkuai section {
    overflow: hidden;
}

.cpkuai img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.cpkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }


.wttu h2 {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}

.guanyu2 {
  position:relative;
}

.guanyu2 img {
  width:100%;
}


.guanyu2 .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 62px;
    height: 62px;
    left: 5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/left.png);
    background-size: 62px 62px;
    background-position: center;
    background-repeat: no-repeat;
}

.guanyu2 .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 62px;
    height: 62px;
    right: 5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/right.png);
    background-size: 62px 62px;
    background-position: center;
    background-repeat: no-repeat;
}




/*联系我们*/
.lxwm {
    width:100%;
	height:auto; overflow:hidden;
	margin-top:-50px;
}

.lxwm form input{
	float: left;
	width: 48.5%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	padding: 15px 10px;
}
.lxwm form big{
	display:block;
	width:48.5%;
	float:left;
	margin-left: 3%;
	overflow:hidden;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
}
.lxwm form input:first-child{
	margin-right: 3%;
}
.lxwm form textarea{
	width: 100%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	padding: 15px 10px;
	margin: 20px 0px;
	resize: none;
}
.lxwm form button{
	font-size: 1.8rem;
	color: #fff;
	font-family:Fontone;
	width: 50%;
	border: 0;
	background: #0f949f;
	border-radius: 4px;
	height: 60px;
	margin-top:20px;
}

.lxwm li {
   list-style:none;
   width:100%;
   height:140px;
}

.lxwm li i{
	margin-right: 10px;
	display: block;
	width: 22px;
	text-align: left;
}
.lxwm li section{
	width: 230px;
}
.lxwm li section big{
	display: block;
	color: #0f949f;
	font-size: 1.8rem;
	font-family: arial;
	font-weight: bold;
}
.lxwm li section span{
	display: block;
	color: #4d4d4d;
	font-size: 1.4rem;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding: 10px 0px;
}
.lxwm li section span p{
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.lxwm li section span img{
	display:none;
}




/*团队*/
.team {
   width:100%;
   height:auto; overflow:hidden;
   padding:30px 0;
}

.team li {
  list-style:none;
  float:left;
  width:32%;
  margin-right:2%;
}

.teamtu {
  width:100%;
  height:auto; overflow:hidden;
}

.teamtu img {
  width:100%;
}

.team li:hover img {
  transform:scale(1.1);
  transition:all 500ms ease-in 0ms;
}

.team li:nth-child(3n) {
  margin-right:0;
}

.teamtt {
  font-size:16px;
  line-height:40px;
  text-align:center;
}

/*新闻列表*/
.news {
   width:100%;
   height:auto; overflow:hidden;
}

.news li {
   list-style:none;
}

.news li{
	border-bottom: 1px rgba(0,0,0,.15) dashed;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news li:after{
	content:"";
	display: block;
	clear: both;
}
.news li>a{
	display: block;
	float: left;
	width: 40%;
	position: relative;
}
.news li section{
	width: 55%;
	float: right;
} 
.news li section a:first-child{
	font-size: 2.4rem;
	color: #222222;
	font-family:Fonteight;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 70px;
	transition: .3s;
}
.news li section a:first-child:hover{
	color: #3182e7;
}
.news li section span{
	display: block;
	color: #666666;
	font-size: 1.6rem;
	line-height: 22px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.news li section a:last-child{
	display: block;
	width: 125px;
	line-height: 35px;
	border: 2px #3182e7 solid;
	text-align: center;
	color: #222222;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	margin: 5% 0px 0px;
	transition: .3s;
}
.news li section a:last-child:hover{
	color: #fff;
	background: #3182e7;
}
.news li a small{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	text-align: center;
	z-index: 6;
	color: #fff;
	background: #3182e7;
	padding: 5px 0px;
}
.news li a small big{
	display: block;
	font-size: 4.0rem;
	font-family:Fonteight;
	line-height: 40px;
}
.news li a small p{
	font-family:Fonteight;
	line-height: 14px;
	letter-spacing: 1px;
	font-size: 1.2rem;
}


/*新闻详情*/
.newsd .tubiaoo {
   display:inline-table;
   width:15px;
   height:15px;
   line-height:30px;
   position: relative;
    top: -2px;
}

.newsd .tubiaoo img {
   width:100%;
}

.tubiaoo {
   display:inline-table;
   width:15px;
   height:15px;
   line-height:30px;
   position: relative;
    top: -2px;
	margin-left:5px;
}

.tubiaoo img {
   width:100%;
}

.newsd {
    padding: 40px 0px 0px;
}

.instt {
    font-size: 2.0rem;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 22px;
    margin: 0px 0px 10px;
}

.instm {
    display: flex;
    justify-content: center;
    border-bottom: 2px rgba(0,0,0,.5) solid;
    padding-bottom: 7px;
}

.instm span {
    color: #777;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    display: flex;
    line-height: 30px;
    margin: 0px 10px;
    font-size: 1.3rem;
}

.instm span i {
    line-height: 26px;
    margin-right: 5px;
}

.insct {
    font-family: arial,'microsoft yahei';
    line-height: 26px;
    color: #444;
    font-size: 1.6rem;
    margin: 20px 0px 20px;
}



.liebiaow {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiaow a {
   color:#3182e7;
   font-size:16px;
}

.liebiaow-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiaow-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #3182e7;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  






/*产品列表*/
.pdlm {
    background: #fff;
    margin: 0px 0px 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
    padding: 20px;
}

.pdlm .juli {
  padding-left:16px;
}

.pdlm h3 {
    color: #333333;
    font-size: 1.6rem;
    font-family: Fonttwo;
    padding: 0px 0px 10px;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    line-height: 24px;
}

.pdlm h3:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #0f949f;
	position: absolute;
	top: 100%;
	left: 0;
}

.pdlm form {
    margin: 20px 0px;
    padding: 5px 0px;
    border: 1px rgba(0,0,0,.15) solid;
}
.pdlm form input{
	float: left;
	line-height: 23px;
	height: 23px;
	outline: none;
	overflow: hidden;
	font-size: 1.2rem;
	font-family:arial,'microsoft yahei';
	width: 80%;
	padding: 0px 0px 0px 10px;
	border: 0;
	border-right: 1px rgba(0,0,0,.15) solid;
}
.pdlm form button{
	width: 20%;
	float: right;
	height: 23px;
	background: url(../images/xfdj.png) center no-repeat;
	border: 0;
}

.pdlm h2 {
    color: #333333;
    font-size: 2.0rem;
    line-height: 31px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 10px;
}

.pdlm h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #0f949f;
	position: absolute;
	top: 100%;
	left: 0;
}

ul {
    list-style: none;
}

.pdlm ul {
  height:auto;
  overflow:hidden;
}

.pdlm ul li a {
    display: block;
    color: #333333;
    font-family: arial;
    line-height: 38px;
    padding-left: 15px;
    position: relative;
}

.pdlm ul li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.pdlm ul li a:hover,.pdlm ul li.cur a{
	color: #0f949f;
}
.pdlm ul li:hover a:after,.pdlm ul li.cur a:after{
	background: #0f949f;
}

.pdlm ul li.hover a:after {
  background: #0f949f;
}

.pdlm ul li.hover a {
  color: #0f949f;
}

.pdlm ul li.hover ul li a {
  color:#333333;
}

.pdlm ul li.hover ul li a:after {
  background: rgba(0,0,0,.2);
}

.pdlm ul li ul li.hover a {
  color: #0f949f;
}

.pdlm ul li ul li.hover a:after {
  background: #0f949f;
}

.pdlm ul li ul li.hover .zhu a {
  color:#333333;
}

.pdlm ul li ul li.hover .zhu a:after {
 background: rgba(0,0,0,.2);
}









.pdlm li ul {
  display:none;
}

.pdlm .juli {
  display:none;
}



.remen {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}

.remen h2 {
    color: #333333;
    font-size: 2.0rem;
    line-height: 41px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 20px;
}

.remen h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #0f949f;
    position: absolute;
    top: 100%;
    left: 0;
}

.zuiduo ul {
    margin: 0px 3px 10px;
}

.zuiduo ul li a{
	display: block;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size:1.4rem;
}
.zuiduo ul li a:after{
	content:"";
	display: block;
	clear: both;
}
.zuiduo ul li a big{
	display: block;
	float: left;
	font-size: 0;
	width: 34%;
	border: 1px #ddd solid;
	text-align:center;
}
.zuiduo ul li a big img{
	height:53px;
	margin:0 auto;
	width:100%;
	
}
.zuiduo ul li a span{
	display: block;
	float: right;
	width: 60%;
	color: #565252;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	line-height: 44px;
}
.zuiduo ul li a:hover span{
	color: #0f949f;
}

.weizhi {
    color: #333333;
    font-size: 2.4rem;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    line-height: 60px;
}

.iproduct{
	padding: 30px 0px 0px;
}
.iproduct ul li{
	margin-bottom: 20px;
}

.iproduct ul li:hover img {
   transform:scale(1.1);
   transform:opcity(.4);
  transition: all 500ms ease-in 0ms;
}

.iproduct ul li big {
   overflow:hidden;
   display:block;
   width:100%;
   height:auto;
}

.iproduct ul li a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.iproduct ul li a span{
	display: block;
	padding: 10px 0px;
}
.iproduct ul li a span p{
	text-overflow:ellipsis;
	overflow:hidden;
	font-family: arial;
	white-space:nowrap;
}
.page-list{
	padding: 15px 0px 0px;
}
.page-list>span{
	float: right;
}
.page-list>span span{
	float:left;
}
.page-list>span a{
	display: block;
	float: left;
	color: #808080;
	border-radius: 1px;
	background: #fff;
	font-family:arial;
	line-height: 26px;
	padding: 2px 15px;
	border: 1px rgba(0,0,0,.2) solid;
	margin-left: 5px;
	margin-bottom: 5px;
}
.page-list>span a:hover,.page-list span>a.hover{
	color: #fff;
	background: #0f949f;
	border: 1px #0f949f solid;
}



/*产品详情*/
.liebiao {
   width:100%;
   height:auto; overflow:hidden;
   font-size:16px;
   padding:10px 30px;
}

.liebiao a {
   color:#0f949f;
}

.shangyy {
   float:left;
}

.xiayy {
   float:right;
}

.productsd {
   width:100%;
   height:auto; overflow:hidden;
   background: #fff;
    margin: 30px 0px 0px;
    padding: 30px;
    position: relative;
}

.productsd li {
   list-style:none;
}

.pro-img {
   margin-top:40px;
	margin-bottom:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:2px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:2px #0181ff solid;
}
.pro-img .colmd5{
	width:45%;
	float:left;
}
.pro-img .colmd7{
	width:50%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	padding-bottom:45px;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:1px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:100% !important;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:880px;height:640px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#fff 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}





.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 2px #0f949f solid;
}  

.procem .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.procont{
	border: 2px rgba(0,0,0,.1) solid;
	margin: 60px 0px 0px;
}
.procont h2{
	line-height: 46px;
	background: #eff0f0;
	padding: 0px 0px 0px 30px;
	margin:0;
}
.procont h2 p{
	float: left;
	color: #0f949f;
	font-family:Fontone;
	font-size: 1.5rem;
	border-bottom: 2px #eff0f0 solid;
	cursor:pointer;
	margin-right:5%;
}
.procont h2 p.cur{
	color: #0f949f;
	border-bottom: 2px #0f949f solid;
}
.procont section{
	font-size: 1.8rem;
	color: #4d4d4d;
	line-height: 50px;
	display:none;
	padding: 30px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.procont section p{
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.procont section img{
	max-width:100%;
	height:auto;
}

.fanye{
	padding: 0px 30px 30px;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	color: #0f949f;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}

.tonglei {
    padding: 30px 10px 10px;
}

.tonglei h1 {
    font-size: 1.7rem;
    color: #595959;
    font-family: Fontone;
    line-height: 30px;
    margin: 0px 0px 30px;
}

.tonglei .swiper-slide a {
    display: block;
    color: #4d4d4d;
    font-family: arial;
    line-height: 18px;
}

.tonglei .swiper-slide a big {
    display: block;
    border: 1px rgba(0,0,0,.1) solid;
}

.tonglei .swiper-slide a span {
    display: block;
    padding: 10px 0px;
}




@media (min-width: 1800px) and (max-width: 2000px) {
.start {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 10%;
}

.ydjs {
    color: #fff;
    font-size: 70px;
    clear: both;
    margin-bottom: 10px;
    font-family: 'CONFUSIONS ON A DANCEFLOOR', Helvetica, Arial, sans-serif;
}

.ydnr {
    color: #fff;
    font-size: 22px;
    letter-spacing: 8px;
    font-family: 'POPPINS-LIGHT', Helvetica, Arial, sans-serif;
}

.ydnr span {
    display: inline-table;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 0 15px;
    position: relative;
    top: -7px;
}
}

@media (min-width: 1600px) and (max-width: 1800px) {
.container {
    width: 100%;
}

.start {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 10%;
}

.ydjs {
    color: #fff;
    font-size: 70px;
    clear: both;
    margin-bottom: 10px;
    font-family: 'CONFUSIONS ON A DANCEFLOOR', Helvetica, Arial, sans-serif;
}

.ydnr {
    color: #fff;
    font-size: 22px;
    letter-spacing: 5px;
    font-family: 'POPPINS-LIGHT', Helvetica, Arial, sans-serif;
}

.ydnr span {
    display: inline-table;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 0 15px;
    position: relative;
    top: -7px;
}
}

@media (min-width: 1200px) and (max-width: 1600px) {
.container {
    width: 100%;
}

.ydjs {
    color: #fff;
    font-size: 60px;
    clear: both;
    margin-bottom: 10px;
    font-family: 'CONFUSIONS ON A DANCEFLOOR', Helvetica, Arial, sans-serif;
}

.logoyd img {
  width:70%;
}

.ydgs {
    font-size: 18px;
}

.ydnr {
    color: #fff;
    font-size: 20px;
    letter-spacing: 6px;
    font-family: 'POPPINS-LIGHT', Helvetica, Arial, sans-serif;
}

.ydnr span {
    display: inline-table;
    width: 15px;
    height: 1px;
    background: #fff;
    margin: 0 15px;
    position: relative;
    top: -6px;
}

.start {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 10%;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.kuanping {
   width:100%;
}

.start {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 6%;
}
}


@media (min-width: 0px) and (max-width: 1000px) {
.fygnav {
    padding: 0px;
	height:50px;
	background-color:#d70129;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0f949f; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#0f949f;}

.kuanping {
  width:100%;
}

.yc {
  display:none;
}

.yd {
  display:block;
}
 
.kuanping {
  width:100%;
}

.logo img {
  width:60%;
}

.navbar-brand {
    float: none;
}

.logo {
    margin-top: 12px;
}

.navbar-toggle {
    margin-right: 0px;
}

.kkt {
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    margin-top: 58px;
}

.kkt {
    width: 100%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    margin-top: 58px;
}

.sycp-tou .syan {
    float: right;
    margin-top: 5px;
}

.syan {
    width: 100px;
    line-height: 32px;
    background: #40a5ad;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-radius: 20px;
    display: block;
}

.sycp-tou {
    width: 100%;
    height: 60px;
    line-height: 200px;
}

.sycp-nr li {
    list-style: none;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.sycp-nr li:nth-child(3n) {
    margin-right:2%;
}


.sycp-nr li:nth-child(2n) {
    margin-right: 0%;
}

.sybt {
    font-size: 30px;
    color: #f39214;
    font-weight: bold;
    font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
    line-height: 40px;
}

.cptt {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    padding: 0 10px;
}

.gzsdlb .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    left: 5%;
    margin-top: 0px;
    z-index: 6;
    cursor: pointer;
    background: url(../images/left.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.gzsdlb .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    right: 5%;
    margin-top: 0px;
    z-index: 6;
    cursor: pointer;
    background: url(../images/right.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.gzsdlb {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.gzsdlb .sybt {
  margin-bottom:15px;
}

.sygy1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding:20px;
	background:#40a5ad;
}

.sygy2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
}

.sygy2k {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    padding: 0 20px;
    border-radius: 15px;
    width: 100%;
    float: right;
    margin-right: 0;
}

.sygy1bt {
    font-size: 30px;
    font-weight: bold;
    font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 10px;
    line-height: 35px;
}

.sygy1nr {
    font-family: 'calibri', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.sygy2 .sybt {
    line-height: 60px;
}

.sygy2nr {
    color: #6a6a6a;
    font-family: 'calibri', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.sygy2bt {
    color: #40a5ad;
    font-size: 18px;
    font-family: 'SourceSansPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 10px 0;
}

.sygy2 .syan {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ourlb {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.our .sybt {
    line-height: 40px;
}

.ournr {
    font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #575757;
    margin-bottom: 40px;
}

.ourlb .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    left: 65%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/ourl.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.ourlb .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    right: 5%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/ourr.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.dbfenx {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static;
    right: 0;
    top: 0;
}

.fenx1 {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    float: left;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0f949f;
    padding: 20px 0;
    padding-bottom: 0;
    position: relative;
}

.footerr {
    padding-bottom: 10px;
}

.banquan {
    width: 100%;
    height: auto;
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #f9f9fb;
    font-family: 'AVENIR-ROMAN', Helvetica, Arial, sans-serif;
	padding-bottom:40px;
}

.dbtu {
    width: 100px;
    height: auto;
    overflow: hidden;
    float: none;
    margin: 0 auto;
}

.dbtu li {
    float: left;
    margin: 0 8px;
    line-height: 10px;
}

.nav {
    padding-left: 0;
}

.navbar-collapse {
    max-height: 320px;
	position:static;
	z-index:999;
}

.navbar-inverse .navbar-nav > li > a {
    line-height: 60px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #272727;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    font-family: 'calibri', Helvetica, Arial, sans-serif;
}

.search {
    float: right;
    line-height: 30px;
    position: relative;
    top: -56px;
}

.lanmu ul li {
    float: left;
    margin-right: 0px;
    list-style: none;
    width: 46%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.lanmu ul li a {
    display: block;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    color: #0f949f;
    line-height: 33px;
    background: #fff;
    padding: 5px 5px 0px;
    border-radius: 3px 3px 0px 0px;
    border: 1px rgba(0,0,0,.15) solid;
    transition: .3s;
    border-bottom: 0;
    text-align: center;
    font-size: 14px;
}

.neiye {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eff0f0;
    padding: 10px 0px 30px;
}

.ititle {
    font-size: 30px;
    color: #333333;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 60px;
    padding: 0px 0px 0px;
}



.ititle {
    font-size: 18px;
    line-height: 40px;
    padding: 0px 0px 0px;
}

.lxwm form input {
    padding: 5px 5px;
}

.lxwm form textarea {
    width: 100%;
    border: 1px rgba(0,0,0,.15) solid;
    border-radius: 4px;
    line-height: 26px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    padding: 5px 5px;
    margin: 10px 0px;
    resize: none;
}

.lxwm .col-md-6 big i img {
   height:35.8px;
}

.lxwm form button {
    font-size: 16px;
    color: #fff;
    font-family: Fontone;
    width: 100%;
    border: 0;
    border-radius: 4px;
    height: 40px;
    margin-top: 10px;
}

.lxwm li section {
    width: 100%;
}

.lxwmsj1 {
   float:left;
   width:50%;
}

.lxwmsj2 {
   float:right;
   width:50%;
}

.neiye {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eff0f0;
    padding: 50px 0px 0px;
	padding-bottom:20px;
}

.searchh .btn {
    background-color: #40a5ad;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    width: 20%;
}



.lanmu ul li {
    float: left;
    margin-right: 0px;
    list-style: none;
    width: 46%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
}

.lanmu ul li a {
    display: block;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    line-height: 33px;
    background: #fff;
    padding: 5px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    border: 1px rgba(0,0,0,.15) solid;
    transition: .3s;
    border-bottom: 0;
    font-size: 14px;
}

.lanmu {
    margin-top: -35px;
}

.news li>a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.news li section {
    width: 100%;
    float: right;
}

.news li section a:first-child {
    font-size: 18px;
    color: #222222;
    font-family: Fonteight;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    transition: .3s;
}

.news li section span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
}

.news li section a:last-child {
    display: block;
    width: 100px;
    line-height: 35px;
    border: 2px #3182e7 solid;
    text-align: center;
    font-size: 12px;
    color: #222222;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    margin: 3% 0px 0px;
    transition: .3s;
}

.news li {
    border-bottom: 1px rgba(0,0,0,.15) dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news li a small big {
    display: block;
    font-size: 30px;
    font-family: Fonteight;
    line-height: 30px;
}

.chanpinsj {
   margin-left:-40px;
}

.pdlm h2 {
    color: #333333;
    font-size: 18px;
    line-height: 31px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 10px;
}

.weizhi {
    color: #333333;
    font-size: 20px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    line-height: 40px;
}

.pdlm {
    margin: 0px 0px 15px;
}

.pro-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pro-img .colmd5 {
    width: 100%;
    float: left;
}

.pro-img .colmd7 {
    width: 100%;
    float: right;
}

.pro-img .colmd7 .pro-ptt {
    font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 10px;
    border-bottom: 1px #e8e8e8 solid;
    font-weight: bold;
}

.productsd {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 30px 0px 0px;
    padding: 30px;
    position: relative;
}

.xiayy {
    float: left;
}

.iproduct li big img {
   width:100%;
}

.pro-img .xiaotu {
    margin-top: 10px;
}

.liebiaow-aa {
    width: 100%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.liebiaow-bb {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}


.container .kuanping {
   padding-right: 0px;
    padding-left: 0px;
}


.search-alert .cent-form .tex {
    border: none;
    font-size: 14px;
	padding:0;
	background:none;
	width:70%;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 100px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: center;
}


.shoujidaoh .container {
   height:50px;
}




.iabout img {
   width:100%;
}

.about h4 {
  font-size: 18px;
    line-height: 40px;
    padding: 0px 0px 0px;
	color: #333333;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
	margin:10px 0;
}

.iproduct ul li {
    margin-bottom: 20px;
    float: left;
    width: 50%;
}


.lxwm li {
    list-style: none;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.wttu {
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.cpkuai {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #f4f4f4;
    margin-bottom: 0;
}

.iproduct ul.row {
    padding:0px;
}

.shangyy a {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.xiayy a {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.liebiao {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    padding: 10px 10px;
}

.team li {
    list-style: none;
    float: left;
    width: 48%;
    margin-right: 0%;
    margin: 0 1%;
}

.cptt2 {
    width: 20%;
    float: right;
    text-align: right;
}

.cptt1 {
    width: 70%;
    float: left;
    font-size: 16px;
    font-family: 'calibri', Helvetica, Arial, sans-serif;
    color: #191919;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.start {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5%;
}

.ydgs {
    font-size: 16PX;
    color: #fff;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    width: 75%;
    padding-top: 12px;
}

.logoyd {
    float: left;
    width: 25%;
}

.ydjs {
    color: #fff;
    font-size: 40px;
    clear: both;
    margin-bottom: 10px;
    font-family: 'CONFUSIONS ON A DANCEFLOOR', Helvetica, Arial, sans-serif;
}

.ydnr {
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
    font-family: 'POPPINS-LIGHT', Helvetica, Arial, sans-serif;
}

.yc {
   display:none;
}

.yd {
  display:block;
}


.ydnr span {
    display: inline-table;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 0 15px;
    position: relative;
    top: -6px;
}

.yindaoan {
    width: 138px;
    height: 50px;
    background: rgba(0,0,0,.1);
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    font-family: 'EPISODE1', Helvetica, Arial, sans-serif;
}

.yindao2 {
    position: absolute;
    top: 25%;
}

.sygy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background:none;
    background-size: 100% 100%;
}

.guanyu2 .swiper-button-next {
    position: absolute;
    top: 42%;
    width: 32px;
    height: 32px;
    right: 5%;
    margin-top: 0px;
    z-index: 6;
    cursor: pointer;
    background: url(../images/right.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.guanyu2 .swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 32px;
    height: 32px;
    left: 5%;
    margin-top: 0px;
    z-index: 6;
    cursor: pointer;
    background: url(../images/left.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}












}


