@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf');
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    visibility: visible;
    font-family:'Figtree-Regular',arial,sans-serif;
    color: #000;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #ef4705;
}

.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}

.w-90{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.btn:focus,
.btn:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* 控制placeholder文字颜色 */
::placeholder {
    color: #bbb !important; /* 所有浏览器通用 */
}
::-webkit-input-placeholder {
    color: #aaa; /* Webkit浏览器（如Chrome、Safari） */
}

:-moz-placeholder {
    color: #aaa; /* Firefox浏览器 */
}

::-moz-placeholder {
    color: #aaa; /* Firefox浏览器 */
}

:-ms-input-placeholder {
    color: #aaa; /* IE浏览器 */
}



.header{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header .top{
    background: #f5f5f5;
    height: 120px;
}
.header .top .logo{
    padding-top: 30px;
    padding-bottom: 30px;
}
.header .top .logo img{
    max-height: 80px;
}
.header .top .dingbu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.header .daohang{
    background: #333;
}

.header .daohang .pc-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.header .daohang .pc-nav li{
    padding-left: 25px;
    padding-right: 25px;
    height: 60px;
    transition: all .5s;
}

.header .daohang .pc-nav li a{
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
}

.header .daohang .pc-nav li:hover{
    background: #f5f5f5;
}
.header .daohang .pc-nav li:hover a{
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.header .daohang .pc-nav li .erji {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 2;
    box-shadow: 0px 3px 3px rgba(51, 51, 51,.25);
}
.header .daohang .pc-nav li:hover .erji {
    display: block;
}

.banner{
    padding: 0px;
    margin: 0px;
}

.header .daohang .pc-nav li .erji .erji-list{
    display: block;
    padding:15px;
    position: relative;
    min-height: 290px;
}
.header .daohang .pc-nav li .erji .erji-list .list-item-bg img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.header .daohang .pc-nav li .erji .erji-list .list-item{
    margin-left: 30px;
    margin-right: 30px;
    z-index: 2;
}
.header .daohang .pc-nav li .erji .erji-list .list-item h2{
    font-weight: bold;
    font-size: 18px;
}
.header .daohang .pc-nav li .erji .erji-list .list-item a{
    color: #000;
    line-height: 1.6;
}
.header .daohang .pc-nav li .erji .erji-list .list-item p{
    margin-bottom: 5px;
    
}
.header .daohang .pc-nav li .erji .erji-list .list-item p a{
    font-weight: 200;
}
.header .daohang .pc-nav li .erji .erji-list .list-item p a:hover{
    text-decoration: underline !important;
    color: #ef4705 !important;
}

.yous{
    padding: 60px 0px;
    background: #f5f5f5;
}

.yous .tubiao{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.yous .tb-pic{
    padding: 30px 15px;
}
.yous .tb-pic img{
    /*max-width: 120px;*/
}
.yous .tb-wenzi h3{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.yous .tb-wenzi h4{
    font-size: 15px;
    font-weight: 200;
    text-transform: lowercase;
}
.yous .tb-wenzi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/*006b36*/
.big-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.big-title span{
    color: #008000;
}
.b-dec{
    text-align: center;
    color: #333;
    margin-bottom: 60px;
}



.pic{
    overflow: hidden;
}
.pic img{
    transition: all .5s;
}
.pic:hover img{
    transform: scale(1.05);
}



.fenlei{
    padding: 80px 0px;
    background: #fff;
}
.fenlei .cpfl01{
    width: 100%;
    background: #eee;
    margin-bottom: 10px;
    position: relative;
}
.fenlei .cpfl02{
    width: 100%;
    background: #eee;
    margin-bottom: 10px;
    position: relative;
}
@media (min-width: 1611px){
    .fenlei .col-lg-3 {
        width: 28.76%;
    }
    .fenlei .col-lg-9 {
        width: 71.24%;
    }
}
@media (min-width: 1442px) and (max-width: 1610px){
    .fenlei .col-lg-3 {
        width: 29%;
    }
    .fenlei .col-lg-9 {
        width: 71%;
    }
}
@media (min-width: 1331px) and (max-width: 1441px){
    .fenlei .col-lg-3 {
        width: 29.1%;
    }
    .fenlei .col-lg-9 {
        width: 70.9%;
    }
}
@media (min-width: 992px) and (max-width: 1330px){
    .fenlei .col-lg-3 {
        width: 29.2%;
    }
    .fenlei .col-lg-9 {
        width: 70.8%;
    }
}

@media (min-width: 992px){
    .fenlei .col-lg-3 {
        flex: 0 0 auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .fenlei .col-lg-9 {
        flex: 0 0 auto;
    }
    .fenlei .row>*{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.fenlei .cpfl01 .flname{
    position: absolute;
    top: 10%;
    left: 10%;
}
.fenlei .cpfl01 .flname h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}
.fenlei .cpfl01 .flname span{
    padding: 8px 20px;
    border: 1px solid #008000;
    color: #008000;
    border-radius: 5px;
    transition: all 0.5s;
}
.fenlei .cpfl01:hover .flname span{
    background: #008000;
    color: #fff;
}

.fenlei .cpfl02 .flname{
    position: absolute;
    top: 15%;
    left: 10%;
}
.fenlei .cpfl02 .flname h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}
.fenlei .cpfl02 .flname span{
    padding: 8px 15px;
    border: 1px solid #008000;
    color: #008000;
    border-radius: 5px;
    transition: all 0.5s;
}
.fenlei .cpfl02:hover .flname span{
    background: #008000;
    color: #fff;
}


.tjpro{
    padding: 80px 0px; 
}
.tjpro .nav-pills{
    justify-content: center;
    margin-bottom: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #008000;
    font-weight: bold;
    background-color: unset;
}
.nav-link:focus, .nav-link:hover {
    color: #000;
}
.nav-link{
    font-size: 18px;
    color: #000;
}

@media (min-width:992px){
    .cplist .col-lg-2{
        flex: 0 0 auto;
        width: 20%;
    }
}

.cplist .cp-item{
    margin-bottom: 20px;
    /*border: 1px solid #f5f5f5;*/
    border-radius: 3px;
}

.cplist .cp-item .wenzi{
    color: #000;
    padding: 15px;
}
.cplist .cp-item .anniu{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.cplist .cp-item .anniu{
    padding: 7px 20px;
    font-size: 18px;
    /*background: rgba(0, 128, 0, 1);*/
    background-image: linear-gradient(to right, #2fb82f, #008000);
    /*border: 1px solid #008000;*/
    border-radius: 5px;
    color: #fff;
    transition: all .5s;
}
/*
.cplist .cp-item .anniu:hover{
    background: rgba(0, 128, 0, .75);
}
*/
.cplist .cp-item .pic{
    border:1px solid #eee;
}


.tjpro .more{
    text-align: center;
    margin-top: 60px;
}
.tjpro .more a{
    padding: 12px 90px;
    /*background: rgba(0, 107, 54,1);*/
    border: 1px solid #008000;
    border-radius: 5px;
    text-align: center;
    color: rgb(0, 128, 0);
    font-size: 18px;
    font-weight: 200;
    transition: all .5s;
}
.tjpro .more a:hover{
    background: rgba(0, 107, 54,1);
    color: #fff;
}





/* 内页 */
.main-content{
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 120px;
}

.weizhi{
    padding-top:15px;
    padding-bottom: 15px;
    color: #aaa;
}

.weizhi a{
    color: #aaa;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.weizhi a:first-child{
    padding-left: 0px !important;
}

.weizhi a:hover{
    color: #333;
}

.ny-banner{
    padding-top: 15px;
    padding-bottom: 15px;
}