@import url(animate.min.css);
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
pre,
hr,
th,
td,
em {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/1.5 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  color: #6a6a6a;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-size: 100%;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}
fieldset,
img {
  border: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
address,
caption,
cite,
code,
em,
i,
strong,
th,
var {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  cursor: default;
}
input,
textarea {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a {
  color: inherit;
}
a:link {
  text-decoration: none;
}
.fleft,
.uleft li {
  float: left;
  display: inline;
}
.fright {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
body {
  color: #333;
  background-color: #f3f5f6;
}
/* @font-face {font-family:spu;src:url('../font/shinepersonaluse.ttf');} */
body img {
  max-width: 100%;
}
.sindex-1,
.sindex-3,
.sindex-5,
.sindex-7,

.tem {
  background: #fff;
  padding: 50px 0px;
}
.index-tem {
  position: relative;
  overflow: hidden;
  width: 1280px;
  margin: 0px auto;
}
.list-tem {
  width: 1280px;
  height: 550px;
  position: relative;
}
.list-tem .tem-img {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 0px;
}
.list-tem .tem-txt {
  width: 800px;
  height: 553px;
  background: rgba(255, 255, 255, 0.05);
  vertical-align: middle;
  display: table-cell;
  padding: 0px 100px;
}
.list-tem .tem-txt .tem-title {
  font-size: 2.5em;
  padding-bottom: 10px;
}
.list-tem .tem-txt .tem-title-1 {
  font-size: 1.5em;
  display: -webkit-inline-box;
  text-indent: 2px;
}
.list-tem .tem-txt .line {
  height: 2px;
  width: 35px;
  background: #9a9a9a;
  margin: 0px 2px 5px;
}
.list-tem .tem-txt .tem-txt-1 {
  font-size: 1.2em;
  padding-left: 5px;
}
.list-tem .tem-txt p {
  line-height: 1.5em;
}
.tem-pagination {
  position: relative;
  bottom: -15px !important;
}
.tem-prev {
  background-image: url(../picture/left-1.png) !important;
  left: 1% !important;
}
.tem-next {
  background-image: url(../picture/right-1.png) !important;
  right: 1% !important;
}
.tem-prev,
.tem-next {
  width: 60px!important;
  height: 60px!important;
  -webkit-background-size: 60px 60px!important;
  position: absolute!important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*banner*/
.banner-index:hover .slick-arrow {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.banner-index .slick-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: absolute;
  width: 80px;
  z-index: 99;
  height: 80px;
}
.banner-index .slick-prev {
  left: 10%;
  top: 41%;
  background: url(../picture/arr-l4.png) center no-repeat;
  background-size: 83%;
}
.banner-index .slick-prev:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../picture/arr-l1.png) center no-repeat;
  background-size: 83%;
}
.banner-index .slick-next {
  right: 10%;
  top: 41%;
  background: url(../picture/arr-r4.png) center no-repeat;
  background-size: 83%;
}
.banner-index .slick-next:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../picture/arr-r1.png) center no-repeat;
  background-size: 83%;
}
.banner-index img {
  display: block;
  width: 100%;
}
.banner-index .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 12px;
  line-height: 12px;
  font-size: 0;
  text-align: center;
}
.banner-index .slick-dots li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  margin: 0 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.banner-index .slick-dots .slick-active {
  width: 22px;
  height: 14px;
  padding-bottom: 0px;
  background: #DEA52F;
  border-radius: 32%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.xbhrb2019_gg {
  width: 100%;
  overflow: hidden;
  background-color: #d90c17;
  /*background-color: rgba(234,174,50,1);*/
}
.xbhrb2019_ggnr {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  max-width: 1280px;
  width: 100%;
}
.xbhrb2019_ggnr span {
  position: relative;
}
.xbhrb2019_ggnr .dkdid {
  display: inline-block;
  animation: lingdang 1s infinite;
  -webkit-animation: lingdang 1s infinite;
  height: 25px;
  width: 25px;
}
@keyframes lingdang {
  0% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
  50% {
    transform: rotate(-20deg);
    transform-origin: 20px top;
  }
  100% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
}
@keyframes lingdang {
  0% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
  50% {
    transform: rotate(-20deg);
    transform-origin: 20px top;
  }
  100% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
}
@-webkit-keyframes lingdang {
  0% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
  50% {
    transform: rotate(-20deg);
    transform-origin: 20px top;
  }
  100% {
    transform: rotate(20deg);
    transform-origin: 20px top;
  }
}
.xbhrb2019_ggnr img {
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.xbhrb2019_ggnr span:nth-child(2) {
  border-left: 1px solid #ffffff;
  padding-left: 1%;
  margin-left: 0.5%;
}
.xbhrb2019_ggnr span:nth-child(3) {
  background: #ffffff;
  color: #d90c17;
  /*color: rgba(234,174,50,1);*/
  padding: 5px 10px;
  margin-left: 3%;
  border-radius: 50px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.xbhrb2019_ggnr b {
  color: #f0fe03;
  /*color: #d90c17;*/
}
.g-tit-hm-1 {
  text-align: center;
  padding: 32px 0 19px;
}
.g-tit-hm-1 .en {
  height: 1em;
  line-height: 1em;
  color: #eacb8a;
  font-size: 48px;
  font-family: spu;
}
.g-tit-hm-1 .cn {
  position: relative;
  margin-top: -18px;
  height: 1em;
  line-height: 1em;
  font-size: 32px;
  font-weight: bold;
}
.g-tit-hm-1 .cn:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #d7a746;
  content: '';
}
.g-tit-hm-1 .info {
  font-size: 16px;
  color: #555;
  line-height: 22px;
  margin-top: 32px;
}
/*¿Ú·çÇÙ×¨ÒµÌØÐ§*/
.ww01 {
  width: 1280px;
  margin: 0 auto;
}
.dkdzykfq2 {
  margin-top: 19px;
  display: flex;
}
.dkdzykfq2_1 {
  width: 32%;
  margin: 0.5%;
  background-color: #fff;
  padding-bottom: 10px;
  overflow: hidden;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3 {
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3 b {
  padding: 0;
  font-size: 24px;
  color: #333;
  display: block;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3 span {
  text-transform: uppercase;
  display: block;
  color: #333;
  font-size: 16px;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3 a {
  display: none;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_2 {
  display: none;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_5,
.dkdzykfq2 .dkdzykfq2_1 .dkdp,
.xfbtn {
  display: none;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_img {
  margin: 20px 20px 15px 20px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_img img {
  border-radius: 5px;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_4 span {
  color: #eaae32;
  font-size: 16px;
  padding-left: 10px;
  font-weight: normal;
  float: right;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_1 {
  margin: 0 40px;
}
.dkdzykfq2 .dkdzykfq2_1 .dkdzykfq3_4 {
  color: #333;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.dkdzykfq4 {
  border: 1px solid #eaae32;
  color: #eaae32;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  margin: 20px 50px 0 50px;
}
.dkdzykfq2 .dkdzykfq2_1.on {
  width: 600px;
  height: 600px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.dkdzykfq2 .on .dkdzykfq3 {
  padding: 5px 0;
  background: -moz-linear-gradient(left, #000000 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #eaae32 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #eaae32 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #eaae32 0%, #ffffff 100%);
  background: linear-gradient(to right, #eaae32 0%, #eaae32 100%);
  background-color: #eaae32;
  position: relative;
  text-align: left;
}
.dkdzykfq2 .on .dkdzykfq3 b {
  display: block;
  color: #fff;
  font-size: 26px;
  padding-left: 30px;
  font-weight: 700;
  padding-top: 22px;
}
.dkdzykfq2 .on .dkdzykfq3 span {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
}
.dkdzykfq2 .on .dkdzykfq3 a {
  display: block;
  width: 130px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 35px;
  height: 35px;
  top: 38.5px;
  right: 30px;
  text-align: center;
  position: absolute;
  color: #fff;
  transition: 0.4s;
}
.dkdzykfq2 .on .dkdzykfq3 a:hover {
  background-color: #fff;
  color: #eaae32;
}
.dkdzykfq2 .on .dkdzykfq3_1 {
  margin: 0;
}
.dkdzykfq2 .on .dkdzykfq3_2 {
  width: 180px;
  margin-top: 12px;
  margin-left: 20px;
  float: left;
  display: block;
}
.dkdzykfq2 .on .dkdzykfq3_2 img {
  border-radius: 5px;
}
.dkdzykfq2 .on .dkdzykfq3_3 {
  padding-top: 4px;
  padding-left: 218px;
  padding-right: 18px;
}
.dkdzykfq2 .on .dkdzykfq3_4 {
  color: #333;
  font-size: 16px;
  display: block;
  font-weight: bold;
  padding-top: 3px;
  height: auto;
  line-height: none;
}
.dkdzykfq2 .on .dkdzykfq3_4 span {
  color: #eaae32;
  font-size: 14px;
  padding-left: 20px;
  font-weight: normal;
  float: none;
}
.dkdzykfq2 .on .dkdzykfq3_5 {
  color: #666;
  font-size: 16px;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dkdzykfq2 .on .dkdp {
  color: #ff9500;
  font-size: 15px;
  display: block;
  padding-bottom: 3px;
}
.dkdzykfq2 .on .dkdp .more {
  color: #333;
  padding-left: 15px;
}
.dkdzykfq2 .on .xfbtn {
  display: block;
  color: #fff;
  width: 80px;
  height: 25px;
  background: #eaae32;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  cursor: pointer;
}
.dkdzykfq2 .on .dkdzykfq3_img {
  display: none;
}
.dkdzykfq2 .on .dkdzykfq4 {
  display: none;
}
.dkdzykfq2 .on .dkdzykfq3 i {
  display: none;
}
.ques_group {
  padding: 40px 0 30px 0;
}
.ques_group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ques_group ul li {
  float: left;
  width: 17.4%;
  text-align: center;
  background: #eaae32;
  border-radius: 6px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-box-shadow: 2px 2px 8px #888;
}
.ques_group ul li:hover {
  transform: translate(0, -4px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.ques_group ul li a {
  font-size: 15px;
  line-height: 2.2;
  color: #fff;
}
.ml27 {
  margin-left: 27px;
}
.salaryInfo {
  float: left;
  width: 40%;
}
.salaryInfo_content {
  height: 254px;
  background: url(../picture/salary_info_bg2.jpg) no-repeat;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  box-shadow: darkgrey 0px 0px 23px 4px;
  margin-top: 20px;
}
.salaryInfo_content ul {
  color: #333;
  text-align: center;
}
.salaryInfo_content ul p {
  float: left;
  width: 90px;
  color: #fff;
}
.salaryInfo_content .salaryInfo_content_title p {
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
}
.salaryInfo_content_info {
  height: 188px;
  float: left;
  overflow: hidden;
}
.salaryInfo_content_info p {
  height: 25px;
  padding: 8px 0;
  /*line-height: 40px;*/
}
.salaryInfo_content_info p {
  font-size: 12px;
}
.swiper-slide .banner_items {
  width: 100%;
  height: 450px;
}
.swiper-slide .banner_items a {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #d9d9d9;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #e9ad38;
  opacity: 1;
}
.rmenu > .rzy a.up {
  background-color: #944615;
}
.fontsize-12 {
  font-size: 12px;
  text-transform: uppercase;
}
/*ÎÒÃÇµÄÐ£Ô°*/
.layout {
  width: 1280px;
  margin: 0 auto;
}
.camimgbox {
  width: 100%;
  position: relative;
  /*margin-top:30px;*/
}
.camimgbox .camlist {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.camimgbox .camlist .tempWrap {
  margin: 0 auto;
}
.camimgbox .camlist .g-tit-hm-1 {
  margin-bottom: 19px;
}
.camimgbox .camlist ul li {
  width: 100%;
  float: left;
}
.camimgbox .camlist ul li .index-h1 {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.camimgbox .camlist ul li .item0 {
  width: 598px;
  height: 530px;
  float: left;
  overflow: hidden;
  margin-top: 6px;
  background-image: url(../picture/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.camimgbox .camlist ul li .item0 img {
  width: 598px;
  height: 530px;
  display: block;
  -webkit-transition: all 1.9s ease;
  transition: all 1.9s ease;
}
.camimgbox .camlist ul li .item0:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.camimgbox .camlist ul li .item1 {
  width: 297px;
  height: 263px;
  float: left;
  overflow: hidden;
  margin-left: 4px;
  margin-top: 5px;
  background-image: url(../picture/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.camimgbox .camlist ul li .item1 img {
  width: 297px;
  height: 263px;
  display: block;
  -webkit-transition: all 1.9s ease;
  transition: all 1.9s ease;
}
.camimgbox .camlist ul li .item1:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.camimgbox .camprev,
.camimgbox .camnext {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  background-image: url(../picture/cambtn.png);
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.camimgbox .camprev {
  left: -45px;
  background-position: 0px 0px;
}
.camimgbox .camprev:hover {
  background-position: 0px -38px;
}
.camimgbox .camnext {
  right: -45px;
  background-position: -38px 0px;
}
.camimgbox .camnext:hover {
  background-position: -38px -38px;
}
/*×÷Æ·*/
.sindex-4 {
  padding-bottom: 34px;
}
.tab-zp {
  width: 1200px;
  height: auto;
  margin: 19px auto;
  display: flex;
  justify-content: space-between;
}
.tab-zp li {
  width: 200px;
  height: 42px;
  line-height: 42px;
  float: left;
  font-size: 18px;
  text-align: center;
  color: #222928;
  background: #fff;
  margin-left: 25px;
  cursor: pointer;
}
.tab-zp li.zpon {
  background: #eaae32;
  color: #fff;
}
.tab-zp li:first-child {
  margin-left: 0;
}
.slideBox {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  display: none;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #999;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 50%;
}
.slideBox .hd ul li.on {
  background: #eaae32;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox li div {
  width: 300px;
  float: left;
}
.sindex-6 {
  width: 100%;
  height: auto;
  background: url(../picture/zybg2.jpg) no-repeat center fixed;
  background-size: cover;
  padding-bottom: 20px;
}
.index_advantage ul {
  width: 1000px;
  margin: 24px auto 0 auto;
}
.index_advantage ul li {
  width: 200px;
  height: 200px;
  float: left;
  margin: 25px;
}
.index_advantage .en {
  color: #c5a60d;
}
.index_advantage .cn {
  color: #fff;
}

/*´´¾ÍÒµ*/
.ourCmplovent {
  position: relative;
  padding-bottom: 63px;
  display: inline-block;
  width: 100%;
  background: url(../picture/cybg.jpg) center no-repeat fixed;
  background-size: cover;
}
.CmploventTitle {
  width: 350px;
  height: 105px;
  background: url("../picture/cy4.png") no-repeat;
  margin: 0 auto;
  margin-top: 27px;
}
.CmploventContent {
  height: 217px;
}
.CmploventContent li {
  margin-left: 107px;
}
.CmploventBox {
  position: relative;
  z-index: 1;
  width: 1069px;
  margin: 0 auto;
  margin-top: 30px;
}
.fl {
  float: left;
}
.unit {
  width: 1280px;
  margin: 0 auto;
}
.unit .UnitTitle {
  width: 156px;
  height: 36px;
  background: url("../picture/cy5.png") no-repeat;
  padding-bottom: 20px;
}
.unbox {
  width: 1068px;
  overflow: hidden;
  position: relative;
  background: #4d4d4d;
  padding: 15px 0;
  margin: 0 auto;
}
.unbox .tempWrap {
  width: 1015px !important;
  margin: 0 auto;
}
.unbox .unbox1 {
  width: 1015px;
  margin: 0 auto;
}
.unbox .unbox1 ul {
  overflow: hidden;
  zoom: 1;
}
.unbox .unbox1 ul li {
  margin: 0 8px;
  float: left;
  overflow: hidden;
  width: 131px;
  height: 100px;
}
.unbox span {
  color: #fff;
  display: block;
  font-size: 32px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.unbox .unprev {
  left: -10px;
}
.unbox .unnext {
  right: -10px;
}
.common-btn-1 {
  display: block;
  margin: 0 auto;
  width: 251px;
  height: 47px;
  font-size: 17px;
  text-align: center;
  border: 1px solid #dda841;
  color: #000;
}
.common-btn-1 span {
  position: relative;
  top: -6px;
  left: -6px;
  z-index: 5;
  display: block;
  width: 250px;
  line-height: 45px;
  background-color: #eaae32;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.common-btn-2 {
  display: inline-block;
  margin: 0 auto;
  width: 251px;
  height: 47px;
  font-size: 17px;
  text-align: center;
  border: 1px solid #eaae32;
  color: #fff;
}
.common-btn-2:nth-child(2) {
  margin-left: 80px;
}
.common-btn-2 span {
  position: relative;
  top: -6px;
  left: -6px;
  z-index: 5;
  display: block;
  width: 250px;
  line-height: 45px;
  background-color: #eaae32;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*ÐÂµ×²¿*/
.newfoot .h3 .container {
  width: 1280px;
  margin: 0 auto;
}
.newfoot {
  width: 100%;
  min-width: 1280px;
  background: #000;
  padding-bottom: 70px;
}
.newfoot .h3 {
  display: block;
  height: 400px;
  width: 100%;
  min-width: 1280px;
  background: hsl(0, 0%, 15%);
  padding-top: 40px;
  border-top: 2px solid #9e5a46;
  border-bottom: 1px solid #3c3c3c;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.newfoot .h3 .container .o-zhuanye {
  margin: 0 30px 0 34px;
  width: 348px;
}
.newfoot .h3 .container > div {
  display: block;
  height: 361px;
}
.newfoot .h3 .container .f1 {
  float: left;
}
.newfoot .h3 .container .o-title {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
.newfoot .h3 .container .o-title h3 {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 23px;
  font-weight: 300;
  color: #bdbdbd;
  padding: 0 0 7px 0;
}
.newfoot .h3 .container .o-title span {
  display: block;
  width: 22px;
  height: 2px;
  float: left;
  background: #9e5a46;
}
.o-zhuanye-left {
  display: block;
  width: 160px;
}
.o-list {
  display: block;
  width: 160px;
  text-align: left;
  padding: 6px 0 0 0;
}
.o-list > p.o-listtitle {
  display: block;
  width: 160px;
  text-align: left;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 2.3;
  font-weight: 200;
  padding-top: 10px;
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 7px;
  cursor: default;
  transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.o-list > ul {
  width: 100%;
  text-align: left;
}
.o-list > ul li {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: left;
  color: #3c3c3c;
  font-size: 15px;
}
.o-list > ul li a {
  color: #777;
  font-weight: 200;
  transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.o-list:hover > p.o-listtitle,
.o-list > ul > li:hover a {
  color: #b5b5b5;
  border-color: #b5b5b5;
}
.newfoot .h3 .container > div.o-about,
.newfoot .h3 .container > div.o-jiuye {
  margin: 0 30px 0 0;
  width: 160px;
}
.o-list-icon {
  display: block;
  width: 190px;
  position: absolute;
  left: -6px;
  top: 65px;
}
.o-list-icon div {
  transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  background-image: url(../picture/icon1.png);
  background-repeat: no-repeat;
}
.slistwechat {
  transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -144px;
  left: 97px;
  visibility: hidden;
  opacity: 0;
  background: url(../picture/gzh.jpg) no-repeat left center;
  background-size: cover;
}
.slistwap {
  transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -144px;
  left: 97px;
  visibility: hidden;
  opacity: 0;
  background: url(../picture/sjwz.png) no-repeat left center;
  background-size: cover;
}
.o-list-tel {
  display: block;
  width: 200px;
  position: absolute;
  top: 113px;
  left: 0px;
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1;
  margin-top: -2px;
}
.o-list-tel span {
  color: white;
  font-size: 13px;
}
.o-list-add {
  display: block;
  width: 230px;
  position: absolute;
  top: 138px;
  left: 0px;
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1;
  margin-top: -2px;
}
.o-list-add span {
  font-size: 13px;
  color: white;
}
.o-list-beian,
.o-list-beian2 {
  display: block;
  width: 260px;
  position: absolute;
  left: 0px;
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1;
  margin-top: -2px;
}
.o-list-beian {
  top: 164px;
}
.o-list-beian2 {
  top: 190px;
}
.o-list-beian span,
.o-list-beian2 span {
  font-size: 13px;
  color: white;
  line-height: 20px;
}
.newfoot .h3 .container > div.o-baoming {
  width: 175px;
}
.o-form {
  display: block;
  width: 100%;
  padding-top: 5px;
}
.o-form input {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: block;
  width: 144px;
  height: 35px;
  float: left;
  background: #262626;
  border: 1px solid #3c3c3c;
  font-weight: 200;
  outline: none;
  color: #fff;
  padding-left: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 4px 0;
}
.o-form input:hover {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: 1px solid #8f695e;
}
.o-form .scform {
  display: block;
  width: 100%;
}
.o-form > p {
  transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: block;
  width: 60px;
  height: 30px;
  background: #434343;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  color: #858585;
  cursor: pointer;
}
.o-form > p:hover {
  transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: white;
  color: black;
}
button,
input,
keygen,
select,
textarea {
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
}
.o-list-icon .o-wechat {
  background-position: -4px -3px;
}
.o-wechat:hover {
  background-position: -4px -42px;
}
.o-wechat:hover .slistwechat {
  transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
  visibility: inherit;
  opacity: 1;
}
.o-list-icon .o-qq {
  background-position: -49px -3px;
}
.o-qq:hover {
  background-position: -50px -42px;
}
.o-list-icon .o-weibo {
  background-position: -95px -3px;
}
.o-list-icon .o-weibo:hover {
  background-position: -95px -42px;
}
.o-list-icon .o-wap {
  background-position: 8px -90px;
}
.o-wap:hover .slistwap {
  transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
  visibility: inherit;
  opacity: 1;
}
.sitemap {
  display: block;
  width: 100%;
  min-width: 1280px;
  height: 104px;
  background: #262626;
}
.sitemap-box {
  display: block;
  width: 1280px;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  cursor: default;
  font-size: 12px;
}
.sitemap-box div {
  height: 55px;
  line-height: 55px;
  color: #969696;
  display: inline-block;
}
.newfoot .h3 .Copyright {
  text-align: center;
  padding-bottom: 90px;
  line-height: 23px;
}
.o-list-tel {
  font-family: "YaHei", "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
  display: block;
  width: 200px;
  position: absolute;
  top: 113px;
  left: 0px;
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1;
  margin-top: -2px;
}
.o-list-tel span {
  font-family: "YaHei", "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
  color: white;
  font-size: 13px;
}
.o-list-add {
  font-family: "YaHei", "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
  display: block;
  width: 230px;
  position: absolute;
  top: 138px;
  left: 0px;
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1;
  margin-top: -2px;
}
.o-list-add span {
  font-family: "YaHei", "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
  font-size: 13px;
  color: white;
}
/*ÐÂµ×²¿*/
/*ÓÒ²à¸¡´° start*/
.x-zxtc {
  width: 100px;
  position: fixed;
  right: 0;
  top: 18%;
  z-index: 9999999;
}
.x-zxtc .x-zxtc-kst {
  height: 86px;
  width: 88px;
  position: relative;
  float: right;
  background: #eaae32;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  cursor: pointer;
}
.x-zxtc .x-zxtc-kst:hover {
  width: 100px;
  background: #e9a210;
}
.x-zxtc .x-zxtc-kst a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.x-zxtc .x-zxtc-tel {
  width: 340px;
  height: 92px;
  float: right;
  background: #383838;
  margin-right: -252px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
  width: 246px;
  height: 92px;
  float: left;
}
.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
  width: 227px;
  height: 42px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  margin-top: 24px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
}
.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
  display: block;
  width: 120px;
  padding: 0 13px;
  height: 42px;
  float: left;
  color: #a4a4a4;
  border: none;
  outline: 0;
  font-weight: 300;
}
.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a {
  display: block;
  width: 81px;
  height: 42px;
  float: right;
  line-height: 42px;
  text-align: center;
  background-color: #eaae32;
  font-size: 14px;
  color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a:hover {
  background-color: #e9a210;
}
.x-zxtc .x-zxtc-tel:hover {
  margin-right: 0;
}
.x-zxtc .x-zxtc-item {
  width: 88px;
  height: 86px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  overflow: hidden;
}
.x-zxtc .x-zxtc-item i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
  background: url('../picture/news.svg') no-repeat;
  background-size: 1032%;
}
.x-zxtc .x-zxtc-backtop {
  width: 88px;
  height: 86px;
  background: rgba(0, 0, 0, 0.6);
  float: right;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.x-zxtc .x-zxtc-backtop:hover {
  width: 100px;
}
.wxgz {
  display: none;
  width: 160px;
  height: 160px;
  position: absolute;
  right: 80px;
  top: 188px;
  z-index: 0;
}
.wx:hover div {
  display: block;
}
/*ÓÒ²à¸¡´° end*/
/*×ó²à¸¡´°*/
.right-fixed-box {
  position: fixed;
  top: 10%;
  left: -100%;
  transition: 2s;
  width: 154px;
  z-index: 9999999;
  background: url(../picture/xljn.png) left top no-repeat;
  background-size: 139px 139px;
}
.right-fixed-box-active {
  left: 5px;
  transition: 0.5s;
}
.right-fixed-box ul {
  margin-top: 139px;
  margin-left: 0;
}
.right-fixed-box ul li {
  width: 132px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 16px;
  color: #a15a3c;
  margin-bottom: 3px;
  cursor: pointer;
  text-align: center;
  border: 1px dashed #eaae32;
}
.right-fixed-box ul li a {
  font-size: 14px;
  display: block;
}
.right-fixed-box .fixed-close-icon {
  border: 1px solid #f69001;
  color: #df5838;
}
.right-fixed-box ul li:last-child {
  background: #eaae32;
  width: 134px;
  height: 37px;
}
.right-fixed-box ul li:last-child a {
  font-size: 16px;
  color: #fff;
  line-height: 37px;
  display: block;
}
.right-fixed-box ul li:hover {
  background: #eaae32;
}
.right-fixed-box ul li:hover a {
  color: #fff !important;
}
.left-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #df5838;
  color: #df5838;
  text-align: center;
  position: absolute;
}
.tanc {
  box-sizing: border-box;
  width: 499px;
  padding-bottom: 10px;
  position: fixed;
  margin: -186px 0 0 -240px;
  left: 50%;
  top: 40%;
  z-index: 999;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 9999999999;
  border-radius: 10px;
}
.tanc img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
  display: block;
}
.swt_zy {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}
.swt_lb input {
  display: none;
}
.swtp {
  padding: 0 5px;
}
.swt_lb {
  height: 28px;
  float: left;
  width: 60px;
  line-height: 28px;
  margin-right: 7px;
  display: inline;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  background: #f6f6f6;
  cursor: pointer;
}
.swon {
  border: 1px solid #ff7a01;
  background: #ff7a01;
  color: #ff7a01;
  font-weight: bold;
  background: url(../picture/swtd.png) no-repeat;
  background-position: right bottom;
}
.tcbd {
  width: 470px;
  margin: 0 auto;
  overflow: hidden;
}
.tcbd_1 {
  width: 316px;
  float: left;
}
.swt_sr {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}
.swt_sr input {
  display: block;
  width: 150px;
  height: 28px;
  line-height: 28px;
  color: #757474;
  margin-right: 5px;
  background: #f5f5f5;
  float: left;
  border: none;
  padding-left: 3px;
  outline: none;
}
.tcbd_2 {
  float: left;
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #ef8d21;
  border-radius: 6px;
  margin: 18px 0 0 10px;
}
.tanc .close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.tanc .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 1s;
}
@media only screen and (max-width: 1600px), only screen and (max-device-width: 1600px) {
  .tanc {
    top: 58%;
  }
}
/*ÎÊ´ðµ¯´°*/
.shadowIndex {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  z-index: 10;
}
.win-item {
  display: block;
  width: 500px;
  height: 400px;
  position: relative;
  box-shadow: 3px 9px 84px #969696;
  -webkit-box-shadow: 3px 9px 84px #969696;
  -moz-box-shadow: 3px 9px 84px #969696;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  background: #fff;
}
.shadowIndex .w1-header {
  width: 500px;
  height: 81px;
  font-weight: 600;
  font-size: 26px;
  line-height: 81px;
  background: url("../picture/shadowteo.png") no-repeat center center;
  color: #fff;
  border-top-left-radius: 17px;
  -wbkit-border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -wbkit-border-top-rightt-radius: 17px;
}
.shadowIndex .w1-header p {
  padding-left: 175px;
}
.shadowIndex .shadowIndexClose {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: url(../picture/icon_index.png) no-repeat 0 -312px;
  cursor: pointer;
  z-index: 1;
}
.shadowIndex .w1-zy {
  display: block;
  width: 429px;
  margin: 0 auto;
  text-align: center;
}
.shadowIndex .w1-zy a > div {
  display: block;
  width: 123px;
  margin: 23px 10px 23px 10px;
  padding: 126px 0 15px 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center 12px;
  color: #242424;
}
.shadowIndex .w1-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.w1-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px 10px 15px;
  background: #40210f;
  color: #fff;
  font-size: 16px;
  /*background-image: url(../picture/icon_index.png);*/
  background-position: 266px -351px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}
.w1-btn > a > span {
  position: absolute;
  top: 10px;
  right: 16px;
}
.w1-zy p {
  color: #40210f;
  font-size: 15px;
}
.w2-inner {
  display: block;
  width: 375px;
  margin: 0 auto;
  padding-top: 10px;
}
.w2-inner ul {
  display: block;
  width: 100%;
}
.w2-inner ul li {
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e9e9e9;
}
.w2-inner ul li h4 {
  float: left;
  font-weight: 200;
  color: #000;
  font-size: 17px;
  cursor: pointer;
}
.w2-inner ul li a {
  display: inline-block;
  float: right;
  position: relative;
  color: #40210f;
  height: 45px;
  font-size: 17px;
  padding-right: 33px;
  background: url(../picture/icon_index.png) no-repeat 38px -377px;
}
.w2-inner ul li a::before {
  content: "";
  width: 1px;
  height: 26px;
  background: #e9e9e9;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -13px;
}
.w2-header > p {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding-left: 141px;
  font-size: 21px;
}
.win-item-2 > .w2-header {
  width: 500px;
  height: 81px;
  text-align: left;
  line-height: 79px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-top-left-radius: 17px;
  -moz-border-top-right-radius: 17px;
  background: url(../picture/shadowfree_03.png) no-repeat center center;
}
.w3-header {
  width: 500px;
  height: 90px;
}
.win-item-3 {
  background: url(../picture/shadowone.jpg) no-repeat center center;
  display: block;
  width: 500px;
  height: 400px;
  position: relative;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
}
.w3-header > p {
  display: inline-block;
  margin: 42px 0 0 243px;
  line-height: 1;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.w3-inner {
  margin-left: 175px;
  height: 280px;
  overflow: hidden;
  padding-top: 30px;
}
.w3-inner .w3-i-list {
  display: block;
  width: 315px;
  text-align: center;
  margin: 22px 0;
}
.w3-inner .w3-i-list li {
  display: inline-block;
  width: 135px;
  height: 36px;
  line-height: 36px;
  background: #efefef;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 0 5px;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
.w3-inner .w3-i-list li a {
  color: #000000;
}
.w3-btn {
  display: block;
  width: 310px;
  text-align: center;
  padding-top: 10px;
}
.w3-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 50px 10px 36px;
  background: #40210f;
  color: #fff;
  font-size: 16px;
  background-image: url(../picture/icon_index.png);
  background-position: 150px -351px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}
/*coures*/
.list_box ul li {
  border: 1px solid #d3d3d3;
  padding: 15px;
  margin-bottom: 24px;
}
.list_box ul li .img {
  float: right;
  width: 434px;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
}
.list_box ul li .img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.list_box ul li .img:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: rotate(3deg) scale(1.05);
  -o-transform: rotate(3deg) scale(1.05);
  -webkit-transform: rotate(3deg) scale(1.05);
  -moz-transform: rotate(3deg) scale(1.05);
  -ms-transform: rotate(3deg) scale(1.05);
}
.list_box ul li .img:before {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 100;
}
.list_box ul li .img:hover:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.list_box ul li .img_text {
  position: absolute;
  top: 25px;
  left: 15px;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.list_box ul li .img_text p {
  font-size: 18px;
  margin-bottom: 10px;
}
.list_box ul li .img_text h3 {
  font-size: 28px;
  line-height: 40px;
}
.list_box ul li .text {
  overflow: hidden;
  padding: 0 20px;
}
.list_box ul li .text h3 {
  font-size: 26px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-weight: bold;
}
.list_box ul li .text h3 a:hover {
  color: #eaae32;
}
.list_box ul li p {
  font-size: 18px;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
}
.list_box ul li p a:hover {
  color: #eaae32;
}
.list_box ul li .btn {
  margin-top: 20px;
}
.list_box ul li .btn a {
  display: block;
  line-height: 48px;
  width: 159px;
  border: 1px solid #fa9504;
  color: #fff;
  background: #ffac04;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
}
.list_box ul li .btn a:hover {
  background: #fa9504;
}
.list_box ul li .div_tips {
  margin: 15px 0;
}
.list_box ul li .div_tips label {
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  border: 1px solid #66c1f1;
  background: #f0f9fe;
  color: #eaae32;
  font-size: 20px;
  margin-right: 5px;
  border-radius: 3px;
}
.course_list {
  padding: 30px 0 0px 0;
}
.course_tit {
  padding: 0 100px;
  position: relative;
  line-height: 36px;
  margin-bottom: 25px;
}
.course_tit span {
  position: absolute;
  display: block;
  top: 0;
}
.course_tit .flt {
  left: 0;
  font-size: 24px;
  color: #8f8f8f;
}
.course_tit ul li {
  display: inline-block;
  width: 14%;
  text-align: center;
  margin: 0.6% 1.6%;
}
.course_tit ul li.on a,
.course_tit ul li a:hover {
  background: #eaae32;
  color: #fff;
}
.course_tit ul li a {
  display: block;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #eaae32;
}
.course_tit ul {
  /* white-space: nowrap;
	overflow-x: auto; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.course_tit .frt {
  right: 0;
}
.course_tit .frt a {
  color: #eaae32;
}
.course_tit .frt a:hover {
  color: #0079b8;
}
.fzfx {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px 0 19px 0;
}
.fzfx-sec {
  width: 1280px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
.fzfx-sec .fzfx-wrap {
  display: flex;
  justify-content: space-between;
}
.fzfx-item {
  width: 30%;
  text-align: center;
  box-shadow: 0 5px 20px #dbdada;
}
.fzfx-item .pic {
  width: 100%;
}
.fzfx-item .pic img {
  width: 100%;
  display: block;
}
.fzfx-item .des {
  width: 100%;
}
.fzfx-item .des h4 {
  padding: 12px 0;
  font-size: 19px;
  font-weight: bold;
}
.fzfx-item .des p {
  font-size: 16px;
  text-align: center;
}
.fzfx-item .des .btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 16px;
  background: #f3db03;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  margin: 18px auto;
  color: #000;
}
.fuwu {
  width: 88%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 28px auto;
}
.fuwu .fuwu-item {
  padding: 12px 2px;
  width: 15%;
  text-align: center;
}
.fuwu .fuwu-item .pic {
  width: 170px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
}
.fuwu .fuwu-item .pic img {
  width: 100%;
  display: block;
}
.fuwu .fuwu-item .des {
  padding: 16px 0;
}
.fuwu .fuwu-item .des p {
  font-size: 14px;
  line-height: 30px;
}
.fuwu .fuwu-item .des p strong {
  font-size: 16px;
}
.fuwu .fuwu-item:hover {
  background: #d5e7f0;
  box-shadow: 0 0 0.52vw rgb(0 0 0%);
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}
.fuwu-btn {
  padding: 10px 24px;
  text-align: center;
  color: #fff;
  background: #eaae32;
  margin: 10px auto;
  width: 180px;
  border-radius: 44px;
  font-size: 16px;
  cursor: pointer;
}
