/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    touch-action: manipulation; /* 禁止双击放大 */
  -ms-text-size-adjust: 100%; /* IE10 以下禁止用户调整文本大小 */
  -moz-text-size-adjust: 100%; /* 火狐浏览器禁止用户调整文本大小 */
  -webkit-text-size-adjust: 100%; /* Safari 和 Chrome 禁止用户调整文本大小 */
  zoom: 1; /* 禁止用户缩放 */
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #f9f9f9;
    color: #000;
    position: relative;
    font: 12px/1.5 "思源黑体", Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ee1d23;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}
a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #ef141e;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 90%;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*头部样式*/
.top-head{
    background: #0a50a5;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-nav{
    
}
.x-contant{
    margin-left: 4%;
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}
.x-contant ul a{}
.x-contant ul img{}
.x-contant ul li{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.x-contant ul li::after{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d3d3d3;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 36%;
}
.x-contant ul li:first-child:after{
    display: none;
}
.x-contant ul li:first-child{
    margin: 0;
    padding: 0;
}
.x-contant ul .ss{}
.x-contant ul .tm{}
.x-contant ul .dt{}
.x-contant ul li p{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.x-contant ul li .ss-sec{
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 999;
}

.x-contant ul li .ss-sec form{
    display: flex;
}
.x-contant ul li .ss-sec .keyword{
    line-height: 36px;
    padding-left: 10px;
    border: 0;
}
.x-contant ul li .ss-sec .submit{
    width: 36px;
    height: 36px;
    background: url(../images/icon-ss.png) no-repeat center #fff;
    border: 0;
}

.top2 {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background-color: #fff
    /* height: 126px; */
}

.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}

/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 10vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    line-height: 110px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #ef141e;
    left: 0;
    bottom: 35px;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #ef141e;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #ef141e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #ef141e;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}





.frame{
    padding: 3% 0;
}


.tit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tit img{
    width: 59px;
}
.tit p{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.tit h5{
    font-size: 48px;
    color: #000;
    text-align: center;
}



/* 按钮 */
.link-a{
    text-align: center;
}
.link-a a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-size: 18px;
    line-height: 50px;
    color: #6a6a6a;
}

.link-a a:hover {
    color: #6a6a6a;
}

.link-a a i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f1f1f1;
    vertical-align: middle;
    margin-right: -25px;
}

.link-a a span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.link-a a span::before,.link-a a span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background: #6a6a6a;
}



.link-a a span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bannerBox{
 
    position: relative;
}
.bannerBox ul li{
    position: relative;
}
.bannerBox ul li .b-img{}
.bannerBox ul li .b-img img{
    width: 100%;
}
.bannerBox ul li .words{
    position: absolute;
    left: 5%;
    top: 20%;
}
.bannerBox ul li .words h5{
    font-weight: bold;
    font-size: 72px;
    color: #fff;
}
.bannerBox ul li .words h6{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
.bannerBox ul li .words p{
    font-size: 24px;
    color: #fff;
    margin-top: 3%;
    margin-bottom: 10%;
}
.bannerBox .hd{
    width: 50%;
    padding: 5% 5% 10% 5%;
    background-color: #ee1d23;
    position: absolute;
    bottom: -10%;
    right: 0;
    z-index: 9;
}
.bannerBox .hd ul{
    display: flex;
    
    
}
.bannerBox .hd li{
    font-size: 16px;
    color: #fff;
    width: 200px;
    border-bottom: 2px solid rgba(255,255,255,.2);
    padding-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.bannerBox .hd li::before{
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: all 1s;
    
}
.bannerBox .hd li:hover:before{
    width: 100%;
}
.banner-link{
    position: absolute;
    bottom: 27%;
    left: 4%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-link a{
    width: 198px;
    line-height: 50px;
    text-align: center;
    background: url(../images/blink-a.png) no-repeat;
    
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.banner-link a p{
    color: #fff;
    font-size: 16px;
    margin-left: 18px;
}
.banner-link a i{
    width: 50px;
    height: 50px;
    background: url("../images/link-a.png") no-repeat center center #ef141e;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
/* .banner-link a:hover{
    border: 1px solid #ef141e;;
    background: none;
    color: #fff;
} */


.ScreenAbout {}

.AboutBcen {
    display: flex;
}

.AboutBcen p {
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 1px;
    cursor: pointer;
    margin-left: 10px;
}


.playPs {
	width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
    background:  #ef141e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playPs::before{
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url("../images/video-icon.png") no-repeat center center ;
    position: absolute;
    z-index: 999;
}
.playPs::after{
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    min-width: 80px;
    min-height: 80px;
    background-color: #ef141e;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    -moz-animation: scaleout 1.0s infinite ease-in-out;
    -o-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    opacity: 1;
}

@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(0.0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@-moz-keyframes scaleout {
   0% { -moz-transform: scale(0.0) }
   100% {
       -moz-transform: scale(1.0);
       opacity: 0;
   }
}
@-o-keyframes scaleout {
   0% { -o-transform: scale(0.0) }
   100% {
       -o-transform: scale(1.0);
       opacity: 0;
   }
}
@keyframes scaleout {
   0% {
       transform: scale(0.0);
   } 100% {
         transform: scale(1.0);
         opacity: 0;
     }
}
.about-video {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
}

.about-video .about-pops {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
}

.about-pops video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.closeX {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}




.box1{
    position: relative;
    background: url(../images/about-logobg.png) right top no-repeat #f9f9f9;
    height: 119vh;
    background-position: 100% 15%;
}

.about-box{
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/about-bg.jpg) center bottom no-repeat #fff;
    z-index: 10;
}
.about{
    width: 80%;
    margin: 10% auto;
    
}
.about-tit{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.about-tit .words{
    
}
.about-tit .words p{
    font-size: 18px;
    color: #000;
    display: flex;
}
.about-tit .words p::before{
    content: '';
    background: url(../images/tit-icon.png) no-repeat 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-right: 1vh;
}
.about-tit .words h5{
    font-size: 48px;
    color: #000;
}
.about-link{
    
    
}
.about-link a{
    width: 15vh;
    height: 15vh;
    background-color: #ee1d23;
    border-radius: 20vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-link p{
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.about .text{}
.about .text p{
    font-size: 16px;
    color: #000;
}
.about .shuzi{
    margin-top: 5%;
}
.about .shuzi ul{
    display: flex;
    justify-content: space-between;
}
.about .shuzi li{
    
}
.about .shuzi-tit{
    position: relative;
    display: inline-block;
}
.about .shuzi-tit span{
    position: absolute;
    top: 24px;
    right: -36px;

   
}

.about .shuzi-tit span::after{
    content: '';
    width: 22px;
    height: 22px;
    background-color: #ee1d23;
    border-radius: 22px;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 0;
    z-index: -1;
}
.about .shuzi li h5{
    font-size: 72px;
    font-family:'DIN', 'Arial Narrow Bold', sans-serif;
    color: #000;
}
.about .shuzi li span{
    font-size: 30px;
    color: #000;
    
}
.about .shuzi li sub{
    vertical-align: text-top;
    font-size: 12px;
    line-height: 2;
}
.about .shuzi li p{
    font-size: 24px;
    color: #000;
    opacity: .7;
}
.about .shuzi-icon{
    width: 5vh;
    height: 5vh;
    background-color: #ee1d23;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5vh;
}

.about-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 80%;
    margin-left: 20%;
}
.about-bg img{
    width: 100%;
}


.case{
    position: relative;
}
.case .text{
    position: absolute;
    top: 20%;
    left: 8%;
    z-index: 2;
}
.case .text p{
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.case .text p::before{
    content: '';
    background: url(../images/tit-icon.png) no-repeat 100%;
    display: inline-block;
    width: 30px;
    filter: invert(1);
    height: 30px;
    background-size: 100%;
    margin-right: 1vh;
}
.case .text h5{
    color: #fff;
    font-size: 48px;
    margin-top: 2vh;
}
.case .datu{
    overflow: hidden;
}
.case .datu .swiper-slide img{
    width: 100%;
}

.case .xiaotu{
    
   
}
.case .xiaotu .swiper-slide{
    position: relative;
}
.case .xiaotu .swiper-slide img{
    width: 100%;
}

.case .xiaotu .words{
    width: 100%;
    height: 100%;
}
.case .xiaotu  .link-a{
    position: absolute;
    top: 10%;
    right: 10%;
    width: 6.8vh;
    height: 6.8vh;
    background: url(../images/about-tit.png) no-repeat center #ee1d23;
    border-radius: 5vh;
}
.case .xiaotu  h5{
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}


.box3{
    padding: 5% 0;
}
.product{
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
}
.product .swiper-slide{
    background-color: #fff;
    padding: 1% 0;
}
.product .p-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
}
.product .p-tit img{
    width: 80px;
}
.product .p-tit h5{
    font-size: 24px;
    color: #000;
}
.product .com-img{
    width: 100%;
}
.product p{
    font-size: 24px;
    color: #000;
    padding: 5%;
    text-align: center;
}


.box4{
    background-color: #fff;
    padding: 5% 0;
}

.news{
    display: flex;
    margin-top: 5%;
}
.news .hot{
    width: 45%;
    margin-right: 3%;
}
.news .hot .com-img{}
.news .hot .text{
    background: #f7f7f7;
    padding: 7% 5%;
    display: flex;
    justify-content: space-between;
}
.news .hot .text h5{
    font-size: 24px;
}
.news .hot .text p{
    font-size: 14px;
    opacity: .5;
    margin-top: 10px;
}
.news .hot .text .link-a{
    width: 6.8vh;
    height: 6.8vh;
    background: url(../images/about-tit.png) no-repeat center #ee1d23;
    border-radius: 5vh;
    display: inline-block;
    margin-right: 5%;
}
.news .words{
    width: 52%;
}
.news .words ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.news .words li{
    width: 48%;
    height: 22vh;
    margin-right: 2%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 1s;
}

.news .words li:hover{
    background-color: #f7f7f7;
    padding:0 2%;
}
.news .words li:nth-child(2n){
    margin-right: 0;
}
.news .words li p{
    font-size: 14px;
    opacity: .5;
    margin-top: 10%;
}
.news .words li a{
    font-size: 24px;
}
/**/
.fooder-box{
    background:  #1b1b1c;
}
.f-logo-box{
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-logo{
    filter: grayscale(1);
    
}
.f-logo a{
    filter: invert(1);
}
.f-share{
    margin-top: 20px;
}
.f-share ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.f-share li{
    margin-right: 20px;
}
.f-share li a{
    display: inline-block;
}
.f-share li .fs-img{
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,.2);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 48px;
}
.f-share li .fs-img:hover{
    background-color: rgba(255,255,255,.5);
}
.f-share li .fs-img img{
    display: inline-block;
}
.f-share li p{
    color: #fff;
    margin-top: 5px;
    opacity: .5;
}
.fooder{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5% 0;
    
}
.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
}
.f-nav dl{}
.f-nav dt{
    margin-bottom: 30px;
}
.f-nav dt a{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.f-nav dd{
    margin-bottom: 10px;
}
.f-nav dd a{
    font-size: 16px;
    color: #fff;
    opacity: .5;
}
.f-subscribe{
   
}
.f-subscribe h5{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
.f-subscribe .text{
    text-align: left;
}
.f-subscribe .text .tel{
    font-size: 36px;
    opacity: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.f-subscribe .text p{
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.bq{
    /* padding: 20px 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
}
.bq p{
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 75px;
}
.f-link{
    width: 170px;
    line-height: 45px;
    background-color: #ef141e;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.f-link a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    
}

.z-banner img{
    width: 100%;
}
.f-top{
    display: flex;
    align-items: center;
}
.f-fh{
    width: 75px;
    height: 75px;
    background-color: #ef141e;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.f-fh::before{
    content: '';
    background: url(../images/f-fh.png) no-repeat;
    display: block;
    width: 22px;
    height: 10px;
}
.f-fh:hover{
    color: #fff;
}

.f-top .words{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    opacity: .2;
}
.f-top .words h2{
    font-size: 22px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
}



/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
