<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-14 18:18:29
 */
/*
common property
*/
/*
common methods
*/
anim* {
	margin: 0;
	padding: 0;
}

html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em  {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

ul,a,div,p,h1,h2,h3,h4,h5,h6 {
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: initial;
}

body {
	font-size: 14px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #666;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}

input, textarea, button {
	padding: 0;
	font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	max-width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	border: 0;
	vertical-align: middle;
	/* max-width: 100%; */
}

input[type=submit], input[type=text], button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus, input:active {
	outline-color: transparent;
	border: 0;
}

select, input, select, textarea {
	vertical-align: middle;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul, ol, li {
	list-style-type: none;
}
nav li, .index-banner li, .item-list li, .inner-tab li {
	list-style-type: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6f6f6f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6f6f6f;
}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
	position: relative;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: unset;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.swiper-lazy-preloader{
  display: none;
}
@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}
.top-tel .inner{
  overflow: hidden;
}
.top-tel .txt{
  float: right;
  font-size: 14px;
  line-height: 30px;
  color: #0b1843;
  padding-left: 22px;
  background: url(../images/icon-call1.png) no-repeat left center;
  background-size: 16px;
}
@media (max-width:992px){
	.top-tel{
		display: none;
	}
}
.scroll-box::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  -webkit-box-shadow: inset 0 0 0.3125rem #333;
          box-shadow: inset 0 0 0.3125rem #333;
  background: #333;
}

.scroll-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.3125rem white;
          box-shadow: inset 0 0 0.3125rem white;
  border-radius: 0.625rem;
  background: white;
}

.scroll-scenes::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.625rem;
  border: 0.0625rem solid rgba(202, 211, 238, 0.7);
  border-radius: 2.0.3125rem;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: rgba(141, 159, 214, 0.8);
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

.scroll-search::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 2.0.3125rem;
}

.scroll-search::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.4);
}

.scroll-search::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

.scroll-ind::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 2.0.3125rem;
}

.scroll-ind::-webkit-scrollbar-thumb {
  border-radius: 1.25rem;
  background: transparent;
}

.scroll-ind::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: transparent;
}

/* select area */
::-moz-selection {
  background: #0c111c;
  color: #fff;
}
::selection {
  background: #0c111c;
  color: #fff;
}

::-moz-selection {
  background: #0c111c;
  color: #fff;
}

::-webkit-selection {
  background: #0c111c;
  color: #fff;
}

/* common */
.inner {
  margin: 0 auto;
  width: 96rem;
  height: auto;
  margin-top: 1.9rem;
}

.ny-banner {
	width:100%;
	height:24.25rem;
	padding-top: 6.25rem;
	position:relative;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	transition:all ease .5s;
}
.ny-banner .img {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
}
.ny-banner .img img {
	max-width:initial;
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.ny-banner .container {
	position: relative;
	height: 100%;
}
.ny-banner .cont {
	position:absolute;
	bottom: 7.5rem;
	max-width:100rem;
	z-index:2;
	margin:auto;
	color:#fff;
}
.ny-banner .cont.text-center {
	width: 100%;
	text-align: center;
}
.ny-banner .cont h2 {
	font-size:2.25rem;
	font-weight:bold;
	line-height:1;
}
.ny-banner .cont .cont-space {
	font-size:1.125rem;
	line-height:1.875rem;
	margin-top:1.25rem;
}
.ny-banner .nb-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.75rem;
    background: rgba(0,0,0,.35);
}
.ny-banner .nb-menu .breadcrumbs {
    position: absolute;
    right: .9375rem;
    bottom: 0;
    line-height: 3.75rem;
    font-size: .875rem;
    color: #dcdcdc;
    letter-spacing: .125rem;
    padding-left: 1.5625rem;
    background: url(../images/breadcrumbs.png) left center no-repeat;
}
.ny-banner .nb-menu .breadcrumbs a {
	color:#dcdcdc;
	transition:all ease .3s;
}
.ny-banner .nb-menu .breadcrumbs a:hover {
	color:#fff;
}
.ny-banner .nb-menu .breadcrumbs span {
	color:#fff;
}
.full-crumbs {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 4.375rem;
	margin-top:-4.375rem;
    box-sizing: content-box;
    background-color: rgba(0,0,0,.5);
}
.full-crumbs .crumbs {
    float: left;
	font-size: 1rem;
    padding: .875rem 0rem;
    line-height: 2.625rem;
    color: #fff;
}
.full-crumbs .crumbs .home {
    padding-left: 2.25rem;
    background: url(../images/crumbhome.png) no-repeat 0 .625rem;
}
.full-crumbs .crumbs a, .full-crumbs .crumbs i, .full-crumbs .crumbs span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 1rem;
    line-height: 2.625rem;
	margin: 0 .625rem;
}
.full-crumbs .crumbs i {
    padding: 0 1em;
    font-family: consolas;
    font-style: normal;
}
.full-crumbs .crumbs span {
    color: #009966;
}
.full-crumbs .nav-channel {
    position: relative;
    float: right;
    z-index: 10;
    font-size: 1rem;
    line-height: 4.375rem;
    color: #666;
}
.full-crumbs .nav-channel ul li {
	float: left;
	margin-left: 2.5rem;
}
.full-crumbs .nav-channel ul li a {
	display: block;
	color: #fff;
	height: 4.375rem;
	line-height: 4.375rem;
}
.full-crumbs .nav-channel ul li a:hover {
	color: #009966;
}
.full-crumbs .nav-channel ul li.active a {
	color: #009966;
	border-bottom: .13rem solid #009966;
}


.headerp{
	display: block;
	position: fixed;
	width: 100%;
	height: 5rem;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.container{
	display: block;
	width: 85%;
	margin: 0 auto;
}


.headerp.black{
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	border-bottom: none;
}

.headerp .logo{
	display: block;
	float: left;
	width: 15.81rem;
	height: 5rem;
	/* padding: 18px 0; */
}

.headerp .logo a{
	display: block;
	width: unset;
	height: 5rem;
	background: url(../images/logo.png) no-repeat center;
	background-size: 100%;
}

.headerp .hot-line{
	position: relative;
	display: block;
	float: right;
	height: 5rem;
	margin-left: .63rem;
}

.headerp .hot-line .tell-icon-s{
	display: block;
	float: left;
	width: 1.81rem;
	height: 1.81rem;
	margin-top: 1.63rem;
	cursor: pointer;
	background:url(../images/icon.png) no-repeat 0px 0px;
	background-size: 5.45rem;
	margin-right:.63rem;
	animation:myfirst 1s infinite;
	animation-direction:alternate;
	-webkit-animation:myfirst 1s infinite;
	-webkit-animation-direction:alternate;
}
@keyframes myfirst
{
	0%   {transform:rotate(90deg);
	        -ms-transform:rotate(90deg);
	        -moz-transform:rotate(90deg);
	        -webkit-transform:rotate(90deg);
	        -o-transform:rotate(90deg);}
	50%  {transform:rotate(-0deg);
	        -ms-transform:rotate(-0deg); 	/* IE 9 */
	        -moz-transform:rotate(-0deg); 	/* Firefox */
	        -webkit-transform:rotate(-0deg); /* Safari å’Œ Chrome */
	        -o-transform: rotate(-0deg);}
	100% {transform: rotate(45deg);
	        -ms-transform: rotate(45deg); 	/* IE 9 */
	        -moz-transform: rotate(45deg); 	/* Firefox */
	        -webkit-transform: rotate(45deg); /* Safari å’Œ Chrome */
	        -o-transform: rotate(45deg);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {transform:rotate(90deg);
	        -ms-transform:rotate(90deg);
	        -moz-transform:rotate(90deg);
	        -webkit-transform:rotate(90deg);
	        -o-transform:rotate(90deg);}
	50%  {transform:rotate(-0deg);
	        -ms-transform:rotate(-0deg); 	/* IE 9 */
	        -moz-transform:rotate(-0deg); 	/* Firefox */
	        -webkit-transform:rotate(-0deg); /* Safari å’Œ Chrome */
	        -o-transform: rotate(-0deg);}
	100% {transform: rotate(45deg);
	        -ms-transform: rotate(45deg); 	/* IE 9 */
	        -moz-transform: rotate(45deg); 	/* Firefox */
	        -webkit-transform: rotate(45deg); /* Safari å’Œ Chrome */
	        -o-transform: rotate(45deg);}
}

.headerp .hot-line span{
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 5rem;
}
.bounce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  color: white;
  height: 100%;
  font-size: 1rem;
  line-height: 5rem;
  white-space: nowrap;
}

.letter {
  animation: bounce 2s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 5rem;
}


.letter:nth-child(1) {
  animation-delay: 0s;
}
.letter:nth-child(2) {
  animation-delay: 0.0833333333s;
}
.letter:nth-child(3) {
  animation-delay: 0.1666666667s;
  margin-right: 6px;
}
.letter:nth-child(4) {
  animation-delay: 0.25s;
}
.letter:nth-child(5) {
  animation-delay: 0.3333333333s;
}
.letter:nth-child(6) {
  animation-delay: 0.4166666667s;
}
.letter:nth-child(7) {
  animation-delay: 0.49s;
  margin-right: 6px;
}
.letter:nth-child(8) {
  animation-delay: 0.57s;
}
.letter:nth-child(9) {
  animation-delay: 0.65s;
}
.letter:nth-child(10) {
  animation-delay: 0.73s;
}
.letter:nth-child(11) {
  animation-delay: 0.81s;
}


@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(0, 0, 0, 0.4) 0 1em 0.35em;
  }
}
/*
.headerp .hot-line:hover span{
	width: 106px;
	margin-left: 9px;
}*/

.headerp .nav{
	display: block;
	float: right;
}

.headerp .nav li{
	display: block;
	float: left;
	width: 6.5rem;
	line-height: 5rem;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.headerp .nav li.w72{
	width: 4.5rem;
}

.headerp .nav li.w120{
	width: 7.5rem;
}

.headerp .nav li a{
	display: block;
	color: #fff;
	font-size: 1rem;
}

.headerp .nav li a .line{
	display: block;
	float: left;
	width: 0;
	height: 1px;
	background-color: #009966;
	margin-top: 2.44rem;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.headerp .nav li:hover a{
	color:#009966;
}

.headerp .nav li:hover a .line{
	width: 0.5rem;
	margin-right: 0.3125rem;
}

.headerp .nav li.active a .line{
	width: 0.9375rem;
	height: 0.125rem;
	margin:2.375rem 0.3125rem 0 0;
}
.gizle {
  top: -5rem;
	background-color: rgba(0,0,0,0.8);
}
.sabit {
  top:0;
	z-index: 9999;
}


header,
main,
footer {
  width: 100%;
}

/* header */
header {
  height: 5.75rem;
  /* border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.45); */
}
header .inner {
  height: 100%;
}
header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header-nav &gt; li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
header .header-nav &gt; li &gt; a {
  color: white;
  font-size: 0.875rem;
}
header .header-nav &gt; li &gt; a img {
  display: inline-block;
  width: 15rem;
  /*width: 17.3125rem;*/
  /*height: 2.6875rem;*/
}
header .header-nav &gt; li .header-nav-child {
  position: absolute;
  top: 8.75rem;
  left: 1.25rem;
  width: 7.25rem;
  background: rgba(12, 17, 28, 0.8);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .header-nav &gt; li .header-nav-child &gt; .header-nav-ls &gt; li {
  line-height: 2.5rem;
  text-align: center;
}
header .header-nav &gt; li .header-nav-child &gt; .header-nav-ls &gt; li &gt; a {
  color: white;
  font-size: 0.875rem;
}
header .header-nav &gt; li .header-nav-child &gt; .header-nav-ls &gt; li:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .header-nav &gt; li:hover &gt; a,
header .header-nav &gt; li.active &gt; a {
  color: #ea7d43;
  font-weight: bold;
}
header .header-nav &gt; li:hover .header-nav-child {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header .header-nav &gt; li:nth-child(5){
  min-width: 18rem;
  order: -1;
}
header .header-nav &gt; li:nth-child(2) &gt; a {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  text-align: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url("../images/bg1.png");*/
}
header.fixed {
  position: absolute;
  /* top: 30px; */
  z-index: 1111;
}

/* footer */
footer {
	padding: 4.375rem 0 3.125rem 0;
	width: 100%;
	height: auto;
	color: white;
	background: #22252d;
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-image: url("../images/bg8.png");*/
}
footer a {
  color: white;
}
footer .footer-left {
  float: left;
  width: 24%;
  height: auto;
  font-size: 1rem;
}
footer .footer-left .footer-left-top {
  display: block;
  width: 17.3125rem;
  /* height: 2.6875rem; */
}
footer .footer-left .footer-left-bot {
  margin-top: 1.875rem;
}
footer .footer-left .footer-left-bot .footer-title {
  font-size: 1.125rem;
  line-height: 2.1111111111;
}
footer .footer-left .footer-left-bot .footer-des {
	font-size: .875rem;
  line-height: 2rem;
}
footer .footer-left .footer-left-bot .footer-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p {
  width: 7.375rem;
  line-height: 2.1875rem;
  text-align: center;
}
footer .footer-left .footer-left-bot .footer-qrcode p span, footer .footer-left .footer-left-bot .footer-qrcode p img {
  display: inline-block;
  width: 100%;
}
footer .footer-left .footer-left-bot .footer-qrcode p img {
  height: 7.375rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p .footer-qrcode-big {
  font-size: 1rem;
}
footer .footer-left .footer-left-bot .footer-qrcode p:first-child {
  margin-right: 3.125rem;
}
footer .footer-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  float: right;
  width: 72%;
}
footer .footer-right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-right .footer-nav dl {
  font-size: 1rem;
  text-align: left;
}
footer .footer-right .footer-nav dl dt {
  margin-bottom: 0.9375rem;
  line-height: 2.375;
}
footer .footer-right .footer-nav dl dd {
  font-size: 0.875rem;
  line-height: 2.7142857143;
}
footer .footer-right .footer-nav dl dd a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .footer-right .footer-nav dl dd a:hover {
  color: white;
  font-weight: bold;
}
footer .footer-right .footer-nav dl dd.active a {
  color: rgba(255, 255, 255, 0.8);
  cursor: auto;
  text-decoration: underline;
}
footer .footer-copyright {
  margin-top: 1rem;
  padding-top: 0.875rem;
  border-top: 0.0625rem solid rgba(255,255,255,.3);
}
footer .footer-copyright p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
footer .footer-copyright p .footer-logo {
  position: relative;
  top: 0.3125rem;
  margin-right: 0.625rem;
  display: inline-block;
  width: 3.9375rem;
  height: 1.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/logo-xghl-white.png");
}
footer .footer-yqlink {
    margin-top: 1rem;
    padding-top: 0.875rem;
    border-top: 0.0625rem solid rgba(255,255,255,.3);
}
footer .footer-yqlink p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
footer .footer-yqlink p .footer-logo {
  position: relative;
  top: 0.3125rem;
  margin-right: 0.625rem;
  display: inline-block;
  width: 3.9375rem;
  height: 1.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/logo-xghl-white.png");
}

.yyzz {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.yyzz img{
	width: 80rem;
}
.xian {
	display: flex;
}
.mo {
	display: none;
}

main {
  font-size: 1rem;
}
main .w1680{
    display: block;
    width: 96rem;
    /* min-width: 1200px; */
    margin: 0 auto;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

li {
    display: inline-block;
}
a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,i,span{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.gotop {
  position: fixed;
  /*bottom: 6.25rem;*/
  bottom: 30.25rem;
  right: -3.75rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: white;
  border-radius: 0.3125rem;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gotop i {
  color: #333;
  font-size: 3.125rem;
}
.gotop.fixed {
  right: 0.625rem;
}
.gotop:hover i {
  color: #0c111c;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}

.loading-inner {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.1875rem solid #0c111c;
  border-radius: 50%;
  -webkit-animation: 1s loader-04 linear infinite;
  animation: 1s loader-04 linear infinite;
  position: relative;
}

.loading-inner:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  border: 0.625rem solid #0c111c;
  border-radius: 50%;
}

@-webkit-keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.modal div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50rem;
  height: 31.25rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.modal div .modal-close {
  position: absolute;
  right: 0;
  top: -3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
  z-index: 2;
}
.modal div video {
  width: 50rem;
  height: 31.25rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scale-video {
  -webkit-animation: scaleVideo 1s 1 ease-in-out;
          animation: scaleVideo 1s 1 ease-in-out;
}

.small-video {
  -webkit-animation: smallVideo 0.5s 1 ease-in-out;
          animation: smallVideo 0.5s 1 ease-in-out;
}

@-webkit-keyframes scaleVideo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleVideo {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes smallVideo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes smallVideo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
#pc-header,
#pc-footer,
.gotop {
  display: block;
}
#pc-footer {
  padding: 2rem 0;
}

#m-header,
#m-footer,
#navs {
  display: none;
}
header.is-fixed{
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.header_list_a{
  width:190px;
  width:110px;
  position:absolute;
  left:-46px;
  top:78px;
  background:white;
  font-size:14px;
  border:1px solid #ea7d43;
  padding-top:12px;
  padding-bottom:15px;
  display:none;
}
/*.header_list_a em{
  display:block;
  width:12px;
  height:12px;
  background:url(../images/img_more1.png) -13px -341px no-repeat;
  position:absolute;
  top:-14px;
  left:88px;
  overflow:hidden;
}*/
.header_list_a p{
  width:100%;
  height:auto;
}

.header_list_a a{
  display:block;
  width:100%;
  height:33px;
  line-height:33px;
  color:#3f3f3f;
  text-align:center;
  font-size:14px;
}
.header_list_a a:hover{
  color:#ea7d43;
}
.header_list_b{
  width:290px;
}
.header_list_b p{
  float:left;
  width:auto;
  margin-left:53px;
}
.header_list_b p span{
  display:block;
  width:84px;
  height:33px;
  line-height:33px;
  color:#333;
  font-size:14px;
  border-bottom:1px solid #ea7d43;
  margin-bottom:8px;
}
.header_list_b p a{
  text-align:center;
}
.header_list_b p:last-child{
  float:right;
  margin-right:53px;
  margin-left:0;
}


.modal-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 17, 27, 0.5);
  animation: action_scale 0.4s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: none;
}
.modal-container.show{
  display: flex;
}
.modal-container .content-box {
  width: 380px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-container .content-box .title-row {
  margin-bottom: 20px;
  font-size: 18px;
  color: #9ca3aa;
  font-weight: bold;
}
.modal-container .content-box .item-row {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}
.modal-container .content-box .item-row .icon {
  position: absolute;
  transform: translate(-40%, 35%);
}
.modal-container .content-box .item-row input {
  width: 100%;
  caret-color: #ff5e3c;
  background-color: #fff;
  border: 0;
  outline: none;
  padding-left: 10px;
  line-height: 38px;
}
.modal-container .content-box .item-row input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input:-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input::-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row input:-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  font-weight: normal;
}
.modal-container .content-box .item-row .send-btn {
  position: absolute;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #F49959;
  font-weight: bold;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
  border-left: solid 1px #EEEEEE;
  padding: 0 10px;
}
.modal-container .content-box .item-row .checkbox-box {
  width: 140px;
  position: absolute;
  bottom: 4px;
  right: 0;
}
.modal-container .content-box .item-btn {
  height: 38px;
  width: 80%;
  margin-top: 10px;
  background: linear-gradient(to right, #F6C267, #EE7243);
  border-radius: 38px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.modal-container .content-box .item-btn input{
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
  color: #fff;
}
.modal-container .content-box .tip-row {
  margin-top: 20px;
  font-size: 8px;
  color: #bebebe;
  font-weight: normal;
  text-align: justify;
}
.modal-container .content-box .check-box-row {
  width: 120px;
}
.modal-container .content-box .check-box-row .ant-checkbox-group-item {
  margin-bottom: 25px;
  font-size: 16px;
  color: #6E6E6E;
  font-weight: normal;
}
.modal-container .info-box {
  width: 380px;
}
.modal-container .complete-box {
  width: 380px;
}
.modal-container .complete-box .cascader-box {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}
.modal-container .complete-box .cascader-box input {
  height: 100%;
}
.modal-container .complete-box .hall-row {
  width: 100%;
  margin-bottom: 20px;
}
.modal-container .complete-box .hall-row .title-div {
  font-size: 14px;
  color: #bebebe;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.modal-container .complete-box .hall-row .type-div {
  width: 100%;
  height: 45px;
  border: solid 1px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-container .complete-box .hall-row .type-div .radio-group {
  position: relative;
  right: -8px;
}
.modal-container .download-box {
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
}
.modal-container .consult-box {
  width: 300px;
  padding: 30px;
  box-sizing: border-box;
}
.modal-container .select-visit-module-box {
  width: 360px;
}
.modal-container .success-box {
  width: 300px;
}
.modal-container .success-box .success-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.modal-container .success-box .success-top .icon {
  margin-bottom: 10px;
}
.modal-container .success-box .success-top span {
  font-size: 16px;
  color: #bebebe;
  font-weight: bold;
}
.modal-container .success-box .success-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-container .success-box .success-bottom span {
  font-size: 8px;
  color: #bebebe;
  font-weight: bold;
  margin-bottom: 10px;
}
@keyframes action_scale {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.f_zoom_honer{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.f_zoom_honer .close_icon{
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../images/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}
.f_zoom_honer .f-zoom-box{
  width: 70%;
  height: 80%;
  top: 10%;
  left: 15%;
  position: absolute;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  padding: 30px 0;
  background: #fff;
  box-sizing: border-box;
}
.f_zoom_honer .f-zoom-box .imgbox{
  padding: 0 30px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  /*height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;*/
}
.f_zoom_honer .f-zoom-box .txt{
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.f_zoom_honer .f-zoom-box .txt h3{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.f_zoom_honer .f-zoom-box .txt b{
  font-size: 16px;
  font-weight: bolder;
  color: #000;
}
.f_zoom_honer .f-zoom-box img{
  max-width: 100%;
  max-height: 100%;
}


/*2021/10/8*/
.icon-weibiaoti2:before {
  content: "\e604";
}
.vidbtn{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vidbtn img{
  display: inline-block;
    width: 10.25rem;
    height: 10.25rem;
    cursor: pointer;
    -webkit-animation: videoAnima 3s linear infinite;
    animation: videoAnima 3s linear infinite;
}
/* .header_list_a{
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(12, 17, 28, 0.8);
  border: none;
}
.header_list_b p span{
  color: #fff;
}
.header_list_a a{
  color: #fff;
}
header.is-fixed{
  height: 5.75rem;
}
header.is-fixed .header_list_a{
  top: 70px;
}
@media screen and (max-width: 1536px){
  .header_list_a{
    top: 75px;
  }
  header.is-fixed .header_list_a{
    top: 60px;
  }
}
@media screen and (max-width: 1366px){
  .header_list_a{
    top: 65px;
  }
  header.is-fixed .header_list_a{
    top: 50px;
  }
}
@media screen and (max-width: 1266px){
  .header_list_a{
    top: 60px;
  }
  header.is-fixed .header_list_a{
    top: 40px;
  }
} */
/* .header_list_b{
  width: 220px;
}
.header_list_b p {
  margin-left: 20px;
}
.header_list_b p:last-child {
  margin-right: 20px;
} */
.modal div{
  width: 58.75rem;
  height: 31.25rem;
}
.modal div video{
	max-width: 58.75rem;
    max-height: 31.25rem;
    width: unset;
    height: unset;
    object-fit: none;
}
@media screen and (max-width: 1200px){
  .modal div{
    width: 58.75rem;
    height: 31.25rem;
  }
  .modal div video{
    width: 58.75rem;
    height: 31.25rem;
  }
}
/* .gotop{
  right: -70px;
  width: 60px;
  height: auto;
  display: none !important;
}
.gotop a{
  display: block;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.gotop svg{
  width: 50px;
  margin: 0 auto -5px;
} */
@media screen and (min-width: 993px){
	.m-confirm.z-show {
		visibility: visible;
		filter: alpha(opacity = 100);
		opacity: 1;
	}
	.container {
		min-width: unset;
	}
}
.m-confirm{
  visibility: hidden;
    filter: alpha(opacity = 0);
    opacity: 0;
    transition: 0.2s ease-out;
    position: fixed;
    width: 5.63rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: .75rem;
    color: #fff;
    z-index: 13;
}
.m-confirm .m-confirm__item{
	position: relative;
	box-sizing: border-box;
	width: 5.63rem;
	padding-top: .94rem;
	padding-bottom: .63rem;
	font-size: .88rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	background: linear-gradient(to bottom right, #65cceb, #06e15e);
}
.m-confirm .m-confirm__item:first-child{
	border-radius: .5rem 0 0;
}
.m-confirm .m-confirm__item:last-child{
	border-radius: 0 0 0 .5rem;
}
.return_top{
	border-radius: .5rem 0 0 .5rem;
}
.m-confirm .m-confirm__item p{
  margin-top: 2.5rem;
}
.m-confirm .m-confirm__item span {
	width: 1.8rem;
	height: 1.8rem;
	right: 1.95rem;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}
.m-confirm .m-confirm__item .icon-zixun{
	background-image: url(../images/zixun.png);
}
.m-confirm .m-confirm__item .icon-dianhua{
	background-image: url(../images/phone.png);
}

.m-confirm .m-confirm__item:hover {
    /*background-color: #e95f15;*/
    background-image: linear-gradient(to bottom right, #65cceb, #06e15e);
}
.m-confirm .m-confirm__item .iconfont{
  font-size: 2rem;
    color: #fff;
}
.m-confirm .m-confirm__item.demo{
  display: block;
}
.m-confirm .m-confirm__item:nth-child(1):before{
    display: none;
}
.m-confirm .m-confirm__item:before {
    content: "";
    position: absolute;
    width: 5rem;
    left: .31rem;
    top: 0;
    height: 1px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
}
.m-confirm .m-confirm__item.tel .content {
    visibility: hidden;
    position: absolute;
    right: 4.56rem;
	width: 12.5rem;
    height: 100%;
    line-height: 4.94rem;
    background: linear-gradient(to bottom right, #06e15e, #65cceb);
    border-radius: .31rem;
    top: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
    z-index: 0;
    transition-delay: 0.2s;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
}
.m-confirm .m-confirm__item.tel:hover .content {
    visibility: visible;
    right: 6rem;
    filter: alpha(opacity = 100);
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease-out;
}
/* .cpt-toast {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  text-align: center;
  animation-duration: 0.3s;
  max-width: 300px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  font-family: 'å¾®è½¯é›…é»‘','Microsoft Yahei';
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  word-wrap: break-word;
} */


.showdown{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  font-size: 1rem;
}
.showdown.on{
  display: block;
}
.showdown .blackbg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
  opacity: 0.8;
}
.showdown .contbox{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.3em;
  box-sizing: border-box;
  margin-left: -2.75em;
  background: #fff;
  padding: 0 0.3em 0.3em;
  transform: translateY(-50%);
}
.showdown .contbox .ctit{
  font-size: 0.3em;
  line-height: 1.25;
  color: #000;
  padding: 1em 0 0.75em;
  text-align: center;
}
.showdown .contbox .contbox-close{
  position: absolute;
  width: 1.5em;
  text-align: center;
  right: 0.24em;
  top: 1em;
  font-size: 0.30em;
  line-height: 1.5;
  cursor: pointer;
  color: #c9c9c9;
}
.showdown .contbox form{
  vertical-align: top;
}
.showdown .contbox .bitian{
  display: flex;
  align-items: center;
  border: 1px solid #c9c9c9;
  margin-bottom: 0.11em;
}
.showdown .contbox form .bitian span{
  font-size: 0.22em;
  line-height: 2;
  height: 2em;
  white-space: nowrap;
  padding: 0 0.8em;
}
.showdown .contbox form .bitian span i{
  font-style: normal;
  color: #f00;
}
.showdown .contbox form .bitian input{
  margin-bottom: 0 !important;
  border: none !important;
}
.showdown .contbox form select,
.showdown .contbox form input[type="text"]{
  width: 100%;
  font-size: 0.22em;
  line-height: 2;
  height: 2em;
  padding-left: 0.615em;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  display: block;
  margin-bottom: 0.5em;
}
.showdown .contbox .codebox{
  display: block;
}
.showdown .contbox .codebox input[type="text"]{
  float: left;
  margin-right: 0 !important;
  width: 55.6%;
}
.showdown .contbox .codebox .send-btn{
 width: 40%;
 float: right;
 font-size: 0.22em;
  line-height: 2;
  height: 2em;
  border: 1px solid #c9c9c9;
  border-radius: 0.15em;
  text-align: center;
  box-sizing: border-box;
}
.showdown .contbox .radiobox{
  padding-bottom: 0.2em;
  border-bottom: 1px solid #d1d1d1;
}
.showdown .contbox .radiobox .rtit{
 font-size: 0.22em;
 line-height: 3;
  float: left;
  width: 30%;
}
.showdown .contbox .radiobox label{
  float: left;
  font-size: 0.22em;
  line-height: 2;
  width: 23%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.showdown .contbox .radiobox input{
  width: 1.538em;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  margin: 0 0.6em 0 0;
  height: 2em;
  float: left;
}
.showdown .contbox input[type="submit"],
.showdown .contbox .submit{
  display: block;
  margin-top: 1em;
  font-size: 0.22em;
  line-height: 2.2;
  color: #fff;
  background: #eec575;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.2em;
  text-align: center;
}
.showdown .contbox .det{
  font-size: 0.2em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 992px){
  .showdown .contbox .radiobox label{
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .showdown .contbox .radiobox input{
    height: 1.3em;
  }
  .return_top{
	  width: 1rem;
	  height: 0.5rem;
	  bottom: 1.25rem;
  }
  .return_top .to-top {
	  width: .5rem;
	  height: .5rem;
  }
}
@media screen and (min-width: 993px){
  .showdown{
    font-size: 100px;
  }
}
/* @media screen and (min-width: 769px){
  .showdown{
    font-size: 60px;
  }
  .showdown .contbox{
    width: 7.3em;
  }
  .showdown .contbox form input[type="text"]{
    float: left;
    width: 48%;
  }
  .showdown .contbox form input[type="text"]:first-child{
    margin-right: 4%;
  }
  .showdown .contbox form input[type="text"]:nth-child(4){
    width: 100%;
  }
  .showdown .contbox .radiobox{
    width: 100%;
    float: left;
  }
  .showdown .contbox input[type="submit"],
  .showdown .contbox .submit{
    float: left
  }
  .showdown .contbox .det{
    float: left;
    width: 100%;
  }
  .showdown .contbox .radiobox label{
    line-height: 2.4;
  }
}
@media screen and (min-width: 1440px){
  .showdown{
    font-size: 80px;
  }
  .showdown .contbox .radiobox label{
    line-height: 1.8;
  }
}
@media screen and (min-width: 1660px){
  .showdown{
    font-size: 100px;
  }
}
@media screen and (min-width: 1880px){
  .showdown{
    font-size: 100px;
  }
  .showdown .contbox .radiobox label{
    line-height: 1.3;
  }
} */

.child-case .child-nav{
  display: none;
}
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
</pre></body></html>