<script src="///jquery-web.js"></script>body {
  font-family: Microsoft YaHei;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
}
.hideui {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  font-size: 16px;
  min-width: 1200px;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.relative {
  position: relative;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fadeup {
  -webkit-animation: fadeInUp 1s 0s both;
  animation: fadeInUp 1s 0s both;
}
.fadeup strong {
  font-weight: 700;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes change {
  from {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes change {
  from {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.containermax {
  width: 90%;
  margin: 0 auto;
}
.containermax .row {
  margin: 0;
}
.container {
  width: 1230px;
  margin: 0 auto;
}
div.welcome {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: White;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
  z-index: 999;
}
div.welcome p {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 175px;
  padding-top: 60px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -67.5px;
  color: #19b3a5;
  font-size: 20px;
  text-align: center;
  background: url(/Jzw/Tpl/Home/Default/images/welcome_words.png) no-repeat;
  overflow: hidden;
}
div.welcome p u {
  display: block;
  width: 100%;
  height: 40px;
  background: url(/Jzw/Tpl/Home/Default/images/loading.gif) no-repeat center center;
}
.header.active {
  background: rgba(0, 0, 0, 0.48);
  border-bottom: none;
}
.header {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #b1b1b1;
  z-index: 99;
}
.header .cleft {
  margin-top: 20px;
}
.header .cleft .alogo {
  width: 144px;
  height: 55px;
  display: block;
}
.header .cleft .alogo img {
  width: 100%;
  height: 100%;
}
.header .cleft .alogo_black {
  display: none;
}
.header .cright {
  margin-top: 32px;
}
.header .cright .caidan {
  height: 58px;
  float: right;
  margin-right: 40px;
}
.header .cright .caidan li {
  height: 100%;
  float: left;
  position: relative;
  margin: 0 30px;
}
.header .cright .caidan li a {
  display: block;
  text-align: center;
  height: 100%;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 0.8;
}
.header .cright .caidan li a:hover {
  color: #e7c901;
}
.header .cright .caidan li .line {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #e7c901;
  top: 56px;
  left: 50%;
}
.header .cright .caidan li.active a {
  color: #e7c901;
  font-weight: bold;
}
.header .cright .caidan li.active .line {
  height: 2px !important;
  width: 100% !important;
  left: 0 !important;
}
.header .cright .lang {
  float: right;
}
.header .cright .lang a {
  font-size: 14px;
  color: #3B3B3B;
}
.header .cright .lang span {
  width: 1px;
  height: 16px;
  background: #DCDCDC;
  display: inline-block;
  margin: -4px 6px;
}
.header .cright .lang a.active {
  color: #e7c901;
}
.header .cright .lang a:hover {
  color: #e7c901;
}
.toindex {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid #999999;
}
.toindex .cright .caidan li a {
  color: #fff;
}
.toindex .cright .lang a {
  color: #fff;
}
.toindex .alogo_index {
  display: inline !important;
}
.toindex .alogo {
  display: none !important;
}
.nbanner {
  height: 420px;
}
.dingwei {
  height: 60px;
  border-bottom: 1px solid #f5f5f5;
}
.dingwei .cleft {
  padding: 0;
}
.dingwei .cleft ul li {
  height: 100%;
  float: left;
}
.dingwei .cleft ul li a {
  font-size: 18px;
  color: #171717;
  margin: 0 20px;
  display: block;
  line-height: 60px;
  height: 60px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.dingwei .cleft ul li:hover a {
  color: #e7c901;
  border-bottom: 2px solid #e7c901;
}
.dingwei .cleft ul li.active a {
  color: #e7c901;
  border-bottom: 2px solid #e7c901;
}
.dingwei .cright {
  padding: 0;
  margin-top: 22px;
  text-align: right;
}
.dingwei .cright img {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-right: 4px;
}
.dingwei .cright a {
  color: #645855;
  font-size: 16px;
}
.dingwei .cright a:hover {
  color: #e7c901;
}
.dingwei .cright span {
  color: #645855;
  font-size: 14px;
  margin-left: 6px;
}
.btmain {
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  color: #414141;
  text-align: center;
}
.btmain span {
  color: #e7c901;
}
.btsub {
  width: 100%;
  text-align: center;
  color: #6C6C6C;
  font-size: 16px;
  margin-top: 10px;
}
.btmain2 .a1 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 99;
}
.btmain2 .a2 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #f5f5f5;
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.btmain2 .xian {
  width: 48px;
  height: 3px;
  background: #e7c901;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.footer {
  background: #191919;
}
.footer .f1 {
  position: relative;
}
.footer .f1 .cleft {
  margin-top: 50px;
}
.footer .f1 .cleft .logo {
  width: 300px;
  height: 75px;
}
.footer .f1 .cleft .a1 img {
  width: 77px;
  height: 77px;
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 50px;
}
.footer .f1 .cleft .a1 .b1 {
  float: left;
  margin-top: 60px;
  margin-left: 20px;
}
.footer .f1 .cleft .a1 .b1 p.c1 {
  font-size: 14px;
  color: #BBBBBB;
}
.footer .f1 .cleft .a1 .b1 p.c2 {
  font-size: 26px;
  color: #fff;
}
.footer .f1 .cleft .a2 {
  margin-left: 10px;
  margin-top: 26px;
}
.footer .f1 .cleft .a2 p {
  color: #B4B4B4;
  font-size: 12px;
}
.footer .f1 .cright {
  text-align: right;
  margin-top: 88px;
}
.footer .f1 .cright span {
  font-size: 14px;
  color: #fff;
  text-align: right;
  width: 116px;
  display: inline-block;
}
.footer .f1 .cright dl {
  float: right;
  width: 119px;
}
.footer .f1 .cright dl dt {
  color: #fff;
  font-size: 14px;
  margin-bottom: 46px;
}
.footer .f1 .cright dl a {
  font-size: 12px;
  color: #666;
}
.footer .f1 .cright dl a:hover {
  color: #e7c901;
  opacity: 0.7;
}
.footer .f1 .xian {
  width: 100%;
  height: 1px;
  background: #535353;
  position: absolute;
  top: 138px;
  left: 0px;
}
.footer .f3 {
  font-size: 12px;
  color: #666666;
  margin-left: -5px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.footer .f3 a {
  color: #666666;
}
.footer .f3 a:hover {
  color: #e7c901;
  opacity: 0.7;
}
.footer .f3 span {
  margin-left: 4px;
}
.footer .f4 {
  font-size: 12px;
  color: #666;
  margin-left: -5px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.footer .f4 a {
  color: #666666;
}
.footer .f4 a:hover {
  color: #e7c901;
  opacity: 0.7;
}
.footer .f4 .cright {
  text-align: right;
}
.right_nav_new {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  margin-top: -123px;
  z-index: 100;
}
.fixed_right_box {
  position: relative;
}
.right_nav_box .zx {
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/right_zx.png) no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}
.right_nav_box .phone {
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/right_phone.png) no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}
.right_nav_box .qq {
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/right_qq.png) no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}
.right_nav_box .weixin {
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/right_weixin.png) no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}
.right_nav_box .scor_top {
  display: inline-block;
  background: url(/Jzw/Tpl/Home/Default/images/right_top.png) no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}
.right_nav li span {
  margin-left: 12px;
}
.right_nav_box {
  position: relative;
}
.right_nav_box li {
  position: absolute;
  transition: 0.8s background-color;
  background-color: #e7c901;
  height: 46px;
  padding: 0 12px;
  white-space: nowrap;
  /*border-top-left-radius: 20px;border-bottom-left-radius: 20px;*/
}
.right_nav_box li.li1 {
  top: 0;
}
.right_nav_box li.li2 {
  top: 50px;
}
.right_nav_box li.li3 {
  top: 100px;
}
.right_nav_box li.li4 {
  top: 150px;
}
.right_nav_box li.li5 {
  top: 200px;
}
.right_nav_box li.li1 a {
  margin-top: 8px;
  display: block;
}
.right_nav_box li.li2 a {
  padding-top: 8px;
  display: block;
}
.right_nav_box li.li3 a {
  padding-top: 8px;
  display: block;
}
.right_nav_box li.li4 a {
  padding-top: 8px;
  display: block;
}
.right_nav_box li.li5 a {
  padding-top: 8px;
  display: block;
}
.right_nav_box li:hover {
  background-color: #e7c901;
}
.right_nav_box li:hover a {
  color: #fff !important;
}
.right_nav_box li a {
  color: #fff;
  font-size: 16px;
}
.right_nav_box .ewm_pic {
  position: absolute;
  right: 70px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  background-color: #fff;
  padding: 10px;
}
.right_nav_box .ewm_pic img {
  display: block;
}
.right_nav_box .ewm_pic.act {
  visibility: visible;
  opacity: 1;
}
.pageList {
  padding: 55px 0 66px 0px;
  clear: both;
  text-align: center;
}
.pageList ul li {
  display: inline-block;
}
.pageList ul li a {
  width: 33px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background-color: #ffffff;
  border: #ebebeb 1px solid;
  padding: 8px 18px;
  margin: 0 2px;
}
.pageList ul li a:hover {
  background: #e7c901;
  color: #ffffff;
}
.pageList .active {
  background-color: #e7c901;
  color: #ffffff;
}
.pro_top {
  width: 100%;
  height: 60px;
  background: #171717;
}
.pro_top .cleft {
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 60px;
}
.pro_top .cright {
  float: right;
}
.pro_top .cright a {
  line-height: 60px;
  color: #9D9D9D;
  font-size: 16px;
  margin-right: 20px;
}
.pro_top .cright a.active {
  color: #fff;
}
.pro_top .cright a:hover {
  color: #fff;
}
/* ²úÆ· */
.menupro {
  position: absolute;
  top: 48px;
  left: -150px;
  background-color: #ffffff;
  width: 400px;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0px 46px;
  z-index: 99;
}
.menupro .nv_list {
  float: left;
  width: 140px;
  margin-right: 14px;
}
.menupro .nv_list h3 {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 14px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: bold;
}
.menupro .nv_list a {
  font-size: 14px;
  line-height: 42px;
  color: #666666 !important;
  padding: 0;
}
.menupro .nv_list a:hover {
  color: #e7c901 !important;
}
.menupro .nv_list h3 a {
  line-height: 1.2;
}
/* ±ê×¼ */
.menubz {
  position: absolute;
  top: 58px;
  left: -38px;
  background-color: #4a4a4a;
  width: 156px;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 99;
}
.menubz .nv_list h3 {
  padding-bottom: 14px;
  padding-top: 14px;
  margin: 0;
}
.menubz .nv_list a {
  color: #fff !important;
  padding: 0;
  opacity: 1!important;
  font-weight: normal!important;
}
.menubz .nv_list a:hover {
  color: #e7c901 !important;
}
.menubz .nv_list h3 a {
  line-height: 1.2;
}
/*# sourceMappingURL=./public.css.map */