@charset "utf-8";
/* Banner */
.banner { position:relative; width:100%; overflow:hidden; z-index:3; }
.banner .bd { zoom:1; }
.banner .bd img { width:100%!important; height:auto!important; }

.banArea { position:absolute; left:0; right:0; top:50%; transform: translateY(-50%); text-align:center; color:#fff; z-index:2; }
.banArea .p1 { font-size:50px;font-weight:bold;text-shadow: 2px 2px 2px #000000;font-style: italic;}
.banArea .p2 { font-size:18px;opacity:0.8;text-shadow: 1px 1px 1px #000000;font-style: italic;}

@media all and (max-width:1680px){
	.banArea .p1 { font-size:28px; }
	.banArea .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:1280px){
	.banArea .p1 { font-size:20px; }
	.banArea .p2 { font-size:14px; margin-top:5px; }
}
@media all and (max-width:750px){
	.banArea .p1 { font-size:26px;padding-left: 20px;padding-right: 20px;}
	.banArea .p2 { font-size:12px; }
}

/* 主体 */
.container { position:relative; padding:0; z-index:8; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }

.container .wrap { width:1450px; margin:0 auto; }
@media all and (max-width:1680px){
	.container .wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.container .wrap { width:92%; }
}
 
.main { box-sizing: border-box; padding:0px 0 60px; }
@media all and (max-width:1000px){
	.main { padding:0px 0; }
}

/* 二级、三级菜单 */
.leftTitle { position:relative; font-size:30px; color:#333; font-weight:bold; line-height:1; padding-bottom:35px; border-bottom:1px solid #afb6c7; display:none; }
.leftTitle:before { position:absolute; left:0; bottom:-2px; display:block; content:""; width:50px; height:3px; background:#0050fe; z-index:5; }

.sidebar { margin-bottom:40px; }
.menu { background:#0C4596; }
.menu ul li { float:left; font-size:0;background: url(line.jpg) no-repeat right center;}
.menu ul li a { display:inline-block; padding:0 44px; font-size:16px; color:#fff; line-height:44px; }
.menu ul li a.current,.menu ul li a:hover { background:#2E67B9;font-weight: bold;}

.m-rdm { text-align:center; font-size:0; }
.m-rdm a { display:inline-block; font-size:16px; color:#333; margin-right:45px; border-bottom:3px solid #fff; padding-bottom:10px; }
.m-rdm a:last-child { margin-right:0; }
.m-rdm a.current { color:#00a0e6; border-color:#00a0e6; }

.m-rdm01 { margin-top:30px; text-align:center; font-size:0; }
.m-rdm01 .wrap { border-top:1px solid #dcdcdc;padding-top:30px; }
.m-rdm01 a { display:inline-block; padding:0 35px; margin:0 5px; height:40px; line-height:40px; font-size:16px; color:#32323c; border:1px solid #32323c; }
.m-rdm01 a.current { color:#fff; border-color:#32323c; background:#32323c; }

@media all and (max-width:1280px){
	.sidebar { margin-bottom:30px; }
	.menu ul li a { display:inline-block; padding:0 25px; font-size:16px; line-height:45px; }
 
	.m-rdm { text-align:left; font-size:0; }
	.m-rdm a { font-size:14px; margin-right:15px; }
	
	.m-rdm01 { text-align:left; }
	.m-rdm01 a { padding:0 20px; margin:0 5px; height:40px; line-height:40px; font-size:14px; }
}
@media all and (max-width:750px){
	.sidebar { margin-bottom:20px; }
	.menu ul li { float:left; width:33.33%; text-align:center; }
	.menu ul li a { display:block; padding:0; font-size:15px; line-height:35px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
	.m-rdm { text-align:left; font-size:0; }
	.m-rdm a { font-size:14px; margin-right:15px; padding-bottom:5px; }
	
	.m-rdm01 { margin-top:15px; }
	.m-rdm01 .wrap { padding-top:15px; }
	.m-rdm01 { text-align:left; }
	.m-rdm01 a { padding:0 15px; margin:0 10px 0 0; height:30px; line-height:30px; font-size:12px; }
}
 
/* 面包屑 */
.location { padding:18px 0; color:#999; font-size:14px; margin-bottom:20px; display:none; }
.location a { color:#999; }
.location h3 { display:none; }
.breadcrumbs .u-home { padding-left:25px; background: url(u_home.png) no-repeat center left; }

@media all and (max-width:1280px){
	.location { padding:15px 0; margin-bottom:0; }
}
 
/* 内容模式 */
.article { padding:0; line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:10px 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:30px; line-height:36px;font-weight:bold;}
.article .hd .titBar { color:#797979; font-size:14px;padding-top:8px;padding-bottom:8px;border-bottom: 1px solid #ddd;} 
.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 .bd { font-size:14px; }
}

/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }

/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; 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; }

/* 图文新闻 */
.picnews { padding-bottom:10px; }
.picnews ul li { float:left; width:31%; margin:0 3.5% 3% 0; }
.picnews ul li:nth-child(3n) { margin-right:0; }
.picnews ul li .pic { overflow:hidden; }
.picnews ul li .pic img { width:100%; height:auto; transition: all 0.6s; }
.picnews ul li .txt { margin-top:30px; }
.picnews ul li .txt .p1 { font-size:20px; color:#000; font-weight:bold; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#666; line-height:30px; height:60px; margin-top:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picnews ul li .txt .p3 { margin-top:30px; font-size:0; line-height:1; color:#d2d2d2; }
.picnews ul li .txt .p3 span { display:inline-block; font-size:36px; font-weight:bold; }
.picnews ul li .txt .p3 i { float:right; display:inline-block; font-size:14px; padding:15px 0 7px; border-bottom:1px solid #d2d2d2; }

.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li:hover .txt .p1 { color:#00a0e6; }
.picnews ul li:hover .txt .p3 { color:#00a0e6; }
.picnews ul li:hover .txt .p3 i { border-color:#00a0e6; }
 
@media all and (max-width:1680px){
	.picnews ul li .txt { margin-top:15px; }
	.picnews ul li .txt .p1 { font-size:16px; line-height:20px; }
	.picnews ul li .txt .p2 { font-size:14px; line-height:25px; height:50px; margin-top:15px; }
	.picnews ul li .txt .p3 { margin-top:15px; }
	.picnews ul li .txt .p3 span { font-size:24px; }
	.picnews ul li .txt .p3 i { font-size:14px; padding:5px 0 7px; }
}
@media all and (max-width:1280px){
	.picnews ul li .txt { margin-top:10px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:12px; line-height:20px; height:40px; margin-top:5px; }
	.picnews ul li .txt .p3 { margin-top:15px; }
	.picnews ul li .txt .p3 span { font-size:18px; }
	.picnews ul li .txt .p3 i { font-size:12px; padding:0 0 7px; } 
}
@media all and (max-width:750px){
	.picnews ul li { width:49%; margin:0 2% 3.5% 0; }
	.picnews ul li:nth-child(3n) { margin-right:2%; }
	.picnews ul li:nth-child(2n) { margin-right:0; }
}

/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:31%; margin:0 3.5% 2% 0; }
.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:0; }
.piList .pic-item-list .pic-item .list-pic { overflow:hidden;border: 1px solid #e5e5e5;}
.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:0 5px; background:#ffffff; }
.piList .pic-item-list .pic-item dl dt { height:60px; font-size:20px; font-weight:bold; line-height:60px; 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; }
.piList .pic-item-list .pic-item:hover dl { color:#fff; }
.piList .pic-item-list .pic-item:hover dl dt a { color:#FF4222; }

@media all and (max-width:1680px){
	.piList .pic-item-list .pic-item dl dt { height:50px; font-size:16px; line-height:50px; }
}
@media all and (max-width:1280px){
	.piList .pic-item-list .pic-item dl dt { height:40px; font-size:14px; line-height:40px; }
}
@media all and (max-width:750px){
	.piList .pic-item-list .pic-item { width:49%; margin:0 2% 3.5% 0; }
	.piList .pic-item-list .pic-item:nth-child(3n) { margin-right:2%; }
	.piList .pic-item-list .pic-item:nth-child(2n) { margin-right:0; }
}
 
/* 分页 */
.page { padding:0; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; width:90px; height:30px; text-align:center; line-height:30px; border:1px solid #f5f5f5; background:#f5f5f5; color:#333; font-size:14px; border-radius:5px; }
.page a:hover,.page .current { border:1px solid #2E67B9; background:#2E67B9; color:#fff; }

@media all and (max-width:1280px){
	.page a { width:60px; height:30px; line-height:30px; 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:#00a0e6; 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; }

/*产品中心*/
.proArea { padding-bottom:25px; }
.proArea ul li { position:relative; float:left; width:32%; border:1px solid #efefef; margin:0 2% 2.5% 0; text-align:center; box-sizing: border-box; overflow:hidden; }
.proArea ul li:nth-child(3n) { margin-right:0; }
.proArea ul li .txt { font-size:16px; color:#5f5f5f; font-weight:bold; line-height:60px; height:60px; padding:0 2%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.proArea ul li .txt01 { position:absolute; left:0; top:500px; right:0; bottom:0; background:#024fff; opacity: 0; transition: all 0.6s; z-index:9; }
.proArea ul li .txt01 .txt011 { position:absolute; left:9%; right:9%; top:50%; transform: translateY(-50%); z-index:5; }
.proArea ul li .txt01 .p1 { text-align:center; height:20px; line-height:20px; color:#fff; font-size:18px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.proArea ul li .txt01 .p2 { width:50px; height:1px; background:rgba(255,255,255,0.6); margin:20px auto 0; }
.proArea ul li .txt01 .p3 { font-size:14px; line-height:24px; margin-top:30px; color:rgba(255,255,255,0.6); overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.proArea ul li .txt01 .p4 { margin-top:30px; text-align:center; }
.proArea ul li .txt01 .p4 i { display:inline-block; width:95px; height:25px; border:1px solid #fff; border-radius:20px; font-size:12px; color:#fff; line-height:25px; }
 
.proArea ul li:hover .txt01 { top:0; opacity:1; }
 
@media all and (max-width:1400px){
 
	.proArea ul li .txt01 .p2 { margin:15px auto 0; }
	.proArea ul li .txt01 .p3 { margin-top:15px; }
	.proArea ul li .txt01 .p4 { margin-top:15px; }
}
@media all and (max-width:1200px){
	.proArea ul li .txt01 { display:none!important; opacity:0!important; }
	
	.proArea ul li .txt { font-size:14px; line-height:50px; height:50px; font-weight:normal; }
}
@media all and (max-width:900px){
 
	.proArea ul li .txt01 .p2 { margin:15px auto 0; }
	.proArea ul li .txt01 .p3 { margin-top:15px; }
	.proArea ul li .txt01 .p4 { margin-top:15px; }
	
	.proArea ul li { width:49%; }
	.proArea ul li:nth-child(3n) { margin-right:2%; }
	.proArea ul li:nth-child(2n) { margin-right:0; }
}

/*新闻中心*/
.list02 { margin-bottom:40px; border:1px solid #e6e6e6; }
.list02 .pic { float:left; width:460px; }
.list02 .txt { float:right; width:calc(100% - 460px); padding:2.5% 5% 0 5%; box-sizing: border-box; }
.list02 .txt .p1 { font-size:16px; color:#838383; z-index:5; }
.list02 .txt .p2 { font-size:18px; color:#0050fe; height:20px; line-height:20px; margin-top:15px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list02 .txt .p3 { font-size:16px; line-height:25px; height:50px; margin-top:20px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.list02 .txt .p4 { margin-top:40px; width:100px; height:32px; line-height:32px; border:1px solid #0050fe; text-align:center; font-size:14px; color:#0050fe; }
.list02 .txt .p4 i { display:inline-block; padding-right:20px; background:url(m01.png) no-repeat center right; }

.list01 ul li { padding:60px 50px; border:1px solid #e6e6e6; margin-bottom:40px; }
.list01 ul li a { position:relative; display:block; padding-right:250px; }
.list01 ul li .p1 { font-size:18px; color:#0050fe; height:20px; line-height:20px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list01 ul li .p2 { position:absolute; top:0; right:0; font-size:16px; color:#838383; z-index:5; }
.list01 ul li .p3 { font-size:16px; line-height:25px; height:50px; margin-top:20px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.list01 ul li .p4 { position:absolute; top:50px; right:0; width:100px; height:32px; line-height:32px; border:1px solid #0050fe; text-align:center; font-size:14px; color:#0050fe; z-index:5;}
.list01 ul li .p4 i { display:inline-block; padding-right:20px; background:url(m01.png) no-repeat center right; }


@media all and (max-width:1660px){
	.list02 { margin-bottom:30px; }
	.list02 .pic { float:left; width:350px; }
	.list02 .txt { float:right; width:calc(100% - 350px); }
	.list02 .txt .p2 { margin-top:10px;  }
	.list02 .txt .p3 { margin-top:15px; }
	.list02 .txt .p4 { margin-top:20px; }
 
	.list01 ul li { padding:35px 25px; margin-bottom:30px; }
	.list01 ul li a { padding-right:180px; }
}
@media all and (max-width:900px){
	.list02 { margin-bottom:25px; }
	.list02 .pic { float:left; width:280px; }
	.list02 .txt { float:right; width:calc(100% - 280px); }
	.list02 .txt .p1 { font-size:14px; }
	.list02 .txt .p2 { font-size:14px; margin-top:5px; }
	.list02 .txt .p3 { font-size:14px; margin-top:5px; }
	.list02 .txt .p4 { margin-top:10px; }
		
	
	.list01 { padding-bottom:25px; }
	.list01 ul li { padding:5% 3%; margin-bottom:15px; }
	.list01 ul li a { position:relative; display:block; padding-right:0; }
	.list01 ul li .p1 { font-size:14px; }
	.list01 ul li .p2 { position:relative; font-size:14px; margin-top:5px; }
	.list01 ul li .p3 { font-size:14px; line-height:25px; height:50px; margin-top:5px; }
	.list01 ul li .p4 { position:relative; top:0; margin-top:10px; }

	
}
@media all and (max-width:750px){
	.list02 .pic { float:none; width:100%; }
	.list02 .txt { float:none; width:100%; padding:4% 3%; } 
}

/*产品详情*/
.proBox01 { position:relative; float:left; width:495px; }
.proBox01 .prev-ny01,.proBox01 .next-ny01 { position:absolute; top:50%; transform: translateY(-50%); display:block; width:46px; height:46px; z-index:5; cursor:pointer; }
.proBox01 .prev-ny01 { background:url(d01.jpg) no-repeat center; left:0; }
.proBox01 .next-ny01 { background:url(d02.jpg) no-repeat center; right:0; }

.swiper-pagination-ny01 { position:absolute; left:0; right:0; bottom:30px; text-align:center; z-index:5; }
.swiper-pagination-ny01 .swiper-pagination-bullet { margin:0 4px; }

.proBox02 { float:right; width:calc(100% - 550px); padding-top:40px; }
.proBox02 .p1 { font-size:24px; color:#333; font-weight:bold; padding-bottom:30px; border-bottom:1px solid #e6e6e6; }
.proBox02 .p3 { font-size:16px; color:#333; margin-top:35px; line-height:2; }

.proArea02 { margin-top:40px; }
.proArea02 .hd { border-bottom:1px solid #e6e6e6;  }
.proArea02 .hd ul { border-left:1px solid #e6e6e6; }
.proArea02 .hd ul li { float:left; padding:0 40px; height:55px; line-height:55px; font-size:18px; color:#646464; font-weight:bold; border:1px solid #e6e6e6; border-bottom:none; border-left:none; cursor:pointer; box-sizing: border-box; }
.proArea02 .hd ul li.on { background:#f0f0f0; color:#0050fe; }

.proArea02 .bd { font-size:16px; line-height:2; margin-top:35px; }
.proArea02 .bd img { max-width:100%; }

@media all and (max-width:1660px){
	.proBox01 {  width:350px; }
	.proBox02 { width:calc(100% - 380px); padding-top:30px; }
	
	.proArea02 { margin-top:30px; }
}
@media all and (max-width:900px){
	.proBox01 {  width:280px; }
	
	.proBox01 .prev-ny01,.proBox01 .next-ny01 { width:30px; height:30px; background-size:contain!important; }
	.swiper-pagination-ny01 { bottom:10px; }
	
	.proBox02 { width:calc(100% - 310px); padding-top:20px; }
	.proBox02 .p1 { font-size:18px; padding-bottom:15px; }
	.proBox02 .p3 { font-size:14px; margin-top:15px; line-height:1.6; }
	
	.proArea02 .hd ul li { padding:0 30px; height:40px; line-height:40px; font-size:16px; }
}
@media all and (max-width:750px){
	.proBox01 { float:none; width:100%; }
	 
	.proBox02 { float:none; width:100%; padding-top:20px; }
	.proBox02 .p1 { font-size:18px; padding-bottom:15px; }
	.proBox02 .p3 { font-size:14px; margin-top:15px; line-height:1.6; }
	
	.proArea02 .hd ul li { width:33.33%; text-align:center; padding:0; height:35px; line-height:35px; font-size:14px; font-weight:normal; }
	.proArea02 .bd { font-size:14px; margin-top:20px; }
}

.xmArea { padding-top:50px; }
.xmArea .hd  { text-align:center; }
.xmArea .hd .p1 { font-size:32px; font-weight:bold; margin-bottom:15px; }
.xmArea .hd .p2 { font-size:16px; line-height:1.8; padding:0 14%; }
.xmArea .bd { margin-top:45px; }
.xmArea .bd ul li { float:left; width:47%; margin:0 6% 5% 0; }
.xmArea .bd ul li:nth-child(2n) { margin-right:0; }
.xmArea .bd ul li .txt { position:relative; padding:25px 7.5%; padding-right:calc(7.5% + 170px); background:#f2f5f8; }
.xmArea .bd ul li .txt .p1 { font-size:28px; color:#000; font-weight:bold; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xmArea .bd ul li .txt .p2 { font-size:16px; color:#505050; line-height:20px; margin-top:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xmArea .bd ul li .txt .p3 { position:absolute; top:30px; right:7.5%; z-index:2; }
.xmArea .bd ul li .txt .p3 i { display:inline-block; width:160px; height:48px; text-align:center; line-height:48px; border:1px solid #666; font-size:16px; color:#666; }

.xmArea .bd ul li .pic { overflow:hidden; }
.xmArea .bd ul li .pic img { transition: all 0.6s; }
.xmArea .bd ul li:hover .pic img { transform: scale(1.1)!important; }

.xmArea .bd ul li:hover .txt .p3 i { background:#00a0e6; color:#fff; border-color:#00a0e6; }

@media all and (max-width:1680px){
	.xmArea { padding-top:30px; }
	.xmArea .hd .p1 { font-size:28px; }
	.xmArea .hd .p2 { font-size:14px; padding:0 10%; }
	.xmArea .bd { margin-top:35px; }
	.xmArea .bd ul li { float:left; width:48%; margin:0 4% 5% 0; }
	.xmArea .bd ul li:nth-child(2n) { margin-right:0; }
	.xmArea .bd ul li .txt { position:relative; padding:20px 4%; padding-right:calc(4% + 120px); }
	.xmArea .bd ul li .txt .p1 { font-size:20px; line-height:25px; }
	.xmArea .bd ul li .txt .p2 { font-size:14px; }
	.xmArea .bd ul li .txt .p3 { top:30px; right:4%; z-index:2; }
	.xmArea .bd ul li .txt .p3 i { width:100px; height:30px; line-height:30px; font-size:14px; }
}
@media all and (max-width:1280px){
	.xmArea .bd ul li .txt { padding-right:4%; }
	.xmArea .bd ul li .txt .p3 { position:relative; top:auto; right:auto; margin-top:15px; }
}
@media all and (max-width:750px){
	.xmArea { padding-top:0; }
	.xmArea .hd .p1 { font-size:20px; }
	.xmArea .hd .p2 { font-size:12px; padding:0; }
	.xmArea .bd ul li { float:none; width:100%; margin:0 0 3% 0; }
	.xmArea .bd ul li .txt { padding:15px 4%; }
	.xmArea .bd ul li .txt .p1 { font-size:16px; line-height:20px; }
	.xmArea .bd ul li .txt .p2 { font-size:14px; }
	.xmArea .bd ul li .txt .p3 i { width:80px; height:30px; line-height:30px; font-size:12px; }
}


.xmBox { padding-top:50px; }
.xmBox .hd  { text-align:center; }
.xmBox .hd .p1 { font-size:32px; font-weight:bold; margin-bottom:15px; }
.xmBox .hd .p2 { font-size:16px; line-height:1.8; padding:0 14%; }

.xmArea01 { position:relative; margin:50px 0 60px; }

.xmArea01 .prev-xm01,.xmArea01 .next-xm01 { position:absolute; top:50%; margin-top:-25px; display:block; width:50px; height:50px; background-size:contain!important; cursor:pointer; z-index:2; }
.xmArea01 .prev-xm01 { background:url(sh03.png) no-repeat center; left:6%; }
.xmArea01 .next-xm01 { background:url(sh04.png) no-repeat center; right:6%; }

#certify .swiper-slide { width:68.27%; }
#certify .swiper-slide a { position:relative; display:block; }
#certify .swiper-slide .pic { position:relative; }
#certify .swiper-slide .pic p { position:absolute; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.5); z-index:2; }
#certify .swiper-slide .txt { position:absolute; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); color:#fff; padding:15px; z-index:2; display:none; text-align:center; }
#certify .swiper-slide .txt .p1 { font-size:20px; font-weight:bold; }
#certify .swiper-slide .txt .p2 { font-size:14px; line-height:1.6; margin:10px auto 0; max-width:680px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; }
 
#certify .swiper-slide-active .pic p { display:none; }
#certify .swiper-slide-active .txt { display:block; }

@media all and (max-width:1680px){
	.xmBox { padding-top:30px; }
	.xmBox .hd .p1 { font-size:28px; }
	.xmBox .hd .p2 { font-size:14px; padding:0 10%; }
}
@media all and (max-width:750px){
	.xmBox { padding-top:30px; }
	.xmBox .hd .p1 { font-size:20px; }
	.xmBox .hd .p2 { font-size:12px; padding:0; }
  
	.xmArea01 { margin:30px 0; }
	
	.xmArea01 .prev-xm01,.xmArea01 .next-xm01 { margin-top:-17px; width:35px; height:35px; }
	.xmArea01 .prev-xm01 { left:10px; }
	.xmArea01 .next-xm01 { right:10px; }

	#certify .swiper-slide { width:70%; }
	#certify .swiper-slide .txt { padding:10px; }
	#certify .swiper-slide .txt .p1 { font-size:16px; }
	#certify .swiper-slide .txt .p2 { font-size:12px; line-height:1.5; margin:10px auto 0; display:none; }
}





.ydArea { padding-bottom:20px; }
.ydArea ul li { border:10px solid #f2f5f8; padding:30px; margin-bottom:20px; }
.ydArea ul li .pic { float:left; width:450px; }
.ydArea ul li .txt { float:right; width:210px; padding:50px 0; text-align:right; border-left:1px solid #f2f5f8; }
.ydArea ul li .txt .p1 { font-size:24px; color:#00a0e6; font-weight:bold; line-height:1; }
.ydArea ul li .txt .p2 { margin-top:35px; font-size:0; }
.ydArea ul li .txt .p2 i { display:inline-block; width:160px; height:40px; line-height:40px; background:#00a0e6; color:#fff; font-size:16px; text-align:center; }
.ydArea ul li .txt01 { float:right; width:580px; margin-right:50px; padding-top:40px; color:#000; }
.ydArea ul li .txt01 .p1 { font-size:24px; color:#00a0e6; font-weight:bold; line-height:1; }
.ydArea ul li .txt01 .p2 { font-size:16px; line-height:25px; margin-top:15px; min-height:100px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.ydArea ul li .txt01 .p3 { font-size:18px; }

@media all and (max-width:1680px){
	.ydArea ul li { border:5px solid #f2f5f8; padding:20px;  }
	.ydArea ul li .pic { float:left; width:350px; }
	.ydArea ul li .txt { float:right; width:150px; padding:50px 0; }
	.ydArea ul li .txt .p1 { font-size:18px; }
	.ydArea ul li .txt .p2 { margin-top:25px; }
	.ydArea ul li .txt .p2 i { width:120px; height:40px; line-height:40px; font-size:14px; }
	.ydArea ul li .txt01 { float:right; width:calc(100% - 550px); margin-right:25px; padding-top:20px; }
	.ydArea ul li .txt01 .p1 { font-size:18px; }
	.ydArea ul li .txt01 .p2 { font-size:14px; line-height:20px; margin-top:10px; min-height:80px; }
	.ydArea ul li .txt01 .p3 { font-size:14px; }
}
@media all and (max-width:1000px){
 
	.ydArea ul li .txt01 { float:left; width:100%; margin:25px 0 0 0; padding-top:0; }
	.ydArea ul li .txt01 .p1 { font-size:18px; }
	.ydArea ul li .txt01 .p2 { min-height:20px; -webkit-line-clamp:20; }
	.ydArea ul li .txt01 .p3 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.ydArea ul li { border:2px solid #f2f5f8; padding:20px 4%;  }
	.ydArea ul li .pic { float:none; width:100%; }
	.ydArea ul li .txt { float:none; width:100%; margin-top:20px; padding:0 0 15px 0; border-left:none; border-bottom:1px solid #f2f5f8; }
	.ydArea ul li .txt .p1 { float:left; font-size:18px; line-height:30px; }
	.ydArea ul li .txt .p2 { float:right; margin-top:0; }
	.ydArea ul li .txt .p2 i { width:80px; height:30px; line-height:30px; font-size:12px; }
	
	.ydArea ul li .txt01 { float:left; width:100%; margin:20px 0 0 0; padding-top:0; }
	.ydArea ul li .txt01 .p1 { font-size:16px; }
	.ydArea ul li .txt01 .p2 { font-size:12px; min-height:20px; -webkit-line-clamp:20; }
	.ydArea ul li .txt01 .p3 { font-size:12px; margin-top:10px; }
}

.jdArea { padding-bottom:40px; }
.jdArea ul li { padding:20px 0; }
.jdArea ul li .hd { line-height:45px; }
.jdArea ul li .hd p { font-size:40px; color:#000; font-weight:bold; }
.jdArea ul li .hd a { float:right; font-size:16px; display:inline-block; }
 
.jdArea ul li .bd { margin-top:35px; }
.jdArea ul li .bd .bd01 { position:relative; background:#f2f5f8; }
.jdArea ul li .bd .bd01 .pic { float:left; width:50%; overflow:hidden; }
.jdArea ul li .bd .bd01 .pic img { transition: all 0.6s; }
.jdArea ul li .bd .bd01 .txt01 { position:absolute; top:50%; right:3%; width:44%; transform: translateY(-50%); font-size:0; color:#000; z-index:2; }
.jdArea ul li .bd .bd01 .txt01 .p1 i { display:inline-block; font-size:30px; line-height:1; border-bottom:2px solid #000; padding-bottom:20px; }
.jdArea ul li .bd .bd01 .txt01 .p2 { font-size:16px; line-height:1.8; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.jdArea ul li .bd .bd01 .txt01 .p3 { margin-top:50px; }
.jdArea ul li .bd .bd01 .txt01 .p3 i { display:inline-block; width:160px; height:40px; text-align:center; line-height:40px; font-size:16px; color:#fff; background:#00a0e6; }

.jdArea ul li .bd .bd02 { margin-top:40px; }
.jdArea ul li .bd .bd02 dl dt { float:left; width:31.33%; margin-right:2%;margin-bottom: 50px;}
.jdArea ul li .bd .bd02 dl dt:last-child { margin-right:0; }
.jdArea ul li .bd .bd02 dl dt .pic { overflow:hidden; }
.jdArea ul li .bd .bd02 dl dt .pic img { transition: all 0.6s; }
.jdArea ul li .bd .bd02 dl dt .txt { font-size:0; color:#000;text-align: center;}
.jdArea ul li .bd .bd02 dl dt .txt i { display:inline-block;  line-height:40px; max-width:100%; font-size:20px; border-bottom:1px solid #000; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;padding-top: 5px;}

.jdArea ul li:nth-child(2n) { background:#f2f5f8; }
.jdArea ul li:nth-child(2n) .bd .bd01 { background:#fff; }

.jdArea ul li .bd .bd01 .pic:hover img { transform: scale(1.1)!important; }
.jdArea ul li .bd .bd02 dl dt:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1680px){
	.jdArea ul li .hd { line-height:30px; }
	.jdArea ul li .hd p { font-size:28px; }
	.jdArea ul li .hd a { font-size:14px; }
	
	.jdArea ul li .bd { margin-top:25px; }
	.jdArea ul li .bd .bd01 .txt01 .p1 i { font-size:20px; padding-bottom:10px; }
	.jdArea ul li .bd .bd01 .txt01 .p2 { font-size:14px; line-height:1.6; margin-top:20px; }
	.jdArea ul li .bd .bd01 .txt01 .p3 { margin-top:30px; }
	.jdArea ul li .bd .bd01 .txt01 .p3 i { width:120px; height:35px; line-height:35px; font-size:14px; }

	.jdArea ul li .bd .bd02 { margin-top:20px; }
	.jdArea ul li .bd .bd02 dl dt .txt i { line-height:40px; font-size:16px; }
}
@media all and (max-width:1280px){
	.jdArea { padding-bottom:30px; }
	.jdArea ul li { padding:40px 0; }
	.jdArea ul li .hd { line-height:20px; }
	.jdArea ul li .hd p { font-size:18px; }
	.jdArea ul li .hd a { font-size:12px; }
	
	.jdArea ul li .bd .bd01 .txt01 .p1 i { font-size:16px; padding-bottom:10px; }
	.jdArea ul li .bd .bd01 .txt01 .p2 { font-size:12px; line-height:1.6; margin-top:20px; }
	.jdArea ul li .bd .bd01 .txt01 .p3 { margin-top:20px; }
	.jdArea ul li .bd .bd01 .txt01 .p3 i { width:100px; height:30px; line-height:30px; font-size:12px; }
	
	.jdArea ul li .bd .bd02 dl dt { float:left; width:32%; margin-right:2%; }
	.jdArea ul li .bd .bd02 dl dt:last-child { margin-right:0; }
	.jdArea ul li .bd .bd02 dl dt .txt i { line-height:35px; font-size:16px; }
}
@media all and (max-width:750px){
	.jdArea { padding-bottom:10px; }
	.jdArea ul li { padding:30px 0; }
	
	.jdArea ul li .bd .bd01 .pic { float:none; width:100%; }
	.jdArea ul li .bd .bd01 .txt01 { position:relative; top:auto; right:auto; width:100%; transform: translateY(0); padding:20px 4%; box-sizing: border-box; }
	.jdArea ul li .bd .bd01 .txt01 .p2 { -webkit-line-clamp:20; }
	
	.jdArea ul li .bd .bd02 dl dt { float:none; width:100%; margin-right:0; margin-bottom:20px; }
	.jdArea ul li .bd .bd02 dl dt:last-child { margin-bottom:0; }
}


.sh-hd { text-align:center; margin-bottom:40px; }
.sh-hd .p1 { line-height:86px; font-size:48px; color:#333; background:url(sh02.png) no-repeat center; background-size:contain; font-family:"宋体"; font-weight:bold; }
.sh-hd .p2 { line-height:1; font-size:16px; color:#666; }
@media all and (max-width:1680px){
	.sh-hd .p1 { line-height:70px; font-size:40px; }
	.sh-hd .p2 { font-size:14px; }
}
@media all and (max-width:1280px){
	.sh-hd .p1 { line-height:55px; font-size:30px; }
}
@media all and (max-width:750px){
	.sh-hd { margin-bottom:25px; }
	.sh-hd .p1 { line-height:40px; font-size:24px; margin-bottom:5px; }
}

.shArea01 { padding:60px 0; }
.shBox01 .swiper-slide .pic02 { padding:15px; background:#f2f5f8; margin:0 5.5%; }
.shBox01 .swiper-slide .pic02 p { overflow:hidden; }
.shBox01 .swiper-slide .pic02 p img { transition: all 0.6s; }
.shBox01 .swiper-slide .txt { margin:30px 5.5% 0; text-align:center; }
.shBox01 .swiper-slide .txt .p1 { font-size:24px; color:#333; line-height:1; font-family:"宋体"; font-weight:bold; }
.shBox01 .swiper-slide .txt .p2 { margin-top:25px; font-size:16px; line-height:1.8; color:#666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.shBox01 .swiper-slide .txt .p3 { margin-top:25px; }
.shBox01 .swiper-slide .txt .p3 i { display:inline-block; width:120px; height:35px; line-height:35px; border:1px solid #333; font-size:14px; color:#333; }

.shBox01 .swiper-slide:hover .pic02 p img { transform: scale(1.1)!important; }
.shBox01 .swiper-slide:hover .txt .p3 i { background:#00a0e6; color:#fff; border-color:#00a0e6; }

@media all and (max-width:1680px){
	.shBox01 .swiper-slide .pic02 { padding:10px; }
	.shBox01 .swiper-slide .txt { margin:15px 5.5% 0; }
	.shBox01 .swiper-slide .txt .p1 { font-size:20px; }
	.shBox01 .swiper-slide .txt .p2 { margin-top:15px; font-size:14px; line-height:1.6; }
	.shBox01 .swiper-slide .txt .p3 { margin-top:15px; }
	.shBox01 .swiper-slide .txt .p3 i { width:90px; height:30px; line-height:30px; font-size:14px; }
}
@media all and (max-width:750px){
	.shArea01 { padding:30px 0; }
	
	.shBox01 .swiper-slide .pic02 { padding:10px; }
	.shBox01 .swiper-slide .txt { margin:15px 5.5% 0; }
	.shBox01 .swiper-slide .txt .p1 { font-size:16px; }
	.shBox01 .swiper-slide .txt .p2 { margin-top:15px; font-size:14px; line-height:1.6; }
	.shBox01 .swiper-slide .txt .p3 { margin-top:15px; }
	.shBox01 .swiper-slide .txt .p3 i { width:90px; height:30px; line-height:30px; font-size:14px; }
}

.shArea02 { padding:60px 0; background:url(shArea02.jpg) no-repeat center; background-size:cover; }
.shBox02 { position:relative; }

.shBox02 .prev-sh01,.shBox02 .next-sh01 { position:absolute; bottom:40px; display:block; width:50px; height:50px; cursor:pointer; z-index:2; }
.shBox02 .prev-sh01 { background:url(sh03.png) no-repeat center; left:100px; }
.shBox02 .next-sh01 { background:url(sh04.png) no-repeat center; right:100px; }
 
.shBox021 { position:absolute; left:175px; right:175px; bottom:40px; z-index:2; }
.shBox021 .swiper-slide { background:rgba(50,50,60,0.9); cursor:pointer; }
.shBox021 .swiper-slide .txt { text-align:center; line-height:50px; font-size:18px; color:#fff; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.shBox021 .swiper-slide-thumb-active { background:rgba(220,50,30,0.9); }
 
.gallery-top-sh01 .swiper-slide { position:relative; }
.gallery-top-sh01 .swiper-slide .pic .img02 { display:none; }
.gallery-top-sh01 .swiper-slide .txt { position:absolute; right:10%; bottom:110px; width:360px; padding:30px; color:#fff; background:rgba(50,50,60,0.7); text-align:right; box-sizing: border-box; z-index:2; }
.gallery-top-sh01 .swiper-slide .txt .p1 { font-size:24px; font-weight:bold; }
.gallery-top-sh01 .swiper-slide .txt .p2 { font-size:14px; line-height:1.7; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; text-align:justify; }
.gallery-top-sh01 .swiper-slide .txt .p3 { margin-top:15px; }
.gallery-top-sh01 .swiper-slide .txt .p3 a { display:inline-block; width:120px; height:35px; line-height:35px; text-align:center; font-size:14px; color:#fff; border:1px solid #fff; }
.gallery-top-sh01 .swiper-slide .txt .p3 a:hover {  background:rgba(220,50,30,0.9); border-color:rgba(220,50,30,0.9); }

@media all and (max-width:1280px){
	.shBox021 .swiper-slide .txt {  line-height:45px; font-size:16px; }
	
	.gallery-top-sh01 .swiper-slide .txt { bottom:100px; }
}
@media all and (max-width:1000px){
	.gallery-top-sh01 .swiper-slide .txt { left:40%; width:auto; padding:20px; }
	.gallery-top-sh01 .swiper-slide .txt .p1 { font-size:18px; }
}
@media all and (max-width:900px){
	.shBox02 .prev-sh01,.shBox02 .next-sh01 { bottom:auto; top:50%; margin-top:-15px; width:30px; height:30px; background-size:contain!important; }
	.shBox02 .prev-sh01 { left:10px; }
	.shBox02 .next-sh01 { right:10px; }
	
	
	.gallery-top-sh01 .swiper-slide .txt { left:10%; top:50%; bottom:auto; padding:20px; transform: translateY(-50%); text-align:center; }
	
	.shBox021 { position:relative; left:auto; right:auto; bottom:auto; margin-top:10px; z-index:2; }
}
@media all and (max-width:750px){
	.shArea02 { padding:30px 0; }
	
	.shBox021 .swiper-slide .txt { line-height:40px; font-size:14px; }

	.gallery-top-sh01 .swiper-slide .pic .img01 { display:none; }
	.gallery-top-sh01 .swiper-slide .pic .img02 { display:block; }
	.gallery-top-sh01 .swiper-slide .txt { left:50px; right:50px; padding:20px 15px; }
	.gallery-top-sh01 .swiper-slide .txt .p2 { font-size:12px; line-height:1.6; }
	.gallery-top-sh01 .swiper-slide .txt .p3 a { width:90px; height:30px; line-height:30px; font-size:12px; }

}
 
.shArea03 { padding:60px 0; }
.shBox03 ul li { position:relative; float:left; width:23%; overflow:hidden; transition: all 0.6s; }
.shBox03 ul li .txt01 { position:absolute; top:40px; right:0; width:80px; height:30px; line-height:30px; text-align:center; background:#dc321e; font-size:14px; color:#fff; z-index:2; }
.shBox03 ul li .txt { position:absolute; top:50%; left:10%; right:10%; color:#fff; transform: translateY(-50%); display:none; z-index:2; }
.shBox03 ul li .txt .p1 { font-size:30px; line-height:1; font-family:"宋体"; font-weight:bold; }
.shBox03 ul li .txt .p2 { font-size:14px; line-height:25px; margin-top:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.shBox03 ul li .txt .p3 { margin-top:25px; }
.shBox03 ul li .txt .p3 i { display:inline-block; text-align:center; width:120px; height:35px; line-height:35px; border:1px solid #fff; font-size:14px; }
.shBox03 ul li .txt .p3 i:hover { background:rgba(220,50,30,0.9); border-color:rgba(220,50,30,0.9); }
 
.shBox03 ul li.on { width:31%; }
.shBox03 ul li.on .txt01 { display:none; }
.shBox03 ul li.on .txt { display:block; }

@media all and (max-width:1680px){
	.shBox03 ul li .txt  .p1 { font-size:20px; }
	.shBox03 ul li .txt  .p2 { margin-top:15px; font-size:14px; line-height:1.6; }
	.shBox03 ul li .txt  .p3 { margin-top:15px; }
	.shBox03 ul li .txt  .p3 i { width:90px; height:30px; line-height:30px; font-size:14px; }
}
@media all and (max-width:1200px){
	.shBox03 ul li { width:25%; }
	.shBox03 ul li.on { width:25%; }
	.shBox03 ul li.on .txt01 { display:block; }
	.shBox03 ul li.on .txt { display:none; }
	
	.shBox03 ul li .pic img { width:100%; height:auto; }
}
@media all and (max-width:1000px){
	.shBox03 ul li { width:50%; }
	.shBox03 ul li.on { width:50%; }
	.shBox03 ul li .pic img { width:100%; height:auto; }
}
@media all and (max-width:750px){
	.shArea03 { padding:30px 0; }
	
	.shBox03 ul li .txt01 { top:20px; width:60px; height:30px; line-height:30px; font-size:12px; }
}


.abArea01 { padding:30px 0 70px; background:url(abArea01.jpg) no-repeat center; background-size:cover; }
.abArea01 .txt { float:left; width:52%; padding-top:45px; }
.abArea01 .txt .p1 { font-size:32px; color:#000; font-weight:bold; }
.abArea01 .txt .p2 { font-size:16px; color:#333; line-height:1.8; margin-top:20px; }
.abArea01 .txt .p3 { margin-top:40px; }
.abArea01 .txt .p3 a { display:block; width:127px; height:36px; line-height:36px; padding-left:15px; font-size:15px; color:#444; background:url(ab01.png) no-repeat center right #fff; box-sizing: border-box; transition: all 0.6s; }
.abArea01 .txt .p3:hover a { color:#fff; background:url(ab01.png) no-repeat center right #00a0e6; padding-left:25px; }

.abArea01 .pic { float:right; width:46.5%; margin-right:-5.5%; text-align:center; }
.abArea01 .pic img { max-width:100%; }

.abArea01 .bd01 { margin-top:30px; text-align:center; background: linear-gradient(to right,#00a0e6,#00a085); }
.abArea01 .bd01 ul li { position:relative; float:left; width:25%; line-height:1; }
.abArea01 .bd01 ul li:before { position:absolute; right:0; top:25px; bottom:25px; width:1px; background:rgba(255,255,255,0.4); display:block; content:""; z-index:2; }
.abArea01 .bd01 ul li:last-child:before { display:none; }
.abArea01 .bd01 ul li a { display:inline-block; text-align:left; padding:30px 0 30px 70px; color:#fff; }
.abArea01 .bd01 ul li .p1 { font-size:30px; font-weight:bold; }
.abArea01 .bd01 ul li .p2 { font-size:16px; margin-top:10px; color:rgba(255,255,255,0.8); }

@media all and (max-width:1280px){
	.abArea01 .txt .p1 { font-size:28px; }
	.abArea01 .txt .p2 { font-size:14px; line-height:1.6; margin-top:15px; }
	.abArea01 .txt .p3 { margin-top:25px; }
	.abArea01 .txt .p3 a { width:115px; height:36px; line-height:36px; font-size:14px; padding-left:10px; }
	.abArea01 .txt .p3:hover a { padding-left:10px; }

	.abArea01 .bd01 ul li a { padding:20px 0 20px 55px; background-size:40px 40px!important; }
	.abArea01 .bd01 ul li .p1 { font-size:24px; }
	.abArea01 .bd01 ul li .p2 { font-size:14px; }
}
@media all and (max-width:1000px){
	.abArea01 { padding:30px 0; }
	.abArea01 .txt { float:none; width:100%; padding-top:0; }
	
	.abArea01 .pic { float:none; width:100%; margin-right:0; text-align:center; margin-top:25px; }

	.abArea01 .bd01 ul li a { padding:20px 0 20px 45px; background-size:30px 30px!important; }
	.abArea01 .bd01 ul li .p1 { font-size:18px; }
	.abArea01 .bd01 ul li .p2 { font-size:12px; margin-top:5px; }
}
@media all and (max-width:750px){
	.abArea01 .txt .p1 { font-size:24px; }
	
	.abArea01 .bd01 ul { padding:30px 0 15px; }
	.abArea01 .bd01 ul li { width:50%; }
	.abArea01 .bd01 ul li:nth-child(2n):before { display:none; }
	.abArea01 .bd01 ul li a { padding:45px 0 25px 0; background-position:center top!important; background-size:30px 30px!important; text-align:center; }
}


.ab-hd { text-align:center; line-height:1.1; }
.ab-hd .p1 { font-size:32px; font-weight:bold; color:#000; }
.ab-hd .p2 { font-size:16px; margin-top:15px; color:#333; }

@media all and (max-width:1680px){
	.ab-hd .p1 { font-size:28px; }
	.ab-hd .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:1280px){
	.ab-hd .p1 { font-size:24px; }
	.ab-hd .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:750px){
	.ab-hd .p1 { font-size:20px; }
	.ab-hd .p2 { font-size:14px; margin-top:10px; }
}

.abArea02 { padding:70px 0 60px; background-size:cover!important; }
.abArea02 .bd01 { margin-top:40px; }
.abArea02 .bd01 ul li { position:relative; float:left; width:15%; margin-right:2%; border-radius:100%; overflow:hidden; }
.abArea02 .bd01 ul li:last-child { margin-right:0; }
.abArea02 .bd01 ul li:nth-child(2n) { margin-top:110px; }
.abArea02 .bd01 ul li .pic { position:relative; }
.abArea02 .bd01 ul li .pic p { position:absolute; left:0; top:0; right:0; bottom:0; z-index:2; }
.abArea02 .bd01 ul li:nth-child(1) .pic p { background:rgba(0,  120, 220,	0.7); }
.abArea02 .bd01 ul li:nth-child(2) .pic p { background:rgba(21, 151, 149,	0.7); }
.abArea02 .bd01 ul li:nth-child(3) .pic p { background:rgba(177,171, 5,	0.7); }
.abArea02 .bd01 ul li:nth-child(4) .pic p { background:rgba(177,5,   5,	0.7); }
.abArea02 .bd01 ul li:nth-child(5) .pic p { background:rgba(221,104, 0,	0.7); }
.abArea02 .bd01 ul li:nth-child(6) .pic p { background:rgba(120,30,  190,	0.7); }

.abArea02 .bd01 ul li:nth-child(1):hover .pic p { background:rgba(0,  120, 220,	1); }
.abArea02 .bd01 ul li:nth-child(2):hover .pic p { background:rgba(21, 151, 149,	1); }
.abArea02 .bd01 ul li:nth-child(3):hover .pic p { background:rgba(177,171, 5,	1); }
.abArea02 .bd01 ul li:nth-child(4):hover .pic p { background:rgba(177,5,   5,	1); }
.abArea02 .bd01 ul li:nth-child(5):hover .pic p { background:rgba(221,104, 0,	1); }
.abArea02 .bd01 ul li:nth-child(6):hover .pic p { background:rgba(120,30,  190,	1); }

.abArea02 .bd01 ul li .txt { position:absolute; top:50%; left:0; right:0; transform: translateY(-50%); text-align:center; z-index:2; }
.abArea02 .bd01 ul li .txt .p1 { min-height:80px; }
.abArea02 .bd01 ul li .txt .p2 { font-size:16px; line-height:1.5; color:#fff; }

.abArea02 .bd02 { margin-top:45px; }
.abArea02 .bd02 a { display:block; margin:0 auto; width:127px; height:36px; line-height:36px; padding-left:15px; font-size:15px; color:#444; background:url(ab01.png) no-repeat center right #fff; box-sizing: border-box; transition: all 0.6s; }
.abArea02 .bd02:hover a { color:#fff; background:url(ab01.png) no-repeat center right #00a0e6; padding-left:25px; }

@media all and (max-width:1680px){
	.abArea02 .bd01 ul li .txt .p1 { min-height:45px; }
	.abArea02 .bd01 ul li .txt .p1 img { width:35px; height:auto; }
	.abArea02 .bd01 ul li .txt .p2 { font-size:14px; }
}
@media all and (max-width:1280px){
	.abArea02 .bd01 { margin-top:30px; }
	 
	.abArea02 .bd02 { margin-top:25px; }
	.abArea02 .bd02 a { width:115px; height:36px; line-height:36px; font-size:14px; padding-left:10px; }
	.abArea02 .bd02:hover a { padding-left:10px; }
 
}
@media all and (max-width:1000px){
	.abArea02 { padding:30px 0; }
	
	.abArea02 .bd01 ul li { width:23.33%; margin:0 5%; }
	.abArea02 .bd01 ul li:nth-child(3n){ margin:0 5%; }
	.abArea02 .bd01 ul li:nth-child(2n) { margin-top:0; } 
	.abArea02 .bd01 ul li:nth-child(n + 4) { margin-top:25px; } 
}
@media all and (max-width:750px){
	.abArea02 .bd01 ul li .txt .p1 { min-height:35px; }
	.abArea02 .bd01 ul li .txt .p1 img { width:25px; height:auto; }
	.abArea02 .bd01 ul li .txt .p2 { font-size:12px; } 
}
@media all and (max-width:500px){
	.abArea02 .bd01 ul li { width:40%; margin:0 5%; }
	.abArea02 .bd01 ul li:nth-child(3n) { margin:0 5%; } 
	.abArea02 .bd01 ul li:nth-child(n + 3) { margin-top:25px; } 
}

.abArea03 { padding:70px 0; }
.abArea03 .bd01 { width:1200px; margin:40px auto 0; background:url(ab03.png) no-repeat center; }
.abArea03 .bd01 ul li { position:relative; float:left; width:480px; background:#f2f5f8; border:1px solid #e1e1e1; padding:20px 25px; line-height:1; box-sizing: border-box; }
.abArea03 .bd01 ul li:before { position:absolute; top:50%; transform: translateY(-50%); width:24px; height:24px; right:-12px; border-radius:100%; background:#00a0e6; display:block; content:""; z-index:2; }
.abArea03 .bd01 ul li:nth-child(2n):before { left:-12px; right:auto; }
.abArea03 .bd01 ul li .p1 { font-size:20px; font-weight:bold; color:#000; }
.abArea03 .bd01 ul li .p2 { font-size:16px; color:#333; margin-top:10px; }
 
.abArea03 .bd01 ul li:nth-child(2n) { float:right; }
.abArea03 .bd01 ul li:nth-child(n + 3) { margin-top:20px; }

@media all and (max-width:1280px){
	.abArea03 .bd01 { width:100%; background:none; } 
	.abArea03 .bd01 ul li { width:47%; padding:20px 25px; }
	.abArea03 .bd01 ul li:before { width:18px; height:18px; right:-9px; }
	.abArea03 .bd01 ul li:nth-child(2n):before { left:-9px; right:auto; }
	
	.abArea03 .bd01 ul li .p1 { font-size:18px; }
	.abArea03 .bd01 ul li .p2 { font-size:14px; margin-top:15px; }
}
@media all and (max-width:1000px){
	.abArea03 { padding:30px 0; }
	.abArea03 .bd01 { margin:30px auto 0; }
	.abArea03 .bd01 ul li { float:none!important; width:100%; padding:20px 4%; }
	.abArea03 .bd01 ul li:before { display:none; }
	.abArea03 .bd01 ul li .p2 { font-size:12px; margin-top:10px; line-height:1.5; }
	
	.abArea03 .bd01 ul li { margin-top:10px; }
	.abArea03 .bd01 ul li:nth-child(n + 3) { margin-top:10px; }
	
}

.abArea04 { padding:70px 0 60px; background:url(abArea04.jpg) no-repeat center top; background-size:cover; }
.abArea04 .ab-hd .p1 { color:#00a0e6; }
.abArea04 .ab-hd .p2 { color:#fff; }
.abBox { position:relative; margin-top:40px; padding:0 120px; }
.abBox .prev-abBox01,.abBox .next-abBox01 { position:absolute; top:50%; margin-top:-34px; display:block; width:35px; height:68px; z-index:2; }
.abBox .prev-abBox01 { background:url(ab04.png) no-repeat center; left:0; }
.abBox .next-abBox01 { background:url(ab05.png) no-repeat center; right:0; }

.abBox .swiper-slide { cursor:pointer; }
.abBox .swiper-slide .txt { color:#fff; }
.abBox .swiper-slide .txt .p1 { font-size:14px; line-height:25px; height:125px; overflow-y:auto; }
.abBox .swiper-slide .txt .p2 { margin:25px auto 35px; width:1px; height:100px; background:#a6aaaf; }
.abBox .swiper-slide .txt .p3 { text-align:center; font-size:0; }
.abBox .swiper-slide .txt .p3 i { display:inline-block; width:80px; height:80px; line-height:80px; color:#00a0e6; background:#fff; font-size:24px; border-radius:100%; }

.abBox .swiper-slide .txt02 { padding-top:35px; }
.abBox .swiper-slide .txt02 .p2 { margin:35px auto 25px; }

.swiper-container-abBox01 { position:relative; }
.swiper-container-abBox01:before { position:absolute; left:0; right:0; top:50%; margin-top:-11px; height:11px; background:url(ab02.png) repeat-x left; display:block; content:""; z-index:0; }


@media all and (min-width:750px){
	.abBox { padding:0 50px; }
}

@media all and (max-width:1680px){
	.abBox { padding:0 80px; }
	.abBox .prev-abBox01,.abBox .next-abBox01 { margin-top:-20px; width:20px; height:40px; background-size:contain!important; }
}
@media all and (max-width:1280px){
	.abArea04 { padding:30px 0; }
	.abBox { padding:0 50px; }
}
@media all and (max-width:750px){
	.abBox { margin-top:30px; padding:0; }
	
	.abBox .prev-abBox01,.abBox .next-abBox01 { margin-top:-15px; width:15px; height:30px; }
	
	.abBox .swiper-slide .txt .p1 { font-size:12px; line-height:20px; height:100px; }
	.abBox .swiper-slide .txt .p2 { margin:15px auto; width:1px; height:30px; background:#a6aaaf; }
	.abBox .swiper-slide .txt .p3 i { display:inline-block; width:50px; height:50px; line-height:50px; font-size:18px; }

	.swiper-container-abBox01:before { display:none; }
}
 
 
 
.abArea05 ul li { position:relative; float:left; width:50%; }
.abArea05 ul li .pic { overflow:hidden; }
.abArea05 ul li .txt { position:absolute; left:16.66%; bottom:18%; color:#fff; z-index:2; }
.abArea05 ul li .txt .p1 { font-size:30px; }
.abArea05 ul li .txt .p2 { font-size:16px; margin-top:15px; }

.abArea05 ul li .pic img { transition: all 0.6s; }
.abArea05 ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1680px){
	.abArea05 ul li .txt .p1 { font-size:26px; }
	.abArea05 ul li .txt .p2 { font-size:14px; margin-top:15px; }	
}
@media all and (max-width:1280px){
	.abArea05 ul li .txt { left:10%; bottom:10%; }
	.abArea05 ul li .txt .p1 { font-size:24px; }
	.abArea05 ul li .txt .p2 { font-size:14px; margin-top:10px; }	
}
@media all and (max-width:1000px){
	.abArea05 ul li { float:none; width:100%; }
	.abArea05 ul li .txt { left:10%; bottom:10%; }
	.abArea05 ul li .txt .p1 { font-size:24px; }
	.abArea05 ul li .txt .p2 { font-size:14px; margin-top:10px; }	
}
@media all and (max-width:750px){
	.abArea05 ul li .txt { left:4%; right:4%; top:50%; bottom:auto; transform: translateY(-50%); text-align:center; }
	.abArea05 ul li .txt .p1 { font-size:18px; }
	.abArea05 ul li .txt .p2 { font-size:12px; margin-top:10px; }	
}


.djArea01 { margin-bottom:40px; }
.djArea01 .pic { float:left; width:450px; }
.djArea01 .txt { float:right; width:calc(100% - 490px); padding-top:15px; }
.djArea01 .txt .p1 { font-size:14px; color:#999; }
.djArea01 .txt .p2 { font-size:24px; color:#000; line-height:25px; margin-top:10px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.djArea01 .txt .p3 { font-size:16px; color:#666; line-height:30px; margin-top:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.djArea01 .txt .p4 { margin-top:20px; }
.djArea01 .txt .p4 i { display:inline-block; width:160px; height:40px; text-align:center; line-height:40px; font-size:16px; color:#fff; background:#00a0dc; }

.djArea02 { padding-bottom:40px; }
.djArea02 ul li { border-bottom:1px solid #d2d2d2;}
.djArea02 ul li a { display:block; padding:30px 0; }
.djArea02 ul li .p1 { float:right; width:130px; height:40px; text-align:center; line-height:40px; font-size:16px; color:#9A9A9A; background:#ffffff; }
.djArea02 ul li .p2 { float:left; width:calc(100% - 250px); height:40px; line-height:40px; font-size:18px; color:#000; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; background: url(a01.jpg) no-repeat center left;padding-left: 15px;}
.djArea02 ul li .p3 { display:none; }

.djArea02 ul li:hover { background:url(dj02.png) no-repeat center right; }
.djArea02 ul li:hover .p1 { color:#333333; background:#f5f5f5;border-radius: 10px;}
.djArea02 ul li:hover .p2 { color:#FF4222; font-weight:bold; }
 

@media all and (max-width:1680px){
	.djArea01 { margin-bottom:30px; }
	.djArea01 .pic { float:left; width:350px; }
	.djArea01 .txt { float:right; width:calc(100% - 380px); padding-top:15px; }
	.djArea01 .txt .p1 { font-size:14px; }
	.djArea01 .txt .p2 { font-size:16px; line-height:20px; margin-top:10px; }
	.djArea01 .txt .p3 { font-size:14px; line-height:25px; margin-top:20px; -webkit-line-clamp:2; }
	.djArea01 .txt .p4 { margin-top:20px; }
	.djArea01 .txt .p4 i { width:120px; height:35px; line-height:35px; font-size:14px; }

	.djArea02 { padding-bottom:30px; }
	.djArea02 ul li a { padding:15px 0; }
	.djArea02 ul li .p1 { float:right; width:120px; height:40px; line-height:40px; font-size:16px; }
	.djArea02 ul li .p2 { float:left; width:calc(100% - 180px); height:40px; line-height:40px; font-size:18px; }
}
@media all and (max-width:750px){
	.djArea01 { margin-bottom:30px; }
	.djArea01 .pic { float:none; width:100%; }
	.djArea01 .txt { float:none; width:100%; padding-top:25px; }
 
	.djArea02 { padding-bottom:30px; border-top:0px solid #d2d2d2; }
	.djArea02 ul li { background:none!important;  }
	.djArea02 ul li a { padding:10px 0; }
	.djArea02 ul li .p1 { display:none; }
	.djArea02 ul li .p2 { float:left; width:calc(100% - 100px); margin-left:0; height:30px; line-height:30px; font-size:14px; }
	.djArea02 ul li .p3 { float:right; height:30px; line-height:30px; font-size:14px; color:#9A9A9A; display:block; }
}


.jbArea { padding-bottom:40px; }
.jbArea table { width:100%; }
.jbArea table tr th { font-weight:normal; padding:0 5px; }
.jbArea table thead { background:#f5f5f5; }
.jbArea table thead tr th { height:80px; font-size:20px; color:#000; font-weight:bold; }

.jbArea table tbody tr { border-bottom:1px solid #d2d2d2; }
.jbArea table tbody tr th { height:80px; font-size:16px; color:#000; }
.jbArea table tbody tr th a { color:#00a0e6; }

@media all and (max-width:1680px){
	.jbArea { padding-bottom:30px; }
	.jbArea table thead tr th { height:60px; font-size:18px; }

	.jbArea table tbody tr th { height:60px; font-size:14px; }
}
@media all and (max-width:750px){
	.jbArea { padding-bottom:30px; }
	.jbArea table thead tr th { height:45px; font-size:12px; }

	.jbArea table tbody tr th { height:45px; font-size:12px; }
	
	.jbArea table tr th.p2 { display:none; }
}
@media all and (max-width:450px){
	.jbArea table tr th.p2 { display:none; }
	.jbArea table tr th.p4 { display:none; }
	.jbArea table tr th.p5 { display:none; }
}


.hdArea { position:relative; padding:60px 6.8%; background:#f5f5f5;border-radius:10px;}
.hdArea01 { position:absolute; left:6.8%; top:50%; transform: translateY(-50%); width:33%; z-index:2; }
.hdArea01 img { width:100%; height:auto; }
.hdArea02 { float:right; width:100%; }
 
.hdArea02 .item01{ font-size:30px; color:#333333; margin-bottom:20px;background: url(m.png) no-repeat left;padding-left:56px;}
.hdArea02 .item01 i{ font-size:16px; font-weight:normal; margin-left:10px;color: #999999;}
.hdArea02 .item02 .inp1{ display:block; width:100%; height:48px; background:#fff; box-sizing:border-box; padding:0 25px; font-size:16px; color:#666; margin-bottom:20px;border-radius:30px;}
.hdArea02 .item02 .inp1::placeholder{ appearance:none; opacity:1; -webkit-appearance:none}
.hdArea02 .item02 .sel01{ display:block; width:100%; height:48px; background:#fff; box-sizing:border-box; padding:0 25px; font-size:16px; color:#666; margin-bottom:10px; appearance:none; opacity:1; -webkit-appearance:none; background:url(g_41.png) 96% center no-repeat #fff}
.hdArea02 .item02 .inp2{ display:block; width:100%; background:#fff; box-sizing:border-box; padding:0 25px; font-size:16px; color:#666; margin-bottom:20px; height:196px; line-height:48px;border-radius:10px;}
.hdArea02 .item02 .inp2::placeholder{ appearance:none; opacity:1; -webkit-appearance:none}
.hdArea02 .item02 .inp3{ display:block; width:160px; background:#fff; box-sizing:border-box; padding:0 25px; font-size:16px; color:#666; margin-bottom:20px; height:48px; float:left}
.hdArea02 .item02 .inp3::placeholder{ appearance:none; opacity:1; -webkit-appearance:none}
.hdArea02 .item02 img{ height:48px}
.hdArea02 .item02 .inp4{ display:block; width:49%; background:#2E67B9; box-sizing:border-box; padding:0 25px; font-size:16px; color:#fff; margin-bottom:20px; height:48px; float:left; cursor:pointer;border-radius: 30px;}
.hdArea02 .item02 .inp5{ display:block; width:49%; background:#666666; box-sizing:border-box; padding:0 25px; font-size:16px; color:#fff; margin-bottom:20px; height:48px; float:right; cursor:pointer;border-radius: 30px;}
 
@media all and (max-width:1000px){
	.hdArea { position:relative; padding:30px 4%; background:#f5f5f5; }
	.hdArea01 { display:none; }
	.hdArea02 { float:none; width:100%; }
	 
	.hdArea02 .item01{ font-size:25px; margin-bottom:15px; line-height:16px}
	.hdArea02 .item01 i{ display:block; font-size:12px; margin-left:0; margin-top:10px; }
	.hdArea02 .item02 .inp1{ height:35px; padding:0 15px; font-size:14px; margin-bottom:10px}
	 
	.hdArea02 .item02 .sel01{ height:35px;  padding:0 15px; font-size:14px;  margin-bottom:10px; }
	.hdArea02 .item02 .inp2{  padding:6px 15px; font-size:14px;  margin-bottom:10px; height:96px; line-height:25px }
	 
	.hdArea02 .item02 .inp3{ width:120px; padding:0 15px; font-size:14px; margin-bottom:20px; height:35px; float:left}
 
	.hdArea02 .item02 img{ height:35px}
	.hdArea02 .item02 .inp4{ display:block; width:49%; background:#2E67B9; box-sizing:border-box; padding:0 15px; font-size:14px; margin-bottom:20px; height:35px; float:left; cursor:pointer}
	.hdArea02 .item02 .inp5{ display:block; width:49%; background:#666666; box-sizing:border-box; padding:0 15px; font-size:14px; margin-bottom:20px; height:35px; float:right; cursor:pointer}
}




.common_tit2 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height:26px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.common_tit2 i {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}
/* contact */
.contact {
  padding: 50px 0;
  background: #fff;
}
.contact_i {
  margin-top:20px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.contact_it {
  padding: 60px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_itl {padding-right: 10px;padding-left: 10px;}
.contact_itl h4 {
  font-size:22px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  position: relative;
  max-width: 400px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}
.contact_itl h4::after {
  content: '';
  position: absolute;
  width: 43px;
  height: 3px;
  background-color: #FF601F;
  bottom: -1px;
  left: 0;
}
.contact_itl h6 {
  margin-top: 18px;
  font-size: 16px;
  color: #000000;
  font-weight: 100;
}
.contact_itl h6 span {
  font-weight: bold;
}
.contact_itr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact_itr .ewm {
  margin-left: 20px;
}
.contact_itr .ewm .img {
  width: 120px;
  height: 120px;
  margin: auto;
  border: solid 1px #dcdcdc;
}
.contact_itr .ewm .img img {
  width: 120px;
}
.contact_itr .ewm p {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1560px) {
  .container2 {

  }
}

@media (max-width: 1360px) {
  .container2 {

  }
}

@media (max-width: 768px) {
  .container2 {

  }
}
@media (max-width: 768px) {
  .contact2 {
    padding: 40px 0;
  }
  .contact_i {
    margin-top:0px;
  }
  .contact_it {
    padding: 20px;
    flex-direction: column;
  }
  .contact_itr {
    margin-top: 20px;
  }
  .contact_itr .ewm:first-child {
    margin-left: 0px;
  }

}
@media (max-width: 768px) {
.common_tit2 {
    font-size: 25px;
    line-height: 21px;
}
.common_tit2 i {
    font-size: 12px;
	line-height:26px;
}}