@charset "utf-8";
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: "microsoft yahei", arial;
  min-width: 990px;
}

.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

.c:after {
  content: "";
  display: block;
  clear: both;
}

img {
  border: none;
}

.w990 {
  width: 990px;
  margin: 0 auto;
}

.nav-wrap {
  min-width: 990px;
  height: 94px;
  background-color: #fff;
}

.nav-wrap .btn-wrap {
  float: right;
  margin-left: 16px;
  margin-top: 22px;
}
.nav-wrap .btn-wrap a{
  width: 60px;
  height: 26px;
  line-height: 26px;
  border: none;
  color: #333;
  font-size: 14px;
  display: block;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.nav-wrap .btn-wrap a.english{
  border-top: 0;
}
.nav-wrap .btn-wrap a.activity{
  background: url(../img/icon-trigon.png) no-repeat 5px 16px #7b7979;
  color: #fff;
  border: 1px solid #7b7979;
}

.nav-h {
  height: 94px;
}

.nav-logo {
  width: 150px;
  padding-top: 24.5px;
}

.nav-link {
  float: left;
  width: 90px;
  height: 90px;
  border-bottom: 4px solid #fff;
  text-align: center;
  line-height: 90px;
  color: #333;
  font-size: 16px;
}

.nav-link:hover{
  color: #dc0606;
  background-color: #f3f3f3;
}
.nav-link.active {
  border-bottom-color: #dc0606;
  color: #dc0606;
}

.nav-link:first-child {
  background-image: url("img/home-icon.png");
  background-position: 12px center;
  background-repeat: no-repeat;
}


/* 轮播 */

.n-l-news-title:hover,
.n-l-news-text:hover,
.n-l-item-text:hover,
.jobs-name:hover,
.p-s-link:hover,
.card-icon:hover,
.f-link:hover {
  color: #f60;
}

.banner-wrap {
  height: 330px;
  overflow: hidden;
}

.unslider {
  position: relative;
  min-width: 990px;
  height: 330px;
  overflow: hidden;
}

.ban-bg {
  display: block;
  height: 330px;
  min-width: 990px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.unslider-nav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.unslider-nav li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 6px;
  font-size: 0;
}

.unslider-nav .unslider-active {
  background-color: #f60c00;
}


/* /轮播 */

.footer-wrap {
  min-width: 990px;
  background-color: #333;
  height: 228px;
}

.footer-code {
  width: 122px;
  height: 122px;
  padding-top: 53px;
}

.f-right-wrap {
  padding-top: 54px;
}

.f-nav,
.f-link {
  color: #fff;
  font-size: 14px;
  word-spacing: 4px;
  margin-bottom: 17px;
}

.f-text {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-bottom: 17px;
}

.white-wrap {
  min-width: 990px;
  background-color: #fff;
}

.gray-wrap {
  min-width: 990px;
  background-color: #f3f3f3;
}

.news {
  height: 337px;
  box-sizing: border-box;
}

.n-l {
  width: 488px;
  padding-right: 36px;
  box-sizing: border-box;
}

.n-title {
  height: 67px;
  line-height: 67px;
  color: #333;
  font-size: 20px;
}

.n-l-news {
  display: block;
  height: 121px;
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: 16px;
}

.n-l-news-title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.n-l-news-text {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 78px;
  text-align: justify;
}

.n-r {
  width: 502px;
}

.n-l-item {
  display: block;
  color: #666;
  margin-bottom: 12px;
}

.n-l-item-text {
  width: 340px;
  margin-left: 2px;
  padding-left: 12px;
  background: url("../img/dot.png") left center no-repeat;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n-l-item-time {
  font-size: 12px;
  padding-top: 2px;
}

.n-r-signs {
  margin-right: 20px;
}

.sign {
  width: 190px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #acacac;
  margin-bottom: 16px;
  font-size: 14px;
  cursor: pointer;
}

.sign:last-child {
  margin-bottom: 0;
}

.sign-active {
  position: relative;
  background-color: #dc0606;
}

.sign-active:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  border: 6px solid transparent;
  border-right-color: #fff;
}

.n-r-details {
  width: 290px;
  overflow: hidden;
}

.detail {
  display: none;
}

.d-active {
  display: block;
}

.d-text {
  position: relative;
  height: 104px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: 10px;
  overflow: hidden;
}

.d-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 290px;
  height: 12px;
  background-color: #fff;
}

.d-text-link {
  display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 26px;
}

.d-item {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.red-word {
  color: #dc0606;
}

.block-title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #333;
  font-size: 20px;
}

.card {
  padding-bottom: 8px;
}

.card-detail {
  box-sizing: border-box;
  width: 236px;
  height: 271px;
  background-color: #fff;
  padding: 20px 16px;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px 20px 0;
}

.card-detail:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.card-detail-f{
  margin-right: 0;
}

.card-img {
  margin-bottom: 16px;
}

.card-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.card-text {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.card-icon {
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.card-icon-img {
  vertical-align: bottom;
}

.do-item {
  width: 487px;
  height: 322px;
  margin: 0 16px 16px 0;
}

.do-item-t{
  margin-right: 0;
}

.do-img-wrap {
  width: 487px;
  height: 170px;
  overflow: hidden;
}

.do-img {
  width: 487px;
  height: 170px;
  transition: all 0.2s linear;
}

.do-img:hover {
  transform: scale(1.05);
}

.do-box {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  height: 152px;
  padding: 0 20px;
}

.do-title {
  position: relative;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.do-title .card-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.do-text {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.productshow {
  width: 990px;
  height: 216px;
  position: relative;
  text-align: center;
}

.productshow .scrollcontainer {
  width: 910px;
  height: 216px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.productshow .scrollcontainer ul {
  width: 20000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.productshow .scrollcontainer li {
  float: left;
  width: 216px;
  height: 216px;
  margin-right: 15px;
}

.productshow .scrollcontainer li div {
  width: 216px;
  height: 216px;
  overflow: hidden;
  text-align: center;
}

.productshow .scrollcontainer li div img {
  width: 216px;
  height: 216px;
}

.abtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
}

.aleft:hover,
.aright:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.aleft {
  left: 0;
  background-image: url("../img/left-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.aright {
  right: 0;
  background-image: url("../img/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.companies-wrap {
  padding-bottom: 28px;
}

.com-list {
  height: 70px;
  margin-bottom: 12px;
}

.com-name {
  float: left;
  width: 92px;
  line-height: 70px;
}

.com-item {
  float: left;
  width: 148px;
  height: 70px;
}

.com-link {
  position: relative;
  display: block;
  width: 148px;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-right: none;
  border-bottom: none;
}

.com-img {
  width: 147px;
  height: 69px;
  border: 1px solid #ebebeb;
  border-left: none;
  border-top: none;
}

.show-name {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.com-item:hover .show-name {
  display: block;
}

.crumbs {
  height: 46px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 46px;
  font-size: 14px;
  color: #666;
}

.page-wrap {
  padding: 20px 0 78px;
}

.page-side {
  width: 212px;
  margin-right: 48px;
}

.p-s-title {
  border: 1px solid #ebebeb;
  border-bottom: none;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background-color: #f5f5f5;
}

.p-s-list {
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-right: none;
  margin-bottom: 20px;
}

.p-s-item {
  border: 1px solid #ebebeb;
  border-left: none;
  border-top: none;
  height: 44px;
  line-height: 44px;
  color: #666;
  text-align: center;
}

.p-s-link {
  display: block;
  height: 44px;
  padding-left: 0px/*modify*/
;
}

.p-s-active {
  border-left: 4px solid #dc0606;
}

.contact-title {
  height: 44px;
  line-height: 44px;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding-left: 32px;
  background: url("img/contact.png") 9px center no-repeat;
}

.contact-detail {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 8px 0;
  border: 1px solid #ebebeb;
}

.c-item {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.page-content {
  width: 730px;
}

.page-title {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #ebebeb;
  color: #dc0606;
  font-size: 22px;
  margin-bottom: 30px;
}

.page-title-gray {
  color: #ccc;
}

.page-img {
  display: block;
  height: 150px;
  width: 730px;
  margin-bottom: 28px;
}

.page-text {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin-bottom: 36px;
  text-align: justify;
}

.p-main-body {
  font-weight: bold;
}

.p-red-word {
  color: #dc0606;
  font-weight: bold;
}

.page-text-question {
  color: #dc0606;
  font-size: 16px;
}

.p-small-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 36px;
}

.page-display-list {
  margin-bottom: 34px;
}

.p-d-item {
  width: 220px;
  height: 248px;
  margin: 0 35px 30px 0;
  cursor: pointer;
}

.p-d-item:nth-child(3n) {
  margin-right: 0;
}

.p-d-i-img {
  width: 220px;
  height: 220px;
}

.p-d-i-text {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.mask-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 762px;
  box-sizing: border-box;
  height: 686px;
}

.mask-content {
  width: 570px;
  height: 686px;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.mask-scroll {
  height: 100%;
  overflow-y: auto;
  width: 578px;
  box-sizing: border-box;
  padding-right: 18px;
}

.mask-img {
  width: 550px;
  height: 550px;
}

.mask-text {
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  width: 550px;
  text-align: justify;
}

.mask-btn {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 32px;
  height: 56px;
}

.mask-left {
  left: 0;
  background: url("img/mask-l-arrow.png") left top no-repeat;
}

.mask-right {
  right: 0;
  background: url("img/mask-r-arrow.png") left top no-repeat;
}

.normal-text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}

.jobs-wrap {
  padding-top: 14px;
  margin: 22px 0 40px 0;
  border-top: 1px dashed #ebebeb;
}

.jobs-title-wrap {
  padding: 0 16px;
  height: 38px;
  background-color: #f0f0f0;
  margin-bottom: 14px;
}

.jobs-title,
.jobs-time {
  font-size: 16px;
  color: #666;
  line-height: 38px;
}

.jobs-title {
  font-weight: bold;
}

.jobs-item {
  height: 47px;
  line-height: 47px;
  border-bottom: 1px dashed #ebebeb;
  padding: 0 16px;
}

.jobs-item:last-child {
  border-bottom: none;
}

.jobs-link {
  display: block;
}

.jobs-name,
.publish-time {
  font-size: 16px;
  color: #666;
  line-height: 47px;
}

.jobs-name {
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.can-item {
  margin-bottom: 18px;
  font-size: 16px;
  color: #666;
}

.download-btn {
  display: block;
  width: 150px;
  height: 44px;
  background-color: #dc0606;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  margin: 40px auto 0;
}

.news-lists li {
  padding-left: 0;
}

.news-wrap {
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding: 24px 70px 74px;
}

.news-title {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.news-info {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 22px;
}

.news-text {
  margin-bottom: 176px;
  line-height: 36px !important;
}

.news-text p {
  font-size: 16px !important;
  line-height: 36px !important;
  color: #666 !important;
}

.news-text img {
  display: block !important;
  margin: 25px auto !important;
  max-width: 980px !important;
}

.toggle-btn {
  display: inline-block;
  width: 72px;
  height: 32px;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 32px;
  margin-right: 6px;
}

.prev:before {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-right-color: #555;
  margin: 0 5px 0 -5px;
}

.next:after {
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #555;
  margin: 0 -5px 0 5px;
}

.share {
  line-height: 32px;
  margin-right: 14px;
}

.coo-block {
  margin-bottom: 20px;
}

.coo-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.coo-item {
  float: left;
  width: 152px;
  height: 102px;
  font-size: 0;
  margin: 0 40px 10px 0;
}

.coo-item:nth-child(4n) {
  margin-right: 0;
}

.coo-img {
  border: 1px solid #ebebeb;
  width: 150px;
  height: 68px;
}

.coo-text {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 14px;
}

#map {
  height: 300px;
  margin-top: 20px;
}

.n-l-pic-wrap{
  width: 100%;
  height: 244px;
  overflow: hidden;
}

.n-l-pic-wrap .n-l-pic-item{
  display: none;
}

.n-l-pic-wrap .active{
  display: block;
}

.n-l-pic-wrap .n-l-pic-item img{
  width: 100%;
  height: 244px;
}
