@font-face {
  font-family: 'PB'; 
  src: url("../font/Poppins-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'PM'; 
  src: url("../font/Poppins-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'PSB'; 
  src: url("../font/Poppins-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: 'PL'; 
  src: url("../font/Poppins-Light.otf") format("opentype");
}
@font-face {
  font-family: 'EN'; 
  src: url("../font/3417.OTF") format("opentype");
}

@font-face {
    font-family: 'SHUIMO';
    src: url("../font/shuimo.ttf") format("opentype");
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatLeft {
  from {
    left: 5%;
  }
  to {
    left: 4%;
  }
}

@keyframes floatRight {
  from {
    right: 5%;
  }
  to {
    right: 4%;
  }
}


body {background: #f5f5f5;overflow-x: hidden;}
#luxy {z-index: 99;}
.cw1600{max-width: 1660px;width: 92%;}
.text-over {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width: 100%;text-align: center;}

/*全站搜索*/
#search{width:100%; padding-bottom:40px;padding-top: 173px;}
#search .form{margin-bottom:45px;margin-top: 30px;}
#search .form .text{width: 340px;padding-left: 15px;height: 49px;line-height: 49px;border:1px solid #dddddd;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:none;font-size: 16px;}
#search .form .submit{height: 49px;width: 59px;border:1px solid #ff6b00;border-top-right-radius: 5px;border-bottom-right-radius:5px;background: url(../../../images/header/phone_sousuo.png) no-repeat center center #ff6b00;color: #fff;font-size: 16px;cursor: pointer;background-size: 22px;}
#search .list{width:100%; margin-bottom:50px;}
#search .list .info .cate{padding-left:15px;}
#search .list .new .cate{}
#search .list .know .cate{}
#search .list .info li{padding:20px 0; border-bottom:1px solid #dddddd;}
#search .list .info li:first-child{border-top:1px solid #dddddd;}
#search .list .info .title{margin-right:16px; line-height:22px; color: #ff6b00; font-size:16px; font-weight:700;}
#search .list .info .day,
#search .list .info .cate{color:#888888; font-size:16px; margin-right:20px;}
#search .list .info .day{margin:0;}
#search .list .info .desc{/*height:60px;*/ overflow:hidden; margin-top:1.375%; color:#888888; font-size:14px; line-height:32px;}
#search .txt{font-size: 16px;margin: 45px 0;}
@media (max-width: 750px){
    #search .form .text{width: 400px;height: 60px;line-height: 60px;font-size: 30px;}
    #search .form .submit{width: 60px;height: 60px;font-size: 26px;background-size: 26px;}
    #search .list .info li{padding: 35px 0;}
    #search .list .info .title{font-size: 36px;line-height: 1.6;}
    #search .list .info .day,
    #search .list .info .cate{font-size: 28px;line-height: 1.6;}
    #search .list .info .desc{font-size: 30px;line-height: 1.6;/*height: 144px;*/}
    #search .txt{font-size: 30px;}
}



/* LY00180 */
/*头部PC端*/
#header {top: 0;left: 0;height:115px;width: 100%;z-index:100;}
#header .header-box {display: flex;align-items: center;justify-content: space-between;height: 100%;}
#header .header-box .left {display: flex;align-items: center;height: 100%;}
#header .logo{margin-right:89px;}
#header .logo .logo-content{
	width: 250px;
	height: 72px;
	background: url(../../../static/images/logo.png) no-repeat center center;
	background-size: contain;
}

#header .logo .logo-text{
    color:#ff6a00;
    font-size:50px;
    font-family: SHUIMO, serif;
}
#header .logo .logo-text-sub{
    color:#FFFFFF;
    font-size:14px;
    font-weight: bolder;
    font-family: AliPuHui, serif;
}
#header .logo .cls-1 {fill: #fff;transition: all 0.3s linear;}
#header .hnav .one-nav{line-height:69px;height:100%;margin-right:68px;}
#header .hnav .one-nav:last-child{margin-right:0px;}
#header .hnav .one-nav .nav-a{font-size:16px;color:#fff;}
#header .hnav .one-nav::after{position:absolute;content: '';bottom:0px;right:0;left:0;width:0;height:3px;background:transparent;z-index:2;}	
#header .hnav .one-nav:hover::after,
#header .hnav .one-nav.cur::after{background:#fff;width:100%;}
#header:hover .logo-text-sub{
    color:#000000;
}
#header .hnav .one-nav .two-nav{top:80px; left:50%;z-index:3;transform:translateX(-50%);display: none;}
#header .hnav .two-nav .hnavbg{background:#fefefe;padding:10px 0; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);text-align: center;}
#header .hnav .two-nav .hnavbg>div{width:100%;line-height: 42px;padding:0 30px;}
#header .hnav .two-nav .hnavbg>div:hover{background:#f5f5f5;}
#header .hnav .two-nav .hnavbg>div .tnav-a{font-size: 16px;color:#666666;white-space:nowrap;width:100%;}
#header .hnav .two-nav .hnavbg>div:hover .tnav-a{color:#1a1a1a;}

#header .hright .search{margin-right:31px;padding-right:5px; width:200px;height:40px;overflow:hidden;border:1px solid rgba(255,255,255,0.3);border-radius:20px;}
#header .hright .search .h-form{width:100%;height:100%;}
#header .hright .search .h-form .input{width:calc(100% - 40px);}
#header .hright .search .h-form .input input{width: 100%;height: 100%;font-size:16px;color:rgba(255,255,255,0.3);padding-left:20px;}

#header .hright .search .h-form .submit{width:40px;height:40px;background: url(../../../file/_obj_/LY00180/images/h_search.png) no-repeat center;opacity: 0.5;}
#header .hright .lang .lang-box span{margin:0 10px; font-size:16px;color:rgba(255,255,255,0.5);}
#header .hright .lang .lang-box .name{font-size:16px;color:rgba(255,255,255,0.5);}
#header .hright .lang .lang-box .name.cur,
#header .hright .lang .lang-box .name:hover{color:rgba(255,255,255,1);}
#header .hright .menu{display:none; background:url(../../../file/_obj_/LY00180/images/menu-icon2.png) no-repeat center / cover;width:30px;height:30px;}
#header .hright .m-search{display:none; width:30px;height:30px;background:url(../../../file/_obj_/LY00180/images/m_search.png) no-repeat center / cover;margin-right:30px;}


/* 头部滚动时样式和鼠标移入时样式 */
@media screen and (min-width:1025px) {
    #header.none{transform: translate3d(0px,-100%,0);}
    #header.cur,
    #header:hover{background:#fff;/* box-shadow: 0px 105px 15px 0px rgba(0, 0, 0, 0.03); */}
	#header.cur .logo .cls-1,
	#header.detail .logo .cls-1,
	#header:hover .logo .cls-1 {fill: #1a1a1a;}
	#header.detail{background:#fff;box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.03);}
	#header.detail .logo .l1,
    #header.cur .logo .l1,
    #header:hover .logo .l1{display:none;}
	#header .logo .logo-text-sub{
		color:#000000;
		font-size:14px;
		font-weight: bolder;
		font-family: AliPuHui, serif;
	}
	#header.detail .logo .l2,
    #header.cur .logo .l2,
    #header:hover .logo .l2{display:inline-block;}
    #header.cur .hnav .one-nav:hover::after,
    #header.cur .hnav .one-nav.cur::after,
	#header.detail .hnav .one-nav:hover::after,
	#header.detail .hnav .one-nav.cur::after,
    #header:hover .hnav .one-nav:hover::after,
    #header:hover .hnav .one-nav.cur::after{background-color:#ff6b00;width:100%;}
    #header.detail .hnav .one-nav .nav-a,
	#header.cur .hnav .one-nav .nav-a,
    #header:hover .hnav .one-nav .nav-a{color:#1a1a1a;}
    #header.detail .hnav .one-nav.cur .nav-a,
    #header.detail .hnav .one-nav:hover .nav-a,
	#header.cur .hnav .one-nav.cur .nav-a,
	#header.cur .hnav .one-nav:hover .nav-a,
    #header:hover .hnav .one-nav.cur .nav-a,
    #header:hover .hnav .one-nav:hover .nav-a{color:#ff6b00;}
	#header.detail .hright .search,
	#header.cur .hright .search,
	#header:hover .hright .search {border: 1px solid rgba(255,255,255,1);}
	#header.detail .hright .search .h-form .submit,
	#header:hover .hright .search .h-form .submit,
	#header.cur .hright .search .h-form .submit {opacity: 1;}
	#header.detail .hright .search,
    #header.cur .hright .search,
    #header:hover .hright .search{background:#fff;opacity: 1;border:1px solid #bababa}

	#header.detail .hright .search .h-form .submit,
    #header.cur .hright .search .h-form .submit,
    #header:hover .hright .search .h-form .submit{background-image:url(../../../file/_obj_/LY00180/images/h_search3.png);}
	#header.detail .hright .search .h-form .input input,
    #header.cur .hright .search .h-form .input input,
    #header:hover .hright .search .h-form .input input{color:#1a1a1a;}
	#header.detail .hright .search .h-form .input input::placeholder,
	#header.cur .hright .search .h-form .input input::placeholder,
	#header:hover .hright .search .h-form .input input::placeholder  {color: #1a1a1a;opacity: 0.3;}
	#header.detail .hright .menu,
    #header.cur .hright .menu,
    #header:hover .hright .menu{background-image:url(../../../file/_obj_/LY00180/images/menu-icon.png);}
	#header.detail .hright .menu.cur,
    #header.cur .hright .menu.cur,
    #header:hover .hright .menu.cur{background-image:url(../../../file/_obj_/LY00180/images/m_close.png);}
    #header .hright .menu.cur{background-image:url(../../../file/_obj_/LY00180/images/m_close2.png);}
	#header.detail .hright .lang .lang-box span,
    #header.cur .hright .lang .lang-box span,
    #header:hover .hright .lang .lang-box span,
    #header.detail .hright .lang .lang-box .name,
	#header.cur .hright .lang .lang-box .name,
    #header:hover .hright .lang .lang-box .name{color:#999;}
	#header.detail .hright .lang .lang-box .name:hover,
    #header.cur .hright .lang .lang-box .name:hover,
    #header:hover .hright .lang .lang-box .name:hover,
	#header.detail .hright .lang .lang-box .name.cur,
    #header.cur .hright .lang .lang-box .name.cur,
    #header:hover .hright .lang .lang-box .name.cur{color:#1a1a1a;}
}
@media screen and (max-width:1480px) {
    #header .logo,
    #header .hnav .one-nav{margin-right:40px;}
}
@media screen and (max-width:1280px) {
    #header .hright .search{width:180px;}
    #header .hnav .one-nav{margin-right:30px;}
}
@media screen and (max-width:1180px) {
    #header .hright .search{width:150px;margin-right:20px;}
    #header .logo,
    #header .hnav .one-nav{margin-right:20px;}
}

/*!* 头部移动端 *!*/
/*#header_m-nav,#header_search-box,#header_m-header-blank{display: none;}*/
/*@media screen and (max-width:1024px) {*/
/*    #header .hnav,*/
/*    #header .hright .lang{display:none;}*/
/*    #header .hright .menu{display:block;}*/
/*    #header .hright .search{width:220px;}*/

/*    #header_m-nav{display: block;width: 100%;height: 0;z-index:50;left: 0;right: 0;top:115px; background: #fff;overflow-y: auto;}*/
/*    #header_m-nav.cur{height: calc(100vh - 80px);border-top:1px solid #ebebeb;}*/
/*    #header_m-nav .nav .one-nav{line-height:60px;}*/
/*    #header_m-nav .nav .one-nav .one{cursor:pointer; margin: 0 30px;border-bottom: 1px solid #ebebeb;background: url(../../../file/_obj_/LY00180/images/nav-icon1.png) no-repeat right;}*/
/*    #header_m-nav .nav .one-nav.nobg .one{background: none;}*/
/*    #header_m-nav .nav .one-nav.cur .one{background-image:url(../../../file/_obj_/LY00180/images/nav-icon2.png);}*/
/*    #header_m-nav .nav .one-nav.cur.nobg .one{background: none;}*/
/*    #header_m-nav .nav .one-nav .one-a{font-size:18px;font-weight: 700;color:#1a1a1a;}*/
/*    #header_m-nav .nav .one-nav .two-nav{width: 100%;background: #f7f7f7;padding: 0 30px;}*/
/*    #header_m-nav .nav .one-nav .two-nav>div{border-bottom: 1px solid #ebebeb;}*/
/*    #header_m-nav .nav .one-nav .two-nav .two-a{font-size: 16px;color:#1a1a1a;}*/

/*    #header .logo .logo-text{*/
/*        color:#ff6a00;*/
/*        font-size:50px;*/
/*        font-family: SHUIMO, serif;*/
/*    }*/
/*    #header .logo .logo-text-sub{*/
/*        color:#000000;*/
/*        font-size:14px;*/
/*        font-weight: bolder;*/
/*        font-family: AliPuHui, serif;*/
/*    }*/
/*    #header_m-nav:hover .logo-text-sub{*/
/*        color:#000000;*/
/*    }*/
/*    #header_m-nav .bot-box{margin:30px 0 60px}*/
/*    #header_m-nav .bot-box .item .icon{width: 60px;height: 60px;line-height: 60px;border: 1px solid rgba(0, 0, 0, 0.3);font-size: 18px;color: #1a1a1a;border-radius: 100%;margin: 0 auto;}*/
/*    #header_m-nav .bot-box .item .tit{font-size:18px;color: #1a1a1a;margin-top:20px;}*/
/*}*/
/*@media screen and (max-width:1024px) {*/
/*    #header_m-header-blank{display: block;height:115px;}*/
/*    #header{background: #fff;}*/
/*    #header .logo{width:150px;}*/
/*    #header .logo .l1{display:none;}*/
/*    #header .logo .l2{display:inline-block;}*/
/*    #header .hright .search{display:none;}*/
/*    #header .hright .m-search{display:block;}*/
/*    #header .hright .menu{background-image:url(../../../file/_obj_/LY00180/images/menu-icon.png);width:40px;height:40px;}*/
/*    #header .hright .menu.cur{background-image:url(../../../file/_obj_/LY00180/images/m_close.png);}*/

/*    #header_m-nav .nav .one-nav{line-height:100px;}*/
/*    #header_m-nav .nav .one-nav .one-a{font-size:36px;}*/
/*    #header_m-nav .nav .one-nav .two-nav .two-a{font-size:30px;}*/
/*    #header_m-nav .bot-box .item .icon{width:80px;height:80px;line-height: 80px;font-size:30px;}*/
/*    #header_m-nav .bot-box .item .tit{font-size:30px;}*/

/*    #header_search-box{width: 100%;height:180px;z-index: 50;left: 0;right: 0;top:80px;background: #fff;display: none;flex-direction: column;justify-content: center;border-top:1px solid #ebebeb;box-shadow: 0px 1px 0px 0px rgba(242, 242, 242, 1); }*/
/*    #header_search-box .form-box{width: 92%;margin: 45px auto 0;height: 90px;border: 1px solid #d1d1d1;border-radius:43px;overflow: hidden;}*/
/*    #header_search-box .form-box .input{width: calc(100% - 90px);padding-left: 30px;}*/
/*    #header_search-box .form-box .input input{width: 100%;height: 100%;font-size:30px;color:#333;}*/
/*    #header_search-box .form-box .submit{width: 90px;height: 90px;background: url(../../../file/_obj_/LY00180/images/m_search.png) no-repeat 20px center;background-size:40px; border-left:1px solid  rgba(0, 0, 0, 0.3);}*/
/*}*/


#banner {position: relative;}
#banner .container {position: relative;}
#banner .container .page {position: absolute;top: 33.74%;transform: translateY(-50%);right: 55px;flex-direction: column;justify-content: center; z-index: 10;width: auto;display: flex;flex-direction: column;left: auto;height: auto;bottom: auto;}
#banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 27px auto 0;opacity: 1;width: 10px;height: 10px;background: #fff;transition: all 0.3s linear;}
#banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {margin-top: 0px;}
#banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {width: 12px;height: 12px;background: transparent;border: 3px solid #ff6b00;}
#banner .slide {position: relative;}
#banner .slide video {object-fit: cover;}
#banner .slide .img::before {z-index: 3; content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: url(../../../images/banner/bg.png);background-size: 100% auto;background-position: bottom left;background-repeat: no-repeat;}
/*#banner .slide .out {position: absolute;top: 33.74%;left: 50%;transform: translate(-50%,-50%);z-index: 4;color: #fff;}
#banner .slide .out .en {font-size: 90px;text-align: center;font-weight: 700;text-transform: uppercase;}
#banner .slide .out .cn {font-size: 28px;font-weight: 300;letter-spacing: 30px;text-align: center;margin-top: 17px;} */
#banner.son .img::before {z-index: 3; content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: url(../../../images/banner/bg1.png);background-size: 100% auto;background-position: bottom left;background-repeat: no-repeat;}
#banner .out {position: absolute;left: 50%;transform: translateX(-50%);bottom: 110px;z-index: 4;}
#banner .out .en {font-family: 'PB';font-size: 90px;color: #fff;text-transform: uppercase;line-height: 1;}
#banner .out .cn {font-size: 36px;color: #fff;font-family: 'PL';}

@media screen and (max-width:1024px) {
	#banner .out {bottom: 0;}
}
@media screen and (max-width:750px) {
	#banner.son .img::before {background-size: cover;}
	#banner .out {bottom: 110px;}
}

.index_banner {position: relative;}
#idnex_products {display: flex;position: absolute;left: 0;bottom: 130px;z-index: 3;width: 100%;overflow: hidden;}
#idnex_products .left {position: relative; width: calc(100% - 16.71%);background: rgba(255,255,255,0.9);display: flex;justify-content: flex-end;transform: translateX(100%);}
#idnex_products .left .container {width: auto;height: 100%;margin: 0;}
#idnex_products .left .slide {width: 240px;display: flex;align-items: center;justify-content: center;height: 100%;flex-direction: column;background: transparent;}
#idnex_products .left .slide .svg {fill: #333333;}
#idnex_products .left .slide .name {font-size: 18px;color: #1a1a1a;margin-top: 32px;}
#idnex_products .left .slide:hover {background: #fff;}
#idnex_products .left .slide:hover .svg {fill: #ff6b00;}
#idnex_products .left .slide:hover .name {color: #ff6b00 ;}
#idnex_products .right {width: 16.71%;position: relative;cursor:pointer }
#idnex_products .right .img {padding-top: 56.25%;width: 100%;}
#idnex_products .right .word {position: absolute;width: 100%;height: 100%;background: rgba(255,255,255,0.85);display: flex;justify-content: center;flex-direction: column; padding: 0 18%;top: 0;left: 0;transform: translateX(-100%);z-index: 3;}
#idnex_products .right .word .en {font-weight: 500;font-size: 30px;color: #000000;text-transform: uppercase;}
#idnex_products .right .word .cn {font-size: 20px;color: #1a1a1a;}
#idnex_products .right .btn {width: 40px;height: 40px;border-radius: 50%;background: #fff;position: absolute;top: 50%;transform: translateY(-50%);left: -20px;z-index: 10;}
#idnex_products .right .btn .svg {fill: #010101;}
#idnex_products.cur .right .word {transform: translateX(0);background: rgba(0, 0, 0, 0.5);}
#idnex_products.cur .right .word .cn,
#idnex_products.cur .right .word .en {color: #fff;}
#idnex_products.cur .right .btn {background: #ff6b00;}
#idnex_products.cur .right .btn .svg {fill: #fff;transform: rotate(-180deg);}
#idnex_products.cur .left {transform: translate(0);}
#idnex_products .left .pn {position: absolute;left: 10%;top: 50%;transform: translateY(-50%);}
#idnex_products .left .pn .svg {fill: #ff6b00;}
#idnex_products .left .pn.prev {animation: floatLeft 1s infinite alternate;}
#idnex_products .left .pn.next {left: auto;right: 10%; animation: floatRight 1s infinite alternate;}
#idnex_products .left .pn.next .svg {transform: rotate(180deg);}
#idnex_products .left .pn.swiper-button-disabled {opacity: 0;}


@media screen and (max-width:1280px) {
	#idnex_products .left {width: calc(100% - 19.71%);}
	#idnex_products .right {width: 19.71%;}
}
@media screen and (max-width:1024px) {
	#idnex_products .left {width: calc(100% - 22.71%);}
	#idnex_products .right {width: 22.71%;}
}
@media screen and (max-width:750px) {
	#idnex_products {position: relative;top: auto;left: auto;bottom: auto;justify-content: flex-end;overflow: visible;}
	#idnex_products .left {width: 100%;position: absolute;left: 0;bottom: 210px;z-index: 3;transform: translate(0);background: #fff;display: none;}
	#idnex_products .left .container .wrapper {flex-wrap: wrap;}
	#idnex_products .left .slide {width: 50%;height: 225px;}
	#idnex_products .left .slide .svg {transform: scale(1.5);}
	#idnex_products .left .pn {display: none;}
	#idnex_products .right {width: 50%;}
	#idnex_products .right .word {transform: translateX(-100%);background: rgba(225, 225, 225, 0.85);padding: 0 0 0 55px;}
	/* #idnex_products .right .word .cn, */
	/* #idnex_products .right .word .en {color: #fff;} */
	#idnex_products .right .word .en {font-size: 48px;}
	#idnex_products .right .word .cn {font-size: 36px;}
	#idnex_products .right .btn {width: 80px;height: 80px;left: -40px;}
	#idnex_products .right .btn .svg {transform: rotate(90deg) scale(1.5);}
	#idnex_products .right.cur .btn .svg {transform: rotate(-90deg) scale(1.5);fill: #ff6b00;}
	/* #idnex_products .left {transform: translate(0);} */
	#idnex_products .left .slide .name {font-size: 30px;}
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotater {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#index_about {background: #292a2b;position: relative;transform: translateY(-10px);z-index: 12;}
#index_about::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 100%;background-repeat: no-repeat;z-index: 10;}
#index_about .cw1400 {position: relative;z-index: 11;}
#index_about .content {display: flex;justify-content: space-between;align-items: flex-end;}
#index_about .content .left {width: 44.285%;padding-top: 64.285%;}
#index_about .content .right {width: 50%;padding-left: 4.428%;}
#index_about .content .right .title {text-transform: uppercase;white-space: nowrap;transform: translateX(-53%);}
#index_about .content .right .title .color {font-size: 36px;color: #ff6b00;font-weight: 700;}
#index_about .content .right .title .color .model {display: none;}
#index_about .content .right .title .color span {font-family: 'PB';font-size: 150px;line-height: 0;}
#index_about .content .right .title .text {color: transparent;text-stroke: 1px #fff;-webkit-text-stroke: 1px #fff;font-family: 'PB';font-size: 150px;line-height: 0.9;padding-bottom: 56px;position: relative;display: inline-block;}
#index_about .content .right .title .text::before {content: '';width: 158px;height: 3px;background: #fff;position: absolute;right: 0;bottom: 0;}
#index_about .content .right .brief {line-height: 35px;font-size: 16px;color: rgba(255,255,255,0.6);margin-top: 50px;width: 57.142%;}
#index_about .content .right .btn {display: inline-flex;margin-top: 100px;align-items: center;}
#index_about .content .right .btn .icon {width: 60px;height: 60px;border-radius: 50%; background: rgba(255,255,255,0.1);display: flex;align-items: center;justify-content: center;}
#index_about .content .right .btn .icon .like {width: 10px;height: 3px;background: #ff6b00;}
#index_about .content .right .btn .text {text-transform: uppercase;font-size: 12px;font-family: 'PB';color: #fff;letter-spacing: 3px;transform: translateX(-12px);}
#index_about .content .right .btn:hover .icon {background: #ff6b00;}
#index_about .content .right .btn:hover .icon .like {background: #fff;}
#index_about .other {display: flex;align-items: center;justify-content: space-between;transform: translateY(155px);}
#index_about .other .left {position: relative; }
#index_about .other .left .circlar path{ fill: none; }
#index_about .other .left .circlar{margin-left: 45px; width: 170px;height: 170px;font-size: 19px;fill: #ff6b00;position: absolute;top: 50%;left:0%;transform: translateY(-50%);}
#index_about .other .left .circlar::before {content: '';width: 132px;height: 132px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 1px solid #ff6b00;}
#index_about .other .left .circlar::after {content: '';width: 248px;height: 248px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 1px solid #ff6b00;}
#index_about .other .left .circlar svg{display: block;overflow: visible;}
#index_about .other .left .circlar.left svg {animation: rotate 10s linear infinite;}
#index_about .other .left .circlar.right svg {animation: rotater 10s linear infinite;}
#index_about .other .right {width: 41.428%;position: relative;cursor:pointer }
#index_about .other .right .img {padding-top: 66.55%;}
#index_about .other .right .out {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 3;}
#index_about .other .right .out .svg {fill: #fff;opacity: 0.5;}
#index_about .other .right:hover .out .svg {fill: #ff6b00;opacity: 1;}

@media screen and (max-width:1280px) {
	#index_about .content .right .brief {width: 86.142%;}
}
@media screen and (max-width:1024px) {
	#index_about {padding-top: 100px;}
	#index_about .content {display: block;}
	#index_about .content .left {width: 50%;padding: 0;}
	#index_about .content .left .max {position: relative;}
	#index_about .content .right {width: 100%;padding: 0;}
	#index_about .content {position: relative;;}
	#index_about .content .right .title {transform: translateX(0);position: absolute;top: 12%;right: 0;}
	#index_about .content .right .title .color .model {display: block;}
	#index_about .content .right .title .text::before {right: auto;left: 0;}
	#index_about .content .right .title .color {display: flex;flex-direction: column-reverse;}
	#index_about .content .right .title .color span {line-height: 1;}
	#index_about .content .right .brief {width: 100%;}
}
@media screen and (max-width:750px) {
	#index_about {padding-bottom: 100px;}
	#index_about .content .right .title .text,
	#index_about .content .right .title .color span {font-size: 120px;}
	
	#index_about .content .right .brief {font-size: 30px;line-height: 1.5;}
	#index_about .content .right .btn .icon {width: 80px;height: 80px;}
	#index_about .content .right .btn .icon .like {width: 15px;}
	#index_about .content .right .btn .text {font-size: 20px;}
	#index_about .content .left {width: 65%;}
	#index_about .other .right {width: 56%;}
}
#index_prod {padding: 330px 0 163px;background: #f5f5f5;position: relative;}
#index_prod::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/pro_bg.png);background-size: auto;background-position: 0 -100%;background-repeat: no-repeat;z-index: 10;}
#index_prod .top {display: flex;align-items: flex-end;justify-content: space-between;z-index: 11;position: relative;}
#index_prod .top .title {text-transform: uppercase;white-space: nowrap;}
#index_prod .top .title .color {font-size: 36px;color: #1a1a1a;font-weight: 700;}
#index_prod .top .title .color span {font-family: 'PB';font-size: 110px;line-height: 0;}
#index_prod .top .title .text {color: transparent;text-stroke: 1px #ff6b00;-webkit-text-stroke: 1px #ff6b00;font-family: 'PB';font-size: 110px;line-height: 0.9;}
#index_prod .top .page {display: flex;align-items: center;justify-content: center;}
#index_prod .top .page .pn {cursor:pointer ;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #353535;opacity: 0.3;}
#index_prod .top .page .pn.next {transform: rotate(180deg);}
#index_prod .top .page .pn:hover {opacity: 1;}
#index_prod .top .page .pn:last-child {margin-left: 30px;}
#index_prod .phone {margin-top: 100px;position: relative;z-index: 11;display: none;}
#index_prod .phone .slide {text-align: center;padding-bottom: 20px;border-bottom: 3px solid #e6e6e6;font-size: 18px;}
#index_prod .phone .slide.cur {border-color: #ff6b00;color: #ff6b00;}
#index_prod .content {display: flex;align-items: flex-start;justify-content: space-between;margin-left: 13.577%;margin-top: 90px;z-index: 11;position: relative;}
#index_prod .content .left {width: 14.156%;}
#index_prod .content .left .li {padding: 25px 0; border-left: 3px solid #e6e6e6;font-size: 18px;padding-left: 14.75%;cursor:pointer }
#index_prod .content .left .li:hover,
#index_prod .content .left .li.cur {border-color: #ff6b00;font-weight: 500;color: #ff6b00;}
#index_prod .content .right {width: calc(100% - 14.156%);}
#index_prod .content .right .slide {width: 33.45%;}
#index_prod .content .right .slide .box {position: relative;}
#index_prod .content .right .slide .box .out {width: 100%;height: 100%;padding: 12.2%;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;position: absolute;left: 0;top: 0;z-index: 3;}
#index_prod .content .right .slide .box .out .name {font-weight: 600;font-size: 22px;color: #fff;padding-bottom: 19px;position: relative;transform: translateY(55px);}
#index_prod .content .right .slide .box .out .name::before {width: 24px;height: 3px;background: #ff6b00;content: '';position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;}
#index_prod .content .right .slide .box .out .brief {color: #fff;font-size: 16px;margin-top: 11px;opacity: 0;}
#index_prod .content .right .slide .box .img::before {background: #000;opacity: 0.4;content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;transition: all 0.3s linear;}
#index_prod .content .right .slide .box .img {padding-top: 73.68%;width: 100%;}
#index_prod .content .right .slide .box.big .img {padding-top: 147.57%;width: 100%;}
#index_prod .content .right .slide .box:hover .out .name {color: #ff6b00;transform: translateY(0);}
#index_prod .content .right .slide .box:hover .out .brief {opacity: 1;}
#index_prod .content .right .slide .box:hover .img::before {opacity: 0;}

#index_prod .phone .new {font-size: 36px;font-weight: 700; display: flex;align-items: center;justify-content: space-between;color: #333;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid  rgba(0,0,0,0.4);}
#index_prod .phone .new .svg {fill: #333;transform: scale(2);}
#index_prod .phone .new.cur .svg {fill: #ff6b00;transform: rotate(180deg) scale(2);}
#index_prod .phone .ul {display: none;position: absolute;left: 0;top: 70px;z-index: 20;width: 100%;background: #fff;}
#index_prod .phone .slide {margin-top: 20px;}
 
@media screen and (max-width:1680px) {
	#index_prod .content {margin-left: 8.577%;}
}
@media screen and (max-width:1536px) {
	#index_prod .content {margin-left: 4.577%;}
}
@media screen and (max-width:1024px) {
	#index_prod .phone {display: block;}
	#index_prod .content .left {display: none;}
	#index_prod .content .right {width: 100%;}
	#index_prod .content {margin-left: 3.577%;}
	#index_prod .content .right .slide {width: 50%;}
}
@media screen and (max-width:750px) {
	#index_prod .top .title .text,
	#index_prod .top .title .color span {font-size: 80px;}
	#index_prod .phone .slide {font-size: 26px;}
	#index_prod .content {z-index: 1;}
	#index_prod .content {margin-left: 0;}
	#index_prod .content .right .slide.two  {display: flex;width: 100%;}
	#index_prod .content .right .slide.two .box {width: 50%;}
	#index_prod .content .right .slide .box .out .name {font-size: 26px;}
	#index_prod .content .right .container .wrapper  {flex-wrap: wrap;}
	#index_prod .content .right .slide {width: 50%;}
	#index_prod .content .right .slide .box .out .brief {font-size: 24px;}
	#index_prod::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/pro_bg.png);background-size: auto;background-position: 0 0;background-repeat: no-repeat;z-index: 0;}
	#index_prod .top .page {display: none;}
}

#index_test {overflow: hidden; padding: 162px 0 325px;background: url(../../../images/index/X.png);background-size: auto;background-position: center;background-repeat: no-repeat;}
#index_test .content {display: flex;align-items: flex-start;justify-content: flex-end;margin-left: 13.577%;position: relative;}
#index_test .content .left {width: 37.349%;margin: 0;position: absolute;left: 0;top: 12.175%;z-index: 3;}
#index_test .content .left .swiper-pagination {bottom: 48px;}
#index_test .content .left .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #fff;margin: 0 10px;}
#index_test .content .left .swiper-pagination-bullet-active {background: #ff6b00;}
#index_test .content .left .wrapper,
#index_test .content .left {overflow: visible;}
#index_test .content .left .slide {position: relative;}
#index_test .content .left .slide .img {padding-top: 137.94%;}
#index_test .content .left .slide .out {padding: 105px 88px; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-image: linear-gradient(transparent 50%, rgba(0,0,0,0.8));display: flex;flex-direction: column;justify-content: flex-end;}
#index_test .content .left .slide .out .brief {line-height: 39px;font-weight: 300;font-size: 20px;color: #fff;position: relative;}
#index_test .content .left .slide .out .brief .icon {position: absolute;left: -144px;top: -13px;}
#index_test .content .left .slide .out .name {display: flex;align-items: center;margin-top: 36px;}
#index_test .content .left .slide .out .name .like {width: 31px;height: 3px;background: #ff6b00;margin-right: 12px;}
#index_test .content .left .slide .out .name .text {font-size: 16px;color: #fff;opacity: 0.6;}
#index_test .content .right {width: 85.8%;min-height: 920px; background: url(../../../images/index/test_bg.jpg);background-size: auto;background-position: center;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;}
#index_test .content .right .word {width: 26.8%;}
#index_test .content .right .word .top .cn {font-size: 36px;color: #fff;font-weight: 700;margin-bottom: 4px;}
#index_test .content .right .word .top .en {white-space: nowrap;color: transparent;text-stroke: 1px #ff6b00;-webkit-text-stroke: 1px #ff6b00;font-family: 'PB';font-size: 100px;line-height: 0.9;padding-bottom: 25px;position: relative;display: inline-block;}
#index_test .content .right .word .top .en::before {content: '';width: 118px;height: 3px;position: absolute;left: 0;bottom: 0;background: #ff6b00;}
#index_test .content .right .word .brief {line-height: 35px;font-size: 16px;color: #fff;opacity: 0.6;margin-top: 30px;}
#index_test .content .right .word .btn {display: inline-flex;margin-top: 70px;align-items: center;}
#index_test .content .right .word .btn .icon {width: 60px;height: 60px;border-radius: 50%; background: rgba(255,255,255,0.1);display: flex;align-items: center;justify-content: center;}
#index_test .content .right .word .btn .icon .like {width: 10px;height: 3px;background: #ff6b00;}
#index_test .content .right .word .btn .text {text-transform: uppercase;font-size: 12px;font-family: 'PB';color: #fff;letter-spacing: 3px;transform: translateX(-12px);}
#index_test .content .right .word .btn:hover .icon {background: #ff6b00;}
#index_test .content .right .word .btn:hover .icon .like {background: #fff;}

@media screen and (max-width:1680px) {
	#index_test .content {margin-left: 8.577%;}
	#index_test .content .left {top: 20.175%;}
}
@media screen and (max-width:1536px) {
	#index_test .content {margin-left: 4.577%;}
	#index_test .content .right {padding-left: 10%;}
	#index_test .content .right .word {width: 42.8%;}
	#index_test .content .left {width: 40.34%;}
}
@media screen and (max-width:1366px) {
	#index_test .content .left {width: 42.34%;}
}
@media screen and (max-width:1280px) {
	#index_test .content .left .slide .out .brief .icon {left: -110px;}
}
@media screen and (max-width:1024px) {
	#index_test .content {margin-left: 3.577%;}
	#index_test .content .left {position: relative;top: auto;left: auto;}
	#index_test .content {flex-direction: column-reverse;}
	#index_test .content .right {width: 100%;padding: 0;}
	#index_test .content .right .word {width: 90%;padding: 30px;}
	#index_test .content .left {width: 60%;}
}
@media screen and (max-width:750px) {
	#index_test {overflow: hidden; padding: 162px 0 162px;background: url(../../../images/index/X.png);background-size: cover;background-position: center;background-repeat: no-repeat;}
	#index_test .content .right .word .top .en {font-size: 70px;}
	#index_test .content .right .word .brief {font-size: 30px;line-height: 1.5;}
	#index_test .content .right .word .btn .icon {width: 80px;height: 80px;}
	#index_test .content .right .word .btn .icon .like {width: 15px;}
	#index_test .content .right .word .btn .text {font-size: 20px;}
	#index_test .content .left {width: 100%;}
	#index_test .content .left .slide .out .brief {font-size: 30px;line-height: 1.5;}
	#index_test .content .left .slide .out .name .text {font-size: 26px;}
}

#index_news {padding: 148px 0 157px; background: url(../../../images/index/pro_bg.png);background-size: auto;background-position: 0 430px;background-repeat: no-repeat;}
#index_news .top {display: flex;align-items: flex-end;justify-content: space-between;}
#index_news .top .title {text-transform: uppercase;white-space: nowrap;}
#index_news .top .title .color {font-size: 36px;color: #1a1a1a;font-weight: 700;}
#index_news .top .title .color span {font-family: 'PB';font-size: 110px;line-height: 0;}
#index_news .top .title .text {color: transparent;text-stroke: 1px #ff6b00;-webkit-text-stroke: 1px #ff6b00;font-family: 'PB';font-size: 110px;line-height: 0.9;padding-bottom: 56px;position: relative;display: inline-block;}
#index_news .top .title .text::before {content: '';width: 118px;height: 3px;background: #ff6b00;position: absolute;left: 0;bottom: 0;}
#index_news .top .btn {display: inline-flex;margin-top: 70px;align-items: center;}
#index_news .top .btn .icon {width: 60px;height: 60px;border-radius: 50%; background: #e9e9e9;display: flex;align-items: center;justify-content: center;}
#index_news .top .btn .icon .like {width: 10px;height: 3px;background: #ff6b00;}
#index_news .top .btn .text {text-transform: uppercase;font-size: 12px;font-family: 'PB';color: #333333;letter-spacing: 3px;transform: translateX(-12px);}
#index_news .top .btn:hover .icon {background: #ff6b00;}
#index_news .top .btn:hover .icon .like {background: #fff;}
#index_news .content {margin-top: 140px;padding-bottom: 110px;}
#index_news .content .swiper-pagination {bottom: 0px;}
#index_news .content .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #999999;margin: 0 10px;}
#index_news .content .swiper-pagination-bullet-active {background: #ff6b00;}
#index_news .content .slide {width: 28.571%;margin-right: 7.142%;}
#index_news .content .slide:last-child {margin-right: 0;}
#index_news .content .slide .img {padding-top: 56.25%;}
#index_news .content .slide .name {font-size: 26px;font-weight: 600;line-height: 40px;margin-top: 21px;min-height: 80px;}
#index_news .content .slide .time {margin-top: 73px;font-size: 16px;}
#index_news .content .slide .line {margin-top: 16px;height: 4px;background: #333333;position: relative;}
#index_news .content .slide .line::after {content: '';position: absolute;height: 4px;width: 0;bottom: 0;right: 0;left: auto;background: #ff6b00;transition: all 0.3s linear;}
#index_news .content .slide:hover .time {color: #ff6b00;}
#index_news .content .slide:hover .line::after {width: 100%;right: auto;left: 0;}

@media screen and (max-width:1024px) {
	#index_news .content .slide {width: 42.858%;}
}
@media screen and (max-width:750px) {
	#index_news .top .title .text,
	#index_news .top .title .color span {font-size: 80px;}
	#index_news .top .btn .icon {width: 80px;height: 80px;}
	#index_news .top .btn .icon .like {width: 15px;}
	#index_news .top .btn .text {font-size: 20px;}
	#index_news .content .slide {width: 100%;margin-right: 0;}
	#index_news .content .slide .name {font-size: 36px;}
	#index_news .content .slide .time {font-size: 26px;}
}

#footer {background: url(../../../images/footer/footer.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
#footer::before {content: '';position: absolute;left: 0;top: 0; background: url(../../../images/footer/bg.png);background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 2;width: 100%;height: 100%;}
#footer .content {min-height: 949px;padding: 98px 0 60px;z-index: 3;position: relative;display: flex;flex-direction: column;justify-content: space-between;align-items: center;height: 100%;}
#footer .logo {padding-bottom: 35px;position: relative;}
#footer .logo::before {content: '';width: 100px;height: 3px;background: #ff6b00;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#footer .menu {display: flex;align-items: center;justify-content: center;font-size: 18px;margin-top: 30px;}
#footer .menu .box {color: #4e5960;margin-right: 35px;}
#footer .menu .box:last-child {margin-right: 0;display: none;}
#footer .menu .box.text {color: #fff;}
#footer .menu .box.text:hover {color: #ff6b00;}
#footer .phone {font-size: 36px;color: #fff;font-family: 'PSB';margin-top: 53px;text-align: center;}
#footer .ul {text-align: center;font-size: 16px;color: #fff;opacity: 0.6;line-height: 29px;margin-top: 14px;}

#footer .top .top-content{
	height:91px;
}
#footer .top .top-text{
	/*height:70px;*/
	color:#ff6a00;
	font-size:50px;
	font-family: SHUIMO, serif;
}
#footer .top .top-text-sub{
	/*height:20px;*/
	color:#FFFFFF;
	font-size:14px;
	font-weight: bolder;
	font-family: AliPuHui, serif;
}

#footer .ul2 {display: flex;justify-content: center;margin-top: 14px;}
#footer .ul2 .item {font-size: 16px;color: rgba(255,255,255,0.6);line-height: 29px;margin-right: 30px;}
#footer .ul2 .item:last-child {margin-right: 0;}
#footer .ul2 .item .li {display: flex;align-items: center;margin-top: 5px;}
#footer .ul2 .item .li .img {text-align: center;}
#footer .ul2 .item .li .img .svg {fill: rgba(255,255,255,0.6);min-width: 35px;}

#footer .code {display: flex;align-items: center;justify-content: center;margin-top: 15px;}
#footer .code .box {margin-right: 5.35%;position: relative;}
#footer .code .box:last-child {margin-right: 0;}
#footer .code .box .icon .svg {fill: #fff;opacity: 0.5;}
#footer .code .box.ins .icon .svg {width: 20px;height: 20px;}
#footer .code .box .out {width: 140px;height: 140px;border-radius: 5px;background: #fff;position: absolute;top: 40px;left: 50%;transform: translateX(-50%);display: none;overflow: visible;}
#footer .code .box .out::before {content: ''; width: 0;height: 0;border-left: 10.5px solid transparent; border-right: 10.5px solid transparent; border-bottom: 10.5px solid #fff;position: absolute;left: 50%;transform: translateX(-50%);top: -8.5px;}
#footer .code .box.douyin .out {background: #090909;}
#footer .code .box.douyin .out::before {border-bottom: 10.5px solid #090909;}
#footer .code .box.weixin:hover .icon .svg  {fill:#00c800;opacity:1;}
#footer .code .box.video:hover .icon .svg  {fill:#fa9d3b;opacity:1;}
#footer .code .box.ins:hover .icon .svg  {fill:rgb(220,45,110);opacity:1;}
#footer .code .box.douyin:hover .icon .svg  {fill:#fd1753;opacity:1;}
#footer .code .box:hover .out {display: block;}
#footer .tip {font-size: 16px;color: #fff;text-align: center;opacity: 0.6;}

@media screen and (max-width:1024px) {
	#footer .menu {flex-wrap: wrap;}
}

@media screen and (max-width:750px) {
	#footer {padding-bottom: 50px;}
	#footer .code .box .icon {transform: scale(1.3);}
	#footer .ul {font-size: 24px;line-height: 1.5;text-align: left;}
	#footer .tip {font-size: 24px;}
	#footer .menu {font-size: 26px;flex-wrap: wrap;}
	#footer .menu .box {margin-top: 15px;}
	
	#footer .ul2 {display: block;}
	#footer .ul2 .item {font-size: 24px;line-height: 1.5;}
}

/* #news {overflow: hidden;} */
#news .hot {background: #292a2b;width: 100%;position: relative;transform: translateY(-15px);z-index: 12;}
#news .hot::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 100px;background-repeat: no-repeat;z-index: 10;}
#news .hot .content {display: flex;justify-content: flex-end;position: relative;transform: translateY(100px);z-index: 10;}
#news .hot .content .left {width: 44.285%;background: #ff6b00;color: #fff;padding: 0 2.857% 21px;position: absolute;left: 0;top: 56%;z-index: 10;}
#news .hot .content .left .container {width: 100%;transform: translateY(-52px)}
#news .hot .content .left .container,
#news .hot .content .left .container .wrapper {overflow: visible;}
#news .hot .content .left .top {display: flex;justify-content: space-between;align-items: baseline;}
#news .hot .content .left .top .day {font-family: 'PB';font-size: 110px;line-height: 1;}
#news .hot .content .left .top .time {font-size: 20px;}
#news .hot .content .left .name {line-height: 38px;font-weight: 600;margin-top: 20px;font-size: 28px;}
#news .hot .content .left .brief {margin-top: 21px;line-height: 35px;font-size: 18px;}
#news .hot .content .left .btn {display: inline-flex;margin-top: 46px;align-items: center;}
#news .hot .content .left .btn .icon {width: 60px;height: 60px;border-radius: 50%; background: rgba(255,255,255,0.3);display: flex;align-items: center;justify-content: center;}
#news .hot .content .left .btn .icon .like {width: 10px;height: 3px;background: #fff;}
#news .hot .content .left .btn .text {text-transform: uppercase;font-size: 12px;font-family: 'PB';color: #fff;letter-spacing: 3px;transform: translateX(-12px);}
#news .hot .content .left:hover .btn .icon {background: #fff;}
#news .hot .content .left:hover .btn .icon .like {background: #ff6b00;}
#news .hot .content .left:hover .btn .text {color: #333;} 
#news .hot .content .right {width: 78.571%;margin: 0;}
#news .hot .content .right .slide {padding-top: 56.18%;}
#news .hot .content .right .swiper-pagination {bottom: 40px;}
#news .hot .content .right .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #fff;margin: 0 10px;}
#news .hot .content .right .swiper-pagination-bullet-active {background: #ff6b00;}
#news .list {padding: 375px 0 100px;}
#news .list .content {display: flex;flex-wrap: wrap;justify-content: space-between;}
#news .list .content .box {width: 44.285%;margin-top: 70px;}
#news .list .content .box:nth-child(2n) {transform: translateY(-145px);}
#news .list .content .box:nth-child(-n+2) {margin-top: 0;}
#news .list .content .box .img {padding-top: 56.29%;}
#news .list .content .box .word {padding-left: 35px;transform: translateY(-55px);}
#news .list .content .box .word .top {display: flex;justify-content: space-between;align-items: baseline;}
#news .list .content .box .word .top .day {font-family: 'PB';font-size: 110px;line-height: 1;color: #ff6b00;}
#news .list .content .box .word .top .time {font-size: 20px;}
#news .list .content .box .word .name {margin-top: 25px;line-height: 38px;font-size: 28px;font-weight: 600;color: #1a1a1a;}
#news .list .content .box .word .brief {margin-top: 22px;line-height: 37px;font-size: 18px;color: #999999;}
#news .list .content .box .word .line {margin-top: 70px;height: 4px;background: #333333;position: relative;}
#news .list .content .box .word .line::after {content: '';position: absolute;height: 4px;width: 0;bottom: 0;right: 0;left: auto;background: #ff6b00;transition: all 0.3s linear;}
#news .list .content .box:hover .word .name {color: #ff6b00;}
#news .list .content .box:hover .word .brief {color: #1a1a1a;}
#news .list .content .box:hover .word .line::after {width: 100%;right: auto;left: 0;}
#news .list .btn {cursor:pointer ;margin: 115px auto 0;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #383838;}
#news .list .btn .svg {transform: rotate(-90deg);}
#news .list .btn:hover {border-color: #ff6b00;animation: float 1.3s infinite;}
#news .list .btn.isend {display: none;}

@media screen and (max-width:1024px) {
	#news .hot {padding: 30px 0 0;}
	#news .hot .content {transform: translateY(0);}
	#news .hot .content .right {width: 100%;}
	#news .hot .content .left {width: 100%;top: 65%;}
	#news .list .content .box {width: 48%;}
}
@media screen and (max-width:750px) {
	#news .list .content .box:nth-child(2n) {transform: translateY(0px);}
	#news .list .content .box:nth-child(-n+2),
	#news .list .content .box {width: 100%;margin-right: 0;margin-top: 70px;}
	#news .list .content .box:first-child {margin-top: 0;}
	
	#news .hot .content .left .top .time {font-size: 26px;}
	#news .hot .content .left .name {font-size: 36px;line-height: 1.5;}
	#news .hot .content .left .brief {font-size: 30px;line-height: 1.5;}
	#news .hot .content .left .btn .icon {width: 80px;height: 80px;}
	#news .hot .content .left .btn .text {font-size: 20px;}
	#news .hot .content .left .btn .icon .like {width: 15px;}
	#news .list .content .box .word .top .time {font-size: 26px;}
	#news .list .content .box .word .name {font-size: 36px;line-height: 1.5;}
	#news .list .content .box .word .brief {font-size: 30px;line-height: 1.5;}
}

/* LY00218 */
#LY00218 {padding: 220px 0 115px;}
#LY00218 .title {font-size: 42px;text-align: center;font-weight: 700;}
#LY00218 .time {font-size: 18px;font-weight: 400;color: #999999;display: flex;align-items: center;justify-content: center;margin-top: 32px;}
#LY00218 .time .icon {margin-right: 8px;}
#LY00218 .time .icon .svg {fill: #cccccc;}
#LY00218 .content {margin-top: 58px;font-size: 18px;line-height: 35px;}
#LY00218 .content img {max-width: 100%;}
#LY00218 .btn_box {display: flex;align-items: center;justify-content: center;margin-top: 50px;}
#LY00218 .btn_box .btn {margin-right: 3.14%;cursor:pointer}
#LY00218 .btn_box .btn .svg {fill: #cccccc;}
#LY00218 .btn_box .btn:last-child {margin-right: 0;}
#LY00218 .btn_box .wechat:hover {fill: #22ac38;}
#LY00218 .btn_box .sina:hover {fill: #e60012;}
#LY00218 .btn_box .douyin:hover {fill: #000000;}
#LY00218 .btn_box .facebook:hover {fill: #3b579b;}
#LY00218 .btn_box .linkedin:hover {fill: #37b4ee;}
#LY00218 .page {margin-top: 85px;display: flex;justify-content: space-between;}
#LY00218 .page .pn {width: 48%;padding: 35px 50px 30px 39px;background: #fff;}
#LY00218 .page .pn .text {font-size: 16px;color: #666666;}
#LY00218 .page .pn .name {font-size: 22px;font-weight: 500;line-height: 30px;margin-top: 10px;height: 60px;}
#LY00218 .page .pn .time_box {font-size: 16px;font-weight: 400;color: #999999;display: flex;align-items: center;margin-top: 20px;}
#LY00218 .page .pn .time_box .icon {margin-right: 8px;}
#LY00218 .page .pn .time_box .icon .svg {fill: #cccccc;}
#LY00218 .page .pn:hover {background: #ff6b00;}
#LY00218 .page .pn:hover .text {color: #fff;}
#LY00218 .page .pn:hover .name {color: #fff;}
#LY00218 .page .pn:hover .time_box {color: #fff;}
#LY00218 .page .pn:hover .time_box .icon .svg {fill: #fff;}

@media screen and (max-width:750px) {
	#LY00218 .page {flex-direction: column;}
	#LY00218 .page .pn {width: 100%;}
	#LY00218 .time {font-size: 26px;}
	#LY00218 .page .pn .time_box .icon ,
	#LY00218 .time .icon  {transform: scale(1.5);margin-right: 16px;}
	#LY00218 .content * {font-size: 30px !important;line-height: 1.8 !important;}
	#LY00218 .btn_box .btn {transform: scale(1.5);}
	#LY00218 .btn_box .btn {margin-right: 15.14%;}
	#LY00218 .page .pn .text {font-size: 26px;}
	#LY00218 .page .pn .name {font-size: 36px;line-height: 1.8;height: auto;}
	#LY00218 .page .pn .time_box{font-size: 26px;}
}


#team {background: #292a2b;width: 100%;position: relative;transform: translateY(-10px);}
#team::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 200px;background-repeat: no-repeat;z-index: 2;}
#team .cw1400 {z-index: 3;position: relative;transform: translateY(214px);}
#team .word {text-align: center;color: #fff;}
#team .word .title {font-weight: 700;font-size: 48px;}
#team .word .brief {font-size: 16px;margin-top: 35px;}
#team .word .num {color: #ff6b00;font-weight: 500;margin-top: 18px;font-size: 22px;}
#team .img {transform: translateY(107px);}

@media screen and (max-width:750px) {
	#team .cw1400 {transform: translateY(0);padding-top: 30px;}
	#team .word .title {font-size: 42px;}
	#team .word .brief {font-size: 26px;line-height: 1.5;}
	#team .word .num {font-size: 30px;line-height: 1.5;}
}

#advantage {padding-top: 450px;position: relative;z-index: 3;}
#advantage .title {text-align: center;font-size: 48px;font-weight: 700;}
#advantage .content {margin-top: 65px;position: relative;}
#advantage .content .main {width: 100%;height: 800px;overflow: visible;}
#advantage .content .main .slide { background: url(../../../images/research/adv1.jpg);background-size: auto;background-position: center;background-repeat: no-repeat;}
#advantage .content .main .slide .out {position: relative;height: 100%;}
#advantage .content .main .slide .out .box {width: 50%;padding: 2.142%;background: #ff6b00;display: flex;align-items: center;justify-content: space-between;position: absolute;right: 0;bottom: -120px;}
#advantage .content .main .slide .out .box .pn {opacity: 0.5;cursor:pointer }
#advantage .content .main .slide .out .box .pn.next {transform: rotate(-180deg);}
#advantage .content .main .slide .out .box .pn .svg {fill: #fff;}
#advantage .content .main .slide .out .box .pn:hover {opacity: 1;}
#advantage .content .main .slide .out .box .info {width: 69.837%;color: #fff;transform: translateY(-85px);}
#advantage .content .main .slide .out .box .info .day {font-family: 'PB';font-size: 110px;line-height: 1;}
#advantage .content .main .slide .out .box .info .name {font-weight: 700;font-size: 36px;margin-top: 45px;}
#advantage .content .main .slide .out .box .info .brief {line-height: 29px;font-size: 16px;margin-top: 12px;}

@media screen and (max-width:1024px) {
	#advantage .content .main .slide .out .box {width: 100%;}
}
@media screen and (max-width:750px) {
	#advantage .title {font-size: 42px;}
	#advantage {padding-top: 150px;}
	#advantage .content .main .slide .out .box .info .brief {font-size: 30px;line-height: 1.5;}
}

#craft {padding: 290px 0 370px;position: relative;}
#craft::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/research/craft.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 2;opacity: 0.15;}
#craft .content {position: relative;z-index: 3;}
#craft .content .choose {width: 50%;background: rgba(0, 0, 0, 0.85);padding: 100px 0 100px 13.54%;min-height: 700px;}
#craft .content .choose .title {font-size: 48px;color: #fff;font-weight: 700;}
#craft .content .choose .ul {margin-top: 75px;display: flex;flex-direction: column;align-items: flex-start;max-height: 360px;overflow-y: scroll;}
#craft .content .choose .ul::-webkit-scrollbar-thumb {background-color: #ff6b00;}
#craft .content .choose .ul .li {font-size: 20px;color: #fff;padding-bottom: 10px;position: relative;display: inline-block;margin-top: 33px;display: flex;}
#craft .content .choose .ul .li::before {content: '';position: absolute;height: 2px;width: 0;bottom: 0;right: 0;left: auto;background: #ff6b00;transition: all 0.3s linear;}
#craft .content .choose .ul .li:first-child {margin-top: 0;}
#craft .content .choose .ul .li span {margin-right: 35px;font-family: 'PB';color: #ff6b00;}
#craft .content .choose .ul .li.cur,
#craft .content .choose .ul .li:hover {color: #ff6b00;}
#craft .content .choose .ul .li.cur::before,
#craft .content .choose .ul .li:hover::before {width: 100%;right: auto;left: 0;}
#craft .content .info {overflow: hidden; display: flex;justify-content: flex-end;position: absolute;right: 13.54%;bottom: -28.572%;width: 56.396%;}
#craft .content .info .box {width: 100%;}
#craft .content .info .img {padding-top: 59.9%;width: 100%;}

@media screen and (max-width:1680px) {
	#craft .content .info {bottom: -16.572%;}
	#craft .content .info {bottom: -16.572%;}
}
@media screen and (max-width:1536px) {
	#craft .content .choose {padding-left: 8.577%;}
	#craft .content .info {bottom: -11.577%;}
}
@media screen and (max-width:1440px) {
	#craft .content .choose {padding-left: 4.572%;}
	#craft .content .info {bottom: -4.572%;}
}
@media screen and (max-width:1280px) {
	#craft .content .info {bottom: 2.428%;}
}
@media screen and (max-width:1024px) {
	#craft .content {display: flex;flex-direction: column-reverse;}
	#craft .content .choose {padding: 50px 0 50px 3.577%;width: 100%;}
	#craft .content .info {position: relative;right: auto;bottom: auto;width: 100%;}
	#craft .content .info .img {padding-top: 0;}
	#craft .content .info .img .max {position: relative;}
}
@media screen and (max-width:750px) {
	#craft .content .choose .title {font-size: 42px;}
	#craft .content .choose .ul .li {font-size: 30px;}
}
/* LY00068 */
#LY00068{padding:120px 0 0;position: relative;}
#LY00068 .en {color: transparent;text-stroke: 1px #e2e2e2;-webkit-text-stroke: 1px #e2e2e2;font-family: 'PB';font-size: 200px;position: absolute;right: 2.611%;top: 60px;z-index: 0;}
#LY00068 .top{margin-bottom:87px;}
#LY00068 .top .tit{font-size:48px;color:#333;font-weight:bold;}
#LY00068 .top .txt{font-size:20px;color:#ccc;margin-top:10px;}
#LY00068 .bot .content{padding:80px 4.178% 120px 13.5775% ; background:#fff;width:calc(100% - 13.577%);overflow:hidden;}
#LY00068 .bot .content::before{content:'';position:absolute;z-index:5;right:0;top:0;height:100%;width:4.834%;background:#fff;}
#LY00068 .bot .content .control{width:100%;overflow:visible;margin-bottom:140px;}
#LY00068 .bot .content .control .slide .year{font-size:30px;color:#ff6b00;font-weight:bold;margin-bottom:16px;text-align: left;}
#LY00068 .bot .content .control .slide .name{font-size:16px;color:#333;margin-bottom:23px;text-align: left;height: 90px;overflow-y: scroll;}
#LY00068 .bot .content .control .slide .pic {padding-top: 63.09%;}
#LY00068 .bot .content .main{width:69%;bottom:150px;right:10.5%;z-index:2;}
#LY00068 .bot .content .main .slide {height: 100%;}
#LY00068 .bot .content .main .slide .time{font-size:18px;color:#999;cursor:pointer;}
/* #LY00068 .bot .content .main .slide.swiper-slide-active .time{color:#ff6b00;} */
#LY00068 .bot .content .main .swiper-slide-thumb-active .time{color:#ff6b00;}
#LY00068 .bot .content .main .swiper-slide-thumb-active + .swiper-slide-thumb-active .time{color:#999;}
#LY00068 .bot .content .pn{z-index:2;bottom:125px;width:71px;height:71px;border:1px solid #333;border-radius:50%;}
#LY00068 .bot .content .pn.next{right:4.9%;background:url(../../../file/_obj_/LY00068/images/icon_right2.png) no-repeat center;}
#LY00068 .bot .content .pn.prev{left:15.7%;background:url(../../../file/_obj_/LY00068/images/icon_left2.png) no-repeat center;}
#LY00068 .bot .content .pn:hover{border-color:#ff6b00;}
#LY00068 .bot .content .pn.next:hover{background:url(../../../file/_obj_/LY00068/images/icon_right.png) no-repeat center #ff6b00;}
#LY00068 .bot .content .pn.prev:hover{background:url(../../../file/_obj_/LY00068/images/icon_left.png) no-repeat center #ff6b00;}
#LY00068 .bot .img{width:6.403%;}
@media screen and (max-width:1680px) {
    /* #LY00068 .bot .content{padding-left:4%;} */
    /* #LY00068 .bot .content .main{right:11.5%;} */
    #LY00068 .bot .content .pn.prev{left:15.7%;}
}
@media screen and (max-width:1536px) {
	#LY00068 .bot .content .main {width: 67%;right: 11.5%;}
	
}

@media screen and (max-width:1280px) {
	#LY00068 .bot .content .main {width: 63%;}
}
@media screen and (max-width:1024px) {
    #LY00068 .bot .img{display:none;}
    #LY00068 .bot .content{width:100%;padding-right:4%;}
    #LY00068 .bot .content::before{width:4%;}
    #LY00068 .bot .content .main{right:18.5%;}
    #LY00068 .bot .content .pn.prev{left:12%;}
    #LY00068 .bot .content .pn.next{right:12%;}
}
@media screen and (max-width:750px) {
    #LY00068{padding:80px 0;}
    #LY00068 .top{margin-bottom:30px;}
    #LY00068 .top .tit{font-size:56px;}
    #LY00068 .top .txt{font-size:28px;}
    #LY00068 .bot .content{padding:50px 4%;}
    #LY00068 .bot .content .main{bottom:74px;}
    #LY00068 .bot .content .pn{bottom:55px;}
    #LY00068 .bot .content .control .slide .year{font-size:42px;}
    #LY00068 .bot .content .control .slide .name{font-size:36px;}
    #LY00068 .bot .content .main .slide .time{font-size:26px;}
	#LY00068 .bot .content .pn.next:hover,
	#LY00068 .bot .content .pn.prev:hover,
	#LY00068 .bot .content .pn.next,
	#LY00068 .bot .content .pn.prev {background-size: 15px 13px;}
	#LY00068 .bot .content .pn.prev{left:4%;}
	#LY00068 .bot .content .pn.next{right:4%;}
	#LY00068 .bot .content .control .slide .name {height: 180px;}
	#LY00068 .en {font-size: 115px;}
}

#about {padding: 100px 0 0;min-height: 1047px; background: url(../../../images/about/about_bg.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;transform: translateY(-10px);}
#about .content {display: flex;align-items: flex-start;justify-content: space-between;}
/* #about .content .tit {font-size: 48px;color: #fff;font-family: 'PSB';opacity: 0.5;} */
#about .content .tit {font-size: 90px;color: #fff;font-family: 'PSB';opacity: 0.5;}
#about .content .title .one {font-size: 180px;color: #ff6b00;font-family: 'PSB';line-height: 1;margin-top: 64px;}
#about .content .title .two  {color: transparent;text-stroke: 1px #fff;-webkit-text-stroke: 1px #fff;font-family: 'PSB';font-size: 240px;line-height: 0.75;transform: translateX(-31%);}
#about .content .right {width: 50%;color: #fff;}
#about .content .right .name {font-size: 30px;font-weight: 500;}
#about .content .right .brief {margin-top: 35px;line-height: 29px;font-size: 16px;}
#about .content .right .data {display: flex;justify-content: space-between;margin-top: 103px;}
#about .content .right .data .box .num {font-family: 'PSB';font-size: 30px;color: #ff6b00;}
#about .content .right .data .box .num span {font-size: 60px;margin-right: 13px;}
#about .content .right .data .box .text {font-size: 18px;margin-top: 4px;}

@media screen and (max-width:1680px) {
	#about .content .title .two {transform: translateX(-21%);}
}
@media screen and (max-width:1536px) {
	#about .content .title .two {transform: translateX(0);}
}
@media screen and (max-width:1024px) {
	#about {padding: 100px 0;}
	#about .content .title .one {margin-top: 20px;}
	#about .content {display: block;}
	#about .content .right {width: 100%;margin-top: 30px;}
}
@media screen and (max-width:750px) {
	#about .content .title .one {font-size: 120px;}
	#about .content .title .two {font-size: 150px;}
	#about .content .tit {font-size: 42px;}
	#about .content .right .name {font-size: 36px;}
	#about .content .right .brief {font-size: 30px;line-height: 1.5;}
	#about .content .right .data .box .text {font-size: 26px;}
}

#certificate {position: relative;}
#certificate .out {position: absolute;right: 0;bottom: 0;z-index: -1;}
#certificate .content {height: 100%;position: relative;min-height: 920px;padding: 30px 0;display: flex;align-items: center;}
#certificate .content .word {width: 34.285%;}
#certificate .content .word .name {font-size: 48px;font-weight: 700;}
#certificate .content .word .brief {margin-top: 30px;line-height: 29px;font-size: 16px;}
#certificate .content .word .data {display: flex;justify-content: space-between;margin-top: 48px;}
#certificate .content .word .data .box .num {font-family: 'PSB';font-size: 30px;color: #ff6b00;}
#certificate .content .word .data .box .num span {font-size: 60px;margin-right: 13px;}
#certificate .content .word .data .box .text {font-size: 18px;margin-top: 4px;}
/* #certificate .content .right {width: 27.142%;position: absolute;top: 50%;transform: translateY(-50%);right: 23.57%;} */
/* #certificate .content .right {width: 65.142%;position: absolute;top: 50%;transform: translateY(-50%);right: 23.57%;} */
#certificate .content .right {width: 65.142%;position: absolute;top: 50%;transform: translateY(-50%);right: -7%;}
#certificate .content .right .container {width: 100%;}
/* #certificate .content .right .container .slide {padding-top: 123.68%;} */
#certificate .content .right .container .slide {padding-top: 60.68%;background: #fff;}
#certificate .content .right .pn {cursor:pointer ;width: 60px;height: 60px;background: #fff;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);z-index: 2;box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.1);}
#certificate .content .right .pn:hover {background: #ff6b00;}
#certificate .content .right .pn .svg {fill: #000;}
#certificate .content .right .pn.prev {left: -44px;}
#certificate .content .right .pn.next {right: -44px;}
#certificate .content .right .pn.next .svg {transform: rotate(180deg);}
#certificate .content .right .pn:hover .svg {fill:#fff;}

@media screen and (max-width:1680px) {
	#certificate .content .right {width: 60.142%;right: 0;}
}

@media screen and (max-width:1024px) {
	#certificate .out {width: 60%;}
	
}
@media screen and (max-width:750px) {
	#certificate .out {width: 100%;}
	#certificate .content {flex-direction: column-reverse;}
	#certificate .content .right {position: relative;top: auto;transform: translateY(0);right: 0;width: 50%;}
	/* #certificate .content .right {width: 27.142%;position: absolute;top: 50%;transform: translateY(-50%);right: 23.57%;} */
	#certificate .content .right .container .slide {padding-top: 123.68%;}
	#certificate .content .word {width: 100%;color: #fff;margin-top: 30px;}
	#certificate .content .word .name {font-size: 42px;}
	#certificate .content .word .brief {font-size: 30px;line-height: 1.5;}
	#certificate .content .word .data .box .text {font-size: 26px;}
}

/* 联系我们 */
.contact {background: #292a2b;position: relative;}
.contact::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: center;background-repeat: no-repeat;z-index: 2;}
#contact {position: relative;z-index: 3;transform: translateY(100px);}
#contact .text {font-size: 18px;text-align: center;color: #fff;font-weight: 300;margin-bottom: 12px;}
#contact .title{font-size: 48px;color: #fff;font-weight: 700;}
#contact .box {margin-top: 100px;}
#contact .box .item {width: 25%;padding: 3px 2.715% 2px;}
#contact .box .item .img {width: 80px;height: 80px;background: #f7f7f7 no-repeat center;border-radius: 50%;margin: 0 auto;}
#contact .box .item .name {font-size: 18px; color: #999999;line-height: 1.5;margin: 35px 0;}
#contact .box .item .txt {font-size: 16px;color: #fff;line-height: 1.5;margin: 0 auto 40px;}
#contact .box .item .m-pic {display: flex;align-items: center;justify-content: center;}
#contact .box .item .m-pic img:nth-of-type(2) {display: none;}

#contact_map {width: calc(100% - 13.54%);position: relative;z-index: 3;transform: translateY(200px);}
#contact_map .map {height: 680px;position: relative;background: #ff6b00;}
#contact_map .map .map_box {width: 100%;height: 100%;}
#contact_map .map .map_img {width: 186px;height: 110px;border-radius: 10px;background-color: #0073e6;position: absolute;top: 210px;left: 45%;box-shadow: 15px 30px 60px -15px #1a1a1a;}
#contact_map .map .map_img::after{content: '';position: absolute;border: 13px solid transparent; border-top-color:#0073e6;left: 50%;transform: translate(-50%,0%);bottom: -25px;}

#contact_form {padding-bottom: 120px;margin-top: 325px;}
#contact_form .text {font-size: 18px;text-align: center;color: #666666;font-weight: 300;margin-bottom: 12px;}
#contact_form .title{font-size: 48px;color: #221815;font-weight: 700;}
#contact_form .form {margin-top: 60px;}
#contact_form .form .grid {display: grid;column-gap: 1.25%;grid-auto-flow: row;place-content: space-evenly;grid-template-columns: repeat(4, 24.0625%);margin: 0 0 20px;}
#contact_form .form .grid .input {height: 60px;border: 1px solid #e9e9e9;width: 100%; height: 55px; line-height: 55px;font-size: 16px;color: #333333;padding: 0px 20px;background: #fff;}
#contact_form .form .grid .input:focus {border-color: #ff6b00;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-webkit-input-placeholder{color: #231915;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-moz-placeholder{color: #231915;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-moz-placeholder{color: #231915;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-ms-input-placeholder{color: #231915;}
#contact_form .form .grid .input.notnull {border-color: #ff6b00;}
#contact_form .form .textarea {height: 270px;border: 1px solid #e9e9e9;width: 100%; padding: 10px 20px;line-height: 1.5;font-size: 18px;color: #333333;background: #fff;}
#contact_form .form .textarea:focus {border-color: #ff6b00;}
#contact_form .form .textarea.notnull {border-color: #ff6b00;}
#contact_form .form .btn {width: 190px;height: 60px;line-height: 60px;background-color: #231915;margin: 60px auto 0;font-size: 18px;color: #fff;text-align: center;cursor:pointer;font-weight: 300;border-radius: 30px;}
#contact_form .form .btn:hover{background-color: #ff6b00;}

@media screen and (max-width:1680px) {
	#contact_map {width: calc(100% - 8.577%);}
}
@media screen and (max-width:1440px) {
	#contact_map {width: calc(100% - 4.577%);}
}
@media screen and (max-width:1024px) {
	#contact_map {width: calc(100% - 3.577%);}
}
@media screen and (max-width:1024px) {
	#contact .box .item {width: 32.47619%;}
}
@media screen and (max-width:750px) {
	.contact {transform: translateY(-100px);}
	#contact .box {margin-top: 80px;}
	#contact_map .map {margin: 80px 0px;}
	#contact .content {margin-top: 50px;}
	#contact .box {display: block;}
	#contact .box .item .boxbig {width: 61.3%;text-align: left;}
	#contact .box .item:nth-of-type(2),
	#contact .box .item:nth-of-type(3) {border: none;}
	#contact .box .item .m-pic img{width: 30px;}
	#contact .box .item:nth-of-type(2),
	#contact .box .item:nth-of-type(3),
	#contact .box .item {width: 100%;display: flex;border-bottom: 1px solid #e6e6e6;padding: 50px 0;align-items: center;}
	#contact .box .item .txt {font-size: 30px;margin-bottom: 0px;line-height: 1.8;}
	#contact .box .item .name {font-size: 30px;margin-top: 0;margin-bottom: 25px;}
	#contact .box .item .img {margin: 0 40px;width: 120px;height: 120px;}
	#contact .text,
	#contact_form .text {font-size: 42px;}
	#contact_form{padding-bottom: 80px;margin-top: 175px;}
	#contact_form .form {margin-top: 30px;}
	#contact_form .form .grid {display: block;margin: 0;}
	#contact_form .form .textarea {width: 100%;font-size: 30px;}
	#contact_form .form .grid .input {width: 100%; font-size: 30px;margin-bottom: 30px;height: 70px;}
	#contact_form .form .btn {width: 300px; font-size: 30px;height: 100px;line-height: 100px;margin-top: 30px;border-radius: 50px;}
}

/* 摩旅风光 */
#scenery .hot {background: #292a2b;position: relative;height: 415px;}
#scenery .hot::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 120px;background-repeat: no-repeat;z-index: 2;}
#scenery .hot .main {position: relative;z-index: 3;}
#scenery .hot .main .slide{;width: 66.142%;}
#scenery .hot .main .slide {transform: translateX(66%) scale(0.833333) !important;position: relative;cursor:pointer }
#scenery .hot .main .slide::before {position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);content: '';transition: all 0.3s;}
#scenery .hot .main .swiper-slide-active {transform: translateX(0) scale(1) !important;}
#scenery .hot .main .swiper-slide-active + .slide + .slide  {transform: translateX(-100%) scale(0.833333) !important;}
#scenery .hot .main .swiper-slide-active + .slide {transform: translateX(-66%) scale(0.833333) !important;}
#scenery .hot .main .slide .img {padding-top: 56.155%;}
#scenery .hot .main .slide .out {opacity: 0; background: url(../../../images/scenery/bg.png);background-size: auto;background-position: bottom;background-repeat: no-repeat;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;padding: 5.399%;display: flex;align-items: flex-end;font-size: 24px;color: #fff;font-weight: 500;}
#scenery .hot .main .swiper-slide-active::before {opacity: 0;}
#scenery .hot .main .swiper-slide-active .out {opacity: 1;}
#scenery .content {padding: 170px 0 130px;}
#scenery .content .choose {display: flex;justify-content: center;}
#scenery .content .choose .box  .text {font-size: 28px;font-weight: 600;color: #333333;padding: 0 95px;}
#scenery .content .choose .box .line {margin-top: 24px;height: 4px;background: #cccccc;position: relative;}
#scenery .content .choose .box .line::after {content: '';position: absolute;height: 4px;width: 0;bottom: 0;right: 0;left: auto;background: #ff6b00;transition: all 0.3s linear;}
#scenery .content .choose .box.cur .text,
#scenery .content .choose .box:hover .text {color: #ff6b00;}
#scenery .content .choose .box.cur .line::after,
#scenery .content .choose .box:hover .line::after {width: 100%;right: auto;left: 0;}
#scenery .content .list {margin-top: 70px;display: flex;flex-wrap: wrap;}
#scenery .content .list .box {width: 32.142%;margin-top: 53px;margin-right: 1.78%;cursor:pointer }
#scenery .content .list .box:nth-child(3n) {margin-right: 0;}
#scenery .content .list .box:nth-child(-n+3) {margin-top: 0;}
#scenery .content .list .box .img {padding-top: 56.22%;}
#scenery .content .list .box .word {padding: 16px;text-align: center;background: transparent;font-size: 18px;color: #1a1a1a;}
#scenery .content .list .box:hover .word {background: #ff6b00;color: #fff;}

#scenery .content .list .box.video .out {position: relative;}
#scenery .content .list .box.video:nth-child(3n) {margin-right: 0;}
#scenery .content .list .box.video:nth-child(-n+3) {margin-top: 0;}
#scenery .content .list .box.video .img {padding-top: 56.22%;}
#scenery .content .list .box.video .word {padding: 16px;text-align: center;background: transparent;font-size: 18px;color: #1a1a1a;}
#scenery .content .list .box.video .play {position: absolute;right: 7.14%;bottom: 9.5%;}
#scenery .content .list .box.video .play .svg {fill: #fff;opacity: 0.8;}
#scenery .content .list .box.video:hover .word {background: #ff6b00;color: #fff;}
#scenery .content .list .box.video:hover .play .svg {fill: #ff6b00;opacity: 1;}

@media screen and (max-width:1024px) {
	#scenery .hot .main {transform: translateY(50px);}
	#scenery .content .list {justify-content: space-between;}
	#scenery .content .list .box:nth-child(-n+3) ,
	#scenery .content .list .box.video:nth-child(-n+3), 
	#scenery .content .list .box {width: 48%;margin-right: 0;margin-top: 53px;}
	#scenery .content .list .box:nth-child(-n+2) {margin-top: 0;}
}
@media screen and (max-width:750px) {
	#scenery .content {padding: 70px 0 130px;}
	#scenery .content .list .box .word,
	#scenery .hot .main .slide .out {font-size: 26px;}
	#scenery .content .list .box:nth-child(-n+2),
	#scenery .content .list .box:nth-child(-n+3) ,
	#scenery .content .list .box.video:nth-child(-n+3), 
	#scenery .content .list .box {width: 100%;margin-top: 53px;}
	#scenery .content .list .box:first-child {margin-top: 0;}
}

#scenery .content .btn {cursor:pointer ;margin: 115px auto 0;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #383838;}
#scenery .content .btn .svg {transform: rotate(-90deg);}
#scenery .content .btn:hover {border-color: #ff6b00;animation: float 1.3s infinite;}
#scenery .content .btn.isend {display: none;}

#picture_pup {position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background: rgba(0, 0, 0, 0.75);width: 100%;height: 100%;z-index: 100	;display: none;}
#picture_pup .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#picture_pup .content .container .slide .img {padding-top: 56.25%;}
#picture_pup .content .container .slide .name {text-align: center;font-size: 24px;color: #fff;margin-top: 35px;}
#picture_pup .content .pn {cursor:pointer ;z-index: 2; width: 90px;height: 90px;border-radius: 50%;background: #fff;position: absolute;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;}
#picture_pup .content .pn img:nth-child(2) {display: none;}
#picture_pup .content .pn.prev {left: -53px;}
#picture_pup .content .pn.next {right: -53px;}
#picture_pup .content .pn.next img {transform: rotate(180deg);}
#picture_pup .content .pn:hover {background: #ff6b00;}
#picture_pup .content .pn:hover img:nth-child(1) {display: none;}
#picture_pup .content .pn:hover img:nth-child(2) {display: block;}

@media screen and (max-width:1024px) {
	#picture_pup .content .pn.prev {left: 0px;}
	#picture_pup .content .pn.next {right: 0px;}
}

#brand {background: #292a2b;position: relative;transform: translateY(-10px);}
#brand::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 2;}
#brand .content {display: flex;align-items: flex-start;justify-content: space-between;z-index: 3;position: relative;transform: translateY(100px);}
#brand .content .left {width: 50%;}
#brand .content .left .title {font-size: 32px;color: #ff6b00;margin-top: 30px;}
#brand .content .right {width: 50%;}
#brand .content .right .tit {font-weight: 700;color: #fff;font-size: 42px;}
#brand .content .right .brief {margin-top: 35px;line-height: 32px;font-size: 16px;color: #fff;}
#brand .bot {display: flex;justify-content: flex-end;position: relative;z-index: 3;transform: translateY(300px);}
#brand .bot .img {width: calc(100% - 13.57%);}
@media screen and (max-width:1680px) {
	#brand .bot .img {width: calc(100% - 8.577%);}
}
@media screen and (max-width:1536px) {
	#brand .bot .img {width: calc(100% - 4.577%);}
}
@media screen and (max-width:1024px) {
	#brand .content {display: block;}
	#brand .content .left {width: 100%;}
	#brand .content .right {width: 100%;margin-top: 30px;}
	#brand .content .left .title {font-size: 36px;}
	#brand .bot {transform: translateY(200px);}
	#brand .bot .img {width: calc(100% - 3.577%);}
}
@media screen and (max-width:750px) {
	#brand {padding: 50px 0;}
	#brand .content {transform: translateY(0);}
	#brand .bot {transform: translateY(150px);}
	#brand .content .right .brief {font-size: 30px;line-height: 1.5;}
}

#idea {padding: 350px 0 170px;position: relative; }
#idea .content {position: relative;z-index: 3;}
#idea .content .title {font-size: 42px;font-weight: 700;color: #1a1a1a;}
#idea .content .brief {margin-top: 40px;line-height: 47px;font-weight: 300;font-size: 28px;width: 63.92%;}
#idea .content .ul {font-size: 20px;margin-top: 50px;width: 63.92%;}
#idea .content .ul .li {margin-top: 20px;}
#idea .content .ul .li:first-child {margin-top: 0;}
#idea .content .ul .li span {font-weight: 500;}
#idea .out {width: 37.284%;position: absolute;top: 0;right: 0;z-index: 4;cursor:pointer }
#idea .out .img {padding-top: 112%;}
#idea .out .play {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#idea .out .play .svg {fill: #fff;}

@media screen and (max-width:1024px) {
	#idea {padding-top: 250px;}
}
@media screen and (max-width:750px) {
	#idea {padding: 150px 0 100px;}
	#idea .out {position: relative;top: auto;left: auto;width: calc(100% - 7.154%);margin: 30px auto 0;}
	#idea .out .img {padding: 0;}
	#idea .out .img .max {position: relative;}
	#idea .content .ul,
	#idea .content .brief {width: 100%;}
	#idea .content .brief {font-size: 36px;line-height: 1.5;}
	#idea .content .ul {font-size: 30px;line-height: 1.5;}
}

#business {background: url(../../../images/brand/bus.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;padding: 125px 0 150px;}
#business .title {font-weight: 700;font-size: 42px;color: #fff;}
#business .content {margin-top: 85px;padding-bottom: 30px;}
#business .content .slide {width: 28.57%;margin-right: 7.142%;}
#business .content .slide:last-child {margin-right: 0;}
#business .content .slide .img {padding-top: 75%;}
#business .content .slide .name {font-size: 26px;font-weight: 700;color: #ff6b00;margin-top: 50px;}
#business .content .slide .brief {line-height: 29px;margin-top: 27px;font-size: 16px;color: #fff;}
#business .content .swiper-pagination {bottom: 0px;}
#business .content .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #fff;margin: 0 10px;}
#business .content .swiper-pagination-bullet-active {background: #ff6b00;}

@media screen and (max-width:1024px) {
	#business .content .slide {width: 42.858%;}
}
@media screen and (max-width:750px) {
	#business .content .slide {width: 100%;margin-right: 0;}
	#business .content .slide .img {padding-top: 0;}
	#business .content .slide .img .max {position: relative;}
	#business .content .slide .name {font-size: 36px;}
	#business .content .slide .brief {font-size: 30px;line-height: 1.5;}
	#business .content {padding-bottom: 60px;}
}

#x-team {background: #292a2b;position: relative;padding: 100px 0 0;}
#x-team::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 215px;background-repeat: no-repeat;z-index: 2;}
#x-team .top {display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 3;}
#x-team .top .left {width: 50%;padding-right: 8.57%;}
#x-team .top .left .title {font-weight: 700;font-size: 48px;color: #fff;}
#x-team .top .left .brief {margin-top: 22px;line-height: 29px;font-size: 16px;color: #fff;}
#x-team .top .right {width: 50%;}
#x-team .bot {margin-top: 217px;position: relative;z-index: 3;}
#x-team .bot .slide {position: relative;}
#x-team .bot .slide .img {width: 62.976%;padding-top: 41.775%;}
#x-team .bot .slide .word {width: 30.026%;position: absolute;right: 13.577%;top: 22.5%;color: #fff;}
#x-team .bot .slide .word .name {font-size: 48px;font-weight: 700;}
#x-team .bot .slide .word .brief {margin-top: 18px;line-height: 29px;font-size: 16px;}
#x-team .bot .slide .info {width: 61.096%;position: absolute;right: 0;bottom: 0;background: #fff;padding: 38px 12.577% 38px 3.133%;}
#x-team .bot .slide .info .name {font-size: 30px;font-weight: 700;color: #ff6b00;}
#x-team .bot .slide .info .brief {margin-top: 12px;line-height: 29px;font-size: 16px;height: 87px;overflow-y: scroll;}
#x-team .bot .slide .info .page {margin-top: 11px;}
#x-team .bot .slide .info .swiper-pagination {bottom: 0px;}
#x-team .bot .slide .info .swiper-pagination-bullet {width: 11px;height: 11px;opacity: 1;background: #d9d9d9;margin: 0 8.5px;}
#x-team .bot .slide .info .swiper-pagination-bullet:first-child {margin-left: 0;}
#x-team .bot .slide .info .swiper-pagination-bullet-active {background: #ff6b00;}

@media screen and (max-width:1024px) {
	#x-team .top {flex-direction: column-reverse;align-items: flex-start;}
	#x-team .top .right {width: 100%;}
	#x-team .top .left {width: 100%;margin-top: 30px;padding: 0;}
	
	#x-team .bot .slide .word {position: relative;right: auto;top: auto;}
	#x-team .bot .slide {flex-direction: column-reverse;display: flex;}
	#x-team .bot .slide .word {width: auto;margin: 0 40px;margin-bottom: 30px;}
}
@media screen and (max-width:750px) {
	#x-team .bot .slide {padding-bottom: 140px;}
	#x-team .bot .slide .info .brief {height: 140px;}
	#x-team .bot .slide .word .name,
	#x-team .top .left .title {font-size: 42px;}
	#x-team .bot .slide .word .brief,
	#x-team .top .left .brief {font-size: 30px;line-height: 1.5;}
	#x-team .bot .slide .img {width: 100%;padding: 0;}
	#x-team .bot .slide .img .max {position: relative;}
	#x-team .bot .slide .info {width: 100%;padding: 38px 3.133%;}
	#x-team .bot .slide .info .name {font-size: 36px;}
	#x-team .bot .slide .info .brief {font-size: 30px;line-height: 1.5;}
}


#test-video {padding: 130px 0 205px;}
#test-video .top {display: flex;align-items: center;justify-content: space-between;}
#test-video .top .title {font-size: 48px;font-weight: 700;color: #333333;}
#test-video .top .page {display: flex;align-items: center;justify-content: center;}
#test-video .top .page .pn {cursor:pointer ;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #353535;opacity: 0.3;}
#test-video .top .page .pn.next {transform: rotate(180deg);}
#test-video .top .page .pn:hover {opacity: 1;}
#test-video .top .page .pn:last-child {margin-left: 30px;}
#test-video .bot {display: flex;justify-content: flex-end;}
#test-video .bot .container {width: calc(100% - 13.577%);margin: 78px 0 0;}
#test-video .bot .container .slide {width: 25.377%;margin-right: 4.169%;cursor:pointer }
#test-video .bot .container .slide:last-child {margin-right: 0;}
#test-video .bot .container .slide .box {position: relative;}
#test-video .bot .container .slide .box .img {padding-top: 75%;}
#test-video .bot .container .slide .box .play {position: absolute;right: 7.14%;bottom: 9.5%;}
#test-video .bot .container .slide .box .play .svg {fill: #fff;opacity: 0.8;}
#test-video .bot .container .slide .name {font-size: 24px;color: #ff6b00;font-weight: 600;margin-top: 37px;}
#test-video .bot .container .slide .brief {font-size: 16px;margin-top: 13px;}
#test-video .bot .container .slide:hover .box .play .svg {fill: #ff6b00;opacity: 1;}

@media screen and (max-width:1680px) {
	#test-video .bot .container {width: calc(100% - 8.577%);}
}
@media screen and (max-width:1536px) {
	#test-video .bot .container {width: calc(100% - 4.577%);}
}
@media screen and (max-width:1024px) {
	#test-video .bot .container {width: calc(100% - 3.577%);margin: 78px 0 0;}
	#test-video .bot .container .slide {width: 42.377%;}
}
@media screen and (max-width:750px) {
	#test-video .top .title {font-size: 42px;}
	#test-video .bot .container .slide {width: 70%;}
	#test-video .bot .container .slide .name {font-size: 36px;}
	#test-video .bot .container .slide .brief {font-size: 30px;line-height: 1.5;}
}

#products {background: #292a2b;position: relative;padding: 100px 0 190px;}
#products::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 215px;background-repeat: no-repeat;z-index: 2;}
#products .content {display: flex;align-items: flex-start;justify-content: space-between;position: relative;z-index: 3;}
#products .content .left {width: calc(100% - 75%);}
#products .content .left .choose .title {font-size: 28px;color: #fff;font-weight: 700;padding-bottom: 19px;position: relative;}
#products .content .left .choose .title::before {content: '';width: 30px;height: 3px;background: #ff6b00;position: absolute;left: 0;bottom: 0;}
#products .content .left .choose .list {margin-top: 55px;}
#products .content .left .choose .list .ul {margin-top: 30px;}
#products .content .left .choose .list .ul:first-child {margin-top: 0;}
#products .content .left .choose .list .ul .tit {width: 95%; display: flex;align-items: center;justify-content: space-between;font-size: 18px;color: #fff;font-weight: 500;cursor:pointer }
#products .content .left .choose .list .ul .tit a {width: calc(100% - 15px);}
#products .content .left .choose .list .ul .tit .svg {fill: #fff;}
#products .content .left .choose .list .ul .tit span {width: calc(100% - 15px);}
#products .content .left .choose .list .ul .all {margin-top: 14px;display: none;}
/* #products .content .left .choose .list .ul .all .big {max-height: 246px;overflow: hidden;} */
#products .content .left .choose .list .ul .all .big .down2 {display: none;}
#products .content .left .choose .list .ul .all .big .down .li {margin-top: 10px;}
#products .content .left .choose .list .ul .all .big .down .li:first-child {margin-top: 0px;}
#products .content .left .choose .list .ul .all .big .down2 .li:first-child {margin-top: 10px;}
#products .content .left .choose .list .ul .all .big .down .li .name {font-size: 16px;color: #999999;cursor:pointer}
#products .content .left .choose .list .ul .all .big .down .li .name span:nth-of-type(2) {display: none;}
#products .content .left .choose .list .ul .all .big .down .li.cur .name,
#products .content .left .choose .list .ul .all .big .down .li:hover .name {color: #fff;} 
#products .content .left .choose .list .ul .all .big .down .li .name.cur span:nth-of-type(1) {display: none;}
#products .content .left .choose .list .ul .all .big .down .li .name.cur span:nth-of-type(2) {display: inline-block;}
/* #products .content .left .choose .list .ul .all .big .down .li.cur .name span:nth-of-type(1) {display: none;} */
/* #products .content .left .choose .list .ul .all .big .down .li.cur .name span:nth-of-type(2) {display: inline-block;} */
#products .content .left .choose .list .ul .all .big .down .li .son {width: 82%;margin-top: 11px;margin-left: 12px;background: rgba(0, 0, 0, 0.3);display: none;}
#products .content .left .choose .list .ul .all .big .down .li .son .row { padding:15px;display: flex;align-items: center;font-size: 16px;color: #999;display: flex;justify-content: space-between; align-items: flex-start;}
#products .content .left .choose .list .ul .all .big .down .li .son .row .drop {width: 5px;height: 5px;border-radius: 50%;background: #999999;margin-top: 8px;}
#products .content .left .choose .list .ul .all .big .down .li .son .row .min {width: calc(100% - 17px);}
#products .content .left .choose .list .ul .all .big .down .li .son .row:first-child {margin-top: 8px;}
#products .content .left .choose .list .ul .all .big .down .li .son .row:last-child {margin-bottom: 8px;}
#products .content .left .choose .list .ul .all .big .down .li .son .row.cur,
#products .content .left .choose .list .ul .all .big .down .li .son .row:hover {color: #fff;}
#products .content .left .choose .list .ul .all .big .down .li .son .row.cur .drop,
#products .content .left .choose .list .ul .all .big .down .li .son .row:hover .drop {background: #fff;}
#products .content .left .choose .list .ul .all .btn {margin-top: 20px;cursor:pointer }
#products .content .left .choose .list .ul .all .btn .svg {fill: #fff;}
#products .content .left .choose .list .ul .all .btn:hover .svg {fill: #ff6b00;}

#products .content .left .choose .list .ul .tit.cur {color: #ff6b00;}
#products .content .left .choose .list .ul .all .btn.cur .svg,
#products .content .left .choose .list .ul .tit.cur .svg {transform: rotate(180deg);fill: #ff6b00;}

#products .content .right {width: 85.714%;}
#products .content .right .hot .swiper-pagination {bottom: 40px;}
#products .content .right .hot .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #e6e6e6;margin: 0 10px;}
#products .content .right .hot .swiper-pagination-bullet-active {background: #ff6b00;}
#products .content .right .list {display: flex;flex-wrap: wrap;justify-content: space-between;}
#products .content .right .list .box {margin-top: 60px; width: 47.5%;background: #fff;display: flex;flex-direction: column;align-items: center;}
#products .content .right .list .box .img {width: 63.859%;padding-top: 63.859%;overflow: hidden;}
#products .content .right .list .box .name {margin-top: 17px;font-size: 22px;font-weight: 600;color: #333333;padding: 0 10px;}
#products .content .right .list .box .brief {margin-top: 17px;font-size: 16px;color: #999999;padding: 0 10px;}
#products .content .right .list .box .btn {width: 100%;line-height: 59px;border-top: 1px solid #cccccc;letter-spacing: 4px;font-size: 12px;font-family: 'PB';color: #999999;text-transform: uppercase;text-align: center;margin-top: 19px;}
#products .content .right .list .box:hover .name  {color: #ff6b00;}
#products .content .right .list .box:hover .brief {color: #1a1a1a;}
#products .content .right .list .box:hover .btn {background: #ff6b00;border-color: #ff6b00;color: #fff;}
#products .content .right .loading {cursor:pointer ;margin: 115px auto 0;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #929293;}
/* #products .content .right .loading .svg {transform: rotate(-90deg);} */
#products .content .right .loading:hover {border-color: #ff6b00;animation: float 1.3s infinite;}
#products .content .right .loading.isend {display: none;}
#products .content .right .loading.visible-stop {display: none;}

#products .phone {position: relative;z-index: 11;display: none;}
#products .phone .title {font-size: 36px;font-weight: 700; display: flex;align-items: center;justify-content: space-between;color: #fff;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid  rgba(225,225,225,0.2);}
#products .phone .title .svg {fill: #fff;}
#products .phone .title.cur .svg {fill: #ff6b00;transform: rotate(180deg);}
#products .phone .out {display: none; position: absolute;left: 0;top: 70px;z-index: 11;width: 100%;background: #fff;}
#products .phone .out .list {margin: 30px;}
#products .phone .out .list .ul {margin-top: 30px;}
#products .phone .out .list .ul:first-child {margin-top: 0;}
#products .phone .out .list .ul .tit {display: flex;align-items: center;justify-content: space-between;font-size: 18px;font-weight: 500;cursor:pointer }
/* #products .phone .out .list .ul .tit .svg {fill: #fff;} */
#products .phone .out .list .ul .all {margin-top: 14px;display: none;}
/* #products .phone .out .list .ul .all .big {max-height: 246px;overflow: hidden;} */
#products .phone .out .list .ul .all .big .down2 {display: none;}
#products .phone .out .list .ul .all .big .down .li {margin-top: 10px;}
#products .phone .out .list .ul .all .big .down .li:first-child {margin-top: 0px;}
#products .phone .out .list .ul .all .big .down2 .li:first-child {margin-top: 10px;}
#products .phone .out .list .ul .all .big .down .li .name {font-size: 16px;color: #999999;cursor:pointer}
#products .phone .out .list .ul .all .big .down .li:hover .name {} 
#products .phone .out .list .ul .all .big .down .li .son {width: 100%;margin-top: 11px;margin-left: 12px;display: none;}
#products .phone .out .list .ul .all .big .down .li .son .row { padding:15px;display: flex;align-items: center;font-size: 16px;color: #999;}
#products .phone .out .list .ul .all .big .down .li .son .row .drop {width: 5px;height: 5px;border-radius: 50%;background: #999999;margin-right: 12px;}
#products .phone .out .list .ul .all .big .down .li .son .row:first-child {margin-top: 8px;}
#products .phone .out .list .ul .all .big .down .li .son .row:last-child {margin-bottom: 8px;}
#products .phone .out .list .ul .all .big .down .li .son .row:hover {color: #ff6b00;}
#products .phone .out .list .ul .all .big .down .li .son .row:hover .drop {background: #fff;}
#products .phone .out .list .ul .all .btn {margin-top: 20px;cursor:pointer }
#products .phone .out .list .ul .all .btn .svg {fill: #ff6b00;}
#products .phone .out .list .ul .all .btn:hover .svg {fill: #ff6b00;}

#products .phone .out .list .ul .tit.cur {color: #ff6b00;}
#products .phone .out .list .ul .all .btn.cur .svg,
#products .phone .out .list .ul .tit.cur .svg {transform: rotate(180deg);fill: #ff6b00;}

@media screen and (max-width:1024px) {
	#products .phone {display: block;}
	#products .content .left {display: none;}
	#products .content .right {width: 100%;}
}

@media screen and (max-width:750px) {
	#products .content .right .list .box {width: 100%;}
	#products .content .right .list .box .name {font-size: 36px;}
	#products .content .right .list .box .brief {font-size: 30px;}
	#products .content .right .list .box .btn {font-size: 26px;}
	#products .phone .out .list .ul .tit {font-size: 30px;}
	#products .phone .out .list .ul .all .big .down .li .name {font-size: 26px;}
	#products .phone .out .list .ul .all .big .down .li .son .row {font-size: 24px;}
}

/* 产品详情 */
#LY00060 .top {min-height: 620px;background: #292a2b;position: relative;z-index: 3;}
#LY00060 .top::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 2;}
#LY00060 .top .content {display: flex;justify-content: space-between;align-items: center;background: #fff;width: calc(100% - 13.577%);position: absolute;top: 100px;right: 0;z-index: 3;padding-right: 13.577%;}
#LY00060 .top .content .left {width: 57.347%;background: #fff; position: relative;display: flex;flex-direction: column-reverse;align-items: center;}
/* #LY00060 .top .content .left .album {overflow: hidden;width: 98px;position: absolute;top: 50%;transform: translateY(-50%);left: 5.626%;z-index: 3;} */
#LY00060 .top .content .left .album {overflow: hidden;width: 100%;z-index: 3;display: flex;align-items: center;justify-content: space-between;}
/* #LY00060 .top .content .left .album .container {height: 580px;margin: 30px 0;} */
#LY00060 .top .content .left .album .container {width: calc(100% - 120px); margin: 30px 0;}
/* #LY00060 .top .content .left .album .slide {position: relative;padding-top: 100%;background: #fff;} */
#LY00060 .top .content .left .album .slide {position: relative;padding-top: 15%;background: #fff;}
#LY00060 .top .content .left .album .slide img {transform: scale(0.8);}
#LY00060 .top .content .left .album .slide .stash {width: 100%;height: 100%; position: absolute;top: 0;left: 0;background: #fff;opacity: 0.4;border: 3px solid #fff;transition: all 0.3s;}
#LY00060 .top .content .left .album .swiper-slide-active .stash {opacity: 1;border: 3px solid #ff6b00;background: transparent;}
/* #LY00060 .top .content .left .album .swiper-slide-active {border: 3px solid #0f7ae6;box-sizing: border-box;} */
#LY00060 .top .content .left .album .pn {width: 52px;height: 52px;border-radius: 50%;background: #e5e5e5;margin: auto;cursor:pointer }
#LY00060 .top .content .left .album .pn .svg {fill: #fff;}
#LY00060 .top .content .left .album .pn.prev .svg {transform: rotate(-90deg);}
#LY00060 .top .content .left .album .pn.next .svg {transform: rotate(90deg);}
#LY00060 .top .content .left .album .pn:hover {background: #ff6b00;}
#LY00060 .top .content .left .photo {width: 100%;max-width: 800px;max-height: 700px;}
#LY00060 .top .content .left .photo .container {width: 100%;height: 100%;}
/* #LY00060 .top .content .left .photo .container .slide {width: 100%;padding-top: 100%;} */
#LY00060 .top .content .left .photo .container .slide {width: 100%;padding-top: 80%;}
/* #LY00060 .top .content .left .photo .container .slide .image-zoom-lens {z-index: 200 !important;} */
#LY00060 .top .content .right {width: 34.841%;padding: 20px 0 ;}
#LY00060 .top .content .right .title {font-size: 40px;font-weight: bold;line-height: 53px;}
#LY00060 .top .content .right .brief {font-size: 22px;font-weight: 300;color: #666666;margin-top: 21px;padding-bottom: 30px;border-bottom: 1px solid #eaeaea;}
/* #LY00060 .top .content .right .text {padding: 38px 0 55px;font-size: 18px;color: #1a1a1a;border-bottom: 1px solid #e8e8e8;} */
#LY00060 .top .content .right .text {padding: 38px 0 55px;font-size: 18px;color: #1a1a1a;border-bottom: 1px solid #e8e8e8;height: 344px;overflow-y: scroll;}
#LY00060 .top .content .right .text li {margin-top: 20px;}
#LY00060 .top .content .right .text li:first-child {margin-top: 0px;}
#LY00060 .top .content .right .btn {width: 150px;height: 50px;border-radius: 25px;background: #ff6b00;line-height: 50px;text-align: center;color: #fff;font-weight: 500;margin-top: 54px;font-size: 18px;}
#LY00060 .top .content .right .data {margin-top: 50px;display: flex;}
/* #LY00060 .top .content .right .data .box {margin-right: 4.8%;cursor:pointer } */
#LY00060 .top .content .right .data .box {margin-right: 4.8%;width: 37px;height: 37px; }
#LY00060 .top .content .right .data .box:last-child {margin-right: 0;}

#LY00060 .center {padding: 380px 0 170px;position: relative;z-index: 2;}
#LY00060 .center .card {display: flex;border-bottom: 1px solid #d9d9d9;justify-content: center;}
#LY00060 .center .card .cut {padding: 0 75px;font-size: 22px;color: #666666;padding-bottom: 25px;border-bottom: 3px solid transparent;cursor:pointer }
#LY00060 .center .card .cut:hover,
#LY00060 .center .card .cut.cur {border-color: #ff6b00;color: #ff6b00;font-weight: 700;}
#LY00060 .center .bind {padding-top: 125px;}
#LY00060 .center .bind img {max-width: 100%;}
#LY00060 .center .bind .content {padding: 0 7.142%;}
#LY00060 .center .bind .list {display: flex;flex-wrap: wrap;}
#LY00060 .center .bind .list .box {width: 32.142%;margin-top: 53px;margin-right: 1.78%;cursor:pointer;}
#LY00060 .center .bind .list .box .out {position: relative;}
#LY00060 .center .bind .list .box:nth-child(3n) {margin-right: 0;}
#LY00060 .center .bind .list .box:nth-child(-n+3) {margin-top: 0;}
#LY00060 .center .bind .list .box .img {padding-top: 56.22%;}
#LY00060 .center .bind .list .box .word {padding: 16px;text-align: center;background: transparent;font-size: 18px;color: #1a1a1a;}
#LY00060 .center .bind .list .box:hover .word {background: #ff6b00;color: #fff;}
#LY00060 .center .bind .list .box .play {position: absolute;right: 7.14%;bottom: 9.5%;}
#LY00060 .center .bind .list .box .play .svg {fill: #fff;opacity: 0.8;}
#LY00060 .center .bind .list .box:hover .play .svg {fill: #ff6b00;opacity: 1;}
#LY00060 .center .bind .files {display: grid;gap: 24px;grid-template-columns: repeat(2,1fr);}
#LY00060 .center .bind .files .li {padding:42px 36px;background-color: #fff;cursor:pointer }
#LY00060 .center .bind .files .li .text{margin-bottom: 16px;font-size: 18px;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#LY00060 .center .bind .files .li .subtext{margin-bottom: 44px;font-size: 16px;color:#999999;}
#LY00060 .center .bind .files .li .btn {display: inline-flex;padding:10px 20px;width:120px;height:45px;background-color: #ff6b00;border-radius: 6px;}
#LY00060 .center .bind .files .li .btn .files {margin-left:10px;color:#333333;font-size: 16px;}
#LY00060 .center .bind .files .li .btn .icon .svg {width:20px;height:20px;fill:#333333;}
#LY00060 .center .bind .files .li:hover {color:#ff6b00;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);background-color: #fff;transform: translateY(-10px);}
#LY00060 .center .bind .files .li:hover  .text {color:#ff6b00}
#LY00060 .center .bind .files .li:hover  .btn {background-color:#ff6b00;}
#LY00060 .center .bind .files .li .btn:hover {opacity: .75;}
#LY00060 .center .bind .files .li:hover  .subtext {color:#1a1a1a;}
#LY00060 .center .bind .files .li  .btn .icon .svg {fill:#fff;}
#LY00060 .center .bind .files .li:hover  .btn .icon .svg {fill:#fff;}
#LY00060 .center .bind .files .li  .btn .download {color:#fff;}
#LY00060 .center .bind .files .li:hover  .btn .download {color:#fff;}


#LY00060 .relevant {padding: 50px 0 0;background: #fff;}
#LY00060 .relevant .title {font-size: 36px;font-weight: bold;color: #1a1a1a;}
#LY00060 .relevant .content {padding: 0 36px;padding-bottom: 78px;} 
#LY00060 .relevant .content .swiper-pagination-bullet {width: 8px;height: 8px;opacity: 1;background: #e6e6e6;margin: 0 10px;}
#LY00060 .relevant .content .swiper-pagination-bullet-active {background: #ff6b00;}
#LY00060 .relevant .content .box {width: 27.484%;margin-right: 8.76%;}
#LY00060 .relevant .content .box:last-child {margin-right: 0;}
#LY00060 .relevant .content .box .img {padding-top: 100%;}
#LY00060 .relevant .content .box .name {margin-top: 15px;text-align: center;font-weight: 600;font-size: 22px;color: #333333;padding: 0 10px;}
#LY00060 .relevant .content .box .brief {margin-top: 15px;text-align: center;font-size: 16px;color: #999999;padding: 0 10px;}
#LY00060 .relevant .content .box:hover .name {color: #ff6b00;}
#LY00060 .relevant .content .box:hover .brief {color: #1a1a1a;}

#LY00060 .center .card.phone {display: none;}
@media screen and (max-width:1680px) {
	#LY00060 .top .content {width: calc(100% - 8.577%);}
}
@media screen and (max-width:1536px) {
	#LY00060 .top .content {width: calc(100% - 4.577%);}
}
@media screen and (max-width:1024px) {
	#LY00060 .top .content {width: calc(100% - 3.577%);margin: 78px 0 0;}
	
	#LY00060 .relevant .content .box {width: 50%;}
	#LY00060 .center .bind .list {justify-content: space-between;}
	#LY00060 .center .bind .list .box:nth-child(-n+3),
	#LY00060 .center .bind .list .box {width: 48%;margin-right: 0;margin-top: 53px;}
	#LY00060 .center .bind .list .box:nth-child(-n+2) {margin-top: 0;}
	
	#LY00060 .top {padding: 30px 0;}
	#LY00060 .center {padding: 130px 0 170px;}
	#LY00060 .top .content {display: block;padding-right: 0;position: relative;margin: 0;top: auto;}
	#LY00060 .top .content .left {width: 100%;}
	#LY00060 .top .content .right {width: 100%;padding: 30px;}
	#LY00060 .top .content .right .title {margin-top: 30px;padding-bottom: 30px;}
	#LY00060 .top .content .right .text {padding: 40px 0px;}
}

@media screen and (max-width:750px) {
	#LY00060 .top .content .right .title {margin-top: 30px;padding-bottom: 30px;font-size: 42px;}
	#LY00060 .top .content .right .text {padding: 40px 0px;font-size: 30px;line-height: 1.8;}
	#LY00060 .center .card {display: none;}
	#LY00060 .center .card.phone {display: block;}
	#LY00060 .center .card .cut {font-size: 30px;text-align: center;padding: 0 0 25px;}
	#LY00060 .center .content div {font-size: 30px !important;line-height: 1.8;}
	#LY00060 .relevant .product {display: block;}
	#LY00060 .relevant .product .brief {width: 100%;margin-right: 0;}
	#LY00060 .relevant .product .brief .name {font-size: 42px;margin-bottom: 20px;}
	#LY00060 .relevant .product .brief .blurb {font-size: 30px;line-height: 1.8;}
	#LY00060 .relevant .product .brief .blurb::before {font-size: 30px;}
	#LY00060 .center .content .download .list .svg {display: none;}
	#LY00060 .relevant .product .brief .m-pic {height: 685px;width: 685px;}
	/* #LY00060 .top .content .left .album {width: calc(100% - 82.8%);}
	#LY00060 .top .content .left .album .container {height: 490px;margin: 30px 0;}
	#LY00060 .top .content .left .album .img img {transform: scale(1.2);} */
	#LY00060 .relevant .big {font-size: 48px;font-weight: bold;}
	#LY00060 .center .bind .list .box:nth-child(-n+2),
	#LY00060 .center .bind .list .box:nth-child(-n+3),
	#LY00060 .center .bind .list .box {width: 100%;margin-right: 0;margin-top: 53px;}
	#LY00060 .center .bind .list .box:first-child {margin-top: 0;}
	
	#LY00060 .top .content .right .brief {font-size: 36px;}
	#LY00060 .top .content .right .btn {width: 180px;height: 60px;border-radius: 30px;line-height: 60px;font-size: 26px;}
	#LY00060 .center .bind .files {display: block;}
	#LY00060 .center .bind .files .li {margin-top: 30px;}
	#LY00060 .center .bind .files .li:first-child {margin-top: 0;}
	#LY00060 .center .bind .files .li .text {font-size: 36px;}
	#LY00060 .center .bind .files .li .subtext {font-size: 26px;}
	#LY00060 .center .bind .files .li .btn {font-size: 26px;width: 160px;height: 60px;}
	#LY00060 .center .bind .files .li .btn .icon {transform: scale(1.2);margin-right: 15px;}
	#LY00060 .relevant .content .box .name {font-size: 30px;}
	#LY00060 .relevant .content .box .brief {font-size: 26px;}
	#LY00060 .relevant .content .box {width: 100%;margin-right: 0;}
	
	#LY00060 .top .content .right .data .box {transform: scale(1.5);}
	#LY00060 .center .bind .list .box .word {font-size: 26px;}
}

#fload {position: fixed;z-index: 100;right: 60px;top: 50%;transform: translateY(-50%);}
#fload .box {width: 50px;height: 50px;position: relative;margin-top: 10px;cursor:pointer }
#fload .box:first-child {margin-top: 0;}
#fload .box .img {width: 100%;height: 100%;background: #fff;border-radius: 50%;text-align: center;line-height: 50px;}
#fload .box .img .svg {fill: #333333;}
#fload .box .img i {font-size: 26px;font-weight: bold;}
#fload .box .out {width: 160px;height: 50px;border-radius: 25px;text-align: center;line-height: 50px;color: #fff;font-size: 18px;background: #ff6b00;position: absolute;left: -170px;top: 50%;transform: translateY(-50%);display: none;}
#fload .box:hover .img {background: #ff6b00;color: #fff;}
#fload .box:hover .img .svg  {fill: #fff;}
#fload .box:hover .out {display: block;}

@media screen and (max-width:750px) {
	#fload {right: auto;top: auto;transform: translateY(0);left: 0;bottom: 0;display: flex;width: 100%;}
	#fload .box {margin-top: 0;width: 50%;border-radius: 0;height: 150px;}
	#fload .box .img {border-radius: 0;line-height: 150px;}
	#fload .box .img i {font-size: 36px;}
	#fload .box .img .svg {transform: scale(1.3);}
	#fload .box:hover .out {display: none;}
}


#download {background: #292a2b;position: relative;padding: 100px 0;transform: translateY(-10px);}
#download::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%; background: url(../../../images/index/about_bg.png);background-size: auto;background-position: 0 215px;background-repeat: no-repeat;z-index: 2;}
#download::after {height: 20px;width: 100%;content: '';position: absolute;left: 0;bottom: -15px;background: #292a2b;z-index: 2;}
#download .info {position: relative;z-index: 3;}
#download .info .li {margin-top: 30px;padding:51px 72px 51px 40px;background-color: #fff;cursor:pointer}
#download .info .li:first-child {margin-top: 0;}
#download .info .li .content {min-height: 96px;}
#download .info .li .content .box {width:56.5%;}
#download .info .li .content .box .title {font-size: 18px;font-weight: bold;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#download .info .li .content .box .brief {margin-top: 18px; line-height: 30px;font-size: 16px;color:#999999;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#download .info .li .content .date {margin-left:80px;font-size: 16px;color:#999999;}
#download .info .li .content .btn {display: inline-flex;padding: 20px; height:40px;background-color: #ff6b00;justify-content: space-between;align-items: center;}
#download .info .li .content .btn:hover {opacity: .75;}
#download .info .li .content .btn .subText {margin-right:10px;color:#fff;font-size: 16px;}
#download .info .li .content .btn .icon .svg {width:20px;height:20px;fill:#fff;position: relative;top: 2px;}
#download .info .li:hover {color:#ff6b00;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);background-color: #fff;}
#download .info .li:hover  .content .box .title {color:#ff6b00}
#download .info .li:hover  .content .box .brief {color:#1a1a1a}
#download .page_btn {cursor:pointer ;margin: 115px auto 0;width: 90px;height: 90px;border-radius: 50%;border: 1px solid #383838;}
#download .page_btn .svg {transform: rotate(-90deg);}
#download .page_btn:hover {border-color: #ff6b00;animation: float 1.3s infinite;}
#download .page_btn.isend {display: none;}


@media screen and (max-width: 750px) {
	#download .info .li {padding: 51px 40px;}
    #download .info .li .content {flex-wrap: wrap;justify-content:space-between;}
    #download .info .li .content .box {margin-bottom: 20px;width:100%;}
    #download .info .li .content .box .title {font-size: 36px;line-height: 64px;}
    #download .info .li .content .box .brief {font-size: 30px;text-align: justify;line-height: 64px;line-height: 1.8;}
    #download .info .li .content .date {margin-right: 20px;margin-left:0px;font-size: 30px;}
    #download .info .li .content .btn {padding:0px 20px;height: 80px;background-color: #ff6b00;justify-content: space-around;}
    #download .info .li .content .btn .subText {font-size: 30px;}
    #download .info .li .content .btn .icon .svg {width:32px;height:32px;display: inline-block;}
}


/* 下载弹窗 */
#download-pup {display: none; position: fixed;width: 100%;height: 100%;transform: translate(-50%,-50%);top: 50%;left: 50%;background: rgba(0, 0, 0, 0.7);z-index: 100;}
#download-pup .info {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;overflow-y: auto;padding: 50px 0;}
#download-pup .content {background: #fff;padding: 50px 6.25% 80px;position: relative;}
#download-pup .content .title {font-size: 48px;font-weight: 500;}
#download-pup .content .tip {font-size: 20px;color: #999999;margin-top: 8px;}
#download-pup .content .form {margin-top: 17px;}
#download-pup .content .form .li {display: flex;justify-content: space-between;}
#download-pup .content .form .li .box {width: 47.585%;margin-top: 25px;}
#download-pup .content .form .li .text {font-size: 18px;position: relative;display: inline-block;}
#download-pup .content .form .li .text::before {content: '';width: 5px;height: 5px;border-radius: 50%;background: #ff6b00;position: absolute;top: 50%;transform: translateY(-50%);right: -17px;}
#download-pup .content .form .li .box .input {height: 60px;border: 1px solid #d9d9d9;box-sizing: border-box;padding: 0 4.376%;margin-top: 8px;}
#download-pup .content .form .li .box .input input {line-height: 60px;width: 100%;font-size: 18px;}
#download-pup .content .form .li .box .input .radio {display: flex;}
#download-pup .content .form .li .box .input .radio .item {display: flex;align-items: center;font-size: 16px;color: #999999;cursor:pointer;margin-right: 20px;}
#download-pup .content .form .li .box .input .radio .item:last-child {margin-right: 0;}
#download-pup .content .form .li .box .input .radio .item .round {width: 18px;height: 18px;border-radius: 50%;background: #fff;border: 5px solid #e6e6e6;margin-right: 8px;}
#download-pup .content .form .li .box .input .radio .item.cur .round {background: #333;}

#download-pup .content .form .li .box .input.name {display: flex;align-items: center;justify-content: space-between;}
#download-pup .content .form .li .box .input.name input {width: calc(100% - 150px);}

#download-pup .content .form .li .box .input.choose {position: relative;cursor:pointer;}
#download-pup .content .form .li .box .input.choose .top {position: relative;}
#download-pup .content .form .li .box .input.choose .top input {cursor:pointer;}
#download-pup .content .form .li .box .input.choose .top .icon {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);fill: #a1a1a1;}
#download-pup .content .form .li .box .input.cur .top .icon {fill: #ff6b00;transform: translateY(-50%) rotate(180deg);} 
#download-pup .content .form .li .box .input.choose .out {display: none; position: absolute;left: 0;top: 60px;border-radius: 5px; width: 100%;background: #fff;box-shadow: 10px 17px 40px 0px rgba(135, 141, 150, 0.2);z-index: 3;max-height: 220px;overflow-y: auto !important;}
#download-pup .content .form .li .box .input.choose .out .list {padding: 10px 30px;font-size: 16px;opacity: 0.5;cursor:pointer;}
#download-pup .content .form .li .box .input.choose .out .list:hover {opacity: 1;color: #ff6b00;}
#download-pup .content .form .li.other {display: block;margin-top: 25px;}
#download-pup .content .form .li .textarea {margin-top: 8px;width: 100%;height: 120px;border: 1px solid #d9d9d9;padding: 20px 2.083%;font-size: 18px;}
#download-pup .content .form .li .codebox {display: flex;margin-top: 8px;}
#download-pup .content .form .li .codebox .input {width: 47.585%;height: 60px;border: 1px solid #d9d9d9;box-sizing: border-box;padding: 0 2.083%;font-size: 18px;}
#download-pup .content .form .li .codebox .code {margin-left: 45px;width: 152px;cursor:pointer;}
#download-pup .content .form .state{margin-top: 30px; font-size: 16px; color: #333; line-height: 26px;}
#download-pup .content .form .state input[name="Statement"]{appearance:none; margin-right: 15px; width: 26px; height: 26px; border: 1px solid #d9d9d9; position: relative;}
#download-pup .content .form .state input[name="Statement"]::before{content:"";display: block; width: 25px; height: 25px; background: #fff url(../../../images/contact/yes.html) no-repeat center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0;}
#download-pup .content .form .state input[name="Statement"]:checked::before{opacity: 1;}

#download-pup .content .form .btn {width: 230px;line-height: 66px;font-size: 20px;font-weight: 500;color: #fff;background: #333;text-align: center;margin: 55px auto 0;cursor:pointer;}

#download-pup .content .close {position: absolute;top: 30px;right: 30px;fill: #333;cursor:pointer;}

@media screen and (max-width:750px) {
	#download-pup .content .title {font-size: 46px;}
	#download-pup .content .tip {font-size: 30px;}
	#download-pup .content .form .li {display: block;}
	#download-pup .content .form .li .box {width: 100%;}
	#download-pup .content .form .li .text {font-size: 26px;}
	#download-pup .content .form .li .box .input {height: 80px;padding: 0 20px;}
	#download-pup .content .form .li .box .input input {line-height: 80px;font-size: 26px;}
	#download-pup .content .form .li .box .input.name input {width: calc(100% - 180px);}
	#download-pup .content .form .li .box .input .radio .item {font-size: 26px;}
	#download-pup .content .form .li .box .input.choose .top .icon {transform: translateY(-50%) scale(1.3);}
	#download-pup .content .form .li .box .input.cur .top .icon {transform: translateY(-50%) rotate(180deg) scale(1.3);} 
	#download-pup .content .form .li .box .input.choose .out {top: 80px;}
	#download-pup .content .form .li .box .input.choose .out .list {font-size: 26px;}
	#download-pup .content .form .li .textarea {font-size: 26px;height: 240px;padding: 20px;}
	#download-pup .content .form .li .codebox .input {height: 80px;font-size: 26px;}
	#download-pup .content .form .li .codebox .code {width: 200px;}
	#download-pup .content .form .state {font-size: 26px;line-height: 1.6;}
	#download-pup .content .form .btn {width: 290px;font-size: 26px;}
}