@font-face
{
	font-family: "Misans";
	src: url('/images/font/MiSans-Regular.ttf')  format("trueType")
}

@font-face
{
	font-family: "MiSans-Semibold";
	src: url('/images/font/MiSans-Semibold.ttf')  format("trueType")
}
body{ background: #1e1e1e;}

/* 手机端 特有菜单 */
#antherMenu  {position: fixed;top:120px;left:0;width:100%;background-color: #1e1e1e;z-index: 9;}
#antherMenu.none {display: none;}
#antherMenu.none {display: none;}
#antherMenu  .li {line-height: 40px;width:100%;color:#fff;font-size: 24px;padding:25px 4%;border-bottom: 1px solid rgba(255,255,255,.2);margin:0 40px;}
#antherMenu  .li:last-child {padding: 36px 36px 36px 36px;}
#antherMenu  .li:hover {background-color: #1e1e1e;}
#antherMenu  .li.children {padding:0 0 0 80px;}
#antherMenu  .li.children  .i {padding:25px 0; }
#antherMenu  .li .content .j {display: block;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
#antherMenu  .li .content.cur .j1 {display: block;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
#antherMenu  .li .content.cur .j{display: none;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
#antherMenu  .li .content .j1 {display: none;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}

/* 只在移动端出现 */
#shop {position: fixed;top:120px;}

#search  {display: none;}
@media screen and (max-width: 900px) {
	#search {position: fixed;top:120px;left:0;background-color: #fff;z-index: 8;width:100%;display: block;}
	#search.none {display: none;}
	#search  .dropSearch {padding:30px 24px;}
	#search  .dropSearch  .searchImg{width:40px;height:40px;}
	#search  .dropSearch  .close {width:40px;height:40px;}
	#search  .dropSearch  .inputText{width:calc(100% - 200px);font-size: 26px;}
	#search  .dropSearch  .btn {font-size: 26px;background-color: #E4E4E4;width:100px;line-height:40px;color: #333;;text-align: center;}
}
@media screen and (max-width: 750px){
	.detail.editor{font-size: 26px!important; }
}


#header  {background-color: #1e1e1e;position:fixed;z-index: 99;width:100%;top:0;left:0;transition: .3s;}
#header .nav {color:#ffffff;height:120px;}
#header .nav .logo {display: block;}
#header.scroll-down{transform: translate(0,-100%);}
/*#header .nav .menus .li.nonav .pro-navson{display: none;opacity: 0; z-index: -1;}*/
#header .nav .menus .productCenter .pro-navson{transition: .3s; z-index: -1;visibility: hidden;opacity: 0;}
#header:not(.scroll-down) .nav .menus .productCenter:hover .pro-navson{opacity: 1;visibility: visible; z-index: 9;}
#header .nav .tool  .li { margin-left: 18px; cursor: pointer; width: 32px; height: 32px;}
#header .nav .tool  .li .dropDown {display: none;height:36px;align-items: center;width: 214px;height: 36px;padding: 0 15px; background-color: #fff;border-radius: 18px;position: absolute;top:0px;right:4px;}
#header .nav .tool  .li .btn{ width: 32px; height: 100%;}
#header .nav .tool  .li .btn input[type=submit]{ top: 0; left: 0; width: 100%; height: 100%; cursor: pointer;}
#header .nav .tool  .li .searchNor {fill:#fff;width:100%;height:100%;}
#header .nav .tool  .li .searchShow {fill:#1E1E1E ; width: 100%; height: 100%;}
#header .nav .tool  .li .dropDown .inputText { width: calc(100% - 32px); height:100%;font-size: 14px;color:#000;}
#header .nav .tool  .item {width:30px;height:30px;fill:#fff;}
#header .nav .menus .li .name.cur{color: #ff5100;}

/* #header .nav .tool  .shop {position: relative;}
#header .nav .tool  .shop  .store{display: none;position:absolute;top:90%;left:calc((100% - 124px) / 2);background-color: #fff;border-radius: 4px;}
#header .nav .tool  .shop  .store .dd  {display: block;color:#141414;padding: 16px 32px;font-size: 18px;text-align: center;}
#header .nav .tool  .shop  .store .dd:hover{background-color: #ccc;} */
#header .nav .tool  .shop {position: relative;}
#header .nav .tool  .shop  .store{display: none;position:absolute;top:90%;left:calc((100% - 124px) / 2);background-color: #fff;border-radius: 4px;}
#header .nav .tool  .shop  .store .dd a{display: inline-block;color:#141414;margin: 16px 32px;font-size: 18px;width:60px;text-align: center;font-weight: 300;}
#header .nav .tool  .shop  .store .dd:hover{background-color: #ccc;}
#header .nav .tool  .world {position: relative;}
#header .nav .tool  .world  .el-children{display: none;position:absolute;top:90%;left:calc((100% - 124px) / 2);background-color: #fff;border-radius: 4px;}
#header .nav .tool  .world  .el-children .dd a {display: inline-block;color:#141414;margin: 16px 32px;font-size: 18px;width:60px;text-align: center;font-weight: 300;}
#header .nav .tool  .world  .el-children .dd:hover{background-color: #ccc;}
#header .nav .tool  .box {display: none;width: 40px;position: relative;transition: .3s;}
#header .nav .tool  .box i{width:24px;height:2px;background-color: #fff;display: block;margin: 6px 0;transition: .3s;}
#header .nav .tool  .box.click{transform: rotate(360deg);}
#header .nav .tool  .box.click i:nth-child(1){transform: translate(0,8px) rotate(-45deg);}
#header .nav .tool  .box.click i:nth-child(2){opacity: 0;}
#header .nav .tool  .box.click i:nth-child(3){transform: translate(0,-8px) rotate(45deg);}
#header .nav .menus .li {cursor: pointer;}
#header .nav .menus .li .name{font-size: 18px;color: #fff;line-height: 120px; padding:0 28px; display: block;}
#header .nav .menus .li:hover .name{color: #ff5100;}
#header .nav .menus .li .pro-navson{top: 120px;bottom: auto;background-color: #191919;padding:0 0  64px 0;}
#header .nav .menus .li .pro-navson .top{text-align: center;height:60px;line-height: 60px;border-bottom :1px solid #202020}
#header .nav .menus .li .pro-navson .top .sec-item {margin:0 25px;}
#header .nav .menus .li .pro-navson .top .sec-item{position: relative;;color:#999999;height:100%;font-size: 14px;}
#header .nav .menus .li .pro-navson .top .sec-item .navImg {display: inline-block;height:100%;padding: 0 10px 0 0;text-align: center;max-height:30px;}
#header .nav .menus .li .pro-navson .top .sec-item .navImgNo {display: none;height:100%;padding: 0 10px 0 0px;text-align: center;max-height:30px;}
#header .nav .menus .li .pro-navson .top .sec-item:hover {margin:0 25px;color:#ff5100;}
#header .nav .menus .li .pro-navson .top .sec-item:hover .navImgNo {display: inline-block;} 
#header .nav .menus .li .pro-navson .top .sec-item:hover .navImg {display: none;} 
#header .nav .menus .li .pro-navson .top .sec-item::after{transition: all .5s;content: "";position: absolute;height:3px;width:0;left:50%;bottom:0;background: #ff5100;}
#header .nav .menus .li .pro-navson .top .sec-item.cur::after ,
#header .nav .menus .li .pro-navson .top .sec-item:hover::after {width:100%;left:0;}
#header .nav .menus .li .pro-navson .top .sec-item.cur {color:#ff5100;}
#header .nav .menus .li .pro-navson .top .sec-item.cur .navImg {display: none;} 
#header .nav .menus .li .pro-navson .top .sec-item.cur .navImgNo {display: inline-block;}
#header .nav .menus .li .pro-navson .bottom{background-color: #191919;}
#header .nav .menus .li .pro-navson .bottom>div {width:100%;}
#header .nav .menus .li .pro-navson .bottom .product  {width:18.2%;margin:60px 15px 0 15px;}
#header .nav .menus .li .pro-navson .bottom .product .picture{width:100%;height:262px;background-color: #1e1e1e;transition: all .5s ease-in-out;}
#header .nav .menus .li .pro-navson .bottom .product .picture img {transition: .5s;}
#header .nav .menus .li .pro-navson .bottom .product .picture:hover img {transform: scale(1.1);}
#header .nav .menus .li .pro-navson .bottom .bigTitle {color:#fff;text-align: center;line-height: 26px;margin:20px 0 0 0;}
#header .nav .menus .li .pro-navson .bottom .smallTitle {color:#999999;text-align: center;height:26px;line-height: 26px;}
#header .nav .menus .li .pro-navson .bottom .spePro  {width:262px;margin:60px 15px 0 15px;height: 262px;}
#header .nav .menus .li .pro-navson .bottom .spePro .spePic{width:262px;height:60px;text-align: center;}
#header .nav .menus .li .pro-navson .bottom .spePro .spePic .bigTitle{color:#fff;}
#header .nav .menus .li .pro-navson .bottom .spePro .spePic .smallTitle{display: block;color:#fff;background-color:#1e1e1e;width:150px;height:40px;line-height: 40px; margin: 10px auto;}
#header-blank {height:120px;background-color: #1a1a1a;}

#header .nav .menus .li{position: relative;}
#header .nav .menus .li .two-nav{width: 100%; height: 0; overflow: hidden; }
#header .nav .menus .li .two-nav .two{height: auto;width: 100%;background: #fff;}
#header .nav .menus .li .two-nav .two .subnav{ font-size: 16px; color: #333; padding: 15px 10px;}
#header .nav .menus .li .two-nav .two .subnav:hover{color: #ff5100;}

@media screen and (max-width: 1380px) {
	#header .nav .menus {display: none;}
	#header .nav .tool .box.pc {display: block;}
}


@media screen and (max-width: 750px) {
	#header .nav .tool  .box i{width:36px;height:2px;background-color: #fff;display: block;margin: 10px 0;transition: .3s;}
	#header .nav .tool  .box.click{transform: rotate(360deg);}
	#header .nav .tool  .box.click i:nth-child(1){transform: translate(0,12px) rotate(-45deg);}
	#header .nav .tool  .box.click i:nth-child(2){opacity: 0;}
	#header .nav .tool  .box.click i:nth-child(3){transform: translate(0,-12px) rotate(45deg);}
	#header .nav .tool .li{ width: 50px; height: 50px;}
	#header .nav .tool .li .dropDown {opacity: 0;}
	#header .nav .tool  .item {width:50px;height:50px;}
	#header .nav .tool .li .searchNor{width:50px;height:50px;}
	#header .nav .tool  .li .dropDown {display: none;}
	#header .nav .tool .box.pc {display: block; margin-left: 35px;}
	#header .nav .menus {display: none;}
	#header .nav .tool  .shop  .store .dd a{font-size: 26px;width: 80px;}
	#header .nav .tool  .world .el-children .dd a {font-size: 22px;}
	#header .nav .tool  .world  .el-children .dd a {display: inline-block;}
	#header .nav .tool .shop .store {left: calc((100% - 146px) / 2);}
}


/* 第二部分 */
#swiper-2  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 70px;left: 0;width: 100%;}
#swiper-2  .slide .Img {/* height:830px;*/width:100%;z-index: 2;}
#swiper-2  .slide.zin{z-index: 5;}
#swiper-2  .slide .content {color:#333;top:50%; transform: translate(-50% ,-50%); z-index: 4;}
#swiper-2  .slide .content .image {width:80px;height:32px;margin:0 0 40px 0;}
#swiper-2  .slide .content .image .cur {font-size: 36px;color:#ff5100;font-family:"MiSans-Semibold";}
#swiper-2  .slide .content .image .page {font-size: 14px;color:#999999;}
#swiper-2  .slide .content .bigTitle {font-size: 80px;width:100%;height:212px;overflow: hidden;font-family: "MiSans-Semibold";}
#swiper-2  .slide .content .smallTitle {border-bottom:5px #ff5100 solid;max-height:85px;overflow: hidden;}
#swiper-2  .slide .content .titleBefore {font-size: 60px;padding:0 20px 0 0;color:#ff5100;}
#swiper-2  .slide .content .titleAfter {font-size: 60px;font-weight: bold;color:#ff5100;}
#swiper-2  .slide .content .brief {margin:40px 0  0 0 ;font-size: 14px;color:#4e4e4f;height:24px;line-height: 24px;}
#swiper-2  .slide .content .fun {font-size: 14px;color:#4e4e4f;height:24px;line-height: 24px;}
#swiper-2  .swiper-pagination-bullets  .swiper-pagination-bullet{width:8px; height:8px;border-radius: 50%;border:2px solid #bfbfbf;background-color: #fff;}
#swiper-2  .swiper-pagination-bullets  .swiper-pagination-bullet-active {background-color:#ff5100;border:2px solid #ff5100;}

#swiper-2 .btn{position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;}
#swiper-2 .btn.prev{left: 5%;}
#swiper-2 .btn.next{right: 5%;}

@media screen and (max-width: 750px) {
	#swiper-2 .slide .content{display: none;}
	#swiper-2 .btn{zoom: 1.5; z-index: 15;}
	/* #swiper-2  .slide .content .brief{font-size: 26px;line-height: 26px;}
	#swiper-2  .slide .content .fun{margin-top: 10px;font-size: 26px;line-height: 26px;}
	#swiper-2 .slide .content .image .page {font-size: 22px;color: #999999;} */
}


/* 第三部分 */
.yl-background{ background:#141414 url(/images/c3-mosha-00.jpg);position: relative;}
#newProduct {position: relative;padding:180px 0; z-index:999;}
#newProduct  .sign {position: absolute;top:0 ;right:0px;transform: translate(0,-50%);width:182px;height:182px;z-index: 1;}
#newProduct  .title {margin-bottom: 72px;}
#newProduct  .title .bef{font-size:36px; color:#ff5100;}
#newProduct  .title .aft{font-size:14px; color:#fff;}
#newProduct  .bgcHome {width:510px;height:510px;position:absolute;top:30px;right:740px;}
#newProduct  .new {font-size: 210px;position: absolute;top: 118px;;right:-170px;line-height: 0.8;color:#fff;font-family: "MiSans-Semibold";z-index: 2;}
#newProduct  .new  .circle {position: absolute;top:-44px;right:-26px;}
#newProduct  .btn {position: absolute;width: 182px;height: 72px;background-color: #ff5100;top:410px;right:0;z-index: 2;}
#newProduct  .btn .text {font-size: 24px;color:#fff;font-family: "Misans";text-align:center;height:72px;line-height: 72px;}
#newProduct  .btn .box{position: absolute;top:0;right:0;transform: translate(100%,0);background-color: #2b2b2b;width:50px;height:70px;cursor: pointer; justify-content: center;}
#newProduct  .btn .box .box-btn{ margin-top: 10px; width: 23px; height: 23px;}
#newProduct  .btn .box .box-btn.bottom{ margin-left: 2px; transform: rotate(180deg);}
#newProduct  .btn .box .box-btn:first-child{ margin-top: 0;}
#newProduct  .btn .box .box-btn img{ left: 50%; max-width: 100%; max-height: 100%; transform: translateX(-50%);}
#newProduct  .btn .box .box-btn img:last-child{ opacity: 0;}
#newProduct  .btn .box .box-btn:hover img{ opacity: 0;}
#newProduct  .btn .box .box-btn:hover img:last-child{ opacity: 1;}

#newProduct .container{ padding-bottom: 55px;}
#newProduct .container .swiper-pagination-bullet{ margin: 0 10px; width: 20px; height: 20px; border: 1px solid #ddd; background: none; opacity: 1; border-radius: 50%;}
#newProduct .container .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #ff5100;}
#newProduct  .slide .Img {width:1050px;height:570px;/* position: absolute;top:52px;right:0; */}
#newProduct  .slide .brief {position:absolute;top:118px;left:0;font-weight: bold;width:540px;z-index: 2;}
#newProduct  .slide .brief  .name{font-size: 210px;color:#fff;font-family: "MiSans-Semibold";line-height: 0.8;}
#newProduct  .slide .brief  .ctype {font-size: 64px; color:#ffffff;max-height: 84px;overflow: hidden;}
#newProduct  .slide .brief  .under {height:1px;background-color: #db4914;margin:24px 0 24px 0;}
#newProduct  .slide .brief  .ese{font-size: 24px;opacity: 0.3;color:#fff;font-family: "MiSans";}
/* @media screen and (max-width: 1920px) { 
	#newProduct  .new {display: none;}
} */

@media screen and (max-width: 1440px) {
	#newProduct  .content {width:100%;}
	#newProduct  .slide .Img {width:100%;}
	#newProduct  .btn {position: absolute;width: 182px;height: 72px;background-color: #ff5100;top:410px;right:40px;z-index: 2;}
    #newProduct .new{display: none;}
	#newProduct .slide .brief{left: 5%;}
}
@media screen and (max-width: 960px) {
	#newProduct  .slide .brief  .name{font-size: 60px;color:#fff;font-family: "MiSans-Semibold";line-height: 0.8;}
	#newProduct .slide .brief .ctype{font-size: 50px;}
	#newProduct  .slide .brief {top:50%;left:20px; transform: translateY(-50%);}
	#newProduct  .new {display: none;}
}

@media screen and (max-width:750px) {
	#newProduct  .sign{z-index: 0;}
	#newProduct{padding: 100px 0;}

	#newProduct .title .aft {font-size: 22px;}

	#newProduct .btn {display: none;}

	#newProduct .slide .Img{ float: none;}
	#newProduct .slide .brief{ top: inherit; /*bottom: 20px;*/bottom: 0; left: inherit; right: 30px; width: 270px; text-align: right; transform: translateY(0);}
	/*#newProduct .slide .brief{ position: unset; top: inherit; left: inherit; padding: 50px 0; width: 100%; background: #ff5100; text-align: center; transform: translateY(0);}*/
	#newProduct .slide .brief .name{ margin-bottom: 15px; font-size: 50px;}
	#newProduct .slide .brief .ctype{ display: inline-block; margin-bottom: 15px; padding-bottom: 0; border-bottom: 0; font-size: 30px;}
	#newProduct .slide .brief .under{ display: none;}
	#newProduct .slide .brief .ese{ display: none; font-size: 26px; opacity: 0.8;}

	#newProduct  .slide .Img {width:100%; height: auto;}
}
/* 第四部分 product-4 */
#product  .title  {padding:0 0 90px 0;}
#product  .title  .left {position: relative;}
#product  .title  .left .circle{position: absolute;width:540px;height:630px;top:-100px;left:-130px;z-index: 1;pointer-events: none;}
#product  .title  .left  .bigTitle{font-size: 34px;color:#fff;line-height: 1;}
#product  .title  .left  .smallTitle{font-size: 14px;color:#fff;line-height: 1;}
#product  .title  .right{width: auto; margin: 0;}
#product  .title  .right .li {width: auto;font-size: 18px;line-height: 1;line-height: 48px;padding:0 10px;color:#fff;cursor: pointer;transition: all 0.3s ;}
#product  .title  .right .li:hover,
#product  .title  .right .li.swiper-slide-thumb-active{color: #ff5100;}
#product  .content  {margin:0 0 210px 0;}
#product  .content .slide{background-color: #fff;width: 884px;margin-top:calc((711px - 480px) / 2);overflow: hidden;}
#product  .content .slide .mask{width: 100%;height: 100%;position: absolute;z-index: 3;background-color:rgba(0,0,0,0.4);align-items: center;justify-content: center;color:#fff;}
#product  .content .slide .mou{padding-top: 54.54%;}
#product  .content .slide .brief {display: none;}
#product  .content .slide .brief  .circle {width: 65px;height: 65px;position: absolute;right:90px;}
#product  .content .slide .brief  .line {width: 1px;height: 54px;background-color: #fff;;position: absolute;left:90px;}
#product  .content .slide .brief  .circle .arrow {top:50%;left:50%;transform: translate(-50%,-50%);position: absolute;}
#product  .content .slide .brief  .circle .cir {top:50%;left:50%;transform: translate(-50%,-50%);position: absolute;}
#product  .content .slide:hover .brief  .circle .cir img{ transform: scale(1);}
#product  .content .slide .brief .bigTitle {font-size: 60px;color:#fff;margin:0 0 0 48px;transform: translate(0,-50%);}
#product  .content .slide .brief .smallTitle {font-size: 30px;color:#fff;margin:0 0 0 48px;transform: translate(0,-40px);}
#product  .content .slide.swiper-slide-active {margin-top: 0;}
#product  .content .slide.swiper-slide-active .mask {display: none;}
#product  .content .slide.swiper-slide-active .brief {display: block;height:230px;background-color:#ff5100;}
/*#product  .content .swiper-pagination-bullets {display: none;}*/
#product  .content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #fff;}
#product  .content .container .btn-list{ top: 50%; left: 0; z-index: 1; width: 100%; transform: translateY(-50%); pointer-events: none;}
#product  .content .container .btn-list .btn-a{ top: 0; width: 23.4%; height: 25vw; pointer-events: visible;}
#product  .content .container .btn-list .prev{ left: 0;}
#product  .content .container .btn-list .next{ right: 0;}

@media screen and (max-width: 1000px) {
	#product  .content .slide{width: 70.3%;}
}

@media screen and (max-width: 818px) {
	#product  .title  {flex-wrap:wrap;}
	#product  .title  .left {position: relative;width:100%;display:flex;flex-direction: column;text-align: center;margin:0 0 30px 0;}
	#product  .title  .left .circle {display: none;}
	#product  .title  .right {width:100%;display: flex;justify-content: space-around;}
	#product  .content .slide .mask{display: none;}
}

@media screen and (max-width: 750px) {
	#product  .title  .right .wrapper{justify-content: center;}
	#product  .title  .right .li{font-size: 26px;}
	#product  .title  .left  .smallTitle{font-size: 26px; line-height: 1.8;}
	#product  .title  .right .li {font-size: 26px;}
}

/* 第五部分 */
#brandNews{padding-bottom: 200px;}
#brandNews  .title {margin:0 0 64px 0;position: relative;}
#brandNews  .title .bigTitle{font-size: 36px;font-weight: bold;color:#fff;}
#brandNews  .title .smallTitle{font-size: 14px;color:#fff;}
#brandNews  .left {width:48.6%;margin:0 24px 0 0;}
#brandNews  .left .img {padding-top: 48.31%;margin:0 0 40px 0;}
#brandNews  .left .advantage {font-size: 27px;color:#fff;margin:0 0 37px 0;line-height: 38px;font-family: "Misans";max-height: calc(385px * 2);overflow: hidden;}
#brandNews  .left .brief {font-size: 18px;color:#999999;line-height: 30px;max-height: calc(30px * 4);overflow: hidden;}
#brandNews  .left .date {font-size: 16px; font-family: "Misans"; margin:65px 0 0 0;color:#929292;}
#brandNews  .title .bet {position:absolute;top:-160px;right:0;}
#brandNews  .right{width:49%;}
#brandNews  .right .li {background-color: #2b2b2b;width:47.9%;margin:0 0 22px 0px;position: relative;}
#brandNews  .right .li:nth-child(-n+2){margin-top: 0;}
#brandNews  .right .li >*{padding: 0 21px;}
#brandNews  .right .li:before{padding-top:100%;display: block;content:'';}
#brandNews  .right .li:hover {background: url(/images/brandNews_bgc_2_03.jpg) no-repeat center / cover;}
#brandNews  .right .li:hover .arrow {background-color: #ff5100;}
/* #brandNews  .right .li  .tit {font-size: 22px;color:#fff;margin:34px 0 100px 0;max-height: 60px;overflow: hidden;} */
#brandNews  .right .li  .tit {font-size: 22px;color:#fff;margin:20px 0;max-height: 60px;overflow: hidden;}
#brandNews  .right .li  .date{font-size:18px;color:#929292;margin-bottom: 5px;}
#brandNews  .right .li  .img {height: 200px;}
#brandNews  .right .li  .between {position:absolute;top:-580px;right:-44px;}
#brandNews  .right .li  .arrow {width:50px;height:50px;position: absolute;right:0;bottom:0;background-color: #272727;}
#brandNews  .right .li  .arrow .arrow2 {position: absolute;right:50%;bottom:50%;transform: translate(50%,50%);}
#brandNews  .right .li  .arrow .circle {height: 100%;position: absolute;right:50%;bottom:50%;transform: translate(50%,50%);}
#brandNews  .right .li  .arrow .circle .img {width:66px;height:100%;fill:#fff;}

@media screen and (max-width: 1200px) {
	#brandNews  .left {width:100%;margin:0 10px 0 0;}
	#brandNews  .right{width:100%;}
	#brandNews  .right .li {background-color: #2b2b2b;margin:0 0 22px 0px;position: relative;}
	#brandNews  .right .li  .arrow .circle .img {width:100%;}
	#brandNews  .right .li  .arrow {width:100px ;height:100px;}
	#brandNews  .left .date {margin: 70px 0 100px 0;}
}

@media screen and (max-width: 960px) {
	#brandNews  .left .brief {font-size: 26px;margin: 0 0 30px 0;}
	#brandNews  .left .date  {font-size: 26px;}
	#brandNews.right .li .tit{font-size: 26px;}
	#brandNews.right .li .date {font-size: 26px;}
}

@media screen and (max-width: 750px) {
	#brandNews{padding-bottom: 60px;}
	#brandNews  .title .smallTitle {font-size: 26px; line-height: 1.8;}
	#brandNews  .right .li  .arrow .circle {width:100%;height:100%;}
	#brandNews  .left .brief {height:auto;font-size: 26px;}
	#brandNews  .left .date {margin: 70px 0 100px 0;}
	#brandNews  .right .li  .date{font-size:22px;}
	/* #brandNews  .right {margin-bottom:100px;} */
	#brandNews .right .li .arrow{width: 80px; height: 80px;}
	#brandNews .right .li .date{font-size: 24px;}
	#brandNews .right .li  .tit {font-size: 26px;max-height: 120px;overflow: hidden;}
	#brandNews  .right .li  .img {height: 180px;width: 90%;}
}

#brief-home {position: relative;}
#brief-home .bgc{/*width: 1920px;*/ padding: 0; position: relative;/*left: calc((100% - 1920px) / 2);height: 767px;*/}
#brief-home .content {top:0;left:0;}
/* #brief-home .content  .logo{margin:136px 0 0 0;-webkit-animation: breath 3s infinite linear alternate;animation: breath 3s infinite linear alternate;} */
#brief-home .content .logo{margin:100px 0 0 0;-webkit-animation: breath 3s infinite linear alternate;animation: breath 3s infinite linear alternate;}
@keyframes breath {
	0% {
		opacity: .7;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: .7;
	}
}
#brief-home .content  .img{width:288px;height:288px;}
#brief-home .content  .title {color:#ff4b00;text-align: center;font-size: 48px;font-weight: bold;margin:36px 0 0 0;}
#brief-home .content  .brief {margin-top:40px;color:#ffffff;text-align: center;font-size: 18px;max-height: 100px;overflow: hidden;}
/* #brief-home .content .btn {display: block;width:150px;height:50px;line-height:50px;border:1px solid #fff;margin:32px auto 0 auto;font-size: 18px;text-align: center;color:#fff;} */
#brief-home .content .btn {display: block;width:150px;height:50px;line-height:50px;border:1px solid #fff;margin:75px auto 0 auto;font-size: 18px;text-align: center;color:#fff;}
#brief-home .content  .btn:hover {background-color: #ff4b00;}


@media screen and (max-width:1680px) {
	#brief-home .content .logo {margin-top: 65px;}
	#brief-home .content .btn {margin-top: 40px;}
}

@media screen and (max-width:1536px) {
	#brief-home .content .logo {margin-top: 30px;}
}
@media screen and (max-width:1440px) {
	#brief-home .content .btn {margin-top: 0px;}
}
@media screen and (max-width:1366px) {
	#brief-home .content .logo {margin-top: 5px;}
}
@media screen and (max-width:1280px) {
	#brief-home .content  .img{width:188px;height:188px;}
	#brief-home .content .logo {margin-top: 70px;}
}
@media screen and (max-width:1024px) {
	#brief-home .content  .img{width:188px;height:188px;}
	#brief-home .content .logo {margin-top: 5px;}
}
@media screen and (max-width: 1050px) {
	#brief-7 .content  .brief {margin:40px 30px 0  30px;}
}
@media screen and (max-width:900px) {
	#brief-7 .content  .brief{font-size: 26px;}
}
@media screen and (max-width:750px) {
	#brief-home .bgc{ padding-bottom: 0; height: inherit;}
	#brief-home .content .logo{margin-top: 185px;}
	#brief-home .content .brief{margin-top: 20px; font-size: 19px; line-height: 1.8; max-height: auto;}
	#brief-home .content .btn{font-size: 26px; height: 60px; line-height: 60px;margin-top: 125px;}
}


#footer .footer {background-color:#141414; position: relative; z-index: 10;}
#footer .footer .top {border-bottom:1px solid #535353;}
#footer .footer .top .left {width:82%;}
#footer .footer .top .left .li {width:25%;margin:88px 0 70px 0;border-right:1px solid #2c2c2c;}
#footer .footer .top .left .li a{display: block;height:40px;line-height: 40px;text-align: center;width:100%;font-size:14px;color:#535353;}
#footer .footer .top .left .li a:hover{color:#aaa;}
#footer .footer .top .left .li a:nth-child(2) {text-align: center;height:40px;line-height: 40px;}
#footer .footer .top .left .li .tit {text-align: center;font-size: 18px;margin:0  0  20px 0;color:#fff;position: relative;border-right:1px solid #ff5100;right:-1px;}
#footer .footer .top .right {width:28%;padding-bottom:44px ;margin-left:20px;}
#footer .footer .top .right .content {width:216px;margin: 88px auto 0px auto;}
#footer .footer .top .right .content .logo{margin:0 0 36px 0;}
#footer .footer .top .right .content .phone {font-size: 24px;font-weight: bold;color:#fff;}
#footer .footer .top .right .content .smallTitle {font-size: 14px; color:#818181;}
#footer .footer .top .right .content .address {font-size: 14px; color:#818181;height:52px;line-height: 26px;margin:22px 0 26px  0;}
#footer .footer .top .right .content .icons .icon{height:28px;width:28px;background-color: #1a1a1a;margin:0 4px;border-radius: 50%;}
#footer .footer .top .right .content .icons .icon .ic{width:20px;height:20px;fill:#575757}
#footer .footer .top .right .content .icons .icon:hover{background-color: #aaa;}
#footer .footer .top .right .content .icons .code{display: none;position:absolute;width:0;height:0;transition: all 5s 1s ease;}
#footer .footer .top .right .content .icons .icon:hover>.code{display: block;top:-200px;left:-80px;width:180px;height:180px;}
#footer .footer .bottom {font-size: 14px;padding:40px 0 40px 0;text-align: center;opacity: .5;color:#fff;}
#footer .footer .bottom .tech{margin-right: 10px;}
#footer .footer .bottom .tech:last-child{margin-right: 0;}

@media screen and (max-width: 800px) {
	#footer .footer .top .right {margin-left:20px;}
}

@media screen and (max-width: 1024px){
	#footer .footer .top{flex-direction:column;}
	#footer .footer .top .left{width: 100%; flex-wrap: wrap; margin-top: 30px;}
	#footer .footer .top .left .li{width: 100%; border-right:0; margin: 30px 0 0;}
	#footer .footer .top .left .li .tit{border-right: 0; font-size: 24px; text-align: left; display: flex; justify-content: space-between;}
	#footer .footer .top .left .li .tit .j {display: block;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
	#footer .footer .top .left .li .tit.cur .j1 {display: block;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
	#footer .footer .top .left .li .tit.cur .j{display: none;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}
	#footer .footer .top .left .li .tit .j1 {display: none;width:40px;height:40px;fill: #fff;margin:0 20px 0 0;}

	#footer .footer .top .left .li a:nth-child(2),
	#footer .footer .top .left .li a{font-size: 22px; text-align: left;}
	#footer .footer .top .left .li .two-list{ height: 0; overflow: hidden;}
	#footer .footer .top .left .li .two-list .two{}
	
	#footer .footer .top .right {width:100%; margin-left: 0;}
	#footer .footer .top .right .content {width: 100%;margin: 30px auto 0px auto;text-align: center;}
	#footer .footer .top .right .content .icons {justify-content: center;}
	#footer .footer .top .right .content .smallTitle{font-size: 22px;}
	#footer .footer .top .right .content .address{height: auto; font-size: 22px;}
	#footer .footer .top .right .content .icons .icon{width: 40px; height:40px;}
	#footer .footer .top .right .content .icons .icon .ic{width: 30px; height: 30px;}
	#footer .footer .top .right .content .icons .icon:hover>.code{left: 50%; transform: translateX(-50%);}
	#footer .footer .bottom{font-size: 22px; flex-direction: column;}
	#footer .footer .bottom .tech{margin-bottom: 10px; margin-right: 0;}
	#footer .footer .bottom .tech:last-child{margin-bottom: 0;}
}

@media screen and (max-width: 750px) {
	/* #footer .footer .top .left {display: none;} */
	#footer .footer .top .right .content {width: 100%;margin: 88px auto 0px auto;text-align: center;}
	#footer .footer .top .right {width:100%;}
	#footer .footer .top .right .content .icons .icon{height:60px;width:60px;background-color: #1a1a1a;margin:0 4px;border-radius: 50%;}
	#footer .footer .top .right .content .icons .icon >img{width:60%;}
    #footer .footer .top .right .content .icons .icon:hover{background-color: #aaa;}
	#footer .footer .top .right .content .icons .icon .ic{width:40px;height:40px;}
}
@media screen and (max-width: 750px) {
	#footer .footer .top .left .li .tit{font-size: 30px;}
	#footer .footer .top .left .li a:nth-child(2), 
	#footer .footer .top .left .li a{font-size: 26px; padding: 10px; color: #fff; height: auto;}
	#footer .footer .top .right .content .phone {font-size: 30px;}
	#footer .footer .top .right .content .smallTitle {font-size: 26px;}
    #footer .footer .top .right .content .address {font-size: 26px; height: auto;}
	#footer .footer .bottom,
	#footer .footer .bottom .tech{font-size: 18px;}
}


/* #02_video  第二部分*/
#video  {width:100%; height: 300px; position: relative;box-sizing: border-box; }
#video img {display: block;}
#video .playBack{width:100%;height:100%;left:0;top:0;box-sizing: border-box;border: none;}
#video .box-center{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
#video .box-center .about-us {font-size: 48px;color:#fff;text-align: center;line-height: 0.8;margin:0 0 20px 0;}
#video .box-center .brief {font-size: 14px;color:#fff;text-align: center; letter-spacing:40px;margin:0 0 100px 0;opacity: 0.7;font-family: "Misans";}
#video .box-center .more {font-size: 14px;color:#fff;text-align: center;opacity: 0.3; }
#video .box-bottom {position: absolute;bottom:0;padding: 30px 0;border-top:1px solid #3c3c3e;}
#video .box-bottom  .left {color:#fff;font-size: 14px;}
#video .box-bottom  .left .home {margin:0 10px 0 0;}
#video .box-bottom  .left  span {margin:0 10px 0 0;}
#video .box-bottom  .left .homeImg {width: 20px;height: 20px;vertical-align: baseline;fill:#fff;}
#video .box-bottom  .left  span {line-height: 30px;}
#video .box-bottom  .right {color:#fff;font-size: 14px;}
#video .box-bottom  .right .cur,
#video .box-bottom  .right .spe,
#video .box-bottom  .right span:hover{color:#ff5100;}
#video .box-bottom  .right span {display: inline-block;margin-left:10px;}


@media screen and (max-width : 750px) {
	#video .box-center .brief {font-size: 22px;letter-spacing:12px;}
	#video .box-center .more {display: none;}
	#video .box-bottom {flex-wrap: wrap;text-align: center;}
	#video .box-bottom  .left {color:#fff;font-size: 22px;display: none;}
	#video .box-bottom  .left  span {margin:10px 10px 10px 0;}
	#video .box-bottom  .right {color:#fff;font-size: 26px;}
}


/* 企业介绍*/
#our-team .content .right1 .slogan,
#our-team .right2 .slogan,
#our-team .right3 .slogan{font-size: 18px;line-height: 34px;margin:0 0 10px 0;color:#ff5100;}

#our-team {padding:62px 0 184px 0;background-color: #141414;}
#our-team .content {display: flex;} 
#our-team .content .left1 {flex:1;}
#our-team .content .left1  .bigTitle {font-size: 48px;color:#fff;font-family: "Misans";}
#our-team .content .left1  .smallTitle {font-size: 14px;color:#fff;opacity: .1;}
#our-team .content .right1{padding: 0 0 200px 0;width:66%;}

#our-team .content .right1 .introduce{font-size: 14px;line-height: 34px;margin:0 0 50px 0;color:#fff;}
#our-team .left2 {flex:1;}
#our-team .left2  .bigTitle {font-size: 48px;color:#fff;font-family: "Misans";}
#our-team .left2  .smallTitle {font-size: 14px;color:#fff;opacity: .1;}
#our-team .right2{padding: 0 0 200px 0;width:66%;}
#our-team .right2 .introduce{font-size: 14px;line-height: 34px;margin:0 0 100px 0;color:#fff;font-family: "Misans";}
#our-team .right2 .consist .li{margin:0 0 20px  0;padding:0 10px;}
#our-team .right2 .consist .li .img .icon{}
#our-team .right2 .consist .li .member{font-size: 19px;color:#ff5100;margin:20px 0;}
#our-team .right2 .consist .li .number{font-size: 24px;color:#fff;font-family: "MiSans-Semibold";}
#our-team .right2 .consist .li .account{font-size: 24px;color:#fff;font-family: "MiSans-Semibold";}
#our-team .left3 {flex:1;}
#our-team .left3  .bigTitle {font-size: 48px;color:#fff;font-family: "MiSans";}
#our-team .left3  .smallTitle {font-size: 14px;color:#fff;opacity: .1;}
#our-team .right3 {width:66%;}
#our-team .right3 .introduce{font-size: 14px;line-height: 34px;margin:0 0 50px 0;color:#fff;font-family: "Misans";}


@media screen and (max-width : 750px) { 
	#our-team .content .right1 .slogan,
	#our-team .right2 .slogan,
	#our-team .right3 .slogan{font-size: 26px;}
	#our-team{padding: 80px 0;}
	#our-team .content {flex-wrap: wrap;}
	#our-team .content .left1 ,
	#our-team .content .left2 ,
	#our-team .content .left3 {width:100%;text-align: center; margin-bottom: 30px;}
	#our-team .content .left1  .bigTitle,
	#our-team .content .left2  .bigTitle,
	#our-team .content .left3  .bigTitle {font-size: 48px;}
	#our-team .content .left1  .smallTitle ,
	#our-team .content .left2  .smallTitle ,
	#our-team .content .left3  .smallTitle {font-size: 26px;}

	#our-team .content .right1,
	#our-team .content .right2,
	#our-team .content .right3{width:100%; padding-bottom: 100px;}
	#our-team .content .right1 .introduce,
	#our-team .content .right2 .introduce,
	#our-team .content .right3 .introduce{font-size: 26px; line-height: 1.8;}
	
	#our-team .right2 .consist .li{width: 50%; padding: 0; margin-top: 30px;}
	#our-team .right2 .consist .li:nth-child(-n+2){margin-top:0;}
	#our-team .right2 .consist .li .img{text-align: center;}
	#our-team .right2 .consist .li .img .icon{transform: scale(1.5);}
	#our-team .right2 .consist .li .member,
	#our-team .right2 .consist .li .number,
	#our-team .right2 .consist .li .account{font-size: 26px; text-align: center;;}

	#our-team .content .right3{padding-bottom: 0;}
	#our-team .right3 .introduce{margin-bottom: 0;}
}


#culture_04 {background-color: #191919;padding:100px 0 0 0;}
#culture_04 .bigTit {font-size: 48px;color:#fff;text-align: center;line-height: 62px;}
#culture_04 .smallTit {font-size: 14px;opacity: .1;color:#fff;text-align: center;padding:0 0 50px  0;}
#culture_04 .context {padding:0 0 130px 0;display: flex;overflow: hidden;}
#culture_04 .context .el-item {width:11.5%;padding-top:45.1%;position: relative;transition: all .5s linear;/* margin: 186px 0; */}
#culture_04 .context .el-item .wrap {position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(0,0,0,.1);}
#culture_04 .context .el-item .wrap .number {color:#fff;font-size: 40px;font-family: "MiSans-Semibold";opacity: .1;position: absolute;top:88px;left:40px;transition: all .5s linear;}
#culture_04 .context .el-item .wrap .box {position: absolute;left:44px;width:478px;bottom:70px;left:44px;font-family: "Misans";transition: all .5s linear;}
#culture_04 .context .el-item .wrap .box .img .icon {width:42px;height:42px;fill:#ff5100;}
#culture_04 .context .el-item .wrap .box .want {font-size: 24px;font-family: "MiSans-Semibold";color:#ff5100;}
#culture_04 .context .el-item .wrap .box .spe {font-size: 18px;color:#ff5100;line-height:1;margin:10px 0 20px 0;}
#culture_04 .context .el-item .wrap .box .brief {font-size: 14px;color:#fff;}
#culture_04 .context .el-item.cur{width:64.8%;}
#culture_04 .context .el-item.cur  .wrap {background: rgba(0,0,0,0);}
#culture_04 .context .el-item.cur  .wrap .number {left:70px;}
#culture_04 .context .el-item.cur  .wrap .box {left:70px;}



@media screen and (max-width : 750px) { 
	#culture_04 {padding:40px;}
	#culture_04 .context .el-item  {margin:20px 0;padding-top: 0;}
	#culture_04 .context .el-item.cur {width:100%;}
	#culture_04 .context .el-item .wrap .box .spe{font-size: 22px;}
	#culture_04 .context .el-item .wrap .box .brief {font-size: 22px;}
	#culture_04 .context {padding:0 0 130px 0;display: flex;flex-wrap: wrap;}
	#culture_04 .context .el-item.cur .wrap {background:#1b1b1b ;}
	#culture_04 .context .el-item.cur {background:#1b1b1b ;}
	#culture_04 .context .el-item {background:#1b1b1b ;width:100%;}
	#culture_04 .context .el-item .wrap .number {display: none;}
    #culture_04 .context .el-item .wrap {position: static;}
	#culture_04 .context .el-item .wrap .box {position: static;width:100%;;left:70px;width:478px;bottom:70px;font-family: "Misans";}
	#culture_04 .context .el-item .wrap .box .img{text-align: center;}
	#culture_04 .context .el-item .wrap .box .img .icon {width:42px;height:42px;fill:#ff5100;}
	#culture_04 .context .el-item .wrap .box .want {text-align: center;font-size: 30px;font-family: "MiSans-Semibold";color:#ff5100;}
	#culture_04 .context .el-item .wrap .box .spe.hide {display: block;text-align: center;font-size: 26px; line-height: 1.4; color:#ff5100;line-height:1;margin:10px 0 20px 0;}
	#culture_04 .context .el-item .wrap .box .brief.hide {display: block;text-align: center;font-size: 26px; line-height: 1.4; color:#fff;}
}


#brand-about {background: #141414 url("/images/02_aboutUs/cultrue_03_bgc_02.png") no-repeat 50% 30%/100% auto;padding:200px 0 200px;}
#brand-about .bigTit {font-size: 48px;color:#fff;line-height: 62px;}
#brand-about .smallTit {font-size: 14px;opacity: .1;color:#fff;padding:0 0 100px  0;}
#brand-about .about {padding:0 0 166px 0;}
#brand-about .about .left {font-size: 18px;color:#fff;line-height: 34px;}
#brand-about .about .right {padding-right:10.8%;position: relative;}
#brand-about .about .right .fourCircle{width:188px;height:188px;position: absolute;top:-84px;right:-16px;}
#brand-about .empty {margin-top: 60px;position: relative;}
#brand-about .empty .left {width:50%;position: relative;z-index: 2;}
#brand-about .empty .bg {position: absolute;z-index: 1;top: -90px;right: -90000px;bottom: -90px;left: calc(50% - 90px);background-color:#202020;}
#brand-about .empty .right {width:calc(100% - 720px);padding:96px 0;position: relative;z-index: 3;padding:0 0 0 100px;}
#brand-about .empty {width:100%;position: relative;}
#brand-about .empty .smallCircle {top:0;left:0;transform:translate(-100px,-52px)}
#brand-about .empty .box-brand .li {line-height: 34px;color:#fff;font-size: 18px;}
#brand-about .empty .box-brand .bigsmall {color:#fff;opacity: .1;font-size: 14px;}
#brand-about .empty .line {width:778px;height:1px;background-color:#ff5100;z-index: 4;position: relative;transform: translate(-200px,0);margin:63px 0;}
#brand-about .empty .box-brand .li .dot{width:2px;height:2px;margin:0  10px 0 0;background-color: #ff5100;border-radius: 50%;}

@media screen and (max-width : 1200px) { 
	#brand-about .empty .right {width: calc(100% - 400px);}
}

@media screen and (max-width : 750px) { 
	#brand-about{padding: 80px 0}
	/* #brand_05 .smallTit {font-size: 26px; line-height: 1.8; padding-bottom: 60px;}
	#brand_05 .about .left {font-size: 26px; line-height: 1.8;}
	#brand_05 .empty .box-brand .li {font-size: 26px; line-height: 1.8;}
    #brand_05 .empty .box-brand .bigsmall {font-size: 26px; line-height: 1.8;}
	#brand_05 .bigTit {text-align: center;}
    #brand_05 .smallTit {text-align: center;}
	#brand_05 .about {padding:0 0 166px 0;display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	#brand_05 .about .left {width:100%;margin: 20px 0;}
	#brand_05 .about .right {width:100%;margin: 20px 0;} */

	#brand-about .box-brand{margin-bottom: 60px;}
	#brand-about .bigTit {text-align: center;color: #fff;line-height: 62px;}
	#brand-about .smallTit {text-align: center;font-size: 26px; line-height: 1.8;}
	#brand-about .about {flex-direction: column-reverse; padding:0 0 100px 0;}
	#brand-about .about .left {width: 100%;font-size: 26px;margin-top: 76px;text-align: justify;height:auto;}
	/* #brand-about .about .right {position: absolute;padding-right: 0;top:0;left:50%;transform: translate(-50%,0);} */

	#brand-about .empty{flex-direction: column-reverse; width: 92%;}
	#brand-about .empty .left {margin:0 0 0 8% ;}
	#brand-about .empty .right {width: 100%;padding: 0 0 0 0px;margin:0 8% ;}
	#brand-about .empty .box-brand .bigsmall {text-align: center;font-size:26px;}
	#brand-about .empty .box-brand .li{font-size: 26px; line-height: 1.8; margin-bottom: 10px;}
	#brand-about .empty .box-brand .li .dot{width: 8px; height: 8px;}
	#brand-about .empty .smallCircle {display: none;}
	#brand-about .about .right .fourCircle {display: none;}
	#brand-about .empty .left {width:100%; margin: 0;}
	#brand-about .empty .bg {display: none;}
	#brand-about .empty .right {width:100%;}
	#brand-about .about .right{ padding-right:0;}
	#brand-about .empty .line  {display: none;}
	
}


#value_06 {background-color: #141414;}
#value_06 .colo {color:#ff5100;}
#value_06 .bigTitle {text-align: center;font-size: 48px;color:#fff;line-height: 60px;}
#value_06 .smallTitle {text-align: center;font-size: 14px;color:#fff;opacity: .1;padding: 0 0 100px 0;}
#value_06 .brief {text-align: center;font-size: 30px;color:#fff;font-family: "MiSans-Semibold";padding:0 0  100px 0;}
#value_06 .connect {padding:100px 0 0 0;background:url("/images/02_aboutUs/brand_06_02.jpg") no-repeat center center /cover;}
#value_06 .connect .bigTit {text-align: center;font-size: 48px;color:#fff;line-height: 60px;font-family: "Misans";}
#value_06 .connect .smallTit {text-align: center;font-size: 14px;color:#fff;opacity: .1;padding:0 0 26px 0;}
#value_06 .connect .content  {width:100%;background-size: cover;}
#value_06 .connect .content .li {width:50%;padding:80px 0 88px 0;}
#value_06 .connect .content .li:nth-child(1){border-bottom: 1px solid #202020;}
#value_06 .connect .content .li:nth-child(1){border-right: 1px solid #202020;}
#value_06 .connect .content .li:nth-child(2){border-bottom: 1px solid #202020;}
#value_06 .connect .content .li:nth-child(3){border-right: 1px solid #202020;}
#value_06 .connect .content .li .bigTitle2 {text-align: center;font-size: 24px;line-height: 1;margin:0 0  20px 0;color:#fff;}
#value_06 .connect .content .li .brief2 {text-align: center;font-size: 14px;line-height:1.8;width:68%;margin: 0 auto;color:#fff;opacity: .7;max-height:126px;overflow: hidden;}
@media screen and (max-width : 750px) { 
	#value_06{padding:100px 0 0 0;}
	#value_06 .smallTitle,
	#value_06 .connect .smallTit {font-size: 26px; line-height: 1.8; padding-bottom: 60px;}

	#value_06 .brief>*,
	#value_06 .brief *{font-size: 24px !important;}
	#value_06 .connect .content{padding-bottom: 60px;}
	#value_06 .connect .content .li{margin-bottom: 20px;}
	#value_06 .connect .content .li:nth-child(1),
	#value_06 .connect .content .li:nth-child(2),
	#value_06 .connect .content .li:nth-child(3){border: 0;}
	#value_06 .connect .content .li .brief2 {font-size: 26px; line-height: 1.8;max-height:198px;overflow: hidden;}
	#value_06 .connect .content .li {width: 100%;padding: 10px 0 0px 0;}
	#value_06 .connect .content .li .bigTitle2{font-size: 32px; line-height: 1.8;}
}

#deve_07  {font-size: 48px;background-color:#141414;}
#deve_07 .bigTitle {font-size: 48px;color:#fff;text-align: center;padding:100px 0 0 0;position: relative;z-index: 1;}
#deve_07 .smallTitle {font-size: 18px;color:#fff;opacity: .1;text-align: center;position: relative;z-index: 1;}
#deve_07 .container { margin-top: -188px;}
#deve_07 .container .slide {border-left:1px solid #1f1f1f;border-right:1px solid #1f1f1f;/*padding:302px 30px 100px 30px;*/padding:302px 0 100px 0;width:420px;position: relative;z-index: 2;top:0;left:0;}
#deve_07 .container .slide .name {font-size: 30px;color:#fff;padding: 20px 0;}
#deve_07 .container .slide .name .number{font-family: "MiSans-Semibold";} 
#deve_07 .container .slide .name .brand{color:#ff5100;}
#deve_07 .container .slide .brief {font-size: 16px;height:150px;color:#fff;line-height: 38px;overflow: hidden;text-overflow: ellipsis;}
#deve_07 .container .slide .picture {height: 280px;}
#deve_07 .container	.swiper-pagination-bullets {display: none;}
#deve_07 .container .arrow {bottom:346px;z-index: 5;pointer-events:none;}
#deve_07 .container .arrow .pre {width:68px;height:68px;background-color: #fff;border-radius: 50%;pointer-events:initial;}
#deve_07 .container .arrow .pre  .img{width:13px;height:19px;} 
#deve_07 .container .arrow .pre:hover {background-color: #ff5100;}
#deve_07 .container .arrow .pre:hover .img {fill:#fff;}
#deve_07 .container .arrow .next {width:68px;height:68px;background-color: #fff;border-radius: 50%;pointer-events:initial;}
#deve_07 .container .arrow .next .img {width:13px;height:19px;}
#deve_07 .container .arrow .next:hover {background-color: #ff5100;}
#deve_07 .container .arrow .next:hover .img {fill:#fff;}

@media screen and (max-width : 750px) { 
	#deve_07  {font-size: 48px;background-color:#141414;}
	#deve_07 .smallTitle  {font-size: 22px;}
	#deve_07 .container .slide .brief {font-size: 26px;}
}

@media screen and (max-width : 750px) {
	#deve_07 .container{margin-top: 60px;}
	#deve_07 .container .slide{width: 80%; padding-top: 0;}
	#deve_07 .container .slide .picture{height: auto;}
	#video_02_3 .box-center .brief {font-size: 22px;letter-spacing:12px;}
	#video_02_3 .box-center .more {font-size: 22px;}
	#video_02_3 .box-bottom {flex-wrap: wrap;}
	#video_02_3 .box-bottom  .left {color:#fff;font-size: 22px;display: none;}
	#video_02_3 .box-bottom  .left  span {margin:10px 10px 10px 0;}
	#video_02_3 .box-bottom  .right {color:#fff;font-size: 22px;}
}


#product-item {background-color: #141414;padding:62px 0 0 0;}
#product-item .title{position: relative;}
#product-item .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#product-item .title .cn {font-size: 14px;color:#fff;margin-bottom:5%;}
#product-item .title .sign {width:216px;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#product-item .content {transform: translate(0,20px);}
/* #product-item .content{display: flex;} */
#product-item .content .li {width:31.7%; display: block; margin-right: 2.1%;}
#product-item .content .li:nth-child(3n){margin-right: 0;}
#product-item .content .li  .mouse {width:100%;padding-top:100%;background-color: #1a1a1a;margin:0 0 34px 0;position: relative;border-bottom: 6px solid #1a1a1a;transition: all .3s;}
#product-item .content .li  .mouse .img {position: absolute; width: 100%; top:50%;left:50%;transform: translate(-50%,-50%);}
#product-item .content .li:hover  .mouse {border-bottom: 6px solid #ff5100;}
#product-item .content .li:hover  .bigTitle {color:#ff5100;}
#product-item .content .li  .bigTitle {text-align: center;font-size: 18px;color:#fff;line-height: 26px;transition: all .3s;}
#product-item .content .li  .smallTitle {text-align: center;font-size: 14px;color:#fff;opacity: .5;margin:0 0 68px 0;}

@media screen and (max-width:1200px) {
	#product-item .title .sign {width:15%;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;}
}

@media screen and (max-width : 750px) {
	#product-item .content .li:nth-child(3n){margin-right: 2.1%;}
	#product-item .content .li:nth-child(2n){margin-right: 0;}
	#product-item .title .cn {font-size: 26px;}
	#product-item .header  .smalleTitle {font-size: 22px;color:#fff;}
	#product-item .content .li  {width:48%;}
	#product-item .content .li  .bigTitle {text-align: center;font-size: 26px;color:#fff;line-height: 1.8;}
    #product-item .content .li  .smallTitle {text-align: center;font-size: 24px;color:#fff;opacity: .5;margin:0 0 68px 0;line-height: 1.8;}
}


#paging {background-color: #141414;padding:100px 0;}
#paging .paging {text-align: center;}
#paging .paging[type='default'] .prev{border:0px;}
#paging .paging[type='default'] .next{border:0px;}
#paging .paging  .prev{float: left;width:152px;line-height: 64px;height:64px;border-radius: 30px;text-align: center;font-size: 14px;color:#fff;background-color: #1a1a1a;}
#paging .paging  .prev  .img {height:100%; margin-right: 10px;}
#paging .paging  .next  .img {height:100%; margin-left: 10px;}
/* #paging .paging  .prev  .img .bef{width:18px;fill:#fff;}
#paging .paging  .next  .img .aft{width:18px;fill:#fff;} */
#paging .paging  .next{float: right;width:152px;line-height: 64px;height:64px;border-radius: 30px;text-align: center;font-size: 14px;color:#fff;background-color: #1a1a1a;}
#paging .paging  span a{width:64px;height:64px;background-color: #1a1a1a; line-height: 56px;border: 4px solid #1a1a1a;font-size: 14px;border-radius: 50%;color:#fff;}
#paging .paging  span font{width:64px;height:64px;background-color: #1a1a1a; line-height: 56px;border: 4px solid #1a1a1a;font-size: 14px;border-radius: 50%;color:#fff;}
#paging .paging  .cur {border: 4px solid #ff5100;} 
#footer .footer {background-color:#1a1a1a;}

@media screen and (max-width : 750px) {
	#paging .paging  .prev,
	#paging .paging  .next{font-size: 26px;}
	#paging .paging  span a{font-size: 26px;}
	#paging .paging  span font{font-size: 26px;}

}

/* productDetail */
/* #02_video  第二部分*/
#video_02_4  {position: relative; }
#video_02_4 .playBack{padding-top:34.4%;}
#video_02_4 .playBack img{position: absolute;left: 0;top: 0;width: 100%;}
#video_02_4 .center {flex-wrap: wrap;}
#video_02_4 .center .left{width: 80%;}
#video_02_4 .center  .brief {font-size: 36px;color:#fff; /*max-width:720px;*/font-family:"MiSans-Semibold";}
#video_02_4 .center  .date {font-size: 18px;color:#fff;padding:50px 0  0 0px;}
#video_02_4 .center  .right {color:#333;font-size: 12px;margin:0 0px 0 0;height:50px;width:130px;justify-content: center;background-color: #fff;border-radius: 25px;text-align: center;}
#video_02_4 .center  .right  .return  {margin-top:6px; }
#video_02_4 .center  .right  .return .img {width:20px;height:20px;color:#515151;}
#video_02_4 .box-top {position: absolute;top:0px;padding: 30px 0;border-bottom:1px solid #3c3c3e;}
#video_02_4 .box-top  .left {color:#fff;font-size: 14px;}
#video_02_4 .box-top  .left .home {margin:0 10px 0 0;}
#video_02_4 .box-top  .left  span {margin:0 10px 0 0;}
#video_02_4 .box-top  .left .homeImg {width: 20px;height: 20px;vertical-align: baseline;fill:#fff;}
#video_02_4 .box-top  .left  span {line-height: 30px;}
@media screen and (max-width : 1200px) {
	#video_02_4 .playBack{padding-top:60%;}
	#video_02_4 .playBack img{width: auto;height: 100%;left: 50%;transform: translate(-50%,0)}
}
@media screen and (max-width : 750px) {
	#video_02_4 .center {margin:40px 0 0 0;}
	#video_02_4 .center  .date {font-size: 22px;color:#fff;padding:50px 0 20px 0px;}
    #video_02_4 .center  .right {font-size: 22px;margin:0 0 0 0px ;}
	#video_02_4 .box-bottom  .left {font-size: 22px;}
	#video_02_4 .box-top .left {font-size: 26px;}
}


#page {padding:100px 0 0 0;}
#page .left .li {font-size: 18px;color:#fff;line-height: 1;margin:0 0 30px 0;}
#page .left .li:hover {color:#ff5100;}
#page .right  {display: flex;align-items: center;color:#fff;font-size: 18px;}
#page .right .wx  {margin:0px 20px 0px 20px;}
#page .right .wx .img{width:30px;height:30px;fill:#666666;}
#page .right .wb .img{width:30px;height:30px;fill:#666666;}
#page .right .li {border-radius: 50%;width:60px;height:60px;background-color: #1a1a1a;}
#page .right .li:hover {cursor: pointer;}
@media screen and (max-width : 750px) {
	#page .left .li {font-size: 26px; line-height: 1.8;}
	#page .left .li.cur {font-size: 26px;}
	#page {flex-wrap: wrap;}
	#page .right  {width:100%;font-size: 26px;text-align: end;justify-content: flex-end;}
	
}

.bgc{background-color: #141414;}
#introduce {padding:62px 0 0 0; color:#fff;}
/* #introduce .brief{line-height:2;color:#fff;font-size: 18px;margin:0 0 80px 0;max-height: 394px;overflow: hidden;}
#introduce .text{line-height:2;color:#fff;font-size: 18px;margin:80px 0 0 0;max-height: 140px;overflow: hidden;}
#introduce .bigTitle{line-height:2;color:#fff;margin:50px 0 42px 0;font-size: 24px;font-family:"MiSans-Semibold";}
#introduce .content{line-height:2;color:#fff;padding:50px 0 100px 0;font-size: 24px;font-family:"MiSans-Semibold";border-bottom: 1px solid #1b1b1b;} */

@media screen and (max-width:750px) {
	#introduce .brief{font-size: 22px;}
    #introduce .text{font-size: 22px;}
}

#company-news {background-color: #141414;padding:62px 0 0 0;}
#company-news .title{position: relative;}
#company-news .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#company-news .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#company-news .title .sign {width:216px;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#company-news .content {transform: translate(0,20px);}
#company-news .content{display: flex;}
#company-news .content .li {width:31.7%; margin-right: 2.28%;}
#company-news .content .li:nth-child(3n){margin-right: 0;}
#company-news .content .li  .mouse {width:100%;background-color: #1a1a1a;margin:0 0 34px 0;position: relative;border-bottom: 6px solid #1a1a1a;}
#company-news .content .li  .mouse .img {padding-top:67.8%;}
#company-news .content .li  .mouse.none {display: none;}
#company-news .content .li  .mouse .date{opacity: 0;transition: all .3s;position: absolute;right:0;bottom:0;width:100px;height: 100px;background-color: #ff5100;align-items: center;justify-content: center;color:#fff;flex-direction: column;display: flex;}
#company-news .content .li:hover  .mouse .date {opacity: 1;}
#company-news .content .li  .mouse .date .bigNumber {font-size: 48px;font-family: "MiSans-Semibold";}
#company-news .content .li  .mouse .date .smallNumber {font-size: 16px;font-family:"Misans";}
#company-news .content .li  .bigTitle {font-size: 18px;color:#fff;line-height: 32px;margin: 0 0 20px 0;max-height: 70px;overflow: hidden;}
#company-news .content .li  .smallTitle {font-size: 14px;color:#fff;opacity: .5;margin:0 0 68px 0;line-height: 26px;max-height: calc(26px * 2);overflow: hidden;}

@media screen and (max-width:1200px) {
	#company-news .title .sign {width:15%;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;}
}

@media screen and (max-width:750px) {
	#company-news .title .cn {font-size: 26px;}
	#company-news .header  .smallTitle {font-size: 22px;line-height: 1.8;}
	#company-news .content .li {margin-right: 0;}
	#company-news .content .li  .mouse .wrap .date .smallNumber {font-size:22px;font-family:"Misans";line-height: 1.8}
	#company-news .content .li  .bigTitle {font-size: 26px; max-height: 90px; line-height: 1.8;}
	#company-news .content .li  .smallTitle {font-size: 26px;line-height:35px; max-height: calc( 35px * 2);}
	#company-news .content .li .mouse .date{width: 120px; height: 120px;}
	#company-news .content .li .mouse .date .smallNumber{font-size: 24px;}
	#company-news .content .li {width:100%;}
}

.bgc {background-color: #141414;padding: 0  0 100px 0;}

#mouse .title {line-height: 1;padding:50px 0 50px 0;font-size: 24px;color:#fff;border-bottom: 1px solid #1b1b1b;}
#mouse .content  {display: flex;padding:90px 0 90px 0; justify-content: space-between;}
#mouse .content .left {width:40%; /*padding-bottom:50px;*/ margin:0;}
/* #mouse .content .left  .slide {padding:0 0 40px 0;} */
#mouse .content .swiper-pagination-bullets .swiper-pagination-bullet{width: 12px;height: 12px;display: inline-block;margin: 0 10px;border-radius: 100%;background: #242424;opacity: 1;}
#mouse .content .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 12px;height: 12px;display: inline-block;border:2px solid #ff5100;border-radius: 100%;background: transparent}
#mouse .content .right {width:50%;}
#mouse .content .right .caption {font-size: 36px;line-height: 2;color:#fff;pointer-events: none;}
#mouse .content .right .small {font-size: 24px;line-height: 1;color:#fff;padding:0 0 30px 0;border-bottom: 1px solid #1b1b1b;pointer-events: none;}
#mouse .content .right .big {font-size: 60px;color:#ff5100;font-family: "Misans";padding:20px 0 20px 0;pointer-events: none;}
#mouse .content .right .big .spe {font-size: 18px;}
#mouse .content .right .brief {font-size: 14px;line-height: 2;padding:20px 0 34px 0;border-bottom: 1px solid #1b1b1b;color:#Fff;pointer-events: none;}
#mouse .content .right .headline {font-size: 18px;padding:40px 0 44px 0;color:#fff;pointer-events: none;}  
#mouse .content .right .circle .li{display: inline-block;position: relative;;width:40px ;height:40px ;border-radius: 50%;background-color: #fff;margin: 0 20px 0 0;cursor: pointer;}
#mouse .content .right .circle .li.cur::before {content:"";position: absolute;display: inline-block;left:50%;top:50%;width:50px;height:50px;transform: translate(-50%,-50%);background-color: transparent;border:4px solid #ff5100;border-radius: 50%;}
#mouse .content .right .shop {margin:70px 0 0 0;}
#mouse .content .right .shop .btn   {width:194px;height:63px;background-color: #2c2c2c;border-radius: 50px;margin:0 20px 0 0;color:#fff;font-size: 18px;}
#mouse .content .right .shop .store {padding: 0 10px 0 30px;font-size: 18px}
#mouse .content .right .shop .retailer {padding: 0 10px 0 30px;font-size: 18px;}
#mouse .content .right .shop .btn:hover {background-color: #ff5100;}
/* #mouse .content .right .circle .li:nth-child(2){background-color: #fec4c9;}
#mouse .content .right .circle .li:nth-child(3){background-color: #bb8cd4;}
#mouse .content .right .circle .li:nth-child(4){background-color: #3e3e3e;}
#mouse .content .right .circle .li:nth-child(5){background-color: #929499;}
#mouse .content .right .circle .li:nth-child(6){background-color: #d7d8dc;}
#mouse .content .right .circle .li:nth-child(7){background-color: #dedfe3;} */


#productCenter {background-color: #1a1a1a;padding: 34px  0 120px 0;}
#productCenter .title {color:#fff;}
#productCenter .title .li{font-size: 18px;padding:0 24px 0  0;margin:0 0 34px 0;}
#productCenter .title .li:nth-child(2){font-size: 18px;padding:0  0 0 24px;border-left:1px solid #2f2f2f;}
#productCenter .title .li.cur {color:#ff5100;}
/* #productCenter .mouse {margin:0 0 132px 0;} */
#productCenter .list {margin-top: 132px; justify-content: space-between; color:#fff;font-size: 18px;line-height: 2;}
#productCenter .list .item{width: 47%;}
#productCenter .list .item .txt1{width: 20%;}
#productCenter .list .spe {width: 70%; opacity: .5;}
#productCenter .editor video{ display: block; margin: 0 auto; width: 80%;}
/*
#productCenter .figure .picture .box {width: 590px;text-align: center;}
#productCenter .figure .picture .box .caption {line-height: 2;color:#fff;font-size: 48px;}
#productCenter .figure .picture .box .caption .text {font-size: 30px;line-height: 1;margin:0 0 0 10px;padding:10px 14px 10px 14px;color:#ff5100;border:1px solid #ff5100;border-radius: 5px;}
#productCenter .figure .picture .box .topic {font-size: 72px;font-family: "MiSans-Semibold";color:#fff;margin:0 0 70px 0;}
#productCenter .figure .picture .box .view {width:36px;height:36px;}
#productCenter .figure .picture .box .voice  {width:36px;height:36px;}
#productCenter .figure .picture .box .ele  {width:36px;height:36px;}
#productCenter .figure .picture .box .word {display: flex;justify-content:center;font-size: 18px;line-height: 1.8;color:#Fff;}
#productCenter .figure .picture .box .word  .li  .dd {margin:30px 52px 0  0;}
*/

@media screen and (max-width:1024px) {
	#productCenter .editor video{ width: 92%;}
}

@media screen and (max-width:750px) {
	#mouse .content  {flex-wrap: wrap;}
	#mouse .content .left {width:100%;}
	#mouse .content .right {width:100%;}
	#mouse .content .right .big .spe {font-size: 26px;}
	#mouse .content .right .brief {font-size: 26px;}
	#mouse .content .right .headline {font-size: 26px;} 
	#mouse .content .right .shop .store {font-size: 26px}
    #mouse .content .right .shop .retailer {font-size: 26px;}
	#mouse .content .right .shop .btn {width:250px;height:80px;font-size: 26px;}
	
	/* #productCenter .figure .picture .box .topic {font-size: 36px;} */
	/* #productCenter .figure .picture .box .word {font-size: 26px;} */
	/* #productCenter .content {grid-template-columns: 1fr 3fr ;font-size: 26px;} */
	/* #productCenter .figure .picture .box .word {font-size:26px;} */

	#mouse .content .right .small{font-size: 26px;}
	#mouse .content .right .circle .li{width: 60px; height: 60px;}
	#productCenter{padding-bottom: 0;}
	#productCenter .title .li,
	#productCenter .title .li:nth-child(2),
	#productCenter .title .li,
    #productCenter .title .li:nth-child(2){font-size: 26px;}

	#productCenter .list{margin-top: 60px; padding-bottom: 60px;}
	#productCenter .list .item{width: 100%;}
	#productCenter .list .item .txt1,
	#productCenter .list .spe{font-size: 26px;}
	#productCenter .list .item .txt1{ width: 30%;}
}


#download {background-color: #141414;padding:62px 0 0px 0;}
#download .title{position: relative;}
#download .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#download .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#download .title .sign {width:216px;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#download .content {transform: translate(0,40px);}
#download .content .top {background-color: #171717;padding:40px 30px;border-bottom:#202020 1px solid;margin:0 0 20px 0;overflow: hidden;transform: translate(0px,-10px);}
#download .content .top .select {width: 75%}
#download .content .top .select .dd {color:#333;}
#download .content .top .select .li {position: relative;width: calc(31.23% - 26px);margin-right: 40px;border-right:1px solid #2f2f2f;font-size: 18px;color:#fff;}
#download .content .top .select .li select{width: 52%; position: relative; background: url(/images/select-jt.png) no-repeat center;background-position-x: 65%;background-size: 18px 11px;}
/* #download .content .top .select .li select::before{content:''; display: block; width:28px; height:18px; background: url(/images/select-jt.png) no-repeat center #fff; fill:#fff; position: absolute; top: 0; right: -12px;} */

#download .content .top .select .li:nth-child(3n) {margin-right: 0;}
/* #download .content .top .select .li .show .img {width:28px;height:18px;fill:#fff;padding:0 0 0 12px;} */
#download .content .top .above {width: 25%;font-size: 18px;color:#fff;position: relative;}
#download .content .top .above .text{width: calc(100% - 27px);}
#download .content .top .above .text::-webkit-input-placeholder{color:#fff;}
#download .content .top .above .text::-moz-placeholder{color:#fff;}
#download .content .top .above .text::-moz-placeholder{color:#fff;}
#download .content .top .above .text::-ms-input-placeholder{color:#fff;}
#download .content .top .above .search {width:27px;height:100%;right:0;cursor: pointer;}
#download .content .top .above .search .img {width:27px;height:27px;fill:#fff;}
#download .content .top .above .hiden{visibility: hidden;}
#download .content .bottom {padding-bottom:100px;}
#download .content .bottom .th {padding:43px 92px;border-bottom:#202020 1px solid;font-size: 18px;color:#fff;background-color: #171717;cursor: pointer;}
#download .content .bottom .dd {padding:43px 92px;border-bottom:#202020 1px solid;font-size: 18px;color:#fff;background-color: #171717;cursor: pointer;}
#download .content .bottom .dd .download .img {width:19px;height:19px;fill:#fff;}
#download .content .bottom .dd .word {color:#fff;transition: all .5s ease;}
#download .content .bottom .dd:hover .download  .img{fill:#ff5100;}
#download .content .bottom .dd:hover .word {color:#ff5100;padding:0px 0 0 40px;}
#download .content .bottom .dd:hover  {border-bottom:#ff5100 1px solid;}

@media screen and (max-width:1200px) {
	#download .title .sign {width:15%;height: 200px;}
	#download .content .select {width:68%;}
	#download .content .top .li:nth-child(3n){border-right: none;}
	#download .content .above {width:32%;}
	#download .content .top .li.emtry {display: none;}
}
@media screen and (max-width:900px) {
	#download .content .top .select {width:100%; padding: 0 18px;}
	#download .content .top .above {width:100%;margin-bottom: 30px;height: 50px;}
	#download .content .top .above input{text-indent: 15px;}
	#download .content .top .above .search{width: 50px;}
}

@media screen and (max-width:750px) {
	#download .content .bottom .th  {padding:43px 30px;}
	#download .content .bottom .dd .download {width:40px;height:40px; zoom: 1.5;}
	#download .content .bottom .dd  {padding:43px 30px;}
	#download .content .top  .above .search .img {width:40px;height:40px;}
	#download .content .top .above .text {font-size: 26px;}
	#download .title .cn {font-size: 26px;color:#fff;margin-bottom: 5%;}
	#download .content .top select,
	#download .content .top .select .dd,
	#download .content .top .select .li {font-size: 26px;}

	#download .content .top .select .li {width: calc(40.23% - 26px);}
	#download .content .top .select .li select{width: 100%;}
	#download .content .top .above {font-size: 26px; margin-top: 30px;}
	#download .content .top .above .text{width: calc(100% - 70px);}
	#download .content .top .above .search .img {width:40px;height:40px;fill:#fff;}
	#download .content .bottom .th>div{font-size: 26px;}
    #download .content .bottom .dd {font-size: 26px;}
}

#faq {background-color: #141414;padding:62px 0 0 0;}
#faq .title{position: relative;}
#faq .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#faq .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#faq .title .sign {width:216px;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#faq .header    .sign {width:222px; height:170px;}
#faq .category  .th  {border-bottom:1px solid #2c2c2c;padding:20px 0 20px 0;font-size: 18px;color:#fff;}
#faq .category  .th  .li {padding: 0 40px 0 0; margin-right: 37px;}
#faq .category  .th  .li:hover,
#faq .category  .th  .li.cur {color:#ff5100;}
#faq .content {transform: translate(0,-2px);padding:0 0 182px 0;}
#faq .content   .td  {border-bottom:1px solid #2c2c2c;}
#faq .content   .td  .el-name{padding:  20px 0 20px 0;font-size: 18px;align-items: center;display: flex;cursor: pointer;}
#faq .content   .td  .el-name .q{width:52px;height:52px;line-height: 52px;background-color: #1a1a1a;border-radius: 50%;text-align: center;margin:0 20px 0 0 ;color:#fff;}
#faq .content   .td  .el-name:hover .q,
#faq .content   .td  .el-name.cur .q{background-color: #ff5100;}

#faq .content   .td  .el-name .question{color:#fff;}
#faq .content   .td  .el-name:hover .question,
#faq .content   .td  .el-name.cur .question{color: #ff5100; font-weight: bold;}

#faq .content   .td  .el-children .a{width:52px;height:52px;line-height: 52px;background-color: #fff;color:#141414;border-radius: 50%;text-align: center;margin:0 34px 0 0 ;font-size: 18px;}
#faq .content   .td  .el-children .operation {flex:1;line-height: 2;font-size: 18px;background-color: #1a1a1a;padding:20px 0 36px 40px;color:#fff;position: relative;margin: 0 0 50px 0;}
#faq .content   .td  .el-children .operation::before{content:"";position: absolute; top:-28px;left:6px; height: 0;width: 0;border-top: 12px solid #1a1a1a;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 12px solid transparent; transform: rotate(-135deg) translate(0,-100%);}

@media screen and (max-width:750px) {
	#faq .title .cn ,
	#faq .header  .smallTitle ,
	#faq .category  .th ,
	#faq .content .td .el-name,
	#faq .content .td .el-children .a,
	#faq .content .td .el-children .operation {font-size: 26px;}
}

@media screen and (max-width:1200px) {
	#faq .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}


#setup {background-color: #141414;padding:62px 0  0px 0;}
#setup .title{position: relative;}
#setup .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#setup .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#setup .title .sign {width:216px;height: 200px;background: url(/images/05_brandInfor/product_sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#setup form{margin-bottom: 60px; background-color: #1a1a1a; padding:40px 0 40px 0;}
#setup .search {display: flex;justify-content: center;align-items: center; /*transform: translate(0,10px);*/}
#setup .search .in {border-bottom: 1px solid #ff5100;width:576px;line-height: 50px;}
#setup .search .in input {font-size: 16px;color:#fff;width:100%;}
#setup .search .in input::placeholder{color:#999999;}
#setup .btn .text {font-size: 18px;color:#fff;width:140px;height:50px;line-height: 50px;border-radius: 25px;background-color: #2c2c2c;text-align: center;}

#setup .content{display: flex;transform: translate(0,-2px);}
#setup .content .li {position: relative;;width:31.7%;margin:60px 0 0 0;border-bottom: 1px solid #2c2c2c;transition:all .3s; margin-right: 2.3%;}
#setup .content .li:nth-child(3n) {margin-right: 0;}
#setup .content .li:nth-child(-n+3) {margin-top: 0;}
#setup .content .li::after {content:"";display: block;position: absolute;bottom:0 ;height:1px;width:0;background-color: #ff5100;transition: all .5s ;}
#setup .content .li:hover:after{content:"";width:100%;left:0;position: absolute;}
#setup .content .li  .mouse {width:100%;background-color: #1a1a1a;position: relative;border-bottom: 6px solid #1a1a1a;}
#setup .content .li  .mouse .img {padding-top:74.3%;}
#setup .content .li  .mouse .play{ position: absolute;top: 50%; left:50%;transform: translate(-50%,-50%); z-index: 3	
	;}
#setup .content .li  .bigTitle {font-size: 18px;color:#fff;line-height: 32px;width:80.4%;padding:30px 0 30px 0;}

@media screen and (max-width:1200px) {
	#setup .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}

@media screen and (max-width:750px) {
	#setup .content .li:nth-child(2n) {margin-right: 0;}
	#setup .content .li:nth-child(-n+3) {margin-top: 60px;}
	#setup .content .li:first-child {margin-top: 0;}
	#setup .title .cn {font-size: 26px; line-height: 1.8;}
	#setup .header  .smallTitle {font-size:22px;}
	#setup .search .in {border-bottom: 1px solid #ff5100;width:400px;line-height: 50px;margin:0 20px 0 0;}
	#setup .search .in .inp {font-size: 26px;}
    #setup .btn .text {font-size: 26px;width:190px; height: 60px; border-radius: 50px;}
	#setup .header  .smallTitle {font-size: 22px;line-height: 1.8;}
	#setup .content .li {width:100%; margin-right: 0;}
	#setup .content .li  .mouse .wrap .date .smallNumber {font-size:22px;font-family:"Misans";line-height: 1.8}
	#setup .content .li  .bigTitle {font-size: 26px;line-height: 1.8;}
	#setup .content .li .mouse .play{transform: translate(-50%,-50%)  scale(1.5);}
}


#follow {background-color: #141414;padding:62px 0 100px 0;}
#follow .title{position: relative;}
#follow .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#follow .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#follow .title .sign {width:216px;height: 200px;background: url(/images/05_brandInfor/product_sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#follow .box1 {background-color: #171717;padding:0 48px 46px 48px;overflow: hidden;margin:0 0 30px 0;position: relative;}
#follow .box1 .sign {width:60px ;height:1px; background-color: #ff5100;position: absolute;top:0;left:50%;transform: translate(-50%,0);}
#follow .box1 .title {font-size: 32px;font-family:"Misans";color:#fff;padding: 50px 0 50px 0;text-align: center;border-bottom: 1px solid #2c2c2c;}
#follow .box1 .box-content {padding:50px 0;margin:20px 0;}
#follow .box1 .box-content .li.bt {background-color: #2c2c2c;width:1px;position: relative;}
#follow .box1 .box-content .item {width:28.8%;height:420px;display: flex;justify-content: center;align-items: center;flex-direction: column;background-size: contain;position: relative;}
/* 
#follow .box1 .box-content .item:nth-child(1) {background:url(/images/10_aboutUs2/brand1_03.jpg) no-repeat center / cover;} 
#follow .box1 .box-content .item:nth-child(3) {background:url(/images/10_aboutUs2/brand__05.jpg) no-repeat center / cover;} 
#follow .box1 .box-content .item:nth-child(5) {background:url(/images/10_aboutUs2/brand_3_03.jpg) no-repeat center / cover;} 
 */
#follow .box1 .box-content .li:nth-child(6){display: none;}
#follow .box1 .box-content .item .user {width:28px;height:28px;fill:#fff;}
#follow .box1 .box-content .item .number {font-size: 48px;color:#ff5100;line-height: 1.8;font-family:"MiSans-Semibold";}
#follow .box1 .box-content .item .text {font-size: 18px;color:#ff5100;line-height: 1.8;color:#fff;}
#follow .box1 .box-content .bt .btn {position: absolute;top:50%;right:0;transform: translate(0,-50%);width:1px;height:78px;background-color: #ff5100;}
#follow .box2 {background-color: #171717;padding:0 48px 46px 48px;overflow: hidden;margin:0 0 30px 0;position: relative;}
#follow .box2 .sign {width:60px ;height:1px; background-color: #ff5100;position: absolute;top:0;left:50%;transform: translate(-50%,0);}
#follow .box2 .title {font-size: 32px;font-family:"Misans";color:#fff;padding: 50px 0 50px 0;text-align: center;border-bottom: 1px solid #2c2c2c;}
#follow .box2 .box-content {padding:50px 0 0 0;margin:20px 0;}
#follow .box2 .box-content .li.bt {background-color: #2c2c2c;width:1px;position: relative;border-top:48px solid #141414;border-bottom:48px solid #141414;}
#follow .box2 .box-content .li.bt:nth-child(6){display: none;}
#follow .box2 .box-content .item {width:28.8%;background-size: contain;position: relative;padding:50px 0 50px 0;text-align: center;transition: all .3s;}
#follow .box2 .box-content .item:hover {background:#141414;}
#follow .box2 .box-content .item .user {width:28px;height:28px;fill:#fff;}
#follow .box2 .box-content .item .name {font-size: 24px;color:#fff;line-height: 1.8;}
#follow .box2 .box-content .item .text {font-size: 14px;color:#fff; opacity: 0.7;}
#follow .box2 .box-content .item:hover .text {opacity: 1;}
#follow .box2 .box-content .bt   .btn {position: absolute;top:50%;right:0;transform: translate(0,-50%);width:1px;height:78px;background-color: #ff5100;}
#follow .box3 {background-color: #171717;padding:0 48px 46px 48px;overflow: hidden;position: relative;}
#follow .box3 .sign {width:60px ;height:1px; background-color: #ff5100;position: absolute;top:0;left:50%;transform: translate(-50%,0);}
#follow .box3 .title {font-size: 32px;font-family:"Misans";color:#fff;padding: 50px 0 50px 0;text-align: center;border-bottom: 1px solid #2c2c2c;}
#follow .box3 .box-content {padding:50px 0 0;margin:20px;}
#follow .box3 .box-content .li{margin:0 10px ;}
#follow .box3 .box-content .li .bigTitle {font-size: 18px;line-height: 1.8;text-align: center;color:#fff;margin:15px 0 0 0;}
#follow .box3 .box-content .li .smallTitle {font-size: 14px;line-height: 1.8;text-align: center;color:#fff;}

@media screen and (max-width:1200px) {
	#follow .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}

@media screen and (max-width:750px) {
	#follow{padding: 60px 0;}
	#follow .title .cn {font-size: 26px;}
	#follow .header  .bigTitle {font-size: 36px;}
	#follow .header  .smallTitle {font-size: 26px;}
	#follow .box1 .title {font-size: 32px;}
	#follow .box1 .box-content{flex-wrap: wrap;}
	#follow .box1 .box-content .item .number {font-size: 48px;}
	#follow .box1 .box-content .item .text {font-size: 26px;}
	#follow .box1 .box-content .item {width:100%;margin:30px 0;}
	#follow .box1 .box-content .bt {display: none;}
	#follow .box2 .title {font-size: 32px;}
	#follow .box2 .box-content .item .wrap .name {font-size: 24px;}
	#follow .box2 .box-content .item .wrap .text {font-size: 26px;}
	#follow .box2 .box-content .li {width:100%;margin:30px 0;}
	#follow .box2 .box-content .li .store{transform: scale(1.5); margin-bottom: 20px;}
	#follow .box2 .box-content .item .name{font-size: 26px; line-height: 1.8;}
	#follow .box2 .box-content .li.bt {display: none;}
	#follow .box3 .title {font-size: 32px;}
	#follow .box3 .box-content{justify-content: space-around;}
	#follow .box3 .box-content .li  {width:47%;margin: 0  0 30px 0;}
	#follow .box3 .box-content .li .bigTitle {font-size: 26px;}
	#follow .box3 .box-content .li .smallTitle {font-size: 26px;}
	#follow .box2 .box-content .item .text{font-size: 26px;}
}


#contactUs {background-color: #141414;padding:62px 0 100px 0;}
#contactUs .title{position: relative;}
#contactUs .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#contactUs .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#contactUs .title .sign {width:216px;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#contactUs .connect{position: relative;}
#contactUs .connect .icon{top: 50%; left: 20%; transform: translateY(-50%);}
#contactUs .connect .pic {width:83.7%;}
#contactUs .connect .brief {width:50%;text-align: left;padding:68px 0 68px 60px;position: absolute;right:0px;top:50%;transform: translate(0,-50%);color:#fff;background-color: #ff5100;}
#contactUs .connect .brief  .bigTit{font-size: 30px;font-family: "MiSans-Semibold";margin:0 0 45px 0;}
#contactUs .connect .brief  .text {font-size:18px ;line-height: 33px;}

#contactUs .contact .ul .li{width: 30%; position: relative; margin-top: 100px; margin-right: 5%;}
#contactUs .contact .ul .li:nth-child(3n){margin-right: 0;}
#contactUs .contact .ul .li:before {content:""; width: 1px; height: 100%; background: #2c2c2c; position: absolute; top: 0; right: -6%;}
#contactUs .contact .ul .li.one::before,
#contactUs .contact .ul .li:nth-child(3n)::before{display: none;}
#contactUs .contact .ul .li .title {font-size: 24px;font-family: "MiSans-Semibold";line-height: 1.8;color:#fff;}
#contactUs .contact .ul .li .want {font-size: 18px;line-height: 1.8;color:#fff;margin:20px 0 40px 0;}
#contactUs .contact .ul .li .divider {width: 90%;height:1px;background-color: #ff5100;font-size: 18px;margin: 10px 0 0 0px;}
#contactUs .contact .ul .li .text {font-size: 18px;line-height: 1.8;color:#fff;}

#container {height:600px;width:83.6%;}

@media screen and (max-width:1440px) {
	#contactUs .title .cn {font-size: 22px;}
	#contactUs .connect .pic {width:100%;}
	#contactUs .connect  .brief {width:100%;text-align: left;padding:68px 0 68px 60px;position:static;left:0;top:0;transform: translate(0,0);display: flex;justify-content: center;flex-direction: column;align-items: center;}
	#container {width:100%;}
	#contactUs .connect .icon{left: 22%;}
}

@media screen and (max-width:1200px) {
	#contactUs .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}


@media screen and (max-width:1000px) {
	#contactUs .contact .ul{flex-wrap: wrap;}
	#contactUs .contact .ul {width:100%;}
	#contactUs .contact .center {display: flex;justify-content: center;flex-direction: column;align-items: center;}
	#contactUs .connect  .brief {width:100%;text-align: left;padding:68px 0 68px 60px;position: relative;left:0;top:0;transform: translate(0,0);display: flex;justify-content: center;flex-direction: column;align-items: center;}
	#contactUs .contact .ul  {display: flex;justify-content: center;flex-direction: column;align-items: center;align-content: center;}
	#contactUs .connect .icon {left: 16%;}
}

@media screen and (max-width:750px) {
	#contactUs{padding: 60px 0;}
	#contactUs .title .cn{font-size: 26px; line-height: 1.8; margin-bottom: 60px;}
	#contactUs .connect .icon{left: 50%;top: 50%;transform: translate(-50%,-50%);}
	#contactUs .contact .ul{flex-wrap: wrap;}
	#contactUs .contact .ul {width:100%;}
	#contactUs .contact .center {display: flex;justify-content: center;flex-direction: column;align-items: center;}
	#contactUs .connect  .brief {width:100%;text-align: left;padding:68px 60px 68px 60px;position: relative;left:0;top:0;transform: translate(0,0);display: flex;justify-content: center;flex-direction: column;align-items: center;}
	#contactUs .header  .smallTitle {font-size: 26px; line-height: 1.8;}
	#contactUs .connect  .brief  .text {font-size:26px;  line-height: 1.8;;}
	#contactUs .contact .ul  {display: flex;justify-content: center;flex-direction: column;align-items: center;align-content: center;}
	#contactUs .contact .ul .li{width: 100%; margin: 60px 0 0;}
	#contactUs .contact .ul .li .title{font-size: 32px;}
	#contactUs .contact .ul .li .want ,
	#contactUs .contact .ul .li .divider ,
    #contactUs .contact .ul .li .text {font-size: 26px; line-height: 1.8;}
}


.bgc{background-color: #141414;}
#serviceIdea .content  {padding:90px 0 105px 0;display: flex;border-bottom: #2c2c2c solid 1px;}
#serviceIdea .content .li {width:50%;}
#serviceIdea .content .a {padding:0 0 12px 0;font-size: 32px; line-height: 50px;;font-family: "MiSans-Semibold";color:#fff;} 
/* #serviceIdea .content .a  .under {text-decoration: underline #ff5100;} */
#serviceIdea .content .a .under{position: relative; z-index: 3;}
#serviceIdea .content .a .under:before {content:""; width: 100%; height: 3px; background: #ff5100; position: absolute; bottom: 10px; left: 0; z-index: -1;}
#serviceIdea .content .brief {font-size: 18px;line-height: 36px;font-family: "Misans";color:#fff;}

#message {background-color: #141414;padding:62px 0 0 0;}
#message .header  .bigTitle {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#message .header  .smallTitle {font-size: 14px;color:#fff;}
#message .header  .sign {width:222px; height:170px;}
#message .contact {transform: translate(0,-2px);}
#message .contact .ul  {display: flex;gap:30px;margin:0 0 30px 0;}
#message .contact .ul .li {width:33.3%;line-height: 68px;border:1px solid #2c2c2c;padding:0 0  0 30px;transition: all .3s ease-in;}
#message .contact .ul .li .input{flex:1;color:#fff; font-size: 14px;}
#message .contact .text {padding:25px 25px 0 25px;width:100%;height:332px;border: #2c2c2c solid 1px;color:#fff;font-size: 14px;margin:0 0 30px 0;}
#message .contact .ul .li:hover,
#message .contact textarea:hover{border:1px solid #ff5100;}

#message .contact .btn {width:460px;height:70px;line-height: 70px;text-align: center;font-size: 18px;margin:0 auto;background-color: #ff5100;color:#fff;cursor: pointer;}
@media screen and (max-width:1200px) {
	#serviceIdea .content{flex-wrap:wrap;}
	#serviceIdea .content .li {padding:0 20px 30px  0;width:100%;}
}
@media screen and (max-width: 1024px){
    #message .contact .ul  {flex-wrap: wrap;}
	#message .contact .ul .li {width:100%; padding: 0 30px;}
	#message .contact .ul .li .input {width: 100%;}
}
@media screen and (max-width:750px) {
	
	#serviceIdea .content .brief {font-size: 26px; line-height: 1.8;}

	#message{padding-top: 60px;}
	#message .header  .smallTitle {font-size: 26px; line-height: 1.8;}
	#message .contact .text {font-size: 26px; line-height: 1.8;}
    #message .contact .btn {font-size: 26px; line-height: 1.8;}
	#message .contact .ul .li .input {font-size: 26px; line-height: 1.8;}
}


#join {background-color: #141414;padding:62px 0 100px 0;}
#join .title{position: relative;}
#join .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#join .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#join .recruitment  {transform: translate(0,30px);}
#join .title .sign {width:216px;height: 200px;background: url(/images/05_brandInfor/product_sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#join .recruitment .th {padding: 28px 76px 28px 76px;margin:0 0 20px 0;;line-height: 1;background-color: #1a1a1a;}
#join .recruitment .th .li {font-size: 18px;color:#fff;flex: 1;}
#join .recruitment .th .operator {flex: 0 0 100px;text-align: end;}
#join .recruitment .td  {background-color: #1a1a1a;border-bottom: 1px solid #262626;}
#join .recruitment .td  .el-name {color:#fff;display: flex;padding:50px 76px  50px  76px;cursor: pointer;}
#join .recruitment .td  .el-name:hover{color: #ff5100;}
#join .recruitment .td  .el-name.cur {background-color: #ff5100;}
#join .recruitment .td  .el-name.cur  .operator .arrow{transform: rotate(90deg);}
#join .recruitment .td  .el-name .li {flex:1;}
#join .recruitment .td  .el-name .li  .bigTit{font-size: 24px;line-height: 1.8;}
#join .recruitment .td  .el-name .li  .middleTit {font-size:18px;line-height: 1.8;margin-top: 4px;}
#join .recruitment .td  .el-name .li  .smallTit{font-size: 13px;line-height: 1.8;}
#join .recruitment .td  .el-name .li.operator {flex: 0 0 100px;display: flex;justify-content: end;transition: all .5s ease;}
#join .recruitment .td  .el-name .li  .arrow {width:40px;height:40px;border-radius: 50%;border:1px solid #fff;line-height: 1;}
#join .recruitment .td  .el-name .li  .arrow  .img{width:12px ; height:12px;fill:#fff;}
#join .recruitment .td  .el-children {padding: 20px 76px 0 44px;} 
#join .recruitment .td  .el-children  .request {margin:80px 0 30px 0;font-size: 18px;font-family: "MiSans-Semibold";color:#fff;}
#join .recruitment .td  .el-children  .list {line-height: 30px;color:#fff;font-size: 18px;}
#join .recruitment .td  .el-children  .work {font-size: 18px;font-family: "MiSans-Semibold";color:#fff;margin:42px 0 42px 0;}
#join .recruitment .td  .el-children  .editor {padding-top: 85px;line-height: 30px;color:#fff !important;font-size: 18px;}
#join .recruitment .td  .el-children  .btn {width:200px;height:60px;line-height: 60px;margin:86px 0;text-align: center;font-size: 18px;color:#fff;background-color:#ff5100;font-size: 18px;}
#join .recruitment .td  .el-children  .show {font-size: 30px;line-height: 1.8;color:#ccc;display:none;}
@media screen and (max-width:1200px) {
	#join .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}

@media screen and (max-width:750px) {
	#join{padding: 60px 0;}
	#join .title .cn {font-size: 26px; line-height: 1.8; margin-bottom: 60px;}
	#join .recruitment .th .li {font-size: 30px;}
	#join .recruitment .th .lock {display: none;}
	#join .recruitment .th .operator {flex: 0 0 100px;text-align: center;}
	#join .recruitment .td  .el-name  {padding: 50px;}
	#join .recruitment .td  .el-name .lock {display: none;}
	#join .recruitment .td .operator {padding-left:20px;}
	#join .recruitment .td  .el-children  .show{display: block;}
	#join .recruitment .td .el-name .li .bigTit,
	#join .recruitment .td  .el-name .li  .middleTit ,
	#join .recruitment .td  .el-name .li  .smallTit,
	#join .recruitment .td  .el-children  .request ,
	#join .recruitment .td  .el-children  .work ,
	#join .recruitment .td  .el-children  .btn ,
	#join .recruitment .td  .el-children  .list,
	#join .recruitment .td  .el-children  .content,
	#join .recruitment .td .el-children .show{font-size: 26px;line-height: 1.8;}
	#join .recruitment .td .el-children .editor{font-size: 26px  !important;line-height: 1.8 !important;}
	#join .recruitment .td .el-children .btn{width: 320px; height: 70px; line-height: 70px;}
}

.bgc{background-color: #141414;}
#sales {background-color: #141414;padding:62px 0 0 0;}
#sales .title{position: relative;}
#sales .title .en {font-size: 36px;font-family: "MiSans-Semibold";color:#fff;}
#sales .title .cn {font-size: 14px;color:#fff;margin-bottom: 5%;}
#sales .title .sign {width:216px;height: 200px;background: url(/images/12_aboutUs3/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
#sales .title .line {width: calc(100% - 70px);background-color: #ff5100;height: 4px;}
#sales .service {padding:40px 0 0 0;}
#sales .service .bigTitle {text-align: center;font-size: 36px;font-family: "MiSans-Semibold";line-height: 1.8;color:#fff;margin:0 0 10px 0;}
#sales .service .smallTitle {text-align: center;}
#sales .service .smallTitle  .text {display: inline-block;font-size: 18px;;line-height: 1.8;color:#fff;background-color: #ff5100;border-radius: 25px;overflow: hidden;padding:13px 0 13px 0;line-height: 1;}
#sales .service .smallTitle  .text span {display: inline-block;padding:0 20px 0 20px;border-right: #fff solid 1px;transform: translate(1px,0);}
#sales .service .ensure {position: relative;background-color: #1a1a1a;margin:70px 0 0 0;}
#sales .service .ensure .line {display: inline-block;position: absolute;top:0;left:50%;transform: translate(-50%,0);width:62px;height:4px;background-color: #ff5100;}
#sales .service .ensure .topic{position: relative;padding:64px 0 64px 0;text-align: center;font-size: 32px;line-height: 1;color:#fff;border-bottom:1px solid #313131;}
#sales .service .ensure .ul  {display: flex;overflow: hidden;flex-wrap: wrap;}
#sales .service .ensure .ul .li {width:25%;border-right:1px solid #313131;position: relative;text-align: center;padding:80px 0 80px 0;transform: translate(3px,0);}
#sales .service .ensure .ul .li .wire {display: inline-block;position: absolute;top:50%;right:0;transform: translate(0,-50%);height:62px;width:1px;background-color: #ff5100;}
#sales .service .ensure .ul .li .name {font-size: 30px;color:#fff;line-height: 1.8;}
#sales .service .ensure .ul .li .brief {font-size: 16px;color:#666666;line-height: 1.8;}
#sales .service .return {position: relative;background-color: #1a1a1a;margin:70px 0 0 0;}
#sales .service .return .line {display: inline-block;position: absolute;top:0;left:50%;transform: translate(-50%,0);width:62px;height:4px;background-color: #ff5100;}
#sales .service .return .topic{position: relative;padding:64px 0 64px 0;text-align: center;font-size: 32px;line-height: 1;color:#fff;border-bottom:1px solid #313131;}
#sales .service .return .ul  {display: flex;overflow: hidden;}
#sales .service .return .ul .li {flex:1;border-right:1px solid #313131;position: relative;text-align: center;padding:80px 0 80px 0;transform: translate(3px,0);}
#sales .service .return .ul .li .wire {display: inline-block;position: absolute;top:50%;right:0;transform: translate(2px,-50%);height:62px;width:1px;background-color: #ff5100;}
#sales .service .return .ul .li .name  .red{color:#ff5100; font-weight: bold;}
#sales .service .return .ul .li .name {font-size: 30px;color:#fff;line-height: 1.8;}
#sales .service .return .ul .li .brief {font-size: 16px;color:#666666;line-height: 1.8;}
#sales .service .no-rest {position: relative;background-color: #1a1a1a;margin:70px 0 0 0;}
#sales .service .no-rest .line {display: inline-block;position: absolute;top:0;left:50%;transform: translate(-50%,0);width:62px;height:4px;background-color: #ff5100;}
#sales .service .no-rest .topic{position: relative;padding:64px 0 64px 0;text-align: center;font-size: 32px;line-height: 1;color:#fff;border-bottom:1px solid #313131;}
#sales .service .no-rest .brief {text-align: center;margin:60px 0 60px 0;font-size: 24px;line-height: 1;color:#fff;}
#sales .service .no-rest .date {text-align: center;padding:80px 0 80px 0;font-size: 18px;color:#fff;padding:0 20px;padding:40px 20px 40px 20px;}
@media screen and (max-width:1200px) {
	#sales .title .sign {width:15%;height: 200px;background: url(/images/08_service/sign_03.png) no-repeat top/contain;position: absolute;right: 0;top: 0}
}

@media screen and (max-width:750px) {
	#sales .title .cn ,
	#sales .service .smallTitle  .text ,
	#sales .service .ensure .ul .li .brief ,
	#sales .service .return .ul .li .brief ,
	#sales .service .no-rest .brief,
	#sales .service .no-rest .date {font-size: 26px;}
	#sales .service .ensure .ul .li {width:50%;border-bottom:1px solid #313131;transform: translate(2px,1px);}
	
}

/*全站搜索*/
#search-list{width:100%; padding: 100px 0 100px;}
#search-list .form{margin-bottom:22px;margin-top: 20px;}
#search-list .form .text{color: #fff; width: 600px;padding-left: 15px;height: 49px;line-height: 49px;border:1px solid #ccc;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:none;font-size: 16px;}
#search-list .form .submit{height: 49px;width: 59px;border-top-right-radius: 5px;border-bottom-right-radius:5px;background: #fff url(/images/search.svg) no-repeat center center;color: #fff;font-size: 10px;}
#search-list .list{width:100%; margin-bottom:50px;}
#search-list .list .info .cate{padding-left:15px;}
#search-list .list .new .cate{}
#search-list .list .know .cate{}
#search-list .list .info a{}
#search-list .list .info .li{padding:20px 0; border-bottom:1px solid #dddddd;}
#search-list .list .info .li:first-child{border-top:1px solid #dddddd;}
#search-list .list .info .title{margin-right:16px; line-height:22px; color: #fff; font-size:16px; font-weight:bold;}
#search-list .list .info .day,
#search-list .list .info .cate{color:#fff; font-size:16px; margin-right:20px;}
#search-list .list .info .day{margin:0;}
#search-list .list .info .desc{height:60px; overflow:hidden; margin-top:1.375%; color:#fff; font-size:14px; line-height:32px;}

@media (max-width: 750px){
	#search-list .form .text{font-size: 26px;}
	#search-list .form .submit{width: 75px;font-size: 26px;}
	#search-list .list .info .li{flex-direction: column; justify-content: left;} 
	#search-list .list .info .title{font-size: 28px;line-height: 1.6;}
	#search-list .list .info .day,
	#search-list .list .info .cate{width: 100%;font-size: 28px;line-height: 1.6;}
}
