﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */

/*CSS Document*/

/*init BEGIN*/

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;
}

/*子页banner高度*/

.cg_banner, .cg_banner_listbox, .cg_banner_listbox ul, .cg_banner_listbox ul li, .cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}

/*首页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: 574px;
}

.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}

.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}

/*li按钮*/

.cg_banner .hd {
  width: 357px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 35px;
  z-index: 1;
  background-image: url(../images/ban2.png);
  margin-right: -178px;
  background-repeat: no-repeat;
  background-position: center;
}

.cg_banner .hd ul {
  text-align: center;
}

.cg_banner .hd ul li {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/ban_l1.png);
  background-position: center center;
  margin-left: 30px;
  margin-right: 30px;
  transition: .4s;
  cursor: pointer;
}

.cg_banner .hd ul li.on {
  background-image: url(../images/ban_l1_1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/*前/后按钮代码*/

.cg_banner .prev, .cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}

.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.cg_banner .prev:hover, .cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.cg_banner .prevStop {
  display: none;
}

.cg_banner .nextStop {
  display: none;
}

/*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%;
}

.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a {
  display: block;
  color: #666;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a[href]:hover {
  color: #06F;
}

.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}

/*上下篇 END*/

/*分页 BEGIN*/

.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 50px;
}

.ql_fenye a, .ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 30px;
  width: 38px;
  border: 1px solid #ccc;
  margin: 0px 3px;
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}

.ql_fenye a.a1 {
  width: 60px;
  background: #dcdcdc;
}

.ql_fenye a[href]:hover {
  color: #fff;
  border: 1px solid #144991 !important;
  background: #144991;
}

.ql_fenye span {
  border: 1px solid #144991 !important;
  background: #144991;
  color: #fff !important;
  font-weight: normal !important;
}

/*选中需要全部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 {}

/*此文件放置共用函数、变量等*/

/* 手机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*/

/*头部*/

.top {
  height: 100px;
  background-image: url(../images/top1.jpg);
  background-repeat: repeat-y;
  position: relative;
}

.top1 {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  border-top: 1px solid inherit;
}

.top1>a {
  display: block;
  width: 219px;
  height: 62px;
  float: left;
  margin-top: 18px;
}

.nav {
  width: 880px;
  height: 100px;
  float: right;
}

.nav>ul>li {
  width: 97px;
  height: 100px;
  float: left;
}

.nav>ul>li>a {
  display: block;
  width: 97px;
  height: 100px;
  line-height: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nav>ul>li>a span {
  font-size: 15px;
  color: #333;
  position: relative;
  z-index: 9;
  transition: .4s;
}

.nav>ul>li a>em {
  display: block;
  width: 97px;
  height: 0px;
  background: #144991;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: .3s;
  line-height: 120px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.nav>ul>li:hover>a span {
  color: #fff;
}

.nav>ul>li:hover em {
  height: 100px;
}

.nav>ul>li.on em {
  height: 100px;
}

.nav>ul>li.on a span {
  color: #fff;
}

.sub {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 110px;
  background: #fff;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.nav>ul>li:hover .sub {
  opacity: 1;
  top: 100px;
  visibility: visible;
}

.sub ul {
  width: 880px;
  height: 70px;
  float: right;
}

.sub1 {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.sub1 ul li {
  display: inline-block;
  width: 110px;
  height: 70px;
}

.sub1 ul li a {
  display: block;
  width: 115px;
  height: 70px;
  font-size: 15px;
  color: #666;
  line-height: 70px;
  text-align: center;
  transition: .4s;
  font-weight: bold;
}

.sub1 ul .on a {
  font-size: 14px;
  color: #144991;
  font-weight: bold;
}

.sub1 ul li a:hover {
  font-size: 14px;
  color: #144991;
  font-weight: bold;
}

/*END*/

/*首页*/

.fool1 {
  height: 480px;
  width: 1200px;
  margin: 75px auto;
}

.fool1_le {
  width: 545px;
  height: 480px;
  float: left;
  padding-right: 55px;
}

.fool1_le_bt {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #ededed;
  background-image: url(../images/fool1.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.fool1_le_bt a {
  font-size: 26px;
  color: #333;
}

.fool1_le_bt span {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

.fool1_le1 {
  margin-top: 30px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}

.fool1_le2 {
  width: 656px;
  height: 108px;
  margin-top: 76px;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 9;
}

.fool1_le2 ul li {
  width: 164px;
  height: 108px;
  float: left;
}

.fool1_le2 ul li a {
  display: block;
  width: 164px;
  height: 44px;
  padding-top: 64px;
  background-image: url(../images/fool2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #144991;
  text-align: center;
  transition: .3s;
}

.fool1_le2 ul li.fool1_le2_l2 a {
  background-image: url(../images/fool3.png);
}

.fool1_le2 ul li.fool1_le2_l3 a {
  background-image: url(../images/fool4.png);
}

.fool1_le2 ul li.fool1_le2_l4 a {
  background-image: url(../images/fool5.png);
}

.fool1_le2 ul li a:hover {
  background: #144991 url(../images/fool2_2.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-repeat: no-repeat;
}

.fool1_le2 ul li.fool1_le2_l2 a:hover {
  background-image: url(../images/fool3_3.png);
}

.fool1_le2 ul li.fool1_le2_l3 a:hover {
  background-image: url(../images/fool4_4.png);
}

.fool1_le2 ul li.fool1_le2_l4 a:hover {
  background-image: url(../images/fool5_5.png);
}

.fool_ri {
  width: 600px;
  height: 480px;
  float: right;
  position: relative;
}

.fool_ri img {
  width: 600px;
  height: 480px;
}

.fool_ri iframe {
  width: 600px;
  height: 480px;
}

.fool_ri a {
  display: block;
  width: 87px;
  height: 87px;
  background-image: url(../images/fool7.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  transition: .5s;
}

.fool_ri:hover a {
  transform: rotate(180deg);
}

.fool2 {
  min-height: 390px;
}

.fool2_bt {
  height: 140px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.fool2_bt h2 {
  text-align: center;
  font-weight: normal;
}

.fool2_bt h2 a {
  font-size: 26px;
  color: #333;
}

.fool2_bt h2 span {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}

.fool2_1 {
  height: 72px;
  width: 800px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 20px auto;
}

.fool2_1 ul {
  text-align: center;
}

.fool2_1 ul li {
  width: 121px;
  height: 37px;
  display: inline-block;
}

.fool2_1 ul li a {
  display: block;
  width: 121px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: .4s;
}

.fool2_1 ul li.on a {
  background: #144991;
  color: #fff;
}

.fool2_2 {
  height: 255px;
  background-image: url(../images/fool9.jpg);
}

.fool2_3 {
  width: 1200px;
  height: 255px;
  margin: 0 auto;
  overflow: hidden;
}

.fool2_3 span {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 55px;
}

.fool2_3 a {
  display: block;
  width: 120px;
  height: 45px;
  border: 1px solid #fff;
  padding-left: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  margin: 30px auto;
  background-image: url(../images/fool10.png);
  background-position: 108px center;
  background-repeat: no-repeat;
  transition: .4s;
}

.fool2_3 a:hover {
  border: 1px solid #144991;
  background-color: #144991;
}

.fool3 {
  height: 545px;
  margin: 60px auto;
  width: 1200px;
}

.fool3_bt {
  height: 70px;
}

.fool3_bt1 {
  width: 300px;
  height: 70px;
  float: left;
  line-height: 70px;
  background-image: url(../images/fool1.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.fool3_bt1 h2 a {
  font-size: 26px;
  color: #333;
  font-weight: normal;
}

.fool3_bt1 h2 a:hover {
  color: #144991;
}

.fool3_bt1 h2 span {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}

.fool3_bt .hd {
  height: 40px;
  float: right;
  margin-top: 30px;
}

.fool3_bt .hd ul li {
  width: auto;
  height: 40px;
  float: left;
  font-size: 16px;
  color: #999;
  margin-left: 55px;
  cursor: pointer;
}

.fool3_bt .hd ul li.on {
  background-image: url(../images/fool1.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  color: #144991;
}

.fool3_1 {
  height: 465px !important;
  margin-top: 20px;
}

.fool3_1 ul li {
  width: 360px;
  height: 331px;
  float: left;
  padding: 20px;
  transition: .4s;
}

.fool3_1 ul li>a {
  display: block;
  width: 360px;
  height: auto;
  overflow: hidden;
}

.fool3_1 ul li>a img {
  display: block;
  width: 376px;
  height: auto;
  transition: .4s;
}

.fool3_1_z {
  height: 70px;
  margin-top: 25px;
}

.fool3_1_z a {
  display: block;
  height: 70px;
  background-image: url(../images/hz2.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  transition: .4s;
}

.fool3_1_z a span {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  transition: .4s;
}

.fool3_1_z a em {
  font-size: 14px;
  color: #999;
  transition: .4s;
}

.fool3_1 ul li:hover {
  background: #144991;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.fool3_1 ul li:hover .fool3_1_z a span {
  color: #fff;
}

.fool3_1 ul li:hover .fool3_1_z a em {
  color: #b6c4d1;
}

.fool3_1 ul li:hover .fool3_1_z a {
  background-image: url(../images/hz3.png);
}

.fool3_1 ul li:hover>a img {
  transform: scale(1.1, 1.1);
}

.fool3_an {
  display: block;
  width: 120px;
  height: 45px;
  margin: 45px auto;
  border: 1px solid #e5e5e5;
  line-height: 45px;
  padding-left: 45px;
  font-size: 16px;
  color: #999;
  background-image: url(../images/hz4.png);
  background-repeat: no-repeat;
  background-position: 108px center;
  transition: .4s;
}

.fool3_an:hover {
  background: #144991 url(../images/hz4_4.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position: 108px center;
}

.fool3_1 .bdd {
  position: relative;
}

.fool3_1 .bdd>a.sprev {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz5.png);
  position: absolute;
  left: -65px;
  top: 32%;
  margin-top: -20px;
  transition: .4s;
}

.fool3_1 .bdd>a.sprev:hover {
  background-image: url(../images/hz5_5.png);
}

.fool3_1 .bdd>a.snext:hover {
  background-image: url(../images/hz6_6.png);
}

.fool3_1 .bdd>a.snext {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz6.png);
  position: absolute;
  right: -65px;
  top: 32%;
  margin-top: -20px;
  transition: .4s;
}

.fool4 {
  height: 380px;
  width: 1200px;
  margin: 0 auto;
}

.fool4_1 {
  height: 285px;
  margin-top: 20px;
}

.fool4_1 .bd ul li {
  height: 135px;
  width: 543px;
  float: left;
  padding: 20px;
  border: 1px solid #e5e5e5;
  transition: .4s;
  margin-right: 30px;
}

.fool4_1 .bd {
  overflow: hidden;
  height: 200px;
}

.fool4_1 .bd ul {
  height: 200px;
}

.fool4_1 .bd ul li>a {
  display: block;
  float: left;
  width: 228px;
  height: 135px;
}

.fool4_1 .bd ul li>a img {
  width: 228px;
  height: 135px;
}

.fool4_1 .bd ul li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  transform: translateY(10px)
}

.fool4_1_z {
  width: 275px;
  height: 135px;
  float: left;
  margin-left: 25px;
}

.fool4_1_z1 {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.fool4_1_z1 h3 {
  margin-bottom: 2px;
}

.fool4_1_z1 h3 a {
  font-size: 18px;
  color: #083258;
  font-weight: normal;
}

.fool4_1_z1 span {
  font-size: 14px;
  color: #b5b5b5;
}

.fool4_1_z>span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 15px;
}

.fool4_1_z>em {
  font-size: 14px;
  color: #083258;
  display: block;
  width: 55px;
  background-image: url(../images/zx1.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-top: 9px;
}

.fool4_1 .bdd {
  position: relative;
}

.fool4_1 .bdd>a.sprev {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz5.png);
  position: absolute;
  left: -65px;
  top: 32%;
  margin-top: -20px;
  transition: .4s;
}

.fool4_1 .bdd>a.sprev:hover {
  background-image: url(../images/hz5_5.png);
}

.fool4_1 .bdd>a.snext:hover {
  background-image: url(../images/hz6_6.png);
}

.fool4_1 .bdd>a.snext {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz6.png);
  position: absolute;
  right: -65px;
  top: 32%;
  margin-top: -20px;
  transition: .4s;
}

.fool5 {
  height: 435px;
  width: 1200px;
  margin: 60px auto 0px;
}

.fool5_1 {
  height: 320px;
  margin-top: 20px;
}

.fool5_1 .bd ul li {
  width: 376px;
  height: 320px;
  float: left;
  margin-right: 30px;
}

.fool5_1 .bd ul li>a {
  width: 376px;
  height: 253px;
  border: 1px solid #ededed;
  display: block;
  transition: .4s;
}

.fool5_1 .bd ul li>a img {
  width: 376px;
  height: 253px;
}

.fool5_1 .bd ul li h3 a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 70px;
}

.fool5_1 .bd ul li:hover>a {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  transform: translateY(10px)
}

.fool5_1 .bd ul li:hover h3 a {
  color: #144991;
}

.fool5_1 {
  position: relative;
}

.fool5_1>a.sprev {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz5.png);
  position: absolute;
  left: -65px;
  top: 40%;
  margin-top: -20px;
  transition: .4s;
}

.fool5_1>a.sprev:hover {
  background-image: url(../images/hz5_5.png);
}

.fool5_1>a.snext:hover {
  background-image: url(../images/hz6_6.png);
}

.fool5_1>a.snext {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz6.png);
  position: absolute;
  right: -65px;
  top: 40%;
  margin-top: -20px;
  transition: .4s;
}

.fool6 {
  width: 1200px;
  margin: 60px auto 0px;
}

.gsbox {
  height: 80px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 65px;
}

.gsbox .bd ul li {
  width: 288px;
  height: 80px;
  margin-right: 10px;
}

.gsbox .bd ul li a {
  width: 288px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  transition: .4s;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
}

.gsbox .bd ul li:last-child {
  margin-right: 0;
}

.gsbox .bd ul li:hover a {
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  transform: translateY(10px);
}

.gsbox .bd ul li a img {
  max-width: 100%;
}

.gsbox>a.sprev {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz5.png);
  position: absolute;
  left: -65px;
  top: 40%;
  margin-top: -9px;
  transition: .4s;
}

.gsbox>a.snext {
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(../images/hz6.png);
  position: absolute;
  right: -65px;
  top: 40%;
  margin-top: -9px;
  transition: .4s;
}

.gsbox>a.sprev:hover {
  background-image: url(../images/hz5_5.png);
}

.gsbox>a.snext:hover {
  background-image: url(../images/hz6_6.png);
}

/*END*/

/*底部*/

.bot {
  min-height: 242px;
  background: #164891;
}

.bot1 {
  width: 1200px;
  min-height: 242px;
  margin: 0 auto;
}

.bot1_1 {
  min-height: 190px;
  border-bottom: 1px solid #fff;
}

.bot1_1_le {
  width: 770px;
  min-height: 140px;
  float: left;
  padding-top: 50px;
}

.bot1_1_le img {
  display: block;
  float: left;
}

.bot1_1_le1 {
  width: 520px;
  float: right;
  font-size: 12px;
  color: #fff;
}

.bot1_1_le1 h1 {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

.bot1_1_le p {
  clear: both;
  font-size: 12px;
  color: #fff;
}

.bot1_1_ri {
  width: 255px;
  float: right;
  height: 190px;
}

.bot1_1_ri span {
  font-size: 12px;
  color: #fff;
  text-align: right;
  display: block;
  margin-top: 45px;
}

.yqlj {
  width: 183px;
  height: 36px;
  background-image: url(../images/bot2.png);
  margin-top: 10px;
  padding-right: 55px;
  padding-left: 15px;
}

.yqlj>ul>li {
  line-height: 36px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.yqly1 {
  position: absolute;
  bottom: 37px;
  left: 0px;
  background: #144991;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.yqly1 ul li {
  line-height: 36px;
  height: 36px;
  width: 100%;
}

.yqly1 ul li a {
  font-size: 12px;
  color: #fff;
}

.yqly1 ul li:hover a {
  color: #6f6f6f;
}

.yqlj>ul>li:hover .yqly1 {
  display: block;
}

.bot1_1_ri p a {
  font-size: 12px;
  color: #fff;
}

.bot1_1_ri p {
  text-align: right;
  margin-top: 75px;
  color: #fff;
}

.bot1_1_ri p a:hover {
  color: #6f6f6f;
}

.bot1>p {
  line-height: 50px;
  font-size: 13px;
  color: #fff;
  float: left;
}

.l_sc {
  float: right;
  margin-top: 12px;
}

.l_sc a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/sy.png) no-repeat center center;
}

.l_sc .sc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/sc.png) no-repeat center center;
}

.l_fx {
  float: right;
}

.l_fx a {
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  background: url(../images/wx.png) no-repeat center center !important;
  margin-top: 12px !important;
  margin-right: -3px !important;
}

.bot1>p a {
  font-size: 13px;
  color: #fff;
}
.bot1>p a img{
	vertical-align:-5px;
}
.bot1>p a:hover {
  color: #6f6f6f;
}

/*END*/

/*企业文化*/

.sub_gywm {
  height: 318px;
  border-top: 1px solid #144991;
}

.gywm {
  height: 410px;
  position: relative;
}

.sub_lm {
  width: 1200px;
  height: 108px;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 10px #dae2ee;
  position: relative;
  z-index: 9;
  margin: 285px auto 0px;
}

.mbx {
  height: 45px;
  width: 1200px;
  margin: -80px auto 0px;
  line-height: 45px;
  font-size: 12px;
  color: #fff;
}

.mbx a {
  font-size: 12px;
  color: #fff;
}

.mbx a:hover {
  color: #144991;
}

.sub_lm ul li {
  width: 14.286%;
  height: 108px;
  float: left;
}

.sub_lm ul li a {
  display: block;
  width: 100%;
  height: 38px;
  padding-top: 70px;
  text-align: center;
  font-size: 18px;
  color: #144991;
  transition: .4s;
  font-weight: bold;
}

.sub_lm ul li.sub_lm_l1 a {
  background-image: url(../images/fool2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l2 a {
  background-image: url(../images/qywh1.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l3 a {
  background-image: url(../images/fool5.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l4 a {
  background-image: url(../images/fool3.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l5 a {
  background-image: url(../images/fool4.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l6 a {
  background-image: url(../images/qywh2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l7 a {
  background-image: url(../images/qywh3.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_lm_l1 a:hover {
  background: #144991 url(../images/fool2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l2 a:hover {
  background: #144991 url(../images/qywh1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.on a {
  background: #144991 url(../images/qywh1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l3 a:hover {
  background: #144991 url(../images/fool5_5.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l4 a:hover {
  background: #144991 url(../images/fool3_3.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l5 a:hover {
  background: #144991 url(../images/fool4_4.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l6 a:hover {
  background: #144991 url(../images/qywh2_2.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_lm_l7 a:hover {
  background: #144991 url(../images/qywh3_3.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #fff;
}

.kk {
  min-height: 400px;
  background-image: url(../images/qywh4.png);
  background-repeat: repeat-y;
  background-position: top center;
  margin-top: -100px;
  overflow: hidden;
}

.qywh {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.qywh ul li {
  overflow: hidden;
  margin-bottom: 40px;
}

.qywh ul li img {
  display: block;
  float: left;
}

.qywh_z {
  width: 769px;
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.qywh_z_bt {
  height: 60px;
  margin-top: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333;
  background-image: url(../images/qywh6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.qywh ul li.on img {
  float: right;
}

.l_cdwz {
  display: none;
}

/*END*/

/*公司简介*/

.gsjj {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.gsjj ul {
  width: 1260px;
}

.gsjj ul li {
  width: 345px;
  float: left;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  font-size: 15px;
  color: #707070;
  line-height: 30px;
}

.gsjj ul li img {
  display: block;
  /* margin-top: 50px; */
}

.gsjj ul li img.gg {
  margin-top: 0px;
}

.gsjj ul li h1 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

.gsjj ul li:nth-child(4) {
  margin-top: 0px;
}

.gsjj ul li:nth-child(5) {
  margin-top: 0px;
}

/*END*/

/*组织架构*/

.zzjg {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  text-align: center;
}

/*END*/

/*发展愿景*/

.qyyj {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.qyyj_bt {
  line-height: 62px;
  text-align: center;
  background-image: url(../images/qyyj1.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
  color: #333;
}

.qyyj1 span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.qyyj ul li {
  overflow: hidden;
  margin-top: 75px;
}

.qyyj_z {
  width: 100%;
  min-height: 361px;
  float: left;
  font-size: 14px;
  color: #333;
}

.qyyj_z h1 {
  font-size: 18px;
  color: #144991;
}

.qyyj_z h1 img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.qyyj ul li>img {
  display: block;
  float: right;
  display: block;
}

.qyyj ul li.on>img {
  float: left;
}

.qyyj ul li.on .qyyj_z {
  float: right;
  padding-left: 0px;
  padding-right: 15px;
}

/*END*/

/*发展历程*/

.fzlc {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.fzlc .qyyj_bt {
  background-image: url(../images/fzlc1.png);
}

.fh {
  display: none !important;
  bottom: 18% !important;
}

.yjdh {
  display: none !important;
}

.fzlc1 {
  margin-top: 40px;
  overflow: hidden;
}

.smallScroll {
  width: 120px;
  height: 920px;
  float: left;
  margin-left: 100px;
  text-align: center;
}

.smallScroll>a {
  display: block;
  width: 33px;
  height: 19px;
  margin: 40px auto;
}

.fzlc1 .smallImg {
  height: 650px;
  overflow: hidden;
}

.fzlc1 .smallImg ul li {
  width: 120px;
  font-size: 20px;
  color: #707070;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.fzlc1 .smallImg ul li.on {
  color: #333;
  font-size: 25px;
  background-image: url(../images/fzlc6.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.smallScroll>a.sPrev {
  background-image: url(../images/fzlc5.png);
}

.smallScroll>a.sNext {
  background-image: url(../images/fzlc2.png);
}

.fzlc1 .bd {
  width: 860px;
  min-height: 500px;
  float: right;
  margin-top: 60px;
}

.bigImg li {
  overflow: hidden;
  margin-top: 40px;
}

.bigImg li span {
  float: left;
  font-size: 20px;
  color: #333;
}

.fzlc_z {
  width: 740px;
  float: right;
  padding: 30px;
  font-size: 18px;
  color: #707070;
  line-height: 35px;
}

.bigImg li:hover .fzlc_z {
  color: #333;
  background: #edf3fa url(../images/fzlc7.png);
  background-repeat: no-repeat;
  background-position: left 40px;
}

/*END*/

/*荣誉资质*/

.ryzz {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.ryzz ul {
  width: 1230px;
  overflow: hidden;
}

.ryzz ul li {
  width: 376px;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.ryzz ul li>a {
  display: block;
  width: 376px;
  height: 235px;
  box-shadow: 0 5px 40px #dadada;
  transition: .4s;
}

.ryzz ul li>a img {
  width: 376px;
  height: 235px;
}

.ryzz ul li h3 a {
  display: block;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.ryzz ul li:hover>a {
  box-shadow: 0 5px 40px #d6dfec;
}

.ryzz ul li:hover h3 a {
  color: #144991;
}

/*END*/

/*荣誉资质详情*/

.ryxx {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.ryxx h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}

.ryxx1 {
  height: 45px;
  background: #f0f5fb;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 45px;
  font-size: 12px;
  color: #999;
}

.ryxx1_le {
  width: 50%;
  height: 45px;
  line-height: 45px;
  float: left;
  font-size: 12px;
  color: #999;
}

.ryxx1_le img {
  vertical-align: middle;
}

.ryxx1_ri {
  width: 340px;
  height: 45px;
  line-height: 45px;
  float: right;
  font-size: 12px;
  color: #999;
}

.ryxx1_ri img {
  vertical-align: middle;
}

.ryxx2 {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  border-bottom: 10px solid #f0f5fb;
}

.ryxx2>p>a>img {
  display: block;
  margin: 20px auto;
}

.sub_updown {
  margin-top: 30px;
}

.sub_updown div {
  height: 41px;
  line-height: 41px;
  margin-bottom: 20px;
}

.sub_updown div span {
  display: inline-block;
  width: 86px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  color: #666;
  background-image: url(../images/ryxx8.png);
  margin-right: 20px;
}

.sub_updown div a {
  line-height: 41px;
  font-size: 18px;
  color: #666;
}

.sub_updown div a[href]:hover span {
  background-image: url(../images/ryxx9.png);
  color: #fff;
}

.sub_updown div a[href]:hover {
  color: #000;
}

/*END*/

/*视频*/

.sp {
  width: 1140px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.sp ul {
  width: 1200px;
}

.sp ul li {
  width: 344px;
  height: 285px;
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
}

.sp ul li>a {
  display: block;
  width: 344px;
  height: 215px;
  position: relative;
  overflow: hidden;
}

.sp ul li>a img {
  display: block;
  width: 344px;
  height: 215px;
}

.sp ul li>a em {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/sp2.png);
  background-position: center;
  position: absolute;
  left: 0px;
  top: -100%;
  transition: .4s;
}

.sp ul li:hover>a em {
  top: 0px;
}

.sp ul li h3 a {
  display: block;
  height: 70px;
  text-align: center;
  overflow: hidden;
}

.sp ul li h3 a h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-top: 13px;
}

.sp ul li h3 a span {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
}

.sp ul li:hover h3 a h1 {
  color: #144991;
}

/*END*/

/*视频详情*/

.spxx>p {
  font-size: 14px;
  text-align: center;
  color: #848484;
  margin-top: 20px;
}

.spxx1 {
  width: 1148px;
  height: 647px;
  margin: 50px auto;
}

.spxx1 img {
  width: 1148px;
  height: 647px;
}

.spxx1 iframe {
  width: 600px;
  height: 400px;
  display: block;
  margin: 0 auto;
}

/*END*/

/*新闻*/

.xw {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.sub_xw .sub_lm ul li {
  width: 25%;
}

.sub_lm ul li.sub_xw1 a {
  background-image: url(../images/sub_xw1.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_xw2 a {
  background-image: url(../images/sub_xw2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_xw3 a {
  background-image: url(../images/sub_xw3.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_xw4 a {
  background-image: url(../images/sub_xw4.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_lm ul li.sub_xw1 a:hover {
  background: #144991 url(../images/sub_xw1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_xw2 a:hover {
  background: #144991 url(../images/sub_xw2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_xw3 a:hover {
  background: #144991 url(../images/sub_xw3_3.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_xw4 a:hover {
  background: #144991 url(../images/sub_xw4_4.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_lm ul li.sub_xw2.on a {
  background: #144991 url(../images/sub_xw2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.xw ul li {
  height: 195px;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  transition: .4s;
  margin-bottom: 20px;
  background: #fff;
}

.xw ul li>a {
  display: block;
  width: 275px;
  height: 160px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
}

.xw ul li>a img {
  width: 275px;
  height: 160px;
  transition: .4s;
}

.xw ul li:hover>a img {
  transform: scale(1.1, 1.1);
}

.xw_z {
  width: 810px;
  height: 160px;
  margin-top: 20px;
  float: left;
  margin-left: 40px;
}

.xw_z h3 {
  margin-bottom: 5px;
}

.xw_z h3 a {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.xw_z>span {
  font-size: 16px;
  color: #b5b5b5;
}

.xw_z1 {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}

.xw_z1 span {
  font-size: 16px;
  color: #999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 18px;
}

.xw_z1 a {
  display: block;
  width: 60px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  background-image: url(../images/xw2.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.xw ul li:hover {
  box-shadow: 0 5px 40px #d6dfec;
}

.xwtj {
  height: 285px;
  background: #f0f5fb;
}

.xwtj1 {
  width: 1200px;
  height: 285px;
  margin: 0 auto;
  overflow: hidden;
}

.xwtj_bt {
  height: 50px;
  background-image: url(../images/xwtj1.png);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 68px;
  margin-top: 30px;
}

.xwtj1 ul {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}

.xwtj1 ul li {
  width: 525px;
  float: left;
  overflow: hidden;
}

.xwtj1 ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.xwtj1 ul li a span {
  display: block;
  width: 380px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}

.xwtj1 ul li a em {
  float: right;
  font-size: 14px;
  color: #999;
}

.xwtj1 ul li a:hover span {
  color: #144991;
}

.xwtj1 ul li a:hover em {
  color: #144991;
}

/*团队风采*/

.sub_td ul li {
  width: 50%;
}

.sub_td ul li.sub_xw1 a {
  background-image: url(../images/sub_td1.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_td ul li.sub_xw1 a:hover {
  background: #144991 url(../images/sub_td1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_td ul li.sub_xw2 a {
  background-image: url(../images/sub_td2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_td .sub_lm ul li.sub_xw2 a:hover {
  background: #144991 url(../images/sub_td2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_td .sub_lm ul li.sub_xw2.on a {
  background: #144991 url(../images/sub_td2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.tdfc {
  width: 1140px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.tdfc ul li {
  width: 543px;
  height: 409px;
  float: left;
  margin-bottom: 50px;
}

.tdfc ul li a {
  display: block;
  width: 543px;
  height: 409px;
  position: relative;
  overflow: hidden;
}

.tdfc ul li a img {
  display: block;
  width: 543px;
  height: 409px;
  transition: .4s;
}

.tdfc ul li a span {
  display: block;
  width: 100%;
  height: 82px;
  background-image: url(../images/tdfc2.png);
  position: absolute;
  bottom: -20px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  transition: .4s;
}

.tdfc ul li:hover span {
  transform: translateY(-20px);
}

.tdfc ul li:hover a img {
  transform: scale(1.1, 1.1);
}

.tdfcxx>img {
  width: 700px;
  height: 527px;
}

.zgfc {
  width: 1140px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.zgfc ul {
  width: 1200px;
}

.zgfc ul li {
  width: 344px;
  height: 458px;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

.zgfc ul li a {
  display: block;
  width: 344px;
  height: 458px;
  position: relative;
  overflow: hidden;
}

.zgfc ul li a img {
  width: 344px;
  height: 458px;
}

.zgfc ul li a em {
  display: block;
  height: 159px;
  width: 100%;
  background-image: url(../images/zgfc2.png);
  position: absolute;
  bottom: -77px;
  left: 0px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: .4s;
}

.zgfc ul li a em span {
  display: block;
  height: 82px;
  text-align: center;
  line-height: 82px;
  font-size: 16px;
  color: #fff;
}

.zgfc ul li:hover em {
  transform: translateY(-77px);
}

.zgfcxx img {
  width: 398px;
  height: 528px;
}

/*案例*/

.sub_al ul li {
  width: 25%;
}

.sub_al ul li.sub_xw1 a {
  background-image: url(../images/sub_al1.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_al .sub_lm ul li.sub_xw1 a:hover {
  background: #144991 url(../images/sub_al1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_al ul li.sub_xw3 a {
  background-image: url(../images/sub_al2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_al .sub_lm ul li.sub_xw3 a:hover {
  background: #144991 url(../images/sub_al2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_al ul li.sub_xw2 a {
  background-image: url(../images/sub_al3.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_al .sub_lm ul li.sub_xw2 a:hover {
  background: #144991 url(../images/sub_al3_3.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_al .sub_lm ul li.sub_xw2.on a {
  background: #144991 url(../images/sub_al3_3.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.al {
  width: 1140px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.al ul {
  width: 1200px;
}

.al ul li {
  width: 344px;
  height: 280px;
  float: left;
  margin-right: 50px;
  margin-bottom: 25px;
}

.al ul li>a {
  display: block;
  width: 344px;
  height: 215px;
  position: relative;
}

.al ul li>a img {
  display: block;
  width: 344px;
  height: 215px;
}

.al ul li>a em {
  display: block;
  width: 344px;
  height: 215px;
  background-image: url(../images/al2.png);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: .4s;
}

.al ul li:hover>a em {
  opacity: 1;
}

.al ul li h3 a {
  display: block;
  width: 100%;
  height: 65px;
  overflow: hidden;
  text-align: center;
}

.al ul li h3 a span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
}

.al ul li h3 a em {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.al ul li:hover h3 a span {
  color: #144991;
}

/*案例详细*/

.alxx1 {
  padding-left: 0px;
  padding-right: 0px;
}

.alxx2 {
  padding-left: 30px;
  padding-right: 30px;
}

.alxx2>img {
  display: block;
  margin: 0 auto;
}

.alxx {
  height: 475px;
  margin: 50px auto;
  padding: 0 244px;
  position: relative;
}

.alxx .bd ul li {
  width: 715px;
  height: 475px;
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.alxx .bd {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alxx .tempWrap {
  padding: 0 244px !important;
}

.alxx .prev {
  width: 73px;
  height: 475px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-image: url(../images/alxx2.png);
  cursor: pointer;
  transition: .4s;
}

.alxx .prev:hover {
  background-image: url(../images/alxx2_2.png)
}

.alxx .next:hover {
  background-image: url(../images/alxx3_3.png)
}

.alxx .next {
  width: 73px;
  height: 475px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
  background-image: url(../images/alxx3.png);
  cursor: pointer;
  transition: .4s;
}

/*工程改造*/

.sub_gc ul li {
  width: 25%;
}

.sub_gc .sub_lm ul li.sub_gc1 a {
  background-image: url(../images/sub_gc1.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_gc .sub_lm ul li.sub_gc2 a {
  background-image: url(../images/sub_gc2.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.sub_gc .sub_lm ul li.sub_gc2.on a {
  background: #144991 url(../images/sub_gc2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_gc .sub_lm ul li.sub_gc1 a:hover {
  background: #144991 url(../images/sub_gc1_1.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.sub_gc .sub_lm ul li.sub_gc2 a:hover {
  background: #144991 url(../images/sub_gc2_2.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.gcgz {
  width: 1140px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.gcgz .qyyj_bt {
  background-image: url(../images/gcgz1.png);
  background-position: center center;
}

.gcgz ul {
  margin-top: 50px;
}

.gcgz ul li {
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 50px;
}

.gcgz1 {
  width: 745px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.gcgz1 img {
  float: right;
  display: block;
}

.gcgz1 span {
  display: block;
  width: 225px;
  height: 70px;
  background: #144991;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  float: left;
  margin-top: -147px;
}

.gcgz ul li.on .gcgz1 img {
  float: left;
}

.gcgz ul li.on .gcgz1 span {
  float: right;
}

.gcwx {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.gcwx .qyyj_bt {
  background-image: url(../images/gcwx1.png);
  background-position: center center;
}

.gcwx ul {
  margin-top: 50px;
}

.gcwx ul li {
  overflow: hidden;
}

.gcwx ul li img {
  display: block;
  float: left;
}

.gcwx ul li.on img {
  float: right;
}

.gcwx ul li.on .gcwx_z {
  float: right;
}

.gcwx_z {
  width: 500px;
  height: 314px;
  float: right;
  padding-left: 50px;
  padding-right: 50px;
}

.gcwx_bt {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
  background-image: url(../images/fool1.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 20px;
}

.gcwx_z span {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

/*下载专区*/

.xzzq {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.xzzq ul {
  overflow: hidden;
  margin-bottom: 30px;
}

.xzzq ul li {
  height: 60px;
  width: 570px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  float: left;
  margin-bottom: 20px;
}

.xzzq ul li a {
  display: block;
  height: 60px;
  width: 480px;
  padding-left: 90px;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  background-image: url(../images/xz1.png);
  background-position: 50px center;
  background-repeat: no-repeat;
}

.xzzq ul li:hover {
  box-shadow: 0 5px 10px #e2e8f1;
}

.xzzq ul li:hover a {
  color: #144991;
}

/*联系方式*/

.sub_lxwm ul li {
  width: 33.33%;
}

.sub_lxwm ul li.sub_lm_l1 a {
  background-image: url(../images/sub_lxwm1.png);
}

.sub_lxwm ul li.sub_lm_l1 a:hover {
  background-image: url(../images/sub_lxwm1_1.png);
}

.sub_lxwm ul li.sub_lm_l2 a {
  background-image: url(../images/sub_lxwm2.png);
}

.sub_lxwm ul li.sub_lm_l2 a:hover {
  background-image: url(../images/sub_lxwm2_2.png);
}

.sub_lxwm ul li.sub_lm_l2.on a {
  background-image: url(../images/sub_lxwm2_2.png);
}

.sub_lxwm ul li.sub_lm_l3 a {
  background-image: url(../images/sub_lxwm3.png);
}

.sub_lxwm ul li.sub_lm_l3 a:hover {
  background-image: url(../images/sub_lxwm3_3.png);
}

.lxfs {
  min-height: 300px;
  overflow: hidden;
  margin: 170px auto 70px;
}

.lxfs .qyyj_bt {
  background-image: url(../images/lxfs1.png);
}

.lxfs1 {
  width: 1560px;
  height: 435px;
  float: right;
  margin-top: 55px;
}

.lxfs1_le {
  width: 800px;
  height: 435px;
  float: left;
}

.lxfs1_le iframe {
  width: 800px;
  height: 435px;
}

.lxfs1_ri {
  width: 687px;
  height: 435px;
  float: left;
  background-image: url(../images/lxfs2.jpg);
  padding-left: 73px;
}

.lxfs_ri1 {
  height: 378px;
  background-image: url(../images/lxfs3.png);
  background-position: left 57px;
  background-repeat: no-repeat;
  padding-top: 57px;
}

.lxfs_ri1 span {
  display: block;
  height: 85px;
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
}

.lxfs_ri1 span em {
  font-size: 18px;
  color: #fff;
}

/*在线留言*/

.zxly {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.zxly1 {
  height: 433px;
  background: #f6f8fb;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.zxly1_bt {
  height: 65px;
  font-size: 25px;
  color: #333;
  line-height: 65px;
  background-image: url(../images/zxly1.png);
  background-position: center left;
  background-repeat: no-repeat;
  margin-top: 28px;
}

.zxly1_le {
  width: 440px;
  float: left;
  margin-top: 30px;
}

.xm {
  height: 55px;
  background: #fff;
  padding-left: 50px;
  line-height: 55px;
  box-shadow: 0 5px 10px #e2e8f1;
  border-radius: 3px;
  background-image: url(../images/zxly2.png);
  background-repeat: no-repeat;
  background-position: 19px center;
  margin-bottom: 20px;
}

.xm span {
  font-size: 16px;
  color: #333;
  float: left;
}

.xm input {
  width: 310px;
  float: left;
  height: 55px;
  line-height: 55px;
  margin-left: 10px;
}

.xm em {
  font-size: 20px;
  color: #ff1806;
  float: left;
}

.xm1 {
  background-image: url(../images/zxly3.png);
}

.yzm {
  height: 55px;
}

.yzm1 {
  width: 190px;
  height: 55px;
  background: #fff;
  padding-left: 50px;
  line-height: 55px;
  box-shadow: 0 5px 10px #e2e8f1;
  border-radius: 3px;
  background-image: url(../images/zxly4.png);
  background-repeat: no-repeat;
  background-position: 19px center;
  margin-bottom: 20px;
  float: left;
}

.yzm1 span {
  font-size: 16px;
  color: #333;
  float: left;
}

.yzm1 input {
  width: 95px;
  float: left;
  height: 55px;
  line-height: 55px;
  margin-left: 10px;
}

.yzm1 em {
  font-size: 20px;
  color: #ff1806;
  float: left;
}

.yzm img {
  display: block;
  width: 121px;
  height: 55px;
  float: left;
  box-shadow: 0 5px 10px #e2e8f1;
  margin-left: 15px;
}

.yzm>a {
  display: block;
  float: left;
  width: 26px;
  height: 22px;
  background: url(../images/zxly6.png);
  margin-left: 25px;
  margin-top: 15px;
}

.zxly_ri {
  width: 610px;
  float: right;
  margin-top: 30px;
}

.zxly_ri1 {
  height: 205px;
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 55px;
  box-shadow: 0 5px 10px #e2e8f1;
  border-radius: 3px;
  background-image: url(../images/zxly7.png);
  background-repeat: no-repeat;
  background-position: 19px 19px;
  overflow: hidden;
}

.zxly_ri1 p {
  font-size: 16px;
  color: #707070;
  line-height: 30px;
  margin-top: 17px;
}

.zxly_ri1 textarea {
  height: 125px;
  width: 100%;
  font-size: 16px;
  color: #707070;
  line-height: 30px;
  resize: none;
}

.zxly_ri>p {
  font-size: 12px;
  color: #89a4c8;
  line-height: 30px;
}

.zxly_ri>p em {
  font-size: 20px;
  color: #fe1c0e;
  vertical-align: middle;
}

.zxly_ri>a {
  display: block;
  float: right;
  width: 208px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  background: #89a4c8;
  border-radius: 5px;
  transition: .5s;
}

.zxly_ri>a:hover {
  background: #144991;
}

.zxly2 {
  min-height: 300px;
  padding-left: 30px;
  padding-right: 30px;
}

.zxly2 .zxly1_bt {
  background-image: url(../images/zxly8.png);
}

.zxly2_1 {
  min-height: 255px;
  box-shadow: 0 5px 10px #e2e8f1;
  border-radius: 3px;
  background: #fff;
  margin-top: 30px;
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.zxly2_1_tp {
  min-height: 110px;
  overflow: hidden;
}

.zxly2_tx {
  width: 55px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.zxly2_z {
  width: 935px;
  float: left;
  margin-left: 20px;
}

.zxly2_z span {
  display: block;
  font-size: 16px;
  color: #999;
}

.zxly2_z div {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.zxly2_2 {
  width: 920px;
  min-height: 50px;
  background: #f7f8ff;
  float: right;
  border-radius: 5px;
  position: relative;
  padding: 25px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.zxly2_2 img {
  position: absolute;
  top: -16px;
  left: 30px;
}

/* 供应商 */

.gysmain {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 48px auto 70px;
}

.gysmain .col {
  width: 572px;
  float: left;
}

.gysmain .col:nth-child(2n) {
  float: right;
}

.gysmain .col .tit {
  height: 75px;
  line-height: 90px;
  font-size: 18px;
  color: #252525;
  display: block;
}

.gysmain .col .tit img {
  margin-right: 10px;
  width: 21px;
  vertical-align: sub;
}

.gysmain .col .ipt {
  display: block;
  border: 1px solid #c6d5dc;
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #afb2b4;
  font-size: 16px;
  padding: 0 14px;
  box-sizing: border-box;
}

.gysmain .col .ipt::placeholder {
  color: #afb2b4;
}

.gysmain .col .area {
  resize: none;
  height: 220px;
  padding-left: 14px;
  padding-top: 18px;
  box-sizing: border-box;
  line-height: 24px;
}

.gysmain .col .upload {
  border: 1px solid #c6d5dc;
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
}

.gysmain .col .upload .imgbox {
  width: 120px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gysmain .col .upload .imgbox img {
  max-width: 100%;
}

.gysmain .col .upload .txt {
  position: absolute;
  font-size: 16px;
  color: #164891;
  bottom: 24px;
  left: 36px;
}

.gysyzm {
  position: relative;
  width: 100%!important;
}

.gysyzm .ipt {
  width: 373px!important;
  padding-right: 120px!important;
  float: left;
}

.gysyzm .yzmimg {
  width: 100px;
  height: 52px;
  left: 272px;
  bottom: 1px;
  position: absolute;
  cursor: pointer;
}

.fileForm {
  padding-left: 30px;
}

.gysyzm .yzmtxt {
  font-size: 16px;
  color: #252525;
  height: 54px;
  line-height: 54px;
  float: left;
  margin-left: 52px;
  cursor: pointer;
}

.gysyzm .gysbtn {
  float: right;
}

.gysbtn .btn {
  background: #164891;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  line-height: 54px;
  height: 54px;
  margin-left: 36px;
  border: none;
  width: 250px;
  cursor: pointer;
  transition: .4s;
}

.gysbtn .btn:hover {
  opacity: .7;
}

/*网站地图*/

.wzdt {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.wzdt_bt {
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.wzdt_bt1 {
  width: 386px;
  height: 43px;
  background-image: url(../images/wzdt1.png);
  margin: 0 auto;
  text-align: center;
  line-height: 43px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.wzdt1 {
  overflow: hidden;
  margin-top: 30px;
}

.wzdt1 ul {
  width: 110px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

.wzdt1 ul li.l1 {
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #e9f0f8;
  border-radius: 5px;
  border: 1px solid #94a9c6;
  margin: 0px;
}

.wzdt1 ul li.l1 a {
  display: block;
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #333;
}

.wzdt1 ul li:hover {
  background: #144991;
}

.wzdt1 ul li:hover a {
  color: #fff;
}

.wzdt1 ul li {
  width: 100px;
  height: 25px;
  margin: 14px auto;
  border: 1px solid #94a9c6;
  background: #e9f0f8;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .4s;
}

.wzdt1 ul li a {
  display: block;
  width: 100px;
  height: 25px;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 25px;
  transition: .4s;
}

/*招聘理念*/

.zpln {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.zpln p {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}

.sub_zp ul li.sub_xw1 a {
  background-image: url(../images/zpln1.png);
}

.sub_zp ul li.sub_xw1 a:hover {
  background-image: url(../images/zpln1_1.png);
}

.sub_zp ul li.sub_xw2 a {
  background-image: url(../images/zpln2.png);
}

.sub_zp ul li.sub_xw2 a:hover {
  background-image: url(../images/zpln2_2.png);
}

.sub_zp ul li.sub_xw2.on a {
  background-image: url(../images/zpln2_2.png);
}

.sub_zp ul li {
  width: 50%;
}

.zpln1 {
  margin-top: 40px;
}

.zpln1 ul li {
  overflow: hidden;
}

.zpln1 ul li img {
  display: block;
  float: right;
}

.zpln1_z {
  width: 775px;
  float: left;
  text-align: right;
  overflow: hidden;
}

.zpln1_z h1 {
  font-size: 20px;
  color: #144991;
  margin-top: 65px;
}

.zpln1_z span {
  font-size: 16px;
  color: #707070;
  display: block;
  text-align: right;
  margin-top: 35px;
  line-height: 35px;
}

.zpln1 ul li.on img {
  float: left;
}

.zpln1 ul li.on .zpln1_z {
  float: right;
  text-align: left;
}

.zpln1 ul li.on .zpln1_z span {
  text-align: left;
}

/*招聘*/

.zp {
  width: 1200px;
  min-height: 400px;
  overflow: hidden;
  margin: 170px auto 70px;
  padding-top: 20px;
}

.zp p {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
}

.zp1 {
  height: auto;
  margin: 45px auto;
  overflow: hidden;
  background: #fff;
}

.zp1_bt {
  height: 60px;
  background: #f6f8fb;
  padding-left: 60px;
}

.zp1_bt1 {
  width: 120px;
  height: 60px;
  float: left;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-right: 200px;
}

.zxns1 {
  width: 1200px;
  min-height: 50px;
}

.zxns1-zj1 {
  height: 60px;
  background: #fff;
  padding-left: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f6f6f6;
}

.zxns1-zj1 span {
  display: block;
  min-width: 120px;
  float: left;
  font-size: 16px;
  color: #333;
  margin-right: 188px;
  text-align: center;
}

.zxns1-zj1.on {
  background: #f6f8fb;
}

.zxns1-zj1 span.zp_nq1 {
  margin-right: 50px;
}

.zxns1-zj1 em {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  cursor: pointer;
  background-image: url(../images/zp1.png);
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 30px;
}

/*.zxns2.on{
  background-image: url(../images/zp2.png);
  background-position: left top;
  background-repeat: repeat-y;
}*/

.zxns1-zj1.on span {}

.zxns1-zj1.on em {
  background-image: url(../images/zp1_1.png);
}

.zxns2 {
  width: 1140px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.zxns2-zj1 {
  width: 1170px;
  height: 115px;
  border-bottom: 1px solid #f0f0f0;
}

.zxns2-zj1 ul li {
  width: 265px;
  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: 1170px;
  height: 180px;
  border-bottom: 1px solid #f0f0f0;
}

.zxns2-zj2 ul li {
  width: 500px;
  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 {
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right;
}

.zxns2-zj3 a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 140px;
  height: 37px;
  background: #89a4c8;
  text-align: center;
  line-height: 37px;
  border-radius: 5px;
}

.zxns2-zj3 a:hover {
  background: #144991;
  transition: .4s;
}

.zxns2-zj3 em img {
  vertical-align: middle;
}

.zxns2-zj3 em {
  margin-left: 15px;
  margin-right: 15px;
}

.zp1 {
  width: 100%;
  min-height: 90px;
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}

.zp1>span {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.list {
  display: none;
}

.indexhf {
  width: 1200px;
  margin: auto;
  padding-top: 20px;
}

.indexhf img {
  width: 100%;
}

@media screen and (max-width:750px) {
  body {
    overflow: hidden;
  }
  .fh {
    display: block !important;
  }
  .yjdh {
    display: block !important;
  }
  .top {
    height: auto;
    padding-bottom: 10px;
  }
  .top1 {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    overflow: hidden;
  }
  .top1>a {
    width: 120px;
    height: auto;
    margin-top: 10px;
  }
  .top1>a img {
    width: 100%;
    height: auto;
  }
  .nav {
    display: none;
  }
  .alxx2>img {
    width: 100%;
  }
  .cd {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/dh.png);
    background-size: 100%;
    float: right;
    transition: .3s;
    margin-top: 15px;
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
  }
  @keyframes ripple {
    0% {
      width: 15px;
      height: 15px;
    }
    100% {
      width: 20px;
      height: 20px;
    }
  }
  .list {
    display: block;
    width: calc(50% - 40px);
    min-height: 200px;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 50px;
    z-index: 999;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 5px;
    transition: .3s;
  }
  .list.on {
    position: fixed;
    right: 10px;
    transition: .3s;
  }
  .list ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
  }
  .list ul li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 12px;
    color: #666;
  }
  .cd.on {
    background-image: url(../images/dh1.png);
    background-size: 100%;
    transition: .3s;
  }
  .ban {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .ban .swiper-slide {
    background-size: auto 200px !important;
    background-position: center !important;
  }
  #slideBox {
    display: none;
  }
  .fool1 {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 20px auto
  }
  .fool1_le {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .fool1_le_bt a {
    font-size: 20px;
  }
  .fool1_le_bt span {
    font-size: 12px;
  }
  .fool1_le1 {
    font-size: 13px;
  }
  .fool1_le2 {
    width: 100%;
    margin-top: 20px;
  }
  .fool1_le2 ul li {
    width: 25%;
  }
  .fool1_le2 ul li a {
    width: 100%;
    font-size: 15px;
    background-size: 30px auto;
  }
  .fool_ri {
    width: 100%;
    height: auto;
  }
  .fool_ri img {
    width: 100%;
    height: auto;
  }
  .fool2 {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    margin-top: 50px;
  }
  .fool2_bt {
    width: 100%;
    /* height: 100px; */
  }
  .fool2_1 {
    width: 100%;
    background-size: 100% auto;
    background-position: center;
  }
  .fool2_1 ul li {
    width: 80px;
  }
  .fool2_1 ul li a {
    width: 100%;
    font-size: 13px;
  }
  .fool2_bt h2 a {
    font-size: 20px;
  }
  .fool2_bt h2 span {
    font-size: 12px;
  }
  .fool2_3 {
    width: 100%;
  }
  .fool2_3 span {
    font-size: 12px;
    margin-top: 20px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fool2_3 a {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .fool3 {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    height: auto;
    margin-top: -20px;
  }
  .fool3_bt1 {
    background-image: none;
  }
  .fool3_bt1 h2 a {
    font-size: 20px;
  }
  .fool1_le_bt {
    background-image: none;
  }
  .fool3_bt1 h2 span {
    font-size: 12px;
  }
  .fool3_1 {
    overflow: hidden;
    width: 100%;
    height: 543px !important;
  }
  .fool3_bt .hd {
    width: 100%;
  }
  .fool3_bt .hd ul li {
    font-size: 14px;
    margin-right: 30px;
    margin-left: 0px;
  }
  .fool3_1 ul li {
    width: calc(48% - 10px);
    height: auto;
    float: left;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .fool3_1 .bd {
    overflow: hidden;
    margin-top: 10px;
    min-height: 300px;
  }
  .fool3_1 ul li>a {
    width: 100%;
    height: auto;
  }
  .fool3_1 ul li>a img {
    width: 100%;
    height: auto;
  }
  .fool3_1_z a span {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .fool3_1_z {
    margin-top: 10px;
    height: auto;
  }
  .fool3_1_z a {
    background: none;
    height: auto;
  }
  .fool3_1_z a em {
    font-size: 12px;
  }
  .fool3_an {
    margin: 20px auto;
  }
  .fool4 {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    height: auto;
    padding-bottom: 30px;
    margin-top: -20px;
  }
  .fool3_bt {
    height: auto;
    overflow: hidden;
  }
  .fool3_bt .hd {
    margin-top: 0px;
  }
  .fool4_1 .bd {
    height: auto !important;
    min-height: 300px;
  }
  .fool4_1 {
    height: 300px;
  }
  .fool4_1 .bd ul {
    height: auto;
  }
  .fool4_1 .bd ul li {
    width: calc(100% - 22px);
    height: auto;
    padding: 10px;
    margin-right: 0px;
    overflow: hidden;
    float: none;
    margin-bottom: 10px;
  }
  .fool4_1 .bd ul li>a {
    width: 110px;
    height: auto;
  }
  .fool4_1 .bd ul li>a img {
    width: 100%;
    height: auto;
  }
  .fool4_1_z {
    margin-left: 0px;
    width: 60%;
    float: right;
  }
  .fool4_1_z1 h3 a {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .fool4_1_z1 {
    height: auto;
  }
  .fool4_1_z1 span {
    font-size: 12px;
  }
  .fool4_1_z1 h3 {
    margin-bottom: 0px;
  }
  .fool4_1_z>span {
    margin-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .fool4_1_z>em {
    display: none
  }
  .fool4_1_z {
    height: auto;
  }
  .fool5 {
    width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    height: auto;
    padding-bottom: 30px;
    margin-top: -20px;
  }
  .fool5_1 {
    height: auto;
    overflow: hidden;
  }
  .fool5_1 .bd ul {
    overflow: hidden;
  }
  .fool5_1 .bd ul li {
    width: 48%;
    height: 160px;
    margin-right: 0px;
  }
  .fool5_1 .bd ul li>a {
    width: 100%;
    height: auto;
  }
  .fool5_1 .bd ul li>a img {
    width: 100%;
    height: auto;
  }
  .fool5_1 .bd ul li h3 a {
    line-height: 20px;
    font-size: 15px;
  }
  .bot {
    overflow: hidden;
  }
  .l_sc {
    display: none;
  }
  .l_fx {
    display: none;
  }
  .bot1 {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    min-height: auto
  }
  .bot1_1_ri {
    display: none;
  }
  .bot1_1_le img {
    display: none;
  }
  .bot1_1_le1 {
    display: none;
  }
  .bot1_1_le {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
  }
  .bot1_1 {
    min-height: auto;
    overflow: hidden;
  }
  .bot1_1_le p {
    margin-top: 0px;
    text-align: center;
  }
  .bot {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bot1>p {
    line-height: 25px;
    font-size: 12px;
    text-align: center;
  }
  .mbx {
    display: none;
  }
  .sub_gywm {
    height: 200px;
    background-size: auto 200px !important;
  }
  .sub_lm {
    width: 95%;
    margin: 180px auto 0px;
    overflow: hidden;
    height: 80px;
    overflow-x: auto;
  }
  .sub_lm ul {
    overflow-x: auto;
    white-space: nowrap;
    height: 110px;
  }
  .sub_lm ul li {
    display: inline-block;
    width: 30% !important;
    float: none;
    height: 80px;
  }
  .sub_lm ul li a {
    padding-top: 40px;
    height: 40px;
    background-size: 25px auto !important;
    background-position: center 10px !important;
    font-size: 15px;
  }
  .gywm {
    height: auto;
  }
  .gsjj {
    width: calc(100% - 20px);
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gsjj ul li {
    width: 100%;
    margin: 0px;
    font-size: 13px;
    margin-bottom: 20px;
    height: auto;
    min-height: 0;
  }
  .gsjj ul li:nth-child(4) {
    margin-top: 0px;
  }
  .gsjj ul li:nth-child(5) {
    margin-top: 0px;
  }
  .gsjj ul {
    width: 100%;
  }
  .gsjj ul li h1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .gsjj>p>img {
    width: 100%;
  }
  .qywh {
    width: calc(100% - 20px);
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .qywh ul li img {
    width: 100%;
    height: auto;
  }
  .qywh_z {
    width: 100%;
  }
  .zzjg {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .kk {
    height: auto;
  }
  .zzjg img {
    width: 100%;
    height: auto;
  }
  .gcwx div {
    width: 100% !important;
  }
  .fzlc {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .fzlc1 {
    margin-top: 0px;
  }
  .qyyj_bt {
    background-size: 100% auto;
    font-size: 20px;
  }
  .smallScroll {
    margin-left: 0px;
    width: 20%;
    height: auto;
  }
  .fzlc1 .smallImg ul li {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .fzlc1 .smallImg ul li.on {
    font-size: 20px;
  }
  .fzlc1 .bd {
    width: 68%;
  }
  .fzlc_z {
    width: 100%;
    padding: 0px;
    font-size: 13px;
  }
  .smallScroll>a {
    margin: 10px auto;
  }
  .fzlc1 .smallImg {
    height: auto;
  }
  .kk {
    min-height: 400px;
  }
  .qyyj {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .qyyj1 span {
    font-size: 12px;
  }
  .qyyj1 img {
    width: 100%;
    height: auto;
  }
  .qyyj_z {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .qyyj ul li>img {
    width: 100%;
    height: auto;
  }
  .ryzz {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .ryzz ul {
    width: 100%;
  }
  .ryzz ul li {
    width: 48%;
    height: 150px;
    margin-right: 5px;
  }
  .ryzz ul li>a {
    width: 100%;
    height: auto;
  }
  .ryzz ul li>a img {
    width: 100%;
    height: auto;
  }
  .ryzz ul li h3 a {
    font-size: 15px;
    line-height: 40px;
  }
  .sp {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .sp ul {
    width: 100%;
    overflow: hidden;
  }
  .sp ul li {
    width: 48%;
    height: auto;
    margin-right: 0px;
    height: auto;
    margin-bottom: 10px;
    float: left;
  }
  .sp ul li>a {
    width: 100%;
    height: auto;
  }
  .sp ul li>a img {
    width: 100%;
    height: auto;
  }
  .sp ul li h3 a h1 {
    font-size: 15px;
    margin-top: 0px;
  }
  .sp ul li h3 a span {
    font-size: 12px;
  }
  .sp ul li h3 a {
    height: auto
  }
  .xw {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .xw ul li {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .xw ul li>a {
    width: 35%;
    height: auto;
    margin-top: 10px;
  }
  .xw ul li>a img {
    width: 100%;
    height: auto;
  }
  .xw_z {
    width: 60%;
    margin: 0px;
    float: right;
    height: auto;
  }
  .xw_z h3 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
  }
  .xw_z>span {
    font-size: 12px;
  }
  .xw_z h3 {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .xw_z1 {
    height: auto;
    margin-top: 0px;
  }
  .xw_z1 span {
    font-size: 12px;
    margin-top: 0px;
  }
  .xw_z1 a {
    display: none;
  }
  .xzzq {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .xzzq ul li {
    width: calc(100% - 2px);
  }
  .xzzq ul li a {
    width: calc(100% - 60px);
    padding-left: 40px;
    padding-right: 20px;
    font-size: 15px;
    background-position: 10px center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gcgz {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .gcgz1 {
    width: 100%;
  }
  .gcwx {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .gcwx_z {
    width: 100%;
    padding: 0px;
  }
  .al {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .al ul {
    width: 100%;
  }
  .al ul li {
    width: 48%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .al ul li>a {
    width: 100%;
    height: auto;
  }
  .al ul li>a img {
    width: 100%;
    height: auto;
  }
  .al ul li>a em {
    width: 100%;
    height: auto;
  }
  .al ul li h3 a span {
    font-size: 15px;
    margin-top: 0px;
  }
  .al ul li h3 a em {
    font-size: 12px;
  }
  .al ul li h3 a {
    height: auto;
  }
  .zgfc {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .zgfc ul {
    width: 100%;
    overflow: hidden;
  }
  .zgfc ul li {
    width: 48%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .zgfc ul li a {
    width: 100%;
    height: auto;
  }
  .zgfc ul li>a img {
    width: 100%;
    height: auto;
  }
  .zgfc ul li a em span {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .zgfc ul li a em {
    font-size: 14px;
    bottom: -122px;
  }
  .tdfc {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .tdfc ul li {
    width: 100%;
    height: auto;
  }
  .tdfc ul li a {
    width: 100%;
    height: auto;
  }
  .tdfc ul li>a img {
    width: 100%;
    height: auto;
  }
  .zpln {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .zpln p {
    font-size: 16px;
    line-height: 30px;
  }
  .zpln1 ul li img {
    width: 100%;
    height: auto;
  }
  .zpln1_z {
    width: 100%;
    height: auto;
    float: none;
    text-align: center !important;
  }
  .zpln1_z span {
    text-align: center !important;
  }
  .zp {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
  }
  .zp p {
    font-size: 16px;
    line-height: 30px;
  }
  .zp1_bt1 {
    width: auto;
    margin-right: 30px;
    font-size: 13px;
  }
  .zp1_bt {
    width: calc(100% - 20px);
    padding-left: 20px;
  }
  .zxns1-zj1 {
    width: calc(100% - 20px);
    padding-left: 10px;
  }
  .zxns1-zj1 span {}
  .zxns1-zj1 span {
    min-width: 70px;
    width: 40px;
    margin-right: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .zxns1-zj1 span.zp_nq1 {
    margin-right: 20px;
  }
  .zxns1-zj1 em {
    display: none;
  }
  .zxns2 {
    overflow: hidden;
  }
  .zxns2-zj3 a.zp_an1 {
    display: none;
  }
  .zxns1 {
    width: 100%;
  }
  .zxns2 {
    width: 100%;
    padding: 0px;
  }
  .zxns2-zj3 {
    text-align: center;
  }
  .zxns2-zj3 a:nth-child(2) {
    display: none;
  }
  .lxfs {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
    overflow: hidden;
  }
  .lxfs1 {
    width: 100%;
  }
  .lxfs1_le {
    width: 100%;
    height: auto;
  }
  .lxfs1_le iframe {
    width: 100%;
    height: auto;
  }
  .lxfs1_ri {
    width: calc(100% - 20px);
    height: auto;
    padding-left: 20px;
    background-size: 100% 360px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .lxfs_ri1 {
    height: auto;
    padding-top: 0px;
    background-position: left 20px;
    background-size: auto 209px;
  }
  .lxfs_ri1 span {
    font-size: 14px;
    height: auto;
  }
  .lxfs_ri1 span em {
    font-size: 15px;
  }
  .yzm>a {
    display: none;
  }
  .zxly {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
    overflow: hidden;
  }
  .zxly1 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .xm {
    width: calc(100% - 52px);
  }
  .yzm img {
    width: 58px;
  }
  .zxly1_le {
    width: 100%;
  }
  .xm input {
    width: 70%;
  }
  .zxly_ri {
    width: 100%;
  }
  .zxly_ri1 p {
    font-size: 12px;
  }
  .zxly_ri1 {
    padding-left: 50px;
    padding-right: 30px;
  }
  .zxly_ri>a {
    float: none;
    margin: 20px auto
  }
  .zxly2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .zxly2_1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .zxly2_z {
    width: 70%;
  }
  .zxly2_z div {
    font-size: 13px;
    line-height: 25px;
  }
  .zxly2_z span {
    font-size: 12px;
  }
  .zxly2_2 {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }
  .ryxx {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
    overflow: hidden;
  }
  .ryxx1_ri {
    display: none
  }
  .ryxx1_le {
    width: 100%;
  }
  .ryxx2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 30px;
  }
  .ryxx2>p img {
    width: 100% !important;
  }
  .sub_updown div a {
    font-size: 12px;
  }
  .sub_updown div span {
    font-size: 13px;
  }
  .xwtj {
    height: auto;
    margin-top: 30px;
  }
  .xwtj1 {
    width: 100%;
  }
  .xwtj1 {
    width: calc(100% - 20px);
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
    overflow: hidden;
    margin-top: 30px;
  }
  .xwtj1 ul {
    overflow: hidden;
    padding: 0px;
  }
  .xwtj1 ul li {
    width: 100%;
    float: none;
  }
  .xwtj1 ul li a span {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .alxx {
    height: auto;
    overflow: hidden;
    padding: 0px;
  }
  .alxx .prev {
    display: none;
  }
  .alxx .next {
    display: none;
  }
  .alxx .bd ul li {
    width: 100%;
    height: auto;
    margin: 0px !important;
  }
  .alxx .bd ul li img {
    width: 100%;
    height: auto;
  }
  .alxx .bd {
    width: 100% !important;
    position: static;
  }
  .ryxx2>p>a>img {
    width: 100%;
  }
  .alxx2 {
    padding: 0px;
  }
  .alxx2>p>img {
    width: 100%;
  }
  .zgfcxx img {
    width: 100%;
    height: auto;
  }
  .spxx1 {
    width: 100%;
  }
  .spxx1 iframe {
    width: 100%;
  }
  .tdfcxx>img {
    width: 100%;
    height: auto;
  }
  .wzdt1 ul {
    float: none;
  }
  .wzdt1 ul li.l1 {
    float: left;
    margin-bottom: 20px;
  }
  .wzdt1 ul li {
    float: left;
  }
  .wzdt1 {
    overflow: visible;
  }
  .l_cdwz {
    display: block;
    font-size: 18px;
    -webkit-animation-name: 'ripple';
    /*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 2s;
    /*动画持续时间*/
    -webkit-animation-timing-function: ease;
    /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;
    /*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;
    /*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;
    /*定义动画方式*/
  }
  @keyframes ripple {
    0% {
      font-size: 14px;
    }
    100% {
      font-size: 18px;
    }
  }
  .gysmain {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .gysmain .col {
    width: 100%;
    float: initial;
  }
  .gysmain .col .upload {
    padding: 0 20px;
    align-items: inherit;
  }
  .gysmain .col .upload .txt {
    left: initial;
  }
  .fileForm {
    padding-left: 0;
    margin-top: 40px;
  }
  .gysyzm .ipt {
    width: 100%!important;
    float: initial;
  }
  .gysyzm .yzmimg {
    left: inherit;
    right: 1px;
    bottom: inherit;
    top: 76px;
  }
  .gysyzm .yzmtxt {
    margin-left: 0;
    float: inherit;
    height: 30px;
    line-height: 30px;
  }
  .gysyzm .gysbtn {
    float: inherit;
    width: 100%;
    height: 54px;
  }
  .gysbtn .btn {
    margin-left: 0;
    width: 48%;
    float: left;
  }
  .gysbtn .resetbtn {
    float: right;
  }
  .indexhf {
    width: 100%;
    padding-top: 0;
  }
  .fool6 {
    width: calc(100% - 20px);
    overflow: hidden;
    padding-bottom: 30px;
    margin: -65px auto 0;
  }
  .gsbox {
    height: auto;
    overflow: hidden;
  }
  .gsbox .bd ul {
    overflow: hidden;
  }
  .gsbox .bd ul li {
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  .gsbox .bd ul li:nth-child(2n){
    margin-right: 0;
  }
  .gsbox .bd ul li a{
    width: 100%;
  }
}

/*# sourceMappingURL=all.css.map */