@charset "utf-8";
.wrapper { padding-top:80px; }

@media all and (max-width:1200px){
	.wrapper { padding-top:60px; }
}

.topArea { position:fixed; background:#fff; box-shadow: #eee 0px 8px 5px -8px; }

.subNav { position:fixed; }
.zqArea { position:fixed; }

.footer { box-shadow: #fafafa 0px -5px 5px; }

@keyframes scale{ -webkit-transform: scale(1.1); transform: scale(1.1); }

/* Banner */
.banner-ny { position:relative; overflow: hidden; }
.banner-ny img { width:100%; height:auto; /*animation: scale 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);*/ }
.banner-ny .img02 { display:none; }
.banner-ny .txt { position:absolute; left:4%; right:4%; top:50%; transform: translateY(-50%); color:#fff; text-align:center; z-index:5; }
.banner-ny .txt .p1 { font-size:48px; }
.banner-ny .txt .p2 { font-size:16px; margin-top:30px; }

@media all and (max-width:1680px){
	.banner-ny .txt .p1 { font-size:36px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.banner-ny .txt .p1 { font-size:24px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:750px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
	
	.banner-ny .txt .p1 { font-size:22px; }
	.banner-ny .txt .p2 { font-size:12px; margin-top:10px; }
}
 
/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:70px 0; }

@media all and (max-width:1200px){
	.main { padding:60px 0; }
}
@media all and (max-width:750px){
	.main { padding:30px 0; }
}

.sidebar { padding:40px 0 20px; border-bottom:1px solid #e5e5e5; }

.leftTitle { float:left; }
.leftTitle i { display:none; }
.leftTitle s { color:#999; font-style:normal; font-size:32px; line-height:45px; font-weight:normal; font-family:"Arial"; text-decoration:none; text-transform:capitalize; }

.menu { float:left; margin-left:15px; }
.menu ul li { float:left; margin-right:15px; }
.menu ul li:last-child { margin-right:0; }
.menu ul li a { display:inline-block; font-size:20px; color:#333; border:1px solid transparent; padding:0 25px; border-radius:25px; line-height:45px; }
.menu ul li a.current,.menu ul li:hover a { color:#d0121b; }
.menu ul li a.current,.menu ul li:hover a { border-color:#d0121b; }

/* 面包屑 */
.location { float:right; line-height:45px; font-size:14px; }
.location h3 { display:none; }
.location a { color:#333; display:inline-block; }
.location a.u-home { padding-left:20px; background:url(u-home.png) no-repeat center left; }

.m-rdm { margin-top:35px; text-align:center; }
.m-rdm a { display:inline-block; padding:0 45px; font-size:20px; line-height:50px; border:1px solid #dcdcdc; border-radius:5px; margin:0 5px; box-sizing: border-box; }
.m-rdm a.current,.m-rdm a:hover { border:1px solid #d50000; background:#d50000; color:#fff; }

@media all and (max-width:1680px){
	.sidebar { padding:30px 0 15px; }
	
	.leftTitle s { font-size:28px; line-height:35px; }
	.menu ul li { margin-right:25px; }
	.menu ul li:last-child { margin-right:0; }
	.menu ul li a { font-size:16px; line-height:35px; }
 
	.location { line-height:35px; font-size:14px; }
	
	.m-rdm a { padding:0 30px; font-size:16px; line-height:45px; }
}
@media all and (max-width:1280px){
	.sidebar { padding:20px 0 15px; }
	
	.leftTitle s { font-size:24px; line-height:25px; }
	.menu ul li { margin-right:20px; }
	.menu ul li:last-child { margin-right:0; }
	.menu ul li a { font-size:16px; line-height:25px; }
 
	.location { display:none; }
	
	.m-rdm a { padding:0 20px; font-size:16px; line-height:40px; }
}
@media all and (max-width:1000px){
	.sidebar { display:none; }
	
	.m-rdm { margin-top:0; padding-top:35px; font-size:0; }
	.m-rdm a { padding:0 10px; font-size:14px; line-height:30px; margin-bottom:10px; }
}
@media all and (max-width:750px){
 
	.m-rdm a { padding:0; width:48%; margin:0 4% 0 0; }
	.m-rdm a:nth-child(2n) { margin-right:0; }
	.m-rdm a:nth-child(n + 3) { margin-top:10px; }
}

/* 内容模式 */
.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:36px; line-height: 1.5; }
.article .hd .titBar { color:#797979; font-size:14px; line-height: 5; } 
.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%!important; height:auto!important; }

.article01 { margin-bottom:30px; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:30px; }
	.article .bd { font-size:14px; }
}
@media all and (max-width:750px){
	.article .hd h1 { font-size:24px; }
}
 
/* 新闻列表 */
.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; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:12px; margin-left:15px; }
.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; 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:750px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { padding-bottom:40px; }
.picnews ul li { float:left; width:31%; margin:0 3.5% 0 0; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li:nth-child(n + 4) { margin-top:70px; }
.picnews ul li .pic { position:relative; overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li .txt { margin-top:30px; }
.picnews ul li .txt .p1 { font-size:16px; color:#999; }
.picnews ul li .txt .p2 { font-size:28px; color:#333; margin-top:15px; line-height:45px; height:90px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p3 { font-size:16px; color:#d0121b; margin-top:40px; }

.picnews ul li .pic p { position:absolute; top:0; left:0; right:0; bottom:0; background:url("data:image/svg+xml;charset=utf-8,%3Csvg t='1681805751248' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3403' width='50' height='50'%3E%3Cpath d='M512 0C229.256533 0 0 229.239467 0 512c0 282.760533 229.256533 512 512 512 282.7776 0 512-229.239467 512-512C1024 229.239467 794.7776 0 512 0z m219.9552 540.450133l-291.157333 168.0896a28.125867 28.125867 0 0 1-42.1888-24.354133V347.989333a28.125867 28.125867 0 0 1 42.1888-24.354133l291.157333 168.0896c18.756267 10.820267 18.756267 37.888 0 48.725333z' fill='%23ffffff' p-id='3404'%3E%3C/path%3E%3C/svg%3E") no-repeat center rgba(0,0,0,0.3); z-index:2; }
 
 
@media all and (max-width:1680px){
	.picnews { padding-bottom:20px; }
	.picnews ul li:nth-child(n + 4) { margin-top:40px; }
	.picnews ul li .txt { margin-top:20px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:20px; margin-top:15px; line-height:35px; height:70px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:30px; }	 
}
@media all and (max-width:1280px){
	.picnews { padding-bottom:20px; }
	.picnews ul li { width:32%; margin:0 2% 0 0; }
	.picnews ul li:nth-child(3n) { margin-right:0; }
	.picnews ul li:nth-child(n + 4) { margin-top:30px; }
	.picnews ul li .txt { margin-top:10px; }
	.picnews ul li .txt .p1 { font-size:12px; }
	.picnews ul li .txt .p2 { font-size:16px; margin-top:10px; line-height:25px; height:50px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; }	 
}
@media all and (max-width:900px){
	.picnews { padding-bottom:20px; }
	.picnews ul li { width:49%; margin:0 2% 0 0; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
	.picnews ul li:nth-child(n + 3) { margin-top:20px; }
	.picnews ul li .txt { margin-top:10px; }
	.picnews ul li .txt .p1 { font-size:12px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; height:40px; }
	.picnews ul li .txt .p3 { font-size:12px; margin-top:10px; }	  
}
@media all and (max-width:450px){
	.picnews ul li { 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:20px; }
}


.picnews .hd { margin-bottom:45px; text-align:center; }
.picnews .hd .p1 { font-size:44px; color:#333; line-height:1; }
.picnews .hd .p2 { width:42px; height:5px; background:#d00e19; margin:25px auto 0; }

.picnews .m-rdm { margin-bottom:40px; }
 
@media all and (max-width:1680px){

	.picnews .hd { margin-bottom:40px; }
	.picnews .hd .p1 { font-size:38px; }
}
@media all and (max-width:1280px){

	.picnews .hd { margin-bottom:30px; }
	.picnews .hd .p1 { font-size:28px; }
	.picnews .hd .p2 { width:42px; height:3px; margin:15px auto 0; }
	
	.picnews .m-rdm { margin-bottom:30px; }
}
@media all and (max-width:750px){

	.picnews .hd { margin-bottom:20px; }
	.picnews .hd .p1 { font-size:20px; }
	.picnews .hd .p2 { width:42px; height:3px; margin:10px auto 0; }
}

.picnews01 { padding-bottom:40px; }
.picnews01 ul li { float:left; width:23.5%; margin-right:2%; }
.picnews01 ul li:nth-child(4n) { margin-right:0; }
.picnews01 ul li:nth-child(n + 5) { margin-top:70px; }
.picnews01 ul li .pic { border:1px solid #f3f3f3;  overflow:hidden;  }
.picnews01 ul li .pic img { transition: all 0.6s; }
.picnews01 ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews01 ul li .txt { margin-top:30px; }
.picnews01 ul li .txt .p1 { font-size:16px; color:#999; display:none; }
.picnews01 ul li .txt .p2 { font-size:28px; color:#333; margin-top:0; line-height:45px; height:45px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.picnews01 ul li .txt .p3 { font-size:16px; color:#d0121b; margin-top:20px; }

@media all and (max-width:1680px){
	.picnews01 { padding-bottom:20px; }
	.picnews01 ul li:nth-child(n + 5) { margin-top:40px; }
	.picnews01 ul li .txt { margin-top:20px; }
	.picnews01 ul li .txt .p1 { font-size:14px; }
	.picnews01 ul li .txt .p2 { font-size:20px; margin-top:15px; line-height:35px; height:35px; }
	.picnews01 ul li .txt .p3 { font-size:14px; }	 
}
@media all and (max-width:1280px){
	.picnews01 { padding-bottom:20px; }
	.picnews01 ul li { width:32%; margin:0 2% 0 0; }
	.picnews01 ul li:nth-child(3n) { margin-right:0; }
	.picnews01 ul li:nth-child(n + 4) { margin-top:30px; }
	.picnews01 ul li .txt { margin-top:10px; }
	.picnews01 ul li .txt .p1 { font-size:12px; }
	.picnews01 ul li .txt .p2 { font-size:16px; margin-top:10px; line-height:25px; height:25px; }
	.picnews01 ul li .txt .p3 { font-size:12px; margin-top:10px; }	 
}
@media all and (max-width:900px){
	.picnews01 { padding-bottom:20px; }
	.picnews01 ul li { width:49%; margin:0 2% 0 0; }
	.picnews01 ul li:nth-child(3n) { margin-right:2%; }
	.picnews01 ul li:nth-child(2n) { margin-right:0; }
	.picnews01 ul li:nth-child(n + 3) { margin-top:20px; }
	.picnews01 ul li .txt { margin-top:10px; }
	.picnews01 ul li .txt .p1 { font-size:12px; }
	.picnews01 ul li .txt .p2 { font-size:14px; margin-top:10px; line-height:20px; height:20px; }
	.picnews01 ul li .txt .p3 { font-size:12px; margin-top:10px; }	  
}
@media all and (max-width:200px){
	.picnews01 ul li { width:100%; margin-right:0; }
	.picnews01 ul li:nth-child(3n) { margin-right:0; }
	.picnews01 ul li:nth-child(2n) { margin-right:0; }
	.picnews01 ul li:nth-child(n + 2) { margin-top:20px; }
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:24%; margin:0 1.33% 30px 0; }
.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden; }
.piList .pic-item-list .pic-item .list-pic img { width:100%; height:auto; transition: all 0.6s; }
.piList .pic-item-list .pic-item dl { padding:5px; margin-top:10px; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:20px; line-height:30px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }

@media all and (max-width:1680px){
	.piList .pic-item-list .pic-item dl dt { height:20px; font-size:16px; line-height:20px; }
}
@media all and (max-width:1100px){
	.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 2% 0; }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%;  }
	.piList .pic-item-list .pic-item:nth-child(4n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}
 
/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom:0; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:none; border:1px solid #eee; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#d0121b; color:#fff; }

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.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:750px){
	.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:750px){
	.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; }


.zrArea { margin-bottom:85px; }
.zrArea .hd { margin-bottom:45px; text-align:center; }
.zrArea .hd .p1 { font-size:44px; color:#333; line-height:1; }
.zrArea .hd .p2 { width:42px; height:5px; background:#d00e19; margin:25px auto 0; }

.zrArea .swiper-container-zr01 { box-shadow: #eee 0px 0px 10px; }
.zrArea .swiper-pagination-zr01 { text-align:center; margin-top:30px; }
.zrArea .swiper-pagination-zr01 .swiper-pagination-bullet-active { background:#d0121b; }

@media all and (max-width:1680px){
	.zrArea { margin-bottom:60px; }
	.zrArea .hd { margin-bottom:40px; }
	.zrArea .hd .p1 { font-size:38px; }
}
@media all and (max-width:1280px){
	.zrArea { margin-bottom:40px; }
	.zrArea .hd { margin-bottom:30px; }
	.zrArea .hd .p1 { font-size:28px; }
	.zrArea .hd .p2 { width:42px; height:3px; margin:15px auto 0; }
}
@media all and (max-width:750px){
	.zrArea { margin-bottom:30px; }
	.zrArea .hd { margin-bottom:20px; }
	.zrArea .hd .p1 { font-size:20px; }
	.zrArea .hd .p2 { width:42px; height:3px; margin:10px auto 0; }
}

.conArea01 ul li { float:left; width:32.5%; padding:55px 10px 50px 10px; border:1px solid #eee; margin-right:1.25%; text-align:center; box-sizing: border-box; }
.conArea01 ul li:last-child { margin-right:0; }
.conArea01 ul li .p1 { min-height:80px; }
.conArea01 ul li .p2 { font-size:24px; color:#333; }
.conArea01 ul li .p3 { font-size:16px; color:#666; margin-top:15px; line-height:25px; height:50px; }
.conArea01 ul li .p4 { font-size:20px; color:#333; margin-top:15px; line-height:45px; }
.conArea01 ul li .p4 a { color:#333; display:inline-block; line-height:45px; padding:0 20px; border-radius:25px; }

.conArea01 ul li .p4:hover a { color:#fff; background:#d0121b; }

.conArea02 { margin-top:90px; }
.conArea02 .hd { font-size:34px; font-weight:bold; text-align:center; }
.conArea02 .bd { margin-top:75px; }
.conArea02 .bd ul li { float:left; width:48%; margin-right:4%; }
.conArea02 .bd ul li:nth-child(2n) { margin-right:0; }
.conArea02 .bd ul li:nth-child(n + 3) { margin-top:35px; }
.conArea02 .bd ul li .p1 { line-height:40px; font-size:16px; color:#181818; }
.conArea02 .bd ul li .p1 i { color:#e52b26; }
.conArea02 .bd ul li .p2 .text { width:100%; height:60px; line-height:60px; border:1px solid #eee; font-size:14px; padding:0 20px; box-sizing: border-box; }
.conArea02 .bd ul li .p2 .textarea { width:100%; height:120px;  border:1px solid #eee; font-size:14px; padding:10px 20px; box-sizing: border-box; }

.conArea02 .bd ul li.li05 { width:100%; margin-right:0; }
.conArea02 .bd ul li.li06 { width:100%; margin-right:0; text-align:center; }
.conArea02 .bd ul li.li06 .btn { display:inline-block; width:150px; height:50px; text-align:center; line-height:50px; font-size:18px; color:#fff; letter-spacing:6px; background:#a2a2a2; margin:0 20px; border-radius:5px; cursor:pointer; }
.conArea02 .bd ul li.li06 .btn01 { background:#d0121b; }

.mapArea { margin-top:75px; display: flex;justify-content: space-between; flex-wrap: wrap;}
.mapArea .map1{width: 50%;}
.mapArea .map2{width: 50%;}
/* #dituContent { height:715px!important; } */

@media all and (max-width:1680px){
	.conArea01 ul li { padding:40px 10px;  }
	.conArea01 ul li .p1 { min-height:70px; }
	.conArea01 ul li .p2 { font-size:20px; }
 
	.conArea02 { margin-top:60px; }
	.conArea02 .hd { font-size:28px; }
	.conArea02 .bd { margin-top:60px; }
 
	.conArea02 .bd ul li:nth-child(n + 3) { margin-top:25px; }
	 
	.conArea02 .bd ul li .p2 .text { height:50px; line-height:50px; }
  
	.mapArea { margin-top:60px; }
	/* #dituContent { height:650px!important; } */
}
@media all and (max-width:1280px){
	.conArea01 ul li { padding:40px 10px;  }
	.conArea01 ul li .p1 { min-height:55px; }
	.conArea01 ul li .p1 img { height:45px; }
	.conArea01 ul li .p2 { font-size:18px; }
	.conArea01 ul li .p3 { font-size:14px; margin-top:10px; line-height:20px; height:40px; }
	.conArea01 ul li .p4 { font-size:16px; margin-top:10px; }
 
	.conArea02 { margin-top:60px; }
	.conArea02 .hd { font-size:28px; }
	.conArea02 .bd { margin-top:60px; }
 
	.conArea02 .bd ul li:nth-child(n + 3) { margin-top:25px; }
	 
	.conArea02 .bd ul li .p2 .text { height:50px; line-height:50px; }
  
	.mapArea { margin-top:60px; }
	/* #dituContent { height:550px!important; } */
}
@media all and (max-width:750px){
	.conArea01 ul li { width:100%; margin-right:0; padding:20px 5px;  }
	.conArea01 ul li:nth-child(n + 2) { margin-top:15px; }
	.conArea01 ul li .p1 { min-height:45px; }
	.conArea01 ul li .p1 img { height:35px; }
	.conArea01 ul li .p2 { font-size:16px; }
	.conArea01 ul li .p3 { font-size:14px; margin-top:10px; line-height:20px; height:40px; }
	.conArea01 ul li .p4 { font-size:16px; margin-top:10px; }
 
	.conArea02 { margin-top:30px; }
	.conArea02 .hd { font-size:18px; }
	.conArea02 .bd { margin-top:30px; }
	.conArea02 .bd ul li { float:none; width:100%; margin-right:0; }
	.conArea02 .bd ul li:nth-child(2n) { margin-right:0; }
	.conArea02 .bd ul li:nth-child(n + 2) { margin-top:10px; }
	.conArea02 .bd ul li .p1 { line-height:30px; font-size:14px; }
	.conArea02 .bd ul li .p2 .text { height:40px; line-height:40px; font-size:14px; padding:0 10px; }
	.conArea02 .bd ul li .p2 .textarea {  border:1px solid #eee; font-size:14px; padding:10px; }
 
	.conArea02 .bd ul li.li06 .btn { width:100px; height:40px; line-height:40px; font-size:14px; margin:0 10px; }
 
	.mapArea { margin-top:30px; flex-direction: column-reverse;}
	.mapArea .map1{width: 100%;}
	.mapArea .map2{width: 100%;}
	#dituContent { height:400px!important; }
}

.fdArea { padding-bottom:40px; }
.fdArea ul li { float:left; width:31.5%; margin-right:2.75%; background:#fcfcfc; }
.fdArea ul li:nth-child(3n) { margin-right:0; }
.fdArea ul li:nth-child(n + 4) { margin-top:50px; }
.fdArea ul li .pic { overflow:hidden; }
.fdArea ul li .pic img { transition: all 0.6s; }
.fdArea ul li:hover .pic img { transform: scale(1.1)!important; }
.fdArea ul li .pic01 { height:4px; background: linear-gradient(to right,#e06a16,#aa0203); }
.fdArea ul li .txt { padding:40px 20px; }
.fdArea ul li .txt .p1 { font-size:28px; line-height:45px; height:90px; color:#000; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.fdArea ul li .txt .p2 { font-size:16px; color:#d0121b; margin-top:30px; }

.fdArea ul li:hover { box-shadow: #eee 0px 5px 10px; }


@media all and (max-width:1680px){
	.fdArea { padding-bottom:40px; }
	.fdArea ul li { width:32%; margin-right:2%; }
	.fdArea ul li:nth-child(3n) { margin-right:0; }
	.fdArea ul li:nth-child(n + 4) { margin-top:2%; }
	.fdArea ul li .txt { padding:25px 15px; }
	.fdArea ul li .txt .p1 { font-size:20px; line-height:30px; height:60px;  }
	.fdArea ul li .txt .p2 { font-size:14px; margin-top:20px; }
}
@media all and (max-width:1280px){
	.fdArea { padding-bottom:40px; }
	.fdArea ul li { width:32%; margin-right:2%; }
	.fdArea ul li:nth-child(3n) { margin-right:0; }
	.fdArea ul li:nth-child(n + 4) { margin-top:2%; }
	.fdArea ul li .txt { padding:25px 10px; }
	.fdArea ul li .txt .p1 { font-size:16px; line-height:25px; height:50px;  }
	.fdArea ul li .txt .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:750px){
	.fdArea { padding-bottom:20px; }
	.fdArea ul li { width:49%; margin-right:2%; }
	.fdArea ul li:nth-child(3n) { margin-right:2%; }
	.fdArea ul li:nth-child(2n) { margin-right:0; }
	.fdArea ul li:nth-child(n + 3) { margin-top:2%; }
	.fdArea ul li .txt { padding:10px 10px; }
	.fdArea ul li .txt .p1 { font-size:14px; line-height:20px; height:40px;  }
	.fdArea ul li .txt .p2 { font-size:12px; margin-top:10px; }
}
@media all and (max-width:250px){
	.fdArea ul li { width:100%; margin-right:0; }
	.fdArea ul li:nth-child(3n) { margin-right:0; }
	.fdArea ul li:nth-child(2n) { margin-right:0; }
	.fdArea ul li:nth-child(n + 2) { margin-top:20px; }
}

.zcArea01 { max-width:1330px; margin:0 auto; position:relative!important; z-index:5!important; }
.zcArea01 .left { position:relative; float:left; width:44%; border-bottom:1px solid #d0121b; }
.zcArea01 .left .tit { display:block; line-height:50px; padding-left:10px; font-size:18px; color:#9f9f9f; background:url(zc01.png) no-repeat center right; }
.zcArea01 .left .sub { position: absolute; left:-1px; right:-1px; top:50px; background:#fafafa; border:1px solid #d0121b; z-index:2; display:none; }
.zcArea01 .left .sub a { display:block; line-height:50px; padding:0 10px; font-size:18px;  border-bottom:1px solid #d0121b; box-sizing: border-box; }
.zcArea01 .left .sub a:last-child { border-bottom:none; }
 
.zcArea01 .left:hover .sub { display:block; }

.zcArea01 .right { position:relative; float:right; width:44%; border-bottom:1px solid #d0121b; }
.zcArea01 .right .btn { float:right; width:20px; height:50px; background:url(zc02.png) no-repeat center; cursor:pointer; }
.zcArea01 .right .txt { float:left; width:calc(100% - 20px); height:50px; line-height:50px; padding-left:10px; font-size:18px; box-sizing: border-box; }

.zcArea { margin-top:100px; padding-bottom:40px; position:relative!important; z-index:1!important; }
.zcArea ul li { float:left; width:48.5%; margin-right:3%; border:1px solid #ededed; box-sizing: border-box; }
.zcArea ul li:nth-child(2n) { margin-right:0; }
.zcArea ul li:nth-child(n + 3) { margin-top:2.5%; }
.zcArea ul li a { display:block; padding:50px 9% 40px 9%; line-height:1.1; }
.zcArea ul li .p1 { font-size:16px; color:#999; }
.zcArea ul li .p2 { font-size:28px; height:96px; line-height:48px; margin-top:20px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.zcArea ul li .p3 { font-size:16px; margin-top:40px; color:#c7000c; }


.zcArea ul li:hover { background:url(zc03.jpg) no-repeat center; background-size:cover; border-color:#fff; }

@media all and (max-width:1680px){
	.zcArea01 .left { width:48.5%; }
	.zcArea01 .left .tit { font-size:16px; }
	.zcArea01 .left .sub a { font-size:16px; }
 
	.zcArea01 .right { width:48.5%; }
	.zcArea01 .right .txt { font-size:16px; }

	.zcArea { margin-top:80px; padding-bottom:40px; }
	 
	.zcArea ul li a { padding:35px 5%; }
	.zcArea ul li .p1 { font-size:16px; color:#999; }
	.zcArea ul li .p2 { font-size:20px; height:60px; line-height:30px; margin-top:20px; }
	.zcArea ul li .p3 { font-size:16px; margin-top:30px; }
}
@media all and (max-width:1280px){
	.zcArea01 .left { width:48.5%; }
	.zcArea01 .left .tit { font-size:14px; }
	.zcArea01 .left .sub a { font-size:14px; }
 
	.zcArea01 .right { width:48.5%; }
	.zcArea01 .right .txt { font-size:14px; }

	.zcArea { margin-top:60px; padding-bottom:40px; }
	 
	.zcArea ul li a { padding:25px 5%; }
	.zcArea ul li .p1 { font-size:14px; color:#999; }
	.zcArea ul li .p2 { font-size:16px; height:50px; line-height:25px; margin-top:15px; }
	.zcArea ul li .p3 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:750px){
	.zcArea01 .left { float:none; width:100%; }
	.zcArea01 .left .tit { font-size:12px; padding-left:0; height:35px; line-height:35px; }
	.zcArea01 .left .sub a { font-size:12px; height:35px; line-height:35px; padding-left:0; }
 
	.zcArea01 .right { float:none; width:100%; margin-top:20px; }
	.zcArea01 .right .btn { width:20px; height:35px; }
	.zcArea01 .right .txt { font-size:12px; padding-left:0; height:35px; line-height:35px; }

	.zcArea { margin-top:30px; padding-bottom:20px; }
	.zcArea ul li { float:none; width:100%; margin-right:0; }
	.zcArea ul li:nth-child(n + 2) { margin-top:2.5%; }
	.zcArea ul li a { padding:15px 10px; }
	.zcArea ul li .p1 { font-size:12px; color:#999; }
	.zcArea ul li .p2 { font-size:14px; height:40px; line-height:20px; margin-top:10px; }
	.zcArea ul li .p3 { font-size:12px; margin-top:10px; }
}

.xmArea01 { position:relative; padding:200px 0 70px; text-align:center; color:#fff; line-height:1.1; background:url(pic10.jpg) no-repeat center; background-size:cover!important; }
.xmArea01:before { position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.5); display:block; content:""; z-index:1; }
.xmArea01 .wrap { position:relative; z-index:5; }
.xmArea01 .p1 { font-size:20px; }
.xmArea01 .p2 { font-size:44px; margin-top:25px; }
.xmArea01 .p3 { margin-top:75px; }
.xmArea01 .p4 { font-size:16px; margin-top:20px; line-height:25px; height:50px; }
.xmArea01 .p5 { margin-top:45px; }

.xmArea02 { padding:90px 0; }
.xmArea02 .bd { margin-top:85px; }
.xmArea02 .bd ul li { position:relative; }
.xmArea02 .bd ul li:nth-child(n + 2) { margin-top:65px; }
.xmArea02 .bd ul li .pic { width:80%; }
.xmArea02 .bd ul li .txt { position:absolute; top:50%; margin-top:-32px; right:5%; width:15%; text-align:center; z-index:2; }
.xmArea02 .bd ul li .txt p { line-height:65px; height:65px; font-size:20px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; z-index:2; }
.xmArea02 .bd ul li .txt:before { position:absolute; bottom:0; right:0; width:calc(100% + 85px); height:1px; background:#d50000; display:block; content:""; z-index:2; }

.xmArea02 .bd ul li:nth-child(2n) .pic { margin-left:20%; }
.xmArea02 .bd ul li:nth-child(2n) .txt { left:5%; right:auto; }
.xmArea02 .bd ul li:nth-child(2n) .txt:before { left:0; right:auto; }

.xm-hd { text-align:center; line-height:1.1; color:#333; }
.xm-hd .p1 { font-size:44px; }
.xm-hd .p1 i { color:#d0121b; }
.xm-hd .p2 { margin:45px auto 0; max-width:1070px; font-size:16px; line-height:2; }

.xmArea03 { padding:80px 0 110px; background:url(xm07.jpg) no-repeat center; background-size:cover; }
.xmArea03 .bd { margin-top:65px; text-align:center; }
.xmArea03 .bd ul li { display:inline-block; width:315px; margin:0 30px; background:#fff; border:1px solid #dcdcdc; border-radius:8px; }
.xmArea03 .bd ul li .p1 { padding:55px 0; }
.xmArea03 .bd ul li .p1 img { max-width:180px; }
.xmArea03 .bd ul li .p2 { line-height:60px; font-size:18px; color:#333; border-top:1px solid #dcdcdc; }

.xmArea04 { padding:90px 0; }
.xmArea04 .bd { position:relative; margin-top:65px; }
.xmArea04 .bd .swiper-slide .txt { position:relative; font-size:24px; color:#333; height:100px; line-height:100px; background:#f6f6f6; padding:0 30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xmArea04 .bd .swiper-slide .txt:before { position:absolute; left:0; width:0; bottom:0; height:2px; display:block; content:""; background:#d0121b; z-index:2; transition: all 0.6s; }

.xmArea04 .bd .prev-xm01 { position:absolute; top:50%; margin-top:-23px; width:28px; height:47px; background:url(xm03.png) no-repeat center; left:-60px; cursor:pointer; }
.xmArea04 .bd .next-xm01 { position:absolute; top:50%; margin-top:-23px; width:28px; height:47px; background:url(xm04.png) no-repeat center; right:-60px; cursor:pointer; }
.xmArea04 .bd .prev-xm01:hover { background:url(xm05.png) no-repeat center; }
.xmArea04 .bd .next-xm01:hover { background:url(xm06.png) no-repeat center; }

.xmArea04 .bd .swiper-slide:hover .txt:before { width:100%; }

@media all and (max-width:1680px){
	.xmArea01 { padding:150px 0 70px; }
	.xmArea01 .p1 { font-size:18px; }
	.xmArea01 .p2 { font-size:38px; margin-top:25px; }
	.xmArea01 .p3 { margin-top:55px; }
	.xmArea01 .p4 { font-size:16px; margin-top:20px; line-height:25px; height:50px; }
	.xmArea01 .p5 { margin-top:35px; }

	.xmArea02 { padding:80px 0; }
	.xmArea02 .bd { margin-top:55px; }
	.xmArea02 .bd ul li:nth-child(n + 2) { margin-top:55px; }
	.xmArea02 .bd ul li .pic { width:80%; }
	.xmArea02 .bd ul li .txt { margin-top:-25px; }
	.xmArea02 .bd ul li .txt p { line-height:50px; height:50px; font-size:18px; }
 
	.xm-hd .p1 { font-size:38px; }
	.xm-hd .p2 { margin:35px auto 0; max-width:1070px; font-size:16px; }

	.xmArea03 { padding:80px 0; }
	.xmArea03 .bd { margin-top:55px; }
	.xmArea03 .bd ul li { width:280px; margin:0 20px;  }
	.xmArea03 .bd ul li .p1 { padding:35px 0; }
	.xmArea03 .bd ul li .p1 img { max-width:150px; }
	.xmArea03 .bd ul li .p2 { line-height:50px; font-size:16px; }

	.xmArea04 { padding:80px 0; }
	.xmArea04 .bd { margin-top:55px; }
	.xmArea04 .bd .swiper-slide .txt { font-size:18px; height:50px; line-height:50px; padding:0 20px; }
}
@media all and (max-width:1280px){
	.xmArea01 { padding:100px 0 50px; }
	.xmArea01 .p1 { font-size:16px; }
	.xmArea01 .p2 { font-size:30px; margin-top:20px; }
	.xmArea01 .p3 { margin-top:35px; }
	.xmArea01 .p4 { font-size:16px; margin-top:20px; line-height:25px; height:50px; }
	.xmArea01 .p5 { margin-top:35px; }

	.xmArea02 { padding:60px 0; }
	.xmArea02 .bd { margin-top:35px; }
	.xmArea02 .bd ul li:nth-child(n + 2) { margin-top:35px; }
	.xmArea02 .bd ul li .pic { width:80%; }
	.xmArea02 .bd ul li .txt { margin-top:-25px; }
	.xmArea02 .bd ul li .txt p { line-height:50px; height:50px; font-size:18px; }
 
	.xm-hd .p1 { font-size:38px; }
	.xm-hd .p2 { margin:35px auto 0; max-width:1070px; font-size:16px; }

	.xmArea03 { padding:60px 0; }
	.xmArea03 .bd { margin-top:35px; }
	.xmArea03 .bd ul li { width:200px; margin:0 20px;  }
	.xmArea03 .bd ul li .p1 { padding:35px 0; }
	.xmArea03 .bd ul li .p1 img { max-width:100px; }
	.xmArea03 .bd ul li .p2 { line-height:50px; font-size:16px; }

	.xmArea04 { padding:60px 0; }
	.xmArea04 .bd { margin-top:35px; }
	.xmArea04 .bd .swiper-slide .txt { font-size:16px; height:50px; line-height:50px; padding:0 15px; }
	
	.xmArea04 .bd .prev-xm01 { display:none; }
	.xmArea04 .bd .next-xm01 { display:none; }
}
@media all and (max-width:750px){
	.xmArea01 { padding:80px 0 40px; }
	.xmArea01 .p1 { font-size:14px; }
	.xmArea01 .p2 { font-size:20px; margin-top:15px; }
	.xmArea01 .p3 { margin-top:25px; }
	.xmArea01 .p4 { font-size:14px; margin-top:15px; line-height:25px; height:50px; }
	.xmArea01 .p5 { margin-top:25px; }

	.xmArea02 { padding:30px 0; }
	.xmArea02 .bd { margin-top:25px; }
	.xmArea02 .bd ul li:nth-child(n + 2) { margin-top:25px; }
	.xmArea02 .bd ul li .pic { width:100%; }
	.xmArea02 .bd ul li .txt { position:relative; top:auto; margin-top:0; left:0; right:0; width:100%; border-bottom:1px solid #d0121b; }
	.xmArea02 .bd ul li .txt p { line-height:45px; height:45px; font-size:14px;  }
	.xmArea02 .bd ul li .txt:before { display:none; }

	.xmArea02 .bd ul li:nth-child(2n) .pic { margin-left:0; }
	.xmArea02 .bd ul li:nth-child(2n) .txt { left:0; right:auto; }
 
	.xm-hd .p1 { font-size:20px; }
	.xm-hd .p2 { margin:25px auto 0; font-size:14px; line-height:1.7; }

	.xmArea03 { padding:30px 0; }
	.xmArea03 .bd { margin-top:25px; }
	.xmArea03 .bd ul li { display:inline-block; width:28%; margin:0 1.5%; }
	.xmArea03 .bd ul li .p1 { padding:15px 0; }
	.xmArea03 .bd ul li .p1 img { max-width:80%; }
	.xmArea03 .bd ul li .p2 { line-height:40px; font-size:14px; }

	.xmArea04 { padding:30px 0; }
	.xmArea04 .bd { margin-top:25px; }
	.xmArea04 .bd .swiper-slide .txt { font-size:14px; height:40px; line-height:40px; padding:0 10px; }
}


.news01 { padding:70px 0; background:url(xw01.jpg) no-repeat center; background-size:cover; }
.newBox01 { float:left; width:750px; }
.newBox01 .pic { overflow:hidden; }
.newBox01 .pic img { height:420px; }
.newBox01 .txt { padding:20px 35px 0 35px; height:200px; background:#fff; box-sizing: border-box; }
.newBox01 .txt .p1 { font-size:32px; color:#333; line-height:48px; height:96px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.newBox01 .txt .p2 { font-size:16px; color:#c2c2c2; margin-top:15px; }

.newBox01:hover .txt .p1 { color:#d0121b; }

.newBox02 { float:right; width:calc(100% - 800px); }
.newBox02 ul li { margin-bottom:10px; background:#fff; }
.newBox02 ul li:last-child { margin-bottom:0; }
.newBox02 ul li a { display:block; padding:55px 40px 0 40px; height:200px; background:#fff; box-sizing: border-box; }
.newBox02 ul li .date { float:left; width:85px; height:90px; background:#d0121b; color:#fff; text-align:center; padding:0 8px; border-radius:5px; box-sizing: border-box; }
.newBox02 ul li .date .p1 { font-size:40px; line-height:52px; font-family:"Arial"; border-bottom:1px solid rgba(255,255,255,0.5); }
.newBox02 ul li .date .p2 { font-size:16px; line-height:1; margin-top:10px; }
.newBox02 ul li .txt { float:right; width:calc(100% - 105px); }
.newBox02 ul li .txt .p1 { font-size:28px; color:#333; line-height:45px; height:45px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.newBox02 ul li .txt .p2 { font-size:16px; color:#8f8f8f; line-height:20px; height:20px; margin-top:15px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.newBox02 ul li:hover .txt .p1 { color:#d0121b; }

@media all and (max-width:1680px){
	.news01 { padding:70px 0; }
	.newBox01 { float:left; width:550px; }
	.newBox01 .pic img { height:250px; }
	.newBox01 .txt { padding:20px 25px 0 25px; height:150px; }
	.newBox01 .txt .p1 { font-size:24px; line-height:35px; height:70px; }
	.newBox01 .txt .p2 { font-size:14px; margin-top:15px; }
 
	.newBox02 { float:right; width:calc(100% - 580px); }
	.newBox02 ul li a { padding:20px 25px 0 25px; height:126px; }
	.newBox02 ul li .date { float:left; width:85px; height:90px; background:#d0121b; color:#fff; text-align:center; padding:0 8px; }
	.newBox02 ul li .date .p1 { font-size:40px; line-height:52px; font-family:"Arial"; border-bottom:1px solid rgba(255,255,255,0.5); }
	.newBox02 ul li .date .p2 { font-size:16px; line-height:1; margin-top:10px; }
	.newBox02 ul li .txt { float:right; width:calc(100% - 105px); }
	.newBox02 ul li .txt .p1 { font-size:20px;  line-height:45px; height:45px; }
	.newBox02 ul li .txt .p2 { font-size:16px; color:#8f8f8f; line-height:20px; height:20px; margin-top:15px;  }
}
@media all and (max-width:1280px){
	.news01 { padding:60px 0; }
	.newBox01 { float:left; width:350px; }
	.newBox01 .pic img { height:180px; }
	.newBox01 .txt { padding:15px 15px 0 15px; height:110px; }
	.newBox01 .txt .p1 { font-size:16px; line-height:25px; height:50px; }
	.newBox01 .txt .p2 { font-size:14px; margin-top:10px; }
 
	.newBox02 { float:right; width:calc(100% - 380px); }
	.newBox02 ul li a { padding:10px 15px 0 15px; height:90px; }
	.newBox02 ul li .date { width:75px; height:70px; padding:0 5px; }
	.newBox02 ul li .date .p1 { font-size:26px; line-height:40px; }
	.newBox02 ul li .date .p2 { font-size:14px; margin-top:10px; }
	.newBox02 ul li .txt { float:right; width:calc(100% - 90px); padding-top:10px; }
	.newBox02 ul li .txt .p1 { font-size:16px;  line-height:25px; height:25px; }
	.newBox02 ul li .txt .p2 { font-size:14px; color:#8f8f8f; line-height:20px; height:20px; margin-top:10px;  }
}
@media all and (max-width:750px){
	.news01 { padding:30px 0; }
	.newBox01 { float:none; width:100%; }
	.newBox01 .pic img { height:auto; }
	.newBox01 .txt { padding:15px; height:auto; }
	.newBox01 .txt .p1 { font-size:16px; line-height:25px; height:auto; }
	.newBox01 .txt .p2 { font-size:14px; margin-top:10px; }
 
	.newBox02 { float:none; width:100%; margin-top:25px; }
	.newBox02 ul li a { padding:10px 15px 0 15px; height:90px; }
	.newBox02 ul li .date { width:75px; height:70px; padding:0 5px; }
	.newBox02 ul li .date .p1 { font-size:20px; line-height:40px; }
	.newBox02 ul li .date .p2 { font-size:12px; margin-top:10px; }
	.newBox02 ul li .txt { float:right; width:calc(100% - 90px); padding-top:10px; }
	.newBox02 ul li .txt .p1 { font-size:14px; line-height:25px; height:25px; }
	.newBox02 ul li .txt .p2 { font-size:12px; color:#8f8f8f; line-height:20px; height:20px; margin-top:10px;  }
}

.news02 { position:relative!important; z-index:5!important; }
.news02 .left { position:relative; float:left; width:27%; margin-right:9.5%; border-bottom:1px solid #d0121b; }
.news02 .left .tit { display:block; line-height:50px; padding-left:10px; font-size:18px; color:#9f9f9f; background:url(zc01.png) no-repeat center right; }
.news02 .left .sub { position: absolute; left:-1px; right:-1px; top:50px; background:#fafafa; border:1px solid #d0121b; z-index:2; height:250px; overflow-y:auto; display:none; }
.news02 .left .sub a { display:block; line-height:50px; padding:0 10px; font-size:18px;  border-bottom:1px solid #d0121b; box-sizing: border-box; }
.news02 .left .sub a:last-child { border-bottom:none; }
 
.news02 .left:hover .sub { display:block; }

.news02 .right { position:relative; float:right; width:27%; border-bottom:1px solid #d0121b; }
.news02 .right .btn { float:right; width:20px; height:50px; background:url(zc02.png) no-repeat center; cursor:pointer; }
.news02 .right .txt { float:left; width:calc(100% - 20px); height:50px; line-height:50px; padding-left:10px; font-size:18px; box-sizing: border-box; }

@media all and (max-width:1680px){
	.news02 .left { width:30%; margin-right:5%; }
	.news02 .left .tit { font-size:16px; }
	.news02 .left .sub a { font-size:16px; }
 
	.news02 .right { width:30%; }
	.news02 .right .txt { font-size:16px; }
}
@media all and (max-width:1280px){
	.news02 .left .tit { font-size:14px; }
	.news02 .left .sub a { font-size:14px; }

	.news02 .right .txt { font-size:14px; }
}
@media all and (max-width:750px){
	.news02 .left { float:none; width:100%; margin-right:0; margin-bottom:20px; }
	.news02 .left .tit { font-size:12px; padding-left:0; height:35px; line-height:35px; }
	.news02 .left .sub { height:175px; }
	.news02 .left .sub a { font-size:12px; height:35px; line-height:35px; padding-left:10px; }
 
	.news02 .right { float:none; width:100%; }
	.news02 .right .btn { width:20px; height:35px; }
	.news02 .right .txt { font-size:12px; padding-left:0; height:35px; line-height:35px; }
}


.news03 { padding-bottom:40px; margin-top:70px; position:relative!important; z-index:1!important; }
.news03 ul li a { display:block; padding:30px 0; border-bottom:1px solid #e7e7e7; }
.news03 ul li .pic { float:right; width:365px; }
.news03 ul li .txt { float:left; width:975px; padding-top:30px; }
.news03 ul li .txt .p1 { font-size:28px; line-height:30px; height:30px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.news03 ul li .txt .p2 { font-size:16px; line-height:20px; height:20px; color:#8f8f8f; margin-top:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.news03 ul li .txt .p3 { font-size:16px; color:#e50914; margin-top:50px; }
.news03 ul li .txt .p4 { width:125px; height:45px; text-align:center; line-height:45px; background:#d0121b; font-size:16px; color:#fff; margin-top:30px; border-radius:5px; display:none; }
.news03 ul li .txt .p4 i { position:relative; display:inline-block; padding-right:30px; }
.news03 ul li .txt .p4 i:before { position:absolute; top:50%; margin-top:-6px; right:0; display:block; width:14px; height:12px; content:""; background:url(jt03.png) no-repeat center; z-index:2;  transform: rotate(35deg); }

.news03 ul li:hover { background:#f7f7f7; }
.news03 ul li:hover .txt .p3 { display:none; }
.news03 ul li:hover .txt .p4 { display:block; }
 
@media all and (max-width:1680px){
	.news03 ul li a { padding:30px 0; }
	.news03 ul li .pic { float:right; width:300px; }
	.news03 ul li .txt { float:left; width:calc(100% - 350px); padding-top:30px; }
	.news03 ul li .txt .p1 { font-size:24px; line-height:30px; height:30px; }
	.news03 ul li .txt .p2 { font-size:16px; line-height:20px; height:20px; margin-top:20px; }
	.news03 ul li .txt .p3 { font-size:16px; margin-top:50px; }
	.news03 ul li .txt .p4 { width:125px; height:45px; line-height:45px; font-size:16px;  margin-top:30px; }
	.news03 ul li .txt .p4 i { padding-right:30px; }
}
@media all and (max-width:1280px){
	.news03 { margin-top:60px; }
	.news03 ul li a { padding:25px 0; }
	.news03 ul li .pic { float:right; width:200px; }
	.news03 ul li .txt { float:left; width:calc(100% - 250px); padding-top:0; }
	.news03 ul li .txt .p1 { font-size:20px; line-height:25px; height:25px; }
	.news03 ul li .txt .p2 { font-size:14px; line-height:20px; height:20px; margin-top:10px; }
	.news03 ul li .txt .p3 { font-size:14px; margin-top:30px; }
	.news03 ul li .txt .p4 { width:100px; height:35px; line-height:35px; font-size:14px; margin-top:20px; }
	.news03 ul li .txt .p4 i { padding-right:25px; }
}
@media all and (max-width:750px){
	.news03 { padding-bottom:20px; margin-top:30px; }
	.news03 ul li a { padding:20px 0; }
	.news03 ul li .pic { float:none; width:100%; }
	.news03 ul li .txt { float:none; width:100%; padding-top:20px; }
	.news03 ul li .txt .p1 { font-size:16px; line-height:20px; height:20px; }
	.news03 ul li .txt .p2 { font-size:14px; line-height:20px; height:20px; margin-top:10px; }
	.news03 ul li .txt .p3 { font-size:14px; margin-top:15px; }
	.news03 ul li .txt .p4 { display:none!important; }
}

.ywArea01 { background-size:cover!important; padding:150px 0 130px; }
.ywArea01 .txt01 { max-width:1060px; margin:0 auto; line-height:1.1; text-align:center; }
.ywArea01 .txt01 .p1 { font-size:44px; color:#fff; }
.ywArea01 .txt01 .p2 { font-size:16px; color:rgba(255,255,255,0.6); line-height:28px; margin-top:25px; min-height:196px; }
.ywArea01 .txt01 .p3 img { max-width:70%; }



.ywArea01 .txt02 { max-width:1250px; margin:25px auto 0; }
.ywArea01 .txt02 ul li { float:left; width:16.66%; border-right:1px solid #182539; background:#fff; box-sizing: border-box; transition: all 0.6s; }
.ywArea01 .txt02 ul li:last-child { border-right:none; }
.ywArea01 .txt02 ul li a { display:block; padding:20px 25px; }
.ywArea01 .txt02 ul li .p1 { height:45px; }
.ywArea01 .txt02 ul li .p1 img { height:33px; width:auto; }
.ywArea01 .txt02 ul li .p1 .img02 { display:none; }
.ywArea01 .txt02 ul li .p2 { font-size:14px; color:#dcdcdc; font-family:"Arial"; line-height:20px; /*height:40px;*/ text-transform:uppercase; display:none; }
.ywArea01 .txt02 ul li .p3 { font-size:20px; color:#333; margin-top:5px; font-weight:bold; }

.ywArea01 .txt02 ul li.current { background:#d0121b; width:16.66%; }
.ywArea01 .txt02 ul li.current .p1 .img01 { display:none; }
.ywArea01 .txt02 ul li.current .p1 .img02 { display:inline-block; }
.ywArea01 .txt02 ul li.current .p2 { color:rgba(255,255,255,0.3); }
.ywArea01 .txt02 ul li.current .p3 { color:#fff; }

.ywArea01 .txt02 ul li:hover { background:#d0121b; width:16.66%; }
.ywArea01 .txt02 ul li:hover .p1 .img01 { display:none; }
.ywArea01 .txt02 ul li:hover .p1 .img02 { display:inline-block; }
.ywArea01 .txt02 ul li:hover .p2 { color:rgba(255,255,255,0.3); }
.ywArea01 .txt02 ul li:hover .p3 { color:#fff; }


@media all and (max-width:1680px){
	.ywArea01 .txt01 .p1 { font-size:32px; }
}
@media all and (max-width:1280px){
	.ywArea01 { padding:100px 0; }
	.ywArea01 .txt01 .p1 { font-size:28px; }
	.ywArea01 .txt01 .p2 { font-size:14px; line-height:25px; margin-top:20px;  min-height:175px; }
	.ywArea01 .txt02 { margin:25px auto 0; text-align:center; }
	.ywArea01 .txt02 ul li a { display:block; padding:20px 15px; }
	.ywArea01 .txt02 ul li .p2 { display:none; }
	.ywArea01 .txt02 ul li .p3 { font-size:18px; margin-top:5px; }
}
@media all and (max-width:1000px){
	.ywArea01 { padding:60px 0; }
	.ywArea01 .txt01 .p1 { font-size:28px; }
	.ywArea01 .txt01 .p2 { font-size:14px; line-height:25px; margin-top:20px;  min-height:175px;  }
	.ywArea01 .txt02 { margin:20px auto 0; text-align:center; }
	.ywArea01 .txt02 ul li a { display:block; padding:20px 15px; }
	.ywArea01 .txt02 ul li .p2 { display:none; }
	.ywArea01 .txt02 ul li .p3 { font-size:18px; margin-top:5px; }
}
@media all and (max-width:750px){
	.ywArea01 { padding:30px 0; }
	.ywArea01 .txt01 .p1 { font-size:20px; }
	.ywArea01 .txt01 .p2 { font-size:12px; line-height:20px; margin-top:20px; min-height:140px; }
	.ywArea01 .txt02 { margin:20px auto 0; text-align:center; display:none; }
	.ywArea01 .txt02 ul li a { display:block; padding:15px 5px; }
	.ywArea01 .txt02 ul li .p1 { height:30px; }
	.ywArea01 .txt02 ul li .p1 img { height:25px; width:auto; }
	.ywArea01 .txt02 ul li .p2 { display:none; }
	.ywArea01 .txt02 ul li .p3 { font-size:14px; margin-top:5px; line-height:20px; height:40px; }
}

.ywArea02 { padding:160px 0; background:url(yw01.png) no-repeat center bottom; }
.ywArea02 ul { text-align:center; font-size:0; }
.ywArea02 ul li { position:relative; display:inline-block; padding:0 55px; line-height:1; }
.ywArea02 ul li:before { position:absolute; right:0; top:50%; margin-top:-33px; display:block; content:""; width:1px; height:66px; background:#ddd; z-index:2; }
.ywArea02 ul li:last-child:before { display:none; }
.ywArea02 ul li .p1 { font-size:16px; color:#d0121b; }
.ywArea02 ul li .p1 .counter {display: inline-block; font-size:75px; font-weight:bold; font-family:"Arial"; margin-right:10px; line-height: 1; vertical-align: middle;}
.ywArea02 ul li .p2 { font-size:14px; line-height:25px; color:#999; margin-top:15px; }

@media all and (max-width:1680px){
	.ywArea02 { padding:130px 0; }
	.ywArea02 ul li .p1 i { font-size:60px; }
}
@media all and (max-width:1280px){
	.ywArea02 { padding:90px 0; }
	.ywArea02 ul li { padding:0 25px; }
	.ywArea02 ul li .p1 { font-size:14px; }
	.ywArea02 ul li .p1 .counter { font-size:40px; }
	.ywArea02 ul li .p2 { font-size:12px; line-height:20px; margin-top:10px; }
}
@media all and (max-width:750px){
	.ywArea02 { padding:50px 0; }
	.ywArea02 ul { text-align:center; font-size:0; }
	.ywArea02 ul li { padding:0; width:100%; }
	.ywArea02 ul li:nth-child(n + 2) { margin-top:30px; }
	.ywArea02 ul li:before { display:none; }
	.ywArea02 ul li .p1 .counter { font-size:30px; }
}

.ywArea03 { position:relative; }
.ywArea03 .hd01 { position:absolute; left:0; right:0; top:0; bottom:0; z-index:2; }
.ywArea03 .hd01 ul { height:100%; }
.ywArea03 .hd01 ul li { position:relative; float:left; width:20%; height:100%; border-right:1px solid rgba(255,255,255,0.2); box-sizing: border-box; cursor:pointer; }
.ywArea03 .hd01 ul li .dd { position:absolute; left:10%; right:10%; top:50%; transform: translateY(-50%);  z-index:2; }

.ywArea03 .hd01 ul li .p1 { font-size:16px; color:rgba(255,255,255,0.5); display:none; }
.ywArea03 .hd01 ul li .p2 { font-size:30px; color:#fff; margin-top:0; }
.ywArea03 .hd01 ul li .p3 { width:42px; height:5px; background:#d0121b; margin-top:30px; }
.ywArea03 .hd01 ul li .p4 { display:none; font-size:16px; margin-top:30px; line-height:1.7; color:rgba(255,255,255,0.5); overflow:hidden; text-overflow:ellipsis;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.ywArea03 .hd01 ul li .p5 { font-size:16px; margin-top:30px; }
.ywArea03 .hd01 ul li .p5 a { color:rgba(255,255,255,0.5); }
 
.ywArea03 .hd01 ul li.on { width:40%; background:rgba(0,0,0,0.6); }
.ywArea03 .hd01 ul li.on .p1 { display:none; }
.ywArea03 .hd01 ul li.on .p2 { margin-top:0; }
.ywArea03 .hd01 ul li.on .p4 { display:-webkit-box; }
.ywArea03 .hd01 ul li.on .p5 { margin-top:90px; }
.ywArea03 .hd01 ul li.on .p5 a { display:block; width:130px; height:40px; text-align:center; line-height:40px; font-size:16px; color:rgba(255,255,255,0.62); border:1px solid rgba(255,255,255,0.2); border-radius:5px; }
.ywArea03 .hd01 ul li.on .p5 a i { position:relative; display:inline-block; padding-right:25px; }
.ywArea03 .hd01 ul li.on .p5 a i:before { position:absolute; right:0; top:50%; margin-top:-6px; display:block; content:""; width:14px; height:12px; background:url(jt04.png) no-repeat center; z-index:0; transition: all 0.6s; }

.ywArea03 .hd01 ul li.on .p5 a:hover { color:#fff; border-color:#d0121b; background:#d0121b; }
.ywArea03 .hd01 ul li.on .p5 a:hover i:before { background:url(jt03.png) no-repeat center; transform: rotate(35deg); }

.ywArea031 .hd01 ul li { width:28.5%; }
.ywArea031 .hd01 ul li.on { width:43%; }

.ywArea032 .hd01 ul li { width:20%; }
.ywArea032 .hd01 ul li.on { width:20%; background:rgba(208,18,27,0.6); }

.ywArea03 .bd01 { position:relative; }
.ywArea03 .bd01:before { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.2); display:block; content:""; z-index:1; }


@media all and (max-width:1680px){
	.ywArea03 .hd01 ul li .p1 { font-size:14px;  }
	.ywArea03 .hd01 ul li .p2 { font-size:26px; margin-top:0; }
	.ywArea03 .hd01 ul li .p3 { margin-top:30px; }
	.ywArea03 .hd01 ul li .p4 { font-size:14px; margin-top:30px; line-height:1.7; }
	.ywArea03 .hd01 ul li .p5 { font-size:14px; margin-top:30px; }
	
	.ywArea03 .hd01 ul li.on .p5 { margin-top:60px; }
	.ywArea03 .hd01 ul li.on .p5 a { width:120px; height:35px; line-height:35px; font-size:14px; }
}
@media all and (max-width:1280px){
	.ywArea03 .hd01 ul li .p1 { font-size:14px;  }
	.ywArea03 .hd01 ul li .p2 { font-size:20px; margin-top:0; }
	.ywArea03 .hd01 ul li .p3 { margin-top:20px; }
	.ywArea03 .hd01 ul li .p4 { font-size:14px; margin-top:20px; line-height:1.7; }
	.ywArea03 .hd01 ul li .p5 { font-size:14px; margin-top:20px; }
	
	.ywArea03 .hd01 ul li.on .p5 { margin-top:40px; }
}
@media all and (max-width:1000px){
	.ywArea03 .hd01 ul li { width:25%; }
	.ywArea03 .hd01 ul li .p1 { font-size:14px;  }
	.ywArea03 .hd01 ul li .p2 { font-size:20px; margin-top:0; }
	.ywArea03 .hd01 ul li .p3 { margin-top:20px; }
	.ywArea03 .hd01 ul li .p4 { display:none!important; }
	.ywArea03 .hd01 ul li .p5 { font-size:14px; margin-top:20px; }
	
	.ywArea03 .hd01 ul li.on .p5 { margin-top:20px; }
	.ywArea03 .hd01 ul li.on .p5 a { width:auto; line-height:20px; height:20px; border:none; text-align:left; background:none; }
	.ywArea03 .hd01 ul li.on .p5 a i { padding-right:0; }
	.ywArea03 .hd01 ul li.on .p5 a i:before { display:none; }
	
	.ywArea03 .hd01 ul li.on { width:25%; }
	
	.ywArea031 .hd01 ul li { width:33.33%; }
	.ywArea031 .hd01 ul li.on { width:33.33%; }
}
@media all and (max-width:750px){
	.ywArea03 .hd01 ul li { width:50%; }
	.ywArea03 .hd01 ul li:nth-child(3) { display:none; }
	.ywArea03 .hd01 ul li:nth-child(4) { display:none; }
	.ywArea03 .hd01 ul li .p1 { display:none;  }
	.ywArea03 .hd01 ul li .p2 { font-size:16px; margin-top:0; }
	.ywArea03 .hd01 ul li .p3 { width:30px; height:3px; }
 
	.ywArea03 .hd01 ul li.on { width:50%; background:none; }
	.ywArea03 .hd01 ul li.on .p5 a:hover { color:#fff; border-color:none; background:#none; }
	
	.ywArea03 .bd01 img { min-height:200px; }
}

.ywArea04 { padding:80px 0 110px; }
.ywArea04 .hd { font-size:44px; color:#333; line-height:1.1; text-align:center; }
.ywArea04 .bd01 { margin-top:60px; }
.ywArea04 .bd01 .btn { float:right; width:66px; height:66px; background:url(yw02.png) no-repeat center; background-size:contain; cursor:pointer; }
.ywArea04 .bd01 select { float:left; display:block; width:calc(33.33% - 54px); height:66px; line-height:66px; font-size:16px; padding-left:25px; margin-right:15px; border:1px solid #e3e7ec; border-radius:7px; box-sizing: border-box; }

.ywArea04 .bd02 { margin-top:40px; }
.ywArea04 .bd02 ul li { float:left; width:30%; margin-right:5%; }
.ywArea04 .bd02 ul li:nth-child(3n) { margin-right:0; }
.ywArea04 .bd02 ul li:nth-child(n + 4) { margin-top:3%; }
.ywArea04 .bd02 ul li .txt { position:relative; font-size:24px; color:#333; height:100px; line-height:100px; background:#f6f6f6; padding:0 30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.ywArea04 .bd02 ul li .txt:before { position:absolute; left:0; width:0; bottom:0; height:2px; display:block; content:""; background:#d0121b; z-index:2; transition: all 0.6s; }
 
.ywArea04 .bd02 ul li:hover .txt:before { width:100%; }
 
.ywArea04 .bd03 { margin-top:70px; text-align:center; }
.ywArea04 .bd03 a { display:inline-block; width:180px; height:60px; text-align:center; line-height:60px; font-size:16px; color:#000; border:1px solid #c3c3c3; border-radius:5px; }
.ywArea04 .bd03 a i { position:relative; display:inline-block; padding-right:25px; }
.ywArea04 .bd03 a i:before { position:absolute; right:0; top:50%; margin-top:-6px; display:block; content:""; width:14px; height:12px; background:url(jt02.png) no-repeat center; z-index:0; transition: all 0.6s; }
 
.ywArea04 .bd03 a:hover { color:#fff; border-color:#d0121b; background:#d0121b; }
.ywArea04 .bd03 a:hover i:before { background:url(jt03.png) no-repeat center; transform: rotate(35deg); }


.ywArea04 .page { margin-top:60px; }

@media all and (max-width:1680px){
	.ywArea04 { padding:80px 0; }
	.ywArea04 .hd { font-size:32px; }
	.ywArea04 .bd01 { margin-top:50px; }
	.ywArea04 .bd01 .btn { float:right; width:55px; height:55px; }
	.ywArea04 .bd01 select { width:calc(33.33% - 50px); height:55px; line-height:55px; font-size:16px; padding-left:25px; margin-right:15px; }

	.ywArea04 .bd02 { margin-top:40px; }
	.ywArea04 .bd02 ul li { float:left; width:31%; margin-right:3.5%; }
	.ywArea04 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.ywArea04 .bd02 ul li:nth-child(n + 4) { margin-top:2.5%; }
	.ywArea04 .bd02 ul li .txt { font-size:18px; height:50px; line-height:50px; padding:0 20px; }
	 
	.ywArea04 .bd03 { margin-top:60px; }
	.ywArea04 .bd03 a { width:160px; height:50px; line-height:50px; font-size:16px; }

}
@media all and (max-width:1280px){
	.ywArea04 { padding:60px 0; }
	.ywArea04 .hd { font-size:28px; }
	.ywArea04 .bd01 { margin-top:40px; }
	.ywArea04 .bd01 .btn { float:right; width:45px; height:45px; }
	.ywArea04 .bd01 select { width:calc(33.33% - 40px); height:45px; line-height:45px; font-size:16px; padding-left:25px; margin-right:15px; }

	.ywArea04 .bd02 { margin-top:40px; }
	.ywArea04 .bd02 ul li { float:left; width:32%; margin-right:2%; }
	.ywArea04 .bd02 ul li:nth-child(3n) { margin-right:0; }
	.ywArea04 .bd02 ul li:nth-child(n + 4) { margin-top:2%; }
	.ywArea04 .bd02 ul li .txt { font-size:16px; height:45px; line-height:45px; padding:0 15px; }
	 
	.ywArea04 .bd03 { margin-top:50px; }
	.ywArea04 .bd03 a { width:140px; height:50px; line-height:50px; font-size:14px; }
 
}
@media all and (max-width:750px){
	.ywArea04 { padding:30px 0; }
	.ywArea04 .hd { font-size:24px; }
	.ywArea04 .bd01 { margin-top:30px; }
	.ywArea04 .bd01 .btn { float:right; width:35px; height:35px; }
	.ywArea04 .bd01 select { width:calc(33.33% - 18px); height:35px; line-height:35px; font-size:12px; padding-left:5px; margin-right:5px; }

	.ywArea04 .bd02 { margin-top:30px; }
	.ywArea04 .bd02 ul li { float:left; width:49%; margin-right:2%; }
	.ywArea04 .bd02 ul li:nth-child(3n) { margin-right:2%; }
	.ywArea04 .bd02 ul li:nth-child(2n) { margin-right:0; }
	.ywArea04 .bd02 ul li:nth-child(n + 3) { margin-top:2%; }
	.ywArea04 .bd02 ul li .txt { font-size:14px; height:40px; line-height:40px; padding:0 10px; }
	 
	.ywArea04 .bd03 { margin-top:30px; }
	.ywArea04 .bd03 a { width:140px; height:35px; line-height:35px; font-size:14px; }
	
	.ywArea04 .page { margin-top:30px; }
}


.videoArea { padding:235px 0 175px; text-align:center; background-size:cover; line-height:1.1; background-size:cover!important; }
.videoArea .p1 { font-size:44px; color:#fff; }
.videoArea .p2 { font-size:18px; color:rgba(255,255,255,0.6); line-height:2; max-width:1020px; margin:60px auto 0; }
.videoArea .p3 { margin:60px auto 0; cursor:pointer; width:102px; height:102px; }
.videoArea .p3 img { max-width:100%; height:auto; }

.videoArea .p3:before{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:24px; height:24px; border-radius:50%; content:''; z-index: -1;}
.videoArea .p3:after{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:24px; height:24px; border-radius:50%; content:''; z-index: -1; }
.videoArea .p3:before{animation:scale 2s ease-out infinite; background:#fff; opacity:0.5; animation-delay:0;}
.videoArea .p3:after{animation:scale2 2s ease-out infinite; background:#fff; opacity:0.3; animation-delay:0;}
@keyframes scale{0%{transform:translate(-50%, -50%) scale(1); opacity:.9} 100%{transform:translate(-50%, -50%) scale(7); opacity:0;}}
@keyframes scale2{0%{transform:translate(-50%, -50%) scale(1); opacity:.9;} 100%{transform:translate(-50%, -50%) scale(8);opacity:0;}}


@media all and (max-width:1680px){
	.videoArea { padding:150px 0; }
	.videoArea .p1 { font-size:32px;  }
	.videoArea .p2 { font-size:16px; margin:50px auto 0; }
	.videoArea .p3 { margin-top:50px; }
}
@media all and (max-width:1280px){
	.videoArea { padding:100px 0; }
	.videoArea .p1 { font-size:28px;  }
	.videoArea .p2 { font-size:14px; margin:40px auto 0; }
 
	.videoArea .p3 { margin:30px auto 0; width:80px; height:80px; }

}
@media all and (max-width:750px){
	.videoArea { padding:60px 0; }
	.videoArea .p1 { font-size:24px;  }
	.videoArea .p2 { font-size:14px; margin:30px auto 0; line-height:1.7; }
 
	.videoArea .p3 { margin:30px auto 0; width:60px; height:60px; }
	.videoArea .p3:before{ width:15px; height:15px; }
	.videoArea .p3:after{ width:15px; height:15px; }
}

.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%; 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; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 

.jdBox ul li { position:relative; float:left; width:15.5%; transition: all 0.6s; overflow:hidden; }
.jdBox ul li.on { width:38%;  }
.jdBox ul li .txt { position:absolute; top:50%; transform: translateY(-50%); left:50px; color:#fff; z-index:2; }
.jdBox ul li .txt .p1 { font-size:30px; line-height:1.1; }
.jdBox ul li .txt .p2 { width:42px; height:5px; background:#d0121b; margin-top:35px; }

.jdBox ul li .pic { position:relative; }
.jdBox ul li .pic:before { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3); display:block; content:""; z-index:1; }

.jdBox021 ul li { width:50%!important; }
.jdBox021 ul li .pic img { width:100%!important;; height:auto; }
.jdBox021 ul li.on { width:50%!important;  }

@media all and (max-width:1680px){
	.jdBox ul li .pic img { width:640px; height:auto; }
	.jdBox ul li .txt { left:30px; }
	.jdBox ul li .txt .p1 { font-size:24px; }
	.jdBox ul li .txt .p2 { margin-top:30px; }
} 

@media all and (max-width:1400px){
	.jdBox ul li .pic img { width:532px; height:auto; }
} 
@media all and (max-width:1280px){
	.jdBox ul li .pic img { width:487px; height:auto; }
	.jdBox ul li .txt { left:20px; }
	.jdBox ul li .txt .p1 { font-size:20px; }
	.jdBox ul li .txt .p2 { margin-top:20px; }
}
@media all and (max-width:750px){
	.jdBox ul li { width:50%!important; }
	.jdBox ul li:nth-child(5) { display:none!important; }
	.jdBox ul li .pic img { width:100%; height:auto; }
	.jdBox ul li .txt { left:10px; }
	.jdBox ul li .txt .p1 { font-size:14px; }
	.jdBox ul li .txt .p2 { margin-top:10px; width:30px; height:3px; }
}  

.jdArea01 { padding:130px 0 95px; }
.jdArea01 .txt01 { max-width:1060px; margin:0 auto; line-height:1.1; text-align:center; }
.jdArea01 .txt01 .p1 { font-size:44px; }
.jdArea01 .txt01 .p2 { font-size:16px; color:rgba(0,0,0,0.6); line-height:28px; margin-top:25px; }

.jdArea01 .txt02 { margin-top:70px; }
.jdArea01 .txt02 ul { text-align:center; font-size:0; }
.jdArea01 .txt02 ul li { position:relative; display:inline-block; padding:0 55px; line-height:1; }
.jdArea01 .txt02 ul li:before { position:absolute; right:0; top:50%; margin-top:-33px; display:block; content:""; width:1px; height:66px; background:#ddd; z-index:2; }
.jdArea01 .txt02 ul li:last-child:before { display:none; }
.jdArea01 .txt02 ul li .p1 { font-size:16px; color:#d0121b; }
.jdArea01 .txt02 ul li .p1 i { font-size:75px; font-weight:bold; font-family:"Arial"; margin-right:10px; }
.jdArea01 .txt02 ul li .p2 { font-size:14px; line-height:25px; color:#999; margin-top:15px; }

@media all and (max-width:1680px){
	.jdArea01 { padding:100px 0 95px; }
 
	.jdArea01 .txt02 { margin-top:60px; }
	.jdArea01 .txt02 ul li .p1 i { font-size:60px; }
}
@media all and (max-width:1280px){
	.jdArea01 { padding:60px 0; }
	.jdArea01 .txt01 .p1 { font-size:28px; }
	.jdArea01 .txt01 .p2 { font-size:14px; line-height:25px; margin-top:20px; }
	
	.jdArea01 .txt02 { margin-top:50px; }
	.jdArea01 .txt02 ul li { padding:0 25px; }
	.jdArea01 .txt02 ul li .p1 { font-size:14px; }
	.jdArea01 .txt02 ul li .p1 i { font-size:40px; }
	.jdArea01 .txt02 ul li .p2 { font-size:12px; line-height:20px; margin-top:10px; }
}
@media all and (max-width:750px){
	.jdArea01 { padding:30px 0; }
	.jdArea01 .txt01 .p1 { font-size:24px; }
	.jdArea01 .txt01 .p2 { font-size:12px; line-height:20px; margin-top:20px; }
	
	
	.jdArea01 .txt02 { margin-top:30px; }
	.jdArea01 .txt02 ul { text-align:center; font-size:0; }
	.jdArea01 .txt02 ul li { padding:0; width:100%; }
	.jdArea01 .txt02 ul li:nth-child(n + 2) { margin-top:30px; }
	.jdArea01 .txt02 ul li:before { display:none; }
	.jdArea01 .txt02 ul li .p1 i { font-size:30px; }
}

.wyArea01 { padding:120px 0; }

.wyBox01 { float:left; width:42%; padding:160px 0 50px; background:url(wy03.jpg) no-repeat center; background-size:cover; }
.wyBox01 .pic { padding:0 15%; }
.wyBox01 .pic01 { margin-top:20px; }
.wyBox01 .txt { margin:50px 9% 0 9%; height:70px; text-align:center; line-height:70px; font-size:24px; color:#fff; padding:0 10%; background:#d0121b; color:#fff; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
  
.wyBox02 { float:right; width:53.5%; padding-top:85px; }
.wyBox02 .p1 { font-size:44px; color:#202125; line-height:1.1; }
.wyBox02 .p2 { margin-top:70px; padding-right:8%; height:395px; overflow-y:auto; }
.wyBox02 .p2 ul li { float:left; width:31.5%; margin-right:2.75%; background:url(wy02.png) no-repeat center; background-size:cover; cursor:pointer; } 
.wyBox02 .p2 ul li:nth-child(3n) { margin-right:0; } 
.wyBox02 .p2 ul li:nth-child(n + 4) { margin-top:2.75%; } 
.wyBox02 .p2 ul li a { display:block; padding:35px; background:url(wy01.png) no-repeat center bottom; background-size:contain; border:1px solid transparent; }
.wyBox02 .p2 ul li.on a { border-color:#d0121b; }
 
.wyBox02 .p2::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#d0121b}
.wyBox02 .p2::-webkit-scrollbar-track{background:#efefef}
.wyBox02 .p2::-webkit-scrollbar-corner{background:transparent}
.wyBox02 .p2::-webkit-scrollbar{width:7px;height:7px}

.wyArea02 { display:none; padding:60px 0; }
.wyArea02 .hd { font-size:28px; line-height:1.1; text-align:center; }
.wyArea02 .bd { margin-top:40px; }

.gallery-top01 .swiper-slide a { display:block; padding:50px 0 30px; background:url(wy03.jpg) no-repeat center; background-size:cover; }
.gallery-top01 .swiper-slide .pic { padding:0 10%; }
.gallery-top01 .swiper-slide .pic01 { margin-top:15px; text-align:center; }
.gallery-top01 .swiper-slide .pic01 img { max-width:100%; }
.gallery-top01 .swiper-slide .txt { margin:20px 5% 0 5%; height:40px; line-height:40px; font-size:16px; color:#fff; padding:0 10%; background:#d0121b; color:#fff; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }


.gallery-thumbs01 { margin-top:30px; }
.gallery-thumbs01 .swiper-slide { background:url(wy02.png) no-repeat center; background-size:cover; cursor:pointer; }
.gallery-thumbs01 .swiper-slide .pic { margin:1px; padding:25px; background:url(wy01.png) no-repeat center bottom; background-size:contain; border:1px solid transparent; }
.gallery-thumbs01 .swiper-slide.swiper-slide-thumb-active .pic { border-color:#d0121b; }

@media all and (max-width:1680px){
	.wyArea01 { padding:90px 0; }

	.wyBox01 { float:left; width:42%; padding:100px 0 50px; }
	.wyBox01 .pic { padding:0 10%; }
	.wyBox01 .pic01 { margin-top:15px; }
	.wyBox01 .txt { margin:20px 7% 0 7%; height:60px; line-height:60px; font-size:20px; padding:0 10%;  }
	  
	.wyBox02 { float:right; width:53.5%; padding-top:60px; }
	.wyBox02 .p1 { font-size:32px;  }
	.wyBox02 .p2 { margin-top:60px; padding-right:5%; height:300px; }
	.wyBox02 .p2 ul li { float:left; width:32%; margin-right:2%; } 
	.wyBox02 .p2 ul li:nth-child(3n) { margin-right:0; } 
	.wyBox02 .p2 ul li:nth-child(n + 4) { margin-top:2%; } 
	.wyBox02 .p2 ul li a { padding:25px; }
}
@media all and (max-width:1280px){
	.wyArea01 { padding:60px 0; }

	.wyBox01 { padding:60px 0 50px; }
	.wyBox01 .pic { padding:0 10%; }
	.wyBox01 .pic01 { margin-top:15px; }
	.wyBox01 .txt { margin:20px 5% 0 5%; height:40px; line-height:40px; font-size:16px; padding:0 10%;  }
	  
	.wyBox02 { float:right; width:53.5%; padding-top:40px; }
	.wyBox02 .p1 { font-size:28px;  }
	.wyBox02 .p2 { margin-top:50px; padding-right:5%; height:265px; }
	.wyBox02 .p2 ul li { float:left; width:32%; margin-right:2%; } 
	.wyBox02 .p2 ul li:nth-child(3n) { margin-right:0; } 
	.wyBox02 .p2 ul li:nth-child(n + 4) { margin-top:2%; } 
	.wyBox02 .p2 ul li a { padding:25px; }
}
@media all and (max-width:1000px){
	.wyArea01 { display:none; }
	.wyArea02 { display:block; }
}
@media all and (max-width:750px){
	.wyArea02 { padding:30px 0; }
	.wyArea02 .hd { font-size:24px; }
	.wyArea02 .bd { margin-top:30px; }

	.gallery-top01 .swiper-slide a { padding:50px 0 20px; }
	.gallery-top01 .swiper-slide .pic { padding:0 10%; }
	.gallery-top01 .swiper-slide .pic01 { margin-top:15px; text-align:center; }
	.gallery-top01 .swiper-slide .pic01 img { max-width:100%; }
	.gallery-top01 .swiper-slide .txt { margin:20px 5% 0 5%; height:35px; line-height:35px; font-size:14px; padding:0 5%;  }


	.gallery-thumbs01 { margin-top:30px; }
	.gallery-thumbs01 .swiper-slide .pic { padding:15px; }
}

.rcArea .bt { display:flex; justify-content:space-between; padding:0 7% 0 4%; cursor:pointer; }
.rcArea .bt p { display:block; line-height:70px; text-align:center; font-size:16px; }
.rcArea .bt p:nth-child(1) { width:180px; text-align:left; }
.rcArea .bt p:nth-child(2) { width:100px; }
.rcArea .bt p:nth-child(3) { width:100px; }
.rcArea .bt p:nth-child(4) { width:100px; }
.rcArea .bt p:nth-child(5) { width:100px; }
.rcArea .bt p:nth-child(6) { width:100px; }
.rcArea .bt p i { font-size:24px; }
.rcArea .bt p span { font-size:20px; display:none; }
 
.rcArea .bt01 { background:#eee; font-size:20px; color:#333; font-weight:bold; }

.rcArea .bt02.on { background:#d0121b; }
.rcArea .bt02.on p { color:#fff; }
.rcArea .bt02.on p i { display:none; }
.rcArea .bt02.on p span { display:inline-block; }

.rcArea .conn ul li { border-bottom:1px solid #eee; }
.rcArea .conn ul li .mes { display:none; padding:35px 5%; background:#f8f8f8; }
.rcArea .conn ul li .mes .p1 { font-size:16px; color:#333; margin-bottom:25px; }
.rcArea .conn ul li .mes .p2 { font-size:16px; color:#9c9c9c; line-height:2; padding-bottom:40px; }
.rcArea .conn ul li .mes .mm  { margin-top:40px; }
.rcArea .conn ul li .mes .mm a { display:block; width:130px; height:40px; text-align:center; line-height:40px; font-size:16px; color:#000; border:1px solid #c3c3c3; border-radius:5px; } 
.rcArea .conn ul li .mes .mm a i { position:relative; display:inline-block; padding-right:25px; }
.rcArea .conn ul li .mes .mm a i:before { position:absolute; right:0; top:50%; margin-top:-6px; display:block; content:""; width:14px; height:12px; background:url(jt02.png) no-repeat center; z-index:0; transition: all 0.6s; }
.rcArea .conn ul li .mes .mes-1 {  font-size:16px; }
 
.rcArea .conn ul li .mes .mm a:hover { color:#fff; border-color:#d0121b; background:#d0121b; }
.rcArea .conn ul li .mes .mm a:hover i:before { background:url(jt03.png) no-repeat center; transform: rotate(35deg); }

@media all and (max-width:1680px){
	.rcArea .conn ul li .mes .mm  { margin-top:20px; }
	.rcArea .conn ul li .mes .mm a { width:120px; height:35px; line-height:35px; font-size:14px; }
}
@media all and (max-width:1200px){
	.rcArea .bt { padding:0 3%; }
	.rcArea .bt p { line-height:50px; font-size:14px; }
	.rcArea .bt p:nth-child(1) { width:160px;   }
	.rcArea .bt p:nth-child(2) { width:80px; }
	.rcArea .bt p:nth-child(3) { width:80px; }
	.rcArea .bt p:nth-child(4) { width:80px; }
	.rcArea .bt p:nth-child(5) { width:80px; }
	.rcArea .bt p:nth-child(6) { width:80px; display:none; }
	 
 
 
	.rcArea .conn ul li .mes { padding:25px 3%; }
	.rcArea .conn ul li .mes .p1 { font-size:14px; margin-bottom:15px; }
	.rcArea .conn ul li .mes .p2 { font-size:12px; line-height:20px; padding-bottom:40px; }
 
	.rcArea .conn ul li .mes .mes-1 { float:none; width:100%; }
	.rcArea .conn ul li .mes .mes-2 { float:none; width:100%; }
 
}


@media all and (max-width:750px){
	.rcArea .bt p {  line-height:40px; font-size:14px; }
	.rcArea .bt p:nth-child(1) { width:35%; }
	.rcArea .bt p:nth-child(2) { width:80px; display:none; }
	.rcArea .bt p:nth-child(3) { width:32.5%; }
	.rcArea .bt p:nth-child(4) { width:32.5%; }
	.rcArea .bt p:nth-child(5) { width:80px; display:none; }
	.rcArea .bt p:nth-child(6) { width:80px; display:none; }
	 
	.rcArea .bt01 { font-size:14px; }
  
	.rcArea .conn ul li .mes { padding:20px 3%; }
	.rcArea .conn ul li .mes .p2 { padding-bottom:30px; }
 
	.rcArea .conn ul li .mes .mes-1 { font-size:14px; }
}

.tsArea { font-size:14px; }
.tsArea .p1 { text-align:center; font-weight:bold; }
.tsArea .p2 { border-top:1px solid #ddd; margin-top:30px; padding-top:30px; text-align:center; font-weight:bold; }
.tsArea .p2 i { color:red; }
.tsArea .p3 { border-bottom:1px solid #ddd; margin-top:30px; padding-bottom:30px; }
.tsArea .p3 form { max-width:700px; margin:0 auto; }
.tsArea .p3 form .item { margin-bottom:10px; }
.tsArea .p3 form .item:last-child { margin-bottom:0; }
.tsArea .p3 form .item .half-box { float:left; width:48%; margin-right:4%; font-size:14px; }
.tsArea .p3 form .item .half-box:last-child { margin-right:0; }
.tsArea .p3 form .item span { display: inline-block; width:90px;  line-height:35px; }
.tsArea .p3 form .item .input { display: inline-block; width:calc(100% - 95px); line-height:35px; padding-left:10px; border:1px solid rgb(118, 118, 118); box-sizing: border-box; }
.tsArea .p3 form .item .select-box { float:right; width:calc(100% - 95px); line-height:25px; }
.tsArea .p3 form .item .select-box input { margin-right:5px; }

.tsArea .p3 form .item textarea  { float:right; width:calc(100% - 95px); line-height:25px; height:120px; padding:5px 10px; border:1px solid rgb(118, 118, 118); box-sizing: border-box; }
.tsArea .p3 form .item.p { margin: 10px auto; }
 
.tsArea .p3 form .item .imginput { width:120px; }

.tsArea .p3 form .btn { margin-top:25px; text-align:center; }
.tsArea .p3 form .btn input { display:inline-block; width:120px; height:40px; margin:0 10px; line-height:40px; font-size: 14px; font-weight: bold; background:rgb(239, 239, 239); cursor:pointer; }
.tsArea .p3 form .btn input:hover { background:#d0121b; color:#fff; }

 

.biaodan { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:999; display:none; }

.jbclose {position: absolute; right: 2%;top: 3%;z-index: 11;width: 40px;height: 40px; cursor:pointer; }
.jbclose i {display: block;width: 100%;height: 40px;position: relative;transform: rotate(45deg); transition: all .4s ease;}
.jbclose i::after,.jbclose i::before {content: '';background: #000;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.jbclose i::after {width: 26px;height: 2px;}
.jbclose i::before {width: 2px;height: 26px;}
.jbclose i:hover {transform: rotate(135deg);}
.jbclose i:hover::after,.jbclose i:hover::before {background: #d0121b;}

.biaodan01 { position: absolute; width:460px; overflow: hidden; background: #fff; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 3% 50px; border-radius: 10px; }
.biaodan01 .txt { text-align:center; }
.biaodan01 .txt .p1 {font-size: 30px;padding-bottom: 10px; font-weight:bold;}
.biaodan01 .txt .p2 {font-size: 14px;color: #666;}

.biaodan01 form { margin-top:30px; font-size:14px; }
.biaodan01 form .text { border: 1px solid #ededed; width: 100%; padding:0 20px; height:45px; line-height:45px; overflow: hidden; box-sizing: border-box; display: block; margin-bottom: 10px; border-radius: 4px; background: #f2f4f7; }
.biaodan01 form .text01 { float:left; width:48%; }
.biaodan01 form .text02 { float:right; width:48%; }
.biaodan01 form .pp {  margin-bottom:5px; }

.biaodan01 form .filebtn { position:relative; }
.biaodan01 form .filebtn input.file { position:absolute; top:0; left:0; width:100%; cursor: pointer; opacity: 0; height:45px; z-index: 8; }
.biaodan01 form .filebtn .file-title { position:relative; width: 100%; height:45px; }
.biaodan01 form .filebtn .file-title .file-txt { width:70px; height:36px; line-height:36px; border-radius: 5px; cursor: pointer; text-align: center; background: #000;color: #fff;position: absolute;right: 3%;top: 50%;border:none;overflow: hidden;transform: translateY(-50%); }
.biaodan01 form .filebtn .file-title .file-name {  border: 1px solid #ededed; width: 100%; padding:0 20px; height:45px; line-height:45px; overflow: hidden; box-sizing: border-box; display: block; border-radius: 4px; background: #f2f4f7; }

.biaodan01 form .btn01 { width: 100%; height:45px; line-height:45px; overflow: hidden;box-sizing: border-box;display: block;background: #d0121b;color: #fff;border: none;cursor: pointer;font-size: 16px;border-radius: 4px;text-align: center; margin-top:10px; }

@media all and (max-width:1280px){
	.biaodan01 .txt .p1 { font-size:20px; }
	.biaodan01 .txt .p2 { font-size: 14px; color: #666; }

	.biaodan01 form { margin-top:20px; }
	.biaodan01 form .text { padding:0 15px; height:35px; line-height:35px; }
	.biaodan01 form .text01 { float:left; width:48%; }
	.biaodan01 form .text02 { float:right; width:48%; }
	.biaodan01 form .pp { font-size:14px; margin-bottom:5px; }
 
	.biaodan01 form .filebtn input.file { height:35px; }
	.biaodan01 form .filebtn .file-title { height:35px; }
	.biaodan01 form .filebtn .file-title .file-txt { width:60px; height:25px; line-height:25px; }
	.biaodan01 form .filebtn .file-title .file-name { padding:0 15px; height:35px; line-height:35px; }
 
	.biaodan01 form .btn01 { height:35px; line-height:35px; }
}
@media all and (max-width:750px){
	.biaodan01 { width:90%; padding:40px 2% 30px 2%; }
	
	.biaodan01 .txt .p1 { font-size:20px; }
	.biaodan01 .txt .p2 { font-size: 14px; color: #666; }

	.biaodan01 form { margin-top:20px; }
	.biaodan01 form .text { padding:0 15px; height:35px; line-height:35px; }
	.biaodan01 form .text01 { float:none; width:100%; }
	.biaodan01 form .text02 { float:none; width:100%; }
	.biaodan01 form .pp { font-size:14px; margin-bottom:5px; }
 
	.biaodan01 form .filebtn input.file { height:35px; }
	.biaodan01 form .filebtn .file-title { height:35px; }
	.biaodan01 form .filebtn .file-title .file-txt { width:60px; height:25px; line-height:25px; }
	.biaodan01 form .filebtn .file-title .file-name { padding:0 15px; height:35px; line-height:35px; }
 
	.biaodan01 form .btn01 { height:35px; line-height:35px; }
}
