﻿html, body, a, p, ul, img, h3, h2, h1
{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-family: "微软雅黑",Microsoft YaHei;
    font-size: 14px;
    color: #333;
}
p
{
    line-height: 25px;
}
img
{
    border: none;
    vertical-align: middle;
}
img
{
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
td
{
    vertical-align: center;
    font-size: 12px;
}
a
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
* html, * html body
{
    background-image: url(about:blank);
    background-attachment: fixed;
}
.layui-col-space1
{
    margin: 0;
}
#hd
{
    -moz-box-shadow: 0 5px 10px rgba(6,0,1,.2);
    box-shadow: 0 5px 10px rgba(6,0,1,.2);
}
.rxdh
{
    background: url("../image/1_05.jpg") no-repeat left center;
    padding-left: 60px;
    margin-top: 3%;
}
.rxdh p
{
    font-size: 18px;
    color: #1e45c1;
}
.topnav
{
    background: #1e45c1;
}
.banner ul li
{
    text-align: center;
}
.banner .swiper-pagination-bullet-active
{
    background: #1e45c1;
}
.title-bt
{
    font-size: 30px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 5% auto 3%;
    font-weight: bold;
    max-width: 344px;
}
.title-bt:after
{
    content: '';
    display: block;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.title-bt p
{
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    font-weight: 500;
    max-width: 185px;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 2;
}
.about-nr p
{
    line-height: 30px;
}
.about-more
{
    display: block;
    background: #1e45c1;
    width: 149px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    float: right;
}
.picsort li
{
    width: 20%;
    padding: 0 15px;
}
.picsort li img
{
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    margin-bottom: 15px;
    border-radius: 8px;
}
.picsort li:hover img
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.picsort li a
{
    font-size: 18px;
    text-align: center;
    display: block;
}
.picbj
{
    background: url("../image/bj_30.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 5%;
}
.title-biao
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 5% auto 3%;
}
.title-biao p
{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.news-list
{
    background: #fff;
}
.news-list li a
{
    display: block;
}
.news-list li h2
{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 15px 18px;
    border-left: 4px solid #1e45c1;
    position: relative;
}
.news-list li h2:after
{
    content: '';
    display: block;
    border-bottom: 1px dashed #666;
    position: absolute;
    bottom: 5px;
    left: 18px;
    right: 0;
    margin: auto;
}
.news-list li p
{
    font-size: 12px;
    color: #3c3c3c;
    line-height: 18px;
    padding: 10px 0 10px 20px;
    border-left: 1px solid #526bbb;
}
.news-list li span
{
    font-family: 宋体;
    font-size: 12px;
    color: #1e45c1;
    margin-left: 5px;
}
.contact-bj
{
    background: #17307f;
    padding: 3% 0;
    margin-top: 5%;
}
.contact
{
    border: 1px solid #7483b2;
    padding: 10%;
    position: relative;
}
.contact-title
{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.contact-img
{
    position: absolute;
    bottom: -16px;
    right: -16px;
}
.contact p
{
    color: #fff;
    font-size: 16px;
}
.dbdh li
{
    border-right: 1px solid #7483b2;
    min-height: 175px;
    text-align: center;
}
.dbdh dt
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.dbdh dd a
{
    display: block;
    color: #fff;
    line-height: 30px;
}
.marqueeleft
{
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin: 43px auto;
}
.marqueeleft ul
{
    float: left;
}
.marqueeleft li
{
    float: left;
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.marqueeleft li .pic
{
    display: block;
    border: #dcdcdc 0 solid;
    width: 290px;
    height: 240px;
    overflow: hidden;
}
.marqueeleft li .txt
{
    font-size: 14px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
.marqueeleft li:hover .pic
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer
{
    line-height: 26px;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    background: #0b267d;
}
.foot p
{
    color: #fff;
    font-size: 12px;
    float: left;
}
.foot a
{
    color: #fff;
    font-size: 12px;
}
.dbg .col-md-5
{
    padding-right: 0;
}
.dbg .col-md-19
{
    background: #fff;
}
.dbg .container
{
    padding-top: 20px;
}
.rightce
{
    border: 0 solid #ccc;
    padding: 0 15px;
}
.rightnav
{
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}
.rightnav li
{
    list-style-type: none;
    line-height: 38px;
}
.rbiao
{
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 29px;
    text-indent: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #0b267d;
}
.leftce
{
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0 solid #801b19;
    background: #0b267d;
    padding: 25px 0;
}
.leftce h3
{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 20px;
}
.leftce1
{
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
    padding-bottom: 5px;
    background: #fff;
}
.neir
{
    font-size: 14px;
    line-height: 26px;
    min-height: 300px;
}
.neir p
{
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.neir td
{
    font-size: 14px;
    line-height: 30px;
}
.smenuv
{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
}
.smenuv a
{
    width: 100%;
    height: 53px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-left: 6px solid #fff;
    font-size: 15px;
    font-family: "微软雅黑";
    color: #2b2a2a;
    line-height: 53px;
    text-align: center;
}
.smenuv a:hover, .cur a
{
    border-left: 6px solid #0b267d;
    color: #f3a913;
}
.layui-breadcrumb a:hover
{
    color: #f3a913!important;
}
.nav-pic ul li
{
    margin-bottom: 0!important;
}
.nav-pic ul li .a1
{
    font-size: 12px;
    display: block;
    border-bottom: 1px dashed #aaa;
    padding: 5px 0;
}
.nav-pic ul li .a1 i
{
    font-size: 12px;
}
.nav-pic ul li h3 a
{
    display: block;
}
.nav-pic ul li:last-child
{
    border-bottom: 0;
}
.nav-pic ul li .layui-show .show
{
    color: #f3a913;
}
.nav-pic ul .curr h3 a
{
    color: #f3a913;
}
#news_list
{
    margin: 0 auto;
    height: auto;
}
#news_list li
{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ddd dashed;
}
#news_list li .pic
{
    padding: 0;
}
#news_list li .titjj
{
    padding-right: 0;
}
#news_list li h1 a
{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000;
}
#news_list li h2
{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
#news_list li p
{
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 22px;
    color: #101010;
}
#news_list li:hover h1 a, #news_list li:hover h2, #news_list li:hover p
{
    color: #0b267d;
}
.content
{
    font-size: 14px;
    line-height: 30px;
}
#Article
{
    padding: 0 10px 10px;
}
#Article .content
{
    min-height: 300px;
}
.picbg img
{
    border: 1px solid #ddd;
    width: 100%;
}
.picbg h1
{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 0;
    background: #eee;
}
.pict
{
    text-align: center;
    margin: 10px;
}
.pict p
{
    font-size: 20px;
}
.pict img
{
    border: 3px #cecece solid;
}
.xxjs
{
    border-bottom: 1px #4b4b4b dashed;
    margin-bottom: 20px;
}
.xxjs span
{
    background: #0b267d;
    color: #fff;
    width: 68px;
    height: 26px;
    display: block;
    text-align: center;
    line-height: 26px;
}
.down_list
{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 0;
}
.down_list h1 a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.down_address
{
    margin-bottom: 20px;
}
.down_address li
{
    position: relative;
    left: 50%;
    margin-left: -40px;
}
.down_address li a
{
    color: #fff;
}
.down_intro
{
    margin-bottom: 15px;
}
#myform .layui-form-label
{
    padding: 9px 0;
}
#myform .layui-input-block
{
    margin-left: 80px;
}
#myform .layui-btn-normal
{
    position: relative;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 20px;
    background-color: #0b267d;
}
#pages
{
    padding: 14px 0 10px;
    font-family: "宋体";
    position: relative;
    text-align: center;
}
#pages a
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
    padding: 0 13px;
}
#pages a.a1:hover
{
    background: #eee;
    color: #333;
}
#pages a:hover
{
    background: #0b267d;
    color: #fff;
    text-decoration: none;
}
#pages span
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #0b267d;
    border: 1px solid #0b267d;
    color: #fff;
    text-align: center;
    padding: 0 13px;
    position: relative;
    top: -1px;
}
.page .noPage
{
    display: inline-block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: url(404.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
.main-im
{
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}
.main-im .qq-a
{
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}
.main-im .qq-a span
{
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}
.main-im .qq-hover-c
{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}
.main-im .qq-container
{
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ddd;
    background: url(../image/qq-icon-bg.png) no-repeat center 8px;
}
.main-im .img-qq
{
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.main-im .im-qq:hover .img-qq
{
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}
.main-im .im_main
{
    background: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9fafb;
    display: none;
}
.main-im .im_main .im-tel
{
    color: #000;
    text-align: center;
    width: 109px;
    height: 105px;
    border-bottom: 1px solid #ddd;
}
.main-im .im_main .im-tel div
{
    font-weight: bold;
    font-size: 12px;
    margin-top: 11px;
}
.main-im .im_main .im-tel .tel-num
{
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}
.main-im .im_main .im-tel:hover
{
    background: #fafafa;
}
.main-im .im_main .weixing-container
{
    width: 55px;
    height: 47px;
    border-right: 1px solid #ddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../image/weixing-icon.png) no-repeat center center;
    float: left;
}
.main-im .im_main .weixing-show
{
    width: 112px;
    height: 172px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: absolute;
    left: -125px;
    top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao
{
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big
{
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}
.main-im .im_main .weixing-show img
{
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt
{
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.main-im .im_main .go-top
{
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../image/toTop-icon.png) no-repeat center center;
    float: right;
}
.main-im .im_main .go-top a
{
    display: block;
    width: 52px;
    height: 47px;
}
.main-im .close-im
{
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}
.main-im .close-im a
{
    display: block;
    width: 24px;
    height: 24px;
    background: url(404.png) no-repeat left top;
}
.main-im .close-im a:hover
{
    text-decoration: none;
}
.main-im .open-im
{
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../image/open_im.png) no-repeat left top;
}
@media(min-width: 1100px)
{
    .layui-col-space64>*
    {
        padding: 32px;
    }
    .container
    {
        width: 1130px;
    }
}
@media(min-width: 768px)
{
    .right1
    {
        float: right;
    }
    .nav>li>a
    {
        padding: 0 10px;
    }
    .leftdh
    {
        padding-right: 25px;
    }
}
@media(max-width: 767px)
{
    #news_list li .titjj p
    {
        display: none;
    }
    .biao
    {
        margin-top: 20px;
    }
    .leftce1
    {
        border: 0;
        width: 100%;
    }
    .btn
    {
        margin: 3px auto;
    }
    .btitle1 a
    {
        width: 60%;
    }
    .rightce
    {
        padding: 0;
    }
    .banner
    {
        margin-top: 0;
    }
    .about-title
    {
        margin-top: 20px;
    }
}
