*{
	margin: 0;
	padding: 0;
}
/* 头部导航 */
	.nav-btn-box,
	.logo-boxs{
		display: none;
	}
	.active{
		width:13%;
	    border-bottom: 3px solid #ffffff;
	} 
	.nav-box{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
	}
	

	
	/* 当前位置 */
	.current-add {
		width: 70%;
		height: 80px;
		line-height: 80px;
		font-size: 18px;
		margin: auto;
	}
	
	.current-add a {
		text-decoration: none;
		color: #0144A0;
	}
	
 @media (min-width: 1200px){
	.nav-box {
		width: 100%;
		height: 88px;
		background: #0144a0;
	}
	
	.nav-list {
		width: 70%;
		height: 100%;
		margin: auto;
		display: flex;
	}
	
	.logo-box {
		width: 20%;
		height: 100%;
		position: relative;
	}
	
	.logo-box img {
		width: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.nav-tar {
		width: 65%;
		height: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		display: flex;
	}
	.nav-tar ul{
		width:100%;
		display: flex;
	}
	.nav-tar ul>li{
		width:16.66%;
		text-align: center;
		line-height: 58px;	
		list-style: none;
	}
	.nav-tar ul>li>a{
		color: #FFFFFF;
		text-decoration: none;
		font-size:20px;
	}
	
	.nav-search{
		width:15%;
		height: 100%;
	}
	.search-box {
		width: 80%;
		height:35px;
		background: white;
		margin:5px auto 0;
		border-radius:10px;
		position: relative;
		overflow: hidden;
		margin-top:28px;
	}
	
	.search-box input[type="text"] {
		position: absolute;
		left: 0;
		top: 0;
		width: 80%;
		height: 100%;
		padding: 5px;
		box-sizing: border-box;
		outline: none;
		border: none;
		text-indent:10px;
		text-align: center;
		font-size:14px;
	}
	.search-box img {
		position: absolute;
		width: 16px;
		height:16px;
		right:11px;
		top:10px;
	} 
	
	/* 图片轮播 */
	.swiper-main{
		width:100%;
		height:auto;
		margin-top: 88px;
		overflow: hidden;
	}
/* 底部 */ 
	/* 底部内容 */
	.bottom-box{
		width: 100%;
	    height:216px;
		background: #000000;
		/* position: fixed;
		left: 0;
		bottom: 0; */
	}
	.bottom-box-box{
		width:70%;
		height: 100%;
		margin: auto;
		display: flex;
	}
	.bottom-left{
		width:85%;
		height: 100%;
	}
	.bottom-left ul{
		width:70%;
		height:20px;
		display: flex;
		font-size:16px;
		padding-left:40px;
		box-sizing: border-box;
		margin-top:20px;
		margin-left:145px;
		
	}
	.bottom-left ul>li{
		width:25%;
		height:20px;
		line-height:20px;
		text-align: center;
		border-right:1px solid white;
		color: white;
		list-style: none;
	}
	.bottom-left ul>li:last-child{
		border: none;
	}
	.bottom-left ul>li>a{
		color: white;
		text-decoration: none;
	}
	.bottom-left p{
		text-align: center;
		line-height: 40px;
		font-size:16px;
		color: white;
	}
	.bottom-left p>a{
		color: white;
		text-decoration: none;
	}
	.bottom{
		margin-left:20px;
	}
	
	.bottom-right{
		width:15%;
		height: 100%;
		display: flex;
		justify-content: space-around;
	}
	.right-box1 img,
	.right-box2 img{
		width:100px;
		margin-top:40px;
	}
	.right-box1 p,
	.right-box2 p{
		font-size:18px;
		text-align: center;
		color: white;
		line-height: 3;
	}
	.right-box2{
		margin-left:20px;
	}
	.box{
		width: 100%;
		height: 100px;
		margin-top: 30px;
	}
	
	p{
		list-style: none;
	}
	/* 联系我们 */
	/* 联系我们 */
	.contact-us{
		width:100%;
		height:980px;
		background: #ffffff;
		padding-top:60px;
		box-sizing: border-box;
	}
	.contact-cont{
		width:70%;
		height:684px;
		margin:72px auto 0;
		position: relative;
	}
	.contact-cont img{
		width:100%;
		height: 684px;
	}
	.acts{
		display: none;
	}
	.contact-info{
		width:100%;
		height: 100%;
		position: absolute;
		left:0;
		top: 0;
		display: flex;
		justify-content: space-between;
		padding:20px;
		box-sizing: border-box;
	}
	.info-left{
		width:42%;
		height: 100%;
		padding:20px 30px;
		box-sizing: border-box;
		font-size: 18px;
	}
	.user-info{
		width:100%;
		height:100px;
		line-height:45px;
		color: #FFFFFF;
		margin-top: 15px;
	}
	.user-info p>a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.info-right{
		width:55%;
		height: 100%;
		padding:20px 30px;
		box-sizing: border-box;
	}
	.right-box{
		width:100%;
		height:auto;
		display: flex;
		margin-top: 20px;
	}
	.right-box label{
		display: block;
		width:100px;
		height: 100%;
		line-height:60px;
		text-align: center;
		font-size:20px;
		color: #0144A0;
		font-weight: bold;
		text-align: right;
	}
	.right-box input{
		width:398px;
		height:50px;
		border:1px solid #dedede;
		outline: none;
		background:#ededed;
		border-radius: 10px;
		padding:3px 10px;
		box-sizing: border-box;
		font-size: 18px;
		margin-top:2px;
		margin-left: 40px;
		color: #8b8b8b;
	}
	.right-box textarea{
		width:398px!important;
		height:210px !important;
		border:1px solid #dedede;
		outline: none;
		background:#ededed;
		border-radius: 10px;
		padding:3px 10px;
		box-sizing: border-box;
		font-size: 18px;
		margin-top:2px;
		margin-left: 40px;
		padding:10px;
		box-sizing: border-box;
		resize: none;
	} 
	.right-submit{
		width:160px;
		height:60px;
		background: #0144A0;
		text-align: center;
		line-height:60px;
		color:#FFFFFF;
		margin: 80px auto 0;
		border-radius: 6px;
		font-size:20px;
	}
	/* 返回顶部 */
	.return-box{
		width:60px;
		height:60px;
		position: fixed;
		right:20px;
		top:60%;
		transform: translateY(-60%);
		z-index: 9;
		text-align: center;
		
	}
	.return-box span{
		font-size:50px;
	}
	
	/* 联系我们 */
	.Brand-title {
		width: 360px;
		height: 100px;
		line-height: 40px;
		text-align: center;
		position: relative;
		margin: auto;
	}
	
	.Brand-title p {
		font-size: 30px;
		color: #0144A0;
		font-weight: bold;
	}
	
	.Brand-title::before,
	.Brand-title::after {
		position: absolute;
		width: 80px;
		height: 4px;
		background: #0144A0;
		content: '';
		top: 25px;
	}
	
	.Brand-title span {
		font-size: 20px;
		color: #0144A0;
	}
	
	.Brand-title::after {
		left: 0;
	}
	
	.Brand-title::before {
		right: 0;
	}
	
}
.swiper-container{
		width:100%;
		height:100%;
	}
	.swiper-container img{
		width:100%;
	}

@media screen and (max-width:750px) {
	.nav-box{
		width:100%;
		height:60px;
		background: #0144a0;
	}
	.nav-list{
		width:90%;
		height:100%;
		margin: auto;
		display: flex;
	}
	.logo-box{
		display: none;
	}
	.logo-boxs{
		width:80%;
		height:100%;
		display: block;
		position: relative;
	}
	.logo-boxs img{
		width:90%;
		position: absolute;
		left:50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.nav-search{
		display: none;
	}
	.nav-btn-box{
		width:20%;
		height:100%;
		display: block;
	}
	.nav-btn-box img{
		width:25px;
		height:25px;
		margin-top: 15px;
		margin-left: 40px;
		position: fixed;
		z-index: 1;
	}
	/* 导航 */
	.nav-tar{
		width:100%;
		height:330px;
		background: rgba(0,0,0,0.4);
		position: fixed;
		left:0;
		top:0;
		padding:20px;
		box-sizing: border-box;
		display: none;
	}
	.nav-tar ul{
		width:100%;
		height:100%;
	}
	.nav-tar ul>li{
		width:100px;
		height:45px;
		line-height: 45px;
		text-align: center;
		list-style: none;
		margin: auto;
	}
	.nav-tar ul>li>a{
		text-decoration: none;
		color: #FFFFFF;`
	}
	/* 图片轮播 */
	.swiper-main{
		width:100%;
		height:auto;
		margin-top: 60px;
	}
	
	/* 底部 */
	/* 底部内容 */
	.bottom-box{
		width: 100%;
	    height:216px;
		background: #000000;
	}
	.bottom-box-box{
		width:90%;
		height: 100%;
		margin: auto;
		display: flex;
	}
	.bottom-left{
		width:100%;
		height: 100%;
	}
	.bottom-left ul{
		width:100%;
		height:20px;
		display: flex;
		font-size:14px;
		margin-top:20px;
		
	}
	.bottom-left ul>li{
		width:25%;
		height:20px;
		line-height:20px;
		text-align: center;
		border-right:1px solid white;
		color: white;
		list-style: none;
	}
	.bottom-left ul>li:last-child{
		border: none;
	}
	.bottom-left ul>li>a{
		color: white;
		text-decoration: none;
	}
	.bottom-left p{
		text-align: center;
		line-height: 29px;
		font-size:12px;
		color: white;
	}
	.bottom-left p>a{
		color: white;
		text-decoration: none;
	}
	.bottom{
		margin-left:20px;
	}
	
	.bottom-right{
		width:15%;
		height: 100%;
		display: flex;
		justify-content: space-around;
		display: none;
	}
	.right-box1 img,
	.right-box2 img{
		width:100px;
		margin-top:40px;
	}
	.right-box1 p,
	.right-box2 p{
		font-size:18px;
		text-align: center;
		color: white;
		line-height: 3;
	}
	.right-box2{
		margin-left:20px;
	}
	.box{
		width: 100%;
		height: 100px;
		margin-top: 30px;
	}
	
	p{
		list-style: none;
	}
	
	/* 联系我们 */
/* 联系我们 */
	.contact-us{
		width:100%;
		height:900px !important;
		background: #ffffff;
		padding-top:50px !important;
		box-sizing: border-box;
	}
	.contact-cont{
		width:100%;
		height:304px;
		margin:0px auto 0;
		position: relative;
	}
	.contact-cont img{
		width:100%;
		height: 750px;
	}
	.act{
		display:none;
	}
	.contact-info{
		width:100%;
		height: 100%;
		position: absolute;
		left:0;
		top: 0;
		
	}
	.info-left{
		width:100%;
		height: auto;
		padding:20px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.user-info{
		width:100%;
		height:auto;
		line-height:25px;
		color: #FFFFFF;
		margin-top: 15px;
	}
	.user-info p>a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.info-right{
		width:100%;
		height: 100%;
		padding:10px;
		box-sizing: border-box;
	}
	.right-box{
		width:100%;
		height:auto;
		display: flex;
		justify-content: space-around;
		margin-top:10px;
	}
	.right-box label{
		display: block;
		width:28%;
		height: 100%;
		line-height:60px;
		text-align: center;
		font-size:20px;
		color: #0144A0;
		font-weight: bold;
		text-align: right;
	}
	.right-box input{
		width:70%;
		height:40px;
		border:1px solid #dedede;
		outline: none;
		background:#ededed;
		border-radius: 10px;
		padding:3px 10px;
		box-sizing: border-box;
		font-size: 18px;
		margin-top:10px;
	}
	.right-box textarea{
		width:70%!important;
		height:160px !important;
		border:1px solid #dedede;
		outline: none;
		background:#ededed;
		border-radius: 10px;
		padding:3px 10px;
		box-sizing: border-box;
		font-size: 18px;
		margin-top:2px;
		padding:10px;
		box-sizing: border-box;
		resize: none;
	} 
	.right-submit{
		width:140px;
		height:45px;
		background: #0144A0;
		text-align: center;
		line-height:45px;
		color:#FFFFFF;
		margin: 30px auto 0;
		border-radius: 6px;
		font-size:20px;
	}
	/* 返回顶部 */
	.return-box{
		width:40px;
		height:40px;
		position: fixed;
		right:10px;
		top:60%;
		transform: translateY(-60%);
		z-index: 9;
		text-align: center;
		
	}
	.return-box span{
		font-size:50px;
	}
	
	/* 联系我们 */
	.Brand-title {
		width: 220px;
		height: 100px;
		text-align: center;
		position: relative;
		margin: auto;
	}
	
	.Brand-title p {
		font-size: 20px;
		color: #0144A0;
		font-weight: bold;
		line-height: 50px;
	}
	
	.Brand-title::before,
	.Brand-title::after {
		position: absolute;
		width: 50px;
		height: 2px;
		background: #0144A0;
		content: '';
		top: 25px;
	}
	
	.Brand-title span {
		font-size: 16px;
		color: #0144A0;
	}
	
	.Brand-title::after {
		left: 0;
	}
	
	.Brand-title::before {
		right: 0;
	}
	
} 