@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0; }
html{ overflow-x:hidden;overflow-x:none; }

i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }

/*备用样式表*/
.none { display:none; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{ clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix{ display: block; *zoom:1; }
.icon{ display:inline-block; width:40px; height:40px; vertical-align:middle; background:url(../images/icon.png) no-repeat; }

/**布局开始**/
body {line-height:1.75;font-size:14px; font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333; background-color: #fff;}
a {color:#000; text-decoration:none; transition:all 0.4s ease-in-out; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1200px;margin:0 auto;} 
.am-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
.am-container:before,
.am-container:after {
  content: " ";
  display: table;
}
.am-container:after {
  clear: both;
}
.am-container > .am-g {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 1200px) {
.am-topbar{width:1200px;}
#foot-link{width:1200px;}
#foot-top{width:1200px;}
}
/* ==========================================================================
   头部
 ============================================================================ */
.am-topbar {
  position: relative;
  height: 100px;
  background: #c2c3c5;
  color: #666;
}
.mbox { background:#c70025; }
.am-topbar:before,
.am-topbar:after {
  content: " ";
  display: table;
}
.am-topbar:after {
  clear: both;
}
.am-topbar a {
  color: #fff;
}
.am-topbar-logo {
  margin-top: 0px;
  padding: 0 10px 0 0;
  float: left;
  height: 100px;
}
.am-topbar-logo a:hover {
  color: #4d4d4d;
}
.am-topbar-kouhao {float: left;margin-left:80px; margin-top:30px;}
.am-topbar-collapse {
  width: 100%;
  overflow-x: visible;
  padding: 10px;
  clear: both;
  -webkit-overflow-scrolling: touch;
}
.am-topbar-collapse:before,
.am-topbar-collapse:after {
  content: " ";
  display: table;
}
.am-topbar-collapse:after {
  clear: both;
}
.am-topbar-collapse.am-in {
  overflow-y: auto;
}
.am-topbar-collapse.am-collapse {
    display: block !important;
    height: auto !important;
    padding: 0;
    overflow: visible !important;
  }
  .am-topbar-collapse.am-in {
    overflow-y: visible;
  }

.am-topbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
}
  .am-topbar-right {
    float: right;
    margin-right:0px;
  }

.wtop-r {margin-top:10px; }
.top-search { margin-top:5px; float:right;text-align:right; color:#2f7de4;}
.top-search #keyword {width: 180px !important;  height: 30px;box-sizing: border-box;line-height:28px;border:1px #fff solid; border-right:none;}
.wp-search {position: relative;background:#fff;border-radius:40px;overflow:hidden;}
.wp-search form { display: block;}
.wp-search input {height: 26px;vertical-align: top; }
.wp_search .search { background: url(../images/btn_search.jpg) no-repeat;    width: 40px;    height: 30px; border:none; cursor: pointer;vertical-align: top;}
.wtop-r a{ background-image:url(../images/wicon.png); background-repeat:no-repeat;height:30px;margin-left:5px; display:inline-block; vertical-align:top;float:right;}
.top-weia { background-position:0 0; width:140px; } 
.top-weib {background-position:-140px 0;width:143px;} 

.am-dropdown {
  position: relative;
  display: inline-block;
}
.am-dropdown-toggle:focus {
  outline: 0;
}
.am-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px;
  margin: 9px 0 0;
  text-align: left;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.am-dropdown-content:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.am-dropdown-content:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.am-dropdown-content:before,
.am-dropdown-content:after {
  left: 33px;
  top: -8px;
  pointer-events: none;
}
.am-dropdown-content:after {
  top: -7px;
}
.am-active > .am-dropdown-content {
  display: block;
}
.am-dropdown-content :first-child {
  margin-top: 0;
}
.am-dropdown-up .am-dropdown-content {
  top: auto;
  bottom: 100%;
  margin: 0 0 9px;
}
.am-dropdown-up .am-dropdown-content:before,
.am-dropdown-up .am-dropdown-content:after {
  border-bottom: none;
  border-top: 8px solid #ddd;
  top: auto;
  bottom: -8px;
}
.am-dropdown-up .am-dropdown-content:after {
  bottom: -7px;
  border-top-color: #fff;
}
.am-dropdown-flip .am-dropdown-content {
  left: auto;
  right: 0;
}
.am-dropdown-flip .am-dropdown-content:before,
.am-dropdown-flip .am-dropdown-content:after {
  left: auto;
  right: 10px;
}
ul.am-dropdown-content {
  list-style: none;
  padding: 5px 0;
}
ul.am-dropdown-content.am-fr {
  right: 0;
  left: auto;
}

/* ==========================================================================
   导航
 ============================================================================ */
.w-nav {   border-width: 1px 0 0;border-style: solid;border-color: #b30123;  background: #fff;}
.am-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.am-nav:before,
.am-nav:after {
  content: " ";
  display: table;
}
.am-nav:after {
  clear: both;
}
.am-nav > li {
  position: relative;
  display: block;
}
.am-nav > li + li {
  margin-top: 5px;
}
.am-nav > li + .am-nav-header {
  margin-top: 1em;
}
.am-nav > li > a {
  position: relative;
  display: block;
  padding: 0.4em 1em;
  border-radius: 0;
}
.am-nav > li > a:hover,
.am-nav > li > a:focus {
  text-decoration: none;
  background-color: #c70025;
}
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
  color: #fff;
  cursor: default;
}
.am-nav > li.am-disabled > a {
  color: #999999;
}
.am-nav > li.am-disabled > a:hover,
.am-nav > li.am-disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.am-nav-header {
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%;
  color: #555555;
}
.am-nav-divider {
  margin: 15px 1em !important;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
.am-nav-pills > li {
  float: left;
}
.am-nav-pills > li + li {
  margin-left: 5px;
  margin-top: 0;
}
.am-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.am-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.am-nav-tabs > li + li {
  margin-top: 0;
}
.am-nav-tabs > li > a {
  margin-right: 5px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.am-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.am-nav-tabs > li.am-active > a,
.am-nav-tabs > li.am-active > a:hover,
.am-nav-tabs > li.am-active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.am-nav-tabs.am-nav-justify {
  border-bottom: 0;
  /*  > li > a {
      margin-right: 0;
      border-radius: @global-radius;
    }
    > .am-active > a {
      &,
      &:hover,
      &:focus {
        border: 1px solid @nav-tabs-justify-link-border-color;
      }
    }*/
}
.am-nav-tabs.am-nav-justify > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 0 0;
}
.am-nav-tabs.am-nav-justify > .am-active > a,
.am-nav-tabs.am-nav-justify > .am-active > a:hover,
.am-nav-tabs.am-nav-justify > .am-active > a:focus {
  border-bottom-color: #fff;
}
.am-nav-justify {
  width: 100%;
}
.am-nav-justify > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.am-nav-justify > li > a {
  text-align: center;
  margin-bottom: 0;
}
.lte9 .am-nav-justify > li {
  display: table-cell;
  width: 1%;
}

.w-bnav .am-nav li {background:url(../images/menu_bg.png) left center no-repeat;}
.w-bnav .am-nav li.n1 {background:none;}
.w-bnav .am-nav li.am-active a{color: #820b0b;font-weight:700}
.w-bnav .am-nav li.am-active a:hover{color: #fff;}
.w-bnav .am-nav li a { color: #333;font-size: 16px;font-weight:700}
.w-bnav .am-nav li a:hover  {color: #fff;}
.w-bnav .am-nav > li > a {  padding: 10px 0;}
.w-tcnav {position: absolute;top: 100%;width: 150px;height: auto;margin-left: -75px;margin-top: 0;list-style: none;padding: 0;left: 50%;z-index: 999;opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;-moz-transition: opacity 0.3s, -moz-transform 0.3s;transition: opacity 0.3s, transform 0.3s;-webkit-transform: translateY(10px);-moz-transform: translateY(10px);transform: translateY(10px);visibility: hidden;}
.w-bnav .am-nav > li > ul.w-tcnav li {background:url(../images/menu_bg.png)  no-repeat 0 120px;border-bottom: rgba(0,0,0,.6) 1px solid;filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88000000,endColorstr=#88000000);}
.w-bnav .am-nav > li > ul.w-tcnav li a {padding:10px 20px;display: block;color: #ffffff;font-size: 14px; text-align:center;-webkit-transition:  all ease-out .2s;-moz-transition:  all ease-out .2s;transition:  all ease-out .2s;background:url(../images/tcnavx.png) bottom center no-repeat rgba(0,0,0,.6);}
.w-bnav .am-nav > li > ul.w-tcnav li:last-child a { background-image:none;}
.w-bnav .am-nav > li:hover > ul.w-tcnav {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);visibility: visible;}
.w-bnav .am-nav > li:hover > ul.w-tcnav li a:hover {background-color:#b30123;background-image:none; color: #fff}

/* ==========================================================================
   幻灯片
 ============================================================================ */
.flexslider{position:relative;width:1200px;margin:0 auto;height:400px;overflow:hidden;margin-top:50px;}
.slides{position:relative;z-index:1;}
.slides li{width:1200px;height:400px;}
.slides li img{width:1200px;height:400px;}
.flex-control-nav{width: 100%;position: absolute;bottom:20px;  text-align: center;line-height: 0;z-index:2;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:1200px;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

/**首页布局**/
.main{width:100%;max-width:1200px;margin:0 auto}
.main .inner{padding: 0px; }
.main .inner .ml{float:left; width:30%; }
.main .inner .mm {float:left; width:30%;margin-left:5%; }
.main .inner .mr{float:right;width:30%;}
.main .inner .mlmttd {width: 10%;margin-left:0px;}
.main .inner .mrxysp {width: 90%;}

/* 产品展示 */
.site-info { padding:10px 0px 0px 0px;}
.info-pd { padding:0;}
.info-dib { width:16%;margin-right:5%;float: left;position: relative;padding-bottom:10px}
.info-mb {  width:16%;margin-right:0%;float: left;position: relative;padding-bottom:10px;}
.info-top { overflow:hidden;}
.info-top .info-tit {padding-top:10px; color:#7d7d7d; text-align:center; height:50px; overflow:hidden;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.info-top a { display:block;}
.info-top a:hover .info-tit{color:#820b0b;}
.info-top a img { border:1px #e8e8e8 solid;display:block;width:190px; height:166px;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.info-top a:hover img { opacity:0.8;filter: alpha(opacity=80);transform:scale(1.05);-webkit-transform:scale(1.05);border:none; }
.info-top span {font-family: Arial; font-size:14px; color:#444;text-transform:uppercase; display:block; text-align:left}
.info-top h2 { font-size:16px; color:#000; margin:0; line-height:23px;text-align:left;font-weight:normal}
.info-top a .news_text { display:block;width:100%; height:auto;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.info-top a:hover .news_text { opacity:0.8;filter: alpha(opacity=80);transform:scale(1.05);-webkit-transform:scale(1.05); }
.info-top .news_text{line-height:28px;color:#444;font-size: 16px;max-height:165px; text-indent: 2em; }
.info-list { list-style:none; padding:0; margin:0;}
.info-list li { background:url(../images/dot.png) no-repeat 15px center; line-height:35px}
.info-list li a {float:left; padding-left:2px; display:block; color:#333; font-size:14px;font-weight:600}
.info-list li span{ float:right;display:block;  color:#666; font-size:14px;}
.info-list li a:hover{ color:#820b0b}
.am-text-truncate {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/**标题栏新闻窗口**/
.post {margin-top:5px;}
.post img{width:100%;}
.post .tt {display:inline-block; width:100%;max-width:1200px;border-bottom: 2px solid #ccc;}
.post .tt .tit {display:inline-block;float:left;font-size: 22px;font-weight:bold;}
.post .tt .tit .title {float:left;display:block;line-height: 46px;color: #820b0b;font-family:"Microsoft yahei";letter-spacing:0px;}
.post .tt .tit .name{float:left;display:block; font-size: 22px;margin-left:8px;color:#2f3f6d;font-weight:normal; letter-spacing: 0px;}
.post .tt .tit span.active {float:left;display:block;border-bottom:2px solid #820b0b;color: #820b0b;margin-right:20px;font-family:"Microsoft yahei";letter-spacing:0px;}
.post .tt .tit span{display: block;color:#666;line-height: 46px; margin-right:20px;float:left;margin-bottom:-2px; font-family:"Microsoft yahei";cursor:pointer;letter-spacing:0px;}
.post .con {padding: 13px 0;margin:0 auto;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; }
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; } 
.post .more_btn {display:inline-block;height: 20px;margin-top: 14px;line-height: 20px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 13px;/* font-family:"Simsun"; */cursor:pointer;} 
.post .more_btn a{color:#666;} 

/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 2px solid #820b0b;}
.post1 .tt .tit {font-weight:bold;}
.post1 .tt .tit .title{}

/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height:57px;padding-left:0px;background:none;} /**����ͼ��**/
.news_list li.news span.news_title {float:left;font-size: 15px;}/*����*/
.news_list li.news span.news_meta {float:right;margin-left:2px;font-size:15px; color: #9C9C9C;}/*����*/
.news_list li.news .news_time span { color:#565656;}/*����ʱ��*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:1px solid red;}
.news_list li.news .news_text {line-height:24px; color:#666; margin-top:5px;}/*Ĭ�ϼ��*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:30px; color: #999; }
.news_list li.news p a { color:#999; }
.news_list li.news p a:hover { color:#066e76; text-decoration:none;}

.news_list li.news-col {line-height:35px;padding-left:0px;background:none;}

/*新闻动态 技术支持 点击切换*/

.content{ margin-top:10px; width:360px;position:relative; overflow:hidden;height:440px;}
.content .rili{position:absolute;width:360px;height:440px;}
.content ul{float:left; width:360px;}
.content ul li{display: block; line-height: 23px;margin-bottom: 5px;font-size: 16px;color:#0e1f59;font-weight:bold;}
.content ul li+li{margin-left:1px;}

.rili .news_list {padding-top: 0px;}
.rili .news_list li.news{padding-bottom: 25px;}
.rili .news_list li.news.n1{margin-top:0px;}
.rili .news_list li.news.n9{margin-bottom: 0; border: none;}
.rili .news_list li.news .news_date{float: left;width: 55px;margin-right:20px;background:#00707a;text-align:center;}
.rili .news_list li.news .news_date .news_days{line-height: 26px;font-size: 14px;color:#fff;background-color:#af1111;transition:all 0.4s ease-in-out;font-weight:normal}
.rili .news_list li.news .news_date .news_year{font-size: 16px;color:#820b0b;line-height:30px;background-color:#e8e8e8;font-weight:normal}
.rili .news_list li.news .news_wz{padding: 4px 0px;} 
.rili .news_list li.news .news_title{line-height: 23px;margin-top: 0px;font-size: 16px;color:#000;font-weight:bold} 
.rili .news_list li.news .news_title a{color:#000;} 
.rili .news_list li.news .news_meta{margin-top:3px;line-height:23px;color:#666;font-size: 14px;font-weight:normal}
.rili .news_list li.news:hover .news_date .news_days{transition:all 0.4s ease-in-out;}
.rili .news_list li.news:hover .news_date .news_year{background-color:#e8e8e8;}
.rili .news_list li.news .news_title a:hover {color: #820b0b;}



.post-11{}
.post-11 .con{padding: 12px 0px;}
.post-11 .news_list { margin:0px}
.post-11 .news_list li.news{float:left;width:33.3%;}
.post-11 .news_list li.news .news_box{margin:0px 40px;}
.post-11 .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.post-11 .news_list li.news .news_imgs{height: 175px;background-color: #F1F1F1;position:relative;overflow:hidden;}
.post-11 .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;/* max-height:100%; */}
.post-11 .news_list li.news .news_wz{} 
.post-11 .news_list li.news .news_wz .news_con{} 
.post-11 .news_list li.news .news_title{line-height: 45px;height:45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:16px;color: #820b0b; } 
.post-11 .news_list li.news .news_title a{color:#fff;} 

/**案例展示上下滑动切换效果**/
#thinking {
	WIDTH: 100%; HEIGHT: 445px; OVERFLOW: hidden;}
#list_thinking {
	 WIDTH: 100%; 
}
#list_thinking LI {
	 HEIGHT: 210px; OVERFLOW: hidden
}

.post-21 .news_list li.news {width: 100%;overflow:hidden;padding-bottom:15px}
.post-21 .news_list li.news .news_text ul { list-style:none; padding:0; margin:0;}
.post-21 .news_list li.news .news_text li { margin: 0px 0px;background-color: #ffffff; border-bottom:1px #eee solid;line-height:40px }
.post-21 .news_list li.news .news_text li a { padding-left:10px; display:block; color:#222d4b; font-size:15px;}
.post-21 .news_list li.news .news_text li a:hover{ color:#820b0b}
.post-21 .news_list li.news .news_wz{height:30px} 
.post-21 .news_list li.news .news_date{float: left;width: 55px;margin-right:20px;background:#00707a;text-align:center;}
.post-21 .news_list li.news .news_wz{padding: 4px 0px} 
.post-21 .news_list li.news .news_title{line-height: 23px;margin-top: 0px;font-size: 16px;color:#820b0b;font-weight:700} 
.post-21 .news_list li.news .news_title a{color:#333;} 
.post-21 .news_list li.news .news_meta{margin-top:3px;line-height:23px;color:#666;font-size: 14px;}
.post-21 .news_list li.news .news_jianjie{line-height:30px;color:#666;font-size: 16px;max-height:180px; }
.post-21 .news_list li.news a img { display:block;width:100%; height:auto;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.post-21 .news_list li.news a:hover img { opacity:0.8;filter: alpha(opacity=80);transform:scale(1.05);-webkit-transform:scale(1.05); }
.post-21 .news_list li.news a .news_jianjie { display:block;width:100%; height:auto;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.post-21 .news_list li.news a:hover .news_jianjie { opacity:0.8;filter: alpha(opacity=80);transform:scale(1.05);-webkit-transform:scale(1.05); }

.post-21 .news_list li.news .news_box .news_imgs img{padding:10px 0;height:175px;}
.post-21 .news_list li.n1 .news_box .news_imgs1 img{padding-top:10px;width:100%;height:175px;}
.post-21 .news_list li.n1 { padding-top:0px;height:210px;}
.post-21 .news_list li.n1 .news_text{padding:15px;background-color: #ffffff; border-bottom:1px #eee solid;height:120px}
.post-21 .news_list li.n1 .news_text span {padding-top:10px;font-size:14px; color:#666;display:block; text-align:left;line-height:25px }
.post-21 .news_list li.n1 .news_text h2 { font-size:16px; color:#000; margin:0; line-height:20px;text-align:left}
.post-21 .news_list li.n1 .news_box .news_wz{height:20px;}
.post-21 .news_list li.n1 .news_box .news_title{font-size:16px; color: #000;line-height: 20px;height: 20px;font-weight:normal}



/**合作伙伴**/
.post-31 {margin-top:13px;}
.post-31 .con{}
.post-31 .news_list{ margin-left:0px;}
.post-31 .news_list li{float:left;margin-right:25px;margin-bottom:15px;}
.post-31 .news_list li.n7,.post-31 .news_list li.n14{float:left;margin-right:0px;}
.post-31 .news_list .news {display: table-cell; vertical-align: middle;text-align: center;border:1px #ddd solid;height:80px;width:148px}
.post-31 .news_list li a.link_icon img{width: 130px;height: 52px;}
.post-31 .news_list .news:hover {border:1px #820b0b solid;height:80px;width:150px;}


/**页脚开始**/
#foot-link {margin: 0px auto;width: 1200px;}
#foot-top {background: #b80022;}
#foot-top .inner {padding:20px 0px;}
#foot-top .goTop{position:absolute; top:-31px;left:50%; margin-left:-55px; width:111px;line-height:28px; padding-top:5px;color:#fff; background:url('images/gotop.png') no-repeat;text-align:center;text-transform:uppercase;cursor:pointer; }
#foot-top .inner .foot-left{float:left;padding:10px 0px 10px 130px;background:url('../images/foot_logo.png') no-repeat left center;}
#foot-top .inner .foot-right{float:right;margin-top:10px;}
#foot-top .inner p{font-size: 13px;line-height: 24px;text-align:left;color: #eee;}
#foot-top .inner p span { margin:0 3px; }
#foot-top .inner p.copyright{}
#foot-top .inner p.copyright span{color: #eee;}
#foot-top .inner p a{color: #eee;}
#foot-top .inner p a:hover{color:#fff;}

#footer {background: #5A0707}
#footer .inner {padding: 15px 0px;}
#footer .inner p{font-size: 13px;line-height: 21px;text-align:center;color: #a3bdc0;}
#footer .inner p span { margin:0 3px; }
#footer .inner p.copyright{}
#footer .inner p.copyright span{color: #b9babd;}

#footer .er_img{ float:right; margin-top:20px;}
#footer .er_img li{ float:left; text-align:center;}
#footer .er_img li img{width:80px; height:80px; vertical-align:top;}
#footer .er_img li span{ display:block; line-height:28px; text-align:center; color:#c2c2c2; }



/* 分享二维码 */
.shares{height: 90px;text-align:center;}
.shares ul{display:inline-block; *display:inline;*zoom:1; width:auto;margin:0 auto;text-align: right;}
.shares li{float:left;margin: 0 10px;position:relative;}
.shares li a{display:inline-block;width: 70px;height: 70px;border:0px solid red;background:url('../images/share_icon.png') no-repeat;opacity:.9;filter:Alpha(opacity=70);vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position: -15px 2px;}
.shares li.i2 a{background-position: -135px 2px;}
.shares li.i3 a{background-position: -247px 2px;}
.shares li.i4 a{background-position: -365px 2px;}
.shares li.i5 a{background-position: -201px 4px;}
.shares li.i6 a{background-position: -266px 4px;}
.shares li.i7 a {background-position: -390px 4px;}
.shares li .con{display:none;position:absolute;bottom: 60px;left:50%;z-index:100;margin-left: -51px;width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top;  background:#fff;}
.shares li .con span{line-height:22px;font-size:12px; color: #fff;}
.shares li.i7 .con{display:none!important;}
.sharebt {
    margin-top: 76px;
    width: 70px;
    text-align: center;
    color: #fff;
}
.i7 .sharebt {margin-left: -9px;}
