@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; }

/* 主体 */
.container { position:relative; padding:0; z-index:8; }
.wrap { position:relative; margin:0 auto; }
.wrap .sidebar {}
.wrap .main { display:block; *zoom:1; padding:50px 0 0; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }

/* 左侧栏目标题 */
.nm{border-bottom: 1px solid #eee;height: 74px;line-height: 74px;}
.nm .sidebar{float:left;}
.nm .sidebar .leftTitle{display: none;}
.nm .sidebar .menu dl dt{float:left;margin-right: 65px;position: relative;}
.nm .sidebar .menu dl dt a{display: block;padding: 0 7px;font-size: 16px;color: #0e0200;position: relative;display: block;}
.nm .sidebar .menu dl dt a:after{position: absolute;content: "";width: 100%;height: 5px;background: url(menu1_09.png) no-repeat center;bottom: -3px;left:0;z-index: 3;}
.nm .sidebar .menu dl dt:hover a:after,.nm .sidebar .menu dl dt.current a:after{background: url(menu2_07.png) no-repeat center;}
.nm .sidebar .menu dl dt:hover:after,.nm .sidebar .menu dl dt.current:after{position: absolute;content: "";width: 1920px;right: 0;bottom: -1px;height: 1px;background: #bcb598;z-index: 1;}
.nm .location{float:right;}
.nm .location h3{display: none;}
.nm .breadcrumbs a { display:inline-block;  vertical-align:top; }
.nm .breadcrumbs .u-home{padding-left: 28px;background: url(u-home_03.png) no-repeat left center;}

.m-rdm { padding:25px 0 10px; text-align:center; }
.m-rdm a { display:inline-block; margin:0 8px 10px; padding:3px 20px; border:1px solid #ddd; line-height:24px; }
.m-rdm a:hover,.m-rdm .current { border:1px solid #999; background:#999; color:#fff; }
 
/* 内容模式 */
.article { padding:0 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width: 100%!important; height: auto!important; }

/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }

/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_11.jpg) no-repeat center left; font-size:14px; line-height:20px; clear:both; }
.list li span { float:right; color:#999; font-size:12px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }


.hotn{background: #f6faf8;}
.hotn .hotnl {float:left; width:585px; margin-right: 54px;overflow: hidden;}
.hotn .hotnl img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	width: 100%;
	
}
.hotn:hover .hotnl img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.hotn .hotnr{padding-right: 50px;}
.hotn .hotnr .hotnra{padding-top: 75px;font-size: 15px;color: #999999;font-family: "Arial";}
.hotn .hotnr .hotnrb{margin-top: 18px;font-size: 18px;color: #333333; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.hotn .hotnr .hotnrb div{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.hotn .hotnr .hotnrc { margin-top: 30px;line-height: 28px;font-size: 14px;color: #999999; min-height:84px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.hotn .hotnr .hotnrd { margin-top:20px; }
.hotn .hotnr .hotnrd span{display: inline-block;width: 99px;height: 35px;line-height: 35px;text-align: center;background: #fff;border-radius: 17px;font-size: 14px;color: #999;}
.hotn .hotnr .hotnrd span:hover{background: #bcb598;color: #fff;}
.hotn:hover .hotnr .hotnrb{color: #bcb598;}


.newsList { padding:30px 0 1.5%; }
.newsList ul { margin-left: -1.5%; }
.newsList .item { position: relative; margin:0 0 1.5% 1.5%; background:#fff; line-height:20px;border:1px solid #f2f2f2; }
.newsList .item:after { position: absolute; left: 0; top: 0; content: ''; display: block; width: 100%; height: 100%; background: #fff; transition: all .6s; }
.newsList .item a { position: relative; display: block; padding: 3vh 5vw; z-index: 1; }
.newsList .item .date { position: relative; float: left; width: 115px; height: 155px; border-right: 1px solid #e7e7e7; }
.newsList .item .date .date-wp { position: absolute; top: 50%; transform: translateY(-50%); }
.newsList .item .date strong { display: block; margin-bottom: 30px; font: 48px/1 'Microsoft YaHei'; }
.newsList .item .date span { display: block; font: 14px/1 'Microsoft YaHei'; }
.newsList .item .date .date-wp:after { position: absolute; left: 0; top: 58px; content: ''; display: block; width: 25px; height: 3px; background: #e7e7e7; transition: all .6s; }
.newsList .item dl { position: relative; display:block; overflow:hidden; zoom:1; padding:0 0 0 60px; }
.newsList .item dl .title { margin-bottom: 15px; color: #333; font-size: 18px; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsList .item dl .descrition { height: 48px; margin: 0 0 30px; opacity: .8; font-size: 14px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.newsList .item dl .more { width: 100px; border-radius: 15px; border:1px solid #e7e7e7; line-height: 30px; font-size: 12px; text-align: center; }
.newsList .item dl .d{ display:none}
.newsList .item:hover:after { box-shadow: 0 15px 15px rgba(0,0,0,.1); transform: scale(1.025); }
.newsList .item:hover a { color: #000; }
.newsList .item:hover dl .title { color: #bcb598; }
.newsList .item:hover dl .more { border:1px solid #bcb598; background: #bcb598; color: #fff; transition: all .6s; }
.newsList .item:hover .date .date-wp:after { width: 55px; }


/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:auto; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:auto; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }

/* 图片列表 */
.piList { padding:0 0 20px; overflow:hidden; }
.piList .pic-item-list { width:1230px; margin:0 auto; padding:0; }
.piList .pic-item-list .pic-item { position:relative; float:left; width:380px; margin:0 30px 23px 0; }
.piList .pic-item-list .pic-item .list-pic { display:block; width:380px; height:auto; 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 { height:45px; line-height:45px; padding:0 10px; text-align:center; background:#f2f2f3;  }
.piList .pic-item-list .pic-item dl dt {  height:45px; line-height:45px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.piList .pic-item-list .pic-item dl dt a { font-size:16px; color:#666; }

.piList .pic-item-list .pic-item:hover .list-pic img { transform: scale(1.1)!important; }
.piList .pic-item-list .pic-item:hover dl { background:#40686f; }
.piList .pic-item-list .pic-item:hover dl dt { color:#fff; }
.piList .pic-item-list .pic-item:hover dl dt a { color:#fff; }

.honor { padding-bottom:20px; }
.honor ul { width:1227px; }
.honor ul li { float:left; width:280px; text-align:center; margin:0 26px 25px 0; }
.honor ul li a { display:block; border:2px solid #d8d8d8; padding:30px 25px 20px; }
.honor ul li .pic img { width:100%; height:auto; transition: all 0.6s; }
.honor ul li .txt { font-size: 16px; line-height:20px; margin-top:20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.honor ul li:hover .pic img { transform: scale(1.05)!important; }

/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:3px 10px; border:1px solid #ddd; background:#fff; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #40686f; background:#40686f; color:#fff; }

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 40px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(hr_up.gif) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0063be; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


.fzArea { position: relative; margin:30px 0 80px 0; }
.fzArea .abcc_line { position: absolute; top:50%; height: 1px; background: #eee; left:-50px; right:-50px; z-index:0; }
.fzArea .swiper-slide .his_top { width: 100%; height:300px; padding:0 30px 0 50px; box-sizing: border-box; position: relative; }
.fzArea .swiper-slide .his_bot { width: 70%; height:300px; top: 0; padding-left: 50px; box-sizing: border-box; position: relative; left: 30%; z-index: 1; }
.fzArea .swiper-slide .his_top .icon {width: 15px;height: 100%;position: absolute;left: 0;bottom: 0;}
.fzArea .swiper-slide .his_top .icon::after {content: "";width: 1px;height: 100%;background: linear-gradient(to top, #929292, #ffffff) ;position: absolute;left: 50%;top: 0;}
.fzArea .swiper-slide .his_top .icon::before {content: "";width: 15px;height: 15px; border: 1px solid #929292; border-radius: 15px; background: #f1f1f1;position: absolute;bottom: -8px;left: 0;z-index: 10;box-sizing: border-box;}

.fzArea .swiper-slide .his_bot .icon {width: 15px;height: 100%;position: absolute;left: 0;top: 0;}
.fzArea .swiper-slide .his_bot .icon::after {content: "";width: 1px;height: 100%;background: linear-gradient(to bottom, #929292, #fff) ;position: absolute;left: 50%;top: 0;}
.fzArea .swiper-slide .his_bot .icon::before {content: "";width: 15px;height: 15px; border: 1px solid #929292; border-radius: 15px; background: #f1f1f1;position: absolute;top: -8px;left: 0;z-index: 10;box-sizing: border-box;}

.fzArea .swiper-slide .sdsa .con_b .year{ font-size:28px; color: #bcb598; padding: 25px 0 0; line-height: 65px; }
.fzArea .swiper-slide .sdsa .con_b .con { margin-top: 0; line-height:25px; font-size:16px; color: #666; max-height:150px; overflow-y: auto; }

.fzArea .prev-fz,.fzArea .next-fz { position:absolute; top:50%; display:block; width:40px; height:40px; background: url(fz01.png) no-repeat center; margin-top:-20px; background-size:contain!important; z-index:2; }
.fzArea .prev-fz { left:-50px; }
.fzArea .next-fz { right:-50px; transform: rotateY(180deg); }
 











