/* LESS Document */
table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
th,
td {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
html,
body {
  font-family: "Microsoft yahei";
  font-size: 14px;
  line-height: 28px;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 12px;
}
ul,
dl {
  list-style-type: none;
}
li {
  vertical-align: top;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
img {
  border: none;
  vertical-align: top;
}
input,
textarea {
  font-family: "Microsoft yahei";
  font-size: 12px;
  color: #888;
  border: none;
  outline: medium none;
}
input,
textarea,
select {
  transition: 0.3s all ease-out;
}
input-placeholder {
  /* WebKit browsers */
  color: #666;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
input:focus {
  color: #333;
}
::selection {
  background: #f15a24;
  color: #fff;
}
::-moz-selection {
  background: #f15a24;
  color: #fff;
}
::-webkit-selection {
  background: #f15a24;
  color: #fff;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease;
}
a:hover {
  color: #f15a24 !important;
}
.img-auto {
  display: block;
  overflow: hidden;
}
.img-auto img {
  width: auto;
  height: auto;
  margin: 0px auto;
  transition: 600ms;
}
.img-auto img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.w1200 {
  width: 1225px;
  margin: 0 auto;
}
.top {
  background: #303030;
  height: 40px;
  line-height: 40px;
}
.top .top_left {
  float: left;
  color: #a2a2a2;
  /*width: 40%;*/

}
.top_right {
  float: right;
  /*width: 60%;*/

}
.top_right ul {
  float: left;
}
.top_right ul li {
  float: left;
  color: #a2a2a2;
  padding-left: 37px;
}
.top_right ul li img {
  padding-top: 11px;
  padding-right: 8px;
}
.top_weixin {
  float: left;
  position: relative;
  padding-top: 10px;
  padding-left: 37px;
}
.top_weixin span {
  position: absolute;
  display: block;
  background: #fff;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 10px #eee;
  transition: 0.3s all ease;
  left: -10px;
  top: 40px;
  z-index: 9999;
  display: none;
}
.top_weixin span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_weixin:hover {
  cursor: pointer;
}
.top_weixin:hover span {
  display: block;
}
.nav {
  padding-top: 82px;
}
.pc_icon {
  padding-top: 72px;
}
.in-pagination span {
  background: #fff;
  width: 10px;
  height: 10px;
}
.hc1 {
  background: url(../images/img1.png) no-repeat center top;
  width: 100%;
  height: 165px;
  padding: 0 215px;
  margin-top: 17px;
  margin-bottom: 12px;
}
.hc1 .hc2 {
  color: #fff;
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 8px;
}
.hc1 .hc3 {
  /*background: #fff;*/

  height: 55px;
  line-height: 55px;
  border-radius: 6px;
  position: relative;
}
.hc1 .hc3 input {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  padding: 0 35px;
  width: 400px;
  box-sizing: border-box;
  background: #fff;
  float: left;
}
.hc1 .hc3 input.txt2 {
  border-right: none;
  width: 240px;
}
.hc1 .hc3 input.txt1 {
  border-radius: 6px 0 0px 6px;
}
.hc1 .hc3 input[type="submit"] {
  background: #f15a24;
  color: #fff;
  font-size: 18px;
  width: 146px;
  height: 55px;
  cursor: pointer;
  border: none;
  border-radius: 0 6px 6px 0;
}
.hc1 .hc3 span {
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  left: 400px;
  top: 19px;
  width: 1px;
  background: #ccc;
}
.hc4 ul li {
  float: left;
  width: 235px;
  height: 235px;
  text-align: center;
  background: url(../images/bj1.png) no-repeat;
  color: #fff;
  margin-left: 12px;
}
.hc4 ul li img {
  padding-top: 40px;
}
.hc4 ul li span {
  display: block;
  padding: 20px 0;
  font-size: 18px;
}
.hc4 ul li span i {
  font-style: normal;
  font-size: 14px;
  display: block;
}
.hc4 ul li a {
  border: 1px solid #fff;
  width: 120px;
  height: 34px;
  line-height: 34px;
  display: block;
  color: #fff;
  border-radius: 6px;
  margin: auto;
}
.hc4 ul li a:hover {
  color: #fff!important;
}
.hc4 ul li:nth-child(1) {
  margin-left: 1px;
}
.hc4 ul li:nth-child(2) {
  background-image: url(../images/bj2.png);
}
.hc4 ul li:nth-child(3) {
  background-image: url(../images/bj3.png);
}
.hc4 ul li:nth-child(4) {
  background-image: url(../images/bj4.png);
}
.hc4 ul li:nth-child(5) {
  background-image: url(../images/bj5.png);
}
.title {
  font-size: 24px;
  color: #595757;
  position: relative;
  margin-top: 37px;
  margin-bottom: 18px;
}
.title span {
  background: url(../images/icon8.png) no-repeat right center;
  font-size: 18px;
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0px;
}
.hc5 ul li {
  float: left;
  background: url(../images/bj6.png) no-repeat;
  text-align: center;
  width: 235px;
  height: 160px;
  margin-left: 12px;
  margin-bottom: 12px;
  transition: 0.3s all ease;
}
.hc5 ul li span {
  display: block;
  color: #fff;
  font-size: 18px;
}
.hc5 ul li img {
  padding-top: 23px;
}
.hc5 ul li:nth-child(5n+1) {
  margin-left: 0px;
}
.hc5 ul li:hover {
  background: #f15a24;
}
.hc6 ul li {
  width: 296px;
  height: 360px;
  background: #f5f5f5;
  float: left;
  margin-left: 12px;
  border-bottom: 5px solid #01b4b9;
  text-align: center;
}
.hc6 ul li span {
  display: block;
  font-size: 24px;
  color: #01b4b9;
  line-height: 78px;
}
.hc6 ul li p {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  width: 80%;
  margin: auto;
  line-height: 24px;
  padding-top: 20px;
}
.hc6 ul li:first-child {
  margin-left: 0;
}
.hc6 ul li:nth-child(2) {
  border-bottom-color: #cc2978;
}
.hc6 ul li:nth-child(2) span {
  color: #cc2978;
}
.hc6 ul li:nth-child(3) {
  border-bottom-color: #c58265;
}
.hc6 ul li:nth-child(3) span {
  color: #c58265;
}
.hc6 ul li:nth-child(4) {
  border-bottom-color: #002f43;
}
.hc6 ul li:nth-child(4) span {
  color: #002f43;
}
.hc7 ul {
  padding-top: 10px;
}
.hc7 ul li {
  float: left;
  width: 190px;
  height: 80px;
  margin-left: 16px;
  margin-bottom: 20px;
}
.hc7 ul li img {
  width: 190px;
  height: 80px;
}
.hc7 ul li:nth-child(6n+1) {
  margin-left: 0;
}
.hc9 {
  float: left;
  width: 396px;
  background: #f5f5f5;
  margin-left: 18px;
}
.hc9.hc9_1 {
  margin-left: 0;
}
.hc9 > span {
  border-bottom: 1px solid #dedede;
  font-size: 24px;
  color: #333;
  width: 90%;
  margin: auto;
  position: relative;
  display: block;
  line-height: 46px;
  padding-top: 15px;
}
.hc9 > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #f15a24;
  width: 20px;
}
.hc9 > span i {
  font-style: normal;
  font-size: 14px;
  position: absolute;
  right: 0;
}
.hc9 > span i:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #cccccc;
  content: "";
  display: inline-block;
  margin-left: 6px;
}
.hc9 > span i:hover:after {
  border-color: transparent transparent transparent #f15a24;
}
.hc9 h3 {
  background: #d7e3f4;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.hc9 h3 img {
  padding-top: 50px;
  padding-right: 10px;
}
.hc9 h3 > span {
  color: #5f96e4;
  font-size: 24px;
}
.hc9 ul {
  width: 90%;
  margin: auto;
  min-height: 180px;
  max-height: 180px;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.hc9 ul li {
  border-bottom: 1px dashed #dedede;
  line-height: 42px;
  background: url(../images/icon31.png) no-repeat left center;
  text-indent: 14px;
  font-size: 16px;
  overflow: hidden;
  /*超出部分隐藏*/

  text-overflow: ellipsis;
  /*超出部分显示省略号*/

  white-space: nowrap;
}
.hc9.hc9_2 h3 {
  background: #f8ddd3;
}
.hc9.hc9_2 h3 > span {
  color: #f15a24;
}
.hc9.hc9_3 h3 {
  background: #faeecb;
}
.hc9.hc9_3 h3 > span {
  color: #f3b700;
}
.hc10 {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 40px;
}
.hc10 ul li {
  float: left;
  width: 23%;
  background: url(../images/icon32.png) no-repeat left top;
  padding-left: 60px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.hc10 ul li span {
  display: block;
  font-size: 18px;
  color: #595757;
  padding-bottom: 15px;
}
.hc10 ul li:nth-child(2) {
  background-image: url(../images/icon33.png);
  width: 30%;
}
.hc10 ul li:nth-child(3) {
  background-image: url(../images/icon34.png);
  width: 27%;
}
.hc10 ul li:nth-child(4) {
  background-image: url(../images/icon35.png);
  width: 20%;
}
.hc11 {
  background: #303030;
  color: #8a8a8a;
  padding: 50px 0;
}
.hc11 .hc12 {
  float: left;
  width: 280px;
  border-right: 1px solid #000;
  min-height: 180px;
}
.hc11 .hc12 img {
  padding-bottom: 13px;
  padding-left: 48px;
}
.hc11 .hc12 span {
  display: block;
  background: url(../images/icon42.png) no-repeat left center;
  padding-left: 42px;
  font-size: 16px;
  margin-top: 5px;
}
.hc11 .hc12 span:last-child {
  background-image: url(../images/icon43.png);
}
.hc11 .hc13 {
  float: left;
  width: 438px;
  border-right: 1px solid #000;
  padding-left: 25px;
  padding-right: 10px;
  min-height: 180px;
  width: 380px;
}
.hc11 .hc13 a {
  display: inline-block;
  /*padding: 0 12px;*/

  line-height: 34px;
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}
.hc11 .hc14 {
  float: left;
  width: 340px;
  border-right: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 18px;
  min-height: 180px;
  width: 390px;
}
.hc11 .hc14 span {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.hc11 .hc14 span:last-child {
  margin-top: 15px;
}
.hc11 .hc15 {
  float: right;
  text-align: center;
  min-height: 180px;
}
.hc11 .hc15 span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
}
.hc11 a {
  color: #8a8a8a;
}
.hc16 {
  background: #222222;
  text-align: center;
  font-size: 12px;
  line-height: 58px;
  color: #8a8a8a;
}
.fl.left {
  position: relative;
}
.fl.left:after {
  width: 238px;
  height: 3px;
  background: #f15a24;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  display: block;
}
.banner {
  text-align: center;
}
.hc17 ul {
  margin-top: 32px;
  margin-bottom: 64px;
  overflow: hidden;
}
.hc17 ul li {
  float: left;
  width: 25%;
  background: url(../images/hk1.png) no-repeat 30px top;
  color: #666;
  box-sizing: border-box;
  padding-left: 100px;
}
.hc17 ul li span {
  display: block;
  font-size: 18px;
  color: #020202;
}
.hc17 ul li:nth-child(2) {
  background-image: url(../images/hk2.png);
}
.hc17 ul li:nth-child(3) {
  background-image: url(../images/hk3.png);
}
.hc17 ul li:nth-child(4) {
  background-image: url(../images/hk4.png);
}
.hc18 ul li {
  float: left;
  background: url(../images/hk5.png) no-repeat;
  width: 235px;
  height: 136px;
  color: #fff;
  margin-left: 12px;
  text-align: center;
}
.hc18 ul li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 28px;
  padding: 0 20px;
  height: 28px;
  display: inline-block;
}
.hc18 ul li a:hover {
  color: #fff!important;
}
.hc18 ul li span {
  font-size: 24px;
  display: block;
  padding-top: 40px;
  padding-bottom: 15px;
}
.hc18 ul li:first-child {
  margin-left: 0;
}
.hc18 ul li:nth-child(2) {
  background-image: url(../images/hk6.png);
}
.hc18 ul li:nth-child(3) {
  background-image: url(../images/hk7.png);
}
.hc18 ul li:nth-child(4) {
  background-image: url(../images/hk8.png);
}
.hc18 ul li:nth-child(5) {
  background-image: url(../images/hk9.png);
}
.bj2 {
  background: #f5f5f5;
}
.hc19 {
  padding: 44px 0;
  margin: 40px 0;
}
.hc20_1 {
  background: #fff;
  padding: 25px;
}
.hc20_1 .hc20 {
  float: left;
}
.hc20_1 .hc21 {
  float: right;
  width: 606px;
  color: #666;
  font-size: 12px;
}
.hc20_1 .hc21 h6 {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.hc20_1 .hc21 span {
  border: 1px dashed #ccc;
  padding: 10px 15px;
  display: block;
  margin: 12px 0;
}
.title2 {
  font-size: 30px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #333;
}
.title2 span {
  display: block;
  font-size: 14px;
  padding-top: 15px;
}
.hc22 ul li {
  float: left;
  width: 580px;
  height: 180px;
  background: #f8f8f8;
  padding-top: 50px;
  margin-bottom: 15px;
}
.hc22 ul li .hc23 {
  float: left;
  padding: 0 70px;
}
.hc22 ul li .hc24 {
  float: left;
  width: 314px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
.hc22 ul li .hc24 span {
  color: #333;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}
.hc22 ul li:nth-child(2n) {
  margin-left: 32px;
}
.hc25 {
  padding: 44px 0;
  margin: 40px 0;
}
.hc27 ul li {
  float: left;
  width: 235px;
  height: 350px;
  border: 1px dashed #4685ee;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  margin-left: 12px;
  margin-bottom: 92px;
}
.hc27 ul li:first-child {
  margin-left: 0;
}
.hc27 ul li img {
  padding-top: 56px;
  padding-bottom: 35px;
}
.hc27 ul li span {
  border: 1px dashed #4685ee;
  display: block;
  font-size: 24px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  color: #4685ee;
  border-radius: 6px;
  margin-bottom: 14px;
}
.hc30 {
  padding-bottom: 40px;
}
.hc31 ul li {
  float: left;
  width: 394px;
  height: 391px;
  background: #f7f7f7;
  text-align: center;
  box-sizing: border-box;
  padding: 0 40px;
  line-height: 20px;
  color: #666;
  margin-left: 20px;
  margin-bottom: 20px;
}
.hc31 ul li img {
  padding-top: 60px;
  padding-bottom: 30px;
}
.hc31 ul li span {
  color: #525252;
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}
.hc31 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.hkbj {
  background: #506ced url(../images/hkbj.png) repeat-x;
  width: 100%;
}
.margin-bottom {
  margin-bottom: 0;
}
.news_banner {
  position: relative;
}
.news_banner ul {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.news_banner ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
  margin: 0 -3px;
}
.news_banner ul li:first-child {
  border-radius: 6px 0px 0 0;
}
.news_banner ul li:last-child {
  border-radius: 0px 6px 0 0;
}
.news_banner ul li:last-child:after {
  display: none;
}
.news_banner ul li a.hover {
  color: #25a6ff;
}
.news_banner ul li:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #ccc;
  height: 10px;
  padding-left: 40px;
}
.news1 {
  padding: 20px 0;
}
.news2_1 {
  float: left;
  width: 850px;
}
.news2 {
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
}
.news2 ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news2 ul li .news3 {
  float: left;
  width: 317px;
}
.news2 ul li .news4 {
  float: right;
  width: calc(100% - 340px);
}
.news2 ul li .news4 h6 {
  font-size: 18px;
  padding-bottom: 10px;
}
.news2 ul li .news4 h6 a {
  color: #333;
}
.news2 ul li .news4 p {
  color: #666;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 15px;
}
.news2 ul li .news4 span {
  display: block;
  font-size: 12px;
  color: #666;
}
.news2 ul li .news4 .news7 {
  float: left;
  background: url(../images/news3.png) no-repeat left center;
  padding-left: 20px;
}
.news2 ul li .news4 .news8 {
  float: right;
  background: url(../images/news4.png) no-repeat left center;
  padding-left: 20px;
  color: #ff5b2f;
}
.news2 ul li:last-child {
  border-bottom: none;
}
.news5 {
  float: right;
  width: 355px;
}
.news5 .news9 {
  background: #fff;
  padding: 20px;
  padding-bottom: 10px;
}
.news5 .news9 .news10 {
  color: #25a6ff;
  font-size: 20px;
  margin-bottom: 20px;
}
.news5 .news9 .news10:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 19px;
  background: #25a6ff;
  vertical-align: middle;
  margin-right: 10px;
}
.news5 .news9 .news11 ul li {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 20px;
}
.news5 .news9 .news11 ul li .news12 {
  float: left;
  width: 122px;
  position: relative;
}
.news5 .news9 .news11 ul li .news12 span {
  position: absolute;
  padding: 0px 8px;
  display: block;
  color: #fff;
  background: #a2a2a2;
  left: 12px;
  top: 0;
  font-size: 12px;
}
.news5 .news9 .news11 ul li .news13 {
  float: right;
  width: calc(100% - 130px);
}
.news5 .news9 .news11 ul li .news13 h6 {
  font-size: 16px;
  padding-bottom: 5px;
}
.news5 .news9 .news11 ul li .news13 h6 a {
  color: #333;
}
.news5 .news9 .news11 ul li .news13 .news14 {
  float: left;
  padding-right: 22px;
  font-size: 12px;
  color: #666;
}
.news5 .news9 .news11 ul li .news13 .news15 {
  float: left;
  background: url(../images/news3.png) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
}
.news5 .news9 .news11 ul li:first-child .news12 span {
  background: #f15a24;
}
.news5 .news9.news9_1 {
  margin-top: 20px;
}
.pag {
  padding-top: 20px;
  color: #666;
  text-align: center;
}
.mbx {
  font-size: 12px;
  color: #666;
  padding: 25px 0;
}
.mbx a {
  color: #666;
}
.newsinfo_title {
  text-align: center;
  color: #333;
  font-size: 22px;
  padding: 25px 0;
}
.newsinfo_zuozhe {
  float: left;
  font-size: 14px;
  color: #999;
}
.newsinfo_time {
  float: right;
  font-size: 14px;
  color: #999;
}
.newsinfo_desc {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
.newsinfo {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding-bottom: 40px;
}
.pag2 {
  width: 850px;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}
.pag2 span {
  display: inline-block;
  width: 40%;
  vertical-align: text-top;
}
.pag2 span a {
  display: block;
}
.bj3 {
  background: #f4f7ff;
}
.news11_1 ul li h6 {
  font-size: 14px;
}
.news11_1 ul li h6:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #25a6ff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.hgmap-li {
  /*text-align: center;*/

  margin-bottom: 20px;
}
.hgmap-li ul li {
  display: inline-block;
  padding: 0 27px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.hgmap-li ul li:hover,
.hgmap-li ul li.show {
  color: #25a6ff;
}
.hgmap-li ul li:hover:before,
.hgmap-li ul li.show:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #25a6ff;
  position: absolute;
  left: 0;
  top: -20px;
}
.qiehuan {
  display: none;
}
.qiehuan.show {
  display: block;
}
.hc17_1 ul {
  margin-bottom: 32px;
}
.hc25.bj2 .title2 {
  padding-top: 0;
}
.hcpad.bj2 .title2 {
  padding-top: 0;
}
.hcpad {
  padding: 70px 0;
  text-align: center;
}
.color {
  color: #4584f8;
  padding-top: 0;
}
.color2 {
  color: #fff;
  padding-top: 0;
}
.nopad {
  padding-top: 0;
}
.xgzl {
  text-align: center;
  margin-bottom: 15px;
}
.xgzl ul li {
  display: inline-block;
  width: 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  background: #fff;
}
.xgzl ul li:hover,
.xgzl ul li.show {
  color: #fff;
  background: #4685ee;
}
.xgzl2 {
  display: none;
}
.xgzl2.show {
  display: block;
}
.title3 {
  text-align: center;
  font-size: 60px;
  color: #525252;
  line-height: 60px;
  padding-bottom: 60px;
}
.aboutinfo {
  font-size: 18px;
  line-height: 32px;
  color: #525252;
  text-align: left;
}
.about_lx {
  float: left;
  width: 48%;
  text-align: left;
  font-size: 18px;
  color: #525252;
  padding-top: 42px;
  line-height: 32px;
  padding-left: 2%;
}
.about_lx span {
  display: block;
  font-size: 30px;
  padding-bottom: 10px;
}
