﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
html body{
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 105px;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 332px;
}
cg_banner.sub_banner .prev{
  position: absolute;top: 135px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 566px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.cg_banner .prev{
  position: absolute;top: 50%;right: 245px;
  display: block;
  width: 52px;
  height: 52px;
  z-index: 9;
  background-image: url(../images/nav2.png);
  display: none;
  margin-top:-32px;
}
.cg_banner .prev:hover{
  background-image: url(../images/nav2_2.png);
}
.cg_banner .next:hover{
  background-image: url(../images/nav3_3.png);
}
.cg_banner .next{
  position: absolute;top: 50%;left: 245px;
  display: block;
  width: 52px;
  height: 52px;
  z-index: 9;
  background-image: url(../images/nav3.png);
  display: none;
  margin-top:-32px;
}
.cg_banner:hover .next{
  display: block;
}
.cg_banner:hover .prev{
  display: block;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
  height: 140px;
  border-top: 1px dashed #e8e8e8;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 25px 0px;
  height: 36px;
  line-height: 36px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
}
.sub_updown div a[href]:hover {
  color: #a21525;
}
.sub_updown div a[href]:hover span{
  background: #9f101f;
}
.sub_updown span {
  display: block;
  float: left;
  width: 105px;
  height: 36px;
  line-height: 36px;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  height: 90px;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  padding-top: 30px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #e0e0e1;
  
 
  line-height: 30px;
  margin-right: 15px;
}
.ql_fenye em{
 font-family: "宋体";
 font-size: 14px;
}
.ql_fenye span{
  width: 35px;
  height: 30px;
  vertical-align: middle;
  font-size: 20px;
}
.ql_fenye .a1{
   width: 35px;
  height: 30px; 
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.ql_fenye .aa1{
  font-size: 20px;
  font-family: "微软雅黑";
  vertical-align: middle;
}
.ql_fenye .aa2{
  font-size: 20px;
  font-family: "微软雅黑";
  vertical-align: middle;
  line-height: 24px;
}
.ql_fenye .a2{
   width: 98px;
  height: 30px; 
  font-size: 17px;
  vertical-align: middle;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover{
  background: #9f101f;
  color: #fff;
}
.ql_fenye span {
  border: 1px solid #e0e0e1 !important;
  background: #9f101f;
  color: #fff;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*头部*/
.hdbox{
  overflow: hidden;
}
.hdbox .head{
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  transition: all 0.2s;
}
.hdbox .head.on{
  top: 0;
}
.top{
  width: 100%;
  height: 35px;
  background: #dcdcdc;

}
.gzh{
  min-width: 30px;
  height: 35px;
  float: right;
  text-align: center;
  line-height: 35px;
  margin-right: 20px;
}
.gzh a{
  font-size: 12px;
  color: #666;
}
.gzh a:hover {
  color: #a60519;
}
.gzh1{
  width: 240px;
  height: auto;
  position: fixed;
  top: 50%;left: 50%;
  margin-left: -120px;
  margin-top: -139px;
  background: #fff;
  padding: 10px;
  z-index: 9999;
  border-radius: 5px;
  border: 3px solid #a60519;
  display: none;
}
.gzh1-zj1{
  width: 100%;
}
.gzh1-zj1 span{
  float: left;
  line-height: 30px;
  font-size: 13px;
  color: #333;
}
.gzh1-zj1 a{
  float: right;
  color: #999;
  font-size: 13px;
}
.gzh1-zj2{
  width: 240px;
  height: auto;
  margin: 10px auto;
}
.gzh1-zj2 img{
   width: 100%;
   height: auto;
}
.top1{
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}
.top-le{
  min-width: 245px;
  height: 35px;
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 35px;
}
.top-ri{
  width: 120px;
  height: 35px;
  float: right;
  line-height: 35px;
}
.top-ri a{
  font-size: 12px;
  color: #666;
  
}
.top-ri a:hover{
  color: #a60519;
}
.head{
  width: 100%;
  height: 105px;
  position: relative;
}
.head1{
  width: 1200px;
  height: 105px;
  margin: 0 auto;
}
.logo{
  display: inline-block;
  width: 247px;
  height: 105px;
  float: left;
}
.nav{
  width: 870px;
  height: 50px;
  float: right;
  margin-top: 55px;
  
}
.nav>ul{
  width: 894px;
}
.nav>ul>li{
  float: left;
  height: 50px;
  width: 75px;
  text-align: center;
  margin-right: 24px;
  
  
}
.nav>ul>li:hover{
background-image: url(../images/nav1.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.nav>ul>li>a{
  font-size: 16px;
  color: #7a7a7a;
}
.nav ul .ll1{
  background-image: url(../images/nav1.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.sub{
  width: 100%;
  height: 55px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 9999;
  opacity: 0.7;
  top: 105px;
  display: none;
}
.sub ul{
  width: 1200px;
  height: 55px;
  margin: 0 auto;
  text-align: center;
}
.sub ul li {
  width: 100px;
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    text-align: center;
}
.sub ul li a:hover{
  color: #a60519;
}
.sub ul li em{
  float: right;
  margin-top: 20px;
}
.nav ul li:hover .sub{
  display: block;
}
.sub ul .on a{
  color: #a60519;
}
.sub ul li a{
  font-size: 14px;
  color: #5f5f5f;
}
.bott2-zj2.sub-bot{
  width: 100%;
  text-align: center;
}
.xw{
  width: 100%;
  height: 450px;
  background: #e6ebf2;  
 
}
.xw1{
  width: 1445px;
  height: 385px;
  position: relative;
  margin:-60px auto;
  
  background: #fff;
}
.xw2{
  width: 1200px;
  height: 305px;
  margin: 0 auto;
  padding-top: 25px;
}
.xw2-zj1{
  width: 338px;
  height: 305px;
  float: left;
}
.gg-bt{
  width: 338px;
  height: 60px;
  border-bottom: 1px dotted #d2d1d1;
}
.gg-bt h2 a{
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.gg-bt>a{
  float: right;
  font-size: 14px;
  color: #666666;
  
}
.gg-bt a:hover{
  color: #a60519;
}
.gg-li{
  width: 338px;
  height: 243px;
}
.gg-li ul li{
  width: 338px;
  height: 48px;
  border-bottom: 1px dotted #d2d1d1;
  line-height: 48px;
}
.gg-li ul li a{
  float: left;
  color: #333;
  font-size: 15px;
  font-weight: normal;
}
.gg-li ul li span{
  float: right;
  font-size: 15px;
  color: #999;
}
.gg-li ul li:hover a{
  color: #a60519;
}
.xx{
  width: 1px;
  height: 330px;
  float: left;
  margin-left: 50px;
  margin-right: 50px;
  background:#e7e7e7;
}
.jj{
  width: 320px;
  height: 305px;
  float: left;
}
.jj .gg-bt{
  border: none;
}
.jj1{
  width: 320px;
  height: 240px;  
  position: relative;
}
.jj1 a{
  display: block;
  position: absolute;top: 90px;left: 120px;
  width: 71px;
  height: 71px;
  background-image: url(../images/jj2.png);
}
.jj1 a:hover{
  background-image: url(../images/jj2_2.png);
 
}
.yw{
  width: 335px;
  height: 305px;
  float: left;
}
.yw .gg-bt{
  border: none;
}

.yw1{
  width: 335px;
  height: 240px;
}
.yw1-zj1{
  width: 335px;
  height: 129px;
}
.yw1-zj2{
  width: 295px;
  height: 110px;
  background: #a0081c;
  padding-left: 20px;
  padding-right: 20px;
}
.yw1-zj2 h2 a{
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  float: left;
  font-weight: normal;
}
.yw1-zj2 h2 a:hover{
  color: #232323;
}
.yw1-z{
  width: 295px;
  height: 50px;
  float: left;
  font-size: 14px;
  color: #f1ced3;
 
  margin-top: 10px;
}
.al{
  width: 100%;
  height: 605px;
  background: #fff;
  overflow: hidden;
}
.al1{
  width: 1200px;
  height: 605px;
  margin: 0 auto;
}
.al1-bt{
  width: 350px;
  height: 75px;
  background-image: url(../images/al1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  margin:45px auto;
}
.al1-bt h2 a{
  font-size: 31px;
  color: #a3111e;

}
.al1-bt h2 a:hover{
  color: #0053a8;
}
.al2{
  width: 1200px;
  height: 353px;
}
.al2 ul li{
  width: 385px;
  height: 353px;
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 20px;

}
.al2 ul{
  width: 1221px;
  height: 353px;
}
.al-tu{
  display: block;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.al-tu img{
  transition: .3s;
}
.al2 ul li:hover .al-tu img{
  transition: .5s;
  transform: scale(1.1,1.1);
   -webkit-transform: scale(1.1,1.1);    /* for Chrome || Safari */

		-moz-transform: scale(1.1,1.1);       /* for Firefox */

		 -ms-transform: scale(1.1,1.1);        /* for IE */

		-o-transform: scale(1.1,1.1);         /* for Opera */
}
.al-z{
  width: 329px;
  height: 115px;
  padding-left: 28px;
  padding-right: 28px;
  transition: .3s;
}
.z-1{
  width: 329px;
  height: 57px;
  border-bottom: 1px solid #eeeeee;
  line-height: 57px;
  overflow: hidden;
}
.z-1 h3 a{
  font-size: 18px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.z-2{
  width: 329px;
  height: 57px;
  line-height: 57px;
}
.z-2 a{
  float: left;
  font-size: 13px;
  color: #999;
}
.z-2 span{
  display: inline-block;
  width: 27px;
  height: 10px;
  float: right;
  background-image: url(../images/al3.png);
  margin-top: 25px;
}
.al2 ul li:hover .al-z{
  background: #a3111e;
  transition: .5s;
}
.al2 ul li:hover .z-1 h3 a{
  color: #fff;
}
.al2 ul li:hover .z-2 a{
  color: #fff;
}
.al2 ul li:hover .z-2 span{
  background-image: url(../images/al3_3.png);
}
.lb{
  width: 100%;
  height: 550px;
  background: #f9f9f9;
  float: left;
  
}
.lb1{
  width: 1200px;
  height: 450px;
  margin: 50px auto;
}
.lb1-le{
  width: 760px;
  height: 448px;
  float: left;
  background: #fff;
  position: relative;
  
}
.lb1-le .hd{
  width: 186px;
  height: 450px;
  float: left;
}
.lb1-le .hd ul li{
  width: 186px;
  height: 149px;
  text-align: center;
  position: relative;
}
.lb1-le .hd ul .on div{
  display: block;
}
.lb1-le .hd ul li div{
  width: 13px;
  height: 23px;
  position: absolute;left: 186px;top: 62px;
  display: none;
}
.tutu1{
  background-image: url(../images/lb5.png);
}
.tutu2{
  background-image: url(../images/lb6.png);
}
.tutu3{
  background-image: url(../images/lb7.png);
}
.lb1-le .hd ul li h2{
  display: block;
  width: 100px;
  height: 149px;
  margin: 0 auto;
  text-align: center;
}
.lb1-le .hd ul li h2 img{

  margin-top: 30px;
}
.lb1-le .hd ul li h2 a{
  display: inline-block;
  margin-top: 12px;
  font-weight: normal;
  color: #fff;

}
.lb1-le .hd ul li h2 .li1-tu{
  display: block;
  margin: 0px;
}
.li1{
  background: #a3111e;
}
.li2{
  background: #232323;
}
.li3{
  background: #0053a8;
}
.lb1-le .bd{
   width: 573px;
  height: 445px;
  float: left;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.lb1-le .bd ul{
  width: 485px;
  height: 430px;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  
}

.lb1-le .bd ul li{
  width: 484px;
  height: 47px;
  border-bottom: 1px dotted #d2d1d1;
  line-height: 45px;
  float: left;
}
.lb1-le .bd ul li span{
  float: right;
  font-size: 14px;
  color: #999;
}
.lb1-le .bd ul li a{
  float: left;
}
.lb1-le .bd ul .li4{
  width: 484px;
  height: 175px;
  margin-bottom: 15px;
  border: none;
  overflow: hidden;
   border-bottom: 1px dotted #d2d1d1;
}
.lb1-le .bd ul .li4 h3{
margin-top: 30px;
width: 100%;
}
.lb1-le .bd ul .li4 a{
  font-size: 18px;
  color: #333;
  font-weight: normal;
  width: 100%;
  
}
.lb1-le .bd ul .li4 p{
  font-size: 14px;
  color: #999;

  line-height: 20px;
  display: inline-block;
  
}
.li4-zj1{
  width: 484px;
  height: 90px;
 
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.lb1-le .bd ul li:hover a{
  color: #a3111e;
}
.lb1-le .bd ul li h3 a{
  font-size: 15px;
  color: #333;
  font-weight: normal;
}
.lb-ri{
  width: 361px;
  height: 446px;
  border: 1px solid #e1e1e1;
  float: right;
  padding-left: 29px;
}
.ri-bt{
  width: 100%;
  height: 29px;
  padding-top: 23px;
}
.ri-bt em{
  display: block;  
  width: 5px;
  height: 25px;
  background-image: url(../images/lb4.png);
  float: left;
}
.ri-bt h2{
  margin-left: 20px;
  float: left;
}
.ri-bt h2 a{
  font-size: 24px;
  color: #38383d;
}
.ri-bt h2 a:hover{
  color: #a3111e;
}
.ri-bt>a{
  font-size: 14px;
  color: #666666;
  float: right;
  margin-right: 29px;
  margin-top: 7px;
  margin-top: 7px;
}
.ri-bt>a:hover{
  color: #a3111e;
}
.lb-ri ul{
  width: 326px;
  height: 365px;
  padding-top: 30px;
}
.lb-ri ul li{
  width: 326px;
  height: 55px;
  margin-bottom: 38px;
}
.rq{
  width: 66px;
  height: 55px;
  float: left;
  text-align: center;
  line-height: 55px;
  font-family: "Times New Roman";
  font-size: 24px;
  color: #fff;
  background: #a3111e;
}
.rq span{
  font-size: 14px;
  color: #fff;
  font-family: "Times New Roman";
}
.gsxw{
  width: 236px;
  height: 55px;
  float: right;
  
  
}
.gsxw h3 a{
font-size: 15px;
  color: #333;
  font-weight: normal;
}
.gsxw h3 a:hover{
  color: #a3111e;
}

/*END*/
/*底部*/
.bot{
  width: 100%;
  min-height: 342px;
  background: #232323;
  clear: both;
}
.bott{
  width: 1200px;
  min-height: 310px;
  margin: 0 auto;
  padding-top: 32px;
}
.bott1{
  width: 1200px;
  min-height: 232px;
  border-bottom: 1px solid #3b3b3b;
}
.bott1-nav{
  width: 775px;
  min-height: 232px;
  float: left;
}
.bott1-nav ul{
  text-align: center;
}
.bott1-nav ul>li{
  display: inline-block;
  border-right: 1px solid #3b3b3b;
  text-align: left;
  float: left;
}
.bott1-nav ul>li>a{
  font-size: 18px;
  color: #e1e1e1;
}
.bott1-nav ul>li a[href]:hover{
  color: #a3111e;
}
.bott1-nav ul .botnav-l1{
  width: 145px;
  min-height: 200px;
}
.botnav-l1 ul{
  width: 100%;
  min-height: 155px;
  padding-top: 15px;
}
.botnav-l1 ul li{
  width: 100%;
  min-height: 30px;
  text-align: left;
  line-height: 30px;
  
}
.botnav-l2 ul{
  width: 100%;
  min-height: 155px;
  padding-top: 15px;
}
.botnav-l2 ul li{
  width: 100%;
  min-height: 30px;
  text-align: left;
  line-height: 30px;
  
}
.botnav-l3 ul{
  width: 100%;
  min-height: 155px;
  padding-top: 15px;
}
.botnav-l3 ul li{
  width: 100%;
  min-height: 30px;
  text-align: left;
  line-height: 30px;
  
}
.bott3{
  border-bottom: 1px solid #3b3b3b;
  width: 100%;
  min-height: 50px;
  font-size: 13px;
  color: #5f5e5e;
  text-align: center;
  line-height: 50px;
}
.botnav-l4 ul{
  width: 100%;
  min-height: 155px;
  padding-top: 15px;
}
.botnav-l4 ul li{
  width: 100%;
  min-height: 30px;
  text-align: left;
  line-height: 30px;
  
  
}
.botnav-l1 ul li a{
  font-size: 14px;
  color: #e1e1e1;
}
.botnav-l1 ul li a:hover{
  color: #fff;
}
.botnav-l2 ul li a:hover{
  color: #fff;
}
.botnav-l3 ul li a:hover{
  color: #fff;
}
.botnav-l4 ul li a:hover{
  color: #fff;
}
.botnav-l2 ul li a{
  font-size: 14px;
  color: #e1e1e1;
}
.botnav-l3 ul li a{
  font-size: 14px;
  color: #e1e1e1;
}
.botnav-l4 ul li a{
  font-size: 14px;
  color: #e1e1e1;
}

.botnav-l2 ul{
  width: 100%;
  min-height: 170px;
}
.botnav-l3 ul{
  width: 100%;
  min-height: 170px;
}
.botnav-l4 ul{
  width: 100%;
  min-height: 170px;
}
.bott1-nav ul .botnav-l2{
  width: 134px;
  min-height: 200px;
  padding-left: 60px;
}
.bott1-nav ul .botnav-l3{
  width: 146px;
  min-height: 200px;
  padding-left: 60px;
}
.bott1-nav ul .botnav-l4{
  width: 145px;
  min-height: 200px;
  padding-left: 70px;
}
.xxxx{
  width: 385px;
  min-height: 199px;
  float: left;
  padding-left: 40px;
  line-height: 34px;
}
.xxxx p{
  font-size: 16px;
  color: #e1e1e1;
  
}
.bdsharebuttonbox{
  height: 41px;
  margin-top: 15px;
  line-height: 41px;
  float: left;
}
.bdsharebuttonbox span{
  font-size: 16px;
  color: #e1e1e1;
}
.bdsharebuttonbox a.bds_weixin{
  display: block;
  width: 41px;
  height: 41px;
  padding: 0px;
  margin-top: 0px;
}
.bdsharebuttonbox a.bds_weixin{
  background-image: url(../images/bot1.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.bdsharebuttonbox a.bds_weixin:hover{
  background-image: url(../images/b0t1_1.png)
}
.bdsharebuttonbox a.bds_tsina:hover{
  background-image: url(../images/bot2_2.png)
}
.bdsharebuttonbox a.bds_tsina{
  display: block;
  width: 41px;
  height: 41px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 0px;
}
.bdsharebuttonbox a.bds_tsina{
  background-image: url(../images/bot2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.bott2{
  width: 1200px;
  min-height: 77px;
}
.bott2-zj1{
  width: 600px;
  min-height: 77px;
  float: left;
}
.bott2-zj1>ul>li{
  width: 274px;
  min-height: 40px;
  float: left;
  border: 1px solid #3b3b3b;
  margin-top: 21px;
  border-radius: 5px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
.bott2-zj1 ul li span{
  float: left;
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.bott2-zj1 ul li em{
  display: block;
  width: 17px;
  height: 9px;
  float: right;
  background-image: url(../images/bot3.png);
  background-position: center center;
  margin-top: 16px;
  margin-right: 20px;
}
.bott2-zj1 ul li:hover .sup{
  display: block;
}
.sup{
  min-height: 40px;
  width: 274px;
  border-radius: 5px;
  background: #38383d;
  position: absolute;bottom: 40px;
  overflow: hidden;
  display: none;
} 
.sup li{
  border: none;
  width: 274px;
  height: 40px;
  line-height: 40px;
}
.sup li:hover{
  background: #a3111e;
}
.sup li:hover a{
  color: #fff;
}
.sup li a{
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}
.bott2-zj2{
  width: 600px;
  height: 58px;
  float: left;
  text-align: right;
  padding-top: 20px;
}
.bott2-zj2 p{
  font-size: 13px;
  color: #5f5e5e;
}
.bott2-zj2 a{
  font-size: 13px;
  color: #5f5e5e;
}
.bott2-zj2 a:hover{
  color:#fff;
}
.bott2-zj2 img{
  vertical-align: middle;
}
/*END*/
/*在线留言*/
.kk{
  width: 100%;
  min-height: 300px;
  background: #f9f9f9;
  overflow: hidden;
}
.zxly{
  width: 1200px;
  min-height: 300px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.sub-lx{
  width: 254px;
  height: 100%;
  background: #fff;
  float: left;
  position: absolute;
}
.sub-lx1{
  width: 254px;
  height: 184px;
}
.sub-lx>a{
  display: block;
  width: 254px;
  height: 53px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 53px;
  background-image: url(../images/lxwm2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sub-lx .on{
  background: #3d3d3d;
  color: #fff;
}
.sub-lx>a:hover{
  background: #3d3d3d;
  color: #fff;
}
.zxly1{
  width: 853px;
  min-height: 580px;
  float: right;
  padding-left: 35px;
  padding-right: 35px;
  background: #fff;
  padding-bottom: 30px
}
.mbx{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 50px;
}
.mbx a{
  font-size: 15px;
  color: #666;
}
.mbx a:hover{
  color: #9f101f;
}
.mbx img{
  margin-top: 15px;
  float: left;
}
.zxly1-zj1{
  width: 582px;
  height: 72px;
  margin-top: 35px;
}
.zxly2{
  width: 100%;
  height: 330px;
  padding-top: 35px;
}
.xm{
  width: 426px;
  height: 50px;
  float: left;
}
.xm span{
  line-height: 50px;
  font-size: 20px;
  color: #333;
  float: left;
}
.xm1{
  width: 294px;
  height: 50px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #eeeeee;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.xm1 input{
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.xm em{
  color: #ce0000;
  font-size: 20px;
  margin-top: 17px;
  float: left;
  margin-left: 15px;
}
.ly{
  width: 100%;
  height: 110px;
  float: left;
  margin-top: 25px;
}
.ly span{
  line-height: 50px;
  font-size: 20px;
  color: #333;
  float: left;
}
.ly1{
  width: 720px;
  height: 110px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #eeeeee;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.ly1 textarea{
  width: 100%;
  height: 90px;
  resize: none;
  line-height: 30px;
  margin-top: 7px;
}
.ly em{
  color: #ce0000;
  font-size: 20px;
  margin-top: 17px;
  float: left;
  margin-left: 15px;
}
.yzm{
  width: 584px;
  height: 50px;
  float: left;
  margin-top: 25px;
}
.yzm span{
  line-height: 50px;
  font-size: 20px;
  color: #333;
  float: left;
}
.yzm1{
  width: 409px;
  height: 50px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: #eeeeee;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
}
.yzm1 input{
  width: 160px;
  height: 50px;
  line-height: 50px;
  float: left;
}
.yzm2{
  width: 90px;
  height: 30px;
  float: left;
  vertical-align: middle;
  border: 1px solid #dadada;
  margin-top: 10px;
}


.yzm1>a{
  font-size: 14px;
  color: #333;
  float: left;
  margin-left: 22px;
}
.yzm em{
  color: #ce0000;
  font-size: 20px;
  margin-top: 17px;
  float: left;
  margin-left: 15px;
}
.anniu{
  display: block; 
  width: 153px;
  height: 51px;
  background: #9f101f;
  float: left;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 51px;
  border-radius: 3px;
  margin-top:25px;
}
.ckly{
  width: 100%;
  min-height: 300px;
}
.ckly-bt{
  width: 133px;
  height: 25px;
}
.ckly1{
  width: 100%;
  min-height: 200px;
  margin-top: 35px;
  overflow: hidden;
}
.ckly1-zj1{
  width: 100%;
  min-height: 80px;
  padding-top: 20px;
  overflow: hidden;
}
.ckly1-tx{
  width: 92px;
  height: 80px;
  float: left; 
}
.ckly1-zj2{
  width: 760px;
  min-height: 80px;
  float: left;
}
.ckly1-zj2>p{
  font-size:16px;
  color: #666; 
}
.ckly1-zj2>p span{
  font-size: 19px;
  color: #333;
}
.ckly1-zj3{
  width: 740px;
  min-height: 40px;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  padding-top: 10px;
}
.ckly1-bot{
  width: 100%;
  min-height: 105px;
  background: #f6f5f5;
  margin-top: 10px;
  position: relative;
  border-radius: 3px;
}
.ckly1-bot em{
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;top: -13px;left: 43px;
}
.ckbt1{
  width: 90px;
  height: 105px;
  float: left;
}
.ckbt1 img{
  margin-top: 20px;
  margin-left: 42px;
}
.ckbt2{
  width: 760px;
  min-height: 75px;
  float: left;
  padding-top: 30px;
}
.ckbt2 p{
  font-size: 14px;
  color: #333;
}
.ckbt2-z{
  width: 760px;
  min-height: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding-bottom: 20px;
}
/*END*/
/*联系方式*/
.lxfs{
  width: 852px;
  min-height: 300px;
}
.lxfs-logo{
  width: 245px;
  height: 64px;
  margin: 55px auto;
}
.lxfs1{
  width: 100%;
  height: 170px;
}
.lxfs1-le{
  width: 470px;
  height: 170px;
  float: left;
  background-image: url(../images/lxfs1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}
.lxfs1-le p{
  font-size: 16px;
  color: #5f5f5f;
  line-height: 30px;
  margin-top: 20px;
}
.lxfs-ri{
  width: 320px;
  height: 170px;
  float: right;
}
.lxfs2{
  width: 852px;
  height: 215px;
  margin-top: 45px;
}
.lxfs2 iframe{
  width: 852px;
  height: 215px;
}
/*END*/
/*公司简介*/
.gsjj{
  width: 853px;
  height: 428px;
}
.gsjj1{
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
  font-size: 15px;
  color: #1c1c23;
  line-height: 30px;
}
/*END*/
/*企业文化*/
.qywh1{
  width: 271px;
  height: 333px;
  float: left;
}
.qywh{
  width: 100%;
  min-height: 333px;
  margin-top: 50px; 
}
.qywh2{
  width: 540px;
  min-height: 300px;
  float: right;
}
.qywh2-zj1{
  width: 227px;
  height: 81px;
}
.qywh2-zj2{
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
  font-size: 15px;
  color: #1c1c23;
  line-height: 30px;
}
/*END*/
/*组织架构*/
.zzjg{
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
}
.ryzz{
  width: 100%;
  min-height: 500px;
  margin-top:50px;
  overflow: hidden;
}
.ryzz ul{
  width: 891px;
}
.ryzz ul li{
  width: 270px;
  height: 233px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  float: left;
  margin-right: 25px;
  margin-top: 25px;
}
.ryzz ul li>a{
  display: block;
  width: 234px;
  height: 146px;
  margin: 20px auto;
  margin-bottom: 0px;
}
.ryzz ul li>a img{
  width: 100%;
  height: 100%;
}
.ryzz ul li h3{
  display: block;
  width: 234px;
  height: 65px;
  margin: 0 auto;
  line-height: 65px;
}
.ryzz ul li h3 a{
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.ryzz ul li:hover{
  background: #9f101f;
}
.ryzz ul li:hover h3 a{
  color: #fff;
}
/*END*/
/*视频中心*/
.spzx1{
  width: 260px;
  height: 181px;
  position: relative;
}
.spzx{
  width: 100%;
  min-height: 350px;
  margin-top:50px;
  overflow: hidden;
}
.spzx ul{
  width: 891px;
}
.spzx ul li{
  width: 260px;
  height: 233px;
  float: left;
  margin-right: 25px;
  margin-top: 25px;
}
.spzx1 a{
  position: absolute;top: 50px;left: 95px;
  display: inline-block;
  width: 73px;
  height: 73px;
  background-image: url(../images/spzx2.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.spzx ul li:hover .spzx1 a{
  background-image: url(../images/spzx3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.spzx ul li h3 a{
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
  float: left;
}
/*END*/
/*视频详情*/
.spxq{
  width: 852px;
  min-height: 30px;
  text-align: center;
  line-height: 45px;
  padding-bottom: 15px;
}
.spxq h1{
  font-size: 20px;
  color: #9f101f;
}
.spxq1{
  width: 100%;
  height: 45px;
  border-top: 1px dashed #e9e9e9;
  border-bottom: 1px dashed #e9e9e9;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 45px;
}
.spxq1 a{
  font-size: 14px;
  color: #666;
}
.spxq2{
  width: 100%;
  min-height:170px;
  padding-bottom: 30px;
}
.spxq2-tu{
  width: auto;
  height: 288px;
  margin: 35px auto;
  text-align: center;
}
.spxq2 p{
  font-size: 15px;
  color: #333;
}
/*END*/
/*企业评价*/
.qypj{
  width: 100%;
  min-height: 500px;
  padding-top: 20px;
}
.qypj ul li{
  width: 100%;
  height: 60px;
  border-bottom: 1px dotted #d9d9d9;
  line-height: 60px;
}
.qypj ul li h3 a{
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.qypj ul li span{
  float: right;
  font-size: 14px;
  color: #999;
}
.qypj ul li:hover h3 a{
  color: #9f101f;
}
/*END*/
/*合作案例*/
.sub-lx p{
  font-size: 16px;
  color: #5f5f5f;
  margin-top: 20px;
  padding-left: 15px;
  display: block;
}
.sub-lx .p1{
  width: 240px;
  height: 93px;
  background-image: url(../images/lxwm2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  line-height: 93px
}
.sub-lx .p2{
  width: 240px;
  height: 110px;
  background-image: url(../images/lxwm2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.hzal{
  width: 100%;
  min-height: 500px; 
  overflow: hidden;
}
.hzal ul li{
  width: 385px;
  height: 350px;
  float: left;
  border: 1px solid #eeeeee;
}
.hzal ul li{
  width: 385px;
  height: 353px;
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 80px;
  margin-top: 65px;
}
.hzal ul{
  width: 934px;
}
.al-tu{
  display: block;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.al-tu img{
  width: 100%;
  height: 100%;
  transition: .3s;
}
.hzal ul li:hover .al-tu img{
  transition: .5s;
  transform: scale(1.1,1.1);
   -webkit-transform: scale(1.1,1.1);    /* for Chrome || Safari */

		-moz-transform: scale(1.1,1.1);       /* for Firefox */

		 -ms-transform: scale(1.1,1.1);        /* for IE */

		-o-transform: scale(1.1,1.1);         /* for Opera */
}
.al-z{
  width: 329px;
  height: 115px;
  padding-left: 28px;
  padding-right: 28px;
  transition: .3s;
}
.z-1{
  width: 329px;
  height: 57px;
  border-bottom: 1px solid #eeeeee;
  line-height: 57px;
  overflow: hidden;
}
.z-1 h3 a{
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.z-2{
  width: 329px;
  height: 57px;
  line-height: 57px;
}
.z-2 a{
  float: left;
  font-size: 13px;
  color: #999;
}
.z-2 span{
  display: inline-block;
  width: 27px;
  height: 10px;
  float: right;
  background-image: url(../images/al3.png);
  margin-top: 25px;
}
.hzal ul li:hover .al-z{
  background: #a3111e;
  transition: .5s;
}
.hzal ul li:hover .z-1 h3 a{
  color: #fff;
}
.hzal ul li:hover .z-2 a{
  color: #fff;
}
.hzal ul li:hover .z-2 span{
  background-image: url(../images/al3_3.png);
}
/*END*/
/*新闻资讯*/
.xwzx{
  width: 100%;
  min-height: 300px;
  margin-top: 60px;
}
.xwzx1{
  width: 828px;
  height: 141px;
  background: #f4f4f4;
  padding: 12px;
}
.xwzx-tu{
  width: 216px;
  height: 140px;
  float: left;
}
.xwzx2{
  width: 561px;
  height: 140px;
  float: left;
  margin-left: 25px;
}
.xwzx2 h3 a{
  font-size: 18px;
  color: #333;
  line-height: 35px;
}
.xwzx2 h3 a:hover{
  color: #9f101f
}

.xwzx2 span{
  font-size: 14px;
  color: #999;
  margin-top: 10px; 
  float: left; 
}
.xwzx-z{
  width: 100%;
  height: 76px;
  padding-top: 15px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
/*END*/
/*新闻详情*/
.xwxq1{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.xwxq2{
  width: 852px;
  height: 220px;
  margin-top: 30px;
}
.xwzx2-bt{
  width: 100%;
  height: 51px;
}
.xwzx3{
  width: 100%;
  min-height: 300px;
}
.xwzx3 ul li{
  width: 405px;
  margin-top: 20px;
  float: left;
}
.xwzx3 ul li h3{
  float: left;
}
.xwzx3 ul li h3 em{
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 8px;
}
.xwzx3 ul li h3 a{
  font-size: 14px;
  color: #333;  
  font-weight: normal;
}
.xwzx3 ul li span{
  float: right;
  font-size: 13px;
  color: #666;
}
/*业务范围*/
.ywfw{
  width: 100%;
  min-height: 300px;
  margin-top: 50px;
}
.ywfw1{
  width: 100%;
  height: 232px;
}
.ywfw2{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.zxns{
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.zxns1{
  width: 426px;
  min-height: 300px;
  float: left;
}
.zxns1-tu{
  width: 180px;
  height: 71px;
  margin-top: 90px;
}
.zxns1-z{
  width: 426px;
  min-height: 300px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 40px;
  float: left;
}
.zxns2{
  width: 375px;
  height: 474px;
  float: right;
  margin-top: -60px;
}
/*在线招聘*/
.zxzp{
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
.zxns1{
  width: 852px;
  min-height: 50px;
  margin-top: 15px;
}
.zxns1-zj1{
  width: 792px;
  height: 52px;
  background: #f4f4f4;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 52px;
}
.zxns1-zj1 span{
  float: left;
  font-size: 18px;
  color: #333;
}
.zxns1-zj1 em{
  float: right;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  cursor: pointer;
  background-image: url(../images/zxns4.png);
  background-position: center;
  background-repeat: no-repeat;
}
.zxns1-zj1.on{
  background: #9f101f;
}
.zxns1-zj1.on span{
  color: #f4f4f4;
}
.zxns1-zj1.on em{
   background-image: url(../images/zxns3.png);
  background-position: center;
  background-repeat: no-repeat;
}
.zxzp2.zxns2{
  width: 822px;
  height: auto;
  background: #f4f4f4;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  margin-top: 0px;
}

.zxns2-zj1{
  width: 792px;
  height: 115px;
  border-bottom: 1px solid #f0f0f0;
}
.zxns2-zj1 ul li{
  width: 264px;
  height: 95px;
  float: left;
  line-height: 40px;
  padding-top: 20px;
  overflow: hidden;
}
.zxns2-zj1 ul li p{
  font-size: 14px;
  color: #333;
}
.zxns2-zj2{
  width: 792px;
  border-bottom: 1px solid #f0f0f0;
}
.zxns2-zj2 ul .zxns-l1{
  width: 528px;
}
.zxns2-zj2 ul li{
  width: 100%;
  /*height: 115px;
  float: left;*/
  padding-top: 25px;
  overflow: hidden;
}
.zxns2-zj2 ul li span{
  font-size: 16px;
  color: #333;
}
.zxns2-zj2 ul li p{
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.zxns2-zj3{
  width: 792px;
  height: 60px;
  text-align: right;
  line-height: 60px;
}
.zxns2-zj3 a{
  font-size: 16px;
  color: #666;
}
.zxns2-zj3 a:hover{
  color: #9f101f;
}
.zxns2-zj3 em img{
  vertical-align: middle;
}
.zxns2-zj3 em{
  margin-left: 15px;
  margin-right: 15px;
}
/*网站地图*/
.wzdt{
  width: 100%;
  min-height: 300px;
  margin-top: 60px;
}
.wzdt1{
  width: 100%;
  min-height: 300px;
}
.wzdt1>ul{
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #9f101f;
}
.wzdt1>ul>li{
  display: inline-block;
  width: 70px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-left: 20px;
}
.wzdt1>ul>li>a{
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.wzdt1>ul>li>a:hover{
  color: #a51f2a;
}
.supp{
  width: 70px;
  min-height: 45px;
  vertical-align: top;
  margin-top: 20px;
}
.supp li{
  width: 70px;
  line-height: 30px;
  float: left;
  text-align: center;
}
.supp li a{
  font-size: 14px;
  color: #5f5f5f;
}
.supp li a:hover{
  color: #a51f2a;
}
/*# sourceMappingURL=all.css.map */
