@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%
}
body {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all .4s
}
a:hover {
  color: #eb6600
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all .4s
}
video {
  outline: 0
}
input, select, textarea {
  font-size: 14px
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
.flexm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.column {
  flex-direction: column;
}
.mainflex {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mainflexright {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.tft10, .fdpic {
  transition: All 0.4s ease-in-out;
}
.tft10:hover {
  transform: translate(0, -10px);
}
.fdpic:hover img {
  transform: scale(1.05);
}
.hei60 {
  height: 60px;
}
.bs {
  transition: All 0.4s ease-in-out;
}
.bs:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.fd {
  overflow: hidden;
  transition: All 0.4s ease-in-out;
}
.fd:hover img {
  transform: scale(1.05);
}
.marb10 {
  margin-bottom: 10px;
}
.marlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marr10 {
  margin-right: 10px;
}
.gybg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mart70 {
  margin-top: 60px;
}
.mart30 {
  margin-top: 30px;
}
.padt60 {
  padding-top: 60px;
}
.padb60 {
  padding-bottom: 60px;
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
.wid160 {
  width: 1600px;
  margin: 0 auto;
}
.wid140 {
  width: 1400px;
  margin: 0 auto;
}
.wid100 {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 90%;
  margin: 0 auto;
}
.pc {
  display: block
}
.box_video_play {
  overflow: hidden;
}
.box_video_play video {
  width: 100%;
  height: 100%;
}
.videonews {
  width: 750px;
  position: relative;
  margin: 30px auto 60px;
  background: #000;
}
.videonews img {
  object-fit: cover;
  width: 100%;
  height: auto;
  opacity: 0.5
}
.videonews .iconfont {
  text-align: center;
  font-size: 80px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  display: block;
  transform: translate(-50%, -50%);
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition: all .4s;
}
header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
header .logo img {
  /*height: 55px;*/
  width: auto
}
header .navbut {
  display: none
}
header .navbut2 {
  display: none
}
header nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}
header nav .nav-dowm-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff
}
header nav ul li {
  float: left;
  position: relative
}
header nav ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 68px;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  position: relative;
  z-index: 5
}
header nav ul li > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 5px;
  opacity: .8;
  display: none;
  transition: all 0.3s;
}
header nav ul .drop:hover > a:after {
  transform: rotate(180deg);
}
header nav ul li.drop > a:after {
  display: block
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 68px;
  border-top: 1px solid rgba(235, 102, 0, 1);
  background: #fff;
  min-width: 100%;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}
header nav ul li .sub a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  position: relative
}
header nav ul li .sub a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #eee 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, #eee 50%, transparent 100%)
}
header nav ul li .sub a:hover {
  background: rgba(235, 102, 0, 1);
  color: #fff;
  letter-spacing: 2px;
}
header nav ul li:hover > a {
  color: #fff
}
header nav ul li.cur > a {
  color: #fff
}
header nav ul li.nocur > a {
  color: #fff
}
header nav .search {
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 0 38px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  transition: all .4s;
  z-index: 99999;
}
.header_search_box {
  position: absolute;
  float: right;
  right: 0;
  top: 12px;
  width: 30px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s
}
.header_search_box.active {
  width: 300px;
  background: #000000;
  transition: all .3s
}
.header_search_box a {
  display: block;
  color: #fff;
}
.header_search_box i {
  position: absolute;
  top: 10px;
  right: 5px
}
.header_search_box i.close {
  opacity: 0;
  transition: all .3s
}
.header_search_box .search_click.active i.close {
  opacity: 1;
  transition: all .3s;
  color: #fff;
  font-size: 20px;
  z-index: 99999;
  right: 7px;
}
.header_search_box .search_click.active i.open {
  opacity: 0
}
.search_form {
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all .3s
}
.header_search_box.active .search_form {
  width: 260px;
  z-index: 9;
  transition: all .3s
}
.search_form .info {
  width: 100%;
  padding-right: 45px
}
.search_form input[type=text] {
  width: 100%;
  height: 40px;
  background: 0 0;
  border: 0;
  font-size: 14px;
  color: #ffffff
}
.search_form input[type=text]::-webkit-input-placeholder {
  color: #ffffff
}
.search_form input.btn_search {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/search.png") no-repeat center center;
  border: 0;
  font-size: 0;
  cursor: pointer
}
header nav .tel {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 0 15px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  position: relative;
  transition: all .4s
}
header nav .tel .iconfont {
  margin-right: 10px
}
header nav .tel:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 28px;
  content: '';
  background: rgba(255, 255, 255, 0.3)
}
header nav .language {
  color: #fff;
  padding: 0 15px;
}
header nav .language a {
  color: #fff;
  padding: 0 2px;
}
header.cur {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.nbanner {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 500px;
  color: #fff;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.nbanner .iconfont {
  font-size: 68px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}
.nbanner .tt {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 5px;
}
.nbanner .tm {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 2px
}
.videodsp ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  flex-wrap: wrap;
}
.videodsp li {
  width: 33.3333%;
  line-height: 2.3;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.videodsp li img {
  max-width: 100%;
  object-fit: cover;
  border: 8px solid #727272;
}
.videodsp .video {
  position: relative;
}
.videodsp .video .iconfont {
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.95);
  display: block;
  transform: translate(-50%, -50%);
}
.tan_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: 800px;
  height: 500px;
}
.tan_box video, .tan_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tan_box .box .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  font-size: 16px;
  background: #fff;
  color: #999;
}
.homeproduct {
  flex-direction: column;
  height: 100%;
}
.darkbg {
  background: #F4F4F4;
}
.newsright {
  width: 270px;
  height: 100%;
}
.zuotit {
  background: rgba(235, 102, 0, 1);
  color: #fff;
  padding: 20px;
  line-height: 1.5;
  align-items: center;
}
.zuotit .stit {
  font-size: 26px;
}
.zuotit .iconfont {
  font-size: 38px;
}
.zuo_newslan {
  padding: 0 20px 20px;
  line-height: 1.5;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.09);
}
.zuolxcon {
  padding: 20px;
  line-height: 1.5;
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.09);
}
.zuolxtel {
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.zuolxtel .iconfont {
  padding-right: 20px;
  font-size: 38px;
  color: #727272;
}
.zuolxtel .tit {
  font-size: 22px;
  font-weight: 600;
  color: rgba(235, 102, 0, 1);
}
.zuolxtext {
  line-height: 2;
}
.zuo_newslan li {
  position: relative;
  padding-left: 15px;
  padding: 20px 10px 20px 15px;
  background: url(../images/xian.png) no-repeat center bottom;
}
.zuo_newslan li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #333;
}
.zuo_newslan li:hover:before {
  border: 1px solid rgba(235, 102, 0, 1);
}
.zuo_newslan li:hover a, .zuo_newslan li.on a {
  color: rgba(235, 102, 0, 1);
  padding-left: 5px;
}
.newsleft {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: #fff;
  padding: 20px 50px;
  margin-right: 40px;
}
.marnone {
  margin: 0;
}
.list-news-fange li {
  padding: 40px 10px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
.list-news-fange li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666666
}
.list-news-fange li .pic {
  overflow: hidden;
  width: 250px;
  height: 180px
}
.list-news-fange li .pic img {
  width: 100%;
  height: 100%
}
.list-news-fange li .pic img:hover {
  transform: scale(1.05)
}
.list-news-fange li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 25px;
}
.list-news-fange li h3 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  transition: all .4s;
  font-weight: 500;
  color: #000;
}
.list-news-fange li h3:hover {
  color: rgba(235, 102, 0, 1)
}
.list-news-fange li .cs span {
  padding-right: 8px;
}
.list-news-fange li p {
  line-height: 1.5;
  display: block;
  overflow: hidden;
  opacity: .8;
  margin: 10px 0
}
.list-news-fange li em {
  display: block;
  overflow: hidden;
  width: 110px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  transition: all .4s;
  float: right;
}
.list-news-fange li em:after {
  font-family: "iconfont";
  content: "\e799";
  width: 30px;
  position: absolute;
  right: -100%;
  top: 0;
  background: rgba(235, 102, 0, 1);
  color: #fff;
  font-size: 16px;
  transition: all .4s
}
.list-news-fange li:hover h3 {
  color: rgba(235, 102, 0, 1);
}
.list-news-fange li:hover .pic {
  transition: all 0.3s;
}
.list-news-fange li:hover {
  padding: 50px 10px;
  border-bottom: 1px solid rgba(235, 102, 0, 1);
}
.list-news-fange li:hover .pic img {
  transform: scale(1.05);
}
.list-news-fange li:hover em {
  padding-right: 30px;
  border-color: rgba(235, 102, 0, 1);
}
.list-news-fange li:hover em:after {
  background-color: rgba(235, 102, 0, 1);
  right: 0;
  color: #fff;
}
.bj_list_video {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.bj_list_video li {
  float: left;
  width: 33.3333333333333333%;
  padding: 10px;
  line-height: 1;
  text-align: center;
}
.bj_list_video li a {
  display: block;
  overflow: hidden;
}
.bj_list_video li .pic {
  overflow: hidden;
  position: relative;
}
.bj_list_video li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.bj_list_video li .pic:before {
  content: "\100d9";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-family: "iconfont" !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 80px;
  opacity: 0.5;
  transition: all 0.4s;
}
.bj_list_video li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 0;
  font-size: 16px;
}
.bj_list_video li:hover .pic img {
  transform: scale(1.1);
}
.bj_list_video li:hover .pic:before {
  opacity: 1;
}
.llist_mjpro {
  margin: 0 -10px;
  overflow: hidden
}
.llist_mjpro li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 10px
}
.llist_mjpro li a {
  display: block;
  overflow: hidden
}
.llist_mjpro li .pic {
  overflow: hidden;
  position: relative
}
.llist_mjpro li .pic:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotateX(180deg) scale(.5, .5);
  transition: all .5s;
  opacity: 0;
  z-index: 1
}
.llist_mjpro li .pic:after {
  content: "\e691";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "iconfont" !important;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  margin: -33px 0 0 -33px;
  transform: rotateX(180deg) scale(3);
  opacity: 0;
  transition: all .5s
}
.llist_mjpro li .pic img {
  width: 100%;
  height: auto
}
.llist_mjpro li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  transition: all 0.3s;
}
.llist_mjpro li:hover span {
  background: rgba(235, 102, 0, 1);
  color: #fff;
}
.llist_mjpro li:hover .pic:before {
  transform: rotateX(0) scale(1);
  opacity: 1
}
.llist_mjpro li:hover .pic:after {
  transform: rotateX(0) scale(1);
  opacity: 1
}
.list_ttpicos {
  overflow: hidden;
  margin: -10px
}
.list_ttpicos li {
  width: 25%;
  float: left;
  padding: 10px;
  transition: all 0.3s;
}
.list_ttpicos li:hover {
  transform: translateY(-10px);
}
.list_ttpicos li:hover .box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.list_ttpicos li a {
  display: block;
  overflow: hidden
}
.list_ttpicos li .pic {
  overflow: hidden;
  position: relative
}
.list_ttpicos li .pic img {
  width: 100%;
  height: auto
}
.list_ttpicos li .pic:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
  transition: all .5s
}
.list_ttpicos li .box {
  padding: 20px 60px 20px 20px;
  position: relative;
  z-index: 5;
  line-height: 1.1;
  font-size: 16px;
  transition: all .5s;
  background: #fff;
}
.list_ttpicos li .box h3 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .9;
  font-size: 18px;
  transition: all .5s;
  color: #333;
  padding-left: 0 !important;
  margin: 0 !important;
}
.list_ttpicos li .box p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .8;
  margin-top: 12px;
  color: #666;
}
.list_ttpicos li:hover .box h3 {
  color: rgba(235, 102, 0, 1);
}
.list_ttpicos li:hover .box p {
  color: #333;
  font-weight: 400;
}
.list_ttpicos li .box i {
  display: block;
  overflow: hidden;
  width: 52px;
  height: 55px;
  background: url(../images/icon_more.png);
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s
}
.list_ttpicos li:hover a {
  box-shadow: 0 0 10px #eee
}
.list_ttpicos li:hover .pic:before {
  left: 100%
}
.list_ttpicos li:hover .box span {
  color: #0265d6
}
.list_ttpicos li:hover .box i {
  top: -27px;
  transform: translateY(0);
  background-image: url(../images/icon_more_cur.png)
}
.pagenav {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  padding: 0 20px;
}
.pagenav a {
  padding: 0 40px;
  font-size: 20px;
  position: relative;
  flex: none;
  display: block;
}
.pagenav a.active, .pagenav a.active:hover {
  color: #fff;
  background-color: rgba(235, 102, 0, 1);
  letter-spacing: 0;
}
.pagenav a:hover {
  color: rgba(235, 102, 0, 1);
  background-color: #f2f2f2;
  letter-spacing: 3px;
}
.position {
  text-align: right;
  padding-bottom: 20px
}
.position .iconfont {
  font-size: 18px;
  padding-right: 5px;
}
.position a {
  color: #333
}
.pagination {
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 38px;
  background: #ddd;
  color: #666
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666
}
.pagination li.active span {
  cursor: default;
  background: rgba(235, 102, 0, 1);
  color: #fff
}
.pagination li.disabled span {
  background: #ccc;
  color: #888;
  cursor: not-allowed
}
.banner-windows {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-windows .swiper-container {
  width: 100.9%;
  height: 100%;
  overflow: hidden;
}
.banner-windows .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.banner-windows .swiper-slide .item-box {
  position: relative;
}
.banner-windows .swiper-slide .item-box .txt-box {
  position: absolute;
  top: 50%;
  z-index: 8;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  line-height: 1.8;
}
.banner-windows .swiper-slide .item-box .txt-box h3 {
  font-size: 72px;
  font-weight: 700;
}
.banner-windows .swiper-slide .item-box .txt-box h4 {
  font-size: 55px;
  font-weight: 600;
}
.banner-windows .swiper-slide .item-box .txt-box p {
  font-size: 24px;
  font-weight: 300;
}
.banner-windows .swiper-slide .item-box .txt-box a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background-color: none;
  color: #fff;
  width: 180px;
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
  border: 1px solid #fff;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 3px;
  position: relative;
}
.banner-windows .swiper-slide .item-box .txt-box a span {
  margin-left: 5px;
  display: inline-block;
}
.banner-windows .swiper-slide .img-box {
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
.banner-windows .swiper-button-prev {
  left: -10px;
  color: #fff;
  font-size: 18px;
}
.banner-windows .swiper-button-next {
  right: -10px;
  color: #fff;
  font-size: 18px;
}
.banner-windows .swiper-button-next, .banner-windows .swiper-button-prev {
  transition: all .3s;
}
.banner-windows .swiper-button-next:after, .banner-windows .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
  content: "";
}
.banner-windows .swiper-button-prev:after {}
.homesw-pagination {
  color: #fff;
  font-size: 18px;
  z-index: 999;
  font-weight: 200;
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.homesw-pagination .swiper-pagination-current {
  font-size: 28px;
}
.banner-windows .bottom-box {
  position: absolute;
  bottom: 5%;
  width: 200px;
  right: 5%;
  z-index: 8;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner-windows .bottom-box .line-box {
  width: 85%;
  height: 1px;
  background-color: #d2d2d2;
  position: relative;
}
.banner-windows .bottom-box .line-box i {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0px;
  bottom: 0px;
  background: #e8313b;
  overflow: visible !important;
}
.banner-windows .bottom-box .line-box i em {
  position: absolute;
  top: -7px;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  background: #e8313b text-align: center;
}
.abttext {
  font-size: 16px;
  margin: 0 auto;
  width: 950px;
  margin: 0 auto;
  padding: 80px 0 0;
  line-height: 2;
  text-align: center;
}
.abtmore {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: all .4s;
  overflow: hidden
}
.abtmore:before {
  position: absolute;
  content: '';
  right: 100%;
  width: 100%;
  height: 100%;
  background: rgba(235, 102, 0, 1);
  z-index: -1;
  transition: all .4s
}
.abtmore:hover {
  color: #fff;
  border-color: rgba(235, 102, 0, 1);
  letter-spacing: 3px;
  padding: 0 60px;
}
.abtmore:hover:before {
  right: 0
}
.numlan {
  margin: 0 50px;
  text-align: center;
  font-size: 18px;
}
.abtnum {
  height: auto;
  padding: 80px 0;
}
.numlan .numpic {
  width: 210px;
  height: 210px;
  text-align: center;
  font-size: 80px;
  border-radius: 100px;
  color: #fff;
}
.numlan .numpic .yuans {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.numlan .numpic .yuans:before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: bounce-circle 1.8s infinite;
  animation: bounce-circle 1.8s infinite;
  animation-delay: 0s;
  box-sizing: border-box;
  z-index: 9;
  left: 10px;
  top: 10px;
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.numlan .numpic i {
  cursor: pointer;
}
.numlan .numbig {
  padding-bottom: 20px;
}
.numlan .numbig span {
  font-weight: 600;
  font-size: 65px;
}
.abttit {
  line-height: 1.5;
  font-size: 18px;
  color: #939393;
  text-align: center;
}
.abttit .tit {
  font-weight: 600;
  font-size: 36px;
  color: #000;
}
.abttit .en {
  background: rgba(235, 102, 0, 1);
  color: #fff;
  width: 150px;
  line-height: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 12px;
  margin: 0 auto;
  text-transform: uppercase;
}
.abtit {
  text-align: center;
  line-height: 1.5;
}
.abtit .tit {
  font-size: 45px;
  position: relative;
  padding-bottom: 10px;
}
.abtit .tit:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 80px;
  height: 3px;
  background: rgba(235, 102, 0, 1)
}
.abtit .en {
  color: #474747;
  font-size: 22px;
  text-transform: capitalize;
}
.sj_in_pic {
  overflow: hidden;
  text-align: center;
  height: 100%;
  margin: 30px -10px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sj_in_pic li {
  padding: 10px;
  width: 20%;
}
.sj_in_pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.sj_in_pic a {
  display: block;
  overflow: hidden;
  position: relative;
}
.sj_in_pic a:before, .sj_in_pic a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  transition: all 0.3s;
  opacity: 0;
}
.sj_in_pic a:before {
  border: 3px solid rgba(235, 102, 0, 0.5);
  transform: scale(0);
  background: rgba(0, 0, 0, 0.2);
}
.sj_in_pic a:after {
  background: rgba(235, 102, 0, 0.5);
}
.sj_in_pic img:hover {
  transform: scale(1.1);
}
.sj_in_pic a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.sj_in_pic a:hover:after {
  opacity: 1;
  transform: scale(0);
}
.homeyoushi {
  padding-top: 30px;
}
.youshibom {
  width: 100%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
.youshibom .yslist {
  width: 33.33333%;
  height: 680px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.youshibom .yslist .hide {
  background-color: rgba(235, 102, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .6s;
}
.youshibom .yslist:hover .hide {
  opacity: 1
}
.youshibom .yslist:hover .hide {
  height: 100%;
}
.ysbox {
  color: #fff;
  font-size: 18px;
  width: 368px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.ysbox i {
  font-size: 60px;
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  background: rgba(235, 102, 0, 1);
  position: relative;
  transition: all 0.3s;
}
.youshibom .yslist:hover .ysbox {
  transform: translateY(-20px);
}
.youshibom .yslist:hover .ysbox i {
  transform: rotate(360deg);
  background: #fff;
  border: 1px solid #fff;
  color: rgba(235, 102, 0, 1);
}
.ysbox .tit {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 30px;
}
.ysbox .ms {
  padding: 0 20px;
}
.hprotit {
  line-height: 1.8;
  font-size: 18px;
}
.hprotit .tit {
  font-weight: 600;
  font-size: 36px;
}
.newslist {
  width: 350px;
  margin-right: 30px;
  transition: all 0.3s;
}
.newsbox {
  align-items: flex-start;
}
.newslist .pic {
  position: relative;
}
.newslist .pic img {
  width: 100%;
}
.newslist .pic .rec {
  background: url(../images/reccs.png) no-repeat;
  width: 52px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.newslist .text {
  padding: 20px;
  background: #fff;
  line-height: 1.5;
  height: 325px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: none;
}
.newslist .time {
  color: #9c9c9c;
  padding-bottom: 18px;
}
.newslist .tit {
  font-size: 16px;
  padding-bottom: 30px;
  position: relative;
  transition: all 0.5s;
}
.newslist .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 30px;
  height: 3px;
  background: rgba(235, 102, 0, 1);
}
.newslist .ms {
  color: #9c9c9c;
  padding-bottom: 20px;
}
.newslist .more {
  color: rgba(235, 102, 0, 1);
}
.newsrig a {
  width: 680px;
  height: 135px;
  position: relative;
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.newsrig a:hover {
  padding: 30px 20px;
  color: rgba(235, 102, 0, 1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.newsrig a:hover .iconfont {
  color: rgba(235, 102, 0, 1);
}
.newsrig a:hover .rec {
  background: url(../images/recqh.png) no-repeat;
}
.newsrig a:first-child .rec {
  background: url(../images/recqh.png) no-repeat;
}
.newsrig a .rec {
  background: url(../images/rec.png) no-repeat;
  width: 52px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.newsrig a .nleft {
  width: 80%;
  justify-content: center;
  align-items: flex-start;
}
.newsrig a .tit {
  font-size: 16px;
  padding-top: 5px;
}
.newsrig a .time {
  color: #9c9c9c
}
.newsrig .nrig {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9c9c9c;
}
.white, .white .tit {
  color: #fff;
}
.pline {
  width: 72px;
  height: 10px;
  border-radius: 100px;
  background: rgba(235, 102, 0, 1);
  margin-top: -20px;
}
.bld-liyou {
  padding: 60px 0
}
.bld-liyou > .bldly {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bld-liyou .bldly_sd .swiper-slide {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  line-height: 1.5;
}
.bld-liyou .bldly_sd .swiper-slide .box h3 {
  font-size: 48px;
  font-weight: 500;
}
.bld-liyou .bldly_sd .swiper-slide .box .ms {
  font-size: 24px;
  font-weight: 300;
  padding-right: 60px;
}
.bld-liyou .bldly_sd .swiper-slide .pic {
  padding-top: 20px;
}
.bld-liyou .bldly_sd .swiper-slide .pic img {
  height: 350px
}
.bld-liyou .bldly_sd .swiper-slide .prne {
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bld-liyou .bldly_sd .swiper-slide .prne li {
  font-size: 30px;
  cursor: pointer;
  margin-right: 20px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
}
.bld-liyou .bldly_sd .swiper-slide .prne .lyoumore a {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  border: 1px solid #fff;
  padding: 0 30px;
  width: auto;
  border-radius: 5px;
}
.bld-liyou .bldly_sd .swiper-slide .prne li:hover {}
.bld-liyou .tab {
  height: 510px;
}
.bld-liyou .tab li {
  width: 180px;
  position: relative;
  /* margin: 10px 0; */
  line-height: 1.5;
  cursor: pointer;
}
.bld-liyou .tab li img {
  max-width: 100%;
}
.bld-liyou .tab li p {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bld-liyou .tab .hover p {
  background-color: rgba(235, 102, 0, 0.8) !important;
}
.bld-liyou .lysw-pagination {
  font-size: 18px;
  font-weight: normal;
}
.bld-liyou .swiper-pagination-current {
  font-size: 26px;
}
.hprotit .ms {
  color: #939393;
}
.homeprotop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hpronav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hpronav a {
  padding: 10px 20px;
  font-size: 18px;
}
.hpronav a.on {
  background-color: rgba(235, 102, 0, 1);
  color: #fff;
}
.hpronav a:hover {
  background-color: rgba(235, 102, 0, 1);
  color: #fff;
}
.homeprobom {
  padding-top: 20px;
}
.list_mzxcase {
  overflow: hidden;
  margin: -10px
}
.list_mzxcase li {
  float: left;
  width: 33.33333333%;
  padding: 10px 20px;
  text-align: center
}
.list_mzxcase li a {
  display: block;
  overflow: hidden
}
.list_mzxcase li .pic {
  overflow: hidden;
  position: relative;
  height: 280px;
  background: #fff;
}
.list_mzxcase li .pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.list_mzxcase li .pic:before, .list_mzxcase li .pic:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all .6s;
  font-size: 50px;
  color: #fff;
  opacity: 0;
  border-radius: 50%
}
.list_mzxcase li .pic:before {
  font-family: "iconfont";
  content: "\e605";
  z-index: 3;
  transform: scale(4)
}
.list_mzxcase li .pic:after {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transform: scale(0)
}
.list_mzxcase li .bt {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  position: relative;
  transition: all .6s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_mzxcase li .bt h3 {
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_mzxcase li:hover .pic img {
  transform: scale(1.05)
}
.list_mzxcase li:hover .pic:before, .list_mzxcase li:hover .pic:after {
  opacity: 1;
  border-radius: 0;
  transform: scale(1)
}
.list_mzxcase li:hover .bt {
  background: rgba(235, 102, 0, 0.7);
  color: #fff
}
.list_mzxcase li:hover .detail {
  background: #fff;
  color: rgba(235, 102, 0, 1);
}
.detail {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.footer a{color:#afafaf}
.footlogo {
  font-size: 18px;
  line-height: 1.8;
  color: #afafaf;
  justify-content: flex-start;
}
.foottop-left {
  width: 1150px;
}
.foottop-right {
  line-height: 2.2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.foottop-right p span {
  display: block;
  padding-left: 80px
}
.foottop {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0 0;
  width: 100%;
}
.footlogo .sline {
  height: 80px;
  margin: 0 25px;
}
.footlogo .tit {
  font-weight: 500;
  font-size: 30px;
}
.footnav {
  padding-top: 50px;
  font-size: 16px;
  padding-right: 50px;
}
.footnav h3 {
  font-size: 20px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  color: #fff;
}
.footnav h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #eb6600
}
.halful {
  width: 20%;
}
.halful2 {
  width: 42%;
}
.halful li, .halful2 li {
  width: 50%;
  float: left;
}
.footnav ul {
  line-height: 2.5;
  padding-right: 30px;
}
.footnav:last-child ul {
  padding-right: 0;
}
.footnav ul li {
  padding-right: 10px;
  overflow: hidden;
}
.footnav ul a {
  color: #afafaf;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footnav ul a:hover {
  padding-left: 5px;
}
.sline {
  width: 1px;
  background-color: #474747;
  height: 408px;
  margin: 0 70px 0 20px;
}
.ftform {
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ftform input::-webkit-input-placeholder, .ftform textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.ftform input:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.ftform input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.ftform input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.ftform input[type=submit] {
  background: url(../images/submit.png) no-repeat;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 138px;
  margin-right: 0;
}
.ftformbom {
  margin-top: 20px;
}
.ftform input {
  background: #fff;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  width: 210px;
  margin-right: 15px;
}
.ftform #content {
  width: 330px;
}
.view {
  padding: 30px;
  background: #fff;
  line-height: 2;
  font-size: 16px;
  position: relative;
  height: 100%;
}
.view h2 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin: 15px 0 !important;
  color: #000 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 15px;
}
.view h2:before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  background: #eb6600
}
.view h3 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin: 15px 0 10px 8px !important;
  padding: 0 0 0 20px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.view h3:after {
  content: "";
  width: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #efefef
}
.view img {
  max-width: 100%;
}
.view .arttit {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 30px;
}
.view .cptit {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 30px;
  position: relative;
  padding: 30px 0;
}
.view .cptit:before {
  content: '';
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #ccc;
}
.view .cptit:after {
  content: '';
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #ccc;
}
.view .arttit .tit {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
.view .arttit .ms {
  color: #666
}
.view .arttit .ms span {
  padding: 0 6px;
}
.view .shengming {
  background: #f0f0f0;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding: 10px;
  width: 100%;
  max-width: 850px;
  margin: 30px auto;
  text-align: center;
  border-radius: 5px;
}
.web_back {
  position: absolute;
  left: -100px;
  top: -20px;
  background: #bbb;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.web_back em {
  display: none;
}
.web_back:hover {
  background: #f0592d;
  color: #fff;
}
.viewlr {
  overflow: hidden;
}
.viewlr li {
  display: inline;
}
.viewlr li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  width: 50%;
  float: left;
  padding: 0 30px;
  line-height: 66px;
  border: 1px solid #dfdfdf;
}
.viewlr li a:hover {
  border: 1px solid rgba(235, 102, 0, 1);
  color: rgba(235, 102, 0, 1);
  letter-spacing: 1px;
}
.viewlr li:last-child {
  text-align: right;
  border-left: none;
}
.view-news-box {
  margin-top: 30px;
}
.view-tit {
  margin: 30px 0 15px 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #525252
}
.view-tit:after, .view-tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px
}
.view-tit:after {
  background: #ddd;
  width: 100%
}
.view-tit:before {
  width: 36px;
  background: #e7313b;
  z-index: 5
}
.view-news {
  margin: 0 -10px;
  overflow: hidden
}
.view-news li {
  float: left;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}
.view-news li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 32px;
  position: relative
}
.view-news li a:before {
  position: absolute;
  content: '';
  background: #262626;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.view-news li a:hover {
  padding-left: 18px;
}
.main-pro {
  background: url(../images/probg.png) repeat-y center center;
  overflow: hidden;
  padding: 80px 0;
}
.main-pro:hover .proleft .probanbig img {
  border-radius: 20px;
}
.main-abt {
  background: url(../images/abtzsbg.jpg) repeat-y center center;
  overflow: hidden;
  padding: 80px 0;
}
.proleft img {
  width: 650px;
  border: 10px solid #ccc;
  transition: all 0.3s;
}
.main-abt .proleft {
  padding-right: 80px;
}
.main-abt .proleft img {
  width: 500px;
  border-radius: 50%;
  border: 18px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.main-abt .proleft img:hover {
  transform: scale(1.05);
}
.protext {

  height: 530px;
  align-items: flex-start;
  line-height: 1.8;

  font-size: 16px;

  position: relative;
	
	
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: 60px;

	
	
	
}
.protext .tit {
  font-size: 38px;
  color: #000;
  position: relative;
  padding-bottom: 15px;
}
.protext .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 3px;
  background: rgba(235, 102, 0, 1);
  transition: all 0.3s;
}
.protext:hover .tit:before {
  width: 110px;
}
.protext .xh {
  font-size: 20px;
}
.protext .ms {
  padding: 30px 0;
  line-height: 2;
  font-size: 18px;
}
.telmore {
  display: block;
  font-size: 22px;
  color: #fff;
  background: rgba(235, 102, 0, 1);
  border-radius: 50px;
  height: 55px;
  line-height: 55px;
  width: 230px;
  text-align: center;
  font-weight: 350;
}
.telmore .iconfont {
  font-size: 30px;
  padding-right: 5px;
}
.telmore:hover {
  color: #fff;
}
.abtbanner {
  position: relative;
}
.pnext {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
}
.pnext .gynext {
  font-size: 28px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #ccc;
  color: #fff;
  margin-left: 20px;
  float: left;
  cursor: pointer;
  outline: none;
}
.pnext .gynext:hover {
  background-color: rgba(235, 102, 0, 1);
}
.lxtop .wid140 {
  justify-content: center;
}
.lxlist {
  text-align: center;
  font-size: 16px;
  padding: 50px 30px;
  margin: 0 20px;
  width: 25%;
  transition: all 0.3s;
}
.lxlist:hover {
  transform: translateY(-15px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.lxlist .iconfont {
  font-size: 60px;
}
.lxlist .tit {
  padding: 10px 0 28px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}
.lxlist .tit:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 38px;
  height: 2px;
  background: rgba(235, 102, 0, 1);
  transition: all 0.5s;
}
.lxlist:hover .tit:before {
  width: 80px;
}
.lxlist img {
  max-width: 180px;
}
.lxlist .ms {
  line-height: 1.7;
  font-weight: 300;
}
.lxlist .wxh {
  color: #474747;
}
.lxlist .xyx {
  padding-top: 15px;
  font-size: 18px;
}
.lxmap img {
  border: 1px solid #ccc;
}
.lxbom {
  padding: 120px 0;
}
.lxform {
  width: 480px;
  height: 600px;
  background: #fff;
  padding: 50px;
  position: relative;
  box-shadow: 0 20px 25px #ccc;
}
.lxform form {
  width: 100%
}
.lxform h3 {
  font-size: 30px;
  padding-bottom: 30px;
}
.lxform li label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
.lxform li input[type=text], .lxform li select, .lxform li textarea, .lxform li input[type=file] {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #666;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.lxform li textarea {
  height: 120px;
}
.lxform li input[type=submit] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background-color: rgba(235, 102, 0, 1);
  color: white;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 160px;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.lxform li input[type=submit]:hover {
  color: rgba(235, 102, 0, 1);
  border: 1px solid rgba(235, 102, 0, 1);
  background: none;
}
#triangle-bottomright {
  width: 0;
  height: 0;
  border-top: 50px solid rgba(235, 102, 0, 1);
  border-right: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutleft {
  height: 100%;
  overflow: hidden;
  padding-right: 50px;
}
.aboutleft .view {
  padding: 50px 0 0;
}
.aboutleft h3 {
  font-size: 35px;
  background: #fff;
  margin-top: -18px;
  position: relative;
  z-index: 2;
  padding: 5px 0 20px;
}
.aboutleft h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background: rgba(235, 102, 0, 1);
}
.aboutleft .en {
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.abtvideo {
  position: relative;
}
.abtvideo .iconfont {
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abtvideo p {
  width: 653px;
  height: 483px;
  cursor: pointer;
}
.wenhua {
  height: 450px;
  background-attachment: fixed;
}
.whtop {
  line-height: 2.2;
  font-size: 22px;
}
.whtit {
  text-align: left;
  color: #fff;
}
.whtit .tit {
  font-size: 45px;
  position: relative;
  padding-bottom: 10px;
}
.whtit .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 65px;
  height: 3px;
  background: #fff
}
.whtit .en {
  text-transform: capitalize;
}
.whrig {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 300;
}
.whrig .tit {
  font-size: 38px;
}
.whlist {
  width: 360px;
  height: 360px;
  font-size: 18px;
  background-color: #F2F2F2;
  overflow: hidden;
  color: #666;
  margin-right: 30px;
}
.whlist:first-child {
  margin-top: -150px;
}
.whlist:nth-child(2) {
  margin-top: 100px;
}
.whlist:nth-child(3) {
  margin-top: -30px;
}
.whlist:last-child {
  margin-right: 0;
  margin-top: 50px;
}
.whlist .tit {
  font-size: 30px;
  padding: 15px 0 45px;
  color: #000;
  position: relative;
}
.whlist .tit:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  width: 50px;
  height: 5px;
  background: rgba(235, 102, 0, 1)
}
.whlist .iconfont {
  font-size: 100px;
  color: rgba(235, 102, 0, 1);
  display: block;
  transition: all 0.3s;
}
.whlist:hover .iconfont {
  transform: rotate(360deg);
}
.whlist .en {
  text-transform: capitalize;
}
.footer {
  height: 70vh;
  overflow: hidden;
  background: #222222;
  color: #afafaf;
  font-size: 16px;
  line-height: 1.8;
}
footer .ewm {
  display: flex;
  margin: 30px 0;
  text-align: center;
}
footer .ewm img {
  width: 160px;
}
footer .ewm .gzh {
  margin-left: 28px;
}
footer .flink {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #575757;
}
footer .footbom {
  width: 100%;
  padding-bottom: 20px;
}
footer .footbom a {
  color: #afafaf;
}
footer .flink a {
  padding: 0 15px;
  position: relative;
  display: inline-block;
}
footer .flink a:after {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .flink a:first-child:after {
  width: 0;
}
footer .copyrig {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*style.css*/
.bandown {
  display: block;
  overflow: hidden;
  height: 60px;
  width: 24px;
  background: url(../images/sbxia.png) no-repeat center top;
  background-size: auto 100%;
  cursor: pointer;
  animation: shanshuo 3s infinite linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  z-index: 99999;
}
@keyframes shanshuo {
  0% {
    transform: translateY(0);
    opacity: .5
  }
  25% {
    transform: translateY(-10px);
    opacity: .2
  }
  75% {
    transform: translateY(10px);
    opacity: 1
  }
  100% {
    transform: translateY(0);
    opacity: .5
  }
}
.bldly .tab_wrap {
  position: relative;
}
.pinpai_arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: white;
  text-align: center;
  line-height: 60px;
}
.pinpai_prev {
  top: -50px;
  bottom: auto;
  left: 50%;
  margin-left: -30px;
}
.pinpai_next {
  bottom: -50px;
  top: auto;
  left: 50%;
  margin-left: -30px;
}
.button.button--aylen {
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.button--aylen.button--inverted {
  background: none;
  color: #fff;
}
.button--aylen::before, .button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
  background: #FF9900
}
.button--aylen::after {
  background: rgba(235, 102, 0, 1);
}
.button--aylen:hover {
  color: #fff;
}
.button--aylen:hover::before, .button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.in-baojjg .but1 {
  width: 200px;
  height: 48px;
  border-radius: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden
}
.in-baojjg .but1:after {
  display: block;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  border-radius: 50%;
  animation: twinkle 1.3s;
  animation-iteration-count: infinite;
  opacity: 0;
  width: 0;
  height: 0
}
.in-baojjg .but1 {
  background: linear-gradient(145deg, rgba(235, 102, 0, 1), #FF0000);
  color: #fff
}
.searpro {
  background: #fff;
}
.searpro li .pic img {
  height: 350px;
  max-width: 100%;
  object-fit: cover;
  width: auto;
}
@keyframes twinkle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    left: 50%;
    top: 50%
  }
  50% {
    opacity: 1
  }
  100% {
    width: 100%;
    height: 300%;
    left: 0;
    top: -100%;
    opacity: 0
  }
}
/*特殊样式 wowJS*/
.diyanimtion {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s
}

.videostit {
  font-size: 25px !important;


  color: #000 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;

	font-weight: 500;padding-left:25px; margin: 15px 0;
}
.videostit:before {
  content: "";
  width: 4px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  background: #eb6600
}



.shipin_xun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shipin_xun li {
  width: 33.3333%;
  line-height: 2.3;
  text-align: center;
  padding: 10px;
	font-size: 18px;
}
.shipin_xun li img {
  max-width: 100%;
	height: 350px; object-fit: cover;
}
.shipin_xun .videojs {
  position: relative;
  padding: 10px 0
}
.shipin_xun .videojs .iconfont {
  text-align: center;
  font-size: 68px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  transform: translate(-50%, -50%);
  font-weight: bold;
  transition: all 0.3s;
}
.shipin_xun .videojs:hover .iconfont {
  color: rgba(255, 255, 255, 0.88);
}
.view-pro {width: 630px;}
.view-pro .flexmain {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0 30px 0
}
.view-pro .flexmain .left {
	width: 100%
}
.view-pro .flexmain .left img {
	width: 100%;
	height: auto
}
.view-pro .flexmain .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 30px
}
.view-pro .flexmain .right .tit {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.4
}
.view-pro .flexmain .right .text {
	line-height: 1.8;
	color: #666
}
.view-pro .probanbig {

	cursor: pointer;
	position: relative
}
.view-pro .probansmall {
	padding: 0 35px;
	position: relative;
	margin-top: 15px
}
.view-pro .probansmall .swiper-slide {
	cursor: pointer
}
.view-pro .probansmall .swiper-slide img {
	border: 1px solid #ccc;

}
.view-pro .probansmall .swiper-slide-thumb-active img {
	border-color: rgba(235, 102, 0, 1)
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #999;
	cursor: pointer;
	outline: 0
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
	color: rgba(235, 102, 0, 1)
}
.view-pro .probansmall .arrow-left {
	left: 0px
}
.view-pro .probansmall .arrow-right {
	right: 0px
}
.view-pro .probansmall .swiper-button-disabled {
	cursor: not-allowed;
	opacity: .3
}