@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}


html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "Microsoft Yahei", sans-serif;
    overflow-x: hidden;

}
html{font-size: 100px}
html,
body{
    min-width: 1300px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after,.clearfix:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fl{
    float: left;
}
.fr{
    float: right;
    /* width: 600px; */
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative;margin-top: -2px;}
.zi3{position: relative;z-index: 3}

.wp{ width: 1280px; padding: 0; margin: 0 auto;}
@media(max-width: 1200px){
    .wp{ width: 100%; max-width: 100%; padding:0 15px;}

}

/*==========================================公共 开始=============================================*/
.header_box{
    background: #fff;
}
.header_top{
    padding: 10px 0;
    background: #aeb40b;
}

.header_top .wp{
    position: relative;
    overflow: hidden;
}

.search{
    position: relative;
    width: 130px;
}

.logo{
    padding-top: 25px;
    padding-bottom: 28px;
}
.logo a{
    display: block;
}
.logo img{
    display: block;
    height: 65px;
}


.search .inp{
    display: block;
    width:100%;
    height: 18px;
    line-height: 18px;
    padding: 0 40px 0 10px;
    font-size: 12px;
    color: #fff;
    background: #cad023;
    border-radius: 50px;
}

.search .subm{
    position: absolute;
    right: 15px;
    top: 2px;
    height: 14px;
    width:13px;
    border: none;
    overflow: hidden;
}
input::placeholder{
    color: #ffffff;
}
input::-ms-input-placeholder{
    color: #fff;
}
.nav li{
    float: left;
    margin-left: 45px;
    position: relative;
}

.nav li h2{
    font-size: 18px;
    line-height: 118px;
    color: #191919;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.nav li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: 3px;
    background: #aeb40b;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}
.nav li.on h2:after, .nav li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: 36px;
    margin-left: -18px;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    background: #fff;
    width: 140px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

.nav  li .sub .box {
    padding: 0;
    text-align: center;
}

.nav  li .sub a {
    display: block;
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.nav li .sub a:hover {
    color: #fff;
    background: #aeb40b;
}

.nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.ftlogo img{
    display: block;
    height: 117px;
}

.foot .ftlink{
    float: right;
    margin-top: 42px;
}
.foot .ftlink dl{
    float: left;
    margin-left:124px;
    width: 224px;
    position: relative;
}
.foot .ftlink dl:first-child{
    margin-left: 0;
}
.foot .ftlink dl dt{
    position: relative;
    height: 36px;
    line-height: 34px;
    background: transparent;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size:18px;
    text-align: center;
    border: 1px solid #fff;
}
.foot .ftlink dl dt:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    content: '';
    width: 10px;
    background: url("../images/linkdown.png") no-repeat 50%;
    background-size: 10px 6px;
    transition: .3s
}
.foot .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}


/*2024-04-02修改*/
.foot .ftlink dl dd ul li{
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0;
}

.foot .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #fff;
}
.foot .ftlink dl dd ul li a:hover{
    font-weight: 600;
}
.foot .ftlink dl dd{
    position: absolute;/*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #aeb40b;
    padding: 10px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.foot .ftlink dl dd ul{
    height: 210px;
    overflow-y: auto;

}
.foot .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-track{
    background: transparent;border-radius: 5px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%,rgba(0, 0, 0, 0.1) 100%);
}


.foot .ft1 .wp{
    padding: 36px 45px 36px 90px;
}


.bq{
    padding-top: 12px;
    padding-bottom: 13px;
    background: #878c00;
}
.bq a{
    float: left;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
    margin-left: 56px;
}

.bq span{
    float: left;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}
.bq span img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.bq span.dh{
    margin-left: 140px;
}
.bq span.dz{
    margin-left: 72px;
}
.bq span.yx{
    float: right;
}
.foot{
    background: #aeb40b;
}