﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    /* font-family: "微软雅黑"; */
    background-color: #fff;
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    width: 1200px;
    /* background: antiquewhite;
  height: 62px; */
    margin: 0 auto;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑";
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

@font-face {
    font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}


/* header */

header {
    width: 1200px;
    margin: 0 auto;
    height: 112px;
    background-color: #223D7F;
}

header .header_img {
    margin-right: 35px;
}

header #head_cen {
    display: inline-block;
    margin-top: 65px;
}

#head_cen ul li {
    float: left;
    margin-left: 55px;
}

#head_cen ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

header #head_icon {
    /* margin-left: -136px; */
    display: inline-block;
}

header #head_icon img {
    margin-top: -11px;
    margin-right: 5px;
}


/*------LESS------*/


/* 新增 */


/* 搜索 */

div#head_icon form {
    float: right;
    margin-top: 5px;
}

input.sub {
    z-index: 2;
    width: 25px;
    height: 25px;
    background: url(../images/icon/seach.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}

.wow.fadeIn {
    background-color: rgb(33, 61, 129);
}

.Biaoti {
    font-size: 18px;
    width: 83%;
    float: right;
    color: #161a1d;
    font-weight: 700;
}

.text_txt {
    margin-top: 13px;
    width: 83%;
    float: right;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.notice_list li {
    /* border-top: 1px solid #e6e6e6; */
    padding: 0px 0px 0px 20px;
    background: url(../images/list_grey.png) no-repeat 0;
}

.main .news_box .notice .notice_list_no li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #161a1d;
}

.main .news_box .notice .notice_list_no li {
    height: 40px;
    line-height: 40px;
}

.notice_list_no li {
    padding: 0px 0px 0px 20px;
    background: url(../images/list_gruy.jpg) no-repeat 0;
}

.notice_list_no li i {
    font-family: "Arial";
}

.main .news_box .notice .notice_list_no li a i {
    float: right;
    font-style: normal;
    color: #adadad;
}

.notice_list_no li:hover {
    background: url(../images/list_blue.png) no-repeat 0;
}

.main .news_box .notice .notice_list_no li:hover a {
    color: #203a7a;
    border-bottom: 1px solid #213d81;
}

.main .news_box .notice .notice_list_no li:hover i {
    color: #203a7a;
}

.Safety {
    width: 1200px;
    /* height: 390px; */
    margin: 0 auto;
    margin-bottom: 50px;
}

.Safety h2 {
    height: 60px;
    line-height: 55px;
    font-size: 26px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 20px;
    background: url(../images/Safety.jpg) no-repeat left 0px top 16px;
}

.Safety h2 span {
    padding-left: 35px;
}

.Safety h2 a {
    color: #213d81;
    font-size: 14px;
    float: right;
    font-weight: normal;
}

.education {
    padding: 35px 0 20px 0px;
    width: 100%;
    height: 380px;
    background: #f6f6f6;
}

.flex {
    display: flex;
}

.left_Toutiao {
    width: 730px;
    /* height: 230px; */
    background: #f6f6f6;
    border-radius: 5px;
    background: url(../images/left_A.jpg) no-repeat left center;
    display: flex;
    padding: 10px;
}

.left_Toutiao img {
    border-radius: 3px;
}

.right_liebiao {
    width: 450px;
    height: 230px;
    background: #f6f6f6;
    margin-left: 10px;
    border-radius: 5px;
}

.fr.dw {
    margin-top: -173px;
}

p.tit {
    margin-top: 10px;
    /* padding-left: 14px; */
    color: #ccc;
    font-size: 14px;
}

p.xinwen_name {
    width: 98%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

p.title {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

p.title:hover {
    color: #213d81;
}

.xinwen {
    padding: 10px 26px;
}

span.item {
    background: url(../images/item.jpg) no-repeat left 0px top 3px;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    margin-right: 40px;
}

span.source {
    background: url(../images/source.png) no-repeat left 0px top 3px;
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
}

.notice_list_dashed {
    padding: 10px 20px;
}

.notice_list_dashed li {
    height: 50px;
    line-height: 50px;
    padding: 0px 0px 0px 20px;
    background: url(../images/list_grey.png) no-repeat 0;
}

.notice_list_dashed li:hover {
    background: url(../images/left_bluer.png) no-repeat 0;
}


/* .first {
    list-style-type: square;
    list-style: none;
    list-style-image: url("../images/list_greyr.png");
    margin-left: 20px;
}

.first li:hover {
    list-style-type: square;
    list-style: none;
    list-style-image: url("../images/left_bluer.png");
} */

.notice_list_dashed.first li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    border-top: 2px dotted #ccc;
}

.notice_list_dashed li+li {
    /* border-top: 2px dotted #ccc; */
}

.notice_list_dashed li a:first-child {
    border: none;
}

.notice_list_dashed li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #161a1d;
}

.notice_list_dashed li:hover a {
    color: #203a7a;
    /* border-bottom: 1px solid #213d81; */
}

.friendly_link.clearfix .fl {
    height: 35px;
}

.notice.wow.fadeInRight .silde_txt {
    width: 590px;
    height: 155px;
    box-sizing: border-box;
    border-bottom: 2px dotted #ccc;
    border-top: 0;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}

.silde_txt.active a {
    color: #666666;
}

.mysildeitem.active a {
    color: #888;
}

.education h2 {
    width: 1200px;
    height: 60px;
    line-height: 55px;
    font-size: 26px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 40px;
    margin: 0 auto;
    background: url(../images/education.png) no-repeat left 0px top 16px;
}

.education h2 span {
    padding-left: 35px;
}

.education h2 a {
    color: #213d81;
    font-size: 14px;
    float: right;
    font-weight: normal;
    /* padding-right: 17px; */
}

li.wow.fadeIn img {
    width: 100%;
    height: 160px;
}

p.clearfix_name {
    color: #000000;
    margin-top: 10px;
    padding: 0px 25px;
    /* height: 50px; */
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

span.clearfix_item {
    padding: 0px 25px;
    line-height: 38px;
    height: 30px;
    font-size: 14px;
    color: #999999;
}

.square_day {
    height: 35px;
    border-bottom: 1px solid #7181aa;
}

.square_years {
    height: 20px;
    padding-top: 5px;
}

span.show.ym {
    font-family: "OPPOSans" !important;
}

span.day.show {
    font-family: "OPPOSans" !important;
}

.dynamic {
    position: absolute;
    width: 200px;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
}

.dynamic img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.silde_txt.active {
    padding-top: 25px;
}

.Biaoti2 {
    font-size: 18px;
    width: 62%;
    float: right;
    color: #161a1d;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.silde_item {
    color: #888;
    width: 62%;
    float: right;
    height: 50px;
    line-height: 25px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.share {
    background: #213d81;
    float: right;
    /* margin-right: 355px; */
    /* margin-top: 20px; */
    margin-top: -70px;
}

ul.notice_list_no {
    margin-top: 10px;
}

.paragraph {
    text-indent: 2em;
    font-size: 22px;
    margin-top: 30px;
    line-height: 60px;
}

.fr.zc {
    text-align: end;
    margin-top: 30px;
}

.fr.zc p {
    margin: 8px 0;
}

ul.contact_us.clearfixs {
    width: 86%;
    border-top: 1px solid #6666664a;
    padding-top: 40px;
}


/* 中间轮播 */

ul.bdul {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

.navigations::after {
    content: '>';
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 5px;
    color: #999999;
}


/* 结束 */

.search_share {
    height: 0px;
    float: right;
}

.slide {
    height: 370px;
}

.slide .swiper-container {
    height: 370px;
}

.slide .swiper-container .swiper_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide .swiper-container .swiper_btn .swiper_btnshell {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.slide .swiper-container .swiper_btn .swiper_btnshell .swiper-button-next,
.slide .swiper-container .swiper_btn .swiper_btnshell .swiper-button-prev {
    width: 62px;
    height: 63px;
    margin-top: -31px;
}

.slide .swiper-container .swiper_btn .swiper_btnshell .swiper-button-prev {
    background: url(../images/left.png) no-repeat center;
    left: -62px;
}

.slide .swiper-container .swiper_btn .swiper_btnshell .swiper-button-next {
    background: url(../images/right.png) no-repeat center;
    right: -62px;
}

.slide .swiper-container .swiper-slide a {
    height: 100%;
    display: block;
}

.slide .swiper-container .swiper-slide a .bg {
    height: 100%;
}

.slide .swiper-container .swiper-slide .slide_txt {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff80;
    opacity: 1;
}

.slide .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2a50ae;
}

.footer {
    border-bottom: 4px solid #213d81;
    background-color: #333;
}

.footer.wow.fadeInDown {
    padding-bottom: 20px;
}

.footer .info {
    /* height: 170px; */
    color: #fff;
}


/*.footer .info .fl {
  width: 950px;
}*/

.footer .info .fl h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 8px;
    font-weight: normal;
}

.footer .info .fl .contact_us li {
    /* width: 20%; */
    float: left;
    margin-right: 33px;
    box-sizing: border-box;
}

.footer .info .fl .contact_us li>span {
    padding-left: 21px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #ccc;
    margin-bottom: 10px;
}

.footer .info .fl .contact_us li>span.address {
    background: url(../images/address.png) no-repeat left 0px top 5px;
}

.footer .info .fl .contact_us li>span.address span {
    display: block;
}

.footer .info .fl .contact_us li>span.name {
    background: url(../images/name.png) no-repeat left top 7px;
}

.footer .info .fl .contact_us li>span.phone {
    background: url(../images/iphone.jpg) no-repeat left 1px top 5px;
    font-weight: 600;
    font-family: "Adobe 黑体 Std";
}

.footer .info .fl .contact_us li>span.mail {
    background: url(../images/email.jpg) no-repeat left 1px top 6px;
}

.footer .friendly_link .fl span.LianJie {
    background: url(../images/lianjei.jpg) no-repeat left 0px top -1px;
}

.footer .friendly_link .fl span.Baoan {
    background: url(../images/dianhua.jpg) no-repeat left 0px top -1px;
}

.footer .friendly_link .fl span.Jinji {
    background: url(../images/jinji.jpg) no-repeat left 0px top -1px;
}

.footer .info .fl .contact_us li>span.phone span {
    display: block;
}

.footer .info .fl .lianxi {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.7s ease 0.2s;
}

.footer .info .fl .lianxi.active {
    margin-top: 50px;
    opacity: 1;
    height: auto;
    /* display: flex; */
}

.footer .info .fl .youqing {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.7s ease 0.2s;
}

.footer .info .fl .youqing li {
    float: left;
}

.footer .info .fl .youqing li a {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
}

.footer .info .fl .youqing.active {
    opacity: 1;
    height: auto;
}

.footer .info .fr {
    font-size: 14px;
    color: #ccc;
}

.footer .info .fr div.rwm {
    width: 110px;
    float: left;
    text-align: center;
    color: #ccc;
}

.footer .info .fr div.rwm+.rwm {
    margin-left: 30px;
}

.footer .friendly_link {
    height: 100%;
    box-sizing: border-box;
    /* border-top: 1px solid #666; */
    line-height: 49px;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    margin-bottom: 30px;
}

.footer .friendly_link .fl {
    color: #ccc;
    width: 80%;
}

.footer .friendly_link .fl span {
    padding-left: 21px;
    display: inline-block;
    height: 12px;
    line-height: 10px;
    float: left;
    margin-top: 19px;
}

.clearfix.baoder li {
    border-right: 1px solid #ccc;
}

.footer .friendly_link .fl ul {
    float: left;
    margin-top: 19px;
}

.footer .friendly_link .fl ul li {
    float: left;
}

.footer .friendly_link .fl ul li a {
    color: #ccc;
    display: block;
    height: 12px;
    line-height: 10px;
    padding: 0 10px;
}

.footer .friendly_link .fl em.down_btn {
    height: 49px;
    display: block;
    float: left;
    width: 12px;
    cursor: pointer;
    background: url(../images/down.png) no-repeat center;
    transition: all 0.3s ease 0.2s;
}

.footer .friendly_link .fl em.down_btn.active {
    transform: rotate(180deg);
}

.footer .friendly_link .copy_right {
    float: right;
}

.footer .friendly_link .copy_right a {
    color: #999;
    padding-left: 20px;
}

.main .news_box {
    padding-top: 35px;
    margin-bottom: 40px;
}

.main .news_box h2 {
    height: 60px;
    line-height: 55px;
    font-size: 26px;
    color: #333;
    border-bottom: 2px solid #213d81;
}

.main .news_box h2 span {
    font-family: 'Impact';
    color: #213d81;
    position: relative;
    top: 2px;
    padding-left: 3px;
    letter-spacing: 1px;
}

.main .news_box h2 a {
    color: #213d81;
    font-size: 14px;
    float: right;
    font-weight: normal;
}

.main .news_box .news {
    width: 590px;
    float: left;
}

img.img_gd {
    /* margin: 0px 0px -3px 7px; */
    margin: 3px 3px -3px 10px;
    ;
}

.main .news_box .news .sm_silde .swiper-container {
    height: 243px;
}

.main .news_box .news .sm_silde .swiper-container .swiper-slide {
    position: relative;
}

.main .news_box .news .sm_silde .swiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

.main .news_box .news .sm_silde .swiper-container .swiper-slide a .tit_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}

.main .news_box .news .sm_silde .swiper-container .swiper-slide a .tit_mask span {
    line-height: 46px;
    height: 46px;
    display: inline-block;
    max-width: 480px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .news_box .news .sm_silde .swiper-container .swiper-pagination {
    height: 46px;
    bottom: 0;
    left: auto;
    right: 15px;
    width: auto;
    box-sizing: border-box;
    padding-top: 15px;
}

.main .news_box .news .sm_silde .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #cd090a;
    background-color: #fff;
    transform: scale(1);
    opacity: 1;
}

.main .news_box .news .sm_silde .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cd090a;
}

.main .news_box .news .silde_txt {
    width: 590px;
    height: 155px;
    box-sizing: border-box;
    border-bottom: 2px dotted #ccc;
    border-top: 0;
    color: #888;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}

.square {
    position: absolute;
    background-color: #4d6195;
    width: 70px;
    height: 80px;
    text-align: center;
    padding: 7px 0;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 5px;
}

.square span {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Times New Roman';
}

.square span.day {
    font-size: 26px;
    width: 70px;
    height: 45px;
    text-align: center;
}

.square span {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 30px;
}

.main .news_box .news .silde_txt .mysildeitem {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25px;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.main .news_box .news .silde_txt .mysildeitem p.txt {
    margin-bottom: 10px;
    height: 56px;
    overflow: hidden;
}

.main .news_box .news .silde_txt .mysildeitem p a {
    color: #ae0a29;
}

.main .news_box .news .silde_txt .mysildeitem p span.date {
    float: right;
    color: #666;
}

.main .news_box .news .silde_txt .mysildeitem.active {
    display: block;
}

.main .news_box .notice {
    width: 580px;
    float: right;
}

.main .news_box .notice .notice_list {
    /* border-top: 3px solid #213d81; */
}

.main .news_box .notice .notice_list li {
    height: 59px;
    line-height: 59px;
    /* border-bottom: 1px dashed #ccc; */
}

.main .news_box .notice .notice_list li a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #161a1d;
}

.main .news_box .notice .notice_list li a span {
    display: inline-block;
    max-width: 520px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.main .news_box .notice .notice_list li a span em {
    font-style: normal;
}

.main .news_box .notice .notice_list li a i {
    float: right;
    padding-right: 12px;
    font-style: normal;
}

.main .pic_box {
    padding: 20px 0 55px;
    width: 1200px;
    margin: 0 auto;
}

.main .pic_box li {
    width: 280px;
    height: 270px;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-right: 26px;
}

.main .pic_box li:last-child {
    margin: 0 auto;
}


/*.main .pic_box li:nth-of-type(5) {
  display: none;
}*/


/* 警示教育 */


/* .main .pic_box li + li {
  margin-left: 20px;
} */

.main #vocational_work h1 {
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    padding: 25px 0 15px;
    font-weight: bold;
    color: #000;
}


/*.main #vocational_work h1>span{
  background: url(../images/h1.png) no-repeat left center;
  padding-left: 40px;
}*/

.main #vocational_work .vocational_work_list {
    width: 1200px;
    margin: 0 auto;
}

.main #vocational_work .vocational_work_list>li {
    width: 20%;
    height: 220px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #666;
    float: left;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.5s ease 0.2s;
}

.main #vocational_work .vocational_work_list>li a {
    color: #666;
}

.main #vocational_work .vocational_work_list>li.active a {
    color: #213d81;
}

.main #vocational_work .vocational_work_list>li span.icon {
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    /* border: 2px solid #ababab; */
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    /* 滚动 */
    /* transition: all 0.5s ease 0.2s; */
}

.main #vocational_work .vocational_work_list>li h2 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-top: 8px;
    font-weight: 600;
    color: #333333;
}

.main #vocational_work .vocational_work_list>li p {
    font-size: 14px;
    line-height: 24px;
}

.main #vocational_work .vocational_work_list>li:nth-child(2) .item_box {
    margin-left: -240px;
}

.main #vocational_work .vocational_work_list>li:nth-child(3) .item_box {
    margin-left: -480px;
}

.main #vocational_work .vocational_work_list>li:nth-child(4) .item_box {
    margin-left: -720px;
}

.main #vocational_work .vocational_work_list>li:nth-child(5) .item_box {
    margin-left: -960px;
}


/*.main #vocational_work .vocational_work_list > li:nth-child(6) .item_box {
  margin-left: -1000px;
}*/

.main #vocational_work .vocational_work_list>li .item_box {
    width: 1200px;
    height: 400px;
    position: absolute;
    top: 220px;
    left: 0;
    box-sizing: border-box;
    padding-top: 40px;
    display: none;
}

.main #vocational_work .vocational_work_list>li .item_box .fl {
    width: 470px;
    color: #fff;
}

.main #vocational_work .vocational_work_list>li .item_box .fl h3 {
    font-size: 28px;
    line-height: 46px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.main #vocational_work .vocational_work_list>li .item_box .fl p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main #vocational_work .vocational_work_list>li .item_box .fl a {
    height: 40px;
    line-height: 40px;
    background: #ffffff url(../images/more_btn.png) no-repeat left 15px center;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px 0 47px;
    font-size: 16px;
    color: #cc0001;
}

.main #vocational_work .vocational_work_list>li .item_box .fr {
    width: 1200px;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li {
    width: 280px;
    float: left;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a {
    color: #fff;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a img {
    width: 280px;
    height: 156px;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
    height: 28px;
    /* overflow: hidden;*/
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a p {
    line-height: 24px;
    margin-bottom: 26px;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    width: 90%;
    color: #d1d1d1;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a span {
    height: 22px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    padding-left: 32px;
    background: url(../images/more_btn.png) no-repeat left center;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li a span :actived {
    height: 22px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    padding-left: 32px;
    background: url(../images/more_btn1.png) no-repeat left center;
}

.main #vocational_work .vocational_work_list>li .item_box .fr li+li {
    margin-left: 26px;
}

.main #vocational_work .vocational_work_list>li:hover,
.main #vocational_work .vocational_work_list>li.active {
    color: #213d81;
}

.main #vocational_work .vocational_work_list>li:hover span.icon,
.main #vocational_work .vocational_work_list>li.active span.icon {
    /* border: 2px solid #213d81; */
}

.main #vocational_work .vocational_work_list>li:nth-child(1) span.icon {
    background: #213c8148 url(../images/A-a.png) no-repeat center;
    background-position: 23px 23px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(1):hover span.icon,
.main #vocational_work .vocational_work_list>li:nth-child(1).active span.icon {
    background: #213d81 url(../images/A-a.png) no-repeat center;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(2) span.icon {
    background: #f4f5f9 url(../images/BB.png) no-repeat center;
    background-position: 20px 23px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(2):hover span.icon,
.main #vocational_work .vocational_work_list>li:nth-child(2).active span.icon {
    background: #213d81 url(../images/BB.png) no-repeat center;
    background-position: 20px -73px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(3) span.icon {
    background: #f4f5f9 url(../images/CC.png) no-repeat center;
    background-position: 20px 23px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(3):hover span.icon,
.main #vocational_work .vocational_work_list>li:nth-child(3).active span.icon {
    background: #213d81 url(../images/CC.png) no-repeat center;
    background-position: 20px -73px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(4) span.icon {
    background: #f4f5f9 url(../images/DD.png) no-repeat center;
    background-position: 20px 20px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(4):hover span.icon,
.main #vocational_work .vocational_work_list>li:nth-child(4).active span.icon {
    background: #213d81 url(../images/ddd.png) no-repeat center;
    background-position: 20px -71px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(5) span.icon {
    background: #f4f5f9 url(../images/EE.png) no-repeat center;
    background-position: 20px 23px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_list>li:nth-child(5):hover span.icon,
.main #vocational_work .vocational_work_list>li:nth-child(5).active span.icon {
    background: #213d81 url(../images/eee.png) no-repeat center;
    background-position: 20px -71px;
    border-radius: 50%;
}

.main #vocational_work .vocational_work_listtxt {
    height: 400px;
    border-top: 6px solid #213d81;
    box-sizing: border-box;
    background-color: #666666;
}

.main #vocational_work .vocational_work_listtxt .common_width {
    position: relative;
    z-index: 9998;
}

.main #vocational_work .vocational_work_listtxt .common_width .triangle {
    height: 26px;
    width: 40px;
    display: inline-block;
    background: url(../images/triangle.png) no-repeat center;
    position: absolute;
    top: -6px;
    left: 100px;
    margin-left: -20px;
    transition: all 0.5s ease 0.38s;
}

.backtop {
    position: fixed;
    bottom: 130px;
    right: 40px;
    width: 69px;
    height: 69px;
    background: url(../images/backtop.png) no-repeat center;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease 0.2s;
}

.backtop.active {
    opacity: 1;
}

.page_box .crumbs {
    height: 140px;
    background: url(../images/crumbs.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
}

.page_box .crumbs.zzf {
    background: url(../images/crumbs1.jpg) no-repeat center / cover;
}

.page_box .crumbs p {
    font-size: 30px;
    line-height: 60px;
    padding-top: 26px;
    letter-spacing: 5px;
}

.page_box .crumbs ul {
    display: inline-block;
}

.page_box .crumbs ul li:first-child {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
}

.page_box .crumbs ul li {
    float: left;
    height: 26px;
    line-height: 26px;
}

.page_box .crumbs ul li a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

.page_box .crumbs ul li a em {
    font-size: 0;
    text-align: center;
}

.page_box .crumbs ul li+li em {
    font-size: 14px;
    width: 30px;
    display: inline-block;
    font-style: normal;
    color: #b4c8d0;
}

.page_box h2 {
    height: 70px;
    line-height: 70px;
    margin-top: 27px;
    color: #333;
    font-size: 22px;
    font-weight: normal;
}

.page_box h2 span {
    font-family: "Impact";
    color: #213d81;
    display: inline-block;
    line-height: 70px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

.page_box .news ul {
    border-top: 1px solid #ccc;
}

.page_box .news ul li {
    height: 142px;
    border-bottom: 1px dashed #ccc;
}


/*.page_box .news ul li:last-child{*/


/*border-bottom: 1px solid #ccc;*/


/*}*/

.page_box .news ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 14px 0 20px;
    position: relative;
}

.page_box .news ul li a .date {
    height: 108px;
    width: 108px;
    border-radius: 108px;
    border: 2px solid #213d81;
    box-sizing: border-box;
    position: absolute;
    top: 14px;
    left: 0;
    color: #213d81;
    text-align: center;
}

.page_box .news ul li a .date span {
    display: block;
    /* font-family: "Arial"; */
}

.page_box .news ul li a .date span.year {
    font-size: 16px;
    margin-top: 12px;
    line-height: 20px;
}

.page_box .news ul li a .date span.month {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.page_box .news ul li a .date span.day {
    font-size: 42px;
    font-weight: bold;
    line-height: 38px;
}

.page_box .news ul li a .txt {
    padding-left: 140px;
    padding-right: 75px;
    height: 100%;
}

.page_box .news ul li a .txt h3 {
    line-height: 40px;
    padding-top: 2px;
    color: #666;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page_box .news ul li a .txt p {
    line-height: 28px;
    color: #8c8c8c;
    max-height: 56px;
    overflow: hidden;
}

.page_box .page_nav {
    height: 26px;
    margin: 40px auto 69px;
    text-align: center;
}

.page_box .page_nav .left_btn {
    padding-right: 23px;
    background: url(../images/left_btn.png) no-repeat left center;
}

.page_box .page_nav .right_btn {
    padding-left: 17px;
    background: url(../images/right_btn.png) no-repeat right center;
}

.page_box .page_nav .left_btn,
.page_box .page_nav .right_btn {
    height: 26px;
    width: 11px;
    display: inline-block;
    cursor: pointer;
}

.page_box .page_nav ul {
    display: inline-block;
}

.page_box .page_nav ul li {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 6px;
}

.page_box .page_nav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-radius: 26px;
    transition: all 0.2s ease 0.1s;
}

.page_box .page_nav ul li a:hover,
.page_box .page_nav ul li a.active {
    color: #fff;
    background-color: #cc0001;
}

.page_box .notice ul {
    border-bottom: 1px solid #ccc;
}

.page_box .notice ul li {
    height: 60px;
    border-top: 1px #ccc dashed;
}

.page_box .notice ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.page_box .notice ul li a p {
    font-size: 16px;
    color: #666;
    line-height: 60px;
    max-width: 1085px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.page_box .notice ul li a p em {
    font-style: normal;
    color: #213d81;
}

.page_box .notice ul li a span.date {
    line-height: 60px;
    float: right;
    font-size: 16px;
    color: #213d81;
}

.page_box .notice_more {
    width: 900px;
    margin: 0 auto;
}

.page_box .notice_more .tit {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 35px;
}

.page_box .notice_more .tit h3 {
    line-height: 39px;
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}

.page_box .notice_more .tit p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.page_box .notice_more .tit p span {
    padding-right: 10px;
}

.page_box .notice_more .txt,
.page_box .bmjj_more .txt {
    padding: 0 0 40px 0;
}

.page_box .notice_more .txt p,
.page_box .notice_more .txt span {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 28px !important;
    font-family: "微软雅黑" !important;
}

.page_box .bmjj_more .txt p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    font-family: "微软雅黑" !important;
}

.page_box .notice_more .txt .appendix {
    text-indent: 22px;
    background: url(../images/appendix.png) no-repeat left top 6px;
    cursor: pointer;
}

.page_box .notice_more .txt .appendix a {
    color: #666;
    word-wrap: break-word;
}

.page_box .page_boxshell {
    padding: 10px 30px 0px 0px;
}

.page_box .page_boxshell>.fl {
    width: 220px;
    overflow: hidden;
}

.page_box .page_boxshell>.fl h3 {
    padding-left: 55px;
    background: #213d81 url(../images/icon.png) no-repeat left 17px center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 999;
}

.page_box .page_boxshell>.fl h3.department {
    background: #213d81 url(../images/ppp.png) no-repeat left 17px center;
}

.page_box .page_boxshell>.fl>ul.left_nav {
    border: 1px solid #ccc;
}

.page_box .page_boxshell>.fl>ul.left_nav>li {
    line-height: 50px;
}

.page_box .page_boxshell>.fl>ul.left_nav>li a {
    line-height: 50px;
    display: block;
    border-left: 4px solid #fff;
    font-size: 16px;
    color: #737373;
    padding-left: 52px;
    transition: all 0.3s ease 0.2s;
}

.page_box .page_boxshell>.fl>ul.left_nav>li:hover a,
.page_box .page_boxshell>.fl>ul.left_nav>li.active a {
    color: #213d81;
    border-left: 4px solid #213d81;
}

.page_box .page_boxshell>.fl>ul.left_nav>li+li {
    border-top: 1px solid #ccc;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 em {
    height: 50px;
    width: 30px;
    float: right;
    display: block;
    background: url(../images/go.jpg) no-repeat left center;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2.active>a {
    box-shadow: 0px 2px 5px 1px #ddd;
    z-index: 998;
    position: relative;
    border-left: 4px solid #213d81;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul {
    display: none;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li {
    height: 44px;
    line-height: 44px;
    border-left: 4px solid transparent;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li a {
    color: #737373;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    border-left: 4px solid #f5f5f5;
    transition: all 0.3s ease 0.2s;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li:hover {
    color: #213d81;
    border-left: 4px solid #213d81;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li+li {
    margin-top: 6px;
}

.page_box .page_boxshell>.fl>.info_list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 14px;
    background: url(../images/icon2.jpg) no-repeat right top;
}

.page_box .page_boxshell>.fl>.info_list h6 {
    font-weight: normal;
    font-size: 14px;
    background: url(../images/icon3.jpg) no-repeat left center;
    line-height: 16px;
    color: #333;
    padding-left: 24px;
    margin-bottom: 16px;
}

.page_box .page_boxshell>.fl>.info_list ul li p {
    line-height: 22px;
    color: #213d81;
    margin-top: 12px;
    padding: 10px 0;
}

.page_box .page_boxshell>.fl>.info_list ul li span {
    line-height: 26px;
    padding-left: 17px;
    color: #666;
    display: block;
}

.page_box .page_boxshell>.fl>.info_list ul li span.address {
    background: url(../images/address.png) no-repeat left 1px center;
}

.page_box .page_boxshell>.fl>.info_list ul li span.phone {
    background: url(../images/phone2.png) no-repeat left center;
}

.page_box .page_boxshell>.fr,
.page_box .page_boxshell>.fr>.common_width {
    width: 930px;
}

.page_box .page_boxshell>.fr h6 {
    /*height: 54px;*/
    line-height: 54px;
    font-size: 22px;
    color: #262626;
    font-weight: normal;
}

.page_box .page_boxshell>.fr .flow {
    position: relative;
    /* padding-top: 18px; */
    margin-left: 67px;
}

.page_box .page_boxshell>.fr .flow span.circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #213d80;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #fff;
    z-index: 999;
}

.page_box .page_boxshell>.fr .flow span.line {
    height: 100%;
    width: 2px;
    background-color: #213d80;
    position: absolute;
    top: 0;
    left: 9px;
}

.page_box .page_boxshell>.fr .flow>ul {
    position: relative;
    top: 15px;
}

.page_box .page_boxshell>.fr .flow>ul>li {
    position: relative;
    z-index: 999;
}

.page_box .page_boxshell>.fr .flow>ul>li .item {
    padding-left: 33px;
    position: relative;
    background: url(../images/icon4.jpg) no-repeat left 4px center;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>.warning {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    left: 110px;
    font-size: 14px;
    color: #ae0a29;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>strong {
    background: url(../images/left_bg.jpg) no-repeat left center;
    height: 100%;
    width: 26px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 999;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div {
    height: 100%;
    box-sizing: border-box;
    /* border: 1px solid #999; */
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease 0.1s;
    background: #f4f5f9;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div.info_more {
    border-radius: 6px;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div span {
    display: inline-block;
    height: 100%;
    line-height: 56px;
    font-weight: bold;
    font-size: 28px;
    color: #213d81;
    padding: 0 18px 0 8px;
    vertical-align: middle;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div>p {
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    vertical-align: middle;
    padding: 6px 0;
    width: 660px;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div a {
    color: #4b6298;
    padding-bottom: 1px;
    border-bottom: 1px solid #4b6298;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div a:hover {
    color: #213d81;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list {
    width: 660px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list>li {
    float: left;
    line-height: 22px;
    border-radius: 4px;
    padding: 10px 14px;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li em {
    font-style: normal;
    position: relative;
    top: -1px;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list>li.active {
    background-color: #4b6298;
    color: #fff;
    transition: all 0.3s ease 0.1s;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li>ul.branch {
    position: absolute;
    left: 0;
    top: 104px;
    width: 100%;
    display: none;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li>ul.branch>li {
    height: 58px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li>ul.branch>li+li {
    margin-top: 30px;
}

.page_box .page_boxshell>.fr .flow>ul>li+li {
    margin-top: 30px;
}

.page_box .page_boxshell>.fr .flow .tab_box {
    margin-top: 30px;
}

.page_box .page_boxshell>.fr .work .work_info_12 {
    height: 220px;
    box-sizing: border-box;
    border: 1px solid #85c0c3;
    border-radius: 3px;
    padding: 34px 35px 34px 40px;
    position: relative;
    margin-bottom: 20px;
}

.page_box .page_boxshell>.fr .work .work_info_12 img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    position: absolute;
    top: 34px;
    left: 40px;
}

.page_box .page_boxshell>.fr .work .work_info_12 .txt {
    height: 100%;
    padding-left: 180px;
    overflow: hidden;
}

.page_box .page_boxshell>.fr .work .work_info_12 .txt p {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
}

.page_box .page_boxshell>.fr .work .work_info_12 .txt span {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 30px;
}

.page_box .page_boxshell>.fr .work .work_item p.tit {
    font-size: 22px !important;
    display: inline-block;
    border-bottom: 2px solid #213d81;
    /* font-weight: bold;*/
    margin-bottom: 22px;
    color: #333 !important;
    line-height: 48px !important;
}

.page_box .page_boxshell>.fr .work .work_item+.work_item p.tit {
    margin-top: 60px;
}

.page_box .page_boxshell>.fr .work .work_item span {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 18px;
    display: block;
}

.page_box .page_boxshell>.fr .work .work_item .row {
    margin-left: -15px;
    margin-right: -15px;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6 {
    padding: 0 15px;
    width: 50%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
}

.page_box .page_boxshell>.fr .work .work_item .row a:first-child .work_info_6 {
    width: 100%;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div {
    height: 180px;
    box-sizing: border-box;
    /*border: 1px solid #85c0c3;*/
    border-radius: 8px;
    padding: 15px 32px 15px 19px;
    position: relative;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    position: absolute;
    top: 15px;
    left: 19px;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div .txt {
    height: 100%;
    padding-left: 180px;
    overflow: hidden;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div .txt p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div .txt span {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 26px;
}

.notice_more img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}

span.iemail {
    background: url(../images/iemail.png) no-repeat left center;
    padding-left: 28px;
}

span.itel {
    background: url(../images/itel.png) no-repeat left center;
    padding-left: 28px;
}

.bdshare-button-style2-16 a {
    height: 17px !important;
}

.explain {
    border: 1px #6b6b6b dashed;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 15px 31px;
    border-radius: 4px;
    margin: 20px 0 20px 70px
}

.explain p {
    margin: 0;
}


/*招标公告和中标公告*/

.main>.common_width>.listbox {
    padding-top: 44px;
}

.main>.common_width>.listbox h3 {
    height: 41px;
    line-height: 22px;
    font-size: 20px;
    color: #333;
    padding-left: 38px;
    font-weight: normal;
}

.main>.common_width>.listbox h3 a {
    color: #ae0a29;
    font-size: 14px;
    float: right;
    font-weight: normal;
    line-height: 41px;
}

.main>.common_width>.listbox ul {
    border-top: 3px solid #213d81;
}

.main>.common_width>.listbox ul li {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.main>.common_width>.listbox ul li a {
    color: #666;
    display: block;
    background: url(../images/fang.png) no-repeat left 4px center;
    padding-left: 27px;
}

.main>.common_width>.listbox ul li a i {
    float: right;
    font-style: normal;
}

.main>.common_width>.listbox .fl h3 {
    background: url(../images/zhaobiao.png) no-repeat left top;
}

.main>.common_width>.listbox .fr h3 {
    background: url(../images/zhongbiao.png) no-repeat left top;
}

.main>.common_width>.listbox .fl {
    width: 590px;
}

.main>.common_width>.listbox .fr {
    width: 580px;
}

.page_box .notice_more .txt .title_bmjj,
.title_bmjj {
    text-indent: 0;
    font-size: 22px !important;
    display: inline-block;
    border-bottom: 2px solid #213d81;
    /*font-weight: bold;*/
    margin-bottom: 22px;
    color: #333 !important;
    line-height: 48px !important;
}

.page_box .notice_more .txt .title_bmjj span {
    font-size: 22px !important;
    color: #333 !important;
}

.work .work_item:last-child .container {
    border: 1px dashed #ddd;
}


/*动画效果*/


/*.movetop {
  animation: movetop 15s 3s infinite linear;
  -webkit-animation: movetop 15s 3s infinite linear;
  padding: 15px 0;
  margin-top: -15px;
  margin-bottom: -15px;
  box-sizing: content-box;
  display: block;
  height: 100%;
}*/

.backmove {
    /*animation: backmove 3s 3s infinite linear;
  -webkit-animation: backmove 3s 3s infinite linear;*/
    background: url(../images/010.png) no-repeat center;
    width: 300px !important;
    margin-left: 15px;
    /*background:-webkit-linear-gradient(-45deg,rgba(0,0,0,0) 15px,rgba(0,0,0,1) 30px,rgba(0,0,0,1) 45px,rgba(0,0,0,0) 60px) -100px 0 no-repeat;color:rgba(0,0,0,0.3);font-size: 26px;font-weight: bold;-webkit-background-clip:text;text-align: right;line-height: 44px;*/
}

.backmove:before {
    content: '';
    display: block;
    width: 300px;
    background-color: #333;
    height: 44px;
    background: url(../images/011.png) no-repeat left -100px center;
    animation: backmove 3s 3s infinite linear;
    -webkit-animation: backmove 3s 3s infinite linear;
}

.page_nav a {
    padding: 0 8px;
    color: #333;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li.active {
    border-left: 4px solid #213d81;
}

.page_box .page_boxshell>.fl>ul.left_nav>li.leve2 ul li.active a {
    color: #213d81;
}


/*新增链接分享样式*/

.notice_more .bdsharebuttonbox a {
    height: 40px !important;
    padding-left: 40px;
    margin-right: 10px;
}

.notice_more .bdsharebuttonbox a.bds_tsina {
    background: url(../images/weibo2.png) no-repeat center;
}

.notice_more .bdsharebuttonbox a.bds_weixin {
    background: url(../images/wechat2.png) no-repeat center;
}

.notice_more .bdsharebuttonbox a.bds_more {
    background: url(../images/more2.png) no-repeat center;
}

@keyframes movetop {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes movetop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*.movemax {
  animation: movemax 15s 2.5s infinite linear;
  -webkit-animation: movemax 15s 2.5s infinite linear;
  height: 100%;
}*/

@keyframes movemax {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes movemax {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes backmove {
    from {
        background-position: -50px 0;
    }
    to {
        background-position: 320px 0;
    }
}

@-webkit-keyframes backmove {
    from {
        background-position: -50px 0;
    }
    to {
        background-position: 320px 0;
    }
}


/*2018.6.11流程升级*/

.page_box .page_boxshell>.fr .flow>ul li .item>div.bra_shell {
    border-radius: 6px;
}

.page_box .page_boxshell>.fr .flow>ul li .item>div ul.branch_list>li {
    float: none;
}

.page_box .page_boxshell>.fr .flow>ul li .item>div ul.branch_list {
    margin: 45px 0 20px;
}

li.new span {
    padding-right: 32px;
    background: url(../images/icon-new.png) no-repeat right center;
}

@media screen and (max-width: 414px) {
    .backmove {
        background: url(../images/010.png) no-repeat center !important;
        margin: 0;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(2) .item_box,
    .main #vocational_work .vocational_work_list>li:nth-child(3) .item_box,
    .main #vocational_work .vocational_work_list>li:nth-child(4) .item_box,
    .main #vocational_work .vocational_work_list>li:nth-child(5) .item_box {
        margin-left: 0;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li>ul.branch li {
        height: auto;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li>ul.branch {
        top: 249px;
    }
    .page_box .crumbs ul li {
        float: none;
        display: inline-block;
    }
    .common_width {
        width: 100%;
    }
    .header {
        height: auto;
    }
    .header .right_box {
        padding-top: 0;
        padding-bottom: 20px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .header .right_box .nav_bar {
        float: none;
        display: inline-block;
    }
    .header .right_box .search_share {
        margin-top: 10px;
        text-align: center;
        height: auto;
        padding: 0 15px;
    }
    .header .right_box .search_share .bdsharebuttonbox {
        display: inline-block;
        float: right;
    }
    .header .right_box .search_share form {
        display: inline-block;
        margin: 0 15px;
        float: left;
    }
    .header .right_box .search_share form input[type="text"] {
        width: 135px;
    }
    .header .right_box .search_share form input[type="submit"] {
        float: right;
    }
    .backtop {
        display: none;
    }
    .page_box .notice {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page_box .notice ul li {
        font-size: 0;
        height: auto;
    }
    .page_box h2 {
        margin: 0;
        line-height: 100px;
        height: 100px;
    }
    .page_box .notice ul li a p {
        padding-top: 15px;
        line-height: 28px;
        font-size: 16px;
        white-space: normal;
    }
    .page_box .notice ul li a span.date {
        line-height: 28px;
        font-size: 16px;
        padding-bottom: 12px;
    }
    .footer .info,
    .footer .friendly_link {
        height: auto;
        padding: 0 15px;
    }
    .footer .info .fr,
    .footer .info .fl {
        width: 100%;
    }
    .footer .info .fl .contact_us li {
        width: 50%;
        margin-bottom: 12px;
    }
    .footer .info .fl .contact_us li>span {
        display: block;
    }
    .footer .info .fr {
        /* padding: 10px 0 20px; */
    }
    .fr.dw img {
        margin-left: 15px;
    }
    .footer .friendly_link .fl {
        height: 49px;
        position: relative;
        width: 100%;
    }
    .footer .friendly_link .fl ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 59px;
        padding-right: 18px;
        box-sizing: border-box;
    }
    .footer .friendly_link .fl ul li {
        margin-bottom: 8px;
    }
    .footer .friendly_link .fl em.down_btn {
        float: right;
    }
    .footer .friendly_link .copy_right {
        line-height: 20px;
        padding: 10px 0;
    }
    .footer .info .fl .youqing {
        padding-bottom: 15px;
    }
    /* footer */
    .page_box .notice_more {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page_box .news {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page_box .news ul li a .date {
        display: none;
    }
    .page_box .news ul li a .txt {
        padding: 0;
    }
    .page_box .page_boxshell {
        padding: 0px;
        box-sizing: border-box;
    }
    .page_box .page_boxshell>.fr,
    .page_box .page_boxshell>.fl {
        width: 100%;
    }
    .page_box .page_boxshell>.fl>.info_list ul li span {
        margin-right: 15px;
    }
    .page_box .page_boxshell>.fr .work .work_info_12,
    .page_box .page_boxshell>.fr .work .work_item .row .work_info_6>div {
        padding: 34px 15px;
    }
    .page_box .page_boxshell>.fr .work .work_info_12 img {
        left: 15px;
    }
    .page_box .page_boxshell>.fr .work .work_info_12 .txt {
        padding-left: 170px;
    }
    .page_box .page_boxshell>.fr .work .work_item .row .work_info_6 {
        width: 100%;
    }
    /*.page_box .page_boxshell > .fr .flow > ul > li {
    padding-left: 26px;
  }*/
    .page_box .page_boxshell>.fr .flow>ul>li .item>div {
        border-radius: 6px;
    }
    .page_box .page_boxshell>.fr {
        padding-top: 30px;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div span {
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        padding-left: 15px;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div p {
        width: 100%;
        padding: 6px 15px 10px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div a {
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list {
        width: 100%;
        padding-left: 15px;
        padding-right: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .page_box .page_boxshell>.fr .flow>ul>li .item>div .branch_list li {
        float: none;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .main .pic_box li {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }
    .main .pic_box li+li {
        margin: 20px 0 0;
    }
    .main .news_box .notice {
        width: 100% !important;
        margin-top: 20px;
    }
    .main .news_box .notice .notice_list li a span {
        max-width: 100%;
    }
    .main .news_box .notice .notice_list li a i {
        display: none;
    }
    .main .news_box .news,
    .main .news_box .news .silde_txt,
    .main #vocational_work .vocational_work_list>li .item_box .fr,
    .main #vocational_work .vocational_work_list>li .item_box {
        width: 100%;
    }
    .main .news_box .news .sm_silde .swiper-container .swiper-slide a .tit_mask span {
        max-width: 63%;
    }
    .slide .swiper-container,
    .slide {
        height: 250px;
    }
    .swiper_btn {
        display: none;
    }
    .main #vocational_work h1 {
        font-size: 24px;
    }
    .slide .swiper-container .swiper-slide .slide_txt {
        background-position: center !important;
        background-size: 96% !important;
    }
    .main #vocational_work .vocational_work_list {
        width: 100%;
        border-top: 2px solid #e1e1e1;
    }
    .main #vocational_work .vocational_work_list>li {
        width: 100%;
        padding: 0;
        height: auto;
        border-bottom: 2px solid #e1e1e1;
        position: relative;
    }
    .main #vocational_work .vocational_work_list>li span.icon {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 15px;
    }
    .main #vocational_work .vocational_work_list>li p {
        display: none;
    }
    .main #vocational_work .vocational_work_list>li h2 {
        margin: 10px;
        font-weight: bold;
        text-align: left;
        text-indent: 18px;
        color: #333333;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(1) span.icon {
        background: url(../images/aaa.png) no-repeat left 7px top 5px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(1).active span.icon {
        background: #213d81 url(../images/aaa.png) no-repeat left 7px bottom 7px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(2) span.icon {
        background: url(../images/bbb.png) no-repeat left 5px top 5px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(2).active span.icon {
        background: #213d81 url(../images/bbb.png) no-repeat left 5px bottom 7px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(3) span.icon {
        background: url(../images/ccc.png) no-repeat left 5px top 5px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(3).active span.icon {
        background: #213d81 url(../images/ccc.png) no-repeat left 5px bottom 7px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(4) span.icon {
        background: url(../images/ddd.png) no-repeat left 5px top 5px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(4).active span.icon {
        background: #213d81 url(../images/ddd.png) no-repeat left 5px bottom 7px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(5) span.icon {
        background: url(../images/eee.png) no-repeat left 5px top 5px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_list>li:nth-child(5).active span.icon {
        background: #213d81 url(../images/eee.png) no-repeat left 5px bottom 7px;
        background-size: 75%;
    }
    .main #vocational_work .vocational_work_listtxt {
        display: none;
    }
    .main #vocational_work .vocational_work_list>li .item_box .fr li {
        float: none;
        margin: 10px auto;
    }
    .main #vocational_work .vocational_work_list>li .item_box .fr li+li {
        margin: 10px auto;
    }
    .main #vocational_work .vocational_work_list>li .item_box {
        background-color: #383838;
        border-top: 6px solid #ae0a29;
        z-index: 999;
        height: auto;
        position: static;
        padding: 30px 0;
    }
    .main #vocational_work .vocational_work_list>li .item_box .fr li a p {
        display: block;
    }
    .page_box .page_boxshell>.fr>.common_width {
        width: 100%;
    }
    .main>.common_width>.listbox .fl,
    .main>.common_width>.listbox .fr {
        width: 100%;
    }
    .main>.common_width>.listbox .fr {
        margin-top: 30px;
    }
    .main>.common_width>.listbox .fl li a,
    .main>.common_width>.listbox .fr li a {
        height: 59px;
        overflow: hidden;
    }
    .main>.common_width>.listbox li a i {
        display: none;
    }
    .page_box .page_boxshell>.fr h6 {
        line-height: 40px;
        padding-bottom: 20px;
    }
    .nav ul.nav_bar>li a {
        padding: 0;
    }
    .navigation {
        display: none;
    }
}


/* 手机端列表 phone */

.phone_menu img {
    display: none;
}

.iphone-box {
    width: 100%;
    height: 100%;
    text-align: center;
    /* line-height: 46px; */
    background: white;
    padding-top: 80px;
    transition: all 0.6s ease 0.2s;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6ss ease 0.2s;
}


/* 底部 */

.contact_us.clearfix {
    width: 86%;
    /* border-top: 1px solid #666; */
    /* background: black; */
    margin-bottom: 30px;
}


/* 1200 */

@media screen and (max-width: 1200px) {
    /* 头部 */
    .header {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        width: 100%;
    }
    div#head_cen {
        display: none;
    }
    header .header_img {
        margin: 15px 0px 10px 10px;
    }
    header #head_icon {
        margin-left: -190px;
        display: inline-block;
    }
    .article_news {
        display: none;
    }
    .main {
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }
    .phone_menu img {
        display: block;
    }
    /* 文章 */
    .content {
        width: 95%;
        padding-bottom: 60px;
        min-height: 400px;
        margin: 0 20px;
    }
    /* 导航 */
    .location {
        padding: 35px 0 23px;
        color: #999999;
        font-size: 22px;
        border-bottom: 1px solid #e6e6e6;
        /* margin-bottom: 20px; */
        background: url(../images/wei.png) no-repeat left 0px top 43px;
    }
    .displayCont h2 {
        margin-top: 40px;
        font-size: 28px;
        text-align: center;
    }
    .details {
        font-size: 16px;
        color: #999999;
        margin-top: 20px;
        margin-bottom: 35px;
        text-align: center;
    }
    p.tit {
        margin-top: 10px;
        padding-left: 14px;
        color: #ccc;
        font-size: 14px;
    }
    /* footer */
    .common_width {
        width: 100%;
        margin: 0 auto;
    }
    .contact_us.clearfix {
        width: 90%;
        margin: 0 auto;
        /* border-top: 1px solid #666; */
        /* background: black; */
        margin-bottom: 0px;
    }
    .footer .info .fl .contact_us li {
        /* width: 44%;
        height: 125px;
        float: left;
        font-size: 16px;
        margin: 10px 2%;
        box-sizing: border-box; */
        width: 44%;
        height: 105px;
        float: left;
        font-size: 16px;
        margin: 10px 20px;
        box-sizing: border-box;
    }
    ul.contact_us.clearfixs {
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #6666664a;
        /* padding-top: 40px; */
        padding-top: 0px;
    }
    .footer .info .fl .contact_us li>span {
        padding-left: 21px;
        font-size: 16px;
        line-height: 24px;
        display: block;
        color: #ccc;
        margin-bottom: 10px;
    }
    .footer .info .fr {
        width: 92%;
        color: #ccc;
    }
    .fr.dw {
        margin-top: -0px;
    }
    .fr.zc {
        width: 90%;
        margin-top: 0px;
    }
    .fr.dw {
        margin-top: 30px;
    }
    .fr.zc p {
        margin: 10px 0;
        float: left;
    }
}


/* ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ownList .slideTxtBox .hd {
        height: 240px !;
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 26px;
    }
    .ownList .slideTxtBox .hd ul {
        float: left;
        position: absolute;
        left: 30px;
        top: 20px;
    }
    .ownList .slideTxtBox .hd ul li {
        width: 165px;
        height: 146px;
        float: left;
        margin-right: 10px;
        list-style-type: none;
    }
    .main .news_box .news {
        width: 96%;
        margin: 0 auto;
        float: inherit;
    }
    .main .news_box .notice {
        width: 96% !important;
        float: none !important;
        margin: 0 auto;
    }
    .main .news_box .news .silde_txt {
        width: 96%;
        height: 155px;
        box-sizing: border-box;
        border-bottom: 2px dotted #ccc;
        border-top: 0;
        color: #888;
        font-size: 14px;
        line-height: 28px;
        margin: auto;
        position: relative;
    }
    .square {
        position: absolute;
        background-color: #4d6195;
        width: 70px;
        height: 80px;
        text-align: center;
        padding: 7px 0;
        box-sizing: border-box;
        border-radius: 3px;
        margin-top: 5px;
        margin-left: 25px;
    }
    .education h2 {
        width: 100%;
        height: 60px;
        line-height: 55px;
        font-size: 26px;
        color: #333;
        margin-top: 50px;
        margin-bottom: 40px;
        margin: 0 auto;
        background: url(../images/education.png) no-repeat left 0px top 16px;
    }
    .main .pic_box {
        padding: 20px 0 55px;
        width: 100%;
        margin: 0 auto;
    }
    .main .pic_box li {
        width: 225px;
        height: 265px;
        float: left;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        margin-right: 26px;
    }
    .Safety {
        width: 100%;
        /* height: 390px; */
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .notice.wow.fadeInRight .silde_txt {
        width: 100%;
        height: 155px;
        box-sizing: border-box;
        border-bottom: 2px dotted #ccc;
        border-top: 0;
        font-size: 14px;
        line-height: 28px;
        position: relative;
    }
    .dynamic {
        margin-left: 30px;
        position: absolute;
        width: 200px;
        height: 100px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 3px;
    }
    .ownList .slideTxtBox .hd ul li.on span::before {
        content: '';
        width: 40px;
        height: 24px;
        background: url(../images/triangle.png) no-repeat center;
        position: absolute;
        left: 50%;
        margin-left: -21px;
        bottom: -169px;
    }
}


/* phone */

@media screen and (max-width: 430px) {
    .footer .info .fl .contact_us li {
        /* width: 44%;
        height: 125px;
        float: left;
        font-size: 16px;
        margin: 10px 2%;
        box-sizing: border-box; */
        width: 100%;
        height: 105px;
        float: left;
        font-size: 16px;
        margin: 10px 20px;
        box-sizing: border-box;
    }
    .location {
        padding: 35px 0 23px;
        color: #999999;
        font-size: 22px;
        border-bottom: 1px solid #e6e6e6;
        /* margin-bottom: 20px; */
        background: none;
    }
}

@media screen and (max-width: 375px) {
    .header .right_box .search_share form input[type="text"] {
        width: 105px;
    }
    .footer .friendly_link .fl ul {
        height: 32px;
        overflow: hidden;
    }
    div#head_icon a {
        display: none;
    }
    header #head_icon {
        margin-left: -95px;
        display: inline-block;
    }
}