@font-face {
    font-family: 'Barlow';
    font-weight: 300;
    src: url('../Fonts/Barlow-Regular.ttf');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    src: url('../Fonts/Barlow-Bold.ttf');
}



.more{font-size: 18px;line-height: 2.445em;border-radius: 50px;border: solid 2px #ffffff;padding: 0 1.389em 0 1.778em;display: inline-block;text-transform: uppercase;color: #fff;position: relative;overflow: hidden;transition: 0.5s;}
.more.red {color: #F08200;border-color: #F08200;background-color: #fff;}
.more span{display: block;position: relative;z-index: 3;}
.more span::after{display: inline-block;content: '';background:url(../images/more_arr.svg);background-size: 100% 100%;width: 8px;height: 13px;margin-left: 50px;}
.more.red span::after{background-image:url(../images/more_arr_red.svg);}

.more:before{position: absolute;left: 50%;top: 50%;width: 30px;height: 30px;border-radius: 50%;background: #F08200;margin: -15px 0 0 -15px;opacity: 0;content: '';transition: 0.5s;}
.more:hover{border-color:transparent; color: #fff;}
.more.red:hover span::after{background-image:url(../images/more_arr.svg);}
.more:hover:before{transform: scale(8);-webkit-transform: scale(8);-ms-transform: scale(8);opacity: 0.8;}

@media(max-width:1024px){

}

/*Top002742 */
.Top002742{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;border-bottom: 1px solid rgba(255,255,255,0.1);color: #fff;background: #fff;backdrop-filter: blur(5px);box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top002742 .auto {width: 94%; max-width: 1400px;}
.Top002742 a{color: #333;font-size:16px;}
.Top002742 .header{position: relative;}
.Top002742 .header-left{float: left;display: table; height: 67px;}
.Top002742 .header-left2{float: right;margin-left:40px;}
.Top002742 .header-left > *{display: table-cell; vertical-align: middle;}
/* .Top002742 .header-left .logo{width: 128px;} */
.Top002742 .header-left .logo img{/* max-width: 180px; */ max-height: 32px;}
.Top002742 .header-left2 .logo img{ max-height: 45px;}
@media(max-width:480px){
.Top002742 .header-left span{display: none;}
}
.Top002742 .header-right,
.Top002742 .header-mid{float: right;}
.Top002742 .header-right{min-height: 67px;margin-left: 20px;}
.Top002742 .header-right > *{float: left;}
.Top002742 .top-search{position: absolute; right: 0; top: 100%;width: 100%;  display: none;}
.Top002742 .top-search .text{color: #999;background: #fff;border: none;width: 100%;padding: 0 50px 0 10px;height: 40px;border-radius: 25px;line-height: 40px;box-shadow: 0 0 5px rgba(0,0,0,0.3)}
.Top002742 .top-search .text.focus{color: #333;}
.Top002742 .top-search .btn{position: absolute;right: 5px;top: 0;width: 40px;height: 100%;border-radius: 25px;background: url(../images/Top002742_btn_search.png) no-repeat center center #fff;}
@media(min-width:1025px){
.Top002742 .top-search{max-width: 300px;}
}

.Top002742 .top-language{padding-top: 17px; position: relative;}
.Top002742 .top-language > span{display: block;line-height: 33px;border-radius: 25px;/* border: 1px solid rgba(0,0,0,0.2); */padding-right: 12px;cursor: pointer;}
.Top002742 .top-language > span:before,
.Top002742 .top-language > span:after{display: inline-block; content: ''; vertical-align: middle; }
.Top002742 .top-language > span:before{margin: 0 4px 0 5px; width: 14px; height: 14px; background:url(../images/Top002742_lang.png) no-repeat;}
.Top002742 .top-language > span:after{margin-left: 6px;width: 5px;height: 5px;border-right: 1px solid #666;border-bottom: 1px solid #666;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);margin-top: -2px;} 
.Top002742 .top-language figure{position: absolute;top: 100%;left: 0;width: 120px;background: #fff;display: none;padding: 10px;}
.Top002742 .top-language figure a{color: #000;padding: 5px 2px;display: block;line-height: 20px;border-radius: 20px;font-size: 12px;}
.Top002742 .top-language figure a:hover{color: #F08200;}

.Top002742 .top-contact {padding-top: 17px; color: #333; display: flex;}
.Top002742 .top-contact a {display: inline-block;line-height: 32px;padding-left: 20px;margin-left: 20px;font-size: 16px;}
.Top002742 .top-contact a.tel {background: url(../images/icon_tel.png) no-repeat left 55%;}
.Top002742 .top-contact a.mail { background: url(../images/icon_mail.png)no-repeat left center}
@media(max-width:640px){	
/* .Top002742 .top-language > span{font-size: 0;} */
}

.Top002742 .open-search{background:url(../images/Top002742_btn_search.png) no-repeat center center;width: 35px;height: 35px;margin-top: 17px;margin-left: 20px;position: relative;}
.Top002742 .open-search:before,
.Top002742 .open-search:after{position: absolute;left: 25%;content: '';width: 50%;height: 3px;top: 50%;margin-top: -1.5px;background: #f08200;opacity: 0;-webkit-opacity: 0;transition: 0.5s;-webkit-transition: 0.5s;}
.Top002742 .open-search.on{background: none;}
.Top002742 .open-search.on:before,
.Top002742 .open-search.on:after{ opacity: 1; -webkit-opacity: 1;  -webkit-transform: rotate(45deg);transform: rotate(45deg);}
.Top002742 .open-search.on:after{ -webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

.Top002742 .header-menu li{ width: auto!important;}
.Top002742 .header-menu li em{padding: 0 10px;line-height: 67px;font-size: 16px;}
.Top002742 .header-menu li.aon em a{color: #F08200;}
.Top002742 .header-menu li .sub{left: 0; width: 100%;background: #f6f6f6; padding: 18px 0 90px 0;}
.Top002742 .header-menu li .sub dl{float: left; width: 25%;}
.Top002742 .header-menu li .sub dl > *{max-width: 220px; margin: 0 auto; width: 96%;}
.Top002742 .header-menu li .sub dt{ padding: 23px 0; margin-bottom: 15px; line-height: 32px; border-bottom: 1px solid #d1d1d1;}
.Top002742 .header-menu li .sub dt img{float: left; height: 32px; margin-right: 10px;}
.Top002742 .header-menu li .sub dt a{font-size: 22px; color: #f08200;}
.Top002742 .header-menu li .sub dt a:hover{background: none;}
.Top002742 .header-menu li .sub dd{line-height: 24px; padding: 5px 0;}
.Top002742 .header-menu li .sub dd a{color: #555;}
.Top002742 .header-menu li .sub dd a:hover{color: #f08200;}
.Top002742 .header-menu li.hover em{position: relative;}
.Top002742 .header-menu li.hover em:after{position: absolute;content: '';b;bottom: 0;left: 50%;transform: translateX(-50%);background: url(../images/arr.svg) no-repeat;width: 20px;height: 8px;}

.Top002742 #header-menu{position: absolute; top: -100%; transform: translateY(-100%); right: 0; background: #f08200; padding: 20px; width: 200px; border-radius: 0 0 0 5px; opacity: 0; transition: 0.5s;}
.Top002742 #header-menu.header-menu-show{top: 100%;transform: translateY(0);opacity: 1;}

@media (min-width:1025px) and (max-width:1400px) {
.Top002742 a{font-size: 14px;}
/* .Top002742 .header-left .logo img{max-width: 120px;} */
.Top002742 .header-menu li em{font-size: 14px;padding: 0 5px;}
.Top002742 .top-contact a{font-size: 14px;margin-left: 5px;}
.Top002742 .open-search{margin-left: 5px;}
.Top002742 .header-left2{ margin-left: 5px;}
.Top002742 .header-right{margin-left: 10px;}
.Top002742 .top-language > span{padding-right: 5px;}

}

@media(max-width:1024px){
.Top002742 #open_menu{width: 40px; height: 35px;border: 1px solid rgba(255,255,255,0.2);border-radius: 3px; margin-top: 8px; margin-left: 10px;position:relative;}
.Top002742 #open_menu span,
.Top002742 #open_menu:after,
.Top002742 #open_menu:before{ position:absolute; width:70%; left:15%; height:3px; background:#F08200;}
.Top002742 #open_menu:after,
.Top002742 #open_menu:before{ content:''; transition:transform 0.3s;}
.Top002742 #open_menu span{ top:50%; margin-top: -1.5px;}
.Top002742 #open_menu:before{top:8px;}
.Top002742 #open_menu:after{ bottom:8px;}

.Top002742 #open_menu.open_menu_on span{ opacity:0;}
.Top002742 #open_menu.open_menu_on:after,
.Top002742 #open_menu.open_menu_on:before{ top:50%; margin-top:-2px; transform:rotate(45deg);width:70%; left:15%;}
.Top002742 #open_menu.open_menu_on:before{ transform:rotate(-45deg);}

.Top002742 .header{ /* display: flex; align-items: center; justify-content: space-between; */}
.Top002742 .header-left{height: 50px;}
.Top002742 .header-right{min-height: 50px;margin-left: 10px;}
.Top002742 .top-language{padding-top: 8px;}
.Top002742 .top-contact{ display: none;}
.Top002742 .header-left2{ display: none;}
.Top002742 .header-left .logo img{max-width: 150px;}
.Top002742 .open-search{margin-left: 10px;margin-top: 8px;}

.Top002742 #header-menu li em a{ font-weight: normal;border: none;}

}


/*Banner002744 */
.Banner002744{position: relative;}
.Banner002744 li.slick-slide{position: relative; z-index: 15;}
.Banner002744 li.slick-slide a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; /* opacity: 0;-webkit-opacity: 0; */}
.Banner002744 li.slick-slide video{position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 100%; width: 100%;object-fit: cover; object-position: center bottom;}
@media(min-width:1025px){
.Banner002744 .wap{display: none;}
.Banner002744 .banimg{ position: relative; padding-top: calc( 1080 / 1920 * 100%);}
.Banner002744 .banimg .pc{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover;transform: none !important;image-orientation: from-image; }
}
@media(max-width:1024px){
.Banner002744 .pc{display: none;}
.Banner002744 li.slick-slide video{min-width:100%;min-height:100%}
.Banner002744 li.slick-slide .open-video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/play.png) no-repeat center center;background-size: auto 50px; z-index: 20;}
.Banner002744 li.video-show .open-video{left: -100%;opacity: 0; transform: translateX(-100%);}
.Banner002744 li.video-show video{left: 50%; top: 50%; opacity: 1;}
.Banner002744 .wap{ object-fit: cover; -webkit-object-fit: cover; height:400px;}
}
@media(max-width:640px){
.Banner002744 .wap{ height:280px;}
}
.Banner002744 .slick-dots{position: absolute;max-width: 1400px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);bottom: 5%;z-index: 10;text-align: center; width:100%; display:flex; justify-content:center; align-items:center; flex-wrap:wrap;}
.Banner002744 .slick-dots li{float: left;width: 25px;height: 4px;background: rgba(255,255,255,0.6);margin-right: 10px;cursor: pointer;display: inline-block;}
.Banner002744 .slick-dots li button{display: none;}
.Banner002744 .slick-dots li.slick-active{background: #F08200;}


/*Floor003021 */
.Floor003021{background: #f8f8f8;padding: 6vw 0;font-size: 18px;}
.Floor003021 ul{position: relative;display: flex;flex-wrap: wrap;justify-content: center;}
@media(max-width:640px){
.Floor003021{font-size: 3vw;}
}
.Floor003021 .auto{}
@media(max-width:1024px){
.Floor003021 .auto{background-size: 40% auto;}
}

.Floor003021 .slogan{color: #333; margin: 2.2vw 0 4.16vw 0; font-weight: 100; transition: 0.3s;}
.Floor003021 .slogan i{font-size: 12px; color: #ccc;opacity: 0.7; display: inline-block; vertical-align: middle; margin: 0 10px;}
.Floor003021 .list li{float: left;margin-bottom: 2%;padding: 0 10px;}
.Floor003021 .list li a{display: block;}
.Floor003021 .list li a > *{transition: 0.3s all ease-out;}
.Floor003021 .list li .pic{background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.00) 65%);border-radius: 10px;overflow: hidden; transition: all 0.4s;}
.Floor003021 .list li .Ispic{padding-bottom:46%; transition: all 0.4s;}
.Floor003021 .list li .tit{padding: 20px 0px;line-height: 16px;font-size: 14px;text-align: center;}
.Floor003021 .list li .tit span.cn{font-size: 1.667em;}
.Floor003021 .list li .tit span.en{color: #999;text-transform: uppercase;line-height: normal;}
.Floor003021 .list li a figure{background-size:contain;}
.Floor003021 .list li a:hover .pic{background-image: linear-gradient(to bottom, rgba(240,130, 0,0.5) 0%, rgba(240,130, 0,0.00) 90%) ;}
.Floor003021 .list li a:hover .Ispic {transform: scale(1.2); }
.Floor003021 .list li a:hover .tit{ color: #F08200;}

.Floor003021 .slick-arrow{z-index: 20;position: absolute;top: 30%;width: 30px;height: 30px;border: 2px solid #ddd;border-right: 0;border-bottom: 0;}
.Floor003021 .slick-prev{left: -40px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.Floor003021 .slick-next{right: -40px;transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}

@media(min-width:481px){
.Floor003021 .list li .tit span{max-width: 50%;float: left;}
.Floor003021 .list li .tit span.cn{padding-right: 5px;}
.Floor003021 .list li .tit span.en{padding-top: 1.8em;}
}
@media(min-width:1025px){
.Floor003021 .list li{width: 16.4%;}
}
@media(min-width:1025px) and (max-width:1400px){
.Floor003021 .list li .tit span.en{display: none;}
.Floor003021 .list li .tit span.cn{float: none;max-width: none;}
}
@media(min-width:641px) and (max-width:1024px){
.Floor003021 .list li{width: 32%;}
.Floor003021 .list li:not(:nth-child(3n)){margin-right: 2%;}
}
@media(max-width:640px){
.Floor003021 .list li{width: 49%;padding: 0 1px;}
.Floor003021 .list li:not(:nth-child(2n)){margin-right: 2%;}
}
@media(max-width:1024px){
.Floor003021 .list li .tit{line-height: 1.6;padding: 10px 0px;}
.Floor003021 .list li .tit span.en{padding-top: 5px;}
}
/*Floor002746 */
.Floor002746{}

.Floor002746 .title .en{opacity: 0.6;font-size: 28px;}
.Floor002746 .title .cn{    margin-top:0}

.Floor002746{position: relative; z-index: 1;text-align: center;color: #fff; font-size: 16px; padding: 6vw 0;}
.Floor002746 .auto{padding: 0!important;}
.Floor002746 a{color: #fff;}
.Floor002746 > .Ispic{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.Floor002746 > .auto{position: relative; z-index: 3;}
.title{line-height: 40px;text-align: center;}
.title:after{display: block;content: '';margin: 25px auto 30px;width: 40px;height: 4px;background: #F08200;}
.title .cn{font-size: 36px; margin-top: -20px;}
.title .en{opacity: 0.1;-webkit-opacity: 0.1;-ms-opacity: 0.1;font-size: 56px;font-family: Barlow;font-weight: 700;text-transform: uppercase;}
@media(max-width:1024px){
.title .cn{font-size: 24px; }
.title .en{font-size: 40px;}
.title:after{margin: 10px auto 20px;}
}
.Floor002746 .info{max-width: 950px; line-height: 28px;}
.Floor002746 .info span{display: block; letter-spacing: 2px; font-family: Barlow;}

.Floor002746 .slider{margin: 26px 0 70px 0; box-shadow: 0 0 7px rgba(0,202,255,0.12);}
.Floor002746 .slider li.slick-slide a,
.Floor002746 .slider li.slick-slide{position: relative;}
.Floor002746 .slider li.slick-slide a{z-index: 10;display: block;padding: 3vw 0;transition:background-color 0.5s ease;background-color: rgba(240,130,0, 0);}
.Floor002746 .slider li.slick-slide a:hover{background-color: rgba(240,130,0, 1);}
.Floor002746 .slider li .icon{padding-bottom: 10px;}
.Floor002746 .slider li .icon img{height: 50px;}
.Floor002746 .slider li.slick-slide:before{position: absolute;left: 0;top: 0;height: 100%;right:0;background: rgba(0,0,0,0.2);content: '';border-right: 1px solid rgba(255,255,255,0.2);}
.Floor002746 .slider li.slick-active:last-child:before{border-right-color: transparent;}
.Floor002746 .slider li.slick-slide a:before,
.Floor002746 .slider li.slick-slide a:after{position: absolute; width: 0; height: 0; opacity: 0; content: ''; border: 2px solid #fff; transition: 0.5s ease-in-out;}
.Floor002746 .slider li.slick-slide a:before{left: -1px; top: 0; border-right-color: transparent; border-bottom-color: transparent;}
.Floor002746 .slider li.slick-slide a:after{right: 1px; bottom: 0; border-left-color: transparent; border-top-color: transparent;}
.Floor002746 .slider li.slick-slide a:hover:before,
.Floor002746 .slider li.slick-slide a:hover:after{width: 100%; height: 100%; opacity: 1;}
.Floor002746 .slider li span {display: block;}

.Floor002746 .more a:after{display: inline-block; content: ''; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; vertical-align: middle; margin-left: 20px; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); transition:transform 0.3s;}
.Floor002746 .more a:hover:after{transform: rotate(135deg); -webkit-transform: rotate(135deg);-ms-transform: rotate(135deg); margin-top: -4px;}

.Floor002746 .slick-dots{position: absolute; left: 0; width: 100%; top: 100%; margin-top: 10px;text-align: center; }
.Floor002746 .slick-dots li{display: inline-block; width: 14px; height: 6px; background: rgba(255,255,255,0.2); margin: 0 2px;}
.Floor002746 .slick-dots li button{display: none;}
.Floor002746 .slick-dots li.slick-active{background: #F08200;}

@media(max-width:1024px){
.Floor002746 .title .en{font-size: 18px; line-height: 1.2;}
}



/*Floor002213*/
.Floor002213{padding: 6vw 0;background: url(../images/feedback-bg.jpg);}
.Floor002213 .h2{text-align: center; color: #fff; font-size: 42px; font-weight:normal;}
.Floor002213 figure{ color:#fff; font-size:14px; line-height:2; max-width:650px; margin:20px auto 0; text-align:center;}
.Floor002213 .more{width:fit-content; display: block; margin: 30px auto 0;}
.Floor002213 .info{ text-align: center;}

.Floor002213 .Form{margin-top: 67px;}
.Floor002213 dl{float: left;width: 32%;margin-right:2%;}
.Floor002213 dl:nth-child(3n){margin-right:0;}
.Floor002213 dl.last{width: 100%;margin-left:0;margin-right:0;float:right;}
.Floor002213 dd{ margin-bottom: 20px; padding: 0 20px;background-color: #fff;border-radius: 30px;}
.Floor002213 dd.flex{ display: flex; align-items: center;}
.Floor002213 dd .tit{ flex-shrink: 0; color: #333; margin-right: 10px;}
.Floor002213 input,.Floor002213  select,.Floor002213 textarea{ background:none; border:none;}
.Floor002213 input::-webkit-input-placeholder,.Floor002213  textarea::-webkit-input-placeholder{color: #333; }
.Floor002213 input::-moz-input-placeholder,.Floor002213  textarea::-webkit-input-placeholder{color: #333; }
.Floor002213 input::-ms-input-placeholder,.Floor002213  textarea::-webkit-input-placeholder{color: #333; }
.Floor002213  textarea{width: 100%;height: 118px;color: #333;font-size: 14px;overflow:hidden;resize:none;padding: 20px;border-radius: 24px;}
.Floor002213 .text{width: 100%;height: 48px;line-height: 48px;font-size: 14px;color: #333; flex: 1; min-width: 0; }
.Floor002213 textarea{ background-color: #fff;}
.Floor002213 .upload {width: 100%;margin-top: 12px;}
.Floor002213 .upload input{border: 1px solid #ffffff4a;background: #00000094;width: 100%;height: 48px;color: #fff;text-align: left;line-height: 48px;padding: 0 10px;}

input[type="file"]::file-selector-button {background-color: #000; /* 按钮背景色 */color: white; /* 文字颜色 */border: none; /* 移除默认边框 */padding: 8px 12px;border-radius: 20px;cursor: pointer;}

select.text {appearance: none; -webkit-appearance: none;-moz-appearance: none;/* 去掉浏览器默认样式 */background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 16px center;background-size: 16px;padding-right: 40px;          /* 给右侧箭头预留空间 */}

input[type="file"]::file-selector-button:hover {
    background-color: #F4B695; /* 悬停时的颜色 */
}

.Floor002213 .btn{width: 160px; height: 50px; cursor:pointer; display: block; font-size: 14px; margin: 0 auto; text-align: center; line-height: 50px; color: #008cd6; margin: 21px auto 0; background:#ffffff; border-radius:50px;transition:all 0.5s ease-out 0s;}
.Floor002213 .btn:hover{ color:#fff; background-color:#0b81c1;}
.Floor002213 .select_s{ width:48%; float:left;}
.Floor002213 .select_s:last-child{ float:right;}
.Floor002213 .select{display: none;}
.Floor002213 .select_box{width: 100%;line-height: 20px; display:inline-block; position:relative; }
.Floor002213 .select_showbox{height: 50px;padding-left: 5px; position:relative; line-height:48px;background: url(../images/Floor002213-text_bg.png) 0 0;border: 1px solid #97d0ec; color:#fff;}
.Floor002213 .select_showbox i{ position:absolute; top:50%; margin-top:-2px; right:10px; width:9px; height:5px;background: url(../images/Floor002213-arrowB.png) 100% 50% no-repeat;}
.Floor002213 .select_option{border: 1px solid #d2d2d2;border-top: none;display: none; position:absolute; top:50px; left:0; width:100%; background:#fff; z-index:3; list-style:none;}
.Floor002213 .select_option li{padding-left: 5px; line-height:30px; list-style:none;}
.Floor002213 .select_option li.selected{background-color: #F3F3F3;color: #999;}
.Floor002213 .select_option li.hover{background: #0a8cd0; color: #fff;}

@media(max-width:1199px){
.Floor002213 .h2{ font-size:35px;}	
}
@media(max-width:1000px){
.Floor002213{ padding:5% 0;}
.Floor002213 .h2{ font-size:30px;}
.Floor002213 .Form{ margin-top:35px;}
}
@media(max-width:767px){
.Floor002213 dl{ width:100% !important; float:none !important;  margin-right:auto !important; max-width:500px; margin-left:auto !important;}	
}
/*Floor002213 End*/
/*Bottom002976*/
.Bottom002976{background: #f5f5f5;padding-top: 5.26vw;}
.Bottom002976 .auto{max-width: 1400px;}
.Bottom002976 .copyright{padding: 34px 0;line-height: 25px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: space-between;}
.Bottom002976 .copyright .fl img{/* max-width: 180px; */ max-height: 32px;}
.Bottom002976 .copyright .fr img{/* max-width: 180px; */ max-height: 50px;}

.Bottom002976 .copyright .fl a:not(:first-child){ margin-left: 20px;}
.Bottom002976 .copyright .fr{font-size: 13px;}
.Bottom002976 .copyright .fr,
.Bottom002976 .copyright .fr a{color: #666;}
.Bottom002976 .copyright .fr a:hover{color: #fff;}

.Bottom002976 .b-t{padding-bottom: 4.17vw;}

.Bottom002976 .b-left li{position: relative;display: table;background-color: rgba(255,255,255,0.05);border-radius: 0px 20px 0px 20px;margin-bottom: 18px;height: 82px; width: 100%; transition: background 0.3s;}
.Bottom002976 .b-left li a{display: table-cell; vertical-align: middle;padding-left: 1.82vw; padding-right: 1.51vw; color: #fff;line-height: 1.5em;}
.Bottom002976 .b-left li:after{color: #fff;content: '>';position: absolute; top: 50%;opacity: 0.2; font-size: 20px;right: 1.51vw; transform: translateY(-50%); }
.Bottom002976 .b-left li figure{opacity: 0.5;}
.Bottom002976 .b-left li aside{font-size: 18px;}
.Bottom002976 .b-left li:hover{background-color: #F4B695;}
.Bottom002976 .b-mid dl{float: left;}
.Bottom002976 .b-mid dt{font-size: 18px; margin-bottom: 20px;}
.Bottom002976 .b-mid dt a{color: #333;font-size: 16px;}
.Bottom002976 .b-mid dd{line-height: 30px;}
.Bottom002976 .b-mid dd a{color: #666;font-size: 14px;}
.Bottom002976 .b-mid dl a:hover{color: #F08200;}
.Bottom002976 .b-mid dl.m-column{/* width:30% */}
.Bottom002976 .b-mid dl.m-column dd{/* width: 50%; float: left; */}
/* .Bottom002976 .b-mid dl.m-column dd a{position: relative;padding-left: 15px;color: #333;}
.Bottom002976 .b-mid dl.m-column dd a::after{content: "";display: block;width: 8px;height:8px;border-radius: 100px;border:1px solid #f08200;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Bottom002976 .b-mid dl.m-column dd .three a{ display: inline-block; padding-left: 0;color: #666;}
.Bottom002976 .b-mid dl.m-column dd .three a::after{display: none;} */

.Bottom002976 .b-right .hotline span{display: inline-block;font-size: 16px;color: #333;/* padding-left: 27px;background: url("../images/Bottom002976_call.png") no-repeat left center; */}
.Bottom002976 .b-right .hotline aside{font-size: 30px;color: #F08200;line-height: 1em;margin-top: 10px;font-family: Barlow;font-weight: 700;}
.Bottom002976 .b-right .other a{ color: #666;}
.Bottom002976 .b-right .link{font-size: 18px;color: rgba(255,255,255,0.5); }
.Bottom002976 .b-right .link dl{margin-top: 15px;}
.Bottom002976 .b-right .link dd{float: left; width: 47.5%;display: table;height: 40px;background-color: rgba(255,255,255,0.05);border-radius: 50px; transition: 0.3s;}
.Bottom002976 .b-right .link dd:not(:nth-child(2n)){margin-right: 5%;}
.Bottom002976 .b-right .link dd a{display: table-cell; vertical-align: middle;text-align: center;}
.Bottom002976 .b-right .link dd img{max-height: 30px;}
.Bottom002976 .b-right .link dd:hover{background: #F4B695;}
@media(min-width:1025px){
.Bottom002976 .b-left{width: 16.72%;}
.Bottom002976 .b-mid{width: 73%;}
.Bottom002976 .b-right{max-width:25%;}
.Bottom002976 .b-right{text-align: right;}
.Bottom002976 .b-right .hotline{margin-bottom: 30px;}
}
@media(max-width:1024px){
.Bottom002976{text-align: center;}
.Bottom002976 .b-left li{text-align: left;}
.Bottom002976 .b-mid{display: none;}
.Bottom002976 .copyright{padding: 15px 0;flex-wrap: wrap;justify-content: center;}
.Bottom002976 .copyright .fl{padding-bottom: 10px;}
.Bottom002976 .b-right .hotline{ margin-bottom: 3vw;}
}

/*Other002638 */
.Other002638 ul{ position:fixed; right:2%; z-index:110; top:50%; margin-top:-122px;}
.Other002638 li{ position:relative; margin:1px 0;}
.Other002638 li > a{display:block;width:60px;height:60px;border-radius:3px;background: url(../images/Other002638_icon.png) no-repeat center top #f08200;transition:0.3s;}
.Other002638 li > a:hover{ background-color:#f19e4d;}
.Other002638 li.li_tel .wap{ display:none;}
.Other002638 li.li_tel aside{ display:none; position:absolute; right:100%; line-height:60px; white-space:nowrap; text-overflow:ellipsis; top:0;background:#f08200; margin-right:1px;border-radius:3px; padding:0 10px; font-size:18px; color:#fff;}
.Other002638 li.li_email a{ background-position:center -61px;}
.Other002638 li.li_map a{ background-position:center -122px;}
.Other002638 li.li_gettop a{ background-position:center -183px;}
@media(min-width:1025px){
.Other002638 li.li_tel:hover aside{ display:block;} 
}
@media(max-width:1024px){
.Other002638 li.li_tel a{ display:none;}
.Other002638 li.li_tel .wap{ display:block;}
}

.Other002638 .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.Other002638 .pop-up .ycenter{ height:100%;}
.Other002638 .pop-up .main{position:relative;width:90%;margin:0 auto;max-width: 800px;background:#fff;border:5px solid #f08200;border-radius:10px;padding:2%;}
.Other002638 .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#f08200; cursor:pointer;}
.Other002638 .pop-up .close::before,
.Other002638 .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);}
.Other002638 .pop-up .close::before{ transform:rotate(45deg);}
.Other002638 .pop-up#form td{padding-top: 2%;vertical-align:top;padding-right: 2%;}
.Other002638 .pop-up#form td.f-name{text-align:right;width:90px;line-height:32px;}
.Other002638 .pop-up#form td .text{width:100%;line-height: 42px;height: 42px;border:1px solid #eee;border-radius:3px;padding:0 5px;}
.Other002638 .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#f08200; max-width:120px;}
.Other002638 .pop-up#form td .btn_reset{ background:#999;}
.Other002638 .pop-up#form td textarea.text{ height:90px;}
.Other002638 .pop-up#form p{ margin:0; text-align:center; color:#f08200;}
.Other002638 .pop-up#map .main{ padding:15px;}
.Other002638 .pop-up .map{ height:300px;}
@media(max-width:640px){
.Other002638 ul{ top:auto; margin-top:0; bottom:2%;}
.Other002638 li > a{ width:30px; height:30px;}
.Other002638 li.li_tel a{ background-position:center -13px;}
.Other002638 li.li_email a{ background-position:center -75px;}
.Other002638 li.li_map a {background-position: center -137px;}
.Other002638 li.li_gettop a {background-position: center -198px;}
}



.lxwm{padding: 4%  0;}
.lx_box{background: #f8f8f8;border-radius: 10px 0 10px 0;overflow: hidden; margin-bottom: 3%;}
.lx_left{padding:3% 5%;}
.lx_left dt{font-size:26px;color: #333;border-bottom: 1px solid #f08200;padding-bottom: 20px;line-height: 1.2;font-weight: bold;}
.lx_left dd{line-height:1.6;border-bottom: 1px solid #dcdcdc;font-size: 16px;color: #666; padding: 20px 0;}
.lx_left dd a{color: #666;}
.lx_left dd img{max-width: 30px;vertical-align: middle;margin-right: 10px;}
.lx_right figure{background-position: center center;background-size: cover;background-repeat: no-repeat;width: 100%;padding-bottom: 68%;}
.lxwm .pic img{border-radius: 10px;}
@media(min-width:1025px){
.lx_box{display: flex;justify-content: space-between;align-items: center;}
.lx_left{width: 44%;}
.lx_right{width: 56%;}
}
@media(max-width:1024px){
.lx_left{padding:5%;}
.lx_left dt{font-size:20px;padding-bottom: 12px;}
.lx_left dd{padding: 14px 0;font-size: 14px;}
.lx_left dd img{max-width:22px;}
}



.Banner003184{position: relative; display: none;}
@media (min-width:1025px) {
.Banner003184 .wap{display: none;}   
}
@media (max-width:1024px) {
.Banner003184 .pc{display: none;}      
}

/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);}
.Menu003135 .current{ font-size:15px; padding-left:30px;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 20px auto; line-height: 5.7142;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: 16px;line-height: 5.44444;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:2.222em;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: #f08200;}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color: #f08200;}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:3;font-size: 15px;}
}

/*PicList002736 */
.PicList002736{padding:4% 0}
.PicList002736 li:not(:last-child){margin-bottom: 2%;;}
.PicList002736 li a{background: #f8f8f8; transition: 0.3s;border-radius: 10px;overflow: hidden;position: relative;display: block;width: 100%;}
.PicList002736 li a .case_box{display: flex;justify-content: space-between;align-items: center; }
.PicList002736 li:hover a{box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.PicList002736 li .pic{ overflow: hidden;}
.PicList002736 li .Ispic{ background-size: cover;transition: 0.3s;}
.PicList002736 li:hover .Ispic{transform: scale(1.1);}
.PicList002736 li .txt{ padding:1.5% 0;}
.PicList002736 li .txt h3{font-size:22px; color:#333; margin: 0; margin-bottom: 12px;}
.PicList002736 li .txt time{color: #999;font-size: 16px;}
.PicList002736 li .txt p{line-height: 1.8;color:#666;margin: 20px 0 30px 0;font-size: 15px;}
.more_lm{color: #f08200;font-size: 16px;background: url(../images/Floor003209-more-lan.svg) no-repeat right center;background-size: contain;padding-right: 30px;}
.PicList002736 li .txt em{font-style: normal;background: url(../images/arrow-right-up-linehui.svg) no-repeat right center;background-size:20px auto;padding-right: 25px;color: #999}
.PicList002736 li:hover .txt h3,.PicList002736 li:hover .txt em{color: #f08200;}
.PicList002736 li:hover .txt em{background-image: url(../images/arrow-right-up-linehover.svg);}
@media(min-width:641px){
.PicList002736 li .pic{float: left; }
.PicList002736 li .txt{float: right;margin-right: 3%;}
}
@media(min-width:1025px){
.PicList002736 li .pic{width: 30.927%;}
.PicList002736 li .Ispic{padding-bottom: 66.508%;}
.PicList002736 li .txt{width: 63.736%;}
}
@media(min-width:641px) and (max-width:1024px){
.PicList002736 li .pic{width: 40%;}
.PicList002736 li .Ispic{padding-bottom: 66.508%;}
.PicList002736 li .txt{width: 52%;}
.PicList002736 li .txt h3{font-size:20px;}
.PicList002736 li .txt time{font-size: 14px;}
}

@media(max-width:640px){
.PicList002736 li a .case_box{ display: block;}
.PicList002736 li{margin-bottom: 20px;}
.PicList002736 li .pic{width: 100%;}
.PicList002736 li .Ispic{padding-bottom: 66.508%;}
.PicList002736 li .txt h3{ font-size: 18px;}
.PicList002736 li .txt p{font-size: 14px;margin: 10px 0 15px 0;}
.PicList002736 li .txt time{font-size: 14px;}
.PicList002736 li .txt{ padding: 15px;}
}
/*
 .Page002274 为demo编号
 */
 .Page002274{ text-align:center; padding:1% 0 4%;color:#666666;}
 .Page002274 .Pages *{ vertical-align:middle;}
 .Page002274 .Pages .p_cur,
 .Page002274 .Pages .p_count,
 .Page002274 .Pages .p_total{ display:none;}
 .Page002274 .Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #eef0f1; color:#666666; margin-left:5px;}
 .Page002274 .Pages a:hover,
 .Page002274 .Pages a.a_cur{ color:#fff; background-color:#f08200;}
 .Page002274 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
 .Page002274 .Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
 .Page002274 .Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
 .Page002274 .Pages .p_jump b{font-weight:normal; margin:0 5px;}
 .Page002274 .Pages .a_prev,.Page002274 .Pages .a_next{ font-family: 宋体; font-weight: bold; padding:0 25px; }
 
 @media(max-width:1000px){
 .Page002274 .Pages em{ display:none;}
 }
 @media(max-width:640px){
 .Page002274 .Pages a.a_first,
 .Page002274 .Pages a.a_end{ display:none;}
 .Page002274 .Pages a{ padding:0 10px;}
 }
 

 

/*.RighInfo000171*/
.RighInfo000171{padding:4% 0;}
.RighInfo000171 time{color:#999; padding-left:30px; background:url(../images/time.svg) no-repeat center left; background-size:20px auto ;line-height:30px; font-size:15px}
.RighInfo000171 .title1{ color:#333; padding-bottom:30px; border-bottom: 1px solid rgba(0,0,0,0.1);text-align: center; margin-bottom: 3%;}
.RighInfo000171 .title1 h1{margin:0;font-size:30px; font-weight: normal; line-height: 1.5;}
.RighInfo000171 .title1 time{ display:inline-block;margin-top: 2%;}
.RighInfo000171 .info{color:#333; line-height:2; border-bottom:1px dashed #d2d2d2;font-size: 16px }
.RighInfo000171 .info .pic{margin:2% auto; display: block;}
.RighInfo000171 .info .pic1{ float:right; margin-bottom:2%; margin-left:3%;}
.RighInfo000171 .info .pic2{ float:left; margin-bottom:2%;  margin-right:3%;}
.RighInfo000171 .bot{position:relative;margin-top:5%}
.RighInfo000171 .info_back{text-align:center;clear:both;padding:10px 0;position:absolute;right:0;top:0;font-size:16px;}
.RighInfo000171 .info_back a{color:#fff; background:#f08200;display:block;padding:10px 30px;border-radius: 30px;}
.RighInfo000171 .info_back a:hover{background:#f08200;}
.RighInfo000171 .info_pn span{display:block; margin:10px 0;font-size:16px;}
.RighInfo000171 .info_pn span a{color:#666}
.RighInfo000171 .info_pn span a:hover{color:#f08200;text-decoration:underline}


@media(min-width:1025px){
.RighInfo000171 .left{width:100}
.RighInfo000171 .title1 h1{width:100%;text-align: center;}
.RighInfo000171 .info_pn span{width:80%}
}
@media(max-width:1024px){
.RighInfo000171 .title1{padding-bottom: 20px;}
.RighInfo000171 .title1 h1{font-size:20px;}
.RighInfo000171 .info{font-size: 14px}
.RighInfo000171 .info_back{position:relative}
.RighInfo000171 .bot{position:relative;}
.RighInfo000171 .info_pn span{font-size: 14px}
}

/*TextList003149 */
.TextList003149 {padding: 4% 0 2% 0}

.TextList003149 .type dd{position: relative;color: #333;font-size: 16px;}
.TextList003149 .type dd span{color: #999999;display: inline-block;padding-left: 1.25em;background-repeat: no-repeat;background-position: left center; background-size: 1em auto;font-size: 16px;}
.TextList003149 .type dd.edu span{background-image: url(../images/Floor003147-edu.svg);}
.TextList003149 .type dd.num span{background-image: url(../images/Floor003147-user.svg);}
.TextList003149 .type dd.wp span{background-image: url(../images/Floor003147-place.svg);}
.TextList003149 .type dd.time span{background-image: url(../images/Floor003147-time.svg);}
@media (min-width:1025px) {
.TextList003149 .type{overflow: hidden;}
.TextList003149 .type dd{float: left;}
.TextList003149 .type dd:not(:last-child):after{position: absolute;content: ''; width: 1px;height: 10px;background-color: #d4d4d4; top: 50%;margin-top: -5px;right: 0;}
}

.TextList003149 .list li{border-radius: 5px; border: solid 1px #f0f0f0; transition: 0.3s; cursor: pointer; }
.TextList003149 .list li:hover{border-color: #f08200;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.08);}
.TextList003149 .list li .inner{padding: 2.5em;}
.TextList003149 .list li .name{font-size: 1.25em;color: #333333;}
.TextList003149 .list li .type{border-bottom: 1px dotted rgba(0, 0, 0, 0.2);font-size: 15px; padding:1em 0 1.5em 0;margin-bottom: 1em;}
.TextList003149 .list li .type dd:not(:last-child){padding-right: 1.7142em;margin-right: 1.7142em;}
.TextList003149 .list li .intro{font-size:15px;color: #999999;line-height: 1.7857;font-family: 'SourceHanSansCN-Regular'; margin-bottom: 1em; min-height: 3.5714em;}
.TextList003149 .list li .view{color: #f08200;font-size: 15px;padding-right: 1.6428em;background: url(../images/Floor003147-icon.svg) no-repeat right center; background-size: 1.1428em auto;}
@media (min-width:1025px) {
.TextList003149 .list li{float: left;width: 49.286%;margin-bottom: 1.5%;}  
.TextList003149 .list li:nth-child(2n){float: right;}
.TextList003149 .list li:nth-child(2n+1){clear: left;} 
}
@media (max-width:1024px) {
.TextList003149 .list li{margin-bottom: 1em;}
.TextList003149 .list li .inner{padding: 1em;}
.TextList003149 .list li .type{padding: 1em 0 1em 0;}
.TextList003149 .type dd{margin-bottom: 3px;}
.TextList003149 .type dd,   
.TextList003149 .type dd span{ font-size: 12px;}
.TextList003149 .list li .intro{ font-size: 14px;}
.TextList003149 .list li .view{font-size: 14px;}
}

.TextList003149 .popUp-box{position: fixed;left: -100%;width: 100%; top: 0;height: 100%; background-color: rgba(0,0,0,0.5); overflow: auto; z-index: 200;}
.TextList003149 .popUp-box.show{left: 0;}
.TextList003149 .popUp-box .ytable{height: 100%;}
.TextList003149 .popUp-box .main{position: relative; max-width: 1300px; background-color: #fff; width: 90%; margin: 0 auto;}
.TextList003149 .popUp-box .main .colse{position: absolute;width: 1.5625em; height: 1.5625em; right: 1.25em;top: 1.25em; background: url(../images/Floor003147-close.svg) no-repeat;background-size: contain;z-index: 10; cursor:pointer;}
.TextList003149 .popUp-box .main > div{width: 90%;margin: 0 auto;max-width: 1200px;}
.TextList003149 .popUp-box[data-type="form"] .main > div{max-width: 1082px;}
.TextList003149 .popUp-box .name{font-size: 24px;color: #333; padding:1em 0;text-align: center;}
.TextList003149 .popUp-box[data-type="form"] .name{border-bottom: 1px solid #000000; margin-bottom: 1em;}
.TextList003149 .from{padding-bottom: 3em;}
.TextList003149 .from .text{width: 100%;height: 3.125em; line-height: 3.125em; font-size:16px; border-radius: 5px; border:solid 1px rgba(139,139,139,0.2);}
.TextList003149 .from textarea.text{height: auto;}
.TextList003149 .from table{font-size:16px;}
.TextList003149 .from table tr,
.TextList003149 .from table td{font-size:16px;}
.TextList003149 .from td{color: #333333; }
.TextList003149 .from .btn{width: 8.5em;height:3em;background: #f08200;box-shadow: 0px 0.625em 1.875em rgba(218, 37, 29, 0.08);border-radius: 30px;color: #fff; border: 0; cursor:pointer;font-size:16px;padding: 0;}
.TextList003149 .from .btn-reset{background: #6e6e6e;}
.TextList003149 .from .btn + .btn{margin-left: 0.625em;}
.TextList003149 .load-info .type{background-color: #f0f0f0; padding: 0.625em 0;}
.TextList003149 .load-info .intro-tit,
.TextList003149 .load-info .edit-info{max-width: 1082px;margin: 0 auto; width: 95%;}
.TextList003149 .load-info .intro-tit{border-bottom: 1px solid #000000;font-size: 1.125em; line-height: 2; margin-top:2em; margin-bottom: 1em;color: #333;}
.TextList003149 .load-info .edit-info{font-size:16px;line-height:1.875; color: #666;}

.TextList003149 .apply-btn{text-align: center; padding:3em 0}
.TextList003149 .apply-btn a{display: inline-block;font-size: 18px;background-color: #f08200; border-radius: 30px; line-height: 3; padding: 0 2em;color: #fff; cursor:pointer;}
.TextList003149 .apply-btn a:before{display: inline-block;width: 1.2222em; height: 1.2222em;content: ''; background: url(../images/Floor003147-seed.svg) no-repeat; background-size: contain; vertical-align: middle; margin-right: 1em;}

@media (min-width:1025px) {
.TextList003149 .load-info .type{text-align: center;}
.TextList003149 .load-info .type dd{float: none;display: inline-block;padding: 0 48px; line-height: 2.5;}
.TextList003149 .from .f-name{text-align: right;}
.TextList003149 .from td{line-height: 3.125em;vertical-align: top;padding-bottom: 1.428571em;}
.TextList003149 .from .w1{width:6.7857em;}
.TextList003149 .from .w2{width:36.969%;}
.TextList003149 .from .w3{width:15.712%;}
}
@media (max-width:1024px) {
.TextList003149 .load-info .type{padding:1em;}
.TextList003149 .popUp-box .name{font-size: 1.5em;}
.TextList003149 .from td{display: block;}
.TextList003149 .from .f-name{padding-top: 1em;}
.TextList003149 .load-info .edit-info{font-size: 14px;}
.TextList003149 .apply-btn a{font-size: 16px;}
.TextList003149 .from table tr,
.TextList003149 .from table td{font-size: 14px;}
.TextList003149 .from .text{height: 3em;line-height: 3em;font-size: 14px;}
}





/*基本信息 s*/
.SingleInfo{padding: 4% 0;}
.SingleInfo .RightImg{position: relative;overflow: hidden;border-radius: 10px;}

.SubTit{font-size: 28px;color: #333;font-weight: bold;margin-bottom: 20px;}
.SingleInfo .LeftInfo p,.SingleInfo .LeftInfo dd{line-height: 1.75;font-size: 15px;color: #666;}
.SingleInfo .LeftInfo .h3{font-size: 18px;color: #f08200;display: block;margin: 10px 0;}
.SingleInfo .LeftInfo dt{font-size: 16px;margin-top: 10px;color: #333;margin-bottom: 10px;position: relative;padding-left: 20px;}
.SingleInfo .LeftInfo dt::after{content: "";display: block;width: 8px;height:8px;border-radius: 100px;border:1px solid #f08200;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.SingleInfo .LeftInfo p{margin: 0;}


@media (min-width:1025px) {
.SingleInfo .LeftInfo{padding-right: 4%;width: 50%;float: left;}
.SingleInfo .RightImg{width: 50%;float: right;}
}

@media (max-width:1200px) {
.SubTit{font-size: 24px;margin-bottom: 15px;}
}

@media (max-width:1024px) {
.SingleInfo .LeftInfo{ margin-bottom: 20px;}
.SubTit{font-size: 20px;margin-bottom: 12px;}
.SingleInfo .LeftInfo p,
.SingleInfo .LeftInfo dd{font-size: 14px;}
.SingleInfo .LeftInfo .h3{font-size: 16px;}
}


/*Form003139 */
.Form003139{padding: 4% 0;background-color: #f9f9f9;}
.Form003139 .auto{position: relative;z-index: 1;}
.Form003139 .desc{font-size:16px;color: #333;line-height: 1.75;}
.Form003139 .desc p{ margin: 5px 0;}
.Form003139 .desc b{color: #f08200;font-size:24px;font-weight: 700;font-family: Barlow;}
.Form003139 .form{ /* padding: 4%; */}
.Form003139 .form-ul{margin: 0 auto;} 
.Form003139 .form-ul li{margin-bottom: 2%;position: relative;border: solid 1px #eee;background: #fff;padding: 0 1em;border-radius: 5px;}
.Form003139 .form-ul li .tit:not(.tit2){position: absolute;left:15px; top: 0;font-size: 16px; line-height: 3.125;color: #999;}
.Form003139 .form-ul li .tit2{font-size: 16px; line-height: 3.125;color: #999; flex-shrink: 0; margin-right: 10px; display: block!important;}
.Form003139 .form-ul li select,
.Form003139 .form-ul li .text{width: 100%; font-size: 16px;line-height: 3.125;height:  3.125em; background-color: transparent; border: none; flex: 1; min-width: 0; }
.Form003139 .form-ul li .filebox{width: 100%; font-size: 16px;line-height: 3.125;height:  3.125em; background-color: transparent; border: none; flex: 1; min-width: 0; }
.Form003139 .form-ul li .filebox .text{ padding-right: calc( 110 / 16 * 1em); cursor: pointer; }
.Form003139 .form-ul li .filebox .txt{  border-radius: 25px; width: calc( 90 / 16 * 1em); background-color: #000; color: #fff; position: absolute; right: 1em; top: 50%; transform: translateY(-50%); line-height: 2; text-align: center; cursor: pointer; pointer-events:none; }
.Form003139 .form-ul li textarea.text{height: auto;}
.Form003139 .form-ul .btn{width: 10em; background: #f08200;border-radius: 30px;font-size:16px;height:  3.125em;color: #fff;cursor: pointer; border: 0;}
.Form003139 .form-ul li.flex{ display: flex; align-items: center;}
@media (min-width:1025px) {
.Form003139 .form .info{width: 36%;}    
.Form003139 .form-ul .row-2 li{float: left;width:calc(50% - 10px);}
.Form003139 .form-ul .row-2 li:nth-child(2n){float: right;}
}
@media (max-width:1024px) {
.Form003139 .form-ul{padding: 2em 0;}
.Form003139 .form-ul{}
.Form003139 .desc{ font-size: 14px;}
.Form003139 .form-ul li select, 
.Form003139 .form-ul li .text{ font-size: 14px;}
}

.RighInfo003072{padding: 2% 0;}
.RighInfo003072 > .auto{padding-bottom: 6vw;}

@media(min-width:1024px){
.RighInfo003072 .txt-info{width: 42.715%;}
}
@media(max-width:1024px){
.RighInfo003072 .txt-info{margin-bottom: 4vw;}
}



.RighInfo003072 .edit-info{line-height: 2em;font-size: 16px; text-align: justify;}
@media(max-width:640px){
.RighInfo003072 .edit-info{font-size: 3.5vw;}
}
.RighInfo003072 .item-group .item{padding: 2.8vw 0;background-repeat: no-repeat;background-image: url("../images/RighInfo003072_bg.png");background-color: #f9f9f9;}
.RighInfo003072 .item-group .item:nth-child(2n-1){background-position: left 20% bottom -30%;background-color:transparent;}
.RighInfo003072 .item-group .item:nth-child(2n){background-position: right 20% bottom -30%;}

.RighInfo003072 .item-group .img img{border-radius: 10px;}
.RighInfo003072 .item-group h3{font-size: 24px;letter-spacing: 1px;color: #333; margin-bottom: 1.2em; margin: 0 0 1em 0;}
.RighInfo003072 .item-group pre{line-height: 2;font-size: 15px;color: #666;}
.RighInfo003072 .item-group pre p {margin:0;}
.RighInfo003072 .item-group dl dd{line-height: 2; font-size: 1em;color: #333;background: url(../images/check.svg) no-repeat left center;background-size: 1.5em;padding-left: 2em;}
@media(min-width:1025px){
.RighInfo003072 .item-group .item:nth-child(2n-1) .txt,
.RighInfo003072 .item-group .item:nth-child(2n) .img{float: left;}
.RighInfo003072 .item-group .item:nth-child(2n) .txt,
.RighInfo003072 .item-group .item:nth-child(2n-1) .img{float: right;}
.RighInfo003072 .item-group .img{width: 50%;}
.RighInfo003072 .item-group .txt{width: 43.5%; padding-top: 3.5vw;}
}
@media(max-width:1024px){
.RighInfo003072 .item-group .item{padding: 5vw 0;}
.RighInfo003072 .item-group .txt{ padding-bottom: 4vw;}
.RighInfo003072 .item-group h3{font-size: 20px; margin-bottom: 15px;}
.RighInfo003072 .item-group pre{font-size:14px;}
}

.RighInfo003072 .video .img{position:relative;z-index:1;}
.RighInfo003072 .video .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; cursor: pointer;}
.RighInfo003072 .video .play:before{position: absolute; content: '';width:60px;height:60px;background:url("../images/RighInfo003072_play.png") no-repeat center center rgba(0,0,0,0.2);left:50%;top:50%;transform: translate(-50%,-50%); border-radius: 50%; background-size:15px;}
.RighInfo003072 .video .img video{position:absolute;left: 0; top: 0;  z-index: 20;background: #000;}


/*Floor003128 */
.Floor003128{background-color: #fff; overflow: hidden;padding: 4% 0;}
.Floor003128 .slider-img .pro_line{position: relative;}
.Floor003128 .slider-img .Ispic{position: relative;z-index: 1;}

.Floor003128 .slider-img .item{position: relative;}
.Floor003128 .slider-img .txt{position: absolute; bottom: 0; opacity: 0; left: 19.771%;right:6.184%;color: #fff;z-index: 4;transition: 0.5s 0.5s;padding-right: 3.5em;}
.Floor003128 .slider-img .slick-current .txt{bottom: 3.75em; opacity: 1;}
.Floor003128 .slider-img .tit{font-size: 2em; margin-bottom:0.5em;}
.Floor003128 .slider-img .txt p{line-height: 2;font-size: 16px; margin: 0; max-width:76%;}
.Floor003128 .slider-img .txt .more{position: absolute;right: 0; bottom: 0;width: 3.125em;height: 3.125em;border-radius: 50%; background: url(../images/Floor003128-icon-white.svg) no-repeat center #f08200; background-size: 1em auto;}

.Floor003128 .slider-nav .inside .icon{transition: 0.3s;}
.Floor003128 .slider-nav .inside .icon img{ max-height: 2.8125em;}
.Floor003128 .slider-nav .inside .icon img.hover{display: none;}
.Floor003128 .slider-nav{position: relative;}
.Floor003128 .slider-nav::after{top: 0;bottom: 0;left: 0;width: 110px;content: ' ';position: absolute;z-index: 1;background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)}
.Floor003128 .slider-nav::before {right: 0;left: auto;height: 100%;bottom: 0;width: 110px;content: ' ';position: absolute;z-index: 2;background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)}
.Floor003128 .slider-nav li{cursor: pointer;transition: 0.3s;border-radius: 30px;overflow: hidden;background-color: #f5f5f5;margin: 0 10px;}
.Floor003128 .slider-nav .slick-current{background-color: #f08200;}
.Floor003128 .slider-nav .slick-current aside{color: #fff;}
.Floor003128 .slider-nav .slick-current .icon img.default{display: none;}
.Floor003128 .slider-nav .slick-current .icon img.hover{display: inline-block;}
.Floor003128 .slider-nav .slick-arrow{ bottom: 0; font-size: 18px; text-indent: 999em; overflow: hidden; width: calc(60 / 16 * 1em);height: calc(60 / 16 * 1em); border-radius: 50%; position:absolute;z-index: 10; background: url(../images/Floor003204-prev.svg) no-repeat center center; background-size: 60%; transition: 0.3s;top: 50%;transform: translateY(-50%);}
.Floor003128 .slider-nav .slick-next{background-image: url(../images/Floor003204-next.svg);right: -5%;}
.Floor003128 .slider-nav .slick-prev{left: -5%;}


.dot_icon{position: absolute;left: 58%;top: 23%; z-index: 55;}
.dot_icon .hover{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; z-index: 5; cursor: pointer;  }
.dot_icon i{display: block;width: 12px; height:12px; border-radius: 50%; background: #f08200;position: relative; z-index: 4;}
.dot_icon:before,
.dot_icon:after{position: absolute; content: '';border-radius: 50%;background: #f08200; opacity: 0.3;-webkit-opacity: 0.3; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.dot_icon:before{left: -11px; top: -11px; bottom: -11px;right: -11px; animation-delay: 0.3s;}
.dot_icon:after{left: -20px; top: -20px; bottom: -20px;right: -20px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}


.pro_box{/* position: absolute;left: 0;top:50%;width: 100%;z-index: 33;opacity: 0; */
position: absolute;/* left: 0;top: 0; */z-index: 66;width: calc(600 / 1920 * 100vw);transition: all 0.3s;opacity: 0;}
	
.pro_list{background-color: #fff;border: 1px solid #dcdcdc;border-radius: 10px;/* overflow: hidden; */box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);color: #333;font-size: 16px;display: flex;justify-content: space-between;align-items: center;padding: 5%;/* width: 80%; */margin: 0 auto;}
.more_cp{background-color: #f08200;color: #fff;font-size: 16px;border-radius:20px;overflow: hidden;padding: 10px 20px;display: inline-block;margin-top: 20px;}
.more_cp:hover{color: #fff;}
.pro_left{width: 50%; max-height: 300px; overflow-y: auto;}
.pro_left h2{font-size: 20px;position: relative;padding-bottom: 10px;margin-bottom: 20px;}
.pro_left h2::after{content: "";display: block;width: 30px;height: 4px;background: #f08200;position: absolute;left: 0;bottom: 0;}
.pro_left dd{font-size: 16px;line-height: 30px;color: #333;position: relative; padding-left: 20px;}
.pro_list p{ position: relative; padding-left: 20px;}
.pro_list p *{text-wrap-mode: wrap!important;}
.pro_left dd::before,
.pro_list p::before{ content: '◆'; left: 0; top: 0; height: 30px; width: 20px;position: absolute; }
.pro_right{width: 50%;/* display: none; */}
.pro_right figure{background-position: center center;background-size: cover;background-repeat: no-repeat;width: 100%;padding-bottom: 63%;}

.pro_ul li.on .pro_box{opacity: 1;z-index: 100;}
.pro_ul li.hover_active {z-index: 100;}
.pro_ul li.hover_active .pro_box{opacity: 1;z-index: 100;}

/* 右侧显示时的样式 */
.pro_box.right {left: 100%;top: 0;margin-left: 10px;}

/* 左侧显示时的样式 */
.pro_box.left {right: 100%;top: 0;margin-right: 10px;}


@media (max-width:768px) {
.pro_box{ display: none;width: 80vw;}
.pro_left{width: 100%;}
.pro_right{width: 100%;}
.dot_icon i{width: 6px; height:6px; }
.dot_icon:before{left: -5px; top: -5px; bottom: -5px;right: -5px; }
.dot_icon:after{left: -10px; top: -10px; bottom: -10px;right: -10px;}
.more_cp{ font-size: 12px;padding: 8px 15px;}
.pro_left h2{font-size: 14px;}
.pro_left dd{font-size: 12px; line-height: 1.5;}
    .pro_box_wap{margin-bottom: 30px}
}


@media (min-width:1025px) {
.Floor003128 .auto{position: relative;}
.Floor003128 .slider-img{width:100%;height: 100%;z-index: 1;margin-top: 30px}
.Floor003128 .slider-img .Ispic{padding-bottom:63%;}
.Floor003128 .slider-nav{width: 100%;z-index: 20;position: relative;}
.Floor003128 .slider-nav .ytable{height: 100%;}    
.Floor003128 .slider-nav .inside{display: table;width: 100%; table-layout: fixed;padding: 20px 0;text-align: center;font-size: 16px;}
.Floor003128 .slider-nav .inside > *{display: table-cell;vertical-align: middle;}
}
@media (max-width:1024px) {
.Floor003128 .slider-img .Ispic{padding-bottom: 73.283%;}  
.Floor003128 .slider-img .txt{left: 3%;right: 3%;}
.Floor003128 .slider-img .slick-current .txt{bottom: 2em;}
.Floor003128 .slider-nav{overflow: hidden;height: 3.125em;}
.Floor003128 .slider-nav li{margin: 0 5px;}
.Floor003128 .slider-nav .inside{display: flex;align-items: center;height: 3.125em;padding: 0 0.5em;}
.Floor003128 .slider-nav .inside aside{flex: 1;text-align: center;}
.Floor003128 .slider-nav .inside .icon{width: 25%; flex-shrink: 0; margin-right: 5%;text-align: center;}
.Floor003128 .slider-nav .inside .icon img{ max-height: 1.5em;}
.Floor003128 .slider-nav .slick-arrow{width: calc(40 / 16 * 1em);  height: calc(40 / 16 * 1em);}
}


/*
 .PicList002797
 */
.PicList002797 {padding: 4% 0 2% 0;}
.PicList002797 li{ float:left;  margin:0 2% 2% 0; border: 1px solid #e8e8e8; border-radius: 10px;transition: all .3s;}
.PicList002797 li a{display:block;position:relative;}
.PicList002797 li .inner{ display: flex; justify-content: space-between; align-items: center;}
.PicList002797 li .inner .pic{flex: 0 0 auto; width: 34%; overflow: hidden;}
.PicList002797 li .inner .txt{flex: 0 0 auto; width: 61%;}
.PicList002797 li h4,
.PicList002797 li h3,
.PicList002797 li h5{ margin:0;  font-weight:normal;}
.PicList002797 li figure{ padding-bottom:100%; background-size: contain;transition: 0.3s;}
.PicList002797 li h4{ font-size: 15px;color: #999;}
.PicList002797 li h3{ font-size: 20px; color:#202020; margin-bottom: 12px;}
.PicList002797 li .desc{font-size: 15px;color: #999; line-height: 1.7; margin-bottom: 20px;}
.PicList002797 li .desc p{ position: relative; padding-left:20px; margin:0.3em 0;}
.PicList002797 li .desc p::before{ content: '◆'; left: 0; top: 0; height: 32px; width: 20px;position: absolute; }
.PicList002797 li a:hover figure{transform: scale(1.1);}
.PicList002797 li:hover{box-shadow:0 0 15px 3px rgba(0, 0, 0, 0.1); border-color:#fff;}
.PicList002797 li:hover h3{color:#f08200;}

.PicList002797 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(0, 141, 210,0.9); z-index:10; transition:0.3s; color:#fff; border-radius: 10px;}

.PicList002797 li:hover a .hover{ opacity:1;}
.PicList002797 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}
.PicList002797 li .hover h5{  font-size:24px;}
.PicList002797 li .hover i{ display:block;  height:2px; background:#fff; width:48px; margin:14px auto 20px;} 
.PicList002797 li .hover p{ font-size:16px; line-height:30px; margin:0; max-height:90px; overflow:hidden;}
.PicList002797 .more{ display: block; text-align: center; margin-top:50px;}
.PicList002797 .more span{ display: inline-block; padding-left: 40px; padding-right: 64px; line-height: 40px; background:url(../images/PicList002797-more.png)no-repeat 74% center #f1af48 ; border-radius: 5px;transition:all 0.5s ease-out 0s; }
.PicList002797 .more span:hover{padding-left:50px; padding-right:74px;  }


.PicList002797 li .moreform{display: table; margin: 0 0 0 auto; background-color: #f08200;color:#fff; border-radius: 3px; text-align: center;padding: 6px 16px;margin-top: 6px; margin-right:20px;}

@media (min-width:1025px) {
.PicList002797 li{width:49%;}
.PicList002797 li:nth-child(2n){margin-right:0; }
}

@media(max-width:1024px){
.PicList002797 li{ width:100%; margin-right:0%;} 
.PicList002797 li h3{ font-size:16px;margin-bottom: 8px;}
.PicList002797 li .desc{font-size: 14px;}
.PicList002797 li .moreform{padding: 5px 10px;margin-top: 4px;}
}
 /*
  .RighInfo002254 为demo编号
  */
 
.Listtit{position: relative; z-index: 1;  color:#333; text-align: center; font-size:30px}
.Listtit::after{content:''; width:30px; height:4px; background-color:#f08200; display: block; margin:20px auto 30px; }
.Listtit-left{text-align: left;}
.Listtit-left::after{margin-left: 0;}
 
.pro_text{padding: 8% 0;background: #f9f9f9 url(../images/pro_mian.jpg) no-repeat center center;text-align: center;position: relative;background-size: cover;}
.pro_text h2{font-size: 30px;color: #333;position: relative;padding-bottom: 15px;margin-bottom: 30px;}
.pro_text h2::after{content: "";display: block;width: 30px;height: 4px;background: #f08200;position: absolute;left:50%;transform: translateX(-50%);bottom: 0;}
.pro_text .edit_info{max-width: 70%;line-height: 2;font-size: 16px;color: #333;margin: 0 auto; text-align: left;}
.pro_text .edit_info p{ position: relative; padding-left: 20px; margin:0.5em 0;}
.pro_text .edit_info .it{position: relative;font-size: 18px;color: #000;padding-left: 20px}
.pro_text .edit_info .it::before{ content: '◆'; left: 0; top: 0; height: 32px; width: 20px;position: absolute; }
.pro_text .edit_info p.circle{display: flex;}
.pro_text .edit_info p.circle::before{ content: '●';margin-right: 5px}
.pro_text .edit_info ul{ margin-left: 1em;}
.pro_text .edit_info li p{ padding-left: 0;}
.pro_text .edit_info li p::before{ display: none;}

.gaishu{position: relative;}
/* .gaishu::after{content: "";display: block;width: 100px;height: 100px;background: url(../images/dh1.svg) no-repeat left top;background-size: 60px;position: absolute;top: 0;left: 0;}
.gaishu::before{content: "";display: block;width: 100px;height: 100px;background: url(../images/dh2.svg) no-repeat right bottom;background-size: 60px;position: absolute;bottom: 0;right: 0;} */

 @media(max-width:1024px){
.Listtit{font-size: 24px;}
.Listtit::after{margin:10px auto 15px;}
.pro_text .edit_info{ font-size:14px;max-width:92%;}
.gaishu::after{width: 50px;height: 50px;background-size: 30px auto;}
.gaishu::before{width: 50px;height: 50px;background-size: 30px auto;}
 }



 .RighInfo002254{ padding:4% 0;}
 .RighInfo002254 .slider video{width: 100%;height: 100%;object-fit: fill;}
 .RighInfo002254 .slider-big{ border:1px solid #dcdcdc;}
 .RighInfo002254 .slider-big li figure{ background-size:contain;}
 .RighInfo002254 .slider-list{ position: relative;}
 .RighInfo002254 .slider-list li figure,.RighInfo002254 .slider-list li video{  border:1px solid #f2f2f2;}
 .RighInfo002254 .slider-list li.slick-current figure{border-color: #f08200; }
 .RighInfo002254 .slider-list .slick-arrow{position:absolute; width:100%; height:40px;cursor:pointer; background-position: center;background-repeat: no-repeat; background-size: auto 50%;}
 .RighInfo002254 .slider-list .slick-prev{background-image:url(../images/RighInfo002254-btn_prev.png);}
 .RighInfo002254 .slider-list .slick-next{background-image:url(../images/RighInfo002254-btn_next.png);}
 .RighInfo002254 .slider-list .slick-disabled{cursor:default;}
 .RighInfo002254 .right_info{ float:right; width:39.2%;}
 .RighInfo002254 .right_info h1,
 .RighInfo002254 .right_info h3,
 .RighInfo002254 .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
 .RighInfo002254 .right_info h1{ padding:0 0 5% 0; color:#f08200; font-size:26px; }
 .RighInfo002254 .right_info h3{ font-size:18px; font-weight:normal;}
 .RighInfo002254 .right_info p{line-height:1.8; color:#999; margin-bottom:10%;}
 .RighInfo002254 .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; background-color:#f08200; color:#fff; transition:0.4s;border-radius: 30px;}
 .RighInfo002254 .right_info a:hover{ }
 
 .RighInfo002254 .tab{ padding:4% 0;}
 .RighInfo002254 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
 .RighInfo002254 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
 .RighInfo002254 .tab .h1_tab span.on{ background-color:#f08200; color:#fff;}
 .RighInfo002254 .tab .info{ padding-top:3%;}
 .RighInfo002254 .tab .info{line-height: 1.8;font-size: 15px;color: #333;}


.name {border-bottom: 1px solid #efefef;font-size: 18px;padding-bottom: 0.666em;color: #333;line-height: 2;}
.name i {width: 2em;height: 2em;border-radius: 50%;background-color: #f08200;display: inline-block;vertical-align: top;margin-right: 0.625em;background-repeat: no-repeat;background-position: center;background-size: auto 60%;background-image: url(../images/pro.svg);}

 @media (max-width:768px){
 .RighInfo002254 .list_img,
 .RighInfo002254 .right_info{ float:none; width:auto;}
 .RighInfo002254 .list_img{ margin-bottom: 3%;}
 .RighInfo002254 .right_info p{margin-bottom: 5%;}
 }
 @media (min-width:641px) {
 .RighInfo002254 .list_img{float:left; width:55.6%; position:relative;}
 .RighInfo002254 .slider-big{position:absolute; left:0; top:0; height:100%; width:80%; }
 .RighInfo002254 .slider-big *{height: 100%;}
 .RighInfo002254 .slider-list{padding:42px 0;margin-left: 82.9%;}
 .RighInfo002254 .slider-list .slick-arrow{ left: 0;}
 .RighInfo002254 .slider-list .slick-prev{top: 0;}
 .RighInfo002254 .slider-list .slick-next{bottom: 0;}
 .RighInfo002254 .slider-list li{ height:130px;  position:relative;}
 .RighInfo002254 .slider-list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain;}
 .RighInfo002254 .slider-list li.slick-current figure{ border-width:2px;}
 }
 @media(max-width:640px){
 .RighInfo002254 .right_info h1{font-size:20px; padding: 0 0 4% 0;}
 .RighInfo002254 .right_info h3{ font-size:16px;}
 .RighInfo002254 .slider-big li .Ispic{padding-bottom: calc(476 / 536 * 100%);}
 .RighInfo002254 .slider-list li .Ispic{padding-bottom: calc((476 * 0.9) / 536 * 100%); width: 90%; margin: 0 auto;}
 .RighInfo002254 .slider-list{padding:0 42px; margin-top: 3vw;}
 .RighInfo002254 .slider-list .slick-arrow{ top: 0; width: 42px; height: 100%; background-size: contain;transform: rotate(-90deg);}
 .RighInfo002254 .slider-list .slick-prev{left: 0;}
 .RighInfo002254 .slider-list .slick-next{right: 0;}
 .RighInfo002254 .tab .info{ font-size: 14px;}
  }	

 

  
.PicList002798_cp{padding:4% 0;background-color: #f9f9f9;}
.PicList002798_cp .slider {margin: 0 -10px;}
.PicList002798_cp ul{ display: flex; flex-wrap:wrap;}
.PicList002798_cp li{ background: #fff;  position: relative; z-index: 1; border-radius: 20px;margin:20px 10px;transition: all .3s; }
.PicList002798_cp li:hover{ z-index:10; }
.PicList002798_cp li:hover::before{position: absolute; left:-10px; top:-13px; bottom:-10px; right:-10px; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);content:''; border-top:3px solid #f08200; border-radius:20px; }
.PicList002798_cp li a{ display:block; position:relative; padding:30px;}
.PicList002798_cp li h3,
.PicList002798_cp li h4{ margin:0; text-align:center; font-weight:normal;}
.PicList002798_cp li .Ispic{ padding-bottom:59.965%; margin-bottom:1.5em;background-size: contain; transition: .3s;}
.PicList002798_cp li:hover .Ispic{transform: scale(1.1);}
.PicList002798_cp li h3{ font-size:20px;color:#333}
.PicList002798_cp li h4{ color:var(--grey2); margin-top:10px;}

.PicList002798_cp .controls{position: relative; height:1px; background:rgba(0,0,0, 0.1); margin:30px 80px;}
.PicList002798_cp .slick-arrow{position: absolute;width:50px; height:50px;  top: 50%; border-radius: 50%; background: url(../images/more.svg) no-repeat center center; background-size: auto 14px;z-index: 10; transition: 0.3s; font-size:60px; text-indent: -999em; overflow: hidden; border:1px solid #666;margin-top: -25px;background-color: #fff;}
.PicList002798_cp .slick-arrow:hover{background-color:#f08200; background-image: url(../images/more-on.svg);border-color: #f08200; }
.PicList002798_cp .slick-prev{transform: rotate(180deg); left:-3%;}
.PicList002798_cp .slick-next{right:-3%;}
@media(min-width:1025px){

}

@media(max-width:1024px){
.PicList002798_cp li a{padding: 20px;}
.PicList002798_cp li h3{ font-size: 16px;}
}	

.Top002742 .header-menu li{ position: relative;}
.Top002742 .header-menu li .sub{position:absolute;left:50%;top:100%;opacity:0;pointer-events:none;transform:translate3d(-50%,-10px,0);-webkit-transform:translate3d(-50%,-10px,0);-moz-transform:translate3d(-50%,-10px,0);-o-transform:translate3d(-50%,-10px,0);-ms-transform:translate3d(-50%,-10px,0);backface-visibility:hidden;transition:opacity 0.3s ease-in-out,transform 0.3s ease-in-out; width:auto; padding: 0;}
.Top002742 .header-menu li .sub .box{background-color:#fff;position:relative;padding:20px;font-size:var(--f16)}
.Top002742 .header-menu li .sub .box::before{content:'';position:absolute;width:0;height:0;border:1 solid transparent;border-bottom-color:#fff;left:50%;transform:translateX(-50%);bottom:100%}
.Top002742 .header-menu li .sub .box a{display:block;line-height:40px; border-bottom:1px solid #e5e5e5; text-align: center; font-size: 14px;white-space: nowrap;}
.Top002742 .header-menu li .sub .box a:hover{color:#F08200;}
.Top002742 .header-menu li.hover .sub{opacity:1;transform:translate3d(-50%,0px,0);-webkit-transform:translate3d(-50%,0px,0);-moz-transform:translate3d(-50%,0px,0);-o-transform:translate3d(-50%,0px,0);-ms-transform:translate3d(-50%,0px,0);backface-visibility:hidden;pointer-events:auto}



.Popup{display:none;position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.6);top:0;left:0;overflow:auto;z-index:999;}
.Popup .ytable{height:100%;}
.Popup .main{width:90%;max-width:800px;padding:40px;position:relative;margin:0 auto;background-color:#fff;border-radius:10px;}
.Popup .close {position: absolute;width: 28px;cursor: pointer;height: 28px;border-radius: 50%;background-color: #F08200;right: 20px;top: 20px;color: #fff;display: flex;align-items: center;justify-content: center;}
.Popup .close::before {content: "";width: 50%;height: 2px;background-color: #fff;position: absolute;transform: rotate(45deg);}
.Popup .close::after {content: "";width: 50%;height: 2px;background-color: #fff;position: absolute;transform: rotate(-45deg);}
.Popup .title{font-size:30px;text-align:center;color:#333;font-weight:500;margin-bottom:30px;}
.Popup .Form li{display:flex;}
.Popup .Form li{width:100%;margin-bottom:10px;overflow:hidden;position:relative;}
.Popup .Form li label{position:absolute;left:15px;color:#999;line-height:45px;font-size:16px;}
.Popup .Form li .text{flex:1;border:1px solid #ebebeb;padding:0 15px;height:45px;line-height:45px;font-size:16px;color:#333;border-radius:5px;background:none;}
.Popup .Form li textarea.text{height:120px;line-height:1.8;}
.Popup .Form .btn{width:150px;background:#F08200;border-radius:50px;font-size:16px;height:45px;color:#fff;cursor:pointer;border:0;transition:0.3s; display: table; margin: 0 auto; margin-top: 20px;}
@media (min-width:1025px){
.Popup .Form .row2 li{float:left;width:calc(50% - 10px);}
.Popup .Form .row2 li:nth-child(2n){float:right;}
}
@media(max-width:1024px){
.Popup .main{padding: 20px;}
.Popup .title{font-size:24px;}
.Popup .Form li label{line-height:40px;font-size:14px;}
.Popup .Form li .text{height:40px;line-height:40px;font-size:14px;}
}	

.pro_info .inner{ display: flex; justify-content: space-between; align-items: center;}
.pro_info .inner .pic{flex: 0 0 auto; width: 34%; overflow: hidden;}
.pro_info .inner .txt{flex: 0 0 auto; width: 61%;}
.pro_info h4,
.pro_info h3,
.pro_info h5{ margin:0;  font-weight:normal;}
.pro_info figure{ padding-bottom:100%; background-size: contain;transition: 0.3s;}
.pro_info h4{ font-size: 15px;color: #999;}
.pro_info h3{ font-size: 20px; color:#202020; margin-bottom: 12px;}
.pro_info .desc{font-size: 15px;color:#999; line-height:1.7; margin-bottom:20px; -webkit-line-clamp:initial;}
.pro_info .desc p{ position:relative; padding-left:20px; margin:.3em 0;}
.pro_info .desc p::before{ content:'◆'; left: 0; top: 0; height:32px; width:20px;position: absolute; }
.pro_info .desc ul{ padding-left:35px;}
.pro_info .desc ul li{ list-style:disc;}
.pro_info .moreform{display: table; margin: 0 0 0 auto; background-color: #f08200;color:#fff; border-radius: 3px; text-align: center;padding: 6px 16px;margin-top: 6px; cursor: pointer;}

.web_link{ padding:5% 0;}
.web_link ul li{ padding:10px 0; border-bottom:dotted 1px #e4e4e4}
.web_link ul li b{ display:block; font-size:16px; font-weight:normal;}
.web_link ul li span{ opacity:0.8; display:inline-block; white-space:nowrap; padding-right:20px;}
.web_link ul li a:hover{ color:#F08200;}