﻿/* @font-face {
    font-family: 'din';
    src: url('/css/DINCondensed-Bold.ttf');
} */
body
{
    font-size: 14px;
    color: #282828;
    overflow-x: hidden;
    font-family: "heit";
}
*
{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
ul, ol, li
{
    list-style-type: none;
}
img
{
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
a
{
    color: #282828;
    text-decoration: none;
}
a:hover
{
    color: #e3360b;
    text-decoration: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right!important;
}
.rel
{
    position: relative;
}
.abl
{
    position: absolute;
    z-index: 2;
}
ul, ol, dl
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.input:focus
{
    border-color: #999;
}
@font-face
{
    font-family: "heit";
    src: url("/fonts/SourceHanSansCN-Regular.woff2") format("woff2"),url("/fonts/SourceHanSansCN-Regular.woff") format("woff"),url("/fonts/SourceHanSansCN-Regular.ttf") format("truetype"),url("/fonts/SourceHanSansCN-Regular.eot?") format("embedded-opentype"),url("/fonts/SourceHanSansCN-Regular.svg") format("svg");
}/* 上移动态 */
.transy
{
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.transy:hover
{
    transform: translateY(-5px);
}/* 放大 */
.bimg
{
    overflow: hidden;
}
.bimg img
{
    display: block;
}
.bimg img, .biao img
{
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.bimg:hover img
{
    webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.biao:hover img
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ellip
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}/* flex布局 */
.flex
{
    display: -webkit-flex;
    display: flex;
}
.header
{
    position: relative;
}
.header .logo
{
    margin: 16px 0 20px 0;
    float: left;
}
.header .top_tel
{
    background: #002f7f;
    height: 54px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 2px 0;
}
.header .top_tel span
{
    float: left;
    background: #e3360b;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin-right: 15px;
    margin-top: -2px;
}
.tel_msg
{
    overflow: hidden;
}
.header .top_tel img
{
    height: 20px;
    display: inline-block;
}/* menu */
.menu
{
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
}
.menu li
{
    display: inline-block;
    width: 9.4%;
    text-align: center;
    float: left;
    font-size: 18px;
    position: relative;
}
.menu li a
{
    color: #666;
}
.menu li:hover a, .menu li.active a
{
    color: #e3360b;
}
.menu li::after
{
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 4px;
    background: #e3360b;
    left: 50%;
    margin-left: -44px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
}
.menu li.active::after, .menu li:hover::after
{
    width: 88px;
    opacity: 1;
}
.menu li.nothis::after
{
    opacity: 0;
}
.menu li.nothis:hover::after
{
    width: 88px;
    opacity: 1;
}
.menu li.nothis a
{
    color: #666;
}
.menu li.nothis:hover a
{
    color: #e3360b;
}
.menu .lang
{
    float: right;
    font-size: 16px;
    color: #002f7f;
}
.menu .lang a
{
    color: #002f7f;
    padding: 0 5px;
}
.menu .lang a:hover
{
    color: #e3360b;
}/* 首页 *//* slide */
.slide, .slide .swiper-container
{
    height: 665px;
}
.slide .swiper-slide
{
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide .banner1
{
    background-image: url(/images/banner1.png);
}
.slide .banner2
{
    background-image: url(/images/banner2.png);
}
.slide .swiper-pagination-bullet
{
    width: 12px;
    height: 12px;
    background: url(/images/dot1.png) no-repeat center;
    opacity: 1;
    margin: 15px 0!important;
}
.slide .swiper-pagination-bullet-active
{
    background: url(/images/dot2.png) no-repeat center;
}
.slide .slide_txt
{
    position: absolute;
    bottom: 15%;
    z-index: 1;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}
.slide .slide_txt::before
{
    width: 130px;
    height: 7px;
    background: #e3360b;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.slide .slide_txt::after
{
    width: 490px;
    height: 7px;
    background: #002f7f;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}/* index_btn  */
.ovh
{
    overflow: hidden;
}
.index_btn
{
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.shadow2
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.13);
    opacity: 1;
}
.index_btn li
{
    width: 20%;
    float: left;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}
.index_btn li .biao
{
    display: inline-block;
    margin-right: 6px;
}
.index_btn li .biao img
{
    height: 20px;
}/* section0 */
.section0
{
    padding: 60px 0 0 0;
    margin-bottom: -15px;
}
.section0 li
{
    width: 25%;
    float: left;
    text-align: center;
}
.section0 li span.counter
{
    font-size: 45px;
    position: relative;
}
.section0 li span.counter::after
{
    content: "+";
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
    font-size: 20px;
}
.section0 li p
{
    font-size: 14px;
}/* section1 */
.sec_type
{
    padding: 30px 0;
    overflow: hidden;
}
.sec_type .sec1
{
    float: left;
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
}
a.vmore
{
    width: 162px;
    height: 60px;
    background: #002f7f;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
a.vmore img
{
    vertical-align: middle;
    margin-left: 12px;
}
a.vmore:hover
{
    background-color: #e3360b;
}
.sec_type .sec2
{
    width: 260px;
    float: left;
}
.sec_type .sec2 .dx
{
    font-weight: bold;
    color: #002f7f;
    font-size: 90px;
    float: left;
    margin-top: -25px;
    margin-right: 10px;
}
.sec_type .sec2 .sec2_txt strong
{
    font-size: 44px;
    font-weight: bold;
}
.sec_type .sec2 .sec2_txt p
{
    font-size: 18px;
    color: #666;
}/* section1 */
.section1
{
    position: relative;
    margin: 20px 0;
}
.section1::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 298px;
    background: #f8f8f8;
    z-index: -1;
    width: 100%;
    max-width: 1116px;
}
.section1 .sec_type a.vmore
{
    float: right;
    margin-right: 90px;
    margin-top: 20px;
}
.section1 .sec_type .sec1
{
    margin-top: 35px;
}
.section1 .sec_type .sec2
{
    float: right;
}/* section2 */
.section2 .bd ul
{
    position: relative;
}
.section2 .bd ul a.vmore
{
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 2;
}
.section2 .sec2_side
{
    position: relative;
    width: 100%;
}
.section2 .sec2_side::before
{
    content: "";
    width: 100%;
    height: 128px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.section2 .sec2_side .hd
{;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 53px;
}
.section2 .sec2_side .hd ul
{
    width: 137px;
    margin: 0 auto;
    background: #002f7f;
    text-align: left;
    margin-top: -48px;
    padding: 60px 30px;
}
.section2 .sec2_side .hd ul li
{
    height: 52px;
    line-height: 52px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.section2 .sec2_side .hd ul li.on
{
    text-decoration: underline;
}/* section3 */
.section3
{
    clear: both;
    overflow: hidden;
}
.section3 .xm3
{
    float: right;
}
.section3 .bimg
{
    position: relative;
    z-index: 2;
}
.section3 .info .sz_name
{
    background: #002f7f;
    color: #fff;
    padding: 20px 40px;
    font-size: 12px;
    max-width: 418px;
    overflow: hidden;
}
.section3 .info .sz_name strong
{
    font-size: 18px;
    margin-right: 22px;
}
.section3 .info .sz_desc
{
    line-height: 30px;
    max-height: 210px;
    margin: 20px 35px 45px 0;
    overflow: hidden;
    max-width: 290px;
}
.section3 .info .sz_more
{
    position: relative;
}
.section3 .info .sz_more a
{
    color: #002f7f;
    font-size: 16px;
    text-decoration: underline;
}
.section3 .info .sz_more a:hover
{
    color: #e3360b;
}
.section3 .info .sz_more::before
{
    content: "";
    position: absolute;
    width: 100%;
    max-width: 220px;
    height: 4px;
    background: #002f7f;
    z-index: 2;
    left: -230px;
    top: 8px;
}
.section3 .container
{
    position: relative;
}
.section3 .container::before
{
    content: "";
    width: 100%;
    height: 557px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 290px;
    z-index: 0;
    max-width: 543px;
}
.section3 .hd ul li
{
    height: 45px;
    line-height: 45px;
    text-align: right;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.section3 .hd ul li::after
{
    height: 3px;
    background: #e3360b;
    content: "";
    width: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.section3 .hd ul li.on
{
    color: #e3360b;
}
.section3 .hd ul li.on::after
{
    width: 100%;
    opacity: 1;
}
.section3 .hd .vmore
{
    margin-top: 40px;
}/* section4 */
.section4
{
    padding: 30px 0;
    position: relative;
}
.section4::after
{
    position: absolute;
    content: "";
    right: 0;
    height: 443px;
    background: #f8f8f8;
    z-index: -1;
    width: 92%;
    top: -20px;
}
.section4 .bimg
{
    width: 230px;
    float: left;
    margin-right: 22px;
    border-radius: 10px;
}
.section4 .hot_news .title
{
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}
.section4 .hot_news .desc
{
    line-height: 25px;
    margin: 10px 0;
}
.section4 .hot_news .more a
{
    font-size: 12px;
    color: #999;
}
.section4 .hot_news .more a:hover
{
    color: #e3360b;
}
.section4 .sec_type2
{
    position: absolute;
    top: 0;
    z-index: 1;
}
.section4 .sec_type2 strong
{
    font-size: 90px;
    color: #002f7f;
}
.section4 .sec_type2 p
{
    font-size: 44px;
    font-weight: bold;
    margin-top: -10px;
}/* section5 */
.section5
{
    clear: both;
    background: #f8f8f8;
    border-radius: 0 158px 0 0;
    padding: 60px 0;
    position: relative;
}
.section5::before
{
    content: "";
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: 2px;
    background: #002f7f;
    position: absolute;
    bottom: 170px;
    right: 0;
    z-index: 1;
}
.section5 .hd
{
    background: #fff;
    max-width: 314px;
    text-align: center;
    padding: 20px 30px;
}
.section5 .hd ul
{
    position: relative;
}
.section5 .hd ul::after
{
    content: "";
    width: 1px;
    position: absolute;
    height: 260px;
    border: 1px dashed #ddd;
    right: 0;
    top: 55px;
    z-index: 0;
}
.section5 .hd ul li
{
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.section5 .hd ul li::after
{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    right: -8px;
    z-index: 1;
    background: url(/images/dot2.svg) no-repeat center;
    top: 50%;
    margin-top: -3px;
}
.section5 .hd ul li.on::after
{
    background: url(/images/dot3.svg) no-repeat center;
}
.section5 .hd ul li.on
{
    color: #e3360b;
}
.section5 .sec5_tel .biao
{
    width: 34px;
    height: 34px;
    background: #e3360b;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    float: left;
    margin-right: 6px;
}
.section5 .sec5_tel
{
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
    color: #002f7f;
    margin-top: 50px;
}
.section5 .sec_type
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    height: 250px;
}
.section5 .bd .sec5_item
{
    position: relative;
    height: 516px;
}
.section5 .sec5_item .xm5
{
    height: 100%;
    position: relative;
    z-index: 1;
}
.section5 .sec5_item .xm7
{
    position: relative;
    z-index: 0;
}
.section5 .sec5_info
{
    position: absolute;
    bottom: 35px;
    background: #fff;
    padding: 20px 50px 20px 20px;
    z-index: 2;
    margin-right: -60px;
}
.section5 .sec5_info .title
{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.section5 .sec5_info .desc
{
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin: 10px 0;
    color: #666;
}/* sec6_btn */
.sec6_btn
{
    float: left;
    position: relative;
    height: 40px;
    margin-top: 40px;
}
.sec6_btn .jt
{
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #002f7f;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
.sec6_btn .jt:hover
{
    background-color: #e3360b;
}
.sec6_btn .swiper-button-next
{
    background-image: url(../image/zjt1.svg);
    right: 0;
}
.sec6_btn .swiper-button-prev
{
    background-image: url(../image/yjt1.svg);
    left: 0;
    margin-left: 15px;
}/* section7 */
.section7
{
    margin-bottom: 65px;
}
.section7 .sec7_more
{
    position: relative;
    width: 100%;
}
.section7 .sec7_more::before
{
    content: "";
    width: 6px;
    height: 62px;
    background: #002f7f;
    position: absolute;
    left: 7%;
}
.section7 .sec_type
{
    padding: 20px 0 30px 75px;
}
.section7 .about_desc
{
    line-height: 35px;
    margin: 15px 0 0 -180px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 25px;
}/* kefu */
.kefu
{
    width: 180px;
    height: 535px;
    background: url(/images/bg_kefu.png) no-repeat top center;
    position: fixed;
    left: 20px;
    z-index: 22;
    top: 25%;
    text-align: center;
    display: none;
}
.kefu .kfbox
{
    width: 148px;
    margin: 0 auto;
    padding-top: 70px;
    line-height: 20px;
}
.kefu .kf1
{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.kefu .kf1 p
{
    margin: 5px 0;
}
.kefu .kf1 img
{
    width: 102px;
}
.kefu .kf2
{
    padding: 0 0 10px 0;
}
.kefu .kf2 p
{
    margin-bottom: 2px;
}
.kefu .kf2 .tel
{
    font-size: 12px;
    margin-bottom: 7px;
}
.kefu .kf2 .zx a
{
    height: 36px;
    line-height: 36px;
    background: #002f7f;
    display: block;
    color: #fff;
}
.kefu .kf2 .zx a:hover
{
    background: rgba(0,47,127,.8);
}
.kefu .kf1_h2
{
    font-size: 14px;
}
.kefu .kf1_p2
{
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}/* backup */
#totop
{
    width: 60px;
    background: #e3360b;
    text-align: center;
    color: #fff;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 28%;
    z-index: 22;
    font-size: 12px;
    display: none;
    right: 15%;
}
#totop img
{
    margin: 10px 0 4px 0;
    height: 30px;
}
#totop p
{
    margin-bottom: 3px;
}
#totop:hover
{
    opacity: .8;
}/* footer */
.footer
{
    background: #002f7f;
    padding: 35px 0;
    overflow: hidden;
    color: #fff;
}
.footer .footer_nav li h3
{
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .footer_nav li dd
{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.footer .footer_nav li dd a
{
    color: #fff;
    color: rgba(255,255,255,.6);
}
.footer .footer_nav li dd:hover a
{
    color: #fff;
}
.footer .msg1
{
    line-height: 24px;
}
.footer .msg1 .footer_logo
{
    margin-bottom: 15px;
}
.footer .ewm li
{
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 2.5%;
}/* bottom */
.copyright
{
    text-align: center;
    background: #00276a;
    color: #fff;
    padding: 15px 0;
}
.copyright a
{
    color: #fff;
}
.copyright a:hover
{
    color: rgba(255,255,255,.8);
}/* 最新动态 */
.subcat
{
    padding: 20px 0;
    overflow: hidden;
}
.subcat li
{
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background: #282828;
    margin-right: 20px;
    float: left;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    cursor: pointer;
}
.subcat li a
{
    color: #fff;
    display: block;
}
.subcat li:hover, .subcat li.active, .subcat li.on
{
    background: #e3360b;
}
.list_news li .time
{
    width: 102px;
    float: left;
    text-align: center;
    margin-top: 22px;
}
.list_news li .time .day
{
    font-size: 39px;
    margin: 10px 0 -5px 0;
}
.list_news li .time .ym
{
    font-size: 12px;
    color: #666;
}
.list_news li .title
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 10px;
}
.list_news li .bimg img
{
    display: block;
}
.list_news li .desc
{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 4px 0 8px 0;
    padding-right: 10px;
}
.list_news li .vmore
{
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #eee;
    padding: 0 10px;
}
.list_news li .vmore a
{
    display: block;
}
.list_news li .vmore:hover
{
    background: #e3360b;
    color: #fff;
    border-color: #e3360b;
}
.list_news li .vmore:hover a
{
    color: #fff;
}
.list_news li .vmore i
{
    width: 20px;
    height: 26px;
    float: right;
    background: url(../image/yjt1.svg) no-repeat right center;
}
.m15
{
    margin: 15px;
}
.u15
{
    margin: 0 -10px;
}/* pages */
.pages
{
    clear: both;
    margin: 30px 0;
    overflow: hidden;
}
.pages ul
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.pages ul li a
{
    height: 35px;
    padding: 0 10px;
    background: #999;
    line-height: 35px;
    margin: 0 5px;
    display: block;
    font-size: 14px;
    border: 1px solid #999;
    color: #fff;
    border-radius: 4px;
}
.pages ul li:hover a, .pages ul li.active a
{
    background: #002f7f;
    color: #fff;
    border-color: #002f7f;
}
.pages ul li.p1 a
{
    background: #fff;
    border-color: #fff;
    color: #666;
}
.pages ul li.p1:hover a
{
    color: #002f7f;
}/* 详情页 */
.weizhi
{
    font--size: 12px;
    color: #666;
}
.weizhi a
{
    color: #666;
}
.weizhi a:hover
{
    color: #e3360b;
}
.newsbox
{
    padding: 20px 0;
}
.newsbox h1.title
{
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
}
.newsbox .time
{
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.newsbox .content
{
    line-height: 35px;
    padding-bottom: 5px;
}
.sxp
{
    padding: 18px 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}/* 课程介绍 */
.subcat2
{
    padding: 13px 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.13);
}
.subcat2 li
{
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    float: left;
}
.subcat2 li a
{
    padding: 0 20px;
    display: block;
}
.subcat2 li:hover, .subcat2 li.active
{
    background: #e3360b;
}
.subcat2 li:hover a, .subcat2 li.active a
{
    color: #fff;
}
.list_course li
{
    margin-bottom: 100px;
}
.list_course li .bimg
{
    width: 470px;
    float: left;
    margin-right: 30px;
}
.list_course li .info .title
{
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    background: #f8f8f8;
}
.list_course li .info .desc
{
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    margin: 10px 0;
}
.list_course li .info .more
{
    margin-top: 10px;
}
.list_course li .info .more a
{
    width: 114px;
    height: 42px;
    background: #002f7f;
    line-height: 42px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.list_course li .info .more a img
{
    vertical-align: middle;
    margin-left: 10px;
    width: 8px;
}
.list_course li .info .more2 a img
{
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    margin-top: -3px;
}
.list_course li .info .more a:hover
{
    background: #e3360b;
}
.list_dz li .bimg
{
    float: right;
    margin: 0 0 0 110px;
    max-width: 380px;
}
.list_dz li
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin: 30px 0;
}
.list_dz li .info .title
{
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    background: none;
}
.list_dz li .info .desc
{
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    margin: 10px 0;
}/* 案例 */
.list_case .title .xu
{
    width: 52px;
    height: 62px;
    background: #e3360b;
    float: left;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -25px 15px 0 22px;
}
.list_case .title .ovh
{
    height: 35px;
    line-height: 35px;
    margin-top: 6px;
}/* 关于我们 */
.main .about1_type
{
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 34px;
}
.about1 .about1_desc
{
    line-height: 35px;
    margin: 15px 0;
}
.about2
{
    position: relative;
    text-align: center;
}
.about2::before
{
    content: "";
    width: 100%;
    right: 0;
    z-index: 0;
    background: #f8f8f8;
    height: 100%;
    position: absolute;
    top: 0;
}
.about2 ul
{
    padding: 70px 0 15px 0;
}
.about2 li p.p1
{
    margin-bottom: 15px;
}
.about2 li p.p1 i
{
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    margin: -15px 0 0 -2px;
    background: none;
    color: #282828;
}
.about2 li p.p1 span
{
    padding-top: 15px;
    font-size: 45px;
}
.font34
{
    font-size: 34px;
}/* about3 */
.about3 .desc
{
    line-height: 35px;
    max-height: 175px;
    overflow: hidden;
    margin: 10px 0 20px 0;
}
.about3 .jt1
{
    width: 60px;
    height: 40px;
    background-color: #002f7f;
    line-height: 35px;
    text-align: center;
    margin-right: 25px;
}
.about3 .slide_jt
{
    padding: 25px 0;
    width: 100%;
    position: absolute;
    bottom: -25px;
    z-index: 22;
    left: 3%;
}
.about3 .slide_jt .jt1
{
    float: left;
}
.about3 .slide_jt .jt1:hover
{
    background-color: #e3360b;
}
.about3 .swiper-button-next
{
    background-image: url(../image/zjt1.svg);
}
.about3 .swiper-button-prev
{
    background-image: url(../image/yjt1.svg);
}/* 师资介绍 */
.main .list_team li
{
    margin: 20px 0 90px 0;
    position: relative;
}
.main .list_team li::before
{
    content: "";
    width: 80%;
    right: 0;
    bottom: -40px;
    height: 328px;
    background: #f8f8f8;
    z-index: 0;
    position: absolute;
}
.main .list_team li .bimg
{
    position: relative;
    z-index: 2;
}
.main .list_team li .sz_name
{
    background: #002f7f;
    color: #fff;
    padding: 20px 40px;
    font-size: 12px;
    max-width: 418px;
    overflow: hidden;
}
.main .list_team li .sz_name strong
{
    font-size: 18px;
    margin-right: 22px;
}
.main .list_team li .sz_desc
{
    line-height: 30px;
    max-height: 150px;
    margin: 20px 35px 45px 0;
    overflow: hidden;
}
.main .list_team li .sz_more
{
    position: relative;
}
.main .list_team li .sz_more a
{
    color: #002f7f;
    font-size: 16px;
}
.main .list_team li .sz_more::before
{
    content: "";
    position: absolute;
    width: 100%;
    max-width: 220px;
    height: 4px;
    background: #002f7f;
    z-index: 2;
    left: -230px;
    top: 8px;
}
.main .list_team li .sz_more a:hover
{
    color: #e3360b;
}/* teambox */
.main .team1
{
    margin: 40px 0;
}
.main .team1 .tm_name
{
    font-size: 30px;
    font-weight: bold;
}
.main .team1 .tm_jy
{
    color: #999;
    margin: 6px 0 15px 0;
    font-size: 12px;
}
.main .team1 .tm_desc
{
    line-height: 30px;
    margin: 30px 0;
}
.team_type
{
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
}/* team3 */
.team3
{
    background: #f8f8f8;
    padding: 30px 0;
}
.team3 .tm3_info
{
    line-height: 40px;
    margin: 25px 0 15px 0;
}/* 联系我们 */
.list_contact li .lx_title
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.list_contact li .lx_add
{
    line-height: 25px;
    margin: 5px 0;
}
.list_contact li .bimg
{
    position: relative;
}
.list_contact li .more
{
    width: 119px;
    height: 40px;
    background: #002f7f;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 220px;
    right: 20px;
    z-index: 2;
}
.list_contact li .more img
{
    width: 8px;
    margin-left: 6px;
}
.list_contact li .more:hover
{
    background: #e3360b;
}/* contbox */
.contbox .about1_type
{
    margin: 20px 0 10px 0;
}
.contbox .cont1 li
{
    margin: 25px 0 40px 0;
}
.contbox .cont1 li:nth-child(2n) .lxtu
{
    float: right;
}
.contbox .cont1 li .cont_desc
{
    padding: 0 0 0 40px;
    line-height: 35px;
}
.contbox .cont1 li:nth-child(2n) .cont_desc
{
    padding: 0 40px 0 0;
}
.contbox .cont1 li .cont_desc p
{
    line-height: 35px;
    margin-bottom: 10px;
}
.contbox .cont2_msg
{
    background: #002f7f;
    padding: 20px;
    line-height: 25px;
    color: #fff;
}
.contbox .cont2_msg p
{
    margin-bottom: 5px;
}/* result */
.result
{
    text-align: center;
}
.result .biao
{
    margin: 15px 0;
}
.result .result_h3
{
    font-size: 22px;
    margin: 15px 0;
}
.result .tips
{
    line-height: 30px;
    margin: 30px auto 15px auto;
    max-width: 725px;
    color: #282828;
}/* 招贤纳士 */
.job_tabs .hd
{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.job_tabs .hd li
{
    float: left;
    padding: 15px 8px;
    margin-right: 65px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
}
.job_tabs .hd li span
{
    color: #e3360b;
}
.job_tabs .hd li.on
{
    color: #e3360b;
    border-bottom: 4px solid #e3360b;
}
.job_tabs .bd
{
    padding: 20px 0 0 0;
}/* 个人信息 */
.job_geren .upload
{
    width: 350px;
}
.job_geren .up_title
{
    padding: 6px 0;
}
.job_geren .up_img
{
    width: 350px;
    height: 350px;
    background: #f8f8f8;
    margin: 10px 0;
}
.job_geren .up_tips
{
    padding: 3px 0 12px 0;
    text-align: center;
}
.job_geren .up_button
{
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
}
.job_geren .up_button a
{
    width: 160px;
    height: 40px;
    background: #002f7f;
    color: #fff;
    line-height: 28px;
}
.job_geren .up_button a input
{
    cursor: pointer;
}
.job_geren .up_button a:hover
{
    opacity: .8;
}
.job_geren .xm8 dd
{
    padding: 10px 15px 15px 15px;
    overflow: hidden;
}
.job_geren .xm8 dd .label
{
    margin-bottom: 4px;
}
.job_geren .xm8 .int2 .x6
{
    padding: 0 10px;
}
.job_geren .xm8 .int2
{
    margin: 0 -10px;
}
.job_tabs .radio input
{
    zoom: 150%;
    vertical-align: middle;
    margin-right: 5px;
}
.job_tabs .radio label
{
    float: left;
    margin: 6px 40px 0 0;
    font-size: 14px;
}
.job_tabs .input
{
    height: 44px;
    line-height: 34px;
    border-radius: 0;
}
.job_tabs .tabs_btn
{
    text-align: center;
    padding: 25px 0 15px 0;
}
.job_tabs .tabs_btn li a
{
    background-color: #002f7f;
    text-align: center;
    display: block;
    margin: 0 12px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.job_tabs .tabs_btn li
{
    display: inline-block;
    cursor: pointer;
}
.job_tabs .tabs_btn li a.prev
{
    background-image: url(../image/zjt1.svg);
}
.job_tabs .tabs_btn li a.next
{
    background-image: url(../image/yjt1.svg);
}
.job_tabs .tabs_btn li:hover a
{
    background-color: #e3360b;
}
.up_img
{
    align-items: center;
    justify-content: center;
}/* 应募职位 *//* .job_tabs .item{overflow:hidden;}
.job_tabs .zhiwei dt{font-size:16px;padding:10px 0;}
.job_tabs .zhiwei dd li{width:12.5%;float:left;font-size:14px;margin:13px 0;}
.job_tabs .zhiwei dd li input{zoom:150%;vertical-align:middle;margin-right:5px}
.job_tabs .zhiwei dd{overflow:hidden;}
.job_tabs .zhiwei .int3{margin:0 0 10px 0}
.job_tabs .tp1 input,.job_tabs .tp1 select{width:100px;float:left;text-align:center;}
.job_tabs .tp1 span{float:left;height:45px;line-height:45px;padding:0 8px}
.job_tabs .xueli ul li .label{margin:15px 0 15px 0;text-align:center;}
.job_tabs .int_label{width:130px;float:left;margin-right:20px;padding-top:15px}
.job_tabs .xueli ul li select.input{background:url(../images/i_xia.png) no-repeat right center;padding-left:12%}
.job_tabs .xueli ul li select option{padding:5px 0}
.job_tabs .xueli dd{padding:8px 0 4px 0;}
.job_tabs .xueli .dd2 ul li span{height: 44px;line-height:44px;padding-right:10px;float:left;}
.job_tabs .xueli .dd2 ul li input{width:initial;width:72%}
.job_tabs .xueli .dd3 ul li input{width:initial;width:86%;}
.job_tabs .xueli .dd3 ul li select{width:125px;}
.job_tabs .xueli .dd4 ul li input,.job_tabs .xueli .dd4 ul li select{width:125px;}
.job_tabs .xueli .dd4 span{float:left;height:44px;line-height:44px;margin-right:15px}
.job_tabs .xueli .area{padding:10px;}
.job_tabs .xueli .area .input{height:initial;}
.job_tabs .sub{text-align:center;padding:20px 0}
.job_tabs .sub button{width: 160px;height: 40px;line-height:40px;text-align:center;background: #002F7F;border:0;color:#fff}
.job_tabs .sub button:hover{background-color:#E3360B;} */
.list_part
{
    margin-top: 5px;
}
.list_part li
{
    width: 20%;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
}
.list_part li img
{
    width: 10px;
    margin-right: 6px;
    vertical-align: middle;
}
.list_part li a
{
    color: rgba(255,255,255,.6);
}
.list_part li a:hover
{
    color: #fff;
}
.job_type
{
    font-size: 34px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.job1 .job1_info
{
    padding: 15px 0;
}
.job1 .job1_desc
{
    font-size: 14px;
    line-height: 33px;
    padding: 10px 0 0 20px;
}
.job2
{
    margin: 15px 0;
}
.job2 .list_jobs li
{
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.job2 .list_jobs li .bimg
{
    width: 168px;
    float: left;
    margin-right: 20px;
}
.job2 .list_jobs li .title
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.job2 .list_jobs li .title span.sub
{
    width: 20px;
    height: 20px;
    background: #e3360b;
    opacity: 1;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    margin-top: -2px;
    margin-left: 10px;
}
.job2 .list_jobs li .zw
{
    margin: 15px 0;
    font-size: 16px;
    color: #999;
}
.job2 .list_jobs li .time
{
    font-size: 16px;
    color: #666;
}
.job2 .list_jobs li .time .pubdate
{
    float: right;
}/* jobshow */
.jobshow
{
    padding: 30px 0;
}
.jobshow .job_show1
{
    position: relative;
}
.jobshow .job_show1 .job_time
{
    font-size: 16px;
    color: #666;
}
.jobshow .job_show1 .job_title
{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.jobshow .job_show1 .job_zw
{
    font-size: 16px;
    color: #999;
}
.jobshow .job_show1 .job_city
{
    font-size: 16px;
    color: #666;
}
.jobshow .job_show1 p
{
    margin-bottom: 5px;
}
.jobshow .job_show1 .apply_btn
{
    width: 120px;
    height: 40px;
    background: #002f7f;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    line-height: 40px;
}
.jobshow .job_show1 .apply_btn:hover
{
    opacity: .8;
}
.jobshow .job_show2
{
    padding: 35px 0;
}
.jobshow .job_show2 .job_type2
{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 18px;
}
.jobshow .job_show2 .job_type2 span
{
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    float: left;
}
.jobshow .job_show2 .job_type2::after
{
    content: "";
    position: absolute;
    width: 92%;
    height: 1px;
    background: #ddd;
    top: 50%;
    right: 0;
}
.jobshow .job_show2 .job_content, .jobshow .job_show2 .job_content p
{
    line-height: 28px;
    font-size: 14px;
}/* job_apply */
.job_apply .job_zw
{
    margin: 0 0 15px 0!important;
}
.job_apply .job_city span.time
{
    float: right;
}
.job_apply .job_sq
{
    border-top: 1px solid #ddd;
    margin: 18px 0;
    padding: 15px 0 90px 0;
}
.job_apply .job_sq .job_sqbox
{
    max-width: 380px;
}
.job_apply .job_sq .job_sq_up1
{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.job_apply .job_sq .job_sq_tips
{
    text-align: center;
    line-height: 20px;
}
.job_apply .job_sq .job_sq_up2
{
    text-align: center;
}
.job_apply .job_sq .job_sq_up2 a.button
{
    width: 140px;
    height: 140px;
    background: #f8f8f8;
    opacity: 1;
    border-radius: 8px;
    line-height: 120px;
    margin: 20px auto 10px auto;
    cursor: pointer;
}
.job_apply .formlist
{
    padding-top: 55px;
}
.job_apply .formlist .xm6
{
    padding: 10px 15px 15px 15px;
}
.job_apply .formlist .input
{
    height: 44px;
    background: #fff;
    border: 1px solid #ddd;
}
.job_apply .job_sub button
{
    width: 160px;
    height: 40px;
    background: #002f7f;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 0;
    margin: 30px 0 0 15px;
}
.job_apply .job_sub button:hover
{
    opacity: .8;
}
@media screen and (min-width: 1000px)
{
    .list_news li .bimg
    {
        height: 180px;
    }
    .sxp li:last-child
    {
        text-align: right;
    }
    .pages
    {
        margin: 60px 0 30px 0;
    }
    .list_case .bimg
    {
        height: 202px;
    }
    .about2
    {
        min-height: 186px;
    }
    .about3
    {
        padding: 20px 0 30px 0;
    }
    .about3 .info
    {
        padding-left: 30px;
    }
    .about3 .jt1
    {
        position: initial;
    }
    .list_team li .bimg
    {
        max-width: 350px;
    }
    .main .list_team li .item
    {
        padding: 45px 0 0 50px;
    }
    .main .team1 .tm_info
    {
        padding-left: 40px;
    }
    .list_contact li .bimg
    {
        height: 240px;
    }
    .list_contact li:nth-child(2n+1)
    {
        clear: both;
    }
    .contbox .cont2_msg p .yzbm
    {
        padding-left: 220px;
    }
    .result
    {
        padding: 80px 0;
    }
    .job_geren .xm8 .int2 input
    {
        max-width: 160px;
    }
    .job_geren .xm8 dl
    {
        width: 704px;
        float: right;
        margin: 0 -15px;
    }
    .job_tabs .xueli ul li
    {
        padding: 4px 10px;
    }
    .job_tabs .xueli ul li.xm3
    {
        width: 22%;
        float: left;
    }
    .job_tabs .xueli ul li.xm3.tp1
    {
        width: 28%;
    }
    .job_tabs .xueli dd.first .int_label
    {
        padding-top: 70px;
    }
    .job_tabs .xueli dd .label
    {
        display: none;
    }
    .job_tabs .xueli dd.first .label
    {
        display: block;
    }
    .job_tabs .xueli dd.tp2 .int_label
    {
        padding-top: 33px;
    }
    .mp65
    {
        margin: 65px 0;
    }
    .section2 .bd ul
    {
        padding-right: 97px;
    }
    .section2 .sec2_item
    {
        padding-left: 55px;
    }
    .section2 .sec2_side
    {
        max-width: 320px;
    }
    .section2 .sec_type
    {
        padding-top: 0;
    }
    .section2 .sec1
    {
        margin-top: 35px;
    }
    .nop
    {
        padding-top: 0;
    }
    .section3 .info
    {
        padding-left: 94px;
    }
    .section3 .bimg
    {
        max-width: 360px;
    }
    .section3 .hd
    {
        padding-top: 80px;
    }
    .section4
    {
        padding: 35px 0 0 0;
        margin: 86px 0 30px 0;
    }
    .section4 .hot_news
    {
        padding-left: 230px;
        margin-top: 50px;
    }
    .news_tab
    {
        margin: 25px 0;
    }
    .section7 .xm5
    {
        width: 43%;
    }
    .section7 .xm7
    {
        width: 57%;
    }
    .section5 .sec5_item .bimg
    {
        text-align: center;
        max-width: 480px;
    }
    .section5 .sec_type .sec3
    {
        max-width: 245px;
        line-height: 22px;
        color: #666;
        padding: 0 20px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1199px)
{
    .menu li
    {
        width: 8.8%;
        font-size: 16px;
    }
    .job_tabs .xueli ul li
    {
        padding: 4px 6px;
    }
    .job_tabs .tp1 span
    {
        padding: 0 4px;
    }
    .job_tabs .tp1 input, .job_tabs .tp1 select
    {
        width: 86px;
    }
    .job_tabs .int_label
    {
        width: 126px;
        margin-right: 10px;
    }
    .u15
    {
        margin: 0 3px;
    }
    .job_geren .xm8 dl
    {
        width: 635px;
    }
    .section5 .hd ul li
    {
        height: 75px;
        line-height: 75px;
        text-align: left;
        padding: 0 10px;
    }
    .section5 .hd
    {
        padding: 20px 10px;
    }
    .section5 .sec5_tel
    {
        padding-left: 0;
    }
    .section5::before
    {
        bottom: 230px;
        max-width: 250px;
    }
    .section5 .hd ul::after
    {
        height: 210px;
    }
    .section5 .sec5_item .bimg
    {
        margin: 0 20px;
        position: relative;
        z-index: 0;
    }
    .section5 .sec5_item .bimg img
    {
        height: 455px;
    }
    .section5 .sec5_info
    {
        bottom: 45px;
    }
    .section5 .bd .sec5_item
    {
        height: 470px;
    }
    .kefu
    {
        display: none!important;
    }
    #totop
    {
        right: 2%!important;
        left: initial!important;
    }
}
@media screen and (min-width: 1200px)
{
    .u15
    {
        margin: 0 -15px;
    }
    .job_apply .formlist
    {
        padding-left: 50px;
    }
}
.inside_con
{
    padding: 10px 0;
    min-height: 300px;
}