﻿/*
-----------------[公用]--------------*/

.h50 {height: 50px;}
.hide-pc {display: none;}

/*面包屑导航*/
.sitemap {margin: 0 20px;padding-left: 25px;background: url(img/ico-home.png) 0 18px no-repeat;line-height: 60px;border-bottom: 1px solid #dedede;font-size: 14px;color: #666;}
.sitemap a {color: #666;}
.sitemap a:hover {color: #d58200;}
/*分页*/
.pages {margin: 0 auto;overflow: hidden;text-align: center;}
.pages li {margin: 0 4px;display: inline-block;}
.pages li a {padding: 0 14px;display: inline-block;height: 34px;line-height: 34px;color: #6a6a6a;background-color: #e5e5e5;border-radius: 3px;font-size: 14px;}
.pages li a:hover,.pages .on a {color: #fff;background-color: #9f1717;}
.pages .total {padding: 0;background-color: transparent;}
.pages .total:hover {background-color: transparent;color: #6a6a6a;}

/*翻页*/
.preandnext {padding-top: 10px;line-height: 24px;font-family: "宋体";font-size: 14px;color: #000;font-weight: bold;}
.preandnext li {overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.preandnext a {color: #00006a;font-weight: normal;}
.preandnext a:hover {color: #d58200;}

/*banner*/
.banner-inner {display: table;width: 100%;text-align: center;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.banner-inner-1 {height: 430px;}
.banner-inner .txt {display: table-cell;color: #fff;vertical-align: middle;line-height: 1;}
.banner-inner .txt p {padding-bottom: 28px;font-size: 72px;}
.banner-inner .txt span {padding: 12px;display: inline-block;font-size: 55px;border: 3px solid #fff;}

/*关于诺华-发展历程*/
.tit-inner-about {padding: 30px 0 30px;font-size: 36px;line-height: 1;}
.ul-career {margin: 0 auto;padding-bottom: 70px;width: 100%;max-width: 1300px;}
.ul-career li {position: relative;padding: 17px 0;height: 294px;overflow: hidden;}
.ul-career li .year {position: absolute;top: 50%;left: 50%;margin-top: -35px;margin-left: -35px;display: block;width: 70px;height: 70px;line-height: 54px;text-align: center;background-color: #cb1635;border: 8px solid #e8e5e4;font-family: "Arial";font-size: 18px;font-weight: bold;border-radius: 50%;color: #fff;z-index: 99;}
.ul-career li:before,.ul-career li:after {position: absolute;left: 50%;margin-left: -3px;display: block;width: 6px;height: 50%;background: url(img/bg-career.jpg);content: '';}
.ul-career li:before {top: 0;}
.ul-career li:after {bottom: 0;}
.ul-career li:first-child:before {display: none;}
.ul-career li:last-child {height: 249px;background: url(img/bg-career-2.jpg) center bottom no-repeat;}
.ul-career li:last-child:before,.ul-career li:last-child:after {display: none;}
.ul-career li .col-l,.ul-career li .col-r {width: 44%;height: 100%;}
.ul-career li .col-l {display: table;}
.ul-career li .col-l .txt {display: table-cell;vertical-align: middle;line-height: 30px;font-family: "黑体";color: #000;font-weight: bold;font-size: 20px;}
.ul-career li .col-r img {display: block;width: 100%;/*height: 250px;*/box-shadow: 5px 5px 5px rgba(0, 0, 0, .75);}
.ul-career li:nth-child(2n+1) .col-l .txt {text-align: right;}
.ul-career li:nth-child(2n+2) .col-l {float: right;}
.ul-career li:nth-child(2n+2) .col-r {float: left;}
.ul-career li:nth-child(2n+2) .col-l .txt {text-align: left;}
.ul-career li .tl {text-align: left !important;}

/*关于诺华-公司简介*/
.cont-about {overflow: hidden;}
.cont-about .img {float: left;width: 226px;height: 226px;}
.cont-about .img img {display: block;width: 100%;height: 100%;}
.cont-about .txt {margin-left: 274px;line-height: 26px;font-size: 14px;font-family: "宋体";color: #000;}
.cont-about .txt p {text-indent: 2em;text-transform: uppercase;}
.box-environment .box-pic {position: relative;/*height: 460px;*/}
.box-big {margin: 0 auto;width: 804px;/*height: 460px;*/z-index: 99;}
.box-big .item {height: 460px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.box-thumb {position: absolute !important;top: 0;right: 0;bottom: 0;left: 0;}
.box-thumb .slick-list {width: 100%;height: 100%;}
.box-thumb .item {position: absolute;width: 261px !important;height: 150px !important;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.box-thumb .item:nth-child(3n+3) {margin-bottom: 0;}
.box-thumb .item:nth-child(1) {top: 0;left: 0;}
.box-thumb .item:nth-child(2) {top: 155px;left: 0;}
.box-thumb .item:nth-child(3) {top: 310px;left: 0;}
.box-thumb .item:nth-child(4) {top: 0;right: 3px;}
.box-thumb .item:nth-child(5) {top: 155px;right: 3px;}
.box-thumb .item:nth-child(6) {top: 310px;right: 3px;}
.box-big .slick-dots {position: absolute;bottom: 20px;left: 50%;margin-left: -80px;padding: 5px 10px;height: 26px;text-align: center;border-radius: 20px;background-color: rgba(255, 255, 255, .4);}
.box-big .slick-dots li {display: inline-block;margin: 0 4px;}
.box-big .slick-dots li a {display: inline-block;width: 16px;height: 16px;border-radius: 50%;background-color: #d1d0d0;}
.box-big .slick-dots .slick-active a {background-color: #cd0202;}
.box-thumb .slick-current {border: 2px solid #cd0202;}

.row-about {padding-bottom: 38px;overflow: hidden;}
.box-global {float: left;width: 49%;}
.box-global img {display: block;width: 100%;}
.box-global .txt {text-indent: 2em;font-size: 14px;color: #000;font-family: "黑体";line-height: 26px;text-transform: uppercase;}
.box-honor {padding: 0 2%;float: right;width: 49%;}
.box-honor .ul-honor {overflow: hidden;}
.box-honor .ul-honor li {padding: 0 0 30px;float: left;width: 31%;text-align: center;}
.box-honor .ul-honor li .pic{padding: 5px 10px;display: inline-block;border: 1px solid #ececec;}
.box-honor .ul-honor li .pic span{display: block;padding-top: 55%;height: 0;position: relative;}
.box-honor .ul-honor li .pic img{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;}

.box-honor .ul-honor li .pic-tit {padding: 0 10px;line-height: 26px;font-size: 14px;color: #787878;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.box-honor .ul-honor li:hover .pic-tit {color: #d58200;}

/*关于诺华-新闻中心*/
.ul-news-inner {margin: 0 auto;padding-bottom: 36px;width: 100%;max-width: 1230px;}
.ul-news-inner li {padding: 30px 0 42px;border-bottom: 1px dotted #c7c7c7;}
.ul-news-inner li .pub-time {padding-top: 26px;float: left;width: 108px;height: 100%;text-align: center;color: #acacac;}
.ul-news-inner li .news {margin-left: 128px;overflow: hidden;}
.ul-news-inner li .pub-time em {display: block;width: 100%;font-size: 38px;font-weight: bold;border-bottom: 1px solid #ddd;}
.ul-news-inner li .pub-time p {font-size: 14px;line-height: 26px;}
.ul-news-inner li .news img {float: left;display: block;width: 303px;height: 149px;}
.ul-news-inner li .news .txt {margin-left: 323px;}
.ul-news-inner li .news .txt .tit {font-size: 16px;line-height: 26px;overflow: hidden;white-space:nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.ul-news-inner li .news .txt .tit a {color: #000;font-weight: bold;}
.ul-news-inner li .tit a:hover {color: #d58200;}
.ul-news-inner li .details {padding-top: 5px;min-height: 85px;display: inline-block;font-size: 14px;color: #666;line-height: 24px;border-bottom: 1px solid #ddd;}
.ul-news-inner li .info {padding-top: 5px;}
.ul-news-inner li .info span {margin-right: 24px;display: inline-block;background-position: left center;background-repeat: no-repeat;color: #666;line-height: 28px;}
.ul-news-inner li .info .time {padding-left: 24px;background-image: url(img/ico-time.jpg);}
.ul-news-inner li .info .hits {padding-left: 26px;background-image: url(img/ico-hits.jpg);}
.ul-news-inner li .info .time em {font-size: 20px;font-weight: bold;color: #b6b6b6;}
.m-show,.h-479 {display: none;}

/*关于诺华-招聘人才*/
.box-recruitment {margin: 0 auto;width: 100%;max-width: 1090px;}
.box-recruitment .tips {padding: 36px 14px;background-color: #f3f3f3;color: #000;font-size: 16px;line-height: 30px;}
.cont-recruitment {width: 100%;overflow-x: auto;white-space: nowrap;}
.tab-recruitment {margin-top: 40px;width: 100%;min-width: 810px;}
.tab-recruitment th,.tab-recruitment td {height: 50px;}
.tab-recruitment th {background-color: #0a81cc;color: #fff;font-size: 22px;font-weight: normal;text-align: center;}
.tab-recruitment td {text-align: center;border-bottom: 1px dashed #c4c4c4;color: #545454;font-size: 20px;font-family: "宋体";}
.tab-recruitment td a {color: #545454;}
.tab-recruitment td a:hover {color: #d58200;}
.tab-recruitment tr th:first-child {padding-left: 36px;text-align: left;}
.tab-recruitment tr td:first-child {padding-left: 36px;text-align: left;}
.formore {padding: 28px 54px 28px 0;text-align: right;}
.formore a {color: #2f74ad;font-size: 20px;font-family: "宋体";}
.formore a:hover {text-decoration: underline;}

/*关于诺华-专家团队*/
.box-expert {margin: 0 auto;padding: 30px 0;width: 100%;max-width: 1280px;overflow: hidden;}
.box-expert .tabtitle {padding: 30px 12px 68px 0;float: left;width: 200px;border-right: 1px solid #a4a5aa;}
.box-expert .tabtitle li {padding-top: 22px;text-align: right;}
.box-expert .tabtitle a {padding: 0 15px;display: inline-block;height: 26px;line-height: 26px;font-size: 14px;color: #393834;border-radius: 5px;}
.box-expert .tabtitle .hover a {background-color: #9f1717;color: #fff;}
.box-expert .tabcontents {padding-top: 32px;margin-left: 272px;}
.box-expert .tabcontent img {display: block;}
.box-expert .tabcontent .tit {line-height: 36px;font-size: 18px;color: #080808;font-family: "Arial";font-weight: bold;}
.box-expert .tabcontent .info,.box-expert .tabcontent .txt {font-size: 14px;font-family: "宋体";color: #282828;line-height: 36px;}
.box-expert .tabcontent .info {line-height: 24px;}

/*三级页面*/
.box-content {padding: 40px 30px 10px 30px;line-height: 1;}
.box-content .tit {padding: 14px 0;text-align: center;font-size: 30px;color: #000;font-family: "宋体";font-weight: bold;}
.box-content .info {padding: 14px 0;text-align: center;font-size: 14px;color: #999;border-bottom: 1px dotted #ccc;overflow-x: auto;white-space: nowrap;}
.box-content .info span {padding: 0 17px;}
.box-content .info a {color: #999;}
.box-content .info a:hover {color: #d58200;}
.box-content .info .num a {padding: 0 5px;}
.box-content .info .num .a-small {font-size: 12px;}
.box-content .info .num .a-middle {font-size: 14px;}
.box-content .info .num .a-big {font-size: 16px;}
.box-content .info .num .on {color: #185087;}
.box-content .txt {color: #000;font-size: 18px;line-height: 30px;font-family: "宋体";padding-top: 20px;}
.box-content img{margin-left:1em; margin-right:1em; max-width:100%;height:auto;margin-left:-2em; } 
.box-content iframe{margin-left:1em; margin-right:1em; max-width:100%;height:auto;margin-left:-2em; }  
.box-content .bdsharebuttonbox {padding: 10px 0 10px;border-bottom: 1px solid #ccc;}

/*项目回顾*/
.box-item {margin: 0 auto;width: 100%;max-width: 1256px;}
.box-item .tips {padding: 48px 36px;/*height: 227px;*/font-size: 24px;line-height: 48px;color: #fff;background: url(img/bg-item.jpg) center center no-repeat;text-indent: 2em;background-size: cover;}
.ul-item {padding: 50px 0 80px;overflow: hidden;}
.ul-item li {margin-right: 2%;padding: 24px;float: left;width: 49%;background-color: #f2f2f2;}
.ul-item li:nth-child(2n+2) {margin-right: 0;}
.ul-item li img {float: left;display: block;width: 221px;height: 168px;}
.ul-item li .txt {margin-left: 241px;}
.ul-item li .txt .tit {line-height: 22px;font-size: 14px;font-weight: bold;overflow: hidden;white-space:nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.ul-item li .txt .tit a {color: #000;}
.ul-item li .txt .tit a:hover {color: #d58200;}
.ul-item li .txt .info {padding: 14px 0;color: #999;line-height: 20px;}
.ul-item li .txt .more {padding-left: 8px;display: block;width: 60px;height: 22px;line-height: 22px;background-color: #acacac;color: #fff;}
.ul-item li .txt .more:hover {background-color: #d58200;}

/*沙龙活动*/
.banner-inner-3 {height: 380px;}
.banner-inner-3 img{height: 100%;}
.box-action {margin: 0 auto;width: 100%;max-width: 1276px;}
.ul-action {margin-right: -6px;overflow-x: hidden;}
.ul-action li {position: relative;margin-bottom: 6px;padding-right: 6px;float: left;width: 50%;/*height: 260px;*/}
.ul-action li.half {width: 25%;}
.ul-action li .img {position: relative;padding-top: 41%;overflow: hidden;}
.ul-action li.half .img {padding-top: 83%;}
.ul-action li .img img {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.ul-action li .pic-tit {position: absolute;right: 6px;bottom: 0;left: 0;padding: 0 20px;height: 40px;line-height: 40px;text-align: center;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;color: #fff;font-size: 16px;font-weight: bold;background-color: rgba(0, 0, 0, .6);}
.ul-action-txt {padding: 20px 0;}
.ul-action-txt li {position: relative;padding: 9px 110px 9px 32px;height: 84px;overflow: hidden;}
.ul-action-txt li:nth-child(2n+2) {background-color: #eeeeee;}
.ul-action-txt li .order {position: absolute;top: 25px;right: 28px;display: block;width: 67px;height: 34px;line-height: 34px;text-align: center;color: #fff;font-size: 16px;border-radius: 2px;background-color: #128add;}
.ul-action-txt li .order.out-time {background-color: #be1a1a;}
.ul-action-txt li .tit {line-height: 32px;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;}
.ul-action-txt li .tit a {color: #212121;font-size: 16px;}
.ul-action-txt li .info {line-height: 36px;c#overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;color: #8c8c8c;font-family: "宋体";overflow: hidden;}



/*
-----------------[响应式]--------------*/
@media only screen and (max-width: 1339px) {
    /*关于诺华-公司简介*/
    .box-big {width: 100%;}
    .box-thumb {display: none !important;}

    /*关于诺华-新闻中心*/
    .ul-news-inner {padding-right: 42px;padding-left: 42px;}
}

@media only screen and (max-width: 1279px) {
    /*沙龙活动*/
    .banner-inner-3 {height: 534px;}
    /*首页*/
    .m-pic1 {min-height: auto !important;}
    .hide-pc {margin-top: 20px;padding: 0 !important;float: none;display: block;width: 100% !important;}
}

@media only screen and (max-width: 1060px) {
    
    /*公用*/
    .banner-inner-1 {height: 450px;}
    .banner-inner .txt p {font-size: 56px;}
    .banner-inner .txt span {font-size: 42px;}
}

@media only screen and (max-width: 1023px) {
    /*沙龙活动*/
    .ul-action li.half {width: 50%;}
    .ul-action li.half .img {padding-top: 41%;}
}

@media only screen and (max-width: 959px) {
    /*公用*/
    .banner-inner-1 {height: 350px;}
    .banner-inner .txt p {font-size: 38px;}
    .banner-inner .txt span {font-size: 26px;}

    /*关于诺华-发展历程*/
    .ul-career li {height: auto;}
    .ul-career li .year {top: 0;left: 0;margin-top: 0;margin-left: 0;}
    .ul-career li:before, .ul-career li:after {left: 39px;margin-left: -6px;}
    .ul-career li:first-child:before {display: block;}
    .ul-career li .col-l, .ul-career li .col-r {padding-left: 100px;float: left !important;width: 100% !important;height: auto;}
    .ul-career li .col-l .txt {padding-bottom: 10px;text-align: left !important;font-size: 16px;}
    .ul-career li:last-child {background-position: 33px center;}

    /*关于诺华-公司简介*/
    .box-big .item {height: 380px;}

    /*关于诺华-新闻中心*/
    .ul-news-inner li .pub-time {display: none;}
    .ul-news-inner li .news {margin-left: 0;}

    /*关于诺华-招聘人才*/
    .tab-recruitment th, .tab-recruitment td {height: 36px;}
    .tab-recruitment th {font-size: 16px;}
    .tab-recruitment td {font-size: 14px;}
    .formore {padding: 10px 54px 10px 0;}
    .formore a {font-size: 14px;}

    /*三级页面*/
    .box-content .tit {font-size: 26px;}
    .box-content .info span {padding: 0 14px;}
    .box-content .txt {font-size: 16px;}

    /*项目回顾*/
    .box-item .tips {padding: 20px;font-size: 18px;line-height: 30px;}

    .ul-item li img {float: none;width: 100%;height: auto;}
    .ul-item li .txt {margin-left: 0;padding-top: 10px;}

    /*沙龙活动*/
    .banner-inner-3 {height: 480px;}

}

@media only screen and (max-width: 767px) {
    /*公用*/
    .banner-inner-1 {height: 240px;}
    .banner-inner .txt p {padding-bottom: 16px;font-size: 28px;}
    .banner-inner .txt span {font-size: 16px;}

    /*关于诺华-公司简介*/
    .cont-about .img {margin: 0 20px 0 0;width: 180px;height: 180px;}
    .cont-about .txt {margin-left: 0;}

    .box-big .item {height: 300px;}

    .box-global,.box-honor {padding: 0;width: 100%;}
    .box-honor .ul-honor li {width: 33.333%;}

    /*关于诺华-新闻中心*/
    .ul-news-inner {padding-right: 0;padding-left: 0;}
    .ul-news-inner li {padding-bottom: 10px;}
    .ul-news-inner li .news img {width: 100%;height: auto;}
    .ul-news-inner li .news .txt {margin-left: 0;padding-top: 12px;float: left;}

    /*三级页面*/
    .box-content .tit {font-size: 20px;}
    .box-content .info span {padding: 0 6px;}
    .box-content .txt {font-size: 14px;}

    /*沙龙活动*/
    .banner-inner-3 {height: 316px;}
}

@media only screen and (max-width: 660px) {
    /*关于诺华-新闻中心*/
    .h-660 {display: none;}
    .h-479 {display: block;}

    /*关于诺华-招聘人才*/
    .box-recruitment .tips {padding: 14px;}

    /*关于诺华-专家团队*/
    .box-expert .tabtitle {padding: 0 0 10px 0;float: none;width: 100%;overflow-x: auto;white-space: nowrap;border-right: none;}
    .box-expert .tabtitle li {padding-top: 0;display: inline-block;}
    .box-expert .tabcontents {margin-left: 0;padding-top: 14px;}
    .box-expert .tabcontent img {width: 100%;}
    .box-expert .tabcontent .tit,.box-expert .tabcontent .info {text-align: center;}

    /*三级页面*/
    .box-content .tit {font-size: 18px;}
    .box-content .info span {padding: 0 6px;}
    .box-content .txt {font-size: 14px;}

    
}

@media only screen and (max-width: 600px) {

    /*关于诺华-公司简介*/
    .cont-about .img {display: none;}

    /*沙龙活动*/
    .ul-action li,.ul-action li.half {width: 100%;}
    .ul-action li .img,.ul-action li.half .img {padding-top: 41%;}
}


@media only screen and (max-width: 479px) {
    /*公用*/
    .banner-inner-1 {height: 134px;}
    .banner-inner .txt p {padding-bottom: 10px;font-size: 20px;}
    .banner-inner .txt span {padding: 6px;font-size: 14px;}

    /*关于诺华-发展历程*/
    .ul-career li .col-l .txt {font-size: 14px;line-height: 24px;}

    /*关于诺华-公司简介*/
    .box-big .item {height: 220px;}

    .box-honor .ul-honor li {width: 100%;}

    /*关于诺华-新闻中心*/
    .h-479 {display: none;}
    .m-show {display: block;}

    /*项目回顾*/
    .box-item .tips {padding: 20px;font-size: 16px;line-height: 24px;}

    .ul-item li {margin-right: 0;margin-bottom: 14px;padding: 12px 12px 20px;float: none;width: 100%;}
    .ul-item li img {float: none;width: 100%;height: auto;}
    .ul-item li .txt {margin-left: 0;padding-top: 10px;}

    /*沙龙活动*/
    .banner-inner-3 {height: 220px;}
}

@media only screen and (max-width: 320px) {
    /*关于诺华-公司简介*/
    .box-big .item {height: 150px;}

    /*沙龙活动*/
    .banner-inner-3 {height: 170px;}
}