@charset "utf-8";

.topArea { position:relative; top:0; padding:25px 0; background:#fff; }

/* Banner */
.banner { position:relative; width:1920px; left:50%; margin-left:-960px; overflow:hidden; z-index:3; }
.banner .bd { zoom:1; }
.banner .bd img { width:100%!important; height:auto!important; }

.banner .txt { position:absolute; top:50%; left:50%; margin-left:-600px; transform: translateY(-50%);  color:#fff; line-height:1.1; z-index:5; }
.banner .txt .p1 { font-size:40px; }
.banner .txt .p2 { font-size:16px; line-height:1.7; margin-top:40px; max-width:550px; }

/* 主体 */
.container { position:relative; padding:0; z-index:8; }
.wrap { position:relative; margin:0 auto; }

.main { display:block; overflow:hidden; *zoom:1; padding:60px 0 70px; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }

/* 左侧栏目标题 */
.leftTitle { position:relative; margin-bottom:18px; padding:18px 0; color:#333; display:none; }
.leftTitle i,.leftTitle s { display:block; text-align:center; }
.leftTitle i { font-size:38px; line-height:58px; font-weight:normal; }
.leftTitle s { color:#888; font:12px/18px arial; text-decoration:none; text-transform:uppercase; }

/* 二级、三级菜单 */
.sidebar { background:#fff; border-bottom:1px solid #e7e7ea; }

.menu ul li { float:left; font-size:0; margin-right:80px; }
.menu ul li a { position:relative; display:inline-block; padding:30px 0 25px; color:#131313; font-size:16px; z-index:2; }
.menu ul li a:before { position:absolute; display:block; content:""; height:4px; width:0; left:50%; bottom:0; /*background: linear-gradient(to right,#39b665,#17b5ff);*/ background:#0091d7; z-index:0; transition: all 0.6s; }
.menu ul li a:hover:before,.menu ul li .current:before { width:100%; left:0; right:0; }

/*
.m-rdm { padding:45px 0 0; text-align:center; font-size:0; }
.m-rdm a { display:inline-block; margin:0 20px; padding:5px; font-size:16px; color:#333; background:#fff; box-shadow: #ddd 0px 0px 10px; }
.m-rdm a i { display:inline-block; background:#fff; padding:0 30px; line-height:48px; height:48px; }
.m-rdm a:hover,.m-rdm .current { background:#0091d7;  background:url(menu.jpg) no-repeat center;  background-size:100% 100%; }
*/

.m-rdm { padding:45px 0 0; text-align:center; font-size:0; }
.m-rdm a { float:left; width:23.8%; margin-right:1.6%; background:#fff; padding:5px; font-size:16px; color:#333; background:#fff; box-shadow: #ddd 0px 0px 10px; box-sizing: border-box; }
.m-rdm a:nth-child(4n) { margin-right:0; }
.m-rdm a:nth-child(n + 5) { margin-top:20px; }
.m-rdm a i { display:block; background:#fff; padding:0 30px; line-height:48px; height:48px; }
.m-rdm a:hover,.m-rdm .current { background:#0091d7; }
 
/* 面包屑 */
.location { position:relative; height:24px; width:1002px; margin:0 auto 30px; padding:11px 0; border-bottom:1px solid #eaeaea; line-height:24px; display:none; }
.location h3 { float:left; padding-left:10px; border-left:5px solid #069; color:#000; font-size:21px; font-weight:normal; }
.breadcrumbs { float:right; text-align:right; }
.breadcrumbs a { display:inline-block; margin-left:12px; padding-left:12px; background:url(o_ico_04.gif) no-repeat 0 center; vertical-align:top; }
.breadcrumbs .u-home { padding-left:20px; background:url(o_ico_03.gif) no-repeat 0 center; }

/* 内容模式 */
.article { padding:0; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }

/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }

/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; clear:both; }
.list li span { float:right; color:#999; font-size:12px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

.picnews01 { position:relative; margin-bottom:60px; background:#fff; }
.picnews01 .swiper-slide a { display:block; }
.picnews01 .swiper-slide .pic { float:left; width:510px; overflow:hidden; }
.picnews01 .swiper-slide .pic img { transition: all 0.6s; }
.picnews01 .swiper-slide .txt { float:right; width:580px; margin-right:60px; padding-top:50px; }
.picnews01 .swiper-slide .txt .p1 { font-size:26px; line-height:35px; height:35px; color:#0d0d0d; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews01 .swiper-slide .txt .p2 { font-size:14px; line-height:25px; height:50px; color:#666; margin-top:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews01 .swiper-slide .txt .p3 { margin-top:25px; }
.picnews01 .swiper-slide .txt .p3 i { display:inline-block; width:105px; height:35px; line-height:33px; text-align:center; border:1px solid #dcdcdc; border-radius:7px; font-size:14px; color:#666; }

.swiper-pagination-p01 { position:absolute; width:640px!important; bottom:50px!important; left:auto!important; right:0; z-index:5; }
.swiper-pagination-p01 .swiper-pagination-bullet { width:7px; height:7px; background:#ade0f8; opacity:1; }
.swiper-pagination-p01 .swiper-pagination-bullet-active { background:#009fe8; }

.picnews01 .swiper-slide .txt .p3 i:hover { border:1px solid #009fe8; background:#009fe8; color:#fff; }
.picnews01 .swiper-slide .pic:hover img { transform: scale(1.1)!important; }

.picnews { padding-bottom:40px; }
.picnews ul li { float:left; width:386px; margin-right:21px; background:#fff; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:26px; }
.picnews ul li a { display:block; padding:15px; }
.picnews ul li .pic { overflow:hidden; width:100%; height:230px }
.picnews ul li .pic img { transition: all 0.6s; width:100%; height:100% }
.picnews ul li .txt { margin-top:35px; }
.picnews ul li .txt .p1 { font-size:18px; color:#333; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p2 { font-size:14px; color:#666; line-height:25px; height:50px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p3 { font-size:12px; color:#999; margin-top:10px; }
.picnews ul li .txt .p4 { position:relative; width:100%; height:1px; background:#e3e3e3; margin-top:20px; }
.picnews ul li .txt .p4:before { position:absolute; left:0; width:0; top:-2px; display:block; content:""; height:4px; /*background: linear-gradient(to right,#39b665,#17b5ff);*/background:#0091d7; transition: all 0.6s; z-index:2; }
.picnews ul li .txt .p5 { font-size:14px; color:#666; margin-top:10px; }
.picnews ul li .txt .p5 i { display:inline-block; padding-right:25px; background:url(p01.png) no-repeat center right; }

.picnews ul li:hover .txt .p1 { font-weight:bold; }
.picnews ul li:hover .txt .p4:before { width:100%; right:0; }
.picnews ul li:hover .txt .p5 i { color:#009fe8; background:url(p02.png) no-repeat center right; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }

.picnews02 { padding-bottom:40px; }
.picnews02 ul li { float:left; width:388px; margin-right:18px; background:#fff; }
.picnews02 ul li:nth-child(3n) { margin-right:0; }
.picnews02 ul li:nth-child(n + 4) { margin-top:35px; }
.picnews02 ul li .pic { overflow:hidden; width:100%; height:230px }
.picnews02 ul li .pic img { transition: all 0.6s; width:100%; height:100%  }
.picnews02 ul li .txt { padding:30px 20px 15px 20px; }
.picnews02 ul li .txt .p1 { font-size:16px; color:#333; line-height:20px; height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews02 ul li .txt .p2 { font-size:14px; color:#666; line-height:25px; height:50px; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews02 ul li .txt .p4 { position:relative; width:100%; height:1px; background:#e3e3e3; margin-top:20px; }
.picnews02 ul li .txt .p4:before { position:absolute; left:0; width:0; top:-2px; display:block; content:""; height:4px; /*background: linear-gradient(to right,#39b665,#17b5ff);*/ background:#0091d7; transition: all 0.6s; z-index:2; }
.picnews02 ul li .txt .p5 { font-size:14px; color:#666; margin-top:10px; }
.picnews02 ul li .txt .p5 i { display:inline-block; padding-right:25px; background:url(p01.png) no-repeat center right; }

.picnews02 ul li:hover .txt .p1 { font-weight:bold; color:#009de6; }
.picnews02 ul li:hover .txt .p4:before { width:100%; right:0; }
.picnews02 ul li:hover .txt .p5 i { color:#009fe8; background:url(p02.png) no-repeat center right; }
.picnews02 ul li:hover .pic img { transform: scale(1.1)!important; }

/* 图片列表 */
.pic-item-list { margin:0 0 20px; }
.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
.pic-item-list .list-pic { display:block; }
.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
.piList { padding:0 0 0; overflow:hidden; }
.piList .pic-item-list { width:1230px; margin:0 auto; padding:0; }
.piList .pic-item-list .pic-item { position:relative; width:380px; margin:0 30px 23px 0; padding:0; display:inline; }
.piList .pic-item-list .pic-item .list-pic { display:block; width:380px; height:auto; margin-bottom:0; padding:0; border:0; line-height:148px; overflow:hidden; height:240px; }
.piList .pic-item-list .pic-item .list-pic img { width:380px; height:100%; transition: all 0.6s; }
.piList dl { padding:4px 5px; line-height:20px; }
.piList dl dt { height:30px; font-size:14px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

.piList .pic-item-list .pic-item:hover .list-pic img  { transform: scale(1.1)!important; }

/* 分页 */
.page { padding:0; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:3px 10px; font-size:14px; border:1px solid #ddd; background:none; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #009fe8; color:#009fe8; }

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 40px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(hr_up.gif) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0063be; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }

.jjArea ul li { background:#f6f6f6; }
.jjArea ul li .pic { float:left; width:550px; overflow:hidden; }
.jjArea ul li .pic img { transition: all 0.6s; }
.jjArea ul li .txt { float:right; width:530px; margin-right:50px; padding-top:80px; line-height:1.1; }
.jjArea ul li .txt .p1 { font-size:32px; color:#0d0d0d; }
.jjArea ul li .txt .p2 { font-size:14px; color:#666; line-height:2; margin-top:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.jjArea ul li .txt .p3 { margin-top:15px; }
.jjArea ul li .txt .p3 a { display:inline-block; width:120px; height:40px; line-height:38px; color:#23ac38; font-size:14px; text-align:center; border:1px solid #23ac38; border-radius:7px; margin-right:15px; }
.jjArea ul li .txt .p4 { margin-top:35px; }
.jjArea ul li .txt .p4 a { display:block; width:160px; height:40px; line-height:40px; padding-left:30px; font-size:14px; color:#fff; background:url(ico-01.png) no-repeat center left; box-sizing: border-box; }

.jjArea ul li:nth-child(n + 2) { margin-top:60px; }
.jjArea ul li:nth-child(2n) .pic { float:right; }
.jjArea ul li:nth-child(2n) .txt { float:right; width:530px; margin-right:0; margin-right:65px; padding-top:80px; }

.jjArea ul li .txt .p3 a:hover { color:#fff; background:#23ac38; }
.jjArea ul li .txt .p4 a:hover { background:url(b01.png) no-repeat center left; background-size:160px 40px; }

.jjArea ul li:hover .pic img { transform: scale(1.1)!important; }

.gzArea ul li { position:relative; }
.gzArea ul li .pic { float:left; width:590px; overflow:hidden; }
.gzArea ul li .pic img { transition: all 0.6s; }
.gzArea ul li .txt { float:right; width:calc(100% - 590px); line-height:1.1; color:#333; }
.gzArea ul li .txt .txt01 { position:absolute; top:50%; transform: translateY(-50%); width:470px; right:70px; z-index:2; }
.gzArea ul li .txt .p1 { font-size:32px; }
.gzArea ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:30px; text-align:justify; }

.gzArea ul li:nth-child(n + 2) { margin-top:15px; }
.gzArea ul li:nth-child(2n) .pic { float:right; }
.gzArea ul li:nth-child(2n) .txt .txt01 { right:auto; left:60px; }

.gzArea ul li:hover .pic img { transform: scale(1.1)!important; }

.jrArea ul li { position:relative; }
.jrArea ul li:nth-child(n + 2) { margin-top:30px; }
.jrArea ul li .pic { position:relative; overflow:hidden; }
.jrArea ul li .pic a { display:block; overflow:hidden; }
.jrArea ul li .pic img { transition: all 0.6s; }
.jrArea ul li .txt { position:absolute; top:50%; max-width:350px; transform: translateY(-50%); z-index:5; line-height:1.1; }
.jrArea ul li .txt .p1 { font-size:32px; color:#333; }
.jrArea ul li .txt .p2 { font-size:14px; color:#666; margin-top:20px; line-height:25px; min-height:75px; }
.jrArea ul li .txt .p3 { margin-top:10px; }
.jrArea ul li .txt .p3 a { display:block; width:155px; height:50px;line-height:48px; color:#0091d7; font-size:14px; border:1px solid #0091d7; text-align:center; }
.jrArea ul li .txt .p3 a:hover { color:#fff; background:#0091d7; }

.jrArea ul li:nth-child(1) .txt { left:700px; }
.jrArea ul li:nth-child(2) .txt { left:205px; }

.jrArea ul li:hover .pic img { transform: scale(1.1)!important; }


.swiper-pagination-gz00 { position:absolute; left:0; right:0; width:100%; text-align:right; bottom:15px!important; padding-right:15px; box-sizing: border-box; z-index:5; }
.swiper-pagination-gz00 .swiper-pagination-bullet { background:#fff; opacity:0.5; }
.swiper-pagination-gz00 .swiper-pagination-bullet-active { opacity:1; }

/*关于我们*/
.ny-hd { position:relative; line-height:1.1; }
.ny-hd .p1 { font-size:20px; color:#7a7a7a; }
.ny-hd .p2 { font-size:36px; color:#333; margin-top:15px; }
.ny-hd .p2 i { position:relative; display:inline-block; padding-right:70px; }
.ny-hd .p2 i:before { position:absolute; bottom:0; right:0; display:block; content:""; width:60px; height:2px; background:#404040; z-index:2; }
.ny-hd .p4 { position:absolute; right:0; bottom:0; font-size:14px; color:#808080; line-height:25px; width:770px; z-index:2; }

.abArea01 { padding:50px 0 75px; background:url(abArea01.jpg) no-repeat center top #f5f5f5; }
.abArea01 .bd01 { float:left; width:calc(100% - 400px); }
.abArea01 .bd01 .bdd01 { font-size:18px; color:#404040; margin-top:25px; }
.abArea01 .bd01 .bdd02 { font-size:14px; color:#808080; margin-top:40px; line-height:25px; text-align:justify; }

.abArea01 .bd02 { float:right; width:350px; }
.abArea01 .bd02 .pic { overflow:hidden; cursor:pointer; }
.abArea01 .bd02 .pic img { transition: all 0.6s; }


.abArea01 .bd03 .txt { margin-top:60px; }
.abArea01 .bd03 .txt ul { display:flex; flex-direction:row; justify-content:space-between; }
.abArea01 .bd03 .txt ul li { text-align:center; line-height:1.1; }
.abArea01 .bd03 .txt ul li .p1 { font-family:"Arial"; font-weight:bold; font-size:18px; }
.abArea01 .bd03 .txt ul li .p1 i { font-size:55px; }
.abArea01 .bd03 .txt ul li .p1 em { position:relative; top:-25px; left:5px; }
.abArea01 .bd03 .txt ul li .p2 { font-size:14px; color:#2d2d2d; margin-top:15px; }

.abArea01 .bd03 .txt ul li:nth-child(1) .p1 { color:#1f84d3; }
.abArea01 .bd03 .txt ul li:nth-child(2) .p1 { color:#23ac38; }
.abArea01 .bd03 .txt ul li:nth-child(3) .p1 { color:#00a0e9; }
.abArea01 .bd03 .txt ul li:nth-child(4) .p1 { color:#ff9314; }
.abArea01 .bd03 .txt ul li:nth-child(5) .p1 { color:#13ab82; }
 
.abArea01 .bd02 .pic:hover img { transform: scale(1.1)!important; }

.abArea02 { padding:50px 0 75px; }
.abArea02 .bd { margin-top:85px; }
.abArea02 .bd ul { display:flex; flex-direction:row; justify-content:space-between; }
.abArea02 .bd ul li { text-align:center; }
.abArea02 .bd ul li .p2 { font-size:30px; color:#404040; margin-top:40px; }

.abArea02 .bd ul li:hover .p1 { transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);transition: transform 0.9s;-webkit-transition: transform 0.9s;-moz-transition: transform 0.9s;  }

.abArea03 { padding:50px 0 75px; background:#f5f5f5; }
.abArea03 .bd { margin-top:85px; }
.abArea03 .bd ul li { position:relative; float:left; width:288px; margin-right:16px; }
.abArea03 .bd ul li:last-child { margin-right:0; }
.abArea03 .bd ul li .pic { overflow:hidden; }
.abArea03 .bd ul li .pic img { transition: all 0.6s; }
.abArea03 .bd ul li .txt { position:absolute; top:85px; left:15px; right:15px; color:#fff; text-align:center; z-index:5; }
.abArea03 .bd ul li .txt .p1 { font-size:26px; line-height:30px; min-height:60px; }
.abArea03 .bd ul li .txt .p2 { font-size:14px; margin-top:30px; min-height:85px; }

.abArea03 .bd ul li:hover .pic img { transform: scale(1.1)!important; }

.abArea04 { padding:50px 0 75px; }
.abArea04 .wrap { /*background:url(ab04.png) no-repeat center bottom;*/ }
.abArea04 .bd01 { float:left; width:340px; }
.abArea04 .bd01 .bdd { margin-top:70px; font-size:18px; line-height:30px; }
.abArea04 .bd02 { float:right; width:853px; overflow:hidden; }
.abArea04 .bd02 img { transition: all 0.6s; }
.abArea04 .bd02:hover img { transform: scale(1.1)!important; }
 
.abArea05 { padding:50px 0 75px; background:#f5f5f5; }
.abArea05 .bd { margin-top:60px; }
 
.abArea06 { padding:50px 0 100px; }
.abArea06 .bd { margin-top:60px; background:#f5f5f5; }
.abArea06 .bd01 { float:left; width:calc(100% - 710px); padding:60px 50px 0 50px; box-sizing: border-box; }
.abArea06 .bd01 .p1 { font-size:26px; color:#333; }
.abArea06 .bd01 .p2 { font-size:14px; color:#666; line-height:2; margin-top:15px; }
.abArea06 .bd01 .p3 { margin-top:20px; width:105px; text-align:center; }
.abArea06 .bd01 .p3 p { margin-top:5px; color:#9c9c9c; }

.abArea06 .bd02 { float:right; width:710px; }



.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; font-size:0; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }


