@charset "utf-8";
/* CSS Document */
/*--------/首页/--------*/
#banner {
  width: 100%;
  height: 100%;
  overflow: hidden; /*	padding-top: 80px;
*/
}
#banner .swiper-slide {
  height: 750px;
}
#banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
}
#banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#banner img {
  max-width: 100%;
  display: block;
}
/*--------首页小标题------*/
main > section hgroup {
  width: 100%;
  height: 50px;
  margin: 0 auto 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
}
main > section hgroup > h2 {
  font-size: 2.5rem;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
main > section hgroup > h2 span {
  display: inline-block;
  height: 50px;
  border-bottom: 1px solid #666;
}
/*--------产品类别下拉--------*/
.category-list {
  display: none;
  position: relative;
  font-size: 1.3rem;
}
.category-list a {
  display: block;
  color: #383838;
  background-color: #f7f7f7;
}
.category-list > a {
  min-width: 95px;
  white-space: nowrap;
  padding: 5px 18px 5px 6px;
}
.category-list a:hover {
  color: #008fe2;
  background-color: #fff;
}
.category-list a.current {
  position: relative;
  border: 1px solid #e5e5e5;
}
.category-list span.trigger {
  display: block;
  position: absolute;
  width: 7px;
  height: 4px;
  text-indent: -10000rem;
  top: 1.2rem;
  right: 6px;
  background: url(../images/arrow-down-lg-switcher.png) no-repeat left top;
}
/* Drop-Down Menu */
.category-list ul.dropdown {
  display: none;
  min-width: 100%;
  z-index: 10;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.category-list ul.dropdown li > a {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 6px;
  white-space: nowrap;
}
/*---------------End----------------------*/
#wrapper1 hgroup {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#wrapper1 hgroup nav a {
  font-size: 1.5rem;
  color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
  transition: .2s ease-out;
}
#wrapper1 hgroup nav a:hover, #wrapper1 hgroup nav a.active {
  color: #fff;
  background-color: #008fe2;
}
#wrapper1 hgroup nav a:not(:last-child) {
  margin-right: 5px;
}
/*-------（第一部分）产品系列-------*/
main#index > section {
  position: relative;
  padding: 60px 0;
}
/*-------产品展示-------*/
#wrapper1 {
  background-color: #fff;
  padding: 60px 0 30px !important;
}
#wrapper1 .col {
  width: 25%;
  padding: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
#wrapper1 .col section {
  border: 1px solid #ddd;
  /*	-webkit-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(85,85,85,0.4);
	box-shadow: 0px 2px 5px rgba(85,85,85,0.4);*/
  position: relative;
  overflow: hidden;
}
#wrapper1 .col section h3 {
  /*	font-weight:normal;
*/ text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden; /*溢出内容设为隐藏*/
  white-space: nowrap; /*强制文本单行显示*/
  text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
  width: 100%;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}
#wrapper1 .col section p {
  line-height: 1.6;
  color: #666666;
  min-height: 42px;
  padding: 0 10px 30px;
}
#wrapper1 .col section > a {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}
#wrapper1 .col section .img {
  overflow: hidden;
  position: relative;
}
#wrapper1 .col section img {
  width: 100%;
  display: block;
  -webkit-transition: transform .5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
}
#wrapper1 .col section a:hover img {
  -webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*-----第二部分（公司简介）-----*/
#wrapper2 {
  background-color: #f5f6f6;
}
#wrapper2 .container.flex {
  justify-content: flex-end;
}
#wrapper2 .container {
  padding: 0 10px;
}
#wrapper2 .content {
  width: 50%;
  padding: 50px 60px;
  background-color: #333;
  color: #ddd;
}
#wrapper2 .content span {
  color: #00428E;
}
#wrapper2 .about-img {
  padding-left: 20px;
  width: 50%;
  position: relative;
}
#wrapper2 .about-img img {
  max-width: 100%;
  z-index: 2;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 13px 21px rgba(20, 7, 10, 0.31);
}
#wrapper2 .about-img::after {
  /* z-index: -1;
  content: '';
  width: 550px;
  height: 116px;
  position: absolute;
  top: 10vw;
  left: 7vw;
  background-color: #333333; */
}
/*------------------------*/
#wrapper2 .content h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
}
/*------------------------------*/
#wrapper2 .intro {
  margin-bottom: 30px;
}
#wrapper2 .intro p {
  font-size: 1.5rem;
  line-height: 1.8;
}
#wrapper2 .intro p:not(:last-child) {
  margin-bottom: 15px;
}
#wrapper2 .button {
  color: #fff;
}
#wrapper2 a.more {
  position: relative;
  display: inline-block;
  color: inherit;
  color: #666;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
#wrapper2 a.more {
  padding: .4em 1.2em;
}
#wrapper2 a.more::after {
  font-family: FontAwesome !important;
  position: absolute;
  margin-left: -1em;
  right: 10px;
  opacity: 0;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  content: "\f101";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
#wrapper2 a.more:hover {
  background-color: #008fe2;
  color: #fff;
  letter-spacing: 0px;
  padding-left: 1.2em;
  padding-right: 2em;
}
#wrapper2 a.more:hover:after {
  margin-left: 0;
  opacity: 1;
}
/*-----------新闻和联系我们-----------*/
#wrapper5 {
  background-color: #fff; /*background: url(../images/shapes.png) repeat-y top center;*/
}
#wrapper5 .col {
  padding: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#wrapper5 .single-post {
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#wrapper5 .single-post:hover {
  border: 1px solid #008fe2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#wrapper5 .single-post img {
  width: 100%;
}
#wrapper5 ul.post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  text-align: center;
  z-index: 99;
}
#wrapper5 ul.post-date li {
  height: 24px;
  line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  background: #fff;
  color: #008fe2;
}
#wrapper5 ul.post-date li:last-child {
  color: #fff;
  background: #008fe2;
}
#wrapper5 .post-content {
  padding: 30px;
}
#wrapper5 .post-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden; /*溢出内容设为隐藏*/
  white-space: nowrap; /*强制文本单行显示*/
  text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
#wrapper5 p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
  height: 75px;
  overflow: hidden;
}
#wrapper5 .post-content .btn {
  position: relative;
  text-transform: capitalize;
  border: 1px solid #008fe2;
  padding: 8px 30px;
  overflow: hidden;
  color: #31333e;
}
#wrapper5 .post-content .btn:hover {
  background-color: #008fe2;
  color: #fff;
}
/*------内容公共代码------*/
#content .main-body {
  line-height: 1.65;
  font-size: 1.6rem;
}
#content .main-body p:not(:last-child) {
  margin-bottom: 15px;
}
#content .main-body a {
  color: #0066CC;
  text-decoration: none;
}
#content .main-body a:hover {
  text-decoration: underline;
}
#content .main-body h2, #content .main-body h3, #content .main-body h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
}
#content .main-body > ul {
  margin-bottom: 1.5rem;
}
#content .main-body > ul > li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 15px;
}
#content .main-body > ul > li > p {
  margin-left: -15px;
}
#content .main-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  margin: 0 auto 20px;
}
#content .main-body table td, #content .main-body table th {
  position: relative;
  padding: .75rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#content .main-body table p {
  margin-bottom: 0;
}
#content .main-body table th {
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
}
#content .main-body table tr:nth-of-type(even) {
  background: #f7f7f7;
}
#content .main-body table tbody tr {
  transition: all .3s;
  -webkit-transition: all .3s
}
#content .main-body table tbody tr:hover {
  background: #e5ebee;
}
#content .main-body img {
  max-width: 100%;
  vertical-align: middle;
}
#content .main-body img[align*="left"] {
  margin-right: 15px;
}
#content .main-body img[align*="right"] {
  margin-left: 15px;
}
/*----/联系我们/-----*/
#content .contact.flex {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#content .contact .main-body {
  width: 40%;
}
#content .contact img {
  max-width: none;
}
#content .contact i {
  margin-right: 10px;
}
/*------/产品列表/-------*/
#content ul.product-list {
  width: 100%;
}
#content ul.product-list li {
  width: 25%;
  padding: 0 1rem;
  height: 100%;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#content ul.product-list li section {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#content ul.product-list li section:hover {
  background: #029FEA;
  border: 1px solid #029FEA;
}
#content ul.product-list li section:hover a {
  color: #fff;
}
#content ul.product-list li section h3 {
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  overflow: hidden; /*溢出内容设为隐藏*/
  white-space: nowrap; /*强制文本单行显示*/
  text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
  padding: 10px 5px;
}
#content ul.product-list li section > a {
  display: block;
}
#content ul.product-list li section .img {
  overflow: hidden;
  position: relative;
}
#content ul.product-list li section .img img {
  width: 100%;
  display: block;
  -webkit-transition: transform 0.5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#content ul.product-list li section a:hover img {
  -webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*-----/产品简介页/-----*/
#content .pro-info {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
}
#content .panel {
  width: 100%;
  margin: 0 auto 20px;
}
#content .panel .col-left {
  width: 430px;
}
#content .panel .col-right {
  width: calc(100% - 430px);
  padding-left: 30px;
}
#content .panel .col-right > h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #cacaca;
}
#content .panel .col-right .description {
  font-size: 1.5rem;
  line-height: 1.8;
}
/*-------产品详情页--------*/
#content .details {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
#content .nav-about {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ddd;
}
#content .nav-about i {
  font-size: .8rem;
  margin-right: 8px;
  vertical-align: middle;
}
/*----旋转木马轮播---*/
#content .profile .company-active {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.company-active .col {
  text-align: center;
  padding: 0 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.company-active .col .single-brand img {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: transform 0.6s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
  -webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 28px;
  height: 28px;
  background-color: rgba(51, 51, 51, 0.6);
}
/*------内页新闻列表----*/
#content .news-cloumn {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
}
#content .left ul.news-list li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  padding: 20px 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#content .left ul.news-list li .thumb {
  width: 20%;
  display: block;
  position: relative;
}
#content .left ul.news-list li .thumb img {
  width: 100%;
  min-height: 100%;
  transition: transform .2s ease-out;
}
#content .left ul.news-list li section {
  width: 80%;
  padding-left: 15px;
}
#content .left ul.news-list li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
#content .left ul.news-list li section h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#content .left ul.news-list li section p.des {
  line-height: 1.7;
  color: #6a6a6a;
  height: 48px;
  overflow: hidden;
  margin-bottom: 1rem;
}
#content .left ul.news-list li section p.info {
  color: #a3afb7;
}
#content .left ul.news-list li section p.info span:not(:first-child) {
  margin-left: 1rem;
}
/*-------新闻详情页------*/
#content .news-info header {
  text-align: center;
}
#content .news-info header h1 {
  font-size: 2.8rem;
}
#content .news-info header p {
  line-height: 28px;
  font-size: 1.3rem;
  border-bottom: 1px dotted #959595;
  padding: 5px 0;
}
#content .news-info header p time, #content .news-info header p span {
  padding-right: 10px;
}
/*------文章内容----*/
#content .news-info section {
  padding: 20px 0px;
}
/*-----联系我们-----*/
#content .contact img {
  max-width: none;
}
/*--------人才招聘--------*/
#content .job-title {
  background-color: #169ae1;
}
#content .job-title ul li {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.6rem;
  width: 20%;
}
#content .job-list {
  background-color: #f6f4f4;
  margin-bottom: 20px;
}
#content .job-list .job-content .job-desc {
  display: none;
}
#content .job-list .job-content > ul {
  cursor: pointer;
  border-bottom: 1px solid #e8e7e7;
}
#content .job-list .job-content > ul > li {
  color: #393939;
  padding: 15px 0;
  text-align: center;
  width: 20%;
}
#content .job-list .job-content.active > ul > li, #content .job-list .job-content > ul:hover > li {
  color: #008fe2;
}
#content .job-tip {
  line-height: 1.7;
  margin-bottom: 20px;
}
#content .job-contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#content .job-contact p {
  line-height: 1.7;
}
/*-------职位描述-----*/
#content .job-list .job-desc {
  width: 100%;
  padding: 20px 50px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul > li {
  width: 25%;
  line-height: 1.8;
}
#content .job-list .job-desc ul li span {
  color: #666;
}
/*--------岗位职责-----*/
#content .job-list .job-desc .zhize.z1 {
  margin-bottom: 20px;
}
#content .job-list .job-desc h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}
#content .job-list .job-desc p {
  line-height: 1.7;
}