@charset "utf-8";

body {
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  padding: 0px;
  margin: 0px;
  color: #333;
}

td {
  font-family: Arial, Helvetica, sans-serif;
}

th {
  font-family: Arial, Helvetica, sans-serif;
}

ul,
li,
em,
p,
img {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333333;
}

.ml0 {
  margin-left: 0px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.baseWidth {
  width: 1000px;
  margin: 0 auto;
}

.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*top*/
.top {
  margin: auto;
  clear: both;
  width: 100%;
  height: 80px;
  background: #FFF;
}

.topc {
  margin: auto;
  width: 1000px;
  height: 80px;
}

.topc .logo {
  float: left;
  margin-top: 10px;
}

.topc .xuanchuan {
  float: left;
  height: 60px;
  padding-top: 5px;
  margin-left: 10px;
  margin-top: 10px;
  color: #333333;
  font-size: 20px;
  letter-spacing: 4px;
  border-left: solid 1px #CCCCCC;
  padding-left: 10px;
}

.topc .xuanchuan .xctop {
  font-size: 18px;
}

.topc .xuanchuan p {
  display: block;
  color: #000000;
  font-weight: normal;
  font-size: 15px;
  padding-top: 8px;
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
}

.topc .dianhua {
  float: right;
  margin-top: 10px;
  background: url(../img/toptelbg.png) no-repeat left center;
  color: #555555;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  height: 60px;
  padding-left: 40px;
  line-height: 60px;
}

.topc .dianhua .h2 {
  float: left;
  font-size: 16px;
  margin-right: 20px;
}

.topc .dianhua span {
  color: #D60C1A;
  font-size: 20px;
}

.topa {
  margin: auto;
  padding: 0px;
  width: 100%;
  height: 45px;
  background: #353639;
}

.topa ul {
  margin: auto;
  width: 1000px;
  height: 45px;
  font-size: 16px;
}

.topa ul li {
  float: left;
  height: 45px;
  width: 119px;
  line-height: 45px;
  border-right: 1px solid #4a4a4d;
  letter-spacing: 2px;
  text-align: center;
}

.topa ul li:hover {
  background: #c8161d;
}

.topa ul li:hover a {
  color: #fff;
}

.topa ul li a {
  color: #fff;
}

.topa ul li:nth-child(1) {
  border-right: 1px solid #4a4a4d;
}

.topa .cur {
  background: #c8161d;
  height: 45px;
  text-align: center;
}

.topa .cur a {
  color: #fff;
}

/*banner图轮播*/
.fullSlide {
  position: relative;
  width: 100%;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 600px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 5%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 5%;
  background-position: -6px -137px;
}

.tong {
  margin: auto;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #333333;
}

.tongd {
  margin: auto;
  width: 1000px;
  line-height: 40px;
}

/* about */


.about_wrap_l {
  width: 46%;
}

.about_wrap_r {
  width: 50%;
}

.about_wrap_r h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.company_name {
  text-align: center;
  font-size: 18px;
  color: #212121;
}

.company_des {
  line-height: 32px;
  font-size: 14px;
}

.company_des span {
  color: red;
}

.company_more {
  text-align: right;
}

.company_more a {
  padding: 6px 18px;
  border: 1px solid #e2050d;
  color: #e2050d;
  transition: all 0.5s;
}

.company_more:hover a {
  color: #fff;
  background: #e2050d;
}

.main_wrap {
  text-align: center;
}

.about_wrap {
  margin: 30px 0;
}

.main_wrap {
  text-align: center;
}


.case_fen a:last-child::after {
  content: ""
}

.case {
  padding: 15px 0;
}

.case .main_tit {
  font-size: 23px;
}

.case .rytit {
  font-size: 20px;
}

.case_list ul li {
  width: 23.5%;
  text-align: center;
  float: left;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.case_list ul li p {
  font-size: 14px;
}

.case_list ul li img {
  width: 100%;
  height: 180px;
  border: 1px solid #949494;
  box-sizing: border-box;
}
.case_list ul li:nth-child(4n) {
  margin-right: 0;
}

.main_tit {
  margin-bottom: 20px;
}

.main_f_tit {
  margin-bottom: 20px;
  font-size: 14px;
}

/* fuuw */
.sanfuwum {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #F6F6F6;
}

.sanfuwu {
  margin: auto;
  width: 1000px;
}

.sanfuwu .fuwua {
  float: left;
  width: 320px;
  background: #fff;
  height: 450px;
  border-radius: 10px;
  color: #333333;
}

.sanfuwu .fuwua h3,
.sanfuwu .fuwub h3,
.sanfuwu .fuwuc h3 {
  margin-left: 20px;
  margin-top: 30px;
  line-height: 45px;
  height: 45px;
  font-size: 22px;
}

.sanfuwu .fuwua em,
.sanfuwu .fuwub em,
.sanfuwu .fuwuc em {
  float: left;
  margin-left: 30px;
  background: #D60C1A;
  width: 30px;
  height: 5px;
}

.sanfuwu .fuwua img,
.sanfuwu .fuwub img,
.sanfuwu .fuwuc img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sanfuwu .fuwua p,
.sanfuwu .fuwub p,
.sanfuwu .fuwuc p {
  float: left;
  padding: 30px;
  font-size: 14px;
  line-height: 25px;
}

.sanfuwu .fuwub {
  float: left;
  width: 320px;
  margin-left: 20px;
  background: #fff;
  height: 450px;
  border-radius: 10px;
  color: #343434;
}

.sanfuwu .fuwuc {
  float: right;
  width: 320px;
  background: #fff;
  height: 450px;
  border-radius: 10px;
  color: #343434;
}

.sanfuwu .fuwua:hover,
.sanfuwu .fuwub:hover,
.sanfuwu .fuwuc:hover {
  background: #333;
  color: #999;
}

/* news */
.about_tit {
  text-align: center;
}

.about_tit .newtit {

  background: #fff;
  /*width: 160px;*/
  text-align: center;
  font-size: 20px;
  /* color: #BD0000; */
}

.news_l {
  width: 48%
}

.news_r {
  width: 48%
}

.news_r ul li {
  height: 100px;
}

.news_l ul li {
  height: 100px;
}

.news_date {
  text-align: center;
  margin-right: 20px;
  line-height: 28px;
  color: #fff;
  background: #B80000;
  padding: 10px;
  box-sizing: border-box;
}

.news_date strong {
  font-size: 30px
}


.news_con_tit {
  color: #323232;
  font-size: 15px;
  margin-bottom: 14px;
}

.news_con_des {
  line-height: 22px;
  font-size: 14px;
}

.news_con_tit:hover {
  color: #BD0000;
}

.m_bot {
  margin-bottom: 40px;
}

/* links */
.ilinks {
  margin: auto;
  background: #292929;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.links {
  margin: auto;
  background: #292929;
  width: 1000px;
  padding-top: 30px;
}

.links span {
  display: inline-block;
  float: left;
  background: #484848;
  width: 80px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.links div {
  float: right;
  width: 900px;
  font-size: 14px;
  line-height: 25px;
}

.links a {
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
}

/* footer */
footer {
  background: #1A1A1A;
  padding: 20px 0;
}

.footer_nav ul {
  width: 800px;
  margin: 0 auto
}

.footer_nav ul li {
  float: left;
  width: 100px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  text-align: center;
}

.footer_nav ul li a {
  color: #fff;
  font-size: 15px;
}

.footer_nav ul li a:hover {
  color: #BD0000;
}

.address {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}

.address span {
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
}

.copyRight {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.copyRight a {
  color: #fff;
}

.position {
  overflow: hidden;
  width: 1000px;
  margin: 20px auto;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.main {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.maleft {
  overflow: hidden;
  width: 260px;
  float: left;
}

.maright {
  overflow: hidden;
  width: 700px;
  float: right;
}

.maleft h2 {
  width: 100%;
  height: 70px;
  background: #1D8FE5;
  color: #fff;
  text-align: center;
  font-size: 23px;
  padding-top: 20px;
}

.lefttit {
  width: 100%;
  height: 55px;
  background: #1D8FE5;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.lefttit span {
  display: block;
  font-size: 14px;
}

.TabTitle2 {
  padding-bottom: 20px;
}

.TabTitle2 ul.expmenu li div.header {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  /* text-align: center; */
  padding-left: 20px;
  background: #74B9F0;
  border-bottom: 1px solid #FFF;
}

.TabTitle2 ul.expmenu li div.header a {
  color: #fff;
  /* font-size: 12px;*/
  /*padding-left: 10px;*/
  font-size: 15px;
  text-decoration: none;
}

.TabTitle2 ul.zxwz li div.header a {
  font-size: 14px;
}

.TabTitle2 ul.expmenu li div.header .arrow {
  display: block;
  width: 28px;
  height: 30px;
  background: no-repeat center;
  float: right;
  overflow: hidden;
  cursor: pointer;
}

/*���ǰ�ť*/
.TabTitle2 ul.expmenu li div.header .arrow.up {
  background: url(/img/up.png) left no-repeat;
  margin-top: 10px;
}

.TabTitle2 ul.expmenu li div.header .arrow.down {
  background: url(/img/down.png) left no-repeat;
  margin-top: 12px;
}

.TabTitle2 ul.expmenu li .menu {
  display: block;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.TabTitle2 ul.expmenu li .menu li {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 30px;
  color: #f00;
  border-bottom: 1px dashed #999;
}

.TabTitle2 ul.expmenu li .menu li a {
  color: s#000;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.newslist {
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}

.newslist li {
  /*height: 40px;*/
  /*  line-height: 40px;*/
  overflow: hidden;
  border-bottom: 1px dashed #ccc;

  background: url(/img/triangle.png) left no-repeat;
  padding-left: 10px;
  padding-bottom: 10px;
}

.newslist li .newslistlitop {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.newslist li .newslistlidesc {
  line-height: 25px;
  font-size: 14px;
}

.newslist li span {
  float: right;
}

/*
.pages {
  clear: both;
  padding: 20px 45px 0 0;
  color: #444;
}

.pages a {
  color: #444;
}

.pages a:hover {
  color: #f60;
  font-weight: bold
}

.pages ul {
  text-align: right;
  list-style: none
}

.pages li {
  display: inline;
  margin-left: 8px;
  list-style: none
}
*/


/*分页*/
.posotion_nav {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

#pageNav {
  padding: 20px;


}

#pageNav ul {
  text-align: center;
  height: 40px;
}

#pageNav ul li {
  display: inline-block;


  color: #666;
  height: 30px;
  line-height: 30px;


  font-size: 16px;
}

#pageNav ul li span {
  /*width: 32px;*/
  padding: 0 10px;
  display: block;
  color: #666;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #f8f8f8;

}

#pageNav ul li.thisclass span {
  background-color: #0166ce;
  color: #fff;
  border-color: #0166ce;
}

#pageNav ul li a {
  padding: 0 10px;
  display: block;
  color: #666;
  border-radius: 2px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}

#pageNav ul li:hover a {
  background-color: #0166ce;
  color: #fff;
  border-color: #0166ce;
}

.container1 {
  padding: 5px 5px;
}

.content1 {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}

.content1 h1 {
  color: #212020;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
.content1 h2 {
	font-size: 20px;
	font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	border-left: solid 6px #ff0000;
    padding-left: 10px;
}
.content1 .info {
  line-height: 25px;
  color: #696969;
  font-weight: normal;
  margin: 5px 0;
  text-align: center;
  font-size: 14px;
}

.title02 {
  border: 1px solid #ddd;
  line-height: 30px;
  padding-left: 20px;
  font-size: 16px;
  color: #212020;
  height: 30px;
}

.comment_list {
  padding: 15px 20px 25px;
  /*font-size: 12px;*/
}

.comment_list ul {
  list-style-type: none;
}

.comment_list li {
  line-height: 18px;
  padding: 6px 0;
  font-size: 14px;
}

.comment_list li a {
  line-height: 18px;
  padding: 0 0 0 16px;
  color: #636363;
  font-size: 14px;
}

.comment_list li a:visited {
  color: #636363;
}

.comment_list li a:hover {
  color: #212020;
  text-decoration: none;
}

.prev {
  margin: 40px 0;
}

/* 自适应 */
@media screen and (max-width:768px) {
  .baseWidth {
    width: 100%;
  }

  .topc {
    width: 100%;
    text-align: center;
  }

  .topc .xuanchuan {
    display: none;
  }

  .dianhua {
    display: none;
  }

  .topc .logo {
    text-align: center;
    float: none;
    margin: 0;
  }
  .topc .logo img{
    width: 100%;
  }

  .topa {
    height: auto;
  }

  .topa ul {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .topa ul li a{
    font-size: 13px;
  }

  .topa ul li {
    width: 25%;
    box-sizing: border-box;
  }

  .topa ul li:nth-child(4n) {
    border-right: none;
  }

  .fullSlide .bd li {
    background-size: 100% !important;
    height: 108px !important;
  }

  .fullSlide .hd {
    display: none;
  }

  .about_wrap_l {
    width: 100%;
  }

  .about_wrap_r {
    width: 100%;
  }

  .about_wrap_l img {
    width: 100%;
    margin-bottom: 20px;
  }

  .about_wrap {
    padding: 0 15px;
  }

  .company_more {
    margin-top: 20px;
  }

  .main_f_tit {
    font-size: 12px;
  }

  .case_list ul {
    padding: 0 15px;
  }

  .case_list ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 2%;
  }

  .case_list ul li:nth-child(odd) {
    margin-right: 2%;
  }

  .case_list ul li p {
    font-size: 12px;
  }

  .sanfuwu {
    width: 100%;
  }

  .sanfuwu .fuwua {
    float: none;
    margin: 0 auto;
  }

  .sanfuwu .fuwub {
    float: none;
    margin: 20px auto;
    height: 470px;
  }

  .sanfuwu .fuwuc {
    float: none;
    margin: 0 auto;
  }

  .news_l {
    width: 100%;
  }

  .news_r {
    width: 100%;
  }

  .news_con {
    padding: 0 15px;
  }

  .news_l ul li {
    height: auto;
    margin-bottom: 20px;
  }

  .ilinks {
    display: none;
  }

  .footer_nav ul {
    display: none;
  }

  .news_r ul li {
    margin-bottom: 20px;
  }

  .main {
    width: 100%;
  }

  .maleft {
    display: none;
  }

  .maright {
    width: 100%;
  }

  .position {
    width: 100%;
  }

  .newslist {
    padding: 0 15px 0 5px;
    box-sizing: border-box;
  }

  .comment_list li a {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #zoom img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }


}

.module-default {
    margin: 0;
    padding: 0;
}
.link-fixed-side {
	margin-bottom: 1px;
	font-size: 12px
}

.link-fixed-side li {
	margin-bottom: 1px;
	position: relative
}

.link-fixed-side li .link-name {
	display: block;
	width: 70px;
	min-height: 70px;
	height: auto!important;
	_height: 70px;
	background-color: gray;
	color: #fff;
	text-align: center;
	*margin-bottom: -4px
}

.link-fixed-side li .link-name:hover,.link-fixed-side li.active .link-name {
	background-color: #f90;
	text-decoration: none
}

.link-fixed-side li.first .link-name {
	background-color: #f90
}

.link-fixed-side li.first .link-name:hover {
	background-color: #f90
}

.link-fixed-side li i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: 0 0
}

.link-fixed-side li span {
	display: block;
	line-height: normal;
	padding-bottom: 5px
}

.link-fixed-side li .link-name-min span {
	display: block;
	line-height: 70px
}

.link-fixed-side .link-summary {
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
	min-width: 130px;
	max-width: 200px;
	_width: 130px;
	min-height: 35px;
	height: auto!important;
	_height: 35px;
	padding: 20px 15px 15px;
	background-color: #f90
}

.link-fixed-side .link-summary .arrow-section-r {
	display: block;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 22px;
	right: 0;
	background: url(../img/arrow-section-r.gif) no-repeat
}

.link-fixed-side .link-summary .link-summary-content {
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.link-fixed-side .link-summary .qhd-content p {
	margin-bottom: 5px
}

.link-fixed-side .link-summary .qhd-content p a {
	color: #4d4d4d
}

.link-fixed-side .link-summary .qhd-content p a:hover {
	color: #1e78e8
}

.fixed-left .link-fixed-side .link-summary {
	right: 0;
	left: 70px
}

.fixed-left .link-fixed-side .link-summary .arrow-section-r {
	right: auto;
	left: 0;
	background: url(../img/arrow-section-l.gif) no-repeat
}
.fixed-side {
    position: fixed;
    top: 35%;
    z-index: 10001;
}
.fixed-right {
    right: 0;
    float: right;
}
.link-fixed-side .link-summary .weixin-content img{
    width: 100px;
}
.link-fixed-side .link-summary01 {
  min-width: 100px;
  padding: 13px 15px 15px;
}

/* 手机端 */
@media screen and (max-width:768px) {
.case_list ul li img {
    height: 150px;
}
.about_wrap_r h1 {
    text-align: center;
}
.case_list ul li:nth-child(5),
.case_list ul li:nth-child(6),
.case_list ul li:nth-child(7),
.case_list ul li:nth-child(8),
.case_list ul li:nth-child(9),
.case_list ul li:nth-child(10),
.case_list ul li:nth-child(11),
.case_list ul li:nth-child(12){
	display: none;
}
.sanfuwu .fuwua p, .sanfuwu .fuwub p, .sanfuwu .fuwuc p{
	padding: 18px;
}
.news_r{
	display: none;
}
.news_con_tit{
    margin-bottom: 0;
}
.sanfuwu .fuwuc{
	width:100%
    overflow: hidden;
	height: auto;
}
.fixed-right {
	display: none;
}
}