﻿* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-weight: 500;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  outline: none;
  border: 0;
  box-shadow: 0;
}
img {
  border: 0;
  display: block;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  clear: both;
}
.fonthide01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top10 {
  margin-top: 10px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top40 {
  margin-top: 40px !important;
}
.top50 {
  margin-top: 50px !important;
}
.he10 {
  height: 10px;
  width: 100%;
  display: block;
}
.he20 {
  height: 20px;
  width: 100%;
  display: block;
}
.he30 {
  height: 30px;
  width: 100%;
  display: block;
}
.he40 {
  height: 40px;
  width: 100%;
  display: block;
}
.he50 {
  height: 50px;
  width: 100%;
  display: block;
}
.he60 {
  height: 60px;
  width: 100%;
  display: block;
}
.he70 {
  height: 60px;
  width: 100%;
  display: block;
}
.hide {
  display: none;
}
.hover01 {
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari �� Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.hover01:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  /* IE 9 */
  -moz-transform: translateY(-6px);
  /* Firefox */
  -webkit-transform: translateY(-6px);
  /* Safari �� Chrome */
  -o-transform: translateY(-6px);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.opa01 {
  background-color: #000000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
}
.opa01:hover {
  background-color: #000000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
}
.boxshadow01 {
  border: 1px solid #ebebeb;
}
.boxshadow01:hover {
  box-shadow: 0 0 10px #b2b2b2;
}
/*�ص�����*/
.to-top {
  display: none;
  padding: 5px 20px;
  color: #fff;
  background-color: #e87418;
}
.error404 {
  width: 1200px;
  margin: auto;
}
.error404 .txt1 {
  float: left;
  width: 350px;
  margin-left: 150px;
}
.error404 .txt1 h2 {
  font-size: 140px;
  color: #e87418;
  text-align: center;
  font-family: Arial;
  font-weight: 100;
}
.error404 .txt1 h3 {
  font-size: 24px;
  color: #e87418;
  text-align: center;
  font-weight: 500;
}
.error404 .txt1 h4 {
  margin-top: 50px;
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  line-height: 30px;
}
.error404 .txt1 h4 span {
  display: block;
  font-size: 20px;
  color: #e87418;
  text-align: center;
  font-family: Arial;
}
.error404 .txt1 h5 {
  width: 125px;
  height: 40px;
  border-radius: 10px;
  background: #e87418;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 50px auto 0;
}
.error404 .txt1 h5 a {
  color: #ffffff;
}
.error404 .txt2 {
  float: left;
  width: 600px;
}
.error404 .txt2 h2 {
  color: #e87418;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px #e87418 solid;
}
.error404 .txt2 a {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #7d7d7d;
  color: #ffffff;
  margin: 5px 0;
}
.error404 .txt2 a:hover {
  background: #e87418;
}
/*�ֲ�*/
.banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.banner .banner_small {
  width: 100%;
  min-width: 1200px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.banner .banner_small .img {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.banner .banner_small .img img {
  width: 1920px;
  height: 350px;
  margin: auto;
}
.banner .nav {
  width: 100%;
  min-width: 1200px;
  height: 70px;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .nav ul {
  width: 1200px;
  margin: auto;
}
.banner .nav ul .logo {
  width: 305px;
  height: 54px;
  margin: 6px 0 0 0;
  float: left;
}
.banner .nav ul li {
  margin: 35px 0 0 0;
  float: left;
  border-left: 1px #b9b9b7 solid;
}
.banner .nav ul li a {
  display: block;
  padding: 0 24px;
  color: #434343;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}
.banner .nav ul .on {
  border-left: 0;
  margin-left: 192px;
}
.banner .nav ul .tel {
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 18px;
  position: relative;
}
.banner .nav ul .tel p {
  display: block;
  width: 148px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: -20px;
  color: #e87418;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial;
  background: #ffffff;
  filter: alpha(opacity=0);
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  transition: .5s;
  z-index: -1;
  opacity: 0;
}
.banner .nav ul .tel:hover p {
  bottom: -46px;
  filter: alpha(opacity=80);
  background-color: rgba(255, 255, 255, 0.4);
  transition: .5s;
  opacity: 1;
}
/*banner��ť*/
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, 0.4) !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e87418 !important;
}
.title_01 {
  width: 1200px;
  margin: auto;
}
.title_01 h2 {
  color: #1b1b1b;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.title_01 h2 span {
  color: #e87418;
  font-weight: 500;
  font-size: 34px;
  font-family: Arial;
}
.title_01 p {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.title_01 .line {
  width: 70px;
  height: 1px;
  background: #676767;
  margin: 20px auto 0;
}
.title_02 {
  width: 100%;
}
.title_02 .one {
  width: 1200px;
  margin: auto;
}
.title_02 .one .active0 {
  background: url("../image/a_02.png") no-repeat !important;
  background-position: center top !important;
}
.title_02 .one .active1 {
  background: url("../image/a_04.png") no-repeat !important;
  background-position: center top !important;
}
.title_02 .one .active2 {
  background: url("../image/a_06.png") no-repeat !important;
  background-position: center top !important;
}
.title_02 .one .active3 {
  background: url("../image/a_08.png") no-repeat !important;
  background-position: center top !important;
}
.title_02 .one .active4 {
  background: url("../image/a_14.png") no-repeat !important;
  background-position: center top !important;
}
.title_02 .one li {
  width: 167px;
  float: left;
  height: 20px;
  border-left: 1px #cecece solid;
  text-align: center;
  padding: 78px 0 0 0;
}
.title_02 .one li:hover {
  cursor: default;
}
.title_02 .one li:first-child {
  background: url("../image/a_01.png") no-repeat;
  background-position: center top;
  border-left: 0;
}
.title_02 .one li:first-child:hover {
  background: url("../image/a_02.png") no-repeat;
  background-position: center top;
  border-left: 0;
}
.title_02 .one li:first-child + li {
  background: url("../image/a_03.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li:hover {
  background: url("../image/a_04.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li {
  background: url("../image/a_05.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li:hover {
  background: url("../image/a_06.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li + li {
  background: url("../image/a_07.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li + li:hover {
  background: url("../image/a_08.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li + li + li {
  background: url("../image/a_13.png") no-repeat;
  background-position: center top;
}
.title_02 .one li:first-child + li + li + li + li:hover {
  background: url("../image/a_14.png") no-repeat;
  background-position: center top;
}


.title_02 .two {
  width: 100%;
  min-width: 1200px;
}
.title_02 .two li {
  float: left;
  width: 24%;
  margin-left: 1.33333%;
}
.title_02 .two li:first-child {
  margin-left: 0;
}
.title_02 .two li img {
  width: 100%;
  height: auto;
}
.title_03 {
  width: 100%;
  min-width: 1200px;
  padding: 90px 0 0 0;
  height: 590px;
  background: url("../image/bg_01.jpg") no-repeat;
}
.title_03 .con {
  width: 1200px;
  margin: auto;
}
.title_03 .con h2 {
  color: #707070;
  font-size: 30px;
  font-weight: 300;
}
.title_03 .con .line {
  width: 60px;
  height: 2px;
  background: #888a8b;
  margin-top: 20px;
}
.title_03 .con p {
  margin-top: 18px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}
.title_03 .con .txt {
  margin-top: 30px;
}
.title_03 .con .txt li {
  width: 140px;
  font-size: 16px;
  color: #707070;
  float: left;
}
.title_03 .con .txt li i {
  font-size: 26px;
  color: #1b1b1b;
  font-family: Arial;
  font-style: normal;
}
.title_03 .con .txt li .line01 {
  width: 84px;
  height: 1px;
  background: #ced1d4;
  margin-top: 6px;
}
.title_03 .con .txt li span {
  color: #707070;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.title_03 .con .pi {
  margin: 65px 0 0 0;
}
.title_03 .con .pi img {
  float: left;
  width: 215px;
  height: 202px;
  margin-right: 18px;
}
.title_04 {
  width: 1200px;
  margin: auto;
}
.title_04 li {
  float: left;
  width: 390px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari �� Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.title_04 li:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  /* IE 9 */
  -moz-transform: translateY(-6px);
  /* Firefox */
  -webkit-transform: translateY(-6px);
  /* Safari �� Chrome */
  -o-transform: translateY(-6px);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.title_04 li:first-child {
  margin-right: 15px;
}
.title_04 li:first-child + li {
  margin-right: 15px;
}
.title_04 li img {
  width: 390px;
  height: 248px;
}
.title_04 li .txt {
  width: 328px;
  border: 1px #e6e6e6 solid;
  padding: 30px 30px 24px;
}
.title_04 li .txt h2 {
  font-size: 27px;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_04 li .txt h2 a {
  color: #3a3a3a;
}
.title_04 li .txt .line {
  margin-top: 15px;
  width: 50px;
  height: 1px;
  background: #b1b1b1;
}
.title_04 li .txt p {
  width: 100%;
  font-size: 15px;
  color: #707070;
  line-height: 24px;
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.title_04 li .txt h5 {
  margin-top: 60px;
}
.title_04 li .txt h5 a {
  display: block;
  width: 112px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #7d7d7d;
  border: 1px #d7d7d7 solid;
  transition: .5s;
}
.title_04 li:hover .txt h5 a {
  background: #e87418;
  color: #ffffff;
  transition: .5s;
}
.sh_news {
  width: 100%;
  min-width: 1200px;
  background: #fafafa;
  padding: 48px 0 75px 0;
}
.sh_news .con {
  width: 1200px;
  margin: auto;
}
.sh_news .con .pull-left {
  width: 499px;
}
.sh_news .con .pull-left h2 {
  font-size: 30px;
  color: #1b1b1b;
  font-weight: 300;
}
.sh_news .con .pull-left h3 {
  font-size: 13px;
  color: #7b7b7b;
  margin-top: 10px;
}
.sh_news .con .pull-left .line {
  margin-top: 20px;
  width: 70px;
  height: 1px;
  background: #676767;
}
.sh_news .con .pull-left img {
  margin-top: 27px;
  width: 499px;
  height: 358px;
}
.sh_news .con .pull-right {
  width: 648px;
  margin-top: 112px;
}
.sh_news .con .pull-right li {
  margin-top: 20px;
  width: 100%;
  height: 100px;
  border-bottom: 1px #d9d9d9 solid;
}
.sh_news .con .pull-right li span {
  display: block;
  float: left;
  width: 65px;
  text-align: center;
  font-size: 50px;
  color: #dddddd;
  font-family: Arial;
  transition: .5s;
}
.sh_news .con .pull-right li span i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #dddddd;
  transition: .5s;
}
.sh_news .con .pull-right li .txt {
  width: 562px;
  float: right;
}
.sh_news .con .pull-right li .txt h2 {
  font-size: 20px;
  color: #555555;
  transition: .5s;
}
.sh_news .con .pull-right li .txt h2 a {
  color: #555555;
  transition: .5s;
}
.sh_news .con .pull-right li .txt p {
  font-size: 14px;
  color: #555555;
  line-height: 25px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.sh_news .con .pull-right li:hover span {
  color: #e87418;
  transition: .5s;
}
.sh_news .con .pull-right li:hover span i {
  color: #e87418;
  transition: .5s;
}
.sh_news .con .pull-right li:hover .txt h2 {
  color: #e87418;
  transition: .5s;
}
.sh_news .con .pull-right li:hover .txt h2 a {
  color: #e87418;
  transition: .5s;
}
.footer {
  background: #2b2b2b;
  padding: 20px 0 47px;
  min-width: 1200px;
  margin: auto;
}
.footer .fo_nav {
  text-align: center;
  margin: auto;
  display: table;
}
.footer .fo_nav li {
  height: 14px;
  display: block;
  float: left;
  line-height: 14px;
  border-left: 1px #636363 solid;
}
.footer .fo_nav li a {
  font-size: 13px;
  color: #ffffff;
  padding: 0 25px;
}
.footer .fo_nav li:first-child {
  border-left: 0;
}
.footer .tel {
  margin-top: 20px;
}
.footer .tel li {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #e8e8e8;
}
.footer .tel li img {
  margin-right: 5px;
  display: inline-block;
}
.friendly_link {
  border-top: 1px #636363 solid;
  background: #2b2b2b;
  padding: 5px 0 15px;
  width: 100%;
  min-width: 1200px;
  margin: auto;
}
.friendly_link p {
  width: 1200px;
  margin: 5px auto 0;
  text-align: center;
  font-size: 12px;
  color: #afafaf;
}
.friendly_link p a {
  display: inline-block;
  color: #afafaf;
  margin: 0 5px;
}
.navigation {
  height: 35px;
  background: #f7f7f7;
  padding: 15px 0 0 0;
  width: 100%;
  min-width: 1200px;
}
.navigation form {
  float: right;
  margin-right: 10px;
}
.navigation form input {
  width: 120px;
  height: 20px;
  border: 1px #e8e8e8 solid;
  background: #ffffff;
  outline: none;
  box-shadow: none;
  padding: 0 0 0 10px;
  float: left;
}
.navigation form button {
  display: block;
  width: 27px;
  height: 22px;
  float: left;
  background: #ffffff;
  border: 1px #e8e8e8 solid;
  border-left: 0;
  padding: 3px 0;
}
.navigation form button img {
  width: 14px;
  height: 14px;
  margin: auto;
}
.navigation ul {
  float: left;
}
.navigation ul h5 {
  color: #626262;
  height: 21px;
  line-height: 21px;
  float: left;
  background: url("../image/icon_05.png") no-repeat;
  padding-left: 29px;
  background-position: 0 4px;
}
.navigation ul li {
  float: left;
  height: 21px;
  line-height: 21px;
}
.navigation ul li a {
  font-size: 13px;
  color: #626262;
  display: block;
  padding: 0 30px;
  height: 21px;
  line-height: 21px;
  border-right: 1px #e8e8e8 solid;
}
.navigation p {
  display: block;
  float: right;
  background: url("../image/icon_06.png") no-repeat;
  height: 21px;
  line-height: 21px;
  padding-left: 30px;
  font-size: 13px;
  color: #626262;
}
.navigation p a {
  color: #626262;
}
.substance {
  width: 1200px;
  margin: auto;
}
.substance .left {
  float: left;
  width: 182px;
}
.substance .left li {
  width: 182px;
  height: 46px;
  border-bottom: 1px #dddddd solid;
  line-height: 46px;
  color: #7d7d7d;
  font-size: 17px;
}
.substance .left li a {
  display: block;
  width: 152px;
  height: 46px;
  color: #7d7d7d;
  font-size: 17px;
  padding-left: 30px;
}
.substance .left li:hover {
  border-bottom: 1px #e87418 solid;
}
.substance .left li:hover a {
  background: url("../image/icon_07.png") no-repeat;
  background-position: 0 17px;
}
.substance .left .active {
  border-bottom: 1px #e87418 solid;
}
.substance .left .active a {
  background: url("../image/icon_07.png") no-repeat;
  background-position: 0 17px;
}
.substance .right {
  width: 955px;
  float: right;
}
.title_05 {
  width: 100%;
}
.title_05 h2 {
  color: #1b1b1b;
  font-size: 30px;
}
.title_05 h3 {
  margin-top: 10px;
  color: #b8b8b8;
  font-size: 20px;
  font-family: Arial;
  text-transform: uppercase;
}
.title_05 .line {
  margin-top: 18px;
  width: 42px;
  height: 1px;
  background: #b6b6b6;
}
.title_06 {
  width: 100%;
}
.title_06 .pull-left {
  width: 440px;
}
.title_06 .pull-left h2 {
  margin-top: 35px;
  font-size: 22px;
  color: #4f4f4f;
}
.title_06 .pull-left h2 span {
  color: #e87418;
}
.title_06 .pull-left p {
  margin-top: 15px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 22px;
}
.title_06 .pull-right {
  width: 494px;
}
.title_06 .pull-right .txt {
  margin-top: 20px;
  width: 386px;
  padding: 48px 54px 50px;
  background: #f7f7f7;
  overflow: hidden;
}
.title_06 .pull-right .txt h2 {
  font-size: 22px;
  color: #4f4f4f;
}
.title_06 .pull-right .txt h2 span {
  color: #e87418;
}
.title_06 .pull-right .txt p {
  margin-top: 25px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.title_06 .pull-right .txt .line {
  width: 34px;
  height: 1px;
  background: #484848;
  margin-top: 20px;
}
.title_07 {
  width: 100%;
  height: 400px;
  background: url("../image/map_.jpg") no-repeat;
  position: relative;
}
.title_07 p {
  position: absolute;
  left: 0;
  top: 293px;
  width: 570px;
  color: #707070;
  font-size: 14px;
}
.title_07 p span {
  font-size: 24px;
  color: #e87418;
}
.title_07 .line {
  width: 42px;
  height: 2px;
  background: #e87418;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.title_07 .more {
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #474747;
  font-size: 16px;
}
.title_07 .more:hover {
  color: #e87418;
}
.appoint {
  width: 100%;
  background: #636363;
}
.appoint ul {
  width: 1200px;
  margin: auto;
  padding: 22px 0 18px;
}
.appoint ul .one {
  float: left;
  height: 45px;
  width: 414px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  border-right: 1px #a2a2a2 solid;
}
.appoint ul .one a {
  color: #ffffff;
}
.appoint ul .one span {
  width: 218px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  display: block;
  margin-top: 7px;
}
.appoint ul .one .more {
  width: 102px;
  height: 30px;
  border: 1px #a2a2a2 solid;
  text-align: center;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 9px;
  right: 34px;
}
.appoint ul .pl {
  padding-left: 27px;
  width: 495px;
}
.appoint ul .pl span {
  width: 310px;
}
.appoint ul .tel {
  float: left;
  width: 187px;
  padding-left: 74px;
  background: url("../image/icon_08.png") no-repeat;
  background-position: 28px 4px;
  color: #ffffff;
  font-size: 16px;
  border-right: 1px #a2a2a2 solid;
}
.appoint ul .tel span {
  font-size: 26px;
  font-family: Arial;
  display: block;
}
.title_08 {
  width: 1200px;
  margin: auto;
}
.title_08 h2 {
  font-size: 30px;
  color: #535353;
  text-align: center;
}
.title_08 h3 {
  font-size: 16px;
  color: #b8b8b8;
  font-family: Arial;
  text-align: center;
  text-transform: uppercase;
}
.title_08 .xz {
  display: table;
  text-align: center;
  margin: 30px auto 0;
}
.title_08 .xz li {
  float: left;
  background: #e2e2e2;
  width: 112px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 9px;
  position: relative;
}
.title_08 .xz li a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  color: #636363;
}
.title_08 .xz li a:after {
  display: none;
  content: "";
  position: absolute;
  margin-left: -9px;
  left: 50%;
  bottom: -5px;
  z-index: 99;
  background: url("../image/111.png") no-repeat;
  width: 17px;
  height: 5px;
}
.title_08 .xz li:hover {
  background: #e87418;
}
.title_08 .xz li:hover a {
  color: #ffffff;
}
.title_08 .xz li:hover a:after {
  display: block;
}
.title_08 .xz li dl {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 99;
  background: #e2e2e2;
  width: 128px;
  text-align: center;
  line-height: 38px;
}
.title_08 .xz li dl dt {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  color: #636363;
  background: #e2e2e2;
}
.title_08 .xz li dl dt a {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  color: #636363;
}
.title_08 .xz li dl dt:hover {
  background: #e87418;
}
.title_08 .xz li dl dt:hover a {
  color: #ffffff;
}
.title_08 .xz li dl dd {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  color: #636363;
  background: #e2e2e2;
}
.title_08 .xz li dl dd a {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 17px;
  color: #636363;
}
.title_08 .xz li dl dd:hover {
  background: #e87418;
}
.title_08 .xz li dl dd:hover a {
  color: #ffffff;
}
.title_08 .xz li:hover {
  cursor: default;
}
.title_08 .xz .active {
  background: #e87418;
  color: #ffffff;
}
.title_08 .xz .active a {
  color: #ffffff;
}
.title_08 .xz .active a:after {
  display: block;
}
.title_09 {
  width: 1200px;
  margin: auto;
}
.title_09 li {
  float: left;
  width: 290px;
  margin: 10px 5px 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari �� Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.title_09 li:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  /* IE 9 */
  -moz-transform: translateY(-6px);
  /* Firefox */
  -webkit-transform: translateY(-6px);
  /* Safari �� Chrome */
  -o-transform: translateY(-6px);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.title_09 li img {
  width: 288px;
  height: 253px;
  border: 1px #f1f1f1 solid;
}
.title_09 li p {
  display: block;
  height: 72px;
  line-height: 36px;
  color: #7d7d7d;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_09 li p a {
  color: #7d7d7d;
}
/*��ҳ*/
.page {
  font-size: 13px;
  text-align: center;
  margin: 15px auto 0;
  display: table;
}
.page a {
  display: block;
  float: left;
  color: #707070;
}
.title_10 {
  width: 1200px;
  margin: auto;
}
.title_10 .one {
  float: left;
}
.title_10 .one img {
  width: 439px;
  height: 386px;
  border: 1px #dddddd solid;
}
.title_10 .two {
  float: left;
  width: 215px;
  margin-left: 10px;
}
.title_10 .two li img {
  width: 213px;
  height: auto;
  margin: auto;
  border: 1px #dddddd solid;
}
.title_10 .two li img:first-child {
  margin-bottom: 9px;
}
.title_10 .two li:hover img {
  border: 1px #e87418 solid;
}
.title_10 .two .active_img img {
  border: 1px #e87418 solid;
}
.title_10 .three {
  width: 488px;
  float: right;
}
.title_10 .three h2 {
  color: #535353;
  font-size: 16px;
}
.title_10 .three h2 span {
  color: #434343;
  font-size: 30px;
  margin-left: 15px;
}
.title_10 .three .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}
.title_10 .three .dt {
  margin-top: 20px;
}
.title_10 .three .dt li {
  float: left;
  font-size: 16px;
  color: #535353;
}
.title_10 .three .dt li span {
  font-size: 18px;
  color: #434343;
  font-family: Arial;
}
.title_10 .three .dt li:first-child {
  width: 102px;
}
.title_10 .three .dd {
  margin-top: 20px;
  background: url("../image/b_17.jpg") no-repeat;
  width: 487px;
  height: 186px;
  color: #434343;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.title_10 .three .dd p {
  color: #535353;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}
.title_11 {
  width: 1200px;
  margin: 80px auto 0;
}
.title_11 h2 {
  color: #434343;
  font-size: 30px;
  padding: 0 0 14px 0;
  border-bottom: 1px #d3d3d3 solid;
}
.title_11 p {
  color: #434343;
  line-height: 24px;
  font-size: 14px;
}

.title_11 table {
  margin: 20px 0 0 0;
  width: 100%;
  background: #FFFFFF;
}
.title_11 table tr td {
  text-align: left;
  padding: 10px 20px;
  width: 40%;
  height: 20px;
  color: #434343;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  border-top: 0;
}
.title_11 table tr:first-child {
  background: #eeeeee;
}
.title_11 table tr:first-child td {
  color: #434343;
  font-size: 18px;
}
.title_11 table tr:first-child td:first-child {
  border-right-color: #FFFFFF;
}
.title_12 h2 {
  color: #1b1b1b;
  font-size: 30px;
  text-align: center;
}
.title_12 h3 {
  margin-top: 5px;
  color: #b8b8b8;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
  text-align: center;
}
.title_12 .line {
  width: 42px;
  height: 1px;
  background: #b6b6b6;
  margin: 10px auto 0;
}
.title_13 {
  width: 955px;
}
.title_13 img {
  margin: 35px 0 0 0;
  width: 100%;
  height: auto;
}
.title_13 .txt {
  padding: 29px 11px 0;
}
.title_13 .txt h2 {
  color: #434343;
  font-size: 20px;
  margin-top: 16px;
}
.title_13 .txt h2 span {
  color: #e87418;
  font-size: 28px;
}
.title_13 .txt .line {
  width: 34px;
  height: 1px;
  background: #484848;
  display: block;
  margin-top: 16px;
}
.title_13 .txt p {
  margin-top: 21px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 21px;
}
.title_13 .txt_02 {
  padding: 45px;
  background: #f7f7f7;
}
.title_13 .txt_02 h2 {
  color: #434343;
  font-size: 20px;
  margin-top: 16px;
}
.title_13 .txt_02 h2 span {
  color: #e87418;
  font-size: 28px;
  font-family: Arial;
}
.title_13 .txt_02 .line {
  width: 34px;
  height: 1px;
  background: #484848;
  display: block;
  margin-top: 16px;
}
.title_13 .txt_02 p {
  margin-top: 21px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
}




.title_14 {
  width: 100%;
}
.title_14 .pull-right {
  width: 412px;
  height: 194px;
  background: #f7f7f7;
  padding: 33px 39px;
}
.title_14 .pull-right h2 {
  color: #434343;
  font-size: 20px;
}
.title_14 .pull-right h2 a {
  color: #434343;
}
.title_14 .pull-right h2 i {
  font-style: normal;
  font-size: 20px;
  color: #959595;
  font-family: Arial;
}
.title_14 .pull-right h2 span {
  display: inline-block;
  width: 51px;
  height: 23px;
  border: 1px #e87418 solid;
  color: #e87418;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  margin: 0 5px 0 0;
}
.title_14 .pull-right .line {
  width: 34px;
  height: 1px;
  background: #484848;
  display: block;
  margin-top: 20px;
}
.title_14 .pull-right p {
  margin-top: 15px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 90px;
}
.title_14 .pull-right h5 {
  background: url("../image/icon_09.png") no-repeat;
  padding-left: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 16px;
}
.x_line {
  width: 100%;
  height: 1px;
  display: block;
  border-top: 1px #d1d1d1 dashed;
}
.title_15 {
  width: 100%;
  margin-top: 30px;
}
.title_15 img {
  float: left;
  width: 287px;
  height: 166px;
}
.title_15 .pull-right {
  width: 630px;
  height: 166px;
}
.title_15 .pull-right h2 {
  margin-top: 16px;
  color: #434343;
  font-size: 20px;
}
.title_15 .pull-right h2 a {
  color: #434343;
}
.title_15 .pull-right h2 i {
  font-style: normal;
  font-size: 20px;
  color: #959595;
  font-family: Arial;
}
.title_15 .pull-right p {
  margin-top: 15px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.title_15 .pull-right h5 {
  background: url("../image/icon_09.png") no-repeat;
  padding-left: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 16px;
}
.title_16 {
  width: 780px;
  margin: auto;
}
.title_16 h1 {
  font-size: 24px;
  color: #e87418;
  text-align: center;
}
.title_16 h3 {
  color: #959595;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
}
.title_16 h3 span {
  margin-left: 5px;
}
.title_16 p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 23px;
}
.title_16 img {
  margin: 20px 0;
}
.decorate {
  width: 780px;
  margin: auto;
}
.decorate ul li {
  height: 30px;
  line-height: 30px;
  color: #434343;
  font-size: 14px;
}
.decorate ul li a {
  color: #434343;
}
#map {
  width: 955px;
  height: 320px;
}
.title_17 {
  position: relative;
}
.title_17 h2 {
  color: #e87418;
  font-size: 23px;
}
.title_17 h3 {
  margin: 10px 0 0 0;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #505050;
  background: url("../image/icon_10.png") no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
}
.title_17 h3 span {
  font-family: Arial;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.title_17 h5 {
  color: #313131;
  font-size: 20px;
  font-family: Arial;
  padding-left: 39px;
  background: url("../image/icon_11.png") no-repeat;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 18px;
}
.title_17 h5 span {
  color: #7d7d7d;
}
.title_18 {
  width: 100%;
}
.title_18 li {
  float: left;
  background: url("../image/icon_12.png") no-repeat;
}
.title_18 li img {
  width: 30px;
  height: 30px;
  margin: 10px auto 0;
}
.title_18 li h5 {
  margin-top: 10px;
  color: #707070;
  font-size: 14px;
  text-align: center;
}
.title_18 li p {
  margin-top: 10px;
  font-size: 14px;
  color: #1b1b1b;
  text-align: center;
  font-family: Arial;
}
.title_18 li:first-child {
  width: 169px;
  background: none;
}
.title_18 li:first-child + li {
  width: 201px;
}
.title_18 li:first-child + li + li {
  width: 202px;
}
.title_18 li:first-child + li + li + li {
  width: 201px;
}
.title_18 li:first-child + li + li + li + li {
  width: 182px;
}
.title_19 {
  width: 100%;
  margin: auto;
  padding: 2% 5% 0;
  text-transform: capitalize;
}
.title_19 h2 {
  font-size: 18px;
  color: #535353;
  line-height: 17px;
}
.title_19 h2 img {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: 2px;
}
.title_19 h3 {
  font-size: 12px;
  color: #959595;
  margin: 12px 0 0;
}
.title_19 h3 span {
  margin-left: 10px;
}
.title_19 hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #e4eaec;
}
.title_19 .detail {
  background: #fff;
  padding: 0 10px;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
}
.title_19 .detail h4 {
  margin-bottom: 12px;
  color: #434343;
  font-weight: 500;
}
.title_19 .detail p {
  margin-top: 0;
  margin-bottom: 22px;
  list-style-type: decimal;
  padding-left: 5%;
  line-height: 30px;
}
.title_19 .detail span {
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
}
/*������*/
.pop {
  width: 100%;
  margin: 23px auto 0;
  position: relative;
}
.pop .form {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}
.pop .form button {
  display: block;
  width: 180px;
  height: 38px;
  background: #e87418;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 20px auto 0;
}
.pop .form ul {
  margin-top: 20px;
}
.pop .form ul li {
  color: #434343;
  font-size: 16px;
  float: left;
  width: 50%;
  margin: 5px 0;
}
.pop .form ul li:first-child + li {
  float: right;
}
.pop .form ul li:first-child + li + li + li {
  float: right;
}
.pop .form ul li span {
  display: block;
  float: right;
  width: 200px;
  height: 50px;
  margin: 0 0 0 10px;
}
.pop .form ul li input {
  width: 330px;
  height: 26px;
  padding-left: 10px;
  outline: none;
  border: 0;
  font-size: 15px;
  color: #1b1b1b;
  border-bottom: 1px #e9e9e9 solid;
}
.pop .form ul li i {
  font-style: normal;
}
.pop .form ul li textarea {
  width: 98%;
  height: 200px;
  margin-top: 10px;
  border: 1px #e9e9e9 solid;
  padding: 1%;
  outline: none;
  font-size: 14px;
}
.pop .form ul .te {
  width: 100%;
  margin-top: 10px;
}
.title_20 {
  width: 955px;
  margin: 23px auto 0;
}
.title_20 li {
  width: 30%;
  float: left;
  margin: 10px 1.6% 0;
}
.title_20 li img {
  width: 100%;
  height: auto;
}
.title_20 li p {
  margin-top: 10px;
  font-size: 14px;
  color: #434343;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_20 li p a {
  color: #434343;
}
/*��������*/
.faq {
  width: 1200px;
  margin: auto;
  border-bottom: 1px #f9bb67 dashed;
  padding-bottom: 20px;
}
.faq h2 {
  color: #343434;
  font-size: 16px;
}
.faq h2 a {
  color: #343434;
}
.faq h2 span {
  color: #f9bb67;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  margin-right: 10px;
}
.faq p {
  margin-top: 5px;
  color: #707070;
  line-height: 22px;
  font-size: 15px;
}
.faq p span {
  color: #f9bb67;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  margin-right: 10px;
}
div.page a,
div.page span {
  display: block;
  float: left;
  margin: 2px 0 0 -1px;
  padding: 4px 12px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
}
div.page span:first-child {
  border-left: 1px solid #e1e1e1;
}
div.page a:hover {
  color: #666;
  background: #eee;
}
div.page span.current {
  color: #fff;
  background: #488FCD;
  border-color: #488FCD;
}
div.page span.disabled {
  color: #999;
  background: #fff;
}
.box_k {
  width: 1170px;
  margin: auto;
  border: 1px #f5f5f5 solid;
  padding: 14px;
}
.box_k .f_floor {
  margin: 2px 0;
}
.box_k .f_floor .f_li {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #535353;
  font-size: 14px;
  width: 120px;
  margin-right: 20px;
  padding: 0 0 0 0;
}
.box_k .f_floor .f_li a {
  color: #535353;
}
.box_k .f_floor .f_li:first-child {
  width: 120px;
  background: #f8f8f8;
  text-align: center;
}
.box_k .f_floor .f_li:hover a {
  color: #f29000;
}
.box_k .f_floor .f_li:first-child + .f_li + .f_li + .f_li + .f_li + .f_li + .f_li + .f_li + .f_li {
  margin-left: 140px;
}
.box_k .f_floor .active a {
  color: #f29000;
}
.box_k .t_floor {
  margin: 2px 0;
}
.box_k .t_floor .t_li {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #535353;
  font-size: 14px;
  width: 120px;
  margin-right: 20px;
  padding: 0 0 0 0;
}
.box_k .t_floor .t_li a {
  color: #535353;
}
.box_k .t_floor .t_li:hover a {
  color: #f29000;
}
.box_k .t_floor .t_li:first-child + .t_li + .t_li + .t_li + .t_li + .t_li + .t_li + .t_li {
  margin-left: 140px;
}
.box_k .t_floor .on {
  width: 120px;
  background: #f8f8f8;
  text-align: center;
}
.box_k .t_floor .active a {
  color: #f29000;
}



#map02 {
  width: 955px;
  height: 320px;
}
#map03 {
  width: 955px;
  height: 320px;
}



.news_ul li{border-bottom:1px dashed #CCC;padding:0 0 15px 0;margin:0 0 15px 0}
.news_L{float:left}

.news_R{float:right;width:660px;}
.news_R h2 a{font-size:20px;color:#222;line-height:46px}
.news_R h2 a:hover{color:#e87418}
.news_R p{color:#999;font-size:14px;line-height:24px}
.news_span{color:#999;font-size:14px;line-height:24px;margin:20px 0 0 0}

.clear{clear:both}
