@charset "utf-8";


html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    /* min-height: 101vw; */
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    border: none;
    /*display: block;*/
}

i,
em {
    font-style: inherit;
}
.clear {
    clear: both;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e8dda8;
}

*:focus {
    outline: none;
}
.img {
    font-size: 0;
}
.img-size img {
    width: 100%;
    height: 100%;
}
.automatic-01,
.automatic-02,
.automatic-03,
.automatic-04,
.automatic-05,
.automatic-06,
.automatic-07,
.automatic-08 {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}
.layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.bgf {
    background: #ffffff;
}



.header {
    width: 100%;
    float: left;
    height: 105px;
    background: #ffffff;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    float: left;
    margin-top: 24px;
}
.hea_right {
    float: right;
    margin-top: 34.5px;
}
.hea_right .hea_nav {
    float: left;
}
.hea_right .hea_nav li {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
}
.hea_right .hea_nav li:last-child {
    border-right: 1px solid #e5e5e5;
}
.hea_right .hea_nav li a {
    display: block;
    line-height: 36px;
    color: #333333;
    font-size: 16px;
    padding: 0 20px;
}
.hea_right .hea_lanage {
    float: left;
}
.hea_right .hea_lanage a {
    display: inline-block;
    line-height: 36px;
    color: #333333;
    font-size: 16px;
    margin-left: 20px;
}
.hea_right .hea_lanage a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.mobile_nav_right {
    display: none;
    float: right;
    width: 23px;
    margin: 18px 0px;
}
.mobile_nav_right span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #295095;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.mobile_nav_right span:nth-child(2) {
    margin: 5px 0;
}
.mobile_nav_right.ac .line1 {
    transform: rotate(45deg) translate(2.5px, 5px);
}
.mobile_nav_right.ac .line2 {
    opacity: 0;
}
.mobile_nav_right.ac .line3 {
    transform: rotate(-45deg) translate(5px, -8px);
}


/*网站首页*/
.banner {
    clear: both;
    width: 100%;
    float: left;
}
.banner img {
    max-width: 100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.banner .swiper-pagination-bullet-active {
    width: 30px;
    background: #2f5597;
    border-radius: 20px;
}
.banner .swiper-button-prev {
    width: 80px;
    height: 80px;
    background: url(../img/prev_but.png) no-repeat;
    left: 5%;
}
.banner .swiper-button-next {
    width: 80px;
    height: 80px;
    background: url(../img/next_but.png) no-repeat;
    right: 5%;
}


.cptx {
    clear: both;
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}
.cptx_bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 310px;
    background: #f7f8fb;
}
.title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #2f5597;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title i {
    width: 50px;
    border-bottom: 1px solid #e3e3e4;
    display: inline-block;
    margin: 0 13px;
}
.cptx .cptx_con {
    width: 100%;
    float: left;
    margin-top: 50px;
    position: relative;
}
.cptx .cptx_con a {
    display: block;
}
.cptx .cptx_con a .cp_img {
    width: 100%;
    height: 268px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cptx .cptx_con a .cp_img img {
    max-width: 90%;
    max-height: 90%;
}
.cptx .cptx_con a .cp_info {
    width: 100%;
    float: left;
    background: #ffffff;
    height: 135px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #2f5597;
}
.cptx .cptx_con a .cp_info span {
    font-size: 16px;
    color: #2f5597;
    background: #ced8e5;
    border-radius: 100%;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
    margin: 0 auto;
    border: 5px solid #f8fafc;
    margin-top: 13px;
    margin-bottom: 13px;
}
.cptx .cptx_con a .cp_info i {
    width: 56px;
    border-bottom: 1px solid #d92027;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cptx .cptx_con a:hover .cp_info {
    background: #2f5597;
    color: #FFFFFF;
    line-height: 135px;
}
.cptx .cptx_con a:hover .cp_info i {
    width: 100%;
    border-bottom: 2px solid #D92027;
}
.cptx .cptx_con a:hover .cp_info span {
    background: #d92a31;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: -37px;
    z-index: 9;
    transform: translateX(-50%);
}
.cptx .swiper-button-prev {
    width: 41px;
    height: 19px;
    background: url(../img/prev_but2.png) no-repeat;
    position: absolute;
    right: 48px;
    top: -8px;
    left: auto;
}
.cptx .swiper-button-next {
    width: 41px;
    height: 19px;
    background: url(../img/next_but2.png) no-repeat;
    position: absolute;
    right: 0px;
    top: -8px;
}
.more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.more a {
    display: inline-block;
    width: 180px;
    border: 1px solid #999999;
    border-radius: 30px;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
}
.gywm {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
}
.gywm .gywm_bg {
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../img/gywm_bg.jpg) no-repeat;
    background-size: cover;
    height: 397px;
    z-index: -1;
}
.gywm .gywm_con {
    width: 100%;
    float: left;
    margin-top: 90px;
    position: relative;
}
.gywm .gywm_con .gywm_left {
    width: 50%;
    float: left;
}
.gywm .gywm_con .gywm_left img {
    width: 100%;
    float: left;
}
.gywm .gywm_con .gywm_right {
    width: 50%;
    background: #2f5597;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 50px;
}
.gywm .gywm_con .gywm_right .gywm_tit {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.gywm .gywm_con .gywm_right .gywm_tit i {
    width: 65px;
    height: 3px;
    background: #FFFFFF;
    display: block;
    margin: 20px 0;
}
.gywm .gywm_con .gywm_right .gywm_con2 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
}
.gywm .gywm_con .gywm_right .gywm_more {
    float: left;
    margin-top: 50px;
}
.gywm .gywm_con .gywm_right .gywm_more a {
    width: 130px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    color: #2f5597;
    display: block;
    text-align: center;
}
.gsdt {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.title2 {
    width: 100%;
    float: left;
}
.title2 span {
    font-size: 24px;
    font-weight: bold;
    color: #2f5597;
    float: left;
    line-height: 41px;
}
.title2 span i {
    float: left;
    margin-right: 10px;
    width: 3px;
    height: 20px;
    background: #d92a31;
    margin-top: 12px;
}
.title2 .more2 {
    float: right;
    width: 120px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #999999;
    border-radius: 3px;
}
.title2 .more2 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.gsdt .gsdt_con,
.gsdt .gsdt_con ul {
    width: 100%;
    float: left;
}
.gsdt .gsdt_con ul li {
    float: left;
    padding-top: 45px;
    padding-bottom: 70px;
    width: 32.5%;
    margin-right: 1.25%;
    border-bottom: 2px solid #FFFFFF;
}
.gsdt .gsdt_con ul li:last-child {
    margin-right: 0;
}
.gsdt .gsdt_con ul li a {
    display: block;
}
.gsdt .gsdt_con ul li a .gsdt_info {
    width: 100%;
    float: left;
    display: flex;
}
.gsdt .gsdt_con ul li a .gsdt_info .time {
    width: 76px;
    height: 76px;
    border: 1px solid #999999;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666666;
    font-size: 12px;
}
.gsdt .gsdt_con ul li a .gsdt_info .time i {
    font-size: 24px;
    color: #333333;
    display: inline-block;
}
.gsdt .gsdt_con ul li a .gsdt_info .gsdt_info2 {
    flex: 1;
    margin-left: 15px;
}
.gsdt .gsdt_con ul li a .gsdt_info .gsdt_info2 span {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.gsdt .gsdt_con ul li a .gsdt_info .gsdt_info2 p {
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gsdt .gsdt_con ul li a .gsdt_img {
    width: 100%;
    float: left;
    margin-top: 30px;
    background: #e9e9e9;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gsdt .gsdt_con ul li a .gsdt_img img {
    max-width: 100%;
}
.gsdt .gsdt_con ul li a:hover .gsdt_info .time {
    background: #2f5597;
    color: #FFFFFF;
    border: 1px solid #2f5597;
}
.gsdt .gsdt_con ul li a:hover .gsdt_info .time i {
    color: #FFFFFF;
}
.gsdt .gsdt_con ul li:hover {
    border-bottom: 2px solid #2f5597;
}
.gsdt .gsdt_con ul li a:hover .gsdt_info .gsdt_info2 span {
    color: #2f5597;
}
.ryjd {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 80px;
}
.zzry {
    width: 49%;
    float: left;
}
.zzry_con {
    width: 100%;
    float: left;
    margin-top: 40px;
    position: relative;
}
.zzry_con img {
    max-width: 100%;
}
.zzry_con span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.zzry_con .swiper-button-prev {
    width: 41px;
    height: 19px;
    background: url(../img/prev_but2.png) no-repeat;
    position: absolute;
    right: 48px;
    top: -40px;
    left: auto;
}
.zzry_con .swiper-button-next {
    width: 41px;
    height: 19px;
    background: url(../img/next_but2.png) no-repeat;
    position: absolute;
    right: 0px;
    top: -40px;
}
.zzry_con .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    height: 399px;
    padding: 15px;
    box-sizing: border-box;
}



.gsjdfb {
    width: 49%;
    float: right;
}
.gsjdfb_img {
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
}
.gsjdfb_img img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.hzhb {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 75px;
    background: #f7f8fb;
    padding: 80px 0;
}
.hzhb_con {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.hzhb_con .swiper-button-prev {
    width: 9px;
    height: 15px;
    background: url(../img/prev_but4.png) no-repeat;
    margin-top: -7.5px;
    left: -30px;
}
.hzhb_con .swiper-button-next {
    width: 9px;
    height: 15px;
    background: url(../img/next_but4.png) no-repeat;
    margin-top: -7.5px;
    right: -30px;
}
.hzhb_con .swiper-slide a {
    width: 100%;
    float: left;
    padding: 10px;
}
.hzhb_con a:hover img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


.foot {
    width: 100%;
    float: left;
    background: #333333;
    padding: 30px 0;
}
.foot_left {
    float: left;
    width: 70%;
}
.foot_left .foot_logo {
    float: left;
}
.foot_left .foot_text {
    width: 100%;
    float: left;
    margin: 25px 0;
}
.foot_left .foot_text span {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-right: 50px;
}
.foot_left .foot_text span img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.foot_left .foot_text2 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
}
.foot_left .foot_text2 a {
    color: #999999;
}
.foot_right {
    float: right;
}
.foot_right .foot_ewm {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}
.foot_right .foot_ewm span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

/*分页*/
.page-fy {
    margin: 0 0 60px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
.page-fy span {
    padding: 4px 10px !important;
    border: 1px #204295 solid !important;
    background-color: #1e44a2 !important;
    color: #ffffff !important;
}
.page-fy a {
    padding: 4px 10px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #3f3f3f;
}
.page-fy a:hover {
    padding: 4px 10px;
    border: 1px #1e44a2 solid;
    background-color: #1e44a2;
    color: #ffffff;
}

/*上下篇*/
.pagesx {
    width: 100%;
    height: auto;
    padding: 21px 0;
    border-top: 1px #e6e6e6 solid;
    margin: 30px 0;
}
.pagesx a {
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px #d6d7dc solid;
    display: block;
    float: left;
    font-size: 14px;
    color: #909090;
    margin-right: 20px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}
.pagesx a:hover {
    border: 1px #204295 solid;
    color: #fff;
    background-color: #204295;
}
.back-btn {
    float: right !important;
    margin-right: 0px !important;
}





/*公司介绍*/
.course_box .about_con {
    width: 100%;
    float: left;
}
.course_box .about_con .gywm_left {
    width: 50%;
    float: left;
}
.course_box .about_con .gywm_left img {
    width: 100%;
    float: left;
}
.course_box .about_con .gywm_right {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 50px;
}
.course_box .about_con .gywm_right .gywm_tit {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.course_box .about_con .gywm_right .gywm_tit i {
    width: 65px;
    height: 3px;
    background: #333333;
    display: block;
    margin: 20px 0;
}
.course_box .about_con .gywm_right .gywm_info {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

/*发展历程*/
.banner-two {
    width: 100%;
    height: 450px;
}
.banner-two img {
    width: 100%;
    height: 100%;
    display: block;
}
.current_page {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e7e7e7;
}
.current_page .left {
    float: left;
}
.current_page .left ul {
    margin-left: -15px;
}
.current_page .left ul li {
    float: left;
    line-height: 75px;
    margin: 0 15px;
}
.current_page .left ul li a {
    color: #999999;
    font-size: 16px;
}
.current_page .left ul li:hover a {
    border-bottom: 2px solid #211816;
    color: #1e44a2;
    display: inline-block;
}
.current_page .left ul li:hover a {
    border-bottom: 2px solid #211816;
    color: #1e44a2;
    display: inline-block;
}
.current_page .left ul li.hover a {
    border-bottom: 2px solid #211816;
    color: #1e44a2;
    display: inline-block;
}
.current_page .ri {
    float: right;
    line-height: 75px;
    font-size: 16px;
    color: #666666;
}
.current_page .ri h3 {
    font-weight: normal;
}
.current_page .ri h3 em {
    background: url(../img/fangzi.png) no-repeat left;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 16px;
}
.current_page .ri h3 a {
    background: url(../img/sanjiao.png) no-repeat left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
    color: #666666;
}
.course_box {
    position: relative;
    margin-bottom: 100px;
    margin-top: 75px;
}
.course_box.on {
    height: auto;
}
.cur_pic {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.course_box.on .cur_pic {
    display: none;
}
.course_box .years {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -80px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #0b509b;
    z-index: 2;
}
.course_box .line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #999999;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.course_box .fazhan {
    padding-bottom: 0px;
}
.course_box .fazhan li {
    width: 49%;
    margin: 50px 0 0;
    height: 130px;
}
.course_box .fazhan li .box {
    padding: 8px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
.course_box .fazhan li.n2 {
    float: left;
}
.course_box .fazhan li.n1 {
    float: right;
}
.course_box .fazhan li.n1 .box::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #0097f1;
    box-shadow: 0px 2px 10px 1.44px rgba(11, 80, 155, 0.5);
    position: absolute;
    left: -4%;
    top: 35px;
}
.course_box .fazhan li.n2 .box::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #0097f1;
    box-shadow: 0px 2px 10px 1.44px rgba(11, 80, 155, 0.5);
    position: absolute;
    right: -4%;
    top: 35px;
}
.course_box .fazhan li .box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.course_box .fazhan li .box .text h3 {
    line-height: 34px;
    font-size: 28px;
    color: #0b509b;
    margin: 5px 0;
}
.course_box .fazhan li .box .text span {
    font-size: 16px;
    color: #0b509b;
    margin: 5px 0;
    display: block;
}
.course_box .fazhan li .box .text p {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.course_box .fazhan li.n1 {
    float: right;
}
.course_box .fazhan li.n1 .box .text {
    margin-top: 15px;
}
.course_box .fazhan li.n1 .box .text span {
    width: 20%;
    float: left;
    padding-top: 6px;
    color: #333333;
    font-weight: 900;
    font-size: 20px;
}
.course_box .fazhan li.n1 .box .text .text-two {
    padding: 35px;
    float: left;
    width: 80%;
    margin-top: -22px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.course_box .fazhan li.n2 .box .text {
    margin-top: 15px;
}
.course_box .fazhan li.n2 .box .text span {
    width: 20%;
    float: right;
    padding-top: 6px;
    text-align: right;
    color: #333333;
    font-size: 20px;
    font-weight: 900;
}
.course_box .fazhan li.n2 .box .text .text-two {
    padding: 35px;
    float: left;
    width: 80%;
    margin-top: -22px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.course_box .fazhan li .box .text span em {
    color: #999999;
    font-weight: normal;
}

/*荣誉资质*/
.course_box .honor_list,
.course_box .honor_list ul {
    width: 100%;
    float: left;
}
.course_box .honor_list ul li {
    float: left;
    padding-bottom: 30px;
    width: 23.5%;
    margin-right: 2%;
}
.course_box .honor_list ul li:nth-child(4n) {
    margin-right: 0;
}
.course_box .honor_list ul li a {
    display: block;
}
.course_box .honor_list ul li a .gsdt_img {
    height: 232px;
    left: 0;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}
.course_box .honor_list ul li a .gsdt_img img {
    max-width: 100%;
    max-height: 100%;
}
.course_box .honor_list ul li a .gsdt_info {
    padding: 0 5%;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.course_box .honor_list ul li a:hover .gsdt_info {
    color: #2f5597;
}
.course_box .honor_list ul li a:hover .gsdt_img {
    border: 1px solid #1e44a2;
}



/*产品中心*/
.main-two {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.contre {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.content.top .inp {
    width: 280px;
    height: 40px;
    position: relative;
    margin: 15px 0;
}
.content.top input {
    width: 280px;
    height: 40px;
    border: 1px solid #999999;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
}
.content.top .inp a {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 22px;
    height: 20px;
    background: url(../img/icon_search1.png) no-repeat right;
    background-size: 100% 100%;
}
.lun {
    margin: 56px auto;
}
.lun .swiper-slide a {
    display: inline-block;
    height: 222px;
    width: 100%;
    padding: 60px 0;
}
.lun .swiper-slide .pic {
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
}
.lun .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lun .swiper-slide .text {
    margin-top: 22px;
    text-align: center;
    font-size: 18px;
    color: #666666;
}
.lun .swiper-slide a {
    display: inline-block;
    background-color: #fff;
    border-right: 1px solid #f3f3f5;
}
.lun .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 30px;
}
.lun .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../img/ritt.png) no-repeat;
    background-size: 100% auto;
    right: -60px;
    left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../img/lefttt.png) no-repeat;
    left: -60px;
    right: auto;
}

/*.lun .swiper-slide-active { border-bottom: 3px solid #cccccc; }*/
.lun .protype-active {
    border-bottom: 3px solid #204295;
}
.lun .swiper-slide:hover {
    border-bottom: 3px solid #204295;
}
.fp-box-1 ul {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 60px;
}
.fp-box-1 ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 25px;
}
.fp-box-1 ul li .box {
    background-color: #fff;
}
.fp-box-1 ul li .box .text {
    padding: 35px 25px 0;
    box-sizing: border-box;
}
.fp-box-1 ul li .box .text h3 {
    font-size: 18px;
    color: #333;
    /* padding-bottom: 5px;
    line-height: 24px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.fp-box-1 ul li .box .text span {
    font-size: 13px;
    color: #999999;
}
.fp-box-1 ul li .box .pic-box {
    height: 280px;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.fp-box-1 ul li .box .pic-box img {
    max-width: 210px;
    max-height: 200px;
    object-fit: cover;
}
.fp-box-1 ul li .box .pic-box .chakan {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(28, 78, 150, 0.6);
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.fp-box-1 ul li .box .pic-box:hover .chakan {
    opacity: 1;
}
.lun-two .swiper-slide-active {
    border-bottom: 3px solid #204295;
}
.fp-box-2 {
    background-color: #fff;
    padding: 85px 100px;
    margin-bottom: 100px;
}
.fp-box-2 .top .left {
    width: 40%;
    float: left;
    height: 350px;
}
.fp-box-2 .top .left .swiper-container-two {
    width: 100%;
    height: 520px;
}
.fp-box-2 .top .left .pic {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.fp-box-2 .top .left .pic img {
    max-height: 100%;
    object-fit: cover;
}
.fp-box-2 .swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.fp-box-2 .top .ri {
    width: 60%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}
.fp-box-2 .top .ri .text h3 {
    display: block;
    font-size: 28px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}
.fp-box-2 .top .ri .text .shuxing {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.fp-box-2 .top .ri .text .shuxing h4 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.fp-box-2 .top .ri .text .shuxing p {
    font-size: 14px;
    color: #999999;
}
.fp-box-2 .top .ri .text .biao {
    padding-top: 20px;
}
.fp-box-2 .top .ri .text .biao h4 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.fp-box-2 .top .ri .text .biao table {
    margin-top: 20px;
    width: 100%;
    color: #8c8c8c;
    font-size: 14px;
}
.fp-box-2 .top .ri .text .biao table th:nth-child(1) {
    width: 40%;
}
.fp-box-2 .top .ri .text .biao table th:nth-child(2) {
    width: 60%;
    text-align: center;
}
.fp-box-2 .top .ri .text .biao table th,
.fp-box-2 .top .ri .text .biao table td {
    height: 25px;
    border: 2px solid #8c8c8c;
}
.fp-box-2 .top .ri .text .biao table tr td:nth-child(2) {
    text-align: center;
}
.fp-box-2 .top {
    padding-bottom: 65px;
    border-bottom: 1px solid #d9d9d9;
}
.fp-box-2 .minn {
    margin-top: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.fp-box-2 .minn h3 {
    display: block;
    padding-bottom: 20px;
    font-size: 18px;
    color: #333333;
}
.fp-box-2 .minn table {
    width: 100%;
    font-size: 14px;
}
.fp-box-2 .minn table th,
.fp-box-2 .minn table td {
    height: 25px;
    border: 2px solid #8c8c8c;
    text-align: center;
    color: #8c8c8c;
}
.fp-box-2 .foor-i {
    margin-top: 30px;
}
.fp-box-2 .foor-i h3 {
    display: block;
    padding-bottom: 20px;
    font-size: 18px;
    color: #333333;
}
.divcon p {
    font-size: 14px;
    color: #999999;
}


/* 科技创新 */
.n-tech li {
    margin-bottom: 20px;
}
.n-tech li:hover {
    background-color: #ffffff;
}
.n-tech-font {
    padding: 20px 0;
}
.n-tech-tit {
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.n-tech-time {
    margin-top: 10px;
    line-height: 1;
    font-size: 12px;
    color: #999999;
}
.n-tech-txt {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    -webkit-line-clamp: 3;
}
.n-tech-btn {
    width: 110px;
    height: 32px;
    border: 1px solid #666666;
    border-radius: 4px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
}
.n-tech li:hover .n-tech-btn {
    background-color: #1e44a2;
    color: #ffffff;
}
.n-tech-show-tit {
    padding-bottom: 1.852%;
    margin-bottom: 2.778%;
    border-bottom: 1px #f8f8fa solid;
    text-align: center;
}
.n-tech-show-tit h1 {
    padding-bottom: 0.925%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.n-tech-show-tit-time {
    font-size: 12px;
    color: #999999;
}
.n-tech-show-font {
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}
.n-tech-show-font img {
    max-width: 100%;
}



/* 新闻动态 */
.n-news li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 0;
}
.n-news li:hover {
    background-color: #ffffff;
}
.n-news-img {
    overflow: hidden;
    position: relative;
    /*display: table;*/
    float: left;
    width: 300px;
    height: 185px;
    background-color: #f8f8fa;
    text-align: center;
}
.n-news-font {
    padding: 20px 0 20px 340px;
}
.n-news-tit {
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.n-news-time {
    margin-top: 10px;
    line-height: 1;
    font-size: 12px;
    color: #999999;
}
.n-news-txt {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    -webkit-line-clamp: 3;
}
.n-news-btn {
    width: 110px;
    height: 32px;
    border: 1px solid #666666;
    border-radius: 4px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
}
.n-news li:hover .n-news-btn {
    background-color: #1e44a2;
    color: #ffffff;
}
.n-news-show-tit {
    padding-bottom: 1.852%;
    margin-bottom: 2.778%;
    border-bottom: 1px #f8f8fa solid;
    text-align: center;
}
.n-news-show-tit h1 {
    padding-bottom: 0.925%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.n-news-show-tit-time {
    font-size: 12px;
    color: #999999;
}
.n-news-show-font {
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}
.n-news-show-font img {
    max-width: 100%;
}


/*人力资源*/
.course_box .join_con {
    width: 100%;
    float: left;
}
.course_box .join_con .hr_left {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    padding-right: 50px;
}
.course_box .join_con .hr_left .hr_tit {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.course_box .join_con .hr_left .hr_tit i {
    width: 65px;
    height: 3px;
    background: #333333;
    display: block;
    margin: 20px 0;
}
.course_box .join_con .hr_left .hr_info {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.course_box .join_con .hr_right {
    width: 50%;
    float: right;
}
.course_box .join_con .hr_right img {
    width: 100%;
    float: right;
}
.nJoin {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #ffffff;
}
.nJoin-col {
    padding-bottom: 60px;
    line-height: 1;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.nJoin-cnt {
    padding-top: 60px;
}
.nJoin-cnt table {
    width: 1198px;
    margin-bottom: 40px;
}
.nJoin-cnt table td,
.nJoin-cnt table th {
    height: 48px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #666666;
}
.nJoin-cnt table th {
    height: 52px !important;
    background-color: #f8f8f8;
    text-align: center;
    font-weight: bold !important;
    color: #333333 !important;
}
.nJoin-cnt table td {
    font-size: 14px;
}
.nJoin-table-row {
    width: 214px;
    padding-left: 36px;
    text-align: left !important;
}
.nJoin-table-item {
    text-align: center;
}
.nJoin-table-item.w232 {
    width: 232px;
}
.nJoin-table-item.w240 {
    width: 240px;
}
.nJoin-table-item.w151 {
    width: 151px;
}
.nJoin-table-item.w192 {
    width: 192px;
}
.nJoin-table-item.w133 {
    width: 133px;
}
.nJoin-table-item a {
    color: #666666;
}
.nJoin-table-item a:hover {
    color: #e50013;
}
.nJoin-cnt tr:hover {
    background-color: #f5f7fa;
}

/* 招聘 - 详细页 */
.nJoin-details {
    padding-top: 60px;
    padding-bottom: 100px;
}
.nJoin-details-cnt {}
.nJoin-details-cnt-font_h1 {
    margin-bottom: 27px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.nJoin-details-base {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #cccccc;
    font-size: 0;
}
.nJoin-details-base_item {
    padding-right: 36px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #666666;
}
.nJoin-details-cnt-font-tit {
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}
.nJoin-details-cnt-font-txt {
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #999999;
}
.nJoin-details .page-btn {
    padding-top: 0.333rem;
}
.nJoin-details .page-btn li {
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*联系我们*/
.n-contact {
    background: #ffffff;
    padding: 80px 0;
    width: 100%;
}
.n-contact li {
    float: left;
    width: 33%;
    text-align: center;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
}
.n-contact-ico {
    margin: auto;
    width: 80px;
    height: 80px;
}
.n-contact-tit {
    padding: 30px 0 10px;
    line-height: 1;
    font-size: 16px;
    color: #333333;
}
.n-contact-txt {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}
.n-message {
    padding-top: 80px;
    padding-bottom: 110px;
    background-color: #f5f5f5;
}
.message-col {
    padding-bottom: 60px;
    line-height: 1;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.n-message input {
    float: left;
    padding: 10px 15px;
    margin-bottom: 20px;
    width: 48%;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Microsoft YaHei";
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.n-message input.r {
    float: right;
}
.n-message input:hover,
.message-Box textarea:hover {
    border: 1px solid #204295;
    color: #204295;
}
.n-message textarea {
    padding: 10px 1.5%;
    width: 100%;
    height: 170px;
    border: 1px solid #e6e6e6;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.message-btn {
    display: block;
    margin: 30px auto 0;
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #204295;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.n-maplist {
    background: #ffffff;
    padding: 80px 0;
    width: 100%;
}


@media only screen and (max-width: 1200px) {
    .content {
        width: 94%;
    }
    .hea_right .hea_nav li a {
        font-size: 14px;
        padding: 0 15px;
    }
    .hea_right .hea_lanage a {
        font-size: 14px;
    }
    .hea_right .hea_lanage a {
        margin-left: 15px;
    }
    .logo {
        margin-top: 30px;
    }
    .logo img {
        width: 120px;
    }
    .hea_right {
        display: none;
    }
    .mobile_nav_right {
        display: block;
    }
    .header {
        height: 52px;
    }
    .logo {
        margin-top: 10px;
    }
    .logo img {
        height: 35px;
        width: auto;
    }
    .hea_right {
        position: fixed;
        margin-top: 0;
        left: 0;
        top: 52px;
        bottom: 0;
        z-index: 99;
        background: #FFFFFF;
    }
    .hea_right .hea_nav li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #e5e5e5;
        border-left: 0;
        border-right: 0;
    }
    .hea_right .hea_nav li a {
        line-height: 50px;
    }
    .hea_right .hea_nav li:last-child {
        border-right: 0;
    }
    .hea_right .hea_lanage {
        margin-top: 15px;
    }
    .banner img {
        height: 250px;
        object-fit: cover;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none;
    }
    .hzhb_con .swiper-button-prev {
        left: 10px;
    }
    .hzhb_con .swiper-button-next {
        right: 10px;
    }

    /**/
    .banner-two {
        width: 100%;
        height: 350px;
    }
}

@media only screen and (max-width: 1000px) {
    .cptx .cptx_con a .cp_img {
        height: 200px;
    }
    .cptx .cptx_con a .cp_info {
        font-size: 14px;
    }
    .more {
        margin-top: 40px;
    }
    .cptx_bg {
        height: 290px;
    }
    .gywm .gywm_con .gywm_left {
        width: 100%;
    }
    .gywm .gywm_con .gywm_right {
        position: inherit;
        float: left;
        width: 100%;
        padding: 30px 20px;
    }
    .gywm .gywm_con .gywm_right .gywm_more {
        margin-top: 30px;
    }
    .gsdt .gsdt_con ul li {
        width: 100%;
        padding: 40px 0;
        border-bottom: 1px solid #999;
    }
    .ryjd {
        margin-top: 40px;
    }
    .zzry {
        width: 100%;
    }
    .gsjdfb {
        width: 100%;
        margin-top: 20px;
    }
    .course_box .line {
        left: 0%;
    }
    .hzhb_con .swiper-slide a img {
        max-width: 100%;
        display: inline-block;
        margin: 0 auto;
    }
    .hzhb_con .swiper-slide a {
        padding: 0;
    }
    .hzhb {
        padding: 40px 0;
    }
    .foot_left .foot_logo img {
        height: 35px;
    }
    .foot_left .foot_text span {
        line-height: 40px;
        font-size: 14px;
    }
    .foot_left {
        width: 100%;
    }
    .foot_right {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 30px;
    }

    /**/
    .banner-two {
        width: 100%;
        height: auto;
    }
    .banner-two img {
        object-fit: contain;
    }
    .course_box .fazhan li.n1 .box::after {
        left: -30%;
    }
    .course_box .fazhan li a .text span em {
        display: none;
    }
    .course_box .fazhan li.n1 {
        float: none;
        width: 97%;
    }
    .course_box .fazhan li.n2 {
        float: none;
        width: 100%;
    }
    .course_box .fazhan li.n2 .box::after {
        right: auto;
        left: -3%;
        top: 35px;
    }
    .course_box .fazhan li.n2 a .text .text-two {
        float: right;
    }
    .course_box .fazhan li.n2 a .text span {
        text-align: left;
        float: left;
    }
    .course_box .fazhan li.n1 .box::after {
        left: -3%;
    }
    .course_box .fazhan li.n1 .box::after {
        width: 12px;
        height: 12px;
    }
    .course_box .fazhan li.n2 .box::after {
        width: 12px;
        height: 12px;
    }
    .course_box .line {
        width: 1px;
    }
    .course_box .fazhan li.n1 a .text .text-two p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .course_box .fazhan li.n2 a .text .text-two p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .course_box .fazhan li.n2 a .text .text-two {
        padding: 15px;
    }
    .course_box .fazhan li.n1 a .text span {
        padding-left: 10px;
    }
    .course_box .fazhan li.n2 a .text span {
        padding-left: 10px;
    }
    .course_box {
        position: relative;
        margin: 20px;
    }
    .current_page .left ul li a {
        color: #999999;
        font-size: 12px;
    }
    .current_page .left ul li {
        line-height: 50px;
        margin: 0px 5px;
    }
    .current_page {
        height: 50px;
    }
    .current_page .ri {
        float: left;
        line-height: 50px;
        font-size: 12px;
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }
    .current_page .left ul {
        margin-left: 0px;
    }
    .course_box .fazhan li {
        width: 49%;
        margin: 50px 0 0;
        height: auto;
    }
    .course_box .fazhan ul {
        margin-top: 30px;
    }
    .course_box .fazhan {
        margin-top: 75px;
    }
    .fp-box-2 {
        padding: 30px 50px;
        margin-bottom: 0;
    }
    .fp-box-2 .top .left {
        width: 100%;
        height: auto;
        max-height: 200px;
        padding: 30px 0;
    }
    .fp-box-2 .top .ri {
        width: 100%;
        padding-left: 0;
    }
}