@charset "utf-8"; 

.iyin { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eyin { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.eyin4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
* { --left: 12.6%; }
.container { width: 74.8%; margin: 0 auto; }
.mo { display: none !important; }
@media(max-width:1600px) {
	.container { width: 80%; }
	* { --left: 11%; }
}
@media(max-width:1100px) {
    .mo { display: block !important; }
    .pc { display: none !important; }
    .container { width: 100%; padding: 0 20px; }
    * { --left: 20px; }
}

/**首页开始**/

.header {background: #fff;border-top: 3px solid #007580;box-shadow: 0 0 5px rgba(0,0,0,.1);position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.header .logo a { display: block; padding: 19px 0; cursor: auto; }
.header .daohweo { margin-left: 80px; }
.header .daohweo ul li { float: left; margin-right: 50px; }
.header .daohweo ul li:last-child { margin-right: 0; }
.header .daohweo ul li .sub { line-height: 68px; }
.header .daohweo ul li.cur .sub { color: #007580; }
.addXiala { display:none; position: absolute; width: 200px; left: 50%; transform:translateX(-50%); top: calc(100% - 7px); padding: 10px 0; }
.header .daohweo ul li:hover .addXiala { display:block; }
.addXialaA { width: 100%; background: #fff; border-radius: 0 20px 0 20px; background: #fff; padding: 5px 20px; }
.addXialaA a { display: block; padding: 20px 20px 20px 0; font-size:16px; color:#333; background: url(../images/lall1.svg) no-repeat right center; }
.addXialaA a:hover { color: #007580!important; background: url(../images/lall1a.svg) no-repeat right center; }
.addXialaA a:nth-child(n+2) { border-top: 1px solid #ededed; }

.header .yuy { color: #262C34; position: relative; font-size: 16px; color: #262C34; font-weight: bold; margin: 21px 0; }
.header .yuy i{ display: inline-block;width: 19px;height: 19px;background: url(../images/yuy_icona.svg)center center/cover;vertical-align: middle;margin-top: -4px;margin-right: 4px; }

.header .yuy .xial{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0%;
    display: none;
    padding-top: 30px;
}
.header .yuy .xial .iax {
    background: #fff;
	border-radius: 5px;
	width: 80px;
	padding: 5px 10px;
	text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.header .yuy:hover .xial{
	display: block;
}
.header .yuy .xial a{
	padding: 5px 0;
	color: #262C34;
	display: block;
}

.ssankg{
	float: right;
	margin-right: 30px;
	padding: 24px 0;
	position: relative;
}

.ssankg a{
	width: 19px;
	height: 19px;
	display: block;
	background: url(../images/ssan.svg) no-repeat center center/cover;
}

.center { text-align: center; }


.img100 img { width: 100%; }

.banner { height: 55.04166vw; }
.banner .weozo { width:539px; margin-right:5.26041vw; }
.banner .weozo { position: absolute; top: 32%; transform: translateY(-50%); right: var(--left); }
.banner .weozo .e { margin-top: 15px; }
.banner .weozo .wa img { width:18.75vw; }
.banner .weozo .xiaozi { line-height:1.66; margin-top:24px; }

.banner .annerweo { position: absolute; bottom: 0; padding-bottom: 100px; left: 0; width: 100%; }
.banner .annerweo .swiper-container { padding: 0 var(--left); overflow: hidden; }
.banner .annerweo .swiper-slide { border-radius: 0px 53px 0px 53px; overflow: hidden; }
.banner .annerweo .swiper-slide:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; transition: all .5s; }
.banner .annerweo .swiper-slide-active::before { opacity: 0; } 
.banner .annerweo .swiper-slide .wzlog { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 80px; opacity: 0; transition: all .5s; }
.banner .annerweo .swiper-slide-active .wzlog { opacity: 1; }
.banner .annerweo .swiper-slide .wzlog .ob { line-height: 1.46; margin: 10px 0 13px; }
.banner .annerweo .swiper-slide .wzlog .oc { line-height: 1.5; margin-bottom: 35px; }

/*.banner .annerweo .swiper-slide .img { height: 16vw; overflow: hidden; }*/
.banner .annerweo .swiper-slide .img { height: auto; overflow: hidden; }

.banner .annerweo .sous { position: absolute; bottom: 46px; height: 7px; left: 0; width: 100%; }

.banner .annerweo .swiper-pagination { line-height: 0; top: 50%; transform: translateY(-50%); }
.banner .annerweo .swiper-pagination .swiper-pagination-bullet { opacity: 1; position: relative; border-radius:30px; background: rgba(255, 255, 255, 0.4); width: 7px; height: 7px; overflow: hidden; transition: all .5s; margin-right: 14px; }
.banner .annerweo .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }
.banner .annerweo .swiper-pagination .swiper-pagination-bullet.cur { width: 72px; border-radius: 30px; }
.banner .annerweo .swiper-pagination .swiper-pagination-bullet:after { content:''; width: 0px; height: 7px; position: absolute; left:0; top:0; background: #fff; }
.banner .annerweo .swiper-pagination .swiper-pagination-bullet.cur:after {
    -webkit-animation: w100 6s infinite;
    animation: w100 6s infinite;
}
@-webkit-keyframes w100 {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes w100 {
    0% { width: 0; }
    100% { width: 100%; }
}

.banner .annerweo .guixu { position: absolute; line-height: 1; right: var(--left); top: 50%; transform: translateY(-50%); opacity: .4; }
.banner .annerweo .swipeo { position: absolute; top: 50%; transform: translateY(-50%); left: var(--left); }


.indexA { overflow: hidden; background: #EAF1F8; padding: 7.08333vw 0 5.10416vw; position: relative; }
.indexA .swe { position: absolute; width: 32.55208vw; left: 0; bottom: 0; border-radius: 0px 50px 0px 0px; background: #FFFFFF; height: 10px; overflow: hidden; }
.indexA .swe::before { position: absolute; content: ""; bottom: 0; right: 7.5vw; background: #EAF1F8; border-radius: 0px 10px 0px 10px; height: 4px; width: 14.53125vw; overflow: hidden; }


.indexB .swe { position: absolute; width: 31.35416vw; right: 0; top: 0; border-radius: 0px 0px 0px 50px; background: #EAF1F8; height: 13px; overflow: hidden; }
.indexB .swe::before { position: absolute; content: ""; top: 0; left: 0; background: #ffff; border-radius: 0px 0px 10px 0px; height: 4px; width: 6.77083vw; overflow: hidden; }

.indexB .gongbiao {
    font-family: "SourceHanSansCN-Bold-Alphabetic" !important;
}

.indexA .dexatop { margin-bottom: 33px; }
.indexA .dexatop .gewswip { position: absolute; right: 0; bottom: 5px; }
.indexA .swiper-slide a { display: block; }
.indexA .swiper-slide a .con { margin-top: 15px; }
.indexA .swiper-slide a .con .s { margin-right: 17px; }
.indexA .swiper-slide a .con .font14 { line-height: 1; }
.indexA .swiper-slide a .con .bro { margin-top: 12px; }
.indexA .swiper-slide .con { opacity: 0; transition: all .5s; }
.indexA .swiper-slide .img { opacity: .1; transition: all .5s; }

.indexA .swiper-slide-active .con { opacity: 1; }
.indexA .swiper-slide-active+div .con { opacity: 1; }
.indexA .swiper-slide-active+div+div .con { opacity: 1; }
.indexA .swiper-slide-next+div+div .con { opacity: 1; }

.indexA .swiper-slide-active .img { opacity: 1; }
.indexA .swiper-slide-active+div .img { opacity: 1; }
.indexA .swiper-slide-active+div+div .img { opacity: 1; }
.indexA .swiper-slide-next+div+div .img { opacity: 1; }
.indexA .more { margin-top: 60px; }

.mbwwwx { position: fixed; top: 50%; transform: translateY(-50%); z-index: 99; left: 30px; display: none; }
.mbwwwx ul { border-left: 1px solid #D8D8D8; }
.mbwwwx ul li { margin-bottom: 25px; }
.mbwwwx ul li:last-child { margin-bottom: 0; }
.mbwwwx ul li a { display: block; padding-left: 12.5px; line-height: 1; font-size: 14px; transition: all .5s; color: #636267; position: relative; }
.mbwwwx ul li a::before { position: absolute; left: -1px; top: 0; height: 0%; width: 2px; background: #007580; border-radius: 30px; overflow: hidden; content: ""; transition: all .5s; }
.mbwwwx ul li a.current { color: #007580; }
.mbwwwx ul li a.current::before { height: 100%; }

.indexB { padding: 6.77083vw 0 6.51041vw; background:#EAF1F8; }
.indexB .dexbtop .xuejinrwe { width: 50%; line-height: 1.77; }
.indexB .dexbtop .xuejinrwe .more { margin-top: 20px; }
.indexB .dexbotto { margin-top: 53px; }

.indexB .dexbotto ul li { float: left; width: 49.51%; margin-bottom:.98%; margin-right: .98%; }
.indexB .dexbotto ul li:nth-child(2n) { margin-right:0; }
.indexB .dexbotto ul li:last-child { margin-right: 0; }

.indexB .dexbotto ul li .a { display: block; }
.indexB .dexbotto ul li .a .baise { overflow: hidden; min-height: 107px; position: relative; z-index: 3; }
.indexB .dexbotto ul li .a .baise .nei { border-bottom: 2px solid #E6E5EA; padding: 27px 30px 25px; transition: all .5s; position: relative; bottom: 0; }
.indexB .dexbotto ul li .a .baise .nei .n { margin-bottom: 3px; }
.indexB .dexbotto ul li .a .beiweo { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .5s;  }

.indexB .dexbotto ul li:hover .a .baise .nei { bottom: -107px; }
.indexB .dexbotto ul li:hover .a .beiweo  { opacity: 1; }

.indexB .dexbotto ul li .a .boise { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 5; overflow: hidden; }
.indexB .dexbotto ul li .a .boise .nrwei { position: relative; padding: 30px; bottom: -300px; transition: all .5s; }
.indexB .dexbotto ul li .a .boise .nrwei .w { margin-top: 7px; }
.indexB .dexbotto ul li .a .boise .nrwei .o { margin-top: 14px; }
.indexB .dexbotto ul li .a .boise .nrwei .o ul li { float: left; font-size: 12px; padding: 0 13px; line-height: 30px; background: rgba(255, 255, 255, 0.1); border-radius: 30px; color: #fff; display: inline-block; width: auto; margin-right: 10px; }
.indexB .dexbotto ul li .a .boise .nrwei .o ul li:last-child { margin-right: 0; }
.indexB .dexbotto ul li .a .boise .nrwei .i { width: 46px; height: 46px; border-radius: 0px 12px 0px 12px; overflow: hidden; background: #007580; position: relative; margin-top: 30px; }
.indexB .dexbotto ul li .a .boise .nrwei .i::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 6.77px; height: 11px; background: url(../images/morew.svg)no-repeat center center/cover; }

.indexB .dexbotto ul li:hover .a .boise .nrwei { bottom: 0; }

.indexB .dexbotto .swiper-container { overflow:hidden; }

.indexB .ez { height: 24px; width: 100%; position: absolute; bottom: 0; left: 0; }
.indexB .ez .wt { background: #fff; height: 13px; position: relative; }
.indexB .ez .wt .wl { position: absolute; top: 0; left: 0; height: 100%; width: 35.15625vw; background: #EAF1F8; border-radius: 0px 50px 0px 0px; overflow: hidden; }
.indexB .ez .wt .wl::before { position: absolute; content: ""; bottom: 0; right: 0; width: 7.55208vw; height: 4px; background: #fff; border-radius: 10px 0 0px 0px; overflow: hidden; }


.indexB .ez .wb { background: #EAF1F8; height: 11px; position: relative; }
.indexB .ez .wb .wl{ position: absolute; width: 43.17708vw; right: 0; top: 0; border-radius: 0px 0px 0px 50px; background: #fff; height: 100%; overflow: hidden; }
.indexB .ez .wb .wl::before { position: absolute; content: ""; top: 0; left: 7.5vw; width: 14.53125vw; height: 4px; background: #EAF1F8;  border-radius: 0px 10px 0px 10px; overflow: hidden; }

.indexB .container .dexbotto { position:relative; }
.indexB .container .dexbotto .gong { position:absolute; top: 44%; transform: translateY(-50%); }
.indexB .container .dexbotto .swiper-button-prev { left:-80px; }
.indexB .container .dexbotto .swiper-button-next { right:-80px; }


.indexC  {overflow: hidden; position: relative; background: #fff; padding: 6.35416vw 0 6.30208vw; }
.indexC .imge { margin-top: 17px; }
.indexC .dexcr { width: 46%; }
.indexC .dexcr .wew { line-height: 1.77; margin-bottom: 45px; }
.indexC .omedkai { padding: 0 30px; margin-top: 4.0625vw; }
.indexC .omedkai .iowozm { padding: 7.29166vw 11.6% 3.28125vw; }
.indexC .omedkai .iowozm .dkair { text-align: right; }
.indexC .omedkai .iowozm .dkair .ka { line-height: 1; }
.indexC .omedkai .iowozm .dkair .kb { margin-top: 3.43750vw; }
.indexC .omedkai .iowozm .dkair .kc { margin-top: 24px; }
.indexC .omedkai .iowozm .dkair .kc span { font-size: 120px; line-height: .8; display: inline-block; color: #fff; }
.indexC .omedkai .iowozm .dkair .kc i { color: #fff; font-size: 50px; line-height: .8; display: inline-block; vertical-align: middle; margin-top: -45px; }
.indexC .omedkai .iowozm .dkair .dkair-swiper { height: 300px; }
.indexC .omedkai .tanl ul li { float: left; margin-right: 10px; }
.indexC .omedkai .tanl ul li:last-child { margin-right: 0; }
.indexC .omedkai .tanl ul li a { display: block; position: relative; transition: all .5s; color: #fff; font-size: 20px; line-height: 80px; padding: 0 80.26px 0 67.74px; background: rgba(255, 255, 255, 0.19); }
.indexC .omedkai .tanl ul li a img { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); }
.indexC .omedkai .tanl ul li a::before { position: absolute; right: 27.3px; top: 50%; transform: translateY(-50%); width: 7px; height: 11px; content: ""; background: url(../images/edkaiw.svg)no-repeat center center/cover; }

.indexC .omedkai .tansne { margin-top: 10.9375vw; }
.indexC .omedkai .tanl ul li:hover a { background: #007580; }
.indexC .omedkai .tanr { background: rgba(255, 255, 255, 0.1); color: #fff; line-height: 33px; position: absolute; right: 0; bottom: 0; padding: 0 16px 0 33px; cursor: pointer; }
.indexC .omedkai .tanr::before { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 7px; height: 11px; content: ""; background: url(../images/tanr.svg)no-repeat center center/cover; }

.indexD	{ height: 46.45833vw; }
.indexD .indexDa { position: absolute; bottom: 6.40624vw; width: 100%; }
.indexD .indexDa .xq { margin: 1.04166vw 0 2.08333vw; line-height: 1.77; }
.indexD .indexDa ul { margin-top: 7.29166vw; }
.indexD .indexDa ul li { float: left; margin-right: 10px; margin-bottom:10px; }
.indexD .indexDa ul li:hover a{ background:#007580; }
.indexD .indexDa ul li:last-child { margin-right: 0; }
.indexD .indexDa ul li a { display: block; position: relative; transition: all .5s; color: #fff; font-size: 20px; line-height: 80px; padding: 0 0 0 62px; width: 265px; background: rgba(255, 255, 255, 0.19); }
.indexD .indexDa ul li a img { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); }
.indexD .indexDa ul li a::before { position: absolute; right: 27.3px; top: 50%; transform: translateY(-50%); width: 7px; height: 11px; content: ""; background: url(../images/edkaiw.svg)no-repeat center center/cover; }

/*.indexD .indexDa ul li { width: calc(33.333% - 8px); }
.indexD .indexDa ul li:nth-child(3n) { margin-right:0; }
.indexD .indexDa ul li a { width: 100%; }*/


.footer { padding: 4.01041vw 0 0; position: relative; background: #fff; border-top: 2px solid #E6E5EA; }
.footer .ootertop .tert .clearfix {
    display: flex; /* 使用 Flexbox 布局 */
    list-style-type: none; /* 移除列表项默认的项目符号 */
    padding: 0; /* 移除容器内边距 */
    margin: 0; /* 移除容器外边距 */
}
.footer .ootertop .tert dl { float: left; flex: 1; }
.footer .ootertop .tert dl dt { margin-bottom: 23px; }
.footer .ootertop .tert dl dt a { display: block; line-height: 1; font-size: 18px; color: #262C34; font-weight: bold;   }
.footer .ootertop .tert dl dd { margin-bottom: 20px; }
.footer .ootertop .tert dl dd:last-child { margin-bottom: 0; }
.footer .ootertop .tert dl dd a { display: block; line-height: 1; font-size: 14px; color: #262C34;white-space: nowrap; }

.footer .ootertop .berb { margin-top: 6.77083vw; }
.footer .ootertop .berb .err ul li { float: left; position: relative; margin-right: 12px; }
.footer .ootertop .berb .err ul li:last-child { margin-right: 0; }
.footer .ootertop .berb .err ul li .ewm {
	position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #e2e2e2;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    display: none;
}
.footer .ootertop .berb .err ul li:hover .ewm {
    display: block;
}

.footer .ooterbott { border-top: 1px solid #E6E5EA; margin-top: 40px; padding: 28px 0; }
.footer .ooterbott .bor a { font-size: 14px; color: #636267; }
.footer .ooterbott .bor a:nth-child(2) { margin: 0 15px; }

@media(max-width:1900px) {
	.indexC .omedkai .iowozm .dkair .kc span { font-size: 6.25vw; }
	.indexC .omedkai .iowozm .dkair .kc i { font-size: 2.60416vw; margin-top: -2.34375vw; }
}

@media(max-width:1600px) {
	.banner .weozo { top: 27%; }

	.banner .annerweo .swiper-slide { border-radius: 0px 35px 0px 35px; }
	.banner .annerweo .swiper-slide .wzlog { padding: 0 50px; }

	.indexC .omedkai .iowozm  { padding: 7.29166vw 9.35% 3.28125vw; }
	
	.indexB .container .dexbotto .gong { top:37%; }
}

@media(max-width:1500px) {


	.indexC .omedkai .tanl ul li a img { height: 20px; }
	.indexC .omedkai .tanl ul li a { font-size: 17px; line-height: 55px; }

	.indexD .indexDa ul li a img { height: 20px; }
	.indexD .indexDa ul li a{ font-size: 17px; line-height: 55px; }
	.header .daohweo ul li { margin-right: 20px; }
	
	.footer .ootertop .tert dl dd a { font-size:12px; }
}

@media(max-width:1450px) {
	.banner .annerweo { padding-bottom: 70px; }
	.banner .annerweo .sous { bottom: 36px; }
	.header .daohweo ul li { margin-right: 17px; }
}

@media(max-width:1350px) {
	.footer .ootertop .tert dl dd a { line-height: 1.5; font-size:12px; }
}

@media(max-width:1250px) {
	.header .daohweo { margin-left: 40px; }
	
}

.indexD .indexDa .dexDar { width: 45%; }

@media(max-width:1100px) {
	.banner { background: none !important; height: auto !important; }

	.banner .weozo { top: 30%; }
	.banner .weozo .e { margin-top: 10px; }
	.banner .annerweo .swipeo { display: none; }
	.banner .annerweo .guixu { display: none; }
	.banner .annerweo .swiper-slide { border-radius: 0px 20px 0px 20px; }
	.banner .annerweo .swiper-slide .wzlog { padding: 0 20px; }
	.banner .annerweo .sous { bottom: 20px; }
	.banner .annerweo { padding-bottom: 50px; }
	

    .banner .weozo { width:100%; margin-right:0; }
    .banner .weozo .e { margin-top: 15px; }
    .banner .weozo .wa img { width:100px; }
    .banner .weozo .xiaozi { margin-top:10px; }


	.header .logo a img { height: 20px; }
	.ssankg { padding: 19px 0; margin-right: 20px; }
	.header .yuy { margin: 17px 40px 16px 0; }

	.banner .annerweo .swiper-slide .wzlog .ob { margin-bottom: 5px; }
	.banner .annerweo .swiper-slide .wzlog .oc { margin-bottom: 20px; }
	
	.banner .annerweo .swiper-slide .img { height:auto; }
	
	.banner .weozo { right:auto; left:0; padding:0 20px; width:100%; }

	.indexA { padding: 40px 0 50px; }
	.indexA .dexatop { margin-bottom: 20px; }
	.indexA .gudwe { margin-top: 30px; }
	.indexA .gudwe .more { margin-top: 0; }

	.indexA .swe,
	.indexB .swe,
	.indexB .ez { display: none; }

	.indexB { padding: 40px 0 50px; }
	.indexB .dexbtop .xuejinrwe { width: 100%; margin-top: 10px; }
	.indexB .dexbotto ul li { width: 100%; margin-bottom: 20px; }
	.indexB .dexbotto ul li:last-child { margin-bottom: 0; }

	.mbwwwx { display: none !important; }
	.indexB .dexbotto { margin-top: 30px; }

    .indexB .dexbotto ul li .a .boise,
    .indexB .dexbotto ul li .a .beiweo { display: none; }
    .indexB .dexbotto ul li:hover .a .baise .nei { bottom: 0; }
    .indexB .dexbotto ul li .a .baise .nei { padding: 20px; }
    .indexB .dexbotto ul li .a .baise { min-height: auto; }
    
	.indexB .container .dexbotto .gong { top:31%; }
	.indexB .container .dexbotto .swiper-button-prev {left: -18px;}
    .indexB .container .dexbotto .swiper-button-next { right:-18px; }

	.indexC { padding: 40px 0 50px; }
	.indexC .dexcr { width: 100%; margin-top: 10px; }
	.indexC .dexcr .wew { margin-bottom: 30px; }
	.indexC .imge { margin-top: 30px; }
	.indexC .omedkai { padding: 0 20px; margin-top: 35px; }
	.indexC .omedkai .iowozm { padding: 20px; }
	.indexC .omedkai .tanl ul li { width: 100%; margin-bottom: 15px; }
	.indexC .omedkai .tanl ul li a { font-size: 15px; line-height: 45px; padding: 0 20px 0 40px; }
	.indexC .omedkai .tanl ul li a::before { right: 15px; }
	.indexC .omedkai .tanl ul li a img { left: 17px; height: 15px; }
	.indexC .omedkai .tanr { position: relative; margin-top: 10px; left: 0; right: auto; }

	.indexC .omedkai .iowozm .dkair .kb { margin-top: 20px; }
	.indexC .omedkai .iowozm .dkair .kc { margin-top: 15px; }
	.indexC .omedkai .iowozm .dkair .kc span { font-size: 30px; }
	.indexC .omedkai .iowozm .dkair .kc i { font-size: 14px; margin-top: -5px; }
	.indexC .omedkai .tansne { margin-top: 30px; }
	

	.indexD { padding: 40px 0 50px; height: auto; background: none !important; }

	.indexD .indexDa { position: initial; transform: translateY(0); }
	.indexD .indexDa .dexDar { width: 100%; }
	.indexD .indexDa .xq { margin: 10px 0 20px; }
	.indexD .indexDa ul { margin: 25px 0 30px; }
	.indexD .indexDa ul li { width: 100%; margin-bottom: 20px; }
	.indexD .indexDa ul li:last-child { margin-bottom: 0; }
	.indexD .indexDa ul li a { width: 100%; font-size: 15px; line-height: 45px; padding: 0 20px 0 40px; }
	.indexD .indexDa ul li a::before { right: 15px; }
	.indexD .indexDa ul li a img { left: 17px; height: 15px; }
	
	.indexD .bt,
	.indexD .xq { color:#262C34; }
	.indexD .indexDa ul li a { background: rgba(0, 0, 0, 0.19); }
	
	.footer { padding: 40px 0 0; }
	.footer .ootertop .tert { display: none; }
	.footer .ootertop .berb { margin-top: 0; }
	.footer .ootertop .berb .erl img { height: 30px; }
	.footer .ootertop .berb .err { width: 100%; margin: 20px 0 10px; }
	.footer .ooterbott { margin-top: 20px; padding: 20px 0; }
	.footer .ooterbott .bor { width: 100%; margin-top: 15px; }
	
	
}




/**首页结束**/


/**pc导航下拉**/
.header ul li .xiala { min-height: 320px; position: absolute; top: 68px; left: 0; width: 100%; background: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); display: none; }
.header ul li:hover .xiala { display: block; }
.header ul li .xiala .container { display: flex; flex-wrap: wrap; }
.header ul li .xiala .alal { width: 26%; border-right: 1px solid rgba(0, 0, 0, 0.1); padding: 50px 50px 0 0; }
.header ul li .xiala .alal .bt { line-height: 1; margin-bottom: 30px; }
.header ul li .xiala .alal .fenlei .lei { margin-bottom: 14px; }
.header ul li .xiala .alal .fenlei .lei a { display: block; position: relative; background: #EAF1F8; font-size: 20px; color: #262C34; line-height: 76px; padding: 0 0 0 53px; transition: all .5s; }
.header ul li .xiala .alal .fenlei .lei a .mo2 { display: none; }
.header ul li .xiala .alal .fenlei .lei a img { position: absolute; left: 21px; top: 50%; transform: translateY(-50%); }
.header ul li .xiala .alal .fenlei .lei.cur a { background: #007580; color: #fff; }
.header ul li .xiala .alal .fenlei .lei.cur a .mo2 { display: block; } 
.header ul li .xiala .alal .fenlei .lei.cur a .mo1 { display: none; } 

.header ul li .xiala .arar { width: 74%; }
.header ul li .xiala .arar .moa { height:100%; }
.header ul li .xiala .arar .moa .tabSwitchmanhovera { display: flex; flex-wrap: wrap; height:100%; }
.header ul li .xiala .arar .moa .lall { border-right: 1px solid rgba(0, 0, 0, 0.1); width: 36.3%; padding: 50px 60px 0 50px; }
.header ul li .xiala .arar .moa .lall .ul .li { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header ul li .xiala .arar .moa .lall .ul .li::before { position: absolute; content: ""; bottom: -1px; width: 0; height: 1px; background: #007580; transition: all .5s; }
.header ul li .xiala .arar .moa .lall .ul .li.cur::before { width: 100%; }
.header ul li .xiala .arar .moa .lall .ul .li a { display: block; font-size: 20px; color: #262C34; line-height: 1; padding: 30px 0; position: relative; }
.header ul li .xiala .arar .moa .lall .ul .li a::before { position: absolute; content: ""; top: 50%; right: 0; transform: translateY(-50%); width: 8px; height: 13px; background: url(../images/lall1.svg)no-repeat center center/cover; }
.header ul li .xiala .arar .moa .lall .ul .li.cur a { color: #007580; }
.header ul li .xiala .arar .moa .lall .ul .li.cur a::before { background: url(../images/lall1a.svg)no-repeat center center/cover; }
.header ul li .xiala .arar .moa .lall .ul .li:nth-child(1) a { padding-top: 0; }
.header ul li .xiala .arar .moa .rarr { width: 63.7%; padding: 40px 0 85px 50px; }
.header ul li .xiala .arar .moa .rarr .lia { display: none; }
.header ul li .xiala .arar .moa .rarr .lia.cur { display: block; }
.header ul li .xiala .arar .moa .rarr .wenzm .wz { line-height: 1.41; margin: 17px 0 22px; }

.header ul li .xiala .arar .moa .rarr .wenzm .xq { line-height: 1.625; margin-bottom: 30px; }


.header ul li .xialab .arar .moa .lall .ul .li { border: 0; }
.header ul li .xialab .arar .moa .lall .ul .li::before { display: none; }
.header ul li .xialab .arar .moa .lall .ul .li .a { display: block; cursor: pointer; font-size: 20px; color: #262C34; line-height: 1; padding: 25px 0; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header ul li .xialab .arar .moa .lall .ul .li .a::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 13px; height: 8px; background: url(../images/lallg.svg)no-repeat center center/cover; }
.header ul li .xialab .arar .moa .lall .ul .li .a::after { position: absolute; content: ""; left: 0; bottom: -1px; width: 0; height: 1px; background: #007580; transition: all .5s; }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw { display: none; }
.header ul li .xialab .arar .moa .lall .ul .li .asnweo { padding: 27px 0 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e { margin-bottom: 19px; }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e:last-child { margin-bottom: 0; }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e a { font-size: 18px; color: #262C34; padding: 0; display: inline-block; }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e:hover a { text-decoration: underline; color: #007580; }
.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e a::before { display: none; }
.header ul li .xialab .arar .moa .lall .ul .li.curter .a { color: #007580; }
.header ul li .xialab .arar .moa .lall .ul .li.curter .a::after { width: 100%; }

.header ul li .xialab .arar .moa .rarr .wenzm .wz { margin-bottom: 5px; }

.header ul li .xialab .arar .moa .lall .ul .li.curter .a::before { background: url(../images/lallga.svg)no-repeat center center/cover; }

.header .daohweo ul li.tes { position: relative; }
.header .daohweo ul li .ouwei { position: absolute; padding-top: 2px;  top: 68px; left: 50%; transform: translateX(-50%); display: none; }
.header .daohweo ul li:hover .ouwei { display: block; }
.header .daohweo ul li .ouwei .uwei { width: 200px; background: #fff; padding: 3px 20px; }
.header .daohweo ul li .ouwei .ei { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header .daohweo ul li .ouwei .ei:last-child { border-bottom: 0; }
.header .daohweo ul li .ouwei .ei a { display: block; font-size: 16px; color: #3D3D3D; line-height: 1; padding: 23px 0; position: relative; }
.header .daohweo ul li .ouwei .ei a::before { position: absolute; content: ""; top: 50%; transform: translateY(-50%); right: 0; width: 7px; height: 11px; background: url(../images/ouwei.svg)no-repeat center center/cover; }

.header .daohweo ul li .ouwei .ei:hover a { color: #007580; }
.header .daohweo ul li .ouwei .ei:hover a::before { background: url(../images/ouweia.svg)no-repeat center center/cover; }

@media(max-width:1500px) {
	.header ul li .xiala .alal { padding: 30px 30px 0 0; }
	.header ul li .xiala .alal .fenlei .lei a { font-size: 17px; line-height: 50px; }

	.header ul li .xiala .arar .moa .lall { padding: 30px 30px 0; }
	.header ul li .xiala .arar .moa .lall .ul .li a { font-size: 17px; padding: 20px 0; }
	.header ul li .xiala .arar .moa .rarr { padding: 20px 0 40px 20px; }

	.header ul li .xialab .arar .moa .lall .ul .li .a { font-size: 17px; }
	.header ul li .xialab .arar .moa .lall .ul .li .zhankw .e a { font-size: 14px; }
	.header ul li .xialab .arar .moa .lall .ul .li .asnweo { padding: 20px 0 30px; }

}


/**pc导航下拉结束**/



/**关于我们开始**/
.nybanner .wenzo { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); }
.nybanner .wenzo .nzoa { margin-bottom:10px; }
.nybanner .wenzo .t1 { line-height: 1.25; } 
.nybanner .wenzo .nzob { margin-top: 11px; }
.nybanner .menzo { position: absolute; bottom: 3.125vw; left: 0; width: 100%; }
.nybanner .menzo ul li { float: left; margin-right: .8%; width: 49.6%; }
.nybanner .menzo ul li:last-child { margin-right: 0; }
.nybanner .menzo ul li a { display: block; background: rgba(255, 255, 255, 0.19); color: #fff; line-height: 80px; padding-left: 65px; position: relative; transition: all .5s; }
.nybanner .menzo ul li a img { position: absolute; top: 50%; left: 30px; transform: translateY(-50%);  }
.nybanner .menzo ul li a::before { position: absolute; content: ""; width: 7px; height: 11px; top: 50%; transform: translateY(-50%); right: 22px; background: url(../images/enzo.svg)no-repeat center center/cover; }
.nybanner .menzo ul li:hover a { background: #007580; }
.nybanner .menzo ul li a.cur { background: #007580; }
.nybanner .img { overflow: hidden; }
.nybanner .img img {-webkit-animation:fa1 5s linear 1; }
@-webkit-keyframes fa1{
	0%{-webkit-transform:scale(1.1);}
	10%{-webkit-transform:scale(1.09);}
	20%{-webkit-transform:scale(1.08);}
	30%{-webkit-transform:scale(1.07);}
	40%{-webkit-transform:scale(1.06);}
	50%{-webkit-transform:scale(1.05);}
	60%{-webkit-transform:scale(1.04);}
	70%{-webkit-transform:scale(1.03);}
	80%{-webkit-transform:scale(1.02);}
	90%{-webkit-transform:scale(1.01);}
	100%{-webkit-transform:scale(1.0);}
}

.nybanner .menzo ul.sange li { width: 32.8%; }



.AboutUs_A { background: #EAF1F8; padding: 6.25vw 0; }
.AboutUs_A .about_al { width: 38.5%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.AboutUs_A .about_al .nr { line-height: 1.77; margin-top: 17px; }
.AboutUs_A .about_al .nr p:nth-child(n+2) { margin-top: 9px; }
.AboutUs_A .about_ar { width: 56.3%; position: relative; }
.AboutUs_A .about_ar .anowe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(0deg); transition: all 1s; width: 78px; height: 78px; z-index: 1; background: url(../images/anowe.png)no-repeat center center/cover; }
.AboutUs_A .about_ar:hover .anowe { transform: translate(-50%,-50%) rotate(360deg);  }

.imgg { overflow: hidden; }
.imgg img { transition: all .5s; transform: scale(1); }
.imgg:hover img { transition: all .5s; transform: scale(1.08); }

.AboutUs_B { padding: 6.77083vw 0 5.3125vw; overflow: hidden; }
.AboutUs_B::before { position: absolute; content: ""; left: 10.625vw; top: 6px; width: 14.53125vw; height: 4px; border-radius: 0px 10px 0px 10px; background: #EAF1F8; }
.AboutUs_B .eoiwn { position: absolute; overflow: hidden; top: 10px; right: -3.80208vw; width: 35.15625vw; height: 0.67708vw; background: #EAF1F8; border-radius: 0px 0.52083vw 0px 2.60416vw; background: #EAF1F8; }
.AboutUs_B .eoiwn::before { position: absolute; content: ""; top: 0; left: -4vw; background: #fff; width: 14.53125vw; height: 0.20833vw; border-radius: 0.52083vw 0 0.52083vw 0; }
.AboutUs_B ul li { float: left; width: 24.5%; transition: all .5s; margin-right: .9%; height: 27.08333vw; position: relative; }
.AboutUs_B ul li .hang { line-height: 1.77; }
.AboutUs_B ul li .img { height: 100%; }
.AboutUs_B ul li:last-child { margin-right: 0; }
.AboutUs_B ul li.cur { width: 49.1%; }
.AboutUs_B ul li .wznw { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; padding: 0 40px 35px; }
.AboutUs_B ul li .wznw .znw .bt { margin-bottom: 10px; }
.AboutUs_B ul li .wznw .znm { overflow: hidden; height: 0; }
.AboutUs_B ul li.cur .wznw .znm { height: auto; }

.AboutUs_B .about_b { margin: 6.77083vw 0 0; }
.AboutUs_B .about_b ol { margin: 2.70833vw 0 3.95833vw; }
.AboutUs_B .about_b ol li { float: left; width: 20%; }
.AboutUs_B .about_b ol li:nth-child(3) { width: 40%; }
.AboutUs_B .about_b ol li .n { margin-top: 15px; }
.AboutUs_B .about_b ol li .n span { display: inline-block; line-height: .85; font-size: 3vw; font-weight: bold; }
.AboutUs_B .about_b ol li .n i { margin-top: 3px; display: inline-block; line-height: .85; font-size: 2vw; font-weight: bold; vertical-align: top; }

.AboutUs_B .about_b ol li:nth-child(2) .clearfix,
.AboutUs_B .about_b ol li:nth-child(3) .clearfix { display:inline-block; }

.containera { padding: 0 11.6%; }

.AboutUs_C { padding: 0 30px; }
.AboutUs_C .jwbnen { padding: 6.35416vw 0 4.79166vw; }
.AboutUs_C .about_top .about_topl .xq { margin-top: 10px; }
.AboutUs_C .about_top .about_topr { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.AboutUs_C .about_bottom .swiper-container { overflow: hidden; }
.AboutUs_C .about_bottom .out_bottomA { margin-top: 4.0625vw; }
.AboutUs_C .about_bottom .out_bottomA .boutusC1 .sz { line-height: 0.85; font-family:"AlimamaFyt"!important; font-weight: 700; }
.AboutUs_C .about_bottom .out_bottomA .boutusC1 .jiesao { line-height: 1.63; margin-top: 14px; }

.swiper-an .gong { position: initial; margin-top: 0; background: rgba(255, 255, 255, 0.19); border-radius: 0px 13px 0px 13px; width: 46px; height: 46px; overflow: hidden; transition: all .5s; }
.swiper-an .gong:after { font-size: 0; width: 7px; height: 11px; }
.swiper-an .swiper-button-prev { margin-right: 10px; }
.swiper-an .swiper-button-prev:after { background: url(../images/gprev.svg)no-repeat center center/cover; } 
.swiper-an .swiper-button-next:after { background: url(../images/gnext.svg)no-repeat center center/cover; } 

.swiper-an .gong:hover { background: #007580; }

.swiper-ana .gong { background:#fff; }
.swiper-ana .swiper-button-prev:after { background: url(../images/gprevh.svg)no-repeat center center/cover; } 
.swiper-ana .swiper-button-next:after { background: url(../images/gnexth.svg)no-repeat center center/cover; } 
.swiper-ana .swiper-button-prev:hover:after { background: url(../images/gprev.svg)no-repeat center center/cover; } 
.swiper-ana .swiper-button-next:hover:after { background: url(../images/gnext.svg)no-repeat center center/cover; } 


.swiper-hei .gong { background: #EAF1F8; }
.swiper-hei .swiper-button-prev:after { background: url(../images/hgprev.svg)no-repeat center center/cover; } 
.swiper-hei .swiper-button-next:after { background: url(../images/hgnext.svg)no-repeat center center/cover; } 

.swiper-hei .swiper-button-prev:hover:after { background: url(../images/gprev.svg)no-repeat center center/cover; } 
.swiper-hei .swiper-button-next:hover:after { background: url(../images/gnext.svg)no-repeat center center/cover; } 


.AboutUs_C .about_bottom .swiper-an { margin-top: 33px; }

.AboutUs_C .about_bottom .out_bottomB { margin-top: 5.20833vw; }
.AboutUs_C .about_bottom .out_bottomB::before { position: absolute; content: ""; top: 19px; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide { padding-top: 3px; cursor: pointer; }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide .sz { color: #fff; line-height: 1; padding-top: 55px; text-align: center; }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide .yuan { width: 34px; height: 34px; position: absolute; top: 3px; left: 50%; transform: translateX(-50%); }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide .yuan::before { position: absolute; content: ""; width: 0; height: 0; border: 3px solid #FFFFFF; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; opacity: 0; transition: all .5s; }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide .yuan::after { position: absolute; content: ""; width: 8px; height: 8px; background: #8D8D8D; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; transition: all .5s; }

.AboutUs_C .about_bottom .out_bottomB .swiper-slide-thumb-active .yuan::before { opacity: 1; width: 100%; height: 100%; }
.AboutUs_C .about_bottom .out_bottomB .swiper-slide-thumb-active .yuan::after { background: #fff; }

@media(max-width:1900px) {
	.AboutUs_B .about_b ol li .n span { font-size: 3vw; }
	.AboutUs_B .about_b ol li .n i { font-size: 2.4vw; }
}

@media(max-width:1600px) {
	.containera { padding: 0 9.35%; }
}

@media(max-width:1500px) {
	.nybanner .menzo ul li a { line-height: 50px; }

	.AboutUs_B ul li .wznw { padding: 0 20px 25px; }
}

@media(max-width:1100px) {
	.nybanner .menzo { bottom: 25px; }
	.nybanner .menzo ul li { width: 100%; margin-bottom: 15px; margin-right: 0; }
	.nybanner .menzo ul.sange li { width: 100%; }
	.nybanner .menzo ul li:last-child { margin-bottom: 0; }
	.nybanner .menzo ul li a { padding-left: 50px; line-height: 45px; }
	.nybanner .menzo ul li a img { height: 20px; left: 20px; }

	.AboutUs_A { padding: 40px 0 50px; }
	.AboutUs_A .about_al { position: initial; transform: translateY(0); width: 100%; margin-bottom: 25px; }
	.AboutUs_A .about_al .nr { margin-top: 10px; }
	.AboutUs_A .about_ar { width: 100%; }

	.AboutUs_B { padding: 40px 0 50px; }
	.AboutUs_B .eoiwn,
	.AboutUs_B::before { display: none; }

	.AboutUs_B ul li { width: 100%; height: 126vw; margin-bottom: 20px; }
	.AboutUs_B ul li:last-child { margin-bottom: 0; }
	.AboutUs_B ul li.cur { width: 100%;  }
	.AboutUs_B ul li .hang br { display: none; }
	.AboutUs_B ul li .wznw .znm { height: auto; }
	.AboutUs_B ul li .wznw { padding: 0 20px 20px 20px; }

	.AboutUs_B .about_b { margin-top: 30px; }
	.AboutUs_B .about_b ol { margin: 20px 0 15px; }
	.AboutUs_B .about_b ol li { width: 50% !important; margin-bottom: 20px;  }
	.AboutUs_B .about_b ol li .fl,
	.AboutUs_B .about_b ol li .fr { float: initial; }
	.AboutUs_B .about_b ol li .n { margin-top: 5px; }
	.AboutUs_B .about_b ol li .n span { font-size: 30px; }
	.AboutUs_B .about_b ol li .n i { font-size: 24px; margin-top: 3px; }

	.containera { padding: 0 20px; }

	.AboutUs_C .jwbnen  { padding: 40px 0 50px; }
	.AboutUs_C .about_bottom .out_bottomA { margin-top: 35px; }
	.AboutUs_C .about_bottom .swiper-an { margin: 20px 0 35px; }
	.AboutUs_C .about_bottom .out_bottomB { margin-top: 40px; }
	.AboutUs_C .about_bottom .out_bottomB .swiper-slide .yuan { width: 25px; height: 25px; }
	.AboutUs_C .about_bottom .out_bottomB .swiper-slide .sz { padding-top: 40px; }
	.AboutUs_C .about_bottom .out_bottomB::before { top: 15px; }
	

}

/**关于我们结束**/



/**理念与战略开始**/
.idea_A { background: #EAF1F8; padding: 6.77083vw 0 6.61458vw; }
.idea_A .idea_atop .jianjie { line-height: 1.77; margin-top: 20px; }
.idea_A .idea_abottom { margin-top: 15px; }
.idea_A .idea_abottom .tu { position: absolute; width: 100%; top: 60%; transform: translateY(-50%); left: 0; }
.idea_A .idea_abottom .idea_sanceng { position: relative; z-index: 2; }
.idea_A .idea_abottom .idea_sanceng .g1 { z-index: 3; }
.idea_A .idea_abottom .idea_sanceng .g2 { margin-top: -63px; z-index: 2; }
.idea_A .idea_abottom .idea_sanceng .g3 { margin-top: -36px; z-index: 1; }


.idea_B { padding: 6.92708vw 0 6.77083vw; position: relative; overflow: hidden; }
.idea_B::before { position: absolute; content: ""; left: 10.625vw; top: 6px; width: 14.53125vw; height: 4px; border-radius: 0px 10px 0px 10px; background: #EAF1F8; }
.idea_B .eoiwn { position: absolute; overflow: hidden; top: 10px; right: -3.80208vw; width: 35.15625vw; height: 0.67708vw; background: #EAF1F8; border-radius: 0px 0.52083vw 0px 2.60416vw; background: #EAF1F8; }
.idea_B .eoiwn::before { position: absolute; content: ""; top: 0; left: -4vw; background: #fff; width: 14.53125vw; height: 0.20833vw; border-radius: 0.52083vw 0 0.52083vw 0; }

.idea_B .ideb_btop .jiesao { line-height: 1.77; margin-top: 20px; }
.idea_B .ideb_bottom { margin-top: 30px; }
.idea_B .ideb_bottom ul { display: flex; flex-wrap: wrap; }
.idea_B .ideb_bottom ul li { float: left; background: #EAF1F8; margin-right: 1.2%; width: 24.1%; padding: 45px 30px 0; min-height: 450px; overflow: hidden; position: relative; }
.idea_B .ideb_bottom ul li:last-child { margin-right: 0; }
.idea_B .ideb_bottom ul li .btdeng { padding-bottom: 20px; border-bottom:1px solid rgba(0, 0, 0, 0.14); }
.idea_B .ideb_bottom ul li .btdeng .xjie { margin-top: 8px; }
.idea_B .ideb_bottom ul li .jianjie { line-height: 1.75; margin-top: 25px; }
.idea_B .ideb_bottom ul li .sz { position: absolute; bottom: -20px; color: rgba(255, 255, 255, 0.4); right: -30px; font-size: 140px; line-height: .85; }

.idea_B .ideb_bottom ul li .ttom { position: relative; height: 100%; }
.idea_B .ideb_bottom ul li .ttom2 { opacity: 0; transition: all .5s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #007580; padding: 45px 30px 0; }
.idea_B .ideb_bottom ul li .ttom2 .btdeng { border-color: rgba(255, 255, 255, 0.14); }
.idea_B .ideb_bottom ul li .ttom2 .icon { position: absolute; bottom: 30px; right: 30px; }

.idea_B .ideb_bottom ul li:hover .ttom2 { opacity: 1; }


.idea_C { padding: 0 30px; }
.idea_C .dea_cbj { padding: 5.72916vw 0 3.125vw; }
.idea_C .dea_cbj .idea_Ctop .swiperc1 { margin: 40px 0 32px; overflow: hidden; }
.idea_C .dea_cbj .idea_Ctop .swiperc1 .xq { line-height: 1.75; margin-top: 10px; }

.idea_C .dea_cbj .idea_Cbottom { margin-top: 8.17708vw; }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml { position: absolute; bottom: 0; left: 0; width: 44.5%; }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml .ttomsz .idea_Ca { color: #fff; float: left; line-height: 1; }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml .ttomsz .cli { margin: 0 10px; }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml .ttomsz .spana { color: rgba(255, 255, 255, 0.4); }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml .swiper-pagination { position: initial; height: 3px; background: rgba(255, 255, 255, 0.3); margin-top: 20px; }
.idea_C .dea_cbj .idea_Cbottom .Cbottoml .swiper-pagination .swiper-pagination-progressbar-fill { background: #fff; }

.idea_C .dea_cbj .idea_Cbottom .Cbottomr { width: 49.8%; }
.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 { overflow: hidden; }
.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 .slideo { transition: all .5s; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); height: 140px; padding: 21px 30px 0 20px; position: relative; }
.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 .slideo .icon { position: absolute; right: 30px; bottom: 25px; }

.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 .swiper-slide-thumb-active .slideo { background: #007580; }

.idea_D { overflow: hidden; padding: 4.73958vw 0 4.375vw; position: relative; }
.idea_D::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 91.40625vw; height: 25.05208vw; background: url(../images/idea_Dbj.png)no-repeat center center/cover; }
.idea_D .container { padding-left: 2.29166vw; }
.idea_D .idea_Dl { background: url(../images/dea_Dl1.png)no-repeat center center/cover; width: 31.25vw; height: 31.25vw; border-radius: 50%; position: relative; }
.idea_D .idea_Dl::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 27.50989vw; height: 27.50989vw; border-radius: 50%; background: url(../images/dea_Dl2.png)no-repeat center center/cover; }
.idea_D .idea_Dl img { position: absolute;  top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; width: 24.26875vw; height: 24.26875vw; }
.idea_D .idea_Dr { left: 37.23958vw; position: absolute; top: 50%; transform: translateY(-50%); }

.idea_D .swe { position: absolute; width: 46.97916vw; right: -3.80208vw; bottom: 0; border-radius: 0px 2.60416vw 0px 0px; background: #FFFFFF; height: 10px; overflow: hidden; }
.idea_D .swe::before { position: absolute; content: ""; top: 0; left: 7.39583vw; background: #EAF1F8; border-radius: 0px 10px 0px 10px; height: 4px; width: 14.53125vw; overflow: hidden; }

.idea_D .sme { position: absolute; width: 35.15625vw; left: -14.42708vw; bottom: 10px; border-radius: 0px 2.60416vw 0px 0px; background: #EAF1F8; height: 13px; overflow: hidden; }
.idea_D .sme::before { position: absolute; content: ""; bottom: 0; right: -7.55208vw; background: #fff; border-radius: 10px 0px 10px 0px; height: 4px; width: 14.53125vw; overflow: hidden; }



.idea_E { background: #EAF1F8; padding: 6.51041vw 0 6.51041vw; }
.idea_E .xbt { line-height: 1; margin-bottom: 26px; }
.idea_E .zbt { margin-top: 15px; }
.idea_E .xiantiao { background: linear-gradient(270deg, rgba(0, 117, 128, 0) 0%, rgba(0, 117, 128, 0.5) 50%, rgba(0, 117, 128, 0) 100%); width: 100%; height: 1px; margin: 45px 0 47px; }
.idea_E .idea_Ebottom { display: inline-block; width: 75%; }
.idea_E .idea_Ebottom .jiesao { line-height: 1.77; margin-top: 20px; }
.idea_E .idea_Ebottom .jiesao p:nth-child(n+2) { margin-top: 11px; }


@media(max-width:1900px) {
	.idea_B .ideb_bottom ul li .sz { font-size: 7.29166vw; bottom: -1.04166vw; }

	.idea_E .img img { width: 26.875vw; }
}

@media(max-width:1500px) {
	.idea_A .idea_abottom .idea_sanceng .g2 { margin-top: -4.2vw;}
	.idea_A .idea_abottom .idea_sanceng .g3 { margin-top: -2.38vw; }
	.idea_A .idea_abottom .idea_sanceng .g1 img { width: 18vw; display: inline-block; }
	.idea_A .idea_abottom .idea_sanceng .g2 img { width: 22vw; display: inline-block; }
	.idea_A .idea_abottom .idea_sanceng .g3 img { width: 24vw; display: inline-block; }

	.idea_B .ideb_bottom ul li .ttom2 .icon img { height: 40px; }
}

@media(max-width:1480px) {
	.idea_D .idea_Dl { width: 36.25vw; height: 36.25vw; }
	.idea_D .idea_Dl::before { width: 32.50989vw; height: 32.50989vw; }
	.idea_D .idea_Dl img { width: 29.26875vw; height: 29.26875vw; }
	.idea_D .idea_Dr { left: 42.23958vw; }
}

@media(max-width:1100px) {
	.idea_A { padding: 40px 0 50px; }
	.idea_A .idea_atop .jianjie { margin-top: 10px; }
	.idea_A .idea_atop .jianjie br { display: none; }

	.idea_A .idea_abottom .idea_sanceng .g1 img { width: 60vw; }
	.idea_A .idea_abottom .idea_sanceng .g2 { margin-top: -13.2vw; }
	.idea_A .idea_abottom .idea_sanceng .g2 img { width: 68vw; }
	.idea_A .idea_abottom .idea_sanceng .g3 { margin-top: -7.38vw; }
	.idea_A .idea_abottom .idea_sanceng .g3 img { width: 78vw; }
	.idea_A .idea_abottom .tu { top: 63%; }

	.idea_B { padding: 40px 0 50px; }
	.idea_B::before,
	.idea_B .eoiwn { display: none; }
	.idea_B .ideb_btop .jiesao { margin-top: 15px; }
	.idea_B .ideb_btop .jiesao br { display: none; }
	.idea_B .ideb_bottom { margin-top: 25px; }
	.idea_B .ideb_bottom ul li { width: 100%; min-height: 250px; padding: 20px 20px 50px; margin-bottom: 20px; }
	.idea_B .ideb_bottom ul li:last-child { margin-bottom: 0; }
	.idea_B .ideb_bottom ul li .ttom2 { padding: 20px; }
	.idea_B .ideb_bottom ul li .btdeng { padding-bottom: 12px; }
	.idea_B .ideb_bottom ul li .jianjie { margin-top: 10px; }

	.idea_C { padding: 0 15px; }
	.idea_C .dea_cbj { padding: 40px 0 50px; }
	.idea_C .dea_cbj .idea_Ctop .swiperc1 { margin: 20px 0 25px; }
	.idea_C .dea_cbj .idea_Cbottom { margin-top: 40px; }


	.idea_C .dea_cbj .idea_Cbottom .Cbottoml { position: initial; width: 100%; }
	.idea_C .dea_cbj .idea_Cbottom .Cbottomr { margin-bottom: 30px; width: 100%; }
	.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 .swiper-slide-thumb-active .slideo { padding: 15px; }
	.idea_C .dea_cbj .idea_Cbottom .Cbottomr .swiperc2 .slideo .icon { right: 15px; bottom: 15px; }
	.idea_C .dea_cbj .idea_Cbottom .Cbottoml .swiper-pagination { margin-top: 10px; }

	.idea_D { padding: 40px 0 50px; }
	.idea_D .idea_Dr { width: 100%; position: initial; transform: translateY(0); }
	.idea_D .swe,
	.idea_D .sme { display: none; }
	.idea_D::before { display: none; }

	.idea_D { text-align: center; }
	.idea_D .idea_Dl { width: 90vw; height: 90vw; display: inline-block; float: initial; margin-bottom: 30px; }
	.idea_D .idea_Dl::before { width: 80vw; height: 80vw; }
	.idea_D .idea_Dl img { width: 70vw; height: 70vw; }

	.idea_E { padding: 40px 0 50px; }
	.idea_E .img img { width: 300px; }
	.idea_E .xbt { margin-bottom: 15px; }
	.idea_E .zbt { margin-top: 20px; }
	.idea_E .xiantiao { margin: 30px 0; }
	.idea_E .idea_Ebottom { width: 100%; }
	.idea_E .idea_Ebottom .jiesao { margin-top: 15px; }
	
}


/**理念与战略结束**/





/**总裁致辞开始**/
.mainBg { position: relative; }
.mainBg:after { content:''; width: 100%; height: 30px; position: absolute; left: 0; top: 100%; background: url(../images/mainBgH.svg) no-repeat top center; background-size: 100% auto;}

.address_A { padding: 6.14583vw 0; background: #EAF1F8; }
.address_A .ress_al { width: 32%; }
.address_A .ress_ar { width: 62%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.address_A .ress_ar .ming { margin: 2.34375vw 0 7px; }
.address_A .ress_ar .jiesao { line-height: 1.77; margin-top: 0.88541vw; }
.address_A .ress_ar .jiesao p:nth-child(n+2) { margin-top: 12px; }



@media(max-width:1100px) {
	.address_A { padding: 40px 0 50px; }
	.address_A .ress_al { width: 100%; }
	.address_A .ress_ar { width: 100%; position: initial; transform: translateY(0); margin-top: 30px; }
	.address_A .ress_ar .ming { margin: 25px 0 7px; }
	.address_A .ress_ar .jiesao { margin-top: 10px; }
	.address_A .ress_ar .jiesao p:nth-child(n+2) { margin-top: 5px; }

}

/**总裁致辞结束**/




/**产品品牌开始**/
.brand_A { background: #EAF1F8; padding: 6.25vw 0; }
.brand_A  .brand_cont { padding: 0 30px 0 12.6%; display: flex; flex-wrap: wrap; }
.brand_A .anznow { position: absolute; display: inline-block; bottom: 0; left: 1.5625vw; }
.brand_A .anznow ul { height: 134px; border-left: 1px solid #D8D8D8; }
.brand_A .anznow ul li { padding-left: 12.5px; line-height: 1; color: #636267; transition: all .5s; cursor: pointer; margin-bottom: 27px; position: relative; }
.brand_A .anznow ul li:last-child { margin-bottom: 0; }
.brand_A .anznow ul li::before { position: absolute; content: ""; left: -1px; width: 2px; border-radius: 20px; height: 0%; z-index: 1; background: #007580; transition: all .5s; }
.brand_A .anznow ul li.sss-active::before { height: 100%; }

.brand_A .swiper-container { overflow: hidden; }

.brand_A .brand_al { width: 29.5%; }
.brand_A .brand_al .rand_altop { margin-bottom: 6.51041vw; }
.brand_A .brand_al .rand_altop .jiesao { line-height: 1.77; margin: 19px 0 35px; }

.brand_A .brand_al .rand_abottom .swiper-slide .img { margin-top: 12px; }
.brand_A .brand_al .rand_abottom .swiper-slide .icon { position: absolute; right: 20px; top: 20px; }


.brand_A .brand_ar { width: 62.5%; margin-left: 8%; }
.brand_A .brand_ar .swiper_A3 { width: 100%; height: 100%; }
.brand_A .brand_ar .swiper_A3 .swiper-wrapper { width: 100%; height: 100%; }
.brand_A .brand_ar .swiper_A3 .swiper-wrapper .swiper-slide { width: 100%; height: 100%; }
.brand_A .brand_ar .swiper_A3 .swiper-wrapper .swiper-slide .icon { position: absolute; right: 20px; top: 20px; }

@media(max-width:1600px) {
	.brand_A  .brand_cont { padding-left: 11%; }
	.brand_A .brand_al .rand_abottom .swiper-slide .icon { width: 30%; }
	.brand_A .brand_ar .swiper_A3 .swiper-wrapper .swiper-slide .icon { width: 25%; }
}

@media(max-width:1100px) {
	.brand_A { padding: 40px 0 0; }
	.brand_A  .brand_cont { padding: 0 20px; }
	.brand_A .brand_al { width: 100%; }
	.brand_A .brand_al .rand_altop { margin-bottom: 30px; }
	.brand_A .brand_al .rand_altop .jiesao { margin: 10px 0 20px; }
	.brand_A .brand_al .rand_abottom { display: none; }
	.brand_A .brand_ar { width: 100%; margin-left: 0; }
	.brand_A .brand_ar .swiper_A3 .swiper-wrapper .swiper-slide .icon { width: 100px; }
	.brand_A .anznow { position: initial; padding-left: 20px; margin-top: 30px; }
	.brand_A .anznow ul { height: 100px; }
	.brand_A .anznow ul li { margin-bottom: 20px; }
}

/**产品品牌结束**/



/**我们在中国分布开始**/
.distribution_A { background: #EAF1F8; padding: 6.25vw 0 2vw; }
.distribution_A .fenbu { padding: 0 16.7% 0 13.65%; margin-top: 40px; }
.distribution_A .fenbu .dianhua { width: 50px; height: 50px; position: absolute; top: 53%; left: 25.2%; transform: translate(-50%,-50%); }
.distribution_A .fenbu .dianhua .quanxo { width: 42px; height: 42px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; position: relative; }
.distribution_A .fenbu .dianhua .quanxo::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 29px; height: 29px; border-radius: 50%; background: #F8B500; }
.distribution_A .fenbu .dianhua .quanxo::after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.distribution_A .fenbu .dianhua .anhua { width: 404px; position: absolute; top: 50%; transform: translateY(-50%); right: 70px; background: #fff; padding: 40px 36px 30px 31px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); }
.distribution_A .fenbu .dianhua .ianhua { border-bottom: 1px solid rgba(38, 44, 52, 0.2); padding-bottom: 30px; margin-bottom: 30px; }
.distribution_A .fenbu .dianhua .ianhua:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
.distribution_A .fenbu .dianhua .ianhua .bto span { display: inline-block; line-height: 1; }
.distribution_A .fenbu .dianhua .ianhua .bto i { display: inline-block; line-height: 1; }
.distribution_A .fenbu .dianhua .ianhua .pbo { margin-top: 23px; }
.distribution_A .fenbu .dianhua .ianhua .pbo ul li { margin-bottom: 21px; }
.distribution_A .fenbu .dianhua .ianhua .pbo ul li:last-child { margin-bottom: 0; }
.distribution_A .fenbu .dianhua .ianhua .pbo ul li .l { line-height: 1; }
.distribution_A .fenbu .dianhua .ianhua .pbo ul li .i { line-height: 1; padding-left: 23px; position: relative; margin-top: 10px; }
.distribution_A .fenbu .dianhua .ianhua .pbo ul li .i::before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(../images/pbo.svg)no-repeat center center/cover; width: 14px; height: 16px; content: ""; }

.distribution_A .fenbu .dianhua { opacity: 0; transition: all .5s; }

.distribution_A .sanxiang { position: absolute; right: 0; bottom: 7.5vw; }
.distribution_A .sanxiang .xiang { line-height: 1; margin-bottom: 15px; padding-left: 25px; position: relative; }
.distribution_A .sanxiang .xiang:last-child { margin-bottom: 0; }
.distribution_A .sanxiang .xiang::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); background: #B9D1D3; width: 14px; height: 14px; }
.distribution_A .sanxiang .xiang:nth-child(2):before { background: #5AA6AD; }
.distribution_A .sanxiang .xiang:nth-child(3):before { background: #83B6BB; }

.distribution_A .fenbu.cur .dianhua { opacity: 1; }

@media(max-width:1500px) {
	.distribution_A .fenbu .dianhua .anhua { padding: 30px; width: 305px; }
}

@media(max-width:1100px) {
	.distribution_A { padding: 40px 0 50px; }
	.distribution_A .fenbu { padding: 0; margin-top: 20px; }
	.distribution_A .fenbu .dianhua { opacity: 1; position: initial; transform: translateY(0); width: 100%; height: auto; margin-top: 30px; }
	.distribution_A .fenbu .dianhua .quanxo { display: none; }
	.distribution_A .fenbu .dianhua .anhua { width: 100%; position: initial; transform: translateY(0); padding: 20px; }
	.distribution_A .fenbu .dianhua .ianhua { padding-bottom: 20px; margin-bottom: 20px; }
	.distribution_A .sanxiang { position: initial; margin-top: 20px; }
}


/**我们在中国分布结束**/



/**1-2Nitera集团开始**/
.group_A { padding: 6.25vw 0 7.29166vw; }
.group_A .roupa_top .jiesao { line-height: 1.77; margin: 16px 0 42px; }
.group_A .roupa_bottom .icon { position: absolute; bottom: 20px; right: 20px; width: 21.875vw; }






.group_B { background: #EAF1F8; }
.fazhan { padding-top: 6.25vw; }
.fazhan .ntitle .pan { margin-top: 20px; }
.fazhan .fazhan_box .top{ margin-top: 46px; overflow: hidden; }
.fazhan .fazhan_box .top .swiper-wrapper { padding-bottom: 1vw; }
.fazhan .fazhan_box .top .box { padding: 20px 16px 19px; background: #f9f9f9; border-radius: 0px 40px 0px 40px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03); }
.fazhan .fazhan_box .top .swiper-slide { border-radius: 10px; overflow: hidden; }
.fazhan .fazhan_box .top .swiper-slide-prev { transform: scale(.9); opacity: 1; }
.fazhan .fazhan_box .top .swiper-slide-next { transform: scale(.9); opacity: 1; }
.fazhan .fazhan_box .top .swiper-slide-active { transform: scale(1.05); position: relative; z-index: 5;  }
.fazhan .fazhan_box .top .swiper-slide-active .box{ opacity: 1; background: #007580; }
.fazhan .fazhan_box .top .box { position: relative; }
.fazhan .fazhan_box .top .box .img{ float: left; width: 43.7%; border-radius: 0px 40px 0px 40px; overflow: hidden; }
.fazhan .fazhan_box .top .box .text{ float: left; width: 50.5%; padding-left: 30px; padding-top: 5px; position: absolute; height: 100%; right: 0; top: 0; }
.fazhan .fazhan_box .top .box .text .bt{ color: #40444F; font-size: 37px; line-height: .8; font-family: "AlimamaFyt"!important; font-weight: 700; }
.fazhan .fazhan_box .top .box .text .mzxojej{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.fazhan .fazhan_box .top .swiper-slide-active .box .text .bt { font-size: 40px; color: #FFFFFF; }
.fazhan .fazhan_box .top .box .text .js{ color: #262C34; line-height: 1.625; margin-top: 6px; margin-top: 6px; overflow: hidden; font-size: 19px; }
.fazhan .fazhan_box .top .swiper-slide-active .box .text .js { font-size: 20px; color: #fff; padding-right: 15px; }
.history_year { position: relative; background: url(../images/history_bg2.png) no-repeat center bottom; width: 605px; height: 315px; margin: auto; padding-top: 0; overflow: hidden; margin-top: 50px; }
.history_year .leftbox { width: 434px; height: 850px; margin: auto; }
.history_year .leftbox .swiper-container { height: 100%; width: 100% }
.history_year a { color: #40444F; display: block; margin: auto; width: 100%; height: 100%; line-height: 110px; text-align: center; position: relative; opacity: 0; transform-origin: 50% 50%; font-size: 16px; }
.history_year .leftbox .swiper-slide i { width: 23px; height: 23px; background: url(../images/history_icon.png) no-repeat center center/cover; display: block; display: none; position: absolute; top: 98px; left: 50%; margin-left: -8px; }
.history_year .leftbox .swiper-slide em { display: none; position: absolute; top: -15px; left: 0; color: #e3254c; width: 100%; text-align: center; line-height: 30px; font-family: "Arial"; text-transform: uppercase; font-weight: bold; }
.history_year .leftbox .swiper-slide-active i { display: block; }
.history_year .swiper-button-prev:after,
.history_year .swiper-button-next:after { display: none !important; }
.history_year li { float: left; width: 100%; padding: 35px 0; border-bottom: #bebebe solid 1px; overflow: hidden; }


@media(max-width: 1024px){
	.fazhan { padding-top: 4vw;}
	.fazhan .fazhan_box .top { margin-top: 30px;}
	.fazhan .fazhan_box { padding-bottom: 40px; }
}
@media(max-width: 640px){
	.fazhan .fazhan_box .top .box .text { padding-top:10px;}
}
@media(max-width: 540px){
	.fazhan { padding-top: 30px;}
	.fazhan .fazhan_box .top { margin-top: 20px;}
	.fazhan .fazhan_box { padding-bottom: 40px; }
	.fazhan .fazhan_box .top .box .img { width: 100%; }
	.fazhan .fazhan_box .top .box .text { padding:10px 0 0; width: 100%;}
	.fazhan .fazhan_box .top .box .text { width: 100%; }
	.fazhan .fazhan_box .top .box .text .js { height: auto; }
	.fazhan .fazhan_box { padding: 0 3% 40px;}
	.fazhan .fazhan_box .top .box .text .bt { font-size: 20px; }
}

@media only screen and (min-width:1025px) {

	.history_year .leftbox .swiper-slide-active a {
		font-size: 50px;
		opacity: 1;
		color: #007580;
		font-family: "AlimamaFyt"!important;
    	font-weight: 700;
	}



	.history_year .leftbox a {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
	}

	.history_year .leftbox .prev_nth2Mode a {
		transform: rotate(62deg) translateX(49px) translateY(23px);
		opacity: 1;
	}

	.history_year .leftbox .next_nth2Mode a {
		transform: rotate(119deg) translateX(-53px) translateY(24px);
		opacity: 1;
	}

	.history_year .leftbox .prev_nth3Mode a {
		transform: rotate(38deg) translateX(36px) translateY(150px);
		opacity: 1;
	}

	.history_year .leftbox .next_nth3Mode a {
		transform: rotate(145deg) translateX(-31px) translateY(153px);
		opacity: 1;
	}

	.history_year .leftbox .prev_nth4Mode a {
		transform: rotate(-80deg) translateX(-126px) translateY(-143px);
	}

	.history_year .leftbox .next_nth4Mode a {
		transform: rotate(80deg) translateX(-214px) translateY(162px);
	}

	.history_year .leftbox .prev_nth5Mode a {
		transform: rotate(-25deg) translateX(-65px);
		opacity: 1;
	}

	.history_year .leftbox .next_nth5Mode a {
		transform: rotate(25deg) translateX(-65px) translateY(20px);
		opacity: 1;
	}

	.history_year .leftbox .prev_nth6Mode a {
		transform: rotate(-30deg) translateX(-99px);
		opacity: 1;
	}

	.history_year .leftbox .next_nth6Mode a {
		transform: rotate(30deg) translateX(-99px) translateY(20px);
		opacity: 1;
	}

	.fnt_20 {
		font-size: 20px;
	}

	.history_year .swiper-button-prev {
		width: 12px;
		height: 23px;
		background: url(../images/fazhan_jt1.svg) no-repeat center center;
		top: 0px;
		margin-top: 15px;
		transition: all 0.4s;
        left: auto;
        right: auto;
        float: left;
        position: initial;
        margin-top: auto;
        margin-right: 230px;
	}

    .but_year {
        position: absolute;
        z-index: 5;
        bottom: 58px;
        left: 50.6%;
        transform: translateX(-50%);
    }

	.history_year .swiper-button-next {
		width: 12px;
		height: 23px;
		background: url(../images/fazhan_jt2.svg) no-repeat center center;
		position: initial;
		top: 0px;
        left: auto;
        right: auto;
        float: left;
        margin-top: auto;
		transition: all 0.4s;
	}

	.history_year .leftbox .swiper-container { padding-right: 0; }
	.history_year .leftbox .swiper-slide-active a { transform: rotate(90deg) translateX(4.8px) translateY(100px); }
	.history_year .leftbox { transform: rotate(-90deg) translateX(249px); }

}

.history_year .leftbox .swiper-slide { overflow: initial; font-family: "AlimamaFyt"!important; }


@media only screen and (max-width:1024px) {




	.history_year .leftbox .prev_nth2Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .next_nth2Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .prev_nth3Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .next_nth3Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .prev_nth4Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .next_nth4Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .prev_nth5Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .next_nth5Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .prev_nth6Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}

	.history_year .leftbox .next_nth6Mode a {
		transform: rotate(0deg) translateX(0) translateY(0);
	}



	.history_year .leftbox .swiper-slide-active a {
		transform: rotate(0deg) translateX(0px) translateY(0px);
	}

	.history_year .leftbox {
		transform: rotate(0deg) translateX(0px);
	}

	.history_year .leftbox .swiper-slide-active a {
		color: #000;
	}

	.history_year,
	.history_year .leftbox {
		width: 100%;
		height: auto;
	}

	.history_year .leftbox .swiper-container {
		padding-right: 0px;
	}

	.history_year {
		padding-top: 0;
		background: none;
	}

	.history_year a {
		opacity: 1;
	}



	.history_year .swiper-button-next.swiper-button-disabled,
	.history_year .swiper-button-prev.swiper-button-disabled {
		opacity: 0.5;
		cursor: pointer;
		pointer-events: inherit;
	}

	.history_year .swiper-button-next.disabled,
	.history_year .swiper-button-prev.disabled {
		opacity: 0.35;
		cursor: default;
	}

	.history_year .leftbox .swiper-slide-active i {
		display: none;
	}

	.history_year a {
		line-height: 32px;
	}


	.history_year .swiper-button-prev {
		width: 28px;
		height: 28px;
		background: url(../images/his_prev.png) no-repeat center center;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -14px;
		background-size: cover;
	}

	.history_year .swiper-button-next {
		width: 28px;
		height: 28px;
		background: url(../images/his_next.png) no-repeat center center;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -14px;
		background-size: cover;
	}

	.about_history {
		position: relative;
		padding: 60px 0;
	}

	.history_year {
		padding: 0 30px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 3%;
		width: 94%;
	}

}

@media only screen and (max-width:767px) {
	.about_history {
		padding: 50px 0;
	}
	.history_year .leftbox .swiper-slide.on a {
		font-size: 24px;
	}
	.history_year .swiper-button-next,
	.history_year .swiper-button-prev {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}


.group_C { padding: 7.8125vw 0 6.40624vw; }
.group_C .roup_ctop .jiesao { line-height: 1.77; margin: 16px 0 46px; padding: 0 8%; }
.group_C .roup_bottom ul li { float: left; width: 21%; background: #EAF1F8; margin-right: 1.1%; transition: all .5s; min-height: 30.62500vw; position: relative; }
.group_C .roup_bottom ul li:last-child { margin-right: 0; }
.group_C .roup_bottom ul li.cur { width: 33.7%; }

.group_C .roup_bottom ul li .gpnmg { position: absolute; top: 0; right: 0; width: 100%; height: 100%; padding: 39px 30px 0; }
.group_C .roup_bottom ul li .li_top { z-index: 1; left: 0; transition: all .5s; }
.group_C .roup_bottom ul li .li_bott { z-index: 2; right: -100%; transition: all .5s; }
.group_C .roup_bottom ul li .gpnmg .izo { line-height: 1.44; margin-top: 13px; border-bottom: 1px solid rgba(0, 0, 0, 0.14); padding-bottom: 24px; margin-bottom: 25px; min-height: 75px; }
.group_C .roup_bottom ul li .gpnmg .ikun { min-height: 110px; }
.group_C .roup_bottom ul li .gpnmg .ikun p { line-height: 1.75; padding-left: 17px; position: relative; }
.group_C .roup_bottom ul li .gpnmg .ikun p::before { position: absolute; top: 11px; left: 0; content: ""; background: #B2BFCD; width: 5px; height: 5px; border-radius: 50%; }
.group_C .roup_bottom ul li .gpnmg .isz { position: absolute; line-height: .7; bottom: 40px; right: 40px; font-size: 120px; color: rgba(255, 255, 255, 0.4); }

.group_C .roup_bottom ul li.cur .li_top { left: -100%; }
.group_C .roup_bottom ul li.cur .li_bott { right: 0; background: #007580; }
.group_C .roup_bottom ul li.cur .li_bott .izo { border-color: rgba(255, 255, 255, 0.2); }

.group_C .roup_bottom ul li ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.group_C .roup_bottom ul li ol li { min-height: auto; width: 100%; margin-right: 13px; padding: 0.625vw; background: rgba(255, 255, 255, 0.1); border-radius: 10px; overflow: hidden; }
.group_C .roup_bottom ul li ol li .znt .ta { color: #fff; line-height: .85; margin-right: 7px; }
.group_C .roup_bottom ul li ol li .znt .tb { color: #fff; line-height: 1; }
.group_C .roup_bottom ul li ol li .znt .tb p:last-child { margin-top: 5px; }
.group_C .roup_bottom ul li ol li .zut { text-align: center; margin-top: 1.04166vw;  }
.group_C .roup_bottom ul li ol li .zut img { height: 2.60416vw; }
.group_C .roup_bottom ul li ol li:nth-child(3n) { margin-right: 0; }

.group_D { padding: 0 20px; }
.group_D .groupD_bj .bjt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.group_D .groupD_bj { height: 30.20833vw; }
.group_D .groupD_bj .relative { height: 100%; }
.group_D .groupD_bj .groupD-dw { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); }
.group_D .groupD_bj .dbt { line-height: 1.2; margin-bottom: 35px; }


@media(max-width:1900px) {
    .group_C .roup_bottom ul li { min-height:35vw; }
    
	.group_C .roup_bottom ul li .gpnmg .isz { font-size: 6.25vw; right: 30px; bottom: 30px; }
	.group_C .roup_bottom ul li ol li .znt .tb p:last-child { margin-top: 0.26041vw; }
	.group_C .roup_bottom ul li ol li .zut img { height: 1.5vw; }

	.fazhan .fazhan_box .top .box,
	.fazhan .fazhan_box .top .box .img { border-radius: 0px 2.08333vw 0px 2.08333vw; }

	.fazhan .fazhan_box .top .box .text .bt { font-size: 1.92708vw; }
	.fazhan .fazhan_box .top .box .text .js { font-size: 0.98958vw; }

	.fazhan .fazhan_box .top .swiper-slide-active .box .text .bt { font-size: 2vw; }
	.fazhan .fazhan_box .top .swiper-slide-active .box .text .js { font-size: 1vw; }
}

@media(max-width:1750px) {

    
	.group_C .roup_bottom ul li { width: 20%; }
	.group_C .roup_bottom ul li.cur { width: 36.5%; }
}

@media(max-width:1500px) {
    .group_C .roup_bottom ul li { min-height:50vw; }
    
	.group_C .roup_bottom ul li .gpnmg { padding: 20px; }
	.group_C .roup_bottom ul li .znt .clearfix { position: relative; }
	.group_C .roup_bottom ul li ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
	.group_C .roup_bottom ul li ol li .znt .ta { top: 50%; transform: translateY(-50%); position: absolute; }
	.group_C .roup_bottom ul li ol li .znt .tb { padding-left: 2.3vw; }
	.group_C .roup_bottom ul li ol li { border-radius: 5px; }


	.history_year {
        height: 195px;
        width: 400px;
        background: url(../images/history_bg2.png) no-repeat center center/cover;
    }
	.history_year .leftbox {
        transform: rotate(-90deg) translateX(280px);
    }
    .history_year .leftbox .swiper-slide-active a {
        font-size: 30px;
        transform: rotate(90deg) translateX(-14px) translateY(28px);
    }
    .history_year .leftbox .prev_nth3Mode a {
        transform: rotate(47deg) translateX(36px) translateY(150px);
        opacity: 1;
    }
    .history_year .leftbox .prev_nth2Mode a {
        transform: rotate(51deg) translateX(56px) translateY(19px);
    }
    
    .history_year .leftbox .next_nth2Mode a {
        transform: rotate(131deg) translateX(-78px) translateY(44px);
        opacity: 1;
    }
    .history_year .swiper-button-prev {
        margin-right: 110px;
    }
    .but_year{
        bottom: 31px;
    }
	.swiper-button-next,
	.swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after{
		width: 9px !important;
		height: 9px !important;
	}
	
}

@media(max-width:1100px) {
	.group_C { padding: 40px 0 50px; }
	.mainBg::after { display: none !important; }
	.group_C .roup_ctop .jiesao { padding: 0; margin: 15px 0 20px; }

	.group_C .roup_bottom ul li  { min-height: 500px; }
	.group_C .roup_bottom ul li .gpnmg .izo { padding-bottom: 15px; margin-bottom: 15px; }
	.group_C .roup_bottom ul li .gpnmg .ikun { margin-bottom: 20px; }
	.group_C .roup_bottom ul li.cur { width: 100%; }
	.group_C .roup_bottom ul li { width: 100%; margin-bottom: 20px; }
	.group_C .roup_bottom ul li:last-child { margin-bottom: 0; }
	.group_C .roup_bottom ul li .gpnmg .izo { min-height: auto; }
	.group_C .roup_bottom ul li .gpnmg .ikun { min-height: auto; margin-bottom: 30px; }
	.group_C .roup_bottom ul li ol { display: block; gap:initial;  grid-template-columns: initial;}
	.group_C .roup_bottom ul li ol li { width: 49%; height: auto; margin-right: 2%; min-height: 84px; margin-bottom: 2%; padding: 10px; }
	.group_C .roup_bottom ul li ol li:nth-child(3n) { margin-right: 2%; }
	.group_C .roup_bottom ul li ol li:nth-child(2n) { margin-right: 0; }
	.group_C .roup_bottom ul li ol li .znt .ta { position: initial; transform: translateY(0); }
	.group_C .roup_bottom ul li ol li .zut img { height: 20px; }
	.group_C .roup_bottom ul li ol li .znt .tb p:last-child { margin-top: 5px; }
	.group_C .roup_bottom ul li ol li .zut { margin-top: 15px; }
	.group_C .roup_bottom ul li .gpnmg .isz { font-size: 28px; right: 20px; bottom: 20px; }
	
	.group_C .roup_bottom ul li .li_bott { right:0;     background: #007580; }

	.history_year { display: none; }
	.fazhan { padding: 40px 0 50px; }
	.fazhan .ntitle .pan { margin-top: 15px; }
	.fazhan .fazhan_box { padding: 0 20px; }
	.fazhan .fazhan_box .top .swiper-slide { line-height: 1; transition: all .5s; }
	.fazhan .fazhan_box .top .swiper-slide-active { transform: scale(1); }
	.fazhan .fazhan_box .top { margin-top: 25px; }
	.fazhan .fazhan_box .top .box, .fazhan .fazhan_box .top .box .img  { border-radius: 0px 20px 0px 20px; }
	.fazhan .fazhan_box .top .box .text { position: initial; transform: translateY(0); }
	.fazhan .fazhan_box .top .box .text .mzxojej { position: initial; transform: translateY(0); margin-top: 20px; }
	.fazhan .fazhan_box .top .swiper-slide-active .box .text .bt { font-size: 22px; }
	.fazhan .fazhan_box .top .swiper-slide-active .box .text .js { font-size: 14px; }
	.fazhan .fazhan_box .top .swiper-slide .box .text .bt { font-size: 22px; }
	.fazhan .fazhan_box .top .swiper-slide .box .text .js { font-size: 14px; }

	.group_B .swiper-an { margin-top: 25px; }
	.group_B .swiper-an .gong { background: #fff; position: relative; left: auto; right: auto; border-radius: 0px 8px 0px 8px; }
	.group_B .swiper-an .gong::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 7px; height: 11px; }
	.group_B .swiper-an .swiper-button-prev:before { background: url(../images/hgprev.svg)no-repeat center center/cover; } 
	.group_B .swiper-an .swiper-button-next:before { background: url(../images/hgnext.svg)no-repeat center center/cover; } 
	.group_B .swiper-an .swiper-button-prev:hover:before { background: url(../images/gprev.svg)no-repeat center center/cover; } 
	.group_B .swiper-an .swiper-button-next:hover:before { background: url(../images/gnext.svg)no-repeat center center/cover; } 
	.group_B .swiper-an .gong:hover { background: #007580; }
	
	.group_D { padding: 0 20px; }
	.group_D .groupD_bj { height: 70vw; background: none !important; }
	.group_D .groupD_bj .dbt { line-height: 1.2; margin-bottom: 25px; }

}


/**1-2Nitera集团结束**/



/**我们的业务开始**/
.mainBgA { position: relative; }
.mainBgA:after { content:''; width: 100%; height: 23px; position: absolute; left: 0; bottom: 0; background: url(../images/mainBgA.svg) no-repeat top center; background-size: 100% auto;}


.OurBusiness_A { background: url(../images/OurBusiness_A.png)no-repeat center center/cover; padding: 8.54166vw 0 8.85416vw; }
.OurBusiness_A .jiesao { line-height: 1.77; margin-top: 18px; }

.OurBusiness_B { background: #EAF1F8; padding: 6.25vw 0; }
.OurBusiness_B .gongbiao { margin-bottom: 37px; }
.OurBusiness_B .OurBusinessB_nr ul li { background: #FFFFFF; padding: 20px 67px 20px 20px; margin-bottom: 20px; }
.OurBusiness_B .OurBusinessB_nr ul li:last-child { margin-bottom: 0; }
.OurBusiness_B .OurBusinessB_nr ul li .img { width: 46%; }

.OurBusiness_B .OurBusinessB_nr ul li .clearfix  { display:flex; flex-wrap:wrap; }
.OurBusiness_B .OurBusinessB_nr ul li .text { padding-top: 74px; width: 50.2%; position: relative; margin-left:3.8%; }
.OurBusiness_B .OurBusinessB_nr ul li .text .jiesao { line-height: 1.77; margin: 13px 0 30px; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext { position: absolute; bottom: 60px; left: 0; width: 100%; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt { float: left; margin-right: 1.7%; width: 32.2%; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt:nth-child(3n) { margin-right: 0; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt a { display: block; width: 100%; background: #EAF1F8; border-radius: 0px 20px 0px 20px; padding: 0 0 0 30px; line-height: 65px; color: #262C34; font-size: 18px; position: relative; transition: all .5s; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt a:before { position: absolute; transition: all .5s; content: ""; top: 50%; transform: translateY(-50%); right: 20px; width: 7px; height: 11px; background: url(../images/xt.svg)no-repeat center center/cover; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt:hover a { background: #007580; color: #fff; }
.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt:hover a:before { background: url(../images/xta.svg)no-repeat center center/cover; }

.OurBusiness_B .OurBusinessB_nr ul li.lie { padding: 20px 67px 20px 20px; }
.OurBusiness_B .OurBusinessB_nr ul li.lie .text .ext { position: initial; margin-top: 53px; }
.OurBusiness_B .OurBusinessB_nr ul li.lie .text .ext .xt { width: 49.1%; margin-bottom: 1.7%; }
.OurBusiness_B .OurBusinessB_nr ul li.lie .text .ext .xt:nth-child(2n) { margin-right: 0; }



/*@media(max-width:1900px) {*/
/*	.OurBusiness_B .OurBusinessB_nr ul li.lie .img { min-height: 40vw; }*/
/*}*/

@media(max-width:1700px){

    .OurBusiness_B .OurBusinessB_nr ul li .text .ext { position: initial; margin-top: 53px; }
    .OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt { width: 49.1%; margin-bottom: 1.7%; }
    .OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt:nth-child(2n) { margin-right: 0; }
    .OurBusiness_B .OurBusinessB_nr ul li .text .jiesao { height:10vw; }

}

@media(max-width:1500px) {
	.OurBusiness_B .OurBusinessB_nr ul li { padding: 20px 30px 20px 20px; }
	.OurBusiness_B .OurBusinessB_nr ul li.lie { padding: 20px 20px 20px 30px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text { padding-top: 40px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .ext { bottom: 40px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt a { font-size: 14px; padding: 0 20px; line-height: 45px; border-radius: 0px 15px 0px 15px; }
}

/*@media(max-width:1280px) {*/
/*	.OurBusiness_B .OurBusinessB_nr ul li.lie .img { min-height: 45vw; }*/
/*}*/

/*@media(max-width:1200px) {*/
/*	.OurBusiness_B .OurBusinessB_nr ul li.lie .img { min-height: 50vw; }*/
/*}*/

@media(max-width:1100px) {
	.OurBusiness_A,
	.OurBusiness_B { padding: 40px 0 50px; }
	.mainBgA:after { display: none; }

	.OurBusiness_A .jiesao br { display: none; }
	.OurBusiness_A .jiesao { margin-top: 15px; }


	.OurBusiness_B .gongbiao { margin-bottom: 15px; }
	.OurBusiness_B .OurBusinessB_nr ul li { padding: 20px !important; margin-bottom: 20px; }
	.OurBusiness_B .OurBusinessB_nr ul li .img { width: 100%; background: none !important; }
	.OurBusiness_B .OurBusinessB_nr ul li .text { height: auto !important; position: initial; width: 100%; padding-top: 20px; margin-left:0; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .jiesao { margin: 10px 0 22px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .ext { position: initial; margin-top: 35px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt { width: 100%; margin-bottom: 15px; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .ext .xt:last-child { margin-bottom: 0; }

	.OurBusiness_B .OurBusinessB_nr ul li.lie .text .ext { margin-top: 35px; }
	.OurBusiness_B .OurBusinessB_nr ul li.lie .text .ext .xt { width: 100%; }
	.OurBusiness_B .OurBusinessB_nr ul li .text .jiesao { height:auto; padding-right:0; }
}


/**我们的业务结束**/




/**OEM服务开始**/
.mbx { padding: 20px 0 0; }
.mbx a { float: left; display: block; line-height: 1; color: #636267; font-size: 14px; }
.mbx span { float: left; line-height: 1; color: #636267; font-size: 14px; margin: 0 10px; }

.nybannerA .wenzo { top: 50%; }
.nybannerA .wenzo .nzoa { font-weight:100;  }
.nybannerA .wenzo .nzob { margin: 0 0 10px; letter-spacing: 10px; }
.nybannerA .wenzo .t1 { letter-spacing: 10px; }
.nybannerA .wenzo .c { letter-spacing: 3px; }
.nybannerA .wenzo .nzoc { line-height: 1.77; width: 650px; }

.OEMservice_A { background: #EAF1F8; }
.OEMservice_A .OEMserviceA_kai { padding: 5.57291vw 0 7.18749vw; }
.OEMservice_A .OEMserviceA_kai .dbt { margin-bottom: 40px; }
.OEMservice_A .servicea_top ul { display: flex; flex-wrap: wrap; }
.OEMservice_A .servicea_top ul li { float: left; background: #fff; width: 32.5%; margin-right: 1.25%; padding: 37px 40px 50px; position: relative; }
.OEMservice_A .servicea_top ul li:last-child { margin-right: 0; }
.OEMservice_A .servicea_top ul li .topa { line-height: 30px; text-align: center; width: 58px; background: #EAF1F8; border-radius: 0px 10px 0px 10px; display: inline-block; }
.OEMservice_A .servicea_top ul li .topbn { margin-top: 9px; border-bottom: 1px solid #E6E5EA;  }
.OEMservice_A .servicea_top ul li .topbn span { position: relative; display: inline-block; position: relative; padding-bottom: 30px; line-height: 1; }
.OEMservice_A .servicea_top ul li .topbn span::before { position: absolute; content: ""; bottom: -2px; height: 3px; width: 100%; background: #007580; border-radius: 0px 40px 0px 40px; }
.OEMservice_A .servicea_top ul li .toptao { margin-top: 100px; }
.OEMservice_A .servicea_top ul li .toptao .ao { float: left; margin-right: 2.6%; margin-bottom: 2.6%; width: 48.7%; }
.OEMservice_A .servicea_top ul li .toptao .ao:nth-child(2n) { margin-right: 0; }
.OEMservice_A .servicea_top ul li .toptao .ao a{ display: block; width: 100%; text-align:center; transition: all .5s; position: relative; font-size: 20px; background: #EAF1F8; line-height: 60px; color: #262C34; border-radius: 0px 20px 0px 20px;}
/*.OEMservice_A .servicea_top ul li .toptao .ao a:before { position: absolute; transition: all .5s; content: ""; top: 50%; transform: translateY(-50%); right: 25px; width: 7px; height: 11px; background: url(../images/xt.svg)no-repeat center center/cover; }*/
.OEMservice_A .servicea_top ul li .toptao .ao:hover a { background: #007580; color: #fff; }
.OEMservice_A .servicea_top ul li .toptao .ao:hover a:before { background: url(../images/xta.svg)no-repeat center center/cover; }


.OEMservice_A .servicea_top ul li .toptaoa { margin-top: 46px; }
.OEMservice_A .servicea_top ul li .toptaoa .sz span { font-size: 80px; font-family: "AlimamaFyt"!important; font-weight: 700; display: inline-block; line-height: .85;  }
.OEMservice_A .servicea_top ul li .toptaoa .sz i { font-size: 64px; font-family: "AlimamaFyt"!important; font-weight: 700; display: inline-block; margin-top: -50px; vertical-align: middle; line-height: .85;  }
.OEMservice_A .servicea_top ul li .toptaoa .so { line-height: 1; margin-top: 15px; }

.OEMservice_A .servicea_top ul li .icon { position: absolute; bottom: 40px; right: 40px; }
.OEMservice_A .servicea_top ul li .icon img { width: 6.25vw; height: 6.25vw; }

.OEMservice_A .servicea_top ul li .toptaob { margin-top: 50px; }
.OEMservice_A .servicea_top ul li .toptaob .aot { position: relative; margin-bottom: 38px; }
.OEMservice_A .servicea_top ul li .toptaob .aot:last-child { margin-bottom: 0; }
.OEMservice_A .servicea_top ul li .toptaob .aot .wz { font-style: normal; text-align:justify; text-align-last: justify; width: 72px; display: inline-block; font-weight: 500; line-height: 1; }
.OEMservice_A .servicea_top ul li .toptaob .aot .suju { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: calc(100% - 90px); height: 30px; border-radius: 50px; background: #EAF1F8; overflow: hidden; }
.OEMservice_A .servicea_top ul li .toptaob .aot .suju .wza { width: 58px; text-align: center; font-size: 16px; color: #fff; font-family: "AlimamaFyt"!important; font-weight: 700; line-height: 30px; position: relative; z-index: 2; }
.OEMservice_A .servicea_top ul li .toptaob .aot .suju .jindu { width: 0; transition: all 1s; height: 100%;  z-index: 1; position: absolute; top: 0; left: 0; border-radius: 50px; }
.OEMservice_A .servicea_top ul li .toptaob .aot .suju .jindu::before { position: absolute; content: ""; background: #007580; width: 58px; height: 100%; transition: all 1s; top: 0; left: 0; border-radius: 50px;}

.OEMservice_A .servicea_top ul li .toptaob .aot.animated .suju .jindu::before { width: 100%; }

.OEMservice_A .OEMserviceA_kai .servicea_bottom  { padding: 60px 0 0; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li { float: left; width: 25%; text-align: center; position: relative; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li::before { position: absolute; content: ""; right:0; top: 50%; transform: translateY(-50%); height: calc(100% + 12px); width: 1px; background: #D8D8D8; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li:last-child::before { display: none; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo { line-height: 1; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo span { line-height: .9; display: inline-block; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo b { display: inline-block; line-height: .9; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo i { line-height: .9; display: inline-block; vertical-align: middle; margin-top: -35px; }
.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .soz { line-height: 1; margin-top: 15px; }

.OEMservice_B { padding: 7.8125vw 0 7.29166vw; }
.OEMservice_B .OEMserviceB_top .rviceBtr { position: absolute; right: 0; bottom: 3px; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li { float: left; margin-right: 13px; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li:last-child { margin-right: 0; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li input { background: #EAF1F8; border: 0; height: 54px; border-radius: 0px 20px 0px 20px; font-size: 16px; color: #262C34; padding: 0 0 0 23px; }

.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover input::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}
.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover input::-moz-placeholder {color: rgba(255, 255, 255, 1);}
.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover input:-moz-placeholder {color: rgba(255, 255, 255, 1);}
.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover input:-ms-input-placeholder {color: rgba(255, 255, 255, 1);}

.OEMservice_B .OEMserviceB_top .rviceBtr ul li .layui-anim { top: 54px; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li  .layui-form-selectup dl { bottom: 54px; top: auto; }
.layui-form-select dl dd.layui-this { background: #007580; }

.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover input { background: #007580; color: #fff; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li .layui-form-select .layui-edge { width: 11px; height: 6px; background: url(../images/selecte.svg)no-repeat center center/cover; border-style:initial; right: 22px; margin-top: -4px; }
.OEMservice_B .OEMserviceB_top .rviceBtr ul li:hover .layui-form-select .layui-edge { background: url(../images/selectea.svg)no-repeat center center/cover; }

.OEMservice_B .OEMserviceB_bottom { margin-top: 50px; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper { overflow: hidden; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper { height: 394px; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide { background: rgba(234, 241, 248, 0.7); border-radius: 0px 20px 0px 20px; height: calc((100% - 14px) / 2) !important; transition: all .5s; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide .icon { line-height: 121px; border-bottom: 1px solid rgba(0, 117, 128, 0.1); transition: all .5s;  }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide .icon img { max-height: 74px; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide .icon .mo2 { display: none; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide .wz { line-height: 68px; transition: all .5s;  }

.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide:hover { background: #007580; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide:hover .icon { border-color: rgba(255, 255, 255, 0.14); }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide:hover .icon .mo1 { display: none; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide:hover .icon .mo2 { display: inline-block; }
.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide:hover .wz { color: #fff; }

.OEMservice_B .OEMserviceB_bottom .swiper-ane { margin-top: 50px; }
.OEMservice_B .OEMserviceB_bottom .swiper-ane .swiper-pagination { position: absolute; height: 2px; width: calc(100% - 136px); left: 0; top: 50%; transform: translateY(-50%); }
.OEMservice_B .OEMserviceB_bottom .swiper-ane .swiper-pagination .swiper-pagination-progressbar-fill {  background: #007580; }

.OEMservice_C { background: #EAF1F8; padding: 6.25vw 0 0; }
.OEMservice_C .OEMserviceC_rong .rong_fl { width: 65.5%; margin-top: -1.14583vw; }
.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian { cursor: pointer; transform: translate(-50%, -50%); position: absolute; background: rgba(255, 255, 255, 0.5); width: 42px; height: 42px; border-radius: 50%; }
.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::before { position: absolute; content: ""; top:50%; left:50%; transform: translate(-50%,-50%); width: 28px; height: 28px; border-radius: 50%; background: #007580; transition: all .3s; }
.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::after { position: absolute; content: ""; top:50%; left:50%; transform: translate(-50%,-50%); width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian.cur::before { background: #F8B500; }


.OEMservice_C .OEMserviceC_rong .rong_fr { width: 29.315%; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul { padding-right: 20px; overflow-y: auto; overflow-x: hidden; height: 37.5vw; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul::-webkit-scrollbar { width: 4px; height: 4px; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15); background: #007580; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1); border-radius: 0; background: rgba(24, 86, 166, 0.05); }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li { background: #fff; transition: all .5s; margin-bottom: 15px; padding: 35px 36px 30px 31px; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li:last-child { margin-bottom: 0; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li .xbt { line-height: 1.54; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid rgba(38, 44, 52, 0.2); }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li .jianjie { line-height: 1.55; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li .jianjie p { padding-left: 26px; position: relative; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li .jianjie p::before { position: absolute; content: ""; left: 0; top: 5px; width: 14px; height: 15.75px; background: url(../images/lies.svg)no-repeat center center/cover;  }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li .jianjie p:nth-child(n+2) { margin-top: 8px; }

.OEMservice_C .OEMserviceC_rong .rong_fr ul li .jianjie p:nth-child(2):before { top: 4px; background: url(../images/liesb.svg)no-repeat center center/cover; } 

.OEMservice_C .OEMserviceC_rong .rong_fr ul li.cur .xbt { color: #fff; border-color: rgba(255, 255, 255, 0.14); }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li.cur .jianjie { color: #fff; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li.cur { background: #007580; }

.OEMservice_C .OEMserviceC_rong .rong_fr ul li.cur .jianjie p::before { background: url(../images/liesa.svg)no-repeat center center/cover; }
.OEMservice_C .OEMserviceC_rong .rong_fr ul li.cur .jianjie p:nth-child(2):before { background: url(../images/liesba.svg)no-repeat center center/cover; } 



@media(max-width:1900px) {
	.OEMservice_A .servicea_top ul li .toptaoa .sz span { font-size: 4.16666vw; }
	.OEMservice_A .servicea_top ul li .toptaoa .sz i { font-size: 3.33333vw; margin-top: -2.60416vw; }
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo i { margin-top: -1.82291vw; }
}

@media(max-width:1500px) {
	.OEMservice_A .servicea_top ul li { padding: 25px; }
	.OEMservice_A .servicea_top ul li .toptao .ao a { font-size: 14px; line-height: 45px; border-radius: 0px 15px 0px 15px; padding:0 20px; }
	.OEMservice_A .servicea_top ul li .toptao .ao a:before { right: 20px; }
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo i { margin-top: -1.62291vw; }
    .OEMservice_A .servicea_top ul li .toptaob .aot .suju .wza { font-size:13px; }
    
	.OEMservice_B .OEMserviceB_top .rviceBtr ul li input { font-size: 14px; height: 40px; border-radius: 0px 15px 0px 15px; }
	.OEMservice_B .OEMserviceB_top .rviceBtr ul li .layui-anim { top: 40px; }
	.OEMservice_B .OEMserviceB_top .rviceBtr ul li  .layui-form-selectup dl { bottom: 40px; top: auto; }

	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian { width: 35px; height: 35px; }
	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::before { width: 25px; height: 25px; }
	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::after { width: 8px; height: 8px; }

	.OEMservice_C .OEMserviceC_rong .rong_fr ul { padding-right: 30px; }
	.OEMservice_C .OEMserviceC_rong .rong_fr ul li { padding: 25px; }
}


@media(max-width:1300px) {
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo i { margin-top: -1.52291vw; }
}


@media(max-width:1100px) {
	.mbx { display: none; }

	.nybannerA .wenzo .nzoc { width: 100%; }

	.OEMservice_A .OEMserviceA_kai,
	.OEMservice_B,
	.OEMservice_C { padding: 40px 0 50px; }

	.OEMservice_A .OEMserviceA_kai .dbt { margin-bottom: 20px; }
	.OEMservice_A .servicea_top ul li { width: 100%; padding: 20px; margin-bottom: 20px; }
	.OEMservice_A .servicea_top ul li .topbn span { padding-bottom: 20px; }
	.OEMservice_A .servicea_top ul li:last-child{ margin-bottom: 0; }
	.OEMservice_A .servicea_top ul li .toptao  { margin-top: 35px; }


	.OEMservice_A .servicea_top ul li .toptaoa { margin-top: 40px; }
	.OEMservice_A .servicea_top ul li .toptaoa .sz span { font-size: 24px; }
	.OEMservice_A .servicea_top ul li .toptaoa .sz i { font-size: 14px; margin-top: -4px; }
	.OEMservice_A .servicea_top ul li .icon { bottom: 20px; right: 20px; }
	.OEMservice_A .servicea_top ul li .icon img { height: 45px; width: 45px; }
	
	.OEMservice_A .servicea_top ul li .toptaob { margin-top: 35px; }
	.OEMservice_A .servicea_top ul li .toptaob .aot { margin-bottom: 25px; }
	.OEMservice_A .servicea_top ul li .toptaob .aot .suju { height: 20px; }
	.OEMservice_A .servicea_top ul li .toptaob .aot .suju .wza { font-size: 14px; line-height: 20px; }

	.OEMservice_A .OEMserviceA_kai .servicea_bottom { padding: 30px 0 0; }
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li { width: 50%; margin-bottom: 20px; }
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li:nth-child(2):before { display: none; }
	.OEMservice_A .OEMserviceA_kai .servicea_bottom ul li .szo i { margin-top: -9px; }


	.OEMservice_B .OEMserviceB_top .rviceBtr { position: initial; width: 100%; margin-top: 20px; }
	.OEMservice_B .OEMserviceB_top .rviceBtr ul li { width: 100%; margin-bottom: 15px; }
	.OEMservice_B .OEMserviceB_top .rviceBtr ul li:last-child { margin-bottom: 0; }
	
	.OEMservice_B .OEMserviceB_bottom { margin-top: 30px; }
	.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper { height: auto; }
	.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide { height: auto !important; }
	.OEMservice_B .OEMserviceB_bottom .OEMserviceB_swiper .swiper-wrapper .swiper-slide .wz { line-height: 40px; }

	.OEMservice_B .OEMserviceB_bottom .swiper-ane { margin-top: 35px; }
	.OEMservice_B .OEMserviceB_bottom .swiper-ane .swiper-pagination { width: calc(100% - 120px); }

	.OEMservice_C .OEMserviceC_rong .rong_fl { margin-top: 0; width: 100%; margin-top: 20px; }
	.OEMservice_C .OEMserviceC_rong .rong_fr { width: 100%; margin-top: 30px; }
	.OEMservice_C .OEMserviceC_rong .rong_fr ul { height: 415px; padding-right: 15px; }
	.OEMservice_C .OEMserviceC_rong .rong_fr ul li { padding: 20px; }

	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian { width: 20px; height: 20px; }
	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::before { width: 15px; height: 15px; }
	.OEMservice_C .OEMserviceC_rong .rong_fl .img .dian::after { width: 5px; height: 5px; }

    .nybannerA .wenzo .t1 { letter-spacing: 1px; line-height:1.5; font-size:22px; }

}


/**OEM服务结束**/


/**AM业务**/
.AMbusiness_A { background: #EAF1F8; }
.AMbusiness_A .AMbusinessA_kai { padding: 5.10416vw 0 6.77083vw; }
.AMbusiness_A .AMbusinessA_kai .kail { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 40%; }
.AMbusiness_A .AMbusinessA_kai .kail .gundongtiao { height: 250px; margin-top: 17px; }
.AMbusiness_A .AMbusinessA_kai .kail .xq { line-height: 1.5; margin: 0 0 13px; }
.AMbusiness_A .AMbusinessA_kai .kail .jiesao { line-height: 1.77; }


.AMbusiness_A .AMbusinessA_kai .kair { width: 53.5%; }

.gundongtiao { overflow-y: auto; overflow-x: hidden; padding-right: 20px; }
.gundongtiao::-webkit-scrollbar { width: 3px; height: 3px; }
.gundongtiao::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15); background: #007580; }
.gundongtiao::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1); border-radius: 0; background: rgba(24, 86, 166, 0.05); }

.AMbusiness_B { padding: 6.77083vw 0; background: #EAF1F8; }
.AMbusiness_B .AMbusinessB_top .xq { margin: 25px 0 8px; }
.AMbusiness_B .AMbusinessB_top .jiesao { line-height: 1.77; }

.AMbusiness_B .AMbusinessB_bottom { margin-top: 35px; }
.AMbusiness_B .AMbusinessB_bottom ul { display: flex; flex-wrap: wrap; }
.AMbusiness_B .AMbusinessB_bottom ul li { float: left; background: #FFFFFF; width: 15.79%; margin-right: 1.04%; padding: 14px 14px 70px; transition: all .5s; }
.AMbusiness_B .AMbusinessB_bottom ul li:last-child { margin-right: 0; }
.AMbusiness_B .AMbusinessB_bottom ul li .xo { width: 68px; line-height: 36px; text-align: center; border-radius: 0px 10px 0px 10px; margin-bottom: 37px; background: #EAF1F8; transition: all .5s; }
.AMbusiness_B .AMbusinessB_bottom ul li .icon { text-align: center; }
.AMbusiness_B .AMbusinessB_bottom ul li .icon .con { border: 4px solid #FFFFFF; transition: all .5s; display: inline-block; background: #EAF1F8; width: 108px; height: 108px; border-radius: 50%; position: relative; }
.AMbusiness_B .AMbusinessB_bottom ul li .icon .con img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.AMbusiness_B .AMbusinessB_bottom ul li .icon .mo2 { display: none; }
.AMbusiness_B .AMbusinessB_bottom ul li .wz { text-align: center; line-height: 1; margin-top: 24px; transition: all .5s; }

.AMbusiness_B .AMbusinessB_bottom ul li:hover { background: #007580; }
.AMbusiness_B .AMbusinessB_bottom ul li:hover .icon .con { border: 4px solid rgba(255, 255, 255, 0.1); background: #007580; }
.AMbusiness_B .AMbusinessB_bottom ul li:hover .xo { background: #F8B500; color: #fff; }
.AMbusiness_B .AMbusinessB_bottom ul li:hover .wz { color: #fff; }
.AMbusiness_B .AMbusinessB_bottom ul li:hover .icon .mo1 { display: none; }
.AMbusiness_B .AMbusinessB_bottom ul li:hover .icon .mo2 { display: inline-block; }

@media(max-width:1500px) {
	.AMbusiness_B .AMbusinessB_bottom ul li .icon .con { width: 90px; height: 90px; }
	.AMbusiness_B .AMbusinessB_bottom ul li .icon .con img { height: 40px; }
}

@media(max-width:1100px) {
	.AMbusiness_A .AMbusinessA_kai { padding: 40px 0 50px; }
	.AMbusiness_A .AMbusinessA_kai .kail { position: initial; width: 100%; transform: translateY(0); }
	.AMbusiness_A .AMbusinessA_kai .kail .gundongtiao { height: auto; margin-top: 10px; }
	.AMbusiness_A .AMbusinessA_kai .kair { width: 100%; margin-bottom: 30px; }

	.AMbusiness_B { padding: 40px 0 50px; }
	.AMbusiness_B .AMbusinessB_top .xq { margin: 20px 0 10px; }
	.AMbusiness_B .AMbusinessB_bottom { margin-top: 30px; }

	.AMbusiness_B .AMbusinessB_bottom ul li { width: 49%; margin-right: 2%; margin-bottom: 2%; padding: 14px 14px 18px; }
	.AMbusiness_B .AMbusinessB_bottom ul li:nth-child(2n) { margin-right: 0; }
	.AMbusiness_B .AMbusinessB_bottom ul li .xo { font-size: 14px; border-radius: 0px 5px 0px 5px; margin-bottom: 20px; line-height: 30px; }
}


/**OEM服务结束**/


/**汽车领域开始**/
.cararea_A { background: #EAF1F8; padding: 6.25vw 0; }
.cararea_A ul li { background: #fff; margin-bottom: 20px; padding: 20px; }
.cararea_A ul li:last-child { margin-bottom: 0; }
.cararea_A ul li .img { width: 49%; float: right; }
.cararea_A ul li .rarea_r { position: absolute; top: 50%; transform: translateY(-50%); left: 0; padding-left: 64px; width: 46.4%; }
.cararea_A ul li:nth-child(2n) .img { float: left; }
.cararea_A ul li:nth-child(2n) .rarea_r { right: 0; padding-right: 64px; padding-left: 0; left: auto; }
.cararea_A ul li .rarea_r .jiesao { line-height: 1.77; margin-top: 20px; }
.cararea_A ul li .rarea_r a { margin-top: 40px; }

.cararea_B { padding: 6.25vw 0 5.20833vw; }
.cararea_B .container { padding-left: 11.5%; }
.cararea_B .container .rareab_l { width: 29.89%; }
.cararea_B .container .rareab_r { position: absolute; width: 45%; left: 40%; top: 50%; transform: translateY(-50%); }
.cararea_B .container .rareab_r .gongbiao { margin: 8px 0 38px; }
.cararea_B .container .rareab_r .ewm ul li { float: left; margin-right: 17px; text-align: center; }
.cararea_B .container .rareab_r .ewm ul li:last-child { margin-right: 0; }
.cararea_B .container .rareab_r .ewm ul li .wm { width: 160px; }
.cararea_B .container .rareab_r .ewm ul li .wz { line-height: 1; margin-top: 15px; }

@media(max-width:1500px) {
	.cararea_A ul li .rarea_r .jiesao { height: 106px; }

	.cararea_B .container .rareab_r .ewm ul li .wm { width: 120px; }
}

@media(max-width:1100px) {
	.cararea_A,
	.cararea_B { padding: 40px 0 50px; }
	.cararea_A ul li .img { width: 100%; margin-bottom: 20px; }
	.cararea_A ul li .rarea_r { position: initial; transform: translateY(0%); padding-left: 0; width: 100%; }
	.cararea_A ul li:nth-child(2n) .rarea_r { padding-right: 0; }
	.cararea_A ul li .rarea_r .jiesao { line-height: 1.77; margin-top: 15px; height: auto; }
	.cararea_A ul li .rarea_r a { margin-top: 30px; }

	.cararea_B .container  { padding: 0 20px; }
	.cararea_B .container .rareab_l { width: 100%; margin-bottom: 20px; }
	.cararea_B .container .rareab_r { position: initial; transform: translateY(0); width: 100%; }
	.cararea_B .container .rareab_r .gongbiao { margin: 8px 0 20px; }
	
	
}


/**汽车领域结束**/


/**NGK火花塞**/


.sparkplug_A { background: #EAF1F8; }
.sparkplug_A .sparkplugA_kai { background: #EAF1F8; padding: 70px 0 6.25vw; }
.sparkplug_A .sparkplugA_kai ul li { background: #fff; width: 49.3%; margin-right: 1.4%; float: left; margin-bottom: 1.4%; padding: 20px; }
.sparkplug_A .sparkplugA_kai ul li:nth-child(2n) { margin-right: 0; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott { margin-top: 40px; padding: 0 17px; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .xbt { margin: 6px 0 13px; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .more { margin-top: 45px; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .more i::before { width: 20px; height: 19px; background: url(../images/ewme.svg)no-repeat center center/cover; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .more .ewm { position: absolute; bottom: 0; left: 0; background: #fff; z-index: 2; padding: 11px; width: 132px; height: 132px; border-radius: 0px 20px 0px 12px; box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14); display: none; }
.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .more span { line-height: 48px; }

.sparkplug_A .sparkplugA_kai ul li:hover .gAkai_bott .more .ewm { display: block; }

@media(max-width:1100px) {
	.sparkplug_A .sparkplugA_kai { padding: 40px 0 50px; }
	.sparkplug_A .sparkplugA_kai ul li { width: 100%; margin-bottom: 20px; padding: 15px; }
	.sparkplug_A .sparkplugA_kai ul li:last-child { margin-bottom: 0; }
	.sparkplug_A .sparkplugA_kai ul li .gAkai_bott { margin-top: 20px; padding: 0; }
	.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .xbt { margin: 5px 0 7px; }
	.sparkplug_A .sparkplugA_kai ul li .gAkai_bott .more { margin-top: 20px; }
}



/**NGK火花塞结束**/



/**2-2-1半导体领域应用开始**/
.semiconductor_A { background: #EAF1F8; padding: 6.25vw 0; }
.semiconductor_A ul li { background: #fff; margin-bottom: 20px; padding: 20px; }
.semiconductor_A ul li:last-child { margin-bottom: 0; }
.semiconductor_A ul li .img { width: 49.1%; }
.semiconductor_A ul li .ductor { width: calc(41.1% + 20px); position: absolute; top: 50%; transform: translateY(-50%); padding-left: 44px; }
.semiconductor_A ul li .ductor .jiesao { line-height: 1.77; margin: 16px 0 41px; height: 155px; }
.semiconductor_A ul li:nth-child(2n) .ductor { left: auto; right: 6.8%; }


@media(max-width:1500px) {
	.semiconductor_A ul li .ductor .jiesao { height: 84px; }
}

@media(max-width:1100px) {
	.semiconductor_A { padding: 40px 0 50px; }
	.semiconductor_A ul li .img { width: 100%; margin-bottom: 25px; }
	.semiconductor_A ul li .ductor { position: initial; transform: translateY(0); padding-left: 0; width: 100%; }
	.semiconductor_A ul li .ductor .jiesao { height: auto; width: 100%; margin: 10px 0 25px; }
}


/**2-2-1半导体领域应用结束**/





/**2-2-1半导体封装开始**/
.encapsulation_A { background: #EAF1F8; }
.encapsulation_A .encapsulationA_kai { padding: 5.20833vw 0 6.25vw; }
.encapsulation_A .xbt { margin-top: 13px; }
.encapsulation_A ul { display: flex; flex-wrap: wrap; margin-top: 40px; }
.encapsulation_A ul li { float: left; background: #FFFFFF; width: 32.5%; margin-right: 1.25%; margin-bottom: 1.25%; padding: 38px 30px 140px; position: relative; transition: all .5s; }
.encapsulation_A ul li { float: left; background: #EAF1F8; width: 32.5%; margin-right: 1.25%; margin-bottom: 1.25%; padding: 38px 30px 140px; position: relative; transition: all .5s; }
.encapsulation_A ul li:nth-child(3n) { margin-right: 0; }
.encapsulation_A ul li .ebt { transition: all .5s; }
.encapsulation_A ul li .jiesao { line-height: 1.55; margin-top: 10px; transition: all .5s; }
.encapsulation_A ul li .icon { position: absolute; bottom: 40px; left: 30px; }
.encapsulation_A ul li .icon .mo2 { display: none; }
.encapsulation_A ul li .sz { position: absolute; bottom: 0px; line-height: .75; color: rgba(255, 255, 255, 0.1); right: 30px; font-size: 4.16666vw; }

.encapsulation_A ul li:hover { background: #007580; }
.encapsulation_A ul li:hover .ebt,
.encapsulation_A ul li:hover .jiesao { color: #fff; }
.encapsulation_A ul li:hover .icon .mo1 { display: none; }
.encapsulation_A ul li:hover .icon .mo2 { display: inline-block; }

.encapsulation_B { padding: 4.53125vw 30px 0; }
.encapsulation_B .encapsulationB_kai { height: 38.02083vw; }
.encapsulation_B .encapsulationB_kai .beijing { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.encapsulation_B .encapsulationB_kai .dingwei { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; }
.encapsulation_B .encapsulationB_kai .dingwei .dbt { line-height: 1.25; }
.encapsulation_B .encapsulationB_kai .dingwei .zbt { margin: 20px 0 10px; }
.encapsulation_B .encapsulationB_kai .dingwei .jiesao { width: 539px; line-height: 1.75; }
.encapsulation_B .encapsulationB_kai .dingwei .more { margin-top: 35px; }
.encapsulation_B .encapsulationB_kai .dingwei .more i::before { width: 20px; height: 19px; background: url(../images/ewme.svg)no-repeat center center/cover; }
.encapsulation_B .encapsulationB_kai .dingwei .more .ewm { position: absolute; bottom: 0; left: 0; background: #fff; z-index: 2; padding: 11px; width: 132px; height: 132px; border-radius: 0px 20px 0px 12px; box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14); display: none; }
.encapsulation_B .encapsulationB_kai .dingwei .more:hover .ewm { display: block; }

@media(max-width:1100px) {
	.encapsulation_A .encapsulationA_kai { padding: 40px 0 50px; }
	.encapsulation_A ul { margin-top: 20px; }
	.encapsulation_A ul li { width: 100%; margin-right: 0%; margin-bottom: 20px; padding: 20px 20px 100px; }
	.encapsulation_A ul li:last-child { margin-bottom: 0; }
	.encapsulation_A ul li .icon { left: 20px; bottom: 20px; }
	.encapsulation_A ul li .icon img { height: 30px; }
	.encapsulation_A ul li .sz { font-size: 28px; right: 20px; }

	.encapsulation_B { padding: 40px 20px 0px; }
	.encapsulation_B .encapsulationB_kai { height: 100vw; background: none !important; }
	.encapsulation_B .encapsulationB_kai .dingwei .jiesao { width: 100%; }
	.encapsulation_B .encapsulationB_kai .dingwei .more { margin-top: 25px; }
}


/**2-2-1半导体封装结束**/



/**NGK开始**/
.nybanner .icon { margin-bottom: 22px; }
/**NGK结束**/



/**手机端下拉开始**/


.nav_box { height: calc(100% - 57px); display: block; background: #fff; width: 100%; top: 57px; position: fixed; left: -100%; z-index: 99999999; overflow: hidden; transition: all .5s; }
.nav_box.cur { left: 0; }
.nav_box ul li { border-bottom: 1px solid #F7F7F7; }
.nav_box ul li>a { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #333333; position: relative; }
.nav_box ul li>a::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 8px; height: 12px; background: url(../images/sbmdwe.png)no-repeat center center/cover; }
.nav_box ul li .sbmd { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #333333; position: relative; }
.nav_box ul li .sbmd::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: url(../images/sbmd.png)no-repeat center center/cover; }
.nav_box ul li .sbmd.cur { background: #007580; color: #fff; }
.nav_box ul li .sbmd.cur::before { background: url(../images/sbmda.png)no-repeat center center/cover; height: 2px; }
.nav_box ul li .suv { padding: 0 20px; display: none; }
.nav_box ul li .suv .erjilanmu .bt { border-bottom: 1px solid #F7F7F7; padding: 13px 0 13px; }
.nav_box ul li .suv .erjilanmu:last-child .bt { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .bt span { font-size: 14px; color: #333333; display: inline-block; width: 82%; line-height: 22px; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a { font-size:15px; display: block; position: relative; }
.nav_box ul li .suv .erjilanmu.sbdm .bt .li a { font-size:13px; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a::before { position: absolute; content: ""; right: 0px; top: 6px; width: 12px; height: 12px; background: url(../images/sbmd.png)no-repeat center center/cover; }
.nav_box ul li .suv .sbdm.cur .bt a::before { background: url(../images/sbmwwwda.png)no-repeat center center/cover; height: 2px; top: 10px; }
.nav_box ul li .suv .erjilanmu:last-child { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .sum { display: none; padding: 9px 0 10px; border-bottom: 1px solid #F7F7F7; }
.nav_box ul li .suv .erjilanmu .sum .us a { display: block; font-size: 12px; line-height: 28px; color: #333333; }
.sanjiLanmu { margin-top: 15px; padding-left: 16px; }
.sanjiLanmu a { display: block; margin: 6px 0; }
.nav_box ul li .suv .erjilanmu.sbdm .bt .sanjiLanmu a::before { display: none; }



/**手机端下拉结束**/


@charset "utf-8"; 
.banner .annerweo .swiper-slide { opacity: .6; }
.banner .annerweo .swiper-slide-active { opacity:1; }

.banner .annerweo .swiper-slide .wzlog .ob { margin: 0 0 8px; }
.banner .annerweo .swiper-slide .wzlog .oc { line-height: 1.55; margin-bottom: 0; }
.banner .annerweo .swiper-slide .wzlog .more { margin-top: 43px; }
.banner .annerweo .swiper-slide .wzlog .od { margin-top: 36px; }
.banner .annerweo .swiper-slide .wzlog .od .oi { margin-right: 17px; }
.banner .annerweo .swiper-slide .wzlog .od .oi:last-child { margin-right: 0; }
.banner .annerweo .swiper-slide .wzlog .od .oi img { height: 66px; }
.banner .annerweo .swiper-slide .wzlog img { margin-right: 132px; display:inline-block; height: 66px; }
.banner .annerweo .swiper-slide .wzlog img:last-child { margin-right:0; opacity:0; }

.banner .annerweo .swiper-slide:before { display: none; }

.xuanfu { position: fixed; top: 50%; transform: translateY(-50%); z-index: 9; right: 20px; display: none; }
.xuanfu .fue { margin-bottom: 132px; }
.xuanfu .fue:last-child { margin-bottom: 0; }
.xuanfu .fue a { display: block; overflow: hidden; border-radius: 50%; }

.nybanner .menzo ul li.cur a { background: #007580; }

@media(max-width:1500px) {

	.xuanfu .fue a img { height: 60px; }
}

@media(max-width:1100px){
	.banner .annerweo .swiper-slide .wzlog .ob { margin-bottom: 8px; }
	.banner .annerweo .swiper-slide .wzlog .more { margin-top: 20px; }
	.banner .annerweo .swiper-slide .wzlog .od { margin-top: 20px; }
	.banner .annerweo .swiper-slide .wzlog .od .oi img { height: 55px; }

	.xuanfu { display: none !important; }
}

/**中国分部开始**/
.chfenbu { background: #EAF1F8; padding: 5.9375vw 0 0; }
.chfenbu .fenbu_bott { margin-top: 53px; }
.chfenbu .fenbu_bott .fbuottl { width: 65.453%; }
.chfenbu .fenbu_bott .fbuottl .ssss { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.chfenbu .fenbu_bott .fbuottl .ssss .sss { background: rgba(255, 255, 255, 0.5); border-radius: 50%; width: 42px; height: 42px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.chfenbu .fenbu_bott .fbuottl .ssss .sss::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 28px; height: 28px; border-radius: 50%; overflow: hidden; background: #007580; }
.chfenbu .fenbu_bott .fbuottl .ssss .sss::after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 10px; height: 10px; border-radius: 50%; overflow: hidden; background: #fff; }
.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz { position: absolute; display: none; top: 50%; transform: translateY(-50%); left: 50px; min-width: 100px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); border-radius: 0px 10px 0px 10px; overflow: hidden; background: #F8B500; line-height: 46px;  padding: 0 24px;  }
.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz span { padding-left: 22px; position: relative;  min-width: 64px; text-align: center; display: inline-block; }
.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz span::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 14px; height: 17px; background: url(../images/orunji.svg) no-repeat center center/cover; }

.chfenbu .fenbu_bott .fbuottl .ssss .ss1 { top: 20%; left: 89.5%; }
.chfenbu .fenbu_bott .fbuottl .ssss .ss2 { top: 30.5%; left: 75%; }
.chfenbu .fenbu_bott .fbuottl .ssss .ss3 { top: 46.2%; left: 82%; }
.chfenbu .fenbu_bott .fbuottl .ssss .ss4 { top: 49%; left: 87.5%; }
.chfenbu .fenbu_bott .fbuottl .ssss .ss5 { top: 54%; left: 60.5%; }
.chfenbu .fenbu_bott .fbuottl .ssss .ss6 { top: 68%; left: 71%; }

.chfenbu .fenbu_bott .fbuottr { width: 29.315%; background: #fff; position: absolute; top: 40%; transform: translateY(-50%); right: 0; padding: 45px 36px 40px 31px; }
.chfenbu .fenbu_bott .fbuottr .swiper-container { overflow: hidden; }
.chfenbu .fenbu_bott .fbuottr .swiper-container .xbt { line-height: 1.54; padding-bottom: 20px; border-bottom:1px solid rgba(38, 44, 52, 0.2); font-weight: 600; }
.chfenbu .fenbu_bott .fbuottr .swiper-container .uoa  { margin: 25px 0 55px; }
.chfenbu .fenbu_bott .fbuottr .swiper-container .uoa .o { position: relative; padding-left: 30px; margin-bottom: 9px; }
.chfenbu .fenbu_bott .fbuottr .swiper-container .uoa .o:last-child { margin-bottom: 0; }
.chfenbu .fenbu_bott .fbuottr .swiper-container .uoa .o img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.chfenbu .fenbu_bott .fbuottr .gewswip .geneo { background: #EAF1F8; }
.chfenbu .fenbu_bott .fbuottr .gewswip .geneo:hover { background: #007580; }

.chfenbu .fenbu_bott .fbuottl .ssss .sss.sss-active { z-index: 2; }
.chfenbu .fenbu_bott .fbuottl .ssss .sss.sss-active .wz { display: block; }



@media(max-width:1500px) {
	.chfenbu .fenbu_bott .fbuottl .ssss .sss { width: 34px; height: 34px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss::after { width: 8px; height: 8px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss::before { width: 24px; height: 24px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz { line-height: 40px; font-size: 14px; padding: 0 20px; min-width: 80px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .ss1 .wz { left: auto; right: 50px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz span { padding-left: 13px; min-width: 51px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss .wz span::before { width: 11px; height: 14px; }
}

@media(max-width:1100px) {
	.chfenbu { padding: 40px 0 50px; }
	.chfenbu .fenbu_bott { margin-top: 20px; }
	.chfenbu .fenbu_bott .fbuottl { width: 100%; }
	.chfenbu .fenbu_bott .fbuottr { width: 100%; padding: 20px; position: initial; transform: translateY(0); margin-top: 30px; }
	.chfenbu .fenbu_bott .fbuottr .swiper-container .xbt { padding-bottom: 15px; }
	.chfenbu .fenbu_bott .fbuottr .swiper-container .uoa { margin: 15px 0 25px; }

	.chfenbu .fenbu_bott .fbuottl .ssss .sss { width: 25px; height: 25px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss::after { width: 5px; height: 5px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .sss::before { width: 17px; height: 17px; }
	.chfenbu .fenbu_bott .fbuottl .ssss .ss2 .wz,
	.chfenbu .fenbu_bott .fbuottl .ssss .ss6 .wz,
	.chfenbu .fenbu_bott .fbuottl .ssss .ss3 .wz,
	.chfenbu .fenbu_bott .fbuottl .ssss .ss4 .wz { left: auto; right: 50px; }
}
/**中国分部结束**/

/**我们的业务开始**/
.OurBusiness_B .OurBusinessB_nr ul li .text .ext { bottom: 30px; }
.OurBusiness_B .OurBusinessB_nr ul li.lei .text .ext .xt { width: 49.1%; margin-right: 1.7%; margin-bottom: 1.7%; }
.OurBusiness_B .OurBusinessB_nr ul li.lei .text .ext .xt:nth-child(2n) { margin-right: 0; }

@media(max-width:1100px) {
	.OurBusiness_B .OurBusinessB_nr ul li.lei .text .ext { margin-top: 35px; }
	.OurBusiness_B .OurBusinessB_nr ul li.lei .text .ext .xt { width: 100%; }
}
/**我们的业务结束**/



/**我们的业务开始**/
.nybannerA .wenzo .nzoc p:nth-child(n+2) { margin-top: 0px; }
.AMbusiness_Ah { background: #fff; }
.AMbusiness_A .AMbusinessA_kai .kail { left: auto; right: 0; }
.AMbusiness_A .AMbusinessA_kai .kail .xq { margin: 21px 0 14px; }


@media(max-width:1100px) {
	.AMbusiness_A .AMbusinessA_kai .kail .xq { margin: 10px 0 13px; } 
}
/**我们的业务结束**/




/**AM业务开始**/
.AMbusiness_C { position: relative; overflow: hidden; padding: 7.8125vw 0 6.5625vw; }
.AMbusiness_C .container { position: relative; z-index: 1; }
.AMbusiness_C::before { position: absolute; content: ""; bottom: -16.40625vw; left: 0; width: 100%; height: 32.96875vw; background: url(../images/AMbusiness_C.png)no-repeat center center/cover; }
.AMbusiness_C .nessb_left { width: 37%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.AMbusiness_C .nessb_left .gundongtiaoe .xq { line-height: 1.5; margin-top: 22px; }
.AMbusiness_C .nessb_left .gundongtiaoe .jiesao { line-height: 1.77; margin-top: 7px; }
.AMbusiness_C .nessb_right { width: 54.5%; }
.AMbusiness_D { padding: 6.04166vw 0 0; overflow: hidden; position: relative; }
.AMbusiness_D::before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 21.97916vw; background: url(../images/siness_D.png)no-repeat center center/cover; }
.AMbusiness_D .inessd_top .gundongtiaoe .xq { margin: 21px 0 14px; }
.AMbusiness_D .inessd_top .gundongtiaoe .jiesao { line-height: 1.77; }
.AMbusiness_D .inessd_bottom { text-align: center; margin-top: 36px; }
.AMbusiness_D .inessd_bottom .ttomzong { display: inline-block; margin-bottom: -8.33333vw; position: relative; width: 36.77083vw; height: 36.77083vw; }
.AMbusiness_D .inessd_bottom .ttomzong::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/ttomzong.png)no-repeat center center/cover; animation: rotate 5s linear infinite;  }
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.AMbusiness_D .inessd_bottom .ttomzong img { position: absolute; top: 50%; left: 50%; width: 24.16666vw; height: 24.16666vw; transform: translate(-50%,-50%); }


.AMbusiness_D .inessd_bottom .ovm { width: 11.77083vw; height: 11.77083vw; position: relative; margin-top: 1.875vw; }
.AMbusiness_D .inessd_bottom .ovm::after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: url(../images/nessd_bo1.png)no-repeat center center/cover; animation: rotateb 5s linear infinite; }
.AMbusiness_D .inessd_bottom .ovm::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 10.17656vw; height: 10.17656vw; background: url(../images/nessd_bo2.png)no-repeat center center/cover; animation: rotatea 5s linear infinite; }
.AMbusiness_D .inessd_bottom .ovm .dtom { background: #F8B500; width: 8.86354vw; height: 8.86354vw; position: absolute; border-radius: 50%; overflow: hidden; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.AMbusiness_D .inessd_bottom .ovm .dtom .oy { position: absolute; top: 53%; width: 100%; left: 50%; transform: translate(-50%,-50%); }
@keyframes rotatea {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(-360deg);
    }
}
@keyframes rotateb {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma { color: #fff;line-height: .85; }
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma span {
    font-family: "AlimamaFyt"!important;
    font-weight: 700;
}
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma .nsa { margin-bottom:12px; font-size: 0.9375vw; }
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma span { font-size: 2.8125vw; }
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma i { font-size: 2.08333vw; }
.AMbusiness_D .inessd_bottom .ovm .dtom .oy .omb { font-size: 0.9375vw; color: #fff; line-height: 1.55; margin-top: 3px; width: 6vw; display: inline-block; }


.AMbusiness_D .inessd_bottom .ssbtom { margin-top: 8.125vw; }
.AMbusiness_D .inessd_bottom .ssbtom::after { background: url(../images/nessd_bo1a.png)no-repeat center center/cover; }
.AMbusiness_D .inessd_bottom .ssbtom::before { background: url(../images/nessd_bo2a.png)no-repeat center center/cover; }
.AMbusiness_D .inessd_bottom .ssbtom .dtom { background: #007580; }

@media(max-width:1800px) {
    .AMbusiness_D .inessd_top .gundongtiaoe .jiesao { font-size:16px; }
}

@media(max-width:1100px) {
	.AMbusiness_C { padding: 40px 0 50px; }
	.AMbusiness_C .nessb_left { width: 100%; position: initial; transform: translateY(0); }
	.AMbusiness_C .nessb_left .gundongtiaoe .xq { margin-top: 10px; }
	.AMbusiness_C .nessb_right { width: 100%; margin-top: 30px; }

	.AMbusiness_D { padding: 40px 0 0; }
	.AMbusiness_D .gundongtiaoe { padding-right: 0; }
	.AMbusiness_D .inessd_top .gundongtiaoe .xq { margin: 10px 44px 13px; line-height:1.5; }

	.AMbusiness_D::before { display: none; }
	.AMbusiness_D .inessd_bottom .ttomzong {
		width: 89.93333vw;
		height: 89.93333vw;
		margin-bottom: -17.33333vw;
	}
	.AMbusiness_D .inessd_bottom .ttomzong::before { background: url(../images/ttomzonga.png)no-repeat center center/cover;  }
	.AMbusiness_D .inessd_bottom .ttomzong img {
		width: 60.16666vw;
		height: 60.16666vw;
	}

	.AMbusiness_D .inessd_bottomaw .ovm {
		width: 39.77083vw;
		height: 39.77083vw;
		margin-right: 8vw;
		margin-top: 6vw;
	}
	.AMbusiness_D .inessd_bottomaw .ovm:last-child { margin-right: 0; margin-top: 0; }
	.AMbusiness_D .inessd_bottomaw .ovm::before {
		width: 33.17656vw;
		height: 33.17656vw;
	}
	.AMbusiness_D .inessd_bottomaw .ovm .dtom {
		width: 26.86354vw;
		height: 26.86354vw;
	}
	.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma span {
		font-size: 5.8125vw;
	}
	.AMbusiness_D .inessd_bottom .ovm .dtom .oy .omb { font-size: 3.5vw; width: 22vw; }
	.AMbusiness_D .inessd_bottomae { margin-top: 0; }
	.AMbusiness_D .inessd_bottom .ovm .dtom .oy .oma .nsa { font-size:3.5vw; }
}

/**AM业务结束**/


/**NBD业务**/
.NBDYEWU_A { padding: 4.94791vw 0 6.25vw; }
.woznxgong .gundongtiaou .xq { margin: 20px 0 11px; }
.woznxgong .gundongtiaou .jiesao { width: 80%; display: inline-block; line-height: 1.77; }

.woznxgonga .gundongtiaou .xq { margin: 20px 0 0; }

.NBDYEWU_A .yewua_bottom { background: #fff; padding: 20px 57px 20px 20px; margin-top: 39px; }
.NBDYEWU_A .yewua_bottom .wuabott_l { position: absolute; top: 50%; transform: translateY(-50%); left: 0; height: 100%; width: 51.871%; }
.NBDYEWU_A .yewua_bottom .wuabott_l .xix { width: 100%; height: 100%; }

.NBDYEWU_A .yewua_bottom .wuabott_r { padding: 40px 0; width: 43.5%; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .ixi .jzw { padding-bottom: 20px; margin: 10px 0 17px; border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .ixi .xio { line-height: 1.77; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .ixi .xio p { padding-left: 14px; position: relative; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .ixi .xio p::before { content: ""; position: absolute; top: 13px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #B2BFCD; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix { margin-top: 35px; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix ul li { float: left; margin-right: 10px; width: calc(16.66% - 8.3px); }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix ul li img { width: 100%; }
.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix ul li:last-child { margin-right: 0; }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe { margin-top: 5.20833vw; }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow { cursor: pointer; line-height: 1; margin-right: 40px; color: #262C34; padding-bottom: 3px; position: relative; }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow:last-child { margin-right: 0; }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow.cur { color: #007580; }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow::before { position: absolute; content: ""; bottom: 0; left: 0; width: 0; height: 1px; transition: all .5s; background: #007580;  }
.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow.cur::before { width: 100%; }

.NBDYEWU_B { padding: 6.14583vw 0 7.18749vw; }
.NBDYEWU_B .woznxgong .gundongtiaou .jiesao { width: 77%; }
.NBDYEWU_B .yewub_zong { width: 77%; display: inline-block; margin: 29px 0 25px; }
.NBDYEWU_B .qhmdsw-cont .swiper-wrapper {
    transition-timing-function: linear;
}

.mainTg { position: relative; }
.mainTg:after { content:''; width: 100%; height: 23px; position: absolute; left: 0; bottom: 100%; background: url(../images/mainBgHa.svg) no-repeat top center; background-size: 100% auto;}


.NBDYEWU_C { padding: 5.98958vw 0 6.25vw; }
.NBDYEWU_C .yewuc_bottom { margin-top: 38px; }
.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide { background: #fff; padding: 13.47px 13.47px 48px; }
.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide-prev { opacity: .2; }
.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide-next+div+div { opacity: .2; }
.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide .wenzi { padding: 37px 26.94px 0; }
.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide .wenzi .euz { line-height: 1.66; margin-top: 12px; }


.NBDYEWU_C .yewuc_bottom .swiper-ane { margin-top: 40px; }
.NBDYEWU_C .yewuc_bottom .swiper-ane .swiper-pagination {
    position: absolute;
    height: 2px;
    width: calc(100% - 136px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.NBDYEWU_C .yewuc_bottom .swiper-ane .swiper-pagination .swiper-pagination-progressbar-fill { background: #007580; }
.swiper-bai .gong {
    background: #fff;
}
.swiper-bai .swiper-button-prev:after { background: url(../images/hgprev.svg)no-repeat center center/cover; } 
.swiper-bai .swiper-button-next:after { background: url(../images/hgnext.svg)no-repeat center center/cover; } 

.swiper-bai .swiper-button-prev:hover:after { background: url(../images/gprev.svg)no-repeat center center/cover; } 
.swiper-bai .swiper-button-next:hover:after { background: url(../images/gnext.svg)no-repeat center center/cover; } 


@media(max-width:1500px) {
	.NBDYEWU_B .yewub_zong,
	.NBDYEWU_B .woznxgong .gundongtiaou .jiesao { width: 88%; }
}

@media(max-width:1100px) {
	.NBDYEWU_A,
	.NBDYEWU_B,
	.NBDYEWU_C { padding: 40px 0 50px; }
	.woznxgong .gundongtiaou .jiesao { width: 100%; }
	.woznxgong .gundongtiaou .xq { margin: 12px 0 11px; }

	.NBDYEWU_A .yewua_bottom { margin-top: 20px; padding: 20px 20px 10px; }
	.NBDYEWU_A .yewua_bottom .wuabott_l .xix { background: none !important; }
	.NBDYEWU_A .yewua_bottom .wuabott_l { width: 100%; transform: translateY(0); position: initial; }
	.NBDYEWU_A .yewua_bottom .wuabott_r { padding: 0; margin-top: 20px; width: 100%; }
	.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .ixi .jzw { margin: 10px 0 10px; padding-bottom: 13px; }
	.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix { margin-top: 30px; }
	.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix ul li { width: calc(33.33% - 6.7px); margin-bottom: 10px; }
	.NBDYEWU_A .yewua_bottom .wuabott_r .wenziqie .oix ul li:nth-child(3n) { margin-right: 0; }

	.NBDYEWU_A .yewua_bottom .wuabott_r .uabowe .bow { width: 50%; margin-right: 0; text-align: center; margin-bottom: 15px; }

	.NBDYEWU_B .yewub_zong,
	.NBDYEWU_B .woznxgong .gundongtiaou .jiesao { width: 100%; }
	.NBDYEWU_B .yewub_zong { margin: 20px 0 30px; }


	.mainTg:after { display: none; }


	.NBDYEWU_C .yewuc_bottom { margin-top: 20px; }
	.NBDYEWU_C .yewuc_bottom .swiper-container { overflow: hidden; }
	.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide .wenzi { padding: 20px 20px 0; }
	.NBDYEWU_C .yewuc_bottom .swiper-container .swiper-slide { padding: 13px 13px 20px; }
	.NBDYEWU_C .yewuc_bottom .swiper-ane .swiper-pagination { width: calc(100% - 120px); }
	
}
/**NBD结束**/


/**产品一览汽车领域**/
.bheaf { background: #EAF1F8; }
.cararea_AU { background: #EAF1F8; padding: 6.25vw 0; }
.cararea_AU ul li { float: left; background: #fff; width: 49.5%; margin-right: 1%; padding: 20px 20px 0; }
.cararea_AU ul li:last-child { margin-right: 0; }
.cararea_AU ul li .img { overflow: hidden; }
.cararea_AU ul li .img img { transition: all .5s; transform: scale(1); }
.cararea_AU ul li .wenz { padding: 33px 0 37px 10px; }
.cararea_AU ul li .wenz .enzl { line-height: 1; }
.cararea_AU ul li .wenz .enzr { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.cararea_AU ul li:hover .img img { transform: scale(1.05); }

@media(max-width:1100px) {
	.cararea_AU  { padding: 40px 0 50px; }
	.cararea_AU ul li { width: 100%; margin-bottom: 20px; padding: 15px 15px 0; margin-right: 0; }
	.cararea_AU ul li:last-child { margin-bottom: 0; }

	.nybanner .wenzoa { bottom: 8px; }
	.nybannerB .wenzo { top: auto; transform: translateY(0); bottom: 50px; }
}
/**产品一览汽车领域结束**/




/**OEM产品开始**/
.OEMcavns_A { padding: 3.80208vw 0 6.77083vw; }
.OEMcavns_A ul { display: flex; flex-wrap: wrap; }
.OEMcavns_A ul li { float: left; background: #fff; padding: 20px 20px 40px; margin-right: 1.4%; width: 49.3%; }
.OEMcavns_A ul li:last-child { margin-right: 0; margin-bottom: 0; }
.OEMcavns_A ul li .nwne { padding: 34px 0 0 10px; }
.OEMcavns_A ul li .nwne .nwb { margin: 10px 0 35px; }

@media(max-width:1100px) {
	.OEMcavns_A { padding: 40px 0 50px; }
	.OEMcavns_A ul li { width: 100%; margin-right: 0; margin-bottom: 20px; padding: 15px 15px 20px; }
	.OEMcavns_A ul li .nwne { padding: 20px 0 0; }
	.OEMcavns_A ul li .nwne .nwb { margin-bottom: 20px; }
}
/**OEM产品结束**/


/**OEM火花塞**/
.oemhuohuasai_A { padding: 5.46875vw 0 6.51041vw; }
.oemhuohuasai_A .ul { display: flex; flex-wrap: wrap; }
.oemhuohuasai_A .ul .li { float: left; background: #fff; margin-right: 18px; width: calc(33.33% - 12px); margin-bottom: 18px; padding: 20px 20px 0; }
.oemhuohuasai_A .ul .li:nth-child(3n) { margin-right: 0; }
.oemhuohuasai_A .ul .li .swiper-container { overflow: hidden; }
.oemhuohuasai_A .ul .li .li_top { position: relative; }
.oemhuohuasai_A .ul .li .li_top .swiper-pagination { text-align: left; width: auto; top: 22px; left: 22px; height: auto; bottom: auto; }
.oemhuohuasai_A .ul .li .li_top .swiper-pagination .swiper-pagination-bullet { margin: 0 10px 0 0; width: 10px; height: 10px; border-radius: 50%; background: #F8B500; opacity: .2; }
.oemhuohuasai_A .ul .li .li_top .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }
.oemhuohuasai_A .ul .li .li_top .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; }

.oemhuohuasai_A .ul .li .li_bottom { padding: 37px 10px 40px; }
.oemhuohuasai_A .ul .li .li_bottom .bot { margin-top: 13px}
.oemhuohuasai_A .ul .li .li_bottom .bot .bol { background: rgba(0, 117, 128, 0.1); border-radius: 0px 10px 0px 10px; line-height: 31px; padding: 0 10px; color: #007580; margin-right: 10px; }
.oemhuohuasai_A .ul .li .li_bottom .bot .bor { line-height: 31px; color: #007580; }
.oemhuohuasai_A .ul .li .li_bottom .bul { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.oemhuohuasai_A .ul .li .li_bottom .bul ul li { line-height: 1.75; padding-left: 16px; position: relative; }
.oemhuohuasai_A .ul .li .li_bottom .bul ul li:before { position: absolute; content: ""; top: 11px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #B2BFCD; }

@media(max-width:1100px) {
	.oemhuohuasai_A { padding: 40px 0 50px; }
	.oemhuohuasai_A .ul .li { width: 100%; margin-right: 0; margin-bottom: 20px; padding: 15px 15px 0; }
	.oemhuohuasai_A .ul .li:last-child { margin-bottom: 0; }
	.oemhuohuasai_A .ul .li .li_bottom { padding: 20px 0; }
	.oemhuohuasai_A .ul .li .li_bottom .bul { padding-top: 15px; }
	.oemhuohuasai_A .ul .li .li_top .swiper-pagination { top: 15px; left: 15px; }

	.nybannerA .wenzo { top: auto; transform:translateY(0); bottom:40px; }
	.nybanner .menzo { display: none; }
}
/**OEM火花塞结束**/



/**OEM传感器**/
.oemhuohuasai_B .ul .li .li_top .swiper-pagination .swiper-pagination-bullet { background: #fff; }
/**OEM传感器结束**/






/**人才发展与培养**/
.saonian_A { padding: 6.14583vw 0 6.77083vw; }
.saonian_A .saoniana_bottom { margin-top: 30px; }
.saonian_A .saoniana_bottom ul li { float: left; margin-right: 1.4%; width: 32.4%; position: relative; }
.saonian_A .saoniana_bottom ul li:last-child { margin-right: 0; }
.saonian_A .saoniana_bottom ul li .wz { position: absolute; width: 100%; left: 0; bottom: 1.19791vw; padding: 0 1.51041vw; }

.saonian_B { padding: 0 30px; }
.saonian_B .saonianb_bao .ntitle .pan { margin-top: 9px; }
.saonian_B .saonianb_bao { background: url(../images/saonian_B.png)no-repeat center center/cover; padding: 4.94791vw 0 11.30208vw; }
.saonian_B .onianb_juz { margin-top: 60px; }
.saonian_B .onianb_juz ul { display: inline-block; width: 80%; }
.saonian_B .onianb_juz ul li { float: left; width: 33.33%; border-right: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 3.125vw; }
.saonian_B .onianb_juz ul li:nth-child(3n) { border-right: 0; }
.saonian_B .onianb_juz ul li:nth-child(4) { margin-bottom: 0; }
.saonian_B .onianb_juz ul li:nth-child(5) { margin-bottom: 0; }
.saonian_B .onianb_juz ul li:nth-child(6) { margin-bottom: 0; }
.saonian_B .onianb_juz ul li .icon img { height: 50px; }
.saonian_B .onianb_juz ul li .wz { margin-top: 20px; }

@media(max-width:1500px) {
	.saonian_B .onianb_juz { margin-top: 40px; }
	.saonian_B .onianb_juz ul { width: 90%; }
}
@media(max-width:1100px) {
	.saonian_A { padding: 40px 0 50px; }
	.saonian_A .saoniana_bottom { margin-top: 20px; }
	.saonian_A .saoniana_bottom ul li { width: 100%; margin-bottom: 20px; }
	.saonian_A .saoniana_bottom ul li:last-child { margin-bottom: 0; }
	.saonian_A .saoniana_bottom ul li .wz { bottom: 20px; padding: 0 20px; }
	.saonian_B { padding: 0 20px; }
	.saonian_B .saonianb_bao { padding: 40px 0 50px; }
	.saonian_B .onianb_juz ul { width: 100%; }
	.saonian_B .onianb_juz ul li .icon img { height: 30px; }
	.saonian_B .onianb_juz ul li { width: 49%; margin-right: 2%; }
	.saonian_B .onianb_juz ul li:nth-child(3n) { margin-right: 2%; border-right: 1px solid rgba(255, 255, 255, 0.2); }
	.saonian_B .onianb_juz ul li:nth-child(2n) { margin-right: 0%; border-right: 0; }
	.saonian_B .onianb_juz ul li:nth-child(4) { margin-bottom: 20px; }
	.saonian_B .onianb_juz ul li:nth-child(5) { margin-bottom: 0; }
	.saonian_B .onianb_juz ul li:nth-child(6) { margin-bottom: 0; }
	.saonian_B .onianb_juz ul li .wz { font-size: 14px; padding: 0 10px; }
}
/**人才发展与培养结束**/


/**联系我们**/
.lianxiwoe_A { padding: 6.09375vw 0 6.25vw; }
.lianxiwoe_A .jiesao { line-height: 1.77; margin: 8px 0 40px; }
.lianxiwoe_A ul li { background: #fff; padding: 20px 53px 20px 20px; margin-bottom: 20px; }
.lianxiwoe_A ul li:last-child { margin-bottom: 0; }
.lianxiwoe_A ul li .tumnl { width: 49.18%; position: absolute; top: 0; left: 0; height: 100%; }
.lianxiwoe_A ul li .tumnl .wenzi { border-radius: 0px 10px 0px 10px; background: rgba(255, 255, 255, 0.19); backdrop-filter: blur(10px); color: #fff; line-height: 36px; padding: 0 20px; top: 20px; right: 20px; position: absolute; }
.lianxiwoe_A ul li .tumnr { width: 47.6%; padding: 35px 0 30px; }
.lianxiwoe_A ul li .tumnr .biaot { border-bottom:1px solid rgba(0, 0, 0, 0.1); padding-bottom: 20px; position: relative; }
.lianxiwoe_A ul li .tumnr .biaot::before { position: absolute; content: ""; bottom: -1px; left: 0; background: #007580; width: 50px; height: 1px; }
.lianxiwoe_A ul li .tumnr .dianh { color: #262C34; line-height: 1.8; margin-top: 20px; }
.lianxiwoe_A ul li .tumnr .dianh p { position: relative; padding-left: 25px; }
.lianxiwoe_A ul li .tumnr .dianh p::before { position: absolute; content: ""; top: 9px; left: 0; width: 16px; height: 18px; background: url(../images/dianhua.svg)no-repeat center center/cover; }
.lianxiwoe_A ul li .tumnr .icnweo { margin-top: 55px; }
.lianxiwoe_A ul li .tumnr .icnweo .owejn img { height:95px; }
.lianxiwoe_A ul li .tumnr .icnweo .nweol { position: relative; padding-left: 75px; width: 80%; }
.lianxiwoe_A ul li .tumnr .icnweo .nweol .icon { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.lianxiwoe_A ul li .tumnr .icnweo .nweol .wz { line-height: 1.625; }
.lianxiwoe_A ul li .tumnr .xiaozi { margin-top: 20px; color: #636267; }

.lianxiwoe_A ul li:nth-child(2n) { padding: 20px 20px 20px 53px; }
.lianxiwoe_A ul li:nth-child(2n) .tumnl { right: 0; left: auto; } 


@media(max-width:1100px) {
	.lianxiwoe_A { padding: 40px 0 50px; }
	.lianxiwoe_A .jiesao { margin: 10px 0 20px; }
	.lianxiwoe_A ul li,
	.lianxiwoe_A ul li:nth-child(2n) { padding: 15px; }
	.lianxiwoe_A ul li .tumnl { width: 100%; position: initial; }
	.lianxiwoe_A ul li .tumnr { padding: 20px 0 0; width: 100%; }
	.lianxiwoe_A ul li .tumnr .biaot { padding-bottom: 15px; }
	.lianxiwoe_A ul li .tumnr .dianh { margin-top: 11px; }
	.lianxiwoe_A ul li .tumnr .icnweo { margin-top: 25px; }
	.lianxiwoe_A ul li .tumnl .wenzi { top: 15px; right: 15px; font-size: 14px; line-height: 30px; padding: 0 15px; }
	.lianxiwoe_A ul li .tumnr .icnweo .nweol { width: 100%; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno { margin-top: 20px; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno  img { height: 40px; }
}
/**联系我们结束**/




/**修改**/
@media(max-width:1100px) {
	.cararea_A ul li .rarea_r .jiesao,
	.semiconductor_A ul li .ductor .jiesao { padding-right: 0; }
}
/**修改结束**/



/**联系我们**/
.lianxiwoe_A { padding: 6.09375vw 0 6.25vw; }
.lianxiwoe_A .jiesao { line-height: 1.77; margin: 8px 0 40px; }
.lianxiwoe_A ul li { background: #fff; padding: 20px 53px 20px 20px; margin-bottom: 20px; }
.lianxiwoe_A ul li:last-child { margin-bottom: 0; }
.lianxiwoe_A ul li .tumnl { width: 49.18%; position: absolute; top: 0; left: 0; height: 100%; }
.lianxiwoe_A ul li .tumnl .wenzi { border-radius: 0px 10px 0px 10px; background: rgba(255, 255, 255, 0.19); backdrop-filter: blur(10px); color: #fff; line-height: 36px; padding: 0 20px; top: 20px; right: 20px; position: absolute; }

.lianxiwoe_A ul li .tumnr { width: 47.6%; padding: 35px 0 30px; }
.lianxiwoe_A ul li .tumnr .biaot { border-bottom:1px solid rgba(0, 0, 0, 0.1); padding-bottom: 20px; position: relative; }
.lianxiwoe_A ul li .tumnr .biaot::before { position: absolute; content: ""; bottom: -1px; left: 0; background: #007580; width: 50px; height: 1px; }
.lianxiwoe_A ul li .tumnr .dianh { color: #262C34; line-height: 1.8; margin-top: 20px; }
.lianxiwoe_A ul li .tumnr .dianh p { position: relative; padding-left: 25px; }
.lianxiwoe_A ul li .tumnr .dianh p::before { position: absolute; content: ""; top: 9px; left: 0; width: 16px; height: 18px; background: url(../images/dianhua.svg)no-repeat center center/cover; }
.lianxiwoe_A ul li .tumnr .icnweo { margin-top: 55px; }
.lianxiwoe_A ul li .tumnr .icnweo .nweol { position: relative; padding-left: 75px; width: 80%; }
.lianxiwoe_A ul li .tumnr .icnweo .nweol .icon { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.lianxiwoe_A ul li .tumnr .icnweo .nweol .wz { line-height: 1.625; }
.lianxiwoe_A ul li .tumnr .xiaozi { margin-top: 20px; color: #636267; }

.lianxiwoe_A ul li:nth-child(2n) { padding: 20px 20px 20px 53px; }
.lianxiwoe_A ul li:nth-child(2n) .tumnl { right: 0; left: auto; } 

.lianxiwoe_A ul li .tumnr .icnweo .nweol { margin-top: 16px; }
.lianxiwoe_A ul li .tumnl .wenzi { left: 20px; right: auto; display: inline-block; }
.lianxiwoe_A ul li:nth-child(2n) .tumnl .wenzi { right: 20px; left: auto; }
.lianxiwoe_A ul li .tumnr { float: right; }
.lianxiwoe_A ul li:nth-child(2n) .tumnr { float: left; }
@media(max-width:1100px) {
	.lianxiwoe_A { padding: 40px 0 50px; }
	.lianxiwoe_A .jiesao { margin: 10px 0 20px; }
	.lianxiwoe_A ul li,
	.lianxiwoe_A ul li:nth-child(2n) { padding: 15px; }
	.lianxiwoe_A ul li .tumnl { width: 100%; position: initial; }
	.lianxiwoe_A ul li .tumnr { padding: 20px 0 0; width: 100%; }
	.lianxiwoe_A ul li .tumnr .biaot { padding-bottom: 15px; }
	.lianxiwoe_A ul li .tumnr .dianh { margin-top: 11px; }
	.lianxiwoe_A ul li .tumnr .icnweo { margin-top: 25px; }
	.lianxiwoe_A ul li .tumnl .wenzi { top: 15px; right: 15px; font-size: 14px; line-height: 30px; padding: 0 15px; }
	.lianxiwoe_A ul li .tumnr .icnweo .nweol { width: 100%; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno { margin-top: 20px; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno  img { height: 40px; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno.owejn img { height:121px; }
	.lianxiwoe_A ul li .tumnr .icnweo .nweol { margin-top: 0; }
	
	.lianxiwoe_A ul li .tumnr .icnweo .clearfix { position:relative; }
	.lianxiwoe_A ul li .tumnr .icnweo .icno:last-child { position:absolute; bottom:0; right:0; }
	
}
/**联系我们结束**/





/**Cookies开始**/
.yszcA-b { position:fixed; background: #007580; bottom:0; left:0; width:100%; padding:58px 0 50px; z-index:999; display:none; }
.yszcA-b .t1 { color:#fff; }
.yszcA-b .c1 { color:#fff; line-height: 1.777; margin-top:10px; }
.yszcA-b .c1 a { display:inline-block; text-decoration: underline; color:#fff; }
.yszcA-b .yszcA-d a { display:inline-block; color:#007580; border-radius: 0px 20px 0px 20px; background: #FFFFFF; line-height:54px; padding: 0 25px; margin-right:16px; }
.yszcA-b .yszcA-d a:last-child { margin-right:0; }

.terms .suirxz { position:relative; z-index:1; }
.terms .uwei { padding:0 17.5px; border-radius: 0px 20px 0px 20px; line-height:54px; background:#007580; display:inline-block; color:#fff; }
.terms table { margin-top:20px; background:#fff;  border-radius: 0px 20px 0px 0; overflow:hidden;  }
.terms table tr { margin-bottom:1px; }
.terms table tr td { border-bottom:1px solid #EAF1F8; padding:30px; }
.terms table tr:nth-child(1) td { background: #007580; color:#fff; border-bottom:0; padding:19px 30px; }
.terms table tr:nth-child(1) td:nth-child(1) { border-radius: 0px 0px 0px 20px; overflow: hidden; }
.terms table tr:nth-child(1) td:nth-child(6) { border-radius: 0px 20px 0px 0px; overflow: hidden; }

.terms table tr td { width:16%; }



@media(max-width:1750px) {
    .yszcA-b .ywned-b { width:60%; }
}

@media(max-width:1100px) {
    .yszcA-b { padding:30px 0; }
    .yszcA-b .ywned-b { width:100%; }
    .yszcA-b .t1 { line-height:1.5; }
    .yszcA-b .c1 { margin-top:5px; }
    .yszcA-b .yszcA-d { float:left; margin-top:25px; }
    
    .yszcA-b .yszcA-d { width:100%; text-align:center; }
    
    .ovhine { overflow-x: scroll; }
    .ovhine table { min-width: 1100px; }
    .terms .text { font-size:14px; }

}
/**Cookies结束**/

.AboutUs_B2 { padding: 5vw 0; }
.AboutUs_B2 .about_b { margin-top: 0!important; }
@media(max-width: 1100px){
	.AboutUs_B2 { padding: 40px 0; }
}




/**2025-6-19**/
.chfenbu { padding-bottom:6.25vw; }
.chfenbu .fenbu_botui { margin-top:47px; }
.chfenbu .fenbu_botui ul { display: flex; flex-wrap: wrap;  }
.chfenbu .fenbu_botui ul li { width:calc(50% - 18px); margin-right:9px; float: left; background:#fff; padding:20px 20px 25px; position:relative; margin-bottom:18px; }
.chfenbu .fenbu_botui ul li:nth-child(2n) { margin-right:0; }


.chfenbu .fenbu_botui ul li .swiper-pagination { position:absolute; top:40px; left:40px; width:auto; }
.chfenbu .fenbu_botui ul li .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; background:#fff; opacity: 0.4; margin:0 10px 0 0; }
.chfenbu .fenbu_botui ul li .swiper-pagination .swiper-pagination-bullet-active { opacity:1; }

.chfenbu .fenbu_botui ul li .wenzi { margin-top:29px; }
.chfenbu .fenbu_botui ul li .wenzi .w { line-height:1.66; padding-bottom:13px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.chfenbu .fenbu_botui ul li .wenzi .e { line-height:1.55; margin-top:26px; }
.chfenbu .fenbu_botui ul li .wenzi .e p { position:relative; padding-left:28px; }
.chfenbu .fenbu_botui ul li .wenzi .e p:nth-child(n+2) { margin-top:7px; }
.chfenbu .fenbu_botui ul li .wenzi .e p:before { position:absolute; content:""; top:4px; left:0; width:14px; height:15.75px; background:url(../images/wzeo1.svg)no-repeat center center/cover; }
.chfenbu .fenbu_botui ul li .wenzi .e p:nth-child(2):before {  width:18px; height:18px; background:url(../images/wzeo1a.svg)no-repeat center center/cover; }


.OEMservice_A { background:#fff; }
.OEMservice_A .servicea_top ul li { background: #EAF1F8; }
.OEMservice_A .servicea_top ul li .toptao .ao a { background:#fff; }

.OEMservice_A .servicea_bottoma .ding { position:absolute; top:50%; left:5.625vw; transform:translateY(-50%); background:url(../images/taozu.png)no-repeat center center/cover; height:14.32291vw; width:26.35416vw; }
.OEMservice_A .servicea_bottoma .ding .clearfix { position:absolute; top:55%; left:0; width:100%; transform:translateY(-50%);  }
.OEMservice_A .servicea_bottoma .ding .dingl { text-align:center; width:50%; }
.OEMservice_A .servicea_bottoma .ding .dingl:last-child { margin-right:0; }
.OEMservice_A .servicea_bottoma .ding .dingl .dz { font-size:2.08333vw; line-height:1.875vw; }
.OEMservice_A .servicea_bottoma .ding .dingl .wz { font-size:0.9375vw; line-height:1.25vw; margin-top:0.625vw; }

@media(max-width:1100px) {
    .chfenbu { padding-bottom:50px; }
    .chfenbu .fenbu_botui { margin-top:20px; }
    .chfenbu .fenbu_botui ul li { width:100%; margin-right:0; padding:20px 20px 25px;  margin-bottom:20px; }
    .chfenbu .fenbu_botui ul li:last-child { margin-bottom:0; }
    .chfenbu .fenbu_botui ul li .wenzi { margin-top:20px; }
    .chfenbu .fenbu_botui ul li .wenzi .e { margin-top:15px; }
    
    .OEMservice_A .servicea_bottoma .ding { width:79.46666vw; height:42.93333vw; top:21.6vw; transform:translateY(0%); }
    .OEMservice_A .servicea_bottoma .ding .dingl .dz { font-size:5.33333vw; line-height:5.33333vw; }
    .OEMservice_A .servicea_bottoma .ding .dingl .wz { font-size:14px; line-height:18px; margin-top:5px; }

}




.header ul li .xialabc .alal { width: 29%; }
.header ul li .xialabc .alal .bt { margin-bottom: 13px; }
.header ul li .xialabc .alal .fenleiu { line-height: 1.55; }
.header ul li .xialabc .arar { width: 71%; }
.header ul li .xialabc .arar .qunmwen { border-right: 1px solid rgba(0, 0, 0, 0.1); width: 50.1%; padding: 50px 50px 0 50px;}
.header ul li .xialabc .arar .qunmwen .li { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header ul li .xialabc .arar .qunmwen .li a { display: block; font-size: 20px; color: #262C34; line-height: 1; padding: 30px 0; position: relative; }
.header ul li .xialabc .arar .qunmwen .li:nth-child(1) a { padding-top: 0; }
.header ul li .xialabc .arar .qunmwen .li a::before { position: absolute; content: ""; top: 50%; right: 0; transform: translateY(-50%); width: 8px; height: 13px; background: url(../images/lall1.svg)no-repeat center center/cover; }
.header ul li .xialabc .arar .qunmwen .li.cur a { color: #007580; }
.header ul li .xialabc .arar .qunmwen .li.cur a::before { background: url(../images/lall1a.svg)no-repeat center center/cover; }
.header ul li .xialabc .arar .qunmwen .li::before { position: absolute; content: ""; bottom: -1px; width: 0; height: 1px; background: #007580; transition: all .5s; }
.header ul li .xialabc .arar .qunmwen .li.cur::before { width: 100%; }


.header ul li .xialabc .arar .quwebn { width: 49.9%; padding: 50px 0 100px 102px; }
.header ul li .xialabc .arar .quwebn .li { width: 100%; }
.header ul li .xialabc .arar .quwebn .li:nth-child(n+2) { margin-top: 15px; }
.header ul li .xialabc .arar .quwebn .li a { display: inline-block; color: #262C34; line-height: 1; border-bottom: 1px solid rgba(0, 0, 0, 0); padding-bottom: 3px; }
.header ul li .xialabc .arar .quwebn .li:hover a { color: #007580; }
.header ul li .xialabc .arar .quwebn .li:hover a { border-color: #007580; }
.opsna { display: flex; flex-wrap: wrap; }




@media(max-width:1500px) {
	.header ul li .xialabc .arar .qunmwen { padding: 30px 30px 0 30px; }
	.header ul li .xialabc .arar .quwebn { padding: 30px 30px 50px 40px; }
	.header ul li .xialabc .arar .qunmwen .li a { font-size: 17px; padding: 20px 0; }
}



/**ESO**/
.ESOA ul li { background: #EAF1F8; padding: 5.98958vw 0 6.25vw; position: relative; z-index: 2; }
.ESOA ul li:nth-child(2n) { background: #fff; z-index: 1; }
.ESOA ul li .esoa-top { margin-bottom: 40px; }
.ESOA ul li .esoa-top .topl { width: 360px; }
.ESOA ul li .esoa-top .topl .toplb { line-height: 1.5; margin-top: 10px; }
.ESOA ul li .esoa-top .topr { width: 49.55%; }
.ESOA ul li .esoa-top .topr .xq { line-height: 1.77; margin-bottom: 30px; }


@media(max-width:1100px) {
	.ESOA ul li { padding: 40px 0 50px; }
	.ESOA ul li .esoa-top .topl { width: 100%; }
	.ESOA ul li .esoa-top .topr { width: 100%; margin-top: 10px; }
	.ESOA ul li .esoa-top { margin-bottom: 30px; }
}


/**ESG社会责任**/
.ESGXQ { background: #EAF1F8; padding: 7.03125vw 0 6.25vw; }
.ESGXQ:nth-child(1) { padding-top: 0; }
.ESGXQ.mainBg { z-index: 5; }
.ESGXQ .mbx { margin-bottom: 80px; }
.ESGXQ:nth-child(2n) { background: #fff; }
.ESGXQ .ESGXQ-top .topl { width: 457px; }
.ESGXQ .ESGXQ-top .topl .toplb { line-height: 1.5; margin-top: 10px; }
.ESGXQ .ESGXQ-top .topr { width: 50%; }
.ESGXQ .ESGXQ-top .topr .swiper-container { overflow: hidden; }
.ESGXQ .ESGXQ-top .topr .swiper-container .xq { line-height: 1.66; margin-top: 6px; }
.ESGXQ .ESGXQ-top .topr .gewswip { margin-top: 43px; }

.ESGXQ:nth-child(2n) .gewswip .geneo { background: #EAF1F8; }
.ESGXQ:nth-child(2n) .gewswip .geneo:hover { background: #007580; }
.ESGXQ .ESGXQ-bottom { margin-top: 51px; }
.ESGXQ .ESGXQ-bottom .swiper-container { overflow: hidden; }
/*.ESGXQ .ESGXQ-bottom .nei-swiper {  padding-bottom:60px; }*/
.ESGXQ .ESGXQ-bottom .swiper-container .swiper-pagination-bullet-active { background:#007580; }

@media(max-width:1100px) {
	.ESGXQ { padding: 40px 0 50px; }
	.ESGXQ:nth-child(1) { padding-top: 40px; }
	.ESGXQ .ESGXQ-top .topl { width: 100%; }
	.ESGXQ .ESGXQ-top .topr { width: 100%; margin-top: 10px; }
	.ESGXQ .ESGXQ-top .topr .swiper-container .xq { margin-top: 6px; }
	.ESGXQ .ESGXQ-top .topr .gewswip { margin-top: 20px; }

	.ESGXQ .ESGXQ-bottom { margin-top: 30px; }
}



/**环境保护**/
.huanjignA .pasmnenw { padding: 6.25vw 0; }
.huanjignA .pasmnenw .clearfix { display: flex; align-items: center; }
.huanjignA .pasmnenw .mnenwl { width: 56.5%; }
.huanjignA .pasmnenw .mnenwr { width: 39%; margin-left: 4.5%; }
.huanjignA .pasmnenw .mnenwr .nwb { line-height: 1.77; margin-top: 10px; }

.huanjignB { background: #EAF1F8;padding: 6.04166vw 0 6.25vw; }
.huanjignB .anjignB-top .btopb { line-height: 1.75; margin-top: 14px; }
.huanjignB .anjignB-bottom { margin-top: 44px; }
.huanjignB .anjignB-bottom ul { display: flex; flex-wrap: wrap; }
.huanjignB .anjignB-bottom ul li { float: left; width: calc(25% - 14px); background: #007580; margin-right: 11px; padding: 50px 0 45px; }
.huanjignB .anjignB-bottom ul li:nth-child(2n) { background: #fff; }
.huanjignB .anjignB-bottom ul li:last-child { margin-right: 0; }
.huanjignB .anjignB-bottom ul li .icon { display: inline-block; }
.huanjignB .anjignB-bottom ul li .icon img { height: 55px; }
.huanjignB .anjignB-bottom ul li .icon .n1 { display: none; }
.huanjignB .anjignB-bottom ul li .icon .n2 { display: none; }

.huanjignB .anjignB-bottom ul li:nth-child(1) .n2 { display: inline-block; }
.huanjignB .anjignB-bottom ul li:nth-child(3) .n2 { display: inline-block; }
.huanjignB .anjignB-bottom ul li:nth-child(2n) .n1 { display: inline-block; }

.huanjignB .anjignB-bottom ul li:nth-child(1) .unwen { color: #fff; }
.huanjignB .anjignB-bottom ul li:nth-child(3) .unwen { color: #fff; }

.huanjignB .anjignB-bottom ul li:nth-child(1) .una { color: #fff; }
.huanjignB .anjignB-bottom ul li:nth-child(3) .una { color: #fff; }


.huanjignB .anjignB-bottom ul li .unwen { margin-top: 26px; color: #333333; }
.huanjignB .anjignB-bottom ul li .unwen span { font-size: 2.34375vw; font-weight: 600; display: inline-block; line-height: 1; }
.huanjignB .anjignB-bottom ul li .unwen i { font-size:2.08333vw; font-weight: 600; display: inline-block; line-height: 1; vertical-align: middle; margin-top: -1.3vw; }
.huanjignB .anjignB-bottom ul li .una { margin-top: 6px; }

.huanjignC { padding:5.3125vw 30px 0; }
.huanjignC .iowozm { padding: 0 11.6%; position: relative; height: 36.45833vw; }
.huanjignC .iowozm .zongixn { position: absolute; top: 50%; transform: translateY(-50%); width: 400px; }
.huanjignC .iowozm .zongixn .nr { line-height: 1.77; margin-top: 13px; }

.huanjignD ul li { padding: 6.25vw 0; }
.huanjignD ul li:nth-child(2n) { background: #EAF1F8; }
.huanjignD ul li .img { width: 56.41%; }
.huanjignD ul li .text { position: absolute; width: 37.3%; right: 32px; top: 50%; transform: translateY(-50%); }
.huanjignD ul li:nth-child(2n) .text { left: 0; right: auto; }
.huanjignD ul li .text .tb { line-height: 1.77; margin-top: 12px; }

@media(max-width:1100px) {
	.huanjignA .pasmnenw { padding: 40px 0 50px; }
	.huanjignA .pasmnenw .clearfix { display: block; }
	.huanjignA .pasmnenw .mnenwl { width: 100%; }
	.huanjignA .pasmnenw .mnenwr { width: 100%; margin-left: 0; margin-top: 20px; }
	.huanjignA .pasmnenw .mnenwr .nwb { margin-top: 5px; }

	.huanjignB { padding: 40px 0; }
	.huanjignB .anjignB-top .btopb br { display: none; }
	.huanjignB .anjignB-bottom ul li { width: calc(50% - 8px); margin-bottom: 15px; margin-right: 15px; padding: 20px 0; }
	.huanjignB .anjignB-bottom ul li:nth-child(2n) { margin-right: 0; }
	
	.huanjignB .anjignB-bottom ul li:nth-child(4) { background: #007580; }
	.huanjignB .anjignB-bottom ul li:nth-child(4) .n2 { display: inline-block; }
	.huanjignB .anjignB-bottom ul li:nth-child(4) .n1 { display: none; }
	.huanjignB .anjignB-bottom ul li:nth-child(4) .unwen,
	.huanjignB .anjignB-bottom ul li:nth-child(4) .una { color:#fff; }
	

	.huanjignB .anjignB-bottom ul li:nth-child(3) .n2 { display: none; }
	.huanjignB .anjignB-bottom ul li:nth-child(3) .n1 { display: inline-block; }

	
	.huanjignB .anjignB-bottom ul li .icon img { height: 30px; }
	.huanjignB .anjignB-bottom ul li .unwen { margin-top: 15px; }
	.huanjignB .anjignB-bottom ul li .unwen span { font-size: 24px; }
	.huanjignB .anjignB-bottom ul li .unwen i { font-size: 20px; margin-top: -12px; }
	
	.huanjignB .anjignB-bottom ul li:nth-child(3) { background: #fff; }
	.huanjignB .anjignB-bottom ul li:nth-child(3) .n1 { display: inline-block; }
	.huanjignB .anjignB-bottom ul li:nth-child(3) .n2 { display: none; }
    .huanjignB .anjignB-bottom ul li:nth-child(3) .unwen { color:#333; }
    .huanjignB .anjignB-bottom ul li:nth-child(3) .una { color:#333; }

	.huanjignC { padding:40px 20px 0; }
	.huanjignC .iowozm { padding: 0; height: 100vw; background:none !important; }
	.huanjignC .iowozm .ignCa { width:100%; height:100%; }
	.huanjignC .iowozm .zongixn { position: absolute; top: auto; bottom:20px; transform: translateY(0%); width: 100%; left:0; padding:0 20px; }
	.huanjignC .iowozm .zongixn .nr { line-height: 1.77; margin-top: 6px; }


	.huanjignD ul li { padding: 40px 0 50px; }
	.huanjignD ul li .img { width: 100%; margin-bottom: 20px; }
	.huanjignD ul li .text { position: initial; width: 100%; transform: translateY(0%); }
	.huanjignD ul li:nth-child(2n) .text { left: 0; right: auto; }
	.huanjignD ul li .text .tb { line-height: 1.77; margin-top: 12px; }

	
}





/**公司治理**/
.gongsizhiliA { background: #EAF1F8; position: relative; }
.gongsizhiliA .guwensn { padding: 4.42708vw 0 6.25vw; }
.gongsizhiliA .guwensn .img { width: 55%; }
.gongsizhiliA .guwensn .text { position: absolute; top: 50%; transform: translateY(-50%); right:0; width: 39%; }
.gongsizhiliA .guwensn .text .tb { line-height: 1.77; margin-top: 11px; }

.gongsizhiliB { padding: 6.5625vw 0 10.15625vw; position: relative; }
.gongsizhiliB .ntwe { display: inline-block; width: 80%; line-height: 1.77; margin-top: 10px; }
.gongsizhiliB .img { margin-top: 40px; }

.gongsizhiliB canvas { position: absolute; bottom: 0; left: 0; width: 100%; height: 12.81249vw; }


.gongsizhiliC .anjignB-bottom ul li { width: calc(33.33% - 12px); margin-right: 18px; }

@media (max-width:1100px) {
	.gongsizhiliA { background: #EAF1F8; }
	.gongsizhiliA .guwensn { padding: 40px 0 50px; }
	.gongsizhiliA .guwensn .img { width: 100%; }
	.gongsizhiliA .guwensn .text { position: initial; float: left; width: 100%; margin-top: 20px; transform: translateY(0); }
	.gongsizhiliA .guwensn .text .tb { line-height: 1.77; margin-top: 11px; }

	.gongsizhiliB { padding: 40px 0 50px; }
	.gongsizhiliB .ntwe { width: 100%; margin-top: 10px; }
	.gongsizhiliB .img { margin-top: 20px; }

	.gongsizhiliB canvas { display: none; }
	.gongsizhiliC .anjignB-bottom ul li { width: 100%; margin-right: 0; margin-bottom: 20px; }

}



/**人权方针**/
.uwnenwnA { background: #EAF1F8; }
.uwnenwnA .zoumaguan { padding: 4.16666vw 0 5.72916vw; }
.uwnenwnA .zoumaguan .nrop { line-height: 1.77; }
.uwnenwnA .zoumaguan  ul li { list-style-type: disc; margin-left: 20px; }



@media(max-width:1100px) {
	.uwnenwnA { background: #EAF1F8; }
	.uwnenwnA .zoumaguan { padding: 40px 0 50px; }
	.uwnenwnA .zoumaguan  ul li { list-style-type: disc; margin-left: 20px; }
}



.yuangongxin { background: #EAF1F8; padding: 5.46875vw 0 6.25vw; }
.yuangongxin .gxinweo { margin-top: 46px; }
.yuangongxin .gxinweo>.clearfix { position: relative; }
.yuangongxin .gxinweo .nweol { width: 86.7%; }
.yuangongxin .gxinweo .nweol .clearfix { display: flex; align-items: center; }
.yuangongxin .gxinweo .nweol .img { width: 40%; position: relative; float: left; }
.yuangongxin .gxinweo .nweol .img .biao { position: absolute; top: 20px; right: 20px; border-radius: 0px 10px 0px 10px; background: #F8B500; padding: 0 13px; line-height: 36px; }
.yuangongxin .gxinweo .nweol .wenzis { margin-left: 6%; width: 54%; float: left; }
.yuangongxin .gxinweo .nweol .wenzis .btt { font-weight: bold; }
.yuangongxin .gxinweo .nweol .wenzis .js { margin: 5px 0 30px; }
.yuangongxin .gxinweo .nweol .wenzis .nrwo { padding-right: 40px; height: 200px;  overflow-y: auto; overflow-x: hidden; line-height: 1.875;  }
.yuangongxin .gxinweo .nweol .wenzis .nrwo .bold { margin-bottom: 5px; }
.yuangongxin .gxinweo .nweol .wenzis .nrwo::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.yuangongxin .gxinweo .nweol .wenzis .nrwo::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/* border-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #007580;
}

.yuangongxin .gxinweo .nweol .wenzis .nrwo::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1);
	border-radius: 0;
	background: rgba(216, 216, 216, .7)
}


.yuangongxin .gxinweo .nweor { width: 100px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; padding: 34px 0; }
.yuangongxin .gxinweo .nweor .ezou { width: 17px !important; height: 10px !important; left: 50%; right: auto; transform: translateX(-50%); position: absolute; }
.yuangongxin .gxinweo .nweor .ezou::after { display: none; }
.yuangongxin .gxinweo .nweor .swiper-button-prev { top: 0; bottom: auto; background: url(../imagesa/ezout.svg)no-repeat center center/cover; }
.yuangongxin .gxinweo .nweor .swiper-button-next { top: auto; bottom: 0; background: url(../imagesa/ezoup.svg)no-repeat center center/cover; }
.yuangongxin .gxinweo .nweor .swiper-container { height: 445px; overflow: hidden; }
.yuangongxin .gxinweo .nweor .swiper-container .icon { padding: 5.56px; border: 2px solid #EAF1F8; border-radius: 50%; }
.yuangongxin .gxinweo .nweor .swiper-container .swiper-slide-thumb-active .icon { border: 2px solid #007580; }


.yuangongxin .gxinweo .nweor .swiper-container .icon .m2 { display:none; }
.yuangongxin .gxinweo .nweor .swiper-container .swiper-slide-thumb-active .icon .m2 { display:block; }
.yuangongxin .gxinweo .nweor .swiper-container .swiper-slide-thumb-active .icon .m1 { display:none; }

@media(max-width:1500px) {
	.yuangongxin .gxinweo .nweor .swiper-container { height: 328px; }
}




@media(max-width:1300px) {
	.yuangongxin .gxinweo .nweol { width: 83%; }
}

@media(max-width:1100px) {
	.yuangongxin { padding: 40px 0 50px; }
	.yuangongxin .gxinweo { margin-top: 20px; }
	.yuangongxin .gxinweo .nweol { width: 100%; }
	.yuangongxin .gxinweo .nweol .clearfix { display: block; }
	.yuangongxin .gxinweo .nweol .img { width: 100%; }
	.yuangongxin .gxinweo .nweol .wenzis { width: 100%; margin-left: 0px; margin-top: 20px; }
	.yuangongxin .gxinweo .nweol .img .biao { top: 15px; right: 15px; }
	.yuangongxin .gxinweo .nweol .wenzis .js { margin-bottom: 20px; }
	.yuangongxin .gxinweo .nweol .wenzis .nrwo { padding-right: 20px; }
	.yuangongxin .gxinweo .nweor { position: initial; transform: translateY(0); padding: 0 20px; width: 100%; margin-top: 45px; }
	.yuangongxin .gxinweo .nweor .swiper-container { height: auto; }
	.yuangongxin .gxinweo .nweor .swiper-button-prev { left: 0; top: 50%; margin: 0; transform: translateY(-50%) rotate(-90deg); }
	.yuangongxin .gxinweo .nweor .swiper-button-next { right: 0; left: auto; top: 50%; margin: 0; transform: translateY(-50%) rotate(-90deg); }
}






.indexC .dexcl .gongbiao,
.indexC .omedkai .iowozm .dkair .ka{
    font-family:"SourceHanSansCN-Light-Alphabetic"!important;
}


.indexC .dexcr .wew {
    font-family:"SourceHanSansCN-Bold-Alphabetic"!important;
}

























































































































































