* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Helvetica, Arial, 'Microsoft Yahei', 微软雅黑, STHeiti, 华文细黑, sans-serif;
}
h2 {
  font-weight: 300;
}
a {
  text-decoration: none;
}
img{
    border-style:none;
}
.content {
  width: 100%;
  
}
.content .yjzhwrap {
  width: 100%;
  background: white;
}
.content .yjzh {
  width: 100%;
 /* overflow: hidden;*/
  margin: auto;
}
.content .bwjjwrap {
  width: 100%;
  background: #f8f8f8;
}
.content .bwjj {
  width: 1200px;
  overflow: hidden;
  margin: auto;
}
.content .bwjj .gd {
  float: right;
  font-size: 14px;
  display: block;
  width: 55px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #fa6a85;
  color: #fb245c;
  margin-top: 20px;
}
.content .bwjj .gd a {
  color: #fb245c;
}
.content .title {
  width: 100%;
  font-size: 36px;
  text-align: center;
  margin: 50px 0;
  margin-top: 70px;
  font-weight: 500;
  color: #333333;
}
.content .tab {
  width: 100%;
  text-align: center;
}
.content .tab ul {
  display: block;
}
.content .tab .tabList {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  margin-bottom: 50px;
}
.content .tab .tabList li {
  padding: 0 3px;
  margin: 0 30px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
  color: #999999;
}
.content .tab .tabList .on {
  color: orangered;
  border-bottom: 2px solid #ff5a00;
  margin-bottom: -1px;
}
.content .tab .tabcontent {
  width: 100%;
  /*margin: auto;*/
  overflow: hidden;
  box-sizing:border-box;
  padding: 0px 50px;
}
.content .tab .tabcontent .imgList {
  /*width: 1800px;*/
  margin: auto;
}
.content .tab .tabcontent .imgList1 {
  display: block;
  width: 100%;
}
.content .tab .tabcontent .imgList2 {
  display: none;
}
.content .tab .tabcontent .imgList3 {
  display: none;
}
.content .tab .tabcontent .imgList4 {
  display: none;
}
.content .tab .tabcontent .col {
 
  height: 300px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;

  float: left;
  overflow: hidden;
  
}
.content .tab .tabcontent .col .cola {
	display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:none;
 
}
.content .tab .tabcontent .col img {
  width: 100%;
  height: 100%;
}
.content .tab .tabcontent .col .coltitle {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: left;
  background: transparent;
  color: white;
  font-size: 18px;
  display: none;
}
.content .tab .tabcontent .col .coltitle a {
  color: white;
  font-size: 16px;
  line-height: 40px;
}
.content .tab .tabcontent .col .coltitle .ctleft {
  float: left;
  margin-left: 30px;
  height: 40px;
  color: white;
  max-width: 45%;
  overflow: hidden;
}
.content .tab .tabcontent .col .coltitle .ctltx {
  float: right;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 50% 50%;
  margin-top: 5px;
}
.content .tab .tabcontent .col .coltitle .ctltx img {
  width: 100%;
  height: 100%;
}
.content .tab .tabcontent .col .coltitle .ctltx a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.content .tab .tabcontent .col .coltitle .ctln {
  max-width: 15%;
  float: right;
  position: relative;
  padding: 0 15px;
  margin-right: 30px;
  display: inline-block;
  height: 40px;
  color: white;
  text-align: center;
  overflow: hidden;
}
.content .tab .tabcontent .col .coltitle .ctln .ctlncover {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 24px;
  background: white;
  opacity: 0.3;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  z-index: -10;
  border-radius: 2px;
  display: none;
}
.content .tab .tabcontent .col .cover {
  background: black;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.content .tab .tabFooter {
  height: 35px;
  border: 1px solid #ff5a00;
  font-size: 16px;
  color: #ff5a00;
  display: inline-block;
  line-height: 35px;
  padding: 0 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
}
.bwjjwrap{ height: 550px; padding-top:1px}
.bwjjwrap .bwjj{ overflow: inherit!important;}
.projects{ width:1200px; margin:0 auto; position:relative}
.projects div.contentPz {position:relative; width:1200px;height:430px; display:inline-block;overflow:hidden;float:left;}
.projects ul.bwImg {position:absolute; width:4000px;}
.projects .abtn{ margin-top:20px; position:absolute; top:90px; opacity: 0.8}
.projects .aleft{ z-index:999;cursor:pointer; display:inline-block; width:40px;height:58px; background:url(../images/prev.png) no-repeat; overflow:hidden; left:-50px}
.projects .aright{ z-index:999;cursor:pointer; display:inline-block; width:40px;height:58px; background:url(../images/prev.png) no-repeat;overflow:hidden; background-position:-40px 0; right:-50px}
.projects .abtn:hover{opacity:1.0}
.content .bwImg li {
  width: 392px;
  height: 280px;
  float: left;
  position: relative;
  margin-left: 8px;
  margin-top: 8px;
}
/*.content .bwImg li:nth-child(3n+1){
	margin-left: 0;
	
}*/
.content .bwImg li .henxian {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  margin-top: -50px;
 
}
.content .bwImg li .zhut {
	margin: auto;
	
	 font-size: 28px;
  line-height: 1px;
  text-align: center;
  position: relative;
  margin-top: 30px;
 
}
.content .bwImg .bwccover{

}

.content .bwImg li .zuo {
	position: absolute;
  width: 40%;
  left: 10px;
  top: 30px;
  
  border-bottom: 1px solid white;
  
}
.content .bwImg li .you {
	position: absolute;
  width: 40%;
  right: 10px;
  top: 30px;
  border-bottom: 1px solid white;
  
}
.content .bwImg li .dian {
  width: 0;
  height: 0;
  background: white;
  border: 2px solid white;
  border-radius: 50% 50%;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 29px;
}
.content .bwImg li .ziti {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.content .bwImg li .bwfooter {
  position: absolute;
  font-size: 14px;
  left: 0px;
  bottom: 8px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 0px -11px;

  height: 20px;
  
}
.content .bwImg li .bwfooter img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -32px;
  top: -11px;
}
.bwLook{position: absolute;
  font-size: 14px;
  right: 10px;
  bottom: 8px;
  padding-left: 25px; background: url("../images/icon4.png") no-repeat;
  height:20px;
  line-height:20px;

}
.content .bwImg li .tuijian {
  position: absolute;
  right: 16px;
  width: 50px;
  height: 30px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fb134f;
}
.content .bwImg li img {
  width: 100%;
  height: 100%;
}
.content .bwImg li .bwcontentcover{
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   background: rgb(0, 0, 0);
   opacity: 0.5;
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.content .bwImg li .bwcontent {
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 
  color: white;
}
.content .bwImg .bwli2 {
  margin-left: 8px;
}
.content .zzdzwrap {
  width: 100%;
  background: #ffffff;
}
.content .zzdzwrap .zzdz {
  width: 1200px;
  overflow: hidden;
  margin: auto;
  text-align: center;
}
.content .zzdzwrap .zzdz .ztab {
  width: 100%;
  text-align: center;
}
.content .zzdzwrap .zzdz .ztab ul {
  display: block;
}
.content .zzdzwrap .zzdz .ztab .ztabList {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.content .zzdzwrap .zzdz .ztab .ztabList li {
  margin: 0 25px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  color: #999999;
}
.content .zzdzwrap .zzdz .ztab .ztabList .zon {
  color: #ff5a00;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent {
  width: 100%;
  height: 735px;
  overflow: hidden;
  float: left;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList {
  position: relative;
  overflow: hidden;
  float: left;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover2 {
  transition: all 0.5s;
  opacity: 0;
   
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover2 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #000000;
  opacity: 0.5;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: transparent;
  color: white;
  line-height: 40px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover a {
  color: white;
  font-size: 16px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover .spann1 {
  float: left;
  font-size: 16px;
  margin-left: 18px;
  width: 60%;
  text-align: left;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList .zcover .spann2 {
  display: inline-block;
  margin-right: 10px;
  float: right;
  padding: 0 5px;
  background: red;
  height: 25px;
  margin-top: 7.5px;
  line-height: 25px;
  border-radius: 3px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList1 {
  width: 550px;
  height: 285px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList2 {
  width: 640px;
  height: 285px;
  margin-left: 10px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList3 {
  width: 370px;
  height: 440px;
  margin-top: 10px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList4 {
  width: 440px;
  height: 215px;
  margin-top: 10px;
  margin-left: 10px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList5 {
  width: 370px;
  height: 215px;
  margin-top: 10px;
  margin-left: 10px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList6 {
  width: 370px;
  height: 215px;
  margin-top: 10px;
  margin-left: 10px;
}
.content .zzdzwrap .zzdz .ztab .ztabcontent .zContentList7 {
  width: 440px;
  height: 215px;
  margin-top: 10px;
  margin-left: 10px;
}
.content .zzdzwrap .zzdz .tabFooter {
  height: 35px;
  border: 1px solid #ff5a00;
  font-size: 16px;
  color: #ff5a00;
  display: inline-block;
  line-height: 35px;
  padding: 0 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
}
.content .zzdzwrap .zzdz .tabFooter a {
  color: #ff5a00;
}
.content .syyjwrap {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.content .syyjwrap .syyj {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.content .syyjwrap .syyj h2 {
  color: #42be7c;
}
.content .syyjwrap .syyj .syyjcontent {
  width: 1200px;
  height: 545px;
}
.content .syyjwrap .syyj .syyjcontent .syyjc:hover {
  box-shadow: 1px 1px 4px #ccc;
}
.content .syyjwrap .syyj .syyjcontent .syyjc {
  width: 290px;
  height: 260px;
  transition: all 0.5s;
  float: left;
  margin-left: 10px;
  background: white;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv1 {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv1 img {
  /*width: 100%;
  height: 100%;*/
  transform: scale(1);
  transition: all 0.5s;
}
.sydiv1 img{
    width: 100%;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv1 .scover {
  transition: all 0.5s;
  opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv1 .scover a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 {
  width: 100%;
  height: 100px;
  float: left;
  text-align: left;
  padding: 0 15px;
  position: relative;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 span {
  display: inline-block;
  color: #646464;
  width: 260px;
  font-size: 16px;
  line-height: 25px;
  margin-top: 36px;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 span a {
  display: inline-block;
  height: 50px;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 span a:hover {
  text-decoration: underline;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .touxiang {
  position: absolute;
  padding: 0;
  top: -25px;
  left: 12px;
  width: 50px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50% 50%;
  overflow: hidden;

}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .touxiang img{
	width: 50px;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .touxiang a {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 99;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .name {
  position: absolute;
  top: 5px;
  left: 70px;
  font-size: 12px;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .name a {
  color: #646464;
}
.content .syyjwrap .syyj .syyjcontent .syyjc .sydiv2 .name a:hover {
  color: #ff5a00;
}
.content .syyjwrap .syyj .syyjcontent .syyjc1 {
  margin-left: 0;
}
.content .syyjwrap .syyj .syyjcontent .syyjc2 {
  margin-top: 20px;
}
.content .syyjwrap .syyj .syyjFooter {
  height: 35px;
  border: 1px solid #42be7c;
  font-size: 16px;
  color: #42be7c;
  display: inline-block;
  line-height: 35px;
  padding: 0 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
}
.content .syyjwrap .syyj .syyjFooter a {
  color: #42be7c;
}
.content .ynlwrap {
  width: 100%;
  background: white;
}
.content .ynl {
  width: 1212px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -600px;
  text-align: center;
}
.content .ynl ul {
  display: block;
}
.content .ynl .ynltabList {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 80px;
}
.content .ynl .ynltabList li {
  margin: 0 20px;
  font-size: 36px;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
  color: #999999;
}
.content .ynl .ynltabList .yon {
  color: #323232;
}
.content .ynl .ynlContentList {
  width: 100%;
  margin-bottom: 20px;
}
.content .ynl .ynlContentList .yContent {
  width: 190px;
  height: 190px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.content .ynl .ynlContentList .yContent img {
  width: 100%;
 
}
.content .ynl .ynlContentList .yContent .ynlcover {
  display: none;
  opacity: 0.6;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.content .ynl .ynlContentList .yContent .ynlcover a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .ynl .ynlContentList .yContent .ynlcover1 {
  display: none;
  position: absolute;
  left: 10px;
  top: 40px;
  /*bottom: 40px;*/
  width: 120px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
 /* background: black;*/
  color: white;
  text-align: left;
}
.content .ynl .ynlContentList .yContent .ynlcover1 a {
  display: block;
  width: 100%;
  color: white;
}
.content .ynl .ynlFooter {
  height: 35px;
  border: 1px solid #ff0072;
  font-size: 16px;
  color: #ff0072;
  display: inline-block;
  line-height: 35px;
  padding: 0 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
}
.content .ynl .ynlFooter a {
  color: #ff0072;
}
.footer {
  background: #323232;
  overflow: hidden;
}
.footer .footer {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
  font-family: arial;
  text-align: center;
}
.footer .footer a {
  margin: 0 8px;
  white-space: nowrap;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 25px;
}
.footer .footer a:hover {
  color: orangered;
}
.footer .footer span{
  white-space: nowrap;
  margin: 0 8px;
  line-height: 25px;
  color: #b9b9b9;
  font-size: 14px;
}
.footer .footer .bd {
  padding: 20px 0;
  margin: 0 auto;
}
.footer .footer .full {
  display: block;
}
.footer .footer .foot-nav {
  line-height: 20px;
  color: #b0b0b0;
}
.footer .footer .foot-copyright {
  line-height: 20px;
  margin: 2px 0;
  color: #b0b0b0;
  font-size: 14px;
}
.wrap {
	width: 100%;
  height: 630px;
  position: relative;
overflow: hidden;
}
/*.lunbo{

  height: 630px;
  position: relative;
  overflow: hidden;
}*/
.middle {
	
  height: 630px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.dali{
	position: relative;
}
.dta{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 199;
}
.imgDiv {
  width: 100%;
  height: 630px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  
  background-size: cover;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=Enabled,sizingMethod=scale,src=URL);
  float: left;
position:relative;
}
.wrapbtn div {
  position: absolute;
}
#last {
  left: 4%;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 101;
}
#next {
  right: 4%;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 101;
}
.nav {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  height: 55px;
}
.nav li {
  float: left;
  padding: 0 10px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin: 18px 15px 0;
}
.nav ul .linn:hover {
  border-bottom: 4px solid white;
}
.nav ul .qlinav {
  border-bottom: 4px solid white;
}
.nav .logo {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 0;
  float: left;
}
.logo img {
  width: 160px;
}
.topnav {
  position: relative;
  z-index: 1000;
  min-width: 1264px;
  width:100%;
 
}
.fixdtopnav{
   position: fixed;
}
.fixdnavcover{
   background:black !important;
   height: 65px !important;
}
.topnav .navcover {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8), to(transparent)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), 100% transparent 0%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), 100% transparent 0%);
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.topnav a {
  color: white;
}
.topnav .grzx {
  padding-top: 10px;
  width: 130px;
  height: 165px;
  background-image: url("../img/grbj.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 115px;
  top: 48px;
  z-index: 99;
}
.topnav .grzx img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topnav .grzx li {
  margin: 6px 12px;
  font-size: 14px;
  margin-bottom: 0;
}
.topnav .grzx li a {
  color: black;
}
.topnav .grzx .grld {
  margin-top: 12px;
}
.topnav .grzx .lyw {
  margin-bottom: 10px;
}
.topnav .grzx .tuichu {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.topnav .grzx .tuichu a {
  color: #c8c8c8;
}
.navright {
  padding-right: 72px;
  position: absolute;
  right: 0;
  z-index: 99;
  overflow: hidden;
  height: 50px;
  
}
.navright .sousuoli {
  position: relative;
}
.navright .sousuoli a{
  position:absolute;
 right: 2px;
  top: 3px;
  width: 25px;
  height: 25px;
  z-index: 1001;
}
.navright .sousuoli a img{
	width: 100%;
	height: 100%;
	}
.navright .sousuo {
  border: 1px solid white;
  border-radius: 6px;
  line-height: 25px;
  outline: none;
  background: transparent;
 width: 250px;

  height: 25px;
  color: white;
  text-indent: 10px;
}
.navright .zhuceleft {
  display: block;
  height: 16px;
  border-left: 2px solid white;
  margin-top: 25px;
}
.navright li {
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: white;
  margin: 18px 8px 0;
}
.navright li a {
  color: white;
}
.dsousuo {
  position: absolute;
  z-index: 99;
  width: 630px;
  left: 50%;
  bottom: 110px;
  margin-left: -315px;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.dsousuo ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dsousuo ul li {
  display: inline-block;
  margin: 30px;
}
.dsousuo ul .dian {
  width: 0;
  height: 0;
  border: 3px solid white;
  border-radius: 50% 50%;
  float: left;
  margin-top: 9px;
  margin-right: 5px;
}
.dsousuo .sskuan {
  width: 100%;
  height: 70px;
  background: black;
  opacity: 0.4;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  position: relative;
  border-radius: 10px;
}
.dsousuo .sskuan2 {
  position: absolute;
  width: 600px;
  height: 40px;
  left: 15px;
  bottom: 15px;
}
.dsousuo .sskuan2 input {
  width: 510px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  border: 1px solid transparent;
  outline: none;
  float: left;
  box-sizing: border-box;
}
.dsousuo .sskuan2 .ssbtn {
  width: 90px;
  height: 40px;
  float: left;
  background: #ffba00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.cbl {
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -120px;
  z-index: 9999;
  display: none;
}
.cbl .zuoce {
  width: 160px;
  height: 200px;
  position: absolute;
  left: -160px;
  top: 0;
  border: 1px solid #f2f2f2;
  border-right: 0;
  box-sizing: border-box;
  background: white;
  font-size: 16px;
  display: none;
  text-align: center;
}
.cbl .zuoce img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}
.cbl .zuoce span {
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
.cbl .zfankui {
  display: none;
  width: 220px;
  height: 100%;
  left: -220px;
  background: #f0f0f0;
}
.cbl .zfankui .fankuitext {
  width: 200px;
  height: 180px;
  margin-top: 10px;
  -moz-box-shadow: 1px 1px 0 #E7E7E7;
  -moz-box-sizing: border-box;
  border-color: #CCCCCC #999999 #999999 #CCCCCC;
  border-style: solid;
  border-width: 1px;
  font-family: arial, sans-serif;
  font-size: 13px;
  height: 160px;
  margin: 10px auto;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  text-indent: 2px;
  padding: 2px;
  resize: none;
}
.cbl .zfankui .bzzx {
  width: 200px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  margin-top: -8px;
}
.cbl .zfankui .bzzx a {
  color: #0099e5;
}
.cbl .zfankui #submit {
  width: 50px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  color: white;
  text-align: center;
  background: #ff9600;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.cbl .zfankui #quxiao {
  width: 50px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  color: white;
  text-align: center;
  background: #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.cbl .zfankui #submit:hover {
  background: #ff5a00;
}
.cbl .zfankui #quxiao:hover {
  background: #ff5a00;
}
.cbl .cbli {
  width: 60px;
  height: 60px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  float: left;
  background: #adadad;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: all .3s;
}
.cbl .cbli .totop {
  margin-top: 20px;
}
.cbl .cbli .shouji {
  margin-left: 2px;
}
.cbl .cbli .fankui {
  margin-left: -3px;
}
.cbl .cbli:hover {
  background: #ffae00 !important;
}
.fb{
  background: #ffea01;
	padding: 0 10px;
}
.fb a{
  color: #333 !important;
}
/*# sourceMappingURL=index.css.map 
 * 
 */
@media screen and (max-width: 1620px) {
	.topnav {
 
  min-width: 1500px;
	}
	.navright .sousuo {

  width: 150px;
 
}
.navright {
  padding-right: 20px;
 
}
.nav li {
  float: left;
  padding: 0 10px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin: 18px 10px 0;
}
}
@media screen and (max-width: 1500px) {
  .topnav {
    min-width: 1190px;
    }
  .navright .sousuo {

    width: 150px;
    
  }
  .navright {
    padding-right: 20px;
  }
  .nav li {
    float: left;
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 18px 10px 0;
  }
}
@media screen and (max-width: 1400px) {
  .topnav {
    min-width: 1190px;
    }
  .navright .sousuo {

    width: 150px;
    
  }
  .navright {
    padding-right: 20px;
  }
  .nav li {
    float: left;
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 18px 5px 0;
  }
}
@media screen and (max-width: 1330px) {
  .topnav {
    min-width: 1190px;
    }
  .navright .sousuo {

    width: 150px;
    
  }
  .navright {
    padding-right: 20px;
  }
  .nav li {
    float: left;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 18px 1px 0;
  }
}