﻿@import url('../css/fonts.css');
html{font-size: 100px; position: relative;}
@media (max-width: 1630px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 1080px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}

body{ font-family:"Microsoft YaHei", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #333; }
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#e60012;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%; height: auto; width: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family: "Microsoft YaHei", "Helvetica","sans-serif"; font-size:12px;}
input,textarea{ font-family: "Microsoft YaHei", "Helvetica","sans-serif"; border:0; outline:medium;}
.flex_between{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex_betweenlist{ display: flex; flex-wrap: wrap;}
@media (min-width:1px) and (max-width:1080px){
	.container{ margin-left: 15px; margin-right: 15px;font-size:15px;}
}
@media (min-width:1081px){
	.container{ width: 100%; padding: 0 15px; box-sizing: border-box;}
}
@media (min-width:1230px){
	.container{ width: 1100px; padding: 0;}
}
@media (min-width:1330px){
	.container{ width: 1200px; padding: 0;}
}
@media (min-width:1630px){
	.container{ width: 1460px; padding: 0;}
}


/*头部*/
.header{ z-index: 9; transition: linear 0.35s ease; box-sizing: border-box; background: #fff; width: 100%; border-bottom: 1px solid #edecf4;}

@media (min-width:1081px){
    .header{}
	.header>.container{ display: flex;  align-items: center; justify-content: space-between; position: relative;  box-sizing: border-box; }
	.header.fis_show{}
}
@media (min-width: 1px) and (max-width: 1080px) {
	.header{ box-shadow: 0 0 2px #d5d5d5; background: #fff; position: relative;}
}


.header .logo{ display: inline-block; margin: 0; transition: linear 0.35s;}
.header .logo a{ display: block; }
.header .logo img{ width: auto; height: 0.65rem; transition: linear 0.35s;}

@media (min-width:1082px){
 	.header .logo{ padding: 0.13rem 0;}
	.header.fis_show .logo{ }
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ }
	.header .logo a{ padding: 10px 0;}
	.header .logo img{ height: 45px;}
}

/*导航*/
.header .menu{ display: inline-flex; transition: linear 0.35s; align-items: center;}
.header .jdmenu{ }
.header .jdmenu .nav{ }
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.header .jdmenu .nav #jdmenu>li>a{ display: block; color: #333; transition: linear 0.35s;  box-sizing: border-box; position: relative; overflow: hidden; z-index: 9;}

.header .navbarR{ margin: 0; display: inline-flex; align-items: center; }

.header div.searchclick{ display: inline-block; cursor: pointer;}
.header div.searchclick form[name="keyfrom"]{ display: flex; background: #fff; width:20px; align-items: center; transition: all 0.6s; overflow: hidden;}
.header div.searchclick form[name="keyfrom"] input{ width: 0; height: 0.4rem; background: none; border: 0; box-sizing: border-box; overflow: hidden;}
.header div.searchclick form[name="keyfrom"] button{ width: 0.3rem; background: none; border: 0; cursor: pointer; outline: none;}
.header div.searchclick form[name="keyfrom"] .close{ width: 0; overflow: hidden;}
.header div.searchclick form[name="keyfrom"].active{ width: 1.5rem;}
.header div.searchclick form[name="keyfrom"].active input{ width: calc(100% - 0.3rem - 0.2rem);}
.header div.searchclick form[name="keyfrom"].active .close{ width: 0.2rem;}

.header div.btnlanger{ display: inline-flex; position: relative; margin:0; align-items: center; justify-content: center; }
.header div.btnlanger>a{ display: flex; font-size: 0.14rem; color: #333; align-items: center; position: relative; padding: 0.35rem 0;}
.header div.btnlanger>a>i{ font-size: 0.2rem; }
.header a.limenu{ display: inline-block; font-size: 0.2rem; }
.header em{ display: inline-block; width: 1px; height: 0.24rem; background: #cfcfcf; margin: 0 0.16rem;}

.btnlangerlist{ position: absolute; right: 0; top: 0; height: 0; width: 3rem; padding: 0; z-index: 9; background: #fff; overflow: hidden; transition: linear 0.35s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3);}
.btnlangerlist .close{ position: absolute; top: 0.5rem; right: 0.3rem; cursor: pointer;}
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size: 0.16rem; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li:last-child { border-bottom: none;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:20px 20px; color: #333;}
.btnlangerlist>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ height: 76px; padding: 100px 0;}


@media (min-width:1081px){
    .header .menu{ margin-left: 0.6rem; margin-right: auto;}
    .header .jdmenu{}
    .header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
    .header .jdmenu .nav #jdmenu>li{ font-size: 0.20rem; margin: 0 0.26rem;}
    .header .jdmenu .nav #jdmenu>li>a{ padding:0.343rem 0;}
    .header .jdmenu .nav #jdmenu>li>a:after{ content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0; height: 3px; background: #d80d18;}
    .header .jdmenu .nav #jdmenu>li>a>i{ display: none;}
	.header .jdmenu .nav #jdmenu>li.active>a:after{ width: 100%; }
	
    .header .jdmenu .nav #jdmenu>li:first-child{ display: none}
    .header .jdmenu .nav #jdmenu>li:last-child{ display: none;}
    
	.header.on div.searchclick i{ color: #fff;}
	.header.on div.btnlanger>a{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1080px) {
	.header .logo{ display: inline-block;}

	.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 65px; z-index: 9; bottom: 0; background:#fff; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem; height: calc(100vh - 60px - 60px)}

	.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
	.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #eeeeee; font-size: 16px;}
	.header .jdmenu .nav #jdmenu>li>a{ padding: 25px 20px; display: block; color: #333; font-size: 18px; border-right: 0; border-left: 0; }
	.header .jdmenu .nav #jdmenu>li>a>i{ display: none; align-items: center; justify-content: center; padding: 25px 25px; cursor: pointer; position: absolute; right: 0; top: 0; transition: linear 0.35s; font-size: 15px; color: #333;}
	.header .jdmenu .nav #jdmenu>li.open>a>i{ transform: rotate(-90deg);}
	.header .jdmenu .nav #jdmenu>li.langer{ display: none; margin: 0;}
	.header .jdmenu .nav #jdmenu>li.langer>a{ display: flex; align-items: center;}
	.header .jdmenu .nav #jdmenu>li.langer>a>img{ margin-left: 0;}
	.header .jdmenu .nav #jdmenu>li.searchclick{ display: none; margin: 0;}
	
	    .header .jdmenu .nav #jdmenu>li:first-child{ display: none}

	.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
	.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
	
	.header div.searchclick{ display:none;}
	
	.header .navbarR{  position: absolute; top: 50%; transform: translateY(-50%); right: 60px;}
	.header .navbarR a{ display:none;}
	.header .navbarR em{ display:none;}
	
	.btnlangerlist{ width:100%;}
	.btnlangerlist.active{ height:200px; padding:60px 0;}
	.header div.btnlanger>a>i{ font-size: 0.33rem; color: #d80d18;}

  
}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; position: fixed; left: 50%; transform: translateX(-50%); top: 0.9125rem; display: none; z-index: 999; box-sizing: border-box; transition: linear 0.35s; box-shadow: 0 0 5px #d5d5d5; height:calc(100vh - 0.9125rem); max-width: 1920px; background: linear-gradient(90deg, #ffffff 78%, #eceaea 22%);}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container{ display: flex; align-items: flex-start; justify-content: flex-start; height: 100%; background: #eceaea;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul{ margin: 0; padding: 0.44rem 0 0.55rem; padding-left: 0.6rem; max-width: 4.07rem; height: 100%; background: #fff;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li{ font-size: 0.2rem; margin-bottom: 0.17rem;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li>a{ display: block; padding: 0.1rem 0.35rem 0.1rem 0.25rem; color: #333; line-height: 1.3; border-left-width: 2px; border-left-style: solid; border-left-color: transparent; position: relative;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li>a>i{ position: absolute; right: 0.2rem; top: 0.15rem; opacity: 0;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li.active>a{ color: #d80d18; border-left-color: #d80d18; background: #f5f5f5;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li.active>a>i{ opacity: 1;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul.smaill{ margin: 0; background: #f7f7f7; padding: 0.44rem 0 0.55rem; min-width: 2.5rem; box-shadow: inset 0px 8px 9px -2px rgba(0, 0, 0, 0.06);box-sizing: border-box; height: 100%;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList{ margin: 0; flex: 1; display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0.44rem 0.26rem 0.35rem 0.26rem; background: #eceaea;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item{ margin: 0; width: calc((100% - 0.25rem)/2); margin-right: 0.25rem; margin-bottom: 0.6rem; display: flex; justify-content: space-between; align-items: center;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item .img{ margin: 0; width: 34.8%; box-sizing: border-box; border: 0px solid #e3e3e3;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item .img img{ width: 100%; height: auto;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item .txt{ margin: 0; width: 65.2%; box-sizing: border-box; padding-left: 0.1rem;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item .txt h3{ font-size: 0.16rem; line-height: 1.3;}
@media (min-width: 1081px) {
    .header .jdmenu .nav>#jdmenu>li>.dropdown .ProList .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width: 1081px) and (max-width: 1911px) {
    .header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul{ padding-left: 1.05rem;}
	
}
@media (min-width: 1912px) and (max-width: 1920px) {
    .header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul{ padding-left: 0.55rem;}

}
@media (min-width: 1px) and (max-width: 1080px){
    .header .jdmenu .nav>#jdmenu>li>.dropdown{ display: none; position: inherit; top: inherit; overflow-y: auto; background: #fff; height:auto;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown>.container{ flex-wrap: wrap; display: block; background: #fff;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul{ width: 100%; max-width: 100%; padding: 0; padding: 0rem 0.15rem; height: auto; box-sizing: border-box;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul.smaill{ width: 100%; max-width: 100%; padding: 0; padding: 0.15rem; height: auto; box-sizing: border-box;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown .ProList .item{ width: 100%;}
	.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList{ margin: 0; flex: 1; display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0.44rem 0.26rem 0.35rem 0.26rem; background: #fff;}
	.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item{ width: 100%;}
	.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>ul>li{ font-size: 16px; }
	.header .jdmenu .nav>#jdmenu>li>.dropdown>.container>.ProList .item .txt h3{ font-size: 16px;}
	.header .jdmenu .nav>#jdmenu>li>.dropdown{ box-shadow: none; }
	
	



}

.header:after{ content: ""; position: fixed; z-index: 3; width: 100%; height: 0; background: #fff; box-shadow: 0 0 5px #d5d5d5; transition: linear 0.35s; overflow: hidden;}
.header.open:after{ height: 310px;}
.header .jdmenu .nav #jdmenu>li>.otherdown{ min-width: 100%; position: absolute; top: 100%; display: none; z-index: 8; padding: 0.44rem 0 0.55rem;}
.header .jdmenu .nav>#jdmenu>li>.otherdown>li>a{ display: block; padding: 7px 0 0.12rem; color: #333; white-space: nowrap;text-overflow: ellipsis;}
.header .jdmenu .nav>#jdmenu>li>.otherdown>li:hover>a{ color: #d80d18;}
@media (min-width: 1081px) {
}
@media (min-width: 1px) and (max-width: 1080px){
	.header .jdmenu .nav #jdmenu>li>.otherdown{ position: inherit; top: inherit; overflow-y: auto; background: #fff; font-size:0.2rem;padding: 0 0 10px;}
	.header .jdmenu .nav>#jdmenu>li>.otherdown>li>a{display: block;padding: 10px 20px;color: #333;line-height: 1.3;border-left-width: 2px;border-left-style: solid;border-left-color: transparent;position: relative;font-size: 16px;}
	.header.open:after{ height: 0px;}
}


/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: linear 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context .searchlogo img{ height: 69px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 1080px) {
}
/*endregion*/


/*region banner*/
.bframe{ position: relative; overflow: hidden;}
.bframe img{ width: 100%; height: auto;}
.bframe .swiper-slide{ overflow: hidden; margin: 0;}
.bframe .swiper-slide a{ display: block; position: relative; height: 8.35rem;}
.bframe .swiper-slide img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.bframe .swiper-slide video{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}

.bframe .swiper-pagination{ position: absolute;  left: 50%!important; transform: translateX(-50%); bottom: 0.5rem!important; text-align: center; max-width: 1200px;}
.bframe .swiper-pagination .swiper-pagination-bullet{ width: 0.35rem; height: 6px; background: #fff; opacity: 0.5; border-radius: 0;}
.bframe .swiper-pagination .swiper-pagination-bullet-active{ opacity: 1;}
.bframe .btn{ display: none;}
.bframe .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; text-align: center;}
.bframe .txt p{ font-size: 0.46rem; color: #fff;}
.bframe .txt span{ display: inline-flex; margin-top: 0.5rem; width: 0.5rem; height: .5rem; border-radius: 50%; box-sizing: border-box; border: 2px solid #fff; align-items: center; justify-content: center;}
.bframe .txt span i{ display: block; font-size: 0.24rem; color: #fff; transform: rotate(-90deg)}
.bframe .banList{ position: absolute; left: 0; right: 0; bottom: 0.4rem; z-index:8;}
.bframe .banList .swiper-slide{text-align: center; height: 0.4rem; display: flex; align-items: center; justify-content: center; font-size: 0.18rem; color: #fff; position: relative; cursor: pointer;}
.bframe .banList .swiper-slide span{ position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: none; z-index: 1;}
.bframe .banList .swiper-slide span:after{ content: ""; height: 4px; background: #e60012; width: 0; position: absolute; left: 0; top: 0; z-index: 1;}
.bframe .banList .swiper-slide-thumb-active span:after{ width: 100%;}
@keyframes _width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
	.bframe{ position: relative; z-index: 1;background: #f6f6f6; }
	.bframe .swiper-slide a{ height: 300px;}
	.bframe .swiper-pagination{ bottom: 15px!important; text-align: center;}
	.bframe .txt p{ font-size: 0.3rem; }
	.bframe .txt span{ margin-top: 0.1rem;}
	.bframe .txt{top: 50%;}
	.bframe .banList .swiper-slide{height:fit-content;}
	.swiper-container-free-mode>.swiper-wrapper{display: none;}
}

/*endregion*/

/*首页*/
.indextit{ text-align: center;}
.indextit h2{ font-size: 0.44rem; color: #333333; line-height: 1;}
.indextit p{ font-size: 0.20rem; line-height: 1.25; color: #333; margin-top: 0.34rem;}

.iframe{ overflow: hidden; position: relative; padding: 0.7rem 0 ; background: #f6f6f6;}
.iframe .list{ margin-top: 0.7rem;}
.iframe .swiper-container{ margin-top: 0.7rem;}
.iframe .item{ display: block; overflow: hidden; border-radius: 8px; background: #fff; box-sizing: border-box; box-shadow:rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px; transition: linear 0.35s ;}
.iframe .item .img{ overflow: hidden;}
.iframe .item .img img{ width: 100%; height: auto;}
.iframe .item .txt{ margin: 0.24rem 0.21rem;}
.iframe .item .txt h3{ font-size: 0.16rem; display: flex; align-items: center;}
.iframe .item .txt h3 span{ max-width: calc(100% - 0.3rem);}
.iframe .item .txt h3 i{ font-weight: bold; margin-left: 0.14rem;}
.iframe .list .item{ margin: 0; width: calc((100% - 0.38rem)/3); margin-right: 0.19rem;}
.iframe .swiper-pagination{ position: absolute;  left: 50%!important; transform: translateX(-50%); bottom: 0.2rem!important; text-align: center; max-width: 1200px; z-index: 8;}
.iframe .swiper-pagination .swiper-pagination-bullet{ width: 0.35rem; height: 6px; background: #d80d18; opacity: 0.5; border-radius: 0; margin: 0 5px;}
.iframe .swiper-pagination .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px) {
    .iframe .list .item:nth-child(3n){ margin-right: 0;}
    .iframe .item:hover{ transform: scale(1.03)}
    .iframe .item:hover .txt h3{ color: #e60012;}
	
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe .item{ box-shadow: none;}
	.indextit h2{ font-size: 0.65rem;line-height: 1.12;}
	.indextit p{ font-size: 16px; }
	.iframe .item .txt h3{ font-size: 18px; }
	.iframe .list{ display:none;}




}

.iframe1{ overflow: hidden; padding: 0.7rem 0 ;}
.iframe1 .list{ margin-top: 0.8rem; position: relative;}
.iframe1 .list .item{ display: block; overflow: hidden; border-radius: 8px;}
.iframe1 .list .item .img{ overflow: hidden;}
.iframe1 .list .item .img img{ width: 100%; height: auto;}
.iframe1 .list .item .txt{ padding: 0.15rem; display: flex; justify-content: center; align-items: center; background: #e60012;}
.iframe1 .list .item .txt img{ display:none; width: 0.35rem; margin: 0;}
.iframe1 .list .item .txt h3{ margin: 0; font-size: 0.22rem; color: #fff; }
.iframe1 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.iframe1 .list .btn i{ font-size: 0.2rem;}
.iframe1 .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.iframe1 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.iframe1 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.iframe1 .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe1 .list .item .txt h3{ font-size: 18px;  }

}



.iframe2{ padding: 0.7rem 0; background: #f6f6f6;}
.iframe2 .container{ align-items: center;}
.iframe2 .lt{ margin: 0; width: 45.754%; box-sizing: border-box; padding-right: 0.95rem;}
.iframe2 .lt h2{ font-size: 0.42rem; line-height: 1.45;}
.iframe2 .lt p{ font-size: 0.2rem; line-height: 1.45; margin-top: 0.6rem;}
.iframe2 .lt a{ display: inline-block; margin-top: 0.6rem; font-size: 0.22rem;}
.iframe2 .lt a i{ color: #e60012; font-size: 0.18rem;}
.iframe2 .fr{ margin: 0; width: 54.246%;}
.iframe2 .fr .player-container-1-dimensions { width: 100%; height:4.45rem;}
@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
    .iframe2 .lt{ width: 100%; padding: 0;}
    .iframe2 .fr{ width: 100%; padding: 0; margin-top: 0.6rem;}
	/* .iframe2 .fr .player-container-1-dimensions { height:3.75rem;} */
	/* .video-js .vjs-tech {height: auto !important;} */
	.iframe2 .lt p{ font-size: 16px; }
	.iframe2 .lt h2{ font-size: 0.65rem;line-height: 1.12; }



}


.iframe3{ padding: 0.7rem 0;}
.iframe3 h2{ font-size: 0.48rem; color: #333333; text-align: center;}
.iframe3 .list{ margin-top: 0.7rem;}
.iframe3 .list .item{ margin: 0; width: calc((100%)/4); text-align: center;}
.iframe3 .list .item i{ font-size: 0.77rem; color: #e60012;}
.iframe3 .list .item h3{ margin: 0.18rem 0  ; font-size: 0.24rem; }
.iframe3 .list .item p{ font-size: 0.45rem; color: #e60012; font-weight: bold;}
@media (min-width:1081px) {  
}
@media (min-width:1px) and  (max-width:1080px){
    .iframe3 .list .item{ width: calc((100%)/2); margin-bottom: 0.3rem;}
	.iframe3 h2{ font-size: 0.65rem; line-height: 1.12;}
	.iframe3 .list .item h3{ font-size: 16px; }


}

.iframe4{ padding: 0.7rem 0; background: #f6f6f6;}
.iframe4 .list{ margin-top: 0.8rem; position: relative;}
.iframe4 .list .item{ display: block; overflow: hidden; border-radius: 0.1rem; border: 1px solid #d9d9d9; background: #fff; transition: linear 0.35s;}
.iframe4 .list .item .img{ overflow: hidden;}
.iframe4 .list .item .img img{ width: 100%; height: auto;}
.iframe4 .list .item .txt{ padding: 0.39rem 0.17rem;}
.iframe4 .list .item .txt h4{ font-size: 0.16rem; margin-bottom: 0.3rem;}
.iframe4 .list .item .txt h3{ font-size: 0.22rem; line-height: 1.45;height: 2.9em;}
.iframe4 .list .item .txt time{ display: block; margin-top: 0.64rem; font-size: 0.18rem; color: #a6a5a5;}
.iframe4 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.iframe4 .list .btn i{ font-size: 0.2rem;}
.iframe4 .list .btn-prev{ right: 0.64rem; background: #fff; border-radius: 0.02rem}
.iframe4 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.iframe4 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.iframe4 .list .btn-next i{ color: #fff; display: block;}
@media (min-width:1081px) {
    .iframe4 .item:hover{ transform: scale(1.01)}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe4 .list .item .txt h4{ font-size: 18px;}
	.iframe4 .list .item .txt h3{ font-size: 24px; }

	

}

.iframe5{ padding: 0.6rem 0; background: #e60012; text-align: center;}
.iframe5 .indextit h2{ color: #fff;}
.iframe5 .indextit p{ color: #fff;}
.iframe5  a{ display: inline-flex; align-items: center; justify-content: center; margin-top: 0.4rem; background: #e60012; width: 2.17rem;height: 0.7rem; border-radius: 0.52rem; font-size: 0.22rem; color: #fff; box-sizing: border-box; border: 2px solid #fff;}
.iframe5  a i{ margin-left: 0.2rem;}
@media (min-width:1081px) {
    .iframe5  a:hover{ background: #fff; color: #e60012;}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe5 .indextit p {font-size:16px;}
}



.barrier{ padding: 0.95rem 0 0.85rem; border-top: 8px solid #e60012; text-align: center;}
.barrier h2{ font-size: 0.36rem; color: #333333; margin-bottom: 0.45rem;}
.barrier h2 span{ font-weight: bold;}
.barrier h4{ font-size: 0.2rem;}
.barrier .footly{ display: flex; align-items: center; justify-content: center; margin:0.6rem 0;}
.barrier .footly input{ margin: 0 0.12rem; width: 4.16rem; height: 0.56rem; display: flex; align-items: center; background: #fbfbfb; border: 2px solid #dcdfe4; border-radius: 0.56rem; box-sizing: border-box; padding: 0 0.25rem;}
.barrier .footly button{ margin: 0 0 0 0.12rem; width: 2.56rem; height: 0.56rem; display: flex; align-items: center; justify-content: center; background: #e60012; box-sizing: border-box; font-style: italic; text-transform: uppercase; font-size: 0.16rem; font-weight: bold; cursor: pointer; outline: none; border-radius: 0.56rem; border: 0; color: #fff;}
@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
	.barrier .footly{ flex-wrap: wrap;}
	.barrier .footly input{ width: 100%; margin-bottom: 0.3rem;}
}


/*region 底部*/
.footer{  position: relative; overflow: hidden; background-color: #f6f6f6; background-image: url("../images/1_02.png"); background-repeat: no-repeat; background-position: right bottom; background-size: 3.2rem 3.29rem;  padding: 1rem 0 1rem 0;}
.footer h2{ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.36rem;}
.footer .foot{ margin: 0; width: calc((100%)/5);}
.footer .foot li{ font-size: 0.18rem; margin-bottom: 0.27rem;}
.footer .foot li>a{ display: block; line-height: 1;}
.footer .foot .share{ display: flex; align-items: center;}
.footer .foot .share a{ display: inline-block; margin-right: 0.25rem;}
.footer .foot .share a img{ height:0.18rem;}
.footer .foot .share a i .iconfont icon-tuite{ font-size: 0.5rem;}
.footer .foot:nth-child(1){ width: 2.22rem;}
.footer .foot:nth-child(2){ width: 1.42rem;}
.footer .foot:nth-child(3){ width: 1.42rem;}
.footer .foot:nth-child(4){ width: 0.96rem;}
.footer .foot:nth-child(5){ width: 3.98rem;}
@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
	.footer .foot:nth-child(1){ display:none !important;}
	.footer .foot:nth-child(4){ width: 50%; margin-top: 20px;}
	.footer .foot:nth-child(5){ width: 50%; margin-top: 20px;}
	.footer .foot:nth-child(2){ width: 50%;}
	.footer .foot:nth-child(3){ width: 50%;}
	.footer h2{ font-size: 20px; }
	.footer .foot li{ font-size: 16px;}
	.footer{ background-image: none;padding: 1rem 20px;}




}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:1080px){
.htmltop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1081px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; overflow: hidden; background: #f6f6f6; color: #333; padding: 0.2rem 0; }
.copy a{ color: #333;}
.copy .share{ display: inline-flex; align-items: center;}
.copy .share a{ display: inline-flex; margin-right: 0.1rem;}
.copy .share a i{ font-size: 0.2rem;}
@media (min-width:1081px) {
    .copy .container{  display: flex; justify-content: space-between}
	.copy .share{ isplay: inline-flex; margin: 0;}
    .copy .divcopy{ display: inline-block; margin: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.copy{  font-size: 12px; line-height: 2; border: 0; margin-top: 0; padding: 15px 0; }
.copy p{ text-align: center;}
}
/*endregion*/


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 999; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#333;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a{ color: #333;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:1079px){
.mobMenu{ display: none;}
}


/*内页*/
.body{ }

.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
.nbframe .ban_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;}
.nbframe .ban_txt h4{ font-family: "Oswald-Bold"; font-size: 0.6rem; font-weight: bold; color: #fff;}
.nbframe .ban_txt p{ font-size: 0.18rem; margin-top: 0.15rem; color: #fff;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
    .nbframe{}
	.nbframe img{ display: none;}
}

/*region 左侧导航栏目*/

.left_nav{ margin: 0; box-sizing: border-box; width: 3.6rem; padding: 0.55rem 0;}
.left_nav>.lbt{ margin-bottom: 0.4rem;}
.left_nav>.lbt h2{ margin-bottom: 0.2rem; font-size: 0.26rem; font-weight: bold; background: #e60012; padding: 0.15rem 0.2rem; color: #fff; display: flex; align-items: center; justify-content: space-between;}
.left_nav>.lbt h2 i{ font-size: 0.33rem; color: #fff; margin-left: auto;}
.left_nav>.lbt>ul{ }
.left_nav>.lbt>ul>li{ font-size: 0.18rem; font-weight: bold; position: relative; border-bottom: 1px solid #dfdfdf}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0.15rem 0.3rem; background: #f4f4f4;}
.left_nav>.lbt>ul>li>a>i{ position: absolute; right: 0.12rem; top: 0.13rem; z-index: 2; font-size: 0.2rem;}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ background: #e60012; color: #fff;}
.left_nav>.lbt>ul>li:hover>a>i,.left_nav>.lbt>ul>li.active>a>i{ color: #fff;}
.left_nav>.lbt>ul>li.active>a>i{ transform: rotate(90deg)}

.left_nav>.lbt>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal; position: relative;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.2rem; position: relative; white-space: nowrap;text-overflow: ellipsis;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.12rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav>.lbt>ul>li>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal; position: relative;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.3rem; position: relative; white-space: nowrap;text-overflow: ellipsis;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.18rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav>.lbt>ul>li>ul>li>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.4rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.24rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav .l_from{ overflow: hidden; margin-bottom: 0.3rem;}
.left_nav .l_from form{ display: flex; width: 100%; background: none; border: 1px solid #e60012; box-sizing: border-box;}
.left_nav .l_from input{ width: 100%; padding: 0.18rem 0.3rem; border: 0; background: none; font-size: 0.16rem; color: #333;}
.left_nav .l_from input::placeholder{ color: #333;}
.left_nav .l_from input::-webkit-input-placeholder{ color: #333;}
.left_nav .l_from input::-moz-placeholder{ color: #333;}
.left_nav .l_from button{ width: 66px; background: none; border: 0; cursor: pointer; outline: none; color: #333;}
.left_nav .l_from button i{ font-size: 0.2rem;}

.left_nav .itemdown{ display: flex; align-items: center; justify-content: space-between; font-size: 0.16rem; box-sizing: border-box; padding: 0.15rem 0.25rem 0.15rem 0.3rem; background: #e60012; color: #fff; margin-bottom: 0.4rem;}
.left_nav .itemdown i{ font-size: 0.2rem;}

.left_nav .leftinfo{ padding: 0.3rem; background: #e60012; color: #fff;}
.left_nav .leftinfo h2{ font-size: 0.18rem; font-weight: bold; margin-bottom: 0.15rem;}
.left_nav .leftinfo p{ font-size: 0.16rem; line-height: 1.25; margin-bottom: 0.2rem;}
.left_nav .leftinfo .divinfo{ font-size: 0.16rem; margin-bottom: 0.1rem;}
.left_nav .leftinfo .divinfo i{}
.left_nav .leftinfo .divinfo b{ font-weight: bold; margin: 0 5px;}
.left_nav .leftinfo .divinfo span{}
.left_nav .leftinfo .divinfo span a{ color: #fff;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .left_nav{ width: 100%; float: none; }
    .left_nav>.lbt{ margin-bottom: 0;}
    .left_nav>.lbt>ul{ display: none;}
}

/*endregion*/

/*右侧*/
.right_detail{ margin: 0; width: calc(100% - 4.2rem); height: auto; padding: 0.55rem 0;}
@media (min-width:1px) and (max-width:1081px){
 .right_detail{ width: 100%; float: none; padding: 30px 0 ; box-sizing: border-box;}
}

/*region 面包屑*/
.location{ box-sizing: border-box; border-bottom: 2px solid #f6f6f6;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; font-size: 0.16rem; align-items: center; width: 100%; color: #7e7d7d;}
.location .txt.text-center{ justify-content: center;}
.location .txt .icon-home{ }
.location .txt .icon-here{ margin: 0 0.14rem; height: 0.18rem; width: 1px; background: #7e7d7d; display: inline-block;}
.location .txt .span{ margin: 0; color: #7e7d7d; position: relative; padding: 0.2rem 0; font-size: 0.16rem; cursor: pointer;}
.location .txt.text-center.d .span { cursor: default;}
.location .txt .span i{ display: inline-block; margin-left: 5px; font-size: 0.16rem;}
.location .txt .span dl{ position: absolute; left: 0; top: 100%; z-index: 3; padding: 0.3rem 0.4rem; background: #fff; box-sizing: border-box; box-shadow: 0 0 0.16rem rgba(0,0,0,0.08); border-radius: 0.1rem; display: none!important;}
.location .txt .span dl dd{ font-size: 0.16rem; margin-bottom: 0.25rem;} 
.location .txt .span dl dd a{ display: block;color: #7e7d7d;}
.location .txt .span dl dd:last-child{ margin-bottom: 0;}
.location .txt .span.active dl{ display: block!important;}
.location .txt a{ color: #7e7d7d;}
.location .txt a:nth-child(2){ display: none;}
.location .txt span{ display: inline-block; padding: 0.2rem 0;}
@media (min-width:1081px){
	.location .txt{ }
    .location .txt .span dl{ min-width: 2.1rem;}
    .location .txt .span dl.pro{ min-width: 4.7rem;}
    .location .txt .span dl dd:hover a{ color: #d80d18;}
}
@media (min-width:1px) and (max-width:1080px){
    .location{ }
    .location .txt{ font-size: 15px;}
    .location .home{ font-size: 15px;}
    .location .txt .span{ font-size: 15px;}
    .location .txt .span dl{ width: 3rem;}
    .location a{ font-size: 15px;}
	.location .txt .icon-home{font-size: 18px; }
}
/*endregion*/


.page_lt{ padding: 0.4rem 0;}
.page_lt ul{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.page_lt li{ margin: 0 5px; border-radius: 5px;font-size: 0.16rem; display: inline-block; overflow: hidden;}
.page_lt li a{ display: flex; width: 2.25rem; height: 0.48rem; align-items: center; justify-content: center; color: #333; background: #f4f4f4; }
.page_lt li:hover>a,.page_lt li.active>a{ background: #e60012; color: #fff;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.page_lt ul{ justify-content: space-between;}
	.page_lt li{ margin: 0; margin-right: 5px; display: block; margin-bottom: 0.1rem; width: calc((100% - 5px)/2)}
	.page_lt li a{ width: 100%;}
	.page_lt li:nth-child(2n){ margin-right: 0;}
}

/*公司简介*/
.abframe{ }

@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}

.abframe1{ padding: 0.92rem 0 1.23rem;}
.abframe1 h2{ font-size: 0.65rem; line-height: 1.12; text-align: center;}
.abframe1 .context{ margin-top: 0.7rem; font-size: 0.23rem; line-height: 1.59; text-align: center;}
@media (min-width:1081px) {
    .abframe1 h2{ width: 100%;}
    .abframe1 .context{ width: 100%}
}
@media (min-width:1px) and (max-width:1080px){
	.abframe1 .context{ font-size: 16px; }

}

.abframe2{ position: relative; padding: 0.7rem 0; background: url("../images/1_06.jpg") no-repeat center center / cover; }
.abframe2 .list{ position: relative; margin-top: 0.43rem;}
.abframe2 .list:before{ content: ""; position: absolute; left: 50%; top: 0; bottom: 1.5rem; transform: translateX(-50%); width: 7px; background: #fff;}
.abframe2 .list:after{ content: ""; position: absolute; left: 50%; top: 0rem; transform: translateX(-50%); width: 0.21rem; height: 0.21rem; background: #fff; border-radius: 50%;}
.abframe2 .list .item{ padding-top: 0.6rem; position: relative; display: flex; justify-content: space-between;}
.abframe2 .list .item:before{ content: ""; width: 0.45rem; height: 0.45rem; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 2.1rem; transform: translateX(-50%);}
.abframe2 .list .item:after{ content: ""; width: 0.32rem; height: 0.32rem; background: #d80d18; border-radius: 50%; position: absolute; left: 50%; top: 2.16rem; transform: translateX(-50%);}
.abframe2 .list .item .lt{ margin: 0; width: calc(100% - 0.98rem); margin-right: 0.98rem; background: #fff; border-radius: 0.1rem; padding: 0.2rem; margin-top:1.5rem;}
.abframe2 .list .item .lt h3{ font-size: 0.2rem; line-height: 1.23; margin: 0.35rem;}
.abframe2 .list .item .lt .img{ display: none; overflow: hidden; margin: 0.35rem;}
.abframe2 .list .item .lt .txt{ font-size: 0.18rem; line-height: 1.23; margin: 0.35rem;}
.abframe2 .list .item .fr{ margin: 0; width: calc(100% - 0.98rem); margin-left: 0.98rem; position: relative;}
.abframe2 .list .item .fr h4{ font-size: 0.48rem; font-weight: bold;}

@media (min-width:1081px) {
    .abframe2 .list .lt a:hover span{ background: #f3f5f9; color: #e60012;}
	.abframe2 .list .item:nth-child(2n+1){ flex-direction: row-reverse;}
.abframe2 .list .item:nth-child(2n+1) .lt{ margin-left: 0.98rem; margin-right: 0; margin-top:1.5rem;}
.abframe2 .list .item:nth-child(2n+1) .fr{ margin-right: 0.98rem; margin-left: 0; }
.abframe2 .list .item:nth-child(2n+1) .fr h4{ position: absolute; top: 1.45rem; right: -0.54rem; color:#fff; text-shadow: 2px 2px 4px black;}
.abframe2 .list .item:nth-child(2n) .fr h4{ position: absolute; top: 1.45rem; left: -0.54rem; color:#fff; text-shadow: 2px 2px 4px black;}
}
@media (min-width:1px) and (max-width:1080px){
	.abframe2 .list:before{ left: 20px; transform: none;}
	.abframe2 .list:after{ left: 17px; transform: none;}
	.abframe2 .list .item{ flex-wrap: wrap;}
	.abframe2 .list .item:before{ left: 10px; transform: none;}
	.abframe2 .list .item:after{ left: 14px; transform: none;}
	.abframe2 .list .lt{ width: 100%;}
	.abframe2 .list .fr{ width: 100%; margin-top: 0.3rem; display: none;}
	.abframe2 .list .item .lt .txt{ font-size: 16px;}
	.abframe2 .list .item .lt{ margin-left: 0.98rem; margin-right: 0; margin-top:1.5rem;}
}

.abframe3{ padding: 0.7rem 0;}
.abframe3 .itemimg{ margin: 0.7rem 0;}
.abframe3 .list{ margin-top: 1.17rem; position: relative;}
.abframe3 .list .swiper-container{  }
.abframe3 .list .swiper-slide{margin: 0; box-sizing: border-box;}
.abframe3 .list .item{ display: flex; align-items: center; border: 1px solid #d9d9d9; box-sizing: border-box; padding: 0.5rem 0.44rem; text-align: center; border-radius: 0.05rem; height:4rem;}
.abframe3 .list .item .img{ display: none; width: 1.26rem; height: 1.26rem; border-radius: 50%; box-sizing: border-box; border: 1px solid #414141; align-items: center; justify-content: center;}
.abframe3 .list .item .txt{ }
.abframe3 .list .item .txt h3{ font-size: 0.26rem; font-weight: bold; color: #333; margin-bottom: 0.34rem;}
.abframe3 .list .item .txt p{ font-size: 0.18rem; line-height: 1.45;}
.abframe3 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.abframe3 .list .btn i{ font-size: 0.2rem;}
.abframe3 .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.abframe3 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.abframe3 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.abframe3 .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.abframe3 .list .item .txt p{ font-size: 16px; }

}

.abframe4{ padding: 0 0 0.7rem 0;}
.abframe4 .list{ margin-top: 1.17rem; position: relative;}
.abframe4 .list .swiper-slide{margin: 0; box-sizing:border-box; }
.abframe4 .list .item{ box-sizing: border-box; border: 1px solid #f2f2f2; border-radius: 0.1rem; overflow: hidden0; border: 1px solid #d9d9d9;}
.abframe4 .list .item .img{ width: calc((100%)/2);}
.abframe4 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.abframe4 .list .btn i{ font-size: 0.2rem;}
.abframe4 .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.abframe4 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.abframe4 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.abframe4 .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}

.abframe5{ padding: 0 0 0.7rem 0;}
.abframe5 .list{ margin-top: 1.17rem; position: relative;}
.abframe5 .list .swiper-container{ overflow: hidden;}
.abframe5 .list .swiper-slide{ margin: 0; padding: 0.08rem 0.001rem;}
.abframe5 .list .item{ box-sizing: border-box; border-radius: 0.1rem; overflow: hidden; box-shadow: 0 0 0.13rem rgba(0,0,0,0.08);}
.abframe5 .list .item .img{ }
.abframe5 .list .item .txt{ padding: 0.15rem 0.25rem; background: #e60012; color: #fff;}
.abframe5 .list .item .txt h3{ font-size: 0.22rem; line-height: 1.45; text-align: center;}
.abframe5 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.abframe5 .list .btn i{ font-size: 0.2rem;}
.abframe5 .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.abframe5 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.abframe5 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.abframe5 .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.abframe5 .list .item .txt h3{ font-size: 16px; }
}

.abframe6{ padding: 0 0 0;}
.abframe6 .list{ margin-top: 0.9rem; position: relative;}
.abframe6 .list .item{ margin: 0; width: calc((100%)/4); text-align: center;}
.abframe6 .list .item h3{ font-size: 0.45rem; font-weight: bold; color: #e60012; margin: 0.18rem 0;}
.abframe6 .list .item p{ font-size: 0.24rem;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
    .abframe6 .list .item{ width: calc((100%)/2); margin-bottom: 0.3rem;}
	.abframe6 .list .item p{ font-size: 16px;}
}

.abframe7{ padding: 0 0 0.7rem 0;}
.abframe7 .list{ margin-top: 1.17rem; position: relative;}
.abframe7 .list .swiper-container{ overflow: visible;}
.abframe7 .list .swiper-slide{margin: 0;}
.abframe7 .list .item{ box-sizing: border-box; border-radius: 0.1rem; overflow: hidden; border: 1px solid #d9d9d9; padding: 0.58rem; text-align: center;}
.abframe7 .list .item h3{ font-size: 0.2rem; color: #e60012; margin-bottom: 0.43rem;}
.abframe7 .list .item .img{ overflow: hidden;}
.abframe7 .list .item .img img{}
.abframe7 .list .item h4{ font-size: 0.26rem; font-weight: bold; margin-top: 0.42rem; display: none;}
.abframe7 .list .item p{ font-size: 0.18rem; line-height: 1.45; margin-top: 0.3rem;}

.abframe7 .list .item:first-child{ margin-bottom: 0.2rem;}
.abframe7 .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.abframe7 .list .btn i{ font-size: 0.2rem;}
.abframe7 .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.abframe7 .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.abframe7 .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.abframe7 .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.abframe7 .list .swiper-container{ overflow: hidden;}
	.abframe7 .list .item h3{ font-size: 16px; }
}

/*单页面*/

.neirnr{ overflow: hidden; line-height: 2; font-size: 0.16rem; min-height: 4rem;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and (max-width:1080px){
}

/*图库中心*/


.gallerylist{ overflow: hidden; display: flex; flex-wrap: wrap; }
.gallerylist .item{ width: calc((100% - 0.4rem)/3); margin: 0;  margin-right: 0.2rem; margin-bottom: 0.2rem;}
.gallerylist .item .img{ overflow: hidden; border: 1px solid #d9d9d9; height: auto; position: relative; border-radius: 0.1rem; }
.gallerylist .item .img img{ width: 100%;}
.gallerylist .item .img iframe{ width: 100%; height: 100%; transition: all 0.35s ease; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.gallerylist .item .txt{ overflow: hidden; padding:0.15rem 5px; text-align: center;}
.gallerylist .item .txt h3{ font-size: 0.16rem; font-weight: bold; text-transform: capitalize; color: #333; }
.gallerylist .item h3{ margin-top:20px; display: none;}

@media (min-width:1081px){
	.gallerylist .item:nth-child(3n){ margin-right: 0;}
	.gallerylist .item:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:1080px){
	.gallerylist .item{ width: calc((100%)/2);}
	.gallerylist .item .txt{ overflow: hidden; text-align: center; padding:10px 5px 5px 5px;}
	.gallerylist .item .txt h3{ font-size: 13px;}
	.gallerylist .item:nth-child(1n){ margin-right: 0;}
	.gallerylist .item:nth-child(2n+1){ clear: both;}
	.gallerylist .item .img{ width: 90%;}

}

/*解决方案*/
.solutions{ padding: 0.7rem 0;}
.solutions h1{ font-size: 0.48rem; color: #333333; line-height: 1; text-align: center;}
.solutions .list{ margin-top: 0.7rem; position: relative;}
.solutions .list .btn{ display: inline-flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; top: -0.67rem; position: absolute; cursor: pointer; outline: none;}
.solutions .list .item{ padding: 0.08rem 0.001rem;}
.solutions .list .item .img{ overflow: hidden; border-radius: 8px; box-sizing: border-box; border: 1px solid #d9d9d9;}
.solutions .list .item .img img{}
.solutions .list .item .txt{ margin: 0.3rem 0; text-align: center; height: 2em;}
.solutions .list .item .txt h3{ font-size: 0.22rem;}
.solutions .list .btn i{ font-size: 0.2rem;}
.solutions .list .btn-prev{ right: 0.64rem; background: #f6f6f6; border-radius: 0.02rem}
.solutions .list .btn-prev i{ color: #e60012; display: block; transform: rotate(180deg)}
.solutions .list .btn-next{ right: 1px; background: #e60012; border-radius: 0.02rem}
.solutions .list .btn-next i{ color: #f6f6f6; display: block;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
	.solutions .list .item .txt h3{ font-size: 16px;}
	.solutions h1{ font-size: 0.65rem;}


}

.solutions1{ padding: 0;}
.solutions1 .list{ margin-top: 0.7rem; position: relative;}
.solutions1 .item{ display: block; overflow: hidden; border-radius: 8px; background: #fff; box-sizing: border-box; box-shadow:rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px; transition: linear 0.35s;}
.solutions1 .item .img{ overflow: hidden;}
.solutions1 .item .img img{ width: 100%; height: auto;}
.solutions1 .item .txt{ margin: 0.24rem 0.21rem;}
.solutions1 .item .txt h3{ font-size: 0.16rem; display: flex; align-items: center;}
.solutions1 .item .txt h3 span{ max-width: calc(100% - 0.3rem);}
.solutions1 .item .txt h3 i{ font-weight: bold; margin-left: 0.14rem;}
.solutions1 .list .item{ margin: 0; width: calc((100% - 0.38rem)/3); margin-right: 0.19rem;}
@media (min-width:1081px){
    .solutions1 .list .item:nth-child(3n){ margin-right: 0;}
    .solutions1 .item:hover{ transform: scale(1.03)}
    .solutions1 .item:hover .txt h3{ color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px){
    .solutions1 .list .item{ width: 100%; margin-bottom: 0.3rem;}
	.solutions1 .item .txt h3{ font-size: 18px; }

}

/*产品中心*/
.cateselection{ padding: 0.55rem 0 0.45rem; border-bottom: 1px solid #eaeaea;}
.cateselection h2{ font-size: 0.3rem; margin-bottom: 0.1rem; color: #000000;}
.cateselection p{ font-size: 0.16rem; line-height: 1.5;}
.cateselection .itembox{ margin-top: 0.35rem; position: relative;}
.cateselection .itembox .tit{ display: flex; justify-content: space-between; align-items: center; background: #f5f6f8; cursor: pointer;}
.cateselection .itembox .tit h3{ margin: 0; font-size: 0.16rem; text-transform: uppercase; color: #333333; padding-left: 0.2rem;}
.cateselection .itembox .tit span{ margin: 0; height: 0.46rem; width: 0.46rem; display: inline-flex; align-items: center; justify-content: center; color: #333333;}
.cateselection .itembox .tit span i{ font-size: 0.3rem;}
.cateselection .itembox .list{ position: absolute; left: 0; right: 0; top:100%; z-index: 8; background: #f3f3f3; height: 0; overflow-y: auto; visibility:visible; transition: all 0.35s;}
.cateselection .itembox .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.cateselection .itembox .list::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(to right,#bdc864,#76b91f);box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.cateselection .itembox .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.cateselection .itembox .list .item{ overflow: hidden; cursor: pointer; padding: 10px 20px; font-size: 14px; color: #333; border-bottom: 1px solid #d5d5d5; text-transform: capitalize;}
.cateselection .itembox .list .item:hover,.cateselection .itembox .list .item.active{ background: #e60012; color: #fff}
.cateselection .itembox.on .list{ visibility: visible; height: 200px;}
@media (min-width:1081px){
	.cateselection .itembox{ width: 4.65rem; margin: 0; display: inline-block; margin-top: 0.35rem; margin-right: 0.15rem;}
}
@media (min-width:1px) and (max-width:1080px){
}

#biaotiid{font-size: 0.48rem; color: #000; text-align: center; padding: 0.7rem 0 0 0;}
.summary{ overflow: hidden; position: relative;}
.summary h1{ display:none; font-size: 0.48rem; color: #000; text-align: center;}
.summary p{ font-size: 0.2rem; text-align: center; margin-top: 0.25rem;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
}

.output{ padding: 0rem 0}
.output .itembox{ margin-bottom: 0.9rem;}
.output .itembox .h2{ font-size: 0.26rem; display: flex; align-items: center; justify-content: center;}
.output .itembox .line{ display: block; width: 1.8rem; height: 5px; background: #d70813; margin: 0.19rem auto 0.8rem auto;}
.output .itembox .more{ margin: 0 auto ; display: flex; align-items: center; justify-content: center; width: 1.64rem; height: 0.48rem; background: #fff; border: 2px solid #e60012; border-radius: 0.48rem; font-size: 0.22rem; color: #e60012;}

@media (min-width:1081px){
    .output .itembox .more:hover{ background: #e60012; color: #fff;}
}
@media (min-width:1px) and (max-width:1080px){
	.output .item{ padding: 0.6rem 0 0.35rem;}
	.output .itembox .h2{ font-size: 16px; }

}


.productslist{ display: flex; flex-wrap: wrap; padding: 0 0 0.6rem 0 }
.productslist .item{ margin: 0; width: calc((100% - 0.38rem)/3); margin-right: 0.19rem; overflow: hidden; border-radius: 8px; background: #fff; box-sizing: border-box; box-shadow:rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px; transition: linear 0.35s; margin-bottom: 0.2rem;}
.productslist .item .img{ overflow: hidden;}
.productslist .item .img img{ width: 100%; height: auto;}
.productslist .item .txt{ margin: 0.24rem 0.21rem;}
.productslist .item .txt h3{ font-size: 0.16rem; display: flex; align-items: center;}
.productslist .item .txt h3 span{ max-width: calc(100% - 0.3rem);}
.productslist .item .txt h3 i{ font-weight: bold; margin-left: 0.14rem;}
@media (min-width:1081px){
	.productslist .item:nth-child(3n){ margin-right: 0;}
	.productslist .item:hover{ transform: scale(1.03)}
}
@media (min-width:1px) and (max-width:1080px) {
	.productslist{}
	.productslist .item{  width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
	.productslist .item:nth-child(2n){ margin-right: 0;}
	.productslist .item .txt{ padding: 0.1rem 0; }
	.productslist .item .txt h3{ font-size: 18px; }
	.productslist .item .txt h3 span{white-space: normal;}
}


/*产品详情*/
.details{}

.details .pictures{ background: url("../images/1_03.jpg") no-repeat center center / cover; height: 7.55rem;}
.details .pictures .container{ align-items: center; height: 100%;}
.details .pictures .lt{ margin: 0; width: 41%;}
.details .pictures .lt h1{ font-size: 0.42rem; font-weight: bold; color: #333; margin-bottom: 0.54rem;}
.details .pictures .lt p{ font-size: 0.2rem; line-height: 1.6;}
.details .pictures .fr{ margin: 0; width: 59%;}
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
    .details .pictures{ height: auto; padding: 0.3rem 0;}
    .details .pictures .container{ flex-direction: column-reverse; height: auto;}
    .details .pictures .lt{ margin: 0; width: 100%; height: auto;}
    .details .pictures .fr{ margin: 0; width: 100%; height: auto; margin-bottom: 0.3rem;}
}

.details .aside{ background: #f6f6f6; }
.details .aside dl{}
.details .aside dl dd{ margin: 0; width: calc((100%)/5); height: 0.7rem; display: inline-flex; align-items: center; justify-content: center; font-size: 0.2rem; cursor: pointer;}
.details .aside dl dd.active{ background: #d80d18; color: #fff;}
@media (min-width:1081px){
	.details .aside dl{ display: flex; align-items: center; }
    .details .aside{ position: sticky; top: 0; z-index: 3;}
} 	
@media (min-width:1px) and (max-width:1080px){
    .details .aside{ padding: 15px 0; position: sticky; top: 0; z-index: 3;}
	.details .aside .container{overflow-x: auto;}
	.details .aside .container::-webkit-scrollbar{display: none;}
	.details .aside dl{ overflow: hidden;  height: 50px; white-space: nowrap;text-overflow: ellipsis; width: calc(130px * 5)}
    .details .aside dl dd{ width: 130px; height: 50px;font-size: 18px;  float: left; }

}

.details .details-txt{ overflow: hidden;}

.details .details-txt .overview{ padding: 0.68rem 0 0.7rem;}
.details .details-txt .overview .lt{ display:none; margin: 0; width: 42.8%; overflow: hidden; border-radius: 0.1rem;}
.details .details-txt .overview .fr{ margin: 0; box-sizing: border-box; padding-left: 0rem; max-height: 4.7rem; overflow-y: auto;}
.details .details-txt .overview .fr .p{ padding-left: 0.3rem; position: relative; display: block;}
.details .details-txt .overview .fr .p:before{ content: ""; position: absolute; left: 0; top: 0.1rem; width: 0.12rem; height: 0.12rem; background: #333; border-radius: 50%;}
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
    .details .details-txt .overview .lt{ width: 100%;}
    .details .details-txt .overview .fr{ width: 100%; padding: 0; margin-top: 0.3rem;}
	.details .details-txt .overview .fr span{ font-size: 16px !important; line-height: 2 !important; }
}

.details .details-txt .drawing{ padding: 0 0 0.7rem;}
.details .details-txt .drawing h2{ text-align: center; font-size: 0.38rem; color: #333; margin-bottom: 0.7rem;}
.details .details-txt .pvideo img{ display: block;}
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
	.details .details-txt .drawing h2{ font-size: 0.65rem;line-height: 1.12;}
	.pvideo iframe{ width: 100%; height: 3.7rem;}

}

.details .details-txt .samplebag{ padding: 0.7rem 0;}
.details .details-txt .samplebag h2{ text-align: center; font-size: 0.38rem; color: #333; margin-bottom: 0.7rem;}
.details .details-txt .samplebag .context{}
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
	.details .details-txt .samplebag h2{  font-size: 0.65rem;}

}

.details .details-txt .specification{ }
.details .details-txt .specification .container{ height: 100%; border-top: 1px solid #d0d0d0; box-sizing: border-box; padding: 0.47rem 0.33rem; cursor: pointer;}
.details .details-txt .specification h2{ font-size: 0.38rem; color: #333333; display: flex; justify-content: space-between; align-items: center;}
.details .details-txt .specification h2 i{ cursor: pointer;}
.details .details-txt .specification .context{ margin-top: 0.55rem; cursor: auto; }
.details .details-txt .specification[typeof='close'] h2 i.icon-jia{ display: inline-block; color: #e60012;}
.details .details-txt .specification[typeof='close'] h2 i.icon-jianhao{ display: none;}
.details .details-txt .specification[typeof='close'] .context{ display: none;}
.details .details-txt .specification[typeof='open'] h2 i.icon-jia{ display: none;}
.details .details-txt .specification[typeof='open'] h2 i.icon-jianhao{ display: inline-block; color: #e60012;}
.details .details-txt .specification[typeof='open'] .context{ display: block;}


@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
	.details .details-txt .specification[typeof='close'] h2 i.icon-jia{ font-size:20px;}
	.details .details-txt .specification[typeof='open'] h2 i.icon-jianhao{ font-size:20px;}
	.details .details-txt .specification h2{ font-size: 0.38rem; }
}


.details .details-txt .detailfaq{ padding: 0 0 0rem;}
.details .details-txt .detailfaq .container{ height: 100%; border-top: 1px solid #d0d0d0; box-sizing: border-box; padding: 0.47rem 0.33rem; cursor: pointer;}
.details .details-txt .detailfaq h2{ font-size: 0.38rem; color: #333333; display: flex; justify-content: space-between; align-items: center;}
.details .details-txt .detailfaq h2 i{ cursor: pointer;}
.details .details-txt .detailfaq .context{ margin-top: 0.55rem;}
.details .details-txt .detailfaq .item{ margin-bottom: 0.44rem;}
.details .details-txt .detailfaq .item h3{ font-size: 0.2rem; color: #333; margin-bottom: 0.1rem;}
.details .details-txt .detailfaq .item p{ font-size: 0.2rem; color: #333; }
.details .details-txt .detailfaq[typeof='close'] h2 i.icon-jia{ display: inline-block; color: #e60012;}
.details .details-txt .detailfaq[typeof='close'] h2 i.icon-jianhao{ display: none;}
.details .details-txt .detailfaq[typeof='close'] .context{ display: none;}
.details .details-txt .detailfaq[typeof='open'] h2 i.icon-jia{ display: none;}
.details .details-txt .detailfaq[typeof='open'] h2 i.icon-jianhao{ display: inline-block; color: #e60012;}
.details .details-txt .detailfaq[typeof='open'] .context{ display: block; cursor: auto; }
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
	.details .details-txt .detailfaq .item h3{ font-size: 16px; }
	.details .details-txt .detailfaq .item p{ font-size: 16px;}
	.details .details-txt .detailfaq[typeof='close'] h2 i.icon-jia{ font-size:20px;}
	.details .details-txt .detailfaq[typeof='open'] h2 i.icon-jianhao{ font-size:20px;}
	.details .details-txt .detailfaq h2{ font-size: 0.38rem;}
}

.otherxgeffect{ padding: 0.7rem 0; }
.otherxgeffect .lt{ margin: 0; width: 25%;}
.otherxgeffect h2{ text-align: center; font-size: 0.38rem; color: #333;}
.otherxgeffect p{ font-size: 0.20rem; line-height: 1.25; color: #333; margin-top: 0.34rem;text-align: center;}
.otherxgeffect .lt h4{ font-size: 0.2rem; font-weight: bold; margin-bottom: 0.24rem;}
.otherxgeffect .fr{ margin: 0; width: 100%;}
@media (min-width:1081px){
} 	
@media (min-width:1px) and (max-width:1080px){
    .otherxgeffect .lt{ width: 100%}
    .otherxgeffect .fr{ width: 100%;}
	.otherxgeffect p{ font-size: 16px;}
	.otherxgeffect h2{font-size: 0.65rem; }
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

/*产品表格*/
.details .specification .container .context table tr td { padding:0.06rem 0.2rem;}

@media (min-width:1px) and (max-width:1080px){
	.details .specification .container .context table tr td .MsoNormal span { font-size: 12px !important;}
	.details .specification .container .context table tr td { padding:10px 0.2rem;}
}


/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry p{ line-height: 2; margin-bottom: 0.3rem; font-size: 12px;}
.Inquiry p a{ color: #e60012}
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  0.15rem; margin-bottom: 25px; border-radius: 5px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #333; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 0.55rem; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 10px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: linear 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden; background: #e60012; width: 100%; text-transform: uppercase;}

@media (min-width:1081px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/
.lxfsinfo{ padding: 1.06rem 0 0.7rem;}
.lxfsinfo h1{ text-align: center; font-size: 0.48rem; color: #333; line-height: 1;}

.lxfsinfo1{ background: #fff; padding: 0.7rem 0.6rem 0.5rem 0.6rem; margin-bottom: 0.7rem; border-radius: 0.1rem; box-shadow:rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;}
.lxfsinfo1 h2{ font-size: 0.38rem; color: #333333;}
.lxfsinfo1 .list{ margin-top: 0.46rem;}
.lxfsinfo1 .list .item{ margin: 0; width: calc((100%)/2);}
.lxfsinfo1 .list .item p{ font-size: 0.2rem; display: flex; margin-bottom: 0.3rem;}
.lxfsinfo1 .list .item p i{ font-size: 0.23rem; color: #494949;}
.lxfsinfo1 .list .item p span{ margin-left: 0.17rem; }
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
    .lxfsinfo1 .list .item{ margin: 0; width: calc((100%)/1); }
	.lxfsinfo1 .list .item p span{ margin-left: 0.17rem; margin-right: 0rem;}
	.lxfsinfo1 .list .item p{ font-size: 16px;}
	.lxfsinfo1 .list .item p i{ font-size: 20px;}
	.lxfsinfo h1{ font-size: 0.65rem; }
}

/*留言*/
.leave{}
.leave .indextit{ text-align: left;}
.leave .indextit h2 span{ color: #e60516;}
.leave .indextit .line{ margin-left: 0;}
.feedback{margin-top: 0.7rem;margin-left: auto;margin-right: auto;width: 90%;}
.feedback .input_div{ overflow: hidden; margin-bottom: 0.2rem; position: relative; box-sizing: border-box; font-size: 0.16rem; color: #abacae; display: flex; border: 1px solid #cfcfcf; background: #fff; border-radius: 5px; padding: 0 0.1rem;}
.feedback .input_div1{ overflow: hidden; margin-bottom: 0.2rem; position: relative; box-sizing: border-box; font-size: 0.16rem; color: #333; display: block; }
.feedback .input_div>label{ background: none; font-size:0.16rem; color: #333; display: flex; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis; }
.feedback .input_div>label>i{ margin-right: 5px;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; box-sizing: border-box; height: 0.5rem; color: #333; padding: 0.1rem 0.15rem;; border: 0; border-radius:0.05rem; font-size: 0.16rem; line-height: 10px; }
.feedback .input_div>input[type='checkbox']{ margin-right: 0.1rem;}
.feedback .input_div>textarea{ background:none; border: 0; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1.3rem; color: #333; padding-left: 0.15rem;border-radius:0.05rem; font-size: 0.16rem; line-height: 0.5rem; }
.feedback .input_div .select-control{  width: 100%; background: none; outline: none; font-size: 0.16rem; color: #333; height: 0.5rem; box-sizing: border-box; border: 0; border-radius:0.05rem; padding: 0.1rem 0.15rem; }
.select2-container--default .select2-selection--single{padding:0 10px; height: 0.65rem!important; border: 0!important; background: none!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 0.65rem!important; color: #333!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ top: 16px!important;}
.select2-results__option--selectable{ color: #333!important;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px; cursor: pointer;}
.feedback .input_div.textarea{ align-items: flex-start;}
.feedback .input_div.textarea>label{ line-height: 0.5rem;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0; text-align: center; margin-top: 0.5rem;}
.feedback .button button{ display: inline-flex; align-items: center; justify-content: center; background: #fff; width: 2.17rem;height: 0.7rem; font-size: 0.22rem; border-radius: 0.6rem; border: 0; cursor: pointer; color: #e60012; border: 2px solid #e60012;}
.feedback .button button i{ margin-left: 0.2rem;}
@media (min-width:1081px)  {
    .leave{ position: relative; z-index: 3; }
    .feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
    .feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
    .feedback .w67{ width: calc(66.77% - 12px); }
    .feedback .end{ margin-right: 0;}
    .feedback .fl{ float: left;}
    .feedback .fr{ float: right; }
	.feedback .button button:hover{ background: #e60012; color: #fff;}
}
@media (min-width:1px) and (max-width:1080px) {
    .leave{ padding: 0px;}
    .leave h2{ font-size: 16px; margin-bottom: 10px;}
    .leave p{ font-size: 12px; margin-bottom: 10px;}
    .feedback .input_div>label{ font-size: 16px;}
    .feedback .input_div>input[type='text']{ height: 35px;font-size: 16px;}
    .feedback .input_div>textarea{ height: 35px;}
    .feedback .input_div .select-control{ height: 35px;}
    .feedback{ display: block; margin-top: 15px;}
    .feedback .left{ margin-right: 0px;}
    .feedback .right{ margin-left: 0px;}
    .feedback .w50{ width: auto;}
    .feedback .button button{ width: 110px; height: 40px;}
	.feedback .input_div1{ font-size: 16px;line-height: 1.6; }
	.feedback .input_div{ padding: 9px 0.1rem;}
}


.cont_lxfs1{ overflow: hidden;}
.cont_lxfs1 h2{ font-family: "firasans-bold"; font-size: 0.4rem; text-transform: uppercase; color: #fff; margin-bottom: 0.4rem; text-align: center;}
.cont_lxfs1 .list{ overflow: hidden; margin-top: 0.75rem; display: flex; flex-wrap: wrap;}
.cont_lxfs1 .list .item{ margin: 0; width: calc((100% - 5rem)/6); margin-right: 1rem; display: block;}
.cont_lxfs1 .list .item .img{ overflow: hidden;}
.cont_lxfs1 .list .item .img img{ width: 100%; height: auto;}
@media (min-width:1082px) {
    .cont_lxfs1 .list .item:nth-child(6){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .cont_lxfs1 .list .item{  width: calc((100% - 0.7rem)/3); margin-right: 0.4rem;}
    .cont_lxfs1 .list .item:nth-child(3n){ margin-right: 0;}
}

/*新闻中心*/
.newstit{ text-align: center; padding: 0.7rem 0 ;}
.newstit h2{ font-size: 0.48rem; color: #333; line-height: 1;}
.newstit ul{ margin-top: 0.6rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.newstit ul li{ margin: 0; font-size: 0.2rem;}
.newstit ul li>a{ display: block;}
.newstit ul li.active>a{ color: #d80d18;}
.newstit ul li:nth-child(2n){ margin: 0 0.32rem;}

.newslist{ display: flex; flex-wrap: wrap; }
.newslist .item{ margin: 0; width: calc((100% - 0.38rem)/3); margin-right: 0.19rem; margin-bottom: 0.7rem; border: 1px solid #d9d9d9; box-sizing: border-box; overflow: hidden; border-radius: 0.1rem;  background: #fff; transition: linear 0.35s;}
.newslist .item .img{ overflow: hidden;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ padding: 0.39rem 0.17rem;}
.newslist .item .txt h4{ font-size: 0.16rem; margin-bottom: 0.3rem;}
.newslist .item .txt h3{ font-size: 0.22rem; line-height: 1.45; height: 2.9em;}
.newslist .item .txt time{ display: block; margin-top: 0.64rem; font-size: 0.18rem; color: #a6a5a5;}
@media (min-width:1081px){
	.newslist .item:nth-child(3n){ margin-right: 0;}
	.newslist .item:hover { transform: scale(1.03)}
}
@media (min-width:1px) and (max-width:1080px) {
	.newsitembox .img{ width: 100%; margin-bottom: 0.3rem;}
	.newsitembox .txt{ width: 100%; }
	.newslist .item{ width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.3rem;}
	.newslist .item:nth-child(2n){ margin-right: 0;}
	.newstit ul{ display: none; }
	.newstit ul li:nth-child(2n){ color:#fff;}
	.newstit ul li{font-size: 16px;}
	.newslist .item .txt h4{ font-size: 14px;}
	.newslist .item .txt h3{ font-size: 16px; }
	.newslist .item .txt time{ font-size: 14px; }
	.newstit h2{ font-size: 0.65rem; }

}

.newsdetail{ overflow: hidden; padding-top: 0.7rem; /* background: url("../images/1_05.jpg") no-repeat center 0.7rem / 100% auto; */}
.newsdetail .nr{ background: #fff; margin: 0rem 1rem 0 1rem; box-sizing: border-box; padding: 0.7rem 1rem 0 1rem;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.48rem; color: #333333; line-height: 1.45; margin-bottom: 0.7rem;}
.newsdetail .Title .txt{ display: flex; justify-content: space-between; padding-bottom: 0.63rem; border-bottom: 2px solid #f6f6f6;}
.newsdetail .Title .txt span{ margin: 0; display: inline-block; color: #a6a5a5; font-size: 0.2rem;}
.newsdetail .Title .share{ display: inline-flex; align-items: center; margin: 0;}
.newsdetail .Title .share a{ display: inline-block; margin-right: 0.15rem; font-size: 0.12rem;}
.newsdetail .Title .share a img{ margin-right: 0.1rem; display: inline-block; height:0.18rem; width:auto;}
.newsdetail .Title .share a span{ display: none;}
.newsdetail .context{ overflow: hidden; padding: 0.7rem 0 0.9rem; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2;}
.newsdetail .pagelist{ overflow: hidden; display: flex; justify-content: space-between; padding: 0.3rem 0 0.7rem;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.newsdetail .mediatit{ font-size: 0.48rem; color: #cfcfcf; padding: 0 0 0.6rem 0.58rem;}
.newsdetail .media{ background: #f6f6f6; padding: 0.7rem 0.6rem 0.5rem 0.6rem; margin-bottom: 0.7rem;}
.newsdetail .media h2{ font-size: 0.38rem; color: #333333;}
.newsdetail .media .list{ margin-top: 0.46rem;}
.newsdetail .media .list .item{ margin: 0; width: 50%;}
.newsdetail .media .list .item p{ font-size: 0.2rem; display: flex; align-items: center; margin-bottom: 0.3rem;}
.newsdetail .media .list .item p i{ font-size: 0.23rem; color: #494949;}
.newsdetail .media .list .item p span{ margin-left: 0.17rem;}
@media (min-width:1px) and (max-width:1080px){
    .newsdetail{ padding: 15px 0 30px;}
    .newsdetail .nr{ margin: 0; padding: 0.3rem;}
    .newsdetail .Title h1{ font-size: 20px; line-height: 1.72; padding: 0; margin-bottom: 15px;}
    .newsdetail .Title .txt{ padding: 10px 0 10px 0; display: block;}
    .newsdetail .Title .share{ margin-top: 0.3rem;}
    .newsdetail .context{ padding: 15px 0 20px;}
    .newsdetail .pagelist{ display: block;}
    .newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
    .newsdetail .media .list .item{ width: 100%; margin-bottom: 0.3rem;}
	.newsdetail .Title .share a img{ height:0.3rem;}
	.newsdetail .media .list .item p{ font-size: 16px; }
	.newsdetail .media .list .item p i{ font-size: 20px; }
}

.eventslist{ display: flex; flex-wrap: wrap;}
.eventslist .item{ margin: 0; width: calc((100% - 0.37rem)/2); margin-right: 0.37rem; margin-bottom: 0.7rem; padding: 0.52rem 0.5rem 0.4rem 0.5rem; box-sizing: border-box; border: 1px solid #d9d9d9; border-radius: 0.1rem; position: relative;}
.eventslist .item b{ display: inline-flex; width: 1.56rem; height: 0.71rem; background: #d80d18; align-items: center; justify-content: center; color: #fff; font-size: 0.25rem; position: absolute; left: 0.5rem; top:-0.34rem; z-index: 3;}
.eventslist .item p{ padding: 0.26rem 0; border-bottom: 2px solid #f4f4f4; display: flex; align-items: center; justify-content: space-between;}
.eventslist .item p span{ font-size: 0.22rem; margin: 0;}
@media (min-width:1081px){
	.eventslist .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .eventslist .item{ width: 100%; margin-right: 0;}
}

.medialist{ text-align: center; padding: 0.7rem 0 ;}
.medialist h1{ text-align: center; font-size: 0.48rem; color: #333; line-height: 1;}
.medialist ul{ margin-top: 0.6rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.medialist ul li{ margin: 0; font-size: 0.2rem; }
.medialist ul li>a{ display: block;}
.medialist ul li.active>a{ color: #d80d18;}
.medialist ul li:nth-child(2n){ margin: 0 0.32rem;}
.medialtit{ font-size: 0.48rem; text-align: center; margin-bottom: 0.8rem;display:none;}

.medialist1{ background: #f6f6f6; padding: 0.7rem 0.6rem 0.5rem 0.6rem; margin-bottom: 0.7rem;}
.medialist1 h2{ font-size: 0.38rem; color: #333333;}
.medialist1 .list{ margin-top: 0.46rem;}
.medialist1 .list .item{ margin: 0; width: calc((100%)/2);}
.medialist1 .list .item p{ font-size: 0.2rem; display: flex; align-items: center; margin-bottom: 0.3rem;}
.medialist1 .list .item p i{ font-size: 0.23rem; color: #494949;}
.medialist1 .list .item p span{ margin-left: 0.17rem;}

.medialist2{display:none;}
.medialist2 .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem; margin-bottom: 0.4rem; position: relative; z-index: 1; text-align: center;}
.medialist2 .item:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; top: 1.2rem; background: #f6f6f6; border-radius: 0.1rem; z-index: -1;}
.medialist2 .item .img{ width: 2.4rem; height: 2.4rem; border-radius: 50%; position: relative; z-index: 2; overflow: hidden;}
.medialist2 .item .img img{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); object-fit: cover; width: 100%; height: 100%;}
.medialist2 .item .txt{ padding: 0.45rem 0; font-size: 0.2rem;}
@media (min-width:1081px){
	.medialist2 .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .medialist1 .list .item{ margin: 0; width: calc((100%)/1); margin-bottom: 0.3rem;}
	.medialist1 .list .item p{ font-size: 16px; }
	.medialist1 .list .item p i{ font-size: 16px;}
	.medialist ul{ display: none; }
	.medialist ul li:nth-child(2n){ color:#fff;}
	.medialist ul li{ font-size: 16px; }
	.medialist h1{ font-size: 0.65rem;}
		.medialist2 .item{ margin: 0; width: calc((100% - 0.35rem)/2); }
	.medialist2 .item:nth-child(2n){ margin-right: 0;}
}

/*解决方案*/
.solutiontit{ padding: 0.7rem 0 0.6rem;}
.solutiontit h2{ font-size: 0.3rem; font-weight: bold; margin-bottom: .3rem; font-family: "Myriad Pro"; color: #4d4d4d;}
.solutiontit p{ font-size: 0.16rem; line-height: 1.8;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}
.solutionslist{ }
.solutionslist .item{ display: block;  overflow: hidden; position: relative; margin-bottom: 0.4rem;}
.solutionslist .item .img{height: 3.45rem; overflow: hidden; position: relative;}
.solutionslist .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.solutionslist .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to left,#000,transparent); z-index: 2;}
.solutionslist .item .txt{ position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 100%; height: auto; z-index: 2; color: #fff; box-sizing: border-box; padding-right: 0.25rem;}
.solutionslist .item .txt h3{ font-size: 0.3rem; font-weight: bold; margin-bottom: 0.3rem;}
.solutionslist .item .txt p{ font-size: 0.16rem; line-height: 1.8;}
.solutionslist .item .txt span{ display: inline-flex; margin-top: 0.2rem; width: 1.3rem; height: 0.36rem; background: #fff; border-radius: 5px; font-size: 0.16rem; color: #e60012; align-items: center; justify-content: center;}

.solutionitembox{ display: block;  overflow: hidden; position: relative; margin-bottom: 0.4rem;}
.solutionitembox .img{ overflow: hidden; position: relative;}
.solutionitembox .img img{ width: 100%; height:auto;}
.solutionitembox .txt{ position: absolute; left: 0;  top: 50%; transform: translateY(-50%); padding: 0 0.45rem; z-index: 7}
.solutionitembox .txt .lt{ color: #fff;}
.solutionitembox .txt .lt h3{ font-size: 0.3rem; font-weight: bold; margin-bottom: 0.3rem;}
.solutionitembox .txt .lt p{ font-size: 0.16rem; line-height: 1.8;}
.solutionitembox .txt .fr a{ display: inline-flex; width: 2.22rem; height: 0.44rem; background: #fff; border-radius: 5px; font-size: 0.16rem; color: #e60012; align-items: center; justify-content: center;}
@media (min-width:1081px) {
	.solutionslist .item .txt{ width: 60%;}
	.solutionitembox .txt{display: flex; justify-content: space-between; align-items: center;}
	.solutionitembox .txt .lt{ margin: 0; width: 50%;}
	.solutionitembox .txt .fr{ margin: 0; width: 50%; text-align: right;}
}
@media (min-width:1px) and (max-width:1080px){
	.solutionslist .item .txt{ width: 60%;}
	.solutionitembox .img{ height: 3rem; position: relative;}
	.solutionitembox .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 100%; height: 100%; object-fit: cover;}
	.solutionitembox .txt .lt h3{ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.2rem;}
	.solutionitembox .txt .lt p{ font-size: 0.14rem; line-height: 1.8; margin-bottom: 0.2rem;}
}

/*案例中心*/
.othertit{ text-align: center; padding: 0.7rem 0 0.55rem;}
.othertit h2{  font-size: 0.42rem; font-weight: bold; color: #e60012; line-height: 1; margin-bottom: 0.3rem;}
.othertit p{ font-size: 0.16rem; color: #97a4b0;}

.caseslist{ overflow: hidden; display: flex; flex-wrap: wrap; padding-bottom: 0.3rem; margin-bottom: 0.4rem; border-bottom: 2px solid #eaeaea;}
.caseslist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.25rem; position: relative; border: 1px solid transparent; box-sizing: border-box;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ background: rgba(133,189,43,0.7); padding: 0.3rem 0.15rem 0.3rem 0.3rem; box-sizing: border-box;}
.caseslist .item .txt h3{ font-size: 0.18rem; font-weight: bold;  color: #fff; margin-top: 0.25rem;}
.caseslist .item .txt h4{ font-size: 0.16rem; margin: 0.3rem 0 0.5rem; color: #fff;}
.caseslist .item .txt span{ display: inline-block; padding: 7px 0.3rem; border-radius: 0.3rem; border: 1px solid #fff; color: #fff; font-size: 0.16rem; box-sizing: border-box; text-transform: uppercase;}

@media (min-width:1081px){
	.caseslist .item .txt{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%,-50%) scale(0); transition: linear 0.35s; background: rgba(133,189,43,0.7); z-index: 2; overflow: hidden;}
	.caseslist .item:hover .txt{ transform: translate(-50%,-50%) scale(1);}
    .caseslist .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{ width: 100%; margin-right: 0;}
    .caseslist .item .img:before{ opacity: 0.6;}
}

.casesdetail{ overflow: hidden; padding: 0.6rem 0}
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.32rem; font-family: "Century Gothic"; font-weight: bold; line-height: 52px; color: #e60012; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.casesdetail .Title .txt{ padding: 0.2rem 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex; color: #999;}
.casesdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.casesdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2;}
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.casesdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
    .casesdetail{ padding: 15px 0 30px;}
    .casesdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
    .casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
    .casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
    .casesdetail .context{ padding: 15px 0 20px;}
    .casesdetail .pagelist{ display: block;}
    .casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}


/*服务中心*/
.servicelist{ overflow: hidden; padding: 0.7rem 0; position: relative;}
.servicelist .item{ overflow: hidden; position: relative; margin-top: 0.7rem;}
.servicelist .item a{ display: inline-flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); border: 2px solid #fff; height: 0.63rem; box-sizing: border-box; width: 2.17rem; height: 0.7rem; border-radius: 0.63rem; display: flex; align-items: center; justify-content: center; font-size: 0.22rem; color: #fff;}
.servicelist .item a i{ margin-left: 0.2rem; font-size: 0.2rem;}
@media (min-width:1081px) {
	.servicelist .item a:hover{ background: #fff; color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px){
    .servicelist .item a{ right: 0.4rem; width: auto; padding: 0 0.3rem;}
}

.servicelist1{ overflow: hidden; padding:0 0 0.7rem 0; position: relative;}
.servicelist1 .list{ margin-top: 0.7rem;}
.servicelist1 .list .item{ }
.servicelist1 .list .item .tit{ display: flex; justify-content: space-between; align-items: center; cursor: pointer; border-top: 1px solid #d0d0d0;padding: 0.47rem 0.33rem;}
.servicelist1 .list .item .tit h2{ margin: 0; font-size: 0.38rem; color: #333333; align-items: center;}
.servicelist1 .list .item .tit span{ margin: 0; cursor: pointer;}
.servicelist1 .list .item .tit span i{ font-size: 0.2rem; color: #e60012;}
.servicelist1 .list .item .txt{ margin-top: 0.55rem;}
.servicelist1 .list .item .txt .context{ margin-bottom: 0.44rem; padding: 0 0.36rem;}
.servicelist1 .list .item .txt .context h3{ font-size: 0.2rem; color: #333; margin-bottom: 0.1rem;}
.servicelist1 .list .item .txt .context p{ font-size: 0.2rem; color: #333;}
.servicelist1 .list .item[typeof='close'] .tit span i.icon-jia{ display: block;}
.servicelist1 .list .item[typeof='close'] .tit span i.icon-jianhao{ display: none;}
.servicelist1 .list .item[typeof='close'] .txt{ display: none;}
.servicelist1 .list .item[typeof='open'] .tit span i.icon-jia{ display: none;}
.servicelist1 .list .item[typeof='open'] .tit span i.icon-jianhao{ display: block;}
.servicelist1 .list .item[typeof='open'] .txt{ display: block;}
@media (min-width:1081px) {
   
}
@media (min-width:1px) and (max-width:1080px){
	.servicelist1 .list .item .txt .context h3{ font-size: 16px; }
	.servicelist1 .list .item .txt .context p{ font-size: 16px;}
	.servicelist1 .list .item .tit span i{ font-size: 20px; }



}


/*下载中心*/
.downloadlist{ padding: 0.7rem 0 0.4rem;}
.downloadlist h1{ font-size: 0.48rem; line-height: 1; text-align: center;}
.downloadlist .list{ margin-top: 0.7rem;}
.downloadlist .item { margin: 0; width: calc((100% - 0.48rem)/3); overflow: hidden; position: relative; margin-right: 0.24rem; margin-bottom: 0.4rem; box-sizing: border-box; padding: 0.33rem; border-radius: 0.1rem; border: 1px solid #d9d9d9;}
.downloadlist .item .img{ overflow: hidden; position: relative;}
.downloadlist .item .txt{ margin: 0.38rem 0 0.05rem;}
.downloadlist .item .txt h3{ font-size: 0.1669rem; line-height: 1.67; }
.downloadlist .item .txt span{ font-size: 0.1855rem; color: #e60012; display: inline-block; margin-top: 0.34rem;}
.downloadlist .item .txt span i{ margin-left: 0.2rem;}
@media (min-width:1081px) {	
    .downloadlist .item:nth-child(3n){ margin-right: 0;}
}
@media (max-width: 1080px) {
    .downloadlist .item{ width: 100%; margin-right: 0;}
}

/**********常见问题**********/
.faqlist{ overflow: hidden; padding:0 0  0.6rem 0;}
.faqlist h2{ font-size: 0.36rem; font-weight: bold; color: #333;}
.faqlist .line{ display: block; width: 0.68rem; height: 6px; border-radius: 6px; background: #e60012; margin: 0.15rem 0 0.3rem;}
.faqlist p{ font-size: 0.16rem; line-height: 1.875; color: #666;}
.faqlist .list{ overflow: hidden;}

.faqlist .item{ transition: all 0.35s ease; overflow: hidden; padding: 0.2rem; box-sizing: border-box; border: 1px solid #ddd; margin-top: 0.3rem; cursor: pointer;}
.faqlist .item .tit{ display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed #ddd; padding-bottom: 0.15rem; margin-bottom: 0.15rem;}
.faqlist .item .tit span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #e60012; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff;}
.faqlist .item .tit b{ margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.18rem; font-weight: bold;}
.faqlist .item .txt{ display: flex; align-items: flex-start; justify-content: space-between;}
.faqlist .item .txt span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #666666; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 0.18rem; margin-top: 5px;}
.faqlist .item .txt .context{  margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.16rem; line-height: 2.25;}

@media (min-width:1082px){
	.faqlist .item:hover{ background: #e60012; color: #fff;}
	.faqlist .item:hover  span{ background: #fff; color: #e60012;} 
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/



/* 视频中心 */
.videobig{ padding: 0.6rem 0 0.7rem;}
.videobig ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.videobig ul li{ margin: 0; font-size: 0.2rem;}
.videobig ul li:nth-child(2n) {margin: 0 0.32rem;}
.videobig ul li:last-child { display:none;}
.videobig li a{ font-size: 0.2rem; }
.videobig li.active>a{ color: #e7535f;}

@media (min-width:1081px){
} 

.videolist{ overflow: hidden; display: flex; flex-wrap: wrap; padding-bottom: 0.4rem;}
.videolist .item{ margin: 0; width: calc((100% - 0.9rem)/3); margin-right: 0.4rem; margin-bottom: 0.45rem; cursor: pointer;}
.videolist .item .img{ overflow: hidden; position: relative;}
.videolist .item .img:before{ content: ""; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index: 2; width: 0.54rem; height: 0.54rem; background: url("../images/video.png") no-repeat center center / 100% 100%; transition: all ease 0.5s;}
.videolist .item .img img{ width: 100%; height: auto;}
.videolist .item .txt{ margin-top: 0.25rem; }
.videolist .item .txt h3{ font-size: 0.22rem; line-height: 1.45; height: 2.5em;}
.videolist .item .txt span{ display: flex; align-items: center; margin-top: 0.5rem;font-size: 0.18rem;}
.videolist .item .txt span i{ display: flex; align-items: center; justify-content: center; width: 21px; height: 21px; background: #d80d18; border-radius: 50%; color: #fff; margin-right: 0.1rem; }

@media (min-width:1081px){
	.videolist .item:nth-child(3n){ margin-right: 0}
	.videolist .item:hover .img:before{ transform: scale(1.1) translate(-50%,-50%);}
} 
@media (min-width:1px) and (max-width:1080px){
	.videolist{ }
	.videolist .item{ width: calc((100%)/1); margin-right: 0}
	.videobig .responsive-nav{ display: none;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em; padding: 1rem 0;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}


.hidden{ display: none!important;}
@media (min-width:1081px){
    .hidden-pc{display: none!important;}
}
@media (min-width:1px) and (max-width:1080px) {
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .column a{ display: block; padding: 10px 0}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; text-transform: capitalize}
.sitemaps .Bigcategory li a{  padding: 10px 0; display: block;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 0 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px;}
.sitemaps>.list-inline li a{ display: block;  padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:1080px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:1080px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #d63d37; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:1081px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:1080px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}



/**********右侧浮动**********/
#float{position:fixed;right:15px;top:80%; z-index:8; }
#float a.ico{ display: block; margin-bottom: 0.1rem; width: 0.44rem; position: relative;}
#float a.ico .codeimg{ position: absolute; right: calc(100% + 0.3rem); top: 0; width: 0; transition: linear 0.35s;}
#float a.ico .codeimg img{ width: 100%;}
#float a.hover:hover .codeimg{ width: 1.8rem;}
@media (min-width:1px) and (max-width:1080px) {
   #float a.ico{ width: 0.7rem; }
   #float{top:70%;}


}
#float #btninquy>em>i{ animation: blink 1.5s infinite; }
@keyframes blink {
0% {
opacity: 1;
	color: #08577c;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}


/*region 分页*/
.page{overflow: hidden;text-align: right;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px; }
.pagination>li{display:inline;}
@media (min-width:1081px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#e60012;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#e60012;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#e60012;background-color:#e60012;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;} 
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/



#floatForm{position:fixed;right:0;bottom:0;z-index:10; transition: linear 0.35s; transform: translateY(100%); opacity: 0;}
#floatForm[typeof='open']{ transform: translateY(0); opacity: 1}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#85bd2b transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #e60012; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:0.16rem;border:1px solid #e60012;background-color:#e60012;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	#floatForm{ bottom: 50px;}
}

/*404*/
.page404{ overflow: hidden; padding: 2rem 0; text-align: center;}
.page404 h2{ font-size: 0.2rem; color: #e60012;}
.page404 h2 span{ display: inline-flex; align-items: center;}
.page404 h2 span:before{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #e60012; margin-right: 0.1rem;}
.page404 h2 span:after{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #e60012; margin-left: 0.1rem;}
.page404 h4{ font-size: 1.6rem; color: #333; font-weight: bold;}
.page404 p{ font-size: 0.16rem; color: #333;}
.page404 .btn404{ display: inline-block; padding: 0.16rem 0.32rem; border: 1px solid #333; font-size: 0.16rem; margin-top: 0.5rem; transition: linear 0.35s;}
.page404 .btn404:hover{ background: #e60012; color: #333;}

/*GoogleCookie*/
.GoogleCookie {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: rgba(226,0,18,0.7);
        animation: myfirst 1.5s;
        -webkit-animation: myfirst 1.5s;
        z-index: 999;
    }

        .GoogleCookie .txt {
            display: block;
            padding: 1% 5%;
        }

            .GoogleCookie .txt h4 {
				line-height:2;
                font-size: 18px !important;
                font-weight: bold;
                display: block;
                color: #fff !important;
            }

            .GoogleCookie .txt p {
                font-size: 16px !important;
                display: block;
                color: #fff !important;
            }

            .GoogleCookie .txt button {
				margin-top: 25px;
                padding: 10px 15px;
                font-size: 16px;
                background: rgba(0,0,0,0);
                color: #fff !important;
                border: solid 1px #fff;
                border-radius: 5px;
                cursor: pointer;
            }

                .GoogleCookie .txt button:last-child {
                    margin-left: 25px;
                }

    @keyframes myfirst {
        from {
            bottom: -250px;
        }

        to {
            bottom: 0px;
        }
    }

    @-webkit-keyframes myfirst {
        from {
            bottom: -250px;
        }

        to {
            bottom: 0px;
        }
    }

    .OpenGoogleCookie {
        position: fixed;
        bottom: 25px;
        left: 15px;
        z-index: 9999;
        width: 50px;
        height: 50px;
        display: none;
    }

        .OpenGoogleCookie a {
            width: 50px;
            height: 50px;
            cursor: pointer;
        }

            .OpenGoogleCookie a img {
                display: block;
                width: 50px;
                height: 50px;
            }

            .OpenGoogleCookie a:hover p {
                display: block;
            }

        .OpenGoogleCookie p {
            position: absolute;
            right: 50px;
            top: 0px;
            width: 160px;
            display: none;
        }

            .OpenGoogleCookie p span {
                float: right;
                width: 140px;
                color: #dddddd;
                font-size: 12px !important;
                text-align: center;
                line-height: 2em;
                background: #333;
            }

            .OpenGoogleCookie p i {
                float: right;
                margin-right: 0px;
                border-style: solid;
                border-color: transparent;
                border-width: 12px 0 12px 12px;
                border-left-color: #333;
            }
