@charset "utf-8";
/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 Verdana, Geneva, sans-serif, Microsoft Yahei, '微软雅黑', Arial, Tahoma, Helvetica;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #333;
  font-size: 13px;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #333;
  font-size: 13px;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #333;
  font-size: 13px;
  opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #333;
  font-size: 13px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*a:hover{*/
/*    text-decoration:underline;*/
/*}*/
/*common*/
*:focus {
  outline: none;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
.over {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 样式开始 */
.phone {
  display: none;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
a:hover {
  color: #FF6633 !important;
}
.img-box {
  width: 100%;
  overflow: hidden;
}
.img-box img {
  width: auto;
  max-width: 100%;
  transition: all ease 0.2s;
}
body {
  background: url(body_bg_2016.gif) repeat-x;
}
/* head start */
header .head-logo {
  width: 100%;
}
header .head-logo img {
  width: auto;
  max-width: 100%;
}
header .head-nav {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: url(nav_bg.gif) center center repeat-x;
}
header .head-nav a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
}
header .head-nav a:hover {
  color: #FF0 !important;
}
/* header end */
/* main start */
main {
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-left: #e7e7e7 1px solid;
  border-right: #e7e7e7 1px solid;
  box-shadow: 0 0 10px rgba(236, 236, 231, 0.75);
}
main .fc-box {
  padding-bottom: 20px;
}
main .fc-box .top-news {
  width: 726px;
}
main .fc-box .top-news .commont-title {
  background-size: cover;
}
main .fc-box .top-news .fc-wrap {
  margin-top: 6px;
}
main .fc-box .top-news .fencai {
  width: 266px;
  height: 185px;
  border-top: #f2ebca 3px solid;
  border-bottom: #f2ebca 1px solid;
  border-left: #f2ebca 1px solid;
  border-right: #f2ebca 1px solid;
  padding: 10px;
}
main .fc-box .top-news .fencai ul li {
  padding-left: 10px;
  background: url(arrow3_2016.gif) left center no-repeat;
}
main .fc-box .top-news .fencai ul li a {
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main .fc-box .top-news .fencai ul li span.time {
  float: right;
  font-size: 14px;
  color: #999999;
}
main .fc-box .top-news .fencai .fencai_title {
  overflow: hidden;
  margin-bottom: 5px;
}
main .fc-box .top-news .fencai .fencai_title h3 {
  color: #356fae;
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 16px;
  float: left;
}
main .fc-box .top-news .fencai .fencai_title a.more {
  font-size: 14px;
  color: #35769b;
  padding-left: 5px;
  display: inline-block;
  margin-top: 3px;
}
main .fc-box .top-news .zuopin {
  width: 450px;
  margin-left: 10px;
}
main .fc-box .top-news .zuopin ul li {
  padding-left: 0;
  float: left;
  background: none;
}
main .fc-box .top-news .zuopin ul li a {
  width: 85px;
  text-align: center;
}
main .fc-box .top-news .zuopin ul li a img:hover {
  transform: scale(1.02);
}
main .fc-box .top-news .zuopin .zuopin_link {
  color: #333;
  height: 27px;
  display: block;
  padding-left: 25px;
  font-size: 14px;
  display: inline-block;
}
main .fc-box .top-news .zuopin .zuopin_link span.time {
  color: #999999;
}
main .fc-box .right-keyuan {
  width: 252px;
  padding-left: 12px;
}
main .fc-box .right-keyuan .commont-title .title {
  width: 100%;
}
main .fc-box .right-keyuan .fc-wrap {
  height: 185px;
  border-top: #f2ebca 3px solid;
  border-bottom: #f2ebca 1px solid;
  border-left: #f2ebca 1px solid;
  border-right: #f2ebca 1px solid;
  padding: 10px;
  margin-top: 6px;
}
main .fc-box .right-keyuan .fc-wrap ul li {
  padding-left: 15px;
  overflow: hidden;
  margin-bottom: 6px;
  background: url(arrow3_2016.gif) left center no-repeat;
}
main .fc-box .right-keyuan .fc-wrap ul li:last-child {
  margin-bottom: 0;
}
main .fc-box .right-keyuan .fc-wrap ul li a {
  color: #333;
  width: 70%;
  float: left;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .fc-box .right-keyuan .fc-wrap ul li span.time {
  float: right;
  font-size: 14px;
  color: #999999;
}
main .fc-box .kang {
  margin-top: 20px;
}
main .fc-box .kang .kang-left {
  width: 317px;
}
main .fc-box .kang .kang-left .kang-left_box {
  overflow: hidden;
  margin-top: 10px;
}
main .fc-box .kang .kang-left .kang-left_box li {
  float: left;
  width: 25%;
  text-align: center;
}
main .fc-box .kang .kang-left .kang-left_box li a {
  overflow: hidden;
}
main .fc-box .kang .kang-left .kang-left_box li span.name {
  font-size: 14px;
  color: #3aa910;
  display: block;
  margin-top: 8px;
}
main .fc-box .kang .kang-left .kang-left_box li span.name:hover {
  color: #FF6633;
}
main .fc-box .kang .kang-img {
  width: 660px;
}
main .fc-box .kang .kang-img .kang-top-img {
  overflow: hidden;
}
main .fc-box .kang .kang-img .kang-top-img li {
  float: left;
  width: 32.87777%;
}
main .fc-box .kang .kang-img .kang-top-img li:nth-child(2) {
  margin: 0 4px;
}
main .fc-box .kang .kang-img .kang-top-img li a {
  overflow: hidden;
  width: 100%;
}
main .fc-box .kang .kang-img .kang-top-img li a img {
  width: 100%;
  max-height: 56px;
}
main .fc-box .kang .kang-img .kang-bottom-img {
  margin-top: 9px;
  overflow: hidden;
}
main .fc-box .kang .kang-img .kang-bottom-img li {
  float: left;
  width: 23.209999%;
  margin: 0 7.5px;
}
main .fc-box .kang .kang-img .kang-bottom-img li:first-child {
  margin-left: 0;
}
main .fc-box .kang .kang-img .kang-bottom-img li:last-child {
  margin-right: 0;
}
main .fc-box .kang .kang-img .kang-bottom-img li a {
  overflow: hidden;
  width: 100%;
}
main .fc-box .kang .kang-img .kang-bottom-img li a img {
  width: 100%;
  max-height: 56px;
}
main .news-box {
  border-bottom: #f2ebca 1px solid;
  margin-top: 6px;
}
main .news-box .right-news {
  width: 478px;
  padding-left: 24px;
  margin-top: 8px;
}
main .news-box .right-news .notice-img {
  margin-top: 14px;
}
main .news-box .right-news .notice-img .str_move {
  margin-top: 15px;
}
main .news-box .right-news .notice-img .str_move li {
  background: none;
  margin-bottom: 0;
  float: left;
  padding-left: 0;
}
main .news-box .right-news .notice-img .str_move li:nth-child(2) {
  margin: 0 4px;
}
main .news-box .right-news .notice-img .str_move li a {
  display: inline-block;
  width: 148px;
  height: 65px;
}
main .news-box .right-news .notice-img .str_move li a img {
  width: 100%;
  max-height: 65px;
}
main .news-box .right-news .commont-tit h3 {
  font-size: 18px;
  font-weight: 700;
}
main .news-box .right-news .str_move li {
  padding-left: 15px;
  overflow: hidden;
  margin-bottom: 6px;
  background: url(arrow3_2016.gif) left center no-repeat;
}
main .news-box .right-news .str_move li a {
  color: #333;
  width: 85%;
  float: left;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .news-box .right-news .str_move li .time {
  float: right;
  font-size: 14px;
  color: #999999;
}
main .commont-title {
  background: url(left_title_bg_2016.gif) 0 0 no-repeat;
  line-height: 37px;
  height: 37px;
  padding-left: 22px;
}
main .commont-title .title {
  width: 403px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
main .commont-title a {
  font-size: 14px;
  color: #fff;
}
main .commont-tit h3 {
  background: url(icon1_2016.gif) left center no-repeat;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #356fae;
}
main .commont-tit a {
  font-size: 14px;
  color: #35769b;
  padding-left: 20px;
  line-height: 30px;
}
main .top-news {
  width: 500px;
}
main .top-news .top-swiper {
  margin-top: 6px;
  overflow: hidden;
}
main .top-news .top-swiper .top-news-swiper {
  position: relative;
}
main .top-news .top-swiper .news-list {
  padding: 10px;
}
main .top-news .top-swiper .news-list ul li {
  background: url(icon2_2016.gif) left center no-repeat;
  margin-bottom: 10px;
}
main .top-news .top-swiper .news-list ul li a {
  padding-left: 12px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  width: 425px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main .top-news .top-swiper .news-list ul li .time {
  font-size: 14px;
  color: #999;
}
main .top-news .top-swiper .news-list ul.other-bg li {
  margin-bottom: 5px;
  background: url(arrow2.gif) left center no-repeat;
}
main .top-news .top-swiper .news-box {
  width: 100%;
  height: 335px;
  position: relative;
}
main .top-news .top-swiper .news-box .img-box img {
  width: 100%;
  height: 100%;
}
main .top-news .top-swiper .news-box .news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: rgba(0, 0, 0, 0.7);
}
main .top-news .top-swiper .news-box .news-title a {
  display: inline-block;
  width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 5px;
  line-height: 26px;
  font-size: 12px;
}
main .top-news .top-swiper .swiper-pagination {
  bottom: 5px;
  left: auto;
  right: 10px;
  width: 90px;
  text-align: right;
}
main .top-news .top-swiper .swiper-pagination span {
  list-style: none;
  float: left;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background: #666666;
  text-align: center;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 0;
  font-size: 11px;
  line-height: 15px;
  opacity: 0.7;
  border-radius: 0;
  color: #fff;
}
main .top-news .top-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #ff0000;
  border-style: solid;
  background: #ff0000;
}
main .left-news {
  width: 478px;
  padding-left: 24px;
}
main .left-news .notice-cont {
  height: 95px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
main .left-news .notice-cont .str_move {
  position: absolute;
  width: 100%;
}
main .left-news .notice-cont .str_move ul li {
  padding-left: 15px;
  overflow: hidden;
  margin-bottom: 6px;
  background: url(arrow1.gif) left center no-repeat;
}
main .left-news .notice-cont .str_move ul li a {
  color: #333;
  width: 90%;
  float: left;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .left-news .notice-cont .str_move ul li span.time {
  color: #999;
  float: right;
}
main .left-news .work-cont {
  height: 235px;
  margin-top: 15px;
}
main .left-news .zhanbo {
  margin-top: 25px;
  margin-bottom: 25px;
}
main .left-news .zhanbo .img-box img:hover {
  transform: scale(1.02);
}
main .link-box {
  margin: 0;
  padding: 15px 0 18px 0;
}
main .link-box .link-left {
  width: 565px;
}
main .link-box .link-left .commont-title {
  background-size: cover;
}
main .link-box .link-left .commont-title .title {
  width: 107px;
}
main .link-box .link-left .link-item {
  overflow: hidden;
}
main .link-box .link-left .link-item li {
  float: left;
  padding-right: 13px;
}
main .link-box .link-left .link-item li a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
main .link-box .link-right {
  width: 390px;
  height: 37px;
  background: url(search_bg_2016.gif) center center no-repeat;
}
main .link-box .link-right .search-box {
  overflow: hidden;
}
main .link-box .link-right .search-box input[type="text"] {
  padding-left: 42px;
  height: 37px;
  width: 280px;
  line-height: 37px;
  float: left;
  display: inline-block;
}
main .link-box .link-right .search-box input[type="button"] {
  display: inline-block;
  width: 100px;
  float: left;
  height: 37px;
  cursor: pointer;
}
/* main end */
footer .foot-wrap {
  margin-top: 5px;
}
footer .foot-wrap .foot-logo {
  display: block;
  width: 216px;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
}
footer .foot-wrap .foot-info {
  width: 554px;
  float: left;
  line-height: 22px;
}
footer .foot-wrap .foot-info p {
  font-size: 14px;
}
footer .foot-wrap .foot-info p.info {
  font-size: 12px;
}
footer .foot-wrap .foot-info p.info a.liuyan {
  float: right;
  padding-right: 30px;
}
footer .foot-wrap .foot-other {
  width: 210px;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
}
footer .foot-wrap .foot-other p {
  float: left;
}
/* 其他概览 */
.main-box {
  width: 956px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #f2ebca;
}
.main-box .pc-left {
  width: 233px;
  background: url(bgi_news.jpg) 0 0 repeat-x #e1f0f5;
  background-size: contain;
  border-top-left-radius: 10px;
  padding: 20px 11px 30px 11px;
}
.main-box .pc-left .shuhua .shuhua-cont {
  background: url(bgi_searchlist.jpg) left top repeat-y;
}
.main-box .pc-left .shuhua .shuhua-cont li {
  padding: 7px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.main-box .pc-left .shuhua .shuhua-cont li:last-child {
  border-bottom: none;
}
.main-box .pc-left .shuhua .shuhua-cont li a img:last-child {
  margin-left: 12px;
}
.main-box .pc-left .left-meun h3.title {
  background: url(left_title.jpg) center center no-repeat;
  padding: 6px 0 6px 25px;
  font-weight: bold;
  font-size: 14px;
  color: #0986a1;
  background-size: 100% 100%;
}
.main-box .pc-left .left-meun .meun-item {
  background: #e1f0f5;
  border: 1px solid #8eccd9;
  background: #fff;
  margin-top: 3px;
  padding: 10px;
  border-radius: 3px;
}
.main-box .pc-left .left-meun .meun-item li.father {
  background: url(ico_bluearrow.gif) 0 11px no-repeat;
  padding-left: 10px;
  width: auto;
  min-width: 130px;
  display: inline-block;
  border-bottom: 1px solid #DFDFDF;
}
.main-box .pc-left .left-meun .meun-item li.father:last-child {
  border-bottom: none;
}
.main-box .pc-left .left-meun .meun-item li.father a {
  font-weight: bold;
  font-size: 14px;
  color: #0986a1;
  line-height: 30px;
}
.main-box .pc-left .left-meun .meun-item li.father .children-meun {
  margin-left: -10px;
}
.main-box .pc-left .left-meun .meun-item li.father .children-meun li.children {
  width: auto;
  min-width: 130px;
  display: inline-block;
  padding-left: 30px;
  background: url(ico_bluedot.gif) 15px center no-repeat;
  border-bottom: 1px solid #DFDFDF;
}
.main-box .pc-left .search {
  margin-top: 10px;
}
.main-box .pc-left .search .search-tit img {
  max-width: 100%;
}
.main-box .pc-left .search .search-box {
  padding: 12px 8px;
  background: #fff;
  border: 1px solid #8eccd9;
  border-radius: 3px;
}
.main-box .pc-left .search .search-box input[type="text"] {
  border: 1px solid #767676;
  width: 132px;
  padding: 1px 5px;
  float: left;
  border-radius: 3px;
}
.main-box .pc-left .search .search-box input[type="button"] {
  display: inline-block;
  cursor: pointer;
  width: 59px;
  float: left;
  height: 26px;
  background: url(btn_search.gif) center center no-repeat;
}
.main-box .pc-left .zt-box {
  margin-top: 26px;
  padding: 10px;
  background: #fff;
  border: 1px solid #8eccd9;
  border-radius: 3px;
}
.main-box .pc-left .zt-box .more {
  text-align: right;
}
.main-box .pc-left .zt-box .more a {
  font-size: 12px;
  color: #ff6c00;
}
.main-box .pc-left .zt-box li.zt-list {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.main-box .pc-left .zt-box li.zt-list img {
  width: auto;
  max-height: 80%;
}
.main-box .pc-left .zt-box li.zt-list img:hover {
  transform: scale(0.98);
}
.main-box .content {
  width: 705px;
  float: left;
  margin-left: 18px;
}
.main-box .content .zuopin {
  width: 774px;
  margin: 0 auto;
  background: #f5f5f5;
  margin-top: 18px;
}
.main-box .content .zuopin .zuopin-box {
  background: #fff;
  border: 1px solid #888691;
  border-radius: 10px;
  padding: 30px 15px;
}
.main-box .content .zuopin .zuopin-box .img-box img {
  width: 100%;
}
.main-box .content .zuopin .zuopin-box .zuopin-info {
  padding-left: 120px;
  margin-top: 10px;
  background: url(photo-dotphoto.gif) 60px 0 no-repeat;
}
.main-box .content .zuopin .zuopin-box .zuopin-info .title {
  font-size: 13px;
  color: #000;
}
.main-box .content .zuopin .zuopin-box .zuopin-info .title span {
  font-weight: 400;
}
.main-box .content .zuopin .zuopin-box .zuopin-info .other {
  overflow: hidden;
  margin-top: 10px;
}
.main-box .content .zuopin .zuopin-box .zuopin-info .other h3 {
  float: left;
  width: 50%;
}
.main-box .content .line {
  width: 100%;
  height: 1px;
  background: #7fbea3;
  margin-top: 40px;
}
.main-box .content .content-bread {
  text-align: right;
  border-bottom: 1px solid #7fbea3;
  font-size: 12px;
  padding-bottom: 3px;
  background: url(bgi_location01.jpg) right bottom no-repeat;
  padding-right: 20px;
  padding-top: 5px;
}
.main-box .content .content-bread .fr {
  margin-top: 10px;
}
.main-box .content .content-bread .img-box {
  width: 180px;
}
.main-box .content .content-bread.zt {
  background: url(zhuanti.gif) 0 center no-repeat;
  padding-right: 0;
  padding: 15px 0;
}
.main-box .content .over {
  background: url(bgi_location.jpg) right bottom no-repeat;
}
.main-box .content .cont {
  padding: 18px 20px 18px 20px;
}
.main-box .content .cont h3.cont-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #0986a1;
  text-align: center;
}
.main-box .content .cont .zoom {
  margin-top: 20px;
}
.main-box .content .cont .do {
  margin-top: 50px;
  text-align: right;
}
.main-box .content .cont-detail h3.cont-tit {
  line-height: 1.4;
  padding: 10px;
  color: #003f97;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.main-box .content .cont-detail #zoom {
  margin-top: 20px;
}
.main-box .content .cont-detail #zoom img{
  max-width:80%;
  display: block;
  float: none;
  margin: 0 auto;
}
.main-box .content .cont-detail .look {
  text-align: center;
}
.main-box .content .cont-detail .detail-info {
  text-align: center;
  margin: 15px 0 15px 0;
}
.main-box .content .cont-detail .detail-info span.time {
  margin: 0 15px;
}
.main-box .content .cont-detail .detail-info span {
  color: #000;
}
.main-box .content .cont-detail .detail-info span i {
  font-style: initial;
  color: #ff7800;
}
.main-box .content .cont-detail .detail-info span a {
  color: #ff7800;
  margin: 0 3px;
}
.main-box .content .shuhua .shuhua-list {
  border: 1px solid #2cbc7f;
  border-radius: 10px;
  padding: 14px 15px;
  position: relative;
  margin-bottom: 30px;
}
.main-box .content .shuhua .shuhua-list .green-titlt {
  font-size: 18px;
  background: url(tit_buyi2.jpg) center center repeat-x;
  border-radius: 20px;
  color: #fff;
  padding: 2px 25px;
  text-align: center;
  overflow: hidden;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: 5px;
}
.main-box .content .shuhua .shuhua-list a.shuhua-title {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #f97f2d;
  margin-bottom: 5px;
}
.main-box .content .shuhua .shuhua-list .clear {
  clear: both;
}
.main-box .content .shuhua .shuhua-list li {
  width: 20%;
  float: left;
  padding: 0 3px;
}
.main-box .content .shuhua .shuhua-list li a {
  display: inline-block;
  padding: 2px;
  border: 1px solid #d8d8d8;
}
.main-box .content .shuhua .shuhua-list li:before {
  content: '';
  clear: both;
}
.main-box .content .shuhua .shige-list {
  border: 5px solid #f2f4e7;
  border-radius: 8px;
}
.main-box .content .shuhua .shige-list .shige-left {
  width: 50%;
  padding: 10px 10px;
}
.main-box .content .shuhua .shige-list .shige-left h3 {
  border-bottom: solid 1px #f0e5d4;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-box .content .shuhua .shige-list .shige-left h3 img {
  float: left;
}
.main-box .content .shuhua .shige-list .shige-left h3 a {
  color: #f97f2d;
  font-size: 12px;
  font-weight: 400;
  float: right;
  margin-top: 10px;
}
.main-box .content .shuhua .shige-list .shige-left li {
  padding-left: 20px;
  background: url(dot_service.gif) 0 center no-repeat;
}
.main-box .content .shuhua .shige-list .shige-left li a {
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.main-box .content .list {
  margin-top: 50px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.main-box .content .list.zt li {
  width: 33.33%;
  float: left;
  background: none !important;
  margin-bottom: 25px;
}
.main-box .content .list.zt li a {
  width: 100%;
}
.main-box .content .list.zt li a img:hover {
  transform: scale(0.98);
}
.main-box .content .list.kangshou .list-wrap {
  margin-bottom: 5px;
}
.main-box .content .list.kangshou .list-wrap .list-item {
  margin-top: 10px;
}
.main-box .content .list.kangshou .list-title {
  overflow: hidden;
}
.main-box .content .list.kangshou .list-title span {
  float: left;
}
.main-box .content .list.kangshou .list-title a {
  float: right;
  color: #ff7800;
  font-size: 13px;
  font-weight: 400;
}
.main-box .content .list.kangshou .list-item li {
  line-height: 25px;
}
.main-box .content .list.kangshou .list-item li a {
  width: auto;
}
.main-box .content .list.kangshou .list-item li span.time {
  float: left;
  margin-left: 15px;
}
.main-box .content .list .list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #0986a1;
  padding-left: 20px;
  background: url(dot_files.gif) 0 center no-repeat;
}
.main-box .content .list .list-item {
  margin-top: 15px;
}
.main-box .content .list .list-item li {
  padding-left: 20px;
  background: url(dot_service.gif) 0 7px no-repeat;
}
.main-box .content .list .list-item li a {
  color: #000;
  float: left;
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
}
.main-box .content .list .list-item li span.time {
  font-size: 12px;
  color: #ff6c00;
  float: right;
}
.main-box .content #pages {
  border-top: 1px solid #7fbea3;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.main-box .content #pages #more {
  width: 100%;
  background: #2081c5;
  color: #fff;
  padding: 10px 0;
}
.main-box .content #pages span,
.main-box .content #pages a {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 2px;
  margin: 0 2px;
}
.main-box .content #pages span {
  background: #2081c5;
  color: #fff;
}
.main-box .content #pages a {
  background: #eff8ff;
  color: #2081c5;
}
.main-box .content #pages a:hover {
  background: #2081c5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .phone {
    display: block !important;
  }
  .w1000 {
    width: 100%;
  }
  header {
    display: none;
  }
  .nav-top {
    display: none;
  }
  #bodyhead {
    border-top: none;
    width: 100%;
    height: auto;
    background: none;
    background-size: contain;
    position: relative;
    transition: all ease 0.25s;
  }
  #bodyhead a.img-box {
    display: block;
  }
  #bodyhead a.img-box img {
    width: 100%;
  }
  #bodyhead .phone-top {
    width: 100%;
    top: 0;
    left: 0;
    background: #e5f1f9;
    padding: 5px 15px;
    overflow: hidden;
  }
  .phone-top li {
    float: right;
    padding: 0 5px;
    line-height: 30px;
  }
  .phone-top li.search_btn {
    width: 30px;
    height: 30px;
    background: url(icon01_2022gz.png) center center no-repeat;
    background-size: contain;
  }
  .phone-top li.search_btn.active {
    background: url(icon04_2022gz.png) center center no-repeat;
    background-size: contain;
  }
  .phone-top li.search_btn img {
    width: auto;
    max-width: 100%;
  }
  .phone-top li a {
    font-size: 14px;
    color: #00519a;
  }
  .toplink {
    display: none;
  }
  .top-search {
    background: #FAFAFA;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    display: none;
  }
  .top-search .search-box {
    padding: 0 15px;
    margin: 0 auto;
  }
  .top-search .search-cont {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .top-search .s-inp {
    border: none;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .top-search .s-btn {
    background: url("icon02_2022gz.png") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    border: none;
    position: absolute;
    right: 7px;
    top: 9px;
    z-index: 99;
  }
  .pad_nav {
    background: url(bg01_2022gz.jpg) center center no-repeat;
    background-size: cover;
    height: 44px;
  }
  .pad_nav li {
    width: auto;
    padding: 10px 0px;
    height: 44px;
    /*touch-action: none;*/
    box-sizing: border-box;
  }
  .pad_nav .pad_nav_mask {
    width: 24px;
    height: 44px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(icon001_2022gz.png) no-repeat center #2b91d9;
    background-size: 10px;
  }
  .pad_nav li.cur {
    background: #2a91d7;
  }
  .pad_nav li.cur a {
    color: #fff;
  }
  .pad_nav li a {
    color: #00519a;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
  }
  main {
    padding: 10px 15px;
  }
  main .commont-title,
  main .top-news,
  main .top-news .top-swiper .news-box .news-title a,
  main .left-news,
  main .news-box .right-news,
  main .fc-box .top-news .fencai,
  main .fc-box .top-news .zuopin,
  main .fc-box .top-news,
  main .fc-box .right-keyuan,
  main .fc-box .kang .kang-left,
  main .fc-box .kang .kang-img,
  main .fc-box .kang .kang-img .kang-top-img li,
  footer .foot-wrap .foot-info,
  .main-box,
  .main-box .content,
  .main-box .content .list,
  .main-box .content .zuopin {
    width: 100%;
  }
  main .link-box .link-left,
  main .link-box .link-right,
  main .top-news .top-swiper .swiper-pagination {
    display: none;
  }
  main .top-news .top-swiper .news-list ul li a {
    width: 80%;
  }
  main .top-news .top-swiper .news-list ul li {
    background-position: 0 6px;
  }
  main .top-news .top-swiper .news-box {
    height: 220px;
  }
  main .top-news .top-swiper .news-list {
    padding: 10px 0;
  }
  main .left-news {
    padding-left: 0;
  }
  main .left-news .notice-cont .str_move ul li {
    background-position: 0 6px;
  }
  main .left-news .notice-cont .str_move ul li a {
    width: 85%;
    white-space: inherit;
  }
  main .left-news .notice-cont.work-cont {
    height: 380px;
  }
  main .top-news .top-swiper .news-list ul.other-bg li {
    background-position: 0 6px;
  }
  main .news-box .right-news {
    padding-left: 0;
  }
  main .news-box .right-news .str_move li {
    background-position: 0 6px;
  }
  main .news-box .right-news .str_move li a {
    white-space: inherit;
    width: 80%;
  }
  main .news-box .right-news .notice-img .str_move li {
    width: 48%;
  }
  main .news-box .right-news .notice-img .str_move li a {
    width: 100%;
  }
  main .news-box .right-news .notice-img .str_move li:last-child {
    display: none;
  }
  main .fc-box .top-news .fencai {
    height: auto;
    margin-left: 0;
  }
  main .fc-box .top-news .fencai ul li {
    background-position: 0 8px;
  }
  main .fc-box .top-news .fencai ul li a {
    white-space: inherit;
    width: 85%;
  }
  main .fc-box .top-news .zuopin {
    margin-top: 15px;
  }
  main .fc-box .top-news .zuopin .zuopin_link {
    display: none;
  }
  main .fc-box .top-news .zuopin li {
    width: 20%;
    text-align: center;
  }
  main .fc-box .right-keyuan {
    padding-left: 0;
    margin-top: 15px;
  }
  main .fc-box .right-keyuan .fc-wrap ul li {
    background-position: 0 8px;
  }
  main .fc-box .right-keyuan .fc-wrap ul li a {
    white-space: inherit;
    width: 80%;
  }
  main .fc-box .right-keyuan .fc-wrap {
    height: auto;
  }
  main .fc-box .kang .kang-img .kang-top-img {
    margin-top: 15px;
  }
  main .fc-box .kang .kang-img .kang-top-img li:nth-child(2) {
    margin: 10px 0;
  }
  main .fc-box .kang .kang-img .kang-bottom-img li {
    width: 50%;
    margin: 0;
    padding: 5px;
  }
  .news-box-wrap.phone .other-bg {
    margin-top: 10px;
  }
  .news-box-wrap.phone .other-bg li {
    padding-left: 15px;
    overflow: hidden;
    margin-bottom: 6px;
    background: url(arrow3_2016.gif) left center no-repeat;
  }
  .news-box-wrap.phone .other-bg li a {
    color: #333;
    width: 100%;
    font-size: 14px;
    display: inline-block;
  }
  footer .foot-wrap .foot-logo {
    width: 100%;
    text-align: center;
  }
  footer .foot-wrap .foot-info {
    text-align: center;
  }
  footer .foot-wrap .foot-other {
    width: 100%;
    text-align: center;
  }
  footer .foot-wrap .foot-other p {
    display: inline-block;
    float: none;
  }
  .main-box .pc-left {
    display: none;
  }
  .main_left {
    width: 210px;
    margin-right: 10px;
    float: left;
    position: relative;
  }
  .left_1 {
    margin-bottom: 10px;
    clear: both;
  }
  .title_yellow {
    height: 32px;
    line-height: 32px;
    background: url(yellow_title_bg.jpg) no-repeat left top;
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: bold;
    color: #003399;
    padding-left: 30px;
    clear: both;
  }
  .title_yellow span {
    background: url(ico_more2.gif) no-repeat right center;
    padding-right: 15px;
    padding-left: 50px;
    font-weight: normal;
    display: inline;
  }
  .title_yellow a {
    color: #3492de;
  }
  .title_yellow a:hover {
    color: #ff7800;
  }
  .left_top {
    clear: both;
  }
  .left_top li {
    height: auto;
    line-height: 31px;
    background: url(ico_circle_arrow.gif) no-repeat 12px center #c0e7fe;
    margin-bottom: 1px;
    padding-left: 30px;
    font-weight: bold;
    color: #fff;
    clear: both;
  }
  .left_top li a {
    color: #003399;
  }
  .left_top li a:hover {
    color: #333;
  }
  .left_2 {
    height: 68px;
    background-color: #f9ecd9;
    clear: both;
    margin-bottom: 10px;
  }
  #left_menu {
    position: fixed;
    top: 180px;
    width: auto;
    margin-right: 0;
    z-index: 9999;
    min-width: 150px;
    box-sizing: border-box;
    transition: all ease 0.25s;
  }
  #left_menu .left_z {
    display: none;
  }
  #left_menu .left_top {
    position: relative;
    z-index: 9998;
    /*pointer-events: none;*/
  }
  #left_menu .left_top li {
    line-height: 40px;
  }
  #left_menu .left_top:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(icon05_2022gz.png) no-repeat center;
    background-color: rgba(112, 207, 253, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 9997;
    transform: translateY(-60%);
  }
  #left_menu.open .left_top:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(icon06_2022gz.png) no-repeat center;
    background-color: rgba(112, 207, 253, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-60%);
  }
  .main-box .content {
    margin-left: 0;
  }
  .main-box .content .cont h3.cont-tit {
    margin: 20px 0;
    font-size: 18px;
  }
  .main-box .content .cont {
    padding: 0;
    padding-bottom: 20px;
  }
  #zoom * {
    font-size: 16px;
    max-width: 100%;
  }
  .main-box .content .cont .do {
    display: none;
  }
  .main-box .content .list .list-item li {
    margin-bottom: 10px;
  }
  .main-box .content .list .list-item li a {
    white-space: inherit;
    width: 100%;
    float: none;
    line-height: inherit;
  }
  .main-box .content .list .list-item li span.time{
    float: none;
    display: block;
  }
  main .commont-tit h3,
  main .fc-box .top-news .fencai .fencai_title h3{
    font-size: 18px;
    font-weight: 700;
  }
  .main-box .content .list.kangshou .list-item li span.time{
    margin-left: 0;
  }
  #pages .hidden-xs {
    display: none;
  }
  .main-box .content .list.zt li {
    width: 50%;
    padding-left: 0;
    padding:0 15px;
  }
  .main-box .content .list.zt li a{
    width: 100%;
  }
  .main-box .content .list .list-item li a {
    /*width: 100%;*/
  }
  .main-box .content .list.zt li img {
    min-height: 80px;
  }
  .main-box .content .shuhua .shuhua-list li {
    width: 50%;
  }
  .main-box .content .shuhua .shuhua-list li:nth-child(5) {
    display: none;
  }
  .main-box .content .shuhua .shige-list .shige-left {
    width: 100%;
  }
  .main-box .content .cont-detail .detail-info span.font,
  .main-box .content .cont-detail .look {
    display: none;
  }
  .main-box .content .content-bread .img-box {
    display: none;
  }
  .main-box .content .zuopin .zuopin-box .zuopin-info {
    padding-left: 0;
    background: none;
  }
}