* {
	padding: 0;
	margin: 0;
}

.title {
	color: white;
	font-weight: bold;
}
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: none;
}

.title a {
	color: white;
	text-decoration: none;
}

.title .active {
	color: #30d2f8;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: white;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>.active {
	color: #30d2f8;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>.active:hover {
	color: #30d2f8;
	text-decoration: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background: #01181e;
}

/* .banner {
    padding: 0;
    margin: 0;
    
} */
.swiper-container{
    margin: 0;
}
.footer {
	background: #202020;
	height: 90px;
	line-height: 90px;
}

.content {
	background: #313135;
}

.blue {
	color: #30d2f8;
	margin: 20px 0;
}

.gray {
	color: #777779;
}

.col-xs-12 img {
	width: 100%;
}

.col-xs-12 {
	padding: 0;
	font-size: 8px;
}

.col-xs-1 {
	font-size: 8px;
}

.title .col-md-1 {
	line-height: 80px;
}

.p1 {
	color: #7f7f81;
	line-height: 30px;
}
.p2 {
	color: #7f7f81;
	line-height: 45px;
}
.more {
	color: #30d2f8;
	font-size: 12px;
	border: 1px solid #30d2f8;
	margin: 10px;
	text-align: center;
	width: 70px;
	margin-bottom: 150px;
}
.h8 {
	margin: 150px 0 50px 0;
}
.bannav {
	width: 100%;
	position: absolute;
	bottom: 0;
	
    padding-left: 5%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.bannav img {
	width: 50%;
	height: 50%;
}
.swiper-container {
	width: 100%;
	height: 600px;

}
#imgh {
	width: 100%;
	height: 700px;
}
.container-fluid {
	width: 100%;
	background: #313135;
}
.container-fluid .rows {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.logo,
.nav-title {
	float: left;
}
.home {
	margin-left: 570px;
}
.nav-title {
	margin-top: 34px;
	margin-right: 50px;
}
.bannav-img {
	width: 105px;
	height: 109px;
	float: left;
	margin-right: 150px;
}
.bannav-img img {
	width: 80px;
	height: 100px;
	margin-top:0px;
}
.rows-bannav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.rows-contact {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#zhezhao-text{
	position:absolute;
	top:0;
	width:100%;
	height:240px;
	z-index: 4;
	background:rgba(0,0,0,0.4);
	text-align: center;
	color:white;
	font-size: 62px;

}
.navbar-nav{
	margin-left: 50px;
}
.footer{
    background:#202020;
    height:90px;
    line-height: 90px;
}
.content{
    background:#313135;
}
.blue{
    color:#30d2f8;
     margin:20px 0;
}
.zhezhao{
    width:100%;
    background:black;
    opacity:0.6;
    position:absolute;
    top:0;
}
.p1{
    color:#7f7f81;
    line-height: 30px;
}
.p2{
     color:#7f7f81;
     line-height: 45px;
}
.more{
    color:#30d2f8;
    font-size: 12px;
    border:1px solid #30d2f8;
    margin:10px;
    text-align: center;
    width:70px;
    margin-bottom: 150px;
}
.h8{
    margin:150px 0 50px 0;
}
.gray{
    color:#777779;
}


 @media screen and (min-width:768px){

 	/*大于768px*/
    .main{
    	padding:150px 0 100px 0; 
    }
.big{
    border-left:40px solid #01181e;
    border-right:40px solid #01181e;
}

}
@media screen and (max-width: 768px) {
	/*小于768px*/
    .main{
        padding:0; 
    }
    .footer{
        font-size: 12px;
        background:#202020;
        height:90px;
        line-height: 90px;
    }
	.title .col-xs-2{
		font-size: 12px;
		
	}
	.title .col-md-1{
		line-height: 30px;
	} 

	.swiper-container {
	    width: 100%;
	    height: 240px;
	}
	#imgh {
	    width: 100%;
	    height: 200px;
	}
	.bannav-img {
	    width: 50px;
	    height: 50px;
	    line-height: 109px;
	    float: left;
	    margin-right: 150px;
	}
	#zhezhao-text{
		font-size: 20px;
	}
	.navbar-brand>img {
        width:30px;
        height:30px;
	}


/*小于768px*/
}


/*导航栏样式*/
@media screen and (max-width:575px){
	.navbar-brand>img {
    	width:30px;
        height:30px;
	}
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
@media (max-width: 768px){
    .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;

.big{
    border-left:0px;
    border-right:0px;
}
    

}
.navbar{
       margin-bottom: 0px; 
       border: 0px; 
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
  }

}

 @media (min-width:768px ){
   .navbar{
       margin-bottom: 0px; 
       border: 0px; 
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
  }
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 80px;
  }

 }
/*导航栏样式*/

.search form{
      font-size: 10px;
    margin-top: 60px;
    display:flex;
}
 .search input{
  width:60px;
  height:25px;
}
.search input:first-child{
  width:110px;
  height:25px;
}
.fenlei{
    display:flex;
    color:#D9AD2A;
    font-size: 24px;
    line-height: 120px;
}