@charset "utf-8";

/* CSS Document */
html,
body {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: "微软雅黑";
  background: #fff;
  text-align: center;
  -webkit-text-size-adjust: none;
}

a {
  color: #666666;
  text-decoration: none;
  outline: 0px none;
  star: expression(this.onFocus=this.blur());
}

a:hover,
a:active {
  color: #00375a;
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

table {
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
  border: 0 none;
  padding: 0px;
}

form {
  margin: 0px;
}

img {
  border: 0px none;
  text-align-last: center;
  vertical-align: middle;
  _azimuth: expression(this.pngSet?this.pngSet=true:(this.nodeName=="IMG"&& this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage="none", this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ this.src + "', sizingMethod='image')", this.src="images/blank.gif"):(this.origBg=this.origBg? this.origBg:this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage="none")), this.pngSet=true);
}

center {
  text-align: left;
  color: #999;
  height: 50px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

#dhtmltooltip {
  z-index: 100;
  visibility: hidden;
  position: absolute;
  text-align: left;
  border: 1px solid #ccc;
}

#clear,
.clear {
  clear: both;
  float: none;
  background: none;
  width: inherit !important;
  height: inherit !important;
}

#noData,
.noData {
  color: #ccc;
  font-size: 14px;
  text-align: left;
  padding: 50px 0px;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd;
}

html::-webkit-scrollbar {
  width: 8px;
  background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
  background-color: #9a0000;
} */

/*

head

-----------------------------------------------------------------*/
#head {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
  margin: 0px auto;
  transition: all .35s;
}

#head .logo {
  position: absolute;
  z-index: 9;
  left: 30px;
  text-align: left;
  height: 130px;
  line-height: 113px;
  transition: all .35s;
}

#head .logo img {
  height: 60px;
  width: auto;
  transition: all .35s;
}

#head .menu {
  position: absolute;
  z-index: 9;
  top: 50px;
  right: 20px;
  height: 40px;
  line-height: 40px;
}

#head .menu .btn {
  display: none;
}

#head .menu ul>li {
  float: left;
  position: relative;
  text-align: center;
  padding: 0px 30px;
  background: url("../images/menu-bar.png") no-repeat;
  background-position: center right;
}

#head .menu ul>li:last-child {
  background: none !important;
}

#head .menu ul>li:after {
  position: absolute;
  left: 43%;
  bottom: 10px;
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #191d20;
  content: '';
  display: block;
  transition: all .18s;
}

#head .menu ul>li.A:after {
  opacity: 1;
}

#head .menu ul>li>a {
  font: bold 14px/100px 微软雅黑, 微软雅黑;
  color: #333;
  line-height: 60px;
  display: inline-block;
  transition: line-height .35s, height .35s, color .25s;
}

#head .menu ul>li .A {
  color: #191d20;
}

#head .menu ul>li .A:after {
  position: absolute;
  z-index: 2;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 5px;
  background: #191d20;
  content: '';
  transition: all .35s;
}

#head .menu ul>li.A>a {
  color: #191d20;
}

#head .menu ul>li>div {
  min-width: 160px;
  background: #191d20;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
  position: absolute;
  z-index: 9;
  left: 0;
  top: 49px;
  display: none;
  transition: top .35s;
}

#head .menu ul>li>div>a {
  display: block;
  height: 45px;
  line-height: 44px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .8);
  padding: 0 50px 0 20px;
  font-size: 10px;
  transition: all .35s;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

#head .menu ul>li>div>a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../images/arrow.png?6) no-repeat center center;
  right: 35px;
  top: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .5s;
}

#head .menu ul>li>div>a:last-child {
  border-bottom: 0px none;
}

#head .menu ul>li>div>a:hover {
  background: #9a0000;
  color: rgba(255, 255, 255, 1);
}

#head .menu ul>li>div>a:hover:after {
  right: 20px;
  filter: alpha(opacity=60);
  opacity: .6;
}

#head .menu ul>li>div>a:last-child:hover {
  border-bottom: 0px none;
}

#head .tel {
  position: absolute;
  z-index: 9;
  top: 14px;
  right: 352px;
  height: 40px;
  line-height: 40px;
}

#head .tel.email {
  right: 158px;
}

#head .tel img {
  display: inline-block;
  padding-bottom: 4px;
}

#head .tel p {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding-top: 1px;
  margin-left: 4px;
}

#head .search {
  position: absolute;
  z-index: 9;
  top: 14px;
  right: 110px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

#head .search>img {
  height: 25px;
  width: auto;
}

#head .language {
  position: absolute;
  z-index: 9;
  top: 14px;
  right: 50px;
  font-size: 14px;
  color: #999 !important;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
#head .language a {
  color: #999;
}

@media only screen and (max-width: 1280px) {
  #head .menu {
    right: 130px;
  }

  #head .menu .btn {
    display: block;
  }

  #head .menu .btn>img {
    height: 50px;
    width: auto;
  }

  #head .menu>ul {
    display: none;
  }
}

@media only screen and (max-width: 890px) {
  #main .animation div.swiper-slide {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #head {
    height: 70px;
  }

  div#banner-mobile {
    padding-top: 70px;
  }

  #head .logo {
    left: 20px;
    height: 70px;
    line-height: 70px;
  }

  #head .logo img {
    height: 50px;
  }

  #head .menu {
    right: 20px;
    top: 0px;
    height: 70px;
    line-height: 70px;
  }

  #head .menu .btn>img {
    height: 40px;
    width: auto;
  }

  #head .search,
  #head .language {
    display: none;
  }

  #banner {
    padding-top: 72px !important;
  }
  div.banner-image {
    height: 190px !important;
  }
}



/* end*/


/*

search

-----------------------------------------------------------------*/
#search {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 120px;
  width: 20%;
  height: 60px;
  background: #00385b;
}

#search form {
  margin: 0px auto;
}

#search input[type="text"] {
  outline: medium;
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  width: 80%;
  border: 0px;
  font-size: 14px;
  font-weight: normal;
  font-family: 微软雅黑;
  background: none;
  color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  overflow: hidden;
}

#search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .8);
}

#search button {
  float: right;
  width: 20%;
  height: 60px;
  border: none;
  background: url(../images/go.png) no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  #search {
    width: 30%;
  }

}

@media only screen and (max-width: 900px) {
  #search {
    width: 100%;
  }

}

/* end*/


/*

language

-----------------------------------------------------------------*/
#language {
  position: fixed;
  z-index: 99;
  right: -120px;
  top: 121px;
  width: 120px;
  height: auto;
  background: #666;
}

#language a {
  display: block;
  padding: 15px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: all .35s;
}

#language a:last-child {
  border-bottom: 0 !important;
}

#language a>img {
  margin-right: 5px;
}

#language a:hover {
  background: #777;
}

/* end*/



/*

menuWap

-----------------------------------------------------------------*/
#menuWap {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .86);
}

#menuWap .close {
  width: 80%;
  margin: 30px auto;
  text-align: right;
}

#menuWap .close img {
  border: 1px solid rgba(255, 255, 255, .2);
}

#menuWap ul {
  width: 80%;
  margin: 0px auto;
  text-align: left;
}

#menuWap ul>li {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0px;
  text-align: left;
  margin: 0px auto;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#menuWap ul>li img {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 18px;
  width: 18px;
  height: auto;
}

#menuWap ul>li>a {
  display: block;
  font-size: 20px;
  padding: 0px 5px;
  color: rgba(255, 255, 255, .8);
}

#menuWap ul>li.A>a {
  color: #00a0e9 !important;
}

#menuWap ul>li>div {
  display: none;
  padding: 10px 0px;
}

#menuWap ul>li>div a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}

#menuWap .search {
  width: 80%;
  height: 30px;
  margin: 20px auto;
}

#menuWap .search form {
  margin: 0px auto;
}

#menuWap .search input[type="text"] {
  outline: medium;
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  width: 80%;
  border: 0px;
  font-size: 14px;
  font-weight: normal;
  font-family: 微软雅黑;
  background: rgba(255, 255, 255, 1);
  color: #666;
  box-sizing: border-box;
  overflow: hidden;
}

#menuWap .search input::-webkit-input-placeholder {
  color: #999;
}

#menuWap .search button {
  float: right;
  width: 20%;
  height: 30px;
  border: none;
  background: #00a0e9 url(../images/go.png) no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

#menuWap .language {
  text-align: center;
  margin: 0px auto;
}

#menuWap .language a {
  display: inline-block;
  padding: 5px;
  color: rgba(255, 255, 255, .8);
}

@media only screen and (max-width: 1280px) {
  #menuWap ul>li {
    padding: 25px 0px !important;
  }

  #menuWap ul>li>a {
    font-size: 18px !important;
  }

  #menuWap ul>li>div a {
    font-size: 14px !important;
  }

  #menuWap .search,
  #menuWap .language {
    display: none;
  }
}



@media only screen and (max-width: 780px) {
  #menuWap .close img {
    height: 20px;
    width: auto;
  }

  #menuWap ul>li {
    padding: 15px 0px !important;
  }

  #menuWap ul>li>a {
    font-size: 14px !important;
  }

  #menuWap ul>li>div a {
    font-size: 12px !important;
  }

  .layui-layer.layui-layer-page {
    width: 90% !important;
    left: 5% !important;
    height: max-content !important;
  }

}

@media only screen and (max-width: 1030px) {

  .banner-image {
    height: 500px !important;
  }
  
  #navpart {
    display: none !important;
    /* background: #00a0e9;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1); */
  }

  div#news {
    padding: 0;
  }
}


@media only screen and (max-width: 790px) {

  .banner-image {
    height: 400px !important;
  }
}

@media only screen and (max-width: 420px) {

  #menuWap .search {
    display: none;
  }
  #menuWap .language {
    display: block;
  }
}




#banner {
  position: relative;
  background: #fff;
  height: auto;
  overflow: hidden;
  transition: all .35s;
  padding-top: 120px;
}

#banner .swiper-container {
  width: 100%;
  height: 100%;
}

#banner .swiper-slide {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#banner .swiper-slide img {
  max-width: 100%;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 1;
  transition: all .2s;
}

#banner .swiper-pagination-bullet:hover {
  opacity: .5;
}

#banner .swiper-pagination-bullet-active {
  background: #4db23f;
  opacity: 1 !important;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  transition: all .2s;
}

#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAx0lEQVRoge3aMQrCQBRF0Y+4DxuX4VKzB7fgCrKBVDa2dilzLaKFiYIzIP85vlMGAu9CijBJhBCgYzYCh+w9VYCeZ33J/dtvDSsBDBGxX1w+Z2ypBgysDdm7ijhChSNUOEKFI1Q4QsWbiKKXwFTADri+iOiyt33sHjE6IpsjVDhChSOUsD6ykYnYZA9I0cyjFeEYXY5R5RhVLcZcmoiJaOQE5cExqhyjyjGqHKPKMar+IeaYvasKcFqE/M4XriXmH88mKn48uwHHhY37FtUzgAAAAABJRU5ErkJggg==');
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAvklEQVRoge3aMQrCQBCF4cWLeAZ7j5o7eAVPkAuksrG1S+mfQkSM2WJEnLfL+7pAAvNDijDZUgKAIzDzMESelQKMvBuzZ3raBe+/rK4PwPSrYf4KmPjkmHSOUeUYVY5R5RhVvcWsPzKbjhk2Ym7APnu2sErM7JhsjlHlGFWOUVWJCa2aousgq+ni1XKECkeocISKniOurUW0v0lxhApHqHCECkeocISKXiJOzUeUsvkH6pw901d4HTy7I3bwbAFEQY4GwbRw2gAAAABJRU5ErkJggg==');
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  opacity: .6;
}

#banner>.bg,
#b-sub>.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 2;
  display: none;
}

#banner .mc-box {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 38%;
  width: 900px;
  text-align: left;
}

#banner .mc-box img {
  display: block;
  margin-left: 8px;
  margin-bottom: 10px;
}

#banner .mc-box img:first-child {
  margin-bottom: 20px;
  margin-left: 0px !important;
}


@media only screen and (max-width: 1280px) {
  #banner {
    height: 500px;
  }

  .inside {
    height: 260px !important;
  }

  #banner .swiper-slide img {
    max-width: 100%;
    height: auto;
  }

  #banner .mc-box {
    top: 42%;
    width: 50%;
  }

  #banner .mc-box img {
    width: 50%;
    height: auto;
  }
}

@media only screen and (max-width:780px) {
  #banner {
    height: 400px;
  }

  .inside {
    height: 190px !important;
    padding-top: 70px;
  }
}

@media only screen and (max-width:680px) {
  #banner {
    height: 190px;
  }

  .inside {
    height: 170px !important;
  }

  #main .block-wrap div.block {
    width: 79%;
    padding: 10%;
    margin: 40px 0 0 0;
  }

  #main .block-wrap .block div.view {
    top: 8%;
    right: 10%;
  }

  #main .block-wrap div.block.fl-right div.view {
    /* top: 14%; */
  }

  #main .block-wrap div.block.fl-right {
    /* height: 130px; */
    margin-bottom: 40px;
    float: left;
  }
}

@media only screen and (max-width:420px) {
  #banner {
    height: 190px;
  }

  .inside {
    height: 80px !important;
  }

  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    width: 16px;
    height: 20px;
    margin-top: 10px;
    -moz-background-size: 16px 20px;
    -webkit-background-size: 16px 20px;
    background-size: 16px 20px;
  }
}






/* end*/




/*

main

-----------------------------------------------------------------*/
#main {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-color: #f3f5f7;
}

#main .block-wrap {
  width: 65%;
  margin: 0 auto;
  text-align: left;
}

#main .block-wrap .block {
  display: inline-block;
  width: 46%;
  height: 260px;
  padding: 1.7%;
  background-color: white;
  margin: 40px 0;
  position: relative;
}

#main .block-wrap .block .view {
  padding: 5px 0;
  position: absolute;
  top: 6%;
  right: 3%;
  z-index: 100;
}

#main .block-wrap .block .view a {
  color: #9a0000;
  font-size: 14px;
}
#main .block-wrap .block .title {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  text-align: left;
  font-size: 16px;
  color: #333;
  float: right;
}

#main .block-wrap .block .title::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 65px;
  height: 2px;
  background-color: #9a0000;
}

#main .block-wrap .block .content {
  position: relative;
  width: 100%;
}

#main .block-wrap .block .content .img {
  width: 40%;
  height: 202px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main .block-wrap .block .content .img img {
  width: 100%;
}

#main .block-wrap .block .content .container {
  width: 100%;
}

#main .block-wrap .block .content .container .text {
  height: 220px;
  font-size: 12px;
  color: #666;
  line-height: 37px;
  display: -webkit-box;
  height: 214px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-indent:2em;
  margin-top: -12px;
}

#main .animation a {
  display: inline-block;
  width: 90%;
  background: #fff;
  text-align: center;
  font-family: "微软雅黑";
  /* margin-left: 25px; */
  border-bottom: 2px solid #cacaca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#main .animation .swiper-slide {
  display: flex;
  justify-content: center;
}

#main .animation a .cn {
  color: rgba(0, 109, 184, 1);
  font-size: 16px;
  padding: 30px 0px 0px 0px;
}

#main .animation a .en {
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 0px 20px 0px;
}

#main .animation a .text {
  border-top: 1px solid #eeeaeb;
  padding: 20px;
  line-height: 18px;
  color: #a3a3a3;
}

#main .animation a:hover {
  border-bottom: 2px solid #9a0000;
}

#main .animation a:hover img {
  opacity: 0.8;
}

#main .animation a:hover .case-item-mask {
  display: none;
}

#main .case-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main .case-item-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
}

#main .news {
  width: 50%;
  text-align: left;
}

#main .news .company-intro-wrap {
  position: relative;
  width: 80%;
  float: right;
  margin-right: 3%;
  margin-top: 42px;
  margin-bottom: 42px;
  background-color: white;
  padding-left: 40px;
  padding-right: 10px;
}

#main .news .title {
  position: relative;
  width: 100%;
  padding: 40px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  float: right;
}

#main .news .title::after {
  content: '';
  position: absolute;
  top: 67px;
  left: 0;
  width: 65px;
  height: 2px;
  background-color: #01375a;
}

#main .news .hot {
  width: 100%;
  padding: 0 0;
  margin: 0px 0 40px 0;
  float: right;
}

#main .news .hot .img {
  width: 30%;
  height: auto;
  overflow: hidden;
}

#main .news .hot .img img {
  width: 100%;
  height: auto;
}

#main .news .hot .container {
  width: 60%;
  padding: 0 30px;
  text-align: left;
}

#main .news .hot .container .name {
  padding: 0 0 10px 0;
  font-size: 16px;
}

#main .news .hot .container .name>a {
  color: #333;
  transition: all .35s;
}

#main .news .hot .container .name>a:hover {
  color: #00a0e9;
}

#main .news .hot .container .time {
  color: #ccc;
}

#main .news .hot .container .text {
  font-size: 12px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  height: 202px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

#main .news .hot .container .view {
  padding: 5px 0;
}

#main .news .hot .container .view a {
  color: #01375a;
  font-size: 14px;
}

#main .news .list {
  width: 80%;
  /* padding: 0 10%; */
  padding: 0;
  /* margin: 0px auto; */
  margin: 0px 0;
  float: right;
}

#main .news .list a {
  position: relative;
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px dotted #ddd;
  transition: all .35s;
}

#main .news .list a:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #00a0e9;
  content: '';
}

#main .news .list a span {
  float: right;
  color: #ccc;
  font-size: 12px;
}

#main .news .list a:hover {
  color: #01375b;
}

#main .navigation {
  width: 50%;
  text-align: left;
}

#main .navigation a {
  position: relative;
  display: block;
  float: left;
  width: 24.9%;
  overflow: hidden;
}

#main .navigation a:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: '';
  transition: all .3s;
}

#main .navigation a>img {
  width: 100%;
  height: auto;
  transition: all .32s;
  opacity: 0;
}

#main .navigation a .text {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}

#main .navigation a .text .title-text {
  text-align: center;
  color: #848484;
  font-size: 16px;
  display: block;
}

#main .navigation a .text .image-lan {
  width: 66px;
  margin: 0 auto;
  position: relative;
  display: block;
  margin-bottom: 16px;
}

#main .navigation a .text .image-bai {
  display: none;
  padding-bottom: 55px;
}

#main .navigation a .text h3 {
  font-size: 38px;
  font-weight: normal;
}

/* 
#main .navigation a .text:after {
  position: absolute;
  left: -13%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #00a0e9;
  content: '';
  transition: all .35s;
} */

#main .navigation a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

#main .navigation a:hover .text {
  opacity: 0;
}

/* #main .navigation a:hover:after {
  background: rgba(0, 0, 0, .5);
}

#main .navigation a:hover .text .title-text {
  color: #fff;
}

#main .navigation a:hover .image-lan {
  display: none;
}

#main .navigation a:hover .image-bai {
  display: inline;
} */

#main .customer {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 50px 0;
}

#main .customer .swiper-container {
  width: 90%;
  margin: 0px auto;
}

#main .customer .swiper-slide {
  position: relative;
  text-align: center;
  background: #fff;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main .customer .swiper-slide:after {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 96%;
  height: 96%;
  border: 1px solid #ddd;
  content: '';
}

#main .customer .swiper-slide img {
  width: auto;
  height: 100%;
}

#main .customer .button-prev {
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin-top: -17px;
  background: #ddd;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s;
}

#main .customer .button-next {
  position: absolute;
  z-index: 9;
  right: 30px;
  top: 50%;
  margin-top: -17px;
  background: #ddd;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s;
}

#main .customer .button-prev img,
#main .customer .button-next img {
  width: 100%;
  height: auto;
}

#main .customer .button-prev:hover img,
#main .customer .button-next:hover img {
  margin-top: -35px;
}

#main .customer .button-prev:hover,
#main .customer .button-next:hover {
  background: #00a0e9;
}

#main .customer .button-prev.swiper-button-disabled,
#main .customer .button-next.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}




@media only screen and (max-width: 1280px) {
  #main .news {
    float: none;
    width: 100%;
    margin: 0px auto;
  }

  #main .navigation {
    float: none;
    width: 100%;
    margin: 20px auto;
  }

  #main .customer .swiper-container {
    width: 85%;
  }
}

@media only screen and (max-width: 640px) {
  #main .news .title {
    width: 90%;
    padding: 20px 0px !important;
    margin: 0px auto;
  }

  #main .news .hot {
    width: 90%;
    padding: 0px !important;
    margin: 0px auto !important;
  }

  #main .news .hot .img {
    width: 100%;
  }

  #main .news .hot .container {
    width: 100%;
    padding: 0px !important;
  }

  #main .news .hot .container .name {
    padding: 10px 0 !important;
  }

  #main .news .list {
    width: 90%;
    padding: 0px !important;
    margin: 0px auto;
  }

  #main .news .list a {
    position: relative;
    font-size: 13px;
  }

  #main .news .list a span {
    position: absolute;
    right: 0;
    top: 12px;
  }

  #main .navigation a {
    float: none;
    width: 100%;
  }

  #main .customer .swiper-slide {
    height: 60px;
  }

  #main .customer .button-prev {
    left: 10px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }

  #main .customer .button-next {
    right: 10px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }

  #main .customer .button-prev:hover img,
  #main .customer .button-next:hover img {
    margin-top: -30px;
  }

}

/* end*/



/*

navpart

-----------------------------------------------------------------*/
#navpart {
  width: 96%;
  background: #f4f4f4;
  position: relative;
  height: 45px;
  z-index: 1;
  padding: 0px 2%;
}

#navpart .btn {
  display: none;
}

#navpart .column {
  position: relative;
  margin: 0px auto;
}

#navpart .column li {
  float: left;
}

#navpart .column li a {
  width: 158px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 13px;
  color: #333333;
  text-align: center;
  transition: all .35s;
}

#navpart .column li a:hover {
  background: url(../images/column-A.png) top center no-repeat;
  position: relative;
  top: 0px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  height: 75px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#navpart .column li a.A {
  background: url(../images/column-A.png) top center no-repeat;
  position: relative;
  top: 0px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  height: 75px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}


@media only screen and (max-width: 1460px) {
  #navpart .column li a {
    width: 130px;
  }
}

@media only screen and (max-width: 780px) {

  .layui-layer.layui-layer-dialog {
    width: 90% !important;
    left: 5% !important;
  }

  #culture div.img {
    padding-left: 0;
  }

  #navpart {
    display: none !important;
    /* background: #00a0e9;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1); */
  }

  #navpart .btn {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }

  #navpart .column {
    display: none;
    position: absolute;
    z-index: 100000;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    top: 51px;
  }

  #navpart .column li {
    float: none;
  }

  #navpart .column li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 12px;
    background: #00a0e9;
    color: #fff;
  }

  #navpart .column li a.A {
    background: #fff;
    color: #555;
    height: 50px;
    line-height: 50px;
  }

}




/* end*/




/*

about

-----------------------------------------------------------------*/
#about {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#about .about {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 50px 0;
}

#about .about .img {
  margin: 0px auto;
}

#about .about .img>img {
  width: 100%;
  height: auto;
}

#about .about .name {
  text-align: left;
  padding: 30px 0;
}

#about .about .name h2 {
  display: block;
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
  color: #e6e6e6;
  line-height: 32px;
}

#about .about .name h3 {
  display: block;
  padding: 10px 0;
  font-size: 25px;
  font-weight: normal;
  color: #00a0e9;
}

#about .about .name h4 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
}

#about .about .text {
  padding: 30px 0;
  text-align: left;
}

#about .about .text p {
  font-size: 13px;
  color: #555;
  line-height: 30px;
}

#about .organization {
  background: #eee url("../images/organization-bg.jpg") no-repeat;
  background-position: top center;
  margin: 0px auto;
  padding: 100px 0;
}

#about .organization .container {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

#about .branch {
  margin: 0px auto;
  padding: 0;
}

#about .branch .title {
  display: block;
  padding: 30px;
  margin: 0px auto;
  background: #00a0e9;
  color: #fff;
  font-size: 24px;
}

#about .branch .container {
  width: 90%;
  max-width: 1400px;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  margin: 0px auto;
}

#about .branch .container:last-of-type {
  border: 0 !important;
}

#about .branch .container .img {
  width: 40%;
  text-align: left;
}

#about .branch .container .img>img {
  width: 100%;
  height: auto;
}

#about .branch .container .text {
  width: 55%;
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

#about .branch .container .text .name {
  display: block;
  padding: 15px 0;
  color: #00a0e9;
  font-size: 18px;
}

#about .branch .container .text p {
  margin-bottom: 20px;
}



@media only screen and (max-width: 1280px) {
  #about .about .name h2 {
    font-size: 20px;
  }

  #about .about .name h3 {
    font-size: 20px;
  }

  #about .about .name h4 {
    font-size: 12px;
  }

  #about .about .text p {
    font-size: 14px;
    line-height: 25px;
  }

  #about .organization {
    padding: 100px 0;
    text-align: center;
  }

  #about .organization img {
    width: 100%;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 780px) {
  #about {
    padding: 50px 0;
  }

  #about .about {
    padding: 0;
  }
}

@media only screen and (max-width: 420px) {
  #about .branch .title {
    font-size: 20px;
  }

  #about .branch .container .img {
    width: 100%;
    float: none;
  }

  #about .branch .container .text {
    width: 100%;
    float: none;
    font-size: 12px;
    line-height: 20px;
  }
}

/* end*/



/*

honor

-----------------------------------------------------------------*/
#honor {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#honor .list {
  width: 60%;
  text-align: left;
}

#honor .list a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
}

#honor .list a>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
  opacity: .3;
}

#honor .img {
  width: 40%;
}

#honor .img>img {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 780px) {
  #honor {
    padding: 50px 0;
  }

  #honor .img {
    width: 100%;
    float: none;
  }

  #honor .list {
    width: 100%;
  }

  #honor .list a {
    padding: 15px 0;
    font-size: 14px;
  }
}

/* end*/


/*

culture

-----------------------------------------------------------------*/
#culture {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#culture .container {
  width: 50%;
  text-align: left;
}

#culture .container .tag {
  margin-bottom: 35px;
}

#culture .container .tag>.title {
  display: block;
  padding: 0;
  font-size: 16px;
  color: #00a0e9;
}

#culture .container .tag>.text {
  padding: 10px 0;
  font-size: 13px;
  color: #555;
  line-height: 30px;
}

#culture .img {
  width: 38.5%;
  padding-right: 1%;
  padding-left: 8%;
}

#culture .img>img {
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 780px) {
  #culture {
    padding: 50px 0;
  }

  #culture .container {
    width: 100%;
    padding: 30px 0;
  }

  #culture .container .tag>.title {
    font-size: 16px;
  }

  #culture .container .tag>.text {
    font-size: 14px;
    line-height: 25px;
  }

  #culture .img {
    width: 100%;
    padding-right: 0;
  }

}

/* end*/


/*

history

-----------------------------------------------------------------*/
#history {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 100px 0;
}

#history .hetop {
  text-align: left;
}

#history .container {
  text-align: left;
  background: url("../images/history-bar.png") repeat-y;
  background-position: 27px top;
  padding: 50px 80px;
}

#history .container .list {
  position: relative;
  padding: 50px 0;
}

#history .container .spot {
  position: absolute;
  left: -58px;
  top: 60px;
  width: 40px;
  height: 16px;
  background: url("../images/history-spot.png");
  background-position: 0 0;
  transition: all .35s;
}

#history .container .list .years {
  padding: 5px 0;
  font-size: 18px;
  color: #00a0e9;
}

#history .container .list .text {
  font-size: 16px;
  color: #666;
}

#history .container .list:hover .spot {
  background: url("../images/history-spotA.png");
}



@media only screen and (max-width: 1280px) {
  #history {
    width: 90%;
  }

}

@media only screen and (max-width: 780px) {
  #history {
    padding: 50px 0;
  }

  #history .container .list .text {
    font-size: 14px;
    color: #666;
  }

}

/* end*/



/*

news

-----------------------------------------------------------------*/
#news {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 100px 0;
}

#news .list {
  margin: 0px auto;
}

#news .list>li {
  display: block;
  padding: 50px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#news .list>li:last-of-type {
  border-bottom: 0 !important;
}

#news .list>li>a {
  display: block;
}

#news .list>li>a .img {
  position: relative;
  display: block;
  float: left;
  width: 25%;
}

#news .list>li>a .img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .5) url("../images/icon-zoom.png") no-repeat;
  background-position: 50% -50%;
  content: '';
  transition: all .2s;
}

#news .list>li>a .img>img {
  width: 100%;
  height: auto;
}

#news .list>li>a .container {
  display: block;
  float: left;
  width: 60%;
  padding: 0 5%;
}

#news .list>li>a .container .name {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  transition: all .35s;
}

#news .list>li>a .container .text {
  padding: 5px 0;
  color: #999;
  font-size: 12px;
  line-height: 25px;
}

#news .list>li>a .container .see {
  display: block;
  padding: 20px 0;
  color: #00a0e9;
  font-size: 12px;
}

#news .list>li>a .container .see span {
  display: inline-block;
  margin-right: 20px;
}

#news .list>li>a .container .see span>img {
  height: 16px;
  width: auto;
  margin-right: 5px;
}

#news .list>li>a:hover .img:after {
  background: rgba(0, 0, 0, .5) url("../images/icon-zoom.png") no-repeat;
  background-position: 50% 50%;
  opacity: 1;
}

#news .list>li>a:hover .name {
  color: #00a0e9;
}

#news .more {
  padding: 50px 0;
  text-align: left;
  border-top: 1px solid #ddd;
}


@media only screen and (max-width:780px) {
  div.title-wrap {
    padding-top: 35px;
  }
  
  #news {
    padding: 0;
  }

  #news .list>li>a .container .name {
    padding: 5px 0;
  }

  #news .list>li>a .container .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

}

@media only screen and (max-width:420px) {
  #news .list>li>a .img {
    float: none;
    width: 100%;
  }

  #news .list>li>a .container {
    float: none;
    width: 100%;
    padding: 0;
  }

  #news .list>li>a .container .name {
    padding: 10px 0;
    font-size: 16px;
  }

}

/* end*/




/*

production_equipment

-----------------------------------------------------------------*/
#production_equipment {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#production_equipment a {
  position: relative;
  display: block;
  float: left;
  width: 24%;
  margin: 1% 1% 1% 0;
  overflow: hidden;
}

#production_equipment a:after {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 14px;
  color: #00a0e9;
  content: attr(data-name);
  overflow: hidden;
  transition: all .35s;
}

#production_equipment a>img {
  width: 100%;
  height: auto;
}

#production_equipment a:hover:after {
  background: rgba(0, 0, 0, .7);
  font-size: 16px;
  color: #fff;
  height: 50%;
  padding-top: 50%;
}

@media only screen and (max-width: 780px) {
  #production_equipment {
    padding: 50px 0;
  }

  #production_equipment a {
    width: 32%;
  }
}

@media only screen and (max-width: 420px) {
  #production_equipment a {
    width: 49%;
  }

  #production_equipment a:after {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* end*/





/*

production_equipment

-----------------------------------------------------------------*/
#office_space {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#office_space a {
  position: relative;
  display: block;
  float: left;
  width: 17%;
  margin: 1% 1% 1% 0;
  overflow: hidden;
}

#office_space a:after {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 14px;
  color: #9a0000;
  content: attr(data-name);
  overflow: hidden;
  transition: all .35s;
}

#office_space a>img {
  width: 100%;
  height: auto;
}

#office_space a:hover:after {
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #fff;
  height: 50%;
  padding-top: 100%;
}

@media only screen and (max-width: 780px) {
  #office_space {
    padding: 50px 0;
  }

  #office_space a {
    width: 32%;
  }
}

@media only screen and (max-width: 420px) {
  #office_space a {
    width: 49%;
  }

  #office_space a:after {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* end*/




/*

production_space

-----------------------------------------------------------------*/
#production_space {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#production_space .title {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #00a0e9;
}

#production_space .list {
  margin: 0px auto;
  padding: 20px 0;
  text-align: left;
}

#production_space .list a {
  position: relative;
  display: block;
  float: left;
  width: 24%;
  margin: 1% 1% 1% 0;
  overflow: hidden;
}

#production_space .list a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 14px;
  color: #00a0e9;
  content: attr(data-name);
  overflow: hidden;
  transition: all .35s;
}

#production_space .list a>img {
  width: 100%;
  height: auto;
}

#production_space .list a:hover:after {
  background: rgba(0, 0, 0, .7);
  font-size: 16px;
  color: #fff;
  height: 50%;
  padding-top: 50%;
}

@media only screen and (max-width: 780px) {
  #production_space {
    padding: 50px 0;
  }

  #production_space .list a {
    width: 32%;
  }
}

@media only screen and (max-width: 420px) {
  #production_space .list a {
    width: 49%;
  }

  #production_space .list a:after {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* end*/





/*

testing_equipment

-----------------------------------------------------------------*/
#testing_equipment {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#testing_equipment .list {
  margin: 0px auto;
}

#testing_equipment .list>li {
  display: block;
  float: left;
  width: 17.6%;
  margin: 1%;
  border: 1px solid #ddd;
}

#testing_equipment .list>li a:after {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0) url("../images/icon-zoom.png") no-repeat;
  background-position: 50% 0;
  content: '';
  transition: all .35s;
}

#testing_equipment .list>li .img {
  position: relative;
  width: 90%;
  height: auto;
  padding: 5%;
  overflow: hidden;
  margin: 0px auto;
}

#testing_equipment .list>li .img>img {
  width: 100%;
  height: auto;
}

#testing_equipment .list>li .name {
  padding: 15px;
  height: 25px;
  text-align: center;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .35s;
}

#testing_equipment .list>li:hover .name {
  color: #00a0e9;
}

#testing_equipment .list>li:hover a:after {
  height: 100%;
  background: rgba(0, 0, 0, .7) url("../images/icon-zoom.png") no-repeat;
  background-position: 50% 50%;
}

#testing_equipment .more {
  padding: 50px 0;
  text-align: left;
}

@media only screen and (max-width: 780px) {
  #testing_equipment {
    padding: 50px 0;
  }

  #testing_equipment .list>li {
    width: 46%;
    margin: 1% 2%;
  }
}

@media only screen and (max-width: 420px) {
  #testing_equipment .list>li {
    display: block;
    float: none;
    width: 98%;
    margin: 0 1% 5% 1%;
  }

  #testing_equipment .list>li .img>img {
    max-height: none;
    min-height: none;
  }
}


/* end*/




/*

manufacturing_capability

-----------------------------------------------------------------*/
#manufacturing_capability {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#manufacturing_capability>ul {
  width: 90%;
  margin: 0px auto;
  padding: 0;
  text-align: left;
}

#manufacturing_capability>ul>li {
  display: block;
  padding: 5%;
}

#manufacturing_capability>ul>li:nth-child(2n) {
  background: #eee;
}

#manufacturing_capability>ul>li>.img {
  width: 50%;
}

#manufacturing_capability>ul>li>.img>img {
  display: inline-block;
  width: 49%;
}

#manufacturing_capability>ul>li>.container {
  width: 44%;
  padding: 0 3%;
  text-align: left;
}

#manufacturing_capability>ul>li>.container .name {
  position: relative;
  font-size: 25px;
  font-weight: normal;
  color: #00a0e9;
}

#manufacturing_capability>ul>li>.container .name:after {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -8px;
  background: #00a0e9;
  width: 80px;
  height: 2px;
  content: '';
}

#manufacturing_capability>ul>li>.container .text {
  padding: 15px 0;
  text-align: left;
}

#manufacturing_capability>ul>li>.container .text p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 10px;
}

#manufacturing_capability>ul>li>.container .text p>strong {
  display: block;
}

#manufacturing_capability>ul>li>.container .text .btn-video {
  display: inline-block;
  padding: 3px 15px 3px 36px;
  background: #ff9900 url("../images/icon-video.png") no-repeat;
  background-position: 10px 50%;
  background-size: 24px auto;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  transition: all .35s;
}

#manufacturing_capability>ul>li>.container .text .btn-video:hover {
  background-color: #ffcc00;
}

@media only screen and (max-width: 768px) {
  #manufacturing_capability {
    padding: 50px 0;
  }

  #manufacturing_capability>ul>li>.img {
    width: 30%;
  }

  #manufacturing_capability>ul>li>.img>img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  #manufacturing_capability>ul>li>.container {
    width: 64%;
  }

  #manufacturing_capability>ul>li>.container .name {
    font-size: 20px;
  }

  #manufacturing_capability>ul>li>.container .text p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 482px) {
  #manufacturing_capability>ul>li>.img {
    width: 100%;
  }

  #manufacturing_capability>ul>li>.img>img {
    display: inline-block;
    width: 49%;
  }

  #manufacturing_capability>ul>li>.container {
    width: 94%;
    padding: 5% 3%;
  }

  #manufacturing_capability>ul>li>.container .name {
    font-size: 18px;
  }
}

/* end*/



/*

technological_development

-----------------------------------------------------------------*/
#technological_development {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#technological_development .container {
  width: 90%;
  margin: 0px auto;
  padding: 20px 0;
  text-align: left;
}

#technological_development .container .title {
  color: #00a0e9;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

#technological_development .container .text {
  padding: 20px 0;
  font-size: 14px;
  color: #555;
  line-height: 25px;
}

#technological_development .container .text img {
  max-width: 100%;
  height: auto;
}

#technological_development .container .text>ul.iinstrument {
  margin: 0px auto;
}

#technological_development .container .text>ul.instrument>li {
  width: 20%;
  float: left;
  text-align: center;
}

#technological_development .container .text>ul.instrument>li .img {
  width: 89.6%;
  margin: 0px 3%;
  padding: 2%;
  border: 1px solid #ddd;
}

#technological_development .container .text>ul.instrument>li .img>img {
  width: 100%;
  height: auto;
}

#technological_development .container .text>ul.instrument>li .name {
  padding: 15px 0;
  color: #666;
}


@media only screen and (max-width: 780px) {
  #technological_development {
    padding: 50px 0;
  }

  #technological_development .container .text>ul.instrument>li {
    width: 33%;
  }
}

@media only screen and (max-width: 420px) {
  #technological_development .container .text {
    font-size: 12px;
    line-height: 20px;
  }

  #technological_development .container .text>ul.instrument>li {
    width: 50%;
  }


}

/* end*/



/*

mold_development

-----------------------------------------------------------------*/
#mold_development {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#mold_development .text {
  width: 90%;
  margin: 0px auto;
  text-align: left;
}

#mold_development .text p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 20px;
}

#mold_development .process {
  width: 90%;
  margin: 0px auto;
  padding: 50px 0;
}

#mold_development .process>li {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  padding-bottom: 2%;
}

#mold_development .process>li:after {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  background: #fff;
  width: 5%;
  height: 100%;
  content: '';
}

#mold_development .process>li .img {
  display: block;
  width: 100%;
}

#mold_development .process>li .img>img {
  width: 100%;
  height: auto;
}

#mold_development .process>li .text {
  display: block;
  width: 90%;
  padding: 5%;
  background: #eee;
  transition: all .35s;
}

#mold_development .process>li .text h2 {
  position: relative;
  font-size: 56px;
  font-weight: normal;
  font-family: "Arial";
  color: #ccc;
  transition: all .35s;
}

#mold_development .process>li .text h2:after {
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #00a0e9;
  content: '';
  transition: all .35s;
}

#mold_development .process>li .text h3 {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  transition: all .35s;
}

#mold_development .process>li:hover .text {
  background: #00a0e9;
}

#mold_development .process>li:hover .text h2 {
  color: rgba(255, 255, 255, .5);
}

#mold_development .process>li:hover .text h2:after {
  background: #fff;
}

#mold_development .process>li:hover .text h3 {
  color: #fff;
}


@media only screen and (max-width: 780px) {
  #mold_development {
    padding: 50px 0;
  }

  #mold_development .process>li {
    width: 50%;
  }
}

@media only screen and (max-width: 420px) {
  #mold_development .process>li {
    float: none;
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 2%;
  }

  #mold_development .process>li:after {
    display: none;
  }

  #mold_development .process>li .text h2 {
    display: inline-block;
    font-size: 36px;
  }

  #mold_development .process>li .text h3 {
    display: inline-block;
    padding: 0 10px;
  }
}

/* end*/









/*

quality_assurance

-----------------------------------------------------------------*/
#quality_assurance {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#quality_assurance .honor {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0px auto;
  padding: 50px 0;
}

#quality_assurance .honor .button-prev {
  position: absolute;
  z-index: 7;
  left: 5%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url("../images/icon-arrow-prev.png") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

#quality_assurance .honor .button-next {
  position: absolute;
  z-index: 7;
  right: 5%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url("../images/icon-arrow-next.png") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

#quality_assurance .honor .button-prev.swiper-button-disabled,
#quality_assurance .honor .button-next.swiper-button-disabled {
  opacity: .2;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}

#quality_assurance .honor .swiper-container {
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin: 0px auto;
}

#quality_assurance .honor .swiper-slide {
  width: 25%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#quality_assurance .honor .swiper-slide a {
  display: block;
  width: 100%;
}

#quality_assurance .honor .swiper-slide a>.img {
  display: block;
  border: 1px solid #ddd;
  padding: 5%;
  margin-bottom: 20px;
  transition: all .35s;
}

#quality_assurance .honor .swiper-slide a>.name {
  padding: 0 15px;
  height: 25px;
  text-align: center;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .35s;
}

#quality_assurance .honor .swiper-slide a img {
  width: 100%;
  height: auto;
  max-height: 350px;
}

#quality_assurance .honor .swiper-slide a:hover .name {
  color: #00a0e9;
}

#quality_assurance .honor .swiper-slide a:hover .img {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, .3);
}

#quality_assurance .organization {
  padding: 80px 0;
  background: url("../images/quality-assurance-organization-bg.jpg") no-repeat;
  background-size: 100% 100%;
}

#quality_assurance .organization .title {
  padding: 10px 0;
  color: #00a0e9;
  font-size: 27px;
}

#quality_assurance .organization .container {
  padding: 30px 0;
  text-align: center;
  margin: 0px auto;
}

#quality_assurance .complaint {
  padding: 80px 0;
  background: url("../images/quality-assurance-complaint-bg.jpg") no-repeat;
  background-size: 100% 100%;
}

#quality_assurance .complaint .title {
  padding: 10px 0;
  color: #00a0e9;
  font-size: 27px;
}

#quality_assurance .complaint .container {
  padding: 30px 0;
  text-align: center;
  margin: 0px auto;
}

#quality_assurance .control {
  padding: 80px 0;
  background: url("../images/quality-assurance-control-bg.jpg") no-repeat;
  background-size: 100% 100%;
}

#quality_assurance .control .title {
  padding: 10px 0;
  color: #00a0e9;
  font-size: 27px;
}

#quality_assurance .control .container {
  padding: 30px 0;
  text-align: center;
  margin: 0px auto;
}

@media only screen and (max-width: 780px) {
  #quality_assurance {
    padding: 50px 0;
  }

  #quality_assurance .honor .button-prev {
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  #quality_assurance .honor .button-next {
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  #quality_assurance .honor .swiper-slide a img {
    max-height: 190px;
  }

  #quality_assurance .organization .title {
    font-size: 20px;
  }

  #quality_assurance .organization .container {
    width: 90%;
  }

  #quality_assurance .organization .container>img {
    max-width: 100%;
    height: auto;
  }

  #quality_assurance .complaint .title {
    font-size: 20px;
  }

  #quality_assurance .complaint .container {
    width: 90%;
  }

  #quality_assurance .complaint .container>img {
    max-width: 100%;
    height: auto;
  }

  #quality_assurance .control .title {
    font-size: 20px;
  }

  #quality_assurance .control .container {
    width: 90%;
  }

  #quality_assurance .control .container>img {
    max-width: 100%;
    height: auto;
  }

}


/* end*/


/*

awards

-----------------------------------------------------------------*/
#awards {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#awards .list {
  margin: 0px auto;
}

#awards .list>li {
  display: block;
  float: left;
  width: 18%;
  margin: 1%;
}

#awards .list>li .img {
  position: relative;
  width: 90%;
  height: auto;
  padding: 5%;
  overflow: hidden;
  margin: 0px auto;
  border: 1px solid #ddd;
}

#awards .list>li .img:after {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0) url("../images/icon-zoom.png") no-repeat;
  background-position: 0 0;
  content: '';
  transition: all .35s;
}

#awards .list>li .img>img {
  width: 100%;
  height: auto;
}

#awards .list>li .name {
  padding: 15px;
  height: 25px;
  text-align: center;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .35s;
}

#awards .list>li:hover .name {
  color: #00a0e9;
}

#awards .list>li:hover .img:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7) url("../images/icon-zoom.png") no-repeat;
  background-position: 50% 50%;
}

#awards .more {
  padding: 50px 0;
  text-align: left;
}

@media only screen and (max-width: 780px) {
  #awards {
    padding: 50px 0;
  }

  #awards .list>li {
    width: 46%;
    margin: 1% 2%;
  }
}

@media only screen and (max-width: 420px) {
  #awards .list>li {
    display: block;
    float: none;
    width: 98%;
    margin: 0 1%;
  }

  #awards .list>li .img>img {
    max-height: none;
    min-height: none;
  }
}


/* end*/




/*

partner

-----------------------------------------------------------------*/
#partner {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#partner .text {
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #999;
}

#partner .text h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

#partner .list {
  margin: 0px auto;
  padding: 20px 0;
  text-align: left;
}

#partner .list a {
  position: relative;
  display: block;
  float: left;
  width: 12%;
}

#partner .list a:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 233, .2);
  border-radius: 5px;
  opacity: 0;
  content: '';
  transition: all .35s;
}

#partner .list a>img {
  width: 100%;
  height: auto;
}

#partner .list a:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  #partner .text {
    font-size: 12px;
    line-height: 18px;
  }

  #partner .text h2 {
    font-size: 16px;
  }

  #partner .list a {
    width: 25%;
  }
}

@media only screen and (max-width: 780px) {
  #partner {
    padding: 50px 0;
  }

  #partner .list a {
    width: 33%;
  }
}

/* end*/




/*

talent

-----------------------------------------------------------------*/
#talent {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#talent .container {
  width: 60%;
  text-align: left;
  padding: 10px 0;
}

#talent .container h2 {
  display: block;
  padding: 15px 0;
  color: #00a0e9;
  font-size: 30px;
  font-weight: normal;
}

#talent .container p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 10px;
}

#talent .img {
  width: 35%;
  padding-right: 5%;
}

#talent .img>img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 780px) {
  #talent {
    padding: 50px 0;
  }

  #talent .img {
    width: 100%;
    padding-right: 0;
  }

  #talent .container {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
}


@media only screen and (max-width: 420px) {
  #talent .container h2 {
    font-size: 20px;
  }

  #talent .container p {
    font-size: 14px;
    line-height: 25px;
  }
}

/* end*/


/*

jobs

-----------------------------------------------------------------*/
#jobs {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#jobs li {
  position: relative;
  float: left;
  margin: 1%;
  padding: 1%;
  width: 29%;
  text-align: left;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all .35s;
}

#jobs li>a {
  display: block;
}

#jobs li>a:after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -37px;
  width: 43px;
  height: 37px;
  background: url("../images/icon-more.png") no-repeat;
  content: '';
  transition: all .35s;
}

#jobs li .name {
  font-size: 18px;
  color: #00a0e9;
  padding: 10px 0;
}

#jobs li .name>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

#jobs li .text {
  padding: 5px;
  color: #555;
  font-size: 14px;
  line-height: 25px;
}

#jobs li:hover {
  background: #f7f7f7;
  border: 1px solid #00a0e9;
}

#jobs li:hover a:after {
  bottom: 0;
}


@media only screen and (max-width: 780px) {
  #jobs {
    padding: 50px 0;
  }

  #jobs li {
    width: 45%;
  }
}

@media only screen and (max-width: 420px) {
  #jobs li {
    width: 96%;
    padding: 2%;
    margin: 0 0 5% 0 !important;
  }

  #jobs li .name {
    font-size: 16px;
  }

}

/* end*/






/*

contact

-----------------------------------------------------------------*/
#contact {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#contact .headquarters {
  width: 90%;
  margin: 0px auto;
}

#contact .headquarters .container {
  width: 60%;
  text-align: left;
  padding: 10px 0;
}

#contact .headquarters .container h1 {
  display: block;
  padding: 15px 0;
  color: #00a0e9;
  font-size: 36px;
  font-weight: normal;
}

#contact .headquarters .container p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 10px;
}

#contact .headquarters .container .btn-map {
  display: inline-block;
  padding: 10px 20px 10px 42px;
  background: #ff9900 url("../images/icon-maps.png") no-repeat;
  background-position: 10px 50%;
  background-size: 30px auto;
  color: #fff;
  font-size: 16px;
  transition: all .35s;
}

#contact .headquarters .container .btn-map:hover {
  background-color: #ffcc00;
}

#contact .headquarters .img {
  width: 35%;
  padding-right: 5%;
}

#contact .headquarters .img>img {
  width: 100%;
  height: auto;
}


#contact .branch {
  width: 90%;
  margin: 0px auto;
}

#contact .branch .img {
  width: 35%;
  padding-right: 5%;
}

#contact .branch .img>img {
  width: 100%;
  height: auto;
}

#contact .branch .container {
  width: 60%;
  text-align: left;
  padding: 10px 0;
}

#contact .branch .container .content {
  margin: 15px auto;
  text-align: left;
  width: 40%;
  float: left;
  padding: 4%;
  background: #fff;
  border: 1px solid #eee;
}

#contact .branch .container .content:nth-child(2n) {
  background: #f7f7f7;
}

#contact .branch .container .content .name {
  color: #00a0e9;
  font-size: 16px;
}

#contact .branch .container .content .text {
  color: #666;
  font-size: 14px;
}


@media only screen and (max-width: 780px) {
  #contact {
    padding: 50px 0;
  }

  #contact .headquarters .img {
    width: 100%;
    padding-right: 0;
  }

  #contact .headquarters .container {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  #contact .branch .img {
    width: 100%;
    padding-right: 0;
  }

  #contact .branch .container {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  #contact .branch .container .content {
    margin: 15px auto;
    text-align: left;
    width: 90%;
    float: none;
    padding: 4%;
  }
}


@media only screen and (max-width: 420px) {
  #contact .headquarters .container h1 {
    font-size: 25px;
  }

  #contact .headquarters .container p {
    font-size: 14px;
    line-height: 25px;
  }

  #contact .headquarters .container .btn-map {
    display: block;
    text-align: center;
    background-position: 38% 50%;
  }

  #contact .branch .container .content .name {
    font-size: 14px;
  }

  #contact .branch .container .content .text {
    font-size: 12px;
  }

}

/* end*/



/*

overseas

-----------------------------------------------------------------*/
#overseas {
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
}

#overseas .office {
  width: 90%;
  margin: 0px auto;
}

#overseas .office .img {
  width: 35%;
  padding-right: 5%;
}

#overseas .office .img>img {
  width: 100%;
  height: auto;
}

#overseas .office .container {
  width: 60%;
  text-align: left;
}

#overseas .office .container .content {
  margin: 5px auto;
  text-align: left;
  width: 92%;
  padding: 3% 4%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

#overseas .office .container .content:last-of-type {
  border: 0 !important;
}

#overseas .office .container .content .name {
  padding: 10px 0;
  color: #00a0e9;
  font-size: 18px;
}

#overseas .office .container .content .text {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

#overseas .taiwan {
  background: url("../images/overseas-taiwan-bg.jpg") no-repeat;
  background-position: center center;
  width: 100%;
  height: 450px;
  margin: 100px auto 0 auto;
}

#overseas .taiwan .container {
  position: relative;
  width: 1200px;
  height: 450px;
  margin: 0px auto;
}

#overseas .taiwan .container .img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 400px;
}

#overseas .taiwan .container .img>img {
  width: 100%;
  height: auto;
}

#overseas .taiwan .container .text {
  width: 90%;
  margin: 0px auto;
  padding: 80px 0;
  text-align: left;
}

#overseas .taiwan .container .text h1 {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 25px;
  font-weight: normal;
}

#overseas .taiwan .container .text p {
  line-height: 25px;
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width: 780px) {
  #overseas {
    padding: 50px 0;
  }

  #overseas .office .img {
    width: 100%;
    padding-right: 0;
  }

  #overseas .office .container {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  #overseas .office .container .content {
    margin: 15px auto;
    text-align: left;
    width: 90%;
    float: none;
    padding: 4%;
  }

  #overseas .taiwan {
    height: 400px;
    margin: 50px auto 0 auto;
  }

  #overseas .taiwan .container {
    width: 90%;
    height: 400px;
  }

  #overseas .taiwan .container .img {
    bottom: -10px;
    width: 200px;
  }

  #overseas .taiwan .container .text h1 {
    font-size: 20px;
  }

}

/* end*/



/*

guestbook

-----------------------------------------------------------------*/
#guestbook {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#guestbook .container {
  width: 70%;
  padding-left: 4%;
  text-align: left;
  border-left: 1px solid #eee;
}

#guestbook .container .text {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

#guestbook .container .text>strong {
  color: #00a0e9;
}

#guestbook .container form {
  text-align: left;
  width: 100%;
  max-width: 750px;
  float: left;
}

#guestbook .container form {
  margin: 0px auto;
  padding: 20px 0px;
  text-align: left;
}

#guestbook .container form dl {
  width: 100%;
  text-align: left;
  padding: 0px;
}

#guestbook .container form dl dt {
  width: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: left;
}

#guestbook .container form dl dt,
#guestbook .container form dl dd {
  padding: 8px 0px;
}

#guestbook .container form dl dt span {
  color: #ff0000;
  padding-left: 6px;
}

#guestbook .container form dl dd {
  padding-left: 90px;
  margin-top: -40px;
}

#guestbook .container form dl dd select {
  width: auto;
  font-size: 14px;
  font-family: "微软雅黑", Arial, "Arial Narrow";
  color: #666;
  padding: 5px 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-right: 10px;
}

#guestbook .container form dl input,
#guestbook .container form dl textarea {
  padding: 5px 20px;
  border: 1px solid #ddd;
  color: #888;
  font-size: 14px;
  font-family: "微软雅黑";
  margin-right: 20px;
}

#guestbook .container form dl input {
  width: 45%;
  height: 30px;
}

#guestbook .container form dl textarea {
  width: 96%;
  height: 120px;
  border: 1px solid #ddd;
  overflow: auto;
  padding: 20px 2%;
}

#guestbook .container form dl #checksn {
  width: 10%;
}

#guestbook .container form dl .button input {
  width: auto;
  height: 45px;
  line-height: 45px;
  border: none;
  color: #fff;
  padding: 0px 35px;
  cursor: pointer;
  font-weight: bold;
  background: #00a0e9;
  font-family: "微软雅黑";
  font-size: 16px;
  margin: 15px auto;
}

#guestbook .container form dl .button input:hover {
  background: #333;
}

#guestbook .img {
  width: 22%;
  text-align: left;
}

#guestbook .img>img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 780px) {
  #guestbook {
    padding: 50px 0;
  }

  #guestbook .img {
    display: none;
  }

  #guestbook .container {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: 0 !important;
  }

  #guestbook .container form {
    width: 100%;
  }

  #guestbook .container form dl dt {
    display: block;
    width: 100%;
  }

  #guestbook .container form dl dd {
    display: block;
    padding-left: 0px;
    margin-top: 0px;
  }

  #guestbook .container form dl dd select {
    display: block;
    width: 96%;
    padding: 10px 2%;
    margin-bottom: 2%;
    font-size: 12px;
  }

  #guestbook .container form dl input,
  #guestbook .container form dl textarea {
    width: auto;
    padding: 10px 2%;
    margin-right: 0 !important;
  }

  #guestbook .container form dl input {
    width: 96%;
    height: 20px;
  }

  #guestbook .container form dl textarea {
    width: 96%;
    height: 120px;
    overflow: auto;
    padding: 20px 2%;
  }

  #guestbook .container form dl #checksn {
    width: 96%;
  }

  #guestbook .container form dl .button input {
    width: 100%;
  }
}

/* end*/



/*

product

-----------------------------------------------------------------*/

#catalog_navigation {
  position: absolute;
  z-index: 999;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  top: 70%;
}

#catalog_navigation .btn {
  display: none;
}

#catalog_navigation .prolist {
  width: 100%;
  margin: 0px auto;
}

#catalog_navigation .prolist>li {
  display: inline-block;
  width: 12%;
}

#catalog_navigation .prolist>li>a {
  position: relative;
  display: block;
}

#catalog_navigation .prolist>li>a>.icon {
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin: 0px auto;
  width: 60%;
  height: 60%;
  padding: 10%;
  background: #00a0e9;
  border-radius: 100%;
  transition: all .35s;
}

#catalog_navigation .prolist>li>a>.icon:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  border-radius: 100%;
  box-shadow: inset 0px 5px 8px rgba(255, 255, 255, .6);
  transition: all .35s;
}

#catalog_navigation .prolist>li>a>.icon>img {
  width: 100%;
  height: auto;
}

#catalog_navigation .prolist>li>a>.iconbg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 20px;
  background: #00a0e9;
  border-radius: 100%;
  width: 60%;
  height: 60%;
  margin-left: -30%;
  opacity: 1;
  transition: all .35s;
}

#catalog_navigation .prolist>li>a>.name {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#catalog_navigation .prolist>li:hover .icon {
  background: #21b9ff;
}

#catalog_navigation .prolist>li:hover .icon:after {
  opacity: 1;
}

#catalog_navigation .prolist>li:hover .iconbg {
  transform: scale(1.8);
  opacity: 0;
}

#catalog_navigation.small {
  position: fixed !important;
  left: auto !important;
  right: 50px;
  top: 25%;
  margin-left: 0 !important;
  width: 80px !important;
}

#catalog_navigation.small .prolist>li {
  display: block;
  width: 100%;
  padding: 3% 0;
}

#catalog_navigation.small .prolist>li>a>.iconbg {
  display: none;
}

#catalog_navigation.small .prolist>li>a>.icon:after {
  display: none;
}

#catalog_navigation.small .prolist>li>a>.name {
  display: none;
}

#catalog_navigation.small .prolist>.A>a>.icon {
  background: #333;
}

#catalog_navigation.small .prolist>li>a:after {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
  content: attr(data-name);
  font-size: 14px;
  width: 0;
  height: 100%;
  line-height: 65px;
  border-radius: 100px;
  opacity: 0;
  overflow: hidden;
  padding: 0 70px 0 10px;
  text-align: right;
  color: #fff;
  background: #21b9ff;
  transition: all .35s;
}

#catalog_navigation.small .prolist>li>a:hover:after {
  width: 80px;
  opacity: 1;
}

#catalog_navigation.small .prolist>.A>a:hover:after {
  background: #333;
}

#catalog {
  width: 90%;
  margin: 0px auto;
  padding: 70px 0;
}

#catalog .container {
  margin: 0px auto;
  padding: 100px 0 50px 0;
  margin-bottom: 100px;
  border-bottom: 5px solid #eee;
}

#catalog .container:last-of-type {
  border-bottom: 0 !important;
}

#catalog .container .title {
  position: relative;
  padding: 0 1%;
  font-size: 20px;
  text-align: left;
  color: #333;
}

#catalog .container .title .more {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #00a0e9;
  border-radius: 30px;
  padding: 5px 15px;
  color: #00a0e9;
  font-size: 12px;
}

#catalog .container .title>img {
  height: 40px;
  width: auto;
  margin-right: 5px;
}

#catalog .container .list {
  padding: 20px 0;
  text-align: left;
}

#catalog .container .list .noData {
  padding: 50px;
}

#catalog .container .list>a {
  position: relative;
  display: block;
  float: left;
  width: 14.5%;
  border: 1px solid #ddd;
  margin: 1%;
}

#catalog .container .list>a:after {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: rgba(0, 160, 233, 1) url("../images/icon-product-arrow-right.png") no-repeat;
  background-position: 0 50%;
  background-size: auto 21px;
  opacity: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  content: attr(data-name);
  transition: all .35s;
}

#catalog .container .list>a>.img {
  position: relative;
  width: 80%;
  height: auto;
  padding: 10%;
  text-align: center;
  margin: 0px auto;
}

#catalog .container .list>a>.img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#catalog .container .list>a>.name {
  padding: 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#catalog .container .list>a:hover:after {
  height: 50px;
  opacity: 1;
  background-position: 92% 50%;
}

#catalog .container .list>a:hover .name {
  color: #fff;
}

#catalog .container .list>a:hover .img>img {
  transform: translateY(10px);
  opacity: .8;
}

#product {
  width: 90%;
  margin: 0px auto;
  padding: 70px 0;
}

#product .container {
  margin: 0px auto;
  padding: 100px 0 50px 0;
  margin-bottom: 100px;
}

#product .container .title {
  position: relative;
  padding: 0 1%;
  font-size: 20px;
  text-align: left;
  color: #333;
}

#product .container .title>.keys {
  font-size: 14px;
  color: #999;
  float: right;
}

#product .container .title>.keys strong {
  color: #00a0e9;
  display: inline-block;
  padding: 0px 5px;
}

#product .container .title>img {
  height: 40px;
  width: auto;
  margin-right: 5px;
}

#product .container .list {
  padding: 20px 0;
  text-align: left;
}

#product .container .list .noData {
  padding: 50px;
}

#product .container .list>a {
  position: relative;
  display: block;
  float: left;
  width: 14.5%;
  border: 1px solid #ddd;
  margin: 1%;
  cursor: pointer;
}

#product .container .list>a:after {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: rgb(154, 0, 0) url("../images/icon-product-arrow-right.png") no-repeat;
  background-position: 0 50%;
  background-size: auto 21px;
  opacity: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  content: attr(data-name);
  transition: all .35s;
}

#product .container .list>a>.img {
  position: relative;
  width: 80%;
  height: auto;
  padding: 10%;
  text-align: center;
  margin: 0px auto;
}

#product .container .list>a>.img>img {
  width: 100%;
  height: auto;
  transition: all .35s;
}

#product .container .list>a>.name {
  padding: 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .35s;
}

#product .container .list>a:hover:after {
  height: 50px;
  opacity: 1;
  background-position: 92% 50%;
}

#product .container .list>a:hover .name {
  color: #fff;
}

#product .container .list>a:hover .img>img {
  transform: translateY(10px);
  opacity: .8;
}

@media only screen and (max-width:1280px) {
  #catalog_navigation {
    top: 16%;
  }

  #catalog_navigation .prolist>li>a>.iconbg {
    top: 0;
  }

  #catalog .container .list>a {
    width: 22.6%;
  }

  #catalog .container .list>a>.name {
    padding: 0 15px 15px 15px;
  }
}

@media only screen and (max-width:780px) {
  #catalog_navigation {
    position: fixed;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    top: auto;
    bottom: 0;
  }

  #catalog_navigation .btn {
    display: block;
    padding: 10px 0;
    background: #00a0e9;
    border-bottom: 1px solid #19b1f6;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  #catalog_navigation .btn>img {
    height: 25px;
    width: auto;
    margin-right: 5px;
  }

  #catalog_navigation .prolist {
    display: none;
    width: 100%;
    margin: 0px auto;
  }

  #catalog_navigation .prolist>li {
    display: inline-block;
    float: left;
    width: 49.6%;
    background: rgba(0, 0, 0, .8);
    padding: 5px 0;
    margin: -1px 0 0 -1px;
    border: 1px solid rgba(255, 255, 255, .2);
  }

  #catalog_navigation .prolist>li>a {
    position: relative;
    display: block;
  }

  #catalog_navigation .prolist>li>a>.icon {
    width: 35%;
    height: 35%;
    padding: 10px 0 0 0;
    background: none;
    border-radius: 0;
  }

  #catalog_navigation .prolist>li>a>.icon:after {
    display: none;
  }

  #catalog_navigation .prolist>li>a>.icon>img {
    width: 100%;
    height: auto;
  }

  #catalog_navigation .prolist>li>a>.iconbg {
    display: none;
  }

  #catalog_navigation .prolist>li>a>.name {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
  }

  #catalog_navigation.small {
    position: fixed !important;
    left: 50% !important;
    width: 100% !important;
    margin-left: -50% !important;
    top: auto !important;
    bottom: 0;
    right: auto;
  }

  #catalog_navigation.small .btn {
    display: block;
    padding: 10px 0;
    background: #00a0e9;
    border-bottom: 1px solid #19b1f6;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  #catalog_navigation.small .btn>img {
    height: 25px;
    width: auto;
    margin-right: 5px;
  }

  #catalog_navigation.small .prolist {
    display: none;
    width: 100%;
    margin: 0px auto;
  }

  #catalog_navigation.small .prolist>li {
    display: inline-block !important;
    float: left !important;
    width: 49.6% !important;
    background: rgba(0, 0, 0, .8) !important;
    padding: 5px 0 !important;
    margin: -1px 0 0 -1px;
    border: 1px solid rgba(255, 255, 255, .2);
  }

  #catalog_navigation.small .prolist>li>a {
    position: relative;
    display: block;
  }

  #catalog_navigation.small .prolist>li>a>.icon {
    width: 35%;
    height: 35%;
    padding: 10px 0 0 0;
    background: none !important;
    border-radius: 0;
  }

  #catalog_navigation.small .prolist>li>a>.icon:after {
    display: none;
  }

  #catalog_navigation.small .prolist>li>a>.icon>img {
    width: 100%;
    height: auto;
  }

  #catalog_navigation.small .prolist>li>a>.iconbg {
    display: none;
  }

  #catalog_navigation.small .prolist>li>a>.name {
    display: block !important;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
  }

  #catalog_navigation.small .prolist>li>a>.iconbg {
    display: none;
  }

  #catalog_navigation.small .prolist>li>a>.icon:after {
    display: none;
  }

  #catalog_navigation.small .prolist>li>a:after {
    display: none !important;
  }

  #catalog_navigation.small .prolist>.A>a>.icon {
    background: none !important;
  }

  #catalog_navigation.small .prolist>.A>a:hover:after {
    background: none !important;
  }

  #catalog .container {
    padding: 50px 0;
  }

  #catalog .container .title {
    font-size: 16px;
  }

  #catalog .container .title .more {
    top: 0px;
    right: 10px;
    padding: 3px 10px;
  }

  #catalog .container .title>img {
    height: 25px;
  }

  #catalog .container .list>a {
    width: 31%;
  }

  #catalog .container .list>a>.img {
    width: 100%;
    height: auto;
    padding: 0 !important;
  }

  #catalog .container .list>a>.name {
    padding: 8px 15px;
  }

  #product .container {
    padding: 0;
  }

  #product .container .title {
    font-size: 16px;
  }

  #product .container .title>img {
    height: 25px;
  }

  #product .container .list {
    padding: 20px 0;
    text-align: left;
  }

  #product .container .list .noData {
    padding: 50px;
  }

  #product .container .list>a {
    width: 31%;
  }

  #product .container .list>a>.img {
    width: 100%;
    height: auto;
    padding: 0 !important;
  }

  #product .container .list>a>.name {
    padding: 8px 15px;
  }

}

@media only screen and (max-width:420px) {
  #catalog .container .list>a {
    width: 47%;
  }

  #product .container .list>a {
    width: 47%;
  }

}

/* end*/





/*

view

-----------------------------------------------------------------*/
#view {
  width: 90%;
  margin: 0px auto;
  padding: 100px 0;
}

#view .news-preview {
  position: relative;
  margin: 0px auto;
}

#view .news-preview .news-view {
  width: 70%;
  padding-right: 10%;
  text-align: left;
  border-right: 1px solid #ddd;
}

#view .news-preview .news-view .name {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#view .news-preview .news-view .time {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}

#view .news-preview .news-view .text {
  padding: 40px 0;
  font-size: 13px;
  line-height: 24px;
  color: #666;
}

#view .news-preview .news-view .text img {
  max-width: 100%;
  height: auto;
}

#view .news-preview .news-view .text p {
  display: block;
  margin-bottom: 20px;
}

#view .news-preview .news-view .url {
  padding: 50px 0;
}

#view .news-preview .news-view .url a {
  display: inline-block;
  margin-right: 30px;
}

#view .news-preview .news-view .url a>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

#view .news-preview .news-view .url a:hover {
  text-decoration: underline;
}

#view .news-preview .related {
  width: 13%;
  padding: 0 3%;
  text-align: left;
}

#view .news-preview .related .title {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#view .news-preview .related .list {
  padding: 10px 0;
}

#view .news-preview .related .list a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#view .news-preview .related .list a>img {
  height: 10px;
  width: auto;
  margin-right: 5px;
  opacity: .3;
}

#view .news-preview .related .more {
  padding: 5px 0;
}

#view .news-preview .related .more a {
  display: inline-block;
  color: #00a0e9;
}

#view .product-preview {
  position: relative;
  margin: 0px auto;
}

#view .product-preview .pro-view {
  width: 80%;
  text-align: left;
}

#view .product-preview .pro-imgshow {
  position: relative;
  width: 50%;
  overflow: hidden;
  border: 1px solid #ddd;
}

#view .product-preview .pro-imgshow .bimg-slide .swiper-container {
  width: 100%;
  height: auto;
  max-width: 650px;
  max-height: 650px;
}

#view .product-preview .pro-imgshow .bimg-slide img {
  width: 100%;
  height: auto;
}

#view .product-preview .pro-imgshow .img-slide {
  width: 72%;
  margin: 10px auto;
  position: relative;
}

#view .product-preview .pro-imgshow .img-slide .swiper-container {
  width: 80%;
  height: 82px;
}

#view .product-preview .pro-imgshow .img-slide .swiper-slide {
  width: 80px;
  height: 80px;
}

#view .product-preview .pro-imgshow .img-slide .arrow-left {
  background: #00a0e9 url(../images/icon-page-prev.png) no-repeat 0 -30px;
  background-size: 100% auto;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

#view .product-preview .pro-imgshow .img-slide .arrow-right {
  background: #00a0e9 url(../images/icon-page-next.png) no-repeat 0 -30px;
  background-size: 100% auto;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

#view .product-preview .pro-imgshow .img-slide img {
  cursor: pointer;
  width: 70px;
  height: auto;
  border: 1px solid #eee;
}

#view .product-preview .pro-imgshow .img-slide .active-nav img {
  padding: 0;
  border: 1px solid #00a0e9;
}

#view .product-preview .pro-content {
  width: 38%;
  padding: 0 5%;
  text-align: left;
}

#view .product-preview .pro-content .name {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  padding: 20px 0;
}

#view .product-preview .pro-content .explain {
  padding: 5px 0 20px 0;
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  border-bottom: 1px solid #eee;
}

#view .product-preview .pro-content .path {
  font-size: 14px;
  color: #00a0e9;
  padding-bottom: 20px;
}

#view .product-preview .pro-content .path a {
  color: #00a0e9;
}

#view .product-preview .pro-content .path span {
  display: inline-block;
  color: #999;
}

#view .product-preview .pro-content .pdf {
  padding: 20px 0;
}

#view .product-preview .pro-content .pdf a {
  display: block;
  background: #dd0000;
  border: 2px solid #dd0000;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0;
  line-height: 45px;
  color: #fff;
  margin-top: 20px;
  width: 180px;
}

#view .product-preview .pro-content .pdf a>span {
  position: relative;
  display: inline-block;
  float: left;
  margin: 5px 10px 0 20px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

#view .product-preview .pro-content .pdf a>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#view .product-preview .pro-content .pdf a:hover {
  background: #fff;
  color: #dd0000;
  text-decoration: none;
}

#view .product-preview .pro-content .pdf a:hover span>img {
  top: -36px;
}

#view .product-preview .pro-content .pdf .tips {
  display: block;
  padding: 10px 0;
  line-height: 20px;
  text-align: left;
  color: #aaa;
  font-size: 14px;
}

#view .product-preview .pro-content .share {
  padding: 10px 0;
  text-align: left;
}

#view .product-preview .pro-list {
  position: relative;
  z-index: 9;
  right: 0;
  top: 0;
  width: 16%;
}

#view .product-preview .pro-list .title {
  width: 99%;
  height: 70px;
  line-height: 70px;
  margin: 0px auto;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  border-top: 0 !important;
}

#view .product-preview .pro-list .title>img {
  height: 36px;
  width: auto;
  margin: 0 10px 0 20px;
}

#view .product-preview .pro-list>ul {
  width: 99%;
  margin: 0px auto;
  text-align: left;
  border: 1px solid #ddd;
  border-top: 0 !important;
}

#view .product-preview .pro-list>ul>li {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px auto;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#view .product-preview .pro-list>ul>li:last-of-type {
  border-bottom: 0 !important;
}

#view .product-preview .pro-list>ul>li img {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 18px;
  width: 14px;
  height: auto;
}

#view .product-preview .pro-list>ul>li>a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  background: #fff;
  color: #666;
}

#view .product-preview .pro-list>ul>li>a:hover {
  background: #eaf8ff;
}

#view .product-preview .pro-list>ul>li.A>a {
  color: #fff !important;
  background: #56caff;
}

#view .product-preview .pro-list>ul>li>div {
  display: none;
  padding: 20px;
  background: #eee;
}

#view .product-preview .pro-list>ul>li>div a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}

#view .product-preview .pro-list>ul>li>div a:hover {
  color: #00a0e9;
}

#view .product-preview .pro-tag {
  position: relative;
  width: 70%;
  padding: 20px 0;
  text-align: left;
}

#view .product-preview .pro-tag .title {
  padding: 20px 0;
  font-size: 18px;
  color: #00a0e9;
}

#view .product-preview .pro-tag .text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

#view .product-preview .url {
  padding: 50px 0;
}

#view .product-preview .url a {
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  color: #00a0e9;
}

#view .product-preview .url a>img {
  height: 36px;
  width: auto;
  margin-right: 5px;
}

#view .product-preview .url a:hover {
  text-decoration: underline;
}


#view .jobs-preview {
  position: relative;
  margin: 0px auto;
}

#view .jobs-preview .jobs-view {
  width: 60%;
  padding-right: 10%;
  text-align: left;
  border-right: 1px solid #ddd;
}

#view .jobs-preview .jobs-view .name {
  display: block;
  padding: 20px 0;
  text-align: left;
  color: #333;
  font-size: 36px;
  font-weight: bold;
}

#view .jobs-preview .jobs-view .time {
  display: block;
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #ddd;
}

#view .jobs-preview .jobs-view .text {
  padding: 40px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#view .jobs-preview .jobs-view .text img {
  max-width: 100%;
  height: auto;
}

#view .jobs-preview .jobs-view .text p {
  display: block;
  margin-bottom: 20px;
}

#view .jobs-preview .jobs-view .tags {
  padding: 20px 0;
}

#view .jobs-preview .jobs-view .tags .tags_title {
  padding: 10px 0;
  border: 0 !important;
  font-size: 16px;
  font-weight: normal;
  color: #00a0e9;
}

#view .jobs-preview .jobs-view .tags .tags_content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#view .jobs-preview .jobs-view .tags .tags_content p {
  margin-bottom: 20px;
}

#view .jobs-preview .jobs-view .tags_contact {
  display: none;
}

#view .jobs-preview .jobs-view .tags_contact .tags_title {
  padding: 10px 0;
  border: 0 !important;
  font-size: 16px;
  font-weight: normal;
  color: #00a0e9;
}

#view .jobs-preview .jobs-view .tags_contact .tags_content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#view .jobs-preview .jobs-view .tags_contact .tags_content p {
  margin-bottom: 20px;
}

#view .jobs-preview .jobs-view .url {
  padding: 50px 0;
}

#view .jobs-preview .jobs-view .url a {
  display: inline-block;
  margin-right: 30px;
}

#view .jobs-preview .jobs-view .url a>img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

#view .jobs-preview .jobs-view .url a:hover {
  text-decoration: underline;
}

#view .jobs-preview .contact {
  width: 23%;
  padding: 0 3%;
  text-align: left;
}

#view .jobs-preview .contact .title {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#view .jobs-preview .contact .container {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}




@media only screen and (max-width:1480px) {
  #view .product-preview .pro-imgshow .bimg-slide .swiper-container {
    max-width: 520px;
    max-height: 520px;
  }

  #view .product-preview .pro-imgshow .img-slide {
    width: 72%;
  }

  #view .product-preview .pro-imgshow .img-slide .swiper-container {
    width: 70%;
    height: 67px;
  }

  #view .product-preview .pro-imgshow .img-slide .swiper-slide {
    width: 65px;
    height: 65px;
  }

  #view .product-preview .pro-imgshow .img-slide img {
    width: 55px;
  }

  #view .product-preview .pro-content .name {
    font-size: 28px;
  }
}

@media only screen and (max-width:1260px) {
  #view .product-preview .pro-view {
    width: 100%;
  }

  #view .product-preview .pro-imgshow .bimg-slide .swiper-container {
    max-width: 560px;
    max-height: 560px;
  }

  #view .product-preview .pro-list {
    display: none;
  }

  #view .product-preview .pro-tag {
    width: 100%;
  }

}

@media only screen and (max-width:1100px) {
  #view .product-preview .pro-imgshow .bimg-slide .swiper-container {
    max-width: 450px;
    max-height: 450px;
  }
}


@media only screen and (max-width:780px) {
  #view {
    padding: 50px 0;
  }

  #view .product-preview .pro-imgshow {
    width: 99.6%;
    float: none;
  }

  #view .product-preview .pro-imgshow .bimg-slide .swiper-container {
    max-width: 600px;
    max-height: 600px;
  }

  #view .product-preview .pro-content {
    width: 90%;
    padding: 0 5%;
    background: #eee;
    text-align: left;
  }

  #view .product-preview .pro-tag {
    width: 100%;
  }

  #view .news-preview .news-view {
    width: 100%;
    padding-right: 0;
    border-right: 0 !important;
  }

  #view .news-preview .news-view .name {
    font-size: 28px;
  }

  #view .news-preview .news-view .time {
    font-size: 12px;
  }

  #view .news-preview .news-view .url a {
    display: block;
    padding: 5px 0;
  }

  #view .news-preview .related {
    display: none;
    width: 0;
    padding: 0 !important;
  }

  #view .jobs-preview .jobs-view {
    width: 100%;
    padding-right: 0;
    border-right: 0 !important;
  }

  #view .jobs-preview .jobs-view .name {
    font-size: 28px;
  }

  #view .jobs-preview .jobs-view .time {
    font-size: 12px;
  }

  #view .jobs-preview .jobs-view .tags_contact {
    display: block;
  }

  #view .jobs-preview .jobs-view .url a {
    display: block;
    padding: 5px 0;
  }

  #view .jobs-preview .contact {
    display: none;
    width: 0;
    padding: 0 !important;
  }
}

@media only screen and (max-width:420px) {
  #view .product-preview .pro-imgshow .bimg-slide .swiper-container {
    max-width: 330px;
    max-height: 330px;
  }

  #view .product-preview .pro-imgshow .img-slide .swiper-container {
    width: 60%;
    height: 62px;
  }

  #view .product-preview .pro-imgshow .img-slide .swiper-slide {
    width: 60px;
    height: 60px;
  }

  #view .product-preview .pro-imgshow .img-slide img {
    width: 50px;
  }

  #view .product-preview .pro-content .pdf a {
    font-size: 14px;
    line-height: 25px;
    width: 160px;
  }

  #view .product-preview .pro-content .pdf a>span {
    margin: 5px 10px 0 20px;
    width: 20px;
    height: 20px;
  }

  #view .product-preview .pro-content .pdf a:hover span>img {
    top: -20px;
  }

  #view .product-preview .pro-content .pdf .tips {
    font-size: 12px;
  }

  #view .product-preview .pro-tag .title {
    font-size: 16px;
  }

  #view .product-preview .pro-tag .text {
    font-size: 12px;
    line-height: 20px;
  }

  #view .product-preview .url a {
    font-size: 14px;
  }

  #view .product-preview .url a>img {
    height: 25px;
  }

  #view .news-preview .news-view .text {
    font-size: 12px;
    line-height: 20px;
  }

  #view .jobs-preview .jobs-view .text {
    font-size: 12px;
    line-height: 20px;
  }

  #view .jobs-preview .jobs-view .tags .tags_title {
    font-size: 14px;
  }

  #view .jobs-preview .jobs-view .tags .tags_content {
    font-size: 12px;
    line-height: 20px;
  }

  #view .jobs-preview .jobs-view .tags_contact .tags_title {
    font-size: 14px;
  }

  #view .jobs-preview .jobs-view .tags_contact .tags_content {
    font-size: 12px;
    line-height: 20px;
  }
}

/* end*/



/*

video

-----------------------------------------------------------------*/
#video {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

#video .container {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 800px;
  height: 500px;
  margin-left: -400px;
  margin-top: -250px;
}

#video .container>.title {
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
}

#video .container>.close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#video .container>.close>img {
  width: 20px;
  height: auto;
}

#video .container>video {
  width: 100%;
  height: auto;
}


@media only screen and (max-width:780px) {
  #video .container {
    background: #fff;
    border-radius: 5px;
    padding: 0;
    width: 70%;
    height: 50%;
    margin-left: -35%;
    margin-top: -35%;
  }

  #video .container>.title {
    font-size: 16px;
  }

}

/* end*/


/*

pdf

-----------------------------------------------------------------*/
#pdf {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

#pdf .container {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 800px;
  height: 500px;
  margin-left: -400px;
  margin-top: -250px;
}

#pdf .container>.title {
  position: relative;
  color: #dd0000;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: left;
}

#pdf .container>.title>span {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

#pdf .container>.title>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -30px;
  width: 100%;
  height: auto;
}

#pdf .container>.close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#pdf .container>.close>img {
  width: 20px;
  height: auto;
}

#pdf .container>.list {
  padding: 20px 10px;
  text-align: left;
}

#pdf .container>.list a {
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
  transition: all .35s;
}

#pdf .container>.list a>img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

#pdf .container>.list a:hover {
  text-decoration: underline;
}

@media only screen and (max-width:780px) {
  #pdf .container {
    background: #fff;
    border-radius: 5px;
    padding: 0;
    width: 70%;
    height: 50%;
    margin-left: -35%;
    margin-top: -35%;
  }

  #pdf .container>.title {
    font-size: 16px;
  }

}

@media only screen and (max-width:420px) {
  #pdf .container>.list a {
    width: 100%;
    float: none;
  }
}

/* end*/


/*

map

-----------------------------------------------------------------*/
#map {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: -100%;
  width: 100%;
  height: 91%;
  background: rgba(0, 160, 233, .9);
}

#map .close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #00a0e9;
  padding: 0 2%;
  height: 100px;
  line-height: 100px;
}

#map .title {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  font-size: 24px;
  width: 96%;
  padding: 0 2%;
  background: #00a0e9;
  color: #fff;
  text-align: left;
  height: 100px;
  line-height: 100px;
}

#map iframe {
  margin-top: 100px;
}

@media only screen and (max-width:420px) {
  #map .close {
    height: 60px;
    line-height: 60px;
  }

  #map .title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }

  #map iframe {
    margin-top: 60px;
  }
}

/* end*/


/*

loading

-----------------------------------------------------------------*/

#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  /* background: #00a0e9; */
  background: linear-gradient(to right, #191d20, #282c2f, #191d20);
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
}

#loading .spinner {
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
}

#loading .spinner .logo {
  position: absolute;
  z-index: 9;
  width: 33%;
  animation: load 1s;
  -moz-animation: load 1s;
  -webkit-animation: load 1s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#loading .spinner .logo img {
  width: 100%;
  height: auto;
}

#loading .spinner .lgc {
  left: 0;
  margin-top: -20px;
  -webkit-animation-delay: 0.1s;
}

#loading .spinner .lgz {
  left: 34%;
  margin-top: -15px;
  -webkit-animation-delay: 0.5s;
}

#loading .spinner .lgt {
  left: 67%;
  margin-top: -10px;
  -webkit-animation-delay: 0.8s;
}

#loading .progressbar {
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 9;
  height: 2px;
  background: #fff;
  animation: progress 1s;
  -moz-animation: progress 1s;
  -webkit-animation: progress 1s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#loading .text {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 9;
  width: 100%;
  text-align: center;
}

#loading .text span {
  display: inline-block;
  width: 20px;
  color: #fff;
  animation: txt 11.04s ease infinite;
  -moz-animation: txt 1.04s ease infinite;
  -webkit-animation: txt 1.04s ease infinite;
}

#loading .text span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

#loading .text span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}

#loading .text span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}

#loading .text span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}

#loading .text span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

#loading .text span:nth-child(6) {
  -webkit-animation-delay: 0.78s;
}

#loading .text span:nth-child(7) {
  -webkit-animation-delay: 0.91s;
}

@-webkit-keyframes load {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes txt {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}


@media only screen and (max-width:740px) {
  #loading .spinner {
    width: 100px;
    height: 50px;
    position: absolute;
    margin-left: -50px;
    margin-top: -25px;
  }

  #loading .progressbar {
    top: 40px;
  }

  #loading .text {
    top: 60px;
  }

  #loading .text span {
    width: 16px;
  }
}





/* end*/




/*

push

-----------------------------------------------------------------*/
#push {
  display: block;
  background: #00a0e9;
  border: 2px solid #00a0e9;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0;
  line-height: 45px;
  color: #fff;
  width: 180px;
  margin: 0px auto;
}

#push>span {
  position: relative;
  display: inline-block;
  float: left;
  margin: 10px 5px 0 25px;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

#push>span>img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#push:hover {
  background: #fff;
  color: #00a0e9;
  text-decoration: none;
}

#push:hover span>img {
  top: -28px;
}


@media only screen and (max-width: 640px) {
  #push {
    font-size: 14px;
    line-height: 35px;
    width: 160px;
  }

  #push>span {
    width: 20px;
    height: 20px;
  }

  #push:hover span>img {
    top: -20px;
  }

  #loading {
    display: none;
  }

  .tel.email {
    display: none;
  }
}

/* end*/





/*

foot

-----------------------------------------------------------------*/
#foot {
  width: 78%;
  height: auto;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  border-top: 1px solid #eee;
}

#foot .content {
  display:flex;
  justify-content:center;
}

#foot .content .text {
  position: relative;
  text-align: center;
}

#foot .content .text p {
  margin: 18px 0;
  font-size: 12px;
}

#foot .qrcode {
  position: absolute;
  top: 0;
  right: -65px;
}

#foot .bottom-navs > a {
  display: inline;
  border-left: 1px solid #eee;
  padding: 0 20px;
  font-size: 14px;
}

#foot .spans > p {
  display: inline;
  padding: 0 5px;
  color: #666666;
  font-size: 14px;
}

#foot .nav {
  width: 70%;
  text-align: left;
}

#foot .nav>ul>li {
  position: relative;
  float: left;
  width: 12.5%;
  padding: 0 2%;
  /* height: 350px; */
  border-left: 1px dotted rgba(255, 255, 255, .1);
  text-align: left;
}

#foot .nav>ul>li:after {
  position: absolute;
  z-index: 8;
  left: -2px;
  top: 0;
  width: 3px;
  height: 20px;
  background: #00375a;
  content: '';
}

#foot .nav>ul>li>a {
  display: block;
  font-size: 18px;
  color: #00375a;
}

#foot .nav>ul>li>div {
  padding: 10px 0px;
}

#foot .nav>ul>li>div>a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #888;
}

#foot .copyright {
  width: 30%;
  text-align: right;
}

#foot .copyright .qrcode {
  text-align: right;
}

#foot .copyright .qrcode p {
  display: inline-block;
  margin-left: 10px;
}

#foot .copyright .qrcode p>img {
  height: 120px;
  width: auto;
  border: 1px solid #ccc;
}

#foot .copyright .text {
  padding: 20px 0;
  font-size: 13px;
  color: #888;
}

#foot .copyright .text img {
  width: auto;
  height: 18px;
  margin-left: 3px;
  opacity: .6;
}

#foot .copyright .copy {
  padding: 10px 0;
  font-size: 14px;
  color: #777;
}

#foot .copyright .copy a {
  color: #888;
}

#gotop {
  display: block;
  position: fixed;
  z-index: 99;
  width: 65px;
  height: 60px;
  overflow: hidden;
  bottom: 0;
  right: 30px;
  background: #00a0e9;
  transition: all .35s;
}

#gotop.A {
  display: none;
}

#godown {
  display: block;
  position: fixed;
  z-index: 99;
  width: 80px;
  height: 80px;
  overflow: hidden;
  bottom: 0;
  right: 50%;
  transition: all .35s;
}

#godown img {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 900px) {
  #foot .nav {
    width: 30%;
  }

  #foot .copyright {
    width: 50%;
  }

  #foot .nav>ul>li {
    float: none;
    width: 100%;
    padding: 7px 0px !important;
    height: auto;
    border-left: 0px;
    border-bottom: 1px solid #00a0e9;
  }

  #foot .nav>ul>li>a {
    font-size: 14px;
  }

  #foot .nav>ul>li:after {
    display: none;
  }

  #foot .nav>ul>li>div {
    display: none;
  }

}

@media only screen and (max-width: 640px) {
  #foot .nav {
    display: none;
  }

  #foot .copyright {
    width: 100%;
    text-align: left;
  }

  #foot .copyright .qrcode {
    text-align: left;
  }

  #foot .copyright .text img {
    float: left;
    margin-right: 3px;
  }

  #foot .copyright .copy a {
    display: block;
  }

  #gotop {
    width: 35px;
    height: 35px;
    right: 10px;
  }

  #gotop img {
    width: 100%;
    height: auto;
  }
}

#case {
  position: relative;
  width: 80%;
  float: left;
  margin-left: 3%;
  margin-top: 42px;
  margin-bottom: 42px;
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
}

#case .title {
  position: relative;
  width: 100%;
  /* padding: 40px 10%; */
  padding: 40px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  /* margin: 0px auto; */
  float: right;
}

#case .title::after {
  content: '';
  position: absolute;
  top: 67px;
  left: 0;
  width: 65px;
  height: 2px;
  background-color: #01375a;
}
#case ul {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 40px;
}

#case .case-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#case .case-item-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
}

/* #case li {
	display: block;
	float: left;
}
#case .animation {
	text-align: right;
	width: 1300px;
	height: 350px;
	overflow: hidden;
  float: left;
  display: flex;
}
#case .animation div {
	width: 325px;
	height: 350px;
} */
#case .left-wrap {
  position: absolute;
  width: 100%;
}
#case .left-container {
  position: relative;
  width: 1476px;
  margin: 0 auto;
}
#case .left {
  position: relative;
  background: url(../images/case-titlebg.png) no-repeat;
  width: 350px;
  height: 350px;
  overflow: hidden;
  z-index: 900;
}

#case .left .title {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 24px;
  text-align: left;
  padding: 30px 30px 5px 30px;
}

#case .left .title span {
  display: block;
  padding: 5px 0px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 140px;
}

#case .left .prevnext {
  width: 320px;
  margin: 0px auto;
  text-align: right;
}

#case .left .prevnext a {
  display: inline-block;
  margin: 0px 10px;
  opacity: 0.5;
}

#case .left .prevnext a:hover {
  opacity: 1;
}

#case .left .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-family: "微软雅黑";
  padding: 60px 30px;
  text-align: left;
}

#case .animation a {
  display: inline-block;
  width: 90%;
  height: 200px;
  background: #fff;
  text-align: center;
  font-family: "微软雅黑";
  /* margin-left: 25px; */
  border-bottom: 2px solid #cacaca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#case .animation .swiper-slide {
  display: flex;
  justify-content: center;
}

#case .animation a .cn {
  color: rgba(0, 109, 184, 1);
  font-size: 16px;
  padding: 30px 0px 0px 0px;
}

#case .animation a .en {
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 0px 20px 0px;
}

#case .animation a .text {
  border-top: 1px solid #eeeaeb;
  padding: 20px;
  line-height: 18px;
  color: #a3a3a3;
}

#case .animation a:hover {
  border-bottom: 2px solid #006db8;
}

#case .animation a:hover img {
  opacity: 0.8;
}

#case .animation a:hover .case-item-mask {
  display: none;
}
/* end*/