@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器 
_property:value; IE6 
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px; 
height:auto !important; 
height:500px; 
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
body {
  margin: 0 auto;
  width: 640px;
  padding: 0px;
  font-family: '微软雅黑';
  background-color: #f6f3f3;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: underline;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#top {
  height: 90px;
  position: fixed;
  top: 0;
  width: 640px;
  background: url(../Images/m1.png) left center no-repeat, #c9271d;
  z-index: 1000;
}
#top .goHome {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 260px;
  z-index: 1;
}
#top .dh {
  position: absolute;
  left: 250px;
  top: 0;
}
#top .menuBtn {
  width: 50px;
  height: 50px;
  background: url(../Images/m2.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#mobileMenuList {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#mobileMenuList .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mobileMenuList ul {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 0;
}
#mobileMenuList ul li {
  line-height: ;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
#mobileMenuList ul li a {
  color: #FFFFFF;
}
#footer {
  background: #FFFFFF;
  color: #333333;
  text-align: center;
  padding: 15px 25px;
}
#footer .f2 {
  font-size: 14px;
  line-height: 34px;
}
#footer .f1 {
  margin: 20px 0;
}
#copyright {
  background: #FFFFFF;
  color: #333333;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
#copyright a {
  color: #333333;
}
#homeHuodong {
  width: 570px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  padding: 15px 20px;
}
#homeHuodong .name {
  line-height: 50px;
}
#homeHuodong .name span {
  font-size: 24px;
  color: #da0b0b;
}
#homeHuodong .name a {
  float: right;
  font-size: 18px;
  color: #6f6f6f;
  padding-right: 10px;
  background: url(../Images/m7.png) right center no-repeat;
}
#homeHuodong .list ul li {
  line-height: 30px;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: dashed 1px #DDDDDD;
  background: url(../Images/m3.png) left top 20px no-repeat;
}
#homeHuodong .list ul li a {
  display: inline-block;
  width: 440px;
  margin-left: 25px;
}
#homeHuodong .list ul li span {
  float: right;
  font-size: 16px;
  color: #9f9f9f;
}
#homeCqdt {
  width: 570px;
  margin: 15px auto;
  background: #FFFFFF;
  position: relative;
  padding: 15px 20px;
}
#homeCqdt .name {
  line-height: 50px;
}
#homeCqdt .name span {
  font-size: 24px;
  color: #da0b0b;
}
#homeCqdt .name a {
  float: right;
  font-size: 18px;
  color: #6f6f6f;
  padding-right: 10px;
  background: url(../Images/m7.png) right center no-repeat;
}
#homeCqdt .tjList {
  margin-bottom: 20px;
}
#homeCqdt .tjList ul li {
  width: 280px;
  height: 184px;
  float: left;
  position: relative;
}
#homeCqdt .tjList ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  line-height: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
#homeCqdt .tjList ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeCqdt .tjList ul li:nth-child(2n) {
  float: right;
}
#homeCqdt .tjList ul:after {
  content: " ";
  display: block;
  clear: both;
}
#homeCqdt .list ul li {
  line-height: 30px;
  font-size: 20px;
  padding: 10px 0;
  border-bottom: dashed 1px #DDDDDD;
  background: url(../Images/m3.png) left top 22px no-repeat;
}
#homeCqdt .list ul li a {
  display: inline-block;
  width: 440px;
  margin-left: 25px;
}
#homeCqdt .list ul li span {
  float: right;
  font-size: 16px;
  color: #9f9f9f;
}
#homeCqRow {
  width: 610px;
  height: 100px;
  border: solid 1px #eb8883;
  position: relative;
  margin: 15px auto;
  background: #FFFFFF;
}
#homeCqRow .sort {
  width: 150px;
  height: 103px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../Images/m4.png) no-repeat;
}
#homeCqRow .sort .s1 {
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  top: 25px;
}
#homeCqRow .sort .s2 {
  font-size: 18px;
  color: #eeb5b5;
  position: absolute;
  left: 72px;
  top: 61px;
}
#homeCqRow ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
}
#homeCqRow ul li {
  border-bottom: dashed 1px #DDDDDD;
  line-height: 45px;
  height: 45px;
  position: relative;
  background: url(../Images/m3.png) left top 20px no-repeat;
}
#homeCqRow ul li a {
  display: inline-block;
  margin-left: 25px;
}
#homeCqRow ul li span {
  float: right;
  font-size: 16px;
  color: #9f9f9f;
  margin-right: 10px;
}
#homeBrand {
  width: 610px;
  margin: 15px auto;
  background: #FFFFFF;
  position: relative;
}
#homeBrand .name {
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #da0b0b;
  border-bottom: solid 1px #DDDDDD;
}
#homeBrand .name span {
  display: inline-block;
  line-height: 58px;
  border-bottom: solid 2px #da0b0b;
}
#homeBrand .sortList {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  padding: 15px 0;
}
#homeBrand .sortList .row {
  display: inline-block;
  width: 95px;
  background: url(../Images/m5.png) right center no-repeat;
}
#homeBrand .sortList .row:nth-last-child(1) {
  background: none;
}
#homeBrand .sortList .onfocus {
  color: #da0b0b;
}
#homeBrand .dataList {
  padding: 0 8px;
}
#homeBrand .dataList ul {
  text-align: center;
  width: 600px;
  display: none;
}
#homeBrand .dataList ul li {
  width: 138px;
  height: 60px;
  border: solid 1px #DDDDDD;
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
#homeBrand .dataList ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeBrand .dataList ul:after {
  content: " ";
  display: block;
  clear: both;
}
#homeBrand .dataList .onfocus {
  display: block;
}
#homeZhanhui {
  width: 610px;
  margin: 15px auto;
  position: relative;
}
#homeZhanhui .row {
  width: 293px;
  height: 154px;
    -webkit-background-size: cover;
    background-size: cover;
  float: left;
  position: relative;
}
#homeZhanhui .row a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#homeZhanhui .row span {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  position: relative;
  top: 50px;
}
#homeZhanhui .row:nth-child(2n) {
  float: right;
}
#homeZhanhui:after {
  content: " ";
  display: block;
  clear: both;
}
#homeLinks {
  width: 570px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  padding: 15px 20px;
}
#homeLinks .name {
  line-height: 50px;
}
#homeLinks .name span {
  font-size: 24px;
  color: #da0b0b;
}
#homeLinks .name a {
  float: right;
  font-size: 18px;
  color: #6f6f6f;
  padding-right: 10px;
  background: url(../Images/m7.png) right center no-repeat;
}
#homeLinks .list ul {
  text-align: center;
  width: 575px;
}
#homeLinks .list ul li {
  width: 185px;
  height: 50px;
  margin-bottom: 10px;
  border: solid 1px #DDDDDD;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  display: inline-block;
}
#homeLinks .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#thePageInfo {
  padding: 25px 0;
  background: #FFFFFF;
  text-align: center;
}
#thePageInfo a {
  line-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}
#thePageInfo .fl {
  background: #e01d13;
  width: 110px;
}
#thePageInfo .pn {
  background: #757575;
  width: 140px;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  width: 120px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  width: 118px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  width: 110px;
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  width: 110px;
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#Left #LeftNav .title {
  display: none;
}
#Left #LeftNav .list {
    width: 610px;
  margin: 15px auto;
  background: #FFFFFF;
border-left: solid 1px #DDDDDD;
    overflow: hidden;
}
#Left #LeftNav .list ul li {
  width: 25%;
    box-sizing: border-box;
  float: left;
  height: 65px;
  line-height: 65px;
  background: #FFFFFF;
  text-align: center;
  font-size: 24px;
  box-sizing: border-box;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}

#Left #LeftNav .list ul .onfocus a {
  color: #ec2117;
}
#Left #LeftNav .list:after {
  content: " ";
  display: block;
  clear: both;
}
#Right {
  width: 610px;
  padding: 0 15px;
  background: #FFFFFF;
}
#Right #thisName {
  line-height: 68px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 26px;
  background: url(../Images/m8.png) bottom 20px center no-repeat;
}
#Right #OnePage {
  font-size: 18px;
  line-height: 36px;
  color: #363636;
  padding-bottom: 20px;
}
#Right #OnePage img {
  max-width: 100%;
}
#Right #lingdaoList .userposition {
  border-bottom: solid 1px #DDDDDD;
}
#Right #lingdaoList .userposition .zhiwei {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  font-weight: bold;
}
#Right #lingdaoList .userposition ul li {
  text-align: center;
}
#Right #lingdaoList .userposition ul li img {
  margin: 10px 0;
}
#Right #lingdaoList .userposition ul li .obj {
  font-size: 18px;
  line-height: 36px;
}
#Right #lingdaoList .userposition ul li .obj .title {
  color: #d81d13;
}
#Right #lingdaoList .userposition ul li .obj .text {
  text-align: left;
  color: #363636;
}
#Right #shhdList ul {
  width: 610px;
}
#Right #shhdList ul li {
  width: 300px;
  float: left;
  height: 360px;
  border-bottom: solid 1px #DDDDDD;
  margin-bottom: 25px;
}
#Right #shhdList ul li .img {
  height: 200px;
  width: 300px;
  border: solid 1px #DDDDDD;
  position: relative;
}
#Right #shhdList ul li .img img {
  margin: 4px;
  width: 290px;
  height: 190px;
}
#Right #shhdList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Right #shhdList ul li .title {
  line-height: 40px;
  padding: 5px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Right #shhdList ul li .jianjie {
  font-size: 18px;
  line-height: 28px;
  color: #888888;
  padding: 0 5px;
}
#Right #shhdList ul li .time {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  padding: 0 5px;
}
#Right #shhdList ul li:nth-child(2n) {
  float: right;
}
#Right #cqdtList ul li {
  height: 146px;
  position: relative;
  margin-bottom: 20px;
}
#Right #cqdtList ul li .img {
  border: solid 1px #DDDDDD;
  position: absolute;
  left: 0;
  top: 0;
}
#Right #cqdtList ul li .img img {
  padding: 3px;
}
#Right #cqdtList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Right #cqdtList ul li .obj {
  width: 370px;
  height: 146px;
  position: absolute;
  right: 10px;
  top: 0;
}
#Right #cqdtList ul li .obj .title {
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Right #cqdtList ul li .obj .jianjie {
  font-size: 18px;
  line-height: 28px;
  color: #5b5b5b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#Right #cqdtList ul li .obj .time {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
#Right #mlldList ul li {
  position: relative;
  height: 300px;
  border-bottom: solid 1px #DDDDDD;
  margin-bottom: 25px;
}
#Right #mlldList ul li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  height: 276px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 276px;
}
#Right #mlldList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Right #mlldList ul li .obj {
  width: 370px;
  height: 270px;
  position: absolute;
  right: 10px;
  top: 0;
}
#Right #mlldList ul li .obj .title {
  font-size: 20px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Right #mlldList ul li .obj .jianjie {
  font-size: 18px;
  line-height: 30px;
  color: #5b5b5b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#Right #mlldList ul li .obj .more {
  font-size: 12px;
  color: #acacac;
  width: 100px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  border: solid 1px #acacac;
}
#Right #zhanhuiList {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  padding-bottom: 20px;
}
#Right #zhanhuiList img {
  max-width: 100%;
}
#Right #ppjbList ul li {
  width: 276px;
  height: 170px;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-bottom: 20px;
}
#Right #ppjbList ul li .img {
  height: 120px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
}
#Right #ppjbList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#Right #ppjbList ul li .title {
  text-align: center;
  font-size: 20px;
  color: #6e6e6e;
  line-height: 48px;
  height: 48px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Right #ppjbList ul li:nth-child(2n) {
  float: right;
}
#Right #ppjbList ul:after {
  content: " ";
  display: block;
  clear: both;
}
#Right #friendshipLink ul {
  text-align: center;
  width: 610px;
}
#Right #friendshipLink ul li {
  width: 185px;
  height: 50px;
  margin: 0 5px 10px 5px;
  border: solid 1px #DDDDDD;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  display: inline-block;
}
#Right #friendshipLink ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*内容详情页*/
#NewsShow {
  padding: 20px 0;
}
#NewsShow .title {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
#NewsShow .miaoshu {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
#NewsShow .theContent {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #3F3F3D;
}
#NewsShow .theContent img {
  max-width: 100%;
}
#NewsShow .thePageInfo {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
