@charset "utf-8";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
.header,
nav,
section {
  display: block;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 2rem;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: .05rem dotted ButtonText;
}
fieldset {
  margin: 0 .1rem;
  padding: .35em .625em .75em;
  border: .05rem solid silver;
}
legend {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -0.1rem;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  *line-height: normal;
}
a:focus {
  outline: 0;
}
button,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
p,
input,
ol,
ul {
  margin: 0;
  padding: 0;
}
* + address,
* + blockquote,
* + dl,
* + fieldset,
* + figure,
* + hr,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
*,
input,
textarea,
button,
select {
  border: none;
  outline: none;
  font-family: "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
}
.clear {
  clear: both;
}
.font-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body-width {
  width: 1200px;
  margin: 0 auto;
}
.space-between {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.space-between-wrap {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.space-start-wrap {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.flex-start {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.flex-end {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.align-center {
  text-align: center;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
/*头部*/
header .head-top {
  width: 100%;
  background: #e8e8e8;
  height: 30px;
  line-height: 30px;
}
header .head-top .body-width .welcome {
  font-size: 12px;
  color: #666;
}
header .head-top .body-width .contact {
  font-size: 12px;
}
header .head-top .body-width .contact li + li {
  margin-left: 8px;
}
header .head-top .body-width .contact a {
  color: #666;
}
header .nav-wrap {
  width: 100%;
  height: 50px;
  background: #00479d;
}
header .nav-wrap .flex-start li {
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
}
header .nav-wrap .flex-start li a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 0 50px;
}
header .nav-wrap .flex-start li a:hover {
  background: #23ac38;
}
header .nav-wrap .flex-start li .down-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
  background: #00479d;
}
header .nav-wrap .flex-start li .down-list li:hover {
  background: #23ac38;
}
header .head-center {
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
header .head-center .logo {
  height: 70px;
}
header .head-center .logo img {
  height: 70px;
}
header .head-center .tel .tel-img {
  height: 45px;
  margin: 15px 15px 0 0;
}
header .head-center .tel .number .txt {
  font-size: 24px;
  padding: 0 0 6px;
  color: #000;
  margin-bottom: 6px;
  text-align: center;
  border-bottom: 1px solid #00479d;
}
header .head-center .tel .number .num {
  font-size: 32px;
  color: #cd0000;
  line-height: 32px;
  height: 32px;
  font-weight: bold;
}
header .banner {
  width: 100%;
}
header .banner .swiper-container {
  width: 100%;
  position: relative;
}
header .banner .swiper-container .swiper-slide {
  width: 100%;
}
header .banner .swiper-container .swiper-slide img {
  width: 100%;
  vertical-align: top;
}
header .banner .swiper-container .swiper-button-prev,
header .banner .swiper-container .swiper-button-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-indent: -9999px;
  margin-top: -20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
header .banner .swiper-container .swiper-button-next {
  right: -45px;
  left: auto;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
header .banner .swiper-container:hover .swiper-button-prev {
  left: 20px;
}
header .banner .swiper-container:hover .swiper-button-next {
  right: 20px;
}
main .banner-bot {
  width: 100%;
  position: relative;
  height: 70px;
}
main .banner-bot .left-bg {
  width: 50%;
  height: 70px;
  background: #23ac38;
}
main .banner-bot .right-bg {
  width: 50%;
  height: 70px;
  background: #00479d;
}
main .banner-bot .body-width {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
main .banner-bot .body-width .left {
  width: 50%;
  line-height: 70px;
}
main .banner-bot .body-width .left .nav {
  color: #fff;
  font-size: 14px;
  width: 80px;
}
main .banner-bot .body-width .left .nav .icon {
  font-size: 40px;
  margin-right: 5px;
}
main .banner-bot .body-width .left .nav p {
  width: 40px;
  line-height: 20px;
  display: inline-block;
  padding-top: 18px;
}
main .banner-bot .body-width .left .txt-slide {
  width: 360px;
  height: 40px;
  margin: 18px 0 0 40px;
}
main .banner-bot .body-width .left .txt-slide .swiper-container {
  width: 100%;
  height: 100%;
}
main .banner-bot .body-width .left .txt-slide .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
main .banner-bot .body-width .left .txt-slide .swiper-container .swiper-slide a {
  width: 100%;
  height: 20px;
  color: #fff;
  display: block;
}
main .banner-bot .body-width .right {
  width: 50%;
}
main .banner-bot .body-width .right .search-wrap {
  width: 516px;
  height: 32px;
  background: #fff;
}
main .banner-bot .body-width .right .search-wrap .input {
  width: 78%;
  height: 30px;
  margin-top: 1px;
  text-indent: 10px;
  font-size: 14px;
  color: #666;
}
main .banner-bot .body-width .right .search-wrap .btn {
  width: 20%;
  height: 32px;
  background: #012959;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
main .banner-bot .body-width .right .search-wrap .btn .icon {
  font-size: 22px;
  margin-left: 10px;
}
main .goods-show {
  padding: 70px 0 30px;
  background: #f2f2f2;
}
main .goods-show .body-width {
  width: 1264px;
}
main .goods-show .big-title {
  border-top: 1px solid #999;
  height: 56px;
  font-size: 30px;
  color: #999;
  position: relative;
  text-align: center;
}
main .goods-show .big-title .t {
  position: absolute;
  top: -17px;
  line-height: 34px;
  font-size: 30px;
  color: #000;
  left: 50%;
  margin-left: -90px;
  z-index: 10;
  padding: 0 30px;
  background: #f2f2f2;
}
main .goods-show .big-title .c {
  display: block;
  margin-top: 28px;
  font-size: 26px;
}
main .goods-show .arr-btn {
  width: 730px;
  margin: 35px auto 40px;
}
main .goods-show .arr-btn .tab-bar li { 
  margin-left:15px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.goods-list-wrap li{
  margin-left:15px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

main .goods-show .arr-btn .tab-bar li a {
  display: block;
  color: #666;
}
main .goods-show .arr-btn .tab-bar li:hover {
  color: #fff;
  background: #23ac38;
}
main .goods-show .arr-btn .tab-bar li:hover a {
  color: #fff;
}
main .goods-show .arr-btn .tab-bar .active {
  color: #fff;
  background: #23ac38;
}
main .goods-show .arr-btn .tab-bar .active a {
  color: #fff;
}
main .goods-show .tab-content .model {
  width: 1264px;
  height: 550px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
  display: none;
}
main .goods-show .tab-content .model .scroll-container {
  width: 1264px;
  height: 550px;
}
main .goods-show .tab-content .model .scroll-container .scroll-wrapper {
  width: 1200px;
  height: 550px;
  padding: 0 32px 0 0;
  float: left;
}
main .goods-show .tab-content .model .scroll-container .scroll-wrapper:first-child {
  padding-left: 32px;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide {
  width: 276px;
  height: 245px;
  padding: 0 32px 32px 0;
  float: left;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide:nth-child(4n) {
  padding-right: 0;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide a {
  display: block;
  width: 276px;
  height: 245px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide a .cover {
  width: 100%;
  height: 199px;
  border: 1px solid #eee;
  border-bottom: none;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide a .cover .search-shade {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide a .cover .search-shade .search {
  width: 42px;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide a .title {
  width: 278px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  line-height: 45px;
  font-size: 16px;
  height: 45px;
  background: #00479d;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide:hover a {
  width: 298px;
  height: 270px;
  padding: 10px;
  background: #fff;
  top: -22px;
  left: -22.5px;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide:hover a .cover {
  width: 100%;
  height: 215px;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide:hover a .cover .search-shade {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main .goods-show .tab-content .model .scroll-container .scroll-slide:hover a .title {
  width: 300px;
  height: 55px;
  left: 10px;
  bottom: 10px;
  line-height: 55px;
  background: #23ac38;
}
main .company-info {
  width: 100%;
  height: 400px;
}
main .company-info .left {
  width: 50%;
  height: 400px;
}
main .company-info .right {
  width: 50%;
  height: 400px;
  background: #00479d;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
main .company-info .right .wrap {
  width: 600px;
  height: 100%;
  position: relative;
  padding: 50px 30px 40px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
main .company-info .right .wrap .bg {
  width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
main .company-info .right .wrap .title {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
main .company-info .right .wrap .title span {
  color: #999;
  margin-left: 10px;
  font-size: 26px;
  display: inline-block;
  vertical-align: text-bottom;
  text-transform: Uppercase;
}
main .company-info .right .wrap .content {
  font-size: 14px;
  line-height: 20px;
  margin-top: 35px;
  color: #fff;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
main .company-info .right .wrap .more {
  position: absolute;
  bottom: 54px;
  left: 30px;
  width: 145px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
main .news-container {
  width: #fff;
  padding: 45px 0;
}
main .news-container .news {
  width: 600px;
}
main .news-container .news .ad {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 25px;
}
main .news-container .news .ad img {
  width: 100%;
}
main .news-container .news .list {
  padding: 20px 0 20px 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
main .news-container .news .list a {
  display: block;
}
main .news-container .news .list .icon {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 10;
  color: #00479d;
}
main .news-container .news .list .t {
  width: 80%;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
  margin-bottom: 14px;
}
main .news-container .news .list .content {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .news-container .honor {
  width: 560px;
}
main .news-container .honor .honor-banner {
  width: 100%;
  height: 400px;
  margin-top: 24px;
  overflow: hidden;
}
main .news-container .honor .honor-banner .swiper-container {
  position: relative;
}
main .news-container .honor .honor-banner .swiper-container .btn {
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .news-container .honor .honor-banner .swiper-container .btn:hover {
  background-position-x: -42px !important;
}
main .news-container .honor .honor-banner .swiper-container .swiper-button-next3 {
  left: auto;
  right: 20px;
}
main .advantage {
  width: 100%;
}
main .advantage .body-width {
  padding: 70px 0;
}
main .advantage .body-width .t {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
}
main .advantage .body-width .tit {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  color: #ddd;
}
main .advantage .body-width .tit2 {
  font-size: 20px;
  color: #ccc;
}
main .advantage .body-width ul {
  width: 890px;
  margin: 35px auto 0;
}
main .advantage .body-width ul li {
  width: 124px;
}
main .advantage .body-width ul li img {
  width: 100%;
}
main .case-container {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
main .case-container .explain-wrap {
  padding: 30px 0 0;
  width: 1200px;
  overflow: hidden;
}
main .case-container .explain-wrap .box {
  width: 1200px;
  height: 240px;
  overflow: hidden;
}
main .case-container .explain-wrap .box ul {
  width: 100%;
  height: 240px;
}
main .case-container .explain-wrap .box ul li {
  width: 370px;
  padding-right: 45px;
  float: left;
}
main .case-container .explain-wrap .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
main .case-container .explain-wrap .box ul li a .figure {
  width: 100%;
  height: 100%;
}
main .case-container .explain-wrap .box ul li a .figure .cover {
  width: 370px;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
main .case-container .explain-wrap .box ul li a .figure .title {
  width: 100%;
  font-size: 16px;
  color: #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
main .contact-us {
  width: 100%;
  height: 370px;
}
main .contact-us .body-width {
  padding: 70px 0 0;
  text-align: center;
}
main .contact-us .body-width .en {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
  color: #23ac38;
  text-transform: Uppercase;
}
main .contact-us .body-width .en span {
  color: #00479d;
}
main .contact-us .body-width .t {
  font-size: 26px;
  color: #000;
}
main .contact-us .body-width .list {
  width: 100%;
  margin-top: 40px;
}
main .contact-us .body-width .list li {
  flex: 1;
  text-align: center;
}
main .contact-us .body-width .list li .icon {
  font-size: 40px;
  color: #000;
}
main .contact-us .body-width .list li .tit {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
main .bread-nav {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
main .bread-nav ul li {
  font-size: 14px;
  color: #000;
}
main .bread-nav ul li a {
  color: #000;
}
main .bread-nav ul li a:hover {
  color: #23ac38;
}
main .bread-nav ul li .icon {
  font-size: 14px;
  margin-right: 4px;
}
main .modular-name {
  line-height: 60px;
}
main .modular-name h2 {
  font-size: 26px;
  color: #000;
}
main .modular-name h2 span {
  font-size: 22px;
  color: #00479d;
  font-weight: normal;
}
main .page-container {
  text-align: center;
  padding: 30px 0 50px;
}
main .page-prev-next {
  padding: 50px 0;
}
main .page-prev-next p {
  max-width: 50%;
  font-size: 14px;
}
main .page-prev-next p a {
  color: #666;
}
main .page-prev-next p a:hover {
  color: #23ac38;
}
main .common-title .l {
  width: 50%;
  text-transform: Uppercase;
}
main .common-title .l .en {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 8px;
  color: #23ac38;
}
main .common-title .l .en span {
  color: #00479d;
}
main .common-title .l .t {
  color: #000;
  font-size: 26px;
}
main .common-title .more {
  display: block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #666;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
/*footer*/
footer {
  width: 100%;
  background: #3c3c3c;
}
footer .foot {
  padding: 60px 0 20px;
}
footer .foot .left {
  width: 600px;
  position: relative;
}
footer .foot .left .logo {
  height: 60px;
}
footer .foot .left .er-code {
  width: 120px;
  position: absolute;
  top: 160px;
  right: 30px;
  z-index: 10;
}
footer .foot .left .info {
  margin-top: 20px;
}
footer .foot .left .info .name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
footer .foot .left .info ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
footer .foot .left .info ul li label {
  min-width: 60px;
  display: inline-block;
  text-align: justify;
}
footer .foot .right {
  width: 560px;
}
footer .foot .right .form-item {
  width: 100%;
  position: relative;
}
footer .foot .right .form-item label {
  display: inline-block;
  width: 114px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
footer .foot .right .form-item .input {
  width: 400px;
  height: 40px;
  border: 1px solid #fff;
  text-indent: 10px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
footer .foot .right .form-item .er-code {
  width: 170px;
}
footer .foot .right .form-item .code {
  width: 130px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #fff;
  margin-left: 20px;
}
footer .foot .right .form-item .code img {
  max-width: 100%;
}
footer .foot .right .form-item .refresh {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0 0 15px;
}
footer .foot .right .form-item .submit {
  width: 400px;
  height: 40px;
  line-height: 40px;
  background: #23ac38;
  color: #fff;
  margin-left: 114px;
  letter-spacing: 5px;
  cursor: pointer;
}
footer .foot .right .form-item + .form-item {
  margin-top: 30px;
}
footer .foot .right .form-item-after::after {
  content: "*";
  color: red;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}
footer .bottom {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00479d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#toTop {
  position: fixed;
  right: 3%;
  bottom: 10%;
  z-index: 20;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background: #00479d;
}
#toTop .icon {
  font-size: 30px;
  color: #fff;
}
#toTop p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
/*内容区域*/
main .goods-list-wrap {
  padding: 20px 0 30px;
}
main .goods-list-wrap .scroll-container {
  width: 1200px;
}
main .goods-list-wrap .scroll-container .scroll-wrapper {
  width: 1200px;
}
main .goods-list-wrap .scroll-container .scroll-slide {
  width: 276px;
  height: 245px;
  padding: 0 32px 32px 0;
  float: left;
}
main .goods-list-wrap .scroll-container .scroll-slide:nth-child(4n) {
  padding-right: 0;
}
main .goods-list-wrap .scroll-container .scroll-slide a {
  display: block;
  width: 276px;
  height: 245px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-list-wrap .scroll-container .scroll-slide a .cover {
  width: 100%;
  height: 199px;
  border: 1px solid #eee;
  border-bottom: none;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-list-wrap .scroll-container .scroll-slide a .cover .search-shade {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-list-wrap .scroll-container .scroll-slide a .cover .search-shade .search {
  width: 42px;
}
main .goods-list-wrap .scroll-container .scroll-slide a .title {
  width: 278px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  line-height: 45px;
  font-size: 16px;
  height: 45px;
  background: #00479d;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
main .goods-list-wrap .scroll-container .scroll-slide:hover a {
  width: 298px;
  height: 270px;
  padding: 10px;
  background: #fff;
  top: -22px;
  left: -22.5px;
}
main .goods-list-wrap .scroll-container .scroll-slide:hover a .cover {
  width: 100%;
  height: 215px;
}
main .goods-list-wrap .scroll-container .scroll-slide:hover a .cover .search-shade {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main .goods-list-wrap .scroll-container .scroll-slide:hover a .title {
  width: 300px;
  height: 55px;
  left: 10px;
  bottom: 10px;
  line-height: 55px;
  background: #23ac38;
}
main .honor-list-wrap {
  padding: 20px 0 30px;
}
main .honor-list-wrap ul li {
  width: 280px;
  margin: 0 23px 23px 0;
  overflow: hidden;
}
main .honor-list-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
main .honor-list-wrap ul li a .cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
main .honor-list-wrap ul li a .cover .img {
  max-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
main .honor-list-wrap ul li a .cover .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
main .honor-list-wrap ul li a .cover:hover .img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
main .honor-list-wrap ul li a .cover:hover .shade {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
main .honor-list-wrap ul li a .name {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 15px;
}
main .honor-list-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
main .case-list-wrap {
  padding: 20px 0 30px;
}
main .case-list-wrap ul li {
  width: 280px;
  margin: 0 25px 25px 0;
  overflow: hidden;
}
main .case-list-wrap ul li a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
main .case-list-wrap ul li a .img {
  max-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
main .case-list-wrap ul li a:hover .img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
main .case-list-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
main .case-list-wrap ul li .title {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
main .news-list-wrap {
  padding: 20px 0 30px;
}
main .news-list-wrap ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}
main .news-list-wrap ul li a {
  width: 100%;
  height: 100%;
}
main .news-list-wrap ul li a .cover {
  width: 260px;
  height: 180px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
}
main .news-list-wrap ul li a .cover img{
  
width: 100%;
  
position: absolute;
  
top: 50%;
  
transform: translateY(-50%);
}
main .news-list-wrap ul li a .info {
  width: 900px;
  padding-top: 10px;
}
main .news-list-wrap ul li a .info .title {
  padding-left: 30px;
  position: relative;
}
main .news-list-wrap ul li a .info .title .t {
  width: 90%;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
main .news-list-wrap ul li a .info .title .icon {
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 10;
  font-size: 16px;
  color: #00479d;
}
main .news-list-wrap ul li a .info .time {
  font-size: 14px;
  color: #999;
  margin: 15px 0 25px 30px;
}
main .news-list-wrap ul li a .info .content {
  font-size: 14px;
  color: #666;
  text-align: justify;
  line-height: 22px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
main .detail-wrap {
  padding: 20px 0 30px;
}
main .detail-wrap .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
main .detail-wrap .time {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}
main .detail-wrap .content {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: justify;
}
main .detail-wrap .content img {
  max-width: 1200px;
  margin: 15px auto;
  display: block;
}
main .contact-wrap {
  padding: 20px 0 30px;
}
main .contact-wrap ul li {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
main .contact-wrap ul li label {
  min-width: 60px;
  display: inline-block;
  text-align: justify;
}
