﻿    * {
    	margin: 0;
    	padding: 0;
    }
    @font-face {
    	font-family:PingFang;
    	src: url("../fonts/pingfang.ttf");
    }
    body{
    	font-family:PingFang;
    }
    img {
    	border: 0;
    }
    a {
       -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    ul li,
    a {
    	list-style-type: none;
    	text-decoration: none;
    }
    .actve{
    	border-bottom: 3px solid #8EC31F;
    }
    .actve a{
    	color: #8EC31F !important;
    }
    .warp {
    	width: 100%;
    	background: #FFFFFF;
    }
    .logo-img img{
    	display: none;
    }
    .title {
    	width: 100%;
    	background-color: #8ec31f;
    	overflow: hidden;
    }
    .y-c{
    	display: none;
    }
    .title ul,
    .logo ul,
    .nav ul {
    	display: block;
    	width: 73.9%;
    	margin: 0 auto;
    }
    
    .title ul li {
    	font-size: 14px;
    	padding-bottom: 10px;
    	padding-top: 10px;
    	color: #ffffff;
    }
    
    .title ul li:first-child {
    	float: left;
    }
    
    .title ul li:nth-of-type(2) {
    	float: right;
    }
    
    .title-ph {
    	float: right;
    	margin-right: 40px;
    }
    
    .title-ph img {
    	width: 23px;
    	float: left;
    }
    
    .title-zy {
    	float: right;
    }
    
    .title-zy a {
    	color: #ffffff;
    }
    
    .title-zy a:first-child {
    	margin-right: 8px;
    }
    
    .title a:nth-of-type(2) {
    	margin-left: 8px;
    }
    
    .logo{
    	width: 100%;
    	background-color: #FFFFFF;
    	overflow: hidden;
    }
    .nav {
    	width: 100%;
    	background-color: #FFFFFF;
        float: left;
    }
    
    .logo {
    	border-bottom: 1px solid #dfe1e9;
    }
    
    .logo ul li:first-child {
    	width: 200px;
    	float: left;
    	margin-top: 16px;
    	margin-bottom: 15px;
    }
    
    .logo ul li:nth-of-type(2) {
    	float: right;
    	width: 236px;
    	margin-top: 21px;
    	margin-bottom: 19px;
    }
    
    .logo img {
    	width: 100%;
    }
    
    .nav>ul>li {
    	float: left;
    	font-size: 17px;
    	display: block;
    	position: relative;
    }
    .nav-sm{
    	position:absolute;
    	z-index:9;
    	width:850px;
    	background: #FFFFFF;
    	top:66px;
    	left:-153px;
    	overflow: hidden;
    	border-top: 1px solid #dfe1e9;
    	display: none;
    }
    .lq-sm{
    	left:-450px;
    }
    .le-sm{
    	left:-660px;
    }
    .nav-sm-left{
    	width:500px;
    	background: #FFFFFF;
    	float: left;
    	padding-top: 40px;
    	padding-bottom: 40px;
    	overflow: hidden;
    }
    .nav-sm-left a{
    	font-size: 14px;
    	color: #333333;
    	position: relative;
    	padding-bottom: 2px;
    }
    .nav-sm-left a::after {
    	content: '';
    	width: 100%;
    	height: 1px;
    	left: 0;
    	bottom: 0;
    	background: #8fc41f;
    	position: absolute;
    	opacity: 0;
    }
    .nav-sm-left ul{
    	display: flex;
   		flex-direction: column;
   		flex-wrap: wrap;
   		height:240px;
   		/*overflow: hidden;*/
    }
    .nav-sm-left ul li{
    	padding-top: 15px;
    	margin-left:-18px;
    	width:200px;
    	float: left;
    	margin-right: 30px;
    	display: inline-block;
    	overflow:hidden;
        text-overflow:ellipsis; 
        white-space: nowrap;
    }
    .nav-sm-right{
    	width: 310px;
    	float: left;
    	margin-top: 30px;
    	margin-right: 35px;
    }
    .nav-sm-right img{
    	width: 100%;
    }
    .nav-sm-left a:hover{
    	color: #8fc41f;
    }
    .nav-sm-left a:hover::after {
        opacity: 1;
    }
    .nav-img2 {
    	display: none;
    }
    
    .nav ul li:hover .nav-img2 {
    	display: block;
    }
    
    .nav ul li:active .nav-img2 {
    	display: block;
    }
    
    .nav ul li:hover .nav-img1 {
    	display: none;
    }
    
    .nav>ul>li::after {
    	content: '';
    	width: 1px;
    	height: 13px;
    	right: 0;
    	top: 30px;
    	background: #dddddd;
    	position: absolute;
    }
    
    .nav>ul>li>a {
    	color: #333333;
    	padding: 23px 30px 25px 30px;
    	display: block;
    	margin-left: 7px;
    	margin-right: 7px;
    	position: relative;
    	float: left;
    }
    
    .nav>ul>li>a::after {
    	content: '';
    	width: 100%;
    	height: 4px;
    	left: 0;
    	bottom: 0;
    	background: #8fc41f;
    	position: absolute;
    	opacity: 0;
    }
    
    .nav img {
    	float: right;
    	margin-left: 6px;
    	margin-top: 8px;
    }
    
    .nav>ul>li:hover>a{
    	color: #8fc41f;
    }
    
    .nav>ul>li:hover>a::after{
    	opacity: 1;
    }
    
    .nav>ul>li:active>a::after{
    	opacity: 1;
    }
    /*底部*/
    
    .footer {
    	width: 100%;
		border-top: 2px solid #93c52a;
    }
    
    .footer-zj {
    	width: 72.9%;
    	margin: 0 auto;
    	overflow: hidden;
    }
    
    .footer-nav {
    	float: left;
    	margin-top: 39px;
    }
    
    .footer-nav ul li {
    	float: left;
    	margin-left: 10px;
    	background: #f2f2f2;
    	border-radius: 5px;
    	margin-top: 20px;
    	-moz-border-radius: 5px;
    }
    
    .footer-nav ul li:hover {
    	background: #8EC31F;
    }
    
    .footer-nav ul li:first-child {
    	margin-left: 0;
    }
    
    .footer-nav a {
    	color: #363636;
    	padding: 9px 19px;
    	display: block;
    	font-size: 12px;
    }
    
    .footer-nav a:hover {
    	color: #FFFFFF;
    }
    
    .footer-con {
    	width: 100%;
    	float: left;
    	margin-top: 35px;
    	padding-bottom: 35px;
    	border-bottom: 1px solid #d9d9d9;
    }
    
    .footer-con img {
    	width: 230px;
    	/*float: left;*/
    }
    
    .footer-left {
    	width: 60%;
    	float: left;
    }
    
    .footer-left ul li {
    	float: left;
    	margin-top: 35px;
    	border-right: 1px solid #bfbfbf;
    }
    
    .footer-left ul li:first-child a {
    	margin-left: 0;
    }
    
    .footer-left ul li:nth-of-type(5) {
    	border: 0;
    }
    
    .footer-left a {
    	color: #7d7d7d;
    	font-size: 15px;
    	display: block;
    	margin-left: 22px;
    	margin-right: 22px;
    }
    
    .footer-right {
    	float: right;
    	width: 130px;
    	text-align: center;
    	font-size: 14px;
    	color: #494949;
    }
    
    .wx-m img {
    	width: 80px;
    	padding: 13px;
    	border: 1px solid #c6c6c6;
    }
    
    .footer-but {
    	width: 100%;
    	display: flex;
    	justify-content: center;
    	padding-top: 28px;
    	padding-bottom: 28px;
    	font-size: 12px;
    	color: #393939;
    }
    
    .footer-but span {
    	margin-left: 53px;
    }
    
    .ddd {
    	display: none;
    	width: 50px;
    }
    /**/
    
    @media screen and (min-width: 768px) and (max-width: 1050px) {
    	.title ul,
    	.logo ul,
    	.nav ul {
    		width: 90%;
    	}
    }
    /**/
    
    @media screen and (min-width: 1619px) and (max-width: 1900px) {
    	.nav>ul>li>a{
    		padding: 23px 23px 25px 22px;
    	}
    	
    }
    /**/
    
    @media screen and (min-width: 1400px) and (max-width: 1618px) {
    	.nav>ul>li>a {
    		padding: 20px 12px 20px 12px;
    	}
    	.nav-sm{
    	    top:55px;
    	}
    }
    /**/
    
    @media screen and (min-width: 100px) and (max-width: 736px) {
    	.modal {
    		display: none;
    		position: fixed;
    		z-index: 99999999;
    		left: 0;
    		top: 0;
    		width: 100%;
    		height: 100%;
    		overflow: auto;
    		background-color: rgb(0, 0, 0);
    		background-color: rgba(0, 0, 0, 0.6);
    	}
    	.modal-content {
    		background-color: #FFFFFF;
    		margin: 0px;
    		width: 60%;
    		height: 100%;
    	}
    	.logo-img{
    		overflow: hidden;
    		width: 80%;
    		height: 50px;
    	}
    	.logo-img img{
    		display: block;
    		width: 3.2rem;
    		float: left;
    		margin-left:0.53rem;
    	}
    	.logo-img-right{
    		float: right;
    		margin-top:0.2rem;
    	}
    	.dddd {
    		width: 1.2rem;
    		float: left;
    	}
    	.ddd {
    		width: 1.2rem;
    		display: block;
    		overflow: hidden;
    	}
    	.header-conten {
    		width: 100%;
    		/* margin-top: 3rem;*/
    	}
    	.images-con {
    		display: none;
    	}
    	.title ul li {
    		font-size: 0.37rem;
    		padding-bottom: 0.26rem;
    		padding-top: 0.23rem;
    	}
    	.title-ph {
    		margin-right: 0rem;
    	}
    	.title-ph img {
    		width: 0.61rem;
    	}
    	.title-zy a:first-child {
    		margin-right: 0.1rem;
    	}
    	.title a:nth-of-type(2) {
    		margin-left: 0.1rem;
    	}
    	.logo {
    		display: none;
    	}
    	.nav ul li:hover .nav-img2 {
    		display: none;
    	}
    	.nav ul li:active .nav-img2 {
    		display: none;
    	}
    	.nav ul li:hover .nav-img1 {
    		display: none;
    	}
    	.nav>ul>li {
                width:100%;
    		font-size: 0.35rem;
    	}
    	.nav>ul>li::after {
    		display: none;
    	}
    	.nav>ul>li>a{
    		padding-top: 0.55rem;
    		padding-bottom: 0.56rem;
    		text-align: center;
    		display: block;
    	}
    	.nav>ul>li>a::after {
    		display: none;
    	}
    	.nav-img1,
    	.nav-img2 {
    		display: none;
    	}
    	.nav img {
    		display: none;
    	}
    	/*底部*/
    	.footer-zj {
    		width: 90%;
    	}
    	.footer-nav {
    		margin-top: 0.7rem;
    	}
    	.footer-nav ul li {
    		margin-left: 0.26rem;
    		border-radius: 5px;
    		margin-top: 0.53rem;
    		-moz-border-radius: 5px;
    	}
    	.footer-nav ul li:first-child {
    		margin-left: 0.26rem;
    	}
    	.footer-nav a {
    		padding: 0.24rem 0.5rem;
    		font-size: 0.32rem;
    	}
    	.footer-con {
    		margin-top: 0.93rem;
    		padding-bottom: 0.93rem;
    		border-bottom: 1px solid #d9d9d9;
    	}
    	.footer-con img {
    		width: 3.93rem;
    		/*float: left;*/
    	}
    	.footer-left {
    		width: 100%;
    		float: left;
    	}
    	.footer-left ul li {
    		margin-top: 0.6rem;
    	}
    	.footer-left ul li:first-child a {
    		margin-left: 0;
    	}
    	.footer-left ul li:nth-of-type(5) {
    		border: 0;
    	}
    	.footer-left a {
    		font-size: 0.32rem;
    		margin-left: 0.28rem;
    		margin-right: 0.28rem;
    	}
    	.footer-right {
    		float: right;
    		width: 130px;
    		text-align: center;
    		font-size: 14px;
    		color: #494949;
    		margin-right:2.9rem;
    	}
    	.wx-m{
    		margin-top: 1rem;
    	}
    	.wx-m img {
    		width: 2.13rem;
    		padding: 0.34rem;
    		border: 1px solid #c6c6c6;
    	}
    	.footer-but {
    		display: block;
    		padding-top: 0.74rem;
    		padding-bottom: 0.74rem;
    		font-size: 0.32rem;
    	}
    	.footer-but p {
    		float: left;
    		width: 96%;
    		display: block;
    		margin-left: 0.26rem;
    	}
    	.footer-but span {
    		margin-left: 3.5rem;
    		margin-top: 0.26rem;
    		display: block;
    	}
    	.x-s{
    		display: none;
    	}
    	.y-c{
    		display: block;
    		width: 90%;
    	}
    	.y-c img{
    		width: 100%;
    	}
    	.nav-sm{
    		display: none;
    	}
    	 .actve{
    	 	border-bottom: 0!important;
    	 }
    }
    /**/
    
    @media screen and (min-width: 1201px) and (max-width: 1399px) {
    	.images-con {
    		display: none;
    	}
    	.nav>ul>li>a{
    		padding: 15px 7px 15px 7px;
    		font-size: 15px;
    	}
    	.nav>ul>li::after {
    		top: 20px;
    	}
    	.nav-sm{
    	    top:40px;
    	}
    }
    @media screen and (min-width: 865px) and (max-width: 1200px) {
    	.images-con {
    		display: none;
    	}
    	.nav>ul>li>a{
    		padding: 10px 4px 10px 4px;
    		font-size: 14px;
    	}
    	.nav>ul>li::after {
    		top: 15px;
    	}
    	.nav>ul>li>a::after {
    		height:3px;
       }
    	}
    @media screen and (min-width: 768px) and (max-width: 864px) {
    	.images-con {
    		display: none;
    	}
    	.nav>ul>li>a{
    		padding: 8px 6px 8px 6px;
    		font-size: 13px;
    	}
    	.nav>ul>li::after {
    		top: 10px;
       }
       .nav>ul>li>a::after {
    		height:2px;
       }
    }  

.nav ul li:hover .nav-sm{
        display: block;
        transition: auto;
    }
			
    @media screen and (min-width: 320px) and (max-width: 1460px) {
				
        .nav ul li:hover .nav-sm{
            display: none;
        }
    }

.footer_logo{width: 100%;float: left;margin-top: 50px}

.footer-con{margin-top: 0}


.header{border-bottom: 1px solid #90c520}

	@media(max-width: 736px){
		.header{border: none}

	}





/*6-1首页修改*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m_header_1 {
    float: right;
    border-radius: 40px;
    background: #abd257;
    position: relative;
    top: -6px
}

    .m_header_1 .input1 {
        outline: none;
        font-size: 13px;
        width: 140px;
        height: 30px;
        float: left;
        border: none;
        background: none;
        text-indent: 20px;
        color: #FFF;
    }

    .m_header_1 .submit {
        outline: none;
        cursor: pointer;
        width: 35px;
        height: 30px;
        float: left;
        background: url("../images/m_search.png") no-repeat left center;
        border: none;
    }

    .m_header_1 input:-moz-placeholder,
    .m_header_1 textarea:-moz-placeholder {
        color: #fff;
    }

    .m_header_1 input:-ms-input-placeholder,
    .m_header_1 textarea:-ms-input-placeholder {
        color: #fff;
    }

    .m_header_1 input::-webkit-input-placeholder,
    .m_header_1 textarea::-webkit-input-placeholder {
        color: #fff;
    }


.title-ph_span {
}

    .title-ph_span img {
        width: 17px;
        position: relative;
        top: 2px;
        margin-right: 10px;
        margin-left: 20px;
    }

.m_header_2 {
    min-height: 135px;
    background: #FFF;
    position: relative
}

.m_header_2_b {
    width: 73.9%;
    margin: 0 auto;
}

.m_header_2_left {
    float: left
}

.m_header_2_nav .ul {
    margin-top: 35px;
}

    .m_header_2_nav .ul > li {
        float: left;
        margin-right: 70px;
        position: relative
    }

        .m_header_2_nav .ul > li:last-child {
            margin-right: 0
        }

        .m_header_2_nav .ul > li > a {
            display: block;
            color: #555555;
            font-size: 16px;
            line-height: 60px
        }

        .m_header_2_nav .ul > li:hover > a {
            color: #8ec31f
        }

.m_header_2_nav .nav-sm {
    display: none;
    top: 100%
}

.m_header_2_nav .ul > li:hover .nav-sm {
    display: block
}


.m_header_2_right {
    float: right;
}

.m_header_2_nav {
    position: relative;
    z-index: 6
}

    .m_header_2_nav .nav-sm-left {
        width: 500px;
        background: #FFFFFF;
        float: left;
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: hidden;
    }

        .m_header_2_nav .nav-sm-left ul {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 73.9%;
            margin: 0 auto;
            height: 240px;
            /* overflow: hidden; */
        }

            .m_header_2_nav .nav-sm-left ul li {
                padding-top: 15px;
                margin-left: -18px;
                width: 200px;
                float: left;
                margin-right: 30px;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .m_header_2_nav .nav-sm-left a {
            font-size: 14px;
            color: #333333;
            position: relative;
            padding-bottom: 2px;
        }

            .m_header_2_nav .nav-sm-left a::after {
                content: '';
                width: 100%;
                height: 1px;
                left: 0;
                bottom: 0;
                background: #8fc41f;
                position: absolute;
                opacity: 0;
            }

.m_header_2_right .nav-sm {
    left: auto;
    right: -200px
}

.m_header_2_nav .nav-sm-left a:hover {
    color: #8ec31f
}

.m_logo {
    z-index: 5;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 135px;
    padding-top: 20px
}

    .m_logo img {
        margin: 0 20px
    }

.m_header_search {
    border-radius: 30px;
    width: 96%;
    margin: 2% auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: none
}

    .m_header_search .input1 {
        background: none;
        width: calc(100% - 45px);
        float: left;
        height: 30px;
        border: none;
        text-indent: 10px;
        outline: none;
        color: #555
    }

    .m_header_search .submit {
        width: 45px;
        height: 30px;
        border: none;
        float: left;
        background: url("../images/m_search2.png") no-repeat center;
        background-size: 15px !important;
    }



@media(max-width: 1800px) {
    .m_header_2_nav .ul > li {
        margin-right: 50px
    }

    .m_logo img {
        margin: 0 10px
    }
}

@media(max-width: 1600px) {
    .m_header_2_nav .ul > li {
        margin-right: 30px
    }

    .m_logo img {
        width: 120px
    }
}

@media(max-width: 1300px) {
    .m_logo {
        position: static;
        float: left;
        line-height: 60px
    }

    .m_header_2_nav .ul {
        margin-top: 0
    }
}

@media(max-width: 1130px) {
    .title-ph {
        display: none
    }

    .m_header_1 {
        margin-right: 20px
    }
}

@media(max-width: 1050px) {
    .m_header_2_b {
        width: 90%
    }
}

@media(max-width: 767px) {
    .title ul {
        width: 90%
    }
}

@media(max-width: 736px) {
    .m_header_search {
        display: block
    }

    .m_header_1 {
        display: none
    }

    .m_logo {
        display: none
    }

    .m_header_2_nav .ul > li {
        float: none
    }

    .m_header_2_nav {
        width: 100%
    }

        .m_header_2_nav .ul > li > a {
            font-size: 0.35rem;
            padding-left: 1.5rem
        }

    .title-ph {
        display: block
    }
}

.banner {
    position: relative
}

    .banner .images-con {
        height: 395px
    }

    .banner .banner_bg {
        z-index: 10;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

        .banner .banner_bg img {
            width: 100%;
        }


.index {
    width: 72.9%;
    margin: 0 auto;
}

.index_1 {
    padding-bottom: 50px;
    background: url("../images/m_bg2.png") no-repeat center;
    background-size: cover !important;
    padding-top: 30px
}

.index_1_left {
    width: 42%;
    float: left;
}

    .index_1_left .t {
    }

        .index_1_left .t img {
        }

            .index_1_left .t img:nth-child(2) {
                margin-left: 25px;
                position: relative;
                top: 10px
            }

    .index_1_left .text {
        margin: 30px 0;
        font-size: 16px;
        color: #666666;
        line-height: 1.8
    }

.index_1_more {
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background: #8ec31f;
    color: #FFF;
}

    .index_1_more:hover {
        background: #f50b58
    }

.index_1_left_img {
    margin-top: 30px;
}
/*.index_1_left_img img{width: 80%}*/

.index_1_right {
    width: 56%;
    float: right;
}

.index_1_img2 img {
    max-width: 100%
}

.index_1_nav {
    margin-top: 30px
}

    .index_1_nav .item {
        width: 20%;
        float: left;
        text-align: center;
        position: relative
    }

        .index_1_nav .item a {
            display: inline-block
        }

        .index_1_nav .item img {
        }

            .index_1_nav .item img:nth-child(1) {
            }

            .index_1_nav .item img:nth-child(2) {
                display: none
            }

        .index_1_nav .item p {
            font-size: 16px;
            color: #666666;
            padding-top: 10px;
            line-height: 1.5
        }

        .index_1_nav .item a:hover img:nth-child(1) {
            display: none
        }

        .index_1_nav .item a:hover img:nth-child(2) {
            display: inline-block
        }

        .index_1_nav .item a:hover p {
            color: #f50b58
        }

        .index_1_nav .item:nth-child(1) {
            top: -90px
        }

        .index_1_nav .item:nth-child(2) {
            top: -35px
        }

        .index_1_nav .item:nth-child(4) {
            top: -35px
        }

        .index_1_nav .item:nth-child(5) {
            top: -90px
        }

@media(max-width: 1600px) {
    .index_1_left_img img {
        width: 80%
    }
}

@media(max-width: 1300px) {
    .index_1_left {
        width: 100%;
    }

    .index_1_right {
        width: 100%;
    }

    .index_1_left_img {
        text-align: center
    }

        .index_1_left_img img {
            width: auto;
            max-width: 100%
        }
}

@media(max-width: 1050px) {
    .index {
        width: 90%
    }
}

@media(max-width: 767px) {
    .index_1_nav .item img {
        width: 30px;
    }

    .index_1_nav .item:nth-child(1) {
        top: -60px
    }

    .index_1_nav .item:nth-child(2) {
        top: -25px
    }

    .index_1_nav .item:nth-child(4) {
        top: -25px
    }

    .index_1_nav .item:nth-child(5) {
        top: -60px
    }

    .index_1_nav .item p {
        font-size: 14px
    }
}


.index_2 {
    margin-top: 100px
}

.Title {
    text-align: center
}

    .Title img:nth-child(2) {
        margin: 0 10px
    }

.index_2_main {
    margin-top: 35px
}

    .index_2_main .item {
        text-align: center;
        width: 14.28%;
        float: left
    }

        .index_2_main .item .a {
            display: inline-block
        }

        .index_2_main .item .icon {
        }

            .index_2_main .item .icon img {
            }

                .index_2_main .item .icon img:nth-child(1) {
                }

                .index_2_main .item .icon img:nth-child(2) {
                    display: none
                }

        .index_2_main .item .p {
            font-size: 16px;
            color: #555555;
            padding-top: 15px;
            line-height: 1.5
        }


        .index_2_main .item .a:hover .icon img:nth-child(1) {
            display: none
        }

        .index_2_main .item .a:hover .icon img:nth-child(2) {
            display: inline-block
        }

        .index_2_main .item .a:hover .p {
            color: #90c520
        }


@media(max-width: 1300px) {
    .index_2_main .item .icon img {
        width: 70px
    }
}

@media(max-width: 767px) {
    .index_2_main .item .icon img {
        width: 50px
    }

    .index_2_main .item {
        width: 25%;
        height: 120px
    }

        .index_2_main .item .p {
            font-size: 12px
        }

    .index_1 {
        padding-bottom: 10px
    }
}

.index_3 {
    padding-bottom: 90px;
    padding-top: 90px;
    background: url("../images/m_bg3.png") no-repeat center;
    background-size: cover !important;
}

.index_3_main {
    margin-top: 40px
}

    .index_3_main .item {
        width: 30%;
        float: left;
        margin-right: 5%
    }

        .index_3_main .item:nth-child(3) {
            margin-right: 0
        }

        .index_3_main .item .a {
            display: block
        }

            .index_3_main .item .a .t {
            }

                .index_3_main .item .a .t h1 {
                    float: left;
                    font-size: 18px;
                    color: #333;
                    font-weight: normal;
                    display: inline-block;
                    max-width: 70%;
                }

                .index_3_main .item .a .t .new,
                .index_3_main .item .a .t .hot {
                    margin-left: 10px;
                    float: left;
                    display: inline-block;
                    font-size: 12px;
                    color: #FFF;
                    line-height: 23px;
                    padding: 0 8px;
                    border-radius: 5px;
                }

                .index_3_main .item .a .t .new {
                    background: #90c520
                }

                .index_3_main .item .a .t .hot {
                    background: #f63975
                }

            .index_3_main .item .a .time {
                font-size: 14px;
                color: #777777;
                margin: 20px 0
            }

            .index_3_main .item .a .text {
                font-size: 14px;
                color: #777777;
                line-height: 1.7;
                height: 46px;
            }

            .index_3_main .item .a .img_ {
                margin-top: 50px;
                overflow: hidden;
                border-radius: 10px
            }

            .index_3_main .item .a .img {
                transition: .3s;
                border-radius: 10px;
                overflow: hidden;
                width: 100%;
                padding-top: 63%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .index_3_main .item .a:hover .t h1 {
                color: #f63975
            }

            .index_3_main .item .a:hover .img {
                transform: scale(1.1)
            }

@media(max-width: 767px) {
    .index_3_main .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

        .index_3_main .item:last-child {
            margin-bottom: 0
        }

        .index_3_main .item .a .img {
            margin-top: 15px
        }

        .index_3_main .item .a .time {
            margin: 10px 0
        }

    .index_3 {
        padding: 40px 0
    }

    .index_2 {
        margin-top: 50px
    }
}


.index_4 {
    padding: 70px 0;
    background: url("../images/m_bg4.png") no-repeat center;
    background-size: cover !important;
}

.index_4_main {
    position: relative;
    margin-top: 40px
}

.index_4_bg {
    position: relative;
    z-index: 1;
    text-align: center
}

    .index_4_bg img {
        width: 100%
    }

.index_4_div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5
}

    .index_4_div .item {
        position: absolute;
        width: 28%;
    }

        .index_4_div .item:nth-child(1) {
            top: 7%;
            left: 0
        }

        .index_4_div .item:nth-child(2) {
            top: 44.5%;
            left: 0
        }

        .index_4_div .item:nth-child(3) {
            top: 79%;
            left: 0
        }

        .index_4_div .item:nth-child(4) {
            top: 7%;
            right: 0
        }

        .index_4_div .item:nth-child(5) {
            top: 44.5%;
            right: 0
        }

        .index_4_div .item:nth-child(6) {
            top: 79%;
            right: 0
        }


        .index_4_div .item .num {
            font-weight: bold;
            float: right;
            width: 66px;
            height: 66px;
            font-size: 24px;
            color: #FFF;
            text-align: center;
            line-height: 66px;
            background: url("../images/m_icon15.png") no-repeat center;
            background-size: 100% !important;
        }

        .index_4_div .item .txt {
            float: left;
            width: calc(100% - 100px);
        }

            .index_4_div .item .txt h2 {
                font-size: 16px;
                color: #333333;
                line-height: 1.7;
                padding-bottom: 10px
            }

            .index_4_div .item .txt p {
                font-size: 14px;
                color: #666666;
                line-height: 1.7
            }



        .index_4_div .item:nth-child(1) .txt,
        .index_4_div .item:nth-child(2) .txt,
        .index_4_div .item:nth-child(3) .txt {
            text-align: right
        }

        .index_4_div .item:nth-child(4) .num,
        .index_4_div .item:nth-child(5) .num,
        .index_4_div .item:nth-child(6) .num {
            float: left
        }

        .index_4_div .item:nth-child(4) .txt,
        .index_4_div .item:nth-child(5) .txt,
        .index_4_div .item:nth-child(6) .txt {
            float: right
        }


@media(max-width: 1600px) {
    .index_4_bg img {
        width: 70%
    }

    .index_4_div .item {
        width: 35%
    }
}

@media(max-width: 1400px) {
    .index_4_bg {
        display: none;
    }

    .index_4_div {
        position: static
    }

        .index_4_div .item {
            position: static;
            width: 50%;
            float: left;
            height: 150px
        }

            .index_4_div .item .num {
                float: left !important;
            }

            .index_4_div .item .txt {
                float: right !important;
                text-align: left !important;
                padding-right: 10px
            }
}

@media(max-width: 767px) {
    .index_4_div .item {
        width: 100%;
        height: auto;
        margin-bottom: 40px
    }

        .index_4_div .item:last-child {
            margin-bottom: 0
        }

        .index_4_div .item .txt {
            padding-right: 0
        }

    .index_4 {
        padding: 50px 0
    }
}


.index_5 {
    padding: 70px 0 160px;
    background: url("../images/m_bg5.png") no-repeat bottom center;
    background-size: cover !important;
}

.index_p {
    font-size: 18px;
    color: #555555;
    text-align: center;
    line-height: 1.6;
    margin-top: 30px
}


.index_5_main {
    margin-top: 60px
}

    .index_5_main .item {
        text-align: center;
        width: 25%;
        float: left
    }

        .index_5_main .item .a {
            display: inline-block;
            width: 226px;
            height: 212px;
            position: relative
        }

            .index_5_main .item .a .icon {
                margin-top: 50px
            }

                .index_5_main .item .a .icon img {
                    height: 60px;
                }

            .index_5_main .item .a .p {
                font-size: 16px;
                color: #FFF;
                text-align: center;
                padding-top: 15px;
                line-height: 1.5
            }

            .index_5_main .item .a:hover {
            }

            .index_5_main .item .a .bg {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                z-index: 1
            }

                .index_5_main .item .a .bg img {
                    width: 100%
                }

                    .index_5_main .item .a .bg img:nth-child(1) {
                    }

                    .index_5_main .item .a .bg img:nth-child(2) {
                        display: none
                    }

            .index_5_main .item .a .d {
                position: relative;
                z-index: 2
            }

            .index_5_main .item .a:hover .bg img:nth-child(1) {
                display: none
            }

            .index_5_main .item .a:hover .bg img:nth-child(2) {
                display: inline-block
            }

@media(max-width: 1400px) {
    .index_5_main .item .a {
        width: 160px;
        height: 160px
    }

        .index_5_main .item .a .icon img {
            height: 35px
        }

        .index_5_main .item .a .icon {
            margin-top: 30px
        }

        .index_5_main .item .a .p {
            padding-top: 10px
        }
}

@media(max-width: 767px) {
    .index_5_main .item {
        width: 50%;
        margin-bottom: 30px;
    }

        .index_5_main .item:nth-child(3),
        .index_5_main .item:nth-child(4) {
            margin-bottom: 0
        }

    .index_p {
        font-size: 16px
    }

    .index_5_main .item .a .icon img {
        height: 30px
    }

    .index_5 {
        padding: 50px 0 70px
    }
}

.index_6 {
    padding: 80px 0 90px;
    background: url("../images/m_bg7.png") no-repeat center;
    background-size: cover !important;
}

.index_6_main {
}

    .index_6_main .item {
        width: 47%;
        float: left;
        height: 555px;
        position: relative
    }

        .index_6_main .item .t {
            display: block;
            text-align: center;
            padding-top: 25px;
        }

            .index_6_main .item .t img {
            }

            .index_6_main .item .t p {
                font-size: 18px;
                color: #666666;
                line-height: 1.5
            }

        .index_6_main .item .img {
            display: block;
            height: 420px;
            position: relative;
            ;
            overflow: hidden;
        }

            .index_6_main .item .img .img_ {
                z-index: 1;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                ;
                overflow: hidden;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .index_6_main .item .img .more {
                display: none;
                z-index: 2;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgba(147,197,42,.6);
            }

            .index_6_main .item .img .more_ {
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                position: absolute;
                width: 155px;
                height: 50px;
                border-radius: 5px;
                background: #FFF;
                text-align: center;
                line-height: 50px;
                font-size: 16px;
                color: #93c52a;
            }

            .index_6_main .item .img:hover .more {
                display: block
            }

        .index_6_main .item:nth-child(2) {
            float: right;
        }

        .index_6_main .item:nth-child(1) .img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%
        }

        .index_6_main .item:nth-child(2) .t {
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0
        }

        .index_6_main .item:nth-child(1) .img {
            border-radius: 60px 10px 60px 60px
        }

        .index_6_main .item:nth-child(2) .img {
            border-radius: 60px 60px 60px 10px
        }

        .index_6_main .item:nth-child(1) .img .img_ {
            border-radius: 60px 10px 60px 60px
        }

        .index_6_main .item:nth-child(2) .img .img_ {
            border-radius: 60px 60px 60px 10px
        }


@media(max-width: 1400px) {
    .index_6_main .item .img {
        height: 280px
    }

    .index_6_main .item {
        height: 410px
    }
}

@media(max-width: 767px) {
    .index_6_main .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

        .index_6_main .item:nth-child(1) .img {
            position: relative;
        }

        .index_6_main .item:nth-child(2) .t {
            position: static
        }

        .index_6_main .item .img {
            height: 230px;
            margin-top: 20px
        }

    .index_6 {
        padding: 5px 0 40px
    }

    .index_6_main .item:nth-child(1) .img {
        border-radius: 30px 5px 30px 30px
    }

    .index_6_main .item:nth-child(2) .img {
        border-radius: 30px 30px 30px 5px
    }

    .index_6_main .item:nth-child(1) .img .img_ {
        border-radius: 30px 5px 30px 30px
    }

    .index_6_main .item:nth-child(2) .img .img_ {
        border-radius: 30px 30px 30px 5px
    }
}

@media(max-width: 736px) {
    .footer_logo {
        text-align: center
    }
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.query_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0
}

.pop_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9995;
    background: rgba(0,0,0,.6)
}

.pop_main {
    border-radius: 10px;
    width: 800px;
    background: #FFF;
    position: absolute;
    z-index: 99996;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.pop_close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.pop_top {
    text-align: center;
    font-size: 30px;
    color: #8ec31f;
    padding-top: 40px
}

.query_form {
    padding: 0 100px
}

.query_div {
    width: 44%;
    float: left;
    margin-bottom: 10px
}

    .query_div:nth-child(2n) {
        float: right
    }

    .query_div p {
        font-size: 16px;
        padding: 15px 0;
        line-height: 1.5;
        color: #555555;
    }

    .query_div .input1 {
        color: #666;
        height: 46px;
        background: #f2f2f2;
        border-radius: 5px;
        border: none;
        width: 100%;
        text-indent: 10px
    }


.query_div2 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 70px
}

    .query_div2 input {
        cursor: pointer;
        font-size: 16px;
        color: #FFF;
        background: #90c520;
        width: 265px;
        height: 46px;
        border-radius: 5px;
        border: none
    }


@media(max-width: 900px) {
    .pop_main {
        width: 90%;
    }
}


@media(max-width: 767px) {
    .query_div {
        width: 100%
    }

        .query_div p {
            padding: 0
        }

        .query_div .input1 {
            height: 30px
        }

    .query_div2 {
        padding: 20px 0 40px
    }

    .query_div p {
        font-size: 14px
    }
}

@media(max-width: 500px) {
    .query_form {
        padding: 0 20px
    }

    .pop_top {
        padding-top: 20px
    }

    .pop_close {
        right: 20px;
        top: 20px
    }

    .query_div2 {
        padding-bottom: 20px
    }
}

.search_result {
    background: #fbfbfb;
    padding-top: 60px
}

.search_result_top {
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.search_result_line {
    border-bottom: 1px solid #d3d4d7;
}

    .search_result_line span {
        display: inline-block;
        width: 65px;
        height: 4px;
        background: #86bf0f;
        position: relative;
        bottom: -4px
    }

.search_result_p {
    font-size: 16px;
    color: #666677;
    font-weight: normal;
    padding-top: 15px;
    line-height: 1.5
}

.search_result_list {
}

    .search_result_list .li {
        padding: 30px 0;
        border-bottom: 1px solid #ececec;
    }

        .search_result_list .li .a {
            display: block
        }

            .search_result_list .li .a h1 {
                font-size: 18px;
                color: #333;
                line-height: 1.5;
                padding-bottom: 10px
            }

            .search_result_list .li .a .text {
                font-size: 14px;
                color: #666666;
                line-height: 2;
                height: 60px;
            }

            .search_result_list .li .a span {
                color: #8ec31f
            }

            .search_result_list .li .a:hover h1 {
                color: #8ec31f
            }

.paging {
    text-align: right;
    padding: 80px 0
}

    .paging .item {
        margin: 0 8px;
        display: inline-block;
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        background: #FFF;
        font-size: 14px;
        color: #7e7670
    }

        .paging .item.in,
        .paging .item:hover {
            color: #FFF;
            background: #8fc41f;
        }

        .paging .item.prev,
        .paging .item.next {
            background: #bebebe;
        }

            .paging .item.prev:hover,
            .paging .item.next:hover {
                background: #8fc41f
            }


@media(max-width: 767px) {
    .search_result_list .li {
        padding: 15px 0
    }

    .search_result {
        padding-top: 20px
    }

    .search_result_top {
        font-size: 20px
    }

    .search_result_p {
        font-size: 14px
    }

    .search_result_list .li .a h1 {
        font-size: 16px;
    }

    .search_result_list .li .a .text {
        font-size: 13px;
        height: 54px
    }

    .paging {
        padding: 30px 0;
        text-align: center;
    }

        .paging .item {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin: 0 3px
        }

            .paging .item img {
                width: 20%
            }
}
