﻿@charset "utf-8";
/* index CSS Document */

@import url(base.css);
/*reset*/

@import url(main.css);
/*main*/

/* nav */
.navBox {
  padding: 0.2rem 0;
  overflow: hidden;
  background-color: #fcf2ef;
}

:root .navBox {
  filter: none;
}

.navBox nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  overflow: hidden;
}

.navBox nav ul {
  font-size: 0;
  width: 100%;
  margin-top: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.navBox nav ul li {
  display: inline-flex;
  justify-content: space-around;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  /* -webkit-box-flex:1; 
  -moz-box-flex:1; 
  box-flex: 1; */
  width: 25%;
  margin: 0.1rem auto;
}

.navBox nav ul li h2 {
  font-size: 0.28rem;
  font-weight: 400;
  margin-top: 0.1rem;
}

.navBox nav ul li a {
  vertical-align: middle;
}

.navBox nav ul li a i.iconfont {
  background: -moz-linear-gradient(top, #fedebe 0%, #f5c485 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fedebe),
    color-stop(100%, #f5c485)
  );
  background: -webkit-linear-gradient(top, #fedebe 0%, #f5c485 100%);
  background: -o-linear-gradient(top, #fedebe 0%, #f5c485 100%);
  background: -ms-linear-gradient(top, #fedebe 0%, #f5c485 100%);
  background: linear-gradient(to bottom, #fedebe 0%, #f5c485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedebe', endColorstr='#f5c485', GradientType=0);
  display: inline-block;
  color: #da895a;
  border-radius: 0.2rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem;
  box-shadow: 0px 3px 5px 0px rgba(196, 152, 97, 0.4);
}

.bar {
  text-align: center;
}

.bartit {
  text-align: center;
  margin-top: 0.3rem;
  color:#010101;
}

.bartit h2 {
  font-size: 0.48rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bartit h2 span{
  color:#1258c6;
}

.bartit p {
  display: none;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
}
.bartit p::before {
  font-family: "iconfont" !important;
  content: "\e600";
  font-size: 1.5rem;
  line-height: 0.3rem;
  display: block;
}

#content {
}

/*公司简介*/
.about {
  background: #ebebeb url(../images/about_bg.jpg) no-repeat 50% 0;
  background-size:auto 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.about .box {
  overflow: hidden;
  margin: 0.6rem 0.3rem 0.3rem;
  min-height: 3rem;
  position: relative;
  z-index: 2;
}

.about .box .txt {
  margin: 0.2rem;
  text-align: left;
  font-size: 0.3rem;
  line-height: 1.8em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  color: #fff;
}

.about .more {
  text-align: center;
  margin: 0 auto 0.2rem;
}

.about .more a {
  color: #fff;
  transition: ease-in-out 0.5s;
}

.about .more::after {
  content: ">";
  margin-left: 0.03rem;
}


.aboutList {
    margin-top: 2px;
    background: url(../../images/probg.jpg) 50%;
    background-size: cover;
}

    .aboutList ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .aboutList li {
        width: calc((100% - 20px) / 2);
        margin: 5px;
        position: relative;
        text-align: center;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.7);
    }

        .aboutList li .img {
            width: 100%;
            display: block;
        }

            .aboutList li .img img {
                width: 100%;
                display: block;
                object-fit: cover;
            }


.aboutList li h4 {
    font-size: 14px;
    vertical-align: middle;
    line-height: 2;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.about .more {
    display: block;
    text-align: center;
    width: 100px;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    background-color: #ff7f3b;
    margin: .2rem auto;
}

/*产品*/
.product {
  overflow: hidden;
  background-color: #ebebeb;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}


.product .box {
  overflow: hidden;
}

/* 产品分类 */
.procata {
  overflow: hidden;
  text-align: center;
}

.procata ul {
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 0;
}

.procata li {
  width: calc((100% - 10px) / 5);
  flex: 0 auto;
  margin: 2px 1px 0;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 3;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  background-color: #1258c6;
}
.procata li a {
  color: #fff;
}

/* 产品列表 */
.prolist {
  margin-top: 2px;
  background: url(../../images/probg.jpg) 50%;
  background-size: cover;
}
.prolist ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prolist li {
  width: calc((100% - 20px) / 2);
  margin: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.prolist li .img {
  width: 100%;
  display: block;
}

.prolist li .img img {
  width:100%;
  display: block;
  object-fit: cover;
}


.prolist li h4 {
  font-size: 14px;
  vertical-align: middle;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Case */
.case {
  overflow: hidden;
  background: url(../../images/casebg.jpg) 50%;
  background-size: cover;
  text-align: center;
}
.case .bar {
  
}

.case ul {
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  flex-flow: row wrap;
  font-size: 0;
}
.case li {
  margin-top: 10px;
  flex: 0 calc((100% - 30px) / 2);
  box-sizing: border-box;
  border:1px solid #dcdcdc;
}

.case li .img{
  display: block;
  width:100%;
}

.case li img {
  width: 100%;
}
.case li h4{
  font-size: 14px;
  font-weight: 400;
  line-height: 3;
}


.case .more {
  display: inline-block;
  font-size: 16px;
  margin: 0.3rem auto;
}

.case .more::after {
  content: ">";
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #a1a4ab;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 10px;
}

.adline{
  width:100%;
}
.adline img{
  width:100%;
}

/* News */

.news {
  overflow: hidden;
  background: url(../../images/newsbg.jpg) 50%;
  text-align: center;
}

.news .box {
  margin: 0.2rem;
}

.newslist {
    text-align: left;
    width: 100%;
}

    .newslist li {
        width: 100%;
        font-size: 14px;
        line-height: 3em;
        border-bottom: 1px dashed #383737;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
    }

        .newslist li h4 {
            font-weight: 400;
            font-size: 14px;
            margin: 0;
        }

.newslist li h4::before {
  font-family: "iconfont" !important;
  content: "\e60b";
  font-size: 16px;
  overflow: hidden;
}

.newslist li h4 a {
  color: #383737;
}

        .newslist li .date {
            float: right;
            font-size: 14px;
            margin-left: 5px;
        }

.news a.more {
  margin: 20px auto;
  text-align: center;
  display: block;
  width: 100px;
  line-height: 2em;
  font-size: 16px;
  background-color: #1258c6;
  color: #fff;
}

/*联系我们*/
.contact {
  overflow: hidden;
  background-color:#707070;
}
.contact .box {
  margin: 0.2rem;
}

.contact .bar {
  color: #fff;
}

.contact .txt {
  margin: 0.2rem;
  color: #fff;
  font-size: 0.28rem;
}

.copyright {
  margin-top: 0.2rem;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  line-height: 3;
}

.copyright a {
  color: #fff;
}

/* 在线留言 */

.message {
  background-color: #ffffff;
}

.message .bar {
  margin: 0.3rem 0;
  color: #4bb203;
}

.message .bar h2 {
  font-size: 0.3rem;
  line-height: 0.8rem;
}

.message .bar h2::before {
  content: "\e623";
  margin: 0 0.4em 0 1em;
  font-size: 0.4rem;
  line-height: 0.8rem;
}

.msg-box {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.msg-box .tit {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: 1px solid #fff;
}

.msg-box .tit img {
  width: 50%;
}

.msg-input-wrap {
  margin: 20px;
}

.msg-input {
  height: 0.7rem;
}

.msg-input,
.msg-box-cnt {
  text-align: left;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}

.msg-input input,
.msg-box textarea {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 100%;
  line-height: 0.7rem;
  text-indent: 10px;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.vcodebox {
  float: left;
  width: 50%;
}

.msg-input input.vcode {
  position: relative;
}

.msg-input .vcode-img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.msg-box .layui-btn {
  margin: 0 auto 20px;
  float: right;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  height: 0.7rem;
  background-color: #4bb203;
  border: none;
  color: #fff;
}

.msg-box .layui-btn:hover {
  box-shadow: 0 0 0 0 #ccc;
}

/* .exhibit a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */

.msg-vcode button {
  height: 3em;
  margin-top: 30px;
  background-color: #c76b15;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
