@charset "UTF-8";
.wap {
  display: none !important; }

.main {
  width: 1400px;
  margin: 0 auto; }

body {
  overflow-x: hidden; }

/* 单点按钮 */
.btn1 {
  width: 140px;
  line-height: 38px;
  border-radius: 19px;
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
  background: url(../esimg/right5.png) no-repeat 78% center;
  background-color: #FF6833; }

/* 轮播图分页 */
.swiper-pagination-bullet {
  width: 6px;
  height: 6px; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.swiper-pagination-bullet-active {
  background-color: #fff;
  position: relative; }
  .swiper-pagination-bullet-active::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/* 标题 */
.title-top {
  padding-top: 80px; }

.title {
  display: flex;
  align-items: baseline; }
  .title h4 {
    font-size: 60px;
    font-family: Arial-BoldMT; }
    .title h4 span {
      color: #FF6833; }
  .title h5 {
    font-size: 32px;
    font-weight: bold; }

/* 热门关键词 */
.hotKye {
  background-color: rgba(255, 255, 255, 0.1); }
  .hotKye .hotKye-box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0; }
    .hotKye .hotKye-box p,
    .hotKye .hotKye-box a {
      font-size: 12px;
      line-height: 1.5;
      margin-right: 10px; }
    .hotKye .hotKye-box a:hover {
      color: #FF6833; }
    .hotKye .hotKye-box span {
      display: block;
      margin-right: 10px; }

/* 当前位置 */
.hotKye-bread {
  margin-bottom: 40px; }

/* 分页 */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 46px 0; }
  .paging .page-num {
    width: 36px;
    line-height: 36px;
    border-radius: 6px;
    margin: 0 5px;
    font-size: 12px;
    color: #9C9CA3;
    transition: all .3s;
    border: 1px solid #EAEAEA; }
  .paging .page-num:hover,
  .paging .page-active {
    color: #fff;
    background-color: #FF6833;
    border: 1px solid transparent; }
  .paging .page-prev,
  .paging .page-next {
    width: 72px; }
    .paging .page-prev span,
    .paging .page-next span {
      font-size: 18px;
      margin: 0 3px; }

/* 背景颜色 */
.body-bg {
  background-color: #F5F5F5; }

#header {
  width: 100%;
  background-color: #fff; }

.hd-bg {
  background-color: #F5F5F5; }

.hd-company {
  height: 30px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px; }

.hd-translate,
.hd-map,
.hd-fr,
.hd-h1 {
  display: flex;
  align-items: center; }

.hd-map {
  margin-right: 15px; }
  .hd-map a {
    color: #808080; }
  .hd-map span {
    display: block;
    margin: 0 5px; }

.hd-translate {
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer; }
  .hd-translate a {
    line-height: 30px;
    color: #808080;
    padding: 0 12px; }
    .hd-translate a:hover {
      color: #1362C3; }
  .hd-translate span {
    opacity: .2; }
  .hd-translate .hd-translate-active {
    color: #1362C3; }

.hd-t {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff; }

.hd-phone {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial-BoldMT;
  color: #FF6833; }

.hd-phone img {
  width: 20px;
  margin-right: 10px; }

.hd-nav {
  flex: 1;
  height: 90px;
  display: block;
  padding: 0 2%; }

.nav-one {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center; }

.nav-one-item {
  position: relative;
  background: transparent; }
  .nav-one-item > a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 28px;
    border-radius: 15px;
    transition: all .3s;
    position: relative; }
  .nav-one-item:hover .nav-two-item {
    height: 45px;
    opacity: 1; }
  .nav-one-item:hover > a::after {
    width: 100%; }

.nav-one-item:hover > a,
.one-active > a {
  background-color: #1362C3;
  color: #fff; }

.nav-two {
  width: 120px;
  padding-top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }

.nav-two-item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0.8); }
  .nav-two-item > a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .3s; }
    .nav-two-item > a:hover {
      background-color: rgba(19, 98, 195, 0.9);
      color: #fff; }

/* 首页banner */
.inner-banner,
.home-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .inner-banner img,
  .home-banner img {
    width: 100%; }
  .inner-banner .pagination-home,
  .home-banner .pagination-home {
    bottom: 64px; }
  .inner-banner .hotKye,
  .home-banner .hotKye {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    color: #fff; }
    .inner-banner .hotKye a,
    .home-banner .hotKye a {
      color: #fff; }

.inner-banner .hotKye {
  background-color: transparent; }

.inner-banner-img,
.swiper-home {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px; }

/* 产品推荐 */
.product-box {
  margin-bottom: 80px; }

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.product-top-ul {
  flex: 1;
  margin-left: 18%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-top-ul .product-top-li {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px; }
    .product-top-ul .product-top-li img {
      margin-right: 36px; }
    .product-top-ul .product-top-li:hover {
      color: #FF6833; }
      .product-top-ul .product-top-li:hover .product_icon1 {
        display: none; }
      .product-top-ul .product-top-li:hover .product_icon2 {
        display: block; }
  .product-top-ul .product-top-active {
    color: #FF6833; }
    .product-top-ul .product-top-active .product_icon1 {
      display: none; }
    .product-top-ul .product-top-active .product_icon2 {
      display: block; }

.product_icon2 {
  display: none; }

.product-top-phone {
  font-size: 18px;
  font-family: Arial-BoldMT;
  display: flex;
  align-items: center; }
  .product-top-phone img {
    margin-right: 15px; }

.product-bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 0;
  overflow: hidden; }
  .product-bot .product-fl {
    width: 22%;
    border-radius: 20px;
    border: 1px solid #F3F3F3;
    padding: 30px 0 30px 40px; }
    .product-bot .product-fl h5 {
      font-size: 28px;
      font-weight: bold;
      padding-bottom: 10px; }
  .product-bot .product-fr {
    flex: 1; }
  .product-bot .product-item {
    margin-left: 60px; }

.product-bot-active {
  height: auto;
  margin-top: 50px; }

.product-oneLi {
  font-size: 16px;
  line-height: 60px;
  margin-top: 20px;
  padding-left: 54px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all .3s;
  cursor: pointer;
  background: url(../esimg/product_icon3.png) no-repeat 25px center;
  background-color: #F5F5F5; }
  .product-oneLi:hover {
    background: url(../esimg/product_icon3s.png) no-repeat 25px center;
    background-color: #1362C3;
    color: #fff; }

.product-oneLi-active {
  background: url(../esimg/product_icon3s.png) no-repeat 25px center;
  background-color: #1362C3;
  color: #fff; }

.product-botS .product-oneLi {
  background: url(../esimg/product_icon4.png) no-repeat 25px center;
  background-color: #F5F5F5; }
  .product-botS .product-oneLi:hover {
    background: url(../esimg/product_icon4s.png) no-repeat 25px center;
    background-color: #1362C3;
    color: #fff; }
.product-botS .product-oneLi-active {
  background: url(../esimg/product_icon4s.png) no-repeat 25px center;
  background-color: #1362C3;
  color: #fff; }

.product-item-top {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px 20px 20px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-item-top > img {
    max-width: 351px; }
  .product-item-top .product-fr-text {
    flex: 1;
    margin-left: 60px;
    background-color: #fff;
    padding: 46px; }
    .product-item-top .product-fr-text h5 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 24px; }
    .product-item-top .product-fr-text p {
      color: #808080;
      line-height: 1.8;
      margin-bottom: 8px; }
    .product-item-top .product-fr-text .product-model {
      display: flex;
      flex-wrap: wrap; }
      .product-item-top .product-fr-text .product-model p {
        margin-right: 10%; }
    .product-item-top .product-fr-text .product-speed {
      display: flex; }
      .product-item-top .product-fr-text .product-speed span {
        display: block;
        color: #808080;
        line-height: 1.8; }
      .product-item-top .product-fr-text .product-speed p {
        flex: 1; }
    .product-item-top .product-fr-text .btn1 {
      margin-top: 30px; }

.product-twoUl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 0;
  overflow: hidden; }
  .product-twoUl .product-twoLi {
    width: 31%;
    background-color: #F7F7F7;
    padding-top: 16px;
    transition: all .3s; }
    .product-twoUl .product-twoLi img {
      max-width: 90%;
      margin: 0 auto; }
    .product-twoUl .product-twoLi p {
      padding: 20px 0 20px 16px;
      background: url(../esimg/right3.png) no-repeat 95% center; }
    .product-twoUl .product-twoLi:hover {
      background-color: #1362C3;
      color: #fff; }
      .product-twoUl .product-twoLi:hover p {
        background: url(../esimg/right2.png) no-repeat 95% center; }

.product-twoUl-active {
  height: auto;
  margin-top: 40px; }

/* 选择辰安的理由 */
.advantage-bg {
  background: url(../esimg/advantage_bg.png) no-repeat center;
  background-size: cover;
  height: 780px; }
  .advantage-bg .title-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .advantage-bg .title h5,
  .advantage-bg .title h4 {
    color: #fff; }

.swiper-advantage {
  margin-top: 50px;
  width: 100%;
  overflow: hidden; }
  .swiper-advantage .swiper-slide .sw-item {
    height: 220px;
    background-color: rgba(255, 255, 255, 0.05);
    line-height: 1.6;
    border-radius: 15px;
    padding: 34px;
    margin-bottom: 60px; }
    .swiper-advantage .swiper-slide .sw-item .sw-adv-icon {
      display: flex;
      align-items: flex-start;
      color: #fff;
      margin-bottom: 24px; }
      .swiper-advantage .swiper-slide .sw-item .sw-adv-icon img {
        margin-right: 12px; }
      .swiper-advantage .swiper-slide .sw-item .sw-adv-icon b {
        font-size: 24px;
        line-height: 1.4;
        display: block; }
      .swiper-advantage .swiper-slide .sw-item .sw-adv-icon i {
        color: #676767;
        display: block; }
    .swiper-advantage .swiper-slide .sw-item p {
      color: #BABABA;
      height: 68px; }
    .swiper-advantage .swiper-slide .sw-item:hover {
      background-color: #fff; }
      .swiper-advantage .swiper-slide .sw-item:hover .sw-adv-icon b {
        color: #333; }
      .swiper-advantage .swiper-slide .sw-item:hover .sw-adv-icon i {
        color: #BABABA; }
      .swiper-advantage .swiper-slide .sw-item:hover p {
        color: #8C8C8C; }

/* 辰安服务 */
.service-bg {
  padding-bottom: 30px;
  background: url(../esimg/service_bg.png) no-repeat right 100px; }

.service-box {
  margin-top: 40px; }

.service-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 58px; }
  .service-item img {
    margin-right: 20px; }
  .service-item b {
    font-size: 18px; }
  .service-item p {
    line-height: 1.6;
    color: #8D8D8D; }

.service-line {
  width: 1px;
  height: 100%;
  border-left: 2px dashed #C7C7C7;
  margin: 0 0px 0px 0px;
  position: absolute;
  left: 23px;
  top: 54px; }

.service-item-t {
  width: 100%; }
  .service-item-t p {
    width: 50%; }

.xbanner {
  width: 100%; }
  .xbanner > img {
    width: 100%; }

/* 全球销售网络布局 */
.best-box {
  overflow: hidden; }
  .best-box .title {
    flex-direction: column; }

.best-content {
  position: relative; }
  .best-content .best-fl {
    width: 20%;
    box-shadow: 0px 0px 30px 0px rgba(200, 207, 215, 0.25);
    margin-top: 40px;
    padding: 30px; }
    .best-content .best-fl img {
      margin-left: 5px; }
    .best-content .best-fl b {
      font-size: 40px;
      font-family: Arial-BoldMT; }
    .best-content .best-fl p {
      font-size: 16px;
      color: #303030;
      margin: 4px 0 24px; }
    .best-content .best-fl ul {
      display: flex;
      flex-wrap: wrap; }
      .best-content .best-fl ul li {
        width: 50%;
        color: #6E6E6E;
        margin-bottom: 14px;
        position: relative;
        padding-left: 8px;
        cursor: default; }
        .best-content .best-fl ul li:hover {
          color: #1362C3; }
        .best-content .best-fl ul li::after {
          content: '';
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background-color: #1362C3;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .best-content .best-fl a {
      width: 100%;
      line-height: 36px;
      text-align: center;
      border: 1px solid #EAEAEA;
      border-radius: 18px;
      margin-top: 40px; }
      .best-content .best-fl a:hover {
        background-color: #1362C3;
        color: #fff; }
  .best-content .best-map {
    position: absolute;
    top: -90px;
    right: -150px; }

.best-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EFEFEF; }
  .best-ul .best-li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    border-right: 1px solid #E1E1E1; }
    .best-ul .best-li:last-child {
      border-right: none; }
    .best-ul .best-li .best-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .best-ul .best-li span {
      display: block;
      font-size: 42px;
      line-height: 1.2;
      font-family: Arial-BoldMT; }
    .best-ul .best-li i {
      font-size: 16px;
      color: #919191; }
  .best-ul .best-sup span {
    position: relative; }
    .best-ul .best-sup span::after {
      content: '+';
      position: absolute;
      right: -18px;
      top: 4px;
      font-size: 24px; }

/* 关于辰安 */
.about-box {
  display: flex;
  margin-bottom: 56px; }

.about-box-title {
  margin-right: 10%; }
  .about-box-title .title {
    flex-direction: column; }
  .about-box-title .btn1 {
    color: #1362C3;
    background: url(../esimg/right6.png) no-repeat 78% center;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    margin-top: 50px; }

.about-box-text {
  flex: 1; }
  .about-box-text b {
    font-size: 28px;
    display: block;
    margin-bottom: 44px; }
  .about-box-text p {
    color: #8C8C8C;
    line-height: 2; }
  .about-box-text .about-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px; }
    .about-box-text .about-ul .about-li {
      width: 49%;
      background: url(../esimg/about_img1.png) no-repeat center;
      background-size: cover;
      border-radius: 10px;
      padding: 45px;
      color: #fff;
      position: relative; }
      .about-box-text .about-ul .about-li:nth-child(2) {
        background: url(../esimg/about_img2.png) no-repeat center;
        background-size: cover; }
      .about-box-text .about-ul .about-li b {
        display: block;
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 0; }
      .about-box-text .about-ul .about-li i {
        font-size: 16px;
        line-height: 1.6;
        font-family: ArialMT; }
      .about-box-text .about-ul .about-li .about-li-icon {
        position: absolute;
        top: 40%;
        right: 10%; }

.swiper-about {
  width: 100%;
  overflow: hidden; }
  .swiper-about .swiper-slide img {
    width: 100%; }

/* 新闻资讯 */
.news-bg {
  background-color: #F5F5F5;
  padding: 60px 0 80px; }
  .news-bg .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .news-bg .news-title .news-navUl {
      width: 26%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .news-bg .news-title .news-navUl .news-navLi {
        cursor: pointer; }
      .news-bg .news-title .news-navUl .news-navLi-active {
        color: #FF6833; }

.news-box {
  height: 0;
  display: flex;
  align-items: flex-start;
  overflow: hidden; }
  .news-box .news-fl {
    width: 30.5%;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    margin-right: 55px; }
    .news-box .news-fl:hover span,
    .news-box .news-fl:hover i {
      color: #FF6833; }
    .news-box .news-fl:hover h4 a {
      color: #FF6833; }
    .news-box .news-fl:hover span {
      background: url(../esimg/right7.png) no-repeat 97% center; }
    .news-box .news-fl .news-fl-img {
      margin-bottom: 32px; }
      .news-box .news-fl .news-fl-img img {
        width: 100%; }
    .news-box .news-fl i {
      display: block;
      color: #999; }
    .news-box .news-fl h4 {
      margin-top: 10px;
      margin-bottom: 20px; }
      .news-box .news-fl h4 a {
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }
    .news-box .news-fl span {
      display: block;
      color: #666;
      background: url(../esimg/right7.png) no-repeat center right;
      transition: all .3s; }
  .news-box .news-fr {
    flex: 1;
    height: 100%;
    background-color: #fff;
    padding: 30px 48px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .news-box .news-fr .news-item {
      display: flex;
      align-items: flex-start;
      background: url(../esimg/right7.png) no-repeat 97% center;
      transition: all .3s; }
      .news-box .news-fr .news-item:hover {
        background: url(../esimg/right7.png) no-repeat 95% center; }
        .news-box .news-fr .news-item:hover .news-date {
          background-color: #FF6833; }
        .news-box .news-fr .news-item:hover .news-text h4 a,
        .news-box .news-fr .news-item:hover .news-text p a {
          color: #FF6833; }
        .news-box .news-fr .news-item:hover .news-text i {
          color: #FF6833; }
      .news-box .news-fr .news-item .news-date {
        padding: 34px;
        background-color: #1362C3;
        margin-right: 24px;
        transition: all .3s;
        text-align: center; }
        .news-box .news-fr .news-item .news-date b {
          color: #fff;
          font-size: 50px;
          font-weight: bold;
          font-family: Arial-BoldMT; }
        .news-box .news-fr .news-item .news-date .news-line {
          width: 100%;
          height: 1px;
          background-color: #F5F5F5;
          opacity: 0.15;
          margin: 16px 0; }
        .news-box .news-fr .news-item .news-date i {
          display: block;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.5);
          white-space: nowrap; }
      .news-box .news-fr .news-item .news-text {
        padding-right: 120px; }
        .news-box .news-fr .news-item .news-text h4 {
          border-bottom: 1px solid #F0F0F0;
          margin-bottom: 20px; }
          .news-box .news-fr .news-item .news-text h4 a {
            line-height: 2.4;
            font-size: 20px;
            transition: all .3s;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1; }
        .news-box .news-fr .news-item .news-text p a {
          color: #666;
          line-height: 1.8;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          transition: all .3s; }
        .news-box .news-fr .news-item .news-text i {
          display: block;
          font-size: 12px;
          color: #666;
          margin-top: 24px;
          transition: all .3s; }

.news-box-active {
  height: 450px;
  margin-top: 40px; }

/* 产品百科 */
.ency-box {
  margin-top: 54px;
  padding-bottom: 36px; }
  .ency-box .ency-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .ency-box .ency-title h6 {
      font-size: 24px; }
    .ency-box .ency-title .ency-navUl {
      width: 16%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .ency-box .ency-title .ency-navUl .ency-navLi {
        cursor: pointer; }
      .ency-box .ency-title .ency-navUl .ency-navLi-active {
        color: #FF6833; }

.ency-box-ul {
  height: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .ency-box-ul .ency-box-li {
    width: 31%;
    display: flex;
    align-items: center;
    border: 1px solid #F5F5F5;
    padding: 30px 50px 30px 15px;
    margin-right: 3.5%;
    background: url(../esimg/right1.png) no-repeat 95% center;
    margin-bottom: 40px;
    transition: all .3s; }
    .ency-box-ul .ency-box-li:hover {
      background: url(../esimg/right8.png) no-repeat 94% center; }
      .ency-box-ul .ency-box-li:hover .ency-box-text h5 {
        color: #1362C3; }
    .ency-box-ul .ency-box-li:nth-child(3n) {
      margin-right: 0; }
    .ency-box-ul .ency-box-li b {
      color: #9B9B9B;
      font-size: 20px;
      display: block; }
    .ency-box-ul .ency-box-li .ency-box-line {
      width: 1px;
      height: 50px;
      background-color: #E8E8E8;
      margin: 0 20px; }
    .ency-box-ul .ency-box-li .ency-box-text {
      flex: 1; }
      .ency-box-ul .ency-box-li .ency-box-text h5 {
        font-size: 16px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }
      .ency-box-ul .ency-box-li .ency-box-text i {
        font-size: 12px;
        color: #666; }

.ency-box-ul-active {
  height: auto;
  margin-top: 32px; }

.ency-bg {
  background-color: #F7F7F7;
  padding-top: 30px; }
  .ency-bg .ency-box-ul .ency-box-li {
    background-color: #fff; }

/* 在线留言 */
.message-bg {
  height: 380px;
  background: url(../esimg/message_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 80px; }
  .message-bg .title {
    color: #fff; }

.form {
  display: flex;
  justify-content: space-between;
  margin-top: 24px; }
  .form .form-inp {
    width: 24%; }
    .form .form-inp input {
      width: 100%;
      height: 50px;
      margin-bottom: 20px;
      color: rgba(255, 255, 255, 0.6);
      padding-left: 38px; }
      .form .form-inp input::placeholder {
        color: rgba(255, 255, 255, 0.6); }
  .form .form-text {
    width: 40%; }
    .form .form-text textarea {
      width: 100%;
      height: 120px;
      background-color: rgba(255, 255, 255, 0.1);
      font-family: MicrosoftYaHei;
      padding: 14px 36px;
      color: rgba(255, 255, 255, 0.6); }
      .form .form-text textarea::placeholder {
        color: rgba(255, 255, 255, 0.6); }
  .form .form-submit {
    width: 100px;
    height: 120px;
    background-color: #FF6833; }
    .form .form-submit input {
      width: 100%;
      height: 100%;
      background-color: #FF6833;
      color: #fff; }

#name {
  background: url(../esimg/message_icon1.png) no-repeat 12px center;
  background-color: rgba(255, 255, 255, 0.1); }

#email {
  background: url(../esimg/message_icon2.png) no-repeat 12px center;
  background-color: rgba(255, 255, 255, 0.1); }

#phone {
  background: url(../esimg/message_icon3.png) no-repeat 12px center;
  background-color: rgba(255, 255, 255, 0.1); }

#company {
  background: url(../esimg/message_icon4.png) no-repeat 12px center;
  background-color: rgba(255, 255, 255, 0.1); }

#demand {
  background: url(../esimg/message_icon5.png) no-repeat 12px 14px;
  background-color: rgba(255, 255, 255, 0.1); }

/* 底部导航 */
#footer {
  background-color: #1E1E1E;
  padding: 60px 0 40px; }

.foot-top {
  display: flex; }
  .foot-top .foot-top-left {
    width: 20%;
    margin-right: 10%; }
    .foot-top .foot-top-left .foot-top-logo {
      margin-bottom: 40px; }
    .foot-top .foot-top-left .foot-item {
      display: flex;
      align-items: flex-start;
      color: #898989;
      margin-bottom: 10px;
      line-height: 2; }
      .foot-top .foot-top-left .foot-item img {
        margin-right: 5px; }
  .foot-top .foot-top-right {
    flex: 1; }
    .foot-top .foot-top-right .foot-top-ul {
      display: flex;
      justify-content: space-between;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(106, 106, 106, 0.1); }
      .foot-top .foot-top-right .foot-top-ul .foot-top-li {
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center; }
        .foot-top .foot-top-right .foot-top-ul .foot-top-li img {
          margin-right: 16px; }
        .foot-top .foot-top-right .foot-top-ul .foot-top-li span {
          display: block;
          font-family: Arial-BoldMT;
          font-size: 24px;
          margin-left: 6px; }
    .foot-top .foot-top-right .foot-nav {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .foot-top .foot-top-right .foot-nav .foot-nav-item > a {
        color: #fff;
        margin-bottom: 20px; }
      .foot-top .foot-top-right .foot-nav .foot-nav-item ul li a {
        color: #939393;
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px; }
        .foot-top .foot-top-right .foot-nav .foot-nav-item ul li a:hover {
          color: #FF6833; }
      .foot-top .foot-top-right .foot-nav .foot-nav-qr {
        display: flex;
        color: #B5B5B5;
        font-size: 12px;
        text-align: center; }
        .foot-top .foot-top-right .foot-nav .foot-nav-qr .foot-nav-qr-img2 {
          margin-left: 60px; }
        .foot-top .foot-top-right .foot-nav .foot-nav-qr p {
          margin-top: 20px; }

.foot-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px; }
  .foot-bot .foot-bot-technology,
  .foot-bot .foot-bot-icp {
    display: flex;
    align-items: center;
    color: #585858; }
    .foot-bot .foot-bot-technology a,
    .foot-bot .foot-bot-icp a {
      font-size: 12px;
      color: #585858; }

/* 友情链接 */
.friendship-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0; }
  .friendship-link p,
  .friendship-link a {
    font-size: 12px;
    color: #747474;
    margin-right: 10px; }
  .friendship-link a:hover {
    color: #FF6833; }

/* 侧边栏 */
#sidebar {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 10; }
  #sidebar .sidebar-ul {
    display: flex;
    flex-direction: column; }
    #sidebar .sidebar-ul .sidebar-li {
      border: 1px solid #D7D7D7;
      margin-bottom: 10px; }
  #sidebar .sidebar-li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff; }
    #sidebar .sidebar-li:hover {
      background: linear-gradient(270deg, #1362C3 0%, #0072ff 100%);
      color: #fff;
      border: 1px solid transparent; }
      #sidebar .sidebar-li:hover .sidebar-liImg,
      #sidebar .sidebar-li:hover .sidebar-liP {
        max-width: 400px;
        height: auto; }
      #sidebar .sidebar-li:hover .sidebar-liImg {
        padding: 20px; }
        #sidebar .sidebar-li:hover .sidebar-liImg img {
          width: 60px; }
      #sidebar .sidebar-li:hover .sidebar-li-img1 {
        display: none; }
      #sidebar .sidebar-li:hover .sidebar-li-img2 {
        display: block; }
    #sidebar .sidebar-li .sidebar-li-img2 {
      display: none; }
    #sidebar .sidebar-li > img {
      width: 20px; }
    #sidebar .sidebar-li .sidebar-liImg,
    #sidebar .sidebar-li .sidebar-liP {
      position: absolute;
      top: 0;
      right: 120%;
      color: #fff;
      max-width: 0;
      overflow: hidden;
      white-space: nowrap;
      transition: all .3s; }
      #sidebar .sidebar-li .sidebar-liImg p,
      #sidebar .sidebar-li .sidebar-liP p {
        height: 50px;
        font-size: 14px;
        line-height: 1.6;
        display: flex;
        align-items: center;
        padding: 20px;
        background: linear-gradient(270deg, #1362C3 0%, #0072ff 100%); }
    #sidebar .sidebar-li .sidebar-liP {
      display: flex;
      align-items: center; }
    #sidebar .sidebar-li .sidebar-liImg {
      background: linear-gradient(270deg, #1362C3 0%, #0072ff 100%); }
      #sidebar .sidebar-li .sidebar-liImg img {
        width: 0;
        transition: all .3s; }
  #sidebar #toTop {
    padding: 5px;
    text-align: center; }

/* 产品分类 */
.product-classify {
  display: flex; }
  .product-classify .pro-classify-fl {
    width: 22%;
    margin-right: 50px; }
    .product-classify .pro-classify-fl h1,
    .product-classify .pro-classify-fl h4 {
      font-size: 26px;
      background-color: #FF6833;
      color: #fff;
      padding: 27px 40px; }
    .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li {
      display: flex;
      align-items: center;
      padding: 20px 36px;
      border-bottom: 1px solid #fff;
      font-size: 20px;
      background: url(../esimg/right9.png) no-repeat 88% center;
      background-color: #F5F5F5;
      transition: all .3s; }
      .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li img {
        margin-right: 8px; }
      .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li .pro-classify-icon2 {
        display: none; }
    .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li-active {
      background: url(../esimg/right10.png) no-repeat 88% center;
      background-color: #F5F5F5;
      color: #FF6833; }
      .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li-active .pro-classify-icon1 {
        display: none; }
      .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li-active .pro-classify-icon2 {
        display: block; }
  .product-classify .pro-fr-ul {
    flex: 1;
    margin-bottom: 30px; }
    .product-classify .pro-fr-ul .pro-fr-li {
      background-color: #F3F3F4;
      padding: 20px 30px 20px 14px;
      display: flex;
      margin-bottom: 24px; }
      .product-classify .pro-fr-ul .pro-fr-li:hover .pro-fr-li-img img {
        transform: scale(1.05); }
      .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-img {
        width: 28%;
        margin-right: 26px;
        overflow: hidden; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-img img {
          width: 100%;
          transition: all .3s; }
      .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text {
        flex: 1;
        position: relative;
        padding-bottom: 60px; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text h5 {
          font-size: 24px;
          line-height: 1.2;
          font-weight: bold;
          margin: 14px 0 20px; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text p {
          color: #808080;
          line-height: 1.8;
          margin-bottom: 8px; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .product-model {
          display: flex;
          flex-wrap: wrap; }
          .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .product-model p {
            margin-right: 10%; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .product-speed {
          display: flex; }
          .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .product-speed span {
            display: block;
            color: #808080;
            line-height: 1.8; }
          .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .product-speed p {
            flex: 1; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .btn1 {
          position: absolute;
          right: 0;
          bottom: 30px; }

/* 代加工流程 */
.rocessing-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .rocessing-title .title {
    flex-direction: column; }
  .rocessing-title p {
    font-size: 16px;
    line-height: 2;
    position: relative; }
    .rocessing-title p::after {
      content: '';
      width: 6px;
      height: 6px;
      background: #FF6833;
      border-radius: 50%;
      position: absolute;
      left: -12px;
      top: 50%;
      transform: translateY(-50%); }

.rocessing-bg {
  padding-bottom: 120px;
  background: url(../esimg/rocessing_bg.png) no-repeat center;
  background-size: cover; }
  .rocessing-bg .rocessing-ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 90px; }
    .rocessing-bg .rocessing-ul .rocessing-li {
      text-align: center; }
      .rocessing-bg .rocessing-ul .rocessing-li b {
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin: 36px 0 12px; }
      .rocessing-bg .rocessing-ul .rocessing-li p {
        font-size: 16px;
        line-height: 1.6;
        color: #666; }
    .rocessing-bg .rocessing-ul .rocessing-li-icon {
      margin-top: 76px; }

/* 代加工优势 */
.processing-box {
  margin-bottom: 80px; }
  .processing-box .processing-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .processing-box .processing-title .title {
      flex-direction: column; }
  .processing-box .processing-ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 58px; }
    .processing-box .processing-ul .processing-li {
      width: 18%; }
      .processing-box .processing-ul .processing-li:hover .processing-li-text {
        background-color: #1362C3;
        color: #fff; }
        .processing-box .processing-ul .processing-li:hover .processing-li-text .processing-li-icon1 {
          display: none; }
        .processing-box .processing-ul .processing-li:hover .processing-li-text .processing-li-icon2 {
          display: block; }
        .processing-box .processing-ul .processing-li:hover .processing-li-text p {
          color: #fff; }
      .processing-box .processing-ul .processing-li .processing-li-text {
        height: 210px;
        box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.32);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center; }
        .processing-box .processing-ul .processing-li .processing-li-text img {
          margin: 0 auto; }
        .processing-box .processing-ul .processing-li .processing-li-text .processing-li-icon2 {
          display: none; }
        .processing-box .processing-ul .processing-li .processing-li-text b {
          font-size: 18px;
          font-weight: bold;
          display: block;
          margin: 8px 0; }
        .processing-box .processing-ul .processing-li .processing-li-text p {
          color: #999999;
          line-height: 1.6; }
      .processing-box .processing-ul .processing-li .processing-li-img {
        width: 100%; }

/* 内部nav */
.inner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 50px; }
  .inner-nav a {
    font-size: 24px;
    padding: 12px 36px;
    margin: 0 5px;
    border-radius: 30px; }
  .inner-nav .inner-nav-active,
  .inner-nav a:hover {
    background-color: #FF6833;
    color: #fff; }

/* 布局全球 */
.global-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px; }
  .global-box .global-img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px; }

.global-content {
  display: flex;
  margin-top: 16px;
  box-shadow: 0px 0px 30px 0px rgba(200, 207, 215, 0.3);
  padding: 50px 70px; }
  .global-content .global-content-left {
    margin-right: 70px; }
    .global-content .global-content-left img {
      margin-left: 10px; }
    .global-content .global-content-left b {
      font-size: 40px;
      font-family: Arial-BoldMT; }
    .global-content .global-content-left p {
      font-size: 16px;
      margin-top: 10px; }
  .global-content .global-content-ul {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    .global-content .global-content-ul .global-content-li {
      width: 13%;
      font-size: 16px;
      position: relative;
      padding-left: 8px;
      transition: all .3s; }
      .global-content .global-content-ul .global-content-li:hover {
        color: #FF6833; }
      .global-content .global-content-ul .global-content-li::after {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #1362C3;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

/* 客户评价 */
.case-customer {
  padding-bottom: 10px; }

.customer-item {
  display: flex;
  align-items: flex-start;
  padding: 40px 160px 36px 32px;
  border-top: 1px solid #EDEDEE;
  background: url(../esimg/bottom1.png) no-repeat 95% 60px;
  transition: all .3s; }
  .customer-item:nth-last-child(2) {
    border-bottom: 1px solid #EDEDEE; }
  .customer-item:hover {
    background: url(../esimg/top1.png) no-repeat 95% 60px;
    background-color: #1362C3; }
    .customer-item:hover .customer-item-text {
      color: #fff; }
      .customer-item:hover .customer-item-text h5 {
        color: #fff; }
      .customer-item:hover .customer-item-text p {
        max-height: 115px; }
  .customer-item img {
    margin-right: 32px; }
  .customer-item .customer-item-text {
    color: #666666; }
    .customer-item .customer-item-text h5 {
      font-size: 18px;
      line-height: 1.2;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px; }
    .customer-item .customer-item-text p {
      line-height: 1.6;
      max-height: 23px;
      overflow: hidden;
      transition: all .5s; }

/* 产品百科 */
.inner-newsEncy .newsEncy-ul {
  flex: 1; }
  .inner-newsEncy .newsEncy-ul .newsEncy-li {
    margin-bottom: 32px;
    padding: 50px 180px 40px 32px;
    display: flex;
    background: url(../esimg/right11.png) no-repeat 96% center;
    background-color: #F5F5F5; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li:hover {
      background: url(../esimg/right12.png) no-repeat 96% center;
      background-color: #1362C3; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li:hover .newsEncy-text a,
      .inner-newsEncy .newsEncy-ul .newsEncy-li:hover .newsEncy-date {
        color: #fff; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-date {
      margin-right: 42px;
      text-align: center;
      color: #FF6833; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-date b {
        display: block;
        font-size: 34px;
        font-family: Arial-BoldMT; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-date i {
        display: block;
        font-size: 12px;
        font-family: ArialMT; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-text {
      flex: 1; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-text h5 a {
        font-size: 18px;
        line-height: 1.8;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-text p a {
        color: #666666;
        line-height: 1.8;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }

/* 新闻资讯 */
.swiper-news {
  overflow: hidden;
  margin-bottom: 56px;
  position: relative; }
  .swiper-news .swiper-slide {
    display: flex; }
    .swiper-news .swiper-slide .sw-news-img {
      width: 48%;
      overflow: hidden; }
      .swiper-news .swiper-slide .sw-news-img:hover img {
        transform: scale(1.05); }
      .swiper-news .swiper-slide .sw-news-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s; }
    .swiper-news .swiper-slide .sw-news-text {
      flex: 1;
      background-color: #fff;
      padding: 36px 60px 30px 55px; }
      .swiper-news .swiper-slide .sw-news-text h5 a {
        font-size: 18px;
        line-height: 1.8;
        font-weight: bold;
        margin: 0 0 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }
      .swiper-news .swiper-slide .sw-news-text p a {
        color: #666666;
        line-height: 2; }
      .swiper-news .swiper-slide .sw-news-text .sw-news-date {
        display: flex;
        align-items: center;
        margin-top: 34px; }
        .swiper-news .swiper-slide .sw-news-text .sw-news-date img {
          margin-right: 10px; }
        .swiper-news .swiper-slide .sw-news-text .sw-news-date i {
          font-size: 12px;
          color: #999999; }
  .swiper-news .pagination-news {
    width: auto;
    left: auto;
    right: 40px;
    bottom: 30px; }
    .swiper-news .pagination-news .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #BFC0C3;
      margin: 0 6px; }
    .swiper-news .pagination-news .swiper-pagination-bullet-active {
      background-color: #1362C3;
      border-radius: 50%; }
      .swiper-news .pagination-news .swiper-pagination-bullet-active::after {
        display: none; }

/* 新闻列表 */
.newslist .newslist-item {
  margin-bottom: 30px;
  padding: 40px 120px 40px 54px;
  display: flex;
  align-items: center;
  background: url(../esimg/right13.png) no-repeat 96% center;
  background-size: 34px;
  background-color: #fff;
  transition: all .3s; }
  .newslist .newslist-item:hover {
    background: url(../esimg/right12.png) no-repeat 96% center;
    background-size: 34px;
    background-color: #1362C3; }
    .newslist .newslist-item:hover .newslist-itemDate b,
    .newslist .newslist-item:hover .newslist-itemDate i {
      color: #fff; }
    .newslist .newslist-item:hover .newslist-itemText a {
      color: #fff; }
  .newslist .newslist-item .newslist-itemDate {
    text-align: center; }
    .newslist .newslist-item .newslist-itemDate b {
      display: block;
      font-size: 34px;
      color: #FF6833; }
    .newslist .newslist-item .newslist-itemDate i {
      display: block;
      font-size: 12px;
      color: #FF6833; }
  .newslist .newslist-item .newslist-itemLine {
    width: 1px;
    height: 50px;
    background-color: #EEEEEE;
    margin: 0 40px; }
  .newslist .newslist-item .newslist-itemText {
    flex: 1; }
    .newslist .newslist-item .newslist-itemText h5 a {
      font-size: 18px;
      line-height: 1.8;
      font-weight: bold;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; }
    .newslist .newslist-item .newslist-itemText p a {
      line-height: 1.8;
      color: #666666;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; }
.newslist .paging .page-num {
  background-color: #fff;
  border: 1px solid transparent; }
.newslist .paging .page-active,
.newslist .paging .page-num:hover {
  background-color: #FF6833; }

/* 新闻详情 */
.news-detail-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .news-detail-box .news-detail-left {
    width: 65%; }
    .news-detail-box .news-detail-left a {
      display: inline-block; }
    .news-detail-box .news-detail-left h1,
    .news-detail-box .news-detail-left h2 {
      font-size: 18px;
      text-align: center; }
    .news-detail-box .news-detail-left .news-detail-time {
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid rgba(153, 153, 153, 0.24);
      padding-bottom: 15px;
      margin: 20px 0; }
      .news-detail-box .news-detail-left .news-detail-time .detail-timeIcon {
        display: flex;
        align-items: center;
        margin: 0 15px; }
        .news-detail-box .news-detail-left .news-detail-time .detail-timeIcon i {
          font-size: 12px;
          color: #999; }
        .news-detail-box .news-detail-left .news-detail-time .detail-timeIcon img {
          margin-right: 5px; }
    .news-detail-box .news-detail-left p {
      line-height: 1.8; }
    .news-detail-box .news-detail-left img {
      margin: 0 auto;
      max-width: 100%; }
    .news-detail-box .news-detail-left .news-detail-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 50px 0; }
      .news-detail-box .news-detail-left .news-detail-list .news-detail-upDown {
        width: 38%;
        margin-top: 10px;
        line-height: 1.6;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        transition: all .3s; }
        .news-detail-box .news-detail-left .news-detail-list .news-detail-upDown:hover {
          color: #FF6833; }
      .news-detail-box .news-detail-left .news-detail-list .news-detail-return {
        line-height: 1.6;
        padding: 12px 40px;
        background: #FF6833;
        text-align: center;
        color: #fff;
        border-radius: 30px; }
  .news-detail-box .news-detail-right {
    flex: 1;
    margin-left: 50px; }
    .news-detail-box .news-detail-right h4 {
      font-size: 24px;
      padding-left: 40px;
      background: url(../esimg/news_icon1.png) no-repeat left center; }
    .news-detail-box .news-detail-right .detail-right-item {
      margin-top: 24px;
      display: flex;
      align-items: center;
      padding: 20px 90px 20px 20px;
      background: url(../esimg/right3.png) no-repeat 94% center;
      background-color: #F5F5F5;
      transition: all .3s; }
      .news-detail-box .news-detail-right .detail-right-item:hover {
        background: url(../esimg/right2.png) no-repeat 94% center;
        background-color: #1362C3;
        color: #fff; }
        .news-detail-box .news-detail-right .detail-right-item:hover i {
          color: #fff; }
      .news-detail-box .news-detail-right .detail-right-item i {
        display: block;
        font-size: 16px;
        color: #999999; }
      .news-detail-box .news-detail-right .detail-right-item .detail-itemLine {
        width: 1px;
        height: 40px;
        background-color: #E4E4E6;
        margin: 0 20px; }
      .news-detail-box .news-detail-right .detail-right-item p {
        flex: 1;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; }

/* 辰安简介 */
.brief-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px; }
  .brief-box .brief-fl {
    flex: 1;
    padding-right: 34px; }
    .brief-box .brief-fl h1,
    .brief-box .brief-fl h5 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 16px; }
    .brief-box .brief-fl p {
      line-height: 1.8; }
  .brief-box .brief-fr {
    width: 50%;
    overflow: hidden; }
    .brief-box .brief-fr:hover img {
      transform: scale(1.05); }
    .brief-box .brief-fr img {
      width: 100%;
      transition: all .3s; }

.brief-bg {
  background: url(../esimg/brief_bg.png) no-repeat center;
  background-size: cover;
  padding: 68px 0;
  margin-bottom: 72px; }
  .brief-bg .best-ul {
    border-bottom: 1px solid transparent;
    margin: 0 auto;
    padding: 0; }
    .brief-bg .best-ul .best-li i,
    .brief-bg .best-ul .best-li span {
      color: #fff; }

/* 企业文化 */
.culture .rocessing-title {
  margin-bottom: 24px; }

.culture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .culture-list .culture-item {
    position: relative;
    color: #fff;
    margin-bottom: 22px;
    width: 32%;
    overflow: hidden; }
    .culture-list .culture-item:hover > img {
      transform: scale(1.05); }
    .culture-list .culture-item > img {
      width: 100%;
      transition: all .3s; }
    .culture-list .culture-item:nth-child(1) {
      width: 66%; }
    .culture-list .culture-item b {
      position: absolute;
      top: 15%;
      left: 30px;
      font-size: 24px;
      padding-right: 20px; }
    .culture-list .culture-item p {
      position: absolute;
      top: 28%;
      left: 30px;
      font-size: 16px;
      padding-right: 20px; }

/* 企业服务 */
.enter-bg {
  background-color: #F5F5F5;
  margin-top: 70px;
  padding: 60px 0 290px; }

.enter-list {
  display: flex;
  align-items: flex-start;
  box-shadow: 1px 2px 24px 0px rgba(213, 213, 213, 0.5);
  margin: -230px 0 90px;
  background-color: #fff; }
  .enter-list .enter-item {
    width: 20%;
    height: 450px;
    text-align: center;
    padding: 60px 10px 66px;
    position: relative;
    transition: all .3s; }
    .enter-list .enter-item:hover {
      background-color: #FF6833; }
      .enter-list .enter-item:hover .enter-span {
        background-color: #fff; }
      .enter-list .enter-item:hover .enter-icon1 {
        display: none; }
      .enter-list .enter-item:hover .enter-icon2 {
        display: block; }
      .enter-list .enter-item:hover b,
      .enter-list .enter-item:hover p {
        color: #fff; }
    .enter-list .enter-item b {
      font-size: 24px;
      font-weight: bold; }
    .enter-list .enter-item p {
      color: #666666;
      line-height: 1.8; }
    .enter-list .enter-item img {
      margin: 38px auto; }
    .enter-list .enter-item .enter-icon2 {
      display: none; }
    .enter-list .enter-item .enter-span {
      display: block;
      width: 30px;
      height: 4px;
      background-color: #FF6833;
      position: absolute;
      left: 50%;
      bottom: 62px;
      transform: translateX(-50%); }

/* 荣誉资质 */
.honors {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  .honors .honors-item {
    width: 24%;
    text-align: center;
    margin-bottom: 40px;
    margin-right: calc(4% / 3);
    transition: all .3s; }
    .honors .honors-item:nth-child(4n) {
      margin-right: 0; }
    .honors .honors-item:hover {
      color: #FF6833; }
    .honors .honors-item img {
      max-width: 100%;
      margin: 0 auto; }
    .honors .honors-item .honors-bg {
      position: relative;
      margin-top: -10px;
      z-index: -1; }
    .honors .honors-item p {
      font-size: 16px;
      line-height: 1.6;
      margin-top: -50px; }

.honors-paging .paging {
  margin: 0 auto 56px; }

/* 辰安风采 */
.grace-box {
  margin-bottom: 70px; }
  .grace-box .grace-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .grace-box .grace-list .grace-item {
      width: 32%;
      position: relative;
      margin-right: 2%;
      margin-bottom: 2%;
      border-radius: 6px;
      overflow: hidden; }
      .grace-box .grace-list .grace-item:nth-child(3n) {
        margin-right: 0; }
      .grace-box .grace-list .grace-item:hover .grace-btn {
        opacity: 1; }
      .grace-box .grace-list .grace-item .grace-btn {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        transition: all .3s; }
        .grace-box .grace-list .grace-item .grace-btn img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .grace-box .grace-list .grace-item > img {
        width: 100%; }

/* 图片预览器样式 */
.preview-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000; }

.preview-container img {
  width: 40%;
  height: auto; }

/* 放大镜 */
.zoom-box {
  display: flex;
  align-items: flex-start;
  margin: 20px auto 70px; }

.zoom-fl {
  width: 44%;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative; }
  .zoom-fl .zoom-bigImg {
    width: 470px;
    height: 470px;
    padding: 15px;
    background-color: #F5F5F5; }
    .zoom-fl .zoom-bigImg .MagicZoom {
      width: 440px;
      height: 440px; }
      .zoom-fl .zoom-bigImg .MagicZoom img {
        width: 100%;
        height: 100%; }
  .zoom-fl .zoom-thumbs {
    display: flex;
    flex-direction: column;
    height: 386px;
    overflow: hidden; }
    .zoom-fl .zoom-thumbs .selectors {
      width: 120px;
      position: relative;
      top: 0;
      transition: all ease 0.3s; }
    .zoom-fl .zoom-thumbs img {
      width: 120px;
      height: 120px; }
  .zoom-fl .zoom-thumbs-next,
  .zoom-fl .zoom-thumbs-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 30px;
    background-color: #F5F5F5;
    cursor: pointer; }
    .zoom-fl .zoom-thumbs-next img,
    .zoom-fl .zoom-thumbs-prev img {
      margin: 13px auto; }
  .zoom-fl .zoom-thumbs-next {
    top: auto;
    bottom: 0; }

.zoom-fr {
  flex: 1;
  height: 470px;
  margin-left: 58px;
  padding: 30px 44px 0 0;
  border-top: 1px solid #EEF2F5;
  position: relative; }
  .zoom-fr h1,
  .zoom-fr h5 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 44px;
    background: url(../esimg/zoom_icon1.png) no-repeat left center; }
  .zoom-fr .zoom-fr-text {
    padding-left: 44px; }
  .zoom-fr p {
    font-size: 16px;
    line-height: 2; }
  .zoom-fr .product-speed {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 2; }
    .zoom-fr .product-speed p {
      flex: 1; }
    .zoom-fr .product-speed span {
      display: block; }
  .zoom-fr .phone1 {
    position: absolute;
    bottom: 0; }

.zoom2-fr h5 {
  background: url(../esimg/zoom_icon2.png) no-repeat left center; }

/* 产品详情 */
.product-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .product-detail h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0;
    padding-left: 16px;
    background: url(../esimg/product_detail_h3.png) no-repeat left center; }

.product-detail-fl {
  width: 62%;
  border-top: 1px solid #F5F5F5;
  margin-bottom: 60px;
  /* 产品优势 */
  /* 加工流程 */
  /* 客户服务 */ }
  .product-detail-fl a {
    display: inline-block; }
  .product-detail-fl .product-detail-item1 h5 {
    font-size: 16px;
    line-height: 30px;
    margin: 34px 0 16px; }
    .product-detail-fl .product-detail-item1 h5 span {
      display: inline-block;
      width: 30px;
      line-height: 30px;
      color: #fff;
      background-color: #FF6833;
      font-size: 20px;
      text-align: center;
      border-radius: 50%;
      font-weight: bold;
      margin-right: 10px; }
    .product-detail-fl .product-detail-item1 h5 strong {
      display: inline-block; }
  .product-detail-fl .product-detail-item1 p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .product-detail-fl .product-detail-item1 p img {
      max-width: 49%; }
    .product-detail-fl .product-detail-item1 p .product-detail-img2 {
      width: 20%; }
  .product-detail-fl .product-detail-item1 .product-detail-img1 img {
    max-width: 100%; }
  .product-detail-fl .product-advantage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px; }
    .product-detail-fl .product-advantage li {
      width: 200px;
      height: 250px;
      text-align: center;
      padding: 0 10px;
      background: url(../esimg/advantage_img1.png) no-repeat center;
      background-size: cover;
      color: #fff;
      position: relative;
      transition: all .3s; }
      .product-detail-fl .product-advantage li:hover {
        background: url(../esimg/advantage_img2.png) no-repeat center; }
        .product-detail-fl .product-advantage li:hover .advantage_icon2 {
          display: block; }
        .product-detail-fl .product-advantage li:hover .advantage_icon1 {
          display: none; }
      .product-detail-fl .product-advantage li img {
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%); }
      .product-detail-fl .product-advantage li .advantage_icon2 {
        display: none; }
      .product-detail-fl .product-advantage li b {
        color: rgba(255, 255, 255, 0.28);
        font-family: Arial-BoldMT;
        font-size: 32px;
        display: block;
        margin-top: 60px; }
      .product-detail-fl .product-advantage li h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 8px 0 20px; }
      .product-detail-fl .product-advantage li p {
        line-height: 1.6; }
  .product-detail-fl .product-processing {
    background-color: #F5F5F5;
    padding: 18px;
    margin-bottom: 42px; }
    .product-detail-fl .product-processing .product-processing-box {
      background-color: #fff;
      padding: 26px 20px 40px; }
    .product-detail-fl .product-processing .product-processing-title {
      text-align: center; }
      .product-detail-fl .product-processing .product-processing-title h3 {
        display: inline-block;
        margin: 0 auto;
        padding: 0 16px;
        background: url(../esimg/product_detail_h3.png) no-repeat left center, url(../esimg/product_detail_h3.png) no-repeat right center; }
    .product-detail-fl .product-processing ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .product-detail-fl .product-processing ul li {
        text-align: center;
        margin-top: 25px; }
        .product-detail-fl .product-processing ul li p {
          width: 100px;
          height: 30px;
          line-height: 30px;
          background-color: #FF6833;
          border-radius: 20px;
          color: #fff; }
        .product-detail-fl .product-processing ul li img {
          margin: 8px 12px; }
  .product-detail-fl .product-service {
    color: #fff;
    position: relative; }
    .product-detail-fl .product-service > img {
      max-width: 100%; }
    .product-detail-fl .product-service .product-service-text {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 25px; }
    .product-detail-fl .product-service h3 {
      background: none;
      border-left: 2px solid #fff; }
    .product-detail-fl .product-service p {
      font-size: 16px;
      background: url(../esimg/product_service_icon1.png) no-repeat left 7px;
      padding-left: 25px;
      line-height: 1.8; }

.product-detail-fr {
  flex: 1;
  margin-left: 48px;
  border-top: 1px solid #F5F5F5; }
  .product-detail-fr .product-detail-list {
    background-color: #F5F5F5;
    padding: 55px 25px 100px; }
    .product-detail-fr .product-detail-list .product-detail-item {
      padding: 30px 70px 15px 15px;
      display: flex;
      align-items: center;
      background: url(../esimg/right1.png) no-repeat 94% center;
      background-color: #fff;
      margin-bottom: 20px; }
      .product-detail-fr .product-detail-list .product-detail-item:hover {
        background: url(../esimg/right2.png) no-repeat 94% center;
        background-color: #1362C3;
        color: #fff; }
        .product-detail-fr .product-detail-list .product-detail-item:hover b {
          color: #fff; }
        .product-detail-fr .product-detail-list .product-detail-item:hover .product-detail-text p {
          color: #fff; }
      .product-detail-fr .product-detail-list .product-detail-item b {
        font-size: 20px;
        color: #9B9B9B; }
      .product-detail-fr .product-detail-list .product-detail-item .product-detail-line {
        width: 1px;
        height: 50px;
        background-color: #E8E8E8;
        margin: 0 20px; }
      .product-detail-fr .product-detail-list .product-detail-item .product-detail-text {
        flex: 1; }
        .product-detail-fr .product-detail-list .product-detail-item .product-detail-text h5 {
          font-size: 16px;
          line-height: 1.8;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1; }
        .product-detail-fr .product-detail-list .product-detail-item .product-detail-text p {
          font-size: 12px;
          line-height: 1.8;
          color: #666666; }

/* 专项定制服务 */
.product-area p,
.product-special p {
  padding-left: 20px; }

.product-special {
  position: relative; }
  .product-special .product-specialImg1 {
    position: absolute;
    top: -50px;
    right: 180px;
    z-index: -1; }
  .product-special .product-specialImg2 {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1; }

/* 联系我们 */
.contact-box .title {
  flex-direction: column;
  align-items: center; }

.contact-list-box {
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .contact-list-box .contact-list {
    width: 20%; }
    .contact-list-box .contact-list .contact-item {
      display: flex;
      align-items: flex-start; }
      .contact-list-box .contact-list .contact-item img {
        margin: 4px 5px 0 0; }
      .contact-list-box .contact-list .contact-item i {
        font-size: 14px;
        color: #666666;
        line-height: 30px; }
      .contact-list-box .contact-list .contact-item p {
        line-height: 30px;
        font-size: 16px; }
  .contact-list-box .contact-qr-list {
    text-align: center; }
    .contact-list-box .contact-qr-list .contact-item {
      display: flex;
      align-items: center;
      justify-content: space-between; }

.contact-map-box {
  width: 100%;
  height: 460px;
  overflow: hidden; }
  .contact-map-box .contact-message {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 100%;
    padding: 38px 0 40px;
    background: url(../esimg/contact_message_bg.png) no-repeat left center; }
    .contact-map-box .contact-message .title {
      color: #fff;
      flex-direction: column; }
      .contact-map-box .contact-message .title h4 {
        font-size: 40px; }
      .contact-map-box .contact-message .title h5 {
        font-size: 24px; }
    .contact-map-box .contact-message .form {
      width: 45%;
      flex-wrap: wrap; }
      .contact-map-box .contact-message .form .form-inp {
        width: 48.5%; }
      .contact-map-box .contact-message .form .form-text {
        width: 82%; }
  .contact-map-box .contact-map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .contact-map-box .contact-map img {
      height: 100%; }

/* 上线地图 */
#Map {
  width: 100%;
  height: 100%;
  border: none; }

.new-sitemap {
  width: 1200px;
  margin: 0 auto; }

.new-fourImg {
  float: none;
  margin: 20px 0; }

.new-fourText {
  margin: 10px 0;
  line-height: 1.6;
  font-size: 18px; }

.new-fourA {
  margin-bottom: 30px; }

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .container,
  .main {
    width: 90%; }

  .title h4 {
    font-size: 46px; }
  .title h5 {
    font-size: 24px; }

  .hotKye .hotKye-box {
    width: 1000px; }

  .hotKye-bread {
    width: 1000px; }
    .hotKye-bread .hotKye-box {
      width: 100%; }

  .hd-logo {
    width: 10%; }
    .hd-logo > img {
      width: 100%; }

  .nav-one-item > a {
    padding: 0 10px; }

  .hd-phone {
    font-size: 14px; }

  .hd-phone img {
    width: 16px;
    margin-right: 4px; }

  .inner-banner-img,
  .swiper-home {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px; }

  /* 产品推荐 */
  .product-item-top {
    padding-left: 40px; }

  .product-top-ul {
    margin-left: 8%; }

  .product-item-top > img {
    width: 30%; }

  .product-item-top .product-fr-text {
    margin-left: 40px; }

  /* 选择辰安的理由 */
  .swiper-advantage .swiper-slide .sw-item {
    padding: 30px; }

  .swiper-advantage .swiper-slide .sw-item .sw-adv-icon i {
    font-size: 12px; }

  .swiper-advantage .swiper-slide .sw-item .sw-adv-icon b {
    font-size: 20px;
    line-height: 1.6; }

  /* 辰安服务 */
  .service-bg {
    background: url(../esimg/service_bg.png) no-repeat right bottom;
    background-size: 600px; }

  /* 全球销售网络布局 */
  .best-content .best-fl {
    width: 24%;
    padding: 20px; }

  .best-content .best-fl b {
    font-size: 30px; }

  .best-content .best-map {
    top: -20px;
    right: 0;
    z-index: -1; }

  .best-content .best-map img {
    width: 80%;
    margin-left: 24%; }

  .best-ul .best-li span {
    font-size: 30px; }

  .best-ul .best-sup span::after {
    font-size: 18px; }

  .best-ul .best-li {
    padding: 0 30px; }

  .best-ul .best-li i {
    font-size: 14px; }

  .best-ul .best-li > img {
    width: 50px; }

  /* 关于辰安 */
  .about-box-text .about-ul .about-li {
    padding: 30px; }

  .about-box-text .about-ul .about-li .about-li-icon {
    width: 50px; }

  .news-box .news-fl h4 a {
    -webkit-line-clamp: 2; }

  .news-box .news-fl {
    margin-right: 30px; }

  .news-box .news-fr .news-item .news-text {
    padding-right: 70px; }

  /* 产品百科 */
  .ency-box-ul .ency-box-li {
    padding: 30px 30px 30px 15px; }

  .ency-box-ul .ency-box-li b {
    font-size: 16px; }

  .ency-box .ency-title .ency-navUl {
    width: 22%; }

  .ency-box-ul .ency-box-li .ency-box-line {
    margin: 0 10px; }

  /* 底部导航 */
  .foot-top .foot-top-left {
    margin-right: 5%; }

  .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-img {
    width: 36%; }

  .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text {
    flex: 1; }

  /* 代加工流程 */
  .rocessing-bg .rocessing-ul .rocessing-li {
    width: 16%; }
    .rocessing-bg .rocessing-ul .rocessing-li img {
      width: 100%; }
    .rocessing-bg .rocessing-ul .rocessing-li b {
      font-size: 18px;
      margin: 20px 0 12px; }
    .rocessing-bg .rocessing-ul .rocessing-li p {
      font-size: 14px; }
  .rocessing-bg .rocessing-ul .rocessing-li-icon {
    margin-top: 6%; }
    .rocessing-bg .rocessing-ul .rocessing-li-icon img {
      width: 20px; }

  /* 代加工优势 */
  .processing-box .processing-ul .processing-li {
    width: 19%; }

  .processing-box .processing-ul .processing-li .processing-li-text b {
    font-size: 15px; }

  /* 布局全球 */
  .inner-nav {
    margin: 15px auto 30px; }
    .inner-nav a {
      font-size: 16px;
      padding: 10px 30px; }

  .global-content {
    padding: 50px; }

  .global-box .global-img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px; }

  .global-content .global-content-ul .global-content-li {
    font-size: 14px; }

  /* 客户评价 */
  .customer-item {
    padding-right: 100px; }

  /* 产品百科 */
  .inner-newsEncy .newsEncy-ul .newsEncy-li {
    padding: 50px 100px 40px 32px; }

  /* 新闻资讯 */
  .swiper-news .swiper-slide .sw-news-text {
    padding: 20px 40px 30px; }

  /* 新闻详情 */
  .news-detail-box .news-detail-right .detail-right-item {
    padding: 20px 40px 20px 20px; }

  .news-detail-box .news-detail-left .news-detail-list .news-detail-return {
    width: auto;
    padding: 10px 30px; }

  .news-detail-box .news-detail-left .news-detail-list .news-detail-upDown {
    margin-top: 0; }

  /* 企业文化 */
  .brief-box .brief-fl h1,
  .brief-box .brief-fl h5 {
    font-size: 24px;
    margin-bottom: 10px; }

  .culture-list .culture-item b {
    font-size: 18px; }

  .culture-list .culture-item p {
    font-size: 14px; }

  .enter-list .enter-item {
    height: 360px;
    padding: 40px 10px; }

  .enter-list .enter-item b {
    font-size: 20px; }

  .enter-list .enter-item img {
    width: 50px;
    margin: 30px auto 20px; }

  .enter-list .enter-item .enter-span {
    bottom: 10%; }

  /* 荣誉资质 */
  .honors .honors-item p {
    font-size: 14px; }

  /* 产品放大镜 */
  .zoom-fl {
    width: 460px;
    height: 360px; }
    .zoom-fl .zoom-bigImg {
      width: 360px;
      height: 360px; }
      .zoom-fl .zoom-bigImg .MagicZoom {
        width: 330px;
        height: 330px; }
    .zoom-fl .zoom-thumbs {
      width: 80px;
      height: 264px; }
      .zoom-fl .zoom-thumbs .selectors {
        width: 80%; }
      .zoom-fl .zoom-thumbs img {
        width: 80px;
        height: 80px; }
    .zoom-fl .zoom-thumbs-next,
    .zoom-fl .zoom-thumbs-prev {
      width: 80px; }

  .zoom-fr {
    height: 360px; }
    .zoom-fr h1,
    .zoom-fr h5 {
      margin-bottom: 10px;
      font-size: 24px; }
    .zoom-fr p {
      line-height: 1.6; }
    .zoom-fr .phone1 {
      width: 200px; }

  .product-detail-fr .product-detail-list .product-detail-item {
    padding-right: 28px; }

  .product-detail-fr .product-detail-list .product-detail-item b {
    font-size: 14px; }

  .product-detail-fr .product-detail-list .product-detail-item .product-detail-line {
    margin: 0 8px; }

  .product-detail-fr .product-detail-list .product-detail-item .product-detail-text h5 {
    font-size: 15px; }

  /* 产品优势 */
  .product-detail-fl .product-advantage li {
    width: 24%; }

  .product-detail-fl .product-advantage li b {
    font-size: 26px;
    margin-top: 50px; }

  .product-detail-fl .product-advantage li h4 {
    font-size: 15px;
    margin: 10px 0; }

  .product-detail-fl .product-advantage li p {
    font-size: 13px; }

  .product-detail h3 {
    margin: 20px 0; }

  /* 专项定制服务 */
  .product-special img {
    max-width: 20%; }

  .product-special .product-specialImg1 {
    right: 20%; }

  .contact-map-box .contact-message {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px; }

  .contact-map-box .contact-map {
    width: 50%; }

  .new-sitemap {
    width: 90%; } }
@media screen and (max-width: 999px) {
  .pc {
    display: none !important; }

  .wap {
    display: block !important; }

  .main {
    width: 90%; }

  /* 标题 */
  .title-top {
    padding-top: 40px; }

  .title {
    display: flex;
    align-items: baseline; }
    .title h4 {
      font-size: 24px;
      font-family: Arial-BoldMT; }
      .title h4 span {
        color: #FF6833; }
    .title h5 {
      font-size: 16px;
      font-weight: bold; }

  .btn1 {
    width: 120px;
    font-size: 12px;
    line-height: 32px;
    padding-left: 24px;
    background-size: 15px; }

  .paging {
    margin: 30px 0; }
    .paging .page-num {
      width: 30px;
      line-height: 30px;
      margin: 0 4px; }
    .paging .page-prev,
    .paging .page-next {
      width: 60px; }

  .swiper-pagination-bullet-active::after {
    width: 12px;
    height: 12px; }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px; }

  /* 导航 */
  #header {
    position: fixed;
    top: 0;
    z-index: 10; }

  .hd-t {
    width: 100%;
    height: 90px;
    position: relative;
    padding: 0;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

  .hd-logo {
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%); }
    .hd-logo img {
      width: 100%; }

  .hd-nav {
    width: 100%;
    height: calc(100vh - 90px);
    padding: 20px 5%;
    margin-top: 0;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 90px;
    left: 0; }

  .nav-one {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: auto; }

  .nav-one-item {
    width: 100%; }
    .nav-one-item > a {
      font-size: 16px;
      line-height: 40px;
      font-weight: bold;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .nav-one-item > a::after {
        display: none; }
    .nav-one-item:hover .nav-two-item {
      height: auto; }
    .nav-one-item:hover > a {
      color: #333;
      background: transparent; }

  .one-active > a {
    color: #333;
    background: none; }

  .nav-two {
    width: 100%;
    position: static;
    transform: translateX(0);
    padding: 2% 4%;
    opacity: 1;
    transition: all 0s;
    background-color: transparent;
    display: none; }

  .nav-two-item {
    height: 40px;
    opacity: 1;
    background-color: transparent; }
    .nav-two-item:hover a {
      color: #1362C3; }
    .nav-two-item > a {
      color: #333;
      font-size: 14px;
      line-height: 40px;
      justify-content: normal;
      transition: all .2s; }
      .nav-two-item > a:hover {
        background-color: transparent; }

  .nav-one-item-slideA {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 44%;
    height: 40px; }
    .nav-one-item-slideA::after {
      content: '';
      width: 12px;
      height: 22px;
      background: url(../esimg/right4.png) no-repeat center;
      background-size: 8px;
      position: absolute;
      top: 50%;
      right: 5%;
      transform: translateY(-50%);
      transition: all .3s; }

  .nav-one-item-slideB::after {
    right: 8%; }

  .slideA-below::after {
    transform: translateY(-50%) rotate(90deg); }

  .menuBtn {
    width: 40px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s; }
    .menuBtn span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #333;
      transition: all .3s; }

  .menuBtn-x {
    justify-content: center; }
    .menuBtn-x span:nth-child(1) {
      transform: rotate(-45deg);
      position: absolute;
      left: 0; }
    .menuBtn-x span:nth-child(2) {
      display: none; }
    .menuBtn-x span:nth-child(3) {
      transform: rotate(45deg);
      position: absolute;
      left: 0; }

  .inner-banner-img,
  .swiper-home {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0; }

  .inner-banner,
  .home-banner {
    margin-top: 90px; }
    .inner-banner .pagination-home,
    .home-banner .pagination-home {
      bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 5%; }

  /* 产品推荐 */
  .product-box {
    margin-bottom: 40px; }

  .product-top-ul {
    margin-left: 5%; }
    .product-top-ul .product-top-li {
      font-size: 14px; }
      .product-top-ul .product-top-li img {
        height: 20px;
        margin-right: 5px; }

  .product-bot .product-item {
    margin-left: 0; }

  .product-bot-active {
    height: auto;
    margin-top: 30px; }

  .product-item-top {
    padding: 20px 15px;
    flex-direction: column; }
    .product-item-top > img {
      max-width: 60%; }
    .product-item-top .product-fr-text {
      width: 100%;
      margin-left: 0;
      padding: 40px 24px; }
      .product-item-top .product-fr-text h5 {
        font-size: 18px;
        margin-bottom: 10px; }
      .product-item-top .product-fr-text p {
        line-height: 1.6;
        margin-bottom: 6px; }
      .product-item-top .product-fr-text .btn1 {
        margin-top: 20px; }

  .product-twoUl {
    flex-wrap: wrap; }
    .product-twoUl .product-twoLi {
      width: 48%;
      padding-top: 3%;
      margin-bottom: 4%; }
      .product-twoUl .product-twoLi p {
        padding: 10px 0 10px 5%; }

  .product-twoUl-active {
    height: auto;
    margin-top: 20px; }

  /* 选择辰安的理由 */
  .advantage-bg {
    height: 700px; }

  .swiper-advantage {
    margin-top: 30px; }

  .swiper-advantage .swiper-slide .sw-item .sw-adv-icon b {
    font-size: 18px; }

  .swiper-advantage .swiper-slide .sw-item .sw-adv-icon img {
    width: 40px; }

  .advantage-bg .title-top img {
    width: 50px; }

  .swiper-advantage .swiper-slide .sw-item {
    margin-bottom: 40px;
    padding: 30px; }

  .swiper-advantage .swiper-slide .sw-item p {
    height: 90px; }

  .advantage-box {
    position: relative; }
    .advantage-box .pagination-advantage {
      left: 50%;
      bottom: -4%;
      transform: translateX(-50%); }
      .advantage-box .pagination-advantage .swiper-pagination-bullet {
        margin: 0 8px; }

  /* 辰安服务 */
  .service-bg {
    width: 100%;
    background: url(../esimg/w_service_bg.png) no-repeat right 90%;
    background-size: 50%;
    padding-bottom: 0; }
    .service-bg .title {
      width: 90%;
      margin: 0 auto; }
    .service-bg .service-box {
      width: 90%;
      margin: 30px auto; }

  /* 全球销售网络布局 */
  .best-content .best-map {
    margin-top: 20px;
    position: static; }
    .best-content .best-map > img {
      width: 100%; }

  .best-ul {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
    flex-wrap: wrap; }
    .best-ul .best-li {
      width: 48%;
      padding: 0 20px;
      border-right: none;
      margin-bottom: 4%; }
      .best-ul .best-li span {
        font-size: 18px; }
      .best-ul .best-li i {
        font-size: 12px; }
      .best-ul .best-li > img {
        width: 30px; }
    .best-ul .best-sup span::after {
      right: -10px;
      top: 0;
      font-size: 14px; }

  /* 关于辰安 */
  .about-box {
    flex-direction: column;
    margin-bottom: 30px; }

  .about-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 20px; }
    .about-box-title .title {
      flex-direction: row; }
    .about-box-title .btn1 {
      background-size: 16px;
      margin-top: 0; }

  .about-box-text b {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: normal; }
  .about-box-text p {
    color: #8C8C8C;
    line-height: 2; }
  .about-box-text .about-ul {
    flex-direction: column;
    margin-top: 0; }
    .about-box-text .about-ul .about-li {
      margin-top: 30px;
      width: 100%;
      padding: 36px; }
      .about-box-text .about-ul .about-li b {
        font-size: 18px; }
      .about-box-text .about-ul .about-li i {
        font-size: 14px; }
      .about-box-text .about-ul .about-li .about-li-icon {
        width: 50px; }

  /* 新闻资讯 */
  .news-bg {
    padding: 30px 0 40px; }
    .news-bg .news-title {
      flex-direction: column; }
      .news-bg .news-title .news-navUl {
        width: 80%;
        margin-top: 20px; }

  .news-box {
    flex-direction: column; }
    .news-box .news-fl {
      width: 100%;
      padding: 20px;
      margin-right: 0;
      margin-bottom: 20px; }
      .news-box .news-fl:hover span {
        background-size: 18px; }
      .news-box .news-fl .news-fl-img {
        margin-bottom: 32px; }
        .news-box .news-fl .news-fl-img img {
          width: 100%; }
      .news-box .news-fl h4 a {
        font-size: 16px; }
      .news-box .news-fl span {
        background-size: 20px; }
    .news-box .news-fr {
      width: 100%;
      padding: 20px 10px 1px 20px; }
      .news-box .news-fr .news-item {
        background-size: 18px;
        margin-bottom: 20px; }
        .news-box .news-fr .news-item:hover {
          background-size: 18px; }
        .news-box .news-fr .news-item .news-date {
          padding: 16px;
          margin-right: 10px; }
          .news-box .news-fr .news-item .news-date b {
            font-size: 30px; }
          .news-box .news-fr .news-item .news-date .news-line {
            margin: 14px 0; }
          .news-box .news-fr .news-item .news-date i {
            font-size: 14px; }
        .news-box .news-fr .news-item .news-text {
          padding-right: 40px; }
          .news-box .news-fr .news-item .news-text h4 {
            margin-bottom: 10px; }
            .news-box .news-fr .news-item .news-text h4 a {
              font-size: 16px;
              line-height: 2; }
          .news-box .news-fr .news-item .news-text p a {
            line-height: 1.6; }
          .news-box .news-fr .news-item .news-text i {
            font-size: 12px;
            margin-top: 10px; }

  .news-box-active {
    height: auto;
    margin-top: 20px; }

  /* 产品百科 */
  .ency-box {
    margin-top: 40px;
    padding-bottom: 30px; }
    .ency-box .ency-title h6 {
      font-size: 18px; }
    .ency-box .ency-title .ency-navUl {
      width: 50%; }

  .ency-box-ul .ency-box-li {
    width: 100%;
    padding: 20px 40px 20px 15px;
    margin-right: 0;
    margin-bottom: 20px; }
    .ency-box-ul .ency-box-li b {
      font-size: 16px; }
    .ency-box-ul .ency-box-li .ency-box-line {
      margin: 0 12px; }
    .ency-box-ul .ency-box-li .ency-box-text h5 {
      font-size: 16px;
      margin-bottom: 8px; }
    .ency-box-ul .ency-box-li .ency-box-text i {
      font-size: 12px; }

  .ency-box-ul-active {
    height: auto;
    margin-top: 24px; }

  /* 在线留言 */
  .message-bg {
    height: auto;
    padding: 40px 0; }

  .form {
    flex-wrap: wrap;
    margin-top: 20px; }
    .form .form-inp {
      width: 48%; }
      .form .form-inp input {
        width: 100%;
        height: 48px;
        padding-left: 36px; }
    .form .form-text {
      width: 100%;
      margin-bottom: 20px; }
      .form .form-text textarea {
        height: 120px;
        padding: 14px 36px; }
    .form .form-submit {
      width: 100%;
      height: 48px; }

  #footer {
    margin-bottom: 100px;
    padding: 60px 0 30px; }

  .foot-top .foot-top-left {
    width: 56%; }

  .foot-bot {
    flex-wrap: wrap;
    margin-top: 12px; }

  .foot-bot .foot-bot-technology,
  .foot-bot .foot-bot-icp {
    flex-wrap: wrap; }

  .foot-bot .foot-bot-technology a,
  .foot-bot .foot-bot-icp a {
    line-height: 2; }

  .foot-top .foot-top-right .foot-nav .foot-nav-item {
    display: none; }

  .foot-top .foot-top-left .foot-item {
    line-height: 1.6; }
    .foot-top .foot-top-left .foot-item p {
      margin-top: 8px; }
    .foot-top .foot-top-left .foot-item img {
      margin-right: 5px; }
  .foot-top .foot-top-left .foot-item-phone {
    display: flex !important;
    align-items: flex-start;
    color: #fff;
    font-size: 14px; }
    .foot-top .foot-top-left .foot-item-phone img {
      margin-right: 5px; }
    .foot-top .foot-top-left .foot-item-phone p {
      margin-top: 8px; }
    .foot-top .foot-top-left .foot-item-phone span {
      font-weight: bold;
      font-size: 14px; }
  .foot-top .foot-top-right .foot-nav {
    margin-top: 0; }
    .foot-top .foot-top-right .foot-nav .foot-nav-qr {
      flex-direction: column; }
      .foot-top .foot-top-right .foot-nav .foot-nav-qr .foot-nav-qr-img2 {
        margin-left: 0;
        margin-top: 20px; }
      .foot-top .foot-top-right .foot-nav .foot-nav-qr img {
        width: 70px;
        margin: 0 auto; }
      .foot-top .foot-top-right .foot-nav .foot-nav-qr p {
        margin-top: 10px; }

  /* 手机底部 */
  @keyframes bounce1 {
    0%,
        20%,
        53%,
        80%,
        100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
      transform: translate3d(0, 0, 0) translateX(-50%); }
    40%,
        43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(-50%);
      transform: translate3d(0, -14px, 0) translateX(-50%); }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(-50%);
      transform: translate3d(0, -6px, 0) translateX(-50%); }
    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(-50%);
      transform: translate3d(0, -1px, 0) translateX(-50%); } }
  .wap-nav {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .wap-nav .wap-ul {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      height: 100%;
      margin-top: 26px; }
      .wap-nav .wap-ul .wap-li {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column; }
        .wap-nav .wap-ul .wap-li img {
          height: 30px; }
        .wap-nav .wap-ul .wap-li p {
          font-size: 14px;
          line-height: 1.6;
          margin-top: 4px;
          text-align: center; }
    .wap-nav .wap-phone {
      width: 55px;
      position: absolute;
      top: -30%;
      left: 50%;
      animation: bounce1 2s infinite; }
      .wap-nav .wap-phone img {
        width: 100%; }

  /* 产品分类 */
  .inner-banner {
    margin-bottom: 40px; }

  .product-classify {
    flex-direction: column; }
    .product-classify .pro-classify-fl {
      width: 100%;
      margin-bottom: 20px; }
      .product-classify .pro-classify-fl h1,
      .product-classify .pro-classify-fl h4 {
        font-size: 18px;
        padding: 16px 40px; }
      .product-classify .pro-classify-fl .pro-fl-ul .pro-fl-li {
        padding: 12px 36px;
        font-size: 16px;
        background-size: 20px; }
    .product-classify .pro-fr-ul {
      margin-bottom: 10px; }
      .product-classify .pro-fr-ul .pro-fr-li {
        flex-direction: column;
        padding: 20px; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-img {
          width: 100%; }
        .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text {
          padding-bottom: 50px; }
          .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text h5 {
            margin: 30px 0 10px; }
          .product-classify .pro-fr-ul .pro-fr-li .pro-fr-li-text .btn1 {
            bottom: 10px; }

  /* 代加工流程 */
  .rocessing-bg {
    padding-bottom: 30px; }
    .rocessing-bg .rocessing-ul {
      margin-top: 30px;
      flex-wrap: wrap; }
      .rocessing-bg .rocessing-ul .rocessing-li {
        width: 48%;
        margin-bottom: 4%; }
        .rocessing-bg .rocessing-ul .rocessing-li img {
          width: 100%; }
        .rocessing-bg .rocessing-ul .rocessing-li b {
          font-size: 18px;
          margin: 12px 0; }
        .rocessing-bg .rocessing-ul .rocessing-li p {
          font-size: 14px; }
      .rocessing-bg .rocessing-ul .rocessing-li-icon {
        display: none; }

  /* 代加工优势 */
  .processing-box {
    margin-bottom: 40px; }
    .processing-box .processing-ul {
      flex-wrap: wrap;
      margin-top: 30px; }
      .processing-box .processing-ul .processing-li {
        width: 100%;
        display: flex;
        align-items: center; }
        .processing-box .processing-ul .processing-li .processing-li-text {
          height: 200px;
          flex: 1; }
          .processing-box .processing-ul .processing-li .processing-li-text b {
            font-size: 15px; }
          .processing-box .processing-ul .processing-li .processing-li-text p {
            font-size: 13px; }
        .processing-box .processing-ul .processing-li .processing-li-img {
          width: 50%;
          height: 200px;
          object-fit: cover; }

  /* 内部nav */
  .inner-nav {
    margin-bottom: 30px; }
    .inner-nav a {
      font-size: 14px;
      padding: 8px;
      border-radius: 6px; }

  /* 布局全球 */
  .global-box {
    padding-bottom: 40px; }
    .global-box .global-img {
      width: 100%;
      position: relative;
      left: 0;
      margin-left: 0; }
    .global-box .global-content {
      padding: 20px;
      flex-direction: column; }
      .global-box .global-content .global-content-left {
        margin-right: 0;
        margin-bottom: 20px; }
        .global-box .global-content .global-content-left img {
          margin-left: 0; }
        .global-box .global-content .global-content-left b {
          font-size: 24px; }
        .global-box .global-content .global-content-left p {
          font-size: 14px; }
      .global-box .global-content .global-content-ul {
        justify-content: normal; }
        .global-box .global-content .global-content-ul .global-content-li {
          width: 25%;
          font-size: 13px;
          margin-bottom: 10px; }

  /* 客户评价 */
  .customer-item {
    padding: 20px 50px 20px 20px;
    background-size: 16px; }
    .customer-item:hover {
      background-size: 16px; }
      .customer-item:hover .customer-item-text p {
        max-height: 276px; }
    .customer-item img {
      margin-right: 10px; }
    .customer-item .customer-item-text h5 {
      font-size: 16px; }
    .customer-item .customer-item-text p {
      max-height: 46px; }

  /* 产品百科 */
  .inner-newsEncy .newsEncy-ul .newsEncy-li {
    padding: 30px 50px 30px 20px;
    background-size: 18px;
    margin-bottom: 20px; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li:hover {
      background-size: 18px; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-date {
      margin-right: 20px; }
      .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-date b {
        font-size: 24px; }
    .inner-newsEncy .newsEncy-ul .newsEncy-li .newsEncy-text h5 a {
      font-size: 16px;
      line-height: 1.6; }

  /* 新闻资讯 */
  .swiper-news {
    margin-bottom: 30px; }
    .swiper-news .swiper-slide {
      flex-direction: column; }
      .swiper-news .swiper-slide .sw-news-img {
        width: 100%; }
      .swiper-news .swiper-slide .sw-news-text {
        padding: 20px 30px 30px; }
        .swiper-news .swiper-slide .sw-news-text h5 a {
          font-size: 16px;
          line-height: 1.6; }
        .swiper-news .swiper-slide .sw-news-text p a {
          line-height: 1.8; }
        .swiper-news .swiper-slide .sw-news-text .sw-news-date {
          margin-top: 24px; }
          .swiper-news .swiper-slide .sw-news-text .sw-news-date img {
            margin-right: 8px; }
    .swiper-news .pagination-news {
      width: auto;
      left: auto;
      right: 30px;
      bottom: 20px;
      z-index: 1; }
      .swiper-news .pagination-news .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 4px; }

  /* 新闻列表 */
  .newslist .newslist-item {
    margin-bottom: 20px;
    padding: 20px 46px 20px 20px;
    background-size: 20px; }
    .newslist .newslist-item:hover {
      background-size: 20px; }
    .newslist .newslist-item .newslist-itemDate b {
      font-size: 20px; }
    .newslist .newslist-item .newslist-itemLine {
      height: 40px;
      margin: 0 15px; }
    .newslist .newslist-item .newslist-itemText h5 a {
      font-size: 16px;
      line-height: 1.6; }
    .newslist .newslist-item .newslist-itemText p a {
      line-height: 1.8; }

  /* 新闻详情 */
  .news-detail-box .news-detail-left {
    width: 100%; }
    .news-detail-box .news-detail-left h1,
    .news-detail-box .news-detail-left h2 {
      font-size: 18px; }
    .news-detail-box .news-detail-left .news-detail-time {
      margin: 14px 0; }
      .news-detail-box .news-detail-left .news-detail-time .detail-timeIcon {
        margin: 0 10px; }
        .news-detail-box .news-detail-left .news-detail-time .detail-timeIcon img {
          margin-right: 4px; }
    .news-detail-box .news-detail-left .news-detail-list {
      margin: 30px 0;
      flex-direction: column;
      position: relative;
      padding-bottom: 50px; }
      .news-detail-box .news-detail-left .news-detail-list .news-detail-upDown {
        width: 100%;
        margin-top: 0;
        line-height: 1.8; }
      .news-detail-box .news-detail-left .news-detail-list .news-detail-return {
        line-height: 1.8;
        width: 100%;
        font-size: 14px;
        padding: 8px 0;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        left: 0; }

  /* 辰安简介 */
  .brief-box {
    flex-direction: column;
    margin-bottom: 30px; }
    .brief-box .brief-fl {
      padding-right: 0;
      margin-bottom: 20px; }
      .brief-box .brief-fl h1,
      .brief-box .brief-fl h5 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center; }
    .brief-box .brief-fr {
      width: 100%; }

  .brief-bg {
    padding: 30px 0;
    margin-bottom: 40px; }

  /* 企业文化 */
  .culture .rocessing-title {
    margin-bottom: 20px; }

  .culture-list .culture-item {
    margin-bottom: 2%;
    width: 49%; }
    .culture-list .culture-item:nth-child(1) {
      width: 100%; }
    .culture-list .culture-item b {
      top: 12%;
      left: 5%;
      padding-right: 5%;
      font-size: 14px; }
    .culture-list .culture-item p {
      top: 34%;
      left: 5%;
      padding-right: 5%;
      font-size: 12px; }

  /* 企业服务 */
  .enter-bg {
    background-color: #F5F5F5;
    margin-top: 30px;
    padding: 30px 0 260px; }

  .enter-list {
    box-shadow: 1px 2px 24px 0px rgba(213, 213, 213, 0.5);
    margin: -220px 0 40px;
    flex-wrap: wrap;
    justify-content: space-between; }
    .enter-list .enter-item {
      width: 50%;
      height: 300px;
      padding: 30px 10px; }
      .enter-list .enter-item b {
        font-size: 16px; }
      .enter-list .enter-item p {
        line-height: 1.6; }
      .enter-list .enter-item img {
        width: 40px;
        margin: 20px auto 10px; }
      .enter-list .enter-item .enter-span {
        width: 20px;
        height: 4px;
        bottom: 10%; }

  /* 荣誉资质 */
  .honors {
    justify-content: space-between; }
    .honors .honors-item {
      width: 49%;
      margin-bottom: 30px;
      margin-right: 0; }
      .honors .honors-item img {
        max-width: 100%;
        margin: 0 auto; }
      .honors .honors-item .honors-item-img {
        width: 100px; }
      .honors .honors-item .honors-bg {
        margin-top: -6px; }
      .honors .honors-item p {
        font-size: 12px;
        margin-top: -30px; }

  .honors-paging .paging {
    margin: 0 auto 30px; }

  /* 辰安风采 */
  .grace-box {
    margin-bottom: 30px; }
    .grace-box .grace-list {
      justify-content: space-between; }
      .grace-box .grace-list .grace-item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 2%; }
        .grace-box .grace-list .grace-item .grace-btn img {
          width: 30px; }
        .grace-box .grace-list .grace-item > img {
          width: 100%; }

  .preview-container img {
    width: 70%;
    height: auto; }

  /* 放大镜 */
  .zoom-box {
    flex-direction: column;
    margin: 20px auto 30px; }

  .zoom-fl {
    width: 100%;
    height: auto; }
    .zoom-fl .zoom-bigImg {
      width: 100%;
      height: auto;
      padding: 5%; }
      .zoom-fl .zoom-bigImg .MagicZoom {
        width: 100%;
        height: 100%; }
    .zoom-fl .zoom-thumbs {
      display: none; }
    .zoom-fl .zoom-thumbs-next,
    .zoom-fl .zoom-thumbs-prev {
      display: none; }

  .zoom-fr {
    height: auto;
    margin-left: 0;
    padding: 20px;
    border-top: none; }
    .zoom-fr h1,
    .zoom-fr h5 {
      font-size: 18px;
      margin-bottom: 20px;
      padding-left: 30px;
      background: url(../esimg/zoom_icon1.png) no-repeat left center;
      background-size: 20px; }
    .zoom-fr .zoom-fr-text {
      padding-left: 30px; }
    .zoom-fr p {
      font-size: 14px; }
    .zoom-fr .product-speed {
      font-size: 14px; }
    .zoom-fr .phone1 {
      position: static;
      bottom: 0;
      max-width: 100%;
      margin-top: 20px; }

  /* 产品详情 */
  .product-detail h3 {
    font-size: 18px;
    margin: 30px 0;
    padding-left: 16px;
    background: url(../esimg/product_detail_h3.png) no-repeat left center; }

  .product-detail-fl {
    width: 100%;
    margin-bottom: 30px;
    /* 产品优势 */
    /* 加工流程 */
    /* 客户服务 */ }
    .product-detail-fl .product-detail-item1 h5 {
      font-size: 15px;
      line-height: 24px;
      margin: 24px 0 12px; }
      .product-detail-fl .product-detail-item1 h5 span {
        width: 24px;
        line-height: 24px;
        font-size: 16px;
        margin-right: 6px; }
    .product-detail-fl .product-detail-item1 p .product-detail-img2 {
      width: 18%; }
    .product-detail-fl .product-advantage {
      flex-wrap: wrap;
      margin-bottom: 0; }
      .product-detail-fl .product-advantage li {
        width: 48%;
        height: 260px;
        padding: 0 10px;
        margin-bottom: 40px; }
        .product-detail-fl .product-advantage li img {
          width: 60px; }
        .product-detail-fl .product-advantage li b {
          font-size: 24px;
          margin-top: 48px; }
        .product-detail-fl .product-advantage li h4 {
          font-size: 16px;
          margin: 8px 0 10px; }
        .product-detail-fl .product-advantage li p {
          line-height: 1.6; }
    .product-detail-fl .product-processing {
      padding: 12px;
      margin-bottom: 30px; }
      .product-detail-fl .product-processing .product-processing-box {
        padding: 20px; }
      .product-detail-fl .product-processing .product-processing-title h3 {
        padding: 0 12px; }
      .product-detail-fl .product-processing ul {
        justify-content: space-between; }
        .product-detail-fl .product-processing ul li {
          margin-top: 20px; }
          .product-detail-fl .product-processing ul li p {
            width: 120px; }
          .product-detail-fl .product-processing ul li img {
            display: none; }
    .product-detail-fl .product-service {
      color: #333; }
      .product-detail-fl .product-service .product-service-text {
        position: static;
        padding: 0; }
      .product-detail-fl .product-service h3 {
        background: url(../esimg/product_detail_h3.png) no-repeat left center;
        border-left: none;
        margin: 20px 0 10px; }
      .product-detail-fl .product-service p {
        font-size: 16px;
        padding-left: 20px; }

  .product-special .product-specialImg {
    display: flex;
    align-items: flex-start;
    justify-content: center; }

  .product-special .product-specialImg2,
  .product-special .product-specialImg1 {
    position: static; }

  /* 联系我们 */
  .contact-list-box {
    flex-wrap: wrap;
    margin: 30px 0; }
    .contact-list-box .contact-list {
      width: 100%; }

  .contact-map-box {
    height: auto; }
    .contact-map-box .contact-message {
      width: 100%;
      position: relative;
      left: 0;
      margin-left: 0;
      background-size: cover;
      padding-bottom: 0; }
      .contact-map-box .contact-message .form {
        width: 100%;
        padding-bottom: 30px; }
        .contact-map-box .contact-message .form .form-text {
          width: 100%; }
    .contact-map-box .contact-map {
      position: static;
      width: 100%;
      height: 460px; }

  .new-sitemap {
    width: 90%; }

  .new-fourText {
    margin: 10px 0;
    line-height: 1.6; }

  .new-fourImg img {
    width: 100%; } }

/*# sourceMappingURL=page.css.map */
