.breadcrumb {
    background: none;
    border-radius: 0;
    font-size: 1rem;
    padding: 22px 15px;
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: '\f054';
    padding: 0 10px;
	font-size: 0.5rem;
	vertical-align: middle;
}

.breadcrumb a:hover {
    color: #434343;
    text-decoration: none;
}

.header-title h1 {
    font-size: 2.6em;
    /*color: #323e4c;*/
    color: #8ba2c6;
    padding-top: 38px;
    padding-left: 3.4rem;
    display: block;
    position: relative;
}

.header-title h1:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 90px;
    border-width: 10px 0 0 10px;
    border-color: #8ba2c6;
    border-style: solid;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.header-title {
    margin-bottom: 5rem;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
}

.header-title h1:hover:before {
    top: -10px;
    left: -10px;
    border-color: #ff4a23;
    /* 高亮色 */
}

.content-text {
    font-size: 1.1875rem;
	padding-bottom: 40px;
}

.content-text h2 {
    font-size: 2.5rem;
    color: #8ba2c6;
    color: #323e4c;
    margin: 0.5rem 0 3rem;
    line-height: 135%;
}

.content-text p {
    line-height: 170%;
}

.content-text:after {
    display: table;
    content: "";
    clear: both;
}

.img-outline {
    border: 1px solid #8ba3c7;
}

.p_green {
    position: relative;
}

.p_green_text {
    position: relative;
    background: #1b1b1d;
    color: #fff;
    height: 100%;
    /* padding: 62px 52px; */
    padding: 0px 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.p_green_text h1 {
    font-weight: 100;
    color: #dfff3c;
}

.p_green_text p {
    color: #fff;
    margin: 20px 0 40px;
    line-height: 162%;
	font-size: 1.3125rem;
	text-align: justify;
}

.p_team_info {
    margin-top: 80px;
}
.pro_info h4, 
.p_pro_info dt,
.p_team_info dt {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    padding: 20px 25px;
    margin-top: 28px;
}
.pro_info h4::before,
.p_pro_info dt::before,
.p_team_info dt:before {
    content: '';
    width: 25px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #313d4b;
    border-color: #8ba3c7;
    border-width: 5px 0 0 5px;
    border-style: solid;
    transition: all .2s;
}

.pro_info h4:focus:before,
.pro_info h4:active:before,
.pro_info h4:hover:before,
.p_pro_info dt:focus:before,
.p_pro_info dt:active:before,
.p_pro_info dt:hover:before,
.p_team_info dt:focus:before,
.p_team_info dt:active:before,
.p_team_info dt:hover:before {
    top: -5px;
    left: -5px;
    border-color: #ff4a23;
    /* 高亮色 */
    transition: all .2s;
}

.pro_info span,
.p_pro_info dd,
.p_team_info dd {
    font-size: 16px;
    line-height: 150%;
    padding-left: 25px;
    text-align: justify;
}

.p_pro_info dd.img,
.p_team_info dd.img {
    padding: 0;
}

#picflash {
    width: 80%;
    border: 1px solid #8ba3c7;
}

.picflash .bx-wrapper {
    background-color: transparent;
}

.picflash_firend {
    width: 70%;
    margin-top: -90px;
    float: right;
}

.picflash .t-text {
    position: absolute;
    background-color: #0000003b;
    font-size: 14px;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 20px; border-top: 1px solid #00000017;
}

.bx-wrapper .bx-controls-direction a {
    width: 76px;
    height: 76px;
    background-image: url(../../images/_icon_prv_next.png);
    transition: none;
    margin-top: -38px;
}

.bx-wrapper .bx-prev {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    background-position: -76px 0;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 -76px;
    transition: none;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -76px -76px;
    transition: none;
}

.p_r_and_d_pic:after {
    display: table;
    content: '';
    clear: both;
    margin-bottom: 40px;
}

.news-center {
    background-image: url(../../images/_bg_gray.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    border-top: 1px solid #CCC;
}

.news-class {
    margin-top: 20px;
}

.news-class ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    /* margin: 0px 15px 0; */
    padding: 0;
    position: relative;
}

.news-class li {
    margin-right: 50px;
    vertical-align: baseline;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}

.news-class li a {
    display: block;
    font-size: 28px;
    color: #434343;
    height: 64px;
    /* padding: 20px 0; */
    line-height: 64px;
}

.news-class li.active a {
    font-size: 45px;
    line-height: 50px;
    color: #323e4c;
    font-weight: bold;
    text-decoration: none;
}

.news-class ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: #323e4c;
    position: absolute;
    bottom: 0;
}

.news-class li.active:after {
    width: 100%;
    content: '';
    display: block;
    /*width: 0%;*/
    height: 3px;
    overflow: hidden;
    background-color: #ff4924;
    position: relative;
    bottom: -20px;
    z-index: 2;
}

.news-list {
    /* margin: 0 15px; */
    padding-bottom: 3em;
}

.news-list ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.news-list li a {
    line-height: 60px;
    font-size: 18px;
    color: #434343;
    border-bottom: 1px solid #ccc;
    height: 60px;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 110px;
}

.news-list li a time {
    position: absolute;
    right: 0;
    color: #8ba2c6;
}

.news-list li a:hover {
    color: #8ba2c6;
    text-decoration: none;
}

.news-class li a:hover {
    color: #ff4924;
    text-decoration: none;
}

.contact-us {
    background: #8ba2c6;
}

.p_contact {
    background: #323e4c;
    padding: 30px 15px 0px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.p_contact h1 {
    border-bottom: 1px solid rgb(139 162 198 / 30%);
    padding: 30px 0; font-size: 1.7rem;
}

.p_contact address p {
    color: #fff;
    font-size: 1.2rem;
    padding-left: 2.77rem;
    position: relative;
	padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

address>p>i.fas {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    text-align: center;
    left: 0;
	position: absolute;
}

.p_contact address {
    padding: 20px 0;
    border-bottom: 1px solid rgb(139 162 198 / 30%);
    margin-bottom: 40px;
}

.p_contact>div>iframe {
    width: 110%;
    height: 120%;
    margin: 0px;
}

.p_contact .maps {
    overflow: hidden;
    margin: 40px -15px 0px -15px;
    min-height: 300px;
    padding: 0 0px;
    width: 100vw;
}

.form-control {
    height: 60px;
    line-height: 60px;
    margin: 10px 0;
    border-radius: 0px;
    border-color: #8ba2c6;
    font-size: 18px;
}

.contact-form .content-text {
    margin-bottom: 0;
}

.contact-form {
    margin-top: 4%;
}

.btn {
    border-radius: 0px;
    padding: 15px 40px;
}

p.actions {
    padding-top: 30px;
}

form#contact-form {
    margin-top: -40px;
    padding: 0 15px;
}

.content-text>p {
    background: #8ba2c63d;
    padding: 2rem;
    margin-bottom: 55px;
}

.content-text ul { margin-left: -20px; line-height:  38px; }
ul li::marker { color:  #eb5c04; }

.c-block { margin-bottom: 60px; }
.c-block::after { content: ''; display: block; clear: both; }
.c-block>div { padding: 0 20px; }
.c-block:last-child { margin-bottom: 10px; }
.small-text, .small-text p { font-size: 16px !important; line-height: 1.8em !important; }
.des-info { background: #e6ebf1; padding: 10px 20px; margin-top: 1.6em; }
.light-border { border: 1px solid #f2f5f8; }
.c-block::after {
    content: '';
    display: block;
    height: 1px;
    border-bottom: 1px solid #e6ebf1;
    padding-top: 40px;
}

.black-bg {  
    background-color: #323e4c;
      color: #fff;
      padding: 40px 10px 10px 10px;
      border-radius: 20px 20px 0 0;
  }
  .black-bg strong {
        font-size: 26px;
      line-height: 1.8em;
      font-weight: normal;
      padding-bottom: .2em;
      display: block;
  }
  .black-bg .des-info { background-color: #2d2c2d; }

  /*页码*/
.page_more {
    /* height: 27px; */
    margin-top: 14px;
    border-bottom: none;
    /* border-top: 1px solid #E8E8E8; */
    /* padding-bottom: 20px; */
}
.page_more .pagebox { }
.page_more .pagebox a {
    line-height: 30px;
    display: inline-block;
    /* height: 25px; */
    padding-right: 14px;
    padding-left: 14px;
    border-top: 1px solid #CCC;
    border-right: 0px;
    border-bottom: 1px solid #A2A2A2;
    border-left: 1px solid #CCC;
    color: #999;
    overflow: hidden;
    vertical-align: bottom;
    text-decoration: none;
    background-image: none;
    position: static;
}
.page_more .pagebox #page-items-all a { margin-left: 0px; }
.page_more .pagebox #datainfo,
.page_more .pagebox #page-items-all a { display: none; }
.page_more .pagebox #page-items-all .page-items a:hover {
	text-decoration: none;
	background-color: #efefef;
	color: #666;
}
.page_more .pagebox #page-items-all .page-items .page-item-act { background-color: #efefef; }
.page_more .pagebox #page-items-all .page-items a {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
}
.page_more .pagebox #page-items-all .page-items {
	border-right: 1px solid #A2A2A2;
	float: left;
}
.page_more .pagebox #page-items-all .page-items .page-items-description { display: none; }
.page_more .pagebox #page-items-all .page-items .page-item-goto-l,
.page_more .pagebox #page-items-all .page-items .page-item-goto-r { font-family: "宋体"; }
/*页码 end*/

.p_news.content-text { padding: 0px 2em; }
.p_news.content-text ul { margin-left: 0px; }
.content-text .art-title {
	margin-top: 47px;
	margin-bottom: 30px;
	font-size: 2em;
	color: #4c4c4c;
	color: #323e4c;
}
.content-text .msic {
	margin-bottom: 30px;
	color: #999;
	font-size: 16px;
}
.content-text .msic a { color: #8ba2c6; }
.content-text .art-text p {
	font-size: 18px;
	color: #626262;
	line-height: 220%;
	text-align: justify;
}
.content-text .art-text #text_content { padding-bottom: 6em; }