body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}

body{
    font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif;
    font-size: 14px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main{
    width: 100%;
    margin: 0 auto;
}




/* boot_page start */

/*banner*/
.section1{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.banner_bf{
    position: relative;
    overflow:hidden;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align:center;
}
.banner_bf .home_slider .item{
    float: left;
    position: relative;
    width:100%;
    height: 100%;
}
.banner_bf .home_slider img{
    float:left;
    width:100%;
    height:100%;
}



.boot_page{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
 .page_container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}
.page_container .left{
    float: left;
    width: 42%;
    height: 100%;
    padding: 80px;
    box-sizing: border-box;
    padding-right: 20px;
}
.page_container .left .logo{
    width: 100%;
    height: auto;
    margin-bottom: 240px;
}
.page_container .left .logo a{
    display: block;
}
.page_container .left .logo img{
    display: block;
    width: auto;
    height: auto;
}

.page_container .left .text_box{
    width: 100%;
    height: auto;
}
.page_container .left .text_box .pic{
    float: left;
    width: 320px;
    height: auto;
    margin-right: 50px;
}
.page_container .left .text_box .pic img{
    display: block;
    width: auto;
    height: auto;
}
.page_container .left .text_box .article{
    float: left;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    
}
.page_container .left .text_box .article p{
    float: left;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;

    writing-mode: vertical-rl;
}
.page_container .left .text_box .article p span{
    font-size: 22px;
    letter-spacing: 5px;
}
.page_container .left .text_box .article p img{
    display: inline-block;
    width: 40px;
    height: auto;
    margin-top: 15px;
}

.boot_page_section{
    float: left;
    width: 58%;
    height: 100%;
    position: relative;
}

.boot_page_section_list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.boot_page_section_list ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.boot_page_section_list ul li{
    float: left;
    width: 33.333333%;
    height: 100%;
    border-left: 1px solid #f9f8f833;
    box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}
.boot_page_section_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.boot_page_section_list ul li .text_box{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 50px;
    opacity: 0;
}
.boot_page_section_list ul li .title{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 260px;
}
.boot_page_section_list ul li .title h2{
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: 500;

}
.boot_page_section_list ul li .title h3{
    font-size: 22px;
    color: #bbb;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}
.boot_page_section_list ul li .title p{
    width: 40px;
    height: 5px;
    background: #bbb;
    margin: 15px auto;
    border-radius: 2px;
}
.boot_page_section_list ul li .icon{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.boot_page_section_list ul li .icon img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.boot_page_section_list ul li:hover{
    background: rgba(0, 0, 0, 0.5);
}


.boot_page_section_list ul li .text_box_article{
    width: 100%;
    height: auto;
}
.boot_page_section_list ul li .text_box_article .article{
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 50px;
}
.boot_page_icon{
    width: 60px;
    height: 60px;
    background: url('../images/boot_page_icon.png') no-repeat center center;
    margin: 0 auto;
    position: relative;

    -webkit-animation: boot_page_icon_arrowlx 1.5s infinite;
    -moz-animation: boot_page_icon_arrowlx 1.5s infinite;
    -o-animation: boot_page_icon_arrowlx 1.5s infinite;
    -ms-animation: boot_page_icon_arrowlx 1.5s infinite;
    animation: boot_page_icon_arrowlx 1.5s infinite;
}

@-webkit-keyframes boot_page_icon_arrowlx
{
    0% {
        right: 70px;
        opacity:0.3;
    }
    100% {
        right:10px;
        opacity:1;
    }
}
@-moz-keyframes boot_page_icon_arrowlx
{
    0% {
        right: 70px;
        opacity:0.3;
    }
    100% {
        right:10px;
        opacity:1;
    }
}
@-ms-keyframes boot_page_icon_arrowlx
{
    0% {
        right: 70px;
        opacity:0.3;
    }
    100% {
        right:10px;
        opacity:1;
    }
}
@-o-keyframes boot_page_icon_arrowlx
{
    0% {
        right: 70px;
        opacity:0.3;
    }
    100% {
        right:10px;
        opacity:1;
    }
}
@keyframes boot_page_icon_arrowlx 
{
    0% {
        right: 70px;
        opacity:0.3;
    }
    100% {
        right:10px;
        opacity:1;
    }
}

/* boot_page end */



/* index_header */
.index_header{
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2)!important;
    z-index: 999;
    border-bottom: 1px solid #f9f8f81f;
    box-sizing: border-box;
}
.header{
    /* max-width: 1760px; */
    width: 100%;
    height: 110px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 0;
    box-sizing: border-box;
}
.header .logo{
    float: left;
    padding-top: 28px;
    box-sizing: border-box;
}
.header .logo a{
    display: block;
}
.header .logo img{
    display: block;
    width: 415px;
    height: auto;
}
.header .header_right{
    float: right;
    position: relative;
    box-sizing: border-box;

    padding-right: 220px;
}
.header_right .nav{
    width: 100%;
    height: 110px;
}
.header_right .nav ul{
    float: right;
}
.header_right .nav ul li{
    float: left;
    display: inline-block;
    margin-left: 30px;
    padding: 30px 0; 
    box-sizing: border-box;
}
.header_right .nav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    height: auto;
    line-height: 50px;
  
    box-sizing: border-box;
    font-weight: 500;
}
.header_right .nav ul li a:hover{
    color: #3d9e6a;
}
.header_right .nav ul li a.active{
    color: #3d9e6a;
}
.header_right .nav ul li a::before,
.header_right .nav ul li a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    font-size: 18px;
}
.header_right .nav ul li a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.header_right .nav ul li a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header_right .nav ul li a:hover::before,
.header_right .nav ul li a:hover::after,
.header_right .nav ul li a.active::before,
.header_right .nav ul li a.active::after,
.header_right .nav ul li a:focus::before,
.header_right .nav ul li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/*  */
.header_right .header_link a::before,
.header_right .header_link a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    font-size: 18px;
}
.header_right .header_link a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.header_right .header_link a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header_right .header_link a:hover::before,
.header_right .header_link a:hover::after,
.header_right .header_link a:focus::before,
.header_right .header_link a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}






.header_right .header_link{
    width: 160px;
    height: 110px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #f9f8f81f;
    box-sizing: border-box;
}
.header_right .header_link a{
    float: left;
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #eee;
    line-height: 55px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 25px;
}
.header_right .header_link a:nth-of-type(1){
    border-bottom: 1px solid #f9f8f81f;
}
.header_right .header_link .header_link_gy_icon{
    background: url('../images/header_link_gy_icon.png') no-repeat 25px center;
}
.header_right .header_link .header_link_gy_icon:hover{
    background: url('../images/header_link_gy_icon_hover.png') no-repeat 25px center;
    color: #3d9e6a;
}
.header_right .header_link .header_link_jj_icon{
    background: url('../images/header_link_jj_icon.png') no-repeat 25px center;
}
.header_right .header_link .header_link_jj_icon:hover{
    background: url('../images/header_link_jj_icon_hover.png') no-repeat 25px center;
    color: #3d9e6a;
}



/* center_header */
.center_header{
    background: #fff;
    position: relative;
}
.center_header .header_right .nav ul li a{
    color: #000;
}
.center_header .header_right .nav ul li a:hover{
    color: #3d9e6a;
}
.center_header .header_right .nav ul li a.active{
    color: #3d9e6a;
}
.center_header .header_right .header_link{
    border-left: 1px solid #e6e6e6;
}
.center_header .header_right .header_link a:nth-of-type(1) {
    border-bottom: 1px solid #e6e6e6;
}
.center_header  .header_right .header_link a{
    color: #cfcfcf;
}
.center_header .header_right .header_link .header_link_jj_icon {
    background: url(../images/header_link_jj_h_icon.png) no-repeat 25px center;
}
.center_header .header_right .header_link .header_link_gy_icon {
    background: url(../images/header_link_gy_h_icon.png) no-repeat 25px center;
}

.center_header .header_right .header_link .header_link_gy_icon:hover{
    background: url('../images/header_link_gy_icon_hover.png') no-repeat 25px center;
}
.center_header .header_right .header_link .header_link_jj_icon:hover{
    background: url('../images/header_link_jj_icon_hover.png') no-repeat 25px center;
}



.industry_index_header .header_right .header_link .header_link_sz_icon{
    background: url('../images/header_link_sz_icon.png') no-repeat 25px center;
}
.industry_index_header .header_right .header_link .header_link_sz_icon:hover{
    background: url('../images/header_link_sz_icon_hover.png') no-repeat 25px center;
    color: #2c74cc;
}
.industry_index_header .header_right .header_link .header_link_jj_icon:hover{
    background: url('../images/header_link_jj_l_icon_hover.png') no-repeat 25px center;
    color: #2c74cc;
}



/* home_index_header */
.home_index_header{
    background: rgba(0, 0, 0, 0.2);
}


/* industry_index_header */
.industry_index_header{
    background: rgba(0, 0, 0, 0.1);
}
.industry_index_header .header_right .nav ul li a.active{
    color: #2c74cc;
}
.industry_index_header .header_right .nav ul li a:hover{
    color: #2c74cc;
}

/* content */
.content{
    width: 100%;
    height: auto;
}
.index_title{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    position: relative;
}
.index_title h3{
    width: 300px;
    font-size: 32px;
    color: #000;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto;
    letter-spacing: 2px;
}
.index_title p{
    font-size: 18px;
    color: #999;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
    padding-top: 15px;
    box-sizing: border-box;
}
.index_title .xian{
    display: block;
    width: 50px;
    height: 6px;
    background: #3d9e6a;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -25px;
}

.home_section_container_con{
    max-width: 1360px;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}


/* municipal_index */
.municipal_index{
    width: 100%;
    height: auto;
}

.municipal_section1{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.municipal_section1_conter{
    width: 100%;
    height: auto;
}
.municipal_section1_conter .left{
    float: left;
    width: 45%;
    height: auto;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 7px;
}
.municipal_section1_conter .left p{
    font-size: 16px;
    color: #999;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.municipal_section1_conter .left h3{
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}
.municipal_section1_conter .left h2{
    font-size: 30px;
    color: #000;
    line-height: 50px;
    font-weight: 500;
}
.municipal_section1_conter .left h2 strong{
    font-size: 50px;
    color: #3d9e6a;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 10px;
}
.municipal_section1_conter .right{
    float: left;
    width: 55%;
    height: auto;
}
.municipal_section1_conter .right .article{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 60px;
}

.municipal_section1_conter .right .num_list{
    width: 100%;
    height: auto;
}
.municipal_section1_conter .right .num_list ul li{
    float: left;
    width: 46%;
    height: auto;
    padding-right: 20px;
    box-sizing: border-box;
}
.municipal_section1_conter .right .num_list .pic{
    float: left;
    width: 70px;
    height: auto;
}
.municipal_section1_conter .right .num_list .pic img{
    display: block;
    width: 70px;
    height: auto;
}
.municipal_section1_conter .right .num_list .text{
    float: left;
    width: auto;
    height: auto;
    padding-left: 10px;
    box-sizing: border-box;
}
.municipal_section1_conter .right .num_list .text h3{
    font-size: 18px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
}
.municipal_section1_conter .right .num_list .text h3 strong{
    font-size: 40px;
    color: #3d9e6a;
    font-weight: 500;
    margin-right: 10px;
}
.municipal_section1_conter .right .num_list .text p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
}


/* municipal_section2 */
.municipal_section2{
    width: 100%;
    height: auto;
    padding-top: 50px;
    box-sizing: border-box;
}
.municipal_section2_conter{
    width: 100%;
    height: auto;
    min-height: 700px;
    background: url('../images/municipal_section2_bj.png') 50% no-repeat;
    background-size: cover;
    padding: 100px 0;
    box-sizing: border-box;
}
.municipal_section2_conter_con{
    max-width: 1360px;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.municipal_product_container{
    width: 100%;
    height: auto;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    position: relative;
}
.municipal_product_container .left_pic{
    float: left;
    width: 50%;
    height: auto;
}
.municipal_product_container .right_text{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 80px;
    box-sizing: border-box;
}
.municipal_product_slider{
    float: left;
    width: 50%;
    height: auto;
}

.municipal_product_pic_slider{
    width: 100%;
    height: 580px;
    overflow: hidden;
}
.municipal_product_pic_slider .item{
    float: left;
    display: block;
    width: 100%;
    height: 650px;
}
.municipal_product_pic_slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.municipal_product_text_slider{
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.municipal_product_text_slider .item {
    float: left;
    width: 100%;
    height: 650px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.municipal_product_text_slider .item h2{
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}
.municipal_product_text_slider .item .icon{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.municipal_product_text_slider .item .icon img{
    display: block;
    width: 65px;
    height: auto;
}
.municipal_product_text_slider .item h3{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.municipal_product_text_slider .item .article{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 60px;
}
.municipal_product_text_slider .item .more{
   margin: 0;
}

.municipal_product_prev{
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/municipal_product_prev.png') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    cursor: pointer;
}
.municipal_product_next{
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/municipal_product_next.png') no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
}
.municipal_product_prev:hover{
    background: url('../images/municipal_product_prev_hover.png') no-repeat center center;

}
.municipal_product_next:hover{
    background: url('../images/municipal_product_next_hover.png') no-repeat center center;

}


/* municipal_section3 */
.municipal_section3{
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
}
.municipal_section3_conter{
    width: 100%;
    height: auto;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
}
.municipal_section3_list{
    width: 100%;
    height: auto;
}
.municipal_section3_list ul {
    margin: 0 -1.5%;
}
.municipal_section3_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    margin-bottom: 3%;
}
.municipal_section3_list ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.municipal_section3_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.municipal_section3_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 2s;
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
}
.municipal_section3_list ul li:hover .pic img{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}

.municipal_section3_list ul li h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.municipal_section3_list ul li .article{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.municipal_section3_list ul li:hover h3{
    color: #3d9e6a;
}
.municipal_section3_list ul li:hover .article{
    color: #3d9e6a;
}

.content_link{
    display: block;
    width: 200px;
    height: 60px;
    background: #3d9e6a;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin: 50px auto;
    position: relative;
    z-index: 10;
}
.content_link:hover{
    background: #188149;
}

.municipal_section3_bj{
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background: url('../images/municipal_section3_bj.png') no-repeat 50% bottom;
    background-size: unset;
}


/* municipal_section4 */
.municipal_section4{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.municipal_section4_conter{
    width: 100%;
    height: auto;
}
.municipal_section4_conter_list{
    width: 100%;
    height: auto;
}
.municipal_section4_conter_list ul{
    margin: 0 -1.5%;
}
.municipal_section4_conter_list ul li{
    float: left;
    width: 47%;
    height: auto;
    margin: 0 1.5%;
    background: #f8f8f8;
    margin-bottom: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.municipal_section4_conter_list ul li a {
    display: block;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    height:300px;
}
.municipal_section4_conter_list ul li h3 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.municipal_section4_conter_list ul li .time{
    font-size: 16px;
    color: #3d9e6a;
    line-height: 30px;
    margin-bottom: 20px;
}
.municipal_section4_conter_list ul li .article {
    width: 100%;
    height: 90px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.municipal_section4_conter_list ul li .more{
    font-size: 16px;
    color: #3d9e6a;
    line-height: 30px;
}

.municipal_section4_conter_list ul li .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/news_more.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}
.municipal_section4_conter_list ul li:hover .more .icon{
    width:25px;
    opacity:1;
}
.municipal_section4_conter_list ul li .more strong{
   
    font-weight:500;
   
    transition:all .4s;
}



.municipal_section4_conter_list ul li:after{
    position:absolute;
    left:0;
    top:0;
    content:'';
    display:block;
    width:100%;
    height:100%;
    background: #f8f8f8;
    transition:all .6s;
}
.municipal_section4_conter_list ul li:hover:after{
    box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.municipal_section4_conter_list ul li:hover:after {
    transform:scale(1.035);
}



/* municipal_section5 */
.municipal_section5{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 150px;
    box-sizing: border-box;
}
.municipal_section5_conter{
    width: 100%;
    height: auto;
}
.municipal_section5_conter_list{
    width: 100%;
    height: auto;
}
.municipal_section5_conter_list ul li{
    float: left;
    width: 200px !important;
    height: 200px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 25px 0;
}
.municipal_section5_conter_list ul li .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.municipal_section5_conter_list ul li .pic img{
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
}



/* footer */
.footer{
    width: 100%;
    height: auto;
    background: #3d9e6a;
}
.footer_list{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.footer_list ul li{
    float: left;
    width: 16%;
    height: auto;
    box-sizing: border-box;
}
.footer_list ul li p{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f9f8f856;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer_list ul li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
}
.footer_list ul li a:hover{
    color: #000;
}
.footer_list ul li p a {
    font-size: 20px;
}

.footer_list ul li span{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 5px;
}
.footer_list ul li h3{
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    margin-bottom:15px;
}
.footer_list ul li:nth-of-type(2){
    width: 33%;
}
.footer_list ul li:nth-of-type(5){
    width: 19%;
}

.footer .copyright{
    width: 100%;
    height: auto;
    padding: 25px 20px;
    box-sizing: border-box;
    border-top: 1px solid #f9f8f856;
}
.footer .copyright p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.footer .copyright p a{
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}
.footer .copyright p a:hover{
    color: #000;
}

.footer .copyright br {
    display:none;
}





/* home_index */
.home_section_item{
    width: 100%;
    height: auto;
    padding: 40px;
    padding-bottom: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.home_section_item_conter{
    width: 100%;
    height: auto;
    background: #f3f5f5;
    padding: 60px;
    padding-right: 0;
    box-sizing: border-box;
}
.home_index_main .home_index_title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}
.home_index_main .home_index_title h3{
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.home_index_main .home_index_title p{
    font-size: 18px;
    color: #999;
    line-height: 30px;
}
.home_section_item_box{
    width: 100%;
    height: auto;
    padding-left: 35%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.home_section_item_box a{
    display: block;
}
.home_section_item_box .text_box{
    width: 35%;
    height: 100%;
    background: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.home_section_item_box .text_box h3{
    font-size: 24px;
    color: #85b99d;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.home_section_item_box .text_box .article{
    font-size: 18px;
    color: #85b99d;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    min-height: 60px;
}
.home_section_item_box .text_box .pic{
    display: block;
    max-width: 430px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.home_section_item_box .text_box .pic img{
    display: block;
    width: 100%;
    height: auto;

    
    transition: transform 2s; 
    -webkit-transition: -webkit-transform 2s; 
    -moz-transition: -moz-transform 2s; 
    -o-transition: -o-transform 2s;
}

.home_section_item_box .pic_box{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home_section_item_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;

    
    transition: transform 2s; 
    -webkit-transition: -webkit-transform 2s; 
    -moz-transition: -moz-transform 2s; 
    -o-transition: -o-transform 2s;
}

.home_section_item_lr .home_section_item_box{
    padding-left: 0;
    padding-right: 35%;
}
.home_section_item_lr .text_box{
    left: auto;
    right: 0;
}


.home_section_item .home_section_item_box:hover img{
    -webkit-transform: scale(1.2,1.2); 
    -moz-transform: scale(1.2,1.2); 
    -o-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2); 
}





/* home_index_about */
.home_index_about{
    padding-bottom: 150px;
}
.home_index_about .municipal_section1_conter .left h2 strong{
    color: #85b99d;
}
.home_index_about .municipal_section1_conter .right .num_list .text h3 strong{
    color: #85b99d;
}

/* home_index_footer */
.home_index_footer{
    background: #f8f8f8;
}
.home_index_footer .footer_list ul li p{
    color: #000;
}
.home_index_footer .footer_list ul li a{
    color: #666;
}
.home_index_footer .footer_list ul li a:hover{
    color: #85b99d;
}
.home_index_footer .footer_list ul li p{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.home_index_footer .footer_list ul li{
    width: 20%;
}
.home_index_footer .footer_list ul li:nth-of-type(2){
    width: 20%;
}
.home_index_footer .footer_list ul li h3{
    color: #85b99d;
}
.home_index_footer .footer_list ul li span{
    color: #85b99d;
}
.home_index_footer .copyright p{
    color: #666;
}
.home_index_footer .copyright p a{
    color: #666;
}
.home_index_footer .copyright p a:hover{
    color: #85b99d;
}
.home_index_footer .copyright{
    border-top: 1px solid #ddd;
}




/* home_index_news */
.home_index_news{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-bottom: 150px;
    box-sizing: border-box;
    border-bottom: 2px solid #efefef;
    position: relative;
}

.home_index_news_conter{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
.home_index_news_container{
    width: 100%;
    height: auto;
    position: relative;
}
.home_index_news_container .left_pic{
    width: 600px;
    height: 550px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.home_index_news_pic_slider{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home_index_news_pic_slider .item{
    float: left;
    width: 100%;
    height: auto;
}
.home_index_news_pic_slider .item img{
    display: block;
    width: 100%;
    height: auto;
}


.home_index_news_container .right_text{
    width: 550px;
    height: 460px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -80px;
    box-shadow: 3px 3px 8px 1px #f3f3f3;
}


.home_index_news_text_slider{
    width: 100%;
    height: auto;
}
.home_index_news_text_slider .item{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px;
    box-sizing: border-box;
}
.home_index_news_text_slider .item h2{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
.home_index_news_text_slider .item .time{
    font-size: 16px;
    color: #85b99d;
    line-height: 30px;
    margin-bottom: 30px;
}
.home_index_news_text_slider .item .article{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}
.home_index_news_text_slider .content_link{
    margin: 0;
    margin-top: 60px;
    background: transparent;
    color: #666;
    border: 2px solid #eee;
    box-sizing: border-box;
    line-height: 56px;
}
.home_index_news_text_slider .content_link:hover{
    color: #85b99d;
    border: 2px solid #85b99d;
}

.home_index_news_lb{
    width: 160px;
    height: 60px;
    position: absolute;
    left: 36%;
    bottom: -100px;
    margin-left: -80px;

}

.home_index_news_conter_bj{
    width: 46%;
    height: 57%;
    background: #dbe4e4;
    position: absolute;
    left: 0;
    bottom: 0;
}






/* industry_index */
.industry_index{
    width: 100%;
    height: auto;
}



.industry_section1{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.industry_section1 .industry_index_title{
    text-align: center;
}
.industry_section1_article{
    max-width: 1160px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin-bottom: 70px;
}

.industry_section1_list{
    width: 100%;
    height: auto;
}
.industry_section1_list ul{
    float: left;
    width: 50%;
    height: auto;
}
.industry_section1_list_ul1{
    padding-top: 100px;
    box-sizing: border-box;
}
.industry_section1_list ul li{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.industry_section1_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.industry_section1_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;
}

.industry_section1_list ul li .text_box_pro{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
}
.industry_section1_list ul li .text_box{
    width: 100%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
}
.industry_section1_list ul li .text_box h3{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    border-left: 4px solid #fff;
    font-weight: 500;
}
.industry_section1_list ul li .text_box p{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 20px;
}


.industry_section1_list ul li .text_box a{
    display: block;
    width: 180px;
    height: 56px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    z-index: 10;
    border: 2px solid #fff;

    position: absolute;
    left: 80px;
    bottom: 70px;
}
.industry_section1_list ul li .text_box a:hover{
    color: #fff;
    border: 2px solid #2c74cc;
    background: #2c74cc;
}

.industry_section1_product_link{
    margin-top: 70px;
    margin-bottom: 20px;
    background: transparent;
    color: #333;
    border: 2px solid #ddd;
}
.industry_section1_product_link:hover{
    color: #56bf41;
    border: 2px solid #56bf41;
    background: transparent;
}


.industry_section2{
    width: 100%;
    height: auto;
    min-height: 550px;
    padding-top: 50px;
    padding-bottom: 150px;
    box-sizing: border-box;
    background: url('../images/industry_index_case_banner.jpg') no-repeat 50% bottom;
    position: relative;
}
.industry_section2 .industry_section_container_con{
    width: 100%;
    height: auto;
    padding-left: 14%;
    padding-right: 0;
    box-sizing: border-box;
}
.industry_section2_conter{
    width: 100%;
    height: auto;
    min-height: 550px;
    position: relative;
}
.industry_section2_conter .left_text{
    float: left;
    width: 40%;
    height: 100%;

    padding-right: 60px;
    box-sizing: border-box;


}
.industry_section2 .rgiht_pic{
    width: 58%;
    height: auto;
    min-height: 700px;
    overflow: hidden;
    position: absolute;
    top: 55px;
    right: 0;
}
.industry_index_case_text_slider{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.industry_index_case_text_slider .item{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.industry_index_case_text_slider .item h2{
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.industry_index_case_text_slider .item .article{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 40px;
}
.industry_index_case_text_slider .content_link{
    margin: 0;
    background: transparent;
    color: #333;
    border: 2px solid #ddd;
}
.industry_index_case_text_slider .content_link:hover{
    color: #56bf41;
    border: 2px solid #56bf41;
}


.industry_index_case_pic_slider{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.industry_index_case_pic_slider .item{
    float: left;
    width: 100%;
    height: 600px;
}
.industry_index_case_pic_slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.industry_section2 .industry_case_lb{
    width: 160px;
    height: auto;
    position: relative;
}

.industry_section3{
    width: 100%;
    height: auto;
    padding-top: 100px;
    box-sizing: border-box; 
}
.industry_section3 .municipal_section1_conter{
    padding-bottom: 100px;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
}
.industry_section3 .municipal_section1_conter .left h2 strong{
    color: #56bf41;
}
.industry_section3 .municipal_section1_conter .right .num_list .text h3 strong{
    color: #56bf41;
}


.industry_case_prev{
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/industry_case_prev.png') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    cursor: pointer;
}
.industry_case_next{
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/industry_case_next.png') no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
}
.industry_case_prev:hover{
    background: url('../images/industry_case_prev_hover.png') no-repeat center center;

}
.industry_case_next:hover{
    background: url('../images/industry_case_next_hover.png') no-repeat center center;

}
















/* industry_index_title */
.industry_index_title{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.industry_index_title h3{
    font-size: 50px;
    color: #2c74cc;
    line-height: 60px;
    font-weight: 500;
    box-sizing: border-box;
    letter-spacing: -1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    
}
.industry_index_title p{
    font-size: 32px;
    color: #56bf41;
    line-height: 40px;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.industry_index_title .xian{
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #56bf41;
}

.industry_section4 .industry_index_title{
    text-align: center;
}
.industry_section4{
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    box-sizing: border-box; 
    position: relative;
}
.industry_section4 .home_section_container_con{
    position: relative;
    z-index: 9;
}
.industry_section4_list{
    width: 100%;
    height: auto;
}
.industry_section4_list ul {
    margin: 0 -1%;
}
.industry_section4_list ul li{
    float: left;
    width: 31.333333%;
    height: auto;
    margin: 0 1%;
    position: relative;
}
.industry_section4_list ul li .pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.industry_section4_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 2s;
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
}
.industry_section4_list ul li:hover .pic img{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}

.industry_section4_list ul li .time_box{
    width: auto;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(86, 191, 65, 0.9);
}
.industry_section4_list ul li .time_box p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.industry_section4_list ul li .time_box p.day{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.industry_section4_list ul li h3{
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    overflow: hidden;
}
.industry_section4_list ul li .article{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.industry_section4_list ul li:hover h3{
    color: #56bf41;
}
.industry_section4_list ul li:hover .article{
    color: #56bf41;
}

.industry_section4_bj{
    width: 100%;
    height: 550px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    left: 0;

}

.industry_footer{
    background: #fff;
}
.industry_footer .home_section_container_con{
    max-width: 1520px;
    padding-top: 20px;
    position: relative;
    z-index: 9;
    background: #fff;
}
.industry_footer .footer_list{
    max-width: 1320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.industry_footer .footer_list ul li p{
    color: #000;
    border-bottom: 1px solid #ddd;
}
.industry_footer .footer_list ul li a{
    color: #666;
}
.industry_footer .footer_list ul li a:hover{
    color: #56bf41;
}
.industry_footer .footer_list ul li span{
    color: #56bf41;
}
.industry_footer .footer_list ul li h3{
    color: #56bf41;
}
.industry_footer .copyright {
    border-top: 1px solid #ddd;
}
.industry_footer .copyright p{
    color: #666;
}
.industry_footer .copyright p a{
    color: #666;
}
.industry_footer .copyright p a:hover{
    color: #56bf41;
}



.municipal_footer .footer_list ul li:nth-of-type(1){
    width:12%;
}
.municipal_footer .footer_list ul li:nth-of-type(2) {
    width:27%;
}
.municipal_footer .footer_list ul li:nth-of-type(3) {
    width:30%;
}
.municipal_footer .footer_list ul li:nth-of-type(4){
    width:12%;
}




.header .header_right .nav-toggle {
    width:65px;
    height:60px;
    position:absolute;
    top:25px;
    right:20px;

    display:none;
}
.header .header_right .nav-toggle a {
    display:block;
        font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align:right;
}
.header .header_right .nav-toggle svg {
    display:block;
     width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.phone_hearder_nav {
    display:none;
}


@media only screen and (max-width: 1600px){
    .page_container .left{
        padding: 50px;
        padding-right: 20px;
    }
    .page_container .left .logo{
        margin-bottom: 110px;
    }
    .page_container .left .text_box .article{
        font-size: 15px;
    }
    .page_container .left .text_box .article p span{
        font-size: 18px;
    }
    .boot_page_section_list ul li .text_box_article .article{
        font-size: 16px;
        line-height: 28px;
        padding: 20px 25px;
        margin-bottom: 10px;
    }


    .page_container .left .text_box .pic{
        width: 270px;
        margin-right: 30px;
    }
    .page_container .left .text_box .pic img{
        width: 100%;
        height: auto;
    }
    .boot_page_section_list ul li .icon{
        bottom: 35px;
    }

    .header{
        padding-left: 40px;
    }
    .header_right .nav ul li{
        margin-left: 15px;
    }
    .header .header_right{
        padding-right: 200px;
    }
    .header .logo{
        padding-top: 30px;
    }
    .header .logo img{
        width: 380px;
    }


}



@media screen and (max-width: 1440px) {

}


@media screen and (max-width: 1300px) {
    .header {
        padding-left:20px;
    }
    .header_right .nav {
        display:none;
    }
    .header_right .header_link {
        display:none;
    }

    .header .header_right .nav-toggle {
        display: block;
    }
    /* phone_hearder_nav */

    .phone_hearder_nav{
      max-width: 100%;
      display: block;
      width: 100%;
      height: 100%;
     background: url(../images/phone_nav_banner.jpg) center;
     background-size:110%;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999;
      padding: 80px 20px;
      box-sizing: border-box;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -webkit-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav{
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }

    .header_close{
      width: 60px;
      height: 60px;
      position: absolute;
      top: 20px;
      right:20px;
    }
    .header_close svg {
         width: 24px;
          height: 24px;
          position: absolute;
          top: 18px;
          right: 18px;
    }
    .phone_hearder_nav ul{
      width: 100%;
      height: auto;
      padding: 20px;
      box-sizing: border-box;
    }
    .phone_hearder_nav ul li{
      display: block;
      float: left;
      width: 100%;
      height: auto;
      padding: 5px 0px;
      box-sizing: border-box;
    }
    .phone_hearder_nav ul li p {
        font-size:18px;
        color:#fff;
        line-height:40px;
        padding:0px 10px;
        box-sizing:border-box;
        position:relative;
    }
        .phone_hearder_nav ul li p svg {
            display:block;
            width:20px;
            height:20px;
            position:absolute;
            top:11px;
            right:10px;
        }
        .phone_hearder_nav ul li p svg.icon_up {
            display:none;
        } 
        .phone_hearder_nav ul li p.active svg {
            display:none;
        } 
        .phone_hearder_nav ul li p.active svg.icon_up {
            display:block;
        }
        .phone_hearder_nav ul li p.active {
            color:#e60012;
        }

        .phone_hearder_nav ul li p.active svg path {
              fill: #e60012; 
        }
        .phone_hearder_nav ul li p.active svg path {
               fill: #e60012;
        }

    .phone_hearder_nav ul li.li1 a{
        display:block;
        font-size:18px;
        color:#fff;
        line-height:40px;
         padding:0 10px;
        box-sizing:border-box;
    }
        .phone_hearder_nav ul li .li_center {
            width:100%;
            height:auto;
            padding:0 20px;
            box-sizing:border-box;
            padding-top:10px;
            display:none;
        }
        .phone_hearder_nav ul li .li_center a{
            display:block;
              width:100%;
            height:auto;
            font-size:16px;
            color:#fff;
            line-height:30px;
             padding:8px 10px;
            box-sizing:border-box;
        }




    .phone_header_right .header_link {
        display:block;
        width:100%;
        height:70px;
        position:relative;
        border:none;
        border-top: 1px solid #f9f8f81f;
        border-bottom: 1px solid #f9f8f81f;
        padding:20px 0;
        box-sizing:border-box;

    }
    .phone_header_right .header_link a {
        width:auto;
        height:30px;
        line-height:30px;
        padding:0 30px;
        padding-right:20px;
        padding-left:55px;
        font-size:20px;
    }
    .phone_header_right .header_link a:nth-of-type(1) {
        border:none;
        border-right: 1px solid #ddd;
    }


}


@media screen and (max-width: 1000px) {
    .municipal_section1 {
        padding:60px 0;
    }
    .municipal_section1_conter .left {
        width:100%;
        padding:0;
        margin-bottom:40px;
    }
    .municipal_section1_conter .right {
         width:100%;
    }

    .municipal_section3_conter {
        padding-left:15px;
        padding-right:15px;
    }
    .municipal_section4_conter_list ul li a {
        padding:30px;
    }


}


@media screen and (max-width: 767px) {
    .index_header {
        height:90px;
    }
    .header {
        height:90px;
    }
    .header .logo img {
        width:240px;
    }
    .header .header_right {
        padding-right:0;
    }
    .header .header_right .nav-toggle {
        top:15px;
    }

    .municipal_section1_conter .right .num_list ul li {
        width:100%;
        padding-right:0;
        margin-bottom:20px;
    }

    .municipal_section3_list ul li {
        width:97%;
        margin-bottom:30px;
    }
    .municipal_section3_list ul li .pic {
        margin-bottom:15px;
    }


    .municipal_section4_conter_list ul li {
         width:97%;
        margin-bottom:30px;
    }

    .municipal_section2_conter {
        padding-top:50px;
        padding-bottom:30px;
    }
    .municipal_section2_conter_con {
         padding-left:15px;
        padding-right:15px;
    }
    .municipal_product_container {
        padding-left:35px;
        padding-right:35px;
    }
    .municipal_product_container .left_pic {
        width:100%;
    }
    .municipal_product_pic_slider .item {
        height:250px;
    }
    .municipal_product_container .right_text {
        width:100%;
        padding:0;
    }
    .municipal_product_text_slider .item {
        height:520px;
        padding-top:20px;
    }
    .municipal_product_text_slider .item h2 {
        font-size:20px;
        line-height:32px;
        margin-bottom:35px;
    }
    .municipal_product_text_slider .item h3 {
        font-size:18px;
        line-height:30px;
    }
    .municipal_product_text_slider .item .icon img {
        width:50px;
    }
    .municipal_product_text_slider .item .article {
        font-size:15px;
        line-height:26px;
        margin-bottom:40px;
    }

    .municipal_product_prev{
        display: block;
        width: 40px;
        height: 40px;
        left:-10px;
        margin-top: -20px;
        background-size: 100%;
        top:30%;
    }
    .municipal_product_next{
        display: block;
        width: 40px;
        height: 40px;
        right:-10px;
       margin-top: -20px;
        background-size: 100%;
        top:30%;
    }
    .municipal_product_prev:hover{
        background: url('../images/municipal_product_prev_hover.png') no-repeat center center;
         background-size: 100%;
    }
    .municipal_product_next:hover{
        background: url('../images/municipal_product_next_hover.png') no-repeat center center;
         background-size: 100%;
    }


    .index_title {
        margin-bottom:40px;
    }
    .index_title h3 {
        font-size:24px;
        line-height:36px;
        padding-bottom:12px;
    }
    .index_title p {
        font-size:15px;
        line-height:26px;
        padding-top:12px;
    }
    .index_title .xian {
        top:46px;
    }

    .municipal_section1 {
        padding-bottom:20px;
    }
    .municipal_section1_conter .left p {
        font-size:13px;
        line-height:22px;
        margin-bottom:5px;
    }
    .municipal_section1_conter .left h3 {
        font-size:18px;
    }
    .municipal_section1_conter .left h2 {
        font-size:24px;
        line-height:40px;
    }
    .municipal_section1_conter .left {
        margin-bottom:30px;
    }
    .municipal_section1_conter .left h2 strong {
         font-size:44px;
    }
    .municipal_section1_conter .right .article {
        font-size:16px;
        line-height:32px;
        margin-bottom:35px;
    }
    .municipal_section1_conter .right .num_list .text h3 {
        line-height:32px;
    }
    .municipal_section1_conter .right .num_list .text h3 strong {
        font-size:32px;
    }
    .municipal_section1_conter .right .num_list .text p {
        font-size:16px;
    }

    .municipal_section3_list ul li h3 {
        font-size:18px;
        margin-bottom:5px;
    }

    .municipal_section3_conter .content_link {
        margin-top:30px;
    }
    .municipal_section3 {
        padding-bottom:60px;
        padding-top:70px;
    }
    .municipal_section3_bj {
        background-size:200%;
    }

    .municipal_section4 {
        padding-top:20px;
        padding-bottom:40px;
    }

    .municipal_section4_conter_list ul li h3 {
        font-size:16px;
        line-height:26px;
    }
    .municipal_section4_conter_list ul li .time {
        font-size:14px;
        line-height:24px;
        margin-bottom:15px;
    }
    .municipal_section4_conter_list ul li a {
        height:auto;
        padding:25px;
    }
    .municipal_section4_conter_list ul li .article {
        font-size:15px;
        line-height:26px;
        font-weight:400;
        height:auto;
        margin-bottom:15px;
    }
    .municipal_section5 {
        padding-bottom:80px;
    }

    .content_link {
        width:180px;
        height:52px;
        font-size:18px;
        line-height:52px;
    }
    .footer .copyright br {
        display:block;
    }

    .municipal_section5_conter_list ul li{
        width: 160px !important;
        height: 160px;   
    }
    .municipal_section5_conter_list ul li .pic img{
        width: 110px;
    }




}






