@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
@font-face {
    font-family: '思源宋体 CN';
    src: url("/dycdbdh/font/WD6L2QSAPVPQ.woff") format("woff");
    font-display: swap;
}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: Arial, Helvetica,"PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;
    overflow-x: hidden;

}
html{font-size: 100px}
html,
body{
    min-width: 1460px;
    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;
    width: 1200px;
    margin: 0 auto;
}
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;
}
.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;}
.aline_r {position: relative;background-image: linear-gradient( #064c32, #064c32);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #064c32}
.zi3{position: relative;z-index: 3}

.wp{width: 1200px;padding: 0;margin: 0 auto;max-width: 100%;}
@media(max-width: 1200px){
    .wp{ width: 100%; max-width: 100%; padding:0 .2rem;}

}



html,body{
    min-width: 1400px;
    overflow-x: hidden;
}
/*==========================================公共 开始=============================================*/


.nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eccd93;
    text-align: center;
    z-index: 3;
}
.nav li{
    display: inline-block;
}
.nav li h2{
    font-size: 20px;
    color: #d12b00;
    line-height: 65px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 171px;
    text-align: center;
    font-weight: 600;
    transition: .5s;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.nav li h2 a{
    display: block;
}
.nav li.on h2,.nav li:hover h2{
    color: #fff;
    background-image: url("/dycdbdh/images/nav_bg.jpg");
}

.foot a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 65px;
}
.foot{

    background: #ad1216;
}