html,
body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.screen {
  position: relative;
  width: 100%;
  height: 100%;
}
.screen video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_fboxChild {
  border-color: #e4e4e4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.page1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.page1wenzi {
  position: absolute;
  top: 251px;
  left: 50%;
  margin-left: -342px;
  z-index: 100;
  width: 684px;
  height: 232px;
}
.icon-mouse {
  position: absolute;
  top: 572px;
  left: 50%;
  margin-left: -24.5px;
  z-index: 101;
  width: 49px;
  height: 93px;
}
.index_foot {
  position: fixed;
  top: auto;
  left: 50%;
  bottom: 0px;
  right: auto;
  transform: translate(-50%, 0px);
  width: 1920px;
  height: 38px;
  z-index: 105;
  max-width: none;
  min-width: 0px;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  background-color: #2c3743;
}
.index_foot .content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.index_foot .p_articles {
  height: auto;
  line-height: 21px;
  color: #656565;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
}
.index_foot .p_articles span {
  display: inline-block;
}
.index_foot .p_articles a {
  display: inline-block;
}
.home_news_title {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -208px;
  z-index: 1;
  width: 416px;
  height: 78px;
}
.bjBox {
  background: url(/public/static/home/css/../images/bg.jpg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.section-news {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -640px;
  z-index: 7;
  width: 1280px;
  height: 377px;
}
.section-news .banner-box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 433px;
  height: 360px;
  background-color: tomato;
}
.section-news .beautiful-line {
  position: absolute;
  top: 45px;
  left: 433px;
  z-index: 2;
  width: 65px;
  height: 293px;
}
.section-news .home-news-list {
  position: absolute;
  top: 74px;
  left: 487px;
  z-index: 3;
  width: 767px;
  height: 264px;
}
.section-news .home-news-list ul li {
  position: relative;
  background-image: url(/public/static/home/css/../images/diandian.png);
  background-image-part-image: url(/public/static/home/css/../images/dian.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-right: 5px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom-color: #dcdcdc;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.section-news .home-news-list ul li .text {
  display: inline-block;
  max-width: 90%;
  line-height: 20px;
}
.section-news .home-news-list ul li .text .link_f {
  display: inline-block;
  vertical-align: top;
}
.section-news .home-news-list ul li .text .link_f a {
  font-size: 14px;
  color: #015eae;
}
.section-news .home-news-list ul li .text .title {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #323232;
}
.section-news .home-news-list ul li .text .title a {
  color: inherit;
}
.section-news .home-news-list ul li .text .title:hover {
  color: #ca0b13;
}
.section-news .home-news-list ul li .time {
  float: right;
  padding: 0 5px 0 0;
  color: #969696;
  font-size: 12px;
  line-height: 20px;
}
.main_body {
  margin-top: 145px;
  margin-bottom: 80px;
}
.foot {
  padding: 40px 0;
  background-color: #2d3845;
}
.foot .leo-container {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.foot dl {
  transition: all 0.3s ease 0s;
  padding-right: 11%;
  float: left;
  color: #1e1e25;
}
.foot dl:nth-child(2) {
  padding-left: 0;
}
.foot dl:nth-child(3) {
  border-right: 1px solid #384351;
}
.foot dl dt {
  margin-bottom: 30px;
  font-size: 16px;
  color: #8695a4;
  font-weight: normal;
}
.foot dl dt img {
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.foot dl dd {
  padding-left: 34px;
  line-height: 28px;
  font-size: 14px;
  color: #64717f;
}
.foot dl dd a {
  color: #64717f;
  text-decoration: none;
}
.foot dl dd a:hover {
  color: #fff;
}
.foot .link-product dd {
  padding-left: 0px;
}
.foot .contact-foot {
  float: right;
}
.foot .contact-foot .tell-t {
  color: #9cacbc;
  font-size: 16px;
}
.foot .contact-foot .tell-t img {
  vertical-align: middle;
}
.foot .contact-foot .tell {
  color: #9cacbc;
  font-size: 38px;
}
.foot .contact-foot ul {
  margin-top: 20px;
}
.foot .contact-foot ul li {
  color: #64717f;
  font-size: 14px;
  line-height: 2;
}
.footerbar {
  background-color: #2d3845;
  border-top: 1px solid #384351;
  color: #64717f;
  font-size: 14px;
  line-height: 74px;
  text-align: center;
}
.page-banner {
  position: relative;
  height: 350px;
  background-image: url(/public/static/home/css/../images/tu01.jpg);
  background-image-part-image: url(/public/static/home/css/../images/tu01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.page-banner .bg-text {
  position: absolute;
  z-index: 10;
  top: 116.5px;
  left: 50%;
  margin-left: -229px;
  z-index: 1;
  width: 458px;
  height: 89px;
}
.page-banner .bg-text > div {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.page-banner .page-title {
  position: absolute;
  top: 94px;
  left: 50%;
  margin-left: -106px;
  z-index: 2;
  width: 212px;
  height: 44px;
}
.page-banner .page-title > div {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.page-banner .page-title p {
  text-align: center;
  font-weight: bold;
  color: #1f4f7d;
  font-size: 22px;
}
.page-banner .arr {
  position: absolute;
  top: 195.5px;
  left: 50%;
  margin-left: -15px;
  z-index: 3;
  width: 30px;
  height: 20px;
}
.page-banner .arr > div {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.page-banner .en-text {
  position: absolute;
  top: 151px;
  left: 50%;
  margin-left: -195px;
  z-index: 4;
  width: 390px;
  height: 26px;
}
.page-banner .en-text > div {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.page-banner .en-text p {
  text-align: center;
  color: #fff;
}
.c_breadcrumb_nav {
  background-color: #e3e8ef;
  line-height: 45px;
}
.c_breadcrumb_nav .e_breadcrumb {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
}
.c_breadcrumb_nav .p_breadcrumbFirst {
  color: #005fac;
}
.c_breadcrumb_nav .p_end {
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
}
.c_breadcrumb_nav .p_breadcrumbCurrent .font {
  display: inline-block;
  color: #666;
}
.c_breadcrumb_nav .p_breadcrumbCurrent .font .iconfont{
	display: inline-block;vertical-align: middle;
}
.c_breadcrumb_nav .contentBox .font {
  color: #38ac36;
}
.center-content {
  margin-top: 30px;
}
.left_bar {
  width: 260px;
  float: left;
}
.left_bar .stylebox_top {
  height: 116px;
  height-and-height-uint: 116px;
  width-and-width-uint: auto;
  width-and-height: custom;
  width: auto;
  background-image-part-image: url(/public/static/home/css/../images/kleft.jpg);
  background-color: rgba(101, 190, 186, 0);
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/public/static/home/css/../images/kleft.jpg);
}
.left_bar .stylebox_top .stylebox_title {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: bottom;
  height: inherit;
  height-and-height-uint: inherit;
  width-and-width-uint: auto;
  width: auto;
  font-size: 0px;
  background-color: rgba(101, 190, 186, 0);
  white-space: nowrap;
  display: inline-block;
}
.left_bar .stylebox_top .title_main {
  vertical-align: middle;
  line-height: 110px;
  color: #ffffff;
  max-width: 600px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
.left_bar .stylebox_top .title_sub {
  vertical-align: middle;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
}
.left_bar .left_common_menu {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.left_bar .left_common_menu dd {
  height: 50px;
  padding: 0px 7px;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
}
.left_bar .left_common_menu dd.clicked {
  background-color: #eff8f8;
}
.left_bar .left_common_menu dd:hover {
  background-color: #1c7cc6;
}
.left_bar .left_common_menu dd:hover a {
  color: #ffffff;
}
.left_bar .left_common_menu dd a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 50px;
  padding-left: 30px;
}
.left_bar .left_common_menu dd a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
}
.left_bar .content_box-left {
  height: 281px;
  margin-top: 20px;
  background-image: url(/public/static/home/css/../images/yy2.jpg);
  background-image-part-image: url(/public/static/home/css/../images/yy2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.left_bar .content_box-left .t {
  padding-top: 24px;
  padding-left: 22px;
  font-size: 18px;
  color: #2d3845;
}
.left_bar .content_box-left .t span {
  font-weight: bold;
}
.left_bar .content_box-left .t .en {
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
}
.left_bar .content_box-left .num {
  margin-top: 5px;
  padding-left: 22px;
  font-size: 34px;
  color: #6fba2c;
}
.left_bar .content_box-left .info {
  margin-top: 50px;
  padding-left: 8px;
}
.left_bar .content_box-left .info p {
  line-height: 2;
  font-size: 12px;
  color: #64717f;
}
.right-body {
  width: 960px;
  float: right;
}
.right-body .item-menu-name {
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e3e8ef;
}
.right-body .item-menu-name .title_main {
  vertical-align: middle;
  line-height: 45px;
  max-width: 600px;
  color: #2d3845;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  font-weight: normal;
}
.leo-line-bg {
  position: absolute;
  left: 260px;
  top: -30px;
  z-index: 1;
  width: 30px;
  height: 629px;
}
.reset_style .p-content {
  margin-top: 10px;
}
.c_video_list li {
  width: calc((100% - 60px)/3);
  margin: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  height: auto;
  border: 1px solid #E4E4E4;
  display: inline-block;
}
.c_video_list li .e_link {
  display: block;
  margin: 5px;
}
.c_video_list li .p_LinkA {
  width: 100%;
  height: 214px;
  display: block;
  float: left;
  overflow: hidden;
}
.c_video_list li .head_box {
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
}
.c_video_list li .p_ToDetail {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 6px 10px;
  background: #65BEBA;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  background-color: #77c229;
}
.c_video_list .p_imagesbox:hover .p_lengthA {
  animation-name: opacity;
  -moz-animation-name: opacity;
  -webkit-animation-name: opacity;
  -ms-animation-name: opacity;
  animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.c_video_list .p_imagesbox:hover .p_length {
  background: none;
}
.c_video_list .p_length {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10px;
  right: 10px;
  padding: 5px 0px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  z-index: 1;
}
.c_video_list .p_lengthA {
  font-size: 14px;
  color: #fff;
  float: right;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.c_video_list .p_lengthA .iconfont:before {
  margin-right: 5px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.c_video_list .p_lengthB {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
  width: auto;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.news_two_bg {
  width: 100%;
  height: auto;
}
.news_two {
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  font-family: Arial, "Î¢ÈíÑÅºÚ";
  width: 100%;
  min-width: 920px;
}
.news_two_box {
  width: 100%;
  height: 159px;
  border: 1px solid transparent;
  position: relative;
  background: #f7f7f7;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_two_ul {
  height: auto;
  overflow: hidden;
  padding: 0px;
  width: 100%;
}
.news_two_nav {
  width: 920px;
  padding-left: 20px;
}
.news_two_ul li {
  width: 920px;
  height: 159px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.news_two_txt span {
  font-size: 16px;
  color: #717171;
  display: block;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
}
.news_two_box:hover .news_two_txt span {
  color: #333;
}
.news_two_txt i {
  height: 52px;
  color: #A2A2A2;
  line-height: 24px;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.news_two_box:hover .news_two_txt i {
  color: #999;
}
.news_two_txt {
  width: 52%;
  float: left;
  margin: 36px 0 28px 34px;
  transition: all 0.3s ease-out 0s;
}
.news_two_box:hover .news_two_txt {
  margin: 36px 0 28px 54px;
}
.news_two_date {
  width: 130px;
  float: right;
  font-family: HELVETICANEUELTPRO-THEX, "Î¢ÈíÑÅºÚ";
  color: #999;
  padding: 36px 30px 0 0;
  transition: all 0.3s ease-out 0s;
}
.news_two_box:hover .news_two_date {
  padding: 36px 43px 0 0;
}
.news_two_date span {
  height: 26px;
  font-size: 14px;
  font-family: HELVETICANEUELTPRO-THEX, "Î¢ÈíÑÅºÚ";
}
.news_two_date i {
  font-size: 14px;
  font-family: HELVETICANEUELTPRO-THEX, "Î¢ÈíÑÅºÚ";
}
.news_two_box:hover {
  border: 1px solid #efefef;
  box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.08);
}
.news_two_box:hover .news_two_img {
  background: #ccc;
}
.news_two_box:hover .ser_but {
  background: #ccc;
  border: 1px solid #ccc;
  margin: 0 -60px;
}
.new_thr {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 160px 0;
}
.new_thr_h2 {
  width: 800px;
  font-size: 18px;
  color: #333;
  padding-bottom: 16px;
  margin: 0 auto;
  text-align: center;
}
.news_thr_share {
  width: 330px;
  margin: 0 auto;
  color: #999;
  height: 18px;
  line-height: 18px;
}
.news_thr_share_date {
  width: 100%;
  text-align: center;
}
.news_thr_ico {
  text-indent: 14px;
  width: 200px;
}
.news_thr_ico a {
  color: #999;
  font-size: 16px;
}
.news_thr_txt {
  width: 974px;
  padding: 36px 14px 0 12px;
  border-top: 1px dotted #e5e5e5;
  margin-top: 50px;
}
.news_thr_txt_img {
  width: 980px;
  height: auto;
  padding: 38px 0;
}
.news_two_img {
  width: 230px;
  height: 157px;
  float: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_two_img img {
  width: 200px;
  height: 130px;
  margin: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.ser_but {
  position: absolute;
  top: 72px;
  right: 50px;
  width: 70px;
  height: 35px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #dedfe1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_two_but {
  position: absolute;
  top: 100px;
  right: 80px;
}
.ser_but i {
  width: 70px;
  height: 35px;
  line-height: 35px;
  transition: all 0.3s;
}
.news_two_ul li:hover .ser_but {
  color: #fff;
}
.news_two em,
.news_two i {
  font-style: normal;
}
.p_news {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.fixed_right {
  position: fixed;
  right: 0;
  top: 34%;
  width: 60px;
  z-index: 999;
}
.fixed_right .item-box {
  position: relative;
  z-index: 10;
  width: 60px;
  height: 90px;
  margin-top: -1px;
  cursor: pointer;
}
.fixed_right .kefu-box {
  background: url(/public/static/home/css/../images/kf01.jpg);
  text-align: center;
}
.fixed_right .kefu-box .text {
  display: block;
  width: 100%;
  position: absolute;
  color: #333;
  top: 48px;
  font-size: 14px;
}
.fixed_right .kefu_right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 60px;
  width: 220px;
  height: auto;
  overflow: hidden;
  transition: 0.5s ease;
}
.fixed_right .kefu_right.hidden_open {
  right: -220px;
}
.fixed_right .kefu_right .e_title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  text-decoration: none;
  word-break: break-all;
}
.fixed_right .kefu_right .font {
  font-size: 14px;
  line-height: 19px;
}
.fixed_right .kefu_right .p_contralBox {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.fixed_right .kefu_right .p_contralBox .p_headBox {
  width: auto;
  height: auto;
  padding: 20px;
  border: 1px solid #E4E4E4;
  background: #fff;
  border-bottom: none;
  text-align: left;
}
.fixed_right .kefu_right .p_contralBox .p_headBox .p_name {
  font-size: 16px;
  color: #333333;
}
.fixed_right .kefu_right .p_contralBox .p_headBox .p_name .iconfont {
  font-size: 24px;
  background-color: #999999;
  padding: 4px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.fixed_right .kefu_right .p_contralBox .p_headBox .p_name .i_name {
  font-size: 16px;
}
.fixed_right .kefu_right .p_contralBox .p_headBox .p_tel {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.fixed_right .kefu_right .p_contralBox .p_headBox .p_tel .font {
  font-size: 20px;
}
.fixed_right .kefu_right .p_contralBox .p_contentBox {
  width: auto;
  height: auto;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #E4E4E4;
}
.fixed_right .kefu_right .p_contralBox .p_contentBox .p_articles:last-child {
  margin-bottom: 10px;
}
.fixed_right .kefu_right .p_contralBox .p_contentBox .p_list .iconfont {
  color: #999;
  margin-right: 5px;
  font-size: 14px;
}
.fixed_right .kefu_right .p_contralBox .p_contentBox .p_list .p_title {
  float: left;
  width: 7em;
  text-align: right;
  font-size: 14px;
}
.fixed_right .kefu_right .p_contralBox .p_contentBox .p_list .p_AssistName {
  float: left;
}
.fixed_right .kefu_right .p_contralBox .p_footerBox .p_timeBox {
  width: auto;
  height: auto;
  padding: 20px;
  border: 1px solid #E4E4E4;
  border-top: none;
  background: #fff;
  text-align: center;
  color: #999;
}
.fixed_right .kefu_right .p_contralBox .p_footerBox .p_time {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}
.fixed_right .kefu_right .p_contralBox .p_footerBox .p_time .iconfont {
  color: #999;
  margin-right: 4px;
  font-size: 14px;
}
.fixed_right .kefu_right .p_contralBox .p_footerBox .p_AssistNameC {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.weixin-layout {
  display: none;
  position: fixed;
  width: 640px;
  height: 531px;
  border: 3px solid #45b7e6;
  background: #2075b6;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -265px;
  text-align: center;
  z-index: 99999;
}
.weixin-layout .title {
  font-size: 24px;
  color: #fff;
  font-family: "Î¢ÈíÑÅºÚ";
  padding: 75px 62px 17px;
  border-bottom: 1px solid #45b7e6;
}
.weixin-layout img {
  margin: 66px auto 54px;
  display: block;
}
.ui-btn {
  background: #88ae23;
  display: block;
  width: 80px;
  margin: 0px auto;
  height: 32px;
  color: #fff;
  font-family: "Î¢ÈíÑÅºÚ";
  text-decoration: none;
  line-height: 32px;
}
.video-files {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.video-files .main {
  height: 50%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-files .main .close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
.video-files .main .close::before,
.video-files .main .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px;
}
.video-files .main .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-files .main video {
  background: #000;
  width: 100%;
  height: 56vh;
}
@media (max-width: 768px) {
  .video-files .main video {
    height: 100%;
  }
  .video-files .main {
    max-height: 320px;
  }
  .video-files .main .close {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .video-files .main {
    max-height: 280px;
  }
}
