@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

/*********** reset start **************/
html {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #666;
  font-size: 12px;
  font-family: var(--font-family);
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

/*********** reset end **************/

/*----page----*/
#pagesize{margin:50px 0 0;text-align:center;}
#pagesize ul{font-size:0;}
#pagesize ul li{display:inline-block;vertical-align:top;}
#pagesize ul li a{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;border:1px solid #bebebe;background:#fff;font-size:15px;}
#pagesize ul li a:hover{background:#026EB7;border:1px solid #026EB7;box-shadow: 0 1px 0 0 #fff;color: #fff !important;}
#pagesize ul li span{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;font-size:14px;}
#pagesize ul li a.active{border:#026EB7 1px solid;background:#026EB7;color:#fff;}
#pagesize ul li a.disabled{color:#fff;border:1px solid #CECECE;background:#CECECE;}


/*factory*/
.cert-list{padding:50px 0;background:#fff;}
.cert-list .index-tit h3{margin: 0px auto;font-weight: 900;font-size: 34px;color: #000;text-align: center;}
.cert-list .list{margin:45px 0 0;position:relative;}
.cert-list .swiper{padding:15px 0;}
.cert-list .swiper-slide{width:378px;padding:17px;background:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(4,0,0,0.24);}
.cert-list .swiper-slide img{display:block;}

.cert-list .swiper-button-prev,.cert-list .swiper-button-next{width:48px;height:48px;overflow:hidden;border-radius:0;background:#0c60a9;margin-top:-24px;text-align:center;color:#fff;}
.cert-list .swiper-button-prev i,.cert-list .swiper-button-next i{color:inherit;font-size:24px;line-height:48px;}
.cert-list .swiper-button-prev,.cert-list .swiper-container-rtl .swiper-button-next{left:-97px;right:auto;}
.cert-list .swiper-button-next,.cert-list .swiper-container-rtl .swiper-button-prev{right:-97px;left:auto;}
.cert-list .swiper-button-prev:hover,.cert-list .swiper-button-next:hover{background-color:#469935;}

.cert-list .swiper-pagination{position:static;width:100%;margin-top:30px;display:none;}
.cert-list .swiper-pagination-bullet {height:10px;width:10px;margin:0 10px;background:#ccc;border-radius:0;opacity:1;box-sizing:border-box;}
.cert-list .swiper-pagination-bullet-active{background:#469935;}


.case-list{}
.case-list ul{margin:-40px -10px 0;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.case-list ul li{width:33.33333333%;padding:0 10px;margin:40px 0 0;box-sizing:border-box;}
.case-list ul li .box{border-radius:7px;background:#fff;overflow:hidden;}
.case-list ul li h5{height:98px;padding:0 15px;overflow:hidden;display:-webkit-flex;display:flex;text-align:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.case-list ul li h5 a{color:#333;font-weight:bold;font-size:20px;line-height:32px;}
.case-list ul li .pic{display:block;width:100%;overflow:hidden;position:relative;}
.case-list ul li .pic img{width:100%;transition:all 0.3s ease 0s;}
.case-list ul li .txt{position:absolute;left:0;top:0;right:0;bottom:0;padding:25px;background:rgba(0,0,0,0.7);box-sizing:border-box;text-align:center;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0);display:-webkit-flex;display:flex;text-align:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.case-list ul li .txt p{font-size:18px;color:#fff;line-height:1.6;}
.case-list ul li .txt p::after{content:"";background:url(../images/more.png) no-repeat;width:38px;height:10px;display:block;margin:15px auto 0;}

.case-list ul li:hover .box{box-shadow:0 0 12px 0 rgba(227,230,230,0.7);}
.case-list ul li:hover h5 a{color:#469935;}
.case-list ul li:hover .pic img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.case-list ul li:hover .txt{opacity:1;-webkit-transform:scale(1);transform:scale(1);}



/*-----------*/

.factory{padding:50px 0;}
.factory h3{font-size:40px;color:#212121;font-weight:700;line-height:1;z-index:20;}
.factory h3::before{display:block;white-space:nowrap;color:#fff;position:absolute;left:0;top:-38px;font-size:98px;line-height:1;z-index:-1;text-shadow:rgba(210,217,221,0.75) 1px 0 0, rgba(210,217,221,0.75) 0 1px 0, rgba(210,217,221,0.75) -1px 0 0, rgba(210,217,221,0.75) 0 -1px 0;}
.factory h3::after{display:block;content:'';width:80px;height:2px;background:#0c60a9;margin:10px auto 0 0;}

.factory .list{margin:60px 0 0;position:relative;}
.factory .swiper-slide{text-align:center;}
.factory .swiper-slide .pic{width:100%;display:block;}
.factory .swiper-slide img{width:100%;}
.factory .swiper-slide p{font-size:18px;color:#212121;line-height:32px;font-weight:700;margin:23px 0 0;}

.factory .bot{/* display:flex; *//* align-items:center; *//* width:980px; */margin: 50px auto 0;text-align: center;}

.factory .tips{flex:1;margin-left:20px;overflow:hidden;}
.factory .swiper-pagination-progressbar.swiper-pagination-horizontal{position:static;width:100%;height:2px;background:#C9D2D7;}
.factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;top:0;height:2px;}

.factory .bot .page{font-size:0;margin: auto;}
.factory .swiper-button-prev,.factory .swiper-button-next{position:static;width: 50px;height: 50px;line-height: 50px;overflow:hidden;background:none;margin-top:0;text-align:center;color: #060606;display:inline-block;border-radius: 50px;background: #cacaca;}
.factory .swiper-button-next::after,.factory .swiper-button-prev::after {display:none;}
.factory .swiper-button-prev i,.factory .swiper-button-next i{color:inherit;font-size:18px;display:inline-block;}
.factory .swiper-button-prev,.factory .swiper-container-rtl .swiper-button-next{}
.factory .swiper-button-next,.factory .swiper-container-rtl .swiper-button-prev{margin-left:8px;}
.factory .swiper-button-prev:hover,.factory .swiper-button-next:hover{color:var(--active-color);}

                                                          
                                                          

.factory1{padding:50px 0;}
.factory1 h3{font-size:40px;color:#212121;font-weight:700;line-height:1;z-index:20;}
.factory1 h3::before{display:block;white-space:nowrap;color:#fff;position:absolute;left:0;top:-38px;font-size:98px;line-height:1;z-index:-1;text-shadow:rgba(210,217,221,0.75) 1px 0 0, rgba(210,217,221,0.75) 0 1px 0, rgba(210,217,221,0.75) -1px 0 0, rgba(210,217,221,0.75) 0 -1px 0;}
.factory1 h3::after{display:block;content:'';width:80px;height:2px;background:#0c60a9;margin:10px auto 0 0;}

.factory1 .list{margin:60px 0 0;position:relative;}
.factory1 .swiper-slide{text-align:center;}
.factory1 .swiper-slide .pic{width:100%;display:block;}
.factory1 .swiper-slide img{width:100%;}
.factory1 .swiper-slide p{font-size:18px;color:#212121;line-height:32px;font-weight:700;margin:23px 0 0;}

.factory1 .bot{display:flex;align-items:center;width:980px;margin:50px auto 0;}

.factory1 .tips{flex:1;margin-left:20px;overflow:hidden;}
.factory1 .swiper-pagination-progressbar.swiper-pagination-horizontal{position:static;width:100%;height:2px;background:#C9D2D7;}
.factory1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;top:0;height:2px;}

.factory1 .bot .page{font-size:0;}
.factory1 .swiper-button-prev,.factory1 .swiper-button-next{position:static;width:20px;height:20px;line-height:20px;overflow:hidden;background:none;margin-top:0;text-align:center;color:#202020;display:inline-block;border-radius:0;}
.factory1 .swiper-button-next::after,.factory1 .swiper-button-prev::after {display:none;}
.factory1 .swiper-button-prev i,.factory1 .swiper-button-next i{color:inherit;font-size:18px;display:inline-block;}
.factory1 .swiper-button-prev,.factory1 .swiper-container-rtl .swiper-button-next{}
.factory1 .swiper-button-next,.factory1 .swiper-container-rtl .swiper-button-prev{margin-left:8px;}
.factory1 .swiper-button-prev:hover,.factory1 .swiper-button-next:hover{color:var(--active-color);}


@media screen and (max-width: 1280px) {

.factory .bot,.factory1 .bot {width: 90%;}

}

@media screen and (max-width: 768px) {

.footer-guanxiang .foot-con > div:not(:last-child) {display: none;}

.footer-guanxiang .newsletter input {width: 76%;height: 64px;padding-left: 24px;}
.footer-guanxiang .newsletter button {width: 24%;height: 56px;}

.factory h3,.factory1 h3 {font-size: 26px;}

.head-top-guanxiang .head-fl span {display: none;}

}

/*------------------------------------------------------------*/


/*************** common class start ********************/
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.cl {
  zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.pr {
  position: relative;
}

.fr, .float-right {
  float: right;
}

.fl, .float-left {
  float: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}
/*************** common class end ********************/


/***************** grid and size start ***********************/
.visible-xs,
.visible-xs-block {
  display: none !important
}

@media screen and (max-width: 768px) {
  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }

}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media screen and (min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media screen and(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}
/***************** grid and size end ***********************/



/******************* frame start ************************/
.wp {
  margin: 0 auto;
  width: 1440px;
}

@media screen and (max-width: 1500px) {
  .wp {
    width: 1200px
  }
}

@media screen and (max-width: 1280px) {
  .wp {
    width: 1024px
  }
}

@media screen and (max-width: 992px) {
  .wp {
    width: 718px
  }
}

@media screen and (max-width: 768px) {
  .wp {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-left: 20px
  }
}

@media screen and (max-width: 576px) {
  .wp {
    width: 100%;
    padding-right: 12px;
    box-sizing: border-box;
    padding-left: 12px
  }
}
/******************* frame end ************************/