.i_title{ font-size: 32px; line-height: 48px; text-align:center; overflow:hidden; margin-top:5%; margin-bottom: 3%; line-height:1.2; color:#333333; position:relative; padding-bottom:20px; text-transform:uppercase; }
.i_title:after{ content:""; position:absolute; width:36px; height:2px; margin-left:-18px; left:50%; bottom:0; background:#e4650f; }
@media screen and (max-width: 1024px) {
	.i_title{ font-size: 30px; }
}
@media screen and (max-width: 640px) {
	.i_title{ font-size: 22px; margin-top:6%; padding-bottom:15px;}
}


.homeAbout{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.homeAbout .text { width: 52%; padding-top: ;}
.homeAbout .text h3{ font-size: 22px; color: #555; margin: 0; margin-bottom: 10px; text-transform: uppercase; }
.homeAbout .text p{font-size: 16px; line-height: 26px; text-align: justify;}
.homeAbout .img{width: 44%;}
.homeAbout .img img{max-width: 100%; height: auto;}
@media (max-width: 1240px) {
	.homeAbout .text h3{ font-size: 20px; }
	.homeAbout .text p{ font-size: 15px; line-height: 24px; text-align: left; }
}
@media (max-width: 1000px) {
	.homeAbout .text h3{ font-size: 18px; }
	.homeAbout .img{width: 100%;margin-bottom: 30px;}
	.homeAbout .text{width: 100%;}
}
@media (max-width: 480px) {
	.homeAbout .img{ margin-bottom: 20px;}
	.homeAbout .text{ padding-top: 0px; padding-bottom: 10px;}
	.homeAbout .text h3{ font-size: 18px; }
}

.proTab{ display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; margin-bottom: 20px;  }
.proTab a{display: block; font-size: 16px; padding: 12px 36px; margin-bottom: 10px; margin-right: 15px; background-color: #FFFFFF; border: 1px solid #ddd; }
@media (max-width: 1240px) {
	.proTab{ justify-content: flex-start; }
}
@media (max-width: 480px) {
	.proTab{ margin-bottom: 5px; }
	.proTab a{ font-size: 14px; padding: 10px 12px; }
}



.homeFactory{ background: #f2f2f2; padding: 5px 0 50px; }
.homeFactory .facSwiper{
	position: relative;
	--swiper-theme-color: #ff850a;/* 设置Swiper风格 */
	--swiper-navigation-color: #ff850a;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.homeFactory .facSwiper .item{ }
.homeFactory .facSwiper .item .pic{ }
.homeFactory .facSwiper .item .pic img{ width: 100%; }
.homeFactory .facSwiper .item .txt{ font-size: 16px; color: #333333; padding-top: 10px; text-align: center; }
@media (max-width: 480px) {
	.homeFactory{ padding: 5px 0 30px; }
}



/* 浮动 */
.fixedSidebar{width:76px;position:fixed;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);z-index:90;text-align:center}
.fixedSidebar ul{ list-style-type: none; }
.fixedSidebar li{margin-top:5px;position:relative}
.fixedSidebar li:hover a{background:#E4650F}
.fixedSidebar li a{height:66px;display:block;padding-top:10px;box-sizing:border-box;background:#E4650F;transition-duration:.4s;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-ms-transition-duration:.4s;-o-transition-duration:.4s}
.fixedSidebar li a .icon{height:20px;line-height:20px}
.fixedSidebar li a .icon img{max-height:100%;vertical-align:middle}
.fixedSidebar li a .txt{line-height:20px;font-size:12px;color:#fff;margin-top:6px}
.fixedSidebar li .hide{height:66px;line-height:66px;position:absolute;top:0;right:76px;z-index:5;background:#E4650F;white-space:nowrap;box-sizing:border-box;display:none}
.fixedSidebar li .phone{padding:0 20px;font-size:20px;color:#fff}
.fixedSidebar li .qrcode{width:120px;height:120px;padding:5px}
.fixedSidebar li .qrcode img{width:100%;display:block}

@media only screen and (max-width:1200px){
	.fixedSidebar{width:100%;right:0;top:auto;bottom:0;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);display: none;}
	.fixedSidebar .close{display:none}
	.fixedSidebar li{width:25%;float:left;margin:0;border-left:solid 1px #fff;box-sizing:border-box}
	.fixedSidebar li:first-child{border-left:none}
	.fixedSidebar li:hover a{background:#E4650F}
	.fixedSidebar li a{height:50px;padding-top:4px}
	.fixedSidebar li a .icon{height:18px;line-height:18px}
	.fixedSidebar li .hide{height:auto;line-height:auto;top:auto;bottom:50px;right:auto;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);display:none}
	.fixedSidebar li .phone{display:none}
	.fixedSidebar li .qrcode{width:140px;height:140px}
}



/*
 .PicList002273 为demo编号
 */
.PicList002273{padding-top: 2%;}
.PicList002273 .left img{width: 100%;}
.PicList002273 .right .time{font-size: 12px;color: #666;border: 1px solid #c5c6c6;padding: 2px 5px;display: inline-block;}
.PicList002273 .right .h3{color: #333;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .h3 a{ }
.PicList002273 .right .p{color: #666;font-size: 14px; margin:2% 0 0;}
.PicList002273 ul li{margin-bottom: 30px;background: #eef0f1;padding: 18px 20px; border: 1px solid transparent;}
@media screen and (min-width:768px ) {
	.PicList002273 .left{float: left;width: 25%;}
	.PicList002273 .right{float: right;width: 72%;}
	.PicList002273 .right .time{margin-top: 0px;}
	.PicList002273 ul li{background:#eef0f1;}
}
@media screen and (min-width:1024px ) {
	.PicList002273 ul li:hover{border: 1px solid #e4650f;box-shadow: 0px 0px 30px #ccc;}
	.PicList002273 ul li{background:#eef0f1;position: relative;}
	.PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url("../images/PicList002273-arrow_right.png"/*tpa=http://www.perfectapegz.com/en/images/PicList002273-arrow_right.png*/) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 20px;cursor: pointer;margin-top: -10px}
}
@media screen and (min-width:1200px ) {
	.PicList002273 .left{float: left;margin-right: 15px;}
	.PicList002273 .right{float: left;width: 600px;}
	.PicList002273 .right .h3{line-height: 18px;margin: 1% 0 2%;}
	.PicList002273 .right .p{line-height: 19px; max-height: 40px;overflow: hidden;}
	.PicList002273 ul li{padding-right: 20px;}
}
/*Form002219*/
.Form002219{padding: 2% 0;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:432;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:300px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#e4650f;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/
/*
 .Banner002388 为demo编号
 */
.Banner002388{ overflow: hidden; margin-bottom: 2%; margin-top: 80px;  position: relative; }
.Banner002388 img{ position: relative; width: 100%;  }
.Banner002388 .sortname{ width: 1200px; padding: 0 30px;  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.Banner002388 .sortname h3{ font-size: 36px; color: #FFFFFF; font-weight: bold; margin: 0; }
@media (max-width: 1240px) {
	.Banner002388 .sortname{ width: 100%; }
	.Banner002388 .sortname h3{ font-size: 26px; }
}
@media (max-width: 600px) {
	.Banner002388 img{ width: 160%; max-width: 160%; margin-left: -30%; }
	.Banner002388 .sortname{ padding: 0 20px;}
	.Banner002388 .sortname h3{font-size: 20px;}
}

/*Menu002387*/
.Menu002387{padding: 4%;}
.Menu002387 .side-menu li{ background: rgba(0,0,0,0.25); border-bottom:1px solid #fff; line-height:40px; font-size: 15px;border-bottom: 1px solid #f2f2f2;}
.Menu002387 .side-menu li:last-child{ border-bottom: none;}
.Menu002387 .side-menu li a{ display:block; position:relative;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; text-align:center; color:#fff;}
.Menu002387 .side-menu li a:hover,
.Menu002387 .side-menu li.on a,.Menu002387 .side-menu li a.on{ background:#e4650f;}

.Menu002387 .side-menu li ol{ display:none;}
.Menu002387 .side-menu li ol li{ padding:1%;}
.Menu002387 .side-menu li ol li a{ color:#666; font-size:14px; line-height:30px;}
.Menu002387 .side-menu li ol li a:hover{ color:#e8222a;}

@media(max-width:1024px){
.Menu002387 .side-menu,.Menu002387 #side-menu{ display:none;}
}
@media(max-width:768px){
.Menu002387{padding: 0;}
}
/*
 .RighInfo002389 为demo编号
 */
.RighInfo002389 .box1{font-size:13px;}
.RighInfo002389 .box1 .intro{ color:#666; line-height:24px;}
.RighInfo002389 .box1 .intro h2,.RighInfo002389 .box1 .intro p strong{color: #e4650f}
.RighInfo002389 .box1 .ul_img{ overflow:hidden;}
.RighInfo002389 .box1 .ul_img li{ width:32%; margin-right:2%; float:left;}
.RighInfo002389 .box1 .ul_img li img{ width:100%;}
.RighInfo002389 .box1 .ul_img li:last-child{ margin-right:0;}
.RighInfo002389 .box1 .more{ text-align:center; padding-top:3%;}
.RighInfo002389 .box1 .more a{ display:inline-block; font-size:16px; border:1px solid #008ae2; border-radius:3px; padding:10px 28px; color:#008ae2; transition:padding ease-in-out 0.3s;}
.RighInfo002389 .box1 .more a:hover{color:#fff; border-color:#008ae2; background-color:#008ae2;padding:10px 38px;}

@media(max-width:768px){
 .RighInfo002389 .box1 .title h1{ font-size: 20px;}
}
/*Top002070 */
.Top002070{ position:fixed; left:0; top:0; width:100%; background-color:#fff; z-index:100;}
.Top002070 .header{max-width: 1200px; margin: 0 auto; position: relative;}
.Top002070 .header-left{position:absolute; top:50%; left:0; transform:translateY(-50%); width:40%; max-width:100px;}
.Top002070 .header-left img{ height: 60px; }
.Top002070 .header-right{  position:absolute; top:50%;right:0;margin-top:-20px;}
.Top002070 .header-right dd{position:relative; float:left;}
.Top002070 .header-right dd >a{ display:block;height:40px; line-height:40px; font-size: 16px;}
@media(min-width:1025px){
.Top002070 .header-mid{ margin-right:205px; margin-left:130px;}
}

.Top002070 .top-language a{ position:relative; padding:0 10px;}
.Top002070 .top-language a:before,
.Top002070 .top-language a:after{ position:absolute;content:''; top:50%;margin-top:-2.5px;}
.Top002070 .top-language a:after{ right:0;border:5px solid transparent; border-top-color:#8c8c8c; }

.Top002070 .open-search{ width:40px;  background:url("../images/Top002070-search_btn.png"/*tpa=http://www.perfectapegz.com/en/images/Top002070-search_btn.png*/) no-repeat center center; }
.Top002070 .search-box{ position:absolute; width:150px; overflow:hidden; right:0; top:0; background:#eee; transition:0.3s; opacity:1;z-index: 1000;}
.Top002070 .search-box .text{ width:100%; background:none; height:40px; border:none; line-height:40px; padding:0 40px 0 10px;}
.Top002070 .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:40px;background:url("../images/Top002070-search_btn.png"/*tpa=http://www.perfectapegz.com/en/images/Top002070-search_btn.png*/) no-repeat center center;}
.Top002070 .top-search-on .search-box{ width:200px; opacity:1;}

.Top002070 .header-menu li em{ line-height:40px; padding:20px 0; font-size:18px;position:relative; text-transform: uppercase; overflow: hidden; text-transform: uppercase; white-space: nowrap;}
.Top002070 .header-menu li:hover em a,
.Top002070 .header-menu li.aon em a{ color:#e4650f;}
.Top002070 .header-menu li em a{ font-weight:bold; color: #333;}
.Top002070 .header-menu li .sub{ background:none; width: 150%; left: -25%;}
.Top002070 .header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top002070 .header-menu li .sub dt a{ text-align:center; color:#fff;}
.Top002070 .header-menu li .sub dt a:hover{ background:#e4650f;}

@media(max-width:1024px){
.Top002070 .header{ margin:0 2%; height:80px;}
.Top002070 .header-right{ z-index:101; right:2%;}
.Top002070 .Public_nav_style #open_menu{ position:relative; right:0; top:auto; margin-left:10px; border-radius:0; background:#EEE4D8; height:32px; border:none; margin-top:4px;}
.Top002070 #open_menu i::before,
.Top002070 #open_menu i::after{ background:#e4650f !important;} 
.Top002070 #open_menu i{background:#e4650f; height:3px; margin-top:-1.5px;}
.Top002070 #header-menu ul{ padding:0; border-top:82px solid #fff; background:rgb(228, 101, 15);}
.Top002070 #header-menu li{text-align:center;}
.Top002070 #header-menu li em a{ padding:5%;  font-weight:normal; line-height:normal;}
.Top002070 #header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top002070 #header-menu li .sub dt a{ border-bottom:0;}
}
@media(max-width:640px){
.Top002070 .search-box{ width:110px;}
}
/*
 .Banner002345 为demo编号
 */
.Banner002345{ position: relative; overflow: hidden; margin-top: 80px;}
.Banner002345 .bx-wrapper{ position:relative; z-index:1;}
.Banner002345 .bx-viewport{ z-index:1;}
.Banner002345 li a{ display:block; }
.Banner002345 li img{ display:block; width:100%; position: relative; max-width: none; }
.Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;}
.Banner002345 .bx-pager div{ display:inline-block; width: 38px; height: 38px; margin-right:10px; text-align:center; overflow: hidden;}
.Banner002345 .bx-pager div a{ display:block; width:38px; height:38px; font-size:16px; line-height:38px; position: relative; background-color:#FFFFFF; -moz-opacity:0.7;  opacity: 0.7; filter:alpha(opacity=70); transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div .active{ background:#e4650f; color:#fff;}
/*.Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a.active{position: relative;}
.Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}*/
.Banner002345 .bx-controls-direction{ display: none;}

@media(min-width:768px){
.Banner002345 li img{width:100%; left: 0; max-width: 100%;}
.Banner002345 .bx-pager{ bottom:40px;}
.Banner002345 .bx-controls-direction{ display: none;}
.Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
.Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url("../images/Banner002345-prev.png"/*tpa=http://www.perfectapegz.com/en/images/Banner002345-prev.png*/) no-repeat center;}
.Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url("../images/Banner002345-next.png"/*tpa=http://www.perfectapegz.com/en/images/Banner002345-next.png*/) no-repeat center;}
.Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
.Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
}

/*PicList002171 */
.PicList002171{ padding:2% 0 0; background: #f2f2f2;}
.PicList002171 li{ float:left; width:14.167%; margin-right:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(228, 101, 15, 0.9); opacity:0; transition:0.3s; }
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:15px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(6n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
.PicList002171 li:nth-child(3n){ margin-right:0;}
}

/*Floor002528 */
.Floor002528{ padding:2% 0 0; overflow:hidden; background: #f2f2f2;}
.Floor002528 ul{position:relative; z-index:1;}
.Floor002528 ul li{width:23.5%;min-height:100px; margin-right: 2%; margin-bottom: 2%; float:left; text-align:center;transition: top 1s ease, left 1s ease;}
.Floor002528 ul li:nth-child(4n){margin-right: 0;}
.Floor002528 ul li a{ display:block; transition:transform ease-in-out 0.3s;}
.Floor002528 ul li .pic{ position:relative; padding-bottom: 100%; background-color: #fff; background-size: contain;}
.Floor002528 ul li .pic img{display:none; width:100%;}
.Floor002528 ul li .txt{color:#333; padding:5% 2%; border-bottom: 2px solid #eee; background: #fff;}
.Floor002528 ul li .txt p{ font-size:18px; margin:0;}
.Floor002528 ul li a:hover{box-shadow:0 0 10px rgba(0,0,0,0.3);}
@media(max-width:1280px){
	.Floor002528 ul{ padding:0;}
}
@media(max-width: 768px){
	.Floor002528 ul li{width: 49%;}
	.Floor002528 ul li:nth-child(3n){margin-right: 2%;}
	.Floor002528 ul li:nth-child(2n){margin-right: 0;}
}
@media(max-width:640px){
	.Floor002528 ul li .txt p{ font-size:18px;}
	.Floor002528 ul li .txt span{ font-size:12px;}
}
@media(min-width:1025px){
	.Floor002528 ul li a:hover{ transform:scale(1.03);}
	.Floor002528 ul li a:hover .txt{ transform:scale(1); }
}

/*
 .Floor002444 为demo编号
 */
.Floor002444{ background: #f2f2f2; padding: 1% 0 2% 0; }
.Floor002444 .i_title{ margin-bottom: 4%; }
.Floor002444 .home{ text-align: center; font-size: 24px; color: #2F2F2F; line-height: 40px; }
.Floor002444 .auto_1200{  }
.Floor002444 .auto_1200 .more{ font-size:22px; color: #fff; text-align: center; width:450px; height: 60px; line-height: 60px; display: block; margin: 0 auto 2.5%; background: #e4650f; display:none; }

/*Bottom002553 */
.Bottom002553{ background:#222;}
.Bottom002553 footer{ background:#222; line-height:26px; padding:15px 0; border-top: 1px solid #aaa; }
.Bottom002553 footer dd{color: #FFFFFF;}
.Bottom002553 footer dd a{ color:#fff; text-decoration:underline;}
.Bottom002553 footer dt a{ color:#fff;display:inline-block;}
.Bottom002553 footer dt a img{ width: 30px; margin-right: 7px; }
/* .Bottom002553 footer dt a::after{ display:inline-block; content:''; width:1px; height:7px; background:#fff; vertical-align:middle; margin:0 15px; } */
.Bottom002553 footer dt a:last-child::after{ display:none;}
.Bottom002553 footer dt a:hover{ color:#fb8e20; }
.Bottom002553 .contact dt{ border-bottom:1px solid #aaa; line-height:20px; padding:10px; font-size:14px; color: #fff; }
.Bottom002553 .contact dt:first-child{padding-top: 0;}
.Bottom002553 .contact dt::before{ display:inline-block; width:20px; height:20px; content:''; vertical-align:text-top; margin:0 10px 0 0; background-position:center center; background-repeat:no-repeat;}
.Bottom002553 .contact dt.dt_1::before{ background-image:url("../images/Bottom002553_icon_1.png");}
.Bottom002553 .contact dt.dt_3::before{ background-image:url("../images/Bottom002553_icon_3.png");}
.Bottom002553 .contact dt.dt_4::before{ background-image:url("../images/Bottom002553_icon_4.png");}
.Bottom002553 .contact dt.dt_5::before{ background-image:url("../images/Bottom002553_icon_5.png");}
.Bottom002553 .bottom{ padding:3% 0 2%;}
.Bottom002553 .bottom nav dt{ font-size:15px; color:#fff;}
.Bottom002553 .bottom nav dd{ line-height:25px; font-size:13px;}
.Bottom002553 .bottom nav dd a{color: #fff;}
@media(min-width:1025px){
.Bottom002553 footer dt{ float:left;}
.Bottom002553 footer dd{ float:right; color: #fff;}
.Bottom002553 .contact{ float:right; width:40%; max-width:428px;}
.Bottom002553 .bottom nav dl{ float:left; margin-right:3%;}
.Bottom002553 .bottom nav dl:last-child{ margin-right:0;}
.Bottom002553 .bottom nav dt::after{ width:30px; height:1px; background:#c4c4c4; display:block; content:''; margin:10px 0;}
.Bottom002553 .bottom nav dd{ display:block !important;}
}
@media(max-width:1024px){
.Bottom002553 footer dt{ display: none;}
.Bottom002553 .contact{ padding-top: 10px; }
.Bottom002553 .bottom nav dd{ display:inline-block; }
.Bottom002553 .bottom{ padding:0 0 3% 0; }
.Bottom002553 .bottom nav{ background:#2f2f2f; padding:3%; }
.Bottom002553 .bottom nav dt{ color:#fff; position:relative; border-bottom:1px solid rgba(255,255,255,0.2); line-height:45px; }
.Bottom002553 .bottom nav dt span.open{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; background-color:transparent; }
.Bottom002553 .bottom nav dt::after{ position:absolute; content:'+'; right:10px; top:50%; transform:translateY(-50%); font-size:20px; }
.Bottom002553 .bottom nav dd{ display:none; padding:10px 0 0 10px; }
.Bottom002553 .bottom nav dd a{ color:#666; font-size:15px;}
}
/*
 .PicList000762 为demo编号
 */
.PicList000762{padding: 2% 0;}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%;}
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;font-weight: 400; transition: transform .3s;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:contain; padding-bottom:99%; border:1px solid #e9e9e9; transition: transform .3s; position: relative;}
.PicList000762 li figure.video::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-color: rgba(0,0,0,0.1); }
.PicList000762 li figure img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90px; z-index: 2; }
.PicList000762 li:hover{ z-index:4;}
.PicList000762 li:hover figure{ box-shadow:0 0 5px #ccc; transform:scale(1.05);}
.PicList000762 li:hover h2{ transform:translateY(10px);}
.pageTit{font-size: 20px; padding-left: 10px; border-left: 3px solid #009FE3; margin: 2% 0;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
.pageTit{font-size: 16px;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}
/*
 .Page002274 为demo编号
 */
.Page002274{ text-align:center; padding:1% 0 2%;color:#666666;}
.Page002274 *{ 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:#e4650f;}
.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;}
}
/*
 .RighInfo002254 为demo编号
 */
.RighInfo002254{ padding:30px 0 1%;}
.RighInfo002254 .list_img{ float:left; width:55.6%; position:relative;}
.RighInfo002254 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo002254 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo002254 .list{ padding:42px 0 42px 82.9%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url("../images/RighInfo002254-btn_prev.png"/*tpa=http://www.perfectapegz.com/en/images/RighInfo002254-btn_prev.png*/) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo002254 .list a.prev{ top:0;}
.RighInfo002254 .list a.next{ bottom:0; background-image:url("../images/RighInfo002254-btn_next.png"/*tpa=http://www.perfectapegz.com/en/images/RighInfo002254-btn_next.png*/);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{ height:100px;  position:relative;}
.RighInfo002254 .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo002254 .list li.on figure{ border:2px solid #e4650f;}
.RighInfo002254 .right_info{ float:right; width:39.2%;}
.RighInfo002254 .right_info h1{ padding:7% 0; color:#e4650f; font-size:24px; margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8; font-weight: 400;}
.RighInfo002254 .right_info .con{border-bottom:1px solid #e7e8e8; padding-bottom: 2%;}
.RighInfo002254 .right_info p{line-height: 25px;}
.RighInfo002254 .right_info .con dd{line-height: 25px;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #ccc; padding:10px 5%; color:#e4650f; transition:0.4s; margin-top:5%;}
.RighInfo002254 .right_info a:hover{ background-color:#e4650f; color:#fff;}

.RighInfo002254 .tab{ padding:3% 0;}
.RighInfo002254 .tab .h1_tab{ margin:0; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.RighInfo002254 .tab .h1_tab span{ float:left; padding:0 5%; line-height:45px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{ background-color:#e4650f; color:#fff;}
.RighInfo002254 .tab .info{ padding-top:1%;}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url("../images/RighInfo002254-icon_download.png"/*tpa=http://www.perfectapegz.com/en/images/RighInfo002254-icon_download.png*/) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url("../images/RighInfo002254-icon.png"/*tpa=http://www.perfectapegz.com/en/images/RighInfo002254-icon.png*/) no-repeat left center;}
@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{ float:none; width:auto;}
.RighInfo002254 .right_info dl{padding: 3% 0;}
}
@media(max-width:640px){
.RighInfo002254 .list li{ height:100px;}
.RighInfo002254 .right_info h1{font-size:20px; }
 }	
@media(max-width:480px){
.RighInfo002254 .list{ padding-top:30px; padding-bottom:30px;}
.RighInfo002254 .list a{ height:28px;}
.RighInfo002254 .list li{ height:80px;}
.RighInfo002254 .tab .h1_tab{ font-size:16px;}
.RighInfo002254 .tab .h1_tab span{ padding:0 5%; width:48%; text-align:center;}
 }	

.Info_title{ padding:0px; margin:5px 0px; font-size:18px; color:#e4650f; text-align:center; line-height: 32px;}
.Info_time{ padding:0px; margin:0px; font-size:12px; font-weight:normal; text-align:center; background:url("../images/Icon_line.jpg"/*tpa=http://www.perfectapegz.com/en/images/Icon_line.jpg*/) repeat-x left top;}
.Info_time{ color:#666; line-height:34px;}
.Info_img{ text-align:center; margin-top:20px;}
.Info_txt{ padding:10px 0; line-height:28px;}
.Info_back{ text-align:center; font-size:12px; font-weight:normal; padding:15px 0px;}
.Info_back a{ color:#ef2e25; text-decoration:underline;}
.Info_back a:hover{ color:#ef2e25; text-decoration:none;}
.Info_page a{ color:#7a7a7a; line-height: 24px; }

.form{ padding:20px 0; overflow:hidden;}
.from .btn{ cursor:pointer; border:none; padding:0 15%;height:35px; font-size:14px; color:#fff; background:#cb3034;}
.from .f_name{ width:80px; padding-right:15px;text-align:right; color:#4d4d4d;}
.from table{ max-width:535px;}
.from td{  line-height:35px; padding-top:3%; vertical-align:top;}
.from .text{ width:80%; border:1px solid #eaeaea; height:35px; line-height:35px; padding:0 2%; border-radius:3px;}
.from .textcode{ width:80px;}
.from .text:focus{ border-color:#045bff; transition:all ease 0.5s;}
.from textarea.text{ width:100%; height:175px;}
.from .form_err{color:#045bff;}

.TextList001398{ padding:2% 0;}
.TextList001398 li{height: 49px; padding: 0 10px; border-bottom: 1px solid #e3e3e3; line-height: 49px; position:relative;}
.TextList001398 li a{display:block; padding: 0 75px 0 20px; background: url("../images/TextList001398_dow.png"/*tpa=http://www.perfectapegz.com/en/images/TextList001398_dow.png*/) 0 50% no-repeat; font-size: 16px; color: #3d3d3d;}
.TextList001398 li a:hover{color: #D61919;}
.TextList001398 li .btn{width: 71px; height: 49px; position: absolute; top: 0; right: 10px; background: url("../images/TextList001398_btn.png"/*tpa=http://www.perfectapegz.com/en/images/TextList001398_btn.png*/) 0 50% no-repeat;}
.TextList001398 li:nth-child(2n){background: #f2f2f2;}

.i_list{ position:relative; padding-top:20px }
.i_list ul li.link{ width:204px; height:165px; float:left; margin-right:20px; margin-bottom:15px; overflow:hidden;}
.i_list ul li.link a img{ background:#fff; width:200px; height:120px; padding:1px; border:solid 1px #ccc;}
.i_list ul li.link a{ font:normal 12px/30px "宋体"; display:block; color:#666; text-align:center;}
.i_list ul li.link a:hover{ color:#28a6fb;}

.news-list{ position:relative;}
.news-list li{ padding-bottom:10px; margin-bottom:10px; border-bottom:1px dashed #c3c3c3; list-style:none }
.news-list li a{ font-size:14px;}
.news-list li span{ float:right;}

.contact_video {width:550px;height:400px;background:#000;}
@media(max-width:640px){
.contact_video {width:100%;height:300px;}
}