﻿@charset "utf-8";
/* CSS Document */
.container{
	padding: 0;
	margin: 0 auto;
}
@media(min-width:1536px){
	.container{
		width:1536px;
	}
	.container2{
		width:1300px;
		padding: 0;
		margin: 0 auto;
	}
}
@media(max-width: 768px){
	.container{
		width: 100%;
	}
}
.container-fluid{
	padding:0;
}
.row{
	margin:0;
}
body{
	font-family: "微软雅黑"!important;
	/*padding-top: 70px;*/
}
@media(max-width: 992px){
	body{
		padding-top: 55px;
	}
}



/*导航 —————————————————————————————————————————————————————————————— */
header{
	position: fixed;
	top:0;
	z-index: 9999;
	width: 100%;
	background-color:rgba(0,0,0,0);
	border-radius: 0;
	transition:all 0.5s;
}
header.addheight{
	height: 100%;
	overflow: auto;
}
header.xiayi{
	background-color:rgba(238,238,238,0.95);
}

.navbar{
	margin-bottom:0;
	z-index: 1;
}
.navbar.addheight{
	height: 100%;
}
.navbar-default{
	background-color:rgba(0,0,0,0);
	border-style:none;
	min-height: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
.logobar{
	margin: 0 auto;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
@media(max-width: 992px){
	header{
		margin: 0;
		background-color: rgba(0,0,0,0.5);
	}
	nav>div{
		width: 100% !important;
	}
	.logobar{
		width: 35%;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		width: 100%;
	}
}
@media(max-width:992px){
	.logobar{
		text-align: center;
		position: relative;
		width: 100%;
		transform: translateY(0);
	}
	header{
		position: fixed;
		top:0;
		padding: 0;
		overflow: hidden;

		box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
	}
}
@media(max-width: 768px){
	
	.navbar{
		border-radius: 0;
		position: relative;
		width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	nav{
		display: block;
	}
}







/*logo 手机端按钮*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0);
}
.container .navbar-toggle .icon-bar{
	background-color:rgba(255,255,255,0.8);
}
.navdar-header{
	margin-bottom: 20px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	padding:0;
	margin-left: 0;
}
.navbar-brand{
	width: 88px;
	height: auto;
	display: inline-block;
	float: none;
}
.navbar-brand img{
	width: 100%;
}

.fanse{
	-webkit-filter: invert(1);
	filter: invert(1);
}

.navbar-toggle{ 
	position: absolute;
	right: 15px;
	top:50%;
	transform: translateY(-50%);
	padding: 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border:none;
	margin: 0;
}

.logobar button span{
  transition:all 0.3s;
}
.logobar button span:nth-child(2).yincang{
  display: none;
}
.logobar button span:nth-child(3).xz1{
  position: relative;
  top: 0;
  transform: rotate(45deg) ;
}
.logobar button span:nth-child(4).xz2{
  position: relative;
  bottom: 42%;
  transform: rotate(-45deg) ;
  position: absolute;
  margin-bottom: 0px !important;
}

@media(max-width: 992px){
	.navbar-toggle {
		display: inline-block;
	}
}
/*logo 手机端按钮*/









/*导航文字*/
.nav-text{
	text-align: center;
    width: 100%;
}
.nav-text .row>div{
	padding: 0;
}
.nav-text ul{
	float: left !important;
	margin:0 auto;	
	padding: 28px 0;
	padding-left: 120px;
}
.navbar-default .navbar-nav>li{
	margin-right: 24px;
	position: relative;
	list-style: none;
	display: inline-block;
	transition: all 0.3s;
}
.navbar-default .navbar-nav>li>a{
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	padding-right: 20px;

	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 20px;
	transition: all 0.3s;
}
.navbar-default .navbar-nav>li.xl_li>a::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../img/xl1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;

	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
.navbar-default .navbar-nav>li.active>a{
	background-color: rgba(0,0,0,0);
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a:hover{
	text-decoration: none;
	color: #fff;
	background-color: rgba(0,0,0,0);
}



.nav-text.addheight{
	position: relative;
	/*height: 100%;*/
}
@media(max-width: 992px){
	.nav-text{
		margin: 0;
		position: absolute;
		width: 100%;
		background-position: 100% 80%;
		background-size:50%;
		background-repeat: no-repeat;
	}
	.nav-text ul{
		float: none !important;
		display: none;
		width: 80%;
		margin: 30px auto;
		padding: 0 10px;
		border:1px solid rgba(255,255,255,0.7);
		border-radius: 15px;
	}
	.navbar-default .navbar-nav>li{
		padding: 10px 15px;
		text-align: left;
		display: block;
		float: none;
		margin-left: 0;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.navbar-default .navbar-nav>li:nth-last-of-type(1){
		border-bottom:none;
	}
	.navbar-default .navbar-nav>li.addxiala{
		background-image: url('../img/jtxx.png');
		background-position: 96% 16px;
		background-repeat: no-repeat;
		background-size: auto 15px;
	}
	.navbar-default .navbar-nav>li.addxiala.bianhuan{
		background-image: url('../img/jtxx1.png');
		background-position: 96% 16px;
		background-repeat: no-repeat;
		background-size: auto 15px;
	}
	.navbar-default .navbar-nav>li>a{
		/*width: 100%;*/
		line-height: 30px;
	    margin:0;
	    text-align: left;
	    border-bottom: none;
	    padding: 0;
	}
}





.navbar-default .navbar-nav .zilei{
	/*width: 100%;*/
	padding-top: 10px;
	position: absolute;
	top:100%;
	left: 0;

	display: none;
}
.navbar-default .navbar-nav .zilei a{
	background-color: #fff;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 14px;
	white-space:nowrap;

	font-size: 16px;
	line-height: 20px;
	color: rgba(96, 96, 96, 1);
	font-size: 14px;
	text-align: left;

	transition: all .3s;
}
.navbar-default .navbar-nav .zilei a:nth-of-type(1){
	border-radius: 5px 5px 0 0;
	padding-top: 15px;
}
.navbar-default .navbar-nav .zilei a:nth-last-of-type(1){
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav .zilei a.xiala{
	background-color: rgba(255,255,255,0.92);
	color: #000;
}
.navbar-default .navbar-nav .zilei a:hover{
	text-decoration: none;
}
@media(max-width: 992px){
	.navbar-default .navbar-nav .zilei{
		/*display: block;*/
		position: static;
		transform: translateX(0);
		padding-top: 0;
	}
	.navbar-default .navbar-nav .zilei a{
		min-width: auto;
		background-color: inherit;
		text-align: left;
		color: rgba(255,255,255,0.9);
		line-height: 24px;
		padding: 0;
		padding-left: 10px;
	}
	.navbar-default .navbar-nav .zilei a.xiala{
		background-color: rgba(255,255,255,0.2);
	}
}
@media(max-width: 768px){
	.navbar-default .navbar-nav .zilei{
		position: static;
		transform: translateX(0);
		padding-top: 0;
	}
}
/*导航文字*/







@media(max-width:1366px){
	/*logo*/
	nav .container .navbar-header a{
		margin-right:0;
	}

	.navbar-default .navbar-collapse .navbar-nav>li{
		margin-right:5px;
	}

	
}
@media(max-width: 992px){
	nav .container .navbar-header a{
		text-align: center;
		margin: 5px auto !important;
		float: none;
		/*width: 120px;*/
		height: 40px;
	}
}


.yuyan{
	float: right;
	padding: 28px 0;
	color: #fff;
}
.yuyan a{
	color: #fff;
	transition: all .2s;
}
.yuyan a.active{
	color: #27bcd5;
}
.yuyan a:hover{
	opacity: .8;
}
@media(max-width: 992px){
	.yuyan{
		float: none;
	}
}
/*导航 —————————————————————————————————————————————————————————————— */









/*banner —————————————————————————————————————————————————————————————— */
.banner .tags{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.in_ban .tags{
	height: 536px;
}
.in_ban .tags .banner-text{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.in_ban .tags h4{
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 24px;
}
.in_ban .tags h2{
	color: rgba(255, 255, 255, 1);
	font-size: 60px;
	line-height: 90px;
	font-weight: 700;
}
.in_ban .tags h3{
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	line-height: 36px;
}
.in_ban .tags h3 span{
	position: relative;
	display: inline-block;
	margin-right:40px;
}
.in_ban .tags h3 span:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;

	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: -30px;
}
.in_ban .tags h3 span:nth-last-of-type(1){
	margin-right: 0;
}
.in_ban .tags h3 span:nth-last-of-type(1)::after{
	display: none;
}
.in_ban .tags a{
	display: inline-block;
	margin-top: 90px;
	width: 120px;
	border-radius: 50px;
	background-color: rgba(39, 188, 213, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 40px;
	box-shadow: 0px 0px 0px 0px rgba(25, 138, 157, 1);
	border: 1px solid rgba(55, 182, 203, 1);

	transition: all .5s;
}
.in_ban .tags a:hover{
	text-decoration: none;
	transform: translateY(-6px);
}
.in_ban .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: rgba(153, 153, 153, 1);
	border: 1px solid rgba(187, 187, 187, 1);
	opacity: 1;
}
.in_ban .swiper-pagination-bullet-active{
	background-color: #fff;
}

.in_ban .tags .video-background{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	background-image: none;
	background-color: #49739e;
	z-index: -2;
}
.in_ban .tags .video-background video {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	width: auto;
	min-width: 100vw;
	min-height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.dz_ban .tags{
	height: 628px;
}
@media only screen and (min-width: 120em){

}

@media only screen and (min-width: 64em){

}


@media(max-width: 992px){
	.in_ban .tags{
		height: 400px;
	}
	.in_ban .tags h2{
		font-size: 40px;
		line-height: 60px;
	}
	.in_ban .tags a{
		margin-top: 30px;
	}
	/*.in_ban .tags .video-background video {*/
		/*width: 100%;*/
		/*height: auto;*/
	/*}*/
}
@media(max-width: 768px){
	.in_ban .tags{
		height: 300px;
	}
	.in_ban .tags h4{
		font-size: 14px;
	}
	.in_ban .tags h2{
		font-size: 20px;
		line-height: 30px;
	}
	.in_ban .tags h3{
		font-size: 16px;
		line-height: 20px;
	}
	.in_ban .tags h3 span{
		margin-right: 30px;
	}
	.in_ban .tags h3 span:after{
		width: 8px;
		height: 8px;
		right: -22px;
	}
}
/*banner —————————————————————————————————————————————————————————————— */
 







/*底部 —————————————————————————————————————————————————————————————— */
.hezuo {
	padding: 36px 0 50px;
	background-color: rgba(245, 247, 248, 1);
}
.hezuo h2{
	text-align: center;
	color: rgba(16, 16, 16, 1);
	font-size: 36px;
	line-height: 54px;
}
.hezuo .tags{
	margin-top: 30px;
	width: 20%;
	height: 130px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40%;
}
.hezuo .tags a{
	display: block;
	height: 100%;
}
@media(max-width: 1200px){
	.hezuo .tags{
		height: 100px;
	}
}
@media(max-width: 992px){
	.hezuo h2{
		font-size: 22px;
		line-height: 30px;
	}
	.hezuo .tags{
		height: 80px;
	}
}
@media(max-width: 768px){
	.hezuo{
		padding: 30px 15px;
	}
	.hezuo .tags{
		margin-top: 0;
		height: 50px;
		background-size: 60% auto;
	}
}

.tiyan{
	padding: 45px 0;
	text-align: center;
	position: relative;
	background-image: url(../img/v2_pqpt42.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tiyan::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 188, 213,0.9);

	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
}
.tiyan h2{
	margin-bottom: 15px;
	position: relative;
	z-index: 3;
	color: rgba(255, 255, 255, 1);
	font-size: 36px;
	line-height: 54px;
}
.tiyan a{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 120px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 1);
}
@media(max-width: 768px){
	.tiyan{
		padding: 30px 15px;
	}
	.tiyan h2{
		font-size: 22px;
		line-height: 34px;
	}
}

footer{
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, 0);
}
.foot_nav{
	padding: 36px 0 120px;
}
.foot_nav .f_left{
	width: 80%;
	float: left;
}
.foot_nav .f_right{
	width: 20%;
	float: left;
}
.foot_nav .tags p{
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}
.foot_nav .tags li{
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 20px;
}
.foot_nav .tags li::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;

	position: absolute;
	left: 0;
	top:5px;
}
.foot_nav .tags a{
	transition: all .2s;
}
.foot_nav .tags a:hover{
	color: #fff;
	opacity: .8;
}
.foot_nav .tags>img{
	width: 161px;
	max-width: 100%;
}
.foot_nav .tags li.tel,
.foot_nav .tags li.mail,
.foot_nav .tags li.add{
	padding-left: 28px;
}
.foot_nav .tags li.tel::before,
.foot_nav .tags li.mail::before,
.foot_nav .tags li.add::before{
	top:1px;
	width: 18px;
	height: 18px;
	background-color: rgba(255,255,255,0);
	background-image: url(../img/tel1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.foot_nav .tags li.mail::before{
	background-image: url(../img/mail1.png);
}
.foot_nav .tags li.add::before{
	background-image: url(../img/add1.png);
}
.db_foot{
	padding: 20px 0 30px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border-top: 1px solid rgba(115, 112, 112, 1);
}
@media(max-width: 992px){
	.foot_nav{
		padding: 36px 0;
	}
}
@media(max-width: 768px){
	.foot_nav{
		display: none;
	}
	.db_foot{
		border-top: none;
		padding: 15px;
	}
	.db_foot span{
		display: block;
	}
}

/*底部 —————————————————————————————————————————————————————————————— */