body {
    font-family: '微软雅黑';
}

.mpBanner {
    display: none;
}

#html5zoo-1 {
    width: 100% !important;
    height: auto !important
}

.focus .swiper-pagination {
    bottom: 25px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff6600;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

section .container {
    position: relative;
}

.poa {
    position: absolute;
}

/*文本长度截取*/
.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/* 公告 */
.notice_rec {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    line-height: 60px;
    font-family: '微软雅黑';
}

.notice_rec h3 {
    font-size: 16px;
    color: #014cff;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
}

.notice_rec h3 span {
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #014cff;
    vertical-align: middle;
    margin-right: 5px;
}

.notice_rec ul {
    padding-left: 95px;
    padding-right: 60px;
}

.notice_rec ul li {
    width: 70%;
    position: relative;
}

.notice_rec ul li a {
    font-size: 15px;
    color: #5a5a5a;
    display: block;
    padding-right: 70px;
}

.notice_rec ul li span {
    font-family: arial;
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}

.notice_rec a.more {
    right: 0;
    top: 21px;
}

/* 关于我们 */
.about {
    background-color: rgb(244, 244, 244);
    padding: 120px 0;
}

.about_bg {
    width: 100%;
}

.about_con {
    margin-left: -15px;
    margin-right: -15px;
    font-family: '微软雅黑';
    position: relative;
}

.about_con .fl {
    width: 47.5%
}

.about_con .fr {
    width: 45%;
    position: relative;
}

.about_con .fr:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.about_con .fl h2 {
    font-size: 34px;
    color: rgb(51, 51, 51);
    margin: 0;
}

.about_con .fl h2 div {
    border-top: 4px solid #014cff;
    height: 0;
    width: 64px;
    margin-top: 15px;
}

.about_con .fl .about_text {
    position: relative;
    /*padding-bottom: 120px;*/
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_con .fl .about_text p {
    font-size: 16px;
    line-height: 200%;
    color: #5a5a5a;
    text-overflow: -o-ellipsis-lastline;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    
    text-indent: 2em;
    text-align: justify;
}

.about_con .fl .about_text .more {
    right: -50px;
    bottom: 5px;

}

.counters {
    position: relative;
    font-family: '微软雅黑';
    width: 960px;
    height: 180px;
    z-index: 2;
}

.counters .bg {
    background: #fff;
    width: 100%;
    height: 180px;
}

.counters ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

.counters ul li {
    font-size: 16px;
    color: #666;
    text-align: center;
    width: 25%;
}

.counters ul li span {
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    display: block;
    margin: 0;
    color: #014cff;
}

.counters ul li span:hover {
    color: #014cff;
}

.counters ul li p {
    margin: 0;
}

/* 产品中心 */
.case {
    height: 1105px;
    background-color: rgb(0, 0, 0);
    background-image: url(../images/abg1.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
}

.case_wrap {
    margin-left: -15px;
    margin-right: -15px;
    font-family: '微软雅黑';
}

.title {
    font-size: 34px;
    text-align: center;
    color: #fff;
    margin: 45px 0;
}

.title div {
    height: 0;
    width: 65px;
    border-top: 4px solid #014cff;
    margin-top: 15px;
    margin: 15px auto;
}

.case_list ul li {
    width: 46.2%;
    margin-right: 3.75%;
    float: left;
    position: relative;
    margin-bottom: 70px;
}

.case_list ul li:nth-child(2n) {
    margin-right: 0;
}

.case_list ul li .img {
    position: relative;
    overflow: hidden;
}

.case_list ul li .img .left {
    top: 0;
    left: -100%;
    transition: all .4s ease;
    position: absolute;
    -webkit-transition: all .4s ease;
    width: 100%;
}

.case_list ul li .img .left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.case_list ul li .img .right {
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    left: 0;
}

.case_list ul li .img img {
    width: 100%;
}

.case_list ul li h4 {
    font-size: 24px;
    width: 200px;
    height: 70px;
    background: #fff;
    margin: -35px auto 0;
    position: relative;
    z-index: 2;
    line-height: 70px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.case_list ul li h4:hover {
    color: #fff;
    background: #014cff;
}

.case_list ul li .img:hover .left {
    left: 0;
}

.case_list ul li .img:hover .right {
    left: 100%;
}

.product {
    padding: 10px 0 0;
}

.product .business_list {
    margin-left: 0;
    margin-right: 0;
}

.product .business_list ul {
    margin-top: 0;

}

/*.product .business_list ul li:last-child{display: none;}*/
/*.product .business_list ul li {
    margin-bottom: 0;
}*/

.product-list li a {
    display: block;
    overflow: hidden;
}

.product-list li a img {
    width: 100%;
    transition: all 0.6s;
    display: block;
}

.product-list li a img:hover {
    transform: scale(1.1);
}

.product-list li h1 {
    margin-top: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    height: 45px;
    border-radius: 2px;
}

.product-list li h1 a {
    font-size: 18px;
    color: #333;
    line-height: 45px;
    display: block;
    text-align: center;
}

.product-list li h1 a:hover {
    color: #014cff;
}

/* 新闻中心 */
.news {
    width: 100%;
}

.news_wrap {
    margin-left: -15px;
    margin-right: -15px;
    font-family: '微软雅黑';
}

.news_wrap .title {
    color: #333;
}

/* 焦点图 */
.news_wrap .bd .left {
    margin-right: 3.3%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 530px;
}

.focusBox {
    position: relative;
    width: 530px;
    height: 500px;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

.focusBox .pic img {
    width: 530px;
    height: 500px;
    display: block;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    height: 105px;
}

.focusBox .txt li {
    position: absolute;
    bottom: -105px;
    height: 105px;
    padding: 12px;
    background: url(../images/bg_trans.png) repeat;
    width: 100%;
}

.focusBox .txt li a {
    display: block;
    color: white;
    text-decoration: none;
}

.focusBox .txt li h4 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
}

.focusBox .txt li p {
    font-size: 14px;
}

.news_wrap .bd {
    display: flex;
    display: -webkit-flex;
}

.news_wrap .bd .right {
    flex: 1;
}

.news_wrap .bd .right ul li {
    padding: 16px 0 30px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #dbd4cd;
    position: relative;
}

.news_wrap .bd .right ul li .date {
    position: absolute;
    font-size: 16px;
    color: #949494;
    font-family: arial;
    top: 16px;
    left: 30px;
    text-align: center;
}

.news_wrap .bd .right ul li .date b {
    font-size: 32px;
    display: block;
    line-height: 41px;
    height: 41px;
    margin: 0 auto;
    color: #949494;
}

.news_wrap .bd .right ul li .right_txt {
    margin-left: 130px;
}

.news_wrap .bd .right ul li .right_txt h4 {
    margin: 0;
    font-size: 22px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_wrap .bd .right ul li .right_txt h4 a {
    color: #333;
}

.news_wrap .bd .right ul li .right_txt h4 a:hover {
    color: #014cff;
}

.news_wrap .bd .right ul li .right_txt p {
    font-size: 14px;
    line-height: 22px !important;
    color: #999;
    margin: 0;
    padding-top: 9px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}

.news_wrap .bd .right ul li:last-child {
    border: 0;
}

/* 合作伙伴 */
.friend {
    padding: 50px 0;
    background-color: rgb(244, 244, 244);
}

.friendLink {
    overflow: hidden;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    height: 100px !important;
}

.friendLink ul {
    overflow: hidden;
    zoom: 1;
}

.friendLink ul li {
    width: 200px;
    float: left;
    margin: 0 10px;
    display: inline;
}

/* 走进我们 */
.banner {
    position: relative;
}

.banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/*.banner .container .tit{right:16%;top:50%;z-index:2;margin-top: -40px;}*/
.banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .container .tit {
    z-index: 2;
}

.banner .container .tit span {
    display: block;
    height: 0;
    border-top: 1px solid #fff;
    margin: 8px 0;
}

.banner .container .tit h1 {
    font-size: 34px;
    margin: 0;
    color: #fff;
}

.breadNav {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.breadnav_info {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    color: #666;
    position: relative;
}

.breadnav_info a {
    color: #666;
}

.about_del {
    background: #fff;
    padding: 50px 0;
}

.about_del .title {
    color: #333;
    margin-top: 0;
}

.about_del .about_con .fl .about_text {
    margin-top: 0;
}

.about_del .about_con .fr {
    width: 45%;
}
.about_del .about_con .fr img {
    height: 410px;
    width: 100%;
}
.about_del .about_con .fl {
    width: 50%;
}

.about_del .about_con .fl .about_text p {
    overflow: auto;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 10000;
    line-clamp: 10000;
    -webkit-box-orient: vertical;
}

.counters_wrap {
    height: 417px;
    background-color: rgb(0, 0, 0);
    background-image: url(../images/ysbg.jpg);
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
}

.counters_wrap .counters {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    height: auto;
}

.counters_wrap .counters ul {
    justify-content: space-between;
    margin-top: 75px;
}

.counters_wrap .counters ul li span {
    color: #fff;
}

.counters_wrap .counters ul li p {
    color: #ccc;
}

.culture_info .fl img {
    width: 500px;
}

.culture_text h2 {
    font-size: 24px;
    color: #014cff;
}

/* 发展历程 */
.history_info {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.history_info .title {
    color: #333;
    margin-bottom: 70px;
}

.history_list {
    height: 135px;
    position: relative;
    overflow: hidden;
}

.history_list ul {
    height: 60px;
    display: flex;
    display: -webkit-flex;
    position: relative;
    width: auto;
    margin-top: 70px;
    left: 0;
    white-space: nowrap;
}

.history_list ul:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 29px;
    border-top: 3px solid #ebebeb;
    z-index: 1;
}

.history_list ul li {
    padding-right: 118px;
    position: relative;
    z-index: 2
}

.history_list ul li .year {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: #014cff;
    font-size: 18px;
    color: #fff;
}

.history_list ul li .items {
    margin-top: 21px;
    display: -webkit-flex;
    display: flex;
}

.history_list ul li .items .item {
    float: left;
    width: 160px;
    position: relative;
}

.history_list ul li .items .item .tip {
    width: 18px;
    float: right;
    position: relative;
}

.history_list ul li .items .item .tip i {
    width: 18px;
    position: relative;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #014cff;
    background: #fff;
    cursor: pointer;
    display: block;
}

.history_list ul li .items .item .tip .poa {
    font-size: 14px;
    color: #5a5a5a;
    top: -20px;
    left: -10px;
    width: 50px;
}

.history_list ul li .items .item .p_info {
    display: none;
    position: absolute;
    width: 180px;
    background: #014cff;
    padding: 8px 8px 8px 21px;
    top: -95px;
    left: -80px;
}

.history_list ul li .items .item .tip:hover i {
    background: #014cff;
    border-color: #014cff
}

.history_list ul li .items .item .tip:hover .poa {
    color: #014cff;
}

.history_list ul li .items .item .tip:hover .p_info {
    display: block;
}

.history_list ul li .items .item .p_info .icon {
    color: #fff;
    top: 8px;
    left: 6px;
    position: absolute;
    font-size: 16px;
}

.history_list ul li .items .item .p_info p {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    white-space: normal;
}

.history_list ul li .items .item .p_info:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #014cff;
    bottom: -7px;
    left: 82px;
}

.history_info .btns i {
    position: absolute;
    font-size: 16px;
    color: #999;
    bottom: 24px;
    cursor: pointer;
}

.history_info .btns i.prev {
    left: -20px;
}

.history_info .btns i.next {
    right: -20px;
}

.honour {
    padding: 50px 0 100px;
    /*background-color: rgb(244, 244, 244);*/
    /*margin-top: 50px;*/
}

.honour .title {
    color: #333;
}

/*.honour_list{overflow:hidden; clear:both;margin-left:-15px;margin-right:-15px;height:367px!important;}
.honour_list ul{ overflow:hidden; zoom:1; }
.honour_list ul li{float:left; margin:0 10px;width:220px;}
.honour_list ul li p{font-size:14px;color:#333;text-align: center;}*/

.honour_list {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

.honour_list ul {
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.honour_list ul li {
    float: left;
    margin: 25px;
    width: 250px;
}

.honour_list ul li .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 315px;
    margin-bottom: 50px;
}

.honour_list ul li img {
    width: 100%;
}

.honour_list ul li p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* 产品中心 */
.right_nav {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 0;
    line-height: 50px;
    width: 100%;
    text-align: right;
}

.right_nav a {
    color: #434343;
    margin-left: 4%;
    position: relative;
}

.right_nav a.on,
.right_nav a:hover {
    color: #014cff;
    font-weight: bold;
}

.right_nav a.on:after,
.right_nav a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 2px solid #014cff;
    left: 0;
    bottom: -16px;
}

.business_list {
    margin-left: -15px;
    margin-right: -15px;
}

.business_list ul {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.business_list ul:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.business_list ul li {
    width: 30.83%;
    margin-right: 3.75%;
    float: left;
    margin-bottom: 42px;
}

.business_list ul li:nth-child(3n) {
    margin-right: 0;
}

.business_list ul li .img {
    position: relative;
    overflow: hidden;
}

.business_list ul li .img img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    width: 370px;
    height: 320px;
}

.business_list ul li .img .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .4s ease .05s;
    -webkit-transition: all .4s ease .05s;
    background: rgba(0, 0, 0, .5);
    top: 12px;
    display: none;
}

.business_list ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* .business_list ul li .img:hover .zhezhao{display: block;top: 0;} */
.business_list ul li .text {
    padding: 0 3px 0 6px
}

.business_list ul li .text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
}

.business_list ul li .text h4 a {
    color: #434343;
}

.business_list ul li .text h4 a:hover {
    color: #014cff;
}

.business_list ul li .text p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 0;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    text-align: center;
}

.news_list ul li {
    margin-bottom: 25px;
}

.environment .business_list ul li .text {
    text-align: center;
}

.news_list ul li .img {
    height: 240px;
    margin-bottom: 8px;
}

.news_list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list ul li .img:hover .zhezhao {
    display: block;
    top: 0;
}

.news_list ul li .text h4 {
    padding-top: 5px;
    margin-top: 0;
}

.news_list ul li .text span {
    font-size: 14px;
    color: #ccc;
    padding-top: 6px;
    display: block;
    margin-bottom: 3px;
}

.news_list ul li .text p {
    margin: 0;
    text-align: left;
}
.news_list .date-title {
     display: flex;
    align-items: center;
    margin: 10px 0px;
}
.news_list .date-title h4{
    font-size: 16px;
    font-weight: bold;
}
.news_list .date-title h4 a {
    color: #333;
}
.news_list .date-title span {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #c1c1c1;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.news_list .date-title span b {
    font-weight: normal;
}
.news_list .date-title span b.year {
    font-size: 18px;
}
.news_list  ul {
    justify-content: flex-start;
}
.news_list  ul li .text {
    padding: 0px;
}
/* 加入我们 */
.train {
    background: #fff;
    padding: 50px 0;
}

.train .title {
    color: #333;
}

.train .fl .about_text {
    margin-top: 0;
    /*padding-bottom: 60px;*/
    padding: 45px 0px;
}

.job_wrap {
    background: #f4f4f4;
}

.job_wrap .title {
    color: #333;
}

.job_list {
    margin-left: -15px;
    margin-right: -15px;
}

.job_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job_list ul li {
    width: 47.5%;
    background: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 200%;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.job_list ul li .hd {
    position: relative;
    padding-left: 22px;
}

.job_list ul li .hd .line {
    width: 6px;
    height: 49px;
    background: #014cff;
    top: 4px;
    left: 0;
}

.job_list ul li .hd .job_name strong {
    font-size: 22px;
    font-weight: bold;
    color: #434343;
}

.job_list ul li .hd .job_name span {
    color: #999;
}

.job_list ul li .job_content {
    margin: 30px 0 20px;
}

.job_list ul li .job_content strong {
    font-size: 16px;
}

.job_list ul li .job_content p {
    margin-top: 0;
}

.job_list ul li .job_contact {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.job_list ul li .job_contact strong {
    font-size: 16px;
    font-weight: bold;
}

.job_list ul li .job_contact p {
    margin: 0;
}

/* 联系我们 */
.contact_wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_wrap ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.contact_wrap ul li {
    position: relative;
    padding-left: 90px;
}

.contact_wrap ul li .poa {
    position: absolute;
    width: 74px;
    top: 0;
    left: 0;
}

.contact_wrap ul li .right strong {
    font-size: 28px;
    color: #434343;
    font-weight: normal;
    display: block;
    line-height: 1;
}

.contact_wrap ul li .right p {
    font-size: 16px;
    color: #777;
    line-height: 160%;
}

.message {
    margin-top: 100px;
}

.message .left {
    width: 43%;
    float: left;
}

.message .right {
    width: 50%;
    float: right;
}

.message .left .form_tit {
    font-size: 28px;
    color: #434343;
    margin: 0;
    margin-bottom: 50px;
}

.message .left form .input_group {
    margin-bottom: 15px;
}

.message .left form span {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.5;
    display: block;
    padding: 10px 0;
}

.message .left form span b {
    color: #ff0000;
}

.message .left form input {
    width: 100%;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.message .left form textarea {
    line-height: 38px;
    width: 100%;
    text-indent: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: none;
}

.message .left form .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: #323f54;
    padding: 0;
    margin-top: 22px;
    display: block;
    border-radius: 0;
    transition: all .3s ease;
    outline: none;
}

.message .left form .btn:hover {
    background: #014cff;
}

/* 新闻详情 */
.newsDel {
    margin-left: -15px;
    margin-right: -15px;
}

.newsDel h1 {
    font-size: 26px;
    color: #323f54;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    line-height: 50px;
    margin-bottom: 0;
}

.newsDel .news_info {
    padding: 10px 0 15px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.newsDel .news_info span {
    margin: 0 20px;
}

.newsDel .sum {
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
    background: #F5F5F5;
    padding: 5px 0;
    margin-bottom: 10px;
    text-indent: 24px;
    border: #E5E5E5 1px solid;
}

.newsDel .content p,
.newsDel .content span {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #666;
}

.newsDel .content p {
    text-indent: 2em;
}

/* 业务详情 */
.img_show {
    height: 600px;
    width: 750px;
    margin: 50px auto 0;
    position: relative;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
    width: 33%;
    height: 100%;
    border: 2px solid #fff;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #b90000;
}
.gallery-top {
    /*overflow: unset!important;*/
    position: initial;
}
.img_show .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/an1R.gif);
    width: 23px;
    height: 68px;
    top: auto;
    bottom: 20px;
    margin-top: 0;
    outline: none;
}


.img_show .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/an1L.gif);
    width: 23px;
    height: 68px;
    top: auto;
    bottom: 20px;
    margin-top: 0;
    outline: none;
}
.img_show .swiper-button-white{
    background: url(../images/arrows-48-48-3.png);
    bottom: 320px;
    width: 46px;
    height: 46px;
}
.img_show .swiper-button-next.swiper-button-white {
    right: -50px;
    background-position: 48px 0px;
}
.img_show .swiper-button-prev.swiper-button-white {
    left: -50px;
}
.search_banner {
    height: 45px;
    background: #e7e7e7;
}

.header .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.pc-hide {
    display: none;
}

.product-type dl {
    background-color: #f7f7f7;
}

.product-type dt {
    background-color: #014cff;
    color: #fff;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
}

.product-type dt a {
    color: #fff;
}

.product-type dd {
    border-bottom: 1px dashed #cfcfcf;
    margin: 0px 15px;
    padding: 20px 0px 20px 30px;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}

.product-type dd:last-child {
    border-bottom: 0px;
}

.product-type dd>a {
    box-sizing: border-box;
    display: block;
    color: #333;
    position: relative;
    transition: all .2s;
}

.product-type dd>a>img {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all .2s;
}

.product-type dd>a:hover>img {
    opacity: 1;
    right: 20px;
}

.product-type dd>p {
    background: rgba(255, 255, 255, .6);
    margin: 0px;
}

.product-type dd>p>a {
    line-height: 40px;
    padding-left: 80px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: all .2s;
}

.product-type dd>p>a:hover {
    background: #fff;
}

.product-type dd>p>a>img {
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -12px;
    opacity: 1;
    transition: all .2s;
}

.product-type dd .iconImg {
    margin-right: 10px;
}

.product-type.contact {
    margin-top: 20px;
}

.product-type.contact dd {
    padding-left: 0px;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-type.contact dd span {
    color: #333;
    font-size: 16px;
    line-height: 36px;
}

.chanpin-pic img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.my-bullet-active {
    background: #1e64bc;
    opacity: 1;
}

.chanpin-info .body {
    margin-top: 20px;
    border-bottom: 1px #dddddd solid;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    border-top: 2px #014cff solid;
}

.chanpin-info .body ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 1px #dddddd solid;
}

.chanpin-info .body li {
    width: 50%;
    line-height: 35px;
}

.chanpin-info .foot {
    margin-top: 60px;
}

.chanpin-info .foot a {
    padding: 8px 15px;
    border: 1px solid #014cff;
    color: #014cff;
    transition: all .3s linear;
    margin-right: 20px;
}

.chanpin-info .foot a:hover {
    background-color: #014cff;
    color: #fff;
}

.chanpin-info .foot .tel {
    background-color: #014cff;
    color: #fff;
}

.chanpin-info .foot .tel .numberFont {
    font-size: 20px;
}

.pro_recommend {
    margin-top: 20px;
}

.pro_recommend .pro_rec_title {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.pro_recommend .pro_rec_title h2 {
    padding: 0 30px 0 30px;
    background-color: #014cff;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0px;
}

/*.pro_recommend  .content p  {
    line-height: 12px;
}*/
.content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #014cff;
}

.content p {
    line-height: 24px;
    font-size: 16px;
}

.content img {
    max-width: 100%;
    margin: 10px auto;
    display: inline-block;
}

.case .title div {
    border-top: 4px solid #fff;
}

/*.product-box {
    background-image: url(../images/product-box-bg.jpg);
}*/
.product-box h2 {
    font-weight: bold;
}

.product-box .title {
    color: #333;
}

.product_list {
    display: flex;
    justify-content: space-between;
}

.product_list>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product_list p {
    font-size: 16px;
}

.product-box.design {
    background-image: url(../images/product-box-bg.jpg);
    color: #fff;
}

.product-box.design .title {
    color: #fff;
}

.product-box.design .title div {
    border-top: 4px solid #fff;
}

.product-box h3 {
    font-size: 22px;
    margin-top: 80px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
}

.product-box.design h3 {
    color: #fff;
}

.subMenu .box .treeMenu {
    position: relative;
}

.subMenu .box .treeMenu ul {
    position: absolute;
    left: 0px;
    top: 0px;
    left: 167px;
    margin-top: 0px;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    display: none;
}

.subMenu .box .treeMenu ul li {
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subMenu .box .treeMenu.active ul {
    display: block;
}

.subMenu .box .treeMenu ul li a {
    width: 100%;
}

.campus .subMenu .box .treeMenu ul {
    left: 212px;
    width: 260px;
}

#joinForm .input_group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#joinForm span {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.5;
    display: block;
    padding: 10px 0;
    width: 120px
}

#joinForm span b {
    color: #ff0000;
}

#joinForm input[type="text"] {
    width: 100%;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#joinForm textarea {
    line-height: 38px;
    width: 100%;
    text-indent: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: none;
}

#joinForm .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: #323f54;
    padding: 0;
    margin-top: 22px;
    display: block;
    border-radius: 0;
    transition: all .3s ease;
    outline: none;
}

#joinForm .btn:hover {
    background: #014cff;
}

#joinForm .input_group label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
}

#joinForm .input_group label input[type="radio"] {
    margin-right: 5px;
}

.about_E1 {
    width: 1200px;
    background: url(../images/his_xy.png) center 66px no-repeat;
    padding-top: 128px;
    overflow: hidden;
}

.about_E1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_E1 ul li {
    width: 1200px;
    float: left;
    height: 140px;
}

.about_E1L {
    width: 607px;
    background: url(../images/his_l.png) 424px top no-repeat;
    overflow: hidden;
}

.about_E1L .about_E1a {
    width: 166px;
    height: 44px;
    line-height: 44px;
    float: right;
    overflow: hidden;
    font-size: 36px;
    color: #272727;
}

.about_E1L .about_E1b {
    width: 395px;
    float: left;
    padding-left: 80px;
    overflow: hidden;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    /*text-align: right;*/
}

.about_E1R {
    width: 607px;
    background: url(../images/his_r.png) left top no-repeat;
    float: right;
    overflow: hidden;
}

.about_E1R .about_E1a {
    width: 170px;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: right;
    overflow: hidden;
    font-size: 36px;
    color: #272727;
}

.about_E1R .about_E1b {
    width: 400px;
    height: 44px;
    line-height: 28px;
    float: right;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

.m-history {
    padding: 50px 30px;
}

.m-history ul {
    margin: 0px;
    padding: 0px;
}

.m-history ul li {
    border-left: .02rem dashed #e5e5e5;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0px;
}

.m-history ul li .point {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #444;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: -3px;
    position: unset;
}

.m-history ul li .title {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.m-history ul li p.step {
    font-size: 14px;
    color: #666;
    margin-top: 0px;
    line-height: 24px;
    margin-bottom: 0px;
    padding-left: 22px;
    padding-bottom: 20px;
}

.course-box {
    position: relative;
    margin-top: 37px;
    padding-bottom: 90px;
    background-color: #f7fafc;
    overflow: hidden;
}

.course-box .course-text-icon{
    margin: 0px auto 30px;
    width: 42px;
    height: 42px;
    position: relative;
}
.course-box .course-text-icon:after {
    /*margin: 35px auto 0;*/
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #cce4f2;
    position: absolute;
    left: 50%;
}
.course-box .course-text-icon img{
    margin: 6px auto 0;
    display: block;
}

.course-box .course-text {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    position: relative;

}
.course-box .course-text:after {
    content: '';
    width: 1px;
    background: #d2e1eb;
    left: 585px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 0;
}
.course-text .course-text-list {
    width: 586px;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 1;
}

.course-text .course-text-list .course-text-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background-color: #cce4f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.course-text .course-text-list .course-text-bg .course-text-color {
    width: 13px;
    height: 13px;
    background-color: #014cff;
    border-radius: 50%
}

.course-text .course-text-list .course-text-title {
    font-size: 18px;
    font-weight: 700;
    color: #014cff
}

.course-text .course-text-list .course-text-p{
    padding-top: 0px;
    font-size: 14px;
    color: #666
}

.course-text .course-text-list:last-child {
    border: none!important
}

.course-text .course-text-left {
    position: relative;
    padding-right: 32px;
    /*border-right: 1px solid #cce4f2;*/
    text-align: right
}

.course-text .course-text-left .course-text-bg {
    top: 0;
    right: -10px
}

.course-text .course-text-right {
    position: relative;
    left: 586px;
    padding-left: 32px;
    /*border-left: 1px solid #cce4f2*/
}

.course-text .course-text-right .course-text-bg{
    top: 0;
    left: -10px
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
}

.about_C1 {
    width: 1200px;
    overflow: hidden;
}

.about_C1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_C1 ul li {
    width: 580px;
    height: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.about_C1 ul li:nth-child(2n) {
    margin-right: 0px!important;
}
.about_C1w {
    width: 100%;
    height: 350px;
    position: relative;
}

.about_C1wa {
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-color: #000;
}
.about_C1wa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*opacity: .7;*/
}
.about_C1wb {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
}

/*.about_C1wc {
    width: 100%;
    padding: 20px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 145px;
    z-index: 2;
}*/
.about_C1wc {
    width: calc(100% - 40px);
    padding: 20px;
    height: 160px;
    line-height: 32px;
    /*text-align: center;*/
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 0;
    top: 145px;
    z-index: 2;
    background: rgba(255,255,255,.7);
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin: 0px 20px;
    box-sizing: border-box;
    border-radius: 30px;
}
.about_C1wc p {
    margin: 0px;
    padding: 0px;
}
.hide2 {
    display: none;
}
.honour_list .swiper-wrapper {
    align-items: center;
}
.honour_list .swiper-wrapper p {
    display: none;
}
.honour_tabs {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}
.honour_tabs  a  {
    padding: 0 52px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}
.honour_tabs  a.selected{
    color: #014cff;
}
.honour_tabs  a.selected:after {
    margin: 11px auto 0;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #014cff;
}
.honour_list .hide2 {
    position: relative;
}
.honour_list .hide2 .swiper-button-next {
    right: -50px;
}
.honour_list .hide2 .swiper-button-prev {
    left: -50px;
}
.honour_list .honour_box {
    position: relative;
}
.honour_list .honour_box .swiper-button-next {
    right: -50px;
}
.honour_list .honour_box .swiper-button-prev {
    left: -50px;
}
/*.honour_list .honour_box a.img-box {
    display: block;
}*/
.honour_list .honour_box a.img-box img {
    height: 380px;
   object-fit: contain;
}
.honour_list .honour_box a.img-box p {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #014cff;
    font-weight: bold;
}
.honour_other {
    margin-top: 40px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.honour_other p{
    padding: 15px 20px 0 0;
    width: 25%;
    text-align: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 20px;
    background-image: url(../images/icon.a5cca81.png);
    background-position: left 16px;
    background-repeat: no-repeat;
}
.honour_other p img {
    display: block;
    padding-right: 16px;
}