@charset "gb2312";

/* =========================
   基础
========================= */

body {
    font-size:17px;
    background:#ffffff;
    color:#323436;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

h1,h2,h3,h4 {
    font-size:100%;
}

ul,li,ol {
    list-style:none;
}

img {
    max-width:100%;
    height:auto;
    display:block;
    border:0;
}

em {
    font-style:normal;
}


a {
    color:#323436;
    text-decoration:none;
}

a:visited {
    color:#002a5a;
}

a:hover {
    color:#5A759e;
    text-decoration:underline;
}


.clear {
    clear:both;
}



/* =========================
   宽度
========================= */


.w1000 {
    width:95%;
    max-width:1000px;
    margin:0 auto;
}


.w1280 {
    width:98%;
    max-width:1280px;
    margin:0 auto;
}



/* =========================
   头部
========================= */


.header {
    border-top:3px solid #5A759e;
}


.hd_midd {
    position:relative;
    height:90px;
}


.collection {
    float:right;
    padding-top:35px;
}


.collection a {
    padding-left:20px;
}


.hd_midd a.logo {
    float:left;
    padding-top:10px;
}



/* 顶部图片广告 */

.serach {
    position:absolute;
    left:280px;
    top:25px;
    height:37px;
    width:487px;
}



/* =========================
   导航
========================= */


.hd_nav {

    height:50px;
    background:#323436;
    overflow:hidden;
    padding:0 10px;

}


.hd_nav a {

    float:left;

    width:90px;

    height:50px;

    line-height:50px;

    text-align:center;

    color:#999;

    font-size:18px;

    text-decoration:none;

    transition:.3s;

}


.hd_nav a.current,
.hd_nav a:hover {

    background:#5A759e;

    color:#fff;

    font-weight:bold;

}



.hd_nav a.old {

    float:right;

    text-decoration:underline;

    background:url(../images/dian_11.jpg) 8px 25px no-repeat #444547;

}



.hd_nav .logo {

    width:190px;

    height:50px;

    float:left;

    line-height:50px;

    color:#fff;

    background:url(../images/6188logo_03.gif) no-repeat;

}



/* =========================
   导航搜索
========================= */


.nav-search {

    float:right;

    height:50px;

    display:flex;

    align-items:center;

}


.nav-search form {

    display:flex;

}


.nav-search input {

    width:180px;

    height:30px;

    border:0;

    padding:0 8px;

    font-size:17px;

}


.nav-search button {

    width:60px;

    height:30px;

    border:0;

    background:#5A759e;

    color:#fff;

    cursor:pointer;

    font-size:17px;

}


.nav-search button:hover {

    background:#6d88b5;

}



/* =========================
   底部
========================= */


.footer {

    background:#323436;

    height:100px;

    margin-top:20px;

}


.box04 {

    text-align:center;

    line-height:24px;

    color:#999;

    padding-top:25px;

}



/* =========================
   分页
========================= */


.page {

    width:100%;

    text-align:center;

    margin-top:15px;

}


.page table td {

    width:auto;

    padding:0 10px;

    text-align:center;

}


.page table td a {

    background:#5A759e;

    line-height:32px;

    padding:0 15px;

    display:inline-block;

    color:#fff;

}


.page a {

    background:#ddd;

    line-height:32px;

    padding:0 15px;

    margin:0 5px;

    display:inline-block;

}


.page a.active,
.page li.thisclass a {

    color:#fff;

    background:#5A759e;

}


.page li {

    display:inline;

}


.page li span.pageinfo {

    display:block;

    width:100%;

    text-align:center;

}



/* Dede分页兼容 */

.dede_pages {

    font-size:23px;

    width:650px;

    height:auto;

    overflow:hidden;

    margin:20px auto 0;

    font-family:"微软雅黑";

}


.dede_pages ul {

    float:left;

}


.dede_pages ul li {

    float:left;

    line-height:17px;

    margin-right:6px;

    border:1px solid #E9E9E9;

}


.dede_pages ul li a {

    float:left;

    padding:10px;

    display:block;

}


.dede_pages ul li a:hover {

    color:#fff;

    background:#5A759e;

    text-decoration:none;

}


.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a {

    background:#5A759e;

    color:#fff;

    font-weight:bold;

}


.dede_pages .pageinfo {

    line-height:21px;

padding:16px 10px 16px 16px;

    color:#999;

}


.dede_pages .pageinfo strong {

    color:#555;

    font-weight:normal;

    margin:0 2px;

}



/* 分享 */

.fenxianga {

    text-align:center;

    padding-top:30px;

    width:100%;

    height:auto;

    overflow:hidden;

    margin:auto;

    font-size:20px;

    font-family:"微软雅黑";

}

/* =========================
   首页模块
========================= */


.banner,
.new_mito ul li,
.new_mito ul li strong,
.new_mito ul li a {
    float:left;
}


.new_mito,
.new_mito ul li em {
    float:right;
}


.banner,
.new_mito {

    margin:15px 0;

}



.new_mito {

    width:300px;

    background:#fff;

    height:330px;

    padding:10px;

}



.banner,
.banner .img {

    width:660px;

    height:350px;

}


.banner {

    position:relative;

    overflow:hidden;

}



.banner p.text {

    position:absolute;

    top:318px;

    left:0;

    height:32px;

    line-height:32px;

    width:660px;

    background:#333;

    filter:alpha(opacity=60);

    opacity:.6;

}



.banner p.text {

    color:#fff;

    padding:0 15px;

    font-size:14px;

}


.banner .b_bnt {

    position:absolute;

    bottom:10px;

    right:10px;

}



.b_bnt a {

    float:left;

    width:16px;

    height:5px;

    background:#dbdbdb;

    margin:0 5px;

}



.b_bnt a.corrent {

    background:#5A759e;

}



#slide-panel {

    height:350px;

    overflow:hidden;

    position:relative;

    width:660px;

}



#slide-panel div {

    position:absolute;

    width:3000em;

}


#slide-panel div span {

    display:block;

    float:left;

    height:350px;

    width:660px;

}



/* 首页右侧更新 */

.new_mito h3 {

    font-size:16px;

    line-height:26px;

}


.new_mito h3,
.new_mito ul,
.new_mito ul li {

    width:100%;

}



.new_mito ul li {
    padding:7px 0 1px;
}



.new_mito ul li strong {

    width:18px;

    height:18px;

    line-height:18px;

    text-align:center;

    margin-right:10px;

    background:#eee;

}


.new_mito ul li strong.num01 {

    color:#fff;

    background:#5A759e;

}



.new_mito ul li em {

    color:#888;

}



/* =========================
   通用内容盒
========================= */


body .box03 {

    border-top:3px solid #323436;

    margin:15px auto 0;

}



.title {

    font-size:24px;

    font-family:"微软雅黑";

    font-weight:bold;

    width:100%;

    height:45px;

    line-height:45px;

}



.title a {

    float:right;

    color:#888;

    font-size:16px;

    font-family:"宋体";

    font-weight:normal;

}



/* =========================
   主图片列表
========================= */


.box03 ul.product01,
.product01 li a,
.product01 li p {

    width:100%;

}



.product01 li {

    width:185px;

    float:left;

    padding:10px 7px 5px 8px;

}



.product01 li a,
.product01 li p {

    background:#fff;

    display:block;

}



.product01 li img {

    width:185px;

    height:281.5px;

    margin-bottom:0;

}



.product01 li p {

    line-height:38px;

    text-align:center;
    font-size:17px;
    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}



/* 大图特殊 */

.product01 li.li_01,
.product01 li.li_01 img {

    width:385px;

}



/* =========================
   推荐图片 product03
========================= */


.box03 ul.product03 {

    display:flex;

    flex-wrap:nowrap;

    justify-content:space-between;

    width:100%;

    padding:0;

    margin:0;

    overflow:hidden;

}



.product03 li {

    background:#fff;

    flex:0 0 23%;

    box-sizing:border-box;

    text-align:center;

    padding:10px 5px;

}



.product03 li img {

    width:100%;

    height:auto;

    max-height:348px;

    object-fit:cover;

}



.product03 li p {

    line-height:1.5;

    font-size:17px;

    text-align:center;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}



/* =========================
   广告
========================= */


.ad {

    clear:both;

    text-align:center;

}



.ad img {

    margin:0 auto;

}



/* =========================
   首页左右布局
========================= */


.box01 {

    display:flex;

    flex-wrap:nowrap;

    gap:10px;

}



.box01 .banner {

    flex:2;

}



.box01 .new_mito {

    flex:1;

}



/* =========================
   其他公共盒
========================= */


.box02 {

    border-top:1px solid #999;

    border-bottom:1px solid #999;

    height:50px;

    line-height:50px;

}



.box02 em {

    color:#999;

}


.box02 a {

    padding-left:20px;

}

.banner img{
    width:660px;
    height:350px;
    max-width:none;
}

.position{
    width:100%;
    margin-top:22px;
    margin-bottom:22px;
    line-height:32px;
}

.arctile_box{background-color:#ffffff; padding:5px 5px}
.arctile_box h1{font-family:"微软雅黑"; font-size:25px; text-align:center; line-height:36px;margin-bottom:12px}

/* 合作网站优化 */

.friendship{
    width:100%;
    background:#fff;
    padding:15px 10px;
    overflow:hidden;
}

.friendship a{
    float:left;
    width:auto;
    margin-right:25px;
    line-height:32px;
    font-size:16px;
    color:#555;
}

.friendship a:hover{
    color:#5A759e;
}