/*清零*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 85px;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #282828;
}

/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/

* {
    font-size: 14px;
}

h1,
h2,
p,
h4,
h5,
h3,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    display: block;
    border: none;
    width: 100%;
}

.clearfix {
    clear: both;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    border: none;
    font-family: "微软雅黑";
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 94%;
    margin: 0 auto;
}

/* 文本框提示文字颜色改变 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit*/
    color: #b0b1b1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b0b1b1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b0b1b1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #b0b1b1;
}

.top {
    background: #049548;
}

.nav {
    width: 94px;
    background: #038a43;
}

.seach {
    background: #f5f5f4;
    padding: 15px 0;
}

.seach_all input {
    width: 84%;
    border: 1px solid #eaeaea;
    height: 36px;
    text-indent: 1em;
}

.seach_all button {
    width:15.6%;
    background: #049548;
    border: none;
    height: 40px;
    color: #fff;
}

.seach_all button img {
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.reason_title {
    font-size: 30px;
    color: #454545;
    padding: 34px 0 17px;
    text-align: center;
}

.yt_xian {
    width: 100%;
    margin-bottom: 20px;
}

.reason_scoll_list {
    padding-bottom: 34px;
    width: 92%;
    margin: 0 auto;
}

.reason_scoll_list ul li {
    width: 49%;
    margin-right: 1%;
    padding: 10px 0;
    background: #f5f5f4;
    border: 1px solid #d0d0d0;
    float: left;
}

.reason_scoll_list ul li:nth-child(2n) {
    margin-right: 0;
}

.scoll_top {
    margin: 0 auto;
    text-align: center;
}

.reason_scoll_list ul li .scoll_top img {
    width: 50px;
	height:50px;
    margin: 0 auto;
}

.scoll_top h3 {
    color: #454545;
    font-size: 20px;
    padding: 14px 0 17px;
    position: relative;
    width: 99%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scoll_top h3::after {
    position: absolute;
    content: '';
    background: #049548;
    width: 33px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

.scoll_top p {
    width: 70%;
    margin: 0 auto;
    color: #454545;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

.next {
    background: url(../images/right.png)no-repeat center center;
    width: 39px;
    height: 39px;
    right: 5px;
}

.prev {
    background: url(../images/left.png)no-repeat center center;
    width: 39px;
    height: 39px;
    left: 5px;
}

.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.pation {
    bottom: 0 !important;
}

.pation span {
    width: 11px;
    height: 11px;
    background: #049548;
}

.bk {
    height: 10px;
    background: #f5f5f4;
    width: 100%;
}

.index_product_title {
    padding: 15px 0 15px;
    background: url(../images/wanx.png)no-repeat left bottom;
}

.p_title_left {
    width: 50%;
}

.p_title_left h3 {
    color: #000033;
    font-size: 24px;
}

.p_title_left h3 img {
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.p_title_right {
    width: 95px;
    line-height: 32px;
    background: #049548;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
}

.index_product_list {
    padding: 20px 0 10px;
}

.index_product_list ul li {
    width:31.5%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    line-height: 30px;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
    text-align: center;
    background: #f5f5f4;
    transition: all ease-in-out .3s;
}

.index_product_list ul li:hover {
    background: #fc9b02;
    transition: all ease-in-out .3s;
    border: 1px solid #fc9b02;
}

.index_product_list ul li:hover a {
    color: #fff;
    transition: all ease-in-out .3s;
}

.index_product_list ul li:nth-child(4n) {
    margin-right: 0;
}

.on {
    background: #fc9b02 !important;
    border: 1px solid #fc9b02;
}

.on a {
    color: #fff !important;
}

.index_product_list ul li a {
    color: #333333;
    font-size: 15px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease-in-out .3s;
}

.product_img_down {
    line-height: 40px;
    text-align: center;
}

.product_img_down h3 {
    color: #454447;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_product_img ul li {
    width: 49%;
    margin: 0 auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;
}

.index_product_img ul li:nth-child(2n) {
    margin-right: 0;
}

.index_product_img ul li img {
    width: 100%;
}

.advert img {
    width: 100%;
}

.index_product_img {
    padding-bottom: 20px;
}

.index_about_text {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    padding: 0px 0 0px;
}

.index_about_text img {
    margin: 30px 0;
}

.index_case .index_product_img {
    margin-top:0px;
}

.n_list_left {
    width: 29%;
}

.n_list_text {
    width: 68%;
}

.n_list_text p {
    line-height: 24px;
    font-size: 14px;
    color: #555555;
}

.n_list_text h2 {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight: bold;
    width: 100%;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_list {
    padding-top: 10px;
    padding-bottom: 30px;
}

.index_news_list ul li {
    padding:10px 0;
    border-bottom: 1px dashed #d0d0d0;
}

.footertop {
    background: #f5f5f4;
    line-height: 32px;
    color: #555555;
    text-align: center;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom:-15px;
}

.footer {
    margin-top: 100px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    margin: 0 auto;
    background: #049548;
    z-index: 999;
}

.footer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    position: relative;
}

.footer ul li h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer ul li img {
    margin: 0 auto;
}

.footer ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: url(../images/lx.png)no-repeat top right;
    right: 0;
    top: 0;
}

.footer ul li:last-child::after {
    display: none;
}

.nav {
    cursor: pointer;
}

.navlist {
    background: #049548;
}

.navlist ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url(../images/lx.png)no-repeat right center;
    position: relative;
}

.navlist ul li a {
    font-size: 16px;
    color: #fff;
}

.navlist ul a {
    display: block;
}

.navlist ul li:nth-child(1)::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    bottom: 0;
}

.navlist ul li:nth-child(1)::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    top: 0;
}

.navlist ul li:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    bottom: 0;
}

.navlist ul li:nth-child(2)::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    top: 0;
}

.navlist ul li:nth-child(3)::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    bottom: 0;
}

.navlist ul li:nth-child(3)::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    top: 0;
}

.navlist ul li:nth-child(4)::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    bottom: 0;
}

.navlist ul li:nth-child(4)::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/hx.jpg)no-repeat;
    height: 2px;
    left: 0;
    top: 0;
}

.gengduo {
    width: 141px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #f5f5f4;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
    margin-bottom: 33px;
}

.show_img {
    text-align: center;
    padding-bottom: 15px;
}

.show_img h3 {
    color: #333333;
    font-size: 24px;
    padding: 27px 0 24px;
}
.show_img img{
    width: 100%;
    margin-bottom: 15px;
}
.show_img span{
    color: #888888;
    font-size: 14px;
    display: inline-block;
    margin: 0 15px;
}
.text_top{
   border-bottom: 1px solid #eeeeee;
}
.show_text h3{
   padding: 34px 0 17px;
   color: #333333;
   font-size: 24px;

   position: relative;
   width: 17%;
}
.show_text h3::after{
    position: absolute;
    content: '';
    background: #049548;
    width:100%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.text_font {
    line-height: 30px;
    padding: 20px 0;
    text-indent: 2em;
    color: #333333;
    font-size: 14px;
}
.top_down a{
display: inline-block;
width: 42%;
margin: 36px 20px 56px;
text-align: center;
color: #333;
font-size: 15px;
background: #f5f5f4;
border-radius: 50px;
border: 1px solid #dcdcdc;
line-height: 41px;
}

.news_title_nt h3{
   padding: 15px 0 10px;
   color: #333333;
   font-size: 20px;
    text-align: center;
}
.yuedu{
    background: #f5f5f4;
    line-height: 25px;
     text-align: center;

}
.yuedu span{
        color: #888888;
    font-size: 14px;
    display: inline-block;
    margin: 0 15px;
}
.text_font img{
    width: 100%;
}
.sousuo {
    width: 100%;
    margin: 0 auto;
    height: 40px;
   padding: 15px 0;
    background: #f5f5f4;
}
.sousuol {
    float: left;
    width: 85%;
    height: 100%;
    height: 40px;
}
.sousuol input {
    height: 40px;
    border: none;
    width: 100%;
    vertical-align: top;
    text-indent: 10px;
}
.sousuor {
    float: left;
    width: 15%;
    height: 100%;
    background: #cccccc;
    height: 42px;
    line-height: 42px;
    background: #049548;
    color: #fff;
    text-align: center;
}
.sousuor input{
    margin-right: 6px;
    vertical-align: middle;
}
/*.sousuor input {
    margin: 0 auto;
    margin-top: 9px;
    display: block;
}*/

@media(max-width:525px){
    .gengduo {
    width: 127px;
    height: 35px;
    line-height: 35px;}
    .index_case .index_product_img{
        margin-top: 0;
    }
    .index_about_text{
        padding: 10px 0;
    }
    
    .seach_all input {
    width: 78.9%;}
    .seach_all button {
    width: 20.6%;}
    .sousuol{
        width: 75%;
    }
    .sousuor{
        width: 25%;
    }
    .index_about_text img{
        margin: 15px  0;
    }
    .reason_title{
        font-size: 20px;
        padding: 15px 0;
    }
    .index_product_title{
        padding: 20px 0;
    }
    .scoll_top h3{
        font-size: 16px;
    }
    .p_title_left h3{
        font-size: 20px;
    }
    .index_product_list ul li a{
        font-size: 14px;
    }
    .product_img_down h3{
        font-size: 14px;
    }
    .index_product_list ul li{
        line-height: 36px;
    }
    .footertop{
        font-size: 14px;
    }
    .yuedu span{
        margin: 0 5px;
    }
    .n_list_text p{
        font-size: 12px;
    }
    .n_list_text h2{
        font-size: 14px;
    }
    .show_img h3{
        font-size: 16px;
    }
    .show_text h3{
        font-size: 20px;
    }
    .show_text h3{
        width: 25%;
        padding: 15px 0;
    }
    .top_down a{
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
}
@media(max-width:500px) {
    .reason_scoll_list ul li {
        width: 48%;
        margin-right: 2%;
    }
    .top_down a{
        width: 37%;
    }
    .next{
        right: 0;
    }
    .prev{
        left: 0;
    }
    .n_list_text p{
        overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    }
    .n_list_left {
    width: 38%;
}
.n_list_text {
    width: 58%;
}
/*.seach_all input{
    width: 72.7%
}*/
}



.meassage_a {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}
.about1-con {
    line-height: 30px;
    text-align: center;
    color: #646464;
    margin: 20px 0;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mes-area {
    min-height: 7em;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
}


.btn-danger {
    color: #fff;
    background-color: #0069d9;
    border: 1px solid #0069d9;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}