@charset "utf-8";
/*
Theme Name: Retrofit
Author: Li Renzhi
Author URI: http://www.bjshuotai.com       
Description: 本主题主要用于新耐视激光升级改造产品国际站，用于产品推广与服务
Version: V1.0
Text Domain: 
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,figure{
	font-size:1.1rem;
	font-family: 'IBM Plex Sans',sans-serif;
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	
}
p{
	padding: 0;
	margin: 0;	
}
body{
	color:#333;
	background-color: #fff;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a,a:focus{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#ee3b24;
	text-decoration: none;
}
a,button,input{ 
	outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888; opacity:1; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;opacity:1;
}

input:-ms-input-placeholder{
    color: #888;opacity:1;
}
input::-webkit-input-placeholder{
    color: #888;opacity:1;
}
.alignleft {
	display:inline;
	float:left;
	margin-right:1.625em;
}
.alignright {
	display:inline;
	float:right;
	margin-left:1.625em;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
  vertical-align:baseline;
  padding:10px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
}
table td {
	vertical-align: middle;
	padding: 10px;
  border:1px solid #aaa;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
.animate3s, .wp-post-image{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.scale1{
	transform: scale(1);
	-ms-transform:scale(1); /* IE 9 */
    -webkit-transform:scale(1); /* Safari and Chrome */	
}
.overflow-hidden:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.f1f2f3{
	background-color:#f1f2f3;
}
#header{
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
#header .box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding:0 5%;
}
.header-logo a{
    overflow: hidden;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	font-size: 24px;
    color: #ee3b24;
    font-weight: bold;
    height: 90px;
    white-space: nowrap;
}
#header h1{
	line-height:0;
    font-size:0;
    overflow:hidden;
	text-indent:-99999px;
}
.header-logo a img {
    max-height: 60px;
	margin-right:10px;
}

.lang{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.lang a{
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    display: block;
}
.lang a:last-child{margin-left:25px;}
.lang a:hover {
    background-color: #ed6d00;
    color: #fff;
	border: 1px solid #ed6d00;
}
#slider-home{
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 100%;
    background: #000;
}
#slider-home .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
}
#slider-home .swiper-slide{
    height: calc(100vh - 90px);
    width: 100%;
}
#slider-home .text {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    z-index: 3;
    background: none;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#slider-home .text h2 {
    color: #fff;
    font-size: 60px;
	font-weight: 800;
}
#slider-home .text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
}
#slider-home .nav-box{
	position:absolute;
	bottom:15px;
	width:100%;
	z-index: 4;
}
#slider-home .nav-box .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: none;
    margin-left: 10px;
	margin-right: 10px;
    display: inline-block;
    opacity: 1;
}
#slider-home .nav-box .swiper-pagination-bullet-active {
    background: #fff;
}
#slider-home .nav-box i{
    font-size: 40px;
    color: #fff;
	cursor: pointer;
}
.more {
    display: block;
    width: 180px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color:#ee3b24;
    color: #FFFFFF !important;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
	z-index:-1;
    transition: all .3s;
}
.more::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    z-index: -1;
}
.more:hover {
    color: #ee3b24 !important;
}
.fff,.contact .more{z-index: 1;}
.fff:hover,.contact .more:hover {
    border: 1px solid #ee3b24;
}
.more:hover::after {
    width: 100%;
}
.about {
    position: relative;
	background: linear-gradient(to bottom, #fff 50%, #f1f2f3 50%);
}

.about .txt {
    overflow: hidden;
    position: relative;
    padding: 5%;
    z-index: 10;
}
.about .about-num {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}
.about .about-num li {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
}
.about .about-num li span.number-box {
    display: block;
    overflow: hidden;
    font-weight: 800;
    float: left;
    font-size: 30px;
    color: #ee3b24;
    line-height: 60px;
}
.about .about-num li span.number-box font {
    display: block;
    overflow: hidden;
    float: right;
    font-size: 20px;
    margin: 0 0 0 5px;
    color: #ee3b24;
}
.about .about-num li span.number-text {
    display: block;
    font-size: 16px;
    color: #666;
}
.about .txt p {
    line-height: 1.75;
    color: #888888;
    font-size: 18px;
}
.mf-video-bg {
    opacity: 0;
    visibility: hidden;
}
#my-video{
    object-fit: cover;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#my-video .vjs-poster{background-size: cover;}
.section-head h2{
	font-size: 40px;
    font-weight: 800;
    z-index: 9;
    position: relative;
    line-height: 1.42;
}
.section-head>p{
	font-size: 20px;
    color: #888888;
    line-height: 1.75;
}
.solution-con .box a {
    display: block;
    width: 100%;
    position: relative;
	overflow:hidden;
}
.solution-con .box a:hover .text {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    padding: 20px 40px 40px;
    background-color: rgb(238 59 36 / 80%);
}
.solution-con .text {
    width: 100%;
    background-color: rgba(29, 27, 28, 0.55);
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}
.solution-con .text h3 {
	font-size: 24px;
    color: #ffffff;
    line-height: 2;
}
.solution-con .box a:hover .text h3{line-height: 30px;margin-bottom: 10px;}
.solution-con .text p {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height:1.75;
    position: relative;
    text-align: left;
}
.solution-con .box:hover .fa {
    color: #ee3b24;
    width: 60px;
    height: 60px;
    border: 4px solid #ee3b24;
}
.solution-con .box .fa {
    border: 4px solid #fff;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: normal;
    border-radius: 50%;
    width: 100%;
    text-align: center;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
.solution-con .box .fa:before {
    display: block;
    width: 55px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 3em;
    padding-left: 5px;
    margin: 0 auto;
}
.product-con .text h3{
	font-size: 24px;
    color: #333;
    font-weight: 800;
}
.product-con .text p{
	font-size: 18px;
    color: #333;
	line-height:1.75;
}
.product-con ul li:nth-child(even) .img {
    order: 1;
}
.news-con a h3{
	font-size:20px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.news-con a span{
	color:#888;
}
.news-con a p {
    font-size: 16px;
    color: #888;
}
.subheader{
	background-color: #f5f5f5;	
	position:relative;
	min-height:450px;
	overflow:hidden;
}
.subheader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgb(0 0 0 / 20%);	
    z-index: 0;
    pointer-events: none;
}

.subheader h1{
	font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
	padding:0 15px;
}
.subnav {
    z-index: 2;
    width: 100%;
    background-color:rgb(238 59 36 / 80%);
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.subnav ul{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.subnav ul li a {
	display: block;
    padding-right: 70px;
    font-size: 22px;
    color: #FFFFFF;
    opacity: 0.7;
    height: 70px;
    line-height: 70px;
}
.subnav ul li.current-menu-item a,.subnav ul li.current-menu-parent a,.subnav ul li:hover a{
    opacity: 1;
    font-weight: bold;
}
.pro-info h1{
    font-size: 36px;
    color: #ee3b24;
    font-weight: bold;	
}
.pro-info .pro-des p{
    font-size: 18px;
    color: #666666;
    line-height: 1.75;
}
.pro-info .pro-app h3{
    font-size: 24px;
    color: #ee3b24;
    font-weight: bold;	
}
.pro-info .pro-app p {
    line-height: 1.75;
    background: #f1f2f3;
	font-size: 18px;
    border-radius: 4px;
}
.post-list ul li a {
	font-size:16px;
	position: relative;
	color:#fff;
}
.post-list ul li a .text{
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(29, 27, 28, 0.55);
	width:100%;
}

.pro-list .text h2{
    font-size: 20px;
    font-weight: 800;
}
.pro-list .text p {
    font-size: 16px;
    color: #888888;
    line-height: 1.75;
	height: 200px;
    overflow: hidden;
}
.cp-xg .box>h3 {
    font-size: 20px;
    font-weight: 800;
}


.case-list ul li h2{
    font-size: 20px;
    line-height: 1.42;
    font-weight: 800;
}
.case-list ul li p{
	font-size: 1.1rem;
    color: #888888;
    line-height: 1.75;
}
.entry-content{
	clear:both;
	font-size: 1.1rem;	
	overflow: hidden;
	font-weight: 400;
}
.entry-content p{
	/*letter-spacing: 1px;*/
	margin-bottom:20px;
	line-height: 1.75;
}
.entry-content>div{
	margin-bottom:20px;
	line-height: 1.75;
	/*letter-spacing: 1px;*/
}
.entry-content p:last-child{margin-bottom:0;}
.entry-content>a{
    color: #ff0000;	
}
.entry-content h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom:20px;
	/*letter-spacing: 1px;*/
}
.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
	/*letter-spacing: 1px;*/
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.textwidget .gallery-item{
	margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
	padding:10px;
}
.entry-content .gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-meta span{color:#888;}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}
#nav-single,#nav-single a{color:#888;}
#nav-single a:hover,.post-tags a:hover{color:#ee3b24;}

.single-header  h1{
	font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
  background-color: #fff;
}
.navigation .current {
  background-color:#ee3b24;
  text-decoration: none;
  border: 1px solid#ee3b24;
  color:#fff;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.content-list .row{align-items: center;}
.content-list li{
	border-bottom: 1px solid #eee;
}
.content-list li h2 a,.video-list ul li h2{
	font-weight: bold;
	display:inline-block;
	font-size:24px;
}
.content-list li:hover h2 a{
	color:#ee3b24;
}
.content-list li h2,.video-list ul li h2{
    overflow: hidden;
	line-height:1.42;
}
.content-list li p,.video-list li p,.video-list ul li p{
	font-size:1.1rem;
    overflow: hidden;
	line-height:1.75;
	color:#888;
}
.video-list ul li a .fa {
    border: 4px solid #333;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    text-align: center;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    margin-left: -40px;
    background-color: #333;
}
.video-list ul li a .fa:before {
	display: block;
    width: 55px;
    height: 42px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    font-size: 2em;
    padding-left: 5px;
    margin: 0 auto;
}
.video-list ul li a:hover .fa {
    background-color: #e62129;
    border: 4px solid #e62129;
}
.content-list li span{
	color: #888888;
}
.content-list li span i{
	margin-right:10px;
}
.content-list li p{
	color: #888888;
}

#footer {
    background: #2a2a2a;
    color: #fff;
}
.footer-top h3{
	font-size: 18px;
	font-weight: bold;
}
.footer-top ul li a{
	color: #b5b5b5;
    display: block;
	margin-bottom:10px;
}
.footer-top ul li a:hover{
	color:#fff;
}
.footer-top .textwidget{color: #b5b5b5;font-size:16px;}
.textwidget .gallery-item{
	padding-right:10px;
}
.textwidget .gallery-item img{border:none;}
.footer-btm {
    color: #b5b5b5;
}
.footer-btm input{
	color: #333;
    border: none;
    width: 70%;
    float: left;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    background-color: #fff;
}
.footer-btm button{
    width: 30%;
    float: right;
    display: block;
    height: 40px;
    background: #ee3b24;
    border: none;
    border-left: none;
    font-size: 18px;
    color: #fff;
}
.footer-btm a{color:#b5b5b5;}
.link {overflow:hidden;}
.link  h3{font-size:18px;margin-bottom:10px;margin-top:5px;}
.link ul li {
    float: left;
    margin: 10px 10px 0 0;
}
.link ul li a{
	color:#b5b5b5;
	font-size:14px;
}
.link ul li a:hover{
	color:#fff;
}
.copyr{
	line-height:1.5;
    border-top: 1px solid #3a3939;	
	}
.side-top{
	display:none;
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
.side-top a {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    background-color:#ee3b24;
	border-radius: 2px;
}
.side-top a:hover{
	    background:#218838 !important;
}
.f_top {
    display: block !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 36px !important;
}
.crumbs a,.crumbs{color:#888;}

.line::after {
	content: "";
    display: block;
    background-color:#ee3b24;
    width: 30px;
    height: 3px;
    margin: 15px auto 0;
}
.post-xg ul li a:before {
	content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color:#ee3b24;
    border-radius: 50%;
}
.post-tags,.post-tags a{
	color:#888;
}
/*媒体链接 */
.social li {
	padding:0 20px;
}
.social li a i {
    font-size: 30px;
    color:#b5b5b5;
}
.social li a:hover i{
	color:#fff;
}
/*侧边栏新增2022年8月19日 */
.news-box h3{
    font-size: 20px !important;
    font-weight: 800;
}
.news-box ul li:last-child{margin-bottom:0 !important;}
.news-box .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(238 59 36 / 80%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
}