/*全局样式*/
@charset "utf-8";
html{overflow-x:hidden;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;overflow-x:hidden;min-width:320px;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;-webkit-appearance: none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.container-fluid{max-width:1230px !important;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*logo_box*/
.logo_box{position:absolute;top:0;left:0;z-index:3000;width:100%;height:150px;}
.logo_box .logo{line-height:150px;}
.logo_box .right_con{width:55%;}
.logo_box .right_con .phone_box{position:relative;margin:30px 0;}
.logo_box .right_con .phone_box::before{content:"";width:1000%;height:44px;background:#1d8f09;position:absolute;top:-6px;left:-6px;border-radius:30px;}
.logo_box .right_con .phone{font-size:24px;color:#fd7601;font-weight:bold;background:#fff;line-height:31px;padding:0 15px;border-radius:30px;position:relative;}
.logo_box .right_con .phone span{font-size:25px;margin-right:5px;}
.logo_box.active{background:rgba(255,255,255,0.4);}
.logo_box.active2{background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.2);position:initial;}

/*PC端导航*/
nav{position:relative;}
nav a{color:#3e1e03 !important;font-size:16px;transition:all .3s;}
/*一级导航*/ 
nav ul li{float:left;width:16.66%;text-align:center;position:relative;}
nav ul li a{display:block;position:relative;font-size:0;}
nav ul li a .con{display:inline-block;position:relative;font-size:16px;text-align:center;vertical-align:top;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
nav ul li a .con:before{content:"";width:100%;height:2px;background:#fd7601;position:absolute;top:50%;left:0;transition:all .5s;transform:scale(0);margin-top:2px;}
nav ul li a p{transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#fd7601;position:relative;margin-top:5px;padding-top:5px;transform:scale(0);}
nav ul li a:hover,nav ul li a.active{color:#fd7601 !important;}
nav ul li a:hover p,nav ul li a.active p,nav ul li a:hover .con:before,nav ul li a.active .con:before{transform:scale(1);}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;background:#fff;}
nav ul li ul li{float:none;border-bottom:1px solid rgba(255,255,255,0.3);width:100%;line-height:30px;background:rgba(0,0,0,0.6);border-right:none;}
nav ul li ul li:last-child{border:none;}
nav ul li ul li a{font-size:13px;color:#fff !important;}
nav ul li:hover ul{display:block;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;height:100vh;}
#myCarousel .carousel-inner{height:100%;}
#myCarousel .item{height:100%;}
#myCarousel .carousel-inner a{display:block;height:100%;position:relative;cursor:move !important;}
#myCarousel .carousel-inner a .img{width:100%;height:100%;background-size:cover;background-position:center;}
#myCarousel .carousel-control.left{width:50px;height:50px;line-height:50px;background:#1d8f09;top:50%;left:-100px;margin-top:-30px;opacity:1;font-size:25px;}
#myCarousel .carousel-control.right{width:50px;height:50px;line-height:50px;background:#1d8f09;top:50%;right:-100px;margin-top:-30px;opacity:1;font-size:25px;}
#myCarousel:hover .carousel-control.right{right:0;}
#myCarousel:hover .carousel-control.left{left:0;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*title*/
.title1{text-align:center;margin:80px 0 70px;overflow:hidden;}
.title1 img{display:block;max-width:100%;margin:0 auto;}
.title1 p{color:#3e1e03;position:relative;display:inline-block;margin-top:20px;}
.title1 p:before,.title1 p:after{content:"";width:200px;height:1px;background:#3e1e03;position:absolute;top:50%;right:100%;margin-right:12px;}
.title1 p:after{right:auto;left:100%;margin:0 0 0 12px;}

/*服务*/
.fw{background:url(../images/bg1.jpg) center center/cover;padding-bottom:300px;}
.fw ul{text-align:center;font-size:0;margin:0 -0.5px;}
.fw ul li{width:16.66%;display:inline-block;padding:0 0.5px;vertical-align:top;}
.news1{display:block;background:rgba(255,255,255,0.5);padding:40px 0;text-align:center;}
.news1 .imgbox{width:145px;height:145px;background:#fff;padding:10px;border-radius:50%;margin:0 auto 20px;box-shadow:0 0 6px rgba(0,0,0,0.2);transition:all .3s;}
.news1 .imgbox .img{width:100%;height:100%;border-radius:50%;}
.news1 h5{font-size:20px;color:#3e1e03;font-weight:bold;line-height:30px;}
.news1 .text{font-size:12px;color:#3e1e03;line-height:16px;transition:all .3s;}
.news1 .text_box{padding:0 20px;}
.news1 .text_box .con{overflow:hidden;}
.news1 .text_box .img{margin-top:15px;display:inline-block;position:relative;width:35px;height:30px;}
.news1 .text_box .img img{
	max-width:100%;
	max-height:30px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition:all .3s;
}
.news1 .text_box .img:before,.news1 .text_box .img:after{content:"";width:1000%;height:1px;background:#b1ada5;position:absolute;top:50%;right:100%;margin-right:14px;}
.news1 .text_box .img:after{right:auto;left:100%;margin:0 0 0 14px;}
.fw ul li:first-child .news1{border-top-left-radius:15px;border-bottom-left-radius:15px;}
.fw ul li:last-child .news1{border-top-right-radius:15px;border-bottom-right-radius:15px;}

/*优势*/
.ys{background:url(../images/ys_bg.png) no-repeat center/100% 100%;margin-top:-220px;padding:180px 0 320px;overflow:hidden;position:relative;z-index:2;}
.ys_con{position:relative;width:600px;height:600px;margin:0 auto;}
.ys .title1 p{color:#fff;}
.ys .title1 p:before,.ys .title1 p:after{background:#fff;}
.ys .yuan{width:600px;height:600px;border-radius:50%;margin:0 auto;position:relative;}
.ys .yuan:before{content:"";width:100%;height:100%;border-radius:50%;position:absolute;top:0;left:0;background:url(../images/icon7.png) no-repeat center/contain;transform:rotate(0deg);animation:yuan 20s infinite linear;}
.ys .yuan .banner{width:100%;height:100%;width:100%;height:100%;border-radius:50%;padding:70px;}
.ys .yuan ul{width:100%;height:100%;border-radius:50%;position:relative;z-index:1;}
.ys .yuan ul li{width:100%;height:100%;border-radius:50%;filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;opacity:0;position:absolute;top:0;left:0;transition:all 1.5s;}
.ys .yuan ul li.active{filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;opacity:1;}
.ys .yuan img.title{max-height:50%;position:absolute;top:150px;left:150px;z-index:3;transition:all .5s;}
.ys .yuan img.ren{position:absolute;bottom:-180px;left:50px;z-index:2;transition:all .5s;}
@keyframes yuan{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.ys .ys_con dl{position:absolute;top:0;left:0;width:100%;height:100%;}
.ys .ys_con dl dd{position:absolute;}
.ys .ys_con dl dd .con{border-bottom:1px solid rgba(255,255,255,0.5);padding:15px 20px;font-size:24px;color:#000;font-weight:bold;display:inline-block;transition:all .3s;}
.ys .ys_con dl dd .con h5{width:90px;height:90px;padding:9px;background:rgba(36,118,0,0.5);border-radius:50%;position:absolute;top:50%;right:-80px;margin-top:-45px;transition:all .3s;}
.ys .ys_con dl dd .con h5 span{display:block;width:100%;height:100%;border-radius:50%;background:#247600;color:#fff;font-size:35px;font-weight:bold;display:flex;justify-content:center;align-items:center;transition:all .3s;}
.ys .ys_con dl dd:nth-child(1){top:80px;right:100%;width:100%;text-align:right;margin-right:-30px;}
.ys .ys_con dl dd:nth-child(2){top:280px;right:100%;width:100%;text-align:right;margin-right:30px;}
.ys .ys_con dl dd:nth-child(3){top:470px;right:100%;width:100%;text-align:right;margin-right:-30px;}
.ys .ys_con dl dd:nth-child(4){top:80px;left:100%;width:100%;margin-left:-30px;}
.ys .ys_con dl dd:nth-child(5){top:280px;left:100%;width:100%;margin-left:30px;}
.ys .ys_con dl dd:nth-child(6){top:470px;left:100%;width:100%;margin-left:-30px;}
.ys .ys_con dl dd:nth-child(4) .con h5,.ys .ys_con dl dd:nth-child(5) .con h5,.ys .ys_con dl dd:nth-child(6) .con h5{right:auto;left:-80px;}

/*nav1*/
.nav1{text-align:center;font-size:0;margin-top:40px;}
.nav1 a{display:inline-block;width:122px;line-height:36px;border:2px solid #fd7601;border-radius:30px;font-size:18px;color:#000;margin:0 10px;background:#fff;}
.nav1 a.active,a.more1:hover{background:#fd7601;color:#fff;}
a.more1{display:block;width:214px;line-height:60px;border:2px solid #fd7601;font-size:18px;color:#000;text-align:center;border-radius:30px;background:#fff;margin:30px auto 0;position:relative;z-index:2;}

/*家园*/
.jy{background:#fdf9f5;padding-top:120px;margin-top:-120px;padding-bottom:80px;position:relative;}
.jy:before{content:"";width:100%;height:203px;background:url(../images/icon10.png) no-repeat center/contain;position:absolute;top:110px;left:0;animation:bg1 10s infinite linear alternate;}
.dibu{content:"";width:100%;height:537px;background:url(../images/icon11.png) no-repeat center/100% 100%;position:absolute;bottom:0;left:0;animation:bg2 5s infinite linear alternate;}

.jy_con{padding:0 5px;position:relative;z-index:2;}
.jy_con .row{display:none;}
.jy_con .row.active{display:block;}
.jy_con .col-md-6{padding:0 10px;}
.news2{display:block;background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.1);padding:15px;margin-bottom:20px;}
.news2 .imgbox{overflow:hidden;}
.news2 .img{width:218px;height:218px;}
.news2 .text_box{padding:20px 0 0 240px;}
.news2 h5{font-size:18px;font-weight:bold;color:#3e1e03;padding-bottom:15px;position:relative;line-height:30px;}
.news2 h5:before{content:"";width:36px;height:2px;background:#1d8f09;position:absolute;bottom:0;left:0;}
.news2 .text{font-size:13px;color:#999;line-height:24px;margin:15px 0;height:72px;overflow:hidden;}
.news2 span{display:block;width:52px;line-height:20px;background:#fd7601;color:#fff;text-align:center;font-size:10px;border-radius:20px;}
.jy_con .row .col-md-6:nth-child(1) .news2,.jy_con .row .col-md-6:nth-child(1) .news2 .imgbox{border-top-left-radius:20px;}
.jy_con .row .col-md-6:nth-child(2) .news2,.jy_con .row .col-md-6:nth-child(2) .news2 .imgbox{border-top-right-radius:20px;}
.jy_con .row .col-md-6:nth-child(3) .news2,.jy_con .row .col-md-6:nth-child(3) .news2 .imgbox{border-bottom-left-radius:20px;}
.jy_con .row .col-md-6:nth-child(4) .news2,.jy_con .row .col-md-6:nth-child(4) .news2 .imgbox{border-bottom-right-radius:20px;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 .imgbox{float:right !important;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 .text_box{padding:20px 240px 0 0;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 h5{text-align:right;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 h5:before{left:auto;right:0;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 .text_box{text-align:right;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 span{float:right;}

@keyframes bg1{
	from {background-position-x: left;}
	to {background-position-x: right;}
}
@keyframes bg2{
	from {background-position-y: 100px;}
	to {background-position-y: 0;}
}

/*预约参观*/
.yycg{background:url(../images/yy_bg.jpg) center center/cover;padding:70px 0 50px;}
.yycg img.title{max-width:100%;display:block;}
.yycg form ul{margin:0 -10px;}
.yycg form ul li{width:40%;padding:0 10px;}
.yycg form ul li:last-child{width:20%;}
.yycg form input,.yycg form select{width:100%;height:43px;background:#fff;padding:0 10px;border:none;margin-bottom:20px;}
.yycg form select{appearance: none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/icon12.png) no-repeat 95% center;color:#888;}
.yycg form button{width:100%;height:106px;background:#1d8f09;border:none;color:#fff;transition:all .3s;}
.yycg form button h4{font-size:24px;}

/*动态*/
.dt{background:#eaffe6;position:relative;}
.dt .bg_top{position:absolute;top:0;left:0;width:100%;text-align:center;}
.dt .bg_top img{width:100%;}
.dt img.bg{position:absolute;bottom:0;}
.dt img.bg_left{left:0;max-width:50%;}
.dt img.bg_right{right:0;max-width:30%;}
.dt_con{position:relative;width:1056px;margin:0 auto;}
.dt_con .yuan{width:482px;height:482px;border-radius:50%;position:absolute;top:50%;left:50%;margin:-266px 0 0 -241px;z-index:3;overflow:hidden;}
.dt_con .yuan i{width:215px;height:215px;background:#df685f;position:absolute;transition:all .3s;}
.dt_con .yuan i.icon1{top:0;left:0;}
.dt_con .yuan i.icon2{top:0;right:0;background:#f9952e;}
.dt_con .yuan i.icon3{bottom:0;left:0;background:#2da4ca;}
.dt_con .yuan i.icon4{bottom:0;right:0;background:#2fa498;}
.dt_con .yuan2{width:550px;height:550px;border-radius:50%;border:24px solid #3f443e;position:absolute;top:50%;left:50%;margin:-300px 0 0 -275px;animation:bg3 3s infinite linear alternate;z-index:1;}
.dt_con .yuan2:before{content:"";width:760px;height:760px;border-radius:50%;border:35px solid #3f443e;position:absolute;top:50%;left:50%;margin:-380px 0 0 -380px;animation:bg4 3s infinite linear alternate;}
.dt ul li{width:50%;position:relative;margin-bottom:50px;}
.dt ul li .con_box{width:480px;height:480px;border-radius:50%;box-shadow:0 50px 30px rgba(154,181,168,0.3);position:relative;margin:0 auto;}
.dt ul li .con{width:100%;height:100%;background:rgba(255,255,255,1);border-radius:50%;padding:100px 100px 0 50px;transition:all .3s;position:relative;z-index:2;overflow:hidden;}
.dt ul li .title{position:absolute;z-index:4;}
.dt ul li .title h4{font-size:30px;font-weight:bold;color:#fff;transition:all .3s;}
.dt ul li .title h5{font-size:24px;font-weight:bold;color:#fff;margin-top:10px;transition:all .3s;}
.dt ul li .title p{color:#fff;transition:all .3s;}
.dt ul li dl{width:100%;height:248px;overflow:hidden;}
.dt ul li dl dd{line-height:40px;border-bottom:1px solid #e5e5e5;position:relative;padding:0 50px 0 15px;}
.dt ul li dl dd a:before{content:"";width:9px;height:9px;background:#badeb3;border-radius:50%;position:absolute;top:50%;left:0;margin-top:-4.5px;transition:all .3s;}
.dt ul li dl dd a:after{content:"";width:5px;height:5px;background:#1d8f09;border-radius:50%;position:absolute;top:50%;left:2px;margin-top:-2.5px;transition:all .3s;}
.dt ul li dl dd a{color:#000;transition:all .3s;}
.dt ul li .more{display:block;width:60px;height:60px;background:#b8ddb1;border-radius:50%;padding:8px;margin:15px 0 0 70px;position:relative;z-index:2;}
.dt ul li .more span{display:block;height:100%;background:#1d8f09;border-radius:50%;color:#fff;font-size:11px;display:flex;justify-content:center;align-items:center;}
.dt ul li:nth-child(2) .con{padding:100px 60px 0 100px;}
.dt ul li:nth-child(3) .con{padding:50px 100px 0 50px;}
.dt ul li:nth-child(4) .con{padding:50px 50px 0 100px;}
.dt ul li:nth-child(2) .more{float:right;margin:15px 60px 0 0;}
.dt ul li:nth-child(3) .more{margin:0 0 15px 70px;}
.dt ul li:nth-child(4) .more{float:right;margin:0 70px 15px 0;}
.dt ul li:nth-child(4) dl dd{text-align:right;padding:0 15px 0 50px;}
.dt ul li:nth-child(4) dl dd a:before{left:auto;right:0;}
.dt ul li:nth-child(4) dl dd a:after{left:auto;right:2px;}
.dt ul li:nth-child(1) .title{bottom:30px;right:30px;}
.dt ul li:nth-child(2) .title{bottom:30px;left:30px;}
.dt ul li:nth-child(3) .title{top:30px;right:30px;}
.dt ul li:nth-child(4) .title{top:30px;left:30px;}
.dt ul li:nth-child(2) .imgbox{font-size:0;text-align:right;margin:0 -5px;height:248px;overflow:hidden;}
.dt ul li:nth-child(2) .imgbox .list{width:50%;display:inline-block;}
.dt ul li:nth-child(2) .imgbox .list a{display:block;overflow:hidden;position:relative;margin:0 5px 10px;}
.dt ul li:nth-child(2) .imgbox .list a .img{height:120px;}
.dt ul li:nth-child(2) .imgbox .list a .icon{position:absolute;top:0;left:0;color:red;z-index:1;font-size:40px;color:#fff;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transition:all .3s;}
@keyframes bg3{
	from {border-color:#1d8f09;transform:scale(0.8);}
	to {border-color: #3f443e;transform:scale(1);}
}
@keyframes bg4{
	from {border-color: #1d8f09;transform:scale(0.8);}
	to {border-color:#3f443e;transform:scale(1);}
}

.dt_con2{background:#fff;padding:20px;border-top-left-radius:20px;border-top-right-radius:20px;margin-top:50px;}
.news3{display:block;overflow:hidden;border-radius:15px;}
.news3 .img{transition:all .3s;}

/*footer*/
footer{background:url(../images/footer_bg.jpg) center center/cover;}
footer .logo2{display:block;margin:50px auto 20px;}
footer ul{font-size:0;text-align:center;padding:13px 0 3px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
footer ul li{display:inline-block;margin-bottom:10px;border-right:2px solid #a29f9d;padding:0 10px;}
footer ul li a{font-size:12px;color:#000 !important;transition:all .3s;}
footer ul li a:hover{color:#1f900a !important;}
footer ul li:last-child{border:none;}
footer .con1{margin:50px 0;}
footer .con1 .weixin{border-right:1px solid #e5e5e5;padding-right:40px;}
footer .con1 .weixin img{width:150px;height:150px;border:5px solid rgba(31,144,10,0.3);}
footer .con1 .weixin p{font-size:12px;margin-top:5px;text-align:center;}
footer .con1 .text_box{margin-left:230px;}
footer .con1 .text_box h5{font-size:18px;font-weight:bold;line-height:30px;}
footer .con1 .text_box .text{line-height:30px;}
footer form{background:#1d8f09 url(../images/img17.jpg) center bottom/cover;padding:50px 50px 110px;}
footer form input,footer form textarea{width:100%;height:54px;background:#fff;padding:0 10px;margin-bottom:10px;border:none;}
footer form textarea{padding:10px;resize:none;height:160px;}
footer form button{width:100%;height:54px;background:#fd7601;color:#fff;font-size:18px;margin-top:20px;border:none;transition:all .3s;}
footer form button:hover{background:#944d10;}
footer .bottom{background:#126b06;padding:25px 0;font-size:12px;color:rgba(255,255,255,0.6);line-height:20px;}

.neiye .title1{margin:50px 0;}
.neiye-1{background:#f1ede9;}
.neiye-2{background:#f9f9f9;}

/*动态内页*/
.dt_ny{margin-bottom:70px;}
.dt_ny .con{background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.2);margin-bottom:60px;position:relative;}
.dt_ny .con:before{content:"";width:100%;height:1px;background:rgba(62,30,3,0.1);position:absolute;bottom:-30px;left:0;}
.dt_ny .con:last-child{margin:0;}
.dt_ny .con:last-child:before{display:none;}
.dt_ny .con .title{line-height:70px;border-bottom:1px solid #e5e5e5;padding:0 20px;}
.dt_ny .con .title h5{font-size:24px;font-weight:bold;color:#3e1e03;line-height:70px;position:relative;padding:0 15px;}
.dt_ny .con .title h5:before{content:"";width:100%;height:3px;background:#fd7601;position:absolute;bottom:-1px;left:0;}
.dt_ny .con .title a{font-sizE:12px;color:#999;transition:all .3s;}
.dt_ny .con .title a:hover{color:#1d8f09;}
.dt_ny .con ul li{width:33.33%;padding:30px;border-right:1px solid #e5e5e5;}
.dt_ny .con ul li:last-child{border:none;}
.dt_ny .con .swiper-slide{border-right:1px solid #e5e5e5;padding:30px;}
.dt_ny .con .swiper-slide-active + .swiper-slide + .swiper-slide,.dt_ny .con .swiper-slide-prev{border:none;}
.news4{display:block;}
.news4 .bt{overflow:hidden;padding-bottom:20px;position:relative;}
.news4 .bt h4{font-size:50px;font-weight:bold;color:#000;transition:all .3s;font-family:"宋体";}
.news4 .bt i{width:36px;height:2px;background:#1d8f09;position:absolute;bottom:0;left:0;transition:all .5s;}
.news4 .bt .text1{margin-left:60px;}
.news4 .bt .text1 p{font-size:12px;color:#999;margin:6px 0 5px;transition:all .3s;}
.news4 .bt .text1 h5{font-size:18px;color:#3e1e03;font-weight:bold;}
.news4 .text2{font-size:13px;color:#999;line-height:24px;height:72px;overflow:hidden;margin:20px 0;transition:all .3s;}
.news4 .more{width:52px;line-height:20px;background:#fd7601;color:#fff;border-radius:20px;font-size:10px;text-align:center;}
.news4:hover h4,.news4:hover .bt .text1 h5,.news4:hover .bt .text1 p{color:#1d8f09;}
.news4:hover .more{background:#1d8f09;}
.news4:hover .bt i{width:100%;}
.news4-2 .bt{font-size:18px;color:#3e1e03;font-weight:bold;transition:all .3s;padding:0;height:77px;position:relative;}
.news4-2 .bt:before{content:"";width:36px;height:2px;background:#1d8f09;position:absolute;bottom:0;left:0;transition:all .5s;}
.news4-2 .bt span{font-size:50px;font-weight:bold;color:#000;transition:all .3s;margin-right:8px;position:relative;top:2px;font-family: "宋体";letter-spacing:-5px;}
.news4-2:hover .bt,.news4-2:hover .bt span{color:#1d8f09;}
.news4-2:hover .bt:before{width:100%;}
.news5{display:block;position:relative;overflow:hidden;}
.news5 .mask{background:rgba(0,0,0,0.6);width:100%;height:100%;top:0;left:0;position:absolute;display:flex;justify-content:center;align-items:center;opacity:0;transition:all .5s;}
.news5 .img{height:209px;}
.news5 .mask span{color:#fff;font-size:50px;}
.news5:hover .img{transform:scale(1.1);}
.news5:hover .mask{opacity:1;}

/*动态列表*/
.title2{padding-bottom:20px;border-bottom:1px solid rgba(62,30,3,0.1);color:#3e1e03;margin:50px 0 20px;}
.title2 span{font-size:30px;margin-right:5px;}
.dt_list{padding-bottom:40px;}
.dt_list .col-md-4{padding:0;}
.news6{display:block;background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.2);padding:20px;margin:0 15px 30px;}
.news6 .imgbox{overflow:hidden;margin-bottom:20px;}
.news6 p{font-size:12px;color:#999;}
.news6 h5{font-size:18px;font-weight:bold;color:#3e1e03;line-height:25px;position:relative;padding-bottom:20px;}
.news6 h5:before{content:"";width:36px;height:2px;background:#1d8f09;position:absolute;bottom:0;left:0;transition:all .5s;}
.news6 .text{font-size:13px;color:#999;line-height:24px;height:72px;overflow:hidden;margin:20px 0;}
.news6 .more{width:52px;line-height:20px;background:#fd7601;color:#fff;border-radius:20px;text-align:center;font-size:10px;}
.news6:hover .img{transform:scale(1.1);}
.news6:hover h5,.news6:hover p{color:#1d8f09;}
.news6:hover .more{background:#1d8f09;}
.news6:hover h5:before{width:100%;}

/*动态详情*/
.xqy{min-height:300px;background:#fff;padding:50px;margin-bottom:50px;border-radius:15px;}
.xqy .title{margin-bottom:20px;}
.xqy .title h5{font-size:18px;font-weight:bold;text-align:center;}
.xqy .title p{border-bottom:1px dashed #ccc;text-align:center;color:#999;line-height:40px;}
.xqy .text{line-height:25px;margin-top:10px;}
.xqy .con{line-height:30px;}
.xqy .con img{display:block;margin:0 auto;max-width:100%;}
.xqy-2{padding:0 !important;}
.xqy3{min-height:300px;padding:50px 0;}
.xqy3 .title{font-size:24px;font-weight:bold;color:#3e1e03;position:relative;padding-bottom:20px;margin-bottom:35px;text-align:center;}
.xqy3 .title:before{content:"";width:68px;height:2px;background:#000;position:absolute;bottom:0;left:50%;margin-left:-34px;}
.xqy3 .con{font-size:16px;line-height:30px;color:#666;}
.xqy3 .con img{max-width:100%;display:block;margin:0 auto;}

/*内页导航*/
.ny_nav{margin:20px 0;}
.ny_nav .title{height:50px;line-height:50px;background:#1f900a;font-size:20px;color:#fff;font-weight:bold;position:relative;padding-left:15px;}
.ny_nav .title .span1{position:absolute;top:0;right:15px;line-height:50px;transition:all .3s;}
.ny_nav .title .span1.active{transform:rotate(180deg);}
.ny_nav .title i{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:2;}
.ny_nav ul a{display:block;line-height:40px;background:#ccc;text-align:center;font-size:14px;color:#000;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s;}
.ny_nav dl{display:none;}
.ny_nav dl dd a{line-height:35px;text-align:center;color:#333;background:none;font-size:14px;}

/*家园内页*/
.jy_ny{padding:0 5px 30px;}
.jy_ny .col-md-6{padding:0;}
.jy_ny .news2{margin:0 10px 20px 10px;}
.jy_ny .col-md-6:nth-child(4n+1) .news2{border-top-left-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+1) .news2 .imgbox{border-top-left-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+2) .news2{border-top-right-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+2) .news2 .imgbox{border-top-right-radius:20px;float:right !important;}
.jy_ny .col-md-6:nth-child(4n+2) .news2 .text_box{padding:20px 240px 0 0;text-align:right;}
.jy_ny .col-md-6:nth-child(4n+2) .news2 h5{text-align:right;}
.jy_ny .col-md-6:nth-child(4n+2) .news2 h5:before{left:auto;right:0;}
.jy_ny .col-md-6:nth-child(4n+2) .news2 span{float:right;}
.jy_ny .col-md-6:nth-child(4n+3) .news2{border-bottom-left-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+3) .news2 .imgbox{border-bottom-left-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+4) .news2{border-bottom-right-radius:20px;}
.jy_ny .col-md-6:nth-child(4n+4) .news2 .imgbox{border-bottom-right-radius:20px;float:right !important;}
.jy_ny .col-md-6:nth-child(4n+4) .news2 .text_box{padding:20px 240px 0 0;text-align:right;}
.jy_ny .col-md-6:nth-child(4n+4) .news2 h5{text-align:right;}
.jy_ny .col-md-6:nth-child(4n+4) .news2 h5:before{left:auto;right:0;}
.jy_ny .col-md-6:nth-child(4n+4) .news2 span{float:right;}

/*视频列表*/
.sp_list{padding-bottom:20px;}
.sp_list .col-md-4{padding:0;}
.news7{display:block;padding:20px 20px 1px 20px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.2);margin:0 15px 30px;}
.news7 .imgbox{overflow:hidden;}
.news7 .bt{font-size:18px;color:#3e1e03;padding-right:70px;position:relative;line-height:65px;transition:all .3s;margin:15px 0;}
.news7 .bt span{position:absolute;top:0;right:0;width:65px;border-left:1px solid #e5e5e5;line-height:65px;text-align:center;font-size:30px;color:#000;transition:all .3s;}
.news7:hover .img{transform:scale(1.1);}
.news7:hover .bt,.news7:hover .bt span{color:#1d8f09;}
.video_popup{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.8);top:-100%;left:0;z-index:5000;display:flex;justify-content:cener;align-items:center;transition:all .3s;}
.video_popup.active{top:0;}
.video_popup .con_box{width:1200px;height:80%;border:1px solid rgba(255,255,255,0.2);margin:0 auto;position:relative;}
.video_popup .con_box video{width:100%;height:100%;background:#000;display:none;}
.video_popup .con_box video.active{display:block;}
.video_popup .con_box i.colse{color:#fff;font-size:40px;transform:rotate(45deg);position:absolute;top:-45px;right:-45px;cursor:pointer;transition:all .3s;}
.video_popup .con_box i.colse:hover{color:#fe738a;transform:rotate(315deg);}

/*服务内页*/
.fw_ny{padding-bottom:20px;}
.fw_ny .col-md-6{padding:0;}
.news1-2{background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.1);border-radius:15px;padding:0;margin:0 15px 30px;}
.news1-2 .left{height:212px;width:245px;display:flex;align-items:center;justify-content:center;}
.news1-2 .imgbox{margin:0;}
.news1-2 .text_box{border-left:1px solid #e3d8ba;padding:0;margin-left:245px;height:212px;display:flex;align-items:center;justify-content:center;}
.news1-2 .con{width:100%;}
.news1-2 .con .img{margin-top:30px;}
.news1-2 .text_box .img:before,.news1-2 .text_box .img:after{width:50px;}

/*专业团队内页*/
.zytd_ny{padding-bottom:50px;}
.zytd_ny .con1 img{max-width:100%;display:block;margin:0 auto;}
.zytd_ny .con2{margin:60px 0;}
.news8{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e5e5e5;}
.news8 .img{width:50%;height:196px;}
.news8 .text_box{margin-right:50%;padding-right:20px;}
.news8 h5{font-size:24px;color:#fd7601;font-weight:bold;line-height:40px;}
.news8 h5 img{margin-right:10px;position:relative;top:-4px;}
.news8 .text{font-size:16px;line-height:30px;margin-top:10px;height:120px;overflow:hidden;}
.news8 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#1d8f09;}
.news8 .mCSB_scrollTools{right:-6px;}
.news8:nth-child(even) .img{float:left !important;}
.news8:nth-child(even) .text_box{margin:0 0 0 50%;padding:0 0 0 20px;}
.news8:last-child{border:none;margin:0;padding:0;}

/*联系我们内页*/
.lxwm_ny{max-width:800px;margin:0 auto;}
.lxwm_ny .title{font-size:24px;font-weight:bold;color:#3e1e03;margin-bottom:20px;text-align:center;}
#map{width:100%;height:360px;margin:0 auto;border:1px solid #e5e5e5;box-shadow:0 0 6px rgba(0,0,0,0.2);}
.lxwm_ny .con1{margin:40px 0;}
.lxwm_ny .con1 .bt{font-size:24px;font-weight:bold;color:#3e1e03;margin-bottom:20px;}
.lxwm_ny .con1 .bt img{margin-right:10px;}
.lxwm_ny .con1 table{border:2px solid #e5e5e5;width:100%;}
.lxwm_ny .con1 table td{padding:20px 5px;line-height:25px;}
.lxwm_ny .con1 table td,.lxwm_ny .con1 table th{border:1px solid #e5e5e5;text-align:center;}
.lxwm_ny .con1 table tr th:nth-child(1){width:12%;}
.lxwm_ny .con1 table tr th:nth-child(2){width:25%;}
.lxwm_ny .con1 table tr th:nth-child(3){width:63%;}
.lxwm_ny .con1 table th{height:43px;font-size:18px;color:#3e1e03;font-weight:bold;}
.lxwm_ny .con1 table tr td:nth-child(1){font-size:18px;color:#3e1e03;font-weight:bold;}
.lxwm_ny .con1 table tr td:last-child{text-align:left;}
.lxwm_ny .con1 .text1{font-size:18px;color:#3e1e03;font-weight:bold;margin-top:20px;}
.lxwm_ny .con1-2 table tr th:nth-child(2){width:37%;}
.lxwm_ny .con1-2 table tr th:nth-child(3){width:51%;}
.lxwm_ny .con1-2 table tr td:last-child{text-align:center;}
.lxwm_ny .con1 .text_box .text{margin-right:160px;line-height:30px;font-size:18px;color:#3e1e03;font-weight:bold;}
.lxwm_ny .con1 .text_box .weixin img{width:150px;height:150px;border:5px solid rgba(31,144,10,0.3);}
.lxwm_ny .con1 .text_box .weixin p{font-size:12px;margin-top:5px;text-align:center;}
.lxwm_ny form .bt{display:block;margin:0 auto 50px;}
.lxwm_ny form{margin:50px 0;}
.lxwm_ny form ul{margin:0 -10px;}
.lxwm_ny form ul li{width:50%;padding:0 10px;margin-bottom:20px;}
.lxwm_ny form ul li:nth-last-child(2){width:100%;}
.lxwm_ny form input,.lxwm_ny form select,.lxwm_ny form textarea{width:100%;height:58px;background:#fff;padding:0 10px;border:1px solid #e5e5e5;}
.lxwm_ny form select{appearance: none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/icon12.png) no-repeat 95% center;color:#888;}
.lxwm_ny form textarea{height:290px;padding:10px;resize:none;}
.lxwm_ny form button{width:100%;height:58px;background:#fd7601;border:none;color:#fff;transition:all .3s;font-size:18px;}
.lxwm_ny form button:hover{background:#a65108;}
.lxwm_ny form #sj2{background:#fff url(../images/icon12.png) no-repeat 95% center;}

/*微信弹窗*/
.weixin_popup{position:fixed;top:50%;left:50%;border:1px solid #ccc;padding:30px 30px 0 30px;text-align:center;background:#fff;transform:scale(0);margin:-116px 0 0 -106px;z-index:5000;}
.weixin_popup.active{transform:scale(1);transition:transform .3s;}
.weixin_popup i{color:#999;position:absolute;top:5px;right:5px;transform:rotate(45deg);font-size:20px;cursor:pointer;}
.weixin_popup i:hover{color:red;}
.weixin_popup img{width:150px;height:150px;}
.weixin_popup p{line-height:30px;}

/*右侧悬浮*/
.suspend_nav{background:#1d8f09;width:52px;position:fixed;bottom:150px;right:10px;text-align:center;z-index:5000;border:1px solid rgba(255,255,255,0.7);}
.suspend_nav .list{height:50px;color:#fff;padding-top:6px;transition:all .3s;position:relative;overflow:hidden;cursor:pointer;}
.suspend_nav .list:last-child{border:none;}
.suspend_nav .list:before{content:"";width:100%;height:100%;top:-50px;right:0;background:#0f4306;position:absolute;transform:rotate(0);transition:all .3s;}
.suspend_nav .list i{display:block;transition:all .3s;position:relative;z-index:2;}
.suspend_nav .list p{position:relative;z-index:2;}
.suspend_nav .top{padding:0;line-height:50px;height:0;overflow:hidden;opacity: 0;}
.suspend_nav .top:after{content:"";width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;bottom:0;left:0;}
.suspend_nav .top.active{height:50px;opacity:1;}
.suspend_nav .top i{font-size:25px;}
.suspend_nav .on-off{padding:0;line-height:50px;}
.suspend_nav .on-off.active i{transform:rotate(135deg);}
.suspend_nav .list:hover{color:#fff;}
.suspend_nav .list:hover:before{top:0;transform:rotate(90deg);}
.suspend_nav ul li{position:relative;border-bottom:1px solid rgba(255,255,255,0.3);}
.suspend_nav ul li .list{border:none;}
.suspend_nav ul li .weixin{position:absolute;right:65px;bottom:0;border:1px solid #1d8f09;transform:scale(0);transform-origin:100% 100%;transition:all .3s;padding-bottom:10px;background:#fff;padding:5px;}
.suspend_nav ul li .weixin:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid #1d8f09;position:absolute;bottom:0;left:100%;transition:all .5s;}
.suspend_nav ul li .weixin img{width:150px;height:150px;}
.suspend_nav ul li:hover .weixin{transform:scale(1);}
.suspend_nav ul li:hover .weixin:before{bottom:18px;}
.suspend_nav ul li .popup{position:absolute;min-width:200px;min-height:200%;top:0;right:100%;border:1px solid #1d8f09;text-align:left;display:flex;justify-content:center;align-items:center;background:#1d8f09;color:#fff;visibility:hidden;transition:all .3s;opacity:0;padding:0 15px;}
.suspend_nav ul li .popup:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:0 solid #1d8f09;position:absolute;top:0;left:100%;transition:top .5s;}
.suspend_nav ul li .popup p{font-size:16px;}
.suspend_nav ul li .popup h5{font-size:20px;margin-top:5px;}
.suspend_nav ul li .popup a{font-size:20px;color:#fff;display:inline-block;margin-top:5px;}
.suspend_nav ul li:hover .popup{visibility:visible;right:65px;opacity:1;}
.suspend_nav ul li:hover .popup:before{top:18px;border-left-width:10px;}

/*移动端底部热点*/
.bottom_link{width:100%;position:fixed;bottom:0;left:0;background:#126b06;text-align:center;z-index:5000;border-top:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li{width:33.33%;height:50px;border-right:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li:last-child{border:none;}
.bottom_link ul li a{display:block;color:#fff;font-size:16px;padding-top:5px;position:relative;}
.bottom_link ul li a i{display:block;height:20px;}
.bottom_link ul li:last-child a i{font-size:20px;position:relative;top:-1px;}

/*媒体查询开始*/
@media(min-width:992px){
.news1:hover .imgbox{background:#1d8f09;}
.news1:hover h5,.news1:hover .text{color:#1d8f09;}
.news1:hover .text_box .img img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.ys .yuan img.title:hover,.ys .yuan img.ren:hover{transform:scale(0.8);}
.ys .ys_con dl dd .con:hover h5{background:#247600}
.ys .ys_con dl dd .con:hover h5 span{background:#fd7601;}
.ys .ys_con dl dd .con:hover{color:#247600;}
.news2:hover{box-shadow:0 0 6px 1px rgba(29,143,9,0.3);}
.news2:hover .img{transform:scale(1.1);}
.news2:hover h5{color:#1d8f09;}
.news2:hover span{background:#1d8f09;}
.yycg form button:hover{background:#196e0a;}
.dt ul li .con:hover{background:#eee;}
.dt ul li dl dd a:hover{color:#fd7601;}
.dt ul li dl dd a:hover:before{background:#fd7601;}
.dt ul li dl dd a:hover:after{background:#fd7601;}
.dt ul li .more:hover{background:#1d8f09;}
.dt ul li .more:hover span{background:#fd7601;}
.dt ul li .title:hover h4,.dt ul li .title:hover h5,.dt ul li .title:hover p{color:#000;}
.dt ul li:nth-child(2) .imgbox .list a:hover .img{transform:scale(1.1);}
.dt ul li:nth-child(2) .imgbox .list a:hover .icon{color:#1d8f09;}
.news3:hover .img{transform:scale(1.1);}
}

@media(max-width:1440px){
.ys_con,.ys .yuan{width:500px;height:500px;}
.ys .yuan .banner{padding:50px;}
.ys .yuan img.title{max-height:40%;top:160px;left:130px;}
.ys .yuan img.ren{left:0;max-height:90%;}
.ys .ys_con dl dd .con{font-size:20px;}
.ys .ys_con dl dd .con h5{width:60px;height:60px;padding:5px;right:-45px;margin-top:-30px;}
.ys .ys_con dl dd .con h5 span{font-size:25px;}
.ys .ys_con dl dd:nth-child(1){top:30px;margin-right:-60px;}
.ys .ys_con dl dd:nth-child(2){top:200px;margin-right:20px;}
.ys .ys_con dl dd:nth-child(3){top:380px;margin-right:-60px;}
.ys .ys_con dl dd:nth-child(4){top:30px;margin-left:-60px;}
.ys .ys_con dl dd:nth-child(5){top:200px;margin-left:20px;}
.ys .ys_con dl dd:nth-child(6){top:380px;margin-left:-60px;}
.ys .ys_con dl dd:nth-child(4) .con h5,.ys .ys_con dl dd:nth-child(5) .con h5,.ys .ys_con dl dd:nth-child(6) .con h5{left:-45px;}
}

@media(max-width:1300px){
.video_popup .con_box{width:80%;height:80%;}
}

@media(max-width:1199px){
.ys_con,.ys .yuan{width:400px;height:400px;}
.ys .ys_con .banner{padding:40px;}
.ys .ys_con img.title{top:120px;left:100px;}
.ys .ys_con dl dd .con{font-size:20px;}
.ys .ys_con dl dd .con h5{width:50px;height:50px;padding:3px;right:-35px;margin-top:-25px;}
.ys .ys_con dl dd .con h5 span{font-size:20px;}
.ys .ys_con dl dd:nth-child(1){top:30px;margin-right:-40px;}
.ys .ys_con dl dd:nth-child(2){top:160px;margin-right:5px;}
.ys .ys_con dl dd:nth-child(3){top:300px;margin-right:-40px;}
.ys .ys_con dl dd:nth-child(4){top:30px;margin-left:-40px;}
.ys .ys_con dl dd:nth-child(5){top:160px;margin-left:5px;}
.ys .ys_con dl dd:nth-child(6){top:300px;margin-left:-40px;}
.ys .ys_con dl dd:nth-child(4) .con h5,.ys .ys_con dl dd:nth-child(5) .con h5,.ys .ys_con dl dd:nth-child(6) .con h5{left:-35px;}
.dt_con{width:900px;}
.dt_con .yuan{width:400px;height:400px;margin:-215px 0 0 -200px;}
.dt_con .yuan i{width:184px;height:184px;}
.dt_con .yuan2{width:460px;height:460px;margin:-245px 0 0 -230px;}
.dt_con .yuan2:before{width:700px;height:700px;margin:-350px 0 0 -350px;}
.dt ul li{margin-bottom:30px;}
.dt ul li .con_box{width:420px;height:420px;}
.dt ul li .con{padding:100px 60px 0 50px;}
.dt ul li dl{height:205px;}
.dt ul li:nth-child(3) .con{padding:50px 60px 0 50px;}
.dt ul li:nth-child(4) .con{padding:50px 60px 0 60px;}
.dt ul li:nth-child(1) .title{bottom:10px;right:20px;}
.dt ul li:nth-child(2) .title{bottom:10px;left:20px;}
.dt ul li:nth-child(3) .title{top:10px;right:20px;}
.dt ul li:nth-child(4) .title{top:10px;left:20px;}
.dt ul li:nth-child(2) .imgbox{height:205px;}
.dt ul li:nth-child(2) .imgbox .list a .img{height:100px;}
.dt ul li:nth-child(2) .more{margin:15px 20px 0 0;}
.dt ul li:nth-child(4) .more{margin:0 20px 15px 0;}
}

@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;border-bottom:1px solid rgba(255,255,255,0.2);background:#1f900a;}
header .sjdnav li:last-child{border:none;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .sjdnav dl{background:#b81c2e;padding:5px 0;display:none;}
header .sjdnav dl dd a{display:block;color:#000;line-height:30px;text-align:center;}
header .ydd_btn{width:46px;height:46px;cursor:pointer;position:absolute;z-index:5000;top:30px;right:15px;background:#1f900a;border-radius:50%;display:flex;align-items:center;justify-content:center;}
header .ydd_btn .con{width:100%;width:24px;}
header .ydd_btn span{display:block;width:100%;height:3px;background:#fff;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#fff;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.logo_box{height:initial;}
.logo_box .logo{line-height:100px;}
.fw{padding-bottom:290px;}
.fw ul li{width:33.33%;margin-bottom:10px;}
.fw ul li:nth-child(3) .news1{border-top-right-radius:15px;border-bottom-right-radius:15px;}
.fw ul li:nth-child(4) .news1{border-top-left-radius:15px;border-bottom-left-radius:15px;}
.ys{margin-top:-240px;padding:100px 0 150px;}
.ys_con{width:initial;height:initial;}
.ys .yuan img.ren{left:180px;top:100px;bottom:auto;max-height:70%;}
.ys .ys_con .dl_box{display:flex;justify-content:center;margin-top:30px;}
.ys .ys_con dl{position:initial;width:initial;height:initial;}
.ys .ys_con dl dd{position:initial;text-align:right !important;margin:0 0 30px 0 !important;padding-right:50px;}
.ys .ys_con dl dd .con{padding:15px 20px;font-size:18px;position:relative;}
.ys .ys_con dl dd .con h5{right:-45px !important;left:auto !important;}
.ys .ys_con dl dd:nth-child(odd){padding-right:150px;}
.yycg{padding:30px 0;}
.yycg img.title{margin:0 auto 30px;}
.dt_con{width:700px;}
.dt_con .yuan{width:342px;height:342px;margin:-176px 0 0 -171px;}
.dt_con .yuan i{width:166px;height:166px;}
.dt_con .yuan2{width:380px;height:380px;margin:-190px 0 0 -190px;border-width:20px;}
.dt_con .yuan2:before{width:600px;height:600px;margin:-300px 0 0 -300px;border-width:30px;}
.dt ul li{margin-bottom:10px;}
.dt ul li .con_box{width:340px;height:340px;}
.dt ul li .con{padding:60px 40px 0 50px;}
.dt ul li dl{height:164px;}
.dt ul li:nth-child(2) .con{padding:60px 50px 0 50px;}
.dt ul li:nth-child(3) .con{padding:50px 20px 0 50px;}
.dt ul li:nth-child(4) .con{padding:50px 50px 0 40px;}
.dt ul li:nth-child(1) .title{bottom:10px;right:20px;}
.dt ul li:nth-child(2) .title{bottom:10px;left:20px;}
.dt ul li:nth-child(3) .title{top:10px;right:20px;}
.dt ul li:nth-child(4) .title{top:10px;left:20px;}
.dt ul li:nth-child(2) .imgbox{height:164px;}
.dt ul li:nth-child(2) .imgbox .list a .img{height:80px;}
.dt ul li:nth-child(2) .more{margin:15px 30px 0 0;}
.dt ul li:nth-child(4) .more{margin:0 30px 15px 0;}
.dt ul li .title h4{font-size:25px;}
.dt ul li .title h5{font-size:19px;}
footer{text-align:center;}
footer .con1{display:inline-block;}
footer .con1 .text_box{text-align:left;}
footer form{height:initial !important;padding:30px;}
.dt_list{padding:0 5px 50px 5px;}
.news6{margin:0 10px 20px;}
.logo_box.active{background:#fff;position:initial;}
.jy_ny .col-md-6 .news2{border-radius: initial !important;}
.jy_ny .col-md-6 .news2 .imgbox{border-radius:initial !important;}
.sp_list{padding:0 5px 30px 5px;}
.news7{margin:0 10px 20px;}
.news2,.news2 .imgbox{border-radius:initial !important;}
}

@media (max-width:767px){
body{padding-bottom:50px;}
header .sjdnav{top:80px;}
header .ydd_btn{top:19px;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:1px;}
.carousel-indicators .active{width:10px;height:10px;margin:1px;}
.logo_box .logo{line-height:80px;}
.logo_box .logo img{max-height:50px;}
#myCarousel{height:initial;}
.title1{margin:30px 0}
.title1 p{margin-top:10px;}
.title1 img{height:30px;}
.fw{padding-bottom:230px;}
.news1{padding:20px 0;}
.news1 h5{font-size:16px;line-height:25px;}
.ys{background:url(../images/ys_bg2.png) no-repeat center/100% 100%;margin-top:-210px;padding:90px 0 80px;}
.ys .ys_con dl dd .con{font-size:16px;padding:10px 20px 10px 0;}
.ys .ys_con dl dd:nth-child(odd){padding-right:120px;}
.jy{padding-bottom:30px;}
.nav1{margin-top:30px;}
.nav1 a{font-size:16px;}
a.more1{width:150px;line-height:35px;font-size:16px;margin:20px auto 0;}
.yycg{padding:25px 0;}
.yycg img.title{max-height:50px;}
.yycg form ul{margin:0 -10px;}
.yycg form ul li{width:100% !important;}
.yycg form input,.yycg form select{margin-bottom:10px;}
.yycg form button{height:60px;}
.yycg form button h4{font-size:18px;}
.yycg form button p{font-size:12px;}
.dt .nav1{margin-bottom:20px;}
.dt .nav1 a{margin:0 5px 10px;}
.dt_con{position:relative;width:initial;}
.dt_con .yuan,.dt_con .yuan2{display:none;}
.dt ul li{width:100%;position:relative;margin-bottom:0;display:none;}
.dt ul li:first-child{display:block;}
.dt ul li .con_box{width:initial;height:initial;border-radius:initial;box-shadow:none;position:relative;margin:0 auto;}
.dt ul li .con{background:none;border-radius: initial;padding:0 !important;}
.dt ul li .title{display:none;}
.dt ul li dl{height:248px;}
.dt ul li dl dd{padding:0 0 0 20px !important;}
.dt ul li dl dd a:before{left:5px;}
.dt ul li dl dd a:after{left:7px;}
.dt ul li .more{display:none;}
.dt ul li:nth-child(4) dl dd{text-align:left;}
.dt ul li:nth-child(4) dl dd a:before{left:5px;right:auto;}
.dt ul li:nth-child(4) dl dd a:after{left:7px;right:auto;}
.dt ul li:nth-child(2) .imgbox{text-align:left;height:auto;overflow:inherit;}
.dt ul li:nth-child(2) .imgbox .list a .img{height:auto;}
.dt_con2{padding:10px;margin-top:30px;}
.news3{border-radius:10px;}
footer .logo2{margin:30px auto 0;}
footer ul li{display:inline-block;}
footer .con1{margin:30px 0;}
.dt_ny{margin-bottom:30px;}
.dt_ny .con{margin-bottom:30px;}
.dt_ny .con:before{bottom:-15px;}
.dt_ny .con .title{line-height:50px;padding:0 15px;}
.dt_ny .con .title h5{font-size:18px;line-height:50px;}
.dt_ny .con .swiper-slide{padding:15px;}
.dt_ny .con .swiper-slide-prev,.dt_ny .con .swiper-slide-next{border:none;}
.news4 .bt{padding-bottom:10px;}
.news4 .bt h4{font-size:40px;}
.news4 .bt .text1{margin-left:50px;}
.news4 .bt .text1 p{margin:0 0 5px;}
.news4 .bt .text1 h5{font-size:16px;}
.news4 .text2{margin:10px 0;}
.news4-2 .bt{font-size:16px;height:54px;}
.news4-2 .bt span{font-size:40px;}
.dt_list{padding:0 10px 20px 10px;}
.news6{margin:0 5px 10px;padding:10px;}
.news6 .imgbox{margin-bottom:10px;}
.news6 h5{font-size:16px;padding-bottom:10px;}
.news6 .text{margin:10px 0;}
.title2{padding-bottom:10px;margin:30px 0 20px;}
.title2 span{font-size:20px;}
.xqy{padding:30px 15px;margin-bottom:30px;}
.xqy .title h5{font-size:16px;}
.xqy .title p{font-size:12px;}
.jy_ny{padding:0 5px 10px;}
.video_popup .con_box i.colse{font-size:30px;top:-30px;right:-30px;}
.sp_list{padding:0 10px 20px 10px;}
.news7{margin:0 5px 10px;padding:10px 10px 1px 10px;}
.news7 .imgbox{overflow:hidden;}
.news7 .bt{font-size:16px;padding-right:30px;line-height:40px;margin:5px 0;}
.news7 .bt span{width:30px;line-height:40px;font-size:20px;}
.news1-2{margin:0 15px 20px;padding:0;}
.news1-2 .left,.news1-2 .text_box{height:180px;}
.news1-2 .imgbox{margin:0;}
.xqy3{padding:30px 0;}
.xqy3 .title{font-size:18px;padding-bottom:15px;}
.zytd_ny{padding-bottom:30px;}
.zytd_ny .con2{margin:30px 0;}
.news8{padding-bottom:20px;margin-bottom:20px;}
.news8 .img,.news8:nth-child(even) .img{width:100%;height:auto;float:none !important;}
.news8 .text_box,.news8:nth-child(even) .text_box{margin:5px 0 0 0;padding:0;}
.news8 h5{font-size:18px;line-height:30px;}
.news8 h5 img{top:-4px;height:20px;}
.news8 .text{font-size:14px;height:auto;line-height:25px;}
.lxwm_ny .con1 table th{height:35px;}
.lxwm_ny .con1 table th,.lxwm_ny .con1 table tr td:nth-child(1){font-size:16px;}
.lxwm_ny .con1 .text1{font-size:16px;margin-top:10px;}
.lxwm_ny .con1 .bt{font-size:18px;}
.lxwm_ny .con1 .bt img{height:30px;}
.lxwm_ny .title{font-size:18px;}
.lxwm_ny .con1 .text_box .text{margin:20px 0 0 0;line-height:30px;font-size:16px;}
.lxwm_ny .con1 .text_box .weixin{float:none !important;text-align:center;}
.lxwm_ny form .bt{height:40px;margin:0 auto 30px;}
.lxwm_ny form{margin:30px 0;}
.lxwm_ny form ul li{width:100%;margin-bottom:10px;}
.lxwm_ny form input,.lxwm_ny form select,.lxwm_ny form textarea{height:40px;}
.lxwm_ny form textarea{height:150px;}
.lxwm_ny form button{height:40px;font-size:16px;}
}

@media (max-width:600px){
.fw ul li{width:50%;margin-bottom:10px;}
.fw ul li:nth-child(odd) .news1{border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:0;border-bottom-right-radius:0;}
.fw ul li:nth-child(even) .news1{border-top-right-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:0;border-bottom-left-radius:0;}
.news1 .imgbox{width:120px;height:120px;padding:5px;margin:0 auto 10px;}
.news1 .text_box{padding:0 10px;}
.ys .yuan{width:260px;height:260px;}
.ys .ys_con .banner{padding:20px;}
.ys .ys_con img.title{top:80px;left:50px;}
.ys .yuan img.ren{left:80px;top:100px;}
.ys .ys_con .dl_box{margin-top:50px;}
.news2{padding:5px;margin-bottom:15px;}
.news2 .img{width:120px;height:120px;}
.news2 .text_box{padding:5px 0 0 130px;}
.news2 h5{font-size:16px;padding-bottom:5px;line-height:25px;}
.news2 .text{line-height:20px;margin:8px 0;height:40px;}
.jy_con .row .col-md-6:nth-child(2n+2) .news2 .text_box{padding:5px 130px 0 0;}
footer .logo2{max-height:90px;}
footer ul li{width:33.33%;border-width:1px;}
footer ul li:nth-child(3){border:none;}
footer .con1 .weixin{border-right:none;padding-right:0;float:none !important;}
footer .con1 .text_box{margin:20px 0 0 0;}
footer .con1 .text_box h5{font-size:16px;}
.jy_ny .news2{margin:0 10px 15px 10px;}
.jy_ny .col-md-6:nth-child(even) .news2 .text_box{padding:5px 130px 0 0 !important;}
.jy_ny{padding:0 5px 15px;}
.news1-2 .left{height:140px;width:140px;}
.news1-2 .text_box{margin-left:140px;height:140px;}
.news1-2 .con .img{margin-top:10px;}
.news1-2 .imgbox{margin:0;}
}

@media (max-width:479px){
header .ydd_btn{top:8px;}
header .sjdnav{top:60px;}
.logo_box .logo{line-height:60px;}
.logo_box .logo img{max-height:40px;}
.dt_ny .con .swiper-slide{border:none;}
.news6 .text{height:48px;}
.lxwm_ny .con1 table th,.lxwm_ny .con1 table tr td:nth-child(1){font-size:14px;}
.lxwm_ny .con1 table td{font-size:12px;padding:10px 5px;line-height:20px;}
}
