<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑";
  background-color: #fff;
  font-size: 14px;
  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;
  margin: 0 auto;
}
ul &gt; 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);
}
/*------LESS------*/
.header {
  height: 120px;
}
.header .logo {
  padding: 38px 0;
  box-sizing: border-box;
  height: 120px;
  background: url(../images/logo.png) no-repeat left center;
  float: left;
}
.header .logo a {
  display: block;
  width: 267px;
  height: 100%;
  float: left;
  
}
.header .logo a.ruc_link {
  width: 237px;
}
.header .logo a.gzb_link {
  background: url(../images/g.gif) no-repeat right center;
  width: 320px;
}
.header .right_box {
  float: right;
  height: 120px;
  box-sizing: border-box;
  padding-top: 32px;
}
.header .right_box .nav_bar {
  height: 26px;
  padding: 5px 0 9px;
  box-sizing: border-box;
  float: right;
}
.header .right_box .nav_bar a {
  height: 12px;
  line-height: 12px;
  display: inline-block;
  float: left;
  color: #666;
}
.header .right_box .nav_bar a + a {
  padding-left: 9px;
  margin-left: 9px;
  border-left: 2px solid #999;
}
.header .right_box .search_share {
  height: 30px;
  margin-top: 30px;
}
.header .right_box .search_share form {
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 5px;
  float: right;
  margin-left: 12px;
  overflow: hidden;
}
.header .right_box .search_share form select {
  float: left;
  font-size: 12px;
  color: #999;
  border: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 15px 0 10px;
  outline: none;
  background: url(../images/select.jpg) no-repeat right center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.header .right_box .search_share form input[type="text"] {
  width: 155px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
  box-sizing: border-box;
  float: left;
}
.header .right_box .search_share form input[type="submit"] {
  width: 33px;
  height: 28px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  float: left;
}
.header .right_box .search_share .bdsharebuttonbox {
  float: left;
  height: 30px;
  box-sizing: border-box;
}
.header .right_box .search_share .bdsharebuttonbox a.bds_weixin {
  background: url(../images/wechat.png) no-repeat center;
}
.nav {
  height: 50px;
  background-color: #3b3b3b;
}
.nav ul.nav_bar &gt; li {
  /*width: 120px;*/
  float: left;
  line-height: 50px;
  text-align: center;
}
.nav ul.nav_bar &gt; li.active {
  background-color: #b00a29;
}
.nav ul.nav_bar &gt; li a {
  color: #fff;
  display: block;
  padding: 0 55px;
}
.nav .online_btn{
  width: 120px;
  height: 50px;
  display: inline-block;
  float: right;
  background: #000000 url(../images/online.png) no-repeat left 18px center;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 43px;
}
.nav .gzb_btn{
  width: 120px;
  height: 50px;
  display: inline-block;
  float: right;
  background: #4d4d4d url(../images/gzb.png) no-repeat left 24px center;
  color: #fff;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 50px;
}
.slide {
  height: 360px;
}
.slide .swiper-container {
  height: 360px;
}
.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: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.slide .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cd090a;
}
.footer {
  border-top: 4px solid #0c8188;
  background-color: #333;
}
.footer .info {
  height: 210px;
  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: 16.66%;
  float: left;
  box-sizing: border-box;
}
.footer .info .fl .contact_us li &gt; span {
  padding-left: 21px;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.footer .info .fl .contact_us li &gt; span.address {
  background: url(../images/address.png) no-repeat left 2px top 7px;
}
.footer .info .fl .contact_us li &gt; span.address span {
  display: block;
}
.footer .info .fl .contact_us li &gt; span.name {
  background: url(../images/name.png) no-repeat left top 7px;
}
/*.footer .info .fl .contact_us li &gt; span.phone {
  background: url(../images/phone2.png) no-repeat left 1px top 7px;
}*/
.footer .info .fl .contact_us li &gt; 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 {
  opacity: 1;
  height: auto;
}
.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 {
  width: 250px;
  padding-top: 45px;
}
.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: 50px;
  box-sizing: border-box;
  border-top: 1px solid #666;
  line-height: 49px;
  font-size: 12px;
  color: #999;
}
.footer .friendly_link .fl {
  color: #ccc;
}
.footer .friendly_link .fl span {
  display: inline-block;
  height: 12px;
  line-height: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  float: left;
  margin-top: 19px;
}
.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 12px;
}
.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: 38px;
}
.main .news_box h2 {
  height: 55px;
  line-height: 55px;
  font-size: 28px;
  color: #333;
}
.main .news_box h2 span {
  font-family: 'Impact';
  color: #0c8188;
  position: relative;
  top: 2px;
  padding-left: 3px;
  letter-spacing: 1px;
}
.main .news_box h2 a {
  color: #ae0a29;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
.main .news_box .news {
  width: 590px;
  float: left;
}
.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: 120px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: 0;
  color: #888;
  font-size: 14px;
  line-height: 28px;
  position: relative;
}
.main .news_box .news .silde_txt .mysildeitem {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 19px 0;
  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 #0c8188;
}
.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: #666;
}
.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: 50px 0 55px;
}
.main .pic_box li {
  /*width: 285px;*/
  width: 224px; 
  height: 160px;
  line-height: 160px;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}
/*.main .pic_box li:nth-of-type(5) {
  display: none;
}*/


.main .pic_box li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.main .pic_box li + li {
  margin-left: 263px;
}
.main #vocational_work h1 {
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  padding: 25px 0 25px;
  font-weight: normal;
  color: #0c8188;
}
/*.main #vocational_work h1&gt;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 &gt; li {
  width: 25%;
  height: 200px;
  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 &gt; li a{
  color: #666;
}
.main #vocational_work .vocational_work_list &gt; li.active a{
  color: #0c8188;
}
.main #vocational_work .vocational_work_list &gt; li span.icon {
  height: 72px;
  width: 72px;
  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 &gt; li h2 {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  margin-top: 8px;
  font-weight: normal;
}
.main #vocational_work .vocational_work_list &gt; li p {
  font-size: 14px;
  line-height: 24px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(2) .item_box {
  margin-left: -240px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(3) .item_box {
  margin-left: -480px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(4) .item_box {
  margin-left: -720px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(5) .item_box {
  margin-left: -960px;
}
/*.main #vocational_work .vocational_work_list &gt; li:nth-child(6) .item_box {
  margin-left: -1000px;
}*/
.main #vocational_work .vocational_work_list &gt; li .item_box {
  width: 1200px;
  height: 400px;
  position: absolute;
  top: 200px;
  left: 0;
  box-sizing: border-box;
  padding-top: 40px;
  display: none;
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fl {
  width: 470px;
  color: #fff;
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fl h3 {
  font-size: 28px;
  line-height: 46px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fl p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.main #vocational_work .vocational_work_list &gt; 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 &gt; li .item_box .fr {
  width: 1200px;
  
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fr li {
  width: 280px;
  float: left;
  
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fr li a {
  color: #fff;
 
}
.main #vocational_work .vocational_work_list &gt; li .item_box .fr li a img {
  width: 280px;
  height: 156px;
}
.main #vocational_work .vocational_work_list &gt; 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 &gt; li .item_box .fr li a p {
  line-height: 24px;
  margin-bottom: 26px;
  height: 72px;
  overflow: hidden;
  font-size: 14px;
  width: 90%;
}
.main #vocational_work .vocational_work_list &gt; 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 &gt; li .item_box .fr li + li {
  margin-left: 26px;
}
.main #vocational_work .vocational_work_list &gt; li:hover,
.main #vocational_work .vocational_work_list &gt; li.active {
  color: #0c8188;
}
.main #vocational_work .vocational_work_list &gt; li:hover span.icon,
.main #vocational_work .vocational_work_list &gt; li.active span.icon {
  background-color: ;
  border: 2px solid #0c8188;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(1) span.icon {
  background: url(../images/aaa.png) no-repeat center;
  background-position: 15px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(1):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(1).active span.icon {
  background: #0c8188 url(../images/aaa.png) no-repeat center;
  background-position: 15px -81px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(3) span.icon {
  background: url(../images/bbb.png) no-repeat center;
  background-position: 13px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(3):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(3).active span.icon {
  background: #0c8188 url(../images/bbb.png) no-repeat center;
  background-position: 13px -81px;
}
/*.main #vocational_work .vocational_work_list &gt; li:nth-child(4) span.icon {
  background: url(../images/ccc.png) no-repeat center;
  background-position: 12px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(4):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(4).active span.icon {
  background: #0c8188 url(../images/ccc.png) no-repeat center;
  background-position: 12px -81px;
}*/
.main #vocational_work .vocational_work_list &gt; li:nth-child(4) span.icon {
  background: url(../images/ddd.png) no-repeat center;
  background-position: 12px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(4):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(4).active span.icon {
  background: #0c8188 url(../images/ddd.png) no-repeat center;
  background-position: 12px -81px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(5) span.icon {
  background: url(../images/eee.png) no-repeat center;
  background-position: 12px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(5):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(5).active span.icon {
  background: #0c8188 url(../images/eee.png) no-repeat center;
  background-position: 12px -81px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(2) span.icon {
  background: url(../images/cccb.png) no-repeat center;
  background-position: 12px 13px;
}
.main #vocational_work .vocational_work_list &gt; li:nth-child(2):hover span.icon,
.main #vocational_work .vocational_work_list &gt; li:nth-child(2).active span.icon {
  background: #0c8188 url(../images/cccb.png) no-repeat center;
  background-position: 12px -81px;
}
.main #vocational_work .vocational_work_listtxt {
  height: 400px;
  border-top: 6px solid #ae0a29;
  box-sizing: border-box;
  background-color: #383838;
}
.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: #0c8188;
  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 #0c8188;
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  left: 0;
  color: #0c8188;
  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%;
  width: 80%;
  float: left;
}
.page_box .news ul li a .listData {
    display: block;
    float: right;
    line-height: 46px;
    font-size: 16px;
    color: #0c8188;
}
.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: #0c8188;
}
.page_box .notice ul li a span.date {
  line-height:60px;
  float: right;
  font-size: 16px;
  color: #0c8188;
}
.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: 30px 0 50px;
}
.page_box .page_boxshell &gt; .fl {
  width: 220px;
  overflow: hidden;
}
.page_box .page_boxshell &gt; .fl h3 {
  padding-left: 55px;
  background: #0c8188 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 &gt; .fl h3.department {
  background: #0c8188 url(../images/ppp.png) no-repeat left 17px center;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav {
  border: 1px solid #ccc;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li {
  line-height: 50px;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; 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 &gt; .fl &gt; ul.left_nav &gt; li:hover a,
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.active a {
  color: #0c8188;
  border-left: 4px solid #0c8188;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li + li {
  border-top: 1px solid #ccc;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2 em {
  height: 50px;
  width: 30px;
  float: right;
  display: block;
  background: url(../images/go.jpg) no-repeat left center;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2.active &gt; a {
  box-shadow: 0px 2px 5px 1px #ddd;
  z-index: 998;
  position: relative;
  border-left: 4px solid #0c8188;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul {
  display: none;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul li {
  height: 44px;
  line-height: 44px;
  border-left: 4px solid transparent;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; 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 &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul li:hover {
  color: #0c8188;
  border-left: 4px solid #0c8188;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul li + li {
  margin-top: 6px;
}
.page_box .page_boxshell &gt; .fl &gt; .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 &gt; .fl &gt; .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 &gt; .fl &gt; .info_list ul li p {
  line-height: 22px;
  color: #0c8188;
  margin-top: 12px;
  padding: 10px 0;
}
.page_box .page_boxshell &gt; .fl &gt; .info_list ul li span {
  line-height: 26px;
  padding-left: 17px;
  color: #666;
  display: block;
}
.page_box .page_boxshell &gt; .fl &gt; .info_list ul li span.address {
  background: url(../images/address.png) no-repeat left 1px center;
}
.page_box .page_boxshell &gt; .fl &gt; .info_list ul li span.phone {
  background: url(../images/phone2.png) no-repeat left center;
}
.page_box .page_boxshell &gt; .fr ,.page_box .page_boxshell &gt; .fr &gt; .common_width{
  width: 930px;
}
.page_box .page_boxshell &gt; .fr h6 {
  /*height: 54px;*/
  line-height: 54px;
  font-size: 22px;
  color: #262626;
  font-weight: normal;
}
.page_box .page_boxshell &gt; .fr .flow {
  position: relative;
  padding-top: 18px;
}
.page_box .page_boxshell &gt; .fr .flow span.circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #b20a2a;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #fff;
  z-index: 999;
}
.page_box .page_boxshell &gt; .fr .flow span.line {
  height: 100%;
  width: 2px;
  background-color: #b20a2a;
  position: absolute;
  top: 0;
  left: 9px;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul {
  position: relative;
  top: 22px;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li {
  position: relative;
  z-index: 999;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item {
  padding-left: 72px;
  position: relative;
  background: url(../images/icon4.jpg) no-repeat left 5px center;
  transition: all 0.3s ease 0.1s;
  
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; .warning{
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: -20px;
  left: 95px;
  font-size: 12px;
  color: #b20a2a;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; strong {
  background: url(../images/left_bg.jpg) no-repeat left center;
  height: 100%;
  width: 26px;
  position: absolute;
  top: 0;
  left: 47px;
  z-index: 999;
  transition: all 0.3s ease 0.1s;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; 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;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div.info_more {
  border-radius: 6px;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div span {
  display: inline-block;
  height: 100%;
  line-height: 56px;
  font-weight: bold;
  font-size: 28px;
  color: #0c8188;
  padding: 0 18px 0 8px;
  vertical-align: middle;
  transition: all 0.3s ease 0.1s;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div&gt;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 &gt; .fr .flow &gt; ul &gt; li .item &gt; div a {
  display: inline-block;
  width: 90px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-indent: 14px;
  line-height: 30px;
  box-shadow: 0 1px 4px 0 #707070;
  vertical-align: middle;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list {
  width: 660px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  transition: all 0.3s ease 0.1s;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list&gt;li {
  float: left;
  line-height: 22px;
  border-radius: 4px;
  padding: 10px 14px;
}
/*.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list&gt;li{
   max-width: 33%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}*/
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li em {
  font-style: normal;
  position: relative;
  top: -1px;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list&gt;li.active {
  background-color: #0c8188;
  color: #fff;
  transition: all 0.3s ease 0.1s;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li &gt; ul.branch {
  position: absolute;
  left: 0;
  top: 104px;
  width: 100%;
  display: none;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li &gt; ul.branch&gt;li {
  height: 58px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li &gt; ul.branch&gt;li + li {
  margin-top: 30px;
}
/*.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active &gt; strong {
  background: url(../images/left_bga.jpg) no-repeat left center;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active &gt; div &gt; span,
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active &gt; div &gt; p,
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active &gt; div &gt; ul {
  color: #fff;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active &gt; div {
  background-color: #0c8188;
  border-color: #0c8188;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item.active .branch_list li.active {
  background-color: #fff;
  color: #333;
}*/
.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li + li {
  margin-top: 30px;
}
.page_box .page_boxshell &gt; .fr .flow .tab_box {
  margin-top: 30px;
}
.page_box .page_boxshell &gt; .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 &gt; .fr .work .work_info_12 img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  position: absolute;
  top: 34px;
  left: 40px;
}
.page_box .page_boxshell &gt; .fr .work .work_info_12 .txt {
  height: 100%;
  padding-left: 180px;
  overflow: hidden;
}
.page_box .page_boxshell &gt; .fr .work .work_info_12 .txt p {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  margin-bottom: 8px;
}
.page_box .page_boxshell &gt; .fr .work .work_info_12 .txt span {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 30px;
}
.page_box .page_boxshell &gt; .fr .work .work_item p.tit {
  font-size: 22px !important;
    display: inline-block;
    border-bottom: 2px solid #0c8188;
   /* font-weight: bold;*/
    margin-bottom: 22px;
    color: #333 !important;
    line-height: 48px !important;
}
.page_box .page_boxshell &gt; .fr .work .work_item+.work_item p.tit {
  margin-top: 60px;
}
.page_box .page_boxshell &gt; .fr .work .work_item span {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 18px;
  display: block;
}
.page_box .page_boxshell &gt; .fr .work .work_item .row {
  margin-left: -15px;
  margin-right: -15px;
}
.page_box .page_boxshell &gt; .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 &gt; .fr .work .work_item .row a:first-child .work_info_6 {
  width: 100%;
}
.page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 &gt; 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 &gt; .fr .work .work_item .row .work_info_6 &gt; div img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  position: absolute;
  top: 15px;
  left: 19px;
}
.page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 &gt; div .txt {
  height: 100%;
  padding-left: 180px;
  overflow: hidden;
}
.page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 &gt; div .txt p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 &gt; 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&gt;.common_width&gt;.listbox{
  padding-top: 44px;
}
.main&gt;.common_width&gt;.listbox h3{
  height: 41px;
  line-height: 22px;
  font-size: 20px;
  color: #333;
  padding-left: 38px;
  font-weight: normal;
}
.main&gt;.common_width&gt;.listbox h3 a{
    color: #ae0a29;
    font-size: 14px;
    float: right;
    font-weight: normal;
    line-height: 41px;
}
.main&gt;.common_width&gt;.listbox ul{
    border-top: 3px solid #0c8188;
}
.main&gt;.common_width&gt;.listbox ul li{
    height: 59px;
    line-height: 59px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}
.main&gt;.common_width&gt;.listbox ul li a{
  color: #666;
  display: block;
  background: url(../images/fang.png) no-repeat left 4px center;
  padding-left: 27px;
}
.main&gt;.common_width&gt;.listbox ul li a i{
  float: right;
  font-style: normal;
}
.main&gt;.common_width&gt;.listbox .fl h3{
  background: url(../images/zhaobiao.png) no-repeat left top;
}
.main&gt;.common_width&gt;.listbox .fr h3{
  background: url(../images/zhongbiao.png) no-repeat left top;
}
.main&gt;.common_width&gt;.listbox .fl{
  width: 590px;
}.main&gt;.common_width&gt;.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 #0c8188;
  /*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 &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul li.active{
  border-left: 4px solid #0c8188;
}
.page_box .page_boxshell &gt; .fl &gt; ul.left_nav &gt; li.leve2 ul li.active a{
  color: #0c8188;
}


/*新增链接分享样式*/
.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 &gt; .fr .flow &gt; ul  li .item &gt; div.bra_shell{
  border-radius: 6px;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul  li .item &gt; div ul.branch_list &gt; li{
  float: none;
}
.page_box .page_boxshell &gt; .fr .flow &gt; ul  li .item &gt; div ul.branch_list{
  margin: 10px 0;
}

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 &gt; li:nth-child(2) .item_box ,.main #vocational_work .vocational_work_list &gt; li:nth-child(3) .item_box,.main #vocational_work .vocational_work_list &gt; li:nth-child(4) .item_box,.main #vocational_work .vocational_work_list &gt; li:nth-child(5) .item_box{
    margin-left: 0;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li &gt; ul.branch li{
    height: auto;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list li &gt; ul.branch{
    top: 249px;
  }
  .page_box .crumbs ul li{
    float: none;
    display: inline-block;
  }
  .common_width {
    width: 100%;
  }
  .header {
    height: auto;
  }
  .header .logo {
    width: 100%;
    background: none;
    height: auto;
    text-align: center;
    padding: 25px 0 15px;
  }
  .header .logo a {
    width: 100%;
    float: none;
    height: 44px;
    display: inline-block;
    background: url(../images/dl.png) no-repeat center;
  }
  .header .logo a.ruc_link {
    width: 100%;
    background: url(../images/ruc.png) no-repeat center;
    margin-bottom: 15px;
  }
  .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;
  }
  .nav {
    height: auto;
  }
  .nav .common_width {
    position: relative;
  }
  .nav ul.nav_bar {
    width: 100%;
  }
  .nav ul.nav_bar &gt; li {
    width: 33.33%;
    line-height: 46px;
    font-size: 12px;
  }
  .nav&gt;.common_width&gt;span.clearfix{
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 6px;
    z-index: 999;
    padding: 0 10px 0 10px;
    overflow: hidden;
    background-color: #000;
  }
  .nav&gt;.common_width&gt;span.clearfix&gt;a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    padding: 0;
    background-color: #000;
    background-position: center;
  }
  /*.page_box .crumbs p {
    padding-top: 35px;
  }*/
  .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 &gt; span {
    display: block;
  }
  .footer .info .fr {
    padding: 10px 0 20px;
  }
  .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;
  }
  .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;
    width: 69%;
  }
  .page_box .news ul li a .listData {
    font-size: 14px;
  }
  .page_box .page_boxshell {
    padding: 30px 15px 50px;
    box-sizing: border-box;
  }
  .page_box .page_boxshell &gt; .fr,
  .page_box .page_boxshell &gt; .fl {
    width: 100%;
  }
  .page_box .page_boxshell &gt; .fl &gt; .info_list ul li span {
    margin-right: 15px;
  }
  .page_box .page_boxshell &gt; .fr .work .work_info_12,
  .page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 &gt; div {
    padding: 34px 15px;
  }
  .page_box .page_boxshell &gt; .fr .work .work_info_12 img {
    left: 15px;
  }
  .page_box .page_boxshell &gt; .fr .work .work_info_12 .txt {
    padding-left: 170px;
  }
  .page_box .page_boxshell &gt; .fr .work .work_item .row .work_info_6 {
    width: 100%;
  }
  /*.page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li {
    padding-left: 26px;
  }*/
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div {
    border-radius: 6px;
  }
  .page_box .page_boxshell &gt; .fr {
    padding-top: 30px;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div span {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding-left: 15px;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div p {
    width: 100%;
    padding: 6px 15px 10px;
    box-sizing: border-box;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div a {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; div .branch_list {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .page_box .page_boxshell &gt; .fr .flow &gt; ul &gt; li .item &gt; 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 &gt; li .item_box .fr,
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li {
    width: 100%;
    padding: 0;
    height: auto;
    border-bottom: 2px solid #e1e1e1;
    position: relative;
  }
  .main #vocational_work .vocational_work_list &gt; li span.icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 15px;
  }
  .main #vocational_work .vocational_work_list &gt; li p {
    display: none;
  }
  .main #vocational_work .vocational_work_list &gt; li h2 {
    margin: 10px;
    font-weight: bold;
    text-align: left;
    text-indent: 18px;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li:nth-child(1).active span.icon {
    background: #0c8188 url(../images/aaa.png) no-repeat left 7px bottom 7px;
    background-size: 75%;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li:nth-child(2).active span.icon {
    background: #0c8188 url(../images/bbb.png) no-repeat left 5px bottom 7px;
    background-size: 75%;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li:nth-child(3).active span.icon {
    background: #0c8188 url(../images/ccc.png) no-repeat left 5px bottom 7px;
    background-size: 75%;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li:nth-child(4).active span.icon {
    background: #0c8188 url(../images/ddd.png) no-repeat left 5px bottom 7px;
    background-size: 75%;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li:nth-child(5).active span.icon {
    background: #0c8188 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 &gt; li .item_box .fr li {
    float: none;
    margin: 10px auto;
  }
  .main #vocational_work .vocational_work_list &gt; li .item_box .fr li + li {
    margin: 10px auto;
  }
  .main #vocational_work .vocational_work_list &gt; 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 &gt; li .item_box .fr li a p {
    display: block;
  }
  .page_box .page_boxshell &gt; .fr &gt; .common_width{
    width: 100%;
  }
  .main&gt;.common_width&gt;.listbox .fl,.main&gt;.common_width&gt;.listbox .fr{
    width: 100%;
  }
  .main&gt;.common_width&gt;.listbox .fr{
    margin-top: 30px;
  }
  .main&gt;.common_width&gt;.listbox .fl li a,.main&gt;.common_width&gt;.listbox .fr li a{
    height: 59px;
    overflow: hidden;
  }
  .main&gt;.common_width&gt;.listbox li a i{
    display: none;
  }
  .page_box .page_boxshell &gt; .fr h6 {
    line-height: 40px;
    padding-bottom: 20px;
  }
  .nav ul.nav_bar &gt; li a{
    padding: 0;
  }
}
@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;
  }
}
</pre></body></html>