/*内页公共样式*/
.bgcolor { background-color: #fff; }
.width1200 { width: 1200px; margin: 0 auto; }
.width270 { width: 270px; margin: 0 auto; }
.width300 { width: 300px; margin: 0 auto; }
.width320 {width: 260px;margin: 0 auto;}
.width910 { width: 910px; margin: 0 auto; }
.width850 { width: 850px; margin: 0 auto; }
.width870 { width: 930px; margin: 0 auto; }
.width890 { width: 890px; margin: 0 auto; }
.y-wrapper { padding-bottom: 30px; }

/*无数据 显示*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../images/nodata.gif) no-repeat 20px 20px; background-color: #fff;}

/*内页banner*/
.inpage-banner { width: 100%; height: 300px; background-repeat: no-repeat; background-position: center top; }

/*面包屑导航*/
.mianbaoxie {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.mianbaoxie .con {
  width: 100%;
  height: 43px;
}
.mianbaoxie .homePage {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../images/mub02address_homepage.png) no-repeat center;
  float: left;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.mianbaoxie p {
  height: 43px;
  width:84%;
  line-height: 43px;
  font-size: 13px;
  color: #999999;
  float: left;
  margin-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mianbaoxie p a {
  color: #999999;
  padding: 0 4px;
  text-decoration:none;
}
.mianbaoxie .backList {
  display: block;
  width: 117px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  float: right;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  cursor:pointer;
}
.mianbaoxie .backList img {
  display: inline-block;
  *display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.mianbaoxie1200 { width: 100%; height: 50px; margin-top: 13px; margin-bottom: 30px; position: relative; z-index: 9; }
.mianbaoxie1200 .con {
  width: 100%;
  height: 50px;
  background: url(../images/mub01addressbg.png) repeat;
}
.mianbaoxie1200 .p1 {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #fff;
  float: left;
  width: 1180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mianbaoxie1200 .p1 a {
  color: #fff;
  padding: 0 4px;
}
.mianbaoxie1200 .p1 img {
  margin: 0 10px 0 20px;
  position: relative;
  top: 4px;
}
.mianbaoxie1200 .p2 {
  float: right;
  font-size: 13px;
  color: #fff;
  line-height: 50px;
  margin-right: 22px;
}
.mub01address_search .con {
  top: 0px;
}

/* InpageSidebar01 侧栏导航1公共样式*/
.InpageSidebar01 {
  width: 100%;
  background-color: #fff;
}
.InpageSidebar01 .top {
  width: 100%;
  height: 80px;
  background: #c41228;
}
.InpageSidebar01 .top h2 {
  height: 80px;
  text-indent: 28px;
  line-height:80px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.InpageSidebar01 .top h2:after { content: ''; display: block; width: 21px; height: 26px; background: url(../images/inpagesidebar01_icon01.png) no-repeat; position: absolute; right: 30px; top: 27px; z-index: 2;}

.InpageSidebar01 .top h2 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.InpageSidebar01 .classify .box {
  position: relative;
  border:1px solid #e4e4e4;
  border-top: none;
}
.InpageSidebar01 .classify .box:first-child {
  border-top: 1px solid #e4e4e4;
}
.InpageSidebar01 .classify dl {
  padding: 14px 19px 18px 30px;
}
.InpageSidebar01 .classify dt {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}

.InpageSidebar01 .classify dt:before,
.InpageSidebar01 .classify dt:after,
.InpageSidebar01 .classify dd p:hover:after,
.InpageSidebar01 .classify dd p.cur:after,
.InpageSidebar01 .classify dd p:hover:before,
.InpageSidebar01 .classify dd p.cur:before
{ 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 15px;
  top: 6px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}
.InpageSidebar01 .classify dt:after { 
  right:18px;
  border-left-color: #fff;
}

.InpageSidebar01 .classify .box:hover dt:before, .InpageSidebar01 .classify .box dt.cur:before {
  /*background: url(../images/mub02_jt04.png);*/
  border-left-color: #c41228;
}

.InpageSidebar01 .classify .box:hover dt:after, .InpageSidebar01 .classify .box dt.cur:after {
  border-left-color: #f5f5f5;
}

.InpageSidebar01 .classify dd p:hover:after,
.InpageSidebar01 .classify dd p.cur:after,
.InpageSidebar01 .classify dd p:hover:before,
.InpageSidebar01 .classify dd p.cur:before { 
  border-left-color:#fff;
  top: 10px;
}
.InpageSidebar01 .classify dd p:hover:after,
.InpageSidebar01 .classify dd p.cur:after {
  right:18px;
  border-left-color: #c41228;
}

.InpageSidebar01 .classify dt a {
  color: #333333;
}
.InpageSidebar01 .classify dd p {
  border-left: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  position: relative;
}
.InpageSidebar01 .classify dd p a {
  font-size: 15px;
  color: #333333;
  display: block;
  text-indent: 16px;
  text-decoration: none;
}
.InpageSidebar01 .classify .box i {
  display: none;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #c41228;
}
.InpageSidebar01 .classify .box:hover {
  background: #f5f5f5;
}
.InpageSidebar01 .classify .box:hover i {
  display: block;
}

.InpageSidebar01 .classify .box:hover dt a,.InpageSidebar01 .classify .box dt.cur a {
  color: #c41228;
  display: block;
  text-decoration: none;
}
.InpageSidebar01 .classify .box:hover dt, .InpageSidebar01 .classify .box dt.cur {
  font-weight: bold;
}

.InpageSidebar01 .classify dd p:hover a, .InpageSidebar01 .classify dd p.cur a {
  color: #fff;
}
.InpageSidebar01 .classify dd p:hover, .InpageSidebar01 .classify dd p.cur {
  background-color: #c41228;
}

/* InpageSidebar02 侧栏导航2公共样式*/
.InpageSidebar02 .classify {
  border: 1px solid #e4e4e4;
  border-top: none;
  position: relative;
}
.InpageSidebar02 .classify li {
  height: 58px;
  border-top: 1px solid #e4e4e4;
  text-indent: 28px;
  font-size: 15px;
  color: #333333;
  line-height: 58px;
  position: relative;
  /*background: url(../images/mub02_jt03.png) no-repeat 90% center;*/
}

.InpageSidebar02 .classify li a {
  color: #333333;
  display: block;
  text-decoration: none;
}
.InpageSidebar02 .classify li:hover,.InpageSidebar02 .classify li.cur {
 /* background: url(../images/mub02_jt04.png) no-repeat 90% center #f5f5f5;*/
 background-color: #f5f5f5;
}
.InpageSidebar02 .classify li:hover a,.InpageSidebar02 .classify li.cur a {
  color: #c41228;
  font-weight: bold;
}

.InpageSidebar02 .classify li:before, .InpageSidebar02 .classify li:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 10%;
  top: 22px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}
.InpageSidebar02 .classify li:after { 
  right:11%;
  border-left-color: #fff;
}
 
.InpageSidebar02 .classify li:hover:before, .InpageSidebar02 .classify li.cur:before {
  border-left-color: #c41228;
}
.InpageSidebar02 .classify li:hover:after, .InpageSidebar02 .classify li.cur:after {
  border-left-color: #f5f5f5;
}

.InpageSidebar02 .classify i {
  display: block;
  width: 3px;
  background: #c41228;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 9;
}
.InpageSidebar02 .xgzx {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 0 12px 16px;
}
.InpageSidebar02 .xgzx h3 {
  font-size: 18px;
  color: #c41228;
  font-weight: normal;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  text-indent: 10px;
}
.InpageSidebar02 .xgzx p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.InpageSidebar02 .xgzx p a {
  color: #333333;
}
.InpageSidebar02 .xgzx p:hover a {
  color: #c41228;
}

/*联系我们*/
.sidebarContactUs {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 0 12px 20px;
  margin-bottom:20px;
  background-color: #fff;
}
.sidebarContactUs h3 {
  font-size: 18px;
  color: #c41228;
  font-weight: normal;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  text-indent: 10px;
}
.sidebarContactUs p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
  line-height: 20px;
  padding: 0 10px;
}
.sidebarContactUs .zxzx {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  background: #c41228;
  text-decoration: none;
  margin-top: 20px;
}
.sidebarContactUs .zxzx span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  border-right: 1px solid #fff;
  background: url(../images/zxzx_icon01.png) no-repeat center;
}
.sidebarContactUs .zxzx em {
  display: block;
  width: 109px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
}
.sidebarContactUs .zxzx em img {
  display: inline-block;
  *display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

/*相关新闻*/
.xiangguan-news-box {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 0 12px 16px;
  background-color: #fff;
}
.xiangguan-news-box h3 {
  font-size: 18px;
  color: #c41228;
  font-weight: normal;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  text-indent: 10px;
}
.xiangguan-news-box p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xiangguan-news-box p a {
  color: #333333;
}
.xiangguan-news-box p:hover a {
  color: #c41228;
}

/* mub02Title 内页头部公共样式*/
.mub02Title {
  width: 100%;
  text-align: center;
}
.mub02Title h2 {
  font-size: 20px;
  color: #c41228;
  font-weight: normal;
}
.mub02Title h2 a {
  color: #c41228;
  text-decoration: none;
  font-weight: bold;
}
.mub02Title i {
  display: block;
  width: 96%;
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 26px;
  margin-left: 2%;
  position: relative;
}
.mub02Title i:before { content: ''; display: block; width: 22px; height: 3px; background-color: #c41228; position: absolute; left: 50%; top: -1px; margin-left: -11px; z-index: 9;}
.mub02Title i:after { content: ''; display: block; width: 40px; height: 3px; background-color: #fff; position: absolute; left: 50%; top: -1px; margin-left: -20px; z-index: 2; }
.mub02Title i img {
  display: none;
  width: 100%;
  height: 3px;
}
.mub02Title02{
    overflow:hidden;
}
.mub02Title02 em {
    display: inline-block;
}
.mub02Title02 h2{
    display:inline-block;
}
#wordTitle {
    font-size: 14px;
}

/* mub02Top*/
.mub02Top {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.mub02Top h2 {
  font-size: 18px;
  color: #c41228;
  font-weight: normal;
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
}

/* mub02Top2*/
.mub02Top2 {
  width: 100%;
  height: 83px;
  background: url(../images/mub02top2bg.jpg) repeat center top;
}
.mub02Top2 h3 {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #c41228;
}
.mub02Top2 h3 em {
  font-weight: bold;
}
.mub02Top2 a.more {
  display: block;
  font-size: 13px;
  color: #999999;
  line-height: 80px;
  float: right;
  text-decoration:none;
}
.mub02Top2 i img {
  display: block;
}
.mub02Top2 i {
  display: block;
}

/*产品列表*/
.proListSection {
  width: 100%;
}
.proListSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 100%;
  margin: 0 auto;
}
.proListSection .mainCon .conBox {
    width: 100%;
    margin: 20px auto 0;
}
.proListSection .mainCon .conBox ul {
  width: 96%;
  position: relative;
  left: 2%;
}
.proListSection .mainCon .conBox li {
  float: left;
  width: 32%;
  margin-right: 1.8%;
  margin-bottom: 20px;
}
.proListSection .mainCon .conBox li.noMl {
  margin-right:0px;
}
.proListSection .mainCon .conBox li .Pic {
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  display: block;
}
.proListSection .mainCon .conBox li .Pic img {
  display:block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-out;
}
.proListSection .mainCon .conBox li .intro {
  width: 100%;
  height: 140px;
  text-align: center;
  padding-top: 14px;
  position: relative;
}
.proListSection .mainCon .conBox li .intro h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proListSection .mainCon .conBox li .intro h3 a {
  color: #333333;
  text-decoration: none;
}
.proListSection .mainCon .conBox li .intro p {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height:44px;
  text-align: left;
}
.proListSection .mainCon .conBox li .intro .btn {
  overflow: hidden;
  width: 96%;
  height: 42px;
  /*
  background: url(../images/prolistbg01.png) no-repeat center;
  */
  position: absolute;
  bottom: 0px;
  left: 2%;
  border: solid 1px #d8d8d8;
  border-radius: 50px;
}
.proListSection .mainCon .conBox li .intro .btn a {
  display: block;
  width: 50%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}
.proListSection .mainCon li .btn a i {
  display: inline-block;
  width: 7px;
  height: 12px;
  /*background: url(../images/mub02_jt03.png) no-repeat center;*/
  margin-left: 8px;
  position: relative;
  top: -1px;
}


.proListSection .mainCon li .btn a i:before, .proListSection .mainCon li .btn a i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -10px;
}
.proListSection .mainCon li .btn a i:after { 
  right:3px;
  border-left-color: #fff;
}
.proListSection .mainCon li .btn a:hover i:before {
  /*background: url(../images/mub02_jt02.png) no-repeat center;*/
  border-left-color: #fff;
}
.proListSection .mainCon li .btn a:hover i:after {
  border-left-color: #c41228;
} 


.proListSection .mainCon .conBox li .intro .btn a:first-child {
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
}
.proListSection .mainCon .conBox li .intro .btn a:hover {
  color: #fff;
  background-color: #c41228;
}
.proListSection .mainCon .conBox li .intro h3 a {
  color: #c41228;
}
.proListSection .mainCon .conBox li .intro .btn a.more:hover {
    /*
  background: url(../images/prolistbg02.png) no-repeat center;
  */
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover {
    /*
  background: url(../images/prolistbg03.png) no-repeat center;
  */
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
}
.proListSection .mainCon .conBox li:hover .Pic img {
  transform: scale(1.2);
}

/*产品列表一行显示2个*/
.proListSectionShow2 .mainCon .conBox li { width: 49%; margin-right: 2%; }

/* 相关阅读/推荐阅读公共样式*/
.tuijian-reading-box {
 width:96%;
  border: 1px solid #e4e4e4;
  padding: 0 2% 10px;
  margin-top: 20px;
  background-color: #fff;
}
.tuijian-reading-box .conBox {
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
}
.tuijian-reading-box .conBox ul {
  width: 100%;
}
.tuijian-reading-box .conBox li {
  width: 47%;
  padding-right: 3%;
  overflow: hidden;
  float: left;
  margin-bottom: 13px;
}
.tuijian-reading-box .conBox li a {
  display: block;
  font-size: 14px;
  color: #333333;
  float: left;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuijian-reading-box .conBox li a:hover {
  color: #c41228;
}
.tuijian-reading-box .conBox li span {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: arial;
  float: right;
}

/*常见问题、公司动态、行业动态公用的样式*/
.public-layout { padding: 0 19px 10px; margin-top:16px; }
.public-layout dl {
  margin-top: 30px;
  width: 100%;
  height: 220px;
}
.public-layout dt {
  float: left;
  width: 38%;
  height: 100%;
  overflow: hidden;
}
.public-layout dt img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
}
.public-layout dt a:hover img {
  border: 1px solid #c41228;
}
.public-layout dd {
  width: 60%;
  float: left;
  position: relative;
  height: 100%;
  margin-left: 2%;
}
.public-layout dd h3 {
  font-size: 16px;
  color: #333333;
  font-weight:bold;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-layout dd h3 a {
  color: #333333;
  text-decoration: none;
}
.public-layout dd p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 18px;
}
.public-layout dd a.more {
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  text-align: center;
  width: 128px;
  height: 48px;
  line-height: 48px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
}
.public-layout dd a.more:hover {
  background: #c41228;
  color: #fff;
  border-color: #c41228;
}
.public-layout dd:hover h3 a {
  color: #c41228;
}
.public-layout ul {
  width: 100%;
  margin-top: 30px;
}
.public-layout li {
  width: 47%;
  overflow: hidden;
  padding-right: 3%;
  float: left;
  margin-bottom: 13px;
}
.public-layout li a {
  display: block;
  font-size: 14px;
  color: #333333;
  float: left;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-layout li a:hover {
  color: #c41228;
}
.public-layout li span {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: arial;
  float: right;
}
.company-news-box .mub02Top2 { background: none;}

/*新闻列表*/
.newsListSection {
  width: 100%;
}
.newsListSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 98%;
  margin: 0 auto;
}
.newsListSection .newsListIntro {
  width:96%;
  margin:20px auto 0;
}
.newsListSection .newsListIntro .box1 {
  margin-bottom: 20px;
  height: 218px;
}
.newsListSection .newsListIntro .box1 dl {
    height: 100%;
}
.newsListSection .newsListIntro .box1 dt {
  float: left;
  width: 38%;
  height: 100%;
  overflow: hidden;
}
.newsListSection .newsListIntro .box1 dt img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
}
.newsListSection .newsListIntro .box1 dt a:hover img {
  border: 1px solid #c41228;
}
.newsListSection .newsListIntro .box1 dd {
  width: 60%;
  float: right;
  position: relative;
  height: 100%;
  
}
.newsListSection .newsListIntro .box1 dd h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsListSection .newsListIntro .box1 dd h3 a {
  color: #333333 ;
  text-decoration: none;
}
.newsListSection .newsListIntro .box1 dd p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 18px;
}
.newsListSection .newsListIntro .box1 dd a.more {
  font-size: 13px;
  color: #999999;
  text-decoration: none;
  text-align: center;
  width: 128px;
  height: 48px;
  line-height: 48px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
}
.newsListSection .newsListIntro .box1 dd a.more:hover {
  background: #c41228;
  color: #fff;
  border-color: #c41228;
}
.newsListSection .newsListIntro .box1 dd:hover h3 a {
  color: #c41228;
}
.newsListSection .newsListIntro .box2 dl {
  padding: 18px 0;
  border-top: 1px solid #e4e4e4;
  height: 136px;
}
.newsListSection .newsListIntro .box2 dt {
  width: 20%;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  float: left;
}
.newsListSection .newsListIntro .box2 dt span {
  display: block;
  font-size: 42px;
  color: #666666;
  font-weight: bold;
  font-family: arial;
  padding-top: 32px;
}
.newsListSection .newsListIntro .box2 dt em {
  font-size: 16px;
  color: #666666;
  display: block;
  font-family: arial;
}
.newsListSection .newsListIntro .box2 dd {
  width: 77%;
  height: 100%;
  position: relative;
  float: right;
}
.newsListSection .newsListIntro .box2 dd h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsListSection .newsListIntro .box2 dd h3 a {
  color: #333333;
  text-decoration: none;
}
.newsListSection .newsListIntro .box2 dd p {
  line-height: 24px;
  margin-top: 14px;
  font-size: 14px;
  color: #666666;
  width: 93%;
}
.newsListSection .newsListIntro .box2 dd p a {
  color: #666666;
  text-decoration: none;
}
.newsListSection .newsListIntro .box2 dd span {
  display: block;
  padding-left: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/label.png) no-repeat left center;
  line-height: 18px;
}
.newsListSection .newsListIntro .box2 dd span a {
  color: #999999;
  font-size: 12px;
}
.newsListSection .newsListIntro .box2 dd a.more {
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  overflow: hidden;
}
.newsListSection .newsListIntro .box2 dd a.more img {
  display: block;
  position: relative;
}
.newsListSection .newsListIntro .box2 dl:hover dt {
  background: #c41228;
}
.newsListSection .newsListIntro .box2 dl:hover dt span,.newsListSection .newsListIntro .box2 dl:hover dt em {
  color: #fff;
}
.newsListSection .newsListIntro .box2 dl:hover dd h3 a {
  color: #c41228;
}
.newsListSection .newsListIntro .box2 dl:hover dd a.more img {
  top: -37px;
}

/*新闻详情*/
.newsDetailsSection {
    width: 100%;
    position: relative;
}
.newsDetailsSection .article {
  border: 1px solid #e4e4e4;
  width: 99.8%;
  position: relative;
}
#newsconhits span {
    float: right;
}
.newsDetailsSection .article .conBox {
  padding: 20px 19px 0;
}
.newsDetailsSection .article .title h1 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}
.newsDetailsSection .article .title .share {
  width: 100%;
  height: 24px;
}
.newsDetailsSection .article .title .share p {
  float: left;
  overflow: hidden;
}
.newsDetailsSection .article .title .share p span {
  display: block;
  font-size: 12px;
  color: #999999;
  float: left;
  padding: 0 8px;
  border-left: 1px dotted #b6b6b6;
}
.newsDetailsSection .article .title .share p span:first-child {
  padding-left: 0;
  border-left: none;
}
.newsDetailsSection .article .title .share p span #cntrHits {
  float:right;
}
.newsDetailsSection .article .title .share ul {
  float: right;
}
.newsDetailsSection .article .title .share li {
  margin-left: 7px;
  width: 24px;
  height: 24px;
  float: left;
}
.newsDetailsSection .article .title .share li img {
  display: block;
}
.newsDetailsSection .article .title i {
  width: 100%;
  display: block;
  height: 1px;
  margin-top: 12px;
  /*background: url(../images/mub02top2_xian.png) no-repeat center;
  background-size:100% 100%;*/
}
.newsDetailsSection .article .title p.label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-left: 26px;
  background: url(../images/label.png) no-repeat left center;
  line-height: 16px;
  margin-top: 20px;
}
.newsDetailsSection .article .con {
  margin-top: 20px;
  padding-bottom: 20px;
  overflow:hidden;
}
.newsDetailsSection .article .con p {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.newsDetailsSection .article .con p a {
  color:red;
}
.newsDetailsSection .article .context {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  height: 60px;
}
.newsDetailsSection .article .context p {
  width: 50%;
  float: left;
  height: 60px;
  line-height: 60px;
}
.newsDetailsSection .article .context p a {
  font-size: 13px;
  color: #666666;
  display: block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.newsDetailsSection .article .context p.prevNews a {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  /*background: url(../images/mub02_jt01.png) no-repeat left center;*/
}
.newsDetailsSection .article .context p.prevNews a:before, .newsDetailsSection .article .context p.prevNews a:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-left: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-right: 8px #ccc solid;
  overflow: hidden;
  margin-left:-5px;
}
.newsDetailsSection .article .context p.prevNews a:after { 
  left:3px;
  border-right-color: #fff;
}
.newsDetailsSection .article .context p.prevNews a:hover {
  /*background: url(../images/mub02_jt05.png) no-repeat left center;*/
  color: #c41228;
}
.newsDetailsSection .article .context p.prevNews a:hover:before {
  border-right-color: #c41228;
}


.newsDetailsSection .article .context p.NextNews a {
  margin-right: 20px;
  padding-right: 20px;
  text-align: right;
  /*background: url(../images/mub02_jt03.png) no-repeat right center;*/
  position: relative;
}

.newsDetailsSection .article .context p.NextNews a:before, .newsDetailsSection .article .context p.NextNews a:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}
.newsDetailsSection .article .context p.NextNews a:after { 
  right:3px;
  border-left-color: #fff;
}

.newsDetailsSection .article .context p.NextNews a:hover {
  /*background: url(../images/mub02_jt04.png) no-repeat right center;*/
  color: #c41228;
}
.newsDetailsSection .article .context p.NextNews a:hover:before {
  border-left-color: #c41228;
}


.newsDetailsSection .article .context p.NextNews {
  border-left: 1px solid #e7e7e7;
  width: 49%;
}
.newsDetailsSection .backNewsList {
  width: 59px;
  display: block;
  position: absolute;
  left: -59px;
  top: 0;
  cursor:pointer;
 padding:12px 0;
 background-color:#ccc;
 text-align:center;
font-size:14px;
 color:#fff;
}
.newsDetailsSection .backNewsList:hover{ background-color:#c41228; }
.right-side-article .newsDetailsSection { background-color: #fff; }
.right-side-article .newsDetailsSection .article { width: 100%; border: none 0; }
.right-side-article .article .title i { height: 1px; background: none; background-color: #e7e7e7; position: relative; }
.right-side-article .article .title i:before { content: ''; display: block; width: 22px; height: 100%; background-color: #c41228; position: absolute; left: 0; top: 0; z-index: 9; }
.right-side-article .article .title h1 { font-size: 28px; }
.right-side-article .article .conBox { padding: 30px 30px 0; }
/* 在线咨询*/
.online-zixun-box {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  position: relative;
  height: 228px;
  margin-top: 20px;
  margin-bottom:20px;
}
.online-zixun-box .figure {
  width: 165px;
  height: 213px;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.online-zixun-box .figure img {
  display: block;
  width: 165px;
  height: 213px;
}
.online-zixun-box .conBox {
  margin-left: 308px;
  padding-top: 40px;
  margin-right:24px;
}
.online-zixun-box .conBox h3 {
  font-size: 22px;
  color: #c41228;
  font-weight: normal;
}
.online-zixun-box .conBox p {
  font-size: 15px;
  color: #333333;
  margin-top: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  height:40px;
}
.online-zixun-box .conBox .box {
  margin-top: 20px;
}
.online-zixun-box .conBox .box .zxzx {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  background: #c41228;
  text-decoration: none;
  float: left;
}
.online-zixun-box .conBox .box .zxzx span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  border-right: 1px solid #fff;
  background: url(../images/zxzx_icon01.png) no-repeat center;
}
.online-zixun-box .conBox .box .zxzx em {
  display: block;
  width: 109px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
}
.online-zixun-box .conBox .box .zxzx em img {
  display: inline-block;
  *display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.online-zixun-box .conBox .box .phone {
  float: left;
  margin-left: 56px;
  background: url(../images/mub02ad_phone.png) no-repeat left center;
  padding-left: 44px;
  margin-top: 4px;
}
.online-zixun-box .conBox .box .phone span {
  display: block;
  font-size: 13px;
  color: #666666;
}
.online-zixun-box .conBox .box .phone em {
  display:block;
  font-size: 24px;
  color: #c41228;
  font-family: arial;
}

/*推荐产品公共样式*/
.tuijian-product-box {
  width: 96%;
  border: 1px solid #e4e4e4;
  padding: 0 2% 20px;
  margin-top: 20px;
}
.tuijian-product-box .conBox {
  width: 100%;
  margin-top: 20px;
}
.tuijian-product-box .conBox li {
  width: 32%;
  float: left;
  margin-left: 1.8%;
  text-align: center;
}
.tuijian-product-box .conBox li.noMl {
  margin-right: 0;
}
.tuijian-product-box .conBox li:first-child { margin-left: 0; }
.tuijian-product-box .conBox li span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.tuijian-product-box .conBox li img {
  display: block;
  transform: scale(1);
  transition: all 1s ease-out;
  width: 100%;
  height: auto;
}
.tuijian-product-box .conBox li:hover img {
  transform: scale(1.2);
}
.tuijian-product-box .conBox li em {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.tuijian-product-box .conBox li a {
  display: block;
  text-decoration: none;
}
.tuijian-product-box1200 { width: 1200px; border: none 0; padding: 0; margin: 40px auto; }
.tuijian-product-box1200 .conBox li { width: 24.2%; margin-left: 1%; }

/*产品详情与在线留言导航*/
.proDetailsCanS {
  width: 96%;
  margin: 20px auto 0;
}
.proDetailsCanS .menu {
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.proDetailsCanS .menu li {
  float: left;
  width: 148px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 14px;
  color: #000;
  cursor:pointer;
}
.proDetailsCanS .menu li:first-child { border-left: 1px solid #e4e4e4; }
.proDetailsCanS1200 .menu li:first-child {
  border-left: 1px solid #e4e4e4;
  width: 49.7%; 
}
.proDetailsCanS .menu li.status_on,.proDetailsCanS .menu li.cur {
  background: #c41228;
  border-color: #c41228;
  color: #fff;
}
.proDetailsCanS .conBox {
  width: 100%;
  background: #fff;
  line-height:22px;
}
.proDetailsCanS .conBox .box {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 14px;
}
.proDetailsCanS .conBox .probox{position:relative;left:0;}
.proDetailsCanS .conBox .probox.hide{position:absolute;left:-9999px;}
.proDetailsCanS1200 { width: 100%; }
.proDetailsCanS1200 .menu { width: 1200px; margin: 0 auto; }
.proDetailsCanS1200 .menu li { width: 50%; background-color: #8c8c8c; color: #fff; }

/* mub01Top*/
.mub01Top {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #eaeaea;
}
.mub01Top h3 { color: #333; font-size: 20px; float: left; }
.mub01Top h3 i {
  display: block;
  width: 24px;
  height: 1px;
  background: #c41228;
  position: relative;
  top: 18px;
}
.mub01Top h3 em {
  color: #c41228;
  font-weight: bold;
}
.mub01Top a.more {
  display: block;
  font-size: 13px;
  color: #666666;
  float: right;
  margin-right: 6px;
  text-decoration: none;
  line-height: 34px;
}
.mub01Top a.more:hover {
  color: #c41228;
}

/*产品详情页*/
.proDetailsCanS .conBox .box .linkUsIntro {
  width:870px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
.proDetailsCanS .conBox .box .linkUsIntro ul li {
  float: left;
}
.proDetailsCanS .conBox .box .linkUsIntro ul li img {
  display: block;
  width: 440px;
  height: 280px;
  float: left;
  margin-right: 20px;
}
.proDetailsCanS .conBox .box .linkUsIntro ul li h3 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.proDetailsCanS .conBox .box .linkUsIntro ul li p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 22px;
}
.proDetailsCanS .conBox .box .linkUsAddress {
  width: 870px;
  margin: 0 auto;
}
.proDetailsCanS .conBox .box .linkUsAddress ul {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.proDetailsCanS .conBox .box .linkUsAddress li {
  width: 290px;
  padding-top: 48px;
  height: 282px;
  background: url(../images/linkusaddressbg01.png) repeat-y;
  text-align: center;
  float: left;
}
.proDetailsCanS .conBox .box .linkUsAddress li img {
  display: block;
  margin: 0 auto;
}
.proDetailsCanS .conBox .box .linkUsAddress li h3 {
  margin: 12px 0 42px 0;
  font-size: 16px;
  color: #c41228;
  font-weight: normal;
}
.proDetailsCanS .conBox .box .linkUsAddress li p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
  line-height: 22px;
}
.proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap {
  width: 100%;
  margin-top: 20px;
}
.proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap img {
  display: block;
  width: 870px;
  height: 380px;
}
.proDetailsCanS .conBox .box .LinkUsMap {
  width: 100%;
  margin-top: 20px;
}
.proDetailsCanS .conBox .box .LinkUsMap img {
  display: block;
  width: 870px;
  height: 380px;
}

.proDetailsCanS1200 .conBox .box { width: 1160px; margin: 0 auto; padding: 20px; }

/* proDetailsLy 在线留言*/
.proDetailsLy {
  width: 96%;
  margin: 30px auto 0;
}
.proDetailsLy .conBox .box1 {
  width: 100%;
  margin-top: 33px;
}
.proDetailsLy .conBox .box1 .Input {
  width: 49%;
  height: 58px;
  border: 1px solid #e4e4e4;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.proDetailsLy .conBox .box1 input {
  width: 80%;
  padding-left: 4%;
  padding-right: 51px;
  font-size: 16px;
  color: #999999;
  height:58px;
  line-height: 58px;
  outline: none;
  border: none;
}
.proDetailsLy .conBox .box1 .Input2 {
  float: right;
}
.proDetailsLy .conBox .box1 .Input:after { content: ''; display: block; width: 27px; height: 27px; background-repeat: no-repeat; position: absolute; top: 15px; right: 15px; }
.proDetailsLy .conBox .box1 .Input1:after {
    background-image: url(../images/prodetailsly_icon01.png);
}
.proDetailsLy .conBox .box1 .Input2:after {
    background-image: url(../images/prodetailsly_icon02.png);
}
.proDetailsLy .conBox .box1 textarea {
  padding-left: 2%;
  width: 97.8%;
  height: 150px;
  border: 1px solid #e0e0e0;
  padding-top: 18px;
  font-size: 16px;
  color: #999999;
  outline: none;
  resize: none;
  position: relative;
}
.proDetailsLy .conBox .box1 .txtarea { float: left; width: 100%; position: relative; }
.proDetailsLy .conBox .box1 .txtarea:before { content: ''; display: block; width: 27px; height: 27px; background: url(../images/prodetailsly_icon03.png) no-repeat; position: absolute; right: 15px; top: 18px; z-index: 9;}

.proDetailsLy .conBox .box1 .yzmtj {
  margin-top: 20px;
  width: 100%;
}
.proDetailsLy .conBox .box1 .yzmtj img {
  margin: 10px 0px 15px 15px;
}
.proDetailsLy .conBox .box1 .yzmtj .sr {
  width: 250px;
  float: left;
  border: 1px solid #e0e0e0;
}
.proDetailsLy .conBox .box1 .yzmtj .sr span {
  display: block;
  font-size: 16px;
  color: #999999;
  display: block;
  height: 58px;
  line-height: 58px;
  float: left;
  border-right: 1px solid #e0e0e0;
  width: 100px;
  text-align: center;
}
.proDetailsLy .conBox .box1 .yzmtj .sr input {
  padding:0 10px;
  width: 127px;
  float: left;
  display: block;
  border: none;
  line-height: 58px;
  font-size: 16px;
  color: #999;
  height: 58px;
  outline: none;
}
.proDetailsLy .conBox .box1 .yzmtj #spVerCode img {
  display: block;
  margin-top: 14px;
  margin-left: 10px;
  float: left;
  width:105px;
  height:38px;
}
.proDetailsLy .conBox .box1 .yzmtj a.p {
  line-height:86px;
  margin-left:10px;
  text-decoration: none;
}
.proDetailsLy .conBox .box1 .yzmtj a.tj {
  display: block;
  width: 45%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #c41228;
  float: right;
}

/* proDetailsLy1200*/
.proDetailsLy1200 {
  width: 100%;
  margin-top: 40px;
}
.proDetailsLy1200 .mainCon {
  padding: 40px 40px 0 20px;
  background: #fff;
  height: 420px;
}
.proDetailsLy1200 .mainCon .box1 {
  width: 100%;
}
.proDetailsLy1200 .mainCon .box1 .Input {
  width: 548px;
  height: 58px;
  border: 1px solid #e0e0e0;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.proDetailsLy1200 .mainCon .box1 .Input span {
  width: 130px;
  float: left;
  display: block;
  border-right: 1px solid #e0e0e0;
  line-height: 58px;
  font-size: 16px;
  color: #999999;
  text-indent: 22px;
}
.proDetailsLy1200 .mainCon .box1 input {
  width: 344px;
  padding-left: 22px;
  padding-right: 51px;
  font-size: 16px;
  color: #333333;
  height:58px;
  line-height: 58px;
  outline: none;
  border: none;
}
.proDetailsLy1200 .mainCon .box1 p.input {
  width: 344px;
  padding-left: 22px;
  padding-right: 51px;
  font-size: 16px;
  color: #333333;
  line-height: 58px;
  outline: none;
  border: none;
  margin-left: 131px;
}
.proDetailsLy1200 .mainCon .box1 .Input1 p.input {
  background: url(../images/prodetailsly_icon06.png) no-repeat 372px center;
}
.proDetailsLy1200 .mainCon .box1 .Input1 input {
  background: url(../images/prodetailsly_icon06.png) no-repeat 372px center;
}
.proDetailsLy1200 .mainCon .box1 .Input2 input {
  background: url(../images/prodetailsly_icon01.png) no-repeat 372px center;
}
.proDetailsLy1200 .mainCon .box1 .Input3 input {
  background: url(../images/prodetailsly_icon02.png) no-repeat 372px center;
}
.proDetailsLy1200 .mainCon .box1 .Input4 input {
  background: url(../images/prodetailsly_icon04.png) no-repeat 372px center;
}
.proDetailsLy1200 .mainCon .box1 textarea {
  text-indent: 22px;
  width: 1067px;
  height: 120px;
  border: 1px solid #e0e0e0;
  margin-left: 20px;
  padding-top: 18px;
  font-size: 16px;
  color: #999999;
  outline: none;
  resize: none;
  background: url(../images/prodetailsly_icon05.png) no-repeat 1072px 18px;
  padding-right: 51px;
}
.proDetailsLy1200 .mainCon .box2 {
  text-align: center;
  margin-top: 25px;
}
.proDetailsLy1200 .mainCon .box2 a.tj {
  margin-right: 12px;
}
.proDetailsLy1200 .mainCon .box2 a {
  display: inline-block;
  width: 242px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #666666;
  text-decoration: none;
  /*background: url(../images/prodetailslybg01.png) no-repeat center;*/
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 30px;
}
.proDetailsLy1200 .mainCon .box2 a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  /*background: url(../images/prolistclassify_icon04.png) no-repeat center;*/
  margin-left: 18px;
  position: relative;
}

.proDetailsLy1200 .mainCon .box2 a i:before, .proDetailsLy1200 .mainCon .box2 a i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
}
.proDetailsLy1200 .mainCon .box2 a i:after { 
  right:3px;
  border-left-color: #fff;
}
 
.proDetailsLy1200 .mainCon .box2 a:hover i:before {
  border-left-color: #fff;
}
.proDetailsLy1200 .mainCon .box2 a:hover i:after {
  border-left-color: #c41228;
}

.proDetailsLy1200 .mainCon .box2 a:hover {
  /*background: url(../images/prodetailslybg02.png) no-repeat center;*/
  background-color: #c41228;
  color: #fff;
}


/*产品介绍*/
.proDetailsIntro {
  width: 100%;
  height: 432px;
}
.proDetailsIntro .conL {
  width:50%;
  float: left;
  position: relative;
  height: 100%;
}

.proDetailsIntro .conL i {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  margin-top: -22px;
}
.proDetailsIntro .conL i.prev {
  left: -1px;
}
.proDetailsIntro .conL i.next {
  right: -1px;
}
.proDetailsIntro .conL .btnList {
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  bottom: 18px;
}
.proDetailsIntro .conL .btnList span {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: relative;
  /*background: url(../images/prodetailsintro_icon01.png) no-repeat left top;*/
  background-color: #ccc;
 border-radius:50%;
  margin-left: 14px;
  cursor: pointer;
}
.proDetailsIntro .conL .btnList span.cur {
  background-color: #c41228;
}
.proDetailsIntro .conL .btnList span:first-child {
  margin-left: 0;
}
.proDetailsIntro .conL .conBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.proDetailsIntro .conL .conBox ul {
  position: relative;
  top: 0;
  left: 0;
}
.proDetailsIntro .conL .conBox li {
  float: left;
  width: 100%;
}
.proDetailsIntro .conL .conBox li img {
  display: block;
  width: 100%;
  height: auto;
}
.proDetailsIntro .conR {
  float: right;
  width: 42%;
  height: 100%;
  position: relative;
  margin-right: 5%;
}
.proDetailsIntro .conR h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  height:30px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proDetailsIntro .conR>i {
  display: block;
  height: 1px;
  margin: 15px 0 18px 0;
  background: #e4e4e4;
}
.proDetailsIntro .conR p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  /*height:46%;*/
  display:inline-block;
  overflow:hidden;
}
.proDetailsIntro .conR .box {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.proDetailsIntro .conR .box .zx {
  display: block;
  width: 172px;
  height: 53px;
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 53px;
  /*background: url(../images/prodetailsintrobg01.png) no-repeat center;*/
  background-color: #c41228;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
.proDetailsIntro1200 { width: 1200px; margin: 0 auto;}
.proDetailsIntro1200 .conR .box .zx { width: 197px; height: 60px; line-height: 60px; /*background: url(../images/prodetailsintrobg011.png) no-repeat center;*/ background-color: #c41228; border-radius: 30px; }

.proDetailsIntro .conR .box .zx img {
  position: relative;
  top: 4px;
  margin-left: 12px;
}
.proDetailsIntro .conR .box .phone {
  float: left;
  padding-left: 42px;
  background: url(../images/prodetailsintro_phone.png) no-repeat left center;
  margin-left: 6%;
  margin-top: 6px;
}
.proDetailsIntro1200 .conR .box .phone { padding-left: 56px; background: none; position: relative;}

.proDetailsIntro1200 .conR .box .phone>i { display: block; width: 44px; height: 44px; background-color: #c41228; border-radius: 50%; position: absolute; left: 0; top: 0; z-index: 9;  }
.proDetailsIntro1200 .conR .box .phone>i:before { content: ''; display: block; width: 100%; height: 100%; background: url(../images/prolistclassify_phone.png) no-repeat; position: absolute; left: 0; top: 0; z-index: 99; border-radius: 50%;}

.proDetailsIntro .conR .box .phone span {
  display: block;
  font-size: 13px;
  color: #666666;
}
.proDetailsIntro .conR .box .phone em {
  display: block;
  font-size: 24px;
  color: #c41228;
  font-family: arial;
}

/*前台产品详情图片放大镜*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #c41228;}
.showpage { width:450px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:7px; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

/*公司简介*/
/*
.company-intro-box {
  width: 100%;
  float: right;
}*/
.company-intro-box .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 100%;
  box-sizing: border-box;
}
.company-intro-box .mainCon>.conBox {
  width:96%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  background: #fff;
  line-height:24px;
}
.company-intro-box .mainCon .conBox p {
  font-size:14px;
    margin-bottom:15px;
}

/*图片+标题+链接*/
.imgbox-show01 { padding-top:25px; border: 1px solid #e4e4e4; }
.imgbox-show01 .qyfcIntro {
  width:96%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  overflow: hidden;
}
.imgbox-show01 .qyfcIntro dt {
  float: left;
  width: 68%;
  height: auto;
  overflow: hidden;
}
.imgbox-show01 .qyfcIntro dt img {
  display: block;
  width: 100%;
  height: auto;
}
.imgbox-show01 .qyfcIntro dd {
  width: 29%;
  float: right;
  position: relative;
  height: auto;
  background: #c41228;
  /*padding-top: 48px;*/
  margin-left: 1%;
  padding: 0 1%;
}
.imgbox-show01 .qyfcIntro dd h4 {
  padding-top: 8%;
  font-size: 15px;
  color: #fff;
}
.imgbox-show01 .qyfcIntro dd h3 {
  font-size: 20px;
  color: #fff;
}
.imgbox-show01 .qyfcIntro dd span {
  display: block;
  margin-top: 28px;
  font-size: 12px;
  color: #fff;
  font-family: arial;
}
.imgbox-show01 .qyfcIntro dd i {
  display: block;
  width: 54px;
  height: 2px;
  background: #fff;
  margin-top: 15%;
}
.imgbox-show01 .qyfcIntro dd em {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
}
.imgbox-show01 .qyfcIntro dd p {
  font-size: 24px;
  color: #fff;
  font-family: arial;
}
.imgbox-show01 .qyfcIntro ul {
  margin-top: 20px;
  width: 100%;
}
.imgbox-show01 .qyfcIntro li {
  width: 32%;
  float: left;
  margin-right: 1.8%;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}
.imgbox-show01 .qyfcIntro li.noMl { margin-right: 0; }

.imgbox-show01 .qyfcIntro li span {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  overflow: hidden;
}
.imgbox-show01 .qyfcIntro li.cfsb span {
  height:auto;
}
.imgbox-show01 .qyfcIntro li.cfsb span img {
  height:auto;
}
.imgbox-show01 .qyfcIntro li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-out;
}
.imgbox-show01 .qyfcIntro li:hover img {
  transform: scale(1.2);
}
.imgbox-show01 .qyfcIntro li a {
  display: block;
  text-decoration: none;
}
.imgbox-show01 .qyfcIntro li em {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  color:#333;
}

.imgbox-show01-1200 { width: 1200px; margin: 0 auto 30px; background-color: #fff; }
.imgbox-show01-1200 .qyfcIntro { width: 1160px; margin: 0 auto; }
.imgbox-show01-1200 .qyfcIntro li { width: 275px; margin-right: 20px; }

/*标题+图片+简介+链接*/
.imgbox-show02 {
  width: 100%;
}
.imgbox-show02 .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 98%;
  padding-bottom: 0px;
}
.imgbox-show02 .mainCon .conBox, .imgbox-show01 .mainCon .conBox {
  width:96%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  background: #fff;
  line-height:24px;
}
.imgbox-show02 .mainCon .conBox p {
  font-size:14px;
    margin-bottom:15px;
}
.imgbox-show02-1200 { width: 1200px; margin: 0 auto 30px; background-color: #fff; }
.imgbox-show02-1200 .mainCon, .imgbox-show01-1200 .mainCon { border: none 0; width: 1160px; margin: 0 auto; padding-top: 0; }
.imgbox-show02-1200 .mainCon .conBox, .imgbox-show01-1200 .mainCon .conBox { width: 100%; margin-top: 0; padding-top: 20px; }

/*图片标题简介*/
dl.dl_42 {
  width: 32.333333%;
  height: auto;
  margin-right:1.5%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
dl.dl_42.noMl {
  margin-right:0px;
}
dl.dl_42 dt {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
dl.dl_42 dt img {
  display: block;
  transform:scale(1);
  transition: all 2s ease-out;
  width: 100%;
  height: auto;
}
dl.dl_42 dt:hover img {
  transform: scale(1.2);
}
dl.dl_42 dd {
  width: 100%;
  padding: 15px 0 0;
  height: 177px;
  background: #fff;
  position: relative;
}
dl.dl_42 dd h4 {
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
dl.dl_42 dd h4 a {
  color: #333333;
  text-decoration: none;
  font-weight:bold;
}
dl.dl_42 dd p {
  line-height: 24px;
  color: #666666;
  font-size: 13px;
  margin-top: 10px;
  height: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
dl.dl_42 dd .btn {
  overflow: hidden;
  width: 96%;
  height: 42px;
  line-height:42px;
  /*
  background: url(../images/prolistbg01.png) no-repeat center;
  */
  border: solid 1px #d8d8d8;
  border-radius: 50px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
dl.dl_42 dd .btn a {
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}
dl.dl_42 dd .btn a i {
  display: inline-block;
  width: 7px;    height: 12px;
  /*background: url(../images/mub02_jt03.png) no-repeat center;*/
  margin-left: 8px;
  position: relative;
  top: -1px;
}


dl.dl_42 dd .btn a i:before, dl.dl_42 dd .btn a i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -10px;
}
dl.dl_42 dd .btn a i:after { 
  right:3px;
  border-left-color: #fff;
}
dl.dl_42 dd .btn a:hover i:before {
  border-left-color: #fff;
}
dl.dl_42 dd .btn a:hover i:after {
  border-left-color: #c41228;
}


dl.dl_42 dd .btn a:first-child {
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
}
dl.dl_42 dd .btn a:hover {
  color: #fff;
  background-color: #c41228;
}
dl.dl_42 dd:hover h4 a {
  color: #c41228;
}

dl.dl_42 dd .btn a.more:hover {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

dl.dl_42 dd .btn a.zx:hover {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.imgbox-show02-1200 dl.dl_42 { width: 275px; margin-right: 20px;}
.imgbox-show02-1200 dl.dl_42.noMl { margin-right: 0; }

/*合作伙伴没有链接一行5个*/
.imgbox-show01 .con { width: 100%; }
dl.dl_2s {
  float:left;
  width: 24%;
  margin-bottom:16px;
  margin-right: 1.3%;
}
dl.dl_2s.noMl {
  margin-right:0px;
}
dl.dl_2s dt img {
  width: 100%;
  height: auto;
  background:#eee;
  display:block;
  overflow:hidden;
  padding: 2px;
  transition:background 0.5s ease;
  -o-transition:background 0.5s ease;
  -moz-transition:background 0.5s ease;
  -webkit-transition:background 0.5s ease;
}
dl.dl_2s dd {
  float:left;
  width:100%;
  margin: 8px 0;
  height:24px;
  text-align:center;
}
dl.dl_2s dd {
  color:#333333;
  font-size:14px;
  line-height:24px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
dl.dl_2s dd h4 {
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
dl.dl_2s:hover dt img {
  background:#c41228;
}
dl.dl_2s:hover dd {
  color:#c41228;
  text-decoration: none;
}
dl.dl_2s:hover dd a {
  color:#c41228;
  text-decoration: none;
}

/*发展历程*/
.fzlcSection {
  width: 100%;
}
.fzlcSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 99%;
  margin: 0 auto;
}
.fzlcSection .mainCon .conBox {
  width:96%;
  margin: 62px auto 0;
  padding-bottom: 56px;
}
.fzlcSection .mainCon .conBox .con {
  margin-left: 124px;
  border-left: 1px solid #e4e4e4;
}
.fzlcSection .mainCon .conBox .fzlcTime {
  float: left;
  margin-left: -96px;
  margin-top: 22px;
}
.fzlcSection .mainCon .conBox .fzlcTime span {
  font-size: 32px;
  color: #c41228;
  font-weight: bold;
  font-family: arial;
}
.fzlcSection .mainCon .conBox .fzlcTime i {
  display: inline-block;
  *display: inline-block;
  width: 30px;
  height: 1px;
  background: #c41228;
  position: relative;
  top: -10px;
  margin-left: 10px;
}
.fzlcSection .mainCon .conBox .box {
  margin-top: 50px;
  width: 100%;
}
.fzlcSection .mainCon .conBox .box:first-child {
  margin-top: 0;
}
.fzlcSection .mainCon .conBox dl {
  float: left;
  margin-left: 5%;
  width: 92%;
}
.fzlcSection .mainCon .conBox dt {
  float: left;
  width: 38%;
  overflow: hidden;
}
.fzlcSection .mainCon .conBox dt img {
  display:block;
  width:100%;
  height:auto;
}
.fzlcSection .mainCon .conBox dd {
  float: right;
  width: 60%;
}
.fzlcSection .mainCon .conBox dd p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

/*联系我们width910*/
.aboutSection { width: 100%; }
.aboutSection .contactuscont { width: 96%; margin: 20px auto; }
.aboutSection .contactuscont p { margin-bottom: 15px; font-size: 14px;}
.aboutSection .proDetailsLy .mub02Title i { width: 100%; margin-left: 0; }

.aboutSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 908px;
  padding-bottom: 0px;
}
.aboutSection .mainCon .conBox {
  width:870px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  background: #fff;
  line-height:24px;
}
.aboutSection .mainCon .conBox p {
  font-size:14px;
  margin-bottom:15px;
}

/*荣誉资质*/
.honorSection {
  width: 100%;
}
.honorSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 99%;
  margin: 0 auto;
}
.honorSection .mainCon .honorShow {
  width:96%;
  margin: 20px auto 0;
  padding-bottom: 17px;
  overflow: hidden;
}
.honorSection .mainCon .honorShow .box {
  width: 100%;
  height: auto;
  background: url(../images/honor_yy01.png) no-repeat center bottom;
  margin-bottom: 24px;
}
.honorSection .mainCon .honorShow .box ul {
  width: 92%;
  height: 100%;
  /*background: url(../images/honor_yy02.png) no-repeat center 235px;*/
  padding: 0 4%;
  position: relative;
}
.honorSection .mainCon .honorShow .box ul:before { content: ''; display: block; width: 100%; height: 43px; background: url(../images/honor_yy02.png) no-repeat; position: absolute; bottom: 58px; left: 0; z-index: 1; }
.honorSection .mainCon .honorShow .box li {
  width: 32%;
  float: left;
  margin-left: 2%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.honorSection .mainCon .honorShow .box li.noMl {
  margin-left: 0;
}
.honorSection .mainCon .honorShow .box li span {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.honorSection .mainCon .honorShow .box li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-out;
}
.honorSection .mainCon .honorShow .box li:hover img {
  transform: scale(1.2);
}
.honorSection .mainCon .honorShow .box li em {
  display: block;
  margin-top:33px;
  font-size: 16px;
  color: #333333;
  height:34px;
  line-height: 24px;
  overflow:hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honorSection .mainCon .honorShow .box li a {
  text-decoration: none;
  display: block;
}

/*视频中心*/
.qyfcSection {
  width: 100%;
}
.qyfcSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 99%;
}
.qyfcSection .mainCon .qyfcIntro {
  width:96%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  overflow: hidden;
}
.qyfcSection .mainCon .qyfcIntro dt {
  float: left;
  width: 600px;
  height: 400px;
}
.qyfcSection .mainCon .qyfcIntro dt img {
  display: block;
  width: 600px;
  height: 400px;
}
.qyfcSection .mainCon .qyfcIntro dd {
  width: 222px;
  float: right;
  position: relative;
  height: 352px;
  background: #c41228;
  padding-top: 48px;
  padding-left: 48px;
}
.qyfcSection .mainCon .qyfcIntro dd h4 {
  font-size: 15px;
  color: #fff;
}
.qyfcSection .mainCon .qyfcIntro dd h3 {
  font-size: 20px;
  color: #fff;
}
.qyfcSection .mainCon .qyfcIntro dd span {
  display: block;
  margin-top: 28px;
  font-size: 12px;
  color: #fff;
  font-family: arial;
}
.qyfcSection .mainCon .qyfcIntro dd i {
  display: block;
  width: 54px;
  height: 2px;
  background: #fff;
  margin-top: 208px;
}
.qyfcSection .mainCon .qyfcIntro dd em {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
}
.qyfcSection .mainCon .qyfcIntro dd p {
  font-size: 24px;
  color: #fff;
  font-family: arial;
}
.qyfcSection .mainCon .qyfcIntro ul {
  margin-top: 20px;
  width: 100%;
}
.qyfcSection .mainCon .qyfcIntro li {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}
.qyfcSection .mainCon .qyfcIntro li.noMl { margin-right: 0; }
.qyfcSection .mainCon .qyfcIntro li span {
  display: block;
  width: 99%;
  height: 185px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.qyfcSection .mainCon .qyfcIntro li.cfsb span {
  height:auto;
}
.qyfcSection .mainCon .qyfcIntro li.cfsb span img {
  height:auto;
}
.qyfcSection .mainCon .qyfcIntro li img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-out;
}
.qyfcSection .mainCon .qyfcIntro li:hover img {
  transform: scale(1.2);
}
.qyfcSection .mainCon .qyfcIntro li a {
  display: block;
  text-decoration: none;
}
.qyfcSection .mainCon .qyfcIntro li em {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  color:#333;
}
#videoli {
  text-align:left;
}
#videoli span {
  height:auto;
}
#videoli span img {
  height:auto;
}
.qyfcSection .mainCon .qyfcIntro li .wen {
  width:100%;
  height: 50px;
  background:url(../images/sp_wen.png) repeat center;
  position:absolute;
  left:0;
  bottom:0;
  z-index:1;
}
.qyfcSection .mainCon .qyfcIntro li .wen h6 {
  font-weight:normal;
  font-size:14px;
  color:#fff;
  float:left;
  margin-left:4%;
  margin-top: 7px;
  width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qyfcSection .mainCon .qyfcIntro li .wen h6 a {
  color:#fff;
}
.qyfcSection .mainCon .qyfcIntro li .wen h6 em {
  display:block;
  font-size:13px;
  color:#ccc;
  padding-left:20px;
  background:url(../images/sp_i02.png) no-repeat left center;
  margin-top: 2px;
}
.qyfcSection .mainCon .qyfcIntro li .wen a.img {
  display:block;
  width:35px;
  height:35px;
  float:right;
  margin-top: 8px;
  margin-right:15px;
  background:url(../images/sp_i03.png) no-repeat left center;
}

/*paging 分页公共样式*/
#paging ul {
  width:98%;
}
#paging .paging {
  margin-top: 20px;
}
.InpageSearch .mainCon .paging {
  border:1px solid #e4e4e4;
}
.paging {
  border-top: 1px solid #e4e4e4;
  height: 59px;
}
.paging .pagingPrev {
  width: 13%;
  height: 59px;
  line-height: 59px;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  float: left;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}
.paging .pagingPrev i, .paging .pagingNext i {
  display: inline-block;
  *display: inline-block;
  width: 8px;
  height: 14px;
  /*background: url(../images/mub02_jt01.png) no-repeat center;*/
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.paging .pagingPrev i:before, .paging .pagingPrev i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-left: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-right: 8px #ccc solid;
  overflow: hidden;
  margin-left:-5px;
}
.paging .pagingPrev i:after { 
  left:3px;
  border-right-color: #fff;
}

.paging .pagingPrev:hover, .paging .pagingPrev:hover a {
  color: #c41228;
  font-weight: bold;
}
.paging .pagingPrev:hover i:before {
 /* background: url(../images/mub02_jt05.png) no-repeat center;*/
  border-right-color: #c41228;
}


.paging .pagingNext {
  width: 13%;
  height: 59px;
  line-height: 59px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  float: right;
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}
.paging .pagingNext i:before, .paging .pagingNext i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -10px;
}
.paging .pagingNext i:after { 
  right:3px;
  border-left-color: #fff;
}

.paging .pagingNext:hover, .paging .pagingNext:hover a {
  color: #c41228;
  font-weight: bold;
}
.paging .pagingNext:hover i:before {
  /*background: url(../images/mub02_jt04.png) no-repeat center;*/
   border-left-color: #c41228;
}



.paging ul {
  width: 72%;
  float: left;
  text-align: center;
  padding-top: 17px;
}
.paging ul a {
  display: inline-block;
  *display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 15px;
  color: #999999;
  font-family: arial;
  margin-left: 4px;
  text-decoration: none;
}
.paging ul a.cur {
  color: #fff;
  text-decoration: none;
  background: #c41228;
}
.paging ul a:hover {
  background: #c41228;
  color: #fff;
}



/*分页1200*/
.paging1200 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.paging1200 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.paging1200 span > a.previousBtn {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  font-size: 0;
}
.paging1200 span > a.nextBtn {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  font-size: 0;
}
.paging1200 p.jk_num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.paging1200 p > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 45px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #999;
  margin: 0 5px;
  cursor: pointer;
 /* background: url(../images/pagingbg01.png) no-repeat center;*/
  background-color: #f4f4f4;
  border:solid 1px #d1d1d1;
  border-radius: 50%;
}
.paging1200 .jk_num a:hover, .paging1200 a.cur {
  /*background: url(../images/pagingbg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
  color: #fff;
}


/* 404样式 */
.ConBox-Con {
    width: 682px;
    margin: 0 auto;
    padding-top: 290px;
}

.ConBox404 {
    background: url(../images/bg.jpg) no-repeat center / cover;
    height: 1080px;
    width: 100%;
}

.ConBox-Con h1 {
    text-align: center;
    font-size: 32px;
    color: #999;
    font-weight: normal;
}

.ConBox-Con p {
    font-size: 24px;
    color: #999;
    text-align: center;
    padding-top: 370px;
}
.ConBox-Con ul {
    padding-top: 30px;
}
.ConBox-Con ul li {
    width: 155px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-left: 16px;
    box-shadow: 0 12px 50px rgba(0,0,0,0.1);
}
.ConBox-Con ul li:first-child {
    margin-left: 0;
}

.ConBox-Con ul li a {
    display: block;
    font-size: 15px;
    color: #666;
    text-decoration: none;
}

.ConBox-Con ul li.li04 {
    background: #ff6c00;
}

.ConBox-Con ul li.li04 a {
    color: #fff;
}
/* 样式 End */

/*404页面*/
.notpagecontent {
  width: 768px;
  margin: 0 auto;
  width: 960px;
  padding: 118px 106px 134px 86px;
}
.notpagecontent .content {
  width: 768px;
}
.notpagecontent .notleft {
  float: left;
}
.notpagecontent .notritht {
  float: right;
}

/* 搜索*/
  #paging ul {
  width:98%;
}
#paging .paging {
  margin-top: 20px;
}
.InpageSearch {
  width: 100%;
}
.InpageSearch .top {
  padding-top: 52px;
  height: 108px;
  background: #e5e5e5;
}
.InpageSearch .Input {
  width: 608px;
  height: 57px;
  position: relative;
  margin: 0 auto;
}
.InpageSearch .Input input#seachkeywords {
  width:520px;
  height: 57px;
  line-height: 57px;
  padding: 0 60px 0 28px;
  font-size: 16px;
  color: #333333;
  border: none;
  background-color: #fff;
  border-radius: 50px;
  outline: none;
}
.InpageSearch .Input a {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.InpageSearch .mainCon {
  padding: 30px 30px;
  background: #fff;
}
.InpageSearch .mainCon .conBox .searchTitle {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.InpageSearch .mainCon .conBox .box {
  width: 100%;
}
.InpageSearch .mainCon .conBox .box li {
  padding: 20px 0 26px;
  border-bottom: 1px solid #e5e5e5;
}
.InpageSearch .mainCon .conBox .box li:first-child {
  border-top: 1px solid #e5e5e5;
}
.InpageSearch .mainCon .conBox .box li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.InpageSearch .mainCon .conBox .box li h3 a {
  color: #333333;
  text-decoration: none;
}
.InpageSearch .mainCon .conBox .box li p.p1 {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 18px;
}
.InpageSearch .mainCon .conBox .box li p.p1 a {
  color: #666666;
  text-decoration: none;
}
.InpageSearch .mainCon .conBox .box li p.p2 {
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  margin-top: 30px;
}
.InpageSearch .mainCon .conBox .box li p.p2 span {
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
}
.InpageSearch .mainCon .conBox .box li p.p2 a {
  display: block;
  float: left;
  font-size: 14px;
  color: #666666;
  font-family: arial;
    margin-left: 32px;
    background: url(../images/inpagesearch_icon02.png) no-repeat left center;
    padding-left: 24px;
}
.InpageSearch .mainCon .conBox .box li:hover h3 a {
  color: #c41228;
}
.InpageSearch .mainCon .conBox .box li.cpsosu {
  float: left;
}
.InpageSearch .mainCon .conBox .box li.cpsosu .Pic {
  display: block;
  width: 300px;
  overflow: hidden;
  float: left;
}
.InpageSearch .mainCon .conBox .box li.cpsosu .Pic img {
  display: block;
  transform:scale(1);
  transition: all 2s ease-out;
  width:300px;
}
.InpageSearch .mainCon .conBox .box li.cpsosu:hover .Pic img {
  transform: scale(1.2);
}
.InpageSearch .mainCon .conBox .box li.cpsosu .intro {
  padding: 0px 32px 0;
  width:776px;
  float: left;
}
input.go {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 4px;
    top: 4px;
    border: navajowhite;
    background: #c41228 url(../images/inpagesearch_icon01.png) no-repeat center;
    border-radius: 50%;
    cursor:pointer;
}

/* webMap 网站地图*/
.map_main {
  overflow:hidden;
  border:solid 5px #F0F0F0;
  margin:20px 0;
  padding-bottom:30px;
  background:#fff;
}
.sitemap_con {
  width:1120px;
  margin:0 auto;
  color:#666;
}
.sitemap_con .map_top {
  border-bottom:solid 1px #d7d7d7;
}
.sitemap_con .map_top img {
  float:left;
}
.site_r_link {
  width:136px;
  margin-top:20px;
  border:1px solid #cdcdcd;
  background:#F8F8F8;
  padding:5px 10px;
  float:right;
}
.site_plc {
  background:url(../images/ico27.gif) no-repeat 0 11px;
  padding:5px 0;
  text-indent:10px;
}
.sitemap_con h4 {
  line-height:30px;
  margin:10px 0;
  margin-right: 10px;
}
.sitemap_con h4 a {
  color:#000;
  font-size:16px;
}
.b4 {
  border:1px dashed #efefef;
  padding:10px 5px;
}
.b4 ul {
  padding:0 11px;
}
.b4 li {
  float:left;
  line-height:25px;
  height:25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:342px;
  overflow:hidden;
  margin:0 10px;
  font-size: 14px;
}
.b4 li a {
  color:#000;
}
.b4 li a:hover {
  color:#c41228;
}


/*网站消息提示*/
  #xiaoxibox {
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: #aaa;
  text-align: center;
}
.xiaoxibox {
  border-right: #777 1px solid;
  padding-right: 20px;
  border-top: #777 1px solid;
  padding-left: 125px;
  font-size: 12px;
  padding-bottom: 20px;
  margin: 150px auto auto;
  border-left: #777 1px solid;
  width: 450px;
  color: #333;
  line-height: 1.5em;
  padding-top: 25px;
  border-bottom: #777 1px solid;
  text-align: left;
  background: url() #fff no-repeat 22px 43px;
}
.xiaoxibox .boxcont {
  height: 60px;
}
.xiaoxibox H3 {
  padding-left: 12px;
  font-weight: bold;
  font-size: 14px;
  margin: -25px -20px 20px -125px;
  color: #fff;
  line-height: 28px;
  background-color: #777;
}
#back {
  color:#f39700;
}
#spTimeout {
  font-weight: bold;
  color: #f39700;
  font-size: 14px;
  margin-right: 5px
}

/*友情链接*/
  .yplj_con {
  width: 100%;
  background: url(../images/yplj_ing.jpg) no-repeat center;
  padding-bottom: 30px;
}
.sp-title {
  width: 100%;
  height: 40px;
  border: none;
  line-height: 25px;
  overflow: hidden;
  color: #444;
  margin-right: 2px;
  padding-top: 20px;
}
.sp-title li {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #E2E2E2;
  float: left;
  overflow: hidden;
}
.sp-title li a {
  font-size: 15px;
  color: #333333;
}
.sp-title li .yqljsq {
  float: left;
  margin-left: 15px;
  font-size: 15px;
}
.sp-title li .yqljck {
  float: right;
  margin-right: 15px;
}
.formbox table tbody tr td input {
  height: 20px;
}
.formbox {
  font-size: 14px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.formbox input[type="button"] {
  cursor: pointer;
}
.formbox table tbody tr td input, .formbox table tbody tr td textarea {
  width: 300px;
  padding: 5px;
}
.formbox table tbody tr td input.b18 {
  width: 80px;
  height: 30px;
}
.formbox em {
  display: block;
  width: 317px;
  height: 34px;
  position: relative;
}
.formbox .sc {
  display: block;
  z-index: 2;
  width: 16px;
  height: 15px;
  background: url(../images/tj.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 9px;
}

/*相关新闻1200*/
.proListNews {
  width: 100%;
  margin: 40px 0;
}
.proListNews .mainCon {
  padding: 41px 0;
  background: #fff;
}
.proListNews .mainCon dl {
  float: left;
  margin-left: 40px;
  width: 577px;
  padding-right: 41px;
  border-right: 1px dotted #b2b2b2;
}
.proListNews .mainCon dt {
  width: 220px;
  height: auto;
  float: left;
  overflow: hidden;
}
.proListNews .mainCon dt img {
  display: block;
  width: 100%;
  height: auto;
}
.proListNews .mainCon dd {
  width: 330px;
  float: right;
  height: auto;
  min-height: 138px;
  position: relative;
}
.proListNews .mainCon dd h3 {
  font-size: 16px;
  font-weight: normal;
}
.proListNews .mainCon dd h3 a {
  color: #000000;
  text-decoration: none;
}
.proListNews .mainCon dd p a {
  color: #666666;
  text-decoration: none;
  display:block;
  font-size:14px;
 margin-top:10px;
 line-height: 22px;
}
.proListNews .mainCon dd span {
  display: block;
  font-size: 13px;
  color: #999999;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.proListNews .mainCon dd a.more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/list_circle.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px  #bcbcbc;
}
.proListNews .mainCon dl:hover dd a.more {
  background-position: left bottom;
  background-color: #c41228;
  border-color: #c41228;
}
.proListNews .mainCon dl:hover dd h3 a {
  color: #c41228;
}
.proListNews .mainCon ul {
  width: 474px;
  float: right;
  margin-right: 30px;
}
.proListNews .mainCon li {
  overflow: hidden;
  margin-top: 15px;
}
.proListNews .mainCon li a {
  display: block;
  font-size: 13px;
  color: #333333;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.proListNews .mainCon li a:hover {
  color: #c41228;
}
.proListNews .mainCon li span {
  display: block;
  font-size: 13px;
  color: #999999;
  font-family: arial;
  margin-right: 10px;
  float: right;
}

 /* newsListMenu1200*/
.newsListMenu {
  width: 100%;
  text-align: center;
}
.newsListMenu li {
  display: inline-block;
  *display: inline;
  *zoom:1;
  font-size: 14px;
  color: #333333;
  /*background: url(../images/aboutmenubg01.png) no-repeat center;*/
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 8px;
  width: 141px;
  text-align: center;
}
.newsListMenu li a {
  color: #333;
  text-decoration: none;
  display: block;
}
.newsListMenu li:first-child {
  margin-left: 0;
}
.newsListMenu li.cur a {
  /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
  color: #fff;
  border-radius: 30px;
}
.newsListMenu li:hover a {
  /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
  color: #fff;
  border-radius: 30px;
}

/*新闻中心1200*/
.newsCenterPress {
  width: 100%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
margin-top:30px;
}
.newsCenterPress .mainCon {
  width: 100%;
  margin-top: 28px;
}
.newsCenterPress .mainCon li {
  width: 370px;
  float: left;
  height: auto;
  margin-left: 45px;
  position: relative;
}
.newsCenterPress .mainCon li:first-child {
  margin-left: 0;
}
.newsCenterPress .mainCon li .Pic {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.newsCenterPress .mainCon li .Pic img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  width: 100%;
  height: auto;
}
.newsCenterPress .mainCon li:hover img {
  transform: scale(1.2);
}
.newsCenterPress .mainCon li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin: 36px 0 8px 0;
}
.newsCenterPress .mainCon li h3 a {
  color: #333;
  text-decoration: none;
  width: 370px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsCenterPress .mainCon li p.p1 span {
  font-size: 13px;
  color: #999999;
}
.newsCenterPress .mainCon li p.p1 .time {
  margin-right: 18px;
  font-family: arial;
}
.newsCenterPress .mainCon li p.p2 .readNum {
  font-family: arial;
}
.newsCenterPress .mainCon li p.p2 {
  height: 90px;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  margin-top: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsCenterPress .mainCon li a.more {
  width: 133px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #999999;
  /*background: url(../images/newscenterpressbg01.png) no-repeat center;*/
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 40px;
}
.newsCenterPress .mainCon li:hover h3 a {
  color: #c41228;
}
.newsCenterPress .mainCon li:hover a.more {
  /*background: url(../images/newscenterpressbg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
  color: #fff;
}

/* mub01Title 模板1公共标题*/
.aboutHonor .mub01Title {
  width: 100%;
  text-align: center;
  padding-top:0px;
}
.mub01Title a:hover { text-decoration: none; }
.mub01Title h3 {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: bold;
  position: relative;
}
.mub01Title h3 em {
  color: #c41228;
  font-weight: bold;
}
.mub01Title h3 i {
  display: inline-block;
  height: 1px;
  background: #e5e5e5;
  width: 534px;
  position: relative;
  top: -6px;

}
.mub01Title h3 i.xianL {
  margin-right: 12px;
}
.mub01Title h3 i.xianR {
  margin-left: 12px;
}
.mub01Title p {
  font-size: 12px;
  color: #999999;
  font-family: arial;
  margin-top: 6px;
}

/*常见问题*/
.newsCenterPress2 {
  padding: 30px 0;
  width: 100%;
}
.newsCenterPress2 .mainCon {
  width: 100%;
  margin: 28px auto 0;
}
.newsCenterPress2 .mainCon dl {
  width: 100%;
  padding: 39px 0;
  height: auto;
  border: 1px solid #dfdfdf;
  border-top: none;
  background: #fff;
  position: relative;
}
.newsCenterPress2 .mainCon dl:first-child {
  border-top: 1px solid #dfdfdf;
}
.newsCenterPress2 .mainCon dt {
  width: 220px;
  height: auto;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}
.newsCenterPress2 .mainCon dt img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  width: 100%;
  height: auto;
}
.newsCenterPress2 .mainCon dl:hover dt img {
  transform: scale(1.2);
}
.newsCenterPress2 .mainCon dd {
  width: 875px;
  height: auto;
  min-height:150px;
  position: relative;
  margin-left: 28px;
  float: left;
}
.newsCenterPress2 .mainCon dd h3 {
  font-size: 20px;
  font-weight: normal;
  width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsCenterPress2 .mainCon dd h3 a {
  color: #000000;
  text-decoration: none;
}
.newsCenterPress2 .mainCon dd p {
  width: 810px;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  margin-top: 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsCenterPress2 .mainCon dd .label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-left: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/newslist_icon03.png) no-repeat left center;
  line-height: 16px;
}
.newsCenterPress2 .mainCon dd .label a:hover {
  color: #c41228;
}
.newsCenterPress2 .mainCon dd .rq {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 140px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsCenterPress2 .mainCon dd .zan {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 74px;
  padding-left: 24px;
  padding-top: 2px;
  cursor: pointer
}
.newsCenterPress2 .mainCon dd .readNum {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  background: url(../images/newslist_icon02.png) no-repeat left center;
  position: absolute;
  top: 5px;
  right: 4px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsCenterPress2 .mainCon dd a.more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/list_circle.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px  #bcbcbc;
}
.newsCenterPress2 .mainCon dl:hover dd a.more {
  background-position: left bottom;
background-color: #c41228;
  border-color: #c41228;
}
.newsCenterPress2 .mainCon dl:hover dd h3 a {
  color: #c41228;
}
.newsCenterPress2 .mainCon dl:hover {
  box-shadow: 0 0 10px 6px #eeeeee;
  z-index: 99;
}

/* newsList 新闻列表页1200*/
  /* newsListCon*/
#newsListCon .mainCon .conBox {
  padding-top: 20px;
}
.newsListCon {
  width: 100%;
  margin: 40px 0;
}
#newsListCon {
  margin-top:0px;
}
.newsListCon .mainCon {
  width: 1200px;
  margin: 0 auto;
}
.newsListCon .mainCon .conBox {
  width: 1200px;
  margin: 0 auto;
}
.newsListCon .mainCon .con {
  width: 100%;
}
.newsListCon .mainCon dl {
  width: 1198px;
  padding: 39px 0;
  height: auto;
  border: 1px solid #dfdfdf;
  border-top: none;
  background: #fff;
  position: relative;
}
.newsListCon .mainCon dl:first-child {
  border-top: 1px solid #dfdfdf;
}
.newsListCon .mainCon dt {
  width: 220px;
  height: auto;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}
.newsListCon .mainCon dt img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  width:100%;
  height:auto;
}
.newsListCon .mainCon dl:hover dt img {
  transform: scale(1.2);
}
.newsListCon .mainCon dd {
  width: 875px;
  height: auto;
  min-height: 150px;
  position: relative;
  margin-left: 28px;
  float: left;
}
.newsListCon .mainCon dd h3 {
  font-size: 20px;
  font-weight: normal;
}
.newsListCon .mainCon dd h3 a {
  color: #000000;
  text-decoration: none;
}
.newsListCon .mainCon dd p {
  width: 810px;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  margin-top: 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsListCon .mainCon dd .label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-left: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/newslist_icon03.png) no-repeat left center;
  line-height: 16px;
}
.newsListCon .mainCon dd .zan {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  background: url(../images/newslist_icon055.png) no-repeat left top;
  position: absolute;
  top: 5px;
  right: 74px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsListCon .mainCon dd .readNum {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  background: url(../images/newslist_icon02.png) no-repeat left center;
  position: absolute;
  top: 5px;
  right: 4px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsListCon .mainCon dd a.more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/list_circle.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 0;
border-radius: 50%;
  border: solid 1px  #bcbcbc;
}
.newsListCon .mainCon dl:hover dd a.more {
  background-position: left bottom;
background-color: #c41228;
  border-color: #c41228;
}
.newsListCon .mainCon dl:hover dd h3 a {
  color: #c41228;
}
.newsListCon .mainCon dl:hover {
  box-shadow: 0 0 10px 6px #eeeeee;
  z-index: 99;
}
/* about关于我们页面 1200*/
/* aboutMenu*/
.aboutMenu {
  width: 1200px;
  text-align: center;
  padding: 10px 0 40px;
  margin: 0 auto;
}
.aboutMenu li {
  display: inline-block;
  *display: inline;
  *zoom:1;
  font-size: 14px;
  color: #333333;
  /*background: url(../images/aboutmenubg01.png) no-repeat center;*/
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  width: 141px;
  text-align: center;
}
.aboutMenu li a {
  color: #333;
  text-decoration: none;
  display: block;
}
.aboutMenu li:first-child {
  margin-left: 0;
}
.aboutMenu li.cur {
  /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
}
.aboutMenu li.cur a {
  color: #fff;
}
.aboutMenu li:hover {
  /*background: url(../images/aboutmenubg02.png) no-repeat center;*/
  background-color: #c41228;
  border-color: #c41228;
}
.aboutMenu li:hover a {
  color: #fff;
}
/* aboutIntro*/
.aboutIntro {
  width: 100%;
  padding-top:30px;
  padding-bottom: 40px;
  background: #fff;
  margin-bottom: 35px;
}
.aboutIntro .mainCon {
  width: 100%;
  margin-top: 34px;
  font-size: 14px;
}
.aboutIntro .mainCon .dt {
  float: left;
  width: 540px;
}
.aboutIntro .mainCon .dd {
  width: 600px;
  float: right;
  position: relative;
}
.aboutIntro .mainCon .dd h3 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
}
.aboutIntro .mainCon .dd p {
  line-height: 24px;
  color: #333333;
  font-size: 13px;
  margin-top: 10px;
}
.aboutIntro .mainCon .dd i {
  display: block;
  width: 34px;
  height: 2px;
  background: #c41228;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* aboutHonor*/
.aboutHonor {
  width: 100%;
  padding-bottom: 20px;
}
.aboutHonor .mub01Title h3 {
  color: #1e1e1e;
}
.aboutHonor .mub01Title p {
  color: #999999;
}
.aboutHonor .mainCon {
  width: 100%;
  position: relative;
  margin-top: 34px;
}
.aboutHonor .mainCon i {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  overflow: hidden;
}
.aboutHonor .mainCon .btn01 {
  background: url(../images/aboutmienbtn01.png) no-repeat left top;
  left: -70px;
}
.aboutHonor .mainCon .btn02 {
  background: url(../images/aboutmienbtn02.png) no-repeat left top;
  right: -70px;
}
.aboutHonor .mainCon .aboutHonorCon {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
} 
.aboutHonor .mainCon .aboutHonorCon ul {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.aboutHonor .mainCon .aboutHonorCon li {
  width: 280px;
  float: left;
  margin-right: 20px;
}
.aboutHonor .mainCon .aboutHonorCon li span {
  display: block;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.aboutHonor .mainCon .aboutHonorCon li a {
  text-decoration: none;
  display: block;
}
.aboutHonor .mainCon .aboutHonorCon li img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #f4f4f4;
}
.aboutHonor .mainCon .aboutHonorCon li img:hover {
  border: 1px solid #c41228;
}
.aboutHonor .mainCon .aboutHonorCon li span:hover {
  color: #c41228;
}
/* aboutHistory*/
#lc {
  padding-top:20px;
}
.aboutHistory {
  width: 100%;
  padding-bottom: 44px;
  background: #fff;
  position: relative;
  padding-top: 20px;
}
.aboutHistory .mainCon {
  width: 100%;
  margin-top: 34px;
}
.aboutHistory .mainCon .conL {
  float: left;
  width: 540px;
  height: 360px;
  padding: 0;
}
.aboutHistory .mainCon .conL a {
  display: block;
}
.aboutHistory .mainCon .conR {
  width: 635px;
  height: 360px;
  margin-left: 25px;
  float: left;
  overflow: hidden;
}
.aboutHistory .mainCon .conR .box {
  width: 588px;
  height: 360px;
  float: left;
  overflow: hidden;
  padding-left: 36px;
  background: url(../images/abouthistory_xian.png) no-repeat left top;
  overflow: hidden;
}
.aboutHistory .mainCon .conR ul {
  width: 570px;
}
.aboutHistory .mainCon .conR li {
  padding-top: 32px;
  ; border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}
.aboutHistory .mainCon .conR li dt {
  width: 98px;
  float: left;
  font-size: 23px;
  color: #c41228;
  font-weight: bold;
  font-family: arial;
}
.aboutHistory .mainCon .conR li dd {
  width: 470px;
  float: left;
}
.aboutHistory .mainCon .conR li dd p {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  text-align: left;
}
.aboutHistory .mainCon .conR li:first-child {
  padding-top: 0;
}
.aboutHistory .mainCon .scroll {
  width: 11px;
  height: 360px;
  float: right;
  position: relative;
  background: url(../images/scroll02.png);
  z-index: 99;
}
.aboutHistory .mainCon .scroll p {
  width: 11px;
  height: 61px;
  background: url(../images/scroll01.png);
  cursor: auto;
  left: 0;
  top: 1px;
  position: absolute;
  background: url(../images/scroll01.png);
}
#fzlc {
  padding-top: 0px;
}
.aboutHistoryHelp {
  width: 100%;
  background: #fff;
  position: relative;
}
.aboutHistoryHelp .conL {
  float: left;
  width: 540px;
  height: 360px;
  padding: 0;
}
.aboutHistoryHelp .conL a {
  display: block;
}
.aboutHistoryHelp .conR {
  width: 575px;
  height: 360px;
  margin-left: 25px;
  float: left;
  overflow: hidden;
}
.aboutHistoryHelp .conR .box {
  width: 510px;
  height: 360px;
  float: left;
  overflow: hidden;
  padding-left: 36px;
  background: url(../images/abouthistory_xian.png) no-repeat left top;
  overflow: hidden;
}
.aboutHistoryHelp .conR ul {
  width: 540px;
}
#aboutHistoryUl li a {
  cursor: default;
}
.aboutHistoryHelp .conR li {
  padding-top: 32px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}
.aboutHistoryHelp .container {
  width: 1140px;
}
.aboutHistoryHelp .conR li dt {
  width: 98px;
  float: left;
  font-size: 26px;
  color: #c41228;
  font-weight: bold;
  font-family: arial;
}
.aboutHistoryHelp .conR li dd {
  width: 408px;
  float: left;
}
.aboutHistoryHelp .conR li dd p {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  text-align: left;
}
.aboutHistoryHelp .conR li:first-child {
  padding-top: 0;
}
.aboutHistoryHelp .scroll {
  width: 11px;
  height: 360px;
  float: right;
  position: relative;
  background: url(../images/scroll02.png);
  z-index: 99;
}
.aboutHistoryHelp .scroll p {
  width: 11px;
  height: 61px;
  background: url(../images/scroll01.png);
  cursor: auto;
  left: 0;
  top: 1px;
  position: absolute;
  background: url(../images/scroll01.png);
}
.aboutHistoryHelp .mub01Title h3 i {
  width: 506px;
}
#fzlcdesc {
  font-size: 12px;
  color: #999999;
  font-family: arial;
  margin-top: 6px;
  text-align: center;
  margin-bottom: 20px;
}
.aboutHistory #licheng {
  padding-top: 0px;
}

/* aboutMien*/
.aboutMien {
  width: 100%;
  padding-top: 30px;
  background: #fff;
}
.aboutMien .mainCon {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 34px;
}
.aboutMien .mainCon span {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  overflow: hidden;
}
.aboutMien .mainCon .btn01 {
  background: url(../images/aboutmienbtn01.png) no-repeat left top;
  left: 0;
}
.aboutMien .mainCon .btn02 {
  background: url(../images/aboutmienbtn02.png) no-repeat left top;
  right: 0;
}
.aboutMien .aboutMienCon {
  overflow: hidden;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative
}
.aboutMien .aboutMienCon .aboutMienBox {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.aboutMien .aboutMienCon .iteam {
  position: absolute;
  overflow: hidden;
  height: auto;
  top: 12% !important;
}
.aboutMien .aboutMienCon .iteam img {
  display: block;
}
.aboutMien .aboutMienCon .iteam b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/aboutmienbg.png) repeat;
}
.aboutMien .aboutMienCon .iteam.active b {
  display: none;
}
.aboutMien .aboutMienCon .iteam.active {
  height: auto;
  top: 0 !important;
}
.aboutMien .aboutMienCon .iteam.active p {
  color: #333333;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}
.aboutMien .aboutMienCon .iteam.active p a {
  display: block;
  color: #333;
  text-decoration: none;
}

/* linkUsMap*/
.contact-us1200 { margin-bottom: 30px; }
.contact-us1200 .linkUsMap {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon .conL {
  width: 455px;
  height: 496px;
  float: left;
  background: #fff;
  padding: 54px 70px 0 75px;
}
.contact-us1200 .linkUsMap .mainCon .conL h3 {
  font-size: 24px;
  color: #006699;
  margin-bottom: 42px;
}
.contact-us1200 .linkUsMap .mainCon .conL .box {
  width: 100%;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li:first-child {
  border-top: 1px solid #e5e5e5;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li img {
  display: block;
  margin-top: 18px;
  float: left;
}
.contact-us1200 .linkUsMap .mainCon .conL .box li p {
  float: left;
  margin-top: 26px;
  width: 402px;
  float: right;
}
.contact-us1200 .linkUsMap .mainCon .conL .box p span {
  font-size: 15px;
  color: #666666;
}
.contact-us1200 .linkUsMap .mainCon .conL .box p em {
  font-size: 15px;
  color: #333;
}

/* linkUsLy*/
.contact-us1200 .linkUsLy {
  width: 100%;
  margin-top: 12px;
}
.contact-us1200 .linkUsLy .mainCon {
  width: 100%;
  height: 520px;
  background: url(../images/linkuslybg.jpg) no-repeat top;
  padding-bottom: 20px;
  position: relative;
}
.contact-us1200 .linkUsLy .mainCon .box {
  width: 500px;
  margin-left: 620px;
  padding-top: 55px;
}
.contact-us1200 .linkUsLy .mainCon .box input {
  width: 408px;
  height: 58px;
  line-height: 58px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
}
.contact-us1200 .linkUsLy .mainCon .box .input1 {
  background: url(../images/linkusly_icon01.png) no-repeat 452px center;
}
.contact-us1200 .linkUsLy .mainCon .box .input2 {
  background: url(../images/linkusly_icon02.png) no-repeat 452px center;
}
.contact-us1200 .linkUsLy .mainCon .box textarea {
  width: 408px;
  height: 80px;
  padding: 0 70px 0 20px;
  border: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  outline: none;
  font-size: 16px;
  color: #999999;
  padding-top: 20px;
  background: url(../images/linkusly_icon03.png) no-repeat 452px 20px;
  resize: none;
}
.contact-us1200 .linkUsLy .mainCon .box a {
  display: block;
  height: 60px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  background: #c41228;
  text-decoration: none;
}
.contact-us1200 .linkUsLy .mainCon .title {
  position: absolute;
  top: 66px;
  left: 70px;
}
.contact-us1200 .linkUsLy .mainCon .title h3 {
  font-size: 24px;
  color: #c41228;
}
.contact-us1200 .linkUsLy .mainCon .title p {
  font-size: 20px;
  color: #b8b8b8;
  font-family: arial;
  margin-top: 2px;
}
.contact-us1200 .linkUsLy .mainCon li {
  margin-bottom: 20px;
  color: #777;
  height: 60px;
  list-style:none;
}
.contact-us1200 .linkUsLy .mainCon label {
  display: inline-block;
  float: left;
  line-height: 60px;
  height: 58px;
  width: 77px;
  border: 1px solid #dedede;
  border-right-width: 0;
  text-align: center;
  background: #fff;
}
.contact-us1200 .linkUsLy .mainCon .iptTxt {
  float: left;
  width: 252px;
  border: 1px solid #dedede;
  height: 16px;
  line-height: 16px;
  padding: 10px 0;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #333;
}
.contact-us1200 .linkUsLy .mainCon li.yzm .iptTxt {
  float: left;
  width: 130px;
  margin-bottom: 0px;
}
.contact-us1200 cite {
  display: block;
}
.contact-us1200 .linkUsLy .mainCon cite {
  float: left
}
.contact-us1200 .linkUsLy .mainCon cite img {
  width: 110px;
  margin-left: 10px;
  margin-top: 10px;
}
.contact-us1200 .linkUsLy .mainCon cite #spChgVerCode {
  display: inline;
  text-align: left;
  font-size: 14px;
  color: #000;
  background: none;
}

/*人才招聘*/
.rczp {background: #f6f6f6;padding: 18px 15px;position: relative;z-index: 2;}
.rczp .conleft {width: 360px;}
.rczp .conleft h3 {margin-bottom: 45px;font-weight: normal;}
.rczp .conleft h3 em {display: block;font-size: 12px;color: #979797;margin-bottom: 14px;}
.rczp .conleft h3 span {display: block;font-size: 24px;color: #333;}
.rczp .conleft .box {background: #c41228;position: relative;}
.rczp .conleft .box .embg {width: 0;height: 0;border: 6px solid #c41228;border-right: none;border-top-color: #f4f4f4;position: absolute;left: 0; top: -6px;}
.rczp .conleft dl {padding-left: 95px;position: relative;color: #fff;height: 101px;border-bottom: 1px solid #f4f4f4;}
.rczp .conleft dl dt {font-size: 20px;margin-bottom: 10px;padding-top: 25px;}
.rczp .conleft dl dt em {display: block;width: 32px;height: 32px;position: absolute;left: 40px;top: 24px;}

.rczp .conright {width: 810px;padding-top: 30px;}
.rczp .conright .ulTop {border-bottom: 1px solid #f6f6f6;}
.rczp .conright .ulTop li {float: left; background: #fff;height: 70px;line-height: 70px;text-align: center;color: #666;border-right: 1px solid #f6f6f6;}
.rczp .conright .ulTop li.li1 {width: 373px;text-align: left;text-indent: 40px;}
.rczp .conright .ulTop li.li2 {width: 104px;}
.rczp .conright .ulTop li.li3 {width: 165px;}
.rczp .conright .ulTop li.li4 {width: 164px;}

.rczp .conright .conbox .conTop {height: 69px; background: #fff;border-bottom: 1px solid #f6f6f6;}
.rczp .conright .conbox .conTop li {float: left;height: 69px;line-height: 69px;text-align: center;color: #666;}
.rczp .conright .conbox .conTop li.li1 {width: 373px;font-size: 20px;color: #333;position: relative;text-align: left;text-indent: 40px;cursor: pointer;}
.rczp .conright .conbox .conTop li.li2 {width: 104px;}
.rczp .conright .conbox .conTop li.li3 {width: 165px;}
.rczp .conright .conbox .conTop li.li4 {width: 163px;text-align: left;text-indent: 30px;background: url(../images/rczpicon08.png) no-repeat 110px center;cursor: pointer;}
.rczp .conright .conbox .conTop li.li1 em {display: none;width: 0;height: 0;border: 7px solid #fff;border-bottom: none;border-left-color: #f0f0f0;border-right-color: #f0f0f0;position: absolute;left: 90px;top: 69px;}

.rczp .conright .conbox .boxBot {display: none;background: #f0f0f0;padding: 30px 40px; font-size: 16px; line-height: 24px;}
.rczp .conright .conbox.cur .conTop li.li1 em {display: block;}
.rczp .conright .conbox.cur .boxBot {display: block;}
.rczp .conright .conbox .boxBot .p1 {font-size: 16px;color: #333;margin-bottom: 15px;}
.rczp .conright .conbox .boxBot ol {list-style: decimal;margin-left: 15px;margin-bottom: 45px;}
.rczp .conright .conbox .boxBot ol li {list-style: decimal;margin-bottom: 10px;}
.rczp .conright .conbox .zxsq {display: block;height: 53px;line-height: 53px;width: 153px;background: #7E3C93;text-align: center;color: #fff;}

.rczp .conleft .HRxx {background: #fff; margin-top: 20px;padding-left: 35px;padding-bottom: 30px;color: #333;}
.rczp .conleft .HRxx h4 {padding-top: 30px;background: url(../images/hrxx.png) no-repeat 240px 25px;padding-bottom: 23px;color: #c41228;font-size: 24px;font-weight: normal;}
.rczp .conleft .HRxx .p1 {font-size: 16px;margin-bottom: 10px;}
.rczp .conleft .HRxx .p2 {font-size: 16px;}

/* helpList 帮助列表页*/
.helpListCon {
  width: 100%;
  margin-bottom: 30px;
}
.helpListCon .mainCon {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.helpListCon .mainCon .conBox {
  display: block;
  margin: 0 20px;
  padding: 20px 0;
}
.helpListCon .mainCon .con {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.helpListCon .mainCon .con p {
  text-align: left;
}

/*下载1*/
.cishu{display:none;}
.ny_down02{float: left; width: 373px; height: 130px; margin:0 20px 20px 0; }
.ny_down02.noMl { margin-right: 0; }
.ny_down03{ width: 100%;height:100%; background-color:#ededed; overflow:hidden;}
.ny_down03 dd{width: 293px;float:left;height:100%;padding:0 20px;text-align: left;}
.ny_down03 dt{ width:40px; float:right; height:100%;}
.ny_down03 dd h5{ font-size:16px; font-weight:normal; margin-top:25px; margin-bottom:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_down03 dd h5 a { color:#333;}
.ny_down03 dd span{ display:block; line-height:18px; font-size:12px; color:#999; margin-bottom:3px;}
.ny_down03 dt i{ display:block; cursor:pointer; width:34px; height:35px; margin:0 auto; margin-top:40px; background:url(../images/nydown_d.png) no-repeat center  top;}
.ny_down03:hover dd{ background-color:#c41228;}
.ny_down03:hover dd h5 a{ color:#fff;}
.ny_down03:hover dd span{ color:#fff;}
.ny_down03:hover dt i{ background-position:bottom;}
.ny_down03:hover dt{ background-color:#101010;}

/*下载2*/
.wdxz {background: #f6f6f6;padding: 95px 0;position: relative;z-index: 2;}
.wdxz h3 {margin-bottom: 50px;}
.wdxz h3 em {display: block;font-size: 12px;color: #979797;margin-bottom: 15px;}
.wdxz h3 span {display: block;font-size: 24px;color: #000;font-weight: normal;}
.wdxz .wdxz_con ul {height: 59px;border-bottom: 1px solid #e9e9e9;background: #fff;}
.wdxz .wdxz_con ul li {float: left;height: 59px;line-height: 59px;font-size: 15px;}
.wdxz .wdxz_con ul li.li1 {width: 877px;text-indent: 45px; border-right: 1px solid #eeeeee;}
.wdxz .wdxz_con ul li.li2 {width: 133px;text-align: center;border-right: 1px solid #eee;color: #999;}
.wdxz .wdxz_con ul li.li3 {width: 187px;}
.wdxz .wdxz_con ul li.li3 a {display: block;height: 59px;text-indent: 50px;background: url(../images/wdxzicon01.png) no-repeat 123px center;}
.wdxz .wdxz_con ul:hover {background: #c41228;color: #fff;}
.wdxz .wdxz_con ul:hover li.li1 { border-right-color: #ddd;}
.wdxz .wdxz_con ul:hover li.li1 a {color: #fff;}
.wdxz .wdxz_con ul:hover li.li2 {color: #fff; border-right-color: #ddd;}
.wdxz .wdxz_con ul:hover li.li3 a {color: #fff;}

/*弹框确认下载*/
.TCbox{ position: fixed;left:0;top:0;width:100%;height: 100%;background:url(../images/bg01.png);z-index: 99999;display:none; }
.tkBox{ overflow:hidden; width:308px; height:265px; padding:0 25px; background:url(../images/tkbgbig.png) no-repeat center; position:absolute; left:50%; margin-left:-179px; top:50%; margin-top:-167px; }
.tkBox .tkTit{ overflow:hidden; margin:0 aut0; height:43px; margin-top:15px; }
.tkBox .tkTit li{ float:left; width:154px; height:42px; line-height:42px;border-bottom:1px solid #c41228; font-size:18px; text-align:center; color:#fff;}
.tkBox .tkTit li.cur{ border-bottom:1px solid #c41228; color:#c41228;}
.tkBox .fromKj{ overflow:hidden; width:308px;}
.tkBox .hyzcClose {display: block;width: 49px;height: 50px;position: absolute;left: 316px;top:0px;cursor: pointer;z-index:5;color: #c41228;font-size: 18px;}
.tkBox form{ overflow: hidden; width:308px; margin-top:30px;}
.tkBox form fieldset{ width:308px; height:37px; overflow:hidden; margin-bottom:15px;  *padding-bottom:15px;}
.tkBox form fieldset label{ width:45px; height:37px; float:left;}
.tkBox form fieldset lable img{ display:block; margin:0 auto;}
.tkBox form fieldset input{ float:right; height:37px;  line-height:37px; background:url(../images/tkbg01.png) no-repeat center; width:252px; height:37px; border:none; outline:none; padding:0 5px; color:#333; font-size:14px;}
.tkBox form fieldset input.tkYzm{ width:128px; background:url(../images/tkbg02.png) no-repeat left center; height:37px;  float:left; color:#fff; font-size:14px;}
.tkBox form fieldset label.yzm{ width:100px; height:37px; float:right;}
.tkBox .tk-btn{ width:100%; overflow:hidden;height:37px; margin-top:5px; }
.tkBox .tk-btn a{ width:112px; height:37px; display:inline-block; margin:0 10px;background:url(../images/tkaniu.png) no-repeat center bottom; text-align:center; line-height:37px; font-size:14px; color:#fff; text-decoration:none; }
.tkBox .tk-btn a.close{background:url(../images/tkaniu.png) no-repeat center top;}
.tkBox .tk-btn a{ *display:inline;}
.tkBox p{ text-align:right; font-size:13px; color:#fff; margin-top:10px;}
.tkBox p a{ color:#fff; margin:0 5px;}
.tkBox p a:hover{ color:#00b9f1; text-decoration:none;}
.tkBox .tk-btn span{font-size:12px;color:#c41228;}

  /*多条件刷选*/
.ProductList {
  background-color: #fff;
  border-top: 1px #e8e8e8 solid;
  border-left: 1px #e8e8e8 solid;
  border-right: 1px #e8e8e8 solid;
  margin-bottom: 20px;
}
.ProductList dl {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px #e8e8e8 solid;
}
.ProductList dl dt {
  background-color: #f9f9f9;
  border-right: 1px #e8e8e8 solid;
  display: block;
  height: 80px;
  line-height: 80px;
  width:10%;
  text-align: center;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.ProductList dl dd {
  width: 90%;
  padding-top: 25px;
}
.ProductList dl dd a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-left:20px;
}
.ProductList dl dd a em {
  height: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  padding: 0 4px 0 8px;
  border: 1px solid transparent;
  border-bottom: none;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.Select {
  height: 80px;
  line-height: 80px;
  padding: 0 50px;
  border-bottom: 1px #e8e8e8 solid;
}
.Select span {
  font-size: 14px;
  color: #666;
}
.Select ul li {
  background-color: #f9f9f9;
  border: 1px #e8e8e8 solid;
  width: 110px;
  height: 30px;
  line-height: 30px;
  margin: 25px 10px;
  float: left;
}
.Select ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  display: block;
  text-indent: 8px;
}
.Select ul li a i {
  background: url(../images/cuo.png) no-repeat 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
}
.Select ul li:hover {
  border: 1px #c41228 solid;
}
.Select ul li:hover a i {
  background: #c41228 url(../images/cuo02.png) no-repeat 12px;
}
.btn-primary em {
  background-color: #c41228;
  border: 1px solid #c41228;
  color: #fff;
}
.card-title {
  margin-bottom:15px;
}
/*多条件刷选 end*/

.proListClassify .section {
  width: 100%;
}
.proListClassify .section .con ul {
  width: 100%;
}
.proListClassify .section .con li {
  width: 32.1%;
  height: auto;
  margin-left: 1%;
  float: left;
  margin-bottom: 2%;
  border: 1px solid #999;
}
.proListClassify .section .con li:hover {
	border: 1px solid #c41228;
}
.proListClassify .section .con li .Pic {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.proListClassify .section .con li .Pic img{display: block;width: 100%;height: auto;max-height: fit-content;}
.proListClassify .section .con li .Pic>img{
  height:100%;
  width:auto;
  margin: 0 auto;
}
.proListClassify .section .con li .intro {
  padding: 20px;
  height: 14px;
  background: #c41228;
  position: relative;
}
.proListClassify .section .con li .intro h3 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.proListClassify .section .con li .intro h3 a {
  color: #fff;
  text-decoration: none;
}
.proListClassify .section .con li .intro p {
  line-height: 22px;
  color: #666666;
  font-size: 13px;
  margin-top: 14px;
  height: 44px;
  overflow: hidden;
}
.proListClassify .section .con li .intro .btn {
  overflow: hidden;
  width: 100%;
  height: 42px;
  /*background: url(../images/prolistclassifybg01.png) no-repeat center;*/
  border: solid 1px #d8d8d8;
  border-radius: 30px;
  margin: 20px auto 0;
}
.proListClassify .section .con li .intro .btn a {
  display: block;
  width: 50%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}
.proListClassify .section .con li .intro .btn a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  /*background: url(../images/prolistclassify_icon04.png) no-repeat center;*/
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.proListClassify .section .con li .intro .btn a i:before, .proListClassify .section .con li .intro .btn a i:after { 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
}
.proListClassify .section .con li .intro .btn a i:after { 
  right:3px;
  border-left-color: #fff;
} 
.proListClassify .section .con li .intro .btn a:hover i:before {
  border-left-color: #fff;
}
.proListClassify .section .con li .intro .btn a:hover i:after {
  border-left-color: #fff;
}


.proListClassify .section .con li .intro .btn a.more {
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
}
.proListClassify .section .con li .intro .btn a:hover {
  color: #fff;
}
.proListClassify .section .con li:hover h3 a {
  color: #fff;
}
.proListClassify .section .con li .intro .btn a.more:hover {
  background-color: #c41228;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.proListClassify .section .con li .intro .btn a.zx:hover {
  background-color: #c41228;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.proListClassify-show03 .section .con li { width: 32%; margin-left: 1.3333%; }
.proListClassify-show03 .section .con li .intro .btn { width: 214px; height: 36px; background-size: 100% 100%; }
.proListClassify-show03 .section .con li .intro .btn a { width: 106px; height: 36px; line-height: 36px; }

/*2018-11-19*/
/* proList 产品列表内页*/
.left-side-box .sidebar {
  width: 100%;
}
.left-side-box .sidebar .top {
  width: 100%;
  height: 70px;
  background: url(../images/prolistclassify_icon01.png) no-repeat 210px center #c41228;
}
.left-side-box .sidebar h3 {
  padding: 20px 0 0 20px;
  font-size: 24px;
  font-weight: normal;
}
.left-side-box .sidebar h3 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.left-side-box .sidebar h3 em {
  font-weight: bold;
  color: #fff;
}
.left-side-box .sidebar h3 span {
  font-size: 10px;
  color: #fff;
  font-family: arial;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.left-side-box .sidebar .box1 {
  padding: 26px;
  background: #fff;
}
.left-side-box .sidebar .box1 dl {
  margin-top: 20px;
}
.left-side-box .sidebar .box1 dl:first-child {
  margin-top: 0;
}

.left-side-box .sidebar .box1 dt {
  height: 56px;
  text-indent: 26px;
  font-size: 18px;
  background-color:#eaeaea;
  line-height: 56px;
}
.left-side-box .sidebar .box1 dt a { display: block; width: 100%; height: 100%; position: relative; }
.left-side-box .sidebar .box1 dt i,
.left-side-box .sidebar .box1 dd i,
.about-menu-sidebar .box1 dd i
 { display: block; width: 24px; height: 24px; background-color: #fff; border: solid 1px #ddd; position: absolute; right: 10%; top: 15px; z-index: 9; border-radius: 50%; }

/*
.left-side-box .sidebar .box1 dt i:before,
.left-side-box .sidebar .box1 dd i:before,
.about-menu-sidebar .box1 dd i:before
 { content: ''; display: block; width: 7px; height: 12px; background: url(../images/prolistclassify_icon04.png) no-repeat; position: relative; left: 8px; top: 5px; }
*/

.left-side-box .sidebar .box1 dt i:before,
.left-side-box .sidebar .box1 dt i:after,
.left-side-box .sidebar .box1 dd i:before,
.left-side-box .sidebar .box1 dd i:after,
.about-menu-sidebar .box1 dd i:before,
.about-menu-sidebar .box1 dd i:after
{ 
  content: ''; 
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 5;
  /*兼容ie8-*/
  border-top: 7px transparent dashed;
  border-right: 7px transparent dashed;
  border-bottom: 7px transparent dashed;
  border-left: 7px #ccc solid;
  overflow: hidden;
}
.left-side-box .sidebar .box1 dt i:after,
.left-side-box .sidebar .box1 dd i:after,
.about-menu-sidebar .box1 dd i:after
{ 
  right:3px;
  border-left-color: #fff;
}
.left-side-box .sidebar .box1 dt a:hover i:before,
.left-side-box .sidebar .box1 dt a.cur i:before,
.left-side-box .sidebar .box1 dd a:hover i:before,
.left-side-box .sidebar .box1 dd a.cur i:before,
.about-menu-sidebar .box1 dd a:hover i:before,
.about-menu-sidebar .box1 dd a.cur i:before {
  border-left-color: #fff;
}
.left-side-box .sidebar .box1 dt a:hover i:after,
.left-side-box .sidebar .box1 dt a.cur i:after,
.left-side-box .sidebar .box1 dd a:hover i:after,
.left-side-box .sidebar .box1 dd a.cur i:after,
.about-menu-sidebar .box1 dd a:hover i:after,
.about-menu-sidebar .box1 dd a.cur i:after {
  border-left-color: #c41228;
}

.left-side-box .sidebar .box1 dt a:hover,
.left-side-box .sidebar .box1 dt a.cur,
.left-side-box .sidebar .box1 dd a:hover,
.left-side-box .sidebar .box1 dd a.cur,
.about-menu-sidebar .box1 dd a:hover,
.about-menu-sidebar .box1 dd a.cur{
  color: #c41228;
  font-weight: bold;
}

.left-side-box .sidebar .box1 dt a:hover i,
.left-side-box .sidebar .box1 dt a.cur i,
.left-side-box .sidebar .box1 dd a:hover i,
.left-side-box .sidebar .box1 dd a.cur i,
.about-menu-sidebar .box1 dd a:hover i,
.about-menu-sidebar .box1 dd a.cur i  {
  background-color: #c41228;
  border-color: #c41228;
}

.left-side-box .sidebar .box1 dd a {
  display: block;
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  text-indent: 25px;
  text-decoration: none;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
.left-side-box .sidebar .box1 dd a:first-child {
  border-top: none;
}

.left-side-box .sidebar .box2 {
  margin-top: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.left-side-box .sidebar .box2 .phone {
  padding-left: 86px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.left-side-box .sidebar .box2 .phone>i { display: block; width: 44px; height: 44px; background-color: #c41228; border-radius: 50%; position: absolute; left: 32px; top: 25px; z-index: 9; }
.left-side-box .sidebar .box2 .phone>i:before { content: ''; display: block; width: 100%; height: 100%; background: url(../images/prolistclassify_phone.png) no-repeat; position: absolute; left: 0; top: 0; z-index: 99; border-radius: 50%; }
.left-side-box .sidebar .box2 .phone span {
  display: block;
  font-size: 14px;
  color: #333333;
}
.left-side-box .sidebar .box2 .phone p {
  font-size: 24px;
  color: #c41228;
  font-family: arial;
}
.left-side-box .sidebar .intro {
  padding: 28px 28px 24px;
}
.left-side-box .sidebar .intro p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  line-height: 20px;
}
.left-side-box .sidebar .intro p em {
  font-size: 14px;
  color: #333;
  font-family: arial;
}

/*侧边栏热门资讯*/
.hot-news-sidebar { background-color: #fff; margin-bottom: 10px;}
.hot-news-sidebar .box { padding: 30px 28px 18px; }
.hot-news-sidebar .box .top {
  height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.hot-news-sidebar .box .top h3 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  float: left;
}
.hot-news-sidebar .box .top h3 em {
  font-weight: bold;
  color: #c41228;
}
.hot-news-sidebar .box .top h3 i {
  width: 100%;
  height: 1px;
  background: #c41228;
  position: relative;
  display: block;
  top: 18px;
}
.hot-news-sidebar .box .top a.more {
  display: block;
  width: 21px;
  height: 21px;
  float: right;
  margin-top: 4px;
}
.hot-news-sidebar .box ul {
  padding-top: 18px;
}
.hot-news-sidebar .box1 li {
  font-size: 14px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-news-sidebar .box1 li a {
  color: #333333;
}
.hot-news-sidebar .box1 li:hover a {
  color: #c41228;
}
/*侧边栏最新资讯*/
.zuixin-news-sidebar .box2 li {
  font-size: 14px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zuixin-news-sidebar .box2 li a {
  color: #333333;
}
.zuixin-news-sidebar .box2 li:hover a {
  color: #c41228;
}

/*侧边栏关于我们*/
.about-menu-sidebar { margin-bottom: 10px; }
.about-menu-sidebar .top {
  width: 300px;
  height: 70px;
  background: url(../images/prolistclassify_icon01.png) no-repeat 238px center #c41228;
}
.about-menu-sidebar h3 {
  padding: 20px 0 0 26px;
  font-size: 24px;
  font-weight: normal;
}
.about-menu-sidebar h3 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.about-menu-sidebar h3 em {
  font-weight: bold;
  color: #fff;
}
.about-menu-sidebar h3 span {
  font-size: 10px;
  color: #fff;
  font-family: arial;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.about-menu-sidebar .box1 {
  padding: 26px;
  background: #fff;
}
.about-menu-sidebar .box1 dl {
  margin-top: 20px;
}
.about-menu-sidebar .box1 dl:first-child {
  margin-top: 0;
}
.about-menu-sidebar .box1 dd a {
  display: block;
  font-size: 14px;
  color: #666666;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 25px;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-top: none;
  position: relative;
}

.about-menu-sidebar .box1 dd:first-child a {
  border-top: 1px solid #eaeaea;
}


/*产品详情联系*/
.proDetailsCanS .probox .conL {
  width: 455px;
  height: 496px;
  float: left;
  background: #fff;
  padding: 54px 70px 0 25px;
}
.proDetailsCanS .probox  .conL h3 {
  font-size: 24px;
  color: #006699;
  margin-bottom: 42px;
}
.proDetailsCanS .probox .conL .box {
  width: 100%;
}
.proDetailsCanS .probox  .conL .box li {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.proDetailsCanS .probox  .conL .box li:first-child {
  border-top: 1px solid #e5e5e5;
}
.proDetailsCanS .probox .conL .box li img {
  display: block;
  margin-top: 18px;
  float: left;
}
.proDetailsCanS .probox  .conL .box li p {
  float: left;
  margin-top: 26px;
  width: 402px;
  float: right;
}
.proDetailsCanS .probox .conL .box p span {
  font-size: 15px;
  color: #666666;
}
.proDetailsCanS .probox .conL .box p em {
  font-size: 15px;
  color: #333;
}

.conhzhb dl.dl_2s {width:18.8%;}
.conjzzl dl.dl_42 dt{height:172px;}
.flinks{display: none;}

.product-menu{padding:26px;background:#fff;}
.product-menu dl{margin-bottom: 10px;}
.product-menu dl:last-child{margin-bottom:0;}
.product-menu dt{height:56px;line-height:56px;background:#eaeaea;}
.product-menu dt a{display:block;padding: 0 10px 0 10px;color:#666;font-size:18px;/* background: url(../images/pro_menu_dt01.png) no-repeat 8px center; */}
.product-menu dt a.cur,.product-menu dt a:hover{color:#c41228;font-weight: bold;)}
.product-menu dd{border:#ddd solid 1px;border-top:none;}
.product-menu dd li{position:relative;height:50px;line-height:50px;border-bottom:#ddd solid 1px;}
.product-menu dd li:last-child{border-bottom:0;}
.product-menu dd li>a{display:block;padding:0 20px 0 40px;color:#666;font-size:14px;background:url(../images/pro_menu_dd.png) no-repeat 20px center;}
.product-menu dd li>a.cur,.product-menu dd li>a:hover{color:#c41228;font-weight: bold;background-image:url(../images/pro_menu_dd_cur.png)}
.product-menu dd li .dropDown{display:none;position:absolute;z-index:9999;left:100%;top:0;padding:0 20px;width:150px;height:auto;overflow:hidden;background:#fff;border:#ddd solid 1px;}
.product-menu dd li .dropDown a{display:block;height:40px;line-height:40px;color:#666;font-size:13px;border-bottom:#ddd dashed 1px;}
.product-menu dd li .dropDown a:last-child{border-bottom:none;}
.product-menu dd li .dropDown a:hover{color:#c41228;}
.product-menu dd li:hover .dropDown{display:block;}