@charset "utf-8";

/* Banner */
.banner-ny { position:relative; }
.banner-ny img { width:100%; height:auto; }
.banner-ny .img02 { display:none; }
 
@media all and (max-width:1200px){
	.banner-ny .img01 { display:none; }
	.banner-ny .img02 { display:block; }
}
 
/* 主体 */
.container { position:relative; padding:70px 0; overflow:hidden; }
.container .wrap { position:relative; }
.container .wrap:before { content:""; display:block; width:1px; background:#e5e5e5; position:absolute; left:350px; top:-100px; bottom:-100px; }

.sidebar { float:left; width:300px; }
.sidebar.fixed { position:fixed; top:100px; left:50%; margin-left:-800px; z-index:9; }

.main { float:right; width:calc(100% - 400px); }

@media all and (max-width:1680px){
	.container { padding:60px 0; }
	.container .wrap:before { left:240px; }

	.sidebar { float:left; width:200px; }
	.sidebar.fixed { margin-left:-600px; }
	
	.main { float:right; width:calc(100% - 280px); }
}
@media all and (max-width:1280px){
	.sidebar.fixed { margin-left:0; left:4%; }
}
@media all and (max-width:1200px){
	.container { padding:0 0 30px 0; }
	.container .wrap { width:100%; }
	.container .wrap:before { display:none; }

	.sidebar { float:none; width:100%; box-sizing: border-box; background: #b62e2b; }
	.sidebar.fixed { position:relative; top:auto; left:auto; margin-left:auto; z-index:9; }

	
	
	.main { float:none; width:92%; margin:40px auto 0; }
}

.leftTitle { line-height:1.1; }
.leftTitle i { display:block; font-size:24px; font-weight:bold; color:#333; }
.leftTitle s { display:block; font-size:12px; color:rgba(00,00,00,0.5); text-transform:uppercase; margin-top:10px; text-decoration:none; }

.menu { margin-top:25px; border-top:1px solid #e5e5e5; }
.menu ul li { border-bottom:1px solid #e5e5e5; }
.menu ul li a { display:block; padding:25px 0; }
.menu ul li a i { display:block; font-size:18px; font-weight:bold; color:#333; background:url(menu01.png) 98% center no-repeat; padding-right:25px; }
.menu ul li a s { display:none; font-size:12px; color:rgba(0,0,0,0.5); margin-top:12px; text-transform:uppercase; }

.menu ul li a.current i,.menu ul li:hover a i { color:#b62e2b; background:url(menu02.png) 98% center no-repeat; }
.menu ul li a.current s { display:block; }

@media all and (max-width:1680px){
  .menu ul li a { padding:20px 0; }
  .menu ul li a i { padding-right:25px; }
}
@media all and (max-width:1200px){
	.leftTitle { display:none; }
	
	
	.menu { margin-top:0; border-top:none; }
	.menu ul li { float:left; width:50%; border-top:1px solid rgba(255,255,255,0.2); border-right: 1px solid rgba(255,255,255,0.2); border-bottom:none; box-sizing: border-box; }
	.menu ul li:nth-child(2n) { border-right:none; }
	.menu ul li:nth-child(1) { border-top:none; }
	.menu ul li:nth-child(2) { border-top:none; }
	.menu ul li a { position:relative; display:block; padding:0; height:50px; text-align:center; }
	.menu ul li a i { position:absolute; left:0; right:0; top:50%; padding:0 10px; line-height:25px; font-weight:normal; transform: translateY(-50%); display:block; font-size:14px; color:#fff; background:none; padding-right:0; }
	.menu ul li a s { display:none; }

	.menu ul li a.current,.menu ul li:hover a { background:#fff; }
	.menu ul li a.current i,.menu ul li:hover a i { color:#b62e2b; background:none; }
	.menu ul li a.current s { display:none; }
}



/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; }

@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .bd { font-size:14px; }
}
 
/* 面包屑 */
.location { width:1280px; margin:0 auto 30px; font-size:16px; color:#333; display:none; }
.location a { color:#333; display:inline-block; padding:0 10px; }
.location a.u-home { padding-left:25px; background:url(u-home.png) no-repeat center left; }

@media all and (max-width:1680px){
	.location { width:100%; }
}
@media all and (max-width:1200px){
 
	.location { margin:0 auto 20px; font-size:12px; }
	.location a { padding:0 5px; }
}
 
 
/* 新闻列表 */
.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:1200px){
	.pothoItem .item .pic { float:none; width:100%; height:auto; margin-right:0; margin-bottom:20px; }
}

.picnews { padding-bottom:30px; }
.picnews ul li { position: relative; padding-bottom:50px; border-bottom: 1px solid #e5e5e5; }
.picnews ul li:before{ content:""; display:block; width:20%; height:1px; background:#b62e2b; position:absolute; left:0; bottom:-1px; z-index:2; transition:all 0.5s}
.picnews ul li:nth-child(n + 2) { margin-top:50px; }
.picnews ul li .pic { float:right; width:460px; overflow:hidden; }
.picnews ul li .pic img { transition: all 0.6s; }
.picnews ul li .txt { float:left; width:calc(100% - 550px); line-height:1.1; }
.picnews ul li .txt .p1 { font-size:14px; color:#999; }
.picnews ul li .txt .p2 { font-size:20px; margin-top:30px; color:#333; line-height:25px; height:25px; font-weight:bold; text-overflow: ellipsis; overflow: hidden;white-space: nowrap; }
.picnews ul li .txt .p3 { font-size:14px; margin-top:35px; color:#999; line-height:30px; height:60px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.picnews ul li .txt .p4 { margin-top:30px; font-size:14px; color:#999; }

.picnews ul li:hover:before { width:100%; }
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li:hover .txt .p2 { color:#b62e2b; }
.picnews ul li:hover .txt .p4 { color:#b62e2b; }

@media all and (max-width:1680px){
	.picnews ul li .pic { float:right; width:350px; }
	.picnews ul li .txt { float:left; width:calc(100% - 400px); }
	
	.picnews ul li .txt .p2 { margin-top:25px; }
	.picnews ul li .txt .p3 { margin-top:25px; }
	.picnews ul li .txt .p4 { margin-top:25px; }	
}
@media all and (max-width:1200px){
	.picnews { padding-bottom:20px; }
	.picnews ul li { padding-bottom:20px; }
	.picnews ul li:nth-child(n + 2) { margin-top:20px; }
	.picnews ul li .pic { float:none; width:100%; }
	.picnews ul li .txt { float:none; width:100%; padding-top:20px; }
	.picnews ul li .txt .p1 { font-size:14px; }
	.picnews ul li .txt .p2 { font-size:16px; margin-top:10px; line-height:20px; height:20px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:10px; line-height:20px; height:40px; } 
	.picnews ul li .txt .p4 { margin-top:20px; } 
}


/* 图片列表 */
.piList .pic-item-list { padding-bottom:10px; }
.piList .pic-item-list .pic-item { float:left; width:32%; margin:0 2% 30px 0; background:#f6f6f6; }
.piList .pic-item-list .pic-item:nth-child(3n) { 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:20px 5px; border-top: 1px solid #d9d9d9; }
.piList .pic-item-list .pic-item dl dt { height:30px; font-size:18px; 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:1200px){
	.piList .pic-item-list .pic-item { width:49%; margin:0 2% 20px 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; }
	.piList .pic-item-list .pic-item dl { padding:15px 5px; }
	.piList .pic-item-list .pic-item dl dt { font-size:14px; }

}


.piList01 ul { padding-bottom:10px; }
.piList01 ul li { float:left; width:32%; margin:0 2% 30px 0; background:#f6f6f6; }
.piList01 ul li:nth-child(3n) { margin-right:0; }
.piList01 ul li .pic { overflow:hidden; }
.piList01 ul li .pic img { width:100%; height:auto; transition: all 0.6s; }
.piList01 ul li .txt { padding:20px 5px; border-top: 1px solid #d9d9d9; }
.piList01 ul li .txt p { height:30px; font-size:18px; line-height:30px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
 
.piList01 ul li:hover .pic img { transform: scale(1.1)!important; }

@media all and (max-width:1680px){
	.piList01 ul li .txt p { height:20px; font-size:16px; line-height:20px; }
}
 
@media all and (max-width:1200px){
	.piList01 ul li { width:49%; margin:0 2% 20px 0; }
	.piList01 ul li:nth-child(3n) { margin-right:2%; }
	.piList01 ul li:nth-child(2n) { margin-right:0; }
	.piList01 ul li .txt { padding:15px 5px; }
	.piList01 ul li .txt p { 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:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#b62e2b; 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:1200px){
	.hr-list .title { font-size:20px; margin-bottom:15px; }
	.hr-list .info { font-size:12px; }
}
 
  
/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel input {  vertical-align:middle; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:30px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:30px; line-height:30px; padding:0 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; box-sizing: border-box; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:1200px){
	.form-panel li.field label { width:65px; }
	.form-panel .text { width:calc(100% - 65px); }
	.form-panel .textarea { width:calc(100% - 65px); }
	.form-panel .code { width:100px; }
	.form-panel .submit-field { padding:0 10px 20px 65px; _padding:0 10px 20px 65px; clear:both; }
}

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }

.ny-hd { text-align:center; line-height:1.1; margin-bottom:50px; }
.ny-hd .p1 { font-size:30px; color:#333; }
.ny-hd .p2 { width:44px; height:4px; background:#b62e2b; border-radius:2px; margin:20px auto 0; }
 
@media all and (max-width:1680px){
	.ny-hd { margin-bottom:50px; }
	.ny-hd .p1 { font-size:28px; }
	.ny-hd .p2 { width:40px; height:3px; margin:20px auto 0; }
}
@media all and (max-width:1200px){
	.ny-hd { margin-bottom:30px; }
	.ny-hd .p1 { font-size:20px; }
	.ny-hd .p2 { width:30px; height:2px; margin:15px auto 0; }
}

.fzArea { position:relative; padding:0 40px; }
.fzArea .btn01 { position:absolute; width: 40px; height: 40px; background-color:#e9eaea; background-size:cover!important; top:50px; border-radius:100%; z-index:2; cursor:pointer; }
.fzArea .prev-fz01 { background:url(ab02.png) no-repeat center #e9eaea; left:0; }
.fzArea .next-fz01 { background:url(ab03.png) no-repeat center #e9eaea; right:0; }
.fzArea .btn01:hover { background-color:#b62e2b!important; }

.fzArea .fz_line { position:relative; left:0; right:0; top:70px; border-top:2px dotted #b1b2b2; z-index:1; }

.fzArea .swiper-slide .txt .p1 { text-align: center; font-size: 24px; color: #666; padding-bottom: 40px; line-height: 30px; background: url(ab01.png) no-repeat bottom center; }
.fzArea .swiper-slide .txt .p2 { margin: 65px auto 0; padding:45px 20px; font-size: 16px; color: #555; line-height: 25px; transition: all 0.6s;-moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; }
.fzArea .swiper-slide .txt .p2 p { position:relative; padding-left:15px; }
.fzArea .swiper-slide .txt .p2 p:before { position:absolute; left:0; top:10px; width:5px; height:5px; background:#b62e2b; display:block; content:""; border-radius:100%; z-index:2; }

.fzArea .swiper-slide:hover .txt .p1 { font-weight:bold; color:#b62e2b; }
.fzArea .swiper-slide:hover .txt .p2 { margin-top: 45px; }

.fzArea .swiper-slide-active .txt .p1 { font-weight:bold; color:#b62e2b; }
.fzArea .swiper-slide-active .txt .p2 { margin-top: 45px; }
 
 
@media all and (max-width:1680px){
	.fzArea .swiper-slide .txt .p2 { padding:25px 20px; font-size: 14px; }
}
@media all and (max-width:1200px){
	.fzArea { position:relative; padding:0 30px; }
	.fzArea .btn01 { width: 30px; height: 30px; top:35px; }
 
	.fzArea .fz_line { top:50px; }

	.fzArea .swiper-slide .txt .p1 { font-size: 20px; padding-bottom:25px; line-height:25px; }
	.fzArea .swiper-slide .txt .p2 { margin:35px auto 0; padding:20px 0; font-size: 14px; }
 
	.fzArea .swiper-slide:hover .txt .p2 { margin-top: 25px; }
 
	.fzArea .swiper-slide-active .txt .p2 { margin-top: 25px; }
 
}

.dixBox01 { float:left; width:550px; }

.gallery-thumbs-dis01 { margin-top:20px!important; }
.gallery-thumbs-dis01 .swiper-slide a { display:block; padding:1px; cursor:pointer; }
.gallery-thumbs-dis01 .swiper-slide a img { width:calc(100% - 2px); border:1px solid #e3e3e3; }
.gallery-thumbs-dis01 .swiper-slide-thumb-active a img { border-color:#c62630; }

.dixBox02 { float:right; width:600px; padding-top:30px; color:#333; }
.dixBox02 .p1 { font-size:24px; font-weight:bold; }
.dixBox02 .p2 { font-size:16px; margin-top:30px; background:#f6f6f6; padding:40px 30px; min-height:310px; box-sizing: border-box; }

.disArea02 { margin-top:50px; }
.disArea02 .hd { background:#f6f6f6; border-top:2px solid #c62630; line-height:70px; font-size:20px; color:#333; padding-left:50px; font-weight:bold; }
.disArea02 .bd { margin-top:30px; font-size:16px; }
.disArea02 .bd img { max-width:100%; }
/*
.disArea02 .bd .sjArea { overflow-x:auto; }
.disArea02 .bd .sjArea table { min-width:600px!important; }
*/

.dixBox11 { position:relative; }
.dixBox11 .spArea { position:absolute; right:30px; bottom:30px; border-radius:100%; width:38px; height:38px; background:url(dis01.png) no-repeat center; cursor:pointer; z-index:5; }
.dixBox11 .spArea:before{content: ""; display: block;animation: circle-opacity 1s infinite; width: 50px;height: 50px; border-radius: 50%; background: rgba(182,4,0,.4); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0); z-index:-1; }
 
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        transform:translate(-50%,-50%) scale(1.5);
    }
}

@media all and (max-width:1680px){
	.dixBox01 { float:left; width:450px; }
	.dixBox02 { float:right; width:calc(100% - 500px); }
	.dixBox02 .p1 { font-size:20px; }
	.dixBox02 .p2 { padding:30px 20px; min-height:210px; }

}
@media all and (max-width:1200px){
	.dixBox01 { float:none; width:100%; }

	.gallery-thumbs-dis01 { margin-top:10px!important; }
 
	.dixBox02 { float:none; width:100%; padding-top:30px; color:#333; }
	.dixBox02 .p1 { font-size:20px; font-weight:bold; }
	.dixBox02 .p2 { font-size:14px; margin-top:20px; padding:20px 4%; min-height:10px; }

	.disArea02 { margin-top:30px; }
	.disArea02 .hd { line-height:50px; font-size:18px; padding-left:20px; }
	.disArea02 .bd { margin-top:30px; font-size:14px; }
}


.rcArea{padding-bottom:80px;}
.rcArea .bt{display:flex; justify-content:space-between; padding:0 7% 0 4%;}
.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 i{font-size:14px;}
.rcArea .bt01{background:#ddd; font-size:20px; color:#333;}
.rcArea .bt02.on{background: #b62e2b;}
.rcArea .bt02.on p{color:#fff;}
.rcArea .bt02.on p i{display:none;}
.rcArea .bt02.on p span{display:inline-block; width:14px; height:7px; background:url(rc01.png) no-repeat center;}
.rcArea .conn { padding-bottom:30px; }
.rcArea .conn ul li{border-bottom:1px solid #eee;}
.rcArea .conn ul li .mes{display:none; padding:35px 5%; background:#f9f9f9;}
.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:30px; padding-bottom:40px;}
.rcArea .conn ul li .mes .mm a{display:block;width:140px;height:40px;background: #b62e2b;text-align:center;font-size:16px;color:#fff;line-height:40px;margin:0 auto;}
 
@media screen and (max-width:1200px) {
	.rcArea01{margin-bottom: 40px;}
	.rcArea .bt{ padding:0 4%;}
	.rcArea .bt p{ line-height:50px; font-size:14px;}
	.rcArea .bt p:nth-child(1){ width:calc(100% - 100px); }
	.rcArea .bt p:nth-child(2){ width:80px; }
	.rcArea .bt p:nth-child(3){ display:none; }
	.rcArea .bt p:nth-child(4){ display:none; }
	
	.rcArea .conn { padding-bottom:20px; }
	.rcArea .conn ul li .mes{ padding:25px 4%; }
	.rcArea .conn ul li .mes .p1{font-size:16px; margin-bottom:25px;}
	.rcArea .conn ul li .mes .p2{font-size: 14px; line-height:25px; padding-bottom:20px;}
	.rcArea .conn ul li .mes .mm a{display:block;width:140px;height:40px; font-size:14px; line-height:40px; }
 
}



.jobchu{position: fixed;top:0;left:0;right: 0;bottom: 0;background: rgba(0,0,0,0.3);z-index: 99;display: none;}
.jobchu .jobchua{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background: #fff;padding: 45px 50px;width: 1190px;box-sizing: border-box;}
.jobchu .jobchua .jobchua_close{position: absolute;right: 45px;right: 42px;cursor: pointer;}
.jobchu .jobchua .jobchua_close img { max-width:100%; }
.jobchu .jobchua .jobchuac .jobchuaca div{font-size: 36px;color: #4e4e4e;}
.jobchu .jobchua .jobchuac .jobchuaca p{font-size: 18px;color: #838383;margin-top: 10px;}
.jobchu .jobchua .jobchuac .jobchuacb{position: relative;margin-top: 35px;z-index: 999;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi{margin-bottom: 22px;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div{display: inline-block; width: 48%;box-sizing: border-box;margin-right: 4%;float:left;background: #f5f5f5;position: relative;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div input{width: 100%;height: 50px;font-size: 16px;padding: 0 2%;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div:last-child{margin-right: 0;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi input[type=file]{height: auto;padding: 11.5px 2%;font-size: 14px;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx div{width: 48%;display: inline-block;margin-right: 4%;float:left; cursor: pointer;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx div:last-child{margin-right: 0;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx input[type=submit]{width: 100%;height: 50px;background: #6c6c6c;font-size: 16px;color: #fff;cursor: pointer;}
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx input[type=reset]{width: 100%;height: 50px;box-sizing: border-box;border:1px solid #6c6c6c;font-size: 16px;color: #6c6c6c;cursor: pointer;}
/*.jobd .jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div{display: inline-block;width: 100%;position: relative;}*/
.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi i{font-size: 14px;color: #f00;position: absolute;right: 2%;top:50%;margin-top: -8px;line-height: 16px;font-style: normal;}


@media screen and (max-width:1680px){
	.jobchu .jobchua{padding: 30px 30px;width: 85%;}
	.jobchu .jobchua .jobchua_close{right: 35px;width: 25px;}
	.jobchu .jobchua .jobchuac .jobchuaca div{font-size: 30px;}
	.jobchu .jobchua .jobchuac .jobchuaca p{font-size: 16px;margin-top: 5px;}
	.jobchu .jobchua .jobchuac .jobchuacb{margin-top: 25px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi{margin-bottom: 15px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi input{height: 40px;font-size: 14px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi input[type=file]{padding: 7px 2%;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx input[type=submit]{height: 40px;font-size: 14px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx input[type=reset]{height: 40px;font-size: 14px;}
}
@media screen and (max-width:1200px){
	.jobchu .jobchua{padding: 20px 20px;width: 90%;}
	.jobchu .jobchua .jobchua_close{right: 20px;width: 20px;}
	.jobchu .jobchua .jobchuac .jobchuaca div{font-size: 20px;}
	.jobchu .jobchua .jobchuac .jobchuaca p{font-size: 13px;margin-top: 5px;}
	.jobchu .jobchua .jobchuac .jobchuacb{margin-top: 15px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi{margin-bottom: 0;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div{width: 100%;margin-bottom: 10px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div input{height: 35px;font-size: 13px;display: block;margin-right: 0;width: 100%;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbi div input[type=file]{padding: 5px 2%;font-size: 13px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx div input[type=submit]{height: 35px;font-size: 13px;display: block;width: 100%;float:none;margin-bottom: 10px;}
	.jobchu .jobchua .jobchuac .jobchuacb .jobchuacbx div input[type=reset]{height: 35px;font-size: 13px;display: block;width: 100%;float:none;}
}

.caseArea ul li { float:left; width:18.4%; margin-right:2%; }
.caseArea ul li a { display:block; border:1px solid #ddd; }
.caseArea ul li:nth-child(5n) { margin-right:0; }
.caseArea ul li:nth-child(n + 6) { margin-top:2%; }

@media all and (max-width:1200px){
	.caseArea ul li { float:left; width:32%; margin-right:2%; }
	.caseArea ul li:nth-child(5n) { margin-right:2%; }
	.caseArea ul li:nth-child(3n) { margin-right:0; }
	.caseArea ul li:nth-child(n + 4) { margin-top:2%; }	
}


.conArea02 { padding-bottom:80px; }
.conArea02 .hd { font-size:34px; font-weight:bold; text-align:center; color:#101010 }
.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:#f29537; margin:0 20px; border-radius:35px; cursor:pointer; }
.conArea02 .bd ul li.li06 .btn01 { background:#b62e2b;  }
.conArea02 .bd ul li.li06 .btn02 { display:none; }

@media all and (max-width:1680px){

	.conArea02 { padding-bottom: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; }

}
@media all and (max-width:1200px){

	.conArea02 { padding-bottom: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; }
}




@media all and (max-width:1680px){
	
}
@media all and (max-width:1200px){
	
}









