
/* 主体 */
.container { position:relative; z-index:8;}
.wrap { position:relative; width:1200px;margin:0 auto; }
.g-in{width:1200px;}
.wrap .sidebar {}
.wrap .main { display:block; overflow:hidden; *zoom:1; padding:30px 0 0; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both;}
.location{display:none;}

.banner{height:auto;}

/* 二级、三级菜单 */
.menu{height:50px;margin-top:-50px;}
.menu .g-in{background: rgba(0,0,0,0.6);}
.menu dl { zoom:1;}
.menu dl:after{content:'\20';display:block;height:0;clear:both}
.menu dl dt { display:inline-block; *display:inline; zoom:1; vertical-align:top;float: left;}
.menu dl dt a { display:inline-block; padding:0 34px;color:#fff; font-size:15px;line-height:50px;border-right:1px solid rgba(255,255,255,0.3);}
.menu dl dt a:hover,.menu dl dt .current {background:#7aaf2b; color:#fff;text-decoration:none;line-height:70px;margin-top:-20px;border-right:1px solid rgba(255,255,255,0);}

.sj{background:#edeff3;text-align: center;}
.sj dd{display:inline-block;}
.sj dd a{display:inline-block;font-size:15px;line-height:94px;padding:0 8px;margin:0 24px;height:94px;box-sizing:border-box;border-bottom:2px solid #edeff3;}
.sj dd a:hover,.sj dd .current{color:#7aaf2b;border-bottom:2px solid #7aaf2b;}

/* 内容模式 */
.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; }

/* 头部新闻 */
.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(http://en.ygnm.com.cn/images/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(http://en.ygnm.com.cn/images/o_ico_18.gif) no-repeat 2px 17px; 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; }

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:30px; border-bottom:1px dashed #d3d3d3; overflow:hidden;padding-bottom:30px;position: relative;}
.pothoItem .item .cont{background:#f7f7f7;}
.pothoItem .item .pic { float:left; width:372px; height:238px; margin-right:30px;overflow: hidden;}
.pothoItem .item .pic img { width:450px; height:258px;}
.pothoItem .item dl { display:block; overflow:hidden; zoom:1;padding-right:30px;}
.pothoItem .item dl dt { font-size:22px;margin-top:30px;}
.pothoItem .item dl .d{font-size:14px;margin:20px 0;color:#777;}
.pothoItem .item dl .i {font-size:16px;color:#777;}
.pothoItem .item .pic img{transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.pothoItem .item .pic:hover 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);}

.pothoItem .item:after{position: absolute;width:2px;height:238px;background:#7aaf2b;right:0;top:0;z-index:9;content:"";display:none;}
.pothoItem .item:hover:after{display:block;}

/* 图片列表 */
.piList { padding:5px 0 20px; overflow:hidden;}
.piList .pic-item{float: left;width:389px;margin-right:6px;margin-left:5px;margin-bottom: 16px;}
.piList .list-pic img { width:389px; /*height:192px;*/}
.piList .list-pic{overflow:hidden;}
.piList .list-pic img{transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.piList .list-pic:hover 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);}
.piList dl { padding:4px 5px;}
.piList dl dt { height:30px; font-size:16px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;text-align: center;}
.piList .pic-item:hover{box-shadow:0 0 5px #999;}

/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd; background:#ddd; color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #7aaf2b; background:#7aaf2b; color:#fff; }

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(../image/ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable .hrTableTh th:first-child { text-align: left; }
.hrTable td:first-child { text-align: left; }
.hrTable th { color:#fff; font-weight:normal; background: #7aaf2b; padding: 10px 12px; font-size: 16px;  }
.hrTable td { padding:12px;  font-size: 14px; }
.hrTable tr:nth-child(odd) { background: #f2f6fa; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:20px 0 35px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#2eb7ad; 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(http://en.ygnm.com.cn/images/hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(http://en.ygnm.com.cn/images/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 { color: #1249bd; font-size: 24px; padding: 0 0 10px 0;  border-bottom: 1px solid #eee; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { font-size: 16px; padding: 20px 0; }
.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:#7aaf2b; 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; width:800px; margin:0 auto;}
.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:40px; text-align:right;font-size: 14px;}
.form-panel .input { padding:5px 0; zoom:1;}
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:24px; padding:7px 8px; border:1px solid #ccc; background:#fff; color:#555;font-size:12px;line-height: 24px;width: 632px;}
.form-panel .b-text{width:100px;}
.form-panel .textarea { width:632px; height:100px; padding:7px 8px; 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:150px; height:44px; border:none; background:#666; color:#fff; cursor:pointer; font-size: 16px;}
.form-panel .submit-field .btn-submit{background: #d51909}
/* 产品详细页 */
.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; }


.dep{  }
.dep .sd{ float: left; border: 1px solid #e4e4e4; }
.dep .sd img{ width: 289px; height: 376px;  }
.dep .mm{ float: right;  }
/*发展历程效果样式-------------star*/
.historyShow .hd { position:relative; height:90px; background:url(http://en.ygnm.com.cn/images/ico_12.gif) no-repeat center 8px; overflow:hidden; }
.historyShow .hd ul { position:absolute; top:0; height:90px; text-align:center; }
.historyShow .hd ul li { position:absolute; top:0; display:block; width:100px; padding-top:45px; background:url(http://en.ygnm.com.cn/images/icon2.png) no-repeat center top; font:20px/43px 'microsoft yahei'; text-align:center; cursor:pointer; vertical-align:top; }
.historyShow .hd ul .on { background:url(http://en.ygnm.com.cn/images/icon1.png) no-repeat center top; color:#024095; font-size:25px; font-weight:bold; }
.tab-history{height: 100%;}
.historyShow .item { width: 810px; margin:0 auto; }
.historyShow .item .tit{ font-size: 30px; line-height: 78px; font-weight: bold; color: #000; }
.historyShow .item .txt {  width:700px; padding-top:15px; line-height:27px; font-size:14px; height: 200px; }
/*发展历程效果样式-------------end*/


/* job */
.join {padding-top:10px;margin-bottom:40px;}
.join-thead { height: 56px; background:#7aaf2b; color: #fff; font-size: 18px; line-height: 56px;}
.join-tbody { height: 56px; background: #f6f6f6; color: #333; font-size: 16px; line-height: 56px;cursor: pointer;position: relative;}
.join-tbody:after{position: absolute;width:16px;height:56px;content: "";right:36px;top:0;background: url(../image/inside-1.png) no-repeat center;}
.join-tbody.on:after{background: url(../image/inside-2.png) no-repeat center;}
.join-th,.join-td {display: table-cell;vertical-align: middle;height: 50px;float: left;width: 25%;text-align: center;}
.join-detail { display: none;overflow: hidden; }
.join-details { padding:30px 45px 0; background: #fff;position: relative;}
.join-details .d-t .txt{font-size: 14px;line-height: 24px;margin-bottom: 30px;text-align: justify;}
.join-details .d-t .btn a{position: absolute;right: 30px;bottom: 0;display: block;width: 160px;font-size: 14px;line-height: 45px;background: #7aaf2b;color: #fff;text-align: center;}

.form-t{margin-top:55px;}
.form-t .form-t-l{float: left;width:600px;}
.form-t .form-t-r{float: right;width:543px;background: url(../image/inside-3.jpg) no-repeat center bottom;padding-bottom:85px;}
.form-t .form-t-r .cont{background: rgba(6,118,210,0.84);width:480px;margin:0 auto;padding:10px 0;}
.form-t .form-t-r .cont .h{font-size:34px;line-height:34px;color:#fff;margin-left:45px;margin-bottom:20px;}
.form-t .form-t-r .cont .p{font-size:14px;line-height:32px;color:#fff;margin-left:32px;}
.form-t .form-t-l .f1 label{display:inline-block;width:70px;font-size:16px;line-height:44px;}
.form-t .form-t-l .f1 input{width:440px;font-size:16px;line-height:42px;border:1px solid #d2d2d2;border-radius:5px;background:#f5f5f5;padding:0 20px;box-sizing:border-box;}
.form-t .form-t-l .f1 i{display:inline-block;font-size:14px;line-height:44px;color:#d11823;margin-left:20px;}
.form-t .form-t-l .f1{margin-top:35px;}
.form-t .form-t-l .t{font-size:14px;line-height:32px;color:#d21006;margin-left:70px;margin-top:10px;}
.form-b{padding-left:30px;background: url(../image/inside-4.png) no-repeat left 14px;}
.form-b .ls .f2{float: left;width:625px;}
.form-b .ls .f2 label{float: left;width:50px;display:inline-block;font-size:16px;line-height:44px;}
.form-b .ls .f2 input{width:540px;font-size:16px;line-height:42px;border:1px solid #d2d2d2;border-radius:5px;background:#f5f5f5;padding:0 20px;box-sizing:border-box;}
.form-b .ls .f2 i{display:inline-block;font-size:14px;line-height:44px;color:#d11823;margin-left:20px;}
.form-b .ls{margin-top:30px;}
.form-b .f3{margin-top:55px;}
.form-b .f3 label{float: left;width:100px;display:inline-block;font-size:16px;line-height:36px;}
.form-b .f3 textarea{width:1115px;height:80px;border:1px solid #d2d2d2;border-radius:5px;background:#f5f5f5;font-size:14px;padding:5px 20px;box-sizing:border-box;}
.form-b .f4{margin-top:15px;}
.form-b .f4 label{float: left;width:100px;display:inline-block;font-size:16px;line-height:36px;}
.form-b .f4 textarea{width:1115px;height:172px;border:1px solid #d2d2d2;border-radius:5px;background:#f5f5f5;font-size:14px;padding:10px 20px;box-sizing:border-box;}
.f-btn{margin-top:50px;margin-bottom:70px;}
.f-btn .add{font-size:18px;line-height:78px;background:#7aaf2b;text-align: center;border-radius:5px;width:468px;display:block;float: left;color:#fff;margin-left:130px;}
.f-btn input{font-size:18px;line-height:78px;background:#f5a93b;text-align: center;border-radius:5px;width:468px;display:block;float: left;color:#fff;margin-left:35px;cursor:pointer;}

.cov{position: fixed;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);z-index:9998;display: none;}
.biaodan{position: fixed;padding:35px;background:#fff url(http://en.ygnm.com.cn/images/zp-3.png) no-repeat center;background-size:cover;left:50%;top:50%;z-index:9999;transform: translate(-50%,-50%);display: none;}
.biaodan .i-biaodan{border:1px solid #dadada;padding:45px; width:317px;position:relative;}
.biaodan .i-biaodan .h{font-size: 28px;line-height: 28px;text-align: center;font-weight: bold;margin-bottom: 12px;}
.biaodan .i-biaodan .e{font-size:14px;line-height: 14px;text-align: center;color: #969696;padding-bottom:16px;background:url(http://en.ygnm.com.cn/images/zp-2.png) no-repeat center bottom;margin-bottom:42px;}
.biaodan .i-biaodan .close{ display:block; width:24px; height:24px; background:url(http://en.ygnm.com.cn/images/zp-1.png) no-repeat center; cursor:pointer; position:absolute; top:15px; right:15px;}
.biaodan .i-biaodan ul li{padding:15px 18px;border:1px solid #c8c8c8;margin-bottom:22px;color: #bfbfbf;font-size:15px;line-height: 25px;}
.biaodan .i-biaodan ul li label{display: inline-block;padding-left:30px;}
.biaodan .i-biaodan ul li:nth-child(1) label{background:url(http://en.ygnm.com.cn/images/zp-5.jpg) no-repeat left center;}
.biaodan .i-biaodan ul li:nth-child(2) label{background:url(http://en.ygnm.com.cn/images/zp-4.png) no-repeat left center;}
.biaodan .i-biaodan .ta textarea{padding:15px 18px;border:1px solid #c8c8c8;font-size:15px;line-height: 25px;color: #bfbfbf;width:100%;box-sizing: border-box;}
.biaodan .i-biaodan .jl{font-size:15px;line-height: 25px;margin:22px 0;}
.biaodan .i-biaodan .sub input{font-size: 20px;line-height:46px;background:#017bc4;text-align: center;color: #fff;width: 100%;}
.biaodan .i-biaodan .sub{margin-top:20px;}


.prod {margin-bottom:40px;}
.prod-tbody { height:48px; background: #f5f5f5; color: #333; font-size: 18px; line-height:48px;cursor: pointer;position: relative;padding-left:22px;border-radius:5px;overflow:hidden;border:1px solid #ddd;margin-top:8px;}
.prod-tbody:after{position: absolute;width:16px;height:48px;content: "";right:36px;top:0;background: url(../image/inside-1.png) no-repeat center;}
.prod-tbody.on:after{background: url(../image/inside-2.png) no-repeat center;}
.prod-detail { display: none;overflow: hidden;border:1px solid #ddd;border-top:none;}
.prod-details { padding:30px 45px 0; background: #fff;position: relative;}
.prod-tbody:hover{background:#7aaf2b;font-weight:bold;color:#fff;}

