* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: 'mont';
}
p {
    margin-bottom: 0!important;
}
a:hover{
    text-decoration: none !important;
}
a {
    text-decoration: none !important;}
@font-face{
    font-family: 'mont';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
        url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  
@font-face{
    font-family: 'mont1';
    src: url('montserrat_extra_bold-webfont.woff2') format('woff2'),
        url('montserrat_extra_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
@font-face{
    font-family: 'mont2';
    src: url('montserrat-hairline-webfont.woff2') format('woff2'),
        url('montserrat-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}    
/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.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;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}

/*主导航*/

#mainMenu .logo {
    background-image: url(logo1.png);
    background-position:  left;
    background-repeat: no-repeat;
    background-size: 85%;
    transition: all .2s;
}
#mainMenu a{
    color: #fff;
    font-family: 'mont';
}
#mainMenu a:hover{
    text-decoration:underline!important;
}
div.mini_top a.logo{
    background-image: url(logo2.png) !important;
    transform: scale(1,1) !important;
}
div.mini_top .mainLink{
    color: #000 !important;
}

.mini_top {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
#mainMenu{ 
    z-index: 999;
    position: absolute;
    position: fixed;
}
#mainMenu ul{
    list-style-type: none;
}
#mainMenu ul li{
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 999;
}
#mainMenu ul li i{
    transform: scale(0.7);
}
#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}
#mainMenu li.active>a {
    color: #E67817;
    font-weight: bold !important;
}
.mini_top li.active>a {
    color: #E67817!important;
    font-weight: bold !important;
}
/*主导航二级菜单*/
div.mini_top .secondMenu .py-1{
    color: #fff !important;
}
#mainMenu .secondMenu{
    position: absolute;
    width: 150px;
    left: -10px;
    top: 55px;
    background: #E67817;
    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;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
#lbwenzi h1{
    font-size: 68px;
    font-family: 'mont1';
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
}
#lbwenzi p{
    font-family: 'mont2';
    font-size: 35px;
    line-height: 50px;
    opacity: 0.6;
}
#lbwenzi span{
    font-family: 'mont';
    opacity: 0.6;
}
.an{
    width: 185px;
    height: 50px;
    background-color: #E67817;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-family: 'mont';
    display: block;
    border-radius: 50px;
    margin-top: 60px;
    transition: all 0.4s ease;
}
.an:hover{
    width: 200px;
}

/*分类*/
#fenlei{
    margin-top: 85px;
    margin-bottom: 85px;
}
#fenlei h2{
    font-family: 'mont1';
    font-size: 45px;
    margin-bottom: 22px;
    letter-spacing: -1px;
}
#fenlei .an{
    margin-top: 0;
    float: right;
}
#fenlei .fenlei0{
    margin-top: 45px;
}
#fenlei1{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    position: relative;
    transition: all .2s;
    overflow: hidden;
}
#fenlei1 img{
    width: 100%;
}
#fenlei1 .wz{
    display: block;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(to bottom, #0c2438 0%, rgba(6, 29, 58, 0.7) 30%, rgba(8, 67, 114, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 40px;
    padding-left: 30px;
    right: 0;
    transition: all .2s;
}
#fenlei1 .wz h3{
    font-family: 'mont1';
    margin-bottom: 0;
}
#fenlei1 .wz p{
    font-size: 14px;
    opacity: 0.6;
}
#fenlei1 .wz div{
    opacity: 0;
    transition: all .2s;
    transform: translateY(20px);
    position: absolute;
    bottom: 10%;
    font-family: 'mont1';
    font-size: 18px;
}
#fenlei1:hover div{
    opacity: 1;
    transform: translateY(0px);
}
#fenlei1:hover .wz{
    background: linear-gradient(to bottom, #0c2438 0%, rgba(6, 29, 58, 0.9) 30%, rgba(8, 67, 114, 0.2) 100%);
}

/*简介*/
#jianjie{
    background-color: #F5F5F5;
    background-image: url(jianjie.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    padding-top: 95px;
    padding-bottom: 40px;
}
#jianjie h1{
    font-family: 'mont1';
    font-size: 45px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
#jianjie .col-6{
    width: 41%;
}
#jianjie p{
    display: block;
    overflow: hidden;
    padding-bottom: 65px;
}
 .an1 {
    padding: 0px 0px 0px 0px;
    border-bottom: 3px solid #000;
    color: #000;
    font-size: 18px;
    font-family: 'mont1';
}
 .an1:hover{
    color: #E67817;
    border-bottom: 3px solid #E67817;
}
#jianjie span{
    display: block;
    overflow: hidden;
    color: #9A9A9A;
    font-size: 14px;
    bottom: 30px;
    margin-top: 115px;
}

/*新闻*/
#xinwen{
    background-image: url(xw.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 540px;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
}
#xinwen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0c2438 0%, rgba(21, 47, 92, 0.9) 25%, rgba(21, 47, 92, 0) 70%);
    z-index: 1;
}
#xinwen .col-12{
    z-index: 998;
}
#xinwen span{
    display: block;
    overflow: hidden;
    opacity: 0.6;
}
#xinwen .tList{
    color: #FFF;
    font-size: 25px;
    line-height: 120%;
    display: block;
    margin-top: 12px;
    margin-bottom: 90px;
}
#xinwen .an1{
    color:#fff;
    border-bottom: 3px solid #fff;
}
#xinwen .an1:hover{
    color:#E67817;
    border-bottom: 3px solid #E67817;
}

/*底部*/
#di{
    font-size: 14px;
    border-top: 1px solid #dfe0e2;
    padding-top: 80px;
}
#di img{
    width: 50%;
    margin-bottom: 20px;
}
#di h4{
    text-transform:uppercase;
    font-size: 20px;
    padding-bottom: 17px;
    margin-top: 12px;
}
#di h1{
    font-size: 30px;
    font-family: 'mont1';
    margin: 0;
    line-height: 40px;
}
#di #di1 p{
    padding-bottom: 25px;
}
#di #di2 div{
    margin-top: 20px;
}
#di #di2 div .iconfont {
    font-size: 22px;
    color: #999999;
    margin-right: 15px;
}
#di #di2 div .iconfont:hover{
    color: #E67817;
}
#di3 .col-12{
    border-top: 1px solid #f2f3f3;
    margin-top: 40px;
    padding-top: 17px;
    padding-bottom: 17px;
}

/*内*/
.banner {
    width: 100%;
    height: 400px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 40px;}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, #0c2438 0%, rgba(6, 29, 58, 0.9) 20%, rgba(8, 67, 114, 0) 90%);
	z-index: 1;
}
.a5 {
    background-image: url(bj4.jpg);
}
.a1 {
    background-image: url(bj1.jpg);
}
.a2 {
    background-image: url(bj2.jpg);
}
.a3 {
    background-image: url(bj3.jpg);
}
.a6 {
    background-image: url(bj6.jpg);
}
.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
@keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.banner div h3{
	font-size:40px;
	font-weight: 300;
	text-shadow: 0px 0px 0px #000;
    margin: 0;
    font-family: 'mont1';
	}
.banner div h3  .navLink{font-family: 'mont1';}  
.banner div h5{
	font-size:14px;
	opacity:0.7;}
.banner div h5 a{
    color: #FFF;
    opacity:0.7;
}
.banner div h5 .nav{
	display: contents;
    color: #FFF;}			
.banner div h3 a{
	color:#fff;}
#pagemenu{
    background-color: #f8f9f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 998;
    border-bottom: 1px solid #dfe0e2;
    }
#pagemenu a{
    color: #000;
    font-size: 18px;
    margin-right: 55px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    float: left;
    font-family: 'mont1';
    }
#pagemenu a:hover{
    color: #E67817;
    }
#pagemenu .smenuvnow{
    color: #E67817;
    }
#nr{
    margin-top: 70px;
    margin-bottom: 65px;
    }
#nr h5{
    font-family: 'mont2';
    font-size: 35px;
}    
#nr p{
    color: #666;
    line-height:26px ;
    }
#nr h1{
    font-size: 48px!important;
    font-family: 'mont1';
    margin: 0;
    }
#nr img{
    max-width: 100%;
    display: block;
    height: auto;
    } 
.alt{
        width: 100%;
        padding-bottom: 45px;
    }      
.alt img{
    max-width: 100%;
    margin: 0 auto;
}   
#ditu{
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dfe0e2;
    margin-bottom: -1px;
}  
#ditu img{
    border: 1px solid #dfe0e2;
    width: 100%;
    border-radius: 10px;
}  

#lx  i{
    color: #fff;
    background: #2263a5;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s;
    font-size: 30px;
}
#lx .col-lg-4{
    margin-top: 40px;
}
#lx .col-lg-4 a{
    background-color: #F5F5F5;
    display: block;
    padding: 45px 37px;
    border-radius: 10px;
}
#lx h3{
    margin: 0;
    padding-top: 28px;
    padding-bottom: 8px;
}

.newsquery img{
	width:100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.newsquery {
	background-color: #F5F5F5;
	margin-top: 50px;
	margin-left: 0;
    margin-right: 0;}
.newsquery  .col-12{
	padding-left:0;}		
.newsquery{
	margin-bottom: 30px;
    border-radius: 10px;
	color:#000;}
.newsquery:hover{text-decoration: none;
color:#000;}
.newsquery h1{
	    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 30px;}

.newsquery span{
	display:block;
	overflow:hidden;
	padding-top:45px;
    color: #999;
    padding-bottom: 20px;}	
.newsquery .col-lg-7{
	padding-left: 20px;
    padding-left: 30px;
    padding-right: 30px;}
#xwxq .col-12 img{
	max-width:100%;}	
#xwxq h2{
    width: 65%;
    font-size: 30px;
    line-height: 34px;
    font-family: 'mont1';
}

#xwxq span{
	margin-bottom: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    color: #666;
	}
#xwxq .next_pre div{
	line-height:30px;
	}
#xwxq .next_pre{
	margin-top:30PX;}		
#xwxq .next_pre div a{
	color:#000;}	    

.yscpa{
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid #dfe0e2;
	}
.yscpa:hover{
	transform: translateY(-10px);}	
.yscpa	.cpquerytitle{
	text-align: center;
    color: #000;
    padding: 35px 10px;
    font-size: 20px;}
.yscpa img{
	max-height: 330px;
    width: auto;
    margin: 0 auto;
    display: block;
    padding-top: 24px;
    border: 0;
	}    

.anli img{
    width: 100%;
    border-radius: 10px;
}  
.anli div{
    text-align: center;
    color: #000;
    padding: 15px 10px;
    font-size: 20px;
}  

@media (max-width: 768px){
    #mainMenu {
        background: #000;
        position: fixed;
        padding-top: 10px;
        padding-bottom: 10;
    }
#fenlei h2 {
    font-size: 30px;}
#fenlei .an {
    margin-top: 30px; 
    float: left;}   
#fenlei {
    margin-top: 45px;
    margin-bottom: 45px;
    } 
#fenlei1 .wz h3 {
    font-size: 20px;
    margin-bottom: -5px;
    margin-top: 15px;
    }   
#fenlei .fenlei0 {
    margin-top: 36px;
    padding-left: 10px;
    padding-right: 10px;
    } 
#fenlei .fenlei0 div{
    padding: 6px;
}     
#jianjie{
    background-image: none;
    padding-top: 45px;
}
#jianjie h1 {
    font-size: 30px;
    margin-bottom: 15px;    }
#jianjie p {
    padding-bottom: 30px;
    }
#jianjie span {
    margin-top: 60px;
    }    
#xinwen{
    background-position: right;
    background-size: cover;
    min-height: 370px;
}
#xinwen .tList {
    font-size: 20px;
    margin-bottom: 50px;
}
#xinwen::before{
    background: linear-gradient(to right, #0c2438 0%, rgba(21, 47, 92, 0.9) 25%, rgba(21, 47, 92, 0) 100%);
}
#di {
    padding-top: 20px;
}
#di h4 {
    padding-bottom: 0;
    margin-top: 30px;}
#di #di1 p {
    padding-bottom: 9px;
    }
.flan{
    padding-top: 25px;
}  
.banner{
    height: 245px;
    padding-bottom: 7px;
}
.banner div h3 {
    font-size: 30px;}
.banner::before{
    height: 245px;
    }
#nr h1 {
    font-size: 30px!important;}
#nr h5 {
    font-size: 25px;
    }
#nr {
    margin-top: 45px;
    margin-bottom: 55px;
    }
#pagemenu a{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
}
#pagemenu .container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.yscpa .cpquerytitle {
    padding: 17px 10px;
    font-size: 16px;
}
.newsquery .col-12 {
    padding-left: 15px;
}
#xwxq h2 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;}
.newsquery .col-12 {
    padding-left: 14px;
    padding-top: 15px;
    }
.newsquery span {
    padding-top: 14px;}
.newsquery .col-lg-7 {
    padding-bottom: 50px;
    }
.anli div {
    padding: 5px 10px;
    font-size: 18px;
    }
#lx .col-lg-4 {
    margin-top: 15px;
    }
#ditu {
    padding: 0;
        border-bottom: none;
        margin-bottom: -1px;
    }
    #ditu img{
        border-radius: 0;
    }    
#ditu .container{
    padding: 0;
}    
.newsquery img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    }
#mainMenu .logo{
    background-image: none;
    } 
div.mini_top a.logo {
    background-image: none!important;
    }  
#mainMenu a {
    color: #000;}     
    .bg-body-tertiary{
        box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    }    
}