.col-xs-5-1,.col-xs-5-2,.col-xs-5-3,.col-xs-5-4,.col-xs-5-5{
 position:relative;
 min-height:1px;
 padding-right:15px;
 padding-left:15px
}
.col-xs-5-1,.col-xs-5-2,.col-xs-5-3,.col-xs-5-4,.col-xs-5-5{
	float:left
}
.col-xs-5-5 {
 width:100%
}
.col-xs-5-4 {
 width:80%
}
.col-xs-5-3 {
 width:60%
}
.col-xs-5-2 {
 width:40%
}
.col-xs-5-1 {
 width:20%
}

.container{
	/* width: 100%; */
}

.container-head{
	width: 100%;
}
/*small*/
@media (min-width: 768px) {
	.col-sm-5-1,.col-sm-5-2,.col-sm-5-3,.col-sm-5-4,.col-sm-5-5{
	 position:relative;
	 min-height:1px;
	 padding-right:15px;
	 padding-left:15px
	}
	.col-sm-5-1,.col-sm-5-2,.col-sm-5-3,.col-sm-5-4,.col-sm-5-5{
		float:left
	}
	.col-sm-5-5 {
	 width:100%
	}
	.col-sm-5-4 {
	 width:80%
	}
	.col-sm-5-3 {
	 width:60%
	}
	.col-sm-5-2 {
	 width:40%
	}
	.col-sm-5-1 {
	 width:20%
	}
}
/*mid*/
@media (min-width: 992px) {
	.col-md-5-1,.col-md-5-2,.col-md-5-3,.col-md-5-4,.col-md-5-5{
	 position:relative;
	 min-height:1px;
	 padding-right:15px;
	 padding-left:15px
	}
	.col-md-5-1,.col-md-5-2,.col-md-5-3,.col-md-5-4,.col-md-5-5{
		float:left
	}
	.col-md-5-5 {
	 width:100%
	}
	.col-md-5-4 {
	 width:80%
	}
	.col-md-5-3 {
	 width:60%
	}
	.col-md-5-2 {
	 width:40%
	}
	.col-md-5-1 {
	 width:20%
	}
}
/*large*/
@media (min-width: 1200px) {
	.col-lg-5-1,.col-lg-5-2,.col-lg-5-3,.col-lg-5-4,.col-lg-5-5{
	 position:relative;
	 min-height:1px;
	 padding-right:15px;
	 padding-left:15px
	}
	.col-lg-5-1,.col-lg-5-2,.col-lg-5-3,.col-lg-5-4,.col-lg-5-5{
		float:left
	}
	.col-lg-5-5 {
	 width:100%
	}
	.col-lg-5-4 {
	 width:80%
	}
	.col-lg-5-3 {
	 width:60%
	}
	.col-lg-5-2 {
	 width:40%
	}
	.col-lg-5-1 {
	 width:20%
	}
}
.header{
	background-color:#FFFFFF;
	width:100%;
	z-index:9;
	margin-bottom:0px;
}
.header-fixed{
	position: fixed;
	top:0px;
	left:0px;
}
.navbar:before{
	display: block;
	position: absolute;
	height:10px;
	left:0%;
	right:50%;
	top:-1px;
	background-color:#148CC1;
}

.navbar:after{
	display: block;
	position: absolute;
	height:50px;
	left:50%;
	top:-1px;
	right:0px;
	background-color:#148CC1;
}
.navbar .navbar-inner{
	position: relative;
	z-index: 1;
}
.header_top{
	position: relative;
	background-color:#148CC1;
	height:49px;
	display: flex;
	align-items: center;
}
.header_top:before{
	width:0px;
	height:0px;
	position: absolute;
	border-top:none;
	border-bottom:solid transparent 50px;
	border-left:none;
	border-right:solid #148CC1 45px;
	left:-45px;
	top:0px;
}

.navbar-brand{
	margin-top:35px;
	height:65px;
	display: flex;
	align-items: center;
}

.navbar-brand .small{
	width: initial !important;
	height: 30px;
}

@media (max-width: 1199px) {
	.big-title{
		display: none;
	}
	.navbar-brand .small{
		height: 50px;
	}
}

@media (min-width: 1200px) {
	.big-title{
		display: block;
		margin: 0;
		color: #148CC1;
		font-weight: bold;
		font-size: 16px;
		margin-left: 10px;
		line-height: 36px;
		height: 30px;
		/* font-family:"SimSun"; */
	}
}

@media (min-width: 1400px) {
	.navbar-brand .small{
		height: 40px;
	}
	.big-title{
		display: block;
		margin: 0;
		color: #148CC1;
		font-weight: bold;
		font-size: 22px;
		margin-left: 20px;
		line-height: 40px;
		height: 40px;
		/* font-family:"SimSun"; */
	}
}

.header_top .concact{
	color:white;
	max-height: 65px;
	font-size: 16px;
}
.header_top .concact span:first-child{
	/* margin-right:15px; */
}
.searchDiv{
	/* margin-right: 30px; */
	padding-right: 135px;
}

.searchDiv .form{
	display: table-cell;
	height:50px;
	vertical-align: middle;
}
.searchDiv .form .input-group input{
	background-color:#29596F;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	border:0px;
	color: #ffffff;
	/* border-color: #29596F; */
	height:28px;
}
.searchDiv .form .input-group .btn{
	background-color:#29596F;
	/* border-color: #29596F; */
	border:0px;
	height:28px;
	padding-top:3px;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	color:white;
}
.header_bottom .column_name{
	margin:0px -15px;
	height:50px;
	line-height: 50px;
	/*text-align: justify;*/
	vertical-align: middle;
	cursor: pointer;
}
/*.header_bottom .column_name:after{
	content:"";
	display: inline-block;
	width:100%;
	height:1px;
}*/
.header_bottom .column_name span:first-child{
	display: inline-block;
	width:110px;
	height:40px;
	line-height: 40px;
	/*border-radius: 20px;*/
	padding:0px 15px;
	margin-top:5px;
	background-color:#148CC1;
	color:white;
	font-size:24px;
	font-weight:600;
	text-align: center;
}
.header_bottom .column_name span.fa{
	font-size:30px;
	color:#148CC1;
	vertical-align: middle;
	margin-left:5px;
}
.header_bottom .drawDown{
	position: absolute;
	top:50px;
	left:0px;
	width:150px;
	background-color:rgba(20,140,193,0.6);
	display: none;
}
.header_bottom .drawDown ul{
	padding:0px;
	margin:0px 10px;
	list-style:none;
	line-height: 3em;
	text-align: center;
}
.header_bottom .drawDown ul li:not(:last-child){
	border-bottom:solid #69A9D1 1px;
}
.header_bottom .drawDown ul li a{
	color:white;
	text-decoration: none;
}
.header_bottom .navbar-nav{
	/* margin-top:5px; */
}
.header_bottom .navbar-nav li a{
	color:black;
	font-size:16px;
	/* line-height: 50px; */
	padding: 10px 10px;
}
.header_bottom .navbar-nav li a:hover{
	background:none;
}
#XV-lamp {
	height: 3px;
	max-height: 3px;
	position: absolute;
	left: 0;
	min-width: 40px;
	z-index: 100;
	bottom: -6px;
	background: #148CC1;
	/*margin-left:10px;*/
	padding-bottom:0;
}

/*xxs*/
@media (max-width: 479px) {
	.navbar-brand{
		margin-top:0px;
		width:65px;
		overflow: hidden;
		padding:5px 0px;
		
	}
	.header_top:before{
		display: none;
	}
	.navbar .concact{
		padding-top:13px;
		line-height: 20px;
	}
	.header_bottom{
		margin-left:-20%;
	}
	.header_bottom .col-xs-5{
		
	}
	.header_bottom .column_name span:first-child{
		font-size:14px;
		height:30px;
		line-height: 30px;
		padding-left:10px;
		padding-right:10px;
	}
	#XV-lamp{
		display: none;
	}
}
/*xs*/
@media (min-width: 480px) {
	.navbar-brand{
		margin-top:0px;
		width:65px;
		overflow: hidden;
		padding:5px 0px;
	}
	.navbar .concact{
		padding-top:13px;
		line-height: 20px;
	}
	.header_top:before{
		display: none;
	}
	.header_bottom{
		margin-left:-20%;
	}
	.header_bottom .column_name span:first-child{
		font-size:15px;
		height:40px;
		line-height: 40px;
		/*padding-left:10px;
		padding-right:10px;*/
	}
	.navbar-nav li{
		float:left;
	}
}
@media (min-width: 640px) {
	.header_bottom .column_name span:first-child{
		font-size:24px;
	}
}
/*small*/
@media (min-width: 768px) {
	.navbar .concact{
		padding-top:0px;
		line-height: 50px;
		text-align: center;
	}
}

@media (max-width: 1100px) {
	.navbar .concact{
		font-size: 12px;
	}
}

/*mid*/
@media (min-width: 992px) {
	.navbar-brand{
		margin-top:20px;
		height:65px;
		width:auto;
		padding:5px 0px;
		overflow:visible;
		
	}
	.header_top:before{
		display: block;
	}
	.header_bottom{
		margin-left:0px;
	}
	.header_bottom .column_name span:last-child{
		margin-left:20px;
	}
}
/*large*/
@media (min-width: 1200px) {
	.header_bottom .column_name span:last-child{
		margin-left:20px;
	}
}
/* 导航 */
.navBtn {
	position: absolute; 
	right: 20px;; 
	top: 3px; 
	z-index: 9; 
	display: flex;
	align-items: center;
}
.navBtn .nav-label{
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	margin-right: 10px;
}
.navBtn img {
	transition: all 0.4s; 
	width:40px;
}
.navBtn img:hover { 
	cursor: pointer; 
	transform: rotateZ(180deg); 
}
.navBtnClose {
	display: none;
	position: fixed; 
	right: 20px; 
	top:9px; 
	z-index: 1000;
}
.navBtnClose img {
	transition: all 0.4s; 
	width:50px;
	background-color: #ffffff; 
	border-radius: 50%; 
}
.navBtnClose img:hover { 
	cursor: pointer; 
	transform: rotateZ(90deg); 
}
.navDrawer{ 
	display: none; 
	position: fixed; 
	right: 0; 
	top: 0; 
	z-index: 999;
	width: 700px; 
	overflow: hidden; 
	box-sizing: border-box; 
}
.navDrawer ul{
	padding:0px;
}
@media (max-width: 1100px) {
	.nav { width: 100%; }
}
.navDH {
	display: block;
	-webkit-animation: navDH 1s cubic-bezier(0.23, 1, 0.32, 1);
	animation: navDH 1s cubic-bezier(0.23, 1, 0.32, 1); 
}
@-webkit-keyframes navDH { 
	0% {
		display: none;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	 100% {
		display: block;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes navDH { 
	0% {
	 display: none;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
	}
	100% {
	 display: block;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	}
}
.navCloseDH { 
	display: block; 
	animation: navCloseDH 1s cubic-bezier(0.23, 1, 0.32, 1) forwards; 
}
@-webkit-keyframes navCloseDH { 
	0% {
	 display: block;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	}
	 100% {
	 display: none;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
	}
}
@keyframes navCloseDH {
	0% {
	 display: block;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	}
	100% {
	 display: none;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
	}
}
.navL { 
	box-sizing: border-box; 
	float: left; 
	width: 200px; 
	height: 100vh; 
	padding: 150px 20px 0 20px; 
	background: rgba(0, 0, 0, 0.8); 
}
.navL .index{
	font-size:24px;
	color:#1C7BFF;
	display: block;
	height:30px;
	float:left;
	margin-top:-60px;
	text-decoration: none;
}
.navL li {
	list-style: none;
	transition: all 0.6s;
	padding: 0px;
	border-bottom: 1px solid #373737;
	line-height: 3.5;
}
.navL li:after {
	transition: all 1s;
	opacity: 0;
	content: '>';
	float: right;
	color: #074780;
	font-weight:600;
	font-size:20px;
	height:56px;
	line-height: 56px;
}

.navL li:hover,
.navL .active {
	color: #074780;
	border-bottom: 1px solid #074780;
}

.navL li:hover:after,
.navL li.active:after {
	opacity: 1;
	content: '>';
	color: #074780;
}

.navL li a {
	display: inline-block;
	line-height: 3.5;
	color: #1C7BFF;
	text-decoration: none;
	font-size:16px;
	font-weight:600;
}

.navL .active a {
	color: #1C7BFF;
}

.navBot {
	display: none;
	padding: 5px 0;
}

.navBot p {
	padding: 0 5px;
}

.navBot a {
	line-height: 1.5;
}

.navC {
	box-sizing: border-box;
	float: left;
	width: 200px;
	height: 100vh;
	position: relative;
	padding:150px 0px 0px 20px;
	background-color: rgba(0,0,0,0.6);
}
.navC .indexNavTwo {
	display: none;
	list-style: none;
	padding:0px;
	transition: all 1s;
	/*position: relative;*/
	font-size:14px;
}
.indexNavTwo.active {
	display: block;
}
.navC ul{
}
.navC li {
	transition: all 0.6s;
	padding: 0 0 0 5px;
	/*border-bottom: 0.01rem solid #ffffff;*/
	line-height: 3.5;
	color: #666666;
	margin-right:20px;
}

.navC a {
	font-weight: normal;
	display: inline-block;
	line-height: 3.5;
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}

.navC li:after {
	transition: all 0.6s;
	opacity: 0;
	content: '>';
	float: right;
	color: #ccc;
	font-size:20px;
	height:56px;
	line-height: 56px;
	color:#1C7BFF;
}

.navC li.active{
	border-bottom: 0.01rem solid #ccc;
}

/*.navC li.active a {
	color: #000000;
}*/

.navC li.active:after {
	opacity: 1;
	content: '>';
}

.navC .indexNavThree {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 20px;
	width: 250px;
	height:100vh;
	padding-top:150px;
}
.navC .indexNavThree p{
	margin:0px;
}
.navC .indexNavThree a {
	display: block;
	line-height: 3.5;
	color: #FFFFFF;
}

.navC li.active .indexNavThree a:hover {
	color: #FFFFFF;
}

.navC li.active .indexNavThree {
	display: block;
}
.navR{
	height:100vh;
	margin-left:400px;
	background-color:rgba(0,0,0,0.4);
}
@media (max-width: 1100px) {
	/*.navL { width: 34%; padding: 1rem 0.3rem; }
	.navL li { padding: 0 0 0 0.1rem; font-size: 14px; }
	.navL li a { font-size: 14px; }
	.navL .navOneAdd:after { content: '+'; opacity: 1; color:#FFF;}
	.navBot { display: block; }
	.navC { width: 66%; }
	.navC h3 { padding: 0 0 0 0.1rem; font-size: 14px; }
	.navC h3 a { font-size: 14px; }
	.navC .navItemAdd h3:after{ opacity:1; content: '+';}
	.navC .indexNavTwo { width: 2rem; }*/
	/*.navC .indexNavThree { padding-left: 0.3rem; width: 2.5rem; }
	.navC .indexNavThree p { font-size: 14px; }
	.navC .indexNavThree a { font-size: 14px; }*/

}

.footer{
	margin-top:30px;
	padding-top:90px;
	padding-bottom:20px;
	background:url(../img/column.footer_bg.png) #1F1F1F center center no-repeat;
	background-size:contain;
	
}
.footer ul{
	list-style: none;
	padding-left:40px;
}
.footer li{
	padding:10px 0px;
}
.footer li a{
	font-size:14px;
	color:white;
	text-decoration: none;
}
.footer li:first-child{
	padding-bottom:35px;
}
.footer li:first-child a{
	font-size:16px;
}
/*small*/
@media (max-width: 767px) {
	.footer li{
		padding-left:30px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.footer li:first-child{
		padding-left:0px;
		padding-bottom:10px;
	}
	.footer li:first-child a{
		font-weight:600;
		font-size:18px;
	}
}

.header_bottom{
	display: flex;
}

.header_bottom .selItem{
	position: relative;
}

.header_bottom .selItem .selItem-title{
	margin: 0;
	padding: 0px 20px;
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.header_bottom .selItem .selItem_active{
	border-bottom: 4px solid #148CC1;
}

.header_bottom .selItem:hover .item-content{
	display: block;
}

.header_bottom .selItem .item-content{
	display: none;
	position: absolute;
	top: 53px;
	background: #ffffff;
	width: max-content;
}

.header_bottom .selItem .item-content a{
	display: block;
	font-size: 16px;
	padding: 20px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.header_bottom .selItem .item-content .sel_item_active{
	background: #edf0f3;
}

.header_bottom .selItem .item-content a:hover{
	background: #d8dadc;
}

.slide-item .auto-container .content .sub-title{
	margin-bottom: 150px;
	font-size: 50px;
	font-family: 'FZZYJW';
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
}

.slide-item .auto-container .content .sub-title-small{
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}