* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Microsoft YaHei";
}
img {
  border: 0;
}
a {
  color: #333;
}
a:hover {
  color: #e60012;
}
.clear {
  clear: both;
}
.w1200 {
  width: 100%;
}
.wrap {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 900px) {
  .wrap {
    width: 500px;
  }
}
.top {
  overflow: hidden;
}
.top img {
  width: 100%;
   margin: 5px 0 0 5px;
}
.logo {
  width: 48%;
  float: left;
}
.tel {
  width: 46%;
  float: right;
  margin-top:4px;
  margin-right: 6px;
}

.nav {
  background: #000;
}
.nav ul li {
  width: 33.33%;
  float: left;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  position: relative;
}
.nav ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.nav ul li > a > span {
  display: block;
  content: '';
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 18px;
}
.nav ul li > p.erji {
  display: none;
  position: absolute;
  width: 100%;
  top: 39px;
  z-index: 3000;
}
.nav ul li > p.erji a {
  display: block;
  color: #000;
  background: #fff;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-top: 1px dotted #bf9f62;
  font-size: 14px;
}
.nav ul li > p.erji a:hover {
  background: #e10027;
}
.nav ul li:nth-child(1) {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.nav ul li:nth-child(2) {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.nav ul li:nth-child(3) {
  border-bottom: 1px solid #707070;
}
.nav ul li:nth-child(4) {
  border-right: 1px solid #707070;
}
.nav ul li:nth-child(5) {
  border-right: 1px solid #707070;
}
/*banner*/
#banner_sli .swiper-slide {
  display: block;
}
#banner_sli .swiper-slide img {
  width: 100%;
}
#banner_page {
  text-align: center;
}
#banner_page span {
  margin: 3px;
  width: 30px;
  border-radius: 0;
  height: 4px;
}
#banner_page span.swiper-pagination-bullet-active {
  background: #e10027;
}
.yewu {
  background: #f8f8f8;
  padding: 1px 0 30px;
}
.yewu ul li {
  width: 20%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
}
.yewu ul li p {
  width: 170px;
  height: 170px;
  background-position: center 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 20px;
  /* transition: all 0.5s;*/
}
.yewu ul li b {
  font-size: 20px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #666666;
  margin-top: -30px;
}
.yewu ul li span {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  padding: 20px;
  display: block;
  height: 150px;
}
.yewu ul li:hover {
  background: #fff;
  box-shadow: 1px 3px 8px #ddd;
}
.yewu ul li:hover p {
  background-position: center -162px;
}
.yewu ul li:hover b {
  color: #bf9f62;
}
.biaoti {
  margin: 20px 0;
  text-align: center;
}
.biaoti b {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: block;
  margin-top: 20px;
}
.biaoti span {
  height: 3px;
  width: 50px;
  background: #e10027;
  display: block;
  margin: 5px auto;
}
.biaoti p {
  color: #b3b3b3;
}
.fuwu {
  overflow: hidden;
}
.fuwu a {
  display: block;
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
  float: left;
}
.fuwu a img {
  width: 80px;
}
.fuwu a span {
  display: block;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}
.fuwu a:hover span {
  color: #e10027;
}
.fuwu a:nth-child(1) {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.fuwu a:nth-child(2) {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.fuwu a:nth-child(3) {
  border-bottom: 1px solid #dbdbdb;
}
.fuwu a:nth-child(4) {
  border-right: 1px solid #dbdbdb;
}
.fuwu a:nth-child(5) {
  border-right: 1px solid #dbdbdb;
}
.tel_btn {
  text-align: center;
}
.tel_btn a {
  display: inline-block;
  height: 40px;
  border: 1px solid #666666;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  color: #666666;
  margin: 30px auto;
  transition: 0.5s;
}
.tel_btn a:hover {
  background: #bf9f62;
  border: 1px solid #bf9f62;
  color: #fff;
}
#tel_btn_white a {
  color: #fff;
  border: 1px solid #fff;
}
#tel_btn_white a:hover {
  border: 1px solid #bf9f62;
}
.tonglan1 {
  background: url(../images/tonglan01_bg.jpg) center top no-repeat;
  padding-top: 1px;
}
.tonglan1 dl {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.tonglan1 dl dt {
  font-size: 26px;
}
.tonglan1 dl dd {
  font-size: 20px;
  margin: 20px auto 0;
}
.tonglan1 dl dd i.line_l {
  width: 77px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 15px;
  float: left;
}
.tonglan1 dl dd i.line_r {
  width: 77px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 15px;
  float: right;
}
.tonglan2 {
  background: url(../images/tonglan02_bg.jpg) center top no-repeat;
  padding-top: 1px;
  text-align: center;
}
.tonglan2_l {
  color: #fff;
  margin: 30px 0 20px;
}
.tonglan2_l p {
  font-size: 22px;
}
.tonglan2_l span {
  font-size: 10px;
}
.tonglan2_r {
  margin-top: 30px;
}
.tonglan2_r p {
  font-size: 20px;
  color: #fff;
}
.zixun_l {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.zixun_l div {
  width: 45%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  padding: 20px 0 20px;
  margin: 5px 6px 20px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.zixun_l p {
  font-size: 16px;
  color: #bf9f62;
}
.zixun_l b {
  font-size: 10px;
  color: #3d3d3d;
  font-weight: normal;
  height: 35px;
  display: block;
  overflow: hidden;
}
.zixun_l .about_btn {
  margin: 5px auto 0;
}
.about_btn {
  display: block;
  width: 95px;
  height: 30px;
  background: #bf9f62;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-top: 20px;
}
.about_btn:hover {
  color: #fff;
  text-decoration: underline;
}
.zixun_box {
  overflow: hidden;
  height: 380px;
  margin-top: 30px;
  position: relative;
}
.zixun_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.zixun_box dl {
  clear: both;
  border-bottom: 1px dashed #bbbbbb;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.zixun_box dl dt {
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../images/wen.jpg) 0 3px no-repeat;
  min-height: 30px;
  padding-top: 5px;
}
.zixun_box dl dt a {
  color: 000;
  font-size: 16px;
}
.zixun_box dl dd {
  margin-bottom: 20px;
  padding-left: 40px;
  background: url(../images/da.jpg) 0 3px no-repeat;
  font-size: 15px;
  color: #797979;
  min-height: 30px;
  padding-top: 5px;
}
.neiye .zixun_box {
  height: auto;
  position: static;
}
.neiye .zixun_slide {
  position: static;
}
#pj_wrap {
  position: relative;
}
.pingjia_box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #cbcbcb;
}
.pingjia_box:last-child {
  border-bottom: 0;
}
.pingjia_box dl {
  overflow: hidden;
  margin: 20px 0;
}
.pingjia_box dl dt {
  width: 100px;
  text-align: center;
}
.pingjia_box dl dt p {
  width: 60px;
  height: 60px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.pingjia_box dl dt img {
  width: 100%;
  height: 100%;
}
.pingjia_box dl dt span {
  font-size: 14px;
  color: #003333;
  display: inline-block;
  margin-top: 5px;
}
.pingjia_box dl dd {
  width: 65%;
  border-radius: 10px;
  background: #bbb;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-top: 13px;
  line-height: 24px;
  font-size: 14px;
}
.pingjia_box dl.pj_l dt {
  float: left;
  margin-right: 10px;
}
.pingjia_box dl.pj_l dd {
  float: left;
}
.pingjia_box dl.pj_r dt {
  float: right;
  margin-left: 10px;
}
.pingjia_box dl.pj_r dd {
  float: right;
  background: #f4f4f4;
  color: #545454;
}
.pingjia_box:nth-of-type(4n+1) dl.pj_l dd {
  background: #556fb5;
}
.pingjia_box:nth-of-type(4n+2) dl.pj_l dd {
  background: #eb6877;
}
.pingjia_box:nth-of-type(4n+3) dl.pj_l dd {
  background: #32b16c;
}
.pingjia_box:nth-of-type(4n+4) dl.pj_l dd {
  background: #448aca;
}
.video_list {
  padding: 5px;
}
.video_list ul {
  overflow: hidden;
}
.video_list ul li {
  width: 50%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.video_list ul li a {
  display: block;
  position: relative;
}
.video_list ul li a img.video_img {
  width: 100%;
  height: 120px;
}
.video_list ul li a span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_list ul li a img.video_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -25px;
  margin-top: -25px;
}
.video_list ul li:hover a span {
  color: #e10027;
}
.lianmeng {
  margin: 30px auto;
}
.min-map {
  width: 100%;
}
.min-map .min-back {
  height: auto;
  margin: 0 auto;
}
.min-map .min-back .min-title span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ca0100;
  padding: 105px 0 32px;
}
.min-map .min-back .min-title p {
  text-align: center;
  font-size: 30px;
  color: #2d2d2d;
}
.min-map .min-back .min-pagination {
  min-height: 90px;
  height: auto;
  margin: 20px 0 10px;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
}
.min-map .min-back .min-pagination span {
  font-size: 16px;
  color: #393c3f;
  width: 50px;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px dotted #eee;
  border-radius: 3px;
}
.min-map .min-back .min-pagination .active {
  color: #fff;
  background-color: #e10027;
  border-radius: 5px;
  border: 0;
}
.min-map .min-back .min-con {
  position: relative;
  padding: 15px 0;
  background: #f6f6f6;
}
.min-map .min-back .min-con .min-cont {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.min-map .min-back .min-con .min-cont .min-slile-left {
  float: left;
  width: 180px;
}
.min-map .min-back .min-con .min-cont .min-slile-right {
  width: 75%;
  clear: both;
}
.min-map .min-back .min-con .min-cont h6 {
  font-size: 30px;
  color: #e10027;
  text-align: left;
  padding-top: 20px;
  font-weight: normal;
}
.min-map .min-back .min-con .min-cont a {
  font-size: 14px;
  color: #e92f26;
  display: block;
  text-align: center;
  margin-top: 18px;
}
.min-map .min-back .min-con .min-cont h5 {
  font-weight: bold;
  font-size: 20px;
  color: #444;
  line-height: 40px;
}
.min-map .min-back .min-con .min-cont p {
  font-size: 16px;
  color: #727272;
  line-height: 30px;
  min-height: 30px;
  overflow: hidden;
  width: 100%;
}
.min-map .min-back .min-con .min-cont p span {
  color: #393c3f;
  font-weight: 500;
}
.min-button-prev {
  background: url(../images/lt-ico.png) no-repeat;
  width: 28px;
  height: 48px;
  position: absolute;
  left: 10px;
  top: 45%;
  margin-top: -18px;
  cursor: pointer;
  outline: none;
}
.min-button-next {
  background: url(../images/rt-ico.png) no-repeat;
  width: 28px;
  height: 48px;
  position: absolute;
  right: 10px;
  top: 45%;
  margin-top: -18px;
  cursor: pointer;
  outline: none;
}
.liuyan {
  background: url(../images/liuyan_bg.jpg) center top no-repeat;
  overflow: hidden;
  padding: 70px 0 50px;
  border-top: 3px solid #969696;
}
.liuyan_l {
  box-sizing: border-box;
  text-align: center;
}
.liuyan_r {
  text-align: center;
  margin-bottom: 30px;
}
.liuyan_r img {
  width: 80%;
}
.liuyan_l textarea,
.liuyan_l input {
  width: 90%;
  height: 60px;
  background: #fff;
  border: 0;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 18px;
}
.liuyan .liuyan_l textarea {
  color: #666666;
  padding-top: 15px;
  height: 100px;
  outline: none;
}
#tijiao {
  width: 190px;
  background: #bf9f62;
  border-radius: 70px;
  color: #fff;
  margin-left: 80px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.zixun_btn {
  display: inline-block;
  background: #e10027;
  border-radius: 70px;
  color: #fff;
  margin-top: 60px;
  padding: 0 20px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.zixun_btn:hover {
  color: #fff;
}
.youshi {
  background: url(../images/youshi_bg.jpg) center top no-repeat;
  background-size: auto 110%;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0px auto 30px;
  padding: 30px 10px;
}
.youshi ul {
  text-align: center;
}
.youshi ul li {
  background: #323232;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.5s;
  padding: 0 5px;
}
.youshi ul li img {
  margin: 15px auto;
  display: block;
  width: 100%;
  height:auto;
}
.youshi ul li b {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
.youshi ul li p {
  line-height: 22px;
  font-size: 13px;
  display: block;
  height: 60px;
}
#youshi_page {
  text-align: center;
  position: static;
  margin-top: 15px;
}
#youshi_page span {
  margin: 3px;
  width: 30px;
  border-radius: 0;
  height: 4px;
}
#youshi_page span.swiper-pagination-bullet-active {
  background: #e10027;
}
/*team*/
.team_box {
  position: relative;
  background: url(../images/team_bg.jpg) center top no-repeat;
  background-size: auto 110%;
  margin-bottom: 30px;
  padding: 20px 0;
}
#team_sli {
  width: 98%;
}
#team_sli .swiper-slide {
  display: block;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#team_sli .swiper-slide > a {
  display: block;
}
#team_sli .swiper-slide:hover {
  background: #ff8a00;
}
#team_sli .swiper-slide:hover b {
  color: #fff;
}
#team_sli .swiper-slide:hover p {
  color: #fff;
}
#team_sli .swiper-slide img {
  width: 100%;height:150px;
  
}
#team_sli .swiper-slide dl {
 
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#team_sli .swiper-slide dl dt {
  color: #fff;
  line-height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
}
#team_sli .swiper-slide dl dd {
  text-align: center;
}
#team_sli .swiper-slide dl dd a {
  width: 45%;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 auto;
}
#team_page {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  position: static;
}
#team_page span {
  margin: 3px;
  width: 30px;
  border-radius: 0;
  height: 4px;
}
#team_page span.swiper-pagination-bullet-active {
  background: #e10027;
}
#kc_page_1l {
  background: url(../images/team_l.png) center center no-repeat;
  width: 31px;
  height: 31px;
  outline: none;
  left: 3px;
}
#kc_page_1r {
  background: url(../images/team_r.png) center center no-repeat;
  width: 31px;
  height: 31px;
  outline: none;
  right: 3px;
}
.team_des {
  padding: 15px 0;
  width: 90%;
  border-radius: 50px;
  border: 1px dotted #fff;
  color: #fff;
  text-align: center;
  margin: 15px auto;
}
.pinpai_wrap {
  padding: 0 40px;
  position: relative;
}
#anli_slli .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 180px;
}
#anli_slli .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
  height:130px;
}
#anli_slli .swiper-slide p {
 
  height: 35px;
  overflow: hidden;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
 
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
  text-align:center;
}
#anli_slli .swiper-slide:hover a {
  background: rgba(0, 81, 155, 0.95);
}
#anli_slli .swiper-slide:hover img {
  transform: scale(1.1);
}
#anli_pag {
  text-align: center;
  margin-top: 10px;
  position: static;
  margin-bottom: 20px;
}
#anli_pag span {
  margin: 3px 5px;
  width: 10px;
  height: 10px;
  outline: none;
}
#anli_pag span.swiper-pagination-bullet-active {
  background: #e10027;
}
#pinpai_l {
  left: 3px;
  width: 33px;
  top: 80px;
  outline: none;
}
#pinpai_r {
  right: 3px;
  width: 33px;
  top: 80px;
  outline: none;
}
.news_list ul {
  padding: 10px;
}
.news_list ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.news_list ul li .riqi {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 5px;
  color: #666;
  font-size: 30px;
  text-align: center;
  float: left;
  margin-right: 10px;
  border: 1px solid #a0a0a0;
}
.news_list ul li .riqi span {
  display: block;
  font-size: 15px;
}
.news_list ul li dl dt {
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_list ul li dl dd {
  color: #999999;
  font-size: 16px;
  line-height: 25px;
  text-overflow: ellipsis;
  height: 45px;
  overflow: hidden;
}
.news_list ul li dl dd a {
  color: #999;
}
.copyright {
  background: #262626;
  color: #6d6d6d;
  padding: 20px 20px;
  overflow: hidden;
}
.copyright_l {
  font-size: 12px;
  width: 100%;
  float: left;
  line-height: 22px;
}
.copyright_r {
  float: right;
  width: 35%;
  font-size: 12px;
  text-align: center;display:none;
}
.copyright_r img {
  width: 70%;
  max-width: 94px;
  margin: 7px 0;
}
.xuanfu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 60px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3292c), to(#ac282f));
  display: block;
  width: 100%;
}
.xuanfu ul {
  list-style: none;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  width: 100%;
}
.xuanfu ul li {
  height: 60px;
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: block;
}
.xuanfu ul li:nth-child(1),
.xuanfu ul li:nth-child(2),
.xuanfu ul li:nth-child(3) {
  border-right: 1px solid #9b2326;
}
.xuanfu ul li:nth-child(2),
.xuanfu ul li:nth-child(3),
.xuanfu ul li:nth-child(4) {
  border-left: 1px solid #b60f14;
}
.xuanfu ul li a {
  width: 75px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  height: 60px;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.xuanfu ul li img {
  width: 37px;
  height: 37px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.xuanfu ul li a:hover {
  color: #ff8a00;
  font-size: 12px;
  height: 60px;
  display: block;
  text-align: center;
}
.weizhi {
  height: 30px;
  border-bottom: 1px solid #dadada;
  padding: 0 5px;
  margin: 20px 0px 15px;
}
.weizhi h3 {
  font-size: 16px;
  float: left;
  height: 20px;
  line-height: 20px;
  border-left: 4px solid #ca1c1d;
  padding-left: 10px;
  font-weight: normal;
  color: #333;
}
.weizhi a {
  color: #333;
}
.news_showbt {
  text-align: center;
  padding: 0 20px;
}
.news_showbt h1 {
  font-size: 22px;
  color: #555;
  line-height: 34px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.news_showbt_time {
  text-align: center;
  border-bottom: 1px dashed #dedddd;
  padding: 12px 0 5px;
  margin-bottom: 20px;
}
.news_showbt_time > div {
  display: inline-block;
}
.news_showbt_time span {
  display: inline-block;
  float: left;
  padding: 0 10px;
  color: #62686b;
  font-size: 14px;
}
.news_showbt_time span a {
  color: #62686b;
}
.news_showbt_time span a:hover {
  color: #e10027;
}
.news2_list {
  margin-bottom: 25px;
  padding: 0 5px;
}
.news2_list ul {
  overflow: hidden;
}
.news2_list ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #dedddd;
  position: relative;
  padding-right: 120px;
}
.news2_list ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  background: url(../images/newsjt.png) no-repeat 5px center;
  padding-left: 20px;
}
.news2_list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #62686b;
  text-align: right;
  padding-right: 5px;
}
.news2_list ul li:hover a {
  color: #e10027;
  background: url(../images/newsjt1.png) no-repeat 5px center;
}
.news2_list ul li:last-child {
  border-bottom: none;
}
.page {
  margin: 40px auto 25px;
  font-size: 14px;
  padding: 10px 0 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  border-top: 1px dotted #ddd;
  padding-top: 30px;
}
.page a {
  padding: 4px 9px;
  margin: 0 2px;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  border: 1px solid #E1E1E1;
}
.page a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ca1c1d;
}
.page a.hover {
  color: #fff;
  text-decoration: none;
  background-color: #ca1c1d;
}
.text {
  font-size: 15px;
  line-height: 25px;
  padding: 0 10px;
}
.text p {
  margin-bottom: 15px;
}
.text img {
  max-width: 100%;
  height:auto !important;
}
.about_img {
  width: 530px;
  height: 290px;
  float: right;
}
#team_ny {
  background: none;
}
#team_ny .swiper-container {
  text-align: left;
}
#team_ny .swiper-slide {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}
.lushi_img {
  text-align: center;
  width: 80%;
  margin: 15px auto;
}
.lushi_img img {
  width: 100%;
  margin-bottom: 10px;
}
.lushi_img p {
  font-size: 18px;
  margin-bottom: 30px;
}
#anli_box {
  padding: 0;
}
#anli_box ul {
  text-align: center;
}
#anli_box .swiper-slide {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  height: 250px;
}
.next_pre {
  min-height: 80px;
  line-height: 35px;
  font-size: 16px;
  border-top: 1px solid #DCDCDC;
  margin-top: 25px;
  padding: 0 15px;
  padding-top: 15px;
  color: #666;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.next_pre a {
  color: #666;
}
.next_pre a:hover {
  color: #e10027;
}
#zixun_ny {
  height: auto;
  position: static;
}
#zixun_ny .zixun_slide {
  position: static;
}
#zixun_ny .zixun_slide dl:last-child {
  border-bottom: 0;
}
.shensu_box {
  margin: 40px auto;
}
.shensu_box dd {
  text-align: center;
}
.shensu_box dd textarea {
  padding: 15px;
  box-sizing: border-box;
  width: 90%;
  height: 100px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  vertical-align: -60px;
}

.shensu_box dd input,select {
  padding: 15px;
  box-sizing: border-box;
  width: 90%;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
}
.shensu_box dd input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
  font-size: 16px;
}
.shensu_box dd input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-size: 16px;
}
.shensu_box dd input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-size: 16px;
}
.shensu_box dd input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-size: 16px;
}
.shensu_box dd #ss_tijiao {
  width: 60%;
  background: #ff8a00;
  margin: 0 auto;
  color: #fff;
  display: block;
  border: 0;
  margin-top: 20px;
}
.red {
  color: red;
  display: inline-block;
  width: 25px;
}
.pingjia_box img{ width:100%; height:auto;}
.side_nav_box{width: 100%; }
.side_head p{ background: #bf9f62; width: 40px; height: 2px; margin: 6px auto; }
.side_head span{ font-size: 12px; }
.side_nav{ width: 100%; overflow:hidden; text-align: center;   }
.side_nav a{display: inline-block; width: auto;min-width:60px; padding:0 6px; text-align: center; height: 1.6rem; line-height: 1.5rem; border: 1px solid #bf9f62; font-size: 0.8rem; color: #bf9f62; background: #f7f7ff; border-radius: 0.5rem; margin-right:0.1rem;  margin-left:0.1rem;margin-bottom: 0.6rem; }
.side_nav a.on{ background: #f86c0f; color: #fff;border:solid 1px #f86c0f; }
.side_nav a:nth-child(3),.side_nav a:nth-child(6),.side_nav a:nth-child(9){ margin-right: 0; }

.news_list ul li span{float:right;}
.news_list ul li span a{color:#ff7800;}

#container .cell{border: #ececec solid 1px;background: #f0f0f0;margin-bottom:20px;padding: 6px;text-align:left;color:#aaa;box-shadow: 0px 3px 5px rgba(0,0,0,0.2);border-radius: 10px;}
#container .cell img{padding:0px;margin:0px;height:auto;display:inline-block;overflow:hidden;border-radius: 5px;width: 100%;}
#container .cell p{height:auto;line-height:24px; text-align:center; margin:10px 0px; overflow:hidden; font-weight:normal; font-size:12px;}
#container .cell .cell_a{float:left;width:80px; color:#FFF; margin-right:5px;text-indent:32px;}
#container .cell .cell_a a{color:#FFF;height:24px; text-indent:32px;}
#container .cell .cell_b{  color:#666;font-size:14px;  font-weight:bold;}
#container .cell .cell_c{ float:right;margin:0 5px; text-indent:20px; }
.waterfall_column{max-width: 94% !important; margin:  0 auto;}