@charset "UTF-8";
/* @charset "gb2312"; */
article, aside, dialog, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  color: #000;
  font-family: "Microsoft Yahei" !important;
  font-size: 14px;
  min-width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
}

a {
  outline: medium none;
}

a:link {
  color: #727476;
  text-decoration: none;
}

a:visited {
  color: #727476;
  text-decoration: none;
}

.borderzero {
  border: 0 !important;
}

a:hover {
  color: #06F;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

form, li, ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
}

button, input {
  vertical-align: middle;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  padding: 0;
  margin: 0;
  list-style: none;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

.hx {
  width: 1200px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearaf:after {
  clear: both;
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
  background-color: #F5F5F5;
}

/*瀹氫箟�?�氬姩鏉¤建閬�??? 鍐呴槾褰�???+鍦嗚�???*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background: url(../images/hdtm.png);
}

/*瀹氫箟�?�戝�??? 鍐呴槾褰�???+鍦嗚�???*/
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3960a4;
}

/* �???�???獥缇庡�??*/
.win {
  display: none;
}

.mask-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
  z-index: 99998;
  top: 0px;
  left: 0px;
}

.window-panel {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  background-color: white;
  border-radius: 4px;
}

.window-panel .title-panel {
  position: absolute;
  height: 36px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.window-panel .title {
  position: absolute;
  height: 36px;
  width: 100%;
  text-align: center;
  border-radius: 4px 4px 0 0;
  line-height: 36px;
  vertical-align: middle;
  background-color: whitesmoke;
  /*鏍囬鑳屾櫙鑹�*/
  border-bottom: 1px solid #e9e9e9;
  z-index: 1;
}

.window-panel h3 {
  font-size: 16px;
  margin: 0;
}

.window-panel .close-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  right: 0px;
  text-decoration: none;
  font-size: 24px;
  color: black;
  background-color: #DBDBDB;
  border-radius: 2px;
  z-index: 1;
}

.window-panel .close-btn:hover {
  background-color: #ccc;
}

.window-panel .body-panel {
  position: absolute;
  width: 100%;
  top: 36px;
  border-radius: 0 0 4px 4px;
  z-index: 1;
}

.window-panel .content, .window-panel .btns {
  text-align: center;
}

.window-panel .content {
  padding: 18px 5px 0px 5px;
  font-size: 16px;
  min-height: 40px;
  line-height: 22px;
}

.window-panel .w-btn {
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background-color: #014490;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  margin: 0 10px 0px 10px;
  border: none;
}

.window-panel .w-btn:hover {
  background-color: #000;
}

.window-panel .w-btn:focus {
  outline: 0 none;
}

/* end*/
header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.headtwo {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 10px 1px #666;
  box-shadow: 0 1px 10px 1px #666;
}

header div.top {
  width: 100%;
  background: #e1e1e1;
  height: 38px;
  line-height: 38px;
}

header div.top div.hx div.left {
  position: relative;
}

header div.top div.hx div.left span {
  background: url(../images/s1_03.jpg) 0 0 no-repeat;
  padding-bottom: 10px;
  padding-left: 37px;
  font-size: 14px;
  color: #666666;
  padding-top: 5px;
}

header div.top div.hx div.left span b {
  color: #015bc0;
  font-size: 14px;
  font-weight: 100;
}

header div.top div.hx div.left img.dw {
  position: absolute;
  right: -130px;
  top: 4px;
  z-index: 98;
}

header div.top div.hx div.right {
  text-align: right;
  line-height: 38px;
}

header div.top div.hx div.right a {
  display: block;
  float: right;
  margin-left: 20px;
}

header div.top div.hx div.right span {
  display: block;
  float: right;
  color: #666666;
  margin-left: 10px;
}

header div.top div.hx div.right a.login {
  margin-left: 10px;
}

header div.top div.hx div.right a.reg {
  margin-left: 22px;
}

header div.top div.hx div.right a:hover {
  color: #e90505;
}

header div.top div.hx div.right a.tmico {
  margin-left: 10px;
  padding-top: 5px;
  position: relative;
}

header div.top div.hx div.right a.tmico div.tmxl {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 500;
  border: #ccc solid 1px;
  margin-top: 10px;
}

header div.top div.hx div.right a.wxico {
  margin-left: 10px;
  padding-top: 5px;
  position: relative;
}

header div.top div.hx div.right a.wxico div.wxxl {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 500;
  border: #ccc solid 1px;
  margin-top: 10px;
}

header div.top div.hx div.right a.weiboico {
  margin-left: 10px;
  padding-top: 5px;
}

header div.top div.hx div.right a.sjzx {
  margin-left: 22px;
  padding-top: 5px;
}

header div.box {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 86px;
}

header div.box div.logo {
  float: left;
  display: block;
  padding-top: 20px;
}

header div.box div.logo img {
  width: 100%;
}

header div.box div.logo2 {
  float: left;
  margin-top: 30px;
  width: 13%;
  margin-left: 30px;
}

header div.box div.nav {
  /* width: 642px; */
  margin: 0 auto;
  float: right;
}

header div.box div.nav ul li {
  height: 86px;
  line-height: 86px;
  float: left;
  position: relative;
  margin-left: 30px;
}

header div.box div.nav ul li a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

header div.box div.nav ul li a:hover {
  color: #011d4c;
  text-decoration: none;
}

header div.box div.nav ul li a.cur {
  color: #011d4c;
  text-decoration: none;
  border-bottom: #011d4c solid 2px;
  padding-bottom: 10px;
}

header div.box div.nav ul li span {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background: #011d4c;
  top: 63px;
  left: 50%;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner div.nowadvisory {
  width: 960px;
  height: 143px;
  background: url(../images/htm_03.png);
  position: absolute;
  left: 50%;
  margin-left: -480px;
  bottom: 5%;
  z-index: 400;
  border-radius: 10px;
}

.banner div.nowadvisory div.advisory {
  padding-top: 30px;
  padding-left: 42px;
}

.banner div.nowadvisory div.advisory div.top {
  color: #ffffff;
  font-size: 20px;
}

.banner div.nowadvisory div.advisory div.top span {
  padding-left: 10px;
  font-size: 12px;
}

.banner div.nowadvisory div.advisory div.top span b {
  color: #0367d7;
  font-weight: 100;
}

.banner div.nowadvisory div.advisory_submit {
  padding-top: 20px;
}

.banner div.nowadvisory div.advisory_submit select {
  width: 280px;
  height: 48px;
  float: left;
  border: 0px;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}

.banner div.nowadvisory div.advisory_submit input {
  width: 380px;
  height: 48px;
  border: 0px;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  margin-left: 10px;
  float: left;
}

.banner div.nowadvisory div.advisory_submit button {
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 20px;
  font-size: 16px;
  background: #ff3600;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
}

.banner div.nowadvisory div.advisory_submit button:hover {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #014490;
}

.slider {
  width: 100%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}

.htmleaf-container {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.syxsnm {
  width: 100%;
  background: url(../images/syxbj_02.jpg);
  height: 304px;
  padding-top: 94px;
}

.syxsnm1 {
  width: 1198px;
  height: 200px;
  border: #cccccc solid 1px;
  background: #fff;
}

.syxsnm2 {
  width: 645px;
  height: 200px;
  float: left;
  background: url(../images/syxsnm1_03.jpg) no-repeat;
  background-position: 85% 55%;
  border-right: #ccc solid 1px;
}

.syxsnm2 a {
  font-size: 26px;
  display: block;
  padding-top: 73px;
  padding-left: 37px;
  cursor: pointer;
}

.syxsnm2 a b {
  display: inline-block;
  font-size: 21px;
  color: #e7dfbb;
  width: 79px;
  height: 29px;
  background: #112e5f;
  border-radius: 20px;
  text-align: center;
  margin-left: 19px;
}

.syxsnm2 a b:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.syxsnm2 a span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: 13px;
}

.syxsnm3 {
  float: left;
}

.syxsnm4 {
  width: 522px;
  height: 90px;
  border-bottom: #ccc solid 1px;
  padding-left: 30px;
  padding-top: 15px;
  position: relative;
}

.syxsnm4 a {
  font-size: 26px;
  display: block;
  cursor: pointer;
}

.syxsnm4 a b {
  display: inline-block;
  font-size: 21px;
  color: #e7dfbb;
  width: 79px;
  height: 29px;
  background: #112e5f;
  border-radius: 20px;
  text-align: center;
  margin-left: 19px;
}

.syxsnm4 a b:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.syxsnm4 a span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: 13px;
}

.syxsnm5 {
  width: 522px;
  height: 90px;
  padding-left: 30px;
  padding-top: 15px;
  position: relative;
}

.syxsnm5 a {
  font-size: 26px;
  display: block;
  cursor: pointer;
}

.syxsnm5 a b {
  display: inline-block;
  font-size: 21px;
  color: #e7dfbb;
  width: 79px;
  height: 29px;
  background: #112e5f;
  border-radius: 20px;
  text-align: center;
  margin-left: 19px;
}

.syxsnm5 a b:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.syxsnm5 a span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: 13px;
}

.xjfl_dd {
  background: #ededed;
  width: 1198px;
  height: 127px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
  border: #e4e1e1 solid 1px;
}

.xjfl_dd div.xjfl_dd1 {
  float: left;
  width: 117px;
  height: 115px;
  border-right: #cccccc solid 1px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  padding-top: 12px;
}

.xjfl_dd div.xjfl_dd1 span {
  display: block;
}

.xjfl_dd div.xjfl_dd2 {
  width: 330px;
  height: 127px;
  text-align: center;
  border-right: #cccccc solid 1px;
  float: left;
}

.xjfl_dd div.xjfl_dd2 div.top {
  height: 58px;
  width: 100%;
  line-height: 58px;
  text-align: center;
  border-bottom: #ccc solid 1px;
}

.xjfl_dd div.xjfl_dd2 div.top b {
  font-size: 18px;
  color: #011d4c;
}

.xjfl_dd div.xjfl_dd2 div.top span {
  font-size: 14px;
  color: #011d4c;
  padding-left: 15px;
}

.xjfl_dd div.xjfl_dd2 div.bottom {
  height: 67px;
  line-height: 67px;
  width: 100%;
  text-align: center;
}

.xjfl_dd div.xjfl_dd2 div.bottom a {
  color: #666666;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.xjfl_dd div.xjfl_dd3 {
  width: 384px;
  height: 127px;
  text-align: center;
  border-right: #cccccc solid 1px;
  float: left;
}

.xjfl_dd div.xjfl_dd3 div.top {
  height: 58px;
  width: 100%;
  line-height: 58px;
  text-align: center;
  border-bottom: #ccc solid 1px;
}

.xjfl_dd div.xjfl_dd3 div.top b {
  font-size: 18px;
  color: #011d4c;
}

.xjfl_dd div.xjfl_dd3 div.top span {
  font-size: 14px;
  color: #011d4c;
  padding-left: 15px;
}

.xjfl_dd div.xjfl_dd3 div.bottom {
  height: 67px;
  line-height: 67px;
  width: 100%;
  text-align: center;
}

.xjfl_dd div.xjfl_dd3 div.bottom a {
  color: #666666;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.xjfl_dd div.xjfl_dd4 {
  width: 363px;
  height: 127px;
  text-align: center;
  border-right: #cccccc solid 1px;
  float: left;
}

.xjfl_dd div.xjfl_dd4 div.top {
  height: 58px;
  width: 100%;
  line-height: 58px;
  text-align: center;
  border-bottom: #ccc solid 1px;
}

.xjfl_dd div.xjfl_dd4 div.top b {
  font-size: 18px;
  color: #011d4c;
}

.xjfl_dd div.xjfl_dd4 div.top span {
  font-size: 14px;
  color: #011d4c;
  padding-left: 15px;
}

.xjfl_dd div.xjfl_dd4 div.bottom {
  height: 67px;
  line-height: 67px;
  width: 100%;
  text-align: center;
}

.xjfl_dd div.xjfl_dd4 div.bottom a {
  color: #666666;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.content div.top_title {
  padding-top: 28px;
}

.content div.top_title div.qshot {
  float: left;
}

.content div.top_title div.scroll_news {
  float: left;
  margin-left: 31px;
  width: 320px;
  height: 38px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  padding-left: 30px;
  text-align: left;
}

.content div.top_title div.scroll_news a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666666;
}

.content div.top_title div.more_a {
  float: left;
  margin-top: 5px;
}

.content div.top_title div.more_a a {
  width: 75px;
  height: 26px;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #999999;
  display: block;
}

.content div.top_title div.more_a a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.content div.top_title div.report {
  float: right;
  border-left: #ccc solid 1px;
  padding-left: 55px;
  height: 38px;
  position: relative;
  padding-right: 304px;
}

.content div.top_title div.report span {
  display: block;
  width: 117px;
  height: 29px;
  background: #e8e7e7;
  border-radius: 5px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 29px;
  margin-top: 5px;
}

.content div.top_title div.report img {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  z-index: 99;
}

.content div.top_two {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 45px;
}

.content div.top_two div.box1 {
  float: left;
  background: url(../images/s7_03.jpg) 0 10px no-repeat;
  text-align: left;
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #666666;
  margin-right: 58px;
  border-right: #b3b3b3 dotted 1px;
  padding-right: 58px;
}

.content div.top_two div.box1:hover {
  animation: box1 2s infinite linear;
  -moz-animation: box1 2s infinite linear;
  /* Firefox */
  -webkit-animation: box1 2s infinite linear;
  /* Safari and Chrome */
  -o-animation: box1 2s infinite linear;
  /* Opera */
}

@keyframes box1 {
  0% {
    background: url(../images/s7_03.jpg) 10px 10px no-repeat;
  }
  50% {
    background: url(../images/s7_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s7_03.jpg) 10px 10px no-repeat;
  }
}

@-webkit-keyframes box1 /* Safari and Chrome */ {
  0% {
    background: url(../images/s8_03.jpg) 0 10px no-repeat;
  }
  20% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
  40% {
    background: url(../images/s8_03.jpg) 0 10px no-repeat;
  }
  60% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
  80% {
    background: url(../images/s8_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
}

.content div.top_two div.box1 span {
  display: block;
  color: #000;
}

.content div.top_two div.box1 span b {
  color: #666666;
  font-size: 34px;
  min-width: 64px;
  display: inline-block;
}

.content div.top_two div.box2 {
  float: left;
  background: url(../images/s8_03.jpg) 0 10px no-repeat;
  text-align: left;
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #666666;
  margin-right: 58px;
  border-right: #b3b3b3 dotted 1px;
  padding-right: 58px;
}

.content div.top_two div.box2:hover {
  animation: box2 1s infinite linear;
  -moz-animation: box2 1s infinite linear;
  /* Firefox */
  -webkit-animation: box2 1s infinite linear;
  /* Safari and Chrome */
  -o-animation: box2 1s infinite linear;
  /* Opera */
}

@keyframes box2 {
  0% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
  50% {
    background: url(../images/s8_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
}

@-webkit-keyframes box2 /* Safari and Chrome */ {
  0% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
  50% {
    background: url(../images/s8_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s8_03x.jpg) 0 10px no-repeat;
  }
}

.content div.top_two div.box2 span {
  display: block;
  color: #000;
}

.content div.top_two div.box2 span b {
  color: #666666;
  font-size: 34px;
  min-width: 84px;
  display: inline-block;
}

.content div.top_two div.box3 {
  float: left;
  background: url(../images/s9_03.jpg) 0 10px no-repeat;
  text-align: left;
  padding-left: 80px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #666666;
  margin-right: 58px;
  border-right: #b3b3b3 dotted 1px;
  padding-right: 58px;
}

.content div.top_two div.box3:hover {
  animation: box3 2s infinite linear;
  -moz-animation: box3 2s infinite linear;
  /* Firefox */
  -webkit-animation: box3 2s infinite linear;
  /* Safari and Chrome */
  -o-animation: box3 2s infinite linear;
  /* Opera */
}

@keyframes box3 {
  0% {
    background: url(../images/s9_03x.jpg) 0 10px no-repeat;
  }
  50% {
    background: url(../images/s9_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s9_03x.jpg) 0 10px no-repeat;
  }
}

@-webkit-keyframes box3 /* Safari and Chrome */ {
  0% {
    background: url(../images/s9_03.jpg) 0 10px no-repeat;
  }
  20% {
    background: url(../images/s9_03x.jpg) 0 10px no-repeat;
  }
  40% {
    background: url(../images/s9_03.jpg) 0 10px no-repeat;
  }
  60% {
    background: url(../images/s9_03x.jpg) 0 10px no-repeat;
  }
  80% {
    background: url(../images/s9_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s9_03x.jpg) 0 10px no-repeat;
  }
}

.content div.top_two div.box3 span {
  display: block;
  color: #000;
}

.content div.top_two div.box3 span b {
  color: #666666;
  font-size: 34px;
  min-width: 44px;
  display: inline-block;
}

.content div.top_two div.box4 {
  float: left;
  background: url(../images/s10_03.jpg) 0 10px no-repeat;
  text-align: left;
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #666666;
}

.content div.top_two div.box4:hover {
  animation: box4 2s infinite linear;
  -moz-animation: box4 2s infinite linear;
  /* Firefox */
  -webkit-animation: box4 2s infinite linear;
  /* Safari and Chrome */
  -o-animation: box4 2s infinite linear;
  /* Opera */
}

@keyframes box4 {
  0% {
    background: url(../images/s10_03.jpg) 0 0px no-repeat;
  }
  50% {
    background: url(../images/s10_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s10_03.jpg) 0 0px no-repeat;
  }
}

@-webkit-keyframes box4 /* Safari and Chrome */ {
  0% {
    background: url(../images/s10_03.jpg) 0 0px no-repeat;
  }
  50% {
    background: url(../images/s10_03.jpg) 0 10px no-repeat;
  }
  100% {
    background: url(../images/s10_03.jpg) 0 0px no-repeat;
  }
}

.content div.top_two div.box4 span {
  display: block;
  color: #000;
}

.content div.top_two div.box4 span b {
  color: #666666;
  font-size: 34px;
  min-width: 84px;
  display: inline-block;
}

.qs_brand {
  text-align: center;
  padding-top: 36px;
}

.qs_brand div.title {
  text-align: center;
  padding-bottom: 36px;
}

.qs_brand div.box {
  background: url(../images/s21_02.jpg) no-repeat;
  width: 100%;
  height: 747px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.qs_brand div.box ul {
  text-align: center;
  padding-top: 15px;
}

.qs_brand div.box ul li {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.qs_brand div.box ul li a.one {
  background: url(../images/ppsyx1_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  display: block;
}

.qs_brand div.box ul li a.one:hover {
  background: url(../images/ppsyx1h_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.qs_brand div.box ul li a.two {
  background: url(../images/ppsyx2_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  display: block;
}

.qs_brand div.box ul li a.two:hover {
  background: url(../images/ppsyx2h_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.qs_brand div.box ul li a.three {
  background: url(../images/ppsyx3_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  display: block;
}

.qs_brand div.box ul li a.three:hover {
  background: url(../images/ppsyx3h_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.qs_brand div.box ul li a.four {
  background: url(../images/ppsyx4_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  display: block;
}

.qs_brand div.box ul li a.four:hover {
  background: url(../images/ppsyx4h_03.jpg) no-repeat;
  width: 585px;
  height: 330px;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.qs_brand div.box ul li a.five {
  background: url(../images/s15_03.jpg) no-repeat;
  width: 389px;
  height: 310px;
  display: block;
}

.qs_brand div.box ul li a.five:hover {
  background: url(../images/s15x_03.jpg) no-repeat;
  width: 389px;
  height: 310px;
  background-size: 100% 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.reservation {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.reservation div.box {
  background: url(../images/s22_02.jpg) no-repeat;
  height: 493px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.reservation div.box div.box_content {
  text-align: center;
  padding-top: 76px;
  position: relative;
}

.reservation div.box div.box_content div.zhuchiren {
  background: url(../images/syx1_03.png) no-repeat;
  position: absolute;
  width: 499px;
  height: 476px;
  z-index: 20;
  right: 0px;
  top: 17px;
}

.reservation div.box div.box_content div.txt1 {
  width: 188px;
  height: 9px;
  margin-left: 311px;
  background: #999999;
}

.reservation div.box div.box_content div.txt2 {
  font-size: 48px;
  color: #333333;
}

.reservation div.box div.box_content div.txt2 b {
  font-size: 47px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 20px;
}

.reservation div.box div.box_content div.txt3 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.reservation div.box div.box_content div.txt3 span {
  position: absolute;
  right: 100px;
  top: -51px;
  z-index: 30;
  background: url(../images/s29_03.png) no-repeat;
  width: 178px;
  height: 64px;
}

.reservation div.box div.box_content div.txt4 {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}

.reservation div.box div.box_content div.txt5 {
  width: 28px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  margin-top: 22px;
}

.reservation div.box div.box_content div.txt5 span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background: url(../images/s30_03.png) no-repeat;
  width: 28px;
  height: 30px;
  animation: jiantou 2s infinite linear;
  -moz-animation: jiantou 2s infinite linear;
  /* Firefox */
  -webkit-animation: jiantou 2s infinite linear;
  /* Safari and Chrome */
  -o-animation: jiantou 2s infinite linear;
  /* Opera */
}

@keyframes jiantou {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 0px;
    top: 10px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

@-webkit-keyframes jiantou /* Safari and Chrome */ {
  0% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 0px;
    top: 10px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

.reservation div.box div.box_content div.txt6 {
  width: 540px;
  margin-left: 0px;
  text-align: center;
  padding-top: 20px;
}

.reservation div.box div.box_content div.txt6 div.left a {
  display: block;
  width: 247px;
  height: 59px;
  border: #fff solid 1px;
  background: #ffad2d;
  font-size: 18px;
  text-align: center;
  line-height: 59px;
  color: #fff;
}

.reservation div.box div.box_content div.txt6 div.left a:hover {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #014490;
}

.reservation div.box div.box_content div.txt6 div.right a {
  display: block;
  width: 247px;
  height: 59px;
  border: #fff solid 1px;
  background: #ff7038;
  font-size: 18px;
  text-align: center;
  line-height: 59px;
  color: #fff;
}

.reservation div.box div.box_content div.txt6 div.right a:hover {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #014490;
}

.case {
  padding-top: 30px;
  text-align: center;
}

.case div.title {
  padding-bottom: 30px;
}

.case div.box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.subMenu {
  width: 100%;
  background: url(../images/s34_03.jpg) 0 20px no-repeat;
  height: 40px;
  margin: 0 auto;
}

.subMenu li {
  float: left;
  margin-left: 95px;
}

.subMenu li a {
  display: block;
  color: #fff;
  background: url(../images/s32_03.jpg) no-repeat;
  width: 184px;
  height: 61px;
  line-height: 45px;
  color: #333333;
  font-size: 24px;
}

.subMenu li a span.hx {
  background: url(../images/s16_03.jpg) 0 0px no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  display: inline-table;
  padding-left: 10px;
  vertical-align: sub;
}

.subMenu li a span.fg {
  background: url(../images/s18_03.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  display: inline-table;
  padding-left: 10px;
  vertical-align: sub;
}

.subMenu .thisStyle a {
  background: url(../images/s33_03.jpg) no-repeat;
  width: 184px;
  height: 61px;
  color: #fff;
  font-size: 24px;
}

.subMenu .thisStyle a span.hx {
  background: url(../images/s19_03.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-table;
  padding-left: 10px;
  vertical-align: sub;
}

.subMenu .thisStyle a span.fg {
  background: url(../images/s17_03.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-table;
  padding-left: 10px;
  vertical-align: sub;
}

.subContent {
  border-top: none;
  padding-top: 20px;
  clear: both;
}

.subContent ul {
  display: none;
}

.subContent ul div#float_left {
  float: left;
  position: relative;
  width: 462px;
  height: 583px;
}

.subContent ul div#float_left a {
  display: block;
  position: relative;
}

.subContent ul div#float_left a span#one {
  font-size: 20px;
  color: #fff;
  display: block;
  background: url(../images/htm2_03.png);
  width: 442px;
  height: 77px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: left;
  padding-left: 20px;
  line-height: 54px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.subContent ul div#float_left2 {
  float: left;
  margin-left: 16px;
}

.subContent ul div#float_left2 div#top a {
  display: block;
  position: relative;
}

.subContent ul div#float_left2 div#top a span#one {
  font-size: 20px;
  color: #fff;
  display: block;
  background: url(../images/htm2_03.png);
  width: 450px;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: left;
  padding-left: 20px;
  line-height: 54px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.subContent ul div#float_left2 div#bottom_content {
  padding-top: 23px;
  width: 470px;
  text-align: left;
}

.subContent ul div#float_left2 div#bottom_content div#lefts {
  float: left;
  position: relative;
}

.subContent ul div#float_left2 div#bottom_content div#lefts a {
  display: block;
  position: relative;
  width: 226px;
  height: 272px;
}

.subContent ul div#float_left2 div#bottom_content div#lefts a span#one {
  font-size: 20px;
  color: #fff;
  display: block;
  background: url(../images/htm2_03.png);
  width: 206px;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: left;
  padding-left: 20px;
  line-height: 54px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.subContent ul div#float_left2 div#bottom_content div#rights {
  float: right;
  position: relative;
  width: 226px;
  height: 272px;
}

.subContent ul div#float_left2 div#bottom_content div#rights a {
  display: block;
  position: relative;
}

.subContent ul div#float_left2 div#bottom_content div#rights a span#one {
  font-size: 20px;
  color: #fff;
  display: block;
  background: url(../images/htm2_03.png);
  width: 206px;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: left;
  padding-left: 20px;
  line-height: 54px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.subContent ul div#float_right {
  float: right;
  position: relative;
  width: 228px;
  height: 583px;
}

.subContent ul div#float_right a {
  display: block;
  position: relative;
}

.subContent ul div#float_right a span#one {
  font-size: 20px;
  color: #fff;
  display: block;
  background: url(../images/htm2_03.png);
  width: 228px;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  line-height: 54px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.subContent ul div#more {
  width: 129px;
  height: 37px;
  margin: 0 auto;
}

.subContent ul div#more a {
  width: 127px;
  height: 35px;
  border: #cccccc solid 1px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
  display: block;
  margin-top: 27px;
}

.subContent ul div#more a:hover {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #014490;
  color: #fff;
}

.hall {
  text-align: center;
  padding-top: 53px;
}

.hall div.box {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
}

.hall div.box div.left_img {
  float: left;
  width: 377px;
  height: 566px;
  background: #f2f2f2;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.hall div.box div.left_img img {
  margin-top: 2px;
}

.hall div.box div.left_img span {
  display: block;
  padding-top: 65px;
  font-size: 22px;
  color: #242424;
}

.hall div.box div.left_img span b {
  display: block;
  font-weight: 100;
  font-size: 16px;
  color: #242424;
  padding-top: 28px;
}

.hall div.box div.left_img div.img_foot {
  width: 377px;
  height: 566px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  color: #FFF;
  background: #bcad9e;
}

.hall div.box div.left_img div.img_foot span {
  display: block;
  padding-top: 204px;
  font-size: 22px;
  color: #fff;
}

.hall div.box div.left_img div.img_foot span b {
  display: block;
  font-weight: 100;
  font-size: 16px;
  color: #fff;
  padding-top: 28px;
  margin-bottom: 97px;
}

.hall div.box div.left_img div.img_foot a {
  display: block;
  width: 227px;
  height: 55px;
  border: #fff solid 2px;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.news {
  padding-top: 50px;
  padding-bottom: 30px;
}

.news div.title {
  text-align: center;
  width: 100%;
}

.news div.box {
  margin-top: 50px;
}

.news div.top {
  margin-bottom: 20px;
}

.news div.top div.left a.qydtico {
  display: block;
  background: url(../images/qydticoh_03.jpg) no-repeat;
  width: 228px;
  height: 223px;
  position: relative;
}

.news div.top div.left a.qydtico span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  width: 62px;
  height: 17px;
  display: block;
  border: #fff solid 1px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
}

.news div.top div.left a.qydtico:hover {
  display: block;
  background: url(../images/qydtico_03.jpg) no-repeat;
  width: 228px;
  height: 223px;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.news div.top div.left1 {
  float: left;
  position: relative;
  margin-left: 18px;
}

.news div.top div.left1 span {
  background: url(../images/htm_03.png);
  width: 100%;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.news div.bottom {
  margin-bottom: 20px;
}

.news div.bottom div.left a.zxzsico {
  display: block;
  background: url(../images/zxzsicoh_03.jpg) no-repeat;
  width: 228px;
  height: 223px;
  position: relative;
}

.news div.bottom div.left a.zxzsico span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  width: 62px;
  height: 17px;
  display: block;
  border: #fff solid 1px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
}

.news div.bottom div.left a.zxzsico:hover {
  display: block;
  background: url(../images/zxzsico_03.jpg) no-repeat;
  width: 228px;
  height: 223px;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.news div.bottom div.left1 {
  width: 951px;
  height: 221px;
  border: #e1e1e1 solid 1px;
  float: left;
  margin-left: 18px;
}

.news div.bottom div.left1 div.new_left {
  width: 380px;
  float: left;
}

.news div.bottom div.left1 div.new_left ul li {
  margin-top: 19px;
  margin-left: 20px;
}

.news div.bottom div.left1 div.new_left ul li b {
  font-size: 12px;
  color: #656565;
  display: block;
  float: left;
  font-weight: 100;
}

.news div.bottom div.left1 div.new_left ul li a {
  font-size: 12px;
  color: #656565;
  display: block;
  float: left;
  margin-left: 8px;
  position: relative;
}

.news div.bottom div.left1 div.new_left ul li span {
  font-size: 12px;
  color: #656565;
  display: block;
  float: right;
}

.news div.bottom div.left1 div.new_left ul li i.hot {
  background: url(../images/rmico_03.jpg) no-repeat;
  width: 37px;
  height: 21px;
  position: absolute;
  right: -40px;
  top: -10px;
  z-index: 99;
  animation: ihot 1s infinite linear;
  -moz-animation: ihot 1s infinite linear;
  /* Firefox */
  -webkit-animation: ihot 1s infinite linear;
  /* Safari and Chrome */
  -o-animation: ihot 1s infinite linear;
  /* Opera */
}

@keyframes ihot {
  0% {
    right: -40px;
    top: -10px;
  }
  50% {
    right: -40px;
    top: -12px;
  }
  100% {
    right: -40px;
    top: -10px;
  }
}

@-webkit-keyframes ihot /* Safari and Chrome */ {
  0% {
    right: -40px;
    top: -10px;
  }
  50% {
    right: -40px;
    top: -12px;
  }
  100% {
    right: -40px;
    top: -10px;
  }
}

.news div.bottom div.left1 div.new_right {
  width: 380px;
  float: right;
  margin-right: 20px;
}

.news div.bottom div.left1 div.new_right ul li {
  margin-top: 19px;
  margin-left: 20px;
}

.news div.bottom div.left1 div.new_right ul li b {
  font-size: 12px;
  color: #656565;
  display: block;
  float: left;
  font-weight: 100;
}

.news div.bottom div.left1 div.new_right ul li a {
  font-size: 12px;
  color: #656565;
  display: block;
  float: left;
  margin-left: 8px;
  position: relative;
}

.news div.bottom div.left1 div.new_right ul li span {
  font-size: 12px;
  color: #656565;
  display: block;
  float: right;
}

.news div.bottom div.left1 div.new_right ul li i.hot {
  background: url(../images/rmico_03.jpg) no-repeat;
  width: 37px;
  height: 21px;
  position: absolute;
  right: -40px;
  top: -10px;
  z-index: 20;
  animation: ihot2 1s infinite linear;
  -moz-animation: ihot2 1s infinite linear;
  /* Firefox */
  -webkit-animation: ihot2 1s infinite linear;
  /* Safari and Chrome */
  -o-animation: ihot2 1s infinite linear;
  /* Opera */
}

@keyframes ihot2 {
  0% {
    right: -40px;
    top: -10px;
  }
  50% {
    right: -40px;
    top: -12px;
  }
  100% {
    right: -40px;
    top: -10px;
  }
}

@-webkit-keyframes ihot2 /* Safari and Chrome */ {
  0% {
    right: -40px;
    top: -10px;
  }
  50% {
    right: -40px;
    top: -12px;
  }
  100% {
    right: -40px;
    top: -10px;
  }
}

.low {
  text-align: center;
  padding-bottom: 40px;
}

.low span.jdgy0 {
  background: url(../images/jdgy0_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
}

.low span.jdgy0 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy0:hover {
  background: url(../images/jdgy0h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy0 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy1 {
  background: url(../images/jdgy1_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy1 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy1:hover {
  background: url(../images/jdgy1h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy1 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy2 {
  background: url(../images/jdgy2_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy2 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy2:hover {
  background: url(../images/jdgy2h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy2 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy3 {
  background: url(../images/jdgy3_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy3 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy3:hover {
  background: url(../images/jdgy3h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy3 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy4 {
  background: url(../images/jdgy4_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy4 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy4:hover {
  background: url(../images/jdgy4h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy4 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy5 {
  background: url(../images/jdgy5_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy5 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy5:hover {
  background: url(../images/jdgy5h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy5 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy6 {
  background: url(../images/jdgy6_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy6 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy6:hover {
  background: url(../images/jdgy6h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy6 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy7 {
  background: url(../images/jdgy7_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 95px;
}

.low span.jdgy7 b {
  display: block;
  font-size: 16px;
  color: #868686;
  padding-top: 55px;
  font-weight: 100;
}

.low span.jdgy7:hover {
  background: url(../images/jdgy7h_03.jpg) top center no-repeat;
  width: 65px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.low span.jdgy7 b:hover {
  display: block;
  font-size: 16px;
  color: #8cb6e5;
  padding-top: 55px;
  font-weight: 100;
}

footer {
  width: 100%;
  background: #303030;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 25px;
}

footer div.footer {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

footer div.footer div.footer_menu1 {
  float: left;
  width: 80px;
  text-align: center;
  margin-right: 37px;
}

footer div.footer div.footer_menu1 b {
  font-size: 19px;
  color: #fff;
  display: block;
}

footer div.footer div.footer_menu1 span {
  font-size: 14px;
  color: #cccccc;
  display: block;
  margin-top: 12px;
}

footer div.footer div.footer_menu1 span a {
  color: #ccc;
}

footer div.footer div.footer_menu1 b a {
  color: #fff;
}

footer div.footer div.footer_menu2 {
  float: left;
  margin-left: 30px;
  font-size: 21px;
  color: #fff;
  text-align: left;
}

footer div.footer div.footer_menu2 b {
  font-size: 34px;
  color: #979798;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding-top: 17px;
}

footer div.footer div.footer_menu2 span {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  display: block;
}

footer div.footer div.footer_menu2 img {
  margin-top: 15px;
}

footer div.footer div.footer_menu2 a {
  position: relative;
}

footer div.footer div.footer_menu2 a div.wxsq {
  display: none;
  position: absolute;
  left: 0px;
  top: -150px;
  z-index: 500;
  margin-top: 10px;
}

footer div.footer div.footer_menu3 {
  float: right;
}

.footer_menu2 a img {
  width: auto !important;
}

.footer_menu3 img {
  width: auto !important;
}

footer div.footer div.footer_menu3 span {
  font-size: 18px;
  color: #fff;
  display: block;
  float: right;
  margin-right: 10px;
}

footer div.footer div.footer_menu3 span img {
  display: block;
  margin-top: 7px;
}

footer div.config {
  font-size: 13px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: #3b3b3b solid 1px;
  margin-top: 25px;
  line-height: 26px;
}

.huoban {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.huoban div.box {
  margin-bottom: 20px;
}

.huoban div.title {
  margin-bottom: 0px;
}

.huoban div.title div.left_heng {
  width: 488px;
  height: 1px;
  float: left;
  background: #d9d9d9;
  margin-top: 10px;
}

.huoban div.title div.txt {
  font-size: 16px;
  color: #333333;
  float: left;
  margin-left: 76px;
}

.huoban div.title div.right_heng {
  width: 488px;
  height: 1px;
  float: right;
  background: #d9d9d9;
  margin-top: 10px;
}

/*鍚堜綔浼欎即婊氬�???*/
#Aequipment LI {
  TEXT-ALIGN: center;
  MARGIN: 0px 21px;
  WIDTH: 153px;
  FLOAT: left;
  HEIGHT: 61px;
}

#Aequipment LI SPAN {
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px;
}

#Aequipment LI IMG {
  WIDTH: 153px;
  HEIGHT: 61px;
}

#leftArr3 {
  MARGIN-TOP: 55px;
  DISPLAY: inline;
  CURSOR: pointer;
  float: left;
}

#rightArr3 {
  MARGIN-TOP: 55px;
  DISPLAY: inline;
  CURSOR: pointer;
  float: right;
}

#Aequipment {
  MARGIN: 0px auto;
  WIDTH: 1165px;
  OVERFLOW: hidden;
  margin-top: 35px;
  float: left;
}

.con .e2 .cont {
  MARGIN: 0px auto;
  WIDTH: 1200px;
  OVERFLOW: hidden;
}

.huoban div.link {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.huoban div.link div.link_box {
  padding-bottom: 40px;
}

.huoban div.link div.link_box span {
  font-size: 14px;
  color: #616161;
  display: block;
  float: left;
  margin-top: 3px;
}

.huoban div.link div.link_box div.box2 {
  float: left;
  width: 1050px;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
}

.huoban div.link div.link_box div.box2 a {
  font-size: 14px;
  color: #616161;
  margin-right: 11px;
  margin-left: 9px;
}

.huoban div.link div.link_box b.open {
  font-weight: 100;
  float: right;
  font-size: 14px;
  color: #0f3d71;
  cursor: pointer;
  margin-top: 3px;
  text-decoration: underline;
  background: url(../images/hzxl_03.jpg) no-repeat;
  background-position: 94% 55%;
  padding-right: 25px;
}

.huoban div.link div.link_box b.close {
  font-weight: 100;
  float: right;
  font-size: 14px;
  color: #0f3d71;
  cursor: pointer;
  display: none;
  margin-top: 3px;
  text-decoration: underline;
  background: url(../images/hzsl_03.jpg) no-repeat;
  background-position: 94% 55%;
  padding-right: 25px;
}

/*棣栭〉banner*/
.slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.slideBox .bd img {
  width: 100%;
  display: block;
}

/*棣栭〉banner2*/
/* flexslider */
.flexslider {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url(../images/loadingbanner.gif) 50% no-repeat;
}

.slides {
  position: relative;
  z-index: 9998;
}

.slides li {
  height: 600px;
}

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
  text-align: center;
  display: none;
}

.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: url(../images/dotbanner.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prevbanner.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/nextbanner.png) center center no-repeat;
}

/*瑁呬�??�???�堜�???*/
.zxal {
  width: 100%;
  text-align: center;
  background: #f7f7f7;
}

.zxal nbanner {
  width: 100%;
  text-align: center;
}

.zxal div.zxal1 {
  padding-top: 60px;
}

.position {
  width: 100%;
}

.position div.left {
  background: url(../images/zx1_03.jpg) no-repeat;
  font-size: 14px;
  color: #666666;
  padding-left: 32px;
  height: 35px;
  width: 500px;
  text-align: left;
}

.position div.left a {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-left: 5px;
}

.position div.right {
  background: url(../images/icon01.png) no-repeat;
  height: 21px;
  background-position: 91% 55%;
  padding-right: 55px;
  line-height: 21px;
}

.zxal div.box {
  width: 1197px;
  margin: 0 auto;
  text-align: center;
  border: #e5e5e5 solid 1px;
  margin-top: 50px;
  position: relative;
  background: #fff;
  padding-top: 20px;
}

.zxal div.box div.top_menu {
  width: 644px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -322px;
  top: -30px;
  z-index: 99;
}

.zxal div.box div.top_menu a {
  background: url(../images/zx2_03.jpg) repeat-x;
  width: 205px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  border: #dedede solid 1px;
  font-size: 24px;
  color: #000;
  display: inline-table;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
}

.zxal div.box div.top_menu a.hover {
  border: #011d4c solid 1px;
  color: #fff;
  background: #011d4c;
}

.zxal div.box div.top_menu a:hover {
  border: #011d4c solid 1px;
  color: #fff;
  background: #011d4c;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxal div.box div.more_menu {
  width: 100%;
}

.zxal div.box div.more_menu div.position_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.zxal div.box div.more_menu div.menu_box {
  margin-top: 27px;
  border-top: #e5e4e4 solid 1px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay {
  width: 100%;
  height: 45px;
  border-bottom: #e5e4e4 solid 1px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.titles {
  float: left;
  width: 129px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  color: #666666;
  background: #f9f9f9;
  border-right: #e5e4e4 solid 1px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt {
  float: right;
  width: 1049px;
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: left;
  padding-left: 18px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt a.one {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  background: #ff6600;
  margin-right: 13px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt span.two {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  background: #ff6600;
  margin-left: 13px;
  margin-right: 0px;
}

.twos_zdlp {
  display: inline-block !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 21px !important;
  line-height: 21px !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 12px !important;
  border-radius: 5px !important;
  background: #ff6600 !important;
  margin-left: 13px !important;
  margin-right: 0px !important;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt a.three {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  line-height: 21px;
  color: #666666;
  text-align: center;
  font-size: 12px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  background: #ff6600;
  margin-right: 13px;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt a.other {
  display: inline-block;
  margin-left: 13px;
  font-size: 12px;
  color: #666666;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt a.other:hover {
  color: #cc0000;
}

.zxal div.box div.more_menu div.menu_box div.menu_lay div.more_txt a.other.hover {
  color: #cc0000;
}

/*鐎戝竷娴�???*/
#wrapper {
  width: 1200px;
  margin: 15px auto;
}

.brand-list {
  width: 1200px;
  overflow: hidden;
  margin-left: 0px;
}

.brand-list .brand-bd {
  position: relative;
  margin-left: 0px;
  margin-top: 5px;
}

.brand-list .item {
  width: 380px;
  height: 400px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  padding: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 13px;
  margin-bottom: 30px;
  float: left;
}

.brand-list .hover {
  -webkit-box-shadow: 0px 1px 8px rgba(200, 200, 200, 0.6);
  box-shadow: 0px 1px 8px rgba(200, 200, 200, 0.6);
  background-color: #fff;
  border-color: #c8c8c8;
}

.brand-list .additem {
  padding: 0;
  width: 390px;
  border: none;
}

.brand-list .item h3 {
  font-size: 42px;
  color: #666;
  font-family: arial;
  font-weight: bold;
  line-height: .8;
  margin-bottom: 20px;
}

.brand-list .item p {
  margin-bottom: 15px;
}

.brand-list .item div.text {
  width: 100%;
  -webkit-box-shadow: 0px 1px 8px rgba(200, 200, 200, 0.6);
  box-shadow: 0px 1px 8px rgba(200, 200, 200, 0.6);
  background-color: #fff;
  border-color: #c8c8c8;
  height: 112px;
  line-height: 24px;
  position: relative;
}

.brand-list .item div.text span {
  display: block;
  text-align: left;
  width: 240px;
  font-size: 14px;
  color: #666666;
  margin-left: 18px;
  padding-top: 20px;
}

.brand-list .item div.text span b {
  display: block;
  font-size: 12px;
  color: #999999;
  font-weight: 100;
}

.zxal div.list_al {
  width: 1200px;
  margin: 0 auto;
}

.brand-list .item div.text div.yysj {
  width: 60px;
  font-size: 14px;
  background: #ff6600;
  color: #fff;
  line-height: 16px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 99;
  opacity: 1 !important;
}

.brand-list .item div.text div.yysj a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-list .item div.text div.yysj a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
}

/*瑁呬�??�???�堜緥璇︽儏*/
.zxalxq {
  background: #f7f7f7;
  width: 100%;
  text-align: center;
}

.zxalxq1 {
  padding-top: 38px;
}

.zxalxq2 {
  margin-bottom: 20px;
  text-align: center;
}

.zxalxq_content {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.zxalxq_content div.left {
  width: 900px;
}

.zxalxq_content div.left h2 {
  padding-left: 35px;
  font-size: 18px;
  color: #333333;
  font-weight: 100;
}

.zxalxq_content div.left div.des {
  margin-top: 10px;
  padding-left: 35px;
}

.zxalxq_content div.left div.des span {
  float: left;
  display: block;
  font-size: 12px;
  color: #666666;
}

.zxalxq_content div.left div.des div.gzz {
  float: right;
  margin-right: 25px;
}

.zxalxq_content div.left div.des div.gzz a.rq {
  background: url(../images/rq_03.jpg) 0 2px no-repeat;
  color: #333333;
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 25px;
}

.zxalxq_content div.left div.des div.gzz a.xh {
  background: url(../images/xh_03.jpg) no-repeat;
  color: #333333;
  font-size: 12px;
  padding-left: 25px;
  display: inline-block;
  height: 20px;
  margin-right: 25px;
}

.zxalxq_content div.left div.des div.gzz a.sc {
  background: url(../images/sc_03.jpg) no-repeat;
  color: #333333;
  font-size: 12px;
  padding-left: 25px;
  display: inline-block;
  height: 20px;
  margin-right: 25px;
}

.zxalxq_content div.left div.des div.gzz a.fx {
  background: url(../images/fx_03.jpg) no-repeat;
  color: #333333;
  font-size: 12px;
  padding-left: 25px;
  display: inline-block;
  height: 20px;
}

.zxalxq_content div.left div.box {
  margin-top: 20px;
  position: relative;
}

.zxalxq_content div.left div.box a.vr {
  display: block;
  position: absolute;
  width: 93px;
  height: 25px;
  background: #011d4c;
  border: #666666 solid 1px;
  right: 30px;
  top: 40px;
  z-index: 99;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
}

.zxalxq_content div.left div.box a.vr:hover {
  background: #ff6600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: #ff6600 solid 1px;
}

.zxalxq_content div.left div.box a.zx {
  width: 32px;
  height: 223px;
  color: #ff6600;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 99;
  right: 35px;
  bottom: 170px;
}

/*妗堜緥璇︽儏鐩�?�唽*/
.album {
  margin: 0px auto;
  width: 860px;
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 15px;
}

.album-image-md {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  /*height: 680px;*/
  padding-bottom: 20px;
  overflow: hidden;
}

.album-image-bd {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 630px;
  text-align: center;
  overflow: hidden;
}

.album-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}

.album-image-ft {
  margin: 0 auto;
  /*height: 30px;*/
  width: 785px;
  text-align: left;
  line-height: 30px;
  overflow: hidden;
}

#album-image-ft {
  font-size: 12px;
}

.album-image-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 860px;
  height: 680px;
  overflow: hidden;
}

.album-image-nav-left-block {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  width: 50%;
  height: 750px;
  list-style-type: none;
  overflow: hidden;
}

.album-image-nav-right-block {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  width: 50%;
  height: 750px;
  list-style-type: none;
  overflow: hidden;
}

.album-image-btn-prev:link, .album-image-btn-prev:visited, .album-image-btn-prev:hover {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 0;
  margin: 0;
  width: 50px;
  height: 100px;
  background: url(../images/dleft_03.jpg) no-repeat;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.album-image-btn-next:link, .album-image-btn-next:visited, .album-image-btn-next:hover {
  position: absolute;
  z-index: 2;
  top: 35%;
  right: 0;
  margin: 0;
  width: 50px;
  height: 100px;
  background: url(../images/dright_03.jpg) no-repeat;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.album-image-btn-prev:hover, .album-image-btn-next:hover {
  opacity: 0.5;
}

.album-image-loading-overlay {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  margin: 0;
  width: 860px;
  height: 750px;
  background-color: #FFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}

.album-image-loading-overlay img {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: -50px  0 0 -50px;
  width: 100px;
  height: 100px;
}

.album-carousel {
  margin: 0 auto;
  width: 860px;
  height: 80px;
  overflow: hidden;
}

.album-carousel-btn-prev:link, .album-carousel-btn-prev:visited, .album-carousel-btn-prev:hover {
  float: left;
  margin: 0;
  background: url(../images/fleft_03.jpg) no-repeat;
  width: 15px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
  margin-left: 10px;
}

.album-carousel-btn-next:link, .album-carousel-btn-next:visited, .album-carousel-btn-next:hover {
  float: right;
  margin: 0;
  background: url(../images/fright_03.jpg) no-repeat;
  width: 15px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
  margin-right: 10px;
}

.album-carousel-btn-prev:hover, .album-carousel-btn-next:hover {
  color: #F00;
  background-color: #F4F4F4;
}

.album-carousel-zone {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0;
  width: 735px;
  height: 80px;
  overflow: hidden;
  margin-left: 35px;
}

.album-carousel-list {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1760px;
  height: 80px;
  overflow: hidden;
}

.album-carousel-thumb {
  position: relative;
  z-index: 3;
  float: left;
  margin: 0;
  list-style-type: none;
  width: 105px;
  height: 80px;
  overflow: hidden;
}

.album-carousel-thumb a:link, .album-carousel-thumb a:visited, .album-carousel-thumb a:hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 99px;
  height: 74px;
  border: 3px solid #FFF;
  overflow: hidden;
}

.album-carousel-thumb-selected a:link, .album-carousel-thumb-selected a:visited, .album-carousel-thumb-selected a:hover, .album-carousel-thumb a:hover {
  border: 3px solid #9ac76e;
}

.album-carousel-thumb img {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  max-width: 99px;
  max-height: 74px;
}

.album-carousel-thumb-selected a:link img, .album-carousel-thumb-selected a:visited img, .album-carousel-thumb-selected a:hover img, .album-carousel-thumb a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.album-download:link, .album-download:visited, .album-download:hover {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding-left: 30px;
  text-decoration: none;
  background: transparent url(../images/button-bg-comments.png) 0 -137px no-repeat;
  overflow: hidden;
}

.album-download:hover {
  background-position: 0 -282px;
  color: #FFF;
}

.album-download span {
  display: block;
  background: transparent url(../images/button-bg-comments.png) 100% -50px;
  padding-right: 20px;
}

.album-download:hover span {
  background-position: 100% -456px;
}

.hide {
  display: none;
}

.zxalxq_content div.left div.nr {
  margin-left: 21px;
  margin-top: 30px;
}

.zxalxq_content div.left div.nr div.field {
  width: 858px;
  height: 102px;
  border: #eaeaea solid 1px;
  background: #fff;
  border-top: 0px;
}

.zxalxq_content div.left div.nr div.field div.field_box {
  float: left;
}

.zxalxq_content div.left div.nr div.field div.field_box span {
  width: 96px;
  height: 50px;
  float: left;
  display: block;
  background: #f2f2f2;
  line-height: 50px;
  text-align: center;
  color: #000000;
  font-size: 12px;
  border-top: #eaeaea solid 1px;
}

.zxalxq_content div.left div.nr div.field div.field_box b {
  width: 190px;
  font-weight: 100;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #666666;
  float: left;
  font-size: 12px;
  border-top: #eaeaea solid 1px;
  overflow: auto;
}

.zxalxq_content div.left div.nr div.body {
  width: 780px;
  margin: 0 auto;
  font-size: 14px;
  color: #333333;
  text-align: left;
  line-height: 26px;
  margin-top: 40px;
}

.zxalxq_content div.right {
  width: 297px;
  float: right;
}

.zxalxq_content div.right div.sjs {
  width: 296px;
  border-left: #f4f4f4 solid 1px;
  padding-bottom: 24px;
}

.zxalxq_content div.right div.sjs div.title {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.zxalxq_content div.right div.sjs div.tx {
  margin-top: 29px;
  text-align: center;
}

.zxalxq_content div.right div.sjs div.js {
  width: 238px;
  height: 151px;
  border: #dddddd solid 1px;
  border-top: 0px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
}

.zxalxq_content div.right div.sjs div.js b {
  font-size: 14px;
  color: #000000;
  display: block;
  padding-top: 10px;
}

.zxalxq_content div.right div.sjs div.js span {
  font-size: 12px;
  color: #666666;
  display: block;
}

.zxalxq_content div.right div.sjs div.js div.an {
  width: 209px;
  margin: 0 auto;
  margin-top: 10px;
}

.zxalxq_content div.right div.sjs div.js div.an a.more_al {
  width: 95px;
  height: 24px;
  border: #dcdcdc solid 1px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  display: block;
  float: left;
}

.zxalxq_content div.right div.sjs div.js div.an a.yysj {
  width: 95px;
  height: 24px;
  border: #dcdcdc solid 1px;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  display: block;
  float: right;
}

.zxalxq_content div.right div.sjs div.js div.an a.more_al:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxalxq_content div.right div.sjs div.js div.an a.yysj:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxalxq_content div.right div.sjs div.r_form {
  width: 255px;
  margin: 0 auto;
  margin-top: 25px;
}

.zxalxq_content div.right div.sjs div.r_form div.input {
  margin-bottom: 23px;
}

.zxalxq_content div.right div.sjs div.r_form div.input span {
  font-size: 12px;
  display: block;
  float: left;
  line-height: 29px;
}

.zxalxq_content div.right div.sjs div.r_form div.input input {
  float: right;
  width: 176px;
  height: 29px;
  border: #dcdcdc solid 1px;
  color: #666;
  border-radius: 10px;
  padding-left: 10px;
}

.zxalxq_content div.right div.sjs div.r_form div.button {
  width: 254px;
  margin: 0 auto;
  margin-top: 19px;
}

.zxalxq_content div.right div.sjs div.r_form div.button button {
  border: 0px;
  width: 254px;
  height: 31px;
  background: #ff6600;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 10px;
}

.zxalxq_content div.right div.sjs div.r_form div.button button:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxalxq_content div.right div.yysjbanner {
  margin-top: 16px;
}

.zxalxq_content div.right div.xgbq {
  width: 95%;
  padding-top: 34px;
  padding-bottom: 30px;
}

.zxalxq_content div.right div.xgbq span {
  display: block;
  padding-bottom: 18px;
}

.zxalxq_content div.right div.xgbq span b {
  font-size: 24px;
  display: block;
  color: #333333;
  float: left;
}

.zxalxq_content div.right div.xgbq span a.more {
  display: block;
  width: 67px;
  height: 20px;
  border: #cccccc solid 1px;
  border-radius: 10px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 7px;
}

.zxalxq_content div.right div.xgbq span a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxalxq_content div.right div.xgbq a.tag {
  width: 130px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  display: block;
  float: left;
  background: none;
  margin-right: 5px;
  margin-bottom: 5px;
  border: #ccc solid 1px;
  border-radius: 20px;
}

.zxalxq_content div.right div.xgbq a.tag:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zxalxq_content div.right div.xgbq a.img {
  float: left;
  display: block;
  width: 135px;
  height: 135px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*鏂伴椈棰戦亾*/
.xw {
  margin-bottom: 20px;
}

.xw1 {
  padding-top: 55px;
}

.xw2 {
  background: url(../images/xw2_03.jpg) no-repeat;
  width: 1199px;
  height: 129px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 55px;
}

.box_xw {
  margin-bottom: 85px;
  border-bottom: #ccc dotted 1px;
  padding-bottom: 15px;
}

.box_xw div.title {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: #cccccc solid 1px;
}

.box_xw div.title b {
  font-size: 30px;
  color: #333333;
}

.box_xw div.title span {
  padding-left: 25px;
  color: #666666;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.box_xw div.title a {
  display: inline-block;
  width: 99px;
  height: 29px;
  border: #cccccc solid 1px;
  line-height: 29px;
  font-size: 14px;
  color: #014490;
  background: #f6f5f5;
  float: right;
  text-align: center;
  margin-top: 10px;
}

.box_xw div.title a:hover {
  background: #014490;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box_xw div.tag {
  margin-top: 21px;
}

.box_xw div.tag a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 23px;
  text-align: center;
  color: #3f3f3f;
  line-height: 23px;
  background: #ededed;
  margin-right: 10px;
}

.box_xw div.tag a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box_xw div.content {
  padding-top: 30px;
}

.box_xw div.content div.left {
  width: 722px;
}

.box_xw div.content div.left div.top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}

.box_xw div.content div.left div.top div.zuoimg {
  float: left;
  position: relative;
  width: 350px;
  height: 350px;
}

.box_xw div.content div.left div.top div.zuoimg img {
  width: 350px;
  height: 350px;
}

.box_xw div.content div.left div.top div.zuoimg span {
  display: block;
  position: absolute;
  background: url(../images/htm2_03.png);
  width: 340px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  line-height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}

.box_xw div.content div.left div.top div.youimg {
  float: left;
  position: relative;
  width: 350px;
  height: 350px;
  margin-left: 10px;
}

.box_xw div.content div.left div.top div.youimg img {
  width: 350px;
  height: 350px;
}

.box_xw div.content div.left div.top div.youimg span {
  display: block;
  position: absolute;
  background: url(../images/htm2_03.png);
  width: 340px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  line-height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}

.box_xw div.content div.left div.bottom {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.box_xw div.content div.left div.bottom ul li {
  float: left;
  width: 360px;
}

.box_xw div.content div.left div.bottom ul li span {
  font-size: 14px;
  color: #666666;
  padding-right: 10px;
}

.box_xw div.content div.left div.bottom ul li a {
  font-size: 14px;
  color: #666666;
}

.box_xw div.content div.right {
  width: 424px;
  text-align: left;
}

.box_xw div.content div.right ul li {
  width: 424px;
  height: 100px;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.box_xw div.content div.right ul li:hover {
  background: #CCC;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box_xw div.content div.right ul li div.img {
  float: left;
}

.box_xw div.content div.right ul li div.img img {
  width: 100px;
  height: 100px;
}

.box_xw div.content div.right ul li div.txt {
  float: left;
  width: 284px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.box_xw div.content div.right ul li div.txt b {
  font-size: 14px;
  color: #333333;
  display: block;
  padding-bottom: 5px;
}

.box_xw div.content div.right ul li div.txt span {
  font-size: 12px;
  color: #666666;
  display: block;
  line-height: 18px;
}

/*鏂伴椈鍒楄�?*/
.xwlb {
  margin-bottom: 20px;
}

.xwlb1 {
  padding-top: 55px;
}

.xwlb div.content {
  padding-top: 35px;
}

.xwlb div.content div.left {
  width: 300px;
  padding-bottom: 20px;
}

.xwlb div.content div.left div.menu {
  background: url(../images/xwlb4_03.jpg) no-repeat;
  width: 298px;
  height: 408px;
  border: #cccccc solid 1px;
}

.xwlb div.content div.left div.menu div.title {
  border-bottom: #ccc solid 1px;
  font-weight: bold;
  color: #011d4c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.xwlb div.content div.left div.menu ul {
  text-align: center;
}

.xwlb div.content div.left div.menu ul li {
  margin-top: 7px;
  width: 298px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

.xwlb div.content div.left div.menu ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.xwlb div.content div.left div.menu ul li a:hover {
  background: #ff6600;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwlb div.content div.left div.menu ul li a.hover {
  background: #ff6600;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwlb div.content div.left div.menu ul li a.cur_bottom {
  background: #ff6600;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* 鍙宠竟瀵艰�???*/
div.right div.menu_new {
  background: url(../images/xwlb4_03.jpg) no-repeat;
  width: 298px;
  height: 408px;
  border: #cccccc solid 1px;
  margin-top: 20px;
}

div.right div.menu_new div.title {
  border-bottom: #ccc solid 1px;
  font-weight: bold;
  color: #011d4c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

div.right div.menu_new ul {
  text-align: center;
}

div.right div.menu_new ul li {
  margin-top: 7px;
  width: 298px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

div.right div.menu_new ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

div.right div.menu_new ul li a:hover {
  background: #ff6600;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div.right div.menu_new ul li a.hover {
  background: #ff6600;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div.right div.menu_new ul li a.cur_bottom {
  background: #ff6600;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwlb2 {
  margin-top: 20px;
  text-align: center;
}

.xwlb3 {
  margin-top: 20px;
  text-align: left;
}

.xwlb3 div.title {
  font-size: 18px;
  color: #333333;
  height: 39px;
  background: #e6e6e6;
  line-height: 39px;
  color: #112e5f;
}

.xwlb3 div.title a {
  color: #112e5f;
  display: block;
  font-size: 18px;
  background: url(../images/new_ico_03.jpg) 20px 10px no-repeat;
  padding-left: 50px;
}

.xwlb3 ul {
  border: #999999 solid 1px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.xwlb3 ul li {
  margin-bottom: 10px;
}

.xwlb3 ul li span {
  font-size: 12px;
  color: #fff;
  padding-right: 10px;
}

.xwlb3 ul li a {
  color: #666666;
  font-size: 13px;
}

.xwlb4 {
  margin-top: 20px;
  text-align: left;
}

.xwlb4 div.title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

.xwlb4 div.tag {
  text-align: left;
}

.xwlb4 div.tag a {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: none;
  margin-right: 5px;
  margin-bottom: 6px;
  border: #ccc solid 1px;
  border-radius: 20px;
}

.xwlb4 div.tag a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwlb div.content div.right {
  width: 865px;
  text-align: left;
}

.xwlb div.content div.right ul.ul li.li {
  padding-bottom: 30px;
  border-bottom: #ccc solid 1px;
  margin-bottom: 30px;
}

.xwlb div.content div.right ul.ul li.li div.zuobian {
  float: left;
  width: 290px;
  height: 200px;
}

.xwlb div.content div.right ul.ul li.li div.youbian {
  float: left;
  margin-left: 35px;
  width: 540px;
}

.xwlb div.content div.right ul.ul li.li div.youbian a.title {
  font-size: 26px;
  color: #000000;
}

.xwlb div.content div.right ul.ul li.li div.youbian a.title:hover {
  color: #06F;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.des {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  line-height: 24px;
  height: 130px;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.des a.more {
  color: #000;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.bottom {
  text-align: left;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.bottom span.click {
  background: url(../images/xwlb2_03.jpg) no-repeat;
  font-size: 12px;
  color: #333333;
  display: inline-block;
  padding-left: 25px;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.bottom span.click b {
  color: #999999;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.bottom span.time {
  float: right;
  font-size: 12px;
  color: #333333;
}

.xwlb div.content div.right ul.ul li.li div.youbian div.bottom span.time b {
  color: #999999;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

/*鏂伴椈璇︽儏*/
.xwxq {
  margin-bottom: 20px;
}

.xwxq div.xwxq1 {
  background: #f7f7f7;
}

.xwxq div.xwxq1 div.left {
  width: 870px;
}

.xwxq div.xwxq1 div.left div.title {
  padding-top: 54px;
  text-align: center;
}

.xwxq div.xwxq1 div.left div.title h2 {
  font-size: 36px;
  color: #000;
}

.xwxq div.xwxq1 div.left div.title div.box {
  padding-top: 25px;
}

.xwxq div.xwxq1 div.left div.title div.box span {
  margin-right: 20px;
}

.xwxq div.xwxq1 div.left div.title div.box span.time {
  font-size: 12px;
  color: #333333;
  display: inline-block;
}

.xwxq div.xwxq1 div.left div.title div.box span.laiyuan {
  font-size: 12px;
  color: #333333;
  display: inline-block;
}

.xwxq div.xwxq1 div.left div.title div.box span.click {
  background: url(../images/xwlb2_03.jpg) no-repeat;
  font-size: 12px;
  color: #333333;
  display: inline-block;
  padding-left: 25px;
}

.xwxq div.xwxq1 div.left div.title div.box span.click b {
  color: #999999;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.xwxq div.xwxq1 div.left div.body {
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}

.xwxq div.xwxq1 div.left div.body p {
  padding: 15px 0;
}

.xwxq div.xwxq1 div.left div.body img {
  max-width: 780px;
  margin: 0 auto;
  display: block;
  height: auto !important;
}

.xwxq div.xwxq1 div.left div.tag {
  margin-top: 20px;
  text-align: left;
  padding-left: 40px;
  margin-bottom: 20px;
}

.xwxq div.xwxq1 div.left div.tag span {
  font-size: 14px;
  color: #666666;
}

.xwxq div.xwxq1 div.left div.tag a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  height: 26px;
  line-height: 26px;
  background: none;
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
  border: #ccc solid 1px;
  border-radius: 20px;
}

.xwxq div.xwxq1 div.left div.tag a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.left div.sxp {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 40px;
  margin-top: 20px;
}

.xwxq div.xwxq1 div.left div.sxp div.pre {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.xwxq div.xwxq1 div.left div.sxp div.pre a {
  color: #06F;
}

.xwxq div.xwxq1 div.left div.sxp div.nexts {
  font-size: 14px;
  color: #000;
}

.xwxq div.xwxq1 div.left div.sxp div.nexts a {
  color: #06F;
}

.xwxq div.xwxq2 {
  width: 845px;
  margin: 0 auto;
  text-align: left;
}

.xwxq div.xwxq2 div.titles {
  font-size: 20px;
  color: #333333;
  padding-left: 20px;
  text-align: left;
}

.xwxq div.xwxq2 div.boxs {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding-left: 45px;
  padding-top: 30px;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.xwxq div.xwxq2 div.boxs div.tags {
  text-align: left;
}

.xwxq div.xwxq2 div.boxs div.tags a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  height: 26px;
  line-height: 26px;
  background: #dbdbdb;
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}

.xwxq div.xwxq2 div.boxs div.tags a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq2 div.boxs ul {
  margin-top: 30px;
}

.xwxq div.xwxq2 div.boxs ul li {
  float: left;
  width: 130px;
  margin-right: 30px;
}

.xwxq div.xwxq2 div.boxs ul li img {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  display: block;
}

.xwxq div.xwxq2 div.boxs ul li a {
  font-size: 14px;
  color: #333333;
  display: block;
}

.xwxq div.xwxq2 div.boxs ul li span {
  font-size: 12px;
  color: #888686;
  line-height: 18px;
  margin-top: 7px;
  display: block;
}

.xwxq div.xwxq1 div.right {
  width: 330px;
  float: left;
}

.xwxq div.xwxq1 div.right div.xwxq3 {
  padding-top: 20px;
  text-align: left;
}

.xwxq div.xwxq1 div.right div.xwxq4 {
  margin-top: 50px;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.title {
  margin-bottom: 15px;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.title span {
  font-size: 24px;
  color: #000;
  display: inline-block;
  float: left;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.title a.more {
  float: right;
  display: block;
  width: 67px;
  height: 20px;
  line-height: 20px;
  border: #ccc solid 1px;
  border-radius: 20px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  background: #fff;
  margin-top: 5px;
  margin-right: 35px;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.title a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.tag {
  margin-bottom: 30px;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.tag a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  height: 26px;
  line-height: 26px;
  background: none;
  font-size: 14px;
  color: #333333;
  margin-right: 3px;
  margin-bottom: 6px;
  border: #ccc solid 1px;
  border-radius: 20px;
}

.xwxq div.xwxq1 div.right div.xwxq4 div.tag a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.right div.xwxq5 {
  background: url(../images/xwxq1_03.jpg) no-repeat;
  width: 298px;
  height: 130px;
  padding-top: 234px;
  text-align: center;
}

.xwxq div.xwxq1 div.right div.xwxq5 input {
  font-size: 12px;
  color: #666;
  width: 235px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: #000 solid 1px;
  border-radius: 5px;
  margin: 0 auto;
}

.xwxq div.xwxq1 div.right div.xwxq5 button {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background: #f8d231;
  width: 235px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 0px;
  cursor: pointer;
  margin-top: 20px;
}

.xwxq div.xwxq1 div.right div.xwxq5 button:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.right div.xwxq6 {
  margin-top: 40px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.title {
  margin-bottom: 15px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.title span {
  font-size: 24px;
  color: #000;
  display: inline-block;
  float: left;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.title a.more {
  float: right;
  display: block;
  width: 67px;
  height: 20px;
  line-height: 20px;
  border: #ccc solid 1px;
  border-radius: 20px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  background: #fff;
  margin-top: 5px;
  margin-right: 35px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.title a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box {
  width: 300px;
  background: #e7e4e4;
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 15px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul li div.zuobian {
  float: left;
  width: 130px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul li div.youbian {
  width: 130px;
  height: 120px;
  background: #fff;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul {
  padding-bottom: 15px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul li {
  margin-bottom: 10px;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul li div.youbian a {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.xwxq div.xwxq1 div.right div.xwxq6 div.box ul li div.youbian span {
  font-size: 12px;
  color: #888686;
  padding-top: 10px;
  display: block;
}

.xwxq div.xwxq1 div.right div.xwxq7 {
  margin-top: 40px;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.title {
  margin-bottom: 15px;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.title span {
  font-size: 24px;
  color: #000;
  display: inline-block;
  float: left;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.title a.more {
  float: right;
  display: block;
  width: 67px;
  height: 20px;
  line-height: 20px;
  border: #ccc solid 1px;
  border-radius: 20px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  background: #fff;
  margin-top: 5px;
  margin-right: 35px;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.title a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.box {
  width: 300px;
  margin-top: 20px;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.box ul li {
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.box ul li a {
  font-size: 14px;
  color: #666666;
}

.xwxq div.xwxq1 div.right div.xwxq7 div.box ul li span {
  font-size: 12px;
  color: #666666;
}

/*娲�?�姩鍒�?��?*/
.hdlb {
  margin-bottom: 20px;
}

.hdlb1 {
  margin-top: 30px;
}

.hdlb1 div.left {
  width: 880px;
}

.hdlb1 div.left ul.ul li.li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: #ccc  dotted 1px;
}

.hdlb1 div.left ul.ul li.li div.img {
  float: left;
  width: 221px;
}

.hdlb1 div.left ul.ul li.li div.txt {
  float: left;
  width: 615px;
  position: relative;
  margin-left: 25px;
}

.hdlb1 div.left ul.ul li.li div.txt div.title {
  margin-bottom: 20px;
}

.hdlb1 div.left ul.ul li.li div.txt div.title a {
  font-size: 21px;
  color: #666666;
}

.hdlb1 div.left ul.ul li.li div.txt div.title a span {
  font-size: 21px;
  color: #ff6600;
  padding-right: 10px;
}

.hdlb1 div.left ul.ul li.li div.txt div.title a:hover {
  color: #06F;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hdlb1 div.left ul.ul li.li div.txt div.time {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  padding-left: 10px;
}

.hdlb1 div.left ul.ul li.li div.txt div.des {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 18px;
  padding-left: 10px;
}

.hdlb1 div.left ul.ul li.li a.mores {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  z-index: 99;
  width: 130px;
  height: 37px;
  border: #d3d3d3 solid 1px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #011d4c;
}

.hdlb1 div.left ul.ul li.li a.mores:hover {
  background: #ff6600;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hdlb1 div.right {
  width: 297px;
  float: right;
}

.hdlb1 div.right div.yysjbanner {
  margin-top: 16px;
}

.hdlb1 div.right div.xgbq {
  width: 95%;
  padding-top: 34px;
  padding-bottom: 30px;
}

.hdlb1 div.right div.xgbq span {
  display: block;
  padding-bottom: 18px;
}

.hdlb1 div.right div.xgbq span b {
  font-size: 24px;
  display: block;
  color: #333333;
  float: left;
}

.hdlb1 div.right div.xgbq span a.more {
  display: block;
  width: 67px;
  height: 20px;
  border: #cccccc solid 1px;
  border-radius: 10px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 7px;
}

.hdlb1 div.right div.xgbq span a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hdlb1 div.right div.xgbq a.tag {
  width: 87px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  display: block;
  float: left;
  background: #e5e5e5;
  margin-right: 5px;
  margin-bottom: 5px;
}

.hdlb1 div.right div.xgbq a.tag:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hdlb1 div.right div.xgbq a.img {
  float: left;
  display: block;
  width: 135px;
  height: 135px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.hdlb1 div.right div.hdlb2 {
  margin-top: 40px;
}

.hdlb1 div.right div.hdlb2 div.title {
  font-size: 24px;
  color: #333333;
}

.hdlb1 div.right div.hdlb2 div.box {
  margin-top: 19px;
  background: #dedddd;
  padding-bottom: 30px;
}

.hdlb1 div.right div.hdlb2 div.box div.tjimg {
  padding-top: 17px;
  padding-left: 17px;
}

.hdlb1 div.right div.hdlb2 div.box div.rdxw {
  width: 247px;
  height: 77px;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 15px;
}

.hdlb1 div.right div.hdlb2 div.box div.rdxw a {
  font-size: 14px;
  color: #333333;
  display: block;
}

.hdlb1 div.right div.hdlb2 div.box div.rdxw span {
  font-size: 12px;
  color: #888686;
  display: block;
  padding-top: 14px;
}

.hdlb1 div.right div.hdlb2 div.box div.hdlb3 {
  padding-left: 33px;
  margin-top: 28px;
}

.hdlb1 div.right div.hdlb2 div.box div.hdlb3 a {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/*鍒嗛�???*/
.pagelist {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.pagelist ul li {
  float: left;
  height: 25px;
  margin-right: 15px;
  background: #000;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 25px;
  font-size: 12px;
}

.pagelist ul li:hover {
  background: #01135e;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pagelist ul li.thisclass {
  background: #01135e;
  color: #fff;
}

.pagelist ul li span.pageinfo {
  background: #000;
  color: #fff;
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  float: left;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.pagelist ul li a {
  display: block;
  height: 25px;
  color: #fff;
  line-height: 25px;
  font-size: 12px;
}

/*鍝佺墝鎶ラ亾*/
.sub_sidebar {
  position: fixed;
  margin-left: 15px;
  top: 19%;
  border-top: 1px solid #f0f0f0;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 1;
  opacity: 0;
}

.sub_sidebar.head_change {
  top: 19%;
}

.sub_sidebar.foot_change {
  top: auto;
  bottom: 285px;
}

.sub_sidebar .cover_layer {
  position: absolute;
  top: -1px;
  width: 198px;
  height: 46px;
  border-right: 4px solid #0457b7;
}

.sub_sidebar_list {
  position: relative;
  width: 198px;
}

.sub_sidebar_list li.current a {
  color: #014490;
}

.sub_sidebar_list li a {
  display: block;
  height: 44px;
  width: 185px;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
  font-size: 18px;
  line-height: 44px;
  text-align: right;
  padding-right: 13px;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.main {
  width: 1200px;
  margin: 45px auto 70px;
  overflow: hidden;
}

.article_content {
  width: 950px;
  float: right;
  margin-right: 0px;
  display: inline;
}

.company_item {
  margin-bottom: 32px;
}

.ppbd {
  margin-bottom: 20px;
}

.ppbd div.ppbd1 {
  width: 1200px;
  height: 43px;
  border-top: #e8e8e8 solid 1px;
  border-bottom: #e8e8e8 solid 1px;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
}

.ppbd div.ppbd1 a {
  display: block;
  float: left;
  width: 199px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #666;
  font-size: 14px;
  background: #fff;
}

.ppbd div.ppbd1 a:hover {
  background: #cdcdcd;
  color: #666666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ppbd div.ppbd1 a.hover {
  background: #cdcdcd;
  color: #666666;
}

.ppbd div.ppbd1 span {
  display: block;
  float: left;
  width: 1px;
  height: 25px;
  background: #cdcdcd;
  margin-top: 10px;
}

.ppbd2 {
  width: 946px;
  height: 444px;
  margin: 0 auto;
  background: #f2f2f2;
}

.ppbd2 div.title {
  padding-top: 45px;
  padding-left: 68px;
  font-size: 30px;
  color: #333333;
  position: relative;
}

.ppbd2 div.title span {
  font-size: 18px;
  color: #999999;
  padding-left: 15px;
}

.ppbd2 div.title a.more {
  display: block;
  position: absolute;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #999999;
  font-size: 14px;
  border: #999999 solid 1px;
  background: #fff;
  text-align: center;
  top: 56px;
  right: 57px;
}

.ppbd2 div.title a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ppbd2 div.box {
  margin-top: 50px;
  margin-left: 60px;
}

.ppbd2 div.box div.zuobian {
  float: left;
  width: 357px;
  height: 264px;
}

.ppbd2 div.box div.youbian {
  float: left;
  width: 455px;
  margin-left: 25px;
}

.ppbd2 div.box div.youbian ul li {
  margin-bottom: 19px;
}

.ppbd2 div.box div.youbian ul li a {
  display: block;
  float: left;
  font-size: 12px;
  color: #666666;
}

.ppbd2 div.box div.youbian ul li a:hover {
  color: #06F;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ppbd2 div.box div.youbian ul li span {
  float: right;
  font-size: 12px;
  color: #666666;
}

.ppbd3 {
  width: 946px;
  height: 444px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ppbd3 div.title {
  padding-top: 45px;
  padding-left: 68px;
  font-size: 30px;
  color: #333333;
  position: relative;
}

.ppbd3 div.title span {
  font-size: 18px;
  color: #999999;
  padding-left: 15px;
}

.ppbd3 div.title a.more {
  display: block;
  position: absolute;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: #999999;
  font-size: 14px;
  border: #999999 solid 1px;
  background: #fff;
  text-align: center;
  top: 56px;
  right: 57px;
}

.ppbd3 div.title a.more:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ppbd3 div.box {
  margin-top: 50px;
}

.ppbd3 div.box ul li {
  float: left;
  position: relative;
  width: 287px;
  height: 311px;
  margin-right: 25px;
}

.ppbd3 div.box ul li a img {
  width: 287px;
  height: 311px;
}

.ppbd3 div.box ul li a span {
  display: block;
  background: url(../images/ppbd3_03.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  z-index: 99;
  width: 81px;
  height: 81px;
  margin-top: -40px;
}

/*----- 鍗冩�???濆叕鐩� -----*/
.publicBen {
  position: relative;
  width: 100%;
  height: 314px;
  overflow: hidden;
}

/*杞�???*/
.publicBen .benDigital {
  position: absolute;
  width: 1180px;
  height: 46px;
  left: 50%;
  bottom: 0;
  margin-left: -590px;
  padding: 17px 0;
  background: url(../images/black15.png);
  border-radius: 5px 5px 0 0;
}

.publicBen .benDigital .digBox {
  float: left;
  width: 320px;
  height: 46px;
  margin-left: 135px;
}

.publicBen .benDigital .digBox span {
  float: left;
  width: 28px;
  height: 34px;
  margin: 6px 14px 0 0;
  padding-left: 46px;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
}

.publicBen .benDigital .digBox .digBox-ever {
  float: left;
  width: 24px;
  height: 46px;
  margin-right: 6px;
  background: url(../images/white15.png);
  border-radius: 5px;
  text-align: center;
  font: 20px "寰蒋闆呴粦";
  color: #fff;
  line-height: 46px;
}

.publicBen .benDigital .digBox i {
  float: left;
  margin-left: 4px;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
}

.publicBen .benDigital .digLine {
  float: left;
  width: 1px;
  height: 46px;
  margin-left: 134px;
  background: #eee;
}

/*棣栭〉鍒嗙�??*/
.itemTopic {
  width: 1140px;
  height: 262px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.itemTopic .topicImg {
  float: left;
  width: 262px;
  height: 262px;
  margin-right: 26px;
}

.itemTopic .topicImg img {
  display: block;
  width: 262px;
  height: 262px;
}

.itemTopic .topicTit {
  float: left;
  width: 850px;
  height: 27px;
  margin-top: 10px;
}

.itemTopic .topicTit a {
  float: left;
  font: bold 27px "寰蒋闆呴粦";
  color: #ff948d;
  line-height: 27px;
}

.itemTopic .topicTit a:hover {
  color: #e05248;
}

.itemTopic .topicTit span {
  float: left;
  width: auto;
  height: 18px;
  margin: 9px 0 0 18px;
  padding: 0 10px;
  border: 1px solid #e14a4a;
  border-radius: 5px;
  font-size: 14px;
  color: #e14a4a;
  line-height: 18px;
}

.itemTopic .topicTit span.finish {
  border: 1px solid #bebebe;
  color: #bebebe;
}

.itemTopic .topicCon {
  float: left;
  width: 850px;
  height: 66px;
  margin-top: 20px;
  overflow: hidden;
}

.itemTopic .topicCon p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.itemTopic .topicLove {
  float: left;
  width: 850px;
  height: 115px;
  margin-top: 20px;
}

.itemTopic .topicLove .module {
  float: left;
  width: 200px;
  height: 115px;
  margin-right: 30px;
}

.itemTopic .topicLove .module.long {
  width: 300px;
}

.itemTopic .topicLove .module p {
  float: left;
  width: 100%;
  height: 14px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  color: #bbb;
}

.itemTopic .topicLove .module span {
  float: left;
  width: 100%;
  height: 96px;
  background: #f4f6f8;
  border-radius: 5px;
  text-align: center;
  font-size: 45px;
  color: #b7b7b7;
  line-height: 96px;
}

.itemTopic .topicLove .module span i {
  margin-left: 5px;
  font-style: normal;
  font-size: 14px;
}

.itemTopic .topicLove .module .mod-img {
  float: left;
  width: 100%;
  height: 60px;
  padding: 18px 0;
  background: #f4f6f8;
  border-radius: 5px;
}

.itemTopic .topicLove .module .mod-img img {
  display: block;
  height: 60px;
  margin: 0 auto;
}

.itemTopic .topicLove .skip {
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 60px;
}

.itemTopic .topicLove .skip a {
  display: block;
  width: 35px;
  height: 35px;
}

/*�???姪涓�???*/
.bzzx1 {
  width: 1200px;
  margin: 0 auto;
}

.bzzx1 div.title {
  width: 210px;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 30px;
  color: #333333;
  position: relative;
  border-bottom: #06F solid 2.5px;
  padding-bottom: 10px;
}

.bzzx1 ul li {
  width: 1198px;
  border: #f0efef solid 1px;
  padding-bottom: 9px;
  margin-top: 10px;
}

.bzzx1 ul li p {
  display: inline;
}

.bzzx1 ul li div.new_title {
  width: 1180px;
  height: 38px;
  cursor: pointer;
  background: url(../images/bzzx_03.jpg) no-repeat #f3f3f3;
  line-height: 38px;
  margin-left: 9px;
  margin-top: 9px;
  background-position: 98% 55%;
  padding-right: 0px;
}

.bzzx1 ul li div.new_title b {
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
}

.bzzx1 ul li div.new_title a {
  color: #333333;
  font-size: 14px;
}

.bzzx1 ul li div.new_titledown {
  width: 846px;
  height: 38px;
  cursor: pointer;
  background: url(../images/bzzx2_03.jpg) no-repeat #f3f3f3;
  line-height: 38px;
  margin-left: 9px;
  margin-top: 9px;
  background-position: 98% 55%;
  padding-right: 0px;
}

.bzzx1 ul li div.new_titledown b {
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
}

.bzzx1 ul li div.new_titledown a {
  color: #333333;
  font-size: 14px;
}

.bzzx1 ul li div.des {
  padding-top: 19px;
  padding-left: 28px;
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  padding-right: 9px;
  display: none;
}

.bzzx2 {
  width: 1200px;
  margin: 0 auto;
}

.bzzx2 div.title {
  width: 125px;
  padding-top: 10px;
  padding-left: 0px;
  font-size: 30px;
  color: #333333;
  position: relative;
  border-bottom: #06F solid 2.5px;
  padding-bottom: 10px;
}

.bzzx2 div.box {
  width: 1198px;
  border: #d4d4d4 solid 1px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 20px;
}

.bzzx2 div.box ul li {
  float: left;
  width: 126px;
  height: 128px;
  line-height: 190px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  background: url(../images/bzzxico.png) no-repeat;
  margin-left: 20px;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  color: #666666;
  cursor: pointer;
}

.bzzx2 div.box ul li a {
  color: #666666;
  display: block;
  height: 128px;
}

.bzzx2 div.box ul li a:hover {
  color: #014490;
}

.bzzx2 div.box ul li.li1 {
  background-position: 42px 28px;
}

.bzzx2 div.box ul li.li2 {
  background-position: -119px 28px;
}

.bzzx2 div.box ul li.li3 {
  background-position: -267px 28px;
}

.bzzx2 div.box ul li.li4 {
  background-position: -423px 28px;
}

.bzzx2 div.box ul li.li5 {
  background-position: -577px 28px;
}

.bzzx2 div.box ul li.li6 {
  background-position: -728px 28px;
}

.bzzx2 div.box ul li.li7 {
  background-position: -886px 28px;
}

.bzzx2 div.box ul li.li8 {
  background-position: -1038px 28px;
}

.bzzx2 div.box ul li:hover {
  background-image: url(../images/bzzxicoh.png);
  border-color: #014490;
  color: #014490;
}

/*瑁呬慨璁＄畻鍣�*/
.about_rt {
  width: 870px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  min-height: 500px;
  margin: 0 auto;
}

.about_rt h2 {
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}

.counter {
  padding: 10px 0px;
}

.counter input.text {
  width: 200px;
  margin: 4px 3px 4px 25px;
}

.counter select.text {
  width: 206px;
  margin: 4px 3px 4px 25px;
  height: 34px;
}

.counter_btn {
  margin: 10px auto;
  font-size: 14px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  padding: 10px;
}

.counter_btn input[type=text] {
  width: 223px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
}

.counter_btn label {
  margin-bottom: 20px;
  display: inline-table;
  margin-right: 20px;
}

.again_btn {
  background: #eee;
  width: 80px;
  line-height: 22px;
  font-size: 14px;
  height: 28px;
  border: 1px solid #bbb;
  color: #666 !important;
}

.again_btn:hover {
  color: #666;
}

.counter_btn .btn {
  margin-left: 20px;
}

.counter_jieguo {
  margin-left: 50px;
  font-size: 14px;
  display: inline-block;
}

.counter_jieguo input.text {
  margin-left: 0px;
  width: 100px;
}

.counter_btn span.jieguo {
  vertical-align: middle;
  width: 150px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  border: 1px solid #feb0b0;
  background: #fff;
  padding: 0px 5px;
  border-radius: 5px;
}

.counter_menu li {
  margin: 20px 0px;
}

.counter_menu li span {
  display: inline-block;
  width: 32%;
}

.counter_menu li select.text {
  width: 112px;
  height: 34px;
}

.counter_menu li span input {
  width: 123px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
}

.pding {
  padding: 10px;
}

.pding h3 {
  font-size: 16px;
  font-weight: 100;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pding span.tit {
  font-size: 16px;
}

.counter_menu li span select {
  width: 123px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
}

.pding {
  padding: 10px;
}

.pding input[type=text] {
  width: 123px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
}

.pding select {
  width: 123px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
}

.pding p {
  margin: 20px 0;
}

.btn_main_big {
  width: 100px;
  line-height: 32px;
  background: #00ad28;
  font-size: 16px;
  border: none;
}

.btn_main_sm {
  width: 80px;
  line-height: 26px;
  background: #00ad28;
  font-size: 14px;
  border: none;
}

.btn_sub_smler {
  width: 60px;
  line-height: 20px;
  background: url(../images/btn_bg.jpg) center center repeat-x;
  font-size: 12px;
  border: 1px solid #d36501;
}

.btn_sub_sm {
  width: 80px;
  line-height: 26px;
  background: url(../images/btn_bg.jpg) center center repeat-x;
  font-size: 14px;
  border: 1px solid #d36501;
}

.btn_sub_big {
  width: 110px;
  line-height: 36px;
  height: 36px;
  background: url(../images/btn_bg.jpg) center center repeat-x;
  font-size: 16px;
  border: 1px solid #d36501;
}

.btn_sub_tuan {
  width: 130px;
  line-height: 36px;
  height: 36px;
  background: url(../images/btn_bg.jpg) center center repeat-x;
  font-size: 18px;
  border: 1px solid #d36501;
}

.btn_sub_apply {
  width: 100%;
  line-height: 32px;
  height: 36px;
  background: url(../images/btn_bg.jpg) center center repeat-x;
  font-size: 18px;
  border: 1px solid #d36501;
}

.btn {
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
}

.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff;
  text-decoration: none;
}

/*end*/
/*鍏充�???鎴戜�???*/
.gywm1 {
  padding-bottom: 20px;
  border-bottom: #c9c9c9 solid 1px;
  text-align: center;
}

.gywm1 div.title {
  padding-top: 10px;
  padding-bottom: 40px;
}

.gywm1 div.nr {
  text-align: left;
}

.gywm1 div.nr p {
  display: block;
}

.gywm1 div.nr span {
  font-size: 14px;
  color: #6d6c6c;
  line-height: 24px;
  display: block;
  margin-top: 15px;
}

.gywm2 {
  padding-bottom: 20px;
  border-bottom: #c9c9c9 solid 1px;
  text-align: center;
}

.gywm2 div.title {
  padding-top: 10px;
  padding-bottom: 40px;
}

.gywm3 {
  padding-bottom: 20px;
  border-bottom: #c9c9c9 solid 1px;
  text-align: center;
}

.gywm3 div.title {
  padding-top: 10px;
  padding-bottom: 40px;
}

.gywm3 ul {
  text-align: left;
}

.gywm3 ul li {
  padding-bottom: 10px;
  border-bottom: #e4e0e0 solid 1px;
  margin-bottom: 10px;
}

.gywm3 ul li div.top {
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}

.gywm3 ul li div.top b {
  padding-right: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: 100;
}

.gywm3 ul li div.top span {
  font-size: 14px;
  color: #666666;
}

.gywm3 ul li div.bottom {
  display: none;
}

.gywm3 ul li div.bottom b {
  display: block;
  float: left;
  width: 83px;
  height: 83px;
}

.gywm3 ul li div.bottom span {
  float: right;
  width: 830px;
  color: #666666;
  font-size: 14px;
  display: block;
  line-height: 22px;
}

.gywm4 {
  padding-bottom: 20px;
  border-bottom: #c9c9c9 solid 1px;
  text-align: left;
  text-align: center;
}

.gywm4 div.title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gywm4 div.box {
  text-align: left;
}

.gywm4 div.box div.content {
  border-bottom: #cacaca dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.gywm4 div.box div.content b {
  font-size: 16px;
  color: #000;
  display: block;
  padding-bottom: 18px;
  cursor: pointer;
}

.gywm4 div.box div.content span {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: left;
  display: none;
}

/*鍏充�???鎴戜�???-闂ㄥ簵鍦板潃*/
.gywm5 {
  text-align: center;
}

.gywm5 div.title {
  padding-top: 10px;
  padding-bottom: 40px;
}

.wrap_md {
  width: 946px;
  height: 590px;
  margin: 0 auto;
  background: url(../images/gywm4_03.jpg) no-repeat;
}

.textDesc, .opacity {
  display: none;
}

/* sildes css begin */
.control {
  width: 810px;
  height: 590px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.change li {
  width: 810px;
  overflow: hidden;
  text-align: center;
}

/* 鍥剧墖鍨傜洿灞呬�???,涓嶆槸�?�堝�???�???�??? */
.change li .imgWrap {
  display: table-cell;
  width: 840px;
  height: 590px;
  vertical-align: middle;
  cursor: pointer;
  *font-size: 500px;
}

.change li img {
  max-width: 840px;
  max-height: 590px;
  width: expression(this.width > 840 && this.width > this.height ? 900 :true);
  height: expression(this.height >900 ? 900: true);
  vertical-align: middle;
  overflow: hidden;
}

/* 鎻忚�???�???ㄥ垎 */
.change li .textDesc {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  overflow: hidden;
}

.change li .opacity {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.change li .title {
  padding: 10px 15px 0;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 22px;
}

.change li .title a {
  color: #e6e6e6;
}

.change li .text {
  color: #b7b7b7;
  line-height: 18px;
  padding: 5px 15px;
  font-size: 12px;
}

/* 缈�?�〉鎸夐挳 */
.prev, .next {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 480px;
  color: #FFF;
  font-size: 14px;
  z-index: 9;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  display: none;
}

.prev span, .next span {
  display: none;
}

.prev {
  left: 0;
  background: url(../images-thumb/arrows_01.png) no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_01.png");
  _background: none;
}

.next {
  right: 0;
  background: url(../images-thumb/arrows_02.png) no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_02.png");
  _background: none;
}

/* 鍒嗛�??? */
.pageClass {
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 50px;
  padding-top: 10px;
}

.pageClass a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  overflow: hidden;
  border: 1px solid #bebebe;
  background: #bebebe;
  border-radius: 5px;
  outline: none;
}

.pageClass a span {
  display: none;
}

.pageClass a:hover, .pageClass a.cur {
  border: 1px solid #be230a;
  background: #be230a;
}

/* 缂╁浘閮ㄥ垎 */
.thumbWrap {
  width: 85px;
  height: 510px;
  padding: 39px 0;
  position: absolute;
  right: 50px;
  top: 0;
  overflow: hidden;
}

.thumbWrap .thumbCont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.thumbWrap ul li {
  width: 81px;
  height: 81px;
  text-align: center;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 3px;
  border: #787477 solid 2px;
  border-radius: 100px;
  opacity: 0.5;
}

.thumbWrap ul li div {
  display: table-cell;
  width: 85px;
  height: 85px;
  vertical-align: middle;
  cursor: pointer;
  *font-size: 79px;
}

.thumbWrap ul li img {
  width: 85px;
  height: 85px;
  border-radius: 50px;
  overflow: hidden;
}

.thumbWrap ul li.cur {
  border: #134e92 solid 2px;
  opacity: 1;
}

/* 缂╁浘鎸夐挳 */
.thumbPrev, .thumbNext {
  width: 140px;
  height: 39px;
  text-align: center;
  position: absolute;
  color: #000;
  z-index: 9;
  outline: none;
}

.thumbPrev span, .thumbNext span {
  display: none;
}

.thumbPrev {
  right: -23px;
  top: 0;
  background: url(../images/Yprev.png) no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/Yprev.png");
  _background: none;
}

.thumbNext {
  right: -23px;
  bottom: 0;
  background: url(../images/Ynext.png) no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/Ynext.png");
  _background: none;
}

/*end*/
/*浼佷笟鏂囧�??*/
.qywh {
  background: url(../images/qywh_03.jpg) top right no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
}

.qywh1 {
  padding-top: 85px;
  text-align: left;
}

.qywh1 b {
  display: block;
  font-size: 30px;
  color: #333333;
  font-weight: 100;
}

.qywh1 span {
  display: block;
  width: 951px;
  text-indent: 1rem;
  font-size: 14px;
  color: #6d6c6c;
  padding-top: 30px;
  line-height: 28px;
}

.qywh1 img {
  display: block;
  padding-top: 46px;
}

/*浼佷笟鑽ｈ獕*/
.qyry1 {
  width: 100%;
  background: url(../images/qyrybg.png);
  height: 610px;
  margin: 0 auto;
  text-align: center;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
}

.qyry2 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-top: 54px;
}

.qyry2 div.title {
  font-size: 30px;
  color: #333333;
}

.qyry2 div.title span {
  font-size: 24px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 10px;
}

/*浼佷笟鑽ｈ獕 婊氬�???*/
.glory .clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px;
}

.glory .center {
  width: 980px;
  margin: 0 auto;
  min-height: 1px;
}

/*html,body {height:100%;background-color: #303030;}*/
.glory .container {
  background: url(../images/bg.png);
  height: auto;
}

.glory .wrap_it_all {
  min-height: 500px;
}

.glory .wrap_it_all {
  height: 100%;
}

.glory #slider {
  clear: both;
  height: 346x;
  padding: 160px 0 0 50px;
  width: 980px;
  overflow: hidden;
}

.glory .slider_carousel {
  position: absolute;
  width: 960px;
}

.glory .roundabout-holder {
  padding: 0;
  height: 400px;
  position: absolute;
  width: 890px;
  margin: 0 0 0 55px;
}

.glory .roundabout-moveable-item {
  border: 0;
  list-style: none;
  width: 433px;
  height: 326px;
  box-shadow: 0px 20px 20px -10px #000000;
  -webkit-box-shadow: 0px 20px 20px -10px #000000;
}

.glory .roundabout-moveable-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.glory .round_conrol {
  position: relative;
  width: 198px;
  margin: 0 auto;
  height: 34px;
  padding: 0 0 0 0;
}

.glory #bt-previous {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block !important;
  background: url(../images/fan_left.png) no-repeat left;
  left: 0;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.glory #bt-next {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block !important;
  background: url(../images/fan_right.png) no-repeat left;
  right: 0;
  top: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.glory .round_but {
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  background: url(../images/fan_but.png) no-repeat top right;
  left: 40px;
  top: 28px;
  cursor: pointer;
}

.glory .title {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 26px;
  padding-left: 100px;
}

/*瑁呴グ鏈嶅�??*/
.zsfw1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.zsfw2 {
  width: 1200px;
  margin: 0 auto;
}

.zsfw3 {
  padding-top: 50px;
}

.zsfw3 span.one1 {
  width: 248px;
  height: 130px;
  margin: 0 auto;
  float: left;
  background: url(../images/zsfw1_03.jpg) no-repeat;
  display: block;
}

.zsfw3 span.one1:hover {
  background: url(../images/zsfw1h_03.jpg) no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zsfw3 span.two1 {
  width: 248px;
  height: 130px;
  margin: 0 auto;
  float: left;
  background: url(../images/zsfw2_03.jpg) no-repeat;
  display: block;
  margin-left: 220px;
}

.zsfw3 span.two1:hover {
  background: url(../images/zsfw2h_03.jpg) no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zsfw3 span.three1 {
  width: 248px;
  height: 130px;
  margin: 0 auto;
  float: right;
  background: url(../images/zsfw3_03.jpg) no-repeat;
  display: block;
}

.zsfw3 span.three1:hover {
  background: url(../images/zsfw3h_03.jpg) no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zsfw4 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.zsfwtitle {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.zsfwtitle span {
  display: block;
  width: 471px;
  height: 1px;
  background: #cccccc;
  float: left;
  margin-top: 26px;
}

.zsfwtitle b {
  font-size: 44px;
  color: #333333;
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}

.zsfwtitle1 {
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
}

.zsfw5 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.zsfw5 span.one {
  background: url(../images/zsfw4_03.jpg) no-repeat;
  width: 147px;
  height: 185px;
  float: left;
  display: block;
  margin-left: 150px;
}

.zsfw5 span.two {
  background: url(../images/zsfw9_03.jpg) no-repeat;
  width: 147px;
  height: 185px;
  float: left;
  display: block;
  margin-left: 90px;
}

.zsfw5 span.three {
  background: url(../images/zsfw10_03.jpg) no-repeat;
  width: 147px;
  height: 185px;
  float: left;
  display: block;
  margin-left: 90px;
}

.zsfw5 span.four {
  background: url(../images/zsfw11_03.jpg) no-repeat;
  width: 147px;
  height: 185px;
  float: left;
  display: block;
  margin-left: 90px;
}

.zsfw6 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.zsfw7 {
  background: url(../images/zxfw8_03.jpg) no-repeat;
  width: 1005px;
  height: 546px;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 55px;
}

.zsfw8 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 30px;
}

.zsfw9 {
  background: url(../images/zxfw9_03.jpg) no-repeat;
  width: 1198px;
  height: 361px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

.sytitle {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  margin-bottom: 15px;
}

.sytitle span {
  width: 57px;
  height: 1px;
  background: #d8d8d8;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-right: 20px;
}

.sytitle h2 {
  font-size: 40px;
  color: #333333;
  display: inline-block;
  font-weight: 100;
}

.sytitle a {
  font-size: 40px;
  color: #333333;
  display: inline-block;
  font-weight: 100;
}

.sytitle div.sytitle {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}

/*棣栭〉浠锋牸婊氬�???*/
.syqh {
  width: 550px;
  margin: 0 auto;
}

.activityBox {
  height: 290px;
  width: 550px;
  position: relative;
  margin-left: 130px;
  padding-top: 30px;
}

.activityBox .title {
  width: 550px;
  text-align: center;
  margin-top: 10px;
}

.activityBox div.title span.next {
  background: none;
  position: static;
  display: block;
  cursor: pointer;
  color: #000;
  width: 28px;
  height: 30px;
  margin: 0 auto;
}

.activityBox .content {
  width: 550px;
  position: relative;
}

.activityBox .content .contentInner {
  width: 550px;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.activityBox .content .contentInner ul {
  width: 550px;
  height: 290px;
  position: absolute;
}

.activityBox .content .contentInner ul li {
  height: 290px;
}

.activityBox .content .contentInner ul li img {
  vertical-align: middle;
}

.activityBox .content .contentInner p span {
  color: #999;
  margin-left: 15px;
}

/*鍏充�???鎴戜�??? 渚у鑸柊鏍峰紡*/
.fl_l {
  width: 200px;
  float: left;
  border: 1px solid #f4f4f4;
  background: #fff;
}

.fl_l div.fl_l_li a {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 45px;
}

.fl_l div.active a {
  border-right: #014490 solid 4px;
  color: #014490;
}

.fl_r {
  float: right;
  width: 950px;
}

.fl_r div.fl_r_li {
  background: #fff;
  display: block;
  text-align: left;
  margin-bottom: 32px;
}

/*婕傛诞娴姩*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qradjf");
  src: url("../fonts/icomoon.eot?qradjf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qradjf") format("truetype"), url("../fonts/icomoon.woff?qradjf") format("woff"), url("../fonts/icomoon.svg?qradjf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  color: #999;
}

/*new right*/
.cndns-right {
  position: fixed;
  left: 26px;
  bottom: 20%;
  margin-top: -100px;
  z-index: 9999;
}

.cndns-right-meau {
  position: relative;
}

.cndns-right-btn {
  width: 72px;
  height: 73px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  background-color: #fff;
}

.cndns-right-btn span {
  color: #848484;
  font-size: 34px;
  line-height: 73px;
}

.cndns-right-btn sup {
  display: block;
  min-width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #ff6800;
  position: absolute;
  left: -12px;
  top: -12px;
}

.cndns-right-btn p {
  color: #003787;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
  display: none;
}

.cndns-right-meau:hover .cndns-right-btn p {
  display: block;
}

.meau-car .cndns-right-btn {
  border-color: #ff6800;
  margin-bottom: 5px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span {
  color: #fff;
}

.meau-car .cndns-right-btn span {
  color: #ff6800;
}

.meau-sev .cndns-right-btn {
  border-color: #ff6800;
  background: url(../images/002.gif) no-repeat #ff6800 center;
}

.meau-sev .cndns-right-btn p {
  color: #fff;
}

.meau-sev .cndns-right-btn span {
  color: #fff;
}

.meau-top .cndns-right-btn span {
  font-size: 12px;
  line-height: 12px;
  padding-top: 18px;
  display: block;
}

.meau-top .cndns-right-btn i {
  display: block;
  color: #999;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
  background-color: #003787;
  border-color: #003787;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
  display: block;
  color: #fff;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
  color: #fff;
}

.cndns-right-box {
  position: absolute;
  top: -15px;
  left: 70px;
  padding-right: 25px;
  display: none;
}

.cndns-right-box .box-border {
  border: 1px solid #ccc;
  border-top: 4px solid #003787;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}

.cndns-right-box .box-border .arrow-right {
  display: block;
  width: 13px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  right: -13px;
  top: 26px;
  display: none;
}

.cndns-right-box .box-border .sev-t span {
  font-size: 42px;
  float: left;
  display: block;
  line-height: 56px;
  margin-right: 20px;
  color: #d3d3d3;
}

.cndns-right-box .box-border .sev-t p {
  float: left;
  color: #003787;
  font-size: 24px;
  line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
  display: block;
  font-size: 14px;
  color: #aaa;
}

.cndns-right-box .box-border .sev-b {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e4e4;
}

.cndns-right-box .box-border .sev-b h4 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b li {
  float: left;
  width: 33.33333%;
}

.cndns-right-box .box-border .sev-b li a {
  display: inline-block;
  color: #999;
  font-size: 13px;
  padding-left: 43px;
  background: url(../images/q1.gif) no-repeat left 3px;
  line-height: 36px;
}

.cndns-right-box .box-border .sev-b li a:hover {
  color: #ff6800;
}

.meau-sev .cndns-right-box .box-border {
  width: 430px;
}

.meau-contact .cndns-right-box .box-border {
  width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
  display: block;
}

.meau-code .cndns-right-box {
  top: inherit;
  bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
  width: 156px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
  display: block;
  color: #003787;
  font-size: 16px;
  line-height: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
  top: inherit;
  bottom: 50px;
}

.meau-sev .cndns-right-btn .demo-icon {
  display: none;
}

.meau-sev:hover .cndns-right-btn {
  background: #ff6800;
}

.meau-zs .cndns-right-btn {
  background-color: #ff6800;
  color: #fff;
  margin-top: 80px;
  border-color: #ff6800;
}

.meau-zs .cndns-right-btn span {
  color: #fff;
}

.meau-zs .cndns-right-btn p {
  color: #fff;
}

/*娴姩end*/
/*�???�???獥鎶ヤ环璁＄畻鍣�???*/
.jsq_tc {
  width: 650px;
  height: 240px;
  background: #fff;
  border: #ccc solid 1px;
  border-radius: 0 0 5px 5px;
  position: fixed;
  margin-left: -325px;
  bottom: 0%;
  z-index: 600;
  display: none;
}

.jsq_tc1 {
  width: 100%;
  position: relative;
}

.jsq_tc2 {
  position: absolute;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #011d4c;
  top: -40px;
  left: 0px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.jsq_tc3 {
  font-size: 24px;
  color: #808080;
  text-align: center;
  padding-top: 20px;
}

.jsq_form {
  width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

.jsq_tc4 {
  float: left;
  width: 300px;
}

.jsq_tc4 span {
  font-size: 18px;
  color: #011d4c;
  font-weight: bold;
  padding-right: 10px;
}

.jsq_tc4 input {
  width: 170px;
  height: 38px;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding-left: 20px;
  border: #ccc solid 1px;
  border-radius: 5px;
}

.jsq_tc5 {
  float: right;
  width: 300px;
  text-align: right;
}

.jsq_tc5 span {
  font-size: 18px;
  color: #011d4c;
  font-weight: bold;
  padding-right: 10px;
}

.jsq_tc5 input {
  width: 170px;
  height: 38px;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding-left: 20px;
  border: #ccc solid 1px;
  border-radius: 5px;
}

.jsq_tc6 {
  width: 229px;
  margin: 0 auto;
  margin-top: 20px;
}

.jsq_tc6 input {
  width: 229px;
  height: 40px;
  border: 0px;
  background: #011d4c;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.jsq_tc6 input:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.jsq_tc7 {
  text-align: center;
  margin-top: 20px;
  color: #da251c;
}

.jsq_tm {
  background: url(../images/htm2_03.png);
  width: 100%;
  height: 100%;
  z-index: 580;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
}

.jsq_close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: #fff;
  text-align: center;
}

.jsq_close a {
  display: block;
  color: #fff;
  font-size: 26px;
  background: #011d4c;
  line-height: 26px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.jsq_close a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*end*/
/*鍞悗鏈嶅�??*/
.shfw2 {
  width: 1200px;
  margin: 0 auto;
}

.shfw3 {
  background: url(../images/shfw1_03.jpg) no-repeat;
  width: 1200px;
  height: 1764px;
  background-size: 100%;
  margin-top: 110px;
  margin-bottom: 80px;
}

.shfw4 {
  background: url(../images/shfw2_03.jpg) no-repeat;
  width: 1200px;
  height: 405px;
  background-size: 100%;
  margin-bottom: 80px;
}

/*澶т簨璁�*/
.dsj {
  position: relative;
  width: 100%;
  height: 780px;
}

.mt10 {
  margin-top: 10px;
}

.opacity7 {
  opacity: 0.7;
}

.opacity9 {
  opacity: 0.9;
}

.rotate45 {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transition: rotate(360deg);
  transition: rotate(360deg);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.step {
  position: relative;
  width: 900px;
  padding: 40px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 48px;
  line-height: 1.5;
  cursor: pointer;
}

.impress-not-supported .step {
  font-size: 18px;
}

.impress-enabled .step {
  margin: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.impress-enabled .step.active {
  opacity: 1;
}

/*  header   */
/*   bg    */
.impress-supported .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: #fff url(../images/bg04.jpg) no-repeat;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-size: cover;
}

.impress-not-supported .bg {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  _display: none;
}

.impress-not-supported .bg img {
  height: 1200px;
}

.impress-supported .bg img {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/*    timeline   */
.impress-supported .timeline {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  padding: 0 100px;
  font-size: 18px;
  -webkit-transition: all 1s ease-in-out 1.5s;
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}

.impress-not-supported .timeline {
  margin-top: 30px;
}

.impress-supported .line_white {
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -10;
}

/*    timeList_item   */
.impress-supported .timeList_item {
  position: relative;
  float: left;
}

.impress-not-supported .timeList_item {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#51000000, endColorstr=#51000000);
  background: rgba(0, 0, 0, 0.2);
  _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
  _background-color: #333;
  padding: 30px;
  border-radius: 10px;
}

.impress-supported .present {
  margin-top: -20px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.impress-supported .circle {
  margin-right: 100px;
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.impress-supported .present .circle {
  width: 90px;
  height: 90px;
  background-color: #011d4c;
  line-height: 90px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: none;
}

.impress-not-supported .circle {
  font-size: 48px;
}

.impress-supported .timeList_item_title {
  width: 150px;
  position: absolute;
  top: 158px;
  left: -84px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  height: 38px;
  overflow: hidden;
}

.impress-not-supported .timeList_item_title {
  line-height: 200%;
  color: #ff9900;
  font-size: 30px;
}

.impress-supported .present .timeList_item_title {
  width: 500px;
  top: -10px;
  left: 280px;
  line-height: 140%;
  -webkit-transform: none;
  transform: none;
  font-size: 33px;
  color: #fff;
  text-align: center;
  margin-left: -50%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
  display: none;
}

.impress-supported .year2012, .impress-supported .year2013 {
  position: absolute;
  top: -120px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  color: #fff;
}

.impress-not-supported .year2012, .impress-not-supported .year2013 {
  padding: 0;
  width: 110px;
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  background-color: #2f9dcc;
  text-align: center;
  border-radius: 5px;
}

.impress-not-supported .year {
  padding: 0;
}

.impress-supported .list_show {
  position: absolute;
  top: -200px;
  left: -130px;
  width: 980px;
  height: 400px;
  text-align: center;
  font-size: 35px;
}

.impress-supported .list_show img {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  float: left;
  margin-right: 30px;
  position: absolute;
  width: 500px;
  height: auto;
}

.impress-enabled .step .list_show {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms--transform: scale(0.5);
  -o--transform: scale(0.5);
  transform: scale(0.5);
  color: #fff;
}

.impress-enabled .step.active .list_show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms--transform: scale(1);
  -o--transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

.impress-supported .list_show h2 {
  font-size: 46px;
  color: #0087f1;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.impress-not-supported .list_show h2 {
  display: none;
}

.impress-supported .list_show p {
  color: rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  margin-left: 530px;
}

/*  list_show�???冨眬  */
.impress-enabled .step.active .list_show img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.impress-enabled .step.active .list_show h2 {
  position: absolute;
  top: 0;
  left: 530px;
  margin: 0;
  width: 460px;
}

.impress-enabled .step.active .list_show p {
  position: absolute;
  top: 90px;
  left: 530px;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.impress-enabled .step.active .list_show p img {
  padding: 5px;
  background-color: #fff;
  width: 460px;
}

.impress-enabled .step.active .show1 img {
  left: auto;
  right: 0;
}

.impress-enabled .step.active .show1 h2 {
  left: 0;
}

.impress-enabled .step.active .show1 p {
  top: 90px;
  left: 0;
}

.impress-enabled .step.active .show2 img {
  left: 0;
  top: 90px;
}

.impress-enabled .step.active .show2 h2 {
  left: 0;
  top: 0;
  width: auto;
}

.impress-enabled .step.active .show2 p {
  top: 90px;
  left: 530px;
}

.impress-enabled .step.active .show3 img {
  left: 0;
}

.impress-enabled .step.active .show3 h2 {
  left: 530px;
  top: 0;
}

.impress-enabled .step.active .show3 p, .impress-enabled .step.active .show4 3 img {
  left: auto;
  right: 0;
  width: 460px;
}

.impress-enabled .step.active .show3 p {
  top: 90px;
}

.impress-enabled .step.active .show4 img {
  left: auto;
  right: 0;
  width: 400px;
}

.impress-enabled .step.active .show4 h2 {
  left: 0;
  top: 0;
}

.impress-enabled .step.active .show4 p, .impress-enabled .step.active .show4 p img {
  left: 0;
}

.impress-enabled .step.active .show4 p {
  top: 90px;
}

.impress-supported .list_show p img {
  width: 460px;
}

.impress-enabled .step.active .show5 img {
  left: auto;
  right: 0;
  width: 300px;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.impress-enabled .step.active .show5 h2 {
  left: 0;
  top: 0;
}

.impress-enabled .step.active .show5 p, .impress-enabled .step.active .show5 p img {
  top: 40px;
  left: 0;
  width: 700px;
}

.impress-enabled .step.active .list_show p.m160, .impress-enabled .step.active .show1 p.m160, .impress-enabled .step.active .show2 p.m160, .impress-enabled .step.active .show3 p.m160, .impress-enabled .step.active .show4 p.m160, .impress-enabled .step.active .show5 p.m160 {
  top: 160px;
}

.impress-enabled .step.active .list_show p.end {
  top: 0;
  left: 0;
  font-size: 36px;
}

.gotop {
  display: none;
}

.impress-supported .refresh img {
  width: 160px;
  height: 160px;
  opacity: 0.8;
  left: 290px;
  top: 100px;
  cursor: pointer;
}

.impress-not-supported .refresh {
  display: none;
}

.impress-not-supported .gotop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 120px;
  bottom: 60px;
}

.impress-not-supported .gotop img {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#51ffffff, endColorstr=#51ffffff);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px;
}

@media (max-height: 900px) {
  .impress-supported .list_show img {
    width: 400px;
  }
  .impress-enabled .step.active .list_show p img {
    max-width: 300px;
  }
  .impress-enabled .step.active .show5 p, .impress-enabled .step.active .show5 p img {
    max-width: 540px;
  }
  .impress-supported .list_show p, .impress-supported .list_show h2 {
    margin-left: 420px;
  }
  .impress-supported .list_show {
    top: -210px;
  }
  .impress-enabled .step.active .list_show h2, .impress-enabled .step.active .list_show p {
    left: 430px;
  }
  .impress-enabled .step.active .show3 h2, .impress-enabled .step.active .show3 p {
    left: 430px;
  }
  .impress-enabled .step.active .show4 h2, .impress-enabled .step.active .show4 p, .impress-enabled .step.active .show4 p img, .impress-enabled .step.active .list_show .show1 h2, .impress-enabled .step.active .list_show .show1 p {
    left: 0;
  }
  .impress-enabled .step.active .show1 h2, .impress-enabled .step.active .list_show .show1 p {
    left: 0;
  }
  .impress-enabled .step.active .show1 p {
    left: 0;
  }
  .impress-enabled .step.active .show4 img, .impress-enabled .step.active .show1 img {
    left: 460px;
  }
  .impress-enabled .step.active .show5 h2, .impress-enabled .step.active .show5 p {
    left: 0;
  }
}

@media (mix-height: 900px) {
  .impress-supported .list_show img {
    width: 500px;
  }
  .impress-supported .list_show p, .impress-supported .list_show h2 {
    margin-left: 520px;
  }
  .impress-supported .list_show {
    top: -500px;
  }
}

.impress-enabled .refresh .list_show img, .impress-enabled .step.active.refresh .list_show img {
  width: 160px;
  left: 250px;
  top: 100px;
}

/*�???忔�?�鏁磋*/
.tmzz1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tmzz2 {
  background: url(../images/tmzz1_03.jpg) 0 182px no-repeat;
  width: 1200px;
  height: 105px;
  text-align: left;
  padding-top: 70px;
  padding-bottom: 182px;
}

.tmzz2 b {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 60px;
  color: #000;
  padding-bottom: 46px;
}

.tmzz2 p {
  display: block;
  width: 960px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
  text-indent: 2em;
}

.tmzz3 {
  margin-top: 72px;
  margin-bottom: 46px;
}

.tmzz3 b.title {
  font-size: 54px;
  color: #000;
  padding-bottom: 28px;
  display: block;
}

.tmzz3 ul li.li {
  float: left;
  width: 210px;
  height: 302px;
  border: #999999 solid 1px;
  text-align: left;
  position: relative;
}

.tmzz3 ul li.li b {
  font-size: 24px;
  color: #000;
  display: block;
  padding-top: 25px;
  padding-left: 15px;
}

.tmzz3 ul li.li span {
  font-size: 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding-left: 15px;
  padding-top: 18px;
}

.tmzz3 ul li.li p {
  font-size: 16px;
  color: #595858;
  padding-left: 15px;
  padding-top: 30px;
  line-height: 24px;
}

.tmzz3 ul li.li img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  position: absolute;
  bottom: 10px;
  z-index: 20;
  left: 45px;
}

.tmzz3 ul li.shu {
  background: url(../images/tmzzxjt_03.jpg) no-repeat;
  width: 20px;
  height: 15px;
  float: left;
  margin-top: 30px;
  margin-right: 14px;
}

.tmzz4 {
  background: url(../images/tmzzx1_02.jpg) no-repeat;
  width: 100%;
  height: 645px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.tmzz5 {
  padding-top: 70px;
}

.tmzz5 b {
  font-size: 54px;
  font-weight: bold;
}

.tmzz6 {
  margin-top: 39px;
}

.tmzz7 {
  width: 600px;
  height: 249px;
  border: #999999 solid 1px;
  background: url(../images/tmzz2_03.jpg) no-repeat;
  float: left;
  text-align: left;
}

.tmzz7 span {
  font-size: 24px;
  color: #333333;
  display: block;
  padding-top: 47px;
  padding-left: 39px;
}

.tmzz7 span b {
  font-size: 36px;
  color: #333333;
  padding-left: 10px;
}

.tmzz7 p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
  padding-top: 20px;
  line-height: 24px;
}

.tmzz7 i {
  font-style: normal;
  font-size: 48px;
  color: #cccccc;
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}

.tmzz8 {
  width: 597px;
  height: 249px;
  border: #999999 solid 1px;
  border-left: 0px;
  background: url(../images/tmzz3_03.jpg) no-repeat;
  float: left;
  text-align: left;
}

.tmzz8 span {
  font-size: 24px;
  color: #333333;
  display: block;
  padding-top: 47px;
  padding-left: 39px;
}

.tmzz8 span b {
  font-size: 36px;
  color: #333333;
  padding-left: 10px;
}

.tmzz8 p {
  font-size: 16px;
  color: #666666;
  padding-left: 40px;
  padding-top: 20px;
  line-height: 24px;
}

.tmzz8 i {
  font-style: normal;
  font-size: 48px;
  color: #cccccc;
  display: block;
  padding-left: 40px;
  padding-top: 10px;
}

.tmzz9 {
  padding-top: 49px;
  padding-bottom: 66px;
}

.tmzz9 b {
  font-size: 54px;
  color: #000;
}

.tmzz9 img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.tmzz10 {
  background: url(../images/tmzzx2_02.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 709px;
}

.tmzz11 {
  padding-top: 45px;
}

.tmzz11 b {
  font-size: 54px;
  color: #000;
}

.tmzz12 {
  width: 1156px;
  height: 164px;
  border: #bdbcbc solid 2px;
  border-radius: 3px;
  margin-top: 40px;
}

.tmzz13 {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
}

.tmzz13 span {
  display: block;
  padding-top: 28px;
  font-size: 18px;
}

.tmzz14 {
  background: url(../images/tmzzxjt2_03.png) no-repeat;
  float: left;
  width: 23px;
  height: 17px;
  margin-left: 35px;
  margin-top: 55px;
}

.tmzz15 {
  float: left;
  margin-top: 39px;
  margin-left: 35px;
}

.tmzz15 span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}

.tmzz16 {
  float: left;
  margin-top: 35px;
  margin-left: 32px;
}

.tmzz16 span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}

.tmzz17 {
  float: left;
  margin-top: 41px;
  margin-left: 27px;
}

.tmzz17 span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}

.tmzz18 {
  float: left;
  margin-top: 31px;
  margin-left: 31px;
}

.tmzz18 span {
  display: block;
  padding-top: 20px;
  font-size: 18px;
}

.tmzz19 {
  background: url(../images/tmzz16_03.png) no-repeat;
  width: 1200px;
  height: 190px;
  margin: 0 auto;
  margin-top: 40px;
}

.tmzz20 {
  padding-top: 94px;
}

.tmzz20 b.title {
  font-size: 60px;
  display: block;
  color: #000;
  padding-bottom: 86px;
}

.tmzz21 {
  background: url(../images/tmzz28_02.jpg) top center no-repeat;
  width: 100%;
  height: 1545px;
  background-size: cover;
}

.tmzz21 b.title2 {
  display: block;
  text-align: center;
  width: 840px;
  margin: 0 auto;
  padding-top: 69px;
  padding-bottom: 43px;
}

.tmzz21 b.title2 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz21 b.title2 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz22 {
  background: url(../images/tmzz18_03.jpg) top center no-repeat;
  width: 297px;
  height: 193px;
  float: left;
}

.tmzz22 b {
  font-size: 60px;
  color: #fff;
  display: block;
  padding-top: 50px;
}

.tmzz22 b span {
  font-size: 30px;
  font-weight: 100;
}

.tmzz22 p {
  width: 293px;
  height: 61px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.tmzz22:hover {
  background: #feed00;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz22 b:hover {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz22.hover {
  background: #feed00;
  color: #000;
}

.tmzz22 b.hover {
  color: #000;
}

.tmzz23 {
  background: url(../images/tmzz19_03.jpg) top center no-repeat;
  width: 297px;
  height: 193px;
  float: left;
  margin-left: 3px;
}

.tmzz23 b {
  font-size: 60px;
  color: #fff;
  display: block;
  padding-top: 50px;
}

.tmzz23 b span {
  font-size: 30px;
  font-weight: 100;
}

.tmzz23 p {
  width: 293px;
  height: 61px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.tmzz23:hover {
  background: #feed00;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz23 b:hover {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz24 {
  background: url(../images/tmzz19_03.jpg) top center no-repeat;
  width: 297px;
  height: 193px;
  float: left;
  margin-left: 3px;
}

.tmzz24 b {
  font-size: 60px;
  color: #fff;
  display: block;
  padding-top: 50px;
}

.tmzz24 b span {
  font-size: 30px;
  font-weight: 100;
}

.tmzz24 p {
  width: 293px;
  height: 61px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.tmzz24:hover {
  background: #feed00;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz24 b:hover {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz25 {
  background: url(../images/tmzz20_03.jpg) top center no-repeat;
  width: 297px;
  height: 193px;
  float: left;
  margin-left: 3px;
}

.tmzz25 b {
  font-size: 60px;
  color: #fff;
  display: block;
  padding-top: 50px;
}

.tmzz25 b span {
  font-size: 30px;
  font-weight: 100;
}

.tmzz25 p {
  width: 293px;
  height: 61px;
  display: block;
  margin: 0 auto;
  background: #fff;
  line-height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.tmzz25:hover {
  background: #feed00;
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz25 b:hover {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz26 {
  background: url(../images/tmzz22_03.jpg) top center no-repeat;
  width: 1196px;
  height: 290px;
  margin: 0 auto;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
}

.tmzz27 {
  width: 1200px;
  margin: 0 auto;
}

.tmzz27 b.title3 {
  display: block;
  text-align: center;
  width: 649px;
  margin: 0 auto;
}

.tmzz27 b.title3 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz27 b.title3 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz28 {
  width: 1200px;
  height: 633px;
}

.tmzz29 {
  width: 100%;
}

.tmzz29 li {
  float: right;
}

.tmzz29 li a {
  display: block;
}

.tmzz29 li a.qszico1 {
  background: url(../images/qszico1.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico2 {
  background: url(../images/qszico2.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico3 {
  background: url(../images/qszico3.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico4 {
  background: url(../images/qszico4.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico5 {
  background: url(../images/qszico5.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico6 {
  background: url(../images/qszico6.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico7 {
  background: url(../images/qszico7.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico8 {
  background: url(../images/qszico8.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 li a.qszico9 {
  background: url(../images/qszico9.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29 .thisStyle a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz29 .thisStyle a.qszico1 {
  background: url(../images/qszico1h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico2 {
  background: url(../images/qszico2h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico3 {
  background: url(../images/qszico3h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico4 {
  background: url(../images/qszico4h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico5 {
  background: url(../images/qszico5h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico6 {
  background: url(../images/qszico6h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico7 {
  background: url(../images/qszico7h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico8 {
  background: url(../images/qszico8h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29 .thisStyle a.qszico9 {
  background: url(../images/qszico9h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29Content {
  width: 1150px;
  margin: 0 auto;
}

.tmzz29Content ul {
  display: none;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.tmzz30 {
  background: url(../images/tmzz24_03.jpg) no-repeat;
  width: 264px;
  height: 557px;
  position: absolute;
  z-index: 22;
  top: 43px;
}

.tmzz31 {
  width: 833px;
  float: right;
  padding-top: 43px;
  padding-bottom: 34px;
}

.tmzz32 {
  position: relative;
  width: 100%;
  height: 557px;
}

.tmzz32 b {
  font-size: 30px;
  color: #333333;
  display: block;
  text-align: left;
  padding-top: 53px;
  padding-left: 33px;
}

.tmzz32 p {
  display: block;
  width: 204px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 45px;
}

.tmzz32 a {
  display: block;
  position: absolute;
  width: 213px;
  height: 41px;
  background: #ffce00;
  border-radius: 10px;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #333333;
  left: 22px;
  bottom: 29px;
}

.tmzz32 a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz33 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.tmzz33 b {
  font-size: 60px;
  color: #000;
}

.tmzz33 span {
  background: url(../images/tmzz29_03.jpg) no-repeat;
  width: 1200px;
  height: 701px;
  margin: 0 auto;
  display: block;
  margin-top: 43px;
  margin-bottom: 77px;
}

/*鏍�?�績宸ヨ�???*/
.hxgy1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hxgy_title {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.hxgy2 {
  width: 1200px;
  margin: 0 auto;
}

.hxgy3 {
  float: left;
  width: 520px;
  text-align: left;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  height: 500px;
}

.hxgy3 img {
  display: block;
}

.hxgy3 b {
  display: block;
  font-size: 18px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: #bab0a4 dotted 1px;
  margin-top: 20px;
  line-height: 26px;
}

.hxgy3 b p.p {
  font-weight: 100;
}

.hxgy3 span {
  font-size: 14px;
  color: #666666;
  display: block;
  padding-bottom: 20px;
  border-bottom: #bab0a4 dotted 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hxgy3 i {
  display: block;
  width: 44px;
  height: 44px;
  font-style: normal;
  font-size: 30px;
  color: #01287e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}

.hxgy4 {
  width: 100%;
  text-align: center;
  background: #e3dfdb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hxgy5 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}

.hxgy5 b {
  font-size: 42px;
  color: #01287e;
  display: block;
  text-align: left;
  padding-bottom: 30px;
}

.hxgy5 b span {
  font-size: 18px;
  color: #666666;
  padding-left: 10px;
  font-weight: 100;
}

.hxgy6 {
  text-align: center;
  padding-top: 120px;
  width: 1200px;
  margin: 0 auto;
}

.hxgy7 {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e9e8e8;
  margin-top: 70px;
}

/*鍦ㄥ缓�?�ュ�???*/
.zjgdtopnav {
  background: url(../images/zjgdtopnav_02.jpg) repeat-x;
  width: 100%;
  height: 30px;
}

.zjgd {
  margin-top: 47px;
}

.zjgd1 {
  float: left;
  width: 868px;
}

.zjgd1 ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #dcdcdc dotted 1px;
}

.zjgd1 ul li div.img {
  float: left;
}

.zjgd1 ul li img {
  width: 230px;
  height: 172px;
  border: #c0c0c0 solid 1px;
}

.zjgd1 ul li div.txt {
  float: left;
  width: 615px;
  margin-left: 10px;
}

.zjgd1 ul li div.txt a.blank {
  color: #000;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.zjgd1 ul li div.txt span.sx {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  display: block;
  line-height: 26px;
}

.zjgd1 ul li div.txt div.lc {
  position: relative;
  border-bottom: #ededed solid 1px;
  height: 38px;
  margin-top: 20px;
}

.zjgd1 ul li div.txt div.lc span {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  padding-bottom: 30px;
  background: url(../images/zjgd3_03.jpg) 20px 30px no-repeat;
  margin-right: 20px;
}

.zjgd1 ul li div.txt div.lc span.hover {
  color: #ff9900;
  background: url(../images/zjgd1_03.jpg) 20px 30px no-repeat;
  display: inline-block;
  padding-bottom: 30px;
}

.zjgd2 {
  float: right;
}

.zjgd3 {
  width: 318px;
  height: 288px;
  background: #f7f7f7;
}

.zjgd3 b {
  color: #54586e;
  font-size: 24px;
  display: block;
  font-weight: 100;
  text-align: center;
  padding-top: 35px;
}

.zjgd3 div.form {
  margin-top: 38px;
  margin-left: 30px;
}

.zjgd3 div.form input {
  width: 243px;
  height: 32px;
  border: #ccc solid 1px;
  border-radius: 5px;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 32px;
  display: block;
  padding-left: 15px;
  margin-bottom: 10px;
}

.zjgd3 div.form button {
  width: 262px;
  height: 35px;
  background: #01135e;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
}

.zjgd3 div.form button:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zjgd4 {
  margin-top: 30px;
}

/*鍦ㄥ缓�?�ュ湴璇︽儏*/
.zjgdxq1 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.zjgdxq2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.zjgdxq2 div.img img {
  width: 1200px;
  height: 455px;
}

.zjgdxq2 div.form {
  background: url(../images/zjgdxq3_03.png);
  width: 326px;
  height: 310px;
  position: absolute;
  right: 25px;
  top: 65px;
  z-index: 30;
}

.zjgdxq2 div.form div.title {
  font-size: 24px;
  color: #333333;
  padding-top: 48px;
  text-align: center;
  padding-bottom: 36px;
}

.zjgdxq2 div.form input {
  width: 243px;
  height: 32px;
  background: #fff;
  border: #dbdbdb solid 1px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  padding-left: 15px;
  margin-bottom: 10px;
}

.zjgdxq2 div.form button {
  width: 262px;
  height: 35px;
  background: #01135e;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.zjgdxq2 div.form button:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.zjgdxq2 div.txt {
  background: url(../images/zjgdxq4_03.png);
  width: 100%;
  height: 87px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 28;
}

.zjgdxq2 div.txt div.txt1 {
  padding-top: 17px;
  padding-left: 16px;
}

.zjgdxq2 div.txt div.txt1 b {
  font-size: 24px;
  color: #fff;
  display: block;
}

.zjgdxq2 div.txt div.txt1 span {
  font-size: 16px;
  color: #fdfbfb;
  display: block;
  padding-top: 5px;
}

.zjgdxq3 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 91px;
  padding-bottom: 91px;
}

.zjgdxq3 span {
  background: url(../images/zjgdxq6_03.jpg) no-repeat;
  width: 88px;
  height: 88px;
  display: block;
  float: left;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 88px;
  margin-left: 70px;
}

.zjgdxq3 span a {
  color: #fff;
}

.zjgdxq3 span.hover {
  background: url(../images/zjgdxq5_03.jpg) no-repeat;
  width: 88px;
  height: 88px;
  display: block;
  float: left;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 88px;
}

.zjgdxq3 span.hover a {
  color: #fff;
}

.zjgdxq4 div.title {
  background: url(../images/zjgdxq7_03.jpg) no-repeat;
  width: 1200px;
  height: 117px;
  margin: 0 auto;
  line-height: 79px;
  text-align: center;
}

.zjgdxq4 div.title {
  color: #333333;
  font-size: 33px;
}

.zjgdxq4 div.title span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #ffe1b5;
  line-height: 42px;
  font-size: 27px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  margin-right: 25px;
}

.zjgdxq4 div.nr {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}

.zjgdxq4 div.nr p {
  padding: 15px 0px;
}

.zjgdxq4 div.nr img {
  max-width: 1000px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/*鏉愭枡澶х�???*/
.cldp1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #f0eeef;
  padding-bottom: 70px;
}

.cldp2 {
  background: url(../images/cldp2_03.jpg) top center no-repeat;
  width: 611px;
  height: 134px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 30px;
}

.cldp3 {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 2px #dcdbdb;
  box-shadow: 1px 1px 20px 2px #dcdbdb;
  padding-bottom: 30px;
}

.cldp4 {
  background: url(../images/cldp3_03.jpg) 0 72px no-repeat;
  width: 1103px;
  height: 247px;
  margin: 0 auto;
  padding-top: 72px;
}

.cldp3 a {
  width: 224px;
  height: 44px;
  background: #ff6600;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 44px;
  margin-top: 30px;
  border-radius: 20px;
}

.cldp3 a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cldp5 {
  background: url(../images/cldp4_03.jpg) no-repeat;
  width: 611px;
  height: 134px;
  margin: 0 auto;
  margin-top: 90px;
}

.cldp6 {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 2px #dcdbdb;
  box-shadow: 1px 1px 20px 2px #dcdbdb;
  padding-bottom: 30px;
  margin-top: 60px;
}

.cldp7 {
  background: url(../images/cldp5_03.jpg) no-repeat;
  width: 1200px;
  height: 435px;
}

.cldp8 {
  background: url(../images/cldp6_03.jpg) no-repeat;
  width: 1200px;
  height: 385px;
}

.cldp9 {
  background: url(../images/cldp7_03.jpg) no-repeat;
  width: 1200px;
  height: 287px;
}

.cldp10 {
  background: url(../images/cldp8_03.jpg) no-repeat;
  width: 1200px;
  height: 335px;
}

.cldp11 {
  background: url(../images/cldp9_03.jpg) no-repeat;
  width: 1200px;
  height: 425px;
}

.cldp12 {
  background: url(../images/cldp10_03.jpg) no-repeat;
  width: 1200px;
  height: 402px;
}

.cldp6 a {
  width: 224px;
  height: 44px;
  background: #ff6600;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 44px;
  margin-top: 30px;
  border-radius: 20px;
}

.cldp6 a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cldp13 {
  background: url(../images/cldp11_03.jpg) 0 0 no-repeat;
  width: 613px;
  height: 134px;
  margin: 0 auto;
  margin-top: 72px;
}

.cldp14 {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 2px #dcdbdb;
  box-shadow: 1px 1px 20px 2px #dcdbdb;
  padding-bottom: 30px;
  margin-top: 60px;
  padding-top: 30px;
}

.cldp15 {
  background: url(../images/cldp12_03.jpg) no-repeat;
  width: 959px;
  height: 405px;
  margin: 0 auto;
}

.cldp14 a {
  width: 224px;
  height: 44px;
  background: #ff6600;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 44px;
  margin-top: 30px;
  border-radius: 20px;
}

.cldp14 a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cldp16 {
  background: url(../images/cldp13_03.jpg) no-repeat;
  width: 980px;
  height: 134px;
  margin: 0 auto;
  margin-top: 70px;
}

.cldp17 {
  background: url(../images/cldp15_02.jpg) 0 0px no-repeat;
  width: 100%;
  height: 1116px;
  background-size: cover;
  text-align: center;
}

.cldp17 b {
  font-size: 60px;
  color: #fff;
  display: block;
  padding-top: 85px;
}

.cldp17 span {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 32px;
  padding-top: 45px;
}

.cldp18 {
  background: url(../images/cldp14_03.jpg) no-repeat;
  width: 1200px;
  height: 259px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}

.cldp19 {
  padding-top: 20px;
  text-align: center;
}

.cldp19 b {
  font-size: 36px;
  color: #fff;
}

.cldp19 div.form {
  width: 975px;
  margin: 0 auto;
}

.cldp19 div.form div.input_left {
  float: left;
  width: 480px;
}

.cldp19 div.form div.input_left span {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 18px;
  color: #fff;
}

.cldp19 div.form div.input_left input {
  width: 315px;
  height: 38px;
  text-align: left;
  font-size: 16px;
  padding-left: 20px;
}

.cldp19 div.form div.input_right {
  float: right;
  width: 480px;
}

.cldp19 div.form div.input_right span {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 18px;
  color: #fff;
}

.cldp19 div.form div.input_right input {
  width: 315px;
  height: 38px;
  text-align: left;
  font-size: 16px;
  padding-left: 20px;
}

.cldp19 div.form div.input_left select {
  width: 336px;
  height: 42px;
  text-align: left;
  font-size: 16px;
  padding-left: 20px;
}

.cldp19 div.form button {
  width: 456px;
  height: 69px;
  display: block;
  border: 0px;
  border-radius: 20px;
  background: #ff9900;
  cursor: pointer;
  line-height: 69px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-top: 60px;
}

.cldp19 div.form button:hover {
  background: #ff6800;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*�???忔�?�鏁磋鏂�*/
a.woshiyigeteshuti {
  width: 473px;
  height: 72px;
  background: #ff9900;
  font-size: 36px;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  line-height: 72px;
  margin-top: 60px;
}

a.woshiyigeteshuti:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzzx1 {
  width: 1200px;
  margin: 30px auto;
}

/* 鏈緥瀛恈ss */
.activityBox_news {
  width: 1200px;
  position: relative;
}

.activityBox_news .title_news {
  width: 1200px;
}

.activityBox_news .title_news h2 {
  font-size: 18px;
  line-height: 34px;
  font-family: '寰蒋闆呴粦', '榛戜�???', '瀹�?�綋';
  color: #fff;
  font-weight: normal;
}

.activityBox_news .title_news .pageState {
  margin-left: 5px;
}

.activityBox_news .content_news {
  width: 1200px;
  position: relative;
}

.activityBox_news .content_news .contentInner_news {
  width: 1200px;
  background: url(../images/tmxk_03.png);
  position: relative;
  overflow: hidden;
}

.activityBox_news .content_news .contentInner_news .mt5 {
  margin-top: 5px;
}

.activityBox_news .content_news .contentInner_news p span {
  color: #999;
  margin-left: 15px;
}

.activityBox_news .title_news, .activityBox_news .title_news a {
  color: #fff;
}

.activityBox_news .title_news .ac_List {
  position: absolute;
  right: 55px;
  top: 0;
}

.activityBox_news .title_news .prev, .activityBox_news .title_news .next {
  width: 16px;
  height: 14px;
  position: absolute;
  display: block;
  top: 10px;
  cursor: pointer;
}

.activityBox_news .title_news .prev {
  right: 29px;
  background-position: -52px -345px;
}

.activityBox_news .title_news .next {
  right: 10px;
  background-position: -35px -345px;
}

.activityBox_news .title_news .prev:hover {
  background-position: -86px -345px;
}

.activityBox_news .title_news .next:hover {
  background-position: -69px -345px;
}

.activityBox_news .leftZone {
  background-position: -103px -345px;
  left: 0;
}

.activityBox_news .rightZone {
  background-position: -114px -345px;
  right: 0;
}

.tmzzx2 {
  position: relative;
  padding-top: 24px;
  padding-bottom: 30px;
}

.tmzzx3 {
  float: left;
  width: 298px;
  height: 104px;
  text-align: center;
  background: #feed00;
  font-size: 36px;
  color: #000;
  padding-top: 30px;
  border-radius: 10px;
  margin-left: 85px;
  line-height: 36px;
}

.tmzzx3 a {
  color: #000;
}

.tmzzx3 b {
  font-size: 68px;
  color: #fa0303;
  font-family: Arial, Helvetica, sans-serif;
}

.tmzzx3 span {
  font-size: 20px;
  color: #000033;
  display: block;
  padding-top: 10px;
}

.tmzzx4 {
  float: left;
  margin-left: 30px;
  text-align: left;
  padding-top: 30px;
}

.tmzzx4 span {
  display: block;
  color: #666666;
  font-size: 18px;
}

.tmzzx4 b {
  font-size: 30px;
  color: #000;
  display: block;
  padding-top: 10px;
}

.tmzzx5 {
  position: absolute;
  left: 0px;
  top: 135px;
  background: url(../images/tmzzx4_03.png) no-repeat;
  width: 1200px;
  height: 75px;
  z-index: 50;
}

.tmzzx6 {
  width: 1200px;
  height: 75px;
}

.tmzzx7 {
  background: url(../images/tmzzx3_03.png) no-repeat;
  width: 1028px;
  height: 176px;
  margin: 0 auto;
  text-align: center;
}

.tmzzx7_hh {
  background: url(../images/hhtmzzx3_03.png) no-repeat !important;
  width: 1028px;
  height: 176px;
  margin: 0 auto;
  text-align: center;
}

/*婊戝姩闂ㄧ浜�*/
.tmzz27_two {
  width: 1200px;
  margin: 0 auto;
}

.tmzz27_two b.title3 {
  display: block;
  text-align: center;
  width: 649px;
  margin: 0 auto;
}

.tmzz27_two b.title3 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz27_two b.title3 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz28_two {
  width: 1200px;
  height: 633px;
}

.tmzz29_two {
  width: 100%;
}

.tmzz29_two li {
  float: right;
}

.tmzz29_two li a {
  display: block;
}

.tmzz29_two li a.qszico1 {
  background: url(../images/qszico1.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico2 {
  background: url(../images/qszico2.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico3 {
  background: url(../images/qszico3.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico4 {
  background: url(../images/qszico4.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico5 {
  background: url(../images/qszico5.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico6 {
  background: url(../images/qszico6.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico7 {
  background: url(../images/qszico7.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico8 {
  background: url(../images/qszico8.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two li a.qszico9 {
  background: url(../images/qszico9.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_two .thisStyle a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz29_two .thisStyle a.qszico1 {
  background: url(../images/qszico1h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico2 {
  background: url(../images/qszico2h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico3 {
  background: url(../images/qszico3h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico4 {
  background: url(../images/qszico4h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico5 {
  background: url(../images/qszico5h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico6 {
  background: url(../images/qszico6h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico7 {
  background: url(../images/qszico7h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico8 {
  background: url(../images/qszico8h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_two .thisStyle a.qszico9 {
  background: url(../images/qszico9h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29Content_two {
  width: 1150px;
  margin: 0 auto;
}

.tmzz29Content_two ul {
  display: none;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.tmzz30_two {
  background: url(../images/tmzz24_03.jpg) no-repeat;
  width: 264px;
  height: 557px;
  position: absolute;
  z-index: 22;
  top: 43px;
}

.tmzz31_two {
  width: 833px;
  float: right;
  padding-top: 43px;
  padding-bottom: 34px;
}

.tmzz32_two {
  position: relative;
  width: 100%;
  height: 557px;
}

.tmzz32_two b {
  font-size: 30px;
  color: #333333;
  display: block;
  text-align: left;
  padding-top: 53px;
  padding-left: 33px;
}

.tmzz32_two p {
  display: block;
  width: 204px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 45px;
}

.tmzz32_two a {
  display: block;
  position: absolute;
  width: 213px;
  height: 41px;
  background: #ffce00;
  border-radius: 10px;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #333333;
  left: 22px;
  bottom: 29px;
}

.tmzz32_two a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz33_two {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.tmzz33_two b {
  font-size: 60px;
  color: #000;
}

.tmzz33 span {
  background: url(../images/tmzz29_03.jpg) no-repeat;
  width: 1200px;
  height: 701px;
  margin: 0 auto;
  display: block;
  margin-top: 43px;
  margin-bottom: 77px;
}

/*婊戝姩闂ㄧ浜岀粨鏉�???*/
/*婊戝姩闂ㄧ涓�*/
.tmzz27_three {
  width: 1200px;
  margin: 0 auto;
}

.tmzz27_three b.title3 {
  display: block;
  text-align: center;
  width: 649px;
  margin: 0 auto;
}

.tmzz27_three b.title3 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz27_three b.title3 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz28_three {
  width: 1200px;
  height: 633px;
}

.tmzz29_three {
  width: 100%;
}

.tmzz29_three li {
  float: right;
}

.tmzz29_three li a {
  display: block;
}

.tmzz29_three li a.qszico1 {
  background: url(../images/qszico1.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico2 {
  background: url(../images/qszico2.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico3 {
  background: url(../images/qszico3.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico4 {
  background: url(../images/qszico4.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico5 {
  background: url(../images/qszico5.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico6 {
  background: url(../images/qszico6.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico7 {
  background: url(../images/qszico7.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico8 {
  background: url(../images/qszico8.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three li a.qszico9 {
  background: url(../images/qszico9.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_three .thisStyle a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz29_three .thisStyle a.qszico1 {
  background: url(../images/qszico1h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico2 {
  background: url(../images/qszico2h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico3 {
  background: url(../images/qszico3h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico4 {
  background: url(../images/qszico4h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico5 {
  background: url(../images/qszico5h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico6 {
  background: url(../images/qszico6h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico7 {
  background: url(../images/qszico7h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico8 {
  background: url(../images/qszico8h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_three .thisStyle a.qszico9 {
  background: url(../images/qszico9h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29Content_three {
  width: 1150px;
  margin: 0 auto;
}

.tmzz29Content_three ul {
  display: none;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.tmzz30_three {
  background: url(../images/tmzz24_03.jpg) no-repeat;
  width: 264px;
  height: 557px;
  position: absolute;
  z-index: 22;
  top: 43px;
}

.tmzz31_three {
  width: 833px;
  float: right;
  padding-top: 43px;
  padding-bottom: 34px;
}

.tmzz32_three {
  position: relative;
  width: 100%;
  height: 557px;
}

.tmzz32_three b {
  font-size: 30px;
  color: #333333;
  display: block;
  text-align: left;
  padding-top: 53px;
  padding-left: 33px;
}

.tmzz32_three p {
  display: block;
  width: 204px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 45px;
}

.tmzz32_three a {
  display: block;
  position: absolute;
  width: 213px;
  height: 41px;
  background: #ffce00;
  border-radius: 10px;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #333333;
  left: 22px;
  bottom: 29px;
}

.tmzz32_three a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz33_three {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.tmzz33_three b {
  font-size: 60px;
  color: #000;
}

.tmzz33 span {
  background: url(../images/tmzz29_03.jpg) no-repeat;
  width: 1200px;
  height: 701px;
  margin: 0 auto;
  display: block;
  margin-top: 43px;
  margin-bottom: 77px;
}

/*婊戝姩闂ㄧ涓�?�粨鏉�*/
/*婊戝姩闂ㄧ鍥�*/
.tmzz27_four {
  width: 1200px;
  margin: 0 auto;
}

.tmzz27_four b.title3 {
  display: block;
  text-align: center;
  width: 649px;
  margin: 0 auto;
}

.tmzz27_four b.title3 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz27_four b.title3 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz28_four {
  width: 1200px;
  height: 633px;
}

.tmzz29_four {
  width: 100%;
}

.tmzz29_four li {
  float: right;
}

.tmzz29_four li a {
  display: block;
}

.tmzz29_four li a.qszico1 {
  background: url(../images/qszico1.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico2 {
  background: url(../images/qszico2.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico3 {
  background: url(../images/qszico3.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico4 {
  background: url(../images/qszico4.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico5 {
  background: url(../images/qszico5.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico6 {
  background: url(../images/qszico6.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico7 {
  background: url(../images/qszico7.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico8 {
  background: url(../images/qszico8.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four li a.qszico9 {
  background: url(../images/qszico9.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_four .thisStyle a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz29_four .thisStyle a.qszico1 {
  background: url(../images/qszico1h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico2 {
  background: url(../images/qszico2h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico3 {
  background: url(../images/qszico3h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico4 {
  background: url(../images/qszico4h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico5 {
  background: url(../images/qszico5h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico6 {
  background: url(../images/qszico6h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico7 {
  background: url(../images/qszico7h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico8 {
  background: url(../images/qszico8h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_four .thisStyle a.qszico9 {
  background: url(../images/qszico9h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29Content_four {
  width: 1150px;
  margin: 0 auto;
}

.tmzz29Content_four ul {
  display: none;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.tmzz30_four {
  background: url(../images/tmzz24_03.jpg) no-repeat;
  width: 264px;
  height: 557px;
  position: absolute;
  z-index: 22;
  top: 43px;
}

.tmzz31_four {
  width: 833px;
  float: right;
  padding-top: 43px;
  padding-bottom: 34px;
}

.tmzz32_four {
  position: relative;
  width: 100%;
  height: 557px;
}

.tmzz32_four b {
  font-size: 30px;
  color: #333333;
  display: block;
  text-align: left;
  padding-top: 53px;
  padding-left: 33px;
}

.tmzz32_four p {
  display: block;
  width: 204px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 45px;
}

.tmzz32_four a {
  display: block;
  position: absolute;
  width: 213px;
  height: 41px;
  background: #ffce00;
  border-radius: 10px;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #333333;
  left: 22px;
  bottom: 29px;
}

.tmzz32_four a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz33_four {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.tmzz33_four b {
  font-size: 60px;
  color: #000;
}

.tmzz33 span {
  background: url(../images/tmzz29_03.jpg) no-repeat;
  width: 1200px;
  height: 701px;
  margin: 0 auto;
  display: block;
  margin-top: 43px;
  margin-bottom: 77px;
}

/*婊戝姩闂ㄧ鍥涚粨鏉�???*/
/*婊戝姩闂ㄧ浜�*/
.tmzz27_five {
  width: 1200px;
  margin: 0 auto;
}

.tmzz27_five b.title3 {
  display: block;
  text-align: center;
  width: 649px;
  margin: 0 auto;
}

.tmzz27_five b.title3 span {
  display: block;
  background: url(../images/tmzz23_03.png) no-repeat;
  width: 133px;
  height: 7px;
  float: left;
  margin-top: 25px;
}

.tmzz27_five b.title3 i {
  font-style: normal;
  font-size: 42px;
  color: #000;
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.tmzz28_five {
  width: 1200px;
  height: 633px;
}

.tmzz29_five {
  width: 100%;
}

.tmzz29_five li {
  float: right;
}

.tmzz29_five li a {
  display: block;
}

.tmzz29_five li a.qszico1 {
  background: url(../images/qszico1.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico2 {
  background: url(../images/qszico2.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico3 {
  background: url(../images/qszico3.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico4 {
  background: url(../images/qszico4.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico5 {
  background: url(../images/qszico5.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico6 {
  background: url(../images/qszico6.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico7 {
  background: url(../images/qszico7.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico8 {
  background: url(../images/qszico8.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five li a.qszico9 {
  background: url(../images/qszico9.png) no-repeat;
  width: 67px;
  height: 67px;
  margin-right: 29px;
}

.tmzz29_five .thisStyle a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz29_five .thisStyle a.qszico1 {
  background: url(../images/qszico1h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico2 {
  background: url(../images/qszico2h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico3 {
  background: url(../images/qszico3h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico4 {
  background: url(../images/qszico4h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico5 {
  background: url(../images/qszico5h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico6 {
  background: url(../images/qszico6h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico7 {
  background: url(../images/qszico7h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico8 {
  background: url(../images/qszico8h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29_five .thisStyle a.qszico9 {
  background: url(../images/qszico9h.png) no-repeat;
  width: 67px;
  height: 67px;
}

.tmzz29Content_five {
  width: 1150px;
  margin: 0 auto;
}

.tmzz29Content_five ul {
  display: none;
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.tmzz30_five {
  background: url(../images/tmzz24_03.jpg) no-repeat;
  width: 264px;
  height: 557px;
  position: absolute;
  z-index: 22;
  top: 43px;
}

.tmzz31_five {
  width: 833px;
  float: right;
  padding-top: 43px;
  padding-bottom: 34px;
}

.tmzz32_five {
  position: relative;
  width: 100%;
  height: 557px;
}

.tmzz32_five b {
  font-size: 30px;
  color: #333333;
  display: block;
  text-align: left;
  padding-top: 53px;
  padding-left: 33px;
}

.tmzz32_five p {
  display: block;
  width: 204px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 45px;
}

.tmzz32_five a {
  display: block;
  position: absolute;
  width: 213px;
  height: 41px;
  background: #ffce00;
  border-radius: 10px;
  text-align: center;
  line-height: 41px;
  font-size: 22px;
  color: #333333;
  left: 22px;
  bottom: 29px;
}

.tmzz32_five a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tmzz33_five {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.tmzz33_five b {
  font-size: 60px;
  color: #000;
}

.tmzz33 span {
  background: url(../images/tmzz29_03.jpg) no-repeat;
  width: 1200px;
  height: 701px;
  margin: 0 auto;
  display: block;
  margin-top: 43px;
  margin-bottom: 77px;
}

/*婊戝姩闂ㄧ浜旂粨鏉�???*/
.ppsyx1 {
  background: url(../images/ppsyx5_03.jpg) no-repeat;
  width: 176px;
  height: 79px;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: 30;
}

.ppsyx2 {
  background: url(../images/ppsyx6_03.jpg) no-repeat;
  width: 176px;
  height: 55px;
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 30;
}

/* 鏂版姤浠风獥鍙�*/
.new_mfbj1 {
  width: 1070px;
  height: 456px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  margin-left: -565px;
  z-index: 600;
  bottom: 20%;
  background: #fff;
  padding-top: 50px;
  padding-left: 50px;
  display: none;
  top: 120px;
}

.new_mfbj2 {
  width: 377px;
  height: 398px;
  float: left;
  border: #02448f solid 3px;
  border-right: 0px;
}

.new_mfbj3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}

.new_mfbj3 b {
  color: #02448f;
  font-size: 24px;
}

.new_mfbj4 {
  width: 320px;
  height: 285px;
  background: #eaeaea;
  border: #888888 solid 1px;
  margin: 0 auto;
  margin-top: 26px;
}

.new_mfbj5 {
  background: url(../images/mfbj1_03.jpg) no-repeat;
  width: 64px;
  height: 404px;
  float: left;
  margin-left: 13px;
}

.new_mfbj6 {
  float: right;
  width: 570px;
  text-align: center;
  position: relative;
}

.new_mfbj6 div.guanbi {
  position: absolute;
  right: -15px;
  top: -75px;
  z-index: 99;
}

.new_mfbj6 div.guanbi a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #02448f;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
}

.new_mfbj6 b {
  font-size: 30px;
  color: #a2a2a2;
}

.new_mfbj6 span {
  font-size: 18px;
  color: #ff0000;
  display: block;
  text-align: left;
  padding-top: 10px;
}

.new_mfbj6 div.input {
  width: 495px;
  margin-top: 25px;
}

.new_mfbj6 div.input input {
  width: 485px;
  height: 45px;
  border: #888888 solid 1px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 24px;
  color: #cacaca;
}

.new_mfbj6 div.input button {
  width: 497px;
  height: 60px;
  background: #02448f;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: 0px;
  border-radius: 5px;
}

.new_mfbj6 div.input button:hover {
  background: #000;
}

/*婊戝�???*/
.ui-slider-wrap {
  background: #e8e8e8;
  position: relative;
}

.ui-slider-wrap .ui-slider-bg {
  width: 0;
}

.ui-slider-wrap .ui-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
  background: #02448f url(../images/slider.png) no-repeat center;
}

.ui-slider-wrap .ui-slider-text {
  width: 100%;
  height: 100%;
  font-family: "寰蒋闆呴粦";
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.new_mfbj7_demo2 {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 25px;
}

.new_mfbj8 {
  height: 285px;
  overflow: hidden;
  text-align: center;
}

.new_mfbj8 ul {
  margin-top: 20px;
  overflow: hidden;
}

.new_mfbj8 ul li {
  font-size: 24px;
  margin-bottom: 22px;
  height: 22px;
  line-height: 22px;
}

.new_mfbj8 ul li span.one {
  display: inline-block;
  width: 60px;
}

.new_mfbj8 ul li span.two {
  display: inline-block;
  width: 145px;
}

.new_mfbj8 ul li b {
  display: inline-block;
  text-align: right;
  width: 100px;
  color: #02448f;
  font-weight: 100;
}

@media screen and (max-width: 1140px) and (min-width: 414px) {
  .new_mfbj1 * {
    font-size: 12px;
  }
  .new_mfbj1 {
    width: 96vw;
    padding-top: 4vw;
    padding-left: 4vw;
    position: fixed;
    z-index: 600;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
  }
  #slider2 {
    width: 100%;
  }
  .new_mfbj2 {
    width: 34vw;
  }
  .new_mfbj4 {
    width: 100%;
  }
  .new_mfbj5 {
    width: 5.7vw;
    margin-left: 1.1vw;
    background-size: contain;
    background-position: center center;
  }
  .new_mfbj6 {
    width: 50.8vw;
  }
  .new_mfbj6 div.input input,
  .new_mfbj6 div.input button, .new_mfbj6 div.input {
    width: 95%;
    margin-right: 5%;
    font-size: 14px;
  }
  .new_mfbj7_demo2 {
    width: 95%;
    margin-right: 5%;
  }
  .new_mfbj8 {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .new_mfbj6 div.guanbi {
    position: absolute;
    right: 15px;
    top: -40px;
    z-index: 99;
  }
  .new_mfbj8 ul li span.one {
    width: 5.3vw;
    float: left;
  }
  .new_mfbj8 ul li span.two {
    width: 12.9vw;
    float: left;
  }
  .new_mfbj8 ul li b {
    width: 10.9vw;
    float: right;
  }
  .new_mfbj6 span {
    font-size: 14px;
  }
  .ui-slider-text {
    width: 38vw !important;
    margin-left: 64px !important;
    font-size: 12px !important;
  }
}

/*鏂伴椤礳ss*/
.xsy1 {
  width: 100%;
  padding-top: 59px;
  padding-bottom: 51px;
}

.xsy2 {
  width: 100%;
  background: url(../images/xsy23_03.jpg) repeat-x;
  height: 116px;
}

.xsy3 {
  width: 502px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 44px;
}

.xsy3 a {
  font-weight: bold;
  color: #000;
  font-size: 44px;
}

.xsy3 span {
  font-size: 24px;
  color: #666666;
  display: block;
  margin-top: 20px;
  font-weight: 100;
}

.xsy4 {
  width: 1200px;
  height: 359px;
  background: #132d5e;
  margin: 0 auto;
  margin-bottom: 30px;
}

.xsy4x {
  width: 1200px;
  height: 359px;
  background: #355b9a;
  margin: 0 auto;
  margin-bottom: 30px;
}

.xsy5 {
  float: left;
  width: 255px;
  height: 320px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 32px;
  position: relative;
}

.xsy6 {
  position: absolute;
  background: url(../images/xsy1_03.png) no-repeat;
  width: 69px;
  height: 56px;
  left: -9px;
  top: 6px;
  z-index: 90;
  font-size: 33px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  padding-left: 30px;
  padding-top: 15px;
}

.xsy6 span {
  font-size: 18px;
  color: #fff;
  display: block;
}

.xsy7 {
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 70px;
}

.xsy7 b {
  display: block;
  font-size: 48px;
  color: #112e5f;
}

.xsy7 span {
  font-size: 20px;
  color: #000;
  display: block;
}

.xsy7 a {
  width: 160px;
  height: 40px;
  background: #112e5f;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.xsy7 a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy8 {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}

.xsy9 {
  float: left;
  margin-left: 10px;
}

.xsy9 a.img {
  display: block;
  margin-top: 20px;
}

.xsy9 img {
  display: block;
}

.xsy10 {
  margin-bottom: 50px;
}

.xsy11 {
  background: url(../images/new_syx1.jpg) no-repeat;
  width: 392px;
  height: 620px;
  float: left;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 0px;
  position: relative;
}

.xsy11:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy11x {
  float: left;
  width: 805px;
  margin: 0 auto;
}

.xsy11 a {
  color: #000;
  display: block;
  position: absolute;
  width: 108px;
  height: 30px;
  background: #112e5f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  bottom: 130px;
  left: 50px;
  z-index: 99;
}

.xsy11 a:hover {
  background: #000;
}

.xsy12 {
  background: url(../images/new_syx2.jpg) no-repeat;
  width: 790px;
  height: 300px;
  float: left;
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.xsy12 a {
  color: #000;
  display: block;
  position: absolute;
  width: 108px;
  height: 30px;
  background: #112e5f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  bottom: 130px;
  left: 340px;
  z-index: 99;
}

.xsy12:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy12 a:hover {
  background: #000;
}

.xsy13 {
  background: url(../images/new_syx_3.jpg) no-repeat;
  width: 385px;
  height: 300px;
  float: left;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 0px;
  margin-left: 20px;
  position: relative;
}

.xsy13 a {
  color: #000;
  display: block;
  position: absolute;
  width: 108px;
  height: 30px;
  background: #112e5f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  bottom: 50px;
  left: 20px;
  z-index: 99;
}

.xsy13 a:hover {
  background: #000;
}

.xsy13:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy14 {
  background: url(../images/new_syx4.jpg) no-repeat;
  width: 385px;
  height: 300px;
  float: right;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 0px;
  position: relative;
}

.xsy14 a {
  color: #000;
  display: block;
  position: absolute;
  width: 108px;
  height: 30px;
  background: #112e5f;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  bottom: 50px;
  left: 20px;
  z-index: 99;
}

.xsy14 a:hover {
  background: #000;
}

.xsy14:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy15 {
  background: url(../images/xsy21_02.jpg) no-repeat;
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 40px;
}

.xsy16 {
  text-align: center;
  padding-top: 72px;
}

.xsy16 b {
  font-size: 48px;
  color: #000;
  display: block;
}

.xsy16 b a {
  color: #000;
}

.xsy16 span {
  font-size: 24px;
  color: #000;
  display: block;
  padding-top: 19px;
  padding-bottom: 80px;
}

.xsy16 img {
  display: block;
  margin: 0 auto;
}

.xsy16 a.ljxq {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  background: #112e5f;
  margin: 0 auto;
  margin-top: 80px;
}

.xsy16 a.ljxq:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy17 {
  width: 1050px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}

.xsy18 {
  float: left;
  width: 310px;
  height: 165px;
  text-align: center;
  background: #e6e3e3;
  margin-left: 20px;
  padding-top: 35px;
  text-align: left;
  padding-left: 20px;
}

.xsy18x {
  background: url(../images/new_syx5_03.jpg) top center no-repeat;
}

.xsy18x:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy18xx {
  background: url(../images/new_syx6_03.jpg) top center no-repeat;
}

.xsy18xx:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy18xxx {
  background: url(../images/new_syx7_03.jpg) top center no-repeat;
}

.xsy18xxx:hover {
  -webkit-box-shadow: 0px 10px 10px 1px #666;
  box-shadow: 0px 10px 10px 1px #666;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xsy18 b {
  font-size: 36px;
  color: #000;
  display: block;
  font-weight: 100;
}

.xsy18 span {
  font-size: 18px;
  color: #000;
  display: block;
  margin-top: 9px;
}

.xsy18 a {
  display: block;
  width: 100px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  background: #112e5f;
  text-align: center;
  line-height: 30px;
  margin-left: 0px;
  margin-top: 19px;
  border-radius: 5px;
}

.xsy18 a:hover {
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*80椤甸�???*/
.syjg1 {
  background: url(../new_images/80p1.jpg) no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.syjg2 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.syjg2 b {
  font-size: 36px;
  color: #000;
  display: block;
  padding-top: 100px;
}

.syjg2 span {
  color: #122e5e;
  font-size: 36px;
  display: block;
  padding-top: 51px;
}

.syjg2 p {
  font-size: 18px;
  color: #666666;
  padding-top: 11px;
  display: block;
}

.syjg2 font {
  color: #333333;
  font-size: 24px;
  display: block;
  padding-top: 30px;
  margin-bottom: 100px;
}

.syjg2 a {
  width: 96px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  display: block;
  background: #122e5e;
  margin: 0 auto;
}

.syjg3 {
  padding-top: 70px;
  text-align: center;
}

.syjg3 b {
  font-size: 36px;
  color: #000;
  display: block;
  padding-top: 100px;
}

.syjg3 span {
  color: #122e5e;
  font-size: 36px;
  display: block;
  padding-top: 51px;
}

.syjg3 p {
  font-size: 18px;
  color: #666666;
  padding-top: 11px;
  display: block;
}

.syjg4 {
  margin-top: 40px;
}

.syjg4 ul li {
  float: left;
  width: 239px;
  height: 437px;
  border: #666666 solid 1px;
}

.syjg4 ul li span {
  display: block;
  font-size: 24px;
  color: #333333;
  text-align: center;
  text-align: center;
  border-bottom: #666666 solid 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

.syjg4 ul li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 36px;
}

.syjg4 ul li.jia {
  background: url(../new_images/80p2.jpg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  border: 0px;
  margin-left: 25px;
  margin-top: 212px;
  margin-right: 23px;
}

.syjg5 {
  background: url(../new_images/80p3.jpg) no-repeat;
  width: 1157px;
  height: 448px;
  margin: 0 auto;
}

.syjg_title {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 55px;
}

.syjg_title span {
  font-size: 24px;
  color: #666666;
  display: block;
  margin-top: 10px;
  font-weight: 100;
}

.syjg6 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/*搴曢儴�?�戝�???*/
.dbbj {
  background: url(../new_images/dbbj1_03.png);
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  line-height: 80px;
}

.dbbj1 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.dbbj1 img#img {
  display: block;
  position: absolute;
  left: 0px;
  top: -70px;
  z-index: 99;
}

.dbbj1 img#imgx {
  display: block;
  position: absolute;
  left: 0px;
  top: -70px;
  z-index: 99;
  display: none;
}

.dbbj1 span {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding-left: 156px;
  display: block;
  float: left;
}

.dbbj2 {
  float: left;
  margin-left: 20px;
}

.dbbj2 input {
  width: 160px;
  height: 50px;
  background: #fff;
  border: 0px;
  border-radius: 5px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
}

.dbbj2 button {
  width: 160px;
  height: 50px;
  background: #112e5f;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.dbbj2 button:hover {
  background: #ff7038;
}

.dbbj1 a.dbbj3 {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}

.dbbj1 b.dbbj4 {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 28px;
  float: left;
  padding-left: 160px;
  padding-top: 15px;
  display: none;
  opacity: 0;
}

.dbbj1 img#img2 {
  display: block;
  position: absolute;
  left: 285px;
  top: 0px;
  z-index: 109;
  display: none;
  opacity: 0;
  cursor: pointer;
}

/*鍩庡競鍒嗙珯*/
.city {
  float: left;
  margin-top: 26px;
  margin-left: 35px;
  position: relative;
}

.city1 {
  font-size: 14px;
  color: #222222;
  background: url(../new_images/cityico_03.jpg) no-repeat;
  padding-left: 30px;
  padding-bottom: 30px;
  line-height: 32px;
  cursor: pointer;
}

.city1 b {
  font-size: 14px;
  color: #02448f;
  font-weight: 100;
}

.city_select {
  position: absolute;
  left: -90px;
  top: 40px;
  z-index: 9999;
  width: 304px;
  height: 145px;
  background: #fff;
  border: 1px solid #e2e2e2;
  display: none;
}

.city_select1 {
  width: 100%;
  height: 28px;
  color: #000;
  background: #e4e4e4;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 28px;
}

.city_select1 a {
  color: #02448f;
}

.city_select2 {
  width: 240px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.city_select2 ul li {
  float: left;
}

.city_select2 ul li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.city_select2 ul li a:hover {
  background: #06C;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.xianshi {
  display: block;
}

/*棣栭〉涓�???媺瀵艰�???*/
#menu div {
  width: 94px;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  z-index: 9999;
  left: -17px;
}

#menu div a {
  display: block;
  margin: 0;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  color: #6f6f6f;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}

#menu div a:hover {
  background: #49A3FF;
  color: #FFF;
}

/*棣栭〉瑁�???慨璧�???�???*/
.new_syzx {
  margin-bottom: 30px;
}

.new_syzx ul li {
  float: left;
  width: 298px;
  height: 418px;
  position: relative;
  border: #ccc solid 1px;
}

.new_syzx ul li b {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.new_syzx1 {
  width: 298px;
  height: 137px;
  background: #f9f9f9;
  text-align: center;
}

.new_syzx1 font {
  display: block;
  text-align: center;
  padding-top: 26px;
}

.new_syzx1 span {
  font-size: 24px;
  color: #666666;
  display: block;
  padding-top: 5px;
}

.new_syzx2 {
  text-align: center;
  margin-top: 30px;
}

.new_syzx2 p {
  font-size: 14px;
  color: #6f6f6f;
  display: block;
  padding-bottom: 16px;
}

.new_syzxfd1 {
  width: 358px;
  height: 502px;
  border: #ccc solid 1px;
  position: absolute;
  left: -32px;
  top: -42px;
  z-index: 999;
  display: none;
}

.new_syzxfd2 {
  background: url(../images/syxzx2.jpg) top center no-repeat;
  width: 358px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2 a {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2x {
  background: url(../images/syxzx9.jpg) top center no-repeat;
  width: 358px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2x a {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2xx {
  background: url(../images/syxzx10.jpg) top center no-repeat;
  width: 358px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2xx a {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2xxx {
  background: url(../images/syxzx11.jpg) top center no-repeat;
  width: 358px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd2xxx a {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.new_syzxfd3 {
  background: #fff;
  height: 337px;
}

.new_syzxfd4 {
  width: 260px;
  margin: 0 auto;
  padding-top: 20px;
}

.new_syzxfd5 {
  padding-bottom: 9px;
  margin-bottom: 20px;
  border-bottom: #666666 solid 1px;
}

.new_syzxfd5 img {
  display: block;
  float: left;
  width: 106px;
  height: 70px;
}

.new_syzxfd5 span {
  display: block;
  float: left;
  width: 144px;
  margin-left: 10px;
  margin-top: 16px;
}

.new_syzxfd5 span a {
  font-size: 16px;
  color: #6f6f6f;
}

.new_syzxfd4 p {
  font-size: 16px;
  color: #6f6f6f;
  display: block;
  padding-bottom: 15px;
}

/*棣栭〉浠锋牸鏂�*/
.syjgnew1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.syjgnew2 {
  background: url(../images/syjgnew1_03.jpg) no-repeat;
  width: 290px;
  height: 140px;
  float: left;
  margin-right: 13px;
  padding-top: 40px;
  text-align: center;
}

.syjgnew2 b {
  display: block;
  font-size: 30px;
  color: #122e5e;
  padding-top: 15px;
}

.syjgnew2 span {
  color: #333333;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.syjgnew2 p {
  display: block;
  font-size: 14px;
  color: #666666;
}

.syjgnew3 {
  background: url(../images/syjgnew2_03.jpg) no-repeat;
  width: 290px;
  height: 180px;
  float: left;
  margin-right: 13px;
  padding-top: 40px;
  text-align: center;
}

.syjgnew3 b {
  display: block;
  font-size: 30px;
  color: #122e5e;
  padding-top: 15px;
}

.syjgnew3 span {
  color: #333333;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.syjgnew2 p {
  display: block;
  font-size: 14px;
  color: #666666;
}

.syjgnew4 {
  background: url(../images/syjgnew3_03.jpg) no-repeat;
  width: 290px;
  height: 180px;
  float: left;
  margin-right: 13px;
  padding-top: 40px;
  text-align: center;
}

.syjgnew4 b {
  display: block;
  font-size: 30px;
  color: #122e5e;
  padding-top: 15px;
}

.syjgnew4 span {
  color: #333333;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.syjgnew4 p {
  display: block;
  font-size: 14px;
  color: #666666;
}

.syjgnew5 {
  background: url(../images/syjgnew4_03.jpg) no-repeat;
  width: 290px;
  height: 180px;
  float: left;
  padding-top: 40px;
  text-align: center;
}

.syjgnew5 b {
  display: block;
  font-size: 30px;
  color: #122e5e;
  padding-top: 15px;
}

.syjgnew5 span {
  color: #333333;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.syjgnew5 p {
  display: block;
  font-size: 14px;
  color: #666666;
}

/*鏂拌淇煡璇�*/
.new_zxzs1 {
  margin-top: 20px;
}

.new_zxzs2 {
  width: 880px;
}

.new_zxzs3 {
  margin-bottom: 30px;
}

.new_zxzs3 ul li {
  margin-bottom: 20px;
}

.new_zxzs3 ul li:hover {
  -webkit-box-shadow: 0px 1px 10px 0px #cccccc;
  box-shadow: 0px 1px 10px 0px #cccccc;
}

.new_zxzs4 {
  float: left;
  width: 240px;
  height: 160px;
}

.new_zxzs5 {
  float: left;
  width: 618px;
  border: #cccccc solid 1px;
  height: 158px;
  padding-left: 20px;
}

.new_zxzs5 span {
  font-size: 22px;
  color: #333333;
  display: block;
  padding-top: 20px;
}

.new_zxzs5 p {
  color: #333333;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  height: 60px;
  line-height: 26px;
}

.new_zxzs5 font.time {
  display: inline-block;
  background: url(../images/new_zxzs2_03.jpg) 0 2px no-repeat;
  font-size: 14px;
  color: #666666;
  padding-left: 18px;
}

.new_zxzs5 font.hot {
  display: inline-block;
  background: url(../images/new_zxzs3_03.jpg) 0 3px no-repeat;
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
  margin-left: 30px;
}

.new_zxzs6 {
  margin-bottom: 20px;
}

.new_zxzs7 {
  width: 40px;
  height: 100px;
  background: #ebebeb;
  text-align: center;
  float: left;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
}

.new_zxzs8 {
  width: 275px;
  height: 120px;
  background: #ebebeb;
  float: left;
  margin-left: 5px;
}

.new_zxzs8 span {
  display: block;
  text-align: center;
  float: left;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 16px;
  color: #112e5f;
}

.new_zxzs8 span img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.new_zxzs8 p {
  display: block;
  float: left;
  width: 180px;
  margin-left: 25px;
  margin-top: 45px;
}

.new_zxzs8 p a {
  margin-right: 10px;
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

.new_zxzs9 {
  width: 100%;
  border-right: #999999 solid 1px;
}

.new_zxzs9 b {
  float: left;
  font-weight: 100;
}

.new_zxzs9 b a {
  display: block;
  width: 174.8px;
  height: 48px;
  border: #999999 solid 1px;
  color: #333333;
  border-right: 0px;
  text-align: center;
  line-height: 48px;
  font-weight: 100;
  font-size: 16px;
}

.new_zxzs9 .thisStyle a {
  background: #112e5f;
  color: #fff;
  border: #112e5f solid 1px;
}

.new_zxzs10 {
  margin-top: 20px;
}

.new_zxzs10 b {
  display: none;
  font-weight: 100;
}

.new_zxzs11 {
  width: 160px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.new_zxzs11 a {
  display: block;
  width: 158px;
  height: 38px;
  border: #999999 solid 1px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
}

.new_zxzs12 {
  float: right;
  width: 290px;
}

.new_zxzs13 {
  width: 290px;
  height: 238px;
  background: #f5f5f5;
  text-align: center;
}

.new_zxzs13 span {
  font-size: 18px;
  color: #999999;
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
}

.new_zxzs13 span b {
  font-size: 18px;
  color: #112e5f;
  font-weight: 100;
}

.new_zxzs13 div.input {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.new_zxzs13 div.input input {
  width: 218px;
  height: 28px;
  border: #e6e6e6 solid 1px;
  padding-left: 20px;
  font-size: 12px;
  color: #000;
}

.new_zxzs13 div.input button {
  width: 240px;
  height: 36px;
  background: #ff3600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
}

.new_zxzs14 {
  width: 290px;
  height: 90px;
  background: #112e5f;
  color: #fff;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.new_zxzs14 font {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
}

.new_zxzs15 {
  width: 290px;
  margin-bottom: 20px;
}

.new_zxzs16 {
  width: 260px;
  height: 40px;
  background: #e6e6e6;
  font-size: 18px;
  color: #112e5f;
  line-height: 40px;
  padding-left: 30px;
  text-align: left;
}

.new_zxzs16 img {
  vertical-align: sub;
  margin-right: 10px;
}

.new_zxzs17 {
  width: 288px;
  height: 267px;
  border: #e6e6e6 solid 1px;
  border-top: 0px;
  padding-top: 20px;
  text-align: center;
}

.new_zxzs17 a {
  font-size: 14px;
  color: #333333;
  display: block;
  width: 70%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 7px;
}

.new_zxzs18 {
  width: 290px;
  height: 267px;
  margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides {
  margin: 0 auto;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

/* Callback example */
.events {
  list-style: none;
}

.callbacks_container {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 34%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px !important;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  top: 70px;
}

@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
  }
}

/*鍦ㄥ缓�?�ュ�??? 鏂癐CO*/
.zjgdico1 {
  width: 322px;
  border-top: #01135e solid 1px;
  margin-top: 20px;
}

.zjgdico2 {
  width: 322px;
  text-align: center;
  border-top: #999999 solid 1px;
}

.zjgdico2 span {
  display: block;
  font-size: 16px;
  color: #01135e;
  height: 38px;
  line-height: 38px;
  border-right: #999999 solid 1px;
  border-left: #999999 solid 1px;
}

.zjgdico2 a.fcico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico1_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
}

.zjgdico2 a.sfico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico2_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
}

.zjgdico2 a.sjico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico3_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-top: 0;
}

.zjgdico2 a.ysico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico4_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
  border-top: 0;
}

.zjgdico2 a.htico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico5_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-top: 0;
}

.zjgdico2 a.cgico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico6_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
}

.zjgdico2 a.sdico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico7_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
}

.zjgdico2 a.fsico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico8_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-top: 0;
}

.zjgdico2 a.wnico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico9_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
  border-top: 0;
}

.zjgdico2 a.mgico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico10_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-top: 0;
}

.zjgdico2 a.yqico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico11_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
  border-top: 0;
}

.zjgdico2 a.jgico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico12_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-top: 0;
}

.zjgdico2 a.rzico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico13_03.jpg) 40px 10px no-repeat;
  width: 160px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
}

.zjgdico2 a.rzzico {
  color: #666666;
  font-size: 14px;
  display: block;
  background: url(../images/zxgdico14_03.jpg) 40px 10px no-repeat;
  width: 159px;
  height: 38px;
  border: #999999 solid 1px;
  float: left;
  line-height: 38px;
  border-left: 0;
}

.xqy_new2 {
  margin-top: 20px;
}

/* new 棣栭�???*/
.new_sy1 {
  width: 100%;
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.new_sy3 {
  float: left;
  width: 300px;
}

.new_sy4 {
  float: left;
  width: 570px;
  margin-left: 15px;
}

.new_sy5 {
  margin-bottom: 15px;
}

.new_sy5 select {
  width: 275px;
  height: 50px;
  border: #cccccc solid 1px;
  line-height: 50px;
  color: #999999;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 20px;
}

.new_sy5 input {
  width: 253px;
  height: 48px;
  border: #cccccc solid 1px;
  line-height: 48px;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  margin-left: 7px;
  padding-left: 20px;
}

.new_sy6 {
  text-align: left;
}

.new_sy6 input {
  width: 253px;
  height: 48px;
  border: #cccccc solid 1px;
  line-height: 48px;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  margin-right: 7px;
  padding-left: 20px;
}

.new_sy7 {
  margin-top: 15px;
}

.new_sy7 button {
  width: 558px;
  height: 48px;
  background: #112e5f;
  border: #cccccc solid 1px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  cursor: pointer;
  font-size: 18px;
}

.new_sy9 {
  width: 300px;
  float: right;
}

.new_sy10 {
  width: 300px;
  height: 40px;
  background: #112e5f;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.new_sy10 font {
  color: #ea4130;
}

.new_sy11 {
  overflow: hidden;
  text-align: center;
  width: 298px;
  height: 139px;
  border: #cccccc solid 1px;
  border-top: 0px;
}

.new_sy11 ul {
  margin-top: 10px;
  overflow: hidden;
}

.new_sy11 ul li {
  font-size: 24px;
  margin-bottom: 10px;
  height: 15px;
  line-height: 15px;
  text-align: left;
}

.new_sy11 ul li span.one {
  display: inline-block;
  width: 40px !important;
  font-size: 16px;
  margin-left: 25px !important;
}

.new_sy11 ul li span.two {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  margin-left: 20px;
}

.new_sy11 ul li b {
  display: inline-block;
  text-align: right;
  width: 80px;
  color: #02448f;
  font-weight: 100;
  font-size: 16px;
}

/* new link */
.new_link1 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.new_link1 ul {
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.dise {
  display: block;
}

.undise {
  display: none;
}

.fff span {
  color: #112e5f !important;
}

#new_link2 {
  clear: left;
  width: 1200px;
}

#new_link2 div {
  width: 1200px;
  text-align: left;
  line-height: 24px;
}

#new_link2 div a {
  font-size: 12px;
  color: #616161;
  margin-right: 11px;
}

.wzdt1 {
  width: 100%;
  border-left: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
  padding-bottom: 10px;
}

.wzdt2 {
  width: 100%;
  height: 41px;
  background: #e6e6e6;
  line-height: 41px;
}

.wzdt2 a {
  display: block;
  font-size: 18px;
  color: #011d4c;
  padding-left: 20px;
}

.wzdt3 {
  margin-top: 20px;
}

.wzdt3 span {
  color: #cfb46f;
  font-size: 18px;
}

.wzdt3 a {
  color: #666666;
  font-size: 18px;
  padding-right: 29px;
}

.wzdt3 font {
  color: #666666;
  font-size: 18px;
  padding-right: 29px;
}

.wzdt4 {
  float: left;
  width: 85px;
  margin-left: 19px;
  line-height: 32px;
}

.wzdt5 {
  float: left;
  width: 776px;
  line-height: 32px;
}

.wzdt6 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wzdt7 {
  width: 120px;
  height: 136px;
  float: left;
  margin-right: 32px;
}

.wzdt7 span {
  display: block;
  width: 120px;
  height: 41px;
  background: #e6e6e6;
  line-height: 41px;
  font-size: 18px;
  color: #011d4c;
  text-align: center;
}

.wzdt7 span a {
  color: #011d4c;
  font-size: 18px;
}

.wzdt7 p {
  width: 118px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  display: block;
  border: #e6e6e6 solid 1px;
  border-top: 0;
  font-size: 18px;
  color: #666666;
}

.wzdt7 p a {
  font-size: 18px;
  color: #666666;
}

.qbtznew1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.qbtznew2 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999;
}

/* qbzz */
.sixyoushi {
  width: 100%;
  height: 902px;
  background: url(../images/sec2-998.jpg) no-repeat center;
  padding-top: 265px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sixyoushi-content, .badakj-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sixyoushi-content ul {
  width: 100%;
  height: 100%;
}

.sixyoushi-content ul li {
  float: left;
  border-radius: 93px;
  overflow: hidden;
  width: 185px;
  height: 392px;
  margin-right: 18px;
}

.sixyoushi-content ul li:last-child {
  margin: 0;
}

.qbzz-btn {
  width: 381px;
  height: 80px;
  background-color: #860b1b;
  border-radius: 40px;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 72px;
  font-size: 31px;
  color: #fff !important;
  margin: 74px auto 0;
}

.qbzz-btn::after {
  position: absolute;
  display: block;
  width: 383px;
  height: 86px;
  content: "";
  background-color: #fa2833;
  border-radius: 43px;
  z-index: -10;
  bottom: 5px;
  left: -1px;
}

.badakj {
  width: 100%;
  height: 1343px;
  background: url(../images/sec03-998.jpg) no-repeat center;
  padding-top: 337px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.badakj * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.badakj-content {
  border: 20px solid #d0a670;
  background: #fff;
  height: 841px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.badakj-content .badakjBox {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.badakj-content .badakjBox .badaList {
  padding-top: 35px;
  margin-bottom: 40px;
}

.badakj-content .badakjBox .badaList li {
  width: 141px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #d8d8d8;
  text-align: center;
  line-height: 60px;
  color: #222222;
  font-size: 30px;
  float: left;
  cursor: pointer;
}

.badakj-content .badakjBox .badaList li.on {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcb89), to(#d0a670)), -webkit-gradient(linear, left top, left bottom, from(#d0a670), to(#d0a670));
  background-image: linear-gradient(180deg, #ffcb89 0%, #d0a670 100%), linear-gradient(#d0a670, #d0a670);
}

.badaTxt {
  margin-top: 25px;
}

.badaTxt .badaTxt-left {
  float: left;
  width: 45%;
}

.badaTxt .badaTxt-left h2, .badaTxt .badaTxt-right h2 {
  font-size: 24px;
  color: #222222;
}

.badaTxt .badaTxt-left p, .badaTxt .badaTxt-right p {
  font-size: 18px;
  color: #747474;
  padding: 5px 0;
}

.badaTxt .badaTxt-right {
  float: right;
  width: 52%;
}

.bada-prev {
  width: 36px;
  height: 66px;
  background: url(../images/larrow.png) no-repeat center;
  position: absolute;
  z-index: 9999999;
  top: 315px;
  left: 0;
  cursor: pointer;
}

.bada-next {
  width: 36px;
  height: 66px;
  background: url(../images/rarrow.png) no-repeat center;
  position: absolute;
  z-index: 9999999;
  top: 315px;
  right: 0;
  cursor: pointer;
}

.qsliyou {
  width: 100%;
  height: 789px;
  background: url(../images/sec04-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 503px;
}

.qs-qs {
  width: 100%;
  height: 999px;
  background: url(../images/sec05-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-shoufei {
  width: 100%;
  height: 1121px;
  background: url(../images/sec06-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 862px;
}

.sixFree {
  width: 100%;
  height: 742px;
  background: url(../images/sec07-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 510px;
}

.henglan {
  width: 100%;
  height: 265px;
  background: url(../images/henglan-998.jpg) no-repeat center;
}

.henglan .henglan-btnBox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.henglan .henglan-btnBox .btnClose {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  position: absolute;
  top: 60px;
  right: 0;
}

.henglan .henglan-btnBox .btnZixun {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 161px;
  left: 137px;
}

/* vr���� */
.experience {
  width: 100%;
  height: 1162px;
  background: url(../images/vr-998.jpg) no-repeat center;
  padding-top: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.experience .vrExperience {
  width: 1200px;
  height: 596px;
  border: 20px solid #d0a670;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.experience .vrExperience .vrTabList {
  position: absolute;
  z-index: 999999999999999999999;
  top: -40px;
  left: 50%;
  margin-left: -302px;
}

.experience .vrExperience .vrTabList li {
  float: left;
  width: 151px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #cecece;
  text-align: center;
  line-height: 60px;
  color: #cecece;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.experience .vrExperience .vrTabList li.on {
  border-color: #d0a670;
  background: #d0a670;
  color: #fff;
}

.after-sale {
  width: 100%;
  height: 536px;
  background: url(../images/shouhou-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 200px;
}

.after-sale .after-sale-box {
  width: 1201px;
  height: 234px;
  margin: 0 auto;
}

.after-sale .after-sale-box li {
  float: left;
  width: 295px;
  height: 100%;
  margin-right: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border-top: 1px solid #c69b66;
  border-bottom: 1px solid #c69b66;
  border-left: 1px dotted #c69b66;
  border-right: 1px dotted #c69b66;
  text-align: center;
  /* padding-top:90px; */
  color: #c69b66;
  position: relative;
  overflow: hidden;
}

.after-sale .after-sale-box li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.after-sale .after-sale-box li div {
  position: absolute;
  top: 90px;
  text-align: center;
  z-index: 10;
  width: 100%;
}

.after-sale .after-sale-box li:last-child {
  margin: 0;
}

.after-sale .after-sale-box li h2 {
  font-size: 30px;
  z-index: 2;
}

.after-sale .after-sale-box li p {
  font-size: 20px;
  z-index: 2;
}

.after-sale .after-sale-box li.on {
  color: #fff;
}

.after-sale .after-sale-box li.on img {
  display: block;
}

.footerQuote-998 {
  width: 100%;
  height: 814px;
  background: url(../images/footerQuote-998.jpg) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 230px;
}

.footerQuote-998 .quote998 {
  width: 930px;
  height: 421px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(https://cs.qszs.com/qbzz/images/tankuan.png) no-repeat center;
  /* box-shadow: -3px 4px 6px #c7c3c3; */
  border-radius: 20px;
  padding: 20px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lf_layerMf h3 {
  font-size: 32px;
  color: #3960a4;
}

.le_city_phone {
  width: 339px;
  padding-top: 50px;
  float: left;
}

.layer_form {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.layer_form span {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 14px;
  color: #353535;
}

.layer_form select {
  background: #fff;
}

.layer_form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  height: 33px;
  width: 247px;
  outline: none;
  border: 1px solid #e2e3e3;
}

.shiAndt {
  margin-bottom: 10px;
}

.shi_hxBox select {
  margin-left: 5px;
}

.shiAndt select {
  width: 119px;
  height: 33px;
  border: 1px solid #e2e3e3;
  border-radius: 3px;
  color: #757575;
}

.chuAndW select {
  width: 76px;
  height: 33px;
  border: 1px solid #e2e3e3;
  border-radius: 3px;
  color: #757575;
}

.bt_layer_ip form p {
  text-align: center;
  color: #fa2833;
  margin-top: 20px;
}

.layer_cliDj {
  margin-top: 10px;
  width: 141px;
  height: 351px;
  background: url(https://cs.qszs.com/qbzz/images/layer_dj.jpg) center no-repeat;
  margin-left: 35px;
}

.cli_yuan {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 120px auto 0;
  position: relative;
}

.cli_yuan a {
  width: 83px;
  height: 83px;
  color: white;
  display: block;
  text-align: center;
  padding-top: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  left: 17px;
  font-weight: 700;
  /* background-color: #fa2833; */
  background: #113E93;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
  margin: 0px auto;
}

.cli_yuan span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: #3960a4;
  z-index: 12;
  -webkit-animation: scale-three2 1.5s ease infinite;
  animation: scale-three2 1.5s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}

@-webkit-keyframes scale-three2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scale-three2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.layer_zxys {
  margin-left: 43px;
}

.layer_zxys {
  padding-top: 46px;
}

.layer_zxys h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 33px;
}

.qb_laterB {
  font-size: 17px;
  margin-bottom: 27px;
  position: relative;
}

.qb_laterB em {
  font-style: normal;
  position: absolute;
  bottom: -18px;
  right: 0;
  color: #ccc;
  font-size: 12px;
}

.qb_laterB span {
  margin-left: 10px;
}

.qb_laterBY {
  font-size: 22px;
  font-weight: bold;
  width: 90px;
  border-bottom: 1px solid #727171;
  color: #fa2833;
  display: inline-block;
  text-align: center;
}

.tk_layer_W {
  width: 968px;
  height: 460px;
  background: #fff;
  background: url(/qbzz/images/tankuan.png) no-repeat;
  /* box-shadow: -3px 4px 6px #c7c3c3; */
  border-radius: 20px;
  position: fixed;
  top: 42%;
  left: 98%;
  margin-left: -484px;
  margin-top: -240px;
  padding: 35px 0 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 9999999;
}




.ls_close {
  position: absolute;
  right: 20px;
  top: 88px;
  width: 40px;
  outline: 0;
  background: url(../images/close-bg.png) no-repeat;
  padding: 0;
  height: 28px;
}

.ls_close i {
  display: block;
  margin: 2px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  background: url(../images/close-cl.png) no-repeat;
  overflow: hidden;
  transition: 1s ease-in-out 0s;
  -moz-transition: 1s ease-in-out 0s;
  -webkit-transition: 1s ease-in-out 0s;
  -o-transition: 1s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  background-size: contain;
}

.ls_close:hover i {
  -moz-transform: scale(1.1) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -moz-transition: 1s ease-in-out 0s;
  -webkit-transition: 1s ease-in-out 0s;
}

/* 新pc 样式*/
/*首页 index*/
/* 卖点背书*/
.endorsementBox {
  background: #f5f5f5;
  width: 100%;
}

.endorsement {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
}

.endorsement * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.endorsement a {
  color: #303030;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}

.endorsement a,
.endorsement a:active,
.endorsement a:hover,
.endorsement a:focus,
.endorsement a:visited {
  text-decoration: none;
}

.endorsement ul li {
  float: left;
}

.endorsement ul li:first-child {
  height: 330px;
  width: 460px;
  padding: 50px 17px 20px 50px;
}

.endorsement ul li:first-child h2 {
  font-size: 30px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
}

.endorsement ul li:first-child p {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}

.endorsement ul li:first-child span {
  display: block;
  width: 47px;
  height: 3px;
  background: #113e93;
  margin-top: 30px;
}

.endorsement ul li:first-child .englisgTxt {
  font-size: 8px;
  margin-top: 34px;
}

.endorsement ul li:first-child i {
  display: block;
  height: 208px;
  width: 173px;
  position: absolute;
  bottom: 20px;
  right: 17px;
  background: url(../images/sixYear.png) no-repeat center;
}

.endorsement ul li:nth-child(2) {
  width: 440px;
  height: 330px;
  margin: 0 8px 0 10px;
}

.endorsement ul li:nth-child(2) .middleman,
.endorsement ul li:nth-child(2) .middleman-1 {
  width: 100%;
  height: 160px;
  padding: 28px 0 0 30px;
}

.endorsement ul li:nth-child(2) .middleman h2,
.endorsement ul li:nth-child(2) .middleman-1 h2 {
  font-size: 30px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
}

.endorsement ul li:nth-child(2) .middleman p,
.endorsement ul li:nth-child(2) .middleman-1 p {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}

.endorsement ul li:nth-child(2) .middleman span,
.endorsement ul li:nth-child(2) .middleman-1 span {
  display: block;
  width: 47px;
  height: 3px;
  background: #113e93;
  margin-top: 23px;
}

.endorsement ul li:nth-child(2) .middleman .englisgTxt,
.endorsement ul li:nth-child(2) .middleman-1 .englisgTxt {
  font-size: 8px;
  color: #2e2e2e;
  margin-top: 34px;
}

.endorsement ul li:nth-child(2) .middleman i,
.endorsement ul li:nth-child(2) .middleman-1 i {
  display: block;
  width: 139px;
}

.endorsement ul li:nth-child(2) .middleman i {
  position: absolute;
  bottom: 14px;
  right: 19px;
  height: 123px;
  background: url(../images/eGongy.png) no-repeat center;
}

.endorsement ul li:nth-child(2) .middleman-1 {
  margin-top: 10px;
}

.endorsement ul li:nth-child(2) .middleman-1 i {
  height: 112px;
  position: absolute;
  bottom: 24px;
  right: 25px;
  background: url(../images/eFuwu.png) no-repeat center;
}

.endorsement ul li:last-child {
  width: 280px;
  height: 330px;
  padding: 41px 0 0 32px;
}

.endorsement ul li:last-child h2 {
  font-size: 30px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
}

.endorsement ul li:last-child p {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}

.endorsement ul li:last-child span {
  display: block;
  width: 47px;
  height: 3px;
  background: #113e93;
  margin-top: 25px;
}

.endorsement ul li:last-child .englisgTxt {
  font-size: 8px;
  color: #2e2e2e;
  margin-top: 28px;
}

.endorsement ul li:last-child i {
  display: block;
  width: 201px;
  height: 164px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/eLib.png) no-repeat center;
}

.endorsement-item {
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.endorsementjs {
  background: #113e93;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.endorsementjs h2 {
  color: #fff !important;
}

.endorsementjs p {
  color: #fff !important;
}

.endorsementjs span {
  background: #fcb509 !important;
}

.endorsementjs .englisgTxt {
  color: rgba(255, 255, 255, 0.6) !important;
}

/*全包式透明整装 Inclusive*/
.Inclusive {
  margin-top: 80px;
  width: 100%;
  position: relative;
}

.Inclusive .Inclusive-bgIcon1 {
  display: block;
  width: 173px;
  height: 452px;
  background: url(../images/ideng.png) no-repeat center;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.Inclusive .Inclusive-bgIcon2 {
  display: block;
  width: 208px;
  height: 318px;
  background: url(../images/isofa.png) no-repeat center;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.Inclusive .Inclusive-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
  /*透明整装*/
}

.Inclusive .Inclusive-content .transparentZz {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  background: #f7f7f7;
}

.Inclusive .Inclusive-content .transparentZz .transparentZz-leftSide {
  width: 740px;
  height: 480px;
  float: left;
}

.Inclusive .Inclusive-content .transparentZz .transparentZz-leftSide a {
  display: block;
  width: 740px;
  height: 480px;
}

.Inclusive .Inclusive-content .transparentZz .transparentZz-leftSide img {
  width: 100%;
  height: 100%;
}

.Inclusive .Inclusive-content .transparentZz .tmzz-btnPrev,
.Inclusive .Inclusive-content .transparentZz .tmzz-btnNext {
  width: 55px;
  height: 100px;
  position: absolute;
  z-index: 9999999999999999;
  cursor: pointer;
}

.Inclusive .Inclusive-content .transparentZz .tmzz-btnPrev {
  top: 50%;
  left: 0;
  background: url(../images/newLeft.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Inclusive .Inclusive-content .transparentZz .tmzz-btnNext {
  top: 50%;
  right: 0;
  background: url(../images/newRight.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Inclusive .Inclusive-content .transparentZz .transparentZz-rightSide {
  float: right;
  width: 460px;
  height: 480px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 47px;
}

.transparentZz-rightSide .icon-fire {
  display: block;
  width: 116px;
  height: 42px;
  background: url(../images/tmfire.gif) no-repeat center;
  top: -8px;
  right: 14px;
  position: absolute;
}

.transparentZz-rightSide .title {
  text-align: center;
  font-size: 30px;
  color: #232323;
  font-weight: 600;
}

.transparentZz-rightSide .subtitle {
  text-align: center;
  font-size: 14px;
  color: #232323;
}

.transparentZz-rightSide .slideNavBox {
  width: 400px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  margin: 35px auto 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
}

.transparentZz-rightSide .slideNavBox .navTitle {
  text-align: center;
}

.transparentZz-rightSide .slideNavBox .navTitle sapn {
  color: #a9a9a9;
}

.transparentZz-rightSide .slideNavBox .navTitle .navTitleTxt {
  font-size: 18px;
  color: #232323;
  font-weight: 600;
  margin: 0 10px;
}

.transparentZz-rightSide .slideNavBox .navList li {
  float: left;
  margin-top: 12px;
  padding: 0 29px;
  border-right: 1px solid #232323;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.transparentZz-rightSide .slideNavBox .navList li:nth-child(3), .transparentZz-rightSide .slideNavBox .navList li:nth-child(6) {
  border-right: 0;
}

.transparentZz-rightSide .slideNavBox .navList li.active{
  color: #fcb509;
}

.transparentZz-rightSide .newTmzz {
  width: 364px;
  margin: 36px auto 0;
}

.transparentZz-rightSide .newTmzzBtn {
  width: 362px;
  margin: 35px auto 0;
}

.transparentZz-rightSide .newTmzzBtn a {
  width: 165px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.transparentZz-rightSide .newTmzzBtn a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.transparentZz-rightSide .newTmzzBtn a:first-child {
  background-color: #fcb509;
  margin-right: 32px;
}

.transparentZz-rightSide .newTmzzBtn a:last-child {
  background-color: #113e93;
}

/*公共使用头部*/
.newHeadlines {
  width: 1200px;
  height: 83px;
  position: relative;
}

.newHeadlines .newLine {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 40px;
}

.newHeadlines .newTitle {
  width: 84%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newHeadlines .newTitle h2 {
  line-height: 1;
  font-size: 60px;
  color: #232323;
  text-align: center;
}

.newHeadlines .newTitle p {
  line-height: 1;
  font-size: 10px;
  color: #232323;
  text-align: center;
  margin-top: 10px;
}

.newheadline {
  height: 102px;
}

.newheadline .newTitle p {
  font-size: 32px;
}

/*报价区域*/
.quotedPrice {
  background-image: url(../images/bgimg.png);
  padding: 90px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.quotedPrice a,
.quotedPrice a:active,
.quotedPrice a:hover,
.quotedPrice a:focus,
.quotedPrice a:visited {
  text-decoration: none;
  color: #fff;
}

.bgColor {
  padding-top: 0px;
  background: #fff;
}

.caculator-total-box {
  width: 1200px;
  margin: 0 auto;
}

.qs_index_jsq_box {
  width: 100%;
  height: 390px;
  margin: 0 auto;
}

.qs_index_jsq {
  width: 1220px;
  height: inherit;
  margin: 0 auto;
}

.qs_index_jsq_title {
  width: inherit;
  height: 100px;
  text-align: center;
  margin-top: 20px;
}

.qs_index_jsq_title > h2 {
  font-size: 32px;
}

.qs_index_jsq_title_line {
  color: #113e93;
  font-weight: bold;
}

.qs_index_jsq_content {
  width: inherit;
  height: 290px;
  float: left;
}

.qs_index_jsq_menu_box {
  width: 220px;
  height: 250px;
  float: left;
}

.qs_index_jsq_menu {
  width: 105px;
  background: #f6f6f6;
  float: left;
  border-radius: 7px;
  text-align: center;
  padding: 27px 0;
  cursor: pointer;
  position: relative;
}

.qs_index_jsq_menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qs_index_jsq_menu_click {
  background: #113e93;
  color: #fff;
}

.qs_index_jsq_menu_left {
  margin-left: 10px;
}

.qs_index_jsq_menu_big {
  margin-top: 10px;
  width: 220px;
}

.qs_index_jsq_menu > h5 {
  margin-top: 5px;
}

.qs_index_jsq_menu_img2 {
  display: none;
}

.qs_index_jsq_info_box {
  width: 800px;
  height: 212px;
  padding: 19px 30px 19px 0px;
  font-size: 14px;
  float: left;
  position: relative;
  margin-left: 10px;
}

#qs_index_jsq_bj,
#qs_index_jsq_lfyf {
  position: absolute;
  top: 19px;
  left: 45px;
}

#qs_index_jsq_lfyf {
  display: none;
}

.qs_index_jsq_item {
  width: 750px;
  height: 45px;
}

.qs_index_jsq_item > h5 {
  width: 60px;
  height: 30px;
  line-height: 30px;
  float: left;
}

.qs_index_jsq_select {
  width: 160px;
  height: 35px;
  border: 1px solid #c8c8c8;
  text-align: center;
  line-height: 35px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs_index_jsq_text {
  width: 150px;
  height: 30px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
  float: left;
  outline: none;
}

.qs_index_jsq_select_bg {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.qs_index_jsq_jicon {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 20px;
}

.qs_index_jsq_input {
  width: 495px;
  text-align: left;
  text-indent: 20px;
}

.qs_index_jsq_input:focus {
  border: 1px solid #113e93;
}

.qs_index_jsq_radio {
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.qs_index_jsq_radio span {
  font-size: 12px;
}

.qs_index_jsq_radio_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qs_index_jsq_ricon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 7px 8px 0 0;
  background: url("http://www.qshome.com/assets/images/icon.png") no-repeat;
  background-position: -30px -828px;
  cursor: pointer;
  float: left;
}

.qs_index_jsq_ricon_check {
  background-position: -6px -828px;
}

.qs_index_jsq_cbtn {
  background: #127a59;
  color: #fff;
  line-height: 20px;
}

.qs_index_jsq_select_list {
  width: inherit;
  height: auto;
  background: #fff;
  padding: 7px 0;
  top: 23px;
  border-left: 1px solid #113e93;
  border-right: 1px solid #113e93;
  border-bottom: 1px solid #113e93;
  position: absolute;
  top: 25px;
  left: -1px;
  z-index: 999;
  display: none;
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}

.qs_index_jsq_select_list li {
  height: 30px;
}

.qs_index_jsq_select_list li:hover {
  background: #f6f6f6;
}

.qs_index_jsq_city_list {
  height: 210px;
  overflow-y: scroll;
}

.qs_index_jsq_bj_box {
  width: 160px;
  height: 250px;
  float: left;
  position: relative;
}

#qs_index_jsq_bj_right,
#qs_index_jsq_lf_right,
#qs_index_jsq_yf_right {
  position: absolute;
  top: 5px;
  left: 0;
}

#qs_index_jsq_lf_right,
#qs_index_jsq_yf_right {
  display: none;
}

.qs_index_jsq_brst {
  width: 150px;
  height: 65px;
  background: #f6f6f6;
  color: #cf832f;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 10px;
}

.qs_index_jsq_brst > h5 {
  margin-bottom: 10px;
}

.qs_index_jsq_bj_box > p {
  width: 132px;
  padding: 10px 9px 6px;
  line-height: 18px;
}

.qs_index_jsq_btn {
  width: 150px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #9fc97f;
  color: #9fc97f;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
}

.qs_index_jsq_rbtn {
  background: #113e93;
  color: #fff;
}

.qs_index_jsq_info_box input[type='text'] {
  cursor: text;
}

.qs_index_jsq_right_img {
  width: 150px;
  height: 212px;
  border-radius: 8px;
}

.qs_index_jsq_wdiv {
  width: inherit;
  height: 35px;
}

.yzcode {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 35px;
}

.right-img-tip {
  position: absolute;
  right: 45px;
  top: 15px;
  display: block;
  width: 180px;
  height: 216px;
}

.calculator_right_slide {
  position: absolute;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 45px;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.calculator_right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  width: 920px;
  height: 246px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
}

.calculator_right_modal {
  display: block;
  margin-bottom: 15px;
  padding: 0px 20px;
  padding-left: 0px;
}

.calculator_right_modal label {
  margin-right: 0px;
  font-size: 14px;
}

.calculator_right_modal select {
  display: inline-block;
  width: 145px;
  height: 30px;
  background-color: #fff;
  margin-right: 15px;
  text-align: center;
  border-radius: 10px;
  text-align-last: center;
}

.calculator_right_modal select:focus {
  border-color: #113e93;
}

.calculator_right_modal input {
  display: inline-block;
  width: 160px;
  height: 35px;
  text-align: left;
  background-color: #fff;
  margin-left: 20px;
  padding-left: 10px;
  /* border-radius: 10px; */
  border: 1px solid #dcdcdc;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

.calculator_right_modal input:focus {
  border-color: #113e93;
}

.form-radio-box {
  display: inline-block;
  width: 90px;
}

.form-radio-box input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-radio-box span {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
}

.calculator-btn-red {
  display: inline-block;
  background-color: #113e93;
  width: 150px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}

.calculator-btn-red:hover {
  cursor: pointer;
}

.calculator_left {
  display: inline-block;
  width: 270px;
  height: 250px;
  overflow: hidden;
  vertical-align: middle;
}

.calculator_left ul {
  margin-right: -10px;
}

.calculator_left-modal {
  display: block;
  width: 120px;
  height: 117px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  border-radius: 5px;
}

.calculator_left-modal:hover {
  cursor: pointer;
  /*background: #064e38;*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calculator_left-modal:hover p {
  /*color: white;*/
}

.calculator_left-modal div {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}

.calculator_left-modal_ico img {
  width: 100%;
  height: 100%;
}

.calculator_left-modal p {
  text-align: center;
  color: #686868;
}

.calculator_left-modal-active {
  background-color: #113e93;
}

.calculator_left-modal-active > p {
  color: white;
}

.budget {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  width: 150px;
  height: auto;
  font-size: 13px;
}

.budget_text {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #ce8641;
  text-align: center;
}

.budget_input {
  border: none;
  text-align: center;
  color: #ce8641;
}

.system_quotation {
  display: block;
  color: #73b434;
  border: 1px solid #73b434;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}

/* .system_quotation:hover{
		 background:#74b534;
		 color: #fff;
  } */
.artificial_quotation {
  display: block;
  color: #fff;
  background: #75b43e;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  margin-top: 10px;
}

.artificial_quotation:hover {
  background: #74b534;
}

.caculator-btn-bj {
  display: inline-block;
  width: 240px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #737373;
  margin-right: 20px;
}

.caculator-btn-phone {
  display: inline-block;
  width: 345px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #113e93;
}

.calculator_left-modal .bjIcon {
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-image: url(../images/baojia_icon01.png);
  display: block;
}

.calculator_left-modal .bjii_01 {
  background-position: 0 -43px;
}

.calculator_left-modal .bjii_02 {
  background-position: 0px 0px;
}

.calculator_left-modal .bjii_03 {
  background-position: 0px -86px;
}

.calculator_left-modal .bjii_04 {
  background-position: 0 -129px;
}

.calculator_left-modal.calculator_left-modal-active .bjii_01 {
  background-position: -43px -43px;
}

.calculator_left-modal.calculator_left-modal-active .bjii_02 {
  background-position: -43px 0px;
}

.calculator_left-modal.calculator_left-modal-active .bjii_03 {
  background-position: -43px -86px;
}

.calculator_left-modal.calculator_left-modal-active .bjii_04 {
  background-position: -43px -129px;
}

/*装修案例*/
.qs-case {
  width: 1200px;
  margin: 100px auto 0;
}

.qs-caseList {
  margin-top: 40px;
}

.qs-caseList img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.qs-caseList ul li {
  float: left;
}

.qs-caseList ul li .casePage {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 500px;
  -webkit-perspective: 500px;
}

.qs-caseList ul li:first-child {
  width: 600px;
  height: 462px;
}

.qs-caseList ul li:first-child .casePage .shade {
  width: 600px;
  height: 462px;
  padding-top: 30%;
}

.qs-caseList ul li:first-child .casePage .shade h2 {
  font-size: 38px;
}

.qs-caseList ul li:first-child .casePage .shade .seeBtn {
  width: 170px;
  height: 48px;
  line-height: 47px;
  border-radius: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.qs-caseList ul li:first-child .casePage .shade .seeBtn:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1)
}
.qs-caseList ul li:nth-child(2) .casediv, .qs-caseList ul li:nth-child(3) .casediv {
  width: 295px;
  height: 228px;
  margin-left: 5px;
}

.qs-caseList ul li:nth-child(2) .casediv:first-child, .qs-caseList ul li:nth-child(3) .casediv:first-child {
  margin-bottom: 7px;
}

.shadea {
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

.shadea h3 {
  color: #fff;
  text-align: center;
}

.casePage:hover .shadea {
  bottom: -41px;
}

.casePage:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shade {
  display: table-cell;
  color: #fff;
  width: 295px;
  height: 228px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20%;
}

.shade h2 {
  text-align: center;
}

.shade .seeBtn {
  display: block;
  width: 112px;
  height: 32px;
  background-color: #fcb509;
  border-radius: 16px;
  text-align: center;
  margin: 0 auto;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  margin-top: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shade .seeBtn:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@-webkit-keyframes topenter {
  from {
    -webkit-transform-origin: top;
    -webkit-transform: rotateX(-90deg);
  }
  to {
    -webkit-transform-origin: top;
    -webkit-transform: rotateX(0deg);
  }
}

@keyframes topenter {
  from {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  to {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes topleave {
  from {
    -webkit-transform-origin: top;
    -webkit-transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: top;
    -webkit-transform: rotateX(-90deg);
  }
}

@keyframes topleave {
  from {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

@-webkit-keyframes bottomenter {
  from {
    -webkit-transform-origin: bottom;
    -webkit-transform: rotateX(90deg);
  }
  to {
    -webkit-transform-origin: bottom;
    -webkit-transform: rotateX(0deg);
  }
}

@keyframes bottomenter {
  from {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes bottomleave {
  from {
    -webkit-transform-origin: bottom;
    -webkit-transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: bottom;
    -webkit-transform: rotateX(90deg);
  }
}

@keyframes bottomleave {
  from {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}

@-webkit-keyframes leftenter {
  from {
    -webkit-transform-origin: left;
    -webkit-transform: rotateY(90deg);
  }
  to {
    -webkit-transform-origin: left;
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes leftenter {
  from {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes leftleave {
  from {
    -webkit-transform-origin: left;
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: left;
    -webkit-transform: rotateY(90deg);
  }
}

@keyframes leftleave {
  from {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}

@-webkit-keyframes rightenter {
  from {
    -webkit-transform-origin: right;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    -webkit-transform-origin: right;
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes rightenter {
  from {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes rightleave {
  from {
    -webkit-transform-origin: right;
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: right;
    -webkit-transform: rotateY(-90deg);
  }
}

@keyframes rightleave {
  from {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}

.qs-caseNav {
  margin-top: 25px;
  padding: 30px;
  background: #f7f7f7;
}

.qs-caseNav li {
  float: left;
  margin-right: 70px;
}

.qs-caseNav li p {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-top: 12px;
  font-weight: 600;
}

.qs-caseNav li .qs-caseNavImg {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-caseNav li .qs-caseNavImg img {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: block;
  -webkit-transition: all ease .2s;
}

.qs-caseNav li:last-child {
  margin-right: 0;
}

.qs-caseNav li .qs-caseNavImg {
  border: 5px solid transparent;
}

.qs-caseNav li.on .qs-caseNavImg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 0 8px rgba(17, 62, 147, 0.8);
  box-shadow: 0 0 0 8px rgba(17, 62, 147, 0.8);
}

.qs-caseNav li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.qs-caseNav li:hover p {
  color: #113e93;
}

.qs-concept {
  width: 100%;
  height: 700px;
  background: url(../images/xsy21_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.qs-concept .qs-conceptBox {
  width: 1000px;
  height: 434px;
  padding-top: 120px;
  margin: 0 auto;
}

.qs-concept .qs-conceptBox h2 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  text-align: center;
}

.qs-concept .qs-conceptBox p {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  color: #000;
}

.qs-concept .qs-conceptBox .textImg {
  margin: 0 auto;
  display: block;
  width: 400px;
  margin-top: 35px;
}

.qs-concept .qs-conceptBox a {
  width: 200px;
  height: 55px;
  background-color: #fcb509;
  border-radius: 10px;
  margin: 42px auto 0;
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.qs-concept .qs-conceptBox a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.coneptList {
  width: 1000px;
  margin: 36px auto 0;
}

.coneptList div {
  float: left;
}

.coneptList .coneptItem {
  float: left;
  cursor: pointer;
}

.coneptList .coneptItem span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.coneptList .coneptItem span:first-child {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  line-height: 100px;
  margin-bottom: 15px;
}

.coneptList .coneptItem span:first-child img {
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.coneptList .coneptItem:hover span:first-child {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  border-width:2px;
  border-color:#fcb509;
}

.coneptList .coneptItem:hover span:first-child img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.coneptList .coneptbgColor {
  border: none !important;
  background: #fcb509;
}

.coneptList .coneptIcon {
  font-size: 40px;
  font-weight: 600;
  height: 136px;
  line-height: 100px;
  margin: 0 9px;
  color: #a6a4a2;
}

/*vr 实景*/
.qs-VR {
  margin-top: 40px;
  width: 100%;
  height: 900px;
  background: url(../images/vrbg.png) no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
}

.qs-VR .vrMoreBtn {
  width: 200px;
  height: 55px;
  background-color: #fcb509;
  border-radius: 10px;
  margin: 42px auto 0;
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.qs-VR .vrMoreBtn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.qs-VR .qs-vrBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.qs-VR .qs-vrBox .newTitle {
  background: transparent !important;
}

.qs-VR .qs-vrBox .newTitle h2,
.qs-VR .qs-vrBox .newTitle p {
  color: #fff;
}

.qs-VR .qs-vrBox .newTitle h2 {
  position: relative;
}

.qs-VR .qs-vrBox .newTitle h2::after {
  display: block;
  width: 100px;
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  top: 35px;
  right: 0;
}

.qs-VR .qs-vrBox .newTitle h2::before {
  display: block;
  width: 100px;
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  top: 35px;
  left: 0;
}

#certify {
  margin-top: 42px;
  width: 1200px;
}

#certify .swiper-slide {
  width: 1000px;
  height: 500px;
}

.material {
  width: 1200px;
  margin: 100px auto 0;
  overflow: hidden;
}

.material a {
  -webkit-transition: all 200ms ease-in;
}

.material .main-page {
  margin-top: 40px;
}

.certifyLeft,
.certifyRight {
  width: 100px;
  height: 400px;
  position: absolute;
  top: 190px;
  /* background: rgba(0, 0, 0, 0.5) url(../images/testImg/1.png) no-repeat center; */
  /* -webkit-filter: brightness(0.5);
  -moz-filter: brightness(0.5);
  -ms-filter: brightness(0.5);
  filter: brightness(0.5); */
  z-index: 9999999999;
  cursor: pointer;
}

.certifyLeft {
  left: 0;
}

.certifyRight {
  right: 0;
}
#certify .swiper-slide {
  width: 1000px;
  height: 500px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 35px;

}
#certify .swiper-slide i{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: url(../images/an.png)no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#certify .swiper-slide-active{
  border:6px solid #ffad2d;
}
#certify .swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.certifyLeftBtn {
  width: 55px;
  height: 100px;
  background: url(../images/newLeft.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  margin-top: -50px;
  left: 0;
  cursor: pointer;
}

.certifyRightBtn {
  width: 55px;
  height: 100px;
  background: url(../images/newRight.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  margin-top: -50px;
  right: -45px;
  cursor: pointer;
}

.main-page .nav {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 12px 38px;
  background: #f7f7f7;
}

.main-page .nav .navBtn {
  width: 200px;
  height: 55px;
  background-color: #fcb509;
  border-radius: 10px;
  margin: 42px auto 0;
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main-page .nav .navBtn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-page .nav ul li {
  float: left;
  cursor: pointer;
}

.main-page .nav ul li a {
  width: 227px;
  height: 96px;
  display: block;
  margin: 13px 5px 0 0;
  background: url("../images/176497852817074155.jpg") no-repeat 0 -5px;
  font-size: 0;
  line-height: 0;
  border: 2px solid #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-page .nav ul li.on a {
  border: 2px solid #fcb509;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/176497852817074155.jpg") no-repeat 0 -105px;
}

.main-page .main-content {
  width: 1200px;
  height: 320px;
  overflow: hidden;
}

.main-page .main-content img {
  margin: 0;
  padding: 0;
  resize: none;
  border: none;
  outline: none;
  display: inline;
}

.main-page .main-content div {
  width: 1200px;
  height: 320px;
  overflow: hidden;
}

#material ul li a.a2 {
  background-position: -230px -5px;
}

#material ul li.on a.a2 {
  background-position: -230px -105px;
}

#material ul li a.a3 {
  background-position: -460px -5px;
}

#material ul li.on a.a3 {
  background-position: -460px -105px;
}

#material ul li a.a4 {
  background-position: -690px -5px;
}

#material ul li.on a.a4 {
  background-position: -690px -105px;
}

#material ul li a.a5 {
  background-position: -920px -5px;
  margin-right: 0;
}

#material ul li.on a.a5 {
  background-position: -920px -105px;
}

#material ul li a.a6 {
  background-position: 0 -204px;
}

#material ul li.on a.a6 {
  background-position: 0 -300px;
}

#material ul li a.a7 {
  background-position: -230px -204px;
}

#material ul li.on a.a7 {
  background-position: -230px -300px;
}

#material ul li a.a8 {
  background-position: -460px -204px;
}

#material ul li.on a.a8 {
  background-position: -460px -300px;
}

#material ul li a.a9 {
  background-position: -690px -204px;
}

#material ul li.on a.a9 {
  background-position: -690px -300px;
}

#material ul li a.a10 {
  background-position: -920px -204px;
  margin-right: 0;
}

#material ul li.on a.a10 {
  background-position: -920px -300px;
  margin-right: 0;
}

.picture img {
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.picture:hover img {
  transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.newPzbz {
  margin-top: 70px;
  width: 100%;
  height: 877px;
  background: url(../images/testImg/117.png) no-repeat center;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
}

.newPzbz .newPzbzBox {
  width: 1200px;
  margin: 0 auto;
}

.newPzbz .newPzbzBox .newTitle {
  background: transparent;
  position: relative;
}

.newPzbz .newPzbzBox .newTitle h2 {
  color: #fff !important;
}

.newPzbz .newPzbzBox .newTitle h2::after {
  display: block;
  width: 100px;
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  top: 35px;
  left: 0;
}

.newPzbz .newPzbzBox .newTitle h2::before {
  display: block;
  width: 100px;
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  top: 35px;
  right: 0;
}

.newPzbz .newPzbzBox .newTitle p {
  color: #fff !important;
}

.newPzbz .newPzbz-nav {
  margin: 40px auto 0;
  width: 870px;
}

.newPzbz .newPzbz-nav li {
  float: left;
  width: 275px;
  height: 74px;
  border: solid 3px #a9a9a9;
  margin-right: 19px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.newPzbz .newPzbz-nav li h2 {
  font-size: 22px;
}

.newPzbz .newPzbz-nav li p {
  font-size: 16px;
}

.newPzbz .newPzbz-nav li:last-child {
  margin-right: 0;
}

.newPzbz .newPzbz-nav li.active {
  background: #fcb509;
  border: none;
}

.newPzbz .imgContent {
  margin-top: 30px;
  width: 100%;
  height: 461px;
}

.newPzbz .imgContent img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gySlide {
  width: 100%;
  height: 447px;
}

.gySlide li {
  float: left;
}

.gySlide li div:hover img {
  -webkit-box-shadow: 0px 2px 20px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 20px rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.gySlide li:first-child {
  width: 400px;
  height: 100%;
}

.gySlide li:first-child a {
  width: 100%;
  height: 100%;
  display: block;
}

.gySlide li:first-child img {
  display: block;
  width: 100%;
  height: 100%;
}

.gySlide li:nth-child(2) {
  margin: 0 7px;
}

.gySlide li:nth-child(2) div:first-child {
  width: 393px;
  height: 160px;
  margin-bottom: 7px;
}

.gySlide li:last-child {
  width: 393px;
  height: 100%;
}

.gySlide li:last-child div:first-child {
  width: 393px;
  height: 280px;
  margin-bottom: 7px;
}

.reasonLsit {
  width: 100%;
  height: 447px;
}

.reasonLsit li {
  width: 295px;
  height: 220px;
  float: left;
  margin-right: 6px;
}

.reasonLsit li:hover img {
  -webkit-box-shadow: 0px 2px 20px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 20px rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.reasonLsit li:nth-child(4), .reasonLsit li:nth-child(8) {
  margin-right: 0;
}

.reasonLsit li:nth-child(5), .reasonLsit li:nth-child(6), .reasonLsit li:nth-child(7), .reasonLsit li:nth-child(8) {
  margin-top: 6px;
}

/*资讯*/
.information {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0;
}

.zxtc4_li {
  margin: 0 !important;
}

/*footer*/
.newFooter {
  width: 100%;
  height: 420px;
  background: #232323;
  /* margin-top: 95px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 98px;
}

.newFooter .footer-content {
  width: 1200px;
  margin: 0 auto;
}

.newFooter .footerLogo {
  float: left;
}

.newFooter .footer-menu {
  float: left;
  margin: 0 107px 0 60px;
}

.footer-menuItem {
  float: left;
  padding: 0 35px;
  height: 259px;
}

.footer-menuItem ul li {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-menuItem ul li a {
  color: #fff;
}

.footer-menuItem ul li a:hover {
  color: #fcb509;
}

.footer-menuItem ul li:first-child {
  font-size: 18px;
  margin-bottom: 40px;
}

.footer-menuItem:nth-child(2) {
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
}

.footer-contact {
  float: right;
}

.footer-contact h2 {
  font-size: 56px;
  color: #fff;
  line-height: 1;
}

.footer-contact .footer-contactTxt {
  color: #fff;
  font-size: 14px;
  margin-top: 27px;
}

.footer-contact .footer-wechatImg {
  margin-top: 30px;
}

.footer-contact .footer-wechatImg li {
  float: left;
  margin-right: 30px;
}

.footer-contact .footer-wechatImg li img {
  width: 95px;
  height: 95px;
}

.footer-beian {
  padding: 8px 0;
  text-align: center;
  padding-bottom:5%;
}

/*滚动动画*/
.animate {
  visibility: hidden;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes animatedTop {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes animatedLeft {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes animatedRight {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

.headerTop {
  width: 100%;
  height: 30px;
  background: url(../images/headerTopbg.png) repeat;
  line-height: 30px;
  color: #fff;
}

.headerTop .headerTopbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.headerTop .headerTopbox .headerTopcity {
  text-align: left;
  float: left;
}

.headerTop .headerTopbox .headerTopPhone {
  float: right;
}

/** 设计师 **/
.sjsBanner {
  width: 100%;
  height: 400px;
  background: url(../images/beiji_02.jpg) no-repeat center;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 225px;
}

.sjsBanner .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 67px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
}

.sjsBanner .img img {
  width: 100%;
  height: 100%;
}

.sjsBanner h6 {
  font-size: 20px;
  padding: 5px 0;
}

.sjsBanner p {
  padding: 8px 0;
}

.sjs_menu_box {
  width: 1325px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: #e5e4e4 solid 1px;
}

.sjs_menu_box .menu_lay {
  width: 100%;
  height: 45px;
  border-bottom: #e5e4e4 solid 1px;
}

.sjs_menu_box .menu_lay .titles {
  float: left;
  width: 128px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #000;
  background: #f9f9f9;
  border-left: #e5e4e4 solid 1px;
  border-right: #e5e4e4 solid 1px;
}

.sjs_menu_box .menu_lay .more_txt {
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: left;
  padding-left: 18px;
}

.sjs_menu_box .menu_lay .more_txt a {
  display: inline-block;
}

.sjs_menu_box .menu_lay .more_txt a.one {
  padding-left: 5px;
  padding-right: 5px;
  color: #007aff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 13px;
}

.sjs_menu_box .menu_lay .more_txt a.other {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}

.sjs_menu_box .menu_lay .more_txt a:hover {
  color: #007aff;
}

.shejishiList {
  clear: both;
  height: auto;
  margin: 30px auto 10px;
  width: 1200px;
}

.shejishiList ul {
  width: 100%;
}

.shejishiList ul li {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1% 2% 0 0%;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.shejishiList .tab1 {
  height: 53%;
}

.shejishiList .tab2 {
  height: 45%;
}

.shejishiList .tab2 .lists1 {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.shejishiList .lists2 .divlist2 div {
  overflow: hidden;
  background-image: url(../images/juxin.png);
  background-size: 100% 100%;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  width: 28%;
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 7px;
  margin-right: 4px;
  display: inline-block;
}

.shejishiList .img1 {
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  height: 320px;
  width: 350px;
}

.shejishiList .news {
  position: absolute;
  margin-top: 50px;
  margin-left: 14px;
  padding: 0;
}

.shejishiList .img2 {
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  height: 320px;
  width: 350px;
}

.lists1 .divlist1,
.lists1 .divlist2,
.lists2 .divlist1 {
  font-size: 16px;
  color: #333333;
}

/*分页*/
.pagination {
  width: 1200px;
  margin: 40px auto;
}

.pagination ul {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
}

.pagination ul li {
  min-width: 40px;
  padding-right: 5px;
  float: left;
  line-height: 40px;
  padding-left: 5px;
}

.pagination ul li strong,
span {
  font-weight: 100;
}

.pagination ul li:nth-last-child {
  padding-right: 0;
}

.pagination ul li a {
  color: black;
  display: inline-block;
  font-size: 14px;
  min-width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination ul li a img {
  margin-top: 12px;
}

.pagination ul li a:hover {
  background: #007aff;
  color: #fff;
}

.designer-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.designer-left {
  width: 919px;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.designer-left .designerDetail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  background: #fff;
}

.designer-left .designerDetail .detail1 {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  min-width: 280px;
}

.designer-left .designerDetail .detail1 .detailbg {
  width: 70%;
  height: 60%;
  margin: 11% 0 0 14%;
  background: #dadada;
}

.designer-left .designerDetail .detail1 .detailbg img {
  width: 100%;
  height: 100%;
  margin: -2.5% 0 0 -5%;
}

.designer-left .designerDetail .detail2 {
  width: 69%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}

.designer-left .designerDetail .detail2 .info1 {
  display: inline-block;
  width: 88px;
  float: left;
  font-size: 16px;
}

.designer-left .designerDetail .detail2 .info2 {
  display: inline-block;
  width: 84%;
  float: left;
  font-size: 16px;
  line-height: 22px;
}

.designer-left .cases {
  border: 1px solid #D5D5D5;
  height: auto;
  padding-bottom: 20px;
}

.designer-left .cases.recommend {
  margin-top: 20px;
}

.designer-left .cases h6 {
  font-size: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0 10px 10px;
}

.designer-left .cases .caseList {
  width: 892px;
  margin: 0 auto;
  border-top: 2px solid #D5D5D5;
  padding-top: 20px;
}

.designer-left .cases .caseList .caseItem {
  width: 280px;
  height: 401px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 7px;
  margin-left: 7px;
  float: left;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.designer-left .cases .caseList .caseItem .one {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.designer-left .cases .caseList .caseItem .one img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.designer-left .cases .caseList .caseItem .two {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 65%;
  left: 70%;
  background: url(../images/2-1PPQFP3127.jpg) no-repeat top;
  background-size: cover;
  -webkit-box-shadow: 0 0 4px 1px #333333;
  box-shadow: 0 0 4px 1px #333333;
  overflow: hidden;
}

.designer-left .cases .caseList .caseItem .two img {
  width: 100%;
}

.designer-left .cases .caseList .caseItem .three {
  width: 100%;
  height: 100px;
  background: #fff;
  font-size: 14px;
}

.designer-left .cases .caseList .caseItem .three h2 {
  text-align: center;
  font-size: 20px;
  padding: 12px 0;
}

.designer-left .cases .caseList .caseItem .three span {
  padding: 0 10px;
  font-size: 13px;
}

.designer-left .cases .caseList .caseItem .three p {
  padding: 10px;
  padding-left: 15px;
}

.designer-rigth {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 261px;
  height: auto;
  border: 1px solid #D5D5D5;
}

.designer-rigth .designerQuote {
  width: 100%;
  height: 320px;
  text-align: center;
  border-bottom: 1px solid #D0D0D0;
}

.designer-rigth .designerQuote h4 {
  font-size: 20px;
  color: #2E89FF;
  margin-top: 30px;
}

.designer-rigth .designerQuote p {
  padding: 8px;
  font-size: 12px;
}

.designer-rigth .designerQuote form {
  width: 230px;
  height: 329px;
  font-size: 0;
  margin: 0 auto;
}

.designer-rigth .designerQuote form input[type='text'] {
  width: 100%;
  height: 49px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  margin-bottom: 8px;
  text-indent: 20px;
  font-size: 15px;
  color: #757575;
}

.designer-rigth .designerQuote form input[type='button'] {
  border-radius: 5px;
  margin-bottom: 8px;
  width: 100%;
  height: 49px;
  color: white;
  border: none;
  background: #007AFF;
  font-size: 20px;
  text-indent: 0;
}

.designer-rigth .rolling {
  width: 100%;
  height: 408px;
  text-align: center;
}

.designer-rigth .rolling h6 {
  font-size: 20px;
  color: #2E89FF;
  padding: 20px 0;
}

.designer-rigth .rolling .rolling-list {
  width: 230px;
  height: 334px;
  border-top: 1px solid #D0D0D0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.designer-rigth .rolling .rolling-list .ul-de {
  position: absolute;
  top: 0;
}

.designer-rigth .rolling .rolling-list .ul-de li {
  font-size: 13px;
  padding-top: 18px;
}



/* mew add fd */

.left-navbar {
  width: 188px;
  position: fixed;
  left: 0%;
  bottom: 38% ;
  z-index: 999;

}
.left-navbar .left-navbar-bg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.left-navbar .left-navbar-bg img {
  width: 100%;
}
.left-navbar .left-navbar-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.left-navbar .left-navbar-list {
  width: 110px;
  margin:0 auto;
  margin-top: 202px;
  margin-left:50px;
  position: relative;
}
.left-navbar li {
  width:125px;
  height:45px;
  text-align:center; 
  line-height:45px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  cursor: pointer;
  position: relative;
  z-index: 4;
  background:#113e93;
  margin-top:10px;
}

.left-navbar span {
  display:block;
  text-align:center; 
  font-weight:600;
  cursor: pointer;
  position: relative;
  z-index: 4;
  margin-top:10px;
  width:138px; 
  height:49px;
  margin-left:-6px;
}


.left-navbar li.active{
  -webkit-animation: scale 1s ease infinite;
  -o-animation: scale 1s ease infinite;
  animation: scale 1s ease infinite;
  color:#fff;
}

.left-navbar li:hover{
  -webkit-animation: scales 1s ease infinite;
  -o-animation: scales 1s ease infinite;
  animation: scales 1s ease infinite;
  color:#fff;
}
/*
.left-navbar li:hover:nth-child(3){
	-webkit-animation: no 1s ease infinite;
  -o-animation: no 1s ease infinite;
  animation: no 1s ease infinite;
}
*/
/****************animate*******************/

@keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes scales {
  0%,
  100% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

/* new fd end */