* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
}

/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
p{
    margin-bottom: 0!important;
}
a{
    text-decoration: none!important;
}
.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}
h1{
	font-size: 30px;
    font-weight: bold;
	margin-bottom: 0;
}
.carousel {
    position: relative;
    padding-top: 75px;
}
/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}
#mainMenu{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index: 999;
    background-color: #fff;
	position: fixed;
	padding: 0;
}

#mainMenu a{
    color: #000;
}
#mainMenu a:hover{
    color: #196eba;
}
#caidan .active .mainLink a{
    font-weight: bold;
    color: #196eba;
}
#mainMenu ul{
    list-style-type: none;
}

#mainMenu ul li{
    margin-left: 22px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu #caidan ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu #caidan .secondMenu{
    position: absolute;
    left: -20px;
    top: 30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}

#mainMenu .secondMenu a{
    display: block;
    white-space: nowrap;
    line-height: 35px;
	font-size: 15px;
}
.mobile-li i.icon{
    display: none;
}
.offcanvas-body .mobile-li a{
     display: flex;
    justify-content: space-between;
    }
.offcanvas-body .mobile-li i.icon{
    display: inline-block;
}
.offcanvas-body .mobile-li>div{
    display: none ;
}
#caidan{
    padding-top: 25px;
    padding-bottom: 20px;
}
#caidan ul{
    margin-bottom: 0;
    float: inline-end;
}
#caidan .mainLink a{
    height: 30px;
	font-weight: bold;
}

#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-item #lbwenzi{
    
    bottom: 40%;
    z-index: 1;
}
#lbwenzi h1{
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    line-height: 32px;
	letter-spacing:5px
}
#lbwenzi p{
    font-size: 17px;
    font-weight: 300;
    display: block;
    padding-bottom: 8px;
    color: #196eba;

}
#lbwenzi span{
    display: block;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 300;
}
.custom-btn{
    width: 160px;
    height: 45px;
    background-color: #196eba;
    color: #fff;
    text-align: center;
    line-height: 45px;
    display: block;
    margin-top: 30px;
    transition: all 0.4s ease;
	margin: 0 auto;
}
.custom-btn:hover{
    background-color: #fca601;
}
#gongg{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    background-color: #fff;
	margin-top: -45px;
    position: relative;
    z-index: 998;
}
#gongg .owl-nav{
	display: none;
}
#gongg .owl-dots{
	display: none;
}
#gongg .tList h3{
	color: #000;
	font-size: 16px;
	display: block;
	float: left;
	padding-bottom: 20px;
    padding-top: 25px;
    padding-left: 30px;
}
#gongg .tList h3 p{
	color: #777777;
	font-size: 14px;
	padding-bottom: 3px;
}
#gongg .tList i{
	color: #000;
	float: right;
	margin-top: 32px;
    margin-right: 20px;
    font-size: 22px;
	transition: all 0.4s ease;
}
#gongg .tList:hover i{
	color: #fca601;
	transform: rotate(-45deg);
}
#gongg .gongg0{
	background-image: url(gg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
}
#gongg .gongg0 div{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
	margin-top: 25px;
}

.jianjie{
	padding-top: 70px;
    padding-bottom: 15px;
}
.jianjie .col-12 h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
	margin-top: 20px;
}
.jianjie .c1{
    color: #919191;
    margin: 35px 0;
    line-height: 28px;
}
.an1 {
    padding: 0px 0px 0px 0px;
    border-bottom: 3px solid #000;
    color: #000;
    font-size: 18px;
    font-family: 'mont1';
}
.an1:hover{
    color: #196eba;
    border-bottom: 3px solid #196eba;
}
#jj a{
    display: block;
    overflow: hidden;
    border: 1px solid #ebebf5;
    padding: 35px 24px;
	transition: all 0.4s ease;
}
#jj a:hover{
	background-color: #f6f6f8;
	transform: translateY(-10px);
}
#jj img{
    display: block;
    float: left;
}
#jj span{
    display: block;
    float: left;
    width: 70%;
    margin-left: 5%;
}
#jj h4{
    font-size: 17px;
    color: #000;
    font-weight: bold;
	margin-bottom: 2px;
}
#jj p{
    color: #999999;
	text-transform: uppercase;
}
#lux{
	background-color: #f6f6f8;
	display: flex;
    background-image: url(lu.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
	padding-top: 70px;
    margin-top: 70px;
	padding-bottom: 70px;
}
#lux .lu  img{
	width: 100%;
}
#lb3 p{
	width: 35%;
	color: #909090;
	line-height: 28px;
    margin-top: 30px;
	margin-bottom: 30px!important;
}
#lb3 a{
	color: #000;
}
#lb3 span{
	display: block;
	line-height: 28px;
}
#lb3 span i{
	color: #196eba;
}
#lb3 .owl-dots{
	display: none;
}
#lb3  .owl-nav{
	text-align: left!important;
	margin-top: 70px;
}
#lb3 .owl-nav span{
	width: 36px;
    height: 36px;
    border: 1px solid #ebebf5;
    color: #fff;
    font-size: 28px;
    padding-top: 2px;
	background-color: #196eba;
}
#lb3 .owl-nav span:hover{
	background-color: #fca601;
}
#lb3 .owl-nav .owl-prev{
	margin: 0;
}
.biaoti{
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.biaoti h1{
    float: left;
}
.biaoti a{
    float: right;
    margin-top: 8px;
	font-size: 16px;
}
#xwa{
	margin-top: 70px;
}
#xwa .pictitle img{
	width: 100%;
	height: auto;
}
#xwa .pictitle div{
	border: 1px solid #ebebf5;
	clear: both;
	display: block;
    overflow: hidden;
	padding: 25px 10px 25px 20px;
}
#xwa .pictitle  div span{
	display: block;
	overflow: hidden;
	width: 80%;
	float: left;
	color: #000;
}
#xwa .pictitle  div span h4{
	font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
#xwa .pictitle  div span p{
	font-size: 14px;
	color: #909090;
}
#xwa .pictitle  div i{
	float: right;
	width: 10%;
	font-size: 20px;
	color: #196eba;
	margin-top: 18px;
	transition: all 0.4s ease;
}
#xwa .pictitle:hover i{
	transform: rotate(-45deg);
}
#xwa .pictitle div:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
#zh{
	background-color: #f6f6f8;
	background-image: url(bj.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
	padding-bottom: 70px;
    padding-top: 70px;
	color: #000;
	margin-top: 70px;
}
#zh p{
	opacity: 0.7;
	margin-top: 15px;
	line-height: 26px;
}
#zh .an1{
	padding: 12px 46px;
    font-size: 16px;
    background-color: #196eba;
    float: right;
    color: #fff;
    margin-top: 35px;
    border-bottom: none;
	transition: all 0.4s ease;
}
#zh .an1:hover{
	background-color: #fca601;
}
#di{
	background-color: #196eba;
	/* background-image: url(bj.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
	padding-top: 70px;
}
#di li{
	width: 15%;
	list-style-type: none;
}
#di .secondMenu  a{
	display: block;
	width: 100%;
}
#di ul{
	padding-left: 0!important;
}
#di .mainLink a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
#di .secondMenu a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 26px;
}
#di .secondMenu a:hover{
	opacity: 1;
}
#di #di1{
	font-size: 14px;
	color: #fff;
}
#di #di1 h3{
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}
#di #di1 h3::before{
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fca601;
    z-index: 1;
}
#di #di1 p{
	opacity: 0.7;
	line-height: 26px;
}
#di #di1 span{
	padding-top: 7px;
    display: block;
}
#di #di1 span a{
	color: #fff;
	opacity: 0.7;
}
#di .row{
	border-bottom: 1px solid #1064af;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
#di .di2{
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
}
#di .di2 a{
	color: #fff;
	font-size: 14px;
}
.topdh{
	padding-top: 15px;
}
.topdh span{
	float: left;
}
.topdh div{
	float: right;
}
.topdh i{
	display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #196eba;
    text-align: center;
    line-height: 40px;
	float: left;
	margin-right: 12px;
}
.topdh p{
	font-size: 14px;
	color: #999;
}
.topdh h4{
	color: #196eba;
	font-size: 18px;
	font-weight: bold;
}
.topzb{
	background-color: #196eba;
	color: #fff!important;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.topzb:hover{
	background-color: #fca601;
}





	
.tu1{
	width: 100%;
    height: 380px;
    background-position: center center;
    color: #fff;
    background-size: cover;
}		
.a1 {
	background-image: url(8.jpg);
	}
.a2 {
	background-image: url(11.jpg);
	}
.a3 {
	background-image: url(7.jpg);
}
.a4 {
	background-image: url(9.jpg);
}	
.a5 {
	background-image: url(12.jpg);
}
.a6 {
	background-image: url(10.jpg);
}		
	
									
.bai{
	margin:0 auto;
	margin-top:-70px;
	border: 1px solid #ebebf5;
	display:block;
	overflow:hidden;
	background-color:#FFF;
	padding: 30px 30px 50px 30px;
    margin-bottom: 70px;}
.bt{
	font-size: 30px;
	padding-left: 11px;
    }
.bt a{
	color: #000;
}
.nav{
	display: contents;
	color: #999;
}		
.wz{
	height:40px;
	margin:0 auto;
	border-bottom: 1px solid #ebebf5;
	margin-top:15px;}	
.wz1{
	color:#999;
	font-size:14px;
	}
.fh a{
	color:#000;}
.fh a:hover{
	color:#fca601;}		
.nr{
	margin:0 auto;
	margin-top:45px;
	font-size:16px;}	
.nrz img{
max-width: 100%;
}
.nr .mb-5{
	margin-top: 40px;
}
.nrz h3{
	font-weight: bold;
	font-size: 18px;
}
.nrz h2{
	font-size: 24px;
}	
.nrz .iconfont{
	color:#fca601;}	
.fy{
	width:800px;
	margin-top:45px;}
.fy1{
	float:left;}
.fy2{
	float:right;}			
.nrz1{
	font-size:25px;
	margin-bottom:10px;}
.nrz2{
	color:#999;
	width:800px;
	height:28px;
	margin-bottom:35px;
	}		
.nry{
	padding-left: 30px;
}
.nry1{
	background-color:#196eba;
	border-top:4px solid #fca601;
	clear:both;
	display:block;
	overflow:hidden;
    padding: 30px 0;}	
.nr11{
	color:#FFF;
	font-size: 22px;
    font-weight: bold;
	padding-left: 30px;}	
.nr12{
	margin-top:20px;
	color:#FFF;
	line-height:40px;}	
.nr12 .fa{
	color:#fca601;}	
.smenuv{
	width:100%;
	float:left;
	color:#FFF;
    padding-left: 30px;}
.smenuv a{
	color:#FFF;}	
.smenuv:hover{
	background-color: #fca601;
}
.nry2{
	font-size: 22px;
    font-weight: bold;
	margin-top:40px;
	border-bottom:1px solid #ebebf5;
	height:42px;}
.nry2 .iconfont{
	color:#fca601;
	font-size:25px;}	
.nry3{
	font-size:18px;
	margin-top:17px;}
.nry4{
	font-size:17px;
	margin-top:2px;}
.nry5{
	color:#999;
	font-size:14px;
	margin-top:12px;
	margin-bottom: 25px;}		
.nry6 a{
	color:#fff;
padding: 10px 15px;
margin-right: 10px;
background-color: #196eba;}
.nry6 a:hover{
	background-color: #fca601;
}	
.xw{
	height:33px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;}
.xw1{
	float:left;
	font-size:14px;
	}
.xw1 a{
	font-size:16px;
	color:#000;}
.xw1 a:hover{
	color:#fca601;}		
.xw2{
	float:right;
	color:#999;
font-size: 14px;}	
	
	
.ashijian{
	padding-top:4px;
	color:#999;
	}
.abt{
	font-size:20px;
	font-weight:bold;}							
.axw{
	height:210px;
	border-bottom:1px dotted  #cdcdd6;
	margin-bottom:30px;
	
	}
.ajianj{
	height:70px;
	margin-top:7px;
	overflow:hidden;
	line-height:24px;
	color:#666;
	margin-bottom:42px;
	}	
.axetu{
	float:left;
	width:260px;
	height:180px;
	overflow:hidden;
	margin-right:25px;}
.axw1{
	margin-left:15px;
	}	
.axw1 a{
	color:#196eba;
	}	
.axw1 a:hover{
	color:#fca601;}	
.nr12 .menu{
	color:#FFF;}
.hide{
	color:#FFF;}	
.input{
	width:270px;
	height:30px;
	}	
form li{
	margin-bottom:20px;
	list-style-type: none;}
.nana{
	height:150px;
	line-height:150px;
	margin-right:5px;
	float:left;}
.textarea{
	width:450px;
	height:150px;}	
.button{
	width:180px;
	height:45px;
	border-radius: 5px;
    background-color: #196eba;
	margin-top:38px;
	border:0 ;
	color:#FFF;}
.button:hover{
	background-color:#fca601;}		
.gbd{
	width:200px;
	height:30px;}	
.gbd1{
	float:left;}
.sbd2{
	float:right;}			
	
	.nrz table{
		width: 100%;
		margin: 12px auto;
		line-height: 21px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.nrz table td{
		text-align: center;
		min-height: 30px;
		padding: 8px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.nrz .firstRow td{
		color: #fff;
		background: #196eba;
		font-weight: bold;
}
.yh01 .bmap-container img{
	max-width: none;

}		

@media (max-width: 768px){
	.jianjie img{
		max-width: 100%;
		display: none;
}
.carousel-inner {
    margin-top: -20px;
}
#gongg .tList i{
	display: none;
}
.jianjie {
    padding-top: 30px;
}
.jianjie .col-12 h1 {
    font-size: 25px;
}
.jianjie .c1 {
    margin: 20px 0;
}
#jj a {
    margin-top: 15px;
}
#lb3 p {
    width: 100%;
}
#lux {
    background-image: none;
}
#lux {
    padding-top: 45px;
    margin-top: 50px;
    padding-bottom: 50px;
}
#xwa {
    margin-top: 50px;
}
h1 {
    font-size: 25px;
}
#xwa .pictitle div {
    margin-bottom: 20px;
}
#zh{margin-top: 30px;
    padding-top: 50px;
	padding-bottom: 50px;
}
#zh .an1 {
    float: left;
}
#di {
    padding-top: 50px;
}
.bai{
	padding: 0;
}
.bai .bt{
	padding-top: 30px;
}
.axetu{
	width: 100%;
	float: none;
}
.axetu img{
	width: 100%;
	height: 100%;
}
.axw {
    height: auto;
}
.ajianj {
    display: none;
}
.axw1 {
    margin-left: 0;
}
.axw1 a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}
.abt {
    padding-top: 15px;
}
.xw2 {
    float: left;
}
.xw {
    height: auto;
    display: grid;
	padding-bottom: 10px;
}
.offcanvas-body li{
    list-style-type: none;
} 
.offcanvas-body li .mainLink{
    line-height: 40px;
}
.offcanvas-body li .mainLink a {
    color: #e85231 !important;
    font-weight: bold;
    font-size: 18px;
}
.dropmenu0_b .mainLink i{
	opacity: 0;
	display: none;
}
.tu1 {
    height: 260px;
}
.nrz1 {
    font-size: 22px;}
}