@charset "utf-8";
/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }

.banner-ny .txt { position:absolute; top:50%; transform: translateY(-50%); left:0; right:0; color:#fff; line-height:1.1; text-align:center; z-index:2; }
.banner-ny .txt .p1 { font-size:50px; font-weight:bold; }
.banner-ny .txt .p2 { font-size:18px; line-height:30px; margin:20px auto 0; max-width:865px; }

@media all and (max-width:1400px){
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:16px; line-height:30px; margin:15px auto 0; max-width:800px; }
}
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:24px; }
	.banner-ny .txt .p2 { font-size:14px; line-height:25px; margin:10px auto 0; max-width:800px; width: 100%;box-sizing: border-box;padding: 0 10px;}
}


.lxArea { margin-top:0; }


/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:80px 0; }

@media all and (max-width:1440px){
	.main { padding:60px 0; }
}
@media all and (max-width:1200px){
	.main { padding:30px 0; }
}

.leftTitle { display:none; }

.sidebar { box-shadow: 0 0 20px rgba(0, 21, 89, 0.15); }

.menu { float:left; }
.menu ul li { float:left; position:relative; }
/* .menu ul li:before { position:absolute; display:block; content:""; right:0; top:50%; transform: translateY(-50%); width:1px; height:14px; background:#dbdbdb; z-index:5; } */
.menu ul li:last-child:before { display:none; }
.menu ul li a { position:relative; display:inline-block; padding:0 30px; font-size:18px; color:#333; height:80px; line-height:80px; }
.menu ul li a.current,.menu ul li:hover a { color:#001559;  }

.menu ul li a.current:after {content: "";display: block;width: 80%;left: 10%;bottom: 0;background: #001559;height: 2px;position: absolute;}
.menu ul li:hover a::after{content: "";display: block;width: 80%;left: 10%;bottom: 0;background: #001559;height: 2px;position: absolute;}

.location { float:right; font-size:16px; color:#999; }
.location a { color:#999; display:inline-block; padding:0 5px; line-height:80px; }
.location a.current { color:#333; }
.location a.u-home { padding-left:40px; background:url(u-home.png) no-repeat center left; }


@media all and (max-width:1440px){
	.menu ul li a { padding:0 20px; font-size:14px; height:60px; line-height:60px; }
 
	.location { font-size:14px; }
	.location a { line-height:60px; }
	.location a.u-home { padding-left:30px; }
}
@media all and (max-width:1200px){
	.menu { float:none; width:100%; }
	.menu ul li { float:left; width:25%; text-align:center; }
	.menu ul li:before { width:1px; height:10px; }
	.menu ul li a { display:block; padding:0 5px; font-size:14px; height:40px; line-height:40px; }

	.location { display:none; }
}

/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:24px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.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%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.article .bd { font-size:14px; }
}
 
 
 
/* 新闻列表 */
.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; }
.listArea { padding:0 0 60px; }
.listArea li { border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:40px; height:40px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.listArea li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.listArea li a { padding-left:15px; }
.listArea li a:hover { text-decoration:underline; }

@media all and (max-width:1200px){
	.listArea { padding:0 0 40px; }
}

/* 图文新闻 */
.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; box-sizing: border-box; }
.pothoItem .item .pic img { width:100%; 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; }

@media all and (max-width:1200px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { padding-bottom:60px; }
.picnews ul li { float:left; width:32.6%; margin-right:1.1%; background:#f8f8f8; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:40px; }
.picnews ul li a { display:block; padding:40px 25px; }
.picnews ul li .pic { border-radius:7px; overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li .txt { margin-top:30px; }
.picnews ul li .txt .p1 { font-size:20px; line-height:40px; height:80px; font-weight:bold; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p2 { font-size:16px; color:#999; margin-top:20px; }

.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li:hover .txt .p1 { color:#001559; }

@media all and (max-width:1440px){
	.picnews ul li:nth-child(n + 4) { margin-top:20px; }
	.picnews ul li a { padding:25px 20px; }
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:18px; line-height:30px; height:60px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:1200px){
	.picnews { padding-bottom:40px; }
	.picnews ul li { float:none; width:100%; margin-right:0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 2) { margin-top:15px; }
	.picnews ul li a { padding:20px 4%; }
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:16px; line-height:25px; height:auto; max-height:50px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; }
}



/* 图片列表 */
.piList { padding-bottom:60px; }
.piList ul li { position:relative; float:left; width:31.6%; margin-right:2.6%; }
.piList ul li:before { position:absolute; left:0; bottom:0; display:block; width:0; content:""; height:3px; background:#001559; transition: all 0.6s; z-index:2; }
.piList ul li:nth-child(3n) { margin-right:0; }
.piList ul li:nth-child(n + 4) { margin-top:50px; }
.piList ul li .pic { overflow:hidden; }
.piList ul li .pic img { transition: all 0.6s; width: 100%;}
.piList ul li .txt { line-height:75px; padding:0 20px; font-size:18px; font-weight:bold; border-bottom:1px solid #dbdbdb; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.piList ul li:hover:before { width:100%; }
.piList ul li:hover .pic img { transform: scale(1.1)!important; }
.piList ul li:hover .txt { background:#f8f8f8; color:#001559; }

@media all and (max-width:1440px){
	.piList ul li:nth-child(n + 4) { margin-top:30px; }
	.piList ul li .txt { line-height:60px; padding:0 20px; font-size:16px; }
}
@media all and (max-width:1200px){
	.piList { padding-bottom:40px; }
	.piList ul li { position:relative; float:left; width:49%; margin-right:2%; }
	.piList ul li:nth-child(3n) { margin-right:2%; }
	.piList ul li:nth-child(2n) { margin-right:0; }
	.piList ul li:nth-child(n + 3) { margin-top:15px; }
	.piList ul li .txt { line-height:40px; padding:0 4%; font-size:14px; }
}
 
 
/* 分页 */
.page { line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#001559; color:#fff; }

@media screen and (max-width:1200px){
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

/* 人才招聘 */
.hr { position:relative; padding:0 0 40px; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#1c63b3; font-weight:bold; font-size:28px; margin-bottom:30px; }
.hr-list .info { padding:5px 0; line-height:25px; font-size:14px; }

@media all and (max-width:1200px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.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 input {  vertical-align:middle; }
.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:30px; 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:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.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; }

@media all and (max-width:1200px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.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; }

.conArea { padding:80px 0; background: url(pic10.jpg) no-repeat center center #f8f9fd; background-size: over; }
.conArea .hd { color:#333; }
.conArea .hd .p1 { font-size:36px; font-weight:bold; }
.conArea .hd .p2 { font-size: 16px; color: #3f4150; margin-top: 18px; }

.conArea01 { float:left; background:#fff; width: 50%; padding:60px; box-sizing: border-box; }
.conArea01 .bd { margin-top:30px; }
.conArea01 .bd .ipt { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 30px; }
.conArea01 .bd .ipt .inline { width: 48.4%; position: relative; }
.conArea01 .bd .ipt .inline input { display: block; width: 100%; height:45px; padding: 0 28px 0 22px; line-height: 45px; font-size: 16px; border: 1px solid #e5e5e5; }
.conArea01 .bd .ipt .inline span { position: absolute; right: 14px; top: 16px; font-size: 18px; vertical-align: top; line-height: 18px; font-weight: bold; color: #001559; }
.conArea01 .bd .ipt .inline .arr { position: absolute; width: 8px; height: 8px; border-right: 2px solid #001559; border-bottom: 2px solid #001559; right: 14px; top: 50%; transform: translateY(-50%) rotate(45deg); }
.conArea01 .bd .ipt .inline dl { position: absolute; top: 100%; width: 100%; left: 0; display: none; background: #fff; box-shadow: 0 0 14px rgba(0, 0, 0, .15); padding: 20px; }
.conArea01 .bd .ipt .inline dl dd { cursor: pointer; font-size: 14px; margin-bottom: 10px; position: relative; transition: all 0.3s; padding-left: 16px; }
.conArea01 .bd .ipt .inline dl dd:last-child { margin-bottom: 0; }
.conArea01 .bd .ipt .inline dl dd:before { content: '\20'; position: absolute; left: 3px; top: 50%; width: 6px; height: 6px;  border-radius: 50%; transform: translateY(-50%); background: #0c64c5; transition: all 0.3s; opacity: 0; }
.conArea01 .bd .ipt .inline dl dd:after { content: '\20'; position: absolute; left: 0; top: 50%; width: 12px; height: 12px;  border-radius: 50%; border: 1px solid #444444; transform: translateY(-50%); transition: all 0.3s; }
.conArea01 .bd .ipt .inblock { width:100%; }
.conArea01 .bd .ipt .inblock textarea { display: block; width: 100%; height: 126px; padding: 16px 22px; font-size: 16px; resize: none; border: 1px solid #e5e5e5; }
.conArea01 .bd .check .inblock { display: flex ; justify-content: space-between; }
.conArea01 .bd .check .check1 { width: 58.97%; padding: 0 17px; display: flex; align-items: center; height: 44px; border: 1px solid #e5e5e5; }
.conArea01 .bd .check .check1 .code-input input { display: block; margin-left:10px; border-left: 1px solid #e5e5e5; height: 20px; line-height: 20px; padding: 0 12px;  width:250px; font-size: 16px; }
.conArea01 .bd .check .check2 img { width:100px; height:auto; }
.conArea01 .bd .check .check3 input { display: block; width:130px; height: 44px; cursor: pointer; font-size: 16px; color: #fff; line-height: 44px; background: #001559; }

.conArea01 .bd .ipt .inline dd:hover,.conArea01 .bd .ipt .inline dd.on { color: #0c64c5; }
.conArea01 .bd .ipt .inline dd:hover:before,.conArea01 .bd .ipt .inline dd.on:before {  opacity: 1; }
.conArea01 .bd .ipt .inline dd:hover:after,.conArea01 .bd .ipt .inline dd.on:after { border-color: #0c64c5; }


.conArea02 { float:left; width: 50%; padding:0 60px 0 90px; box-sizing: border-box; }
.conArea02 .bd .info-item { padding:23px 0; border-bottom: 1px solid #dcdcdc; display: flex ; }
.conArea02 .bd .info-item:last-child { border-bottom: none; }
.conArea02 .bd .info-item .picBox { width: 48px; height: 48px; margin-right: 20px;  background: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.conArea02 .bd .info-item .textBox { margin-top: 5px; font-size: 16px;  color: #3f4150; line-height: 36px; }
.conArea02 .contact-qrcode img { width:150px; height:auto;}

.sjArea{display: none;}

@media all and (max-width:1440px){
	.conArea { padding:60px 0; }
	.conArea .hd .p1 { font-size:28px; }
	.conArea .hd .p2 { font-size:14px; margin-top:10px; }

	.conArea01 { float:left; width: 50%; padding:40px; }
	.conArea01 .bd { margin-top:20px; }
	.conArea01 .bd .ipt { margin-bottom: 20px; }
	.conArea01 .bd .ipt .inline { width:48.5%; }
	.conArea01 .bd .ipt .inline input { height:35px; padding: 15px; line-height:35px; font-size:14px; }
	.conArea01 .bd .ipt .inline span { right:10px; top: 16px; font-size:16px; }
	.conArea01 .bd .ipt .inline .arr { right: 10px; }
	.conArea01 .bd .ipt .inline dl { padding:15px; }
	.conArea01 .bd .ipt .inline dl dd { font-size: 14px; margin-bottom: 10px; padding-left:15px; }
	.conArea01 .bd .ipt .inline dl dd:last-child { margin-bottom: 0; }
	.conArea01 .bd .ipt .inline dl dd:before { left:2px; width:4px; height:4px; }
	.conArea01 .bd .ipt .inline dl dd:after { width:8px; height:8px; }
 
	.conArea01 .bd .ipt .inblock textarea { height: 100px; padding:10px 15px; font-size:14px; }
 
	.conArea01 .bd .check .check1 { width:calc(100% - 200px); padding:0 15px; box-sizing: border-box; height:35px; }
	.conArea01 .bd .check .check1 .ico img { width:20px; height:20px; }
	.conArea01 .bd .check .check1 .code-input input { margin-left:10px; padding:0 10px; width:150px; font-size:14px; }
	.conArea01 .bd .check .check2 img { width:80px; height:auto; }
	.conArea01 .bd .check .check3 input { width:100px; height: 35px; font-size: 14px; line-height: 35px; }
 

	.conArea02 { float:left; width: 50%; padding:0 30px 0 50px; }
	.conArea02 .bd { margin-top:20px; }
	.conArea02 .bd .info-item { padding:15px 0; }
	.conArea02 .bd .info-item .picBox { width:35px; height:35px; margin-right:10px; }
	.conArea02 .bd .info-item .picBox img { width:20px; height:20px; }
	.conArea02 .bd .info-item .textBox { margin-top: 5px; font-size:14px; line-height:25px; }
	.conArea02 .contact-qrcode img { width:120px; height:auto;}

}
@media all and (max-width:1100px){
	.conArea { padding:40px 0; }
	.conArea .hd .p1 { font-size:20px; }
	.conArea .hd .p2 { font-size:14px; margin-top:10px; }

	.conArea01 { float:none; width:100%; padding:20px 4%; }
	.conArea01 .bd { margin-top:20px; }
	.conArea01 .bd .ipt { margin-bottom:10px; }
	 
	.conArea02 { float:none; width: 100%; padding:20px 4%; margin-top:30px; }
	.conArea02 .bd { margin-top:20px; }
	.conArea02 .bd .info-item { padding:15px 0; }
	.conArea02 .bd .info-item .picBox { width:35px; height:35px; margin-right:10px; }
	.conArea02 .bd .info-item .picBox img { width:20px; height:20px; }
	.conArea02 .bd .info-item .textBox { margin-top: 5px; font-size:14px; line-height:25px; }
	.conArea02 .contact-qrcode img { width:120px; height:auto;}
}


.mapArea .my-map { width:100%!important; height:450px!important; }
.mapArea #dituContent { width:calc(100% - 2px); height:450px!important; }

.mapArea01 img { width:100%; height:auto; }
.mapArea01 .img02 { display:none; }

@media all and (max-width:1440px){
	
}
@media all and (max-width:1200px){
	.mapArea .my-map { height:300px!important; }
	.mapArea #dituContent { height:300px!important; }
}
@media all and (max-width:750px){
	.mapArea01 .img01 { display:none; }
	.mapArea01 .img02 { display:block; }
}

.disArea01 { padding:80px 0; background: #f6f6f6; }
.disArea01 .pic { float:right; width:50%; text-align:center; }
.disArea01 .pic img { max-width:100%; height:auto; }
.disArea01 .txt { float:left; width:45%; padding-top:30px; }
.disArea01 .txt .p1 { font-size:30px; color:#001559; font-weight: bold;}
.disArea01 .txt .p2 { font-size:16px; line-height:2; margin-top:30px; color: #6b6b6b; }

.disArea02 { padding:60px 0; font-size:16px; line-height:2; word-wrap:break-word; }
.disArea02 img { max-width:100%; height:auto!important; }
.disArea02 video { max-width:100%; height:auto!important; }

@media all and (max-width:1440px){
	.disArea01 { padding:60px 0; }
	.disArea01 .pic { float:right; width:50%; }
	.disArea01 .txt { float:left; width:45%; padding-top:30px; }
	.disArea01 .txt .p1 { font-size:24px; }
	.disArea01 .txt .p2 { font-size:14px; line-height:25px; margin-top:30px; }

	.disArea02 { padding:40px 0; font-size:14px; line-height:25px; }
}
@media all and (max-width:1000px){
	.disArea01 { padding:30px 0; }
	.disArea01 .pic { float:none; width:100%; }
	.disArea01 .pic img { max-width:60%; }
	.disArea01 .txt { float:none; width:100%; padding-top:30px; }
	.disArea01 .txt .p1 { font-size:20px; }
	.disArea01 .txt .p2 { font-size:14px; line-height:25px; margin-top:10px; }

	.disArea02 { padding:30px 0; font-size:14px; line-height:25px; }
}

.dy-hd { line-height:1.1; text-align:center; }
.dy-hd .p1 { font-size:38px; color:#001559; font-weight:bold; }
.dy-hd .p2 { font-size:18px; color:#666; margin-top:20px; line-height:2; }
.dy-hd .p3 { font-size:16px; color:#666; margin:30px auto 0; line-height:2; max-width:1095px; }



.dyArea01 { padding:80px 0; background:url(dyArea01.jpg) no-repeat center; background-size:cover; }
.dyArea01 .g-in { background:url(dy01.png) no-repeat left top; }
.dyArea01 .bd { margin-top:85px; }
.dyArea01 .bd ul { display:flex; flex-direction:row; justify-content:space-between; }
.dyArea01 .bd ul li { width:275px; text-align:center; }
.dyArea01 .bd ul li .p1 { min-height:70px; }
.dyArea01 .bd ul li .p2 { font-size:24px; color:#333; font-weight:bold; }
.dyArea01 .bd ul li .p3 { font-size:16px; color:#666; margin-top:10px; line-height:2; }

.dyArea01 .bd ul li:hover .p1 img{ animation: jello 1.4s; }
.dyArea01 .bd ul li:hover .p2 { color: #001559; }



.dyArea02 { padding:60px 0; background:url(dyArea02.png) no-repeat center bottom; background-size:cover; }
.dyArea02 .dy-hd { float:left; width:45.5%; text-align:left; padding-top:75px; }
.dyArea02 .pic { position:relative; float:right; width:48.75%; }
.dyArea02 .pic .pic01 { transform: scale(0); opacity: 0; transition: all 0.8s; transition-delay: 1s; }
.dyArea02 .pic .pic02 { position:absolute; left:0; top:0; width:100%; text-align:center; z-index:2; opacity: 0; transition: all 1s;  animation: icons 4s linear infinite; }
.dyArea02 .pic .pic02 img { max-width:100%; height:auto; }

.dyArea02 .pic.act .pic01 { transform: scale(1); opacity: 1; transition-delay: 0s; }
.dyArea02 .pic.act .pic02 { opacity: 1; transition-delay: 1s; }

@keyframes icons {
    0% {
        -webkit-transform: translate(0,0);
        transform:  translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,1em);
        transform: translate(0,1em);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.dyArea03 { padding:70px 0 60px; }
.dyArea03 .bd { margin-top:50px; }
.dyArea03 .bd .swiper-container {overflow: hidden;}
.dyArea03 .bd .swiper-slide a { position:relative; display:block; overflow:hidden; }
.dyArea03 .bd .swiper-slide .pic01 { position:absolute; top:100%; left:0; right:0; bottom:0; background:url(pic05.png) no-repeat center; background-size:cover; transition: all 0.6s; z-index:3; }
.dyArea03 .bd .swiper-slide .pic02 { position:absolute; top:90px; left:0; right:0; text-align:center; z-index:2; }
.dyArea03 .bd .swiper-slide .pic02 img { max-width:190px; }

.dyArea03 .bd .swiper-slide .txt { position:absolute; left:0; right:0; bottom:30px; padding:0 30px; color:#fff; transition: all 0.6s; text-align:center; z-index:5; }
.dyArea03 .bd .swiper-slide .txt .p1 { color:#333; font-size:24px; font-weight:bold; }
.dyArea03 .bd .swiper-slide .txt .p2 { color:#666; font-size:16px; margin-top:15px; }
.dyArea03 .bd .swiper-slide .txt .p3 { height:0; margin-top:0; transition: all 0.6s; overflow:hidden; text-align:center; }
.dyArea03 .bd .swiper-slide .txt .p3 i { display:inline-block; font-size:16px; line-height:35px; padding-left:45px; background:url(pic06.png) no-repeat center left; }

.dyArea03 .bd .swiper-slide:hover .pic01 { top:0; }
.dyArea03 .bd .swiper-slide:hover .txt .p1 { color:#fff; }
.dyArea03 .bd .swiper-slide:hover .txt .p2 { color:#fff; }
.dyArea03 .bd .swiper-slide:hover .txt .p3 { height:35px; margin-top:20px; }

.dyArea03 .btn { position:absolute; left:0; right:0; bottom:0; font-size:0; z-index:2; display: flex;justify-content: center;}
.dyArea03 .btn01 { display:inline-block; width: 48px; height: 48px; background: url(ico12.png)no-repeat center; background-size: 100%!important; cursor:pointer; }
.dyArea03 .prev-a01 { margin-right:30px; }
.dyArea03 .btn .next-a01 { transform: rotateY(180deg); }
.dyArea03 .btn .prev-a01:hover { background: url(ico13.png)no-repeat center;transform:rotateY(180deg); }
.dyArea03 .btn .next-a01:hover { background: url(ico13.png)no-repeat center; transform:rotateY(0) ; }

.dyArea03 .bd{padding-bottom: 100px;}

@media all and (max-width:1440px){
	.dyArea01{padding: 60px 0;}
	.dy-hd .p1{font-size: 30px;line-height: 40px;}
	.dyArea01 .bd{margin-top: 40px;}
	.dyArea01 .bd ul li{width: 23.5%;margin-right: 2%;}
	.dyArea01 .bd ul li .p2{font-size: 20px;line-height: 30px;}
	.dyArea03{padding: 60px 0;}
	.dyArea03 .bd{margin-top: 40px;}

	.dyArea03 .bd .swiper-slide .pic02 { top:50px; }
	.dyArea03 .bd .swiper-slide .pic02 img { max-width:150px; }
}
@media all and (max-width:1200px){
	.dyArea01{padding: 30px 0;}
	.dyArea01 .bd{margin-top: 20px;}
	.dyArea03{padding: 30px 0;}
	.dyArea03 .bd{margin-top: 20px;}
	.dy-hd .p1{font-size: 20px;line-height: 30px;}
	.dy-hd .p2{font-size: 14px;line-height: 24px;margin-top: 10px;}
	.dyArea01 .bd ul{flex-wrap: wrap;}
	.dyArea01 .bd ul li{width: 49%;margin-right: 2%;margin-top: 2%;}
	.dyArea01 .bd ul li:nth-child(2n){margin-right: 0;}
	.dyArea01 .bd ul li:nth-child(-n+2){margin-top: 0;}
	.dyArea01 .bd ul li .p2{font-size: 18px;line-height: 28px;}
	.dyArea01 .bd ul li .p3{font-size: 14px;line-height: 24px;}
	.dyArea01 .g-in { background:url(dy01.png) no-repeat left top;background-size: 50px; }
	.dyArea02{padding: 30px 0;}
    .dyArea02 .g-in{display: flex;flex-direction: column;}
	.dyArea02 .dy-hd{width: 100%;padding-top: 0;}
	.dyArea02 .pic{width: 100%;}
	.dy-hd .p3{font-size: 14px;line-height: 24px;margin-top: 20px;max-width: 100%;width: 100%;}
	.dyArea03 .bd .swiper-slide .txt .p1{font-size: 18px;line-height: 28px;}
	.dyArea03 .bd .swiper-slide .txt .p2{font-size: 14px;line-height: 24px;}
	.dyArea03 .bd .swiper-slide .txt{padding: 0 15px;bottom: 10px;}
	.banner-ny{margin-top: 60px;}
	.header{overflow: hidden;}
	body{min-width: unset !important;}
	.conArea{padding: 30px 0;}
	.dyArea03 .btn01{width: 30px;height: 30px;}
	.dyArea03 .bd{padding-bottom: 50px;}


	.menu{        overflow-x: auto;}
	.menu ul{display: flex;}
	.menu ul a{width: 200px ;text-align: left;}
	.menu ul li{width: unset;}
}







@media all and (max-width:1440px){
	
}
@media all and (max-width:1200px){
	.sjArea{display: block;}
	.pcArea{display: none;}
}
















