

.head{
	background: #fff;
	height: 110px;
	width: 100%;
	border-top: 5px solid #a4cc37;
	
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logo{

	margin-left: 3%;
	width: 12%;
}
.head .logo h1{
    margin: 0px;
    padding: 0px;
}
.head .logo h1 img{
    display: block;
    height: 107px;
}
.nav{
margin-right: 2%;
	width: 62%;
}

.nav ul .one{
	line-height: 110px;
	height:110px ;
	float: left;
	width: 13%;
	margin-left: 1%;
	position: relative;
	font-size: 18px;
}
.nav ul .one a{
	text-align: center;
	display: block;
	font-size: 18px;
}
.nav ul .menu{
display: block;

width: 100%;
z-index: 366;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;

display: none;

	background: rgba(255, 255, 255, .9);
	box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
position: absolute;
}
.nav ul .one:hover{
	background: #A4CC37;
}

.nav ul .one:hover .onea{
	color: #fff;
}
.nav ul>li>a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #018ed6;
}
.nav ul  .one .menu .two{


line-height: 50px !important;
}

.nav ul  .one .menu .two a{
text-align: center;
font-size: 14px;
display: block;
-webkit-transition: all ease .3s;
	transition: all ease .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav ul  .one .menu .two:hover{
	background: #a4cc37;
}
.nav ul  .one .menu .two:hover a{
	color: #fff;
}
.nav ul  .one:hover .menu{
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;

}
.tle{
	margin-top: 30px;
	width: 10%;
}

.tle p{
	font-size: 18px;
	padding-left: 50px;
	height: 40px;
	background: url(../img/tle.png) no-repeat left;
}


.search {
	width: 6%;
margin-right: 1%;
  height: 100px;
    display: block;
    cursor: pointer;
    
}
#showModel img{
	text-align: center;
	display: block;
	    margin-top: 32px;
    margin-left: 71px;
	
}
/*Ã¦ÂÅ“Ã§Â´Â¢Ã¥Â¼Â¹Ã§Âªâ€”*/

.windowSearchBg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1025;
	background: rgba(0, 0, 0, 0.9);
}

.windowSearchBg.active {
	display: block;
}

.windowSearch {
	position: fixed;
	width: 100%;
	left: 0;
	top: 122px;
	z-index: 1026;
}

.windowSearch .WSMargin {
	margin: 0 auto;
	width: 1230px;
}

.windowSearch .WSMargin .WSShup {
	text-align: right;
}

.windowSearch .WSMargin .WSShup span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 0;
	cursor: pointer;
}

.windowSearch .WSMargin .WSCon {
	margin-top: 4.065%;
	background: rgba(255, 255, 255, 0.2);
	padding: 4.22% 27.31%;
}

.windowSearch .WSMargin .WSInput {
	position: relative;
	padding: 16px 0;
	border-bottom: #525252 solid 1px;
}

.windowSearch .WSMargin .WSInput .WDin {
	border: 0;
	background: 0;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}

.inco1 ::-webkit-input-placeholder {
	color: #b2b2b2 !important;
}

.inco1 :-moz-placeholder {
	color: #b2b2b2 !important;
}

.inco1 ::-moz-placeholder {
	color: #b2b2b2 !important;
}

.inco1 :-ms-input-placeholder {
	color: #b2b2b2 !important;
}

.windowSearch .WSMargin .WSInput .WSIco {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 0;
	background: none;
	border: none;
}
/*手机站导航*/
 .mbhead {
 	border-top: 2px solid #a4cc37;
        display: block;
        background-color: #fff;
    }
    
    .mbhead {
    display: none;
    padding: 0 15px;
    background-color: #F9F9F9;
}

.mbhead_t {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mbhead_tlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mbhead_tlogo_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mbhead_tlogo img {
    height: 46px;
}

.mbhead_tlogo_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 10px;
}

.mbhead_tlogo_txtbox h6 {
    font-size: 25px;
    font-weight: 700;
    color: #222;
}

.mbhead_tlogo_txtbox p {
    font-size: 12px;
    color: #999;
}

.mbheadr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.mbhead_ttel,
.mbhead_tlx {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mbhead_tlx {
    margin-left: 10px;
}
.mbhead_tlx img{
width: 64%;
}

.mbhead_ttel i {
    font-size: 24px;
    color: #777;
}

.mbhead_tlx i {
    font-size: 32px;
    color: #777;
}

.mbhead_b {
    background: -moz-linear-gradient(left, #a4cc37  0%, #0050a2 100%);
    background: -webkit-linear-gradient(left, #a4cc37  0%, #0050a2 100%);
    background: -o-linear-gradient(left, #a4cc37  0%, #0050a2 100%);
    background: -ms-linear-gradient(left, #a4cc37  0%, #0050a2 100%);
    background: linear-gradient(to left, #a4cc37  0%, #0050a2 10);
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mbhead_b .mbhead_bitem {
    width: 33.33%;
    height: 42px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.mbhead_b .mbhead_bitem:nth-child(3n) {
    border-right: none;
}

@media screen and (max-width: 1300px) {
    .headtxt {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    /* .headbox_dw {
        display: none;
    }
    .headtel {
        display: none;
    } */
}

@media screen and (max-width: 992px) {
    .headbox_dw {
        display: none;
    }
    .headtel {
        display: none;
    }
    .head {
        display: none;
    }
    .headnav {
        display: none;
    }
    .foot_box{
    	display: none;
    }
    .fullSlide .prev, .fullSlide .next{
    	display: none !important;
    }
    .foot p{
    	text-align: center;
    }
    .mbhead {
        display: block;
        background-color: #fff;
    }
    .headboxbigzw {
        /* height: 156px; */
    }
    .headboxbig {
        /* position: fixed; */
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
}

@media screen and (max-width: 768px) {
    .headbox {
        padding: 0 0 0 15px;
    }
    .title h2{
    	font-size:33px;
    }
    .title h2 span{
	font-size: 33px;
	font-weight: bold;
	color: #000;
}

}

/*banner*/
.banner {
	clear: both;
	width: 100%;
}
.fullSlide{ position:relative;  margin:0 auto; top: 74px; }
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img{width:100%; vertical-align:top;  } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-61px; height:30px; line-height:30px;  text-align:center;}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 60px;
	height:4px;
	margin: 5px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
		}
.fullSlide .hd ul .on{background: #a4cc37; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-17%  0 0 3%; float:left;  background:url(../img/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }

/**/
.sction1{
	top: 106px;
	background: #edf1f7;
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
	
	}
.title{
	
	margin-top: 60px;
	text-align: center;
}
.title h2{
	background: url(../img/titl2.png) no-repeat center;
	font-size: 40px;
	font-weight: bold;
	color: #a4cc37;
}
.title h2 span{
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.title p{
	height: 45px;
	width: 320px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 45px;
	border-radius: 30px;
	border:1px solid #454545;
}
.sction1_box{
	margin-top: 30px;
}

.sction1_nav{
	margin-top: 30px;
}

.sction1_nav ul li{
	float: left;
	width:15%;
	margin-left: 10px;
	background: #fff;
	border-radius:20px ;
	height: 50px;
	line-height: 50px;
}
.sction1_nav ul li a{
	text-align: center;
	font-size: 16px;
	display: block;
	line-height: 50px;
}
.sction1_nav ul li:hover{
	background: #7cbc4d;
}
.sction1_nav ul li:hover a{
	color: #fff;
}
.sction1_nav ul li.hover{
	background: #7cbc4d;
}
.sction1_nav ul li.hover a{
	color: #fff;
}
.sction1_cont{
	clear: both;
	overflow: hidden;
	margin-top: 60px;
}

.sction1_list {
	margin-top: 60px;
}

.sction1_list ul li{
	float: left;
	height: 278px;
	   position: relative;
    top: 0;
    transition: all 0.5s ease-out;
	width: 357px;
	margin-bottom: 30px;
	margin-left: 10px;
	background: #fff;
	border-left: 5px solid #c6c7c7;
}

.sction1_list .sction1_txt{
	display: block;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.sction1_list ul li:hover .sction1_txt{
	color: #7cbc4d;
}

.sction1_list ul li:hover{
	top: -20px;
	border-left: 5px solid #7cbc4d;
}

.sction1_img{
	    display: block;
    overflow: hidden;
	width: 100%;
}

.sction1_img img{
	width: 100%;
	height: 100%;
}
.more{
	width: 160px;
	margin: 40px auto;
	height: 40px;
	background: #fff;
	display: block;
	text-align: center;
line-height: 40px;
	border-radius: 20px;
}
.nr03 img{
		
	
}
.more:hover{
	color: #fff;
	background: #7cbc4d;
}


.sction2{
	overflow: hidden;
	height: 980px;
	background: url(../img/section2.jpg) no-repeat center;
	width: 100%;
	margin-top: 134px;
}

.sction2_box{
	margin-top: 120px;
}

.sction2_box .sction2_nav li{
	float: left;
	width:16%;
}
.sction2_box .sction2_nav li a{
	text-align: center;
	font-size: 16px;
	display: block;
}
.sction2_box .sction2_nav li a {
	text-align: center;
	font-size: 16px;
}


.program {
    padding: 90px 0 80px;
}

.program_txt {
    text-align: center;
}

.program_txth {
    font-size: 42px;
    color: #222222;
    font-weight: 700;
}

.program_txth span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #ff7800;
    margin: 0 10px;
}

.program_txtp {
    font-size: 14px;
    color: #999999;
}

.programlb {
    padding-top: 40px;
}

.programlbt_container {
    width: 100%;
}

.programlbt_slide .programlbt_slide_item {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.programlbt_slide .programlbt_slide_item>div{
    width: 100%;
}
.programlbt_slide .programlbt_slide_item::after{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 30%;
    display: inline-block;
    background-color: #e1e1e1;
}

.programlbt_slide:last-child .programlbt_slide_item::after {
    display: none;
}

.programlbt_slide_item i {
    font-size: 30px;
    color: #ff7800;
}

.programlbt_slide_item span {
    margin-left: 10px;
    font-size: 18px;
    color: #222;
}

.programlbb_container {
    margin-top: 63px;
    border: 1px solid #d8d8d8;
}

.programlbb_slide_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.programlbb_slide_iteml {
    position: relative;
    width: 44%;
}

.programlbb_slide_itemldw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.programlbb_slide_itemldw div {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    background-color: rgba(124, 188, 77, .9);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.programlbb_slide_iteml {
    overflow: hidden;
}

.al_txt{
	display: block;
	text-align: center;
	font-size: 16px;
}
.programlbb_slide_iteml img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_slide_iteml img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.programlbb_slide_itemr {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.programlbb_slide_itemr .programlbb_itemr_box{
    padding: 40px 30px 30px 70px;
}

.programlbb_itemr_boxtxt span {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.programlbb_itemr_boxtxt b {
    margin-left: 8px;
    font-size: 14px;
    color: #999999;
}

.programlbb_itemr_boxlink {
    margin-top: 30px;
}

.programlbb_itemr_boxlink>span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px;
    color: #555;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin-right: 5px;
}

.programlbb_itemr_boxvideo {
    margin-top: 30px;
}

.programlbb_itemr_boxvideo>a {
    position: relative;
    display: inline-block;
    width: 30%;
    overflow: hidden;
    margin-right: 10px;
}

.programlbb_itemr_boxvideo>a img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.programlbb_itemr_boxvideo>a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.programlbb_itemr_boxvideodw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    padding: 0 5px;
}

.programlbb_itemr_boxvideobtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
}

.programlbb_itemr_boxvideobtn {
    width: 40px;
}

.programlbb_itemr_boxgd {
    margin-top: 25px;
}

.programlbb_itemr_boxgd span {
    color: #666;
}

.programlbb_itemr_boxgd i {
    color: #ff7800;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_itemr_boxgd a:hover span {
    color: #ff7800;
}

.programlbb_itemr_boxgd a:hover i {
    margin-left: 8px;
}

.programlbb_itemr_boxvideobtn img {
    display: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.programlbb_itemr_boxvideo>a:hover .programlbb_itemr_boxvideobtn img {
    display: block;
}

.programlbb_itemr_boxlink>a:hover {
    color: #7cbc4d;
}

.programlbt_slide.swiper-slide-thumb-active span {
    font-weight: 700;
}

.programlbt_slide.swiper-slide-thumb-active i {
    font-weight: 700;
}

.program_next,
.program_prev {
    display: none;
}

@media screen and (max-width: 1200px) {
    .programlbb_slide_itemr .programlbb_itemr_box{
        padding: 10px;
    }
    .program {
        padding: 50px 0;
    }
    .programlbb_slide_iteml {
        width: 50%;
    }
    .programlbb_slide_itemr {
        width: 50%;
        padding: 0 10px 0 30px;
    }
    .programlbb_itemr_boxlink {
        margin-top: 20px;
    }
    .programlbb_itemr_boxlink>span {
        margin-bottom: 10px;
        padding: 0;
        font-size: 13px;
    }
    .programlbb_itemr_boxvideo {
        margin-top: 20px;
    }
    .programlb {
        padding-top: 30px;
    }
    .program_next,
    .program_prev {
        display: block;
    }
    .programlbt_slide {
        margin: 10px 0;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item::after{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .programlbb_slide_iteml {
        display: none;
    }
    .programlbb_slide_itemr {
        width: 100%;
        padding: 15px 20px;
    }
    .programlbb_itemr_boxtxt {
        margin: 10px 0 20px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }
}

@media screen and (max-width: 768px) {
    .programlbt_slide:nth-child(3n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(3n) .programlbt_slide_item::after{
        display: block;
    }
    .programlbt_slide:nth-child(2n) .programlbt_slide_item {
        border-right: none;
    }
    .programlbt_slide:nth-child(2n) .programlbt_slide_item::after{
        display: none;
    }
    .program_txth {
        font-size: 24px;
    }
    .programlb {
        padding-top: 20px;
    }
    .program_txtp{
        font-size: 12px;
    }
    .programlbb_container {
        margin: 20px 15px 0;
    }
    .programlbt_slide_item span {
        font-size: 16px;
        color: #666;
    }
    .programlbt_slide.swiper-slide-thumb-active span{
         color: #ff7800;
    }
    .programlbb_itemr_boxtxt span {
        font-size: 20px;
    }
    .programlbb_itemr_boxtxt b{
        font-size: 12px;
    }
    .programlbb_itemr_boxvideo>a {
        width: 47.2%;
    }
    .programlbb_itemr_boxvideo>a:nth-of-type(2){
        margin-right: 0;
    }
    .programlbb_itemr_boxvideodw{
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }
    .programlbb_itemr_boxlink {
        margin-top: 10px;
    }
    .programlbb_itemr_boxvideo {
        margin-top: 10px;
    }
    .programlbb_itemr_boxgd {
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .programlbb_itemr_boxgd span{
        font-size: 14px;
    }
    .programlbb_itemr_boxlink>span {
        width: 45%;
    }
    .programlbb_itemr_boxvideo>a:last-child {
        display: none;
    }
}

.sction3{
	width: 100%;
	background: #edf1f7;
    clear: both;
    overflow: hidden;
      padding-bottom: 57px;
}

.news_img2 a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
  
}
.news_img2 a img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.news_img2 a:hover img{
	transform: scale(1.1);
}

.news_bt{
	height: 30px;
}
.news_bt h4{
	font-size: 20px;
}

.news_bt img{
	margin-top: 12px;
}
.news_ul{
	margin-top: 10px;
	clear: both;
}
.news_ul li{
	height: 35px;
	overflow: hidden;
}

.news_ul li a{
	font-size: 16px;
	line-height: 35px;
		width: 78%;
    float: left;
}

.news_ul li span {

        width: 20%;
    font-size: 14px;
	line-height: 35px;
}
.news_ul li a:hover{
	color: #7cbc4d;
}

.more2{
	background: #edf1f7;
}


.area_box1 {
	margin-top: 40px;
	width: 100%;
	

}
.area_txt {
		width: 100%;
	height: 223px;
	border: 1px solid #dedede;
}
.area_txt a p:nth-child(1) {
	text-align: center;

	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 20px auto;
	border: 1px solid #9dc829;
text-align: center;
	margin-top: 30px;
}
.area_txt a p:nth-child(1):hover {

	background: #9dc829;
}
.area_txt a p:nth-child(2) {
	font-size: 19px;
	color: #5a5a5a;

	margin-top: 30px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	overflow: hidden;
	display: block;
	margin-right: 15px;
}
.area_txt a p:nth-child(3) {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	background: url(../img/time.png) no-repeat 137px;
}
.img_txt {
	display: block;
	text-align: center;
}
.area_img {
		width: 100%;
	height: 255px;
	display: block;
	overflow: hidden;
}
.area_img img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.area_img:hover img {
	transform: scale(1.14, 1.14);
}

.sction5{
	    width: 100%;
    background: #edf1f7;
    clear: both;
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 57px;
}
.sction5_img{
	display: block;
	overflow: hidden;
	width: 100%;
}
.sction5_img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.sction5_img:hover img{
	transform: scale(1.1);
}
.sction5_txt h3{
	color: #7cbc4d;
	margin-top: 20px;
}
.sction5_a{
	line-height: 35px;
	display: block;
	margin-top: 20px;
}

.section6 {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 20px;
	clear: both;

}

.section6 h4 {
	margin-top: 30px;
	font-size: 16px;
	color: #1c232b;
	padding-left: 30px;
	height: 20px;
	background: url(../img/link.png) no-repeat left center;
}

.section6 ul {
	margin-top: 20px;
}

.section6 ul li {
	float: left;
	margin-right: 20px;
}

.section6 ul li a {
	font-size: 14px;
}

.section6 ul li a:hover {
	color: #75b942;
}


footer {
	border-top: 1px solid #e9e9e9;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.foot_nav {
	margin-top: 30px;
	width: 146px;
	height: 200px;
	margin-right: 80px;
	background: url(../img/foot.png) no-repeat right;
}

.foot_nav h4 {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}

.foot_p1 {
	margin-top: 10px;
	width: 30px;
	height: 2px;
	border-bottom: 1px solid #FFFFFF;
}

.foot_nav ul {
	margin-top: 20px;
}

.foot_nav ul li {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 20px;
}

.foot_nav ul li a {
	display: block;
	color: #5c5959;
	font-size: 14px;
}

.foot_nav ul li a:hover {
	text-decoration: underline;
	color: #75b942;
}

.foot_fx {
	background: url(../img/foot.png) no-repeat right;
	margin-top: 40px;
	margin-left: -5px;
	width: 186px;
	margin-right: 54px;
}

.foot_fx>p:nth-child(1) {
	color: #000000;
	font-size: 14px;
}

.foot_fx>p:nth-child(2) {
	color: #000000;
	margin-top: 10px;
	font-size: 16px;
}
.foot_box{
	height: 284px;
	padding-bottom: 20px;
}



.foot{
	width: 100%;
	background: #75b942;
	height: 68px;
	clear: both;
}
.foot p {
    text-align: center;
	margin-top: 30px;
	color: #ffffff;
}

.foot p a {
	margin-top: 30px;
	color: #ffffff;
}

.foot_p{
	text-align: center;
}
/*关于我们*/
.aboutbox {
    margin-top: 58px;
    padding: 70px 0 110px;
    background-color: #edf1f7;
}

.aboutbox_jsr {
    width: 100%;
    padding: 52px 55px;
    background-color: #fff;
}

.aboutbox_jsrh {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.aboutbox_jsrp {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.aboutbox_jsrp p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}


.nyxgfa {
	margin-bottom: 30px;
    margin-top: 65px;
   
}
.nykhlb {
   margin-top: 30px;
    padding: 30px 0;
    background-color: #edf1f7;
}

/* 视频列表 */

.shiping_list_item {
    float: left;
    width: 31%;
}

.shiping_list_itemimg {
    overflow: hidden;
    position: relative;
}

.shiping_list_itemimgdw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.shiping_list_itemimg>img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.shiping_list_itemtxt {
    padding: 20px 0;
    text-align: center;
    color: #333333;
}

.shiping_list_item {
    position: relative;
    margin-right: 3.43%;
    margin-bottom: 20px;
    cursor: pointer;
}

.shiping_list_item:nth-child(3n) {
    margin-right: 0;
}

.shiping_list_item:hover .shiping_list_itemimg>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.shiping_list_item:hover .shiping_list_itemtxt {
    color: #75b942;
}

.shiping_list_item:hover .shiping_list_itemimgdw{
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

/*新闻中心*/
.newslist{
	margin-top: 60px;
}
.newslists .nylist_box_item {
    background-color: #fff;
    border: 0;
}

.newslist .newslist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    padding: 35px 40px;
    border-top: 1px solid #f4f4f4;
    position: relative;
    
}
.newslist .newslist_item::after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #75b942;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition:all .5s
}
.newslist .newslist_item:hover::after{
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.newslist .newslist_item:first-child {
    border-top: none;
}

.newslist .newslist_item:hover .newslist_itemimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newslist .newslist_item:hover .newslist_itemtitleh {
    color: #75b942;
}

.newslist_itemimg {
    width: 25%;
    overflow: hidden;
    padding-right: 50px;
}

.newslist_itemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.newslist_itemtxt {
    
    flex: 1;
}

.newslist_itemtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}

.newslist_itemtitleh {
    width: 90%;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.newslist_itemtitlesj {
    padding-top: 5px;
    width: 10%;
    text-align: right;
    color: #000;
    color: #999999;
    font-size: 14px;
}

.newslist_itemtxtp {
    margin-top: 15px;
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist_itemtxtbq {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newslist_itemtxtbqct {
    padding-top: 5px;
}

.newslist_itemtxtbqct span a{
    font-size: 12px;
    color: #666666;
    padding: 0 5px;
}
.newslist_itemtxtbqct span a:hover{
    color:  #75b942;
}

.newslist_itemtxtbqct i {
    color: #d0d0d0;
}

.newslist_itemtxtbqbtn {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    line-height: 34px;
    border: 1px solid #bcbcbc;
    text-align: center;
}

.newslist_itemtxtbqbtn i {
    color: #bcbcbc;
}

.newslist_itemtxtbqbtn:hover{
    background-color: #75b942;
    border-color: #75b942;
}
.newslist_itemtxtbqbtn:hover i {
    color: #fff;
}

.newslistxc.nykhlb {
    margin-top: 55px;
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .newslist_itemimg {
        width: 30%;
    }
    .newslist_itemtitleh {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newslist_itemtitlesj {
        width: 20%;
    }
}

@media screen and (max-width: 992px) {
    .newslist_itemimg {
        width: 36%;
    }
    .newslist_itemtxt {
        padding-left: 20px;
    }
    .newslist_itemtxtbq {
        margin-top: 10px;
    }
    .newslist .newslist_item {
        padding: 25px 30px;
    }
    .newslists .nylist_box {
        justify-content: flex-start;
    }
    .nylist_box .nylist_box_item {
        margin: 0;
        margin-right: 5%;
        margin-bottom: 10px;
    }
    .nylist_box .nylist_box_item:nth-child(2n) {
        margin-right: 0;
    }
    .newslistxc.nykhlb {
        margin-top: 30px;
    }
    .footlan {
        margin-top: 30px;
    }
    
}

@media screen and (max-width: 768px) {
    .nylist.newslists {
        padding: 0 15px;
    }
    .newslist_item{
    	margin: 10px;
    }
    .newslist .newslist_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }
    .newslist_itemimg {
        width: 100%;
        padding-right: 0;
    }
    .newslist_itemtxt {
        width: 100%;
    }
    .newslist_itemtxt {
        padding-left: 0;
    }
    .newslist_itemtxtbqct {
        /* display: none; */
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .newslist_itemtitleh {
        font-size: 16px;
        width: 100%;
    }
    .newslist_itemtitlesj {
        font-size: 12px;
        width: 25%;
        display: none;
    }
    .newslist_itemtitle {
        margin-top: 15px;
    }
    .newslist_itemtxtp {
        margin-top: 8px;
    }
    .newslist_itemtxtbq {
        -webkit-box-pack: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

/**/
.newscontent {
    background-color: #f4f4f4;
    padding-top: 35px;
}

.newscontent_box {
    position: relative;
}

.newscontentcp_boxdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #dddddd;
    margin-left: -80px;
}

.newscontent_boxl {
    width: 70%;
    position: relative;
    background-color: #fff;
}

.newscontentcp_boxdw_txt {
    padding-top: 13px;
    display: block;
    width: 100%;
    height: 100%;
}

.newscontentcp_boxdw_txt i {
    font-size: 22px;
    color: #111111;
}

.newscontentcp_boxdw_txt p {
    font-size: 13px;
    color: #333;
}

.newscontentcp_boxdw:hover{
    background-color: #a4cc37;
}
.newscontentcp_boxdw:hover p,
.newscontentcp_boxdw:hover i{
    color: #fff;
}


.newscontent_boxltitle {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}

.newscontent_boxlsm {
    margin-top: 25px;
}

.newscontent_boxlsm span,
.newscontent_boxlsm b {
    font-size: 13px;
    color: #999999;
}

.newscontent_boxlsm b {
    margin-right: 20px;
}

.newscontent_boxlct {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.newscontent_boxlct img{
    height: auto !important;
}
.newscontent_boxlct p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.newscontent_boxlct strong{
    line-height: 2;
    color: #333;
}
.newscontent_boxlbq i {
    color: #999999;
}

.newscontent_boxlbq b {
    font-size: 13px;
    color: #333333;
    padding: 0 6px;
}

.newscontent_boxlbq  a{
    font-size: 13px;
    color: #999999;
    padding: 5px 12px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.newscontent_boxlbq  a:hover{
    color: #fff;
    border: 1px solid #a4cc37;
    background: #a4cc37; 
}

.newscontent_txtl {
    padding: 45px 42px;
}

.newscontent_fanye {
    border-top: 1px solid #e5e5e5;
}

.newscontent_fanye>div {
    padding: 25px 42px;
    width: 50%;
}

.newscontent_fanye>div>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscontent_fanyeper i {
    margin-right: 5px;
    color: #e5e5e5;
}

.newscontent_fanyenext i {
    margin-left: 5px;
    color: #e5e5e5;
}

.newscontent_fanye>div>a span {
    font-size: 14px;
    color: #666666;
}

.newscontent_fanyeper {
    border-right: 1px solid #e5e5e5;
}

.newscontent_fanyenext {
    text-align: right;
}

.newscontent_fanye>div>a:hover span {
    color: #ff7800;
}

.newscontent_boxr {
    width: 27%;
}

.newscontent_boxritem {
    padding: 40px 30px;
    background-color: #fff;
}

.newscontent_boxritem_titlel i {
    color: #ff7800;
    font-size: 22px;
    margin-top: -3px;
    margin-right: 5px;
}

.newscontent_boxritem_titlel span {
    font-size: 18px;
    color: #000;
}

.newscontent_boxritem_titlel span b {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.newscontent_boxritem_titler i {
    margin-top: -3px;
    font-size: 24px;
    color: #b5b5b5;
}

.newscontent_boxritem_titler a:hover i {
    color: #a4cc37;
}

.newscontent_boxritem_ct {
    margin-top: 15px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.newscontent_boxritem_ctdw {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #a4cc37;
}

.newscontent_boxritem_ct .newscontent_boxritem_ctaitem {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscontent_boxritem_ctaitem b {
    margin-right: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c0c0c0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
}

.newscontent_boxritem_ctaitem span {
    font-size: 14px;
    color: #333;
}

.newscontent_boxritem_ctaitem:hover span {
    color: #a4cc37;
}
.newscontent_boxritem_ctaitem:hover b{
    background-color:#a4cc37;
}

.zxzx.newscontent_boxritem {
    margin-top: 10px;
}

.newscontent_boxxg {
    margin-top: 55px;
}

.newscontent_boxxg .zixunbox_xt {
    background-color: #fff;
}

.newscontent_boxxg .zixunbox {
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .newscontentcp_boxdw {
        display: none;
    }
    .newscontent_boxr {
        display: none;
    }
    .newscontent_boxl {
        width: 100%;
    }
    .footlan {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .newscontent_boxlbq {
        /* display: none; */
    }
    .newscontent_boxltitle {
        font-size: 20px;
    }
    .newscontent_txtl {
        padding: 20px 15px;
    }
    .newscontent_fanye>div {
        width: 100%;
    }
    .newscontent_fanyeper {
        border-right: none;
        border-bottom: 1px dashed #e5e5e5;
    }
    .newscontent_fanye>div {
        padding: 15px;
    }
    .catjcp {
        margin-top: 50px;
    }
    .newscontent_boxxg .zixunbox {
        margin-bottom: 20px;
    }
    .newscontent_boxlsm {
        margin-top: 10px;
    }
    .newscontent_boxlct {
        padding: 20px 0;
    }
}
.sction1_nav2{
	margin-top: 160px;
}
.sction1_nav2 ul li{margin-bottom: 30px;
border: 1px solid #e5e5e5;
    width: 23%;
}

.sction1_nav2 ul li.on{
	background: #7cbc4d;
}
.sction1_nav2 ul li.on a{
	color: #fff;
}
.sction1_list2 li{
    margin-left: 0px !important;
    }
}
@media screen and (max-width: 1200px) {
    .videos_box {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .shiping_list_item {
        width: 49%;
        margin-right: 2% !important;
    }
    .shiping_list_item:nth-child(2n) {
        margin-right: 0!important;
    }
}

@media screen and (max-width: 768px) {
	.shiping_list{
		padding: 10px;
	}
    .videos_box {
        width: 95%;
    }
    .shiping_list_itemtxt {
        padding: 10px 0;
        font-size: 14px;
    }
    .sction1_nav2{
	margin-top: 0px;
}
.newscontent_boxlct img{
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 414px) {

    .sction1_nav2{
	margin-top: 0px;
}
}
/*产品详情页*/
.dingwei{
    position: relative;
    display: block;
    top: -150px;
    height: 0;
    overflow: hidden;
}
.cpxqlb {
	    margin-top: 73px;
    padding: 10px 0 50px;
  
}
.cpxqlb_boxl img{
	display: block;
	
	
	
}
@media (min-width: 1300px){
    .cpxqlb  .container {
        width: 1200px;
    }
    
}
.cpxqlb .nytop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cpxqlb .nytopl{
    width: 75%;
}
.cpxqlb .nytoplr{
    width: 20%;
}
.cpxqlb .bg-baise{
    background-color: #fff;
    overflow: hidden;
    padding:  37.5px;
}

.cpxqlb_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.cpxqlb_box>div {
    width: 50%;
    padding-left: 40px;
}

.cpxqlb_boxl {
    /* padding-right: 40px; */
    /* margin-right: 40px; */
    position: relative;
    border: 1px solid #eee;
}
.cpxqlb_boxl .cpbigboxs_itemadw{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}

.cpxqlb_container {
    width: 100%;
}

.cpxqlb_slideimg {
    overflow: hidden;
    background-color: #fff;
    cursor: w-resize;
}

.cpxqlb_slideimg img {
    width: 100%;
}

.cpxqlb_boxr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpxqlb_boxrtxt {
    margin-top: 20px;
}

.cpxqlb_boxrtxth {
    font-size: 24px;
    color: #111;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cpxqlb_boxrtxtsm {
    margin-top: 10px;
    margin-bottom: 22px;
}

.cpxqlb_boxrtxtsm i {
    font-size: 18px;
    color: #0360b0;
}

.cpxqlb_boxrtxtsm b {
    font-size: 16px;
    color: #111;
}

.cpxqlb_boxrtxtsm span:last-child {
    margin-left: 20px;
    float: right;
}

.cpxqlb_boxrtxtp {
    padding-top: 25px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    border-top: 2px solid #eee;
}

.cpxqlb_boxrzx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.cpxqlb_boxrzx .cpxqlb_boxrzxzx {
    width: 220px;
    height: 45px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #0461b1;
    line-height: 47px;
    text-align: center;
    margin-right: 10px;
}
.cpxqlb_boxrzx .cpxqlb_boxrzxzx:first-of-type{ 
	background-color: #78ad50;
}
.cpxqlb_boxrzxzx span {
    font-size: 16px;
    color: #fff;
}

.cpxqlb_boxrzxzx i {
    font-size: 20px;
    color: #fff;
    margin-left: 8px;
}

.cpxqlb_boxrzxtel {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpxqlb_boxrzxtel i {
    font-size: 45px;
    color: #c6c6c6;
}

.cpxqlb_boxrzxteltxt {
    margin-left: 15px;
}

.cpxqlb_boxrzxtelh {
    font-size: 14px;
    color: #333333;
}
.cpxqlb_boxrzxtelp{
    line-height: 1.2;
}
.cpxqlb_boxrzxtelp a{
    font-size: 30px;
    font-weight: 600;
    color: #ff7800;
    margin-top: -5px;
}

.cpxqlb_boxrblb {
    position: relative;
    padding: 0 60px;
}

.cpxqlbb_slideimg {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.cpxqlbb_slideimg img {
    width: 100%;
}

.cpxqlb_boxrblb_per,
.cpxqlb_boxrblb_next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #e1e1e1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    outline: none;
}
.cpxqlb1 {
    margin-top: 73px;
    padding: 10px 0 50px;
    background-color: #fefefe;
}
.cpxqlb_boxrblb_per {
    left: 0;
}

.cpxqlb_boxrblb_next {
    right: 0;
}

.cpxqlbb_slide.swiper-slide-thumb-active .cpxqlbb_slideimg {
    border: 1px solid #ff7800;
}


.neirongtitle{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #98c43e  0%, #11648b  100%);
    background: -o-linear-gradient(left, #98c43e  0%, #11648b  100%);
    background: -ms-linear-gradient(left, #98c43e  0%, #11648b  100%);
    background: linear-gradient(to left, #98c43e  0%, #11648b  10);

}
.neirongtitle span {
    display: block;
    font-size: 18px;
    color: #fff;
    /* width: 150px; */
    /* float: left; */
    padding-left: 30px;
    line-height: 40px;
    font-weight: bold;
    background-image: url(../images/upload/bt-bg.png);
    background-repeat: no-repeat;
    background-position: left;

}

.nr03{
    padding: 30px;
    border: 1px dashed #e1e1e1;
    border-radius: 10px;
    margin: 20px 0;
}
.list-paddingleft-2{
    max-width: 100%;
    padding-left: 2rem;
    list-style: unset;
    color: #ff7800;
    font-size: 24px;
    line-height: 30px;
}
.nr03 h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin:10px 0 5px;
}
.nr03 p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.nr04{
    margin: 20px 0;
    
}

.nr04 table td{
    border: 1px solid #afc4d1;
    padding: 8px;
    text-align: center;
}
.nr04 table tr:nth-child(2n){
    background-color: #eaeff0;
}
.nr04 table tr:nth-child(2n) td:nth-child(2n-1){
    background-color: #c3e3ee;
}

.nr05{
    background: url(../images/upload/bg-hangye.jpg) no-repeat top center;
    padding: 70px 0 50px;
}
.nr05 h3{
    font-size: 52px;
    color: #fff;
    text-align: center;
}
.nr05 h3 span{
    color: #ff7800;
}
.nr05 p{
    text-align: center;
    font-size: 16px;
    color: #72a8d7;
    text-transform: uppercase;
    margin-top: 10px;
}
.nr05 .bg-hy{
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    padding: 30px;
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.nr05 .bg-hy>div{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.nr05 .bg-hy>div:nth-child(3n){
    border-right: none;
}
.nr05 .bg-hy>div:nth-last-child(1),
.nr05 .bg-hy>div:nth-last-child(2),
.nr05 .bg-hy>div:nth-last-child(3){
    border-bottom: none;
}
.nr05 .bg-hy a{
    display: block;
    text-align: center;
    margin: 20px 0;

}
.nr05 .bg-hy a i{
    font-size: 72px;
    color: #0360b0;
}
.nr05 .bg-hy a h4{
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.nr05 .bg-hy a  p{
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.cpxqlb .xgct{
    padding-top: 70px;
}
.cpxqlb .xgcp .xgcpplb{
    
    margin-top: 30px;
}
.cpxqlb .xgcpplb_item_ctp{
    background-color: #fff;
}
.cpxqlb #owl_xgcpplb {
    width: calc(100% + 28px);
}
.cpxqlb .xgcpplb_item_ctimg{
    border: none;
}

.cpxqlb .cpxqct_sy_l,
.cpxqlb .cpxqct_xy_l {
    width: 100%;
}
.cpxqlb .cpxqct_sy:hover, .cpxqct_xy:hover{
    border-color: #0461b1;
}
.cpxqlb .cpxqct_sy:hover b,
.cpxqlb cpxqct_sy:hover span,
.cpxqlb .cpxqct_sy_l:hover b, .cpxqlb .cpxqct_xy_l:hover b,
.cpxqlb .cpxqct_sy_l:hover span, .cpxqlb .cpxqct_xy_l:hover span{
    color: #0461b1;
}


@media screen and (max-width: 1300px) {
    .cpxqlb_boxrzxtelp a{
        font-size: 24px;
    }
    .cpxqlb_boxrzxteltxt{
        margin: 0;
    }
    .cpxqlb_boxrzx .cpxqlb_boxrzxzx{
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .cpxqlb_boxrzx .cpxqlb_boxrzxzx {
        height: 40px;
        line-height: 40px;
    }
    .cpxqlb_boxrzxtel i {
        font-size: 36px;
    }
    .cpxqlb_boxrzxtelp a{
        font-size: 24px;
    }
    .cpxqlb .xgcp .xgcpplb{
        margin: 0;
        margin-top: 30px;
    }
    .cpxqlb #owl_xgcpplb {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .dingwei{
        top: 0px;
    }
    .cpxqlb_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cpxqlb_box>div {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
    }
    .cpxqlb_boxl {
        padding: 0;
    }
    .cpxqlb_boxrblb {
        margin-top: 20px;
        order: -1;
        -webkit-order: -1;
        -moz-order: -1;
        -moz-order: -1;
    }
    .cpxqlb_boxrtxt {
        margin-top: 30px;
    }
    .cpxqlb_boxrzx {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-flow: wrap;
    }
    .cpxqlb_boxrzxtel{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .cpxqlb_boxrzxtelh{
        font-size: 12px;
    }
    .cpxqlb_boxrzxtel i {
        font-size: 40px;
    }
    .cpxqlb_boxl .cpbigboxs_itemadw{
        top: 20px;
        left: 20px;
    }
    .neirongtitle span{
        font-size: 16px;
    }
    .nr03{
        padding: 15px;
    }
    .nr03 p {
        font-size: 12px;
        line-height: 20px;
    }
    .nr04 table td{
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
    }
    .nr05{
        padding: 50px 0 20px;
    }
    .nr05 h3{
        font-size: 18px;
    }
    .nr05 p{
        font-size: 12px;
    }
    .nr05 .bg-hy{
        margin-top: 30px;
        padding:0  15px;
    }
    .nr05 .bg-hy>div{
        border-right: none;
        padding: 0;
        width: 100%;
    }
    .nr05 .bg-hy a {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .nr05 .bg-hy a i{
        font-size: 50px;
    }
    .nr05 .bg-hy>div:nth-last-child(2), .nr05 .bg-hy>div:nth-last-child(3){
        border-bottom: 1px solid #eee;
    }
    .nr05 .bg-hy a h4{
        font-size: 18px;
    }
    .nr05 .bg-hy a p{
        font-size: 12px;
        line-height: 20px;
    }
    .cpxqlb .cpxqct_sy,.cpxqlb  .cpxqct_xy{
        height: 50px;
        line-height: 48px;
    }
    .cpxqlb .cpxqct_sy_l, .cpxqlb .cpxqct_xy_l{
        width: 100%;
    }
    .cpxqlb .cpxqct_sy_l span, .cpxqlb .cpxqct_xy_l span{
        font-size: 12px;
    }
    .cpxqlb .xgct{
        padding-top: 50px;
    }
    .cpxqlb .xgcp .xgcpplb{
        margin: 30px 0 0;
    }
    .cpxqlb .xgcpplb_item_ctp{
        font-size: 12px;
        padding: 10px;
    }
    .nykhlb {
    margin-top: 0;
    padding: 0px 0;
    background-color: #edf1f7;
}

}




/* 详情 */

.cpxqct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpxqct_l {
    width: 67%;
}

.cpxqct_lxqbox {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cpxqct_ltitle {
    padding: 0 35px;
    height: 80px;
    line-height: 80px;
    background: -webkit-linear-gradient(left, #0050a2 0%, #0b92df 100%);
    background: -o-linear-gradient(left, #0050a2 0%, #0b92df 100%);
    background: -ms-linear-gradient(left, #0050a2 0%, #0b92df 100%);
    background: linear-gradient(to left, #0050a2 0%, #0b92df 10);
}

.cpxqct_ltitle a{
    display: inline-block;
}


.cpxqct_ltitle i {
    font-size: 35px;
    color: rgba(255, 255, 255, .3);
    transition:all .5s
}
.cpxqct_lxqbox .cpxqct_ltitle i{
    font-size: 42px;
    
}

.cpxqct_ltitle span {
    font-size: 20px;
    color: #fff;
    padding: 0 2px;
    /* transition:all .5s */
}
.cpxqct_ltitle a:hover i{
    color: rgb(255, 120, 0);
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.cpxqct_ltitle a:hover span{
    font-weight: bold;
    color: rgb(255, 120, 0);
}

.cpxqct_ltitle b {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    padding: 0 20px;
}

.cpxqct_lct {
    padding: 45px 31px;
    overflow: hidden;
}
.cpxqct_lct p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.cpxqct_lct strong{

    line-height: 2;
}

.cpxqct {
    margin-top: -80px;
}

.cpxqct_rtel {
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 35px;
}

.cpxqct_rtel_tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpxqct_rtel_txi i {
    font-size: 50px;
    color: #fff;
}

.cpxqct_rtel_txp {
    margin-left: 12px;
}

.cpxqct_rtel_txp>div a{
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.cpxqct_rtel_txp>div:last-child {
    margin-top: -5px;
}

.cpxqct_rnav_itemtitle i.sanjiao{
    font-size: 12px;
    float: right;
    color: rgba(255, 255, 255, 0.2);
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.cpxqct_rnav_itemtitle.active i.sanjiao{
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */
}


@media screen and (max-width: 992px) {
    .cpxqct_lxqbox .cpxqct_ltitle i{
        font-size: 38px;
    }
    .cpxqct_ltitle span{
        font-size: 16px;
        padding:0;
    }
    .cpxqct_ltitle b{
        padding:0 10px ;
    }
    .cpxqct_r {
        display: none;
    }
    .cpxqct_l {
        width: 100%;
        margin-bottom: 30px;
    }
    .cpxqlb {
        padding: 10px 0 50px;
    }

    .cpxqlb .bg-baise{
        padding: 15px;
    }
    .cpxqlb .nytopl {
        width: 100%;
    }
    .cpxqlb {
    margin-top: 23px;
  
}
.sction1_list ul li {
   
    margin-left: 27px;
 
}
}



/* 相关产品 */

.xgct {
    padding-top: 50px;
    background-color: #f4f4f4;
}

.zixunbox_xt.xgcpp {
    padding: 0;
}

.xgcpplb {
    margin-top: 30px;
}

.xgcpp .xgcpplb {
    width: 100%;
}

.xgcpplb_item {
    margin: 0 12px;
    background-color: #fff;
}

.xgcpplb_item_ct {
    display: block;
}

.xgcpplb_item_ctimg {
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.xgcpplb_item_ctimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xgcpplb_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xgcpplb_item_ctp {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #f4f4f4;
}

.xgcpplb_item:hover .xgcpplb_item_ctimg{
    border-color: #0051a3;
}
.xgcpplb_item:hover .xgcpplb_item_ctp {
    background-color: #0051a3;
    color: #fff;
}

.xgcpplb .owl-controls .owl-page.active span {
    background-color: #ff7900;
}

.cpzxzx {
    margin-top: 50px;
}


/*联系我们*/
.con_top{overflow:hidden;}
.con_topl{height:255px;background:#75b942;}
.con_topl h1{     color: #fff;
    font-size: 25px;
    padding-top: 30px;
    padding-left: 44px;}
.con_topl span{color:#fff;border:2px solid #fff;    padding: 10px 10px; margin-left: 40px;font-size: 21px; }
.con_topl em{    color: rgba(255,255,255,0.6);
    margin: 7px 40px 40px;
    display: block;
    font-size: 24px;
    font-family: arial;
    text-transform: uppercase;
    font-style: inherit;}
.con_topr{height:255px;float:left;background:#ffffff;}
.con_topr h3{color:#494949;font-size: 24px;height: 46px;padding: 26px 30px 0 10px;}
.con_topr p{ font-size: 14px;line-height: 24px;   margin-top: 30px;}


/**/
.con_footl2{
	font-weight: normal; color: #333333;    padding: 40px 0 0 40px;
}


.con_foot{margin-top:40px;     margin-bottom: 24px; overflow: hidden;}
.con_footl{background: #ffffff;  padding-bottom: 20px;}
/*站点地图*/
  .zd_map{
  	margin-top: 120px;
  }        