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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    font-family: '微软雅黑';
    color: #313131;
}

a {
    text-decoration: none;
    color: #000000;
}

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

ul, li, dl, dt, dd {
    list-style: none;
}

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

.breadcrumb:before {
    border-left: 6px solid #215591;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: '';
    display: inline-block;
    margin-right: 8px;
}

.breadcrumb {
    font-size: 14px;
    color: #215591;
    padding-bottom: 15px;
    color: #333333;
}

.breadcrumb a {
    font-size: 14px;
    color: #215591;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
}

.c {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

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

.clearfix {
    *zoom: 1;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.red {
    color: #ff0000;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.bd_btm {
    border-bottom: none;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.pic {
    overflow: hidden;
}

.pic_wrap{
    overflow: hidden;
}
.pic{
    transition: all 0.1s linear;
}

.pic:hover {
    transform: scale(1.1);
}


.w1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* 头部 */
.header {
    background: #ffffff;
}

.header .logo {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
}

.header .logo .logo_left {
    background: url(/uploads/image/simages/logo.png) left center no-repeat;
    width: 634px;
    height: 38px;
    float: left;
}

.header .logo .logo_left a {
    display: block;
    width: 634px;
    height: 38px;
    text-indent: -9999px;
}

.header .logo .logo_right {
    background: url(/uploads/image/simages/tel2.png) left center no-repeat;
    color: #215591;
    font-size: 27px;
    font-weight: bold;
    text-align: right;
    width: 235px;
    height: 38px;
    float: right;
}

.header .nav {
    background: #215591;
    height: 50px;
}

.header .nav .nav_left {
    padding-left: 15px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: url(/uploads/image/simages/nav1.png) 135px center no-repeat;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

.header .nav .nav_left:hover .hot_menu {
    display: block;
}

.header .nav .nav_left .hot_menu {
    display: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
}

.header .nav .nav_left .hot_menu li {
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}

.header .nav .nav_left .hot_menu li:hover {
    background-color: #215591;
}

.header .nav .nav_left .hot_menu a {
    color: #fff;
    user-select: none;
}

.header .nav .nav_center {
    width: 784px;
    height: 50px;
    float: left;
    position: relative;
}

.header .nav .nav_center ul li {
    width: 112px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    z-index: 10;
}

.header .nav .nav_center ul li.on {
    background: #093d79;
}

.header .nav .nav_center #menu-crt {
    background: #093d79;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.header .nav .nav_center ul li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.header .nav .nav_center ul li .subnav {
    text-align: left;
    background: #ffffff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 100%;
    height: auto;
}

.header .nav .nav_center ul li:hover .subnav {
    display: block;
}

.header .nav .nav_center ul li .subnav a {
    border-left: 3px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    background: #ffffff;
    color: #626262;
    font-size: 14px;
    padding-left: 8px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.header .nav .nav_center ul li .subnav a:hover {
    border-left: 3px solid #215591;
    color: #215591;
}

.header .nav .nav_right {
    width: 70px;
    float: right;
    padding-top: 13px;
    padding-left: 141px;
    height: 37px;
}

.header .hot_menu .group:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(/uploads/image/simages/group.png) no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}


/* 底部 */
.footer {
    background: #215591;
}

.copyright {
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.copyright a {
    color: #ffffff;
    font-size: 14px;
}


.news_shadow {
    box-shadow:
        0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
        0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
        0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
        0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075),
        0 1.6rem 1.6rem hsl(0deg 0% 0% / 0.075);
}

#minimizebox {
    display: none !important;
}


#botm_zjh_style {
    transition: all 0.2s;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    min-width: 1200px;
    background:  no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 100;
}

#botm_zjh_style>div {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

#botm_zjh_style>div>a {
    position: absolute;
    display: inline-block;
    left: 70px;
    top: 23px;
}

#botm_zjh_style>div>a span:nth-child(1) {
    color: #111111;
    font-size: 14px;
    display: block;
}

#botm_zjh_style>div>a span:nth-child(2) {
    color: #ff7e00;
    font-size: 20px;
    display: block;
    font-weight: bold;
}

#botm_zjh_style>div>ul {
    position: absolute;
    right: 83px;
    top: 14px;
    width: 871px;
    height: 48px;
}

#botm_zjh_style>div>ul li {
    width: 129px;
    height: 48px;
    border-radius: 10px;
    float: left;
    box-shadow: 0 4px 0 0 #efafec;
    margin: 0 18px 0 0;
    transition: all 0.3s;
}

#botm_zjh_style>div>ul li:last-child {
    margin-right: 0;
}

#botm_zjh_style>div>ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
}

#botm_zjh_style>div>ul li:nth-child(1) {
    background: linear-gradient(to bottom right, #ff9000, #ffcc00);
    box-shadow: 0 4px 0 0 #fddca6;
}

#botm_zjh_style>div>ul li:nth-child(2) {
    background: linear-gradient(to bottom right, #b400ff, #ff00c6);
    box-shadow: 0 4px 0 0 #f0ace8;
}

#botm_zjh_style>div>ul li:nth-child(3) {
    background: linear-gradient(to bottom right, #ff9000, #ffcc00);
    box-shadow: 0 4px 0 0 #fddca6;
}

#botm_zjh_style>div>ul li:nth-child(4) {
    background: linear-gradient(to bottom right, #b400ff, #ff00c6);
    box-shadow: 0 4px 0 0 #f0ace8;
}

#botm_zjh_style>div>ul li:nth-child(5) {
    background: linear-gradient(to bottom right, #ff9000, #ffcc00);
    box-shadow: 0 4px 0 0 #fddca6;
}

#botm_zjh_style>div>ul li:nth-child(6) {
    background: linear-gradient(to bottom right, #b400ff, #ff00c6);
    box-shadow: 0 4px 0 0 #f0ace8;
}

#botm_zjh_style>div>ul li:hover {
    box-shadow: 0 0px 0 0 #fddca6;
}

#botm_zjh_style>div>ul li.btn_wex {
    position: relative;
    cursor: pointer;
}

#botm_zjh_style>div>ul li.btn_wex a {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
    background: linear-gradient(to bottom right, #b400ff, #ff00c6); 
    box-shadow: 0 4px 0 0 #f0ace8;
}

#botm_zjh_style>div>ul li.btn_wex img {
    position: absolute;
    bottom: -260px;
    left: 0;
    display: block;
    width: 140px;
    height: 140px;
    transition: all 1s;
}