﻿/*********************************/
@keyframes telshow {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-13deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-13deg);
  }
  20% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-13deg);
  }
  100% {
    transform: roate(0deg);
  }
}
@-webkit-keyframes telshow {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-13deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-13deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-13deg);
  }
  100% {
    -webkit-transform: roate(0deg);
  }
}
@-o-keyframes telshow {
  0% {
    -o-transform: rotate(0deg);
  }
  5% {
    -o-transform: rotate(-13deg);
  }
  10% {
    -o-transform: rotate(0deg);
  }
  15% {
    -o-transform: rotate(-13deg);
  }
  20% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(-13deg);
  }
  100% {
    -o-transform: roate(0deg);
  }
}
@keyframes logo {
  0% {
    left: -20px;
  }
  25% {
    left: 150px;
  }
  50% {
    left: 280px;
  }
  90% {
    left: 450px;
  }
  100% {
    left: 450px;
  }
}
@-webkit-keyframes logo {
  0% {
    left: -20px;
  }
  25% {
    left: 150px;
  }
  50% {
    left: 280px;
  }
  90% {
    left: 450px;
  }
  100% {
    left: 450px;
  }
}
@-o-keyframes logo {
  0% {
    left: -20px;
  }
  25% {
    left: 150px;
  }
  50% {
    left: 280px;
  }
  90% {
    left: 450px;
  }
  100% {
    left: 450px;
  }
}
/********************************/
body {
  font-size: 12px;
  margin: 0;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
}
:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
  color: #ff6600;
}
ul,
li,
form,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
td,
th,
font {
  font-size: 12px;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: bottom;
}
.pos {
  position: relative;
}
.dot4ease {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.red {
  color: #F00;
}
.hui {
  color: #999;
}
.undis {
  display: none;
}
.YHfontX {
  font-family: '黑体', 'microsoft yahei', SimSun, Verdana, Arial;
}
.YHfont {
  font-family: 'microsoft yahei', SimSun, Verdana, Arial;
}
.Simfont {
  font-family: SimSun, "\5B8B\4F53", "宋体", tahoma, arial;
}
.zoom {
  zoom: 1;
  overflow: hidden;
}
.zero {
  overflow: hidden;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0;
}
.allIsNomal,
.allIsNomal * {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
}
.hoverzoom img {
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -moz-transition-duration: .5s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: .5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -o-transition-duration: .5s;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
}
.hoverzoom img:hover {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
/****/
.controW {
  width: 1100px;
  margin: 0 auto;
}
.header h1 {
  float: left;
  height: 100px;
  line-height: 100px;
}
.header h1 img {
  vertical-align: middle;
  max-height: 77px;
  width: auto;
}
.header dl {
  float: right;
  position: relative;
  margin-top: 36px;
}
.header dd {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 0 15px;
}
.header dd input {
  border: none;
  background: none;
  width: 350px;
  height: 26px;
}
.header dt {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  right: 5px;
  margin-top: -15px;
  cursor: pointer;
}
.header dt .fa {
  font-size: 16px;
  color: #ccc;
}
.nav.fixed {
  height: 50px;
}
.nav.fixed nav {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(43, 43, 43, 0.9);
}
nav {
  background-color: #2b2b2b;
}
nav > dl > dd {
  float: left;
}
nav > dl > dd > div {
  margin: 0 15px;
}
nav > dl > dd > div h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
nav > dl > dd > div h2 a {
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 16px !important;
  transition-delay: 0s;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -moz-transition-duration: 0.7s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -o-transition-duration: 0.7s;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
  padding: 0 35px;
}
nav > dl > dd > div:hover h2 a {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
nav > dl > dd > div.has {
  position: relative;
}
nav > dl > dd > div.has .ndmenu {
  z-index: 99;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
nav > dl > dd > div.has .ndmenu dt {
  height: 14px;
  overflow: hidden;
}
nav > dl > dd > div.has .ndmenu dt i {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #f13a3a;
}
nav > dl > dd > div.has .ndmenu dt.firstOn i {
  border-bottom-color: #cc0303;
}
nav > dl > dd > div.has .ndmenu dd {
  background-color: #f13a3a;
}
nav > dl > dd > div.has .ndmenu dd a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 40px;
}
nav > dl > dd > div.has .ndmenu dd a:hover {
  text-decoration: none;
  background-color: #cc0303;
}
nav > dl > dd > div.has:hover .ndmenu {
  display: block;
}
.blo1 {
  display: flex;
  justify-content: space-between;
  padding: 75px 0;
}
.blo1 li {
  width: 354px;
  height: 223px;
  background-image: url(../pic/j3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.blo1 li.one:hover {
  background-image: url(../pic/j3_on.jpg);
}
.blo1 li.two {
  background-image: url(../pic/j4.jpg);
}
.blo1 li.two:hover {
  background-image: url(../pic/j4_on.jpg);
}
.blo1 li.three {
  background-image: url(../pic/j5.jpg);
}
.blo1 li.three:hover {
  background-image: url(../pic/j5_on.jpg);
}
.blo2 ul.top {
  display: flex;
  justify-content: center;
}
.blo2 ul.top li {
  padding: 0 6px;
}
.blo2 ul.top li a {
  display: block;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 25px;
  line-height: 36px;
  color: #707070;
}
.blo2 ul.top li a:hover,
.blo2 ul.top li a.curr {
  background-color: #f13a3a;
  color: #fff;
  text-decoration: none;
}
.blo2 > div {
  min-height: 300px;
}
.blo2 > div dl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.blo2 > div dl.nodis {
  display: none;
}
.blo2 > div dl dt {
  font-size: 14px;
  line-height: 3;
}
.blo2 > div dl dd {
  width: 323px;
  padding-top: 30px;
  padding-bottom: 45px;
}
.blo2 > div dl dd a {
  display: block;
  position: relative;
}
.blo2 > div dl dd a h1 {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.blo2 > div dl dd a div {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: -25px;
}
.blo2 > div dl dd a div span {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
.blo3 {
  padding: 46px 0;
}
.blo3 ul {
  background: url(../pic/j6.jpg) center 0 no-repeat;
  display: flex;
  justify-content: space-between;
}
.blo3 ul li {
  width: 347px;
  height: 482px;
  overflow: hidden;
  text-align: center;
}
.blo3 ul li h1 {
  color: #F13A3A;
  font-size: 26px;
  line-height: 1;
  margin-top: 295px;
}
.blo3 ul li h2 {
  color: #2B2B2B;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  padding: 5px 0 10px;
}
.blo3 ul li h3 {
  height: 2px;
  width: 100px;
  margin: 0 auto;
  background-color: #2B2B2B;
  line-height: 2;
}
.blo3 ul li h4 {
  color: #949494;
  font-size: 16px;
  line-height: 2;
  padding-top: 13px;
}
.blo3 ul li.two * {
  color: #fff;
}
.blo3 ul li.two h3 {
  background-color: #fff;
}
.blo4 {
  height: 500px;
  padding: 55px 0 40px;
  background: url(../pic/j7.jpg) center center no-repeat;
}
.blo4 .controW ul {
  width: 1080px;
  margin: 0 auto;
}
.blo4 .controW ul li {
  float: left;
  width: 360px;
}
.blo4 .controW ul li dl {
  padding-top: 140px;
  margin: 0 30px;
}
.blo4 .controW ul li dl dt {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  background: url(../pic/p1.png);
}
.blo4 .controW ul li dl dt:hover {
  background: url(../pic/p1_on.png);
}
.blo4 .controW ul li dl dd {
  color: #fff;
  text-align: center;
}
.blo4 .controW ul li dl dd h1 {
  font-size: 16px;
  line-height: 3;
  padding: 8px 0 5px;
}
.blo4 .controW ul li dl dd h2 {
  font-size: 14px;
  line-height: 24px;
}
.blo4 .controW ul li.two dt {
  background-image: url(../pic/p2.png);
}
.blo4 .controW ul li.two dt:hover {
  background: url(../pic/p2_on.png);
}
.blo4 .controW ul li.three dt {
  background-image: url(../pic/p3.png);
}
.blo4 .controW ul li.three dt:hover {
  background: url(../pic/p3_on.png);
}
.bs1 {
  height: 52px;
  border-bottom: 1px solid #ddd;
}
.bs1 dt {
  color: #f13a3a;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #f13a3a;
  line-height: 52px;
  height: 52px;
  float: left;
  padding: 0 10px;
}
.blo5 ul {
  min-height: 200px;
  padding: 23px 0 35px;
  display: flex;
  justify-content: space-between;
}
.blo5 ul li {
  width: 332px;
}
.blo5 ul li a {
  display: block;
  color: #707070;
}
.blo5 ul li a h1 {
  overflow: hidden;
  height: 217px;
}
.blo5 ul li a h1 img {
  width: 100%;
  height: 230px;
}
.blo5 ul li a h2 {
  line-height: 2;
  font-size: 18px;
  padding: 8px 0 3px;
}
.blo5 ul li a h3 {
  line-height: 24px;
  font-size: 14px;
}
.blo5 ul li a h2,
.blo5 ul li a h3 {
  padding-left: 15px;
  padding-right: 8px;
}
.blo6 {
  padding-bottom: 30px;
}
.blo6 ul.zoom {
  padding-top: 15px;
}
.blo6 ul.zoom li {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}
.blo6 ul.zoom li a {
  display: block;
}
.blo6 ul.zoom li a img {
  height: 80px;
}
.banner {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.banner > div {
  overflow: hidden;
}
.banner > div ul li {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.banner > div ul li .f1,
.banner > div ul li .f2 {
  width: 800px;
  margin: 244px auto 0;
}
.banner > div ul li .f1 h1,
.banner > div ul li .f2 h1,
.banner > div ul li .f1 h2,
.banner > div ul li .f2 h2,
.banner > div ul li .f1 h3,
.banner > div ul li .f2 h3 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
}
.banner > div ul li .f1 h2,
.banner > div ul li .f2 h2 {
  font-size: 40px;
  padding: 10px 0;
}
.banner > div ul li .f2 {
  background-color: rgba(196, 38, 38, 0.75);
  padding: 30px 0;
  width: 700px;
  margin-top: 215px;
}
.banner > h1 {
  position: absolute;
  top: 50%;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin-top: -70px;
  z-index: 50;
  cursor: pointer;
}
.banner > h1 .fa {
  font-size: 60px;
  color: #fff;
  opacity: .5;
}
.foot {
  background-color: #282828;
  border-top: 2px solid #f13a3e;
}
.foot .controW {
  font-size: 14px;
}
.foot .controW * {
  color: #666;
}
.foot .controW > h1 {
  padding: 20px 0 15px;
}
.foot .controW > h1 img {
  height: auto;
}
.foot .controW > ul {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
}
.foot .controW > ul li {
  float: left;
  line-height: 2;
  padding-right: 40px;
}
.foot .controW .copy {
  padding: 20px 0;
}
/****/
.swf {
  background-color: #f7f7f7;
}
.swf h4 {
  text-align: center;
  font-size: 14px;
  line-height: 3;
}
.swf h4::after {
  content: "loading…";
}
.procla {
  padding: 15px 0 15px 0px;
}
.procla div {
  padding-bottom: 5px;
}
.procla div a {
  font-size: 16px;
  display: block;
  text-align: center;
  background-color: #fbfbfb;
  line-height: 2.5;
}
.procla div a .fa {
  margin-right: 5px;
  color: #e87a54;
}
.procla div a:hover,
.procla div a.curr {
  text-decoration: none;
  background-color: #ec5927;
  color: #fff;
}
.procla div a:hover .fa {
  color: #fff;
}
.procla222 {
  padding: 13px 0 0 0px;
}
.procla222 div {
  padding-left: 30px;
  padding-bottom: 2px;
  background: url(../pic/3.jpg) left 1px no-repeat;
  height: 26px;
  line-height: 26px;
}
/********** 浮动QQ客服 **************/
/********************************/
/*green*/
.qd-wrap-green {
  background-color: #138907;
  padding: 5px;
  min-width: 116px;
  _overflow: visible;
  _width: 116px;
}
.qd1-green {
  border: 1px solid #9cd052;
  background-color: #138907;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
}
.qd2-green {
  background-color: #FFF;
  padding: 5px 10px;
}
.qd2-green ul li {
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0;
  line-height: 22px;
}
.qd2-green ul li .qlid1 {
  float: left;
  padding: 0 5px 0 0;
}
.qd2-green ul li .qlid2 {
  float: left;
  padding: 0 0 0 2px;
}
/*blue*/
.qd-wrap-blue {
  background-color: #10426b;
  padding: 5px;
  min-width: 116px;
  _overflow: visible;
  _width: 116px;
}
.qd1-blue {
  border: 1px solid #3a708d;
  background-color: #123e70;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px;
}
.qd2-blue {
  background-color: #FFF;
  padding: 5px 10px;
}
.qd2-blue ul li {
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0;
  line-height: 22px;
}
.qd2-blue ul li .qlid1 {
  float: left;
  padding: 0 5px 0 0;
}
.qd2-blue ul li .qlid2 {
  float: left;
  padding: 0 0 0 2px;
}
/********************************/
/***********************************/
.alpha80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
}
.backlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.nnnttt {
  border-collapse: collapse;
}
.nnnttt td {
  border: 1px solid #000;
}
#xjj {
  border: 3px solid #000;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20000000;
  background-color: #FFF;
  padding: 0px;
}
/*****************/
.yetJqFade,
.yetJqDirection {
  margin: 0 auto;
  position: relative;
}
.yetJqDirection {
  overflow: hidden;
}
.yetJqFade ul,
.yetJqFade li,
.yetJqDirection ul,
.yetJqDirection li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.yetJqDirection ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.yetJqFade li a {
  display: block;
}
p.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
  z-index: 100;
}
p.loading .fa {
  text-align: center;
  width: 26px;
  height: 26px;
  font-size: 26px;
  line-height: 1;
  color: #808080;
  animation-name: fa-spin;
  animation-duration: 2s;
  /*animation-timing-function: linear;*/
  animation-iteration-count: infinite;
}
/*@media \0screen\,screen\9 { p.loading .fa {  display:none; } }*/
.yetJqFade h6 {
  position: absolute;
  bottom: 12px;
  line-height: 1;
  text-align: center;
  z-index: 98;
}
.yetJqFade h6 em {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #d5d5d5;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.yetJqFade h6 em.curr {
  background-color: #5c5c5c;
}
.yetJqFade h1 {
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
.yetJqFade h1 a {
  font-weight: bold;
  font-size: 14px;
}
/********************************************/
#slider {
  position: relative;
  height: 330px;
  background-size: 100% 330px !important;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
.nivo-controlNav {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.nivo-controlNav a {
  display: block;
  width: 40px;
  height: 8px;
  background: #fff;
  text-indent: -9999px;
  border: 0;
  margin-right: 4px;
  float: left;
  opacity: 0.9;
}
.nivo-controlNav a.active {
  background: #0053b3;
}
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../pic/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}
a.nivo-nextNav {
  background: url(../pic/arrows.png) -30px 0 no-repeat;
  right: 25px;
}
a.nivo-prevNav {
  left: 25px;
}
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  margin-top: -15px;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
/********************************************/
.tools {
  position: fixed;
  right: 0;
  z-index: 9999999;
  top: 35%;
}
.tools dl {
  position: relative;
}
.tools dd {
  position: absolute;
  top: 0;
  right: 0;
}
.tools dd h5,
.tools dd.qq.single a,
.tools dd div {
  background-color: #3ac4fa;
}
.tools dd.qq.single a {
  display: block;
}
.tools dd.qq.single a b,
.tools dd.qq h5 b {
  background: url(../pic/qq.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  width: 32px;
}
.tools dd h5,
.tools dd.qr div {
  float: right;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}
.tools dd div {
  float: left;
  overflow: hidden;
  display: none;
}
.tools dd div ul {
  padding: 0 8px 0 14px;
}
.tools dd div ul li {
  float: left;
  padding: 0 5px;
}
.tools dd div ul li a {
  display: block;
  font-size: 22px;
}
.tools dd div ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tools dd.p h5 .fa {
  font-weight: bold;
  animation-name: telshow;
  animation-duration: 1.0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: telshow;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: telshow;
  -o-animation-duration: 1.0s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
}
.tools dd.p div h4 {
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  padding: 0 15px 0 0;
}
.tools dd.qr ol {
  display: none;
  position: absolute;
  bottom: 0;
  cursor: text;
}
.tools dd.qr ol li {
  float: left;
  border: 3px solid #ddd;
  background-color: #fff;
  margin-right: 2px;
}
.tools dd.qr ol li span {
  display: blo;
}
.tools dd.qr ol li span img {
  height: 135px;
}
.tools dd.qr ol li b {
  display: block;
  text-align: center;
  line-height: 2;
  padding-bottom: 3px;
}
