article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  overflow-x: auto;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, Tahoma, Helvetica, FreeSans, Arimo, "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  padding-right: 0!important;
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
iframe,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
i,
em,
code,
u,
address {
  font-style: normal;
  font-weight: normal;
}
ul,
ul li,
dl,
dt,
dd {
  list-style: none;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}
a,
i {
  display: block;
}
fieldset,
img,
button,
input {
  border: 0;
}
img {
  vertical-align: middle;
  border: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  resize: none;
  outline: 0;
}
input::-ms-clear {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.f-clear {
  clear: both;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.v-center {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zk-transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.border0 {
  border: 0 !important;
}
.zk-hide {
  display: none!important;
  visibility: hidden !important;
}
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt-two-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rel {
  position: relative;
}
.hanChun {
  background: #fff;
}
@keyframes s2-an {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes s2-an {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hanChun .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hanChun .zk-wrap {
  width: 1100px;
  margin: 0 auto;
}
.hanChun .txt-orange {
  color: #fc6131;
}
.hanChun h2 {
  color: #333;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.hanChun .banner {
  width: 100%;
  height: 600px;
  background: url(../imgs/banner.jpg) top center no-repeat;
}
.hanChun .com-con {
  width: 100%;
  background: #f5f5f5;
}
.hanChun .com-con .zk-wrap {
  padding: 20px 130px;
}
.hanChun .com-con .zk-wrap p {
  font-size: 18px;
  line-height: 30px;
}
.hanChun .com-con .zk-wrap .btn {
  margin-top: 5px;
  width: 180px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background: #fc6131;
  -webkit-box-shadow: 0 4px 5px rgba(252, 97, 49, 0.3);
  -moz-box-shadow: 0 4px 5px rgba(252, 97, 49, 0.3);
  -ms-shadow: 0 4px 5px rgba(252, 97, 49, 0.3);
  box-shadow: 0 4px 5px rgba(252, 97, 49, 0.3);
}
.hanChun .com-con .zk-wrap .btn:hover {
  background: #f54913;
}
.hanChun .c1 {
  padding: 40px 0;
}
.hanChun .c1 video {
  display: block;
}
.hanChun .c1 ul {
  width: 800px;
  margin: 10px auto 0px;
  border: 1px solid #eaeaea;
}
.hanChun .c1 ul li {
  float: left;
  width: 33.33%;
  height: 70px;
  font-size: 20px;
  color: #333;
  text-align: center;
  background: -webkit-linear-gradient(top, #f1f1f1, #f3f3f3);
  background: -moz-linear-gradient(top, #f1f1f1, #f3f3f3);
  background: -ms-linear-gradient(top, #f1f1f1, #f3f3f3);
  background: -linear-gradient(top, #f1f1f1, #f3f3f3);
  position: relative;
}
.hanChun .c1 ul li span {
  display: block;
  line-height: 30px;
  margin: 20px auto;
  cursor: default;
}
.hanChun .c1 ul li:nth-child(2) span {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.hanChun .c1 ul li.active {
  background: -webkit-linear-gradient(top, #0b9ff3, #2cf0c4);
  background: -moz-linear-gradient(top, #0b9ff3, #2cf0c4);
  background: -ms-linear-gradient(top, #0b9ff3, #2cf0c4);
  background: -linear-gradient(top, #0b9ff3, #2cf0c4);
  color: #fff;
}
.hanChun .c1 ul li.active:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #0b9ff3 transparent;
  border-style: dashed dashed solid dashed;
}
.hanChun .c1 ul li.active span {
  border: none;
}
.hanChun .c2 {
  padding: 40px 0;
}
.hanChun .c2 #winterTit,
.hanChun .c2 .tab-content {
  padding-left: 85px;
}
.hanChun .c2 .content {
  width: 1118px;
  margin: 0 auto;
}
.hanChun .c2 h2 {
  padding-bottom: 50px;
}
.hanChun .c2 h4 {
  float: left;
  font-size: 20px;
  color: #333;
  height: 40px;
  line-height: 40px;
}
.hanChun .c2 .tab-pane {
  float: left;
}
.hanChun .c2 dl,
.hanChun .c2 .tab-content ul {
  height: 46px;
  line-height: 46px;
  margin-bottom: 30px;
  display: block;
}
.hanChun .c2 dl dt,
.hanChun .c2 .tab-content ul dt {
  float: left;
  font-size: 20px;
  color: #333;
}
.hanChun .c2 dl dd,
.hanChun .c2 .tab-content ul dd,
.hanChun .c2 dl li,
.hanChun .c2 .tab-content ul li {
  float: left;
  width: 150px;
  margin-left: 15px;
}
.hanChun .c2 dl dd a,
.hanChun .c2 .tab-content ul dd a,
.hanChun .c2 dl li a,
.hanChun .c2 .tab-content ul li a {
  font-size: 18px;
  color: #0b9ff3;
  border: 1px solid #0b9ff3;
  border-radius: 50px;
  text-align: center;
  cursor: default;
}
.hanChun .c2 dl dd.active a,
.hanChun .c2 .tab-content ul dd.active a,
.hanChun .c2 dl li.active a,
.hanChun .c2 .tab-content ul li.active a {
  color: #fff;
  background: #0b9ff3;
}
.hanChun .c2 .tab-content .tab-pane ul {
  height: 40px;
  line-height: 40px;
}
.hanChun .c2 .tab-content .tab-pane ul li {
  font-size: 16px;
  width: 120px;
  margin-left: 10px;
}
.hanChun .c2 .tab-pane-tpl ul {
  width: 1118px;
  height: 452px;
  padding: 0 4px;
  background: url(../imgs/c22.png) no-repeat;
}
.hanChun .c2 .tab-pane-tpl ul li {
  width: 213px;
  height: 100%;
  color: #fff;
  float: left;
  position: relative;
}
.hanChun .c2 .tab-pane-tpl ul li:not(:nth-child(5)) {
  margin-right: 10px;
}
.hanChun .c2 .tab-pane-tpl ul li .peogress {
  position: absolute;
  top: -4px;
  left: -2px;
  width: 100%;
  height: 100px;
  z-index: 100;
}
.hanChun .c2 .tab-pane-tpl ul li .peogress .timer {
  display: none;
}
.hanChun .c2 .tab-pane-tpl ul li .con {
  padding: 240px 15px 0 20px;
  height: 370px;
  overflow: hidden;
}
.hanChun .c2 .tab-pane-tpl ul li .con h3 {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 30px;
}
.hanChun .c2 .tab-pane-tpl ul li .con p {
  font-size: 12px;
  line-height: 30px;
}
.hanChun .c2 .tab-pane-tpl ul li:nth-child(4) .peogress {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 101%;
}
.hanChun .c2 .tab-pane-tpl ul li:nth-child(5) .peogress {
  position: absolute;
  top: -8px;
  left: -9px;
  width: 102%;
}
.hanChun .c2 .tab-pane-tpl ul li:nth-child(3) .con,
.hanChun .c2 .tab-pane-tpl ul li:nth-child(4) .con,
.hanChun .c2 .tab-pane-tpl ul li:nth-child(5) .con {
  padding-top: 210px;
}
.hanChun .c2 .tab-pane-tpl ul li .btn {
  position: absolute;
  left: 20px;
  right: 15px;
  bottom: 32px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: #fdbe00;
  text-align: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 0 #e7ab08;
  -moz-box-shadow: 0 4px 0 #e7ab08;
  -ms-box-shadow: 0 4px 0 #e7ab08;
  box-shadow: 0 4px 0 #e7ab08;
}
.hanChun .c3 {
  width: 100%;
  height: 720px;
  background: url(../imgs/c3.png) top center no-repeat;
}
.hanChun .c3 h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  padding: 60px 0 50px;
  margin: 0 auto;
}
.hanChun .c3 .st {
  padding: 0 50px 85px;
}
.hanChun .c3 .st .s,
.hanChun .c3 .st .t {
  width: 140px;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.hanChun .c3 .st .s img,
.hanChun .c3 .st .t img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hanChun .c3 .st .s span,
.hanChun .c3 .st .t span {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  padding-top: 5px;
}
.hanChun .c3 .st .content {
  margin: 0 auto;
  width: 646px;
  padding-top: 70px;
}
.hanChun .c3 .st .content .para {
  color: #fff;
  font-size: 24px;
  line-hieght: 34px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.hanChun .c3 .st .content .line {
  width: 100%;
  height: 7px;
  background: url(../imgs/c3l.png) no-repeat;
}
.hanChun .c3 ul li {
  float: left;
  width: 212px;
  height: 270px;
}
.hanChun .c3 ul li:not(:nth-child(5)) {
  margin-right: 10px;
}
.hanChun .c3 ul li:nth-child(1) a .icon i {
  width: 46px;
  height: 46px;
  background: url(../imgs/c3i1.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(1) a:hover .icon i {
  background: url(../imgs/c3i1h.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(2) a .icon i {
  width: 46px;
  height: 46px;
  background: url(../imgs/c3i2.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(2) a:hover .icon i {
  background: url(../imgs/c3i2h.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(3) a .icon i {
  margin: 3px;
  width: 40px;
  height: 40px;
  background: url(../imgs/c3i3.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(3) a:hover .icon i {
  background: url(../imgs/c3i3h.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(4) a .icon i {
  margin: 3px 2px;
  width: 39px;
  height: 42px;
  background: url(../imgs/c3i4.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(4) a:hover .icon i {
  background: url(../imgs/c3i4h.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(5) a .icon i {
  width: 44px;
  height: 46px;
  background: url(../imgs/c3i5.png) no-repeat;
}
.hanChun .c3 ul li:nth-child(5) a:hover .icon i {
  background: url(../imgs/c3i5h.png) no-repeat;
}
.hanChun .c3 ul li a {
  cursor: default;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.hanChun .c3 ul li a em {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #ccc;
  padding: 10px 12px;
}
.hanChun .c3 ul li a .icon {
  margin: 0 auto 30px;
  width: 46px;
  height: 46px;
}
.hanChun .c3 ul li a h4 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.hanChun .c3 ul li a h4:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 42%;
  width: 30px;
  height: 2px;
  background: #0b9ff3;
  transition: all .3s;
}
.hanChun .c3 ul li a p {
  padding: 20px 15px 0;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.hanChun .c3 ul li a:hover {
  background: #0b9ff3;
}
.hanChun .c3 ul li a:hover em {
  color: #fff;
}
.hanChun .c3 ul li a:hover .icon {
  -webkit-animation-name: s2-an;
  animation-name: s2-an;
}
.hanChun .c3 ul li a:hover h4 {
  color: #fff;
}
.hanChun .c3 ul li a:hover h4:before {
  left: 10%;
  right: 10%;
  width: 80%;
  background: #fff;
}
.hanChun .c3 ul li a:hover p {
  color: #fff;
}
.hanChun .c4 {
  padding: 40px 0 30px;
}
.hanChun .c4 ul {
  padding-top: 40px;
}
.hanChun .c4 ul li {
  float: left;
  width: 212px;
  height: 300px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.hanChun .c4 ul li:not(:nth-child(5n+5)) {
  margin-right: 10px;
}
.hanChun .c4 ul li .img-bg {
  background: #fec64d;
  height: 150px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hanChun .c4 ul li .img-bg img {
  width: 100%;
  height: 100%;
}
.hanChun .c4 ul li .con {
  padding: 10px 15px;
}
.hanChun .c4 ul li .con p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 0 10px;
}
.hanChun .c4 ul li .con .btn {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  background: #0b9ff3;
  width: 100%;
  height: 36px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 4px 0 #0683c9;
  -webkit-box-shadow: 0 4px 0 #0683c9;
}
.hanChun .c5 {
  padding: 40px 0;
}
.hanChun .c5 .content {
  padding-top: 40px;
}
.hanChun .c5 .content .list-wrap {
  width: 462px;
}
.hanChun .c5 .content .list-wrap .num-bg {
  width: 52px;
  height: 354px;
  background: url(../imgs/zuoce.png) no-repeat;
}
.hanChun .c5 .content .list-wrap ul {
  width: 410px;
  padding-left: 20px;
}
.hanChun .c5 .content .list-wrap ul li {
  cursor: default;
}
.hanChun .c5 .content .list-wrap ul li h4 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 5px;
}
.hanChun .c5 .content .list-wrap ul li:hover h4 {
  color: #0b9ff3;
}
.hanChun .c5 .content .list-wrap ul li:nth-child(1) {
  margin-top: 10px;
}
.hanChun .c5 .content .list-wrap ul li:nth-child(2),
.hanChun .c5 .content .list-wrap ul li:nth-child(3) {
  margin-top: 70px;
}
.hanChun .c5 .content .bgs {
  width: 592px;
  height: 390px;
}
.hanChun .c6 .bg {
  width: 100%;
  height: 642px;
  background: url(../imgs/c6.png) center no-repeat;
}
.hanChun .c6 ul {
  padding: 40px 0;
}
.hanChun .c6 ul li {
  float: left;
  width: 267px;
  height: 180px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.hanChun .c6 ul li:not(:nth-child(4)) {
  margin-right: 10px;
}
.hanChun .c6 ul li a {
  cursor: default;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-radius: 8px;
}
.hanChun .c6 ul li a h4 {
  font-size: 22px;
  color: #666;
  line-height: 62px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.hanChun .c6 ul li a h4:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 42%;
  width: 30px;
  height: 2px;
  background: #0b9ff3;
  transition: all .3s;
}
.hanChun .c6 ul li a div {
  padding: 20px 15px 0px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.hanChun .c6 ul li a:hover {
  background: #0b9ff3;
}
.hanChun .c6 ul li a:hover h4 {
  color: #fff;
}
.hanChun .c6 ul li a:hover h4:before {
  left: 10%;
  right: 10%;
  width: 80%;
  background: #fff;
}
.hanChun .c6 ul li a:hover p {
  color: #fff;
}
.hanChun .footer {
  width: 100%;
  height: 480px;
  background: url(../imgs/footer.png) top center no-repeat;
}
.hanChun .footer .c7 {
  bottom: 110px;
}
.hanChun .footer .c7 .btn {
  width: 680px;
  padding: 0 20px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: #0b9ff3;
  color: #fff;
  font-size: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 7px 7px rgba(7, 85, 142, 0.51);
  box-shadow: 0 7px 7px rgba(7, 85, 142, 0.51);
}
.hanChun .footer .c7 p {
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding-top: 25px;
}
.hanChun .footer .c7 p em {
  color: #fffc00;
  font-size: 40px;
}

#fixed { width: 100%; height: 76px; background: rgba(0,0,0,.8); position: fixed; bottom: 0; left: 0; z-index: 1000; }

#fixed .fixed-container { width: 1200px; height: 76px; line-height: 76px; position: relative; margin: 0 auto 0; }

#fixed .fixed-container .fixed-pic { position: absolute; left: 20px; font-size: 36px; font-weight: bold; color: #fcc900;}

#fixed .fixed-container form { margin-left: 630px;}

#fixed .fixed-container form input { width: 194px; height: 30px; margin: 0 4px; font-size: 14px;}

/*#fixed .fixed-container form select { width: 144px; height: 32px; color: #a1a1a1; font-size: 14px; }*/

#fixed .fixed-container form select option { color: #000; }

#fixed .fixed-container form .submit { width: 114px; height: 36px; font-size: 16px; color: #fff; background-color: #ff3600; border: 0px; cursor: pointer; border-radius: 4px; }

#fixed .fixed-container form .submit:hover { background-color: #df3726; }
