@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  pointer-events: none;
  width: 100%;
  height:auto;
  border: 0; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover {
  color: #0f1180; }

ul, li {
  list-style: none; }

input, button, textarea, select {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  resize: none; }

::-webkit-input-placeholder {
  color: #111; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #111; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #111; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #111; }

body {
  font-family: "Microsoft Yahei","Helvetica Neue",Tahoma,Simsun,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background: #fff; }

.clear {
  clear: both; }

.clear:after {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clear: both; }

.line {
  height: 1px;
  background: #e7e7e7; }

/***************²¼¾Ö***************/
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box; }

@media (min-width: 767px) {
  .container {
    padding: 0;
    width: 760px; } }
@media (min-width: 991px) {
  .container {
    padding: 0;
    width: 960px; } }
@media (min-width: 1279px) {
  .container {
    padding: 0;
    width: 1200px; } }
/***************µ¼º½***************/
.nav-bar {
  padding: 17px 0;
  height: 74px;
  box-sizing: border-box; }

.logo {
  display: inline-block;
  margin:-5px 0;
  width: 425px;
  height: 50px; 
  }

.logo img {
  display: block; }

.nav {
  float: right;
  height: 40px;
  line-height: 40px; }

.nav-item {
  position: relative;
  float: left;
  display: inline-block;
  margin-left: 30px;
  color: #707070; }

.nav-item a {
  position: relative;
  display: block;
  color: #707070; }

.nav-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.nav-item.active > a, .nav-item > a:hover {
  color: #111; }

.nav-item.active > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.child-nav {
  position: absolute;
  top: 40px;
  left: -20px;
  height: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.nav-item:hover .child-nav {
  padding: 10px 0;
  min-height: 80px;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.child-nav li {
  padding: 0 20px;
  line-height: 36px; }

.child-nav li:hover {
  background: #f5f6f8; }

.child-nav li a {
  display: block;
  white-space: nowrap; }

.child-nav li a:hover {
  color: #111; }

.menu-btn {
  display: none; }
@media (max-width: 1278px) {
	.logo{
		width:250px;
		overflow: hidden;
	}
	.logo1{
		width:330px;
		overflow: hidden;
	}
	.logo img{height:100%;width:auto;}
}
@media (max-width: 991px) {
	
  .menu-btn {
    display: block;
    padding: 3px 9px;
    height: 24px;
    line-height: 0; }

  .menu-btn img {
    width: 24px; }

  .nav-bar {
    height: 48px;
    padding: 9px 0; }

  .logo ,.logo1{
	  margin:0;
    width: 255px;
    height: 30px;
	}
	.logo img{height:100%;width:auto;}
  .nav {
    position: relative;
    height: 30px; }

  .nav > ul {
    position: absolute;
    z-index: 100;
    right: -15px;
    top: 38px;
    padding: 20px 0;
    display: block;
    width: 0;
    height: 90vh;
	overflow:hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s; }

  .nav > ul.show {
    display: block;
    width: 240px;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1); }

  .nav-item {
    float: none;
    padding: 0 50px;
    width: 100%;
    margin-left: 0;
    line-height: 44px;
    text-align: left;
    box-sizing: border-box; }

  .nav-item.active > a:after {
    height: auto; }

  .child-nav {
    position: static;
    height: auto;
    box-shadow: none; }

  .nav-item:hover .child-nav {
    padding: 0;
    min-height: auto;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s; }

  .child-nav li {
    padding: 0 20px;
    font-size: 12px; } }
/***************banner***************/
#banner .swiper-slide {
  background: #E7E6EC;
  position: relative;
  height: 500px; }

#banner .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#banner .swiper-slide{
	text-align: center;
	background: #E7E6EC;
}
#banner .swiper-slide img{width:100%;height:100%;max-width:1920px;object-fit: cover;overflow: hidden;object-position: center center;}


.banner-text {
  padding-left: 40px;
  padding-top: 10%; }

.banner-text h1 {
  padding: 10px 0;
  line-height: 1.2;
  font-family: "Helvetica Neue","Arail";
  font-size: 48px;
  font-weight: 500;
  color: #8081bc; }

.banner-text span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #8081bc; }

@media (max-width: 1278px) {
  #banner .swiper-slide {
    height: 400px; } }
@media (max-width: 991px) {
  #banner .swiper-slide {
    height: 340px; } }
@media (max-width: 767px) {
  #banner .swiper-slide {
    height: 200px; }

  .banner-text {
    padding-left: 0;
    padding-top: 8%; }

  .banner-text p {
    font-size: 12px; }

  .banner-text h1 {
    font-size: 28px; } }
@media (max-width: 480px) {
  #banner .swiper-slide {
    height: 200px; }

  .banner-text {
    width: 180px;
    padding: 10px;
    margin-top: 6%;
    background: rgba(255, 255, 255, 0.6); } }
/***************product***************/
.box {
  padding: 100px 0; }

.title {
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: 3px;
  text-align: center; }

.subtitle {
  padding: 20px 0;
  font-size: 12px;
  color: #cfcfcf;
  text-align: center; }

.content {
  padding-top: 50px; }

.product-list {
  margin: -20px; }

.product-item {
  float: left;
  padding: 20px;
  width: 25%;
  box-sizing: border-box; }

.product-item > div {
  position: relative; }

.product-item img {
  display: block; }

.product-item:hover .product-info {
  opacity: 1;
  height: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.product-info {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 20px;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #DCDBE9;
  background-color: rgba(249, 249, 249, 0.88);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.product-info h2 {
  padding-top: 40%;
  color: #8081bc; 
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
   }

.product-info p {
  padding: 10px 0 20px;
  color: #707070;   
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  }

.product-info span {
  display: inline-block;
  padding: 0 15px;
  line-height: 28px;
  color: #111;
  background: #DCDBE9;
  cursor: pointer; }

.product-info span:hover {
  color: #0f1180; }

@media (max-width: 1278px) {
  .product-item {
    width: 33.333333%; }

  .product-info h2 {
    padding-top: 50%; } }
@media (max-width: 991px) {
  .product-info h2 {
    padding-top: 30%; }

  .product-info h2 {
    padding-top: 30%; } }
@media (max-width: 767px) {
  .title {
    text-align: left;
    font-size: 28px; }

  .subtitle {
    text-align: left;
    padding: 0; }

  .box {
    padding: 40px 0; }

  .content {
    padding-top: 20px; }

  .product-list {
    margin: -15px; }

  .product-item {
    padding: 15px;
    width: 50%; }

  .product-item:hover .product-info {
    height: auto; }

  .product-info {
    position: relative;
    height: auto;
    opacity: 1;
    border: none;
    padding: 10px 0;
    background: transparent; }

  .product-info h2 {
    padding: 0;
    font-size: 16px; 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}

  .product-info p {
    padding: 0;
    font-size: 12px; 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}

  .product-info span {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 20px;
    line-height: 40px; } }
@media (max-width: 480px) {
  .product-list {
    margin: -10px; }

  .product-item {
    padding: 10px; }

  .product-info p {
    display: none; }

  .product-info h2 {
    font-size: 14px; }

  .product-info span {
    display: none; } }
/***************honor***************/
.boxB {
  padding: 50px 0; }

.honor {
  background: #f5f6f8; }

.honortitle {
  margin-top: -40px;
  padding-top: 10px;
  height: 142px;
  background-image: url(/html/img/jiao.png);
  background-size: 416px 142px;
  background-position: center top;
  background-repeat: no-repeat; }

#honor .swiper-slide {
  width: 240px;
  margin: 50px 40px; }

#honor .swiper-slide img {
  display: block;
  padding: 30px 0;
  width: 240px; }

#honor .swiper-slide-active, #honor .swiper-slide-active img {
  padding: 0;
  width: 280px; }

#honor .swiper-slide-active {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1); }

#honor .swiper-pagination-bullet {
  width: 36px;
  height: 1px;
  background: #111;
  border-radius: 0;
  opacity: 1; }

#honor .swiper-pagination-bullet-active {
  margin-bottom: -1px;
  height: 3px;
  background: #ffd21f; }

@media (max-width: 767px) {
  #honor .swiper-slide {
    width: 200px;
    margin: 30px 20px; }

  #honor .swiper-slide img {
    width: 200px; }

  #honor .swiper-slide-active, #honor .swiper-slide-active img {
    width: 240px; }

  .honortitle .subtitle, .honortitle .title {
    text-align: center; }

  .honortitle {
    text-align: center;
    margin-top: -20px;
    padding-top: 10px;
    height: 100px;
    background-size: auto 100px;
    background-position: center top;
    background-repeat: no-repeat; } }
/***************about***************/
.company-info {
  padding-top: 60px;
  padding-right: 30px;
  float: left;
  width: 69%;
  box-sizing: border-box; }

.company-img {
  float: left;
  width: 31%; }

.company-img img {
  display: block; }

.company-list {
  line-height: 32px; }

.company-list li {
  display: inline-block;
  padding: 20px 0;
  width: 40%; }

.company-list img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px; }

.company-list span {
  padding: 0 20px;
  font-size: 24px; }

.company-cont {
  margin-top: 20px;
  padding: 30px 0;
  line-height: 28px; }

.company-name {
  font-size: 30px;
  font-weight: normal; }

.company-tip {
  color: #cfcfcf; }

@media (max-width: 1278px) {
  .company-info {
    padding-top: 0; }

  .company-list {
    height: 132px;
    overflow-y: hidden; } }
@media (max-width: 991px) {
  .company-info {
    width: 50%; }

  .company-img {
    width: 50%; }

  .company-list li {
    width: 48%; }

  .company-list span {
    padding: 0 10px;
    font-size: 20px; }

  .company-name {
    font-size: 26px; } }
@media (max-width: 767px) {
  .company-info {
    padding-right: 0;
    width: 100%; }

  .company-img {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .1;
    width: 100%; }

  .company-list li {
    width: 49%; }

  .company-list span {
    font-size: 18px; } }
@media (max-width: 320px) {
  .company-name {
    font-size: 22px; }

  .company-list span {
    padding: 0 0 0 10px; } }
/***************factory***************/
.factory {
  background-image: url(/html/img/bg.jpg);
  background-size: cover;
  background-position: center center; }

#factory {
  width: 80%; }

#factory .swiper-pagination-bullet {
  width: 36px;
  height: 1px;
  background: #111;
  border-radius: 0;
  opacity: 1; }

#factory .swiper-pagination-bullet-active {
  margin-bottom: -1px;
  height: 3px;
  background: #ffd21f; }

#factory .swiper-slide {
  margin: 30px 0; }

.factory-cont {
  position: relative; }

.factory-title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 18px;
  text-align: center;
  font-size: 18px;
  overflow: hidden; }

@media (max-width: 1278px) {
  .factory-title {
    top: 60px; } }
@media (max-width: 991px) {
  .factory-title {
    top: 40px;
    width: 16px;
    font-size: 16px; } }
@media (max-width: 767px) {
  #factory {
    width: 90%; }

  .factory-title {
    top: 10px;
    width: 12px;
    font-size: 12px; } }
/***************contact***************/
.map {
  height: 420px; }

#map {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Î¢ÈíÑÅºÚ";
  overflow: hidden; }

.contact-cont {
  float: left;
  margin-top: 20px;
  width: 40%; }

.contact-msg {
  float: left;
  margin-top: 35px;
  width: 60%; }

.contact .contact-msg {
  padding-right: 10%;
  box-sizing: border-box; }

.contact .contact-cont {
  padding-top: 30px; }

.contact-cont li {
  padding-top: 15px;
  display: inline-block;
  width: 48%; }

.contact-cont li:first-child {
  display: block;
  width: 100%; }

.contact-cont li:first-child span + span {
  display: inline-block;
  padding-left: 10px; }

.contact-cont li span:first-child {
  font-size: 15px; }

.contact-cont li span + span {
  display: block;
  font-size: 13px; }

.form-item-inline {
  display: inline-block;
  padding: 10px;
  width: 50%;
  box-sizing: border-box; }

.form-item {
  padding: 10px;
  box-sizing: border-box; }

.input {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 10px;
  line-height: 28px;
  background-color: #f2f2f2; }

.form-item {
  display: block; }

.form-btn {
  float: right;
  display: inline-block;
  width: 88px;
  line-height: 36px;
  text-align: center;
  background: #ffd21f; }

@media (max-width: 1278px) {
  .map {
    height: 340px; } }
@media (max-width: 991px) {
  .map {
    height: 280px; }

  .contact-cont {
    padding: 0 15px;
    width: 47%;
    box-sizing: border-box; }

  .contact-msg {
    width: 53%; }

  .contact .contact-msg {
    padding-right: 3%;
    box-sizing: border-box; }

  .contact .contact-cont {
    padding-top: 30px; } }
@media (max-width: 767px) {
  .map {
    height: 200px; }

  .contact-cont {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box; }

  .contact-msg {
    width: 100%; }

  .contact .contact-msg {
    padding-right: 0;
    box-sizing: border-box; }

  .contact .contact-cont {
    padding-top: 0; }

  .contact-cont li:first-child span + span {
    display: block;
    padding-left: 0; } }
/***************footer***************/
.foot {
  display: block;
  padding: 16px 0;
  font-size: 12px;
  color: #e7e7e7;
  text-align: center;
  line-height: 24px;
  background: #111; }

.foot:hover {
  color: #e7e7e7; }

.product-menu {
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px; }

.product-menu li {
  margin:0 10px 10px;
  padding: 8px 12px;
  background: #DCDBE9; }

.product-menu li.active {
  color: #fff;
  background: #0f1180; }

.product-menu li.active a {
  color: #fff; }

.product-menu {
	float:left;
  display: inline-block;
  vertical-align: top;
  width: 25%; }

.product-cont, .product-menu {
  margin-top: 30px; }

.product-cont {
	float:left;
  display: inline-block;
  width: 75%; }

.product-cont .product-item {
  width: 33.3333333%; }

.product-cont .product-list {
  display: none; }

.product-cont .product-list.active {
  display: block; }

@media (max-width: 1278px) {
  .product-cont .product-item {
    width: 50%; } }
@media (max-width: 767px) {
  .product-menu {
	float:none;  
    margin: 20px -5px 0;
    width: 100%; }

  .product-menu li {
    display: inline-block;
    margin: 5px; }

  .product-cont {
	  float:none; 
    width: 100%; } }
.pages a {
  display: inline-block;
  color: #111;
  padding: 6px 12px;
  border-radius: 18px; }

.pages a:hover {
  color: #ffd21f; }

.pages a.active {
  color: maincolor;
  background: #f5f6f8; }

.pages {
  text-align: center; }

.about-page-cont {
  padding: 20px 0; }

.about-page-text {
  padding-top: 20px;
  font-size: 14px; }

.about-page-img {
  padding: 20px 0 30px; }

.gallery-list {
  margin: 30px -20px 0; }

.gallery-list li {
  float: left;
  padding: 20px 20px;
  width: 33.33333333%;
  box-sizing: border-box;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.gallery-list li img {
  border-radius: 8px; }

.gallery-list li:hover {
  margin-top: -10px;
  margin-bottom: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.gallery-list li:hover img {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1); }

.gallery-list p {
  padding-top: 10px;
  text-align: center; }

@media (max-width: 767px) {
  .gallery-list {
    margin: 30px -5px 0; }

  .gallery-list li {
    padding: 10px;
    width: 50%; }

  .gallery-list li img {
    border-radius: 4px; }

  .gallery-list p {
    padding-top: 4px;
    text-align: left;
    font-size: 12px; } }
.honor-list {
  margin: 30px -20px 0; }

.honor-list li {
  float: left;
  padding: 20px 20px;
  width: 25%;
  box-sizing: border-box;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.honor-list li:hover {
  margin-top: -10px;
  margin-bottom: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s; }

.honor-list li:hover img {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1); }

.honor-list p {
  padding-top: 10px;
  text-align: center; }

@media (max-width: 767px) {
  .honor-list {
    margin: 30px -5px 0; }

  .honor-list li {
    padding: 10px;
    width: 50%; }

  .honor-list p {
    padding-top: 4px;
    text-align: left;
    font-size: 12px; } }
.customer{
	position:fixed;
	right:5px;
	bottom: 100px;
	z-index: 10;
	padding:8px;
	width:32px;
	text-align: center;
	line-height: 16px;
	color:#fff;
	font-size:12px;
	background: #8081bc;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
.customer:hover span{
	display:inline-block;
}
.customer span{
	display:none;
	position:absolute;
	top:0;
	right:48px;
	width:140px;
	height:46px;
	line-height: 46px;
	font-size:16px;
	text-align: center;
	color:#8081bc;
	background: #fff;
	border:1px solid #8081bc;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}

/*# sourceMappingURL=common.css.map */
