/****************************通用样式 start ****************************/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0 ;
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none !important;
}
ol,ul {
    list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
    content: "";
}
body {
    width: 100%;
    height: 100vh;
    font-size: 13px;
    font-family: "Microsoft YaHei UI",sans-serif;
    color: #000;
    background-color:transparent ;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #fff !important;
}

.container{
    transform: scale(0.9);
}
/****************************通用样式 end ****************************/
/****************************头部导航样式 start ****************************/
#yh_header {
    position: relative;
}
#yh_header .navbar-yh{
    z-index: 999;
    padding: 0 30px;
    background-color:rgba(53,52,53,.6);
    border: none;
}
@media screen and (max-width: 768px) {
    #yh_header .navbar-yh {
        padding: 0;
        background-color: rgba(53,52,53,.6);
    }
    #yh_header .navbar-yh .yh_bg {
        background-color: rgba(53,52,53,.6);
    }
}
@media screen and (min-width: 768px){
    #yh_header .navbar-yh:hover {
        background-color: rgba(53,52,53,.6);
    }
}
#yh_header .navbar-yh .navbar-toggle {
    margin-top: 18px;
    border: none;
}
#yh_header .navbar-yh .navbar-brand {
    height: 70px;
    padding: 10px 15px;
}
#yh_header .navbar-yh .navbar-nav .navabr-label {
    height: 70px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#yh_header .navbar-yh .navbar-nav li.active a,
#yh_header .navbar-yh .navbar-nav li a:hover {
    background-color: transparent;
    border-bottom: 3px solid #0AB4f7;
    color: #0AB4f7;
    font-weight: 600;
}
#yh_header .dropdown-menu {
    background-color: rgba(53,52,53,.6);
}
#yh_header .dropdown-menu a {
    height: 50px;
    color: white;
    line-height: 50px;
}
@media (min-width: 1600px) {
    .container {
        width: 1400px !important;
    }
}
@media (max-width: 768px) {
    #yh_home_bg {
        width: 100%;
        height: auto;
    }
}

/****************************头部导航样式 end ****************************/
/****************************尾部 start ****************************/
#yh_footer {
    background-color: #050A1E;
    color: #fff;
}
#yh_footer h3 {
    /* padding-right: 70px; */
    text-align: left;
}
#yh_footer .row {
    padding: 50px 0 0 0;
}
@media (max-width:768px ) {
    #yh_footer .row {
        padding: 20px 0 10px 0;
    }
}
@media (max-width:1300px) {
    
    #yh_footer h3 {
        font-size: 18px;
        font-weight: 400;
    }
}
#yh_footer dl {
    list-style: none;
    height: 100%;
    white-space: normal;
    text-align: left;
    margin-top: 20px;
}
#yh_footer dl dd {
    margin: 10px 0px;
}
#yh_footer dl dd a {
    color: rgba(255, 255, 255, 0.671) !important;
    text-decoration: none;
    font-size: 12px;
}
#yh_footer .list_icon li {
    line-height: 40px;
    font-size: 12px;
}
#yh_footer .foot_logo{
    padding-left: 40px;
}
#yh_footer .foot_logo a{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 254, 254, 0.637);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#yh_footer .foot_logo a div{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    color: rgba(255, 254, 254, 0.753);
}
#yh_footer .foot_logo ul li i{
    color: #0AB4f7;
    padding: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: rgba(119, 119, 119, 0.356);
}
#yh_footer .code{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
#yh_footer .code img{
    width: 150px;
	height: 150px;
    background-color: #777;
}
#yh_footer .col-md-6{
    text-align: center;
}
/****************************尾部 end ****************************/
/*返回顶部*/
/*返回顶部样式*/
#scrollUp {
    color: #eee;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 46px;
    height: 48px;
    border: none;
}
#scrollUp img{
    width: 100%;
    height: 100%;
}
@media screen and (min-width:992px){#scrollUp{bottom:80px}}