/*头部  开始*/
.header{position:fixed;height: 100px;z-index: 1000;background:url(?/common/static/css/../images/yl_header_bg.png) repeat;width:100%;}
.header .logo{margin-top: 22px;}
.header .logo img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
.header .navbar .top{color: #fff;font-size: 12px;text-align: right;opacity: 0.8;-moz-opacity: 0.8;line-height: 35px;}
.header .navbar .top a{color: #fff;}
.header .navbar .top .line{width:1px;height:16px;background: url(?/common/static/css/../images/icons/top_line.png) no-repeat center;margin:0 15px;}
.header .navbar .top .tel{background: url(?/common/static/css/../images/icons/top_tel.png) no-repeat left center;padding-left: 15px;}
.header .navbar .top .mail{background: url(?/common/static/css/../images/icons/top_mail.png) no-repeat left center;padding-left: 15px;}
.header .navbar .top .com{background: url(?/common/static/css/../images/icons/top_com.png) no-repeat left center;padding-left: 15px;}
.header .navbar .nav a{/*float:left;color: #fff;font-size: 16px;margin-left: 40px;*/display: block;margin-top: 20px;padding-bottom: 22px;}
.header .navbar .nav .menu{float:left;width:114px;font-size:16px;/*line-height: 70px;*/text-align: center;position: relative;}
.header .navbar .nav .menu a{color: #fff;}
.header .navbar .nav .menu .submenu-box{position: absolute;top:65px;left: -7px;width:124px;display:none;}
.header .navbar .nav .menu:hover .submenu-box{display: block;}
.header .navbar .nav .menu .submenu-box .submenu{background:rgba(255,255,255,.9);text-align:center;height: 50px;border-bottom:1px solid #eee;position: relative;}
.header .navbar .nav .menu .submenu-box .submenu:last-of-type{border:0 none;}
.header .navbar .nav .menu:hover{border-bottom:2px solid #06713b;box-sizing: border-box;padding:0 10px;}
.header .navbar .nav .menu:hover a{color: #fff;}
.header .navbar .nav .menu.curr{border-bottom:2px solid #06713b;box-sizing: border-box;}
.header .navbar .nav .menu.curr a{color: #fff;}
.header .navbar .nav .menu .submenu-box .submenu:hover{color:#06713b;/*border-bottom:0;*/}
.header .navbar .nav .menu .submenu-box .submenu:hover a{color: #06713b;}
.header .navbar .nav .menu .submenu-box .submenu a{font-size:14px;color:#666;line-height: 50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width:124px;display: block;margin-top:0;padding-bottom:0;}

.header.active{background:url(?/common/static/css/../images/yl_header_bg_active.png) repeat;-webkit-transition: all .10s ease-in-out 0s;-moz-transition: all .10s ease-in-out 0s;-ms-transition: all .10s ease-in-out 0s;-o-transition: all .10s ease-in-out 0s;transition: all .10s ease-in-out 0s;}
.header.active .navbar .top{color: #333;}
.header.active .navbar .top a{color: #333;}
.header.active .navbar .top .line{width:1px;height:16px;background: url(?/common/static/css/../images/icons/top_line_active.png) no-repeat center;margin:0 15px;}
.header.active .navbar .top .tel{background: url(?/common/static/css/../images/icons/top_tel_active.png) no-repeat left center;padding-left: 15px;}
.header.active .navbar .top .mail{background: url(?/common/static/css/../images/icons/top_mail_active.png) no-repeat left center;padding-left: 15px;}
.header.active .navbar .top .com{background: url(?/common/static/css/../images/icons/top_com_active.png) no-repeat left center;padding-left: 15px;}
.header.active .navbar .nav a{color: #333;}
.header.active .navbar .nav a:hover{border-color:#06713b;}
.header.active .navbar .nav .menu:hover a{color: #333;}
.header.active .navbar .nav .menu.curr a{color: #333;}

.header .nav-box{display: none;margin-right: 20px;}
.header .nav-box .icon{margin-top:25px;}
.header .nav-box .icon a{display: block;width: 60px;height: 45px;font-size: 20px;color:#333;border-radius: 2px;text-align: center;}
.header .nav-box .icon a img{width: 60px;height: 45px;}
.header .nav-box .menu-box{position: fixed;display: none;z-index: 2;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,0.5);}
.header .nav-box .menu-box .mask{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,0.5);z-index: 998;}
.header .nav-box .menu-box .close-box{position: fixed;top:0;left:0;right: 0px;z-index: 1000;cursor: pointer;background:#111;height: 80px;}
.header .nav-box .menu-box .close-box .logo img{height:48px;}
.header .nav-box .menu-box .close-box .close{margin:30px 20px 0 0;}
.header .nav-box .menu-box .menu{position: fixed;top:80px;bottom: 0;right: 0;left:0;background: #111;z-index: 999;overflow-y: auto;}
.header .nav-box .menu-box .menu .menu-li{border-bottom:1px solid #333;}
.header .nav-box .menu-box .menu .menu-li .name{width:calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);margin:0 20px;}
.header .nav-box .menu-box .menu .menu-li .name.arrow-on a{background:url(?/common/static/css/../images/icons/menu_arrow.png) no-repeat right 24px;height: 60px;}
.header .nav-box .menu-box .menu .menu-li .name.arrow-off a{background:url(?/common/static/css/../images/icons/menu_arrow_off.png) no-repeat right 24px;height: 60px;}
.header .nav-box .menu-box .menu li a{display: block;font-size: 16px;color: #fff;line-height:60px;}
.header .nav-box .menu-box .menu .menu-li .sub-menu{display:block;background:#222;}
.header .nav-box .menu-box .menu .menu-li .sub-menu
.header .nav-box .menu-box .menu .menu-li .sub-menu li{background:#222;}
.header .nav-box .menu-box .menu .menu-li .sub-menu li a{display: block;font-size: 14px;color: #bbb;line-height: 50px;padding-left:30px;}

/*头部  结束*/
.container{width:1200px;margin:0 auto;}
.banner-box .banner{margin:0 auto;text-align:center;}
@media only screen and (max-width:1199px){
	.container{width:100%;}
	.header .logo{margin-left:10px;}
	.header .nav{display: block;}
	.header .navbar{display: block;margin-right:0;}
	.header .navbar .top{margin-right:20px;}
	.header .nav-box{display: none;}
	.header.active .navbar .top{margin-right: 20px;}
}
@media only screen and (max-width: 991px){
	.container{width: 100%;}
	.header .logo{margin-left:20px;}
	.header .nav-box .icon{margin-top: 20px;}
	.header .nav{display: none;}
	.header .navbar{display: none;}
	.header .nav-box{display: block;}
}
@media only screen and (max-width: 767px){
	.container{width: 100%;}
	.header{height: 80px;}
	.header .logo{display: block;width:140px;}
	.header .nav-box .icon{margin-top: 20px;width:50px;}
	.header .nav{display: none;}
	.header .navbar{display: none;}
	.header .nav-box{display: block;}
	.header .nav-box .icon a{width:50px;}
	.header .nav-box .icon a img{width:50px;height:auto;}
	.header .nav-box .menu-box .close-box .logo img{height:40px;}
}

/*banner开始*/
.banner-box{width:100%;}
.banner-box .banner img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
.banner-box .banner-screen{display: none;}
.banner-box .banner-screen img{}
@media only screen and (max-width:1199px){
	.banner-box .banner img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
}
@media only screen and (max-width:991px){
	.banner-box{width:100%;padding-top:100px;}
	.banner-box .banner img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
}
@media only screen and (max-width:767px){
	.banner-box{width:100%;padding-top:80px;}
	.banner-box .banner{display: none;}
	.banner-box .banner-screen{display: block;width:100%;}
	.banner-box .banner-screen img{vertical-align: middle;max-width: 100%;height:auto;}
}
/*banner结束*/

/*内容部分开始*/
.content-box{width:100%;}
.content-box .sub-list{border-bottom:1px solid #e0e0e0;height:60px;}
.content-box .sub-list li{width:110px;font-size:16px;line-height:60px;color: #333; text-align: center;}
.content-box .sub-list li a{padding:0 5px;display: inline-block;color: #333;}
.content-box .sub-list li a:hover{color: #1e7f4e;}
.content-box .sub-list li.curr a{padding:0 5px;border-bottom:2px solid #1e7f4e;line-height:58px;display: inline-block;}
@media only screen and (max-width:767px){
	.container{width:100%; overflow: hidden;}
	.content-box .sub-list .sub-nav{width:200%;}
	.content-box .sub-list li{width:auto;margin:0 10px;}
}
.small-share-box{border-top:1px solid #eee;padding-top:10px;}
.share{font-size:12px;line-height: 28px;color: #666;}
.news-info p img{max-width: 100%;width: auto;height: auto;vertical-align: middle;text-align: center;margin: 10px auto 0;display: block;}
/*内容部分结束*/
/*分页开始*/
.pages {margin-top: 20px;text-align: center;overflow: hidden;zoom: 1;}
.pages a,.pages span {font-size: 14px;text-decoration: none;display: inline-block;height:36px;line-height:36px;margin-left: 4px;cursor: pointer;transition: all .2s;padding: 0 18px;border-radius: 2px;border: 1px solid #ddd;color: #666;background-color: #fff;}
.pages .curr {border: 1px solid #06713b;color: #fff;background-color: #06713b;}
.pages span:not(.current) {cursor: not-allowed;}
/*分页结束*/
/*底部  开始*/
.footer{margin-top:40px;background: #06713b;padding-bottom:40px}
.footer .info{padding-top:60px;}
.footer .info .link{font-size:16px;line-height:30px;color: #FFFFFF;}
.footer .info .link a{color: #FFFFFF;}
.footer .info .copyright{margin-top:20px;font-size:14px;line-height: 26px;color: #fff;}
.footer .info .address{font-size:14px;line-height: 26px;color: #fff;}
.footer .code{padding-top: 60px;}
/*底部  结束*/
@media (max-width:1199px) and (min-width:767px){
	.info-box{width:calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);padding:0 20px;}
}
@media only screen and (max-width:767px){
	.container{width:100%;}
	.footer .info{padding-top: 60px;float: none;}
	.footer .info .link{text-align: center;}
	.footer .info .copyright{text-align: center;}
	.footer .info .address{text-align: center;margin:0 20px;}
	.footer .code{display: none;}
}
/*澳门威尼斯人网站简介开始*/
.content-box .about-box{width:1200px;margin:30px auto 0;}
.content-box .about-box .about-img{text-align: center;}
.content-box .about-box .about-img img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
.content-box .about-box .text-box{margin-top:10px;}
.content-box .about-box .text-box .text{font-size:14px;line-height: 24px;color: #555;margin-top:10px;}
.content-box .about-box .text-box .title{font-size:18px;line-height: 40px;color: #06713B;font-weight: bold;}
.content-box .about-box .text-box .info-bg{margin-bottom:20px;margin-top:20px;}
.content-box .about-box .text-box .info-bg img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
.content-box .about-box .text-box .info-bg.sj{display: none;}
@media only screen and (max-width:1199px){
	.content-box .about-box{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:30px 15px 0;}
	.content-box .about-box .about-img img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
}
@media only screen and (max-width:991px){
	.content-box .about-box{width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:30px 15px 0;}
	.content-box .about-box .about-img img{vertical-align: middle;max-width: 100%;width:auto;height: auto;}
	.content-box .about-box .text-box .info-bg{display: none;}
	.content-box .about-box .text-box .info-bg.sj{display: block;}
}

@media only screen and (max-width:767px){
	.content-box .about-box{width:100%;margin:20px auto 0;}
	.content-box .about-box .about-img img{vertical-align: middle;max-width: 100%;width:auto;height: auto;}
	.content-box .about-box .text-box{margin:10px 15px 0;}
}
/*澳门威尼斯人网站简介结束*/

/*资质荣誉开始*/
.content-box .honor-box{width:1200px;margin:30px auto 0;}
.content-box .honor-box .honor li{border:1px solid #ddd;box-sizing:border-box;margin:0 10px 20px;width:280px;}
/*.content-box .honor-box .honor li:nth-child(4n){margin-right:0;}*/
.content-box .honor-box .honor li .honor-img{width:100%;}
.content-box .honor-box .honor li .honor-img img{vertical-align: middle;width: 100%;height:auto;border-bottom:1px solid #eee;}
.content-box .honor-box .honor li .honor-name{height: 45px;line-height: 45px;font-size:14px;color: #333;text-align: center;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;margin:0 10px;}
.content-box .honor-box .honor li:hover{box-shadow: rgba(50, 50, 50, 0.4) 0px 0px 2px 0px; }
@media (max-width:1199px) {
	.content-box .honor-box{width:100%;}
	.content-box .honor-box .honor li{width:calc(33.33% - 20px);width:-moz-calc(33.33% - 20px);width:-webkit-calc(33.33% - 20px);margin:0 10px 20px;}
}
@media (max-width:991px) {
	.content-box .honor-box{margin:20px auto 0;}
	.content-box .honor-box .honor li{width:calc(50% - 20px);width:-moz-calc(50% - 20px);width:-webkit-calc(50% - 20px);margin:0 10px 20px;}
	.content-box .honor-box .honor li .honor-name{height: 40px;line-height: 40px;font-size:14px;}
}
/*资质荣誉结束*/

/*产业行业开始*/
.content-box .honor-box .honor li .honor-name{height: 45px;line-height: 45px;font-size:14px;color: #333;text-align: center;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;margin:0 10px;}
.content-box .honor-box.industy .honor li .industy-info{display: none;}
.content-box .honor-box.industy .honor li{width:380px;position: relative;}
.content-box .honor-box.industy .honor li .name{padding-bottom:20px;}
.content-box .honor-box.industy .honor li .name .honor-name{font-size:16px;}
.content-box .honor-box.industy .honor li .industy-info{line-height: 20px;font-size:12px;color: #666;margin:0 15px;display: block;height: 40px;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media (max-width:1199px) {
	.content-box .honor-box.industy{width:100%;}
	.content-box .honor-box.industy .honor li{width:calc(33.33% - 20px);width:-moz-calc(33.33% - 20px);width:-webkit-calc(33.33% - 20px);margin:0 10px 20px;}
}
@media (max-width:991px) {
	.content-box .honor-box{margin:20px auto 0;}
	.content-box .honor-box.industy .honor li{width:calc(50% - 20px);width:-moz-calc(50% - 20px);width:-webkit-calc(50% - 20px);margin:0 10px 20px;}
	.content-box .honor-box.industy .honor li .honor-name{height: 40px;line-height: 40px;font-size:14px;}
}
@media (max-width:767px) {
	.content-box .honor-box{margin:20px auto 0;}
	.content-box .honor-box.industy .honor li{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:0 15px 20px;}
	.content-box .honor-box.industy .honor li:nth-child(2n){margin-right:0;}
	.content-box .honor-box.industy .honor li:nth-child(3n){margin-right:0;}
	.content-box .honor-box.industy .honor li .honor-name{height: 40px;line-height: 40px;font-size:14px;}
}
/*产业行业结束*/


/*发展历程开始*/
#history {height:600px;overflow:hidden;background:url(?/common/static/css/../images/development_bg.png) no-repeat center 0;position: relative;}
#history .history-num{font-size:60px;line-height:80px;color: #bbb;font-style:italic;font-family: arial;position: absolute;left: 50%;margin-left: -600px;top: 10px;}
#history .viewport {position:relative;margin:0 auto;width:1200px;height:100%;/* overflow:visible;*/}
#history .viewport .btn {display:block; position:absolute; top:50%; z-index:2; margin-top:-22px; width:48px; height:48px; background:no-repeat 0 0;}
#history .viewport .prev {left: -57px;background-image:url(?/common/static/css/../images/icons/development_arrow_left.png);}
#history .viewport .next {right: -57px;background-image:url(?/common/static/css/../images/icons/development_arrow_right.png);}
#history .viewport .prev:hover {left: -57px;background-image:url(?/common/static/css/../images/icons/development_arrow_left_on.png);}
#history .viewport .next:hover {right: -57px;background-image:url(?/common/static/css/../images/icons/development_arrow_right_on.png);}
#history .viewport .wrap {position:relative; left:0; top:0; z-index:1; width:1200px; height:100%;overflow: hidden;}
#history .viewport .wrap .wrap-list{width:10000px;}
#history .viewport .wrap .item {width:360px;/*-webkit-transition:bottom 500ms; transition:bottom 300ms;*/}
#history .viewport .wrap .on {bottom:0;}
#history .viewport .wrap .item .year-list .month-box{max-height:420px;overflow-y:auto;}
#history .viewport .wrap .item .year-list{background:url(?/common/static/css/../images/icons/development_line.png) repeat-y 7px 0;position: absolute;bottom: 0;}
#history .viewport .wrap .item .year-list .dotted{ padding:30px 16px 0 30px ;background:url(?/common/static/css/../images/icons/development_dotted.png) no-repeat 0 0;width:340px;}
#history .viewport .wrap .item .year-list .dotted .month-box{max-height:420px;overflow-y:auto;}
#history .viewport .wrap .item .year-list .month-show{margin-bottom:10px;}
#history .viewport .wrap .item .year-list .month{line-height:22px; color:#444;font-size:14px;}
#history .viewport .wrap .item .year-list .month-img{margin-top:5px;}
#history .viewport .wrap .item .year-list .month-img img{max-width: 100%;width:150px;height:110px;vertical-align: middle;}
#history .viewport .wrap .item .year-list .year {display:block; margin:6px 0; font:lighter 44px "arial" !important; color:#34772b;}
#develop{display:none;}
@media only screen and (max-width:1199px){
	#history{display: none;}
	#develop{display: block;padding-top:30px;padding-bottom:100px;}
	#develop .development-box .main{margin:0 15px 20px;width:cal(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);overflow: hidden;}
	#develop .development-box .main .month-box{width:100%;}
	#develop .development-box .main .month-box .month-list{width:100%;display: none;}
	#develop .development-box .main .month-box .month-list:first-of-type{display: block;}
	#develop .development-box .main .month-show{margin-bottom:15px;}
	#develop .development-box .main .month{background:url(?/common/static/css/../images/icons/development_month.png) no-repeat 0 8px;padding-left:15px;font-size:14px; line-height:22px; color:#444;font-size:14px;width:calc(100% - 15px);width:-webkit-calc(100% - 15px);width:-moz-calc(100% - 15px);height: auto; }
	#develop .development-box .main .month-show .month-img{margin:5px 0 0 15px;}
	#develop .development-box .main .month-show .month-img img{max-width: 100%;width:150px;height:110px;vertical-align: middle;}
	#develop .development-box .years{position:relative;margin-top:20px;}
	#develop .development-box .years .year-left{width:12px;height:22px;background-image:url(?/common/static/css/../images/icons/development_arrow_lf.png);position: absolute;left:10px;top:23px;}
	#develop .development-box .years .year-right{width:12px;height:22px;background-image:url(?/common/static/css/../images/icons/development_arrow_rt.png);position: absolute;right:10px;top:23px;}
	#develop .development-box .years .year-main{position: absolute;width:calc(100% - 68px);width:-webkit-calc(100% - 68px);width:-moz-calc(100% - 68px);height:68px;left:34px;right:34px;top:0;overflow: hidden;}
#develop .development-box .years .line{width:calc(100% - 68px);width:-webkit-calc(100% - 68px);width:-moz-calc(100% - 68px);height:1px;background: #ddd;position:absolute;top:34px;left:34px;right:34px;}
	#develop .development-box .years .year-main .year-list{}
	#develop .development-box .years .year-main .year{height:68px;width:68px;background: #f5f5f5;color: #333;font-size:20px;border-radius: 50%;text-align: center;line-height:68px;font-family: arial;margin:0 25px 0 10px;}
	#develop .development-box .years .year-main .year.curr{background: #06713b;color: #fff;}
}
/*发展历程结束*/
/*发展历程结束*/

/*组织架构开始*/
.framework-box{width:100%;background:#f6f6f6;}
.framework-box .framework{background: url(?/common/static/css/../images/framework_bg.png) no-repeat center 80px;text-align: center;padding-bottom:50px;}
.framework-box .framework img{padding-top:50px;width:auto;}
.framework-box .framework-sj{display:none;text-align: center;}
@media (max-width:1199px){
	.content-box .framework{width:calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);margin:0 15px;}
	.framework-box .framework img{padding-top:50px;vertical-align: middle;width: 100%;height:auto;}
}
@media (max-width:991px){
	.content-box .framework{display: none;}
	.content-box .framework-sj{width:calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);display: block;margin:0 15px;}
	.framework-box .framework-sj img{padding-top:30px;padding-bottom:30px;vertical-align: middle;width: 100%;height:auto;}
}
/*组织架构结束*/

/*成员企业开始*/
.member-box{width:100%;height: auto;background: url(?/common/static/css/../images/member_bg.png) no-repeat;}
.member-box .member{width:1200px;margin:0 auto;padding-top:30px;padding-bottom:5px;}
.member-box .member .list{border:1px solid #ddd;margin:0 19px 20px 0;box-sizing: border-box;width:385px;}
.member-box .member .list:nth-child(3n){margin-right:0;}
.member-box .member .list img{width:100%;height: auto;}
@media (max-width:1199px)and (min-width:768px) {
	.content-box .member{width:100%;}
	.content-box .member-box .member li{width:calc(33.33% - 20px);width:-moz-calc(33.33% - 20px);width:-webkit-calc(33.33% - 20px);margin:0 10px 20px;}
	.content-box .member-box .member li:nth-child(3n){margin-right:0;}
}
@media (max-width:767px) {
	.member-box{height: auto;background: url(?/common/static/css/../images/member_bg_sj.png) no-repeat;}
	.content-box .member{width:100%;padding-bottom:20px;padding-top:20px;}
	.content-box .member-box .member li{width:calc(50% - 15px);width:-moz-calc(50% - 15px);width:-webkit-calc(50% - 15px);margin:0 0 -1px 15px;}
	.content-box .member-box .member li:nth-child(2n){margin-right:15px;margin-left:-1px;}
		
}
/*成员企业结束*/

/*企业详情开始*/
.detail-box{width:1200px;margin:30px auto 50px;}
.detail-box .company-detail{width:280px;height: 500px;background:url(?/common/static/css/../images/member_detail_bg.png) no-repeat  0 bottom;border:1px solid #eee;}
.detail-box .company-detail .logo{width:200px;height:70px;margin:25px 40px 10px;}
.detail-box .company-detail .logo img{width:200px;}
.detail-box .company-detail .name{font-size:16px;text-align: center;line-height:20px;color: #333;}
.detail-box .company-detail .num-box{border-top:1px solid #eee;border-bottom:1px solid #eee;width:240px;margin:20px 20px;}
.detail-box .company-detail .money{margin:15px 0;width:119px;border-right:1px solid #eee;height: 60px;}
.detail-box .company-detail .money .num{font-size:22px;color: #04793e;line-height:40px;font-family:arial;text-align: center;display: block;}
.detail-box .company-detail .money .text{font-size:12px;color: #666;line-height:20px;text-align: center;display: block;}
.detail-box .company-detail .money:nth-child(2n){border-right: 0 none;}
.detail-box .company-detail .base-info{margin-left:20px;}
.detail-box .company-detail .base-info .title{font-size:14px;font-weight: bold;color: #333;margin-bottom:10px;}
.detail-box .company-detail .base-info .address{ color: #444;font-size:12px;line-height: 30px;}
.detail-box .info{width:890px;margin-left:28px;}
.detail-box .info .info-text{font-size:14px;line-height:24px;margin-bottom:10px;color: #555;}
@media (max-width:1199px)and (min-width:768px) {
	.content-box .detail-box{width:100%;}
	.detail-box .company-detail{margin-left:20px;}
	.detail-box .info{width:calc(100% - 350px);width:-moz-calc(100% - 350px);width:-webkit-calc(100% - 350px);margin-right:20px;margin-left:28px;}
}
@media (max-width:767px){
	.content-box .detail-box{width:100%;background: #f8f8f8;margin:0;padding-top:20px;padding-bottom:40px;}
	.detail-box .company-detail{float: none;margin:0 15px 20px;width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);height:auto;background: #fff;background:url(?/common/static/css/../images/member_detail_bgsj.png) no-repeat  0 bottom;}
	.detail-box .company-detail .logo{width:100%;height:70px;margin:20px auto 10px;text-align: center;}
	.detail-box .company-detail .num-box{border-top:1px solid #eee;border-bottom:1px solid #eee;width:calc(100% - 20px);width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);margin:20px 10px;}
	.detail-box .company-detail .money{margin:15px 0;width:49%;border-right:1px solid #eee;height: 50px;}
	.detail-box .company-detail .money .num{float:right;font-size:16px;color: #04793e;line-height:50px;font-family:arial;display:inline-block;margin-right:10px;}
	.detail-box .company-detail .money .text{float:left;font-size:12px;color: #666;line-height:50px;display:inline-block;margin-left:10px;font-family:arial;}
	.detail-box .company-detail .money:nth-child(2n){border-right: 0 none;}
	.detail-box .company-detail .base-info{margin-bottom:30px;}
	.detail-box .company-detail .base-info .title{font-size:16px;font-weight: bold;color: #333;margin-bottom:10px;}
	.detail-box .company-detail .base-info .address{color: #444;font-size:14px;line-height: 30px;}
	.detail-box .company-detail .base-info .address:nth-child(2){display: block;float:none;width:100%;}
	.detail-box .info{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:0 15px;}
	.detail-box .info .info-text{font-size:14px;line-height:24px;margin-bottom:10px;color: #333;}
}
/*企业详情结束*/

/*新闻资讯开始*/
.news-box{width:1200px;margin:0 auto;}
.news-box .news-li{border-bottom:1px dashed #e0e0e0;padding-bottom:20px;padding-top:20px;}
.news-box .news-li .news-img{width:250px;margin-right:25px;}
.news-box .news-li .news-img img{max-width:100%;width:auto;height: auto;vertical-align: middle;}
.news-box .news-li .news-info{width:915px;margin-right: 10px;}
.news-box .news-li .news-info .title{font-size:18px;line-height:60px;color: #333;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;}
.news-box .news-li:hover{background: #f9f9f9;}
.news-box .news-li:hover .news-info .title{color: #1e7f4e;font-weight: bold;}
.news-box .news-li .news-info .text{font-size:14px;line-height: 26px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height:78px;}
.news-box .news-li .news-info .time{background: url(?/common/static/css/../images/icons/news_date.png) no-repeat 0 center;font-size:14px;font-family: arial;line-height: 24px;color:#888;padding-left:25px;margin-top:20px;}
.news-box .news-list .list{border-bottom:1px dashed #e0e0e0;padding-bottom:20px;padding-top:20px;}
.news-box .news-list .list .list-time{width:100px;height:100px;background: #ccc;border:1px solid #bbb;text-align: center;margin-right:20px;}
.news-box .news-list .list .list-time .day{font-size:40px;font-family: helvetica;line-height:60px;color:#fff;margin-top:5px;}
.news-box .news-list .list .list-time .year{font-size:16px;font-family: helvetica;line-height:35px;color:#fff;border-top:1px solid #ddd;width:68px;margin:0 16px;}
.news-box .news-list .list .list-info{width:1060px;margin-right:10px;}
.news-box .news-list .list .list-info .list-title{font-size:18px;line-height:40px;color: #333;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;}
.news-box .news-list .list:hover{background: #f9f9f9;}
.news-box .news-list .list:hover .list-info .list-title{color: #1e7f4e;font-weight: bold;}
.news-box .news-list .list:hover .list-time{background: #06713b;border:1px solid #045f31;text-align: center;margin-right:20px;}
.news-box .news-list .list .list-info .list-text{font-size:14px;line-height: 26px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;margin-top:4px;height:54px;}
@media (max-width:1199px){
	.content-box .news-box{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:0 15px;}
	.news-box .news-li .news-info{width:calc(100% - 290px);width:-moz-calc(100% - 290px);width:-webkit-calc(100% - 290px);}
	.news-box .news-list .list .list-info{width:calc(100% - 132px);width:-moz-calc(100% - 132px);width:-webkit-calc(100% - 132px);margin-right:10px;}
}
@media (max-width:767px){
	.news-box .news-li{padding-bottom:15px;}
	.news-box .news-li .news-img{width:100%;float: none;}
	.news-box .news-li .news-info{float: none;width:100%;}
	.news-box .news-li .news-info .time{margin-top:10px;}
	.news-box .news-li .news-info .title{line-height:50px;}
	.news-box .news-list .list{padding-bottom:15px;padding-top:15px;}
		.news-box .news-list .list .list-time{margin-right:20px;width:90px;height:90px;}
	.news-box .news-list .list .list-time .day{font-size:36px;font-family: helvetica;line-height:50px;color:#fff;margin-top:5px;}
	.news-box .news-list .list .list-time .year{font-size:14px;font-family: helvetica;line-height:35px;color:#fff;border-top:1px solid #ddd;width:68px;margin:0 11px;}
	.news-box .news-list .list .list-info{width:calc(100% - 112px);width:-moz-calc(100% - 112px);width:-webkit-calc(100% - 112px);margin-right:0;}
}
/*新闻资讯结束*/

/*新闻详情开始*/
.news-detail-box .news-detail{background: #fff;padding:20px 0;}
.news-detail-box .news-detail .news-title{font-size:22px;line-height: 40px;color: #333;}
.news-detail-box .news-detail .news-title.industy{text-align: center;}
.news-detail-box .news-detail .news-tips{font-size:14px;line-height: 28px;color:#666;}
.news-detail-box .news-detail .news-tips .tips{margin-right:20px;}
.news-detail-box .news-detail .news-tips span{font-family: arial;}
.news-detail-box .news-detail .news-info .news-text{font-size:14px;line-height: 28px;font-size:14px;line-height: 28px;color: #555;margin-top:10px;}
.news-detail-box .news-detail .news-info .news-img{margin-top: 10px;text-align: center;}
.news-detail-box .news-detail .news-info .news-img img{max-width:100%;width:auto;height: auto;vertical-align: middle;}
.news-detail-box .news-detail .news-info .news-flie .file{line-height: 36px;font-size:14px;color: #333;}
.news-detail-box .news-detail .news-info .news-flie .file a{color:#7B53C1;}
@media (max-width:1199px){
	.content-box .news-box{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:0 15px;}
}
@media (max-width:768px){
	.news-detail-box .news-detail{padding:10px 0 15px;}
	.news-detail-box .news-detail .news-title{font-size:22px;line-height: 40px;color: #333;}
	.news-detail-box .news-detail .news-info{padding-top:0;}
}
/*新闻详情结束*/

/*商品详情开始*/
.product-box{width:1200px;margin:30px auto;}
.product-box .product-show-fl{height:450px;width:750px;}
.show{float:right;overflow: hidden;/*position: absolute;top:0;left:130px;*/position: relative;}
.show ul {width:618px;height: 448px;border:1px solid #e0e0e0;}
.show ul li{position: absolute;left:1px;top:1px;}
.show ul li img{width:618px;height: 448px;}
.show .point{text-align: center;position: absolute;bottom:20px;width: 618px;}
.show .point a{display: inline-block;width:9px;height: 9px;background: #ddd;margin:0 3px;border-radius: 50%;}
.show .point a.curr{background: #1e7f4e;}
.scroll-box{float: left;background: #fff;margin-right:20px;width:110px;/*position:absolute;left:0;*/}
.scroll-box li{position: relative;width:110px;height: 80px;border:1px solid #e0e0e0;margin-bottom:10px;}
.scroll-box li a img{width:110px;height:80px;}
.scroll-box li.curr{display: block; border:1px solid #1e7f4e;}
.product-box .product-show .product-info{width:410px;height: 450px;background: #f8f8f8;padding-left:30px;}
.product-box .product-show .product-info .name{font-size:28px;margin:30px 0 30px 0;color: #333;}
.product-box .product-show .product-info .num{font-size:16px;color: #333;line-height: 30px;}
.product-box .product-show .product-info .back{width:100px;height:36px;border-radius:3px;line-height: 36px;font-size:14px;background:#ddd;text-align: center;margin-top:20px;}
.product-box .product-show .product-info .back a{color: #333;}
.product-box .product-show .product-info .share-box{position: relative;}
.product-box .product-show .product-info .share-box a{width:16px;height: 16px;margin:20px 5px 0;display: inline-block;}
.product-box .product-show .product-info .share-box a.wechat{position: relative;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box{display:none;width:250px;height: 212px;background: url(?/common/static/css/../images/product_erweima_bg.png) no-repeat;position: absolute;left:-15px;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box .wechat-name .close{background: url(?/common/static/css/../images/icons/product_icon_04.png) no-repeat;width:10px;height: 10px;display: inline-block;float: right;margin:12px 10px 0 0;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box .wechat-name{font-size:14px;line-height:40px;font-weight:bold;color:#333;margin-top:10px;margin-left:20px;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box .erweima{width:100px;height: 100px;margin-left:20px;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box .erweima img{width:100px;height: 100px;}
.product-box .product-show .product-info .share-box a.wechat .wechat-box .tips{font-size:12px;color: #666;line-height: 20px;margin-left:20px;margin-top:10px;}
.product-box .product-show .product-info .share-box a.wechat:hover .wechat-box{display: block;}
.product-box .product-show .product-info .share-box .more{position: absolute;top:0px;left:90px;}
.product-box .product-show .product-info .share-box .more .bds_more{background:url(?/common/static/css/../images/icons/product_icon_05.png) no-repeat 0 center;width:16px;height:16px;}
.product-box .product-detail{margin-top:10px;}
.product-box .product-detail .title{height: 55px;font-size: 18px;line-height: 55px;color: #333;border-bottom: 1px solid #e0e0e0;}
.product-box .product-detail .title .line{width:4px;background: #1e7f4e;height: 20px;display: inline-block;vertical-align: middle;margin-right: 13px;}
.product-box .product-detail .text{margin-top:15px;font-size:14px;line-height: 26px;color: #555;}
.product-box .product-detail .detail-img{margin-top:15px;width:1200px;text-align: center;}
.product-box .product-detail .detail-img img{width:100%;}
.product-sj{display: none;}
@media (max-width:1199px){
	.content-box .product-box{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:30px 15px 10px;}
	.product-box .product-show .product-info{width:calc(100% - 780px);width:-moz-calc(100% - 780px);width:-webkit-calc(100% - 780px);height: 450px;background: #f8f8f8;padding-left:30px;}
	.product-box .product-detail .detail-img{margin-top:15px;width:100%;text-align: center;}
	.product-box .product-detail .detail-img img{vertical-align: middle;max-width: 100%;width: auto;height: auto;}
}
@media (max-width:991px){
	.content-box .product-box{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:0 15px;}
	.product-box .product-show{display: none;}
	.product-sj{width:100%;margin:20px 0px 0;display: block;}
	#banner.turn-waper{width: 100%;height: auto;background: #eee;position: relative;}
	#banner.turn-waper .lb-container{height:473px;width: 100%;}
	#banner.turn-waper .swiper-item{position: relative;}
	#banner.turn-waper .lb-img{display: block;width: 100%;height: auto;}
	.swiper-pagination-bullet{width: 10px;height: 10px;display: inline-block;background: #000;opacity: .2;border-radius:50%;}
	.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #06713b;opacity:1;}
	.product-box .product-detail{margin-top:0;}
	.product-sj .product-info-sj{margin-top:10px;}
	.product-sj .product-info-sj .name-sj{font-size:22px;color: #333;line-height: 50px;}
	.product-sj .product-info-sj .num-sj .num{font-size:16px;line-height: 30px;color: #555;}
	.product-sj .product-info-sj .num-sj .back-sj{margin-right:20px;}
	.product-sj .product-info-sj .num-sj .back-sj span{font-size: 14px;line-height: 30px;display: inline-block;}
	.product-sj .product-info-sj .num-sj .back-sj span a{color: #1e7f4e;}
	.product-sj .product-info-sj .num-sj .back-sj span.share{vertical-align: middle;margin-left: 5px;}
	.product-sj .product-info-sj .num-sj .back-sj span.share img{height:18px;width:auto;cursor: pointer;}
}
/*商品详情结束*/

/*联系我们开始*/
.contact-box{width:1200px;margin:0 auto;}
.contact-box .contact .title{height: 55px;font-size: 18px;line-height: 55px;color: #333;}
.contact-box .contact .title .line{width:4px;background: #1e7f4e;height: 20px;display: inline-block;vertical-align: middle;margin-right: 13px;}
.contact-box .contact .contact-info{margin-top:20px;}
.contact-box .contact .contact-info .contact-way{width:552px;}
.contact-box .contact .contact-info .contact-way .way-list{width:275px;height:160px;border:1px solid #ddd;margin-right:-1px;margin-bottom:-1px;}
.contact-box .contact .contact-info .contact-way .way-list .way-img{width:40px;height: 40px;margin:58px 0 0 15px;}
.contact-box .contact .contact-info .contact-way .way-list .way-img img{width:40px;height: 40px;}
.contact-box .contact .contact-info .contact-way .way-list .way-info{margin:50px 0 0 12px;width:calc(100% - 67px);width: -webkit-calc(100% - 67px);width: -moz-calc(100% - 67px);}
.contact-box .contact .contact-info .contact-way .way-list .way-info .way-name{font-size:16px;line-height: 30px;color:#333;}
.contact-box .contact .contact-info .contact-way .way-list .way-info .num{font-size:14px;font-family: arial;color: #666;line-height: 24px;}
.contact-box .contact .contact-info .message-box{margin-left:20px;width:626px;border:1px solid #ddd;}
.contact-box .contact .contact-info .message-box .tips{font-size:12px;line-height: 24px;margin:15px;color: #888;}
.contact-box .contact .contact-info .message-box .tips span{color: #f00;display: inline-block;margin-right: 5px;}
.main-form{margin:15px 0;}
.main-form .form-term{display: block;min-height:32px; clear: both;margin-bottom: 5px;}
.main-form .form-term .lable{float:left;width:60px;height:32px;line-height:16px;text-align: right;font-size: 12px;color: #333;margin-right: 10px;margin-top: 6px;}
.main-form .form-term .lable span{width:10px;display:inline-block;color: #f04d4a;font-weight: 700;padding-right: 5px;}
.main-form .form-term .control{float: left;width:-moz-calc(100% - 80px); width:-webkit-calc(100% - 80px);width: calc(100% - 80px);}
.main-form .form-term .control .input{width: 270px; height:30px;line-height: 30px;border: 1px solid #ddd;color: #333;background: #fff;margin-right: 5px;}
.main-form .form-term .control .textarea{width:380px;height: 60px;line-height: 20px;border: 1px solid #ddd;color: #333;background: #fff;font-size: 12px;color: #333;resize: none;}
.form-btn{margin-left:70px;padding-bottom:15px;}
.form-btn a{font-size: 12px;display: inline-block;background: #06713b;color: #fff;min-width: 80px;padding: 0 10px;height: 40px;border-radius: 2px;text-align: center;line-height:40px;margin: 0 10px 5px 0;}
.contact .map{margin-top:20px;width:calc(100% - 2px);width:-moz-calc(100% - 2px);width:-webkit-calc(100% - 2px);height: 320px;border:#ddd solid 1px;}
@media (max-width:1199px) and (min-width:992px) {
	.content-box .contact-box{width:calc(100% - 40px);width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);margin:0 20px 10px;}
	.contact-box .contact .contact-info .message-box{margin-left:20px;width:calc(100% - 574px);width:-moz-calc(100% - 574px);width:-webkit-calc(100% - 574px);border:1px solid #ddd;}
	.main-form .form-term .control .textarea{width:270px;}
}
@media (max-width:991px){
	.content-box .contact-box{width:100%;}
	.contact-box .contact .title{height: 55px;font-size: 18px;line-height: 55px;color: #333;margin-left:20px;}
	.contact-box .contact .contact-info{margin-top:0;}
	.contact-box .contact .contact-info .contact-way{width:100%;}
	.contact-box .contact .contact-info .contact-way .way-list{width:calc(50% - 2px);width:-moz-calc(50% - 2px);width:-webkit-calc(50% - 2px);height: 100px;}
	.contact-box .contact .contact-info .contact-way .way-list .way-img{margin-top:28px;}
	.contact-box .contact .contact-info .contact-way .way-list .way-info{margin-top:20px;width:calc(100% - 70px);width: -webkit-calc(100% - 70px);width: -moz-calc(100% - 70px);}
	.contact-box .contact .contact-info .contact-way .way-list .way-info .num{display: inline-block;margin-right:10px;}
	.contact-box .contact .contact-info .message-box{width:calc(100% - 2px);width:-moz-calc(100% - 2px);width:-webkit-calc(100% - 2px);border:1px solid #ddd;margin-left:0;}
	.contact .map{display: none;}
	.main-form .form-term{/*border-top:1px solid #eee;height: 60px;*/margin-bottom:10px;}
	.main-form .form-term .control .input{width:500px;}
	.main-form .form-term .control .textarea{width:500px;}
}
@media (max-width:767px){
	.content-box .contact-box{width:100%;}
	.contact-box .contact .contact-info .contact-way .way-list{width:100%;height: 100px;}
	.main-form .form-term .control .input{width:calc(100% - 20px);width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);}
	.main-form .form-term .control .textarea{width:calc(100% - 20px);width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);}
}
/*联系我们结束*/

/*职位招聘开始*/
.recruit-box{width:100%;background: url(?/common/static/css/../images/recruit_bg.png) no-repeat center bottom;height: auto;padding-bottom:120px;}
.recruit-box .job-menu{width:1200px;margin:30px auto 0;}
.recruit-box .job-menu .menu-box{width:1200px;border:1px solid #eee;box-sizing: border-box;}
.recruit-box .job-menu .menu-box .search-row { border-bottom: 1px dashed #dddddd; padding:10px 0px; position: relative;}
.recruit-box .job-menu .menu-box .search-row:last-of-type{ border-bottom: 0 none; }
.recruit-box .job-menu .menu-box .search-row .conditions-title {position: absolute; left: 0px; top: 11px;width: 90px; font-size: 12px; line-height: 26px;text-align: right;color:#666;}
.recruit-box .job-menu .menu-box .search-row ul{margin:2px 70px 0 100px;height: 26px;overflow: hidden;}
.recruit-box .job-menu .menu-box .search-row ul li { float: left; margin: 0 10px;}
.recruit-box .job-menu .menu-box .search-row ul li a { display: block; line-height: 26px; padding: 0 10px; color: #333; font-size: 12px; }
.recruit-box .job-menu .menu-box .search-row ul li.curr a { background:#1e7f4e; color: #ffffff; border-radius: 3px; }
.recruit-box .job-menu .menu-box .search-row .label-more{position: absolute;right: 20px;bottom: 10px;}
.recruit-box .job-menu .menu-box .search-row .label-more a{color: #ffa200;line-height: 26px;font-size: 12px;background: url(?/common/static/css/../images/icons/recruit_menu_arrow.png) no-repeat right center;padding-right: 16px;}
.recruit-box .job-menu .menu-box .search-row .label-more.curr a{ background: url(?/common/static/css/../images/icons/recruit_menu_arrowoff.png) no-repeat right center; }
.recruit-box .job-menu .menu-box .choose-content-box {background:#f2f7f5; padding: 7px 0px; position: relative; /*border: 1px solid #dddddd;*/border-top: none;height: 28px;}
.recruit-box .job-menu .menu-box .choose-content-box .choose-title {position: absolute; left: 0px; top: 6px;width:90px; font-size: 12px; line-height: 26px; text-align: right;}
.recruit-box .job-menu .menu-box .choose-content-box ul { margin-left: 100px;margin-top: 2px;}
.recruit-box .job-menu .menu-box .choose-content-box ul li { position: relative; border: 1px solid #59a07c; border-radius: 3px; padding: 0 20px 0 10px; float: left; margin: 0 5px;}
.recruit-box .job-menu .menu-box .choose-content-box ul li a { display: block; line-height: 22px; color:#1e7f4e; font-size: 12px; }
.recruit-box .job-menu .menu-box .choose-content-box ul li span { position: absolute; right: 3px; top: -3px; font-size: 20px; color: #1e7f4e; cursor: pointer; }
.recruit-box .job-menu .menu-sj{display: none;}
.recruit-box .job-menu .job-sj{display: none;}
.recruit-box .job-menu .job-box{margin-top:20px;}
.recruit-box .job-menu .job-box .job-list{background-color: #fff;border: 1px solid #e5e5e5;}
.recruit-box .job-menu .job-box .list-header {border-bottom: 1px solid #EEE;font-size: 14px;}
.recruit-box .job-menu .job-box .list-row {height:30px;padding: 12px 2%;line-height:30px;}
.recruit-box .job-menu .job-box .list-row  div {display: inline-block;float: left;overflow: hidden;height: 30px;line-height: 30px;white-space: nowrap;text-overflow: ellipsis;position: relative;font-size: 14px;}
.recruit-box .job-menu .job-box .list-row .column1 {width: 30%;}
.recruit-box .job-menu .job-box .list-row  .column2 {width: 17%;text-align: center;}
.recruit-box .job-menu .job-box .list-row  .column3 {width: 16%;text-align: center;}
.recruit-box .job-menu .job-box .list-row  .column4 {width: 17%;}
.recruit-box .job-menu .job-box .list-row  .column5 {width: 18%;}
.recruit-box .job-menu .job-box .list-body {margin: 0 1%;font-size: 14px;}
.recruit-box .job-menu .job-box .list-body .list-row {padding: 12px 1%;border-bottom: 1px dashed #EEE;color: #666;cursor: pointer;}
.recruit-box .job-menu .job-box .list-body .list:last-of-type .list-row{border-top:0;}
.recruit-box .job-menu .job-box .list-body .list-row a {text-decoration: none;color: #666;}
.recruit-box .job-menu .job-box .list-row .column1 > a {display: block;overflow: hidden;padding-right: 1em;white-space: nowrap;text-overflow: ellipsis;}
.column5.arrow-on{background:url(?/common/static/css/../images/icons/recruit_arrow_off.png) no-repeat right center;cursor: pointer;padding-right:5px;}
.recruit-box .job-menu .job-detail {padding: 12px 1% 20px;border-bottom:1px dashed #eee;display: none;}
.recruit-box .job-menu .list .job-detail{display: none;}
.recruit-box .job-menu .list.curr .job-detail{display:block;}
.recruit-box .job-menu .job-box .list-body .list.curr .column5.arrow-on{background:url(?/common/static/css/../images/icons/recruit_arrow_on.png) no-repeat right center;cursor: pointer;padding-right:5px;}
.recruit-box .job-menu .job-detail .title{font-size: 14px;font-weight: 400;color: #333;background: url(?/common/static/css/../images/recruit_title.png) no-repeat 0 center;padding-left:12px;margin-top:10px;}
.recruit-box .job-menu .job-detail .work-detail{margin:10px 0;font-size:14px;line-height:30px;color: #666;}
.recruit-box .job-menu .job-detail .work-detail span{display: block;}
.recruit-box .job-menu .job-detail .job-duty { margin-bottom:20px;}
.recruit-box .job-menu .job-detail .job-operation .apply-job{padding:10px 20px;font-size: 14px;line-height: 40px;color: #fff;-webkit-transition: .3s;-moz-transition: .3s; transition: .3s;background-color: #089b51;}
.recruit-box .job-menu .job-detail .job-operation .apply-job:hover {background-color: #089b51;}
.recruit-box .job-menu .job-detail .job-operation .apply-job {margin-right: 10px;}
@media (max-width:1199px) and (min-width:992px) {
	.content-box .recruit-box{width:100%;}
	.recruit-box .job-menu{width:calc(100% - 30px);width:-moz-calc(100% - 30px);width:-webkit-calc(100% - 30px);margin:30px 15px 0;}
	.recruit-box .job-menu .menu-box{width:100%;}
	.recruit-box .job-menu .menu-box .menu-list .classic{width:130px;padding-left:30px;}
	.recruit-box .job-menu .menu-box .menu-list .list{width:calc(100% - 160px);width:-moz-calc(100% - 160px);width:-webkit-calc(100% - 160px);}	
	.recruit-box .job-menu .menu-box .menu-list .list span{display: inline-block;font-size:14px;line-height: 120px;color: #333;width:80px;padding-left:20px;}
	.recruit-box .job-menu .menu-box .menu-list .list span:first-of-type{margin-left:40px;}
}
@media (max-width:991px) {
	.recruit-box{width:100%;background:#f8f8f8;height: auto;padding-bottom:30px;}
	.recruit-box .job-menu{width:100%;margin:0;padding-top:0px;}
	.recruit-box .job-menu .menu-box{display: none;}
	.recruit-box .job-menu .job-box{display: none;}
	.recruit-box .job-menu .menu-sj{display: block;}
	.recruit-box .job-menu .job-sj{display: block;}
	.recruit-box .job-menu .menu-sj .sj-list{width:33.33%;height: 60px;background:#fff;position: relative;}
	.recruit-box .job-menu .menu-sj .sj-list .classic{border-right:1px solid #eee;height: 40px;margin-top:10px;padding:0 10px;font-size:14px;line-height: 40px;color: #333;text-align: center;}
	.recruit-box .job-menu .menu-sj .sj-list .classic a{color: #333;}
	.recruit-box .job-menu .menu-sj .sj-list .classic .arrow{width:14px;height:8px;display: inline-block;margin-left:8px;}
	.recruit-box .job-menu .menu-sj .sj-list .classic .arrow img{width:14px;height: 8px;}
	.recruit-box .job-menu .menu-sj .sj-list .list{width:100%;background: #fff;border:1px solid #ddd;z-index:999;position:absolute;top:60px;left:0;display: none;}
	.recruit-box .job-menu .menu-sj .sj-list:hover .list{display: block;}	
	.recruit-box .job-menu .menu-sj .sj-list .list span{display: block;font-size:14px;line-height: 34px;color: #666;text-align: center;cursor: pointer;font-family: arial;}
	.recruit-box .job-menu .menu-sj .sj-list .list span:hover{background:#e9fbf2;}
	.recruit-box .job-menu .job-box .job-list{border:0 none;}
	.recruit-box .job-menu .job-sj{margin-top:-15px;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list{width:100%;background:#FFFFFF;margin-top:15px;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row{padding:15px;cursor: pointer;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row .row{background: url(?/common/static/css/../images/icons/recruit_arrow_off.png) no-repeat right center;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row .sj-name{font-size:18px;line-height: 30px;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row .sj-base{margin-top:10px;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row .sj-base .base-info{font-size:14px;line-height: 24px;color:#666;margin-right:15px;}
	.recruit-box .job-menu .job-sj .sj-listbox .sj-list .sj-row .sj-base .base-info .sj-num{color: #f00;display: inline-block;margin:0 2px;}
	.recruit-box .job-menu .sj-list .job-detail{padding:15px;border-bottom:0;}
	.recruit-box .job-menu .sj-list.curr .job-detail{display:block;}	
	.recruit-box .job-menu .sj-list.curr .sj-row{border-bottom:1px solid #eee;}
	.recruit-box .job-menu .sj-list.curr .sj-row .row{background:url(?/common/static/css/../images/icons/recruit_arrow_on.png) no-repeat right center;}
}
/*职位招聘结束*/