@charset "utf-8";
/* 公共样式 */
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    transition: all 0.25s linear 0s;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    height: auto;
    background: #fff;
}

.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none !important;
}
/* 公共标题 */
.pubTit{
    width: 100%;
    display: block;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.pubTit>.p_tit {
	width: 90%;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.pubTit img{
    width: 100%;
}
/* 头部样式 */
.head {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.head .logo{
	display: inline-block;
    width: 60%;
    height: 100%;
	line-height: 0;
}
.head .tel{
    max-width: 36%;
    height: 100%;
}
.head .tel>div {
	float: left;
}
/* .head .tel>div:nth-of-type(1) {
	width: 21%;
	line-height: 0;
	position: relative;
	top: 7px;
	margin-right: 3px;
} */
.head .tel p {
	font-size: 0.8rem;
	color: #666;
}
.head .tel p:nth-of-type(2) {
	font-weight: bold;
	color: #ff0a0a;
}
.head img{
    width: 100%;
    height: auto;
    display: block;
}
.top_nav1 {
	height: 36px;
	background: #ccc;
}
.top_nav1>a {
	float: left;
	width: 24.35%;
	text-align: center;
	background: #0b841c;
	border-left: 1px solid #0fba26;
	border-right: 1px solid #086414;
	font-size: 0.75rem;
	line-height: 35px;
	color: #fff;
}
/* 轮播图样式 */
.swiper-container {
    width: 100%;
    height: 172.55px;
}
.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b841c;
}
.swiper-pagination-bullet {
    margin: 0 5px;
}
/* 产品中心 */
.product{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}
.product .hd>ul {
	width: 96%;
	margin: 9px auto 0;
	font-size: 0;
}
.product .hd li {
	display: inline-block;
	width: 47%;
	margin: 1.5%;
	background: #0b841c;
	text-align: center;
	font-size: 13px;
    line-height: 26px;
	color: #fff;
}

.abt{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}
.abtCon{
    width: 90%;
    color: #333;
    line-height: 2;
    font-size: 0.85em;
    text-align: justify;
    margin: 1% auto;
}
.abtCon span {
	font-size: 1em !important;
}
.abtCon p{
    font-size: 0.852em;
}
/* 工程案例 */
.case{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}
.caseList{
    width: 94.44%;
    margin: 0 auto;
}
.caseList li{
    width: 48.5%;
    float: left;
}
.casePic{
    width: 100%;
}
.casePic img{
    display: block;
    max-width: 100%;
}
.caseTit{
    width: 100%;
    height: 34.5px;
    line-height: 34.5px;
    font-size: 0.75em;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 新闻资讯 */
.trends {
    width: 100%;
    height: auto;
    background: #fff;
}

.treList {
    width: 93.5%;
    float: left;
    margin: 0 0 0 3.5%;
    height: auto;
    background: #fff;
}

.treList a{
    height: 20.7px;
    line-height: 20.7px;
    display: block;
    margin-bottom: 9.2px;
    position: relative;
}

.treList a .spot {
    position: absolute;
    width: 4.6px;
    height: 4.6px;
    background: #333333;
    left: 0;
    top: 50%;
    margin-top: -2.3px;
}

.treT {
    width: 65%;
    height: 20.7px;
    color: #292929;
    font-size: 0.852em;
    float: left;
    margin-left: 5.88%;
    overflow: hidden;
}

.treD {
    color: #999;
    font-size: 0.639em;
    float: right;
}
/* 联系我们 */

.contact{
    width: 100%;
    background: #fff;
}
.contCon{
    width: 92.5%;
    margin: 23px 0 0 12.075px;
    float: left;
    position: relative;
}
.contCon p{
    height: 20.125px;
    line-height: 20.125px;
    font-size: 0.852em;
    color: #333;
    margin-bottom: 13.225px;
}
.contCon p span{
    width: 21.275px;
    height: 20.125px;
    line-height: 20.125px;
    text-align: center;
    display: inline-block;
    padding-right: 9.2px;
}
.contCon p span img {
    display: inline-block;
    vertical-align: middle;
}
.contCon .c1 img{
    max-height: 16.1px;
}
.contCon .c2 img{
    max-height: 15px;
}
.contCon .c3 img{
    max-height: 17.825px;
}
.contCon .c4 img{
    max-height: 17.825px;
}

/*列表图片展示*/
.product-center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.product-items {
    background-color: #fff;
    width: 97%;
    margin: 1.5% auto;
}

.product-items p {
    display: block;
    float: left;
    width: 50%;
}
.product-items p a {
    margin: 0 0 1%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.product-items p a span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 130px;
    margin: 3%;
	box-shadow: 1px 1px 4px 1px #ccc;
}

.product-items p a i {
    display: block;
    font-style: normal;
    font-size: 1.2em;
    text-align: center;
    margin: 0 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    background: #fff;
    color: #333;
}

.blank {
    display: block;
    margin: auto 6px;
    height: 10px !important;
    background-color: #fff;
}

/* 版权区 */
.copyright {
    width:100%;
    background: #0b841c;
    text-align: center;
    margin: 5% 0 55px;
	padding: 10px 0;
	color: #fff;
}
.copyright a, .copyright p {
	font-size:0.8em;
	line-height: 18px;
	color: #fff;
}
/* 底部导航 */
#makeBox1{
    width: 34%;
    position: absolute;
    right: 0;
    z-index: 99;
    transition: all 0s ease 0s;
    bottom:55px;
}
#makeBox1 li {
    width:100%;
    background-color: rgba(0,0,0,0.6);
    border-bottom: 1px solid #eee;
}
#makeBox1 li:nth-last-of-type(1) {
	border: 0;
}
#makeBox1 li a {
    display: block;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
    line-height: 2.6;
}

.nav {
    z-index:10;
    background:#333;
    padding: 6px 0 2px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.nav ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.nav ul li span {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-family: "微软雅黑";
    line-height: 22px;
}
/* 子页二级菜单 */
.pageH2 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #154ab0;
}
.pageNav {
    list-style-type: none;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    background: #fff;
    text-align: center;
}
.pageNav a {
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #8882a7;
    padding: 3px 5px !important;
    color: #88837a;
    font-size: 14px;
}
@media only screen and (max-width:320px) {
    .swiper-container {
        height: 132px;
    }
    .product-items p a i {
        font-size: 0.8em;
    }
    .abtCon p{
        font-size: 0.75em;
    }
    .treList {
        width: 92%;
    }
    .treList a {
        height: 15.84px;
        line-height: 15.84px;
        margin-bottom: 7.04px;
    }
    .treList a .spot {
        width: 3.52px;
        height: 3.52px;
        margin-top: -1.76px;
    }
    .treT {
        font-size: 0.66em;
        height: 15.84px;
    }
    .treD {
        font-size: 0.495em;
    }
    .product-items p a span {
        height: 115px;
    }
    .copyright {
        font-size: 0.7em;
    }
}

@media only screen and (min-width:321px) and (max-width:376px) {
    .swiper-container {
        height: 150px;
    }
    .product-items p a i {
        font-size: 1em;
    }
    .abtCon p{
        font-size: 0.8em;
    }
    .treList{
        width: 93%;
    }
    .treList a {
        height: 18px;
        line-height: 18px;
        margin-top: 8px;
    }
    .treList a .spot {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }
    .treT {
        font-size: 0.82em;
        height: 18px;
    }
    .treD {
        font-size: 0.54em;
    }
    .copyright {
        font-size: 0.72em;
    }
}

/* 表单样式 */

.reset {
    background: #ada79f;
    float: right;
}

.submit {
    background: #0b841c;
    float: left;
}

.cid6-6 input {
    width: 100px;
    height: 40px;
    border: 0px;
    color: #fff;
}

.cid6-6 {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-left: 5%;
}

.cid6-5 textarea {
    border: 1px solid #cd544b;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 92%;
    height: 160px;
    float: left;
    background: #fff;
    padding-left: 3px;
    line-height: 40px;
}

.cid6-5 {
    width: 90%;
    margin-bottom: 40px;
    height: 140px;
    margin-left: 10%;
}

.cid6-4 input {
    width: 90%;
    height: 40px;
    background: #fff;
    float: left;
    padding-left: 10px;
    border: 1px solid #cd544b;
}

.cid6-4 {
    width: 90%;
    margin-bottom: 20px;
    height: 40px;
    margin-top: 30px;
    margin-left: 10%;
}

.cid6-3 {
    width: 90%;
    height: 340px;
    margin: 0 10px;
}

.cid6-2 {
    width: 96%;
    height: 600px;
    margin: 0 auto;
}

.cid6-1 {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #0b841c;
    padding-top: 15px;
}

.cid6 {
    width: 100%;
    height: 610px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 400px;
}

.foot .m_friend {
	width: 93%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}
.foot .m_friend>div {
	font-size: 15px;
	color: #333;
	text-indent: 1em;
	padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
.foot .m_friend>a {
	font-size: 13px;
	color: #333;
	margin: 0 13px;
}