/*kaifamei原创源码，唯一官网：www.kaifamei.com*/
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #666;
    font-family: Microsoft YaHei, SimSun;
    background: #fff;
}

textarea,
input,
button,
select {
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
}


/* 内容超出隐藏 */

.p-oh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 左浮动 */

.fl {
    float: left;
}


/* 右浮动 */

.fr {
    float: right;
}


/* 清除浮动 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 元素隐藏 */

.dn {
    display: none;
}

.wd1220 {
    width: 1200px;
    margin: 0 auto;
}

.p-oh2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #288fbf;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crumbs {
    margin-top: 36px;
}

.crumbs a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
}


/* 头部 */

.headerUp {
    width: 100%;
    height: 30px;
    background: #E6E6E6;
}
.headerUp p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
}

.headerUp .wd1220 {
    display: flex;
    justify-content: space-between;
}

.headerUp .wd1220>img {
    width: 168px;
    height: 12px;
    margin-top: 9px;
}

.headerUp_aside {
    display: flex;
}

.headerUp_aside a {
    margin-right: 41px;
}

.headerUp_aside p,
.headerUp_aside a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C5C5C5;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.headerUp_aside p::before,
.headerUp_aside a::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -22px;
    width: 10px;
    height: 15px;
    background: url(/kaifamei/images/phone.png);
    background-size: 100% 100%;
}

.headerUp_aside p::before {
    background: url(/kaifamei/images/shoucang.png);
    background-size: 100% 100%;
    width: 13px;
    height: 13px;
    left: -20px;
}

.header {
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}

header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-right: 40px;
}

header>a {
    width: 86px;
    height: 41px;
    margin-bottom: 10px;
    margin-right: 100px;
}

header>a>img {
    width: 190px;
    height: 46px;
}

.headerList {
    flex: 1;
}

.headerList ul {
    display: flex;
    justify-content: space-between;
    height: 57px;
}

.headerList ul li {
    margin-top: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    opacity: 0.9;
    padding: 8px 15px 16px;
}

.headerList ul li a {
    color: #FFFFFF;
}
/* 
.headerList ul li.current {
    background: linear-gradient(0deg, #f9bf5377, #fc858167);
    border-radius: 10px 10px 0px 0px;
} */




/*  */

.headerNav_nav {
    flex: 1;
}

.headerNav_nav>ul {
    display: flex;
    justify-content: flex-start;
    width: 1200px;
    height: 100%;
    margin: auto;
    overflow: initial !important;
    
}

.headerNav_nav>ul>li {
    position: relative;
    width: 120px;
    margin-right: 80px;
    overflow: initial !important;
}

.headerNav_nav>ul>li>a {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    
    color: #FFFFFF; 
    overflow: initial !important;
}

.headerNav_nav>ul>li>a.index_on {
    /* position: relative;
    display: block;
    width: 125px;
    background: url('/kaifamei/images/header_hover.png') 0 0 no-repeat; */
    /* width: 125px;
    height: 65px !important;
    background: url('/kaifamei/images/header_hover.png') no-repeat;
    position: absolute;
    top: -5px; */
}
#menu-active {
    width: 131px;
    height: 65px;
    background: url('/kaifamei/images/header_hover.png') no-repeat;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
}
#menu {
    position: relative;
    width: 1200px;
    height: 56px;
    margin: auto;
    z-index: 999;
}
.headerNav_nav {
    width: 100%;
    height: 56px;
    background: #288fbf;
}
.headerNav_nav .uls {
    display: flex;
    width: 1200px;
    margin: auto;
    
}

.headerNav_nav ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 70px;
    left: -60%;
    width: 300px;
    border: 1px solid #288fbf;
    background: #288fbf;
    z-index: 888;
    padding: 10px 25px;
    padding-right: 0;
}
.subMenu::before {
    position: absolute;
    top: -26px;
    left: 43.35%;
    content: '';
    width: 0;
    height: 0;
    border: 13px solid;
    border-color: transparent transparent #288fbf;
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.subMenu>ul>li>a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 36px;
}

.subMenu>ul>li a{
    margin-top: 10px;
    margin-bottom: 10px;
}

.subMenu>ul>li:nth-of-type(3n) a {
    margin-right: 0;
}

/* .headerNav_nav>ul>li:nth-of-type(2) .subMenu>ul>li:nth-of-type(-n+8) a{
    margin-bottom: 0;
} */

.subMenu>ul>li a.on{
    position: relative;
}

.subMenu>ul>li a.on::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F16D45;
    border-radius: 2px;
}


/*  */

.header_input {
    position: relative;
    margin-left: 80px;
}

.header_input input[type=text] {
    width: 246px;
    height: 34px;
    border: 2px solid #288fbf;
    text-indent: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #CCCCCC;
    background: url('/kaifamei/images/sousuo.png') no-repeat 7px 7px;
    background-size: 16px 16px;
}
.header_input input[type=text]::placeholder {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #CCCCCC;
}

input[type=text]::-webkit-input-placeholder {
    color: #FFFFFF;
}

.header_input button {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    background: #288fbf;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}


/* 底部 */

.footer {
    margin-top: 50px;
    background-color: #000000;
    width: 100%;
    /* height: 276px; */
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer_lei {
    padding-top: 40px;
    width: 26%;
}

.footer_lei .title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EFEFEF;
    opacity: 1;
    margin-bottom: 20px;
}

.footer_lei .content {
    display: flex;
    flex-wrap: wrap;
}

.footer_lei .content a {
    font-weight: 400;
    color: #BFBCBC;
    opacity: .6;
    position: relative;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 9px;
}

.footer_lei .content a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 14px;
    background: #fff;
}

.footer_lei .content a:nth-of-type(4n) {
    margin-right: 0;
}

.footer_lei .content a:nth-of-type(4n)::after {
    content: none;
}

.footer_lei .content a:hover {
    color: #288fbf;
}

.footerLogo a {
    width: 128px;
    height: 45px;
    margin-top: 35px;
}

.footer-logo-txt {
    margin-top: 8px;
    width: 100%;
    height: 40px;
    background: #322C2B;
}

.footer-logo-txt .wd1220 {
    display: flex;
    justify-content: space-between;
}

.footer-logo-txt-link a {
    display: inline-block;
    margin-right: 38px;
    /* margin-bottom: 22px; */
    font-weight: 400;
    color: #CFCFCF;
    opacity: 0.6;
    line-height: 40px;
    position: relative;
}

/* .footer-logo-txt-link a::before {
    content: '';
    position: absolute;
    top: 13px;
    right: -22px;
    width: 2px;
    height: 14px;
    background: #fff;
} */
.footer-main .footer_lei:last-child a:last-child::after{
    display: none;
}

.footer-logo-txt-link a:last-of-type::before {
    content: none;
}

.footer-logo-txt-link a:hover {
    color: #288fbf;
}

.footer-logo-txt-dz {
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    line-height: 40px;
}

.footer-logo-txt-dz a{
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.footerLess {
    position: absolute;
    bottom: 0;
}

#bigImg {
    margin-left: 20%;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 988;
    background-color: rgba(0, 0, 0, 0.24);
}

#bigImg img {
    width: auto !important;
    height: 80% !important;
    margin: auto;
    position: fixed;
    left: 20%;
    right: 0;
    top: 10%;
    cursor: pointer;
    z-index: 999;
}

.bigImgList {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.24);
    overflow-y: scroll;
}

.bigImgList>img {
    width: 80% !important;
    height: auto !important;
    margin-top: 20px;
    margin-left: 10%;
}


/* 返回顶部 */

.goBack {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 150px;
    margin-bottom: 70px;
    display: none;
    z-index: 999;
    animation-name: img-go-back;
}

/* @keyframes img-go-back {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
} */

.goBack a {
    height: 60px;
    width: 60px;
    display: inline-block;
}

.goBack a img {
    height: 100%;
    
    
}


.notFound>p {
    color: #666;
    text-align: center;
    font-size: 20px;
}
.notFound h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.notFound img {
    width: 552px;
    height: 398px;
    margin: auto;
}

.notFound a {
    color: #f04040;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
.notFound button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: #F04040;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px auto 0;
}
.todayRecommend_title h2 a {
    display: block;
    width: 372px;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #288fbf ;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-down {/*display:none!important;*/width:auto;height:110px;background:#f7f7f7;border:0px dashed #f6e3af;margin:15px 20px 0 20px;padding: 10px;border-radius:6px;}
.article-down .thumb {float: left;}
.article-down .thumb img {width: 90px;height: 90px;border-radius: 5px;}
.article-down .entry {float: left;margin-left: 12px;width: 535px;line-height: 28px;}
.article-down .entry a {background: #fffbf2;}
.article-down .entry em {width: 540px;font-size: 18px;float: left;font-style: normal;}
.article-down .entry i {font-size: 13px;color: #666;padding-left: 12px;font-style: normal;}
.article-down .entry p {float: left;font-size: 13px;text-indent: 0;margin: 0;line-height: 28px;}
.article-down .entry .p1 {width: 130px;}
.article-down .entry .p2 {width: 130px;}
.article-down .entry .p2s {width: 130px;height:30px;}
.article-down .entry .p3 {width: 130px;}
.article-down .entry .p3 .pf {color:#f60;font-weight: bold;font-size:14px;font-family: Georgia;}
.article-down .entry .p3s {width: 130px;margin-top:0;}
.article-down .entry .p4 {width: 400px;line-height:30px;}
.article-down .down-btn {float: right;}
.article-down .down-btn a {padding-top: 0px;padding-right: 0px;width: 105px;height: 42px;float: left;background: #288fbf;text-align: center;font-size: 16px;line-height: 42px;color: #fff !important;text-decoration: none !important;margin-top: 25px;border-radius: 4px;}
.article-down .p4 a{margin-right:8px;padding:3px 10px;color:#D6231C;border:1px solid #D6231C;border-radius:3px;}
.article-down .p4 a:hover{background:#D6231C;color:#fff;}
.article-down .pia{display:inline-block;width:20px;height:24px;vertical-align:middle;background:url(../images/os_20.png) no-repeat;margin-right:0;cursor:pointer;margin-left:6px;}
.article-down .android{background-position:0 0;}
.article-down .ios{background-position:-52px 0;}
.article-down .entry .title {width: 540px; float: left;}
.article-down .entry .title em {width: auto; font-size: 18px;float: left;font-style: normal;}
.article-down .entry .title .QQGroup {float: left; margin-top: 4px; margin-left: 10px;}



.sxtj li{font-size:14px; width:120px; height:40px;line-height:40px;float:left;margin:0 0px 5px 10px;overflow:hidden;}
.sxtj li a{display:block;text-align:center;}.lsider li a.red,.lsider li a:hover{background:#65bb0a;color:#fff;text-decoration:none;}
.sxtj li a.red,.sxtj li a:hover{background:#288fbf;color:#fff;text-decoration:none;}


.sxjg p{height:42px;font-size:14px;color:#666;padding:15px;padding-bottom:5px;}
.sxjg p span b,.sxjg p span,.sxjg p span em,.sxjg ul li div span{ display:inline-block;}
.sxjg p span{ float:left; border:1px solid #288fbf; border-right:none;}
.sxjg p span i{ display: inline-block; width:160px; height:40px; line-height:40px; font-size:14px; text-align:center; border-right:1px solid #288fbf; cursor:pointer; color: #666;}
.sxjg p span a{ display: inline-block; width:160px; height:40px; line-height:40px; font-size:14px; text-align:center; border-right:1px solid #288fbf; cursor:pointer; color: #666;}
.sxjg p span a.cur{ color:#fff; background-color:#288fbf;}
.sxjg p span i.cur{ color:#fff; background-color:#288fbf;}
.sxjg p em{ height:40px; line-height:40px; float:right;font-size:14px;}
.sxjg p em i{color:#288fbf; font-weight:bold; padding:0px 5px;}
.sxjg ul{ overflow:hidden;zoom:1; margin-left:7px;}
.sxjg ul li{height:110px;padding: 20px 15px;border:1px solid #e2e2e2;width: 532px;float:left;margin:10px;_display:inline;position: relative;}
.sxjg ul li img{ width:110px; height:110px; border-radius:10px; float:left}
.sxjg ul li div{height:110px;width: 405px;overflow:hidden;float:right;}
.sxjg ul li p{ width:100%; height:60px; overflow:hidden; position:relative; padding:0px;}
.sxjg ul li p a,.sxjg ul li p b{display:inline-block;height:30px;line-height:30px;font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 295px;}
.sxjg ul li p a{ font-size:18px; color:#333}
.sxjg ul li p a:hover,.yxxq-right .jrzq a:hover,.lbkf .kf a.title:hover,.yxgl li a:hover,.lbkf a.title:hover,.yxcs ul a.title:hover,.yxxq-right .pc a:hover{text-decoration:underline; color:#288fbf;}
.sxjg ul li p b i{line-height:30px;height:30px;padding: 0px 2px;}
.sxjg ul li p a.down{position:absolute;right: 30px;top: 30px;font-size:12px;width:70px;color:#fff;height: 29px;border-radius:3px;background-color:#288fbf;text-align:center;line-height: 29px;float:right;z-index: 9999999;}
.sxjg ul li .info{height:45px;color:#666;font-size:14px;margin-top: 8px;}
.sxjg ul li p i.app,.sxjg ul li p i.adr,.sxjg ul li p i.pc{display:inline-block;text-indent:-9999px;padding: 0px 12px;margin-left: -5px;}
.sxjg ul li p i.app{background: url(../images/case.jpg) 5px -25px no-repeat; }
.sxjg ul li p i.adr{background: url(../images/case.jpg) 5px -62px no-repeat;}
.sxjg ul li p i.pc{background: url(../images/kicon.png) 7px 8px no-repeat;background-size: 17px;}

.sxjg #fenye{ padding:0px; padding-bottom:15px;}

.sxtj {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    zoom: 1;
}

.mgDetailTitle-txt p a {
    color: #ffa360;
    text-decoration: none;
    transition: all .2s ease-out;
    display: inline;
}


.clear{clear:both; line-height:0px; overflow:hidden;}
.d_banner{ width: 100%; height: 480px; background:url(https://www.buyoudao.com/pb/banner.jpg) no-repeat center center; }
.d_content{ width: 100%; font-size: 20px; color: #737171;background:url(https://www.buyoudao.com/pb/con_bg.jpg) no-repeat center top; padding: 95px 0;}
.d_content .con{ margin:0 auto 76px; width: 1200px; overflow: hidden;zoom:1;}
.d_content .con>div{ width: 760px; padding-top: 10px; }
.d_content .con>div p{ line-height: 38px; padding: 10px 0; }
.d_content .con img{ width:389px; }
.d_content .con1>div,.d_content .con3>div{float: right;}
.d_content .con1>img,.d_content .con3>img{float: left;}
.d_content .con2>div{ float: left; padding-top: 35px;}
.d_content .con2>img{ float: right; }
.d_content .con3{margin-bottom: 0;}
.d_content .con3>div{padding-top:20px;}
.nfooter{ width: 100%; padding: 50px 0 60px; background:#30302f; text-align: center;font-size: 20px; color: #dbd9d9; line-height: 36px;}
.nfooter a,.nfooter a:hover{ color: #dbd9d9; }
.nfooter a{margin-left: 10px;}