/* 
 * Project Name:二炮
 * Author:Heys
 * Date：2018/1/31
 */
/*公共部分*/
html,body{font-size:16px;min-width:1200px;}
header{top:0;left:0;z-index:10;background:transparent;min-width:1200px;}
header .nav{justify-content:space-between;max-width:90%;padding:20px 0 0;box-sizing:border-box;margin: 0 auto;}
header .nav img{width:240px;margin-top:10px;}
header .nav .menu .iconfont{font-size:40px;color:black;}
header .colorbg .menu .iconfont{font-size:40px;color:white;}
header .nav .menu{cursor:pointer;}
footer{font-size:14px;padding:60px 0 10px;}
footer .footer_midden{width:90%;justify-content: space-between;margin:0 auto; color:#666; font-size:12px;}
footer .footer_midden .footer_right{color:#58921A;}
.bdshare-button-style0-24 a{background:none !important;padding-left: 10px !important;margin:0 !important;font-size:26px !important;}
.bdshare-button-style0-24 a img{width:100px;opacity:0;visibility:hidden;top:-110px;left:-30px;z-index: -2;}
.bdshare-button-style0-24 a:hover img{opacity:1;z-index: 2;visibility:visible;}
/*
.sub_nav{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:-2;opacity:0;}
.sub_nav>div:nth-of-type(1){padding:20px 60px 0 0 ;}
.sub_nav .iconfont{font-size:30px;color:white;cursor:pointer;display:inline-block;transform-origin:center;-webkit-transform-origin:center;-webkit-transition:all 0.6s ease;
-moz-transition:all 0.6s ease;
-ms-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
transition:all 0.6s ease;}
.sub_nav .iconfont:hover{transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}
.sub_nav ul{margin:0 auto;width:500px;padding:100px 0 20px;}
.sub_nav ul li {width:100%;} 
.sub_nav ul li a{color:rgba(255,255,255,.8);font-size:18px;text-align: center;} 
.sub_nav .erwms{width:500px;margin:20px auto 0;justify-content: space-around;height:300px;}
.sub_nav .erwms img{width:200px;}
.sub_nav .erwms h6{text-align:center;color:white;margin-top:10px;}
.sub_nav ul li :hover{background:#3E97BA;}
*/
.sub_nav{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:-2;opacity:0;}
.sub_nav>div:nth-of-type(1){padding:20px 60px 0 0 ;}
.sub_nav .iconfont{font-size:30px;color:white;cursor:pointer;display:inline-block;-ms-transform-origin:center;transform-origin:center;-webkit-transform-origin:center;-webkit-transition:all 0.6s ease;
-o-transition:all 0.6s ease;
transition:all 0.6s ease;}
.sub_nav .iconfont:hover{-ms-transform:rotate(180deg);transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}
.sub_nav ul{margin:0 auto;width:500px;padding:50px 0 20px;}
.sub_nav ul li {width:100%;position:relative; height:30px; line-height:30px;} 
.sub_nav ul li a{color:#fff;font-size:18px; text-align: center;transition:all .5s;position:absolute;} 
.sub_nav ul li a:nth-of-type(2){visibility:hidden;transition:all .5s;opacity:0;}
.sub_nav ul li:hover a:nth-of-type(1){visibility:hidden;transition:all .5s;opacity:0;}
.sub_nav ul li:hover a:nth-of-type(2){visibility:visible;transition:all .5s;opacity:1; color:#58921a;}

.sub_nav .erwms{width:400px;margin:40px auto 0;-ms-flex-pack: distribute;justify-content: space-around;height:300px;}
.sub_nav .erwms img{width:150px;}
.sub_nav .erwms h6{text-align:center;color:white;margin-top:10px;}




/*index.html*/
section{background:white;}
.index_banner .index_pic{flex:1;}
.index_banner .index_pic a img{width:100%;}
.index_banner .index_pic a .index_ban_text{bottom:80px;text-align: center;z-index:6;color:white;}
.index_banner .index_pic a .index_ban_text h2{font-size:70px;}
.index_banner .index_pic a .index_ban_text h4{font-size:26px; font-weight: bold;}
.index_banner .index_pic a .index_ban_text h5{font-size:30px;font-weight:100;transform:translateY(30px);-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);opacity:0;}
.index_banner .index_pic a .index_ban_text .iconfont{font-size:30px;display:block; font-weight:100;transform:translateY(30px);-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);opacity:0;}
.index_banner .index_pic a .index_ban_text p{font-size:16px;width:50%;margin:0 auto;line-height: 24px;transform:translateY(30px);-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);opacity:0;}
.index_banner .index_pic a::after{display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
.index_banner .index_pic:nth-of-type(1) a::after{background-color:#1C88B0;}
.index_banner .index_pic:nth-of-type(2) a::after{background-color:#178F04;}
.index_banner .index_pic:nth-of-type(3) a::after{background-color:#ED6C00;}

.index_banner:hover .index_pic a::after{background-color:rgba(0,0,0,.9);}
.index_banner .index_pic:hover a::after{background-color:transparent;}
.index_banner .index_pic:hover a .index_ban_text h5{transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);opacity:1;}
.index_banner .index_pic:hover a .index_ban_text .iconfont{transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);opacity:1;}
.index_banner .index_pic:hover a .index_ban_text p{transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);opacity:1;}



.traduction_banner{width:100%;margin:0 auto;padding:40px 0 60px;}
.traduction_banner .swiper-container{width:90%;}
.traduction_banner .swiper-container .swiper-wrapper{padding-bottom:60px;}
.traduction_banner .swiper-container .swiper-slide a{width:80%;background:white;text-align: center;margin:0 auto;}

.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a p{font-size:14px;color:#3E97BA;margin-bottom:3px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a h3{font-size:60px;color:#58921A;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a h5{font-size:20px;color:#666;margin-top:10px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a h6{font-size:14px;width:60%; color:#666;margin:10px auto;line-height:29px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a .bgtext h1{font-size:82px;font-weight:800;height: auto;width: auto;background:url(../images/text_color.jpg) no-repeat center;background-size: cover; background-origin: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a img{margin:0 auto;width:300px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(1) a p:nth-last-of-type(1){font-size:18px;color:#666;margin-bottom:0px;}

.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a p{font-size:14px;color:#3E97BA;margin-bottom:3px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a h3{font-size:60px;color:#58921A;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a h5{font-size:20px;color:#666;margin-top:10px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a h6{font-size:14px;width:60%; color:black;margin:10px auto;line-height:29px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .bgtext h1{font-size:72px;font-weight:800;height: auto;width: auto;background:url(../images/text_color.jpg) no-repeat center;background-size: cover; background-origin: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat {width: 100%;margin:40px auto;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years {width: 100%;z-index: 80;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul {justify-content: space-around;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul li {width:240px;height:240px;border-radius:50%;position:relative;text-align: center; border-bottom: 1px solid transparent;margin-bottom: 20px;background:#58921A;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul li .number {font-size:70px;color: #fff;margin-bottom: 0px;margin-top:40px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul li .number span {font-size: 70px;margin-right: 6px;line-height: 72px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul li hr {width: 40px;height: 1px;background: #ccc;margin: 10px auto;border: 0;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(2) a .dm_doWhat .dm_years ul li p {font-size: 20px;line-height: 22px;color: #fff;width:200px;margin:auto;}

.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a p{font-size:14px;color:#3E97BA;margin-bottom:3px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a h3{font-size:60px;color:#58921A;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a h5{font-size:20px;color:black;/*text-decoration:underline;*/margin-top:10px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a h6{font-size:14px;width:60%; color:black;/*text-decoration: underline;*/margin:10px auto;line-height:29px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .bgtext h1{font-size:72px;font-weight:800;height: auto;width: auto;background:url(../images/text_color.jpg) no-repeat center;background-size: cover; background-origin: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat {width: 100%;margin:40px auto;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years {width: 100%;z-index: 80;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul {justify-content: space-around;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul li {width:210px;height:210px;border-radius:50%;position:relative;text-align: center; border-bottom: 1px solid transparent;margin-bottom: 20px;background:#58921A;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul li .number {font-size:50px;color: #fff;margin-bottom: 10px;margin-top:40px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul li .number span {font-size: 50px;margin-right: 6px;line-height: 72px;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul li hr {width: 40px;height: 1px;background: #ccc;margin: 10px auto;border: 0;}
.traduction_banner .swiper-container .swiper-slide:nth-of-type(3) a .dm_doWhat .dm_years ul li p {font-size: 20px;line-height: 22px;color: #fff;width:180px;margin:auto;}

.traduction_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 20px;}
.traduction_banner .swiper-container-horizontal>.swiper-pagination-bullets{text-align:center;left:auto;bottom:0;}
.traduction_banner .swiper-pagination-bullet{background:#A0A0A0;}
.traduction_banner .swiper-pagination-bullet-active{background:#58921A;}
.swiper-button-next{right:0;}
.swiper-button-prev{left:0;}



.new_three{top:0;left:0;}
.new_three>div{flex:1;}
.new_three>div a img{width:100%;}
.new_three>div a .new_three_text{top:0;left:50%;margin-left:-200px;width:400px;z-index:4;color:white;text-align: center;padding:60px 0 0;}
.new_three>div a .new_three_text h3{font-size:30px; line-height: 29px;}
.new_three>div a .new_three_text h5{font-size:22px; font-weight: 500; margin:10px 0; color: #58921a;}
.new_three>div a .new_three_text p{font-size:12px;line-height:23px;width:80%;margin:0 auto 20px;}
.new_three>div a .new_three_text button{width:120px;height:36px;border:1px solid Rgba(255,255,255,0.3);text-align: center;margin:0 auto;color:white;line-height:36px;cursor:pointer;}
.new_three>div a .new_three_text button span{top:-1px;left:0px;}

.new_three>div a:hover .new_three_text button span{left:10px;}


.news_three_text{ max-width: 93%; margin: 0 auto; }
.news_three_text .threetext_one{flex:1;box-sizing:border-box;padding:40px 30px 60px;}
.news_three_text .threetext_one p{line-height:24px;font-size:14px;margin-bottom:20px; color: #666;}


.lines{}
.lines p{width:285px;margin:0 auto;text-align: center;color:#58921A ;font-size:36px;}
.lines p::before,.lines p::after{display:block;content:" ";position:absolute;width:2000px;height:1px;border-bottom:1px dashed #58921A;top:22px;}
.lines p::before{left:310px;}
.lines p::after{right:310px;}
.lines h4{text-align:center;font-size:22px;color:#58921A;}
.lines .iconfont{text-align:center;font-size:33px;color:#666666;display:block; padding-bottom: 30px;}


.fuwu{margin:0 0 40px}
.fuwu .fuwumidden{max-width:1200px;width:100%;margin:0 auto;}
.fuwu .fuwumidden .fouryoushi{justify-content: space-around;}
.fuwu .fuwumidden .fouryoushi .fourys{font-size:55px;box-sizing: border-box;}
.fuwu .fuwumidden .fouryoushi .fourys a{width:250px;height:200px;border:1px solid #58921A;border-radius:50%;text-align:center;color:white;background:#58921A; display: block;padding:58px 0 0; }
.fuwu .fuwumidden .fouryoushi .fourys a:hover{ background: #fff; color: #58921A; }
.fuwu .fuwumidden h4{text-align: center;font-size:28px;color:#58921A;margin:50px 0 10px;}
.fuwu .fuwumidden h2{text-align: center;font-size:50px;color:#1C88B0;margin:80px 0 10px;}
.fuwu .fuwumidden p{/*text-decoration:underline;*/margin:0 auto;text-align: center; line-height: 30px; color: #666; font-size:14px;}

.video{ margin-bottom:45px;}
.video h4{text-align: center;color:#666;font-size:28px;margin:10px auto 30px; font-weight: 500;}

.ab_banner{margin:10px auto 0;max-width:1139px;width:100%;}
.ab_banner .swiper-container{width:100%;}
.ab_banner .swiper-container .swiper-wrapper .swiper-slide img{width:100%;}
.ab_banner h6{text-align:center;margin:15px auto 30px ;font-size:14px;}

.greenBg{ margin-top:20px;}
.greenBg img{width:100%;}
.news_move{ margin: 0 auto; max-width:93%; }
.news_move .threetext_one{flex:1;box-sizing:border-box;padding:40px 30px 60px;}
.news_move .threetext_one .moveaaa{font-size:14px;color:#3E97BA;margin-bottom:8px;}
.news_move .threetext_one .moveaaa a{color:#58921a;padding:6px 15px;border-radius:10px;}
.news_move .threetext_one .moveaaa a:hover{ background:#58921a; color:#fff;border-radius:10px; }
.news_move .threetext_one .news_one a{flex:1;margin-bottom:6px; color: #666; font-size:14px;}
.news_move .threetext_one .news_one a:hover{color: #58921a; }
.news_move .threetext_one .news_one a span:nth-of-type(2){flex:1;overflow:hidden;}
.news_move .threetext_one .news_one a span:nth-of-type(2) i{flex:1;position:relative;top:10px; display:block;height:50%px;width:100%;border-bottom:1px dashed #888;}
.news_move .threetext_one .news_one a span:nth-of-type(1){padding-right:2px;}
.news_move .threetext_one .news_one a span:nth-of-type(3){padding-left:2px;}

.HTML img{width:100%}
.qyb{height: 336px; background:url(../images/htmlzz.jpg) center no-repeat;}
.HTML .html_text{top:0;left:0;width:100%; }
.HTML .html_text h3{text-align: center;color:white;font-size:50px;margin:80px auto 10px;}
.HTML .html_text h5{text-align: center;color:#1C88B0;font-size:30px;margin:10px auto;}
.HTML .html_text button{ width:120px;height:40px;text-align: center;color:white;border:1px solid white;border-radius:20px;margin:20px auto;}
.HTML .html_text button a{text-align: center;color:white;line-height: 40px;}

.HTML .html_text button:hover{background:white;}
.HTML .html_text button:hover a{color:black;}

.moves{width:89%; margin:20px auto 80px;}
.moves .moves_one{width:24%;margin-right:1%;}
.moves .moves_one:nth-of-type(4n){margin-right:0;}
.moves .moves_one a{background:black;}
.moves .moves_one a img{opacity:1;width:100%;}
.moves .moves_one a .ewm{top:0;left:0;right:0;bottom:0;margin:auto;width:80%;z-index:2;opacity:0;}

.moves .moves_one a:hover img:nth-of-type(1){opacity:.4;}
.moves .moves_one a:hover .ewm{opacity:1;}

.hzlogo{width:90%;margin:0 auto;}
/*.hzlogo a{display:block;width:16%;float:left;margin-right:0.8%;margin-bottom:30px;}
.hzlogo a img{width:100%;}
.hzlogo a:nth-of-type(6n){margin-right:0px;}
/*.hzlogo a:nth-of-type(6n+1){margin-left:0.4%;}*/
.hzlogo a{display:block;width:18%;float:left;margin-right:2.28%;margin-bottom:1.5%; border:1px solid #888;}
.hzlogo a img{width:100%;}
.hzlogo a:nth-of-type(5n){margin-right:0px;}

.hzlogo a:hover img{opacity:0.6;}
.hzyonghu button{ width:160px;height:40px;text-align: center;color:black;border:1px solid black;border-radius:20px;margin:20px auto;}
.hzyonghu button a{text-align: center;color:black;line-height: 40px;}

.hzyonghu button:hover{background:black;}
.hzyonghu button:hover a{color:white;}

.hzyonghu h4{font-size:18px;text-align: center;margin:10px auto 6px;}
.hzyonghu h5{font-size:24px;color:#58921A;text-align: center;margin:0 auto 20px;}





/*index.htmlend*/


/*dream1.html*/
.margintop{padding-top: 100px;}


.dreams{width:98%;max-width:1800px;margin:30px auto;}
.dreams .dreams_one{width:24%;margin-bottom:20px;margin-right:1.33%;}
.dreams .dreams_one:nth-of-type(4n){margin-right:0;}
.dreams .dreams_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.dreams .dreams_one h5{text-align:center;font-size:14px;margin:10px 0 0}
.dreams .dreams_one:hover img{opacity:0.8;}

/*dream1.html end*/


/*dance*/

.dance{width:98%;max-width:1800px;margin:30px auto;}
.dance .dance_one{width:24%;margin-bottom:20px;margin-right:1.33%;}
.dance .dance_one:nth-of-type(4n){margin-right:0;}
.dance .dance_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.dance .dance_one h5{text-align:left;font-size:14px;margin:10px 0 0}
.dance .dance_one:hover img{opacity:0.8;}



/*dance end*/ 


/*Frontiers*/

.Frontiers{width:90%;margin:30px auto;}
.Frontiers .Frontiers_one{width:24%;margin-bottom:20px;margin-right:1.3333%;}
.Frontiers .Frontiers_one:nth-of-type(4n){margin-right:0;}
.Frontiers .Frontiers_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.Frontiers .Frontiers_one h5{text-align:center;font-size:14px;margin:10px 0 0}
.Frontiers .Frontiers_one :hover img{opacity:0.8;}
.Frontiers .Frontiers_one .dreams_pic {background:black;position: relative;}
.Frontiers .Frontiers_one .dreams_pic .ewm{top:0;left:0;right:0;bottom:0;margin:auto;width:101%;z-index:2;opacity:0;}

.Frontiers .Frontiers_one :hover .dreams_pic img:nth-of-type(1){opacity:.4;}
.Frontiers .Frontiers_one :hover .dreams_pic  .ewm{opacity:1;}

/*Frontiers end*/ 
/*new6*/

.new6{width:98%;max-width:1800px;margin:30px auto;}
.new6 .new_one{width:24%;margin-bottom:20px;margin-right:1.33%;}
.new6 .new_one:nth-of-type(4n){margin-right:0;}
.new6 .new_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.new6 .new_one h5{text-align:left;font-size:14px;margin:10px 0 0}
.new6 .new_one :hover img{opacity:0.8;}



/*new6 end*/ 

/*junguan*/

.junguan{width:90%;margin:30px auto;}
.junguan .junguan_one{width:24%;margin-bottom:20px;margin-right:1.33%;}
.junguan .junguan_one:nth-of-type(4n){margin-right:0;}
.junguan .junguan_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.junguan .junguan_one h5{text-align:left;font-size:14px;margin:10px 0 0}
.junguan .junguan_one :hover img{opacity:0.8;}



/*junguan end*/ 


/*shares*/

.shares{width:98%;max-width:1800px;margin:30px auto;}
.shares .shares_one{width:24%;margin-bottom:20px;margin-right:1.33%;}
.shares .shares_one:nth-of-type(4n){margin-right:0;}
.shares .shares_one img{width:100%;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.shares .shares_one h5{text-align:left;font-size:14px;margin:10px 0 0}
.shares .shares_one :hover img{opacity:0.8;}




/*shares end*/ 

/*hezuohuoban
.hzhb{width:90%;margin:30px auto;}
.hzhb .hzlogo a{display:block;width:16%;float:left;margin-right:0.8%;margin-bottom:30px;}
.hzhb .hzlogo a img{width:100%;}
.hzhb .hzlogo a:nth-of-type(6n){margin-right:0px;}
.hzhb .hzlogo a:hover img{opacity:0.6;}*/

.hzhb .lines {margin-bottom:20px;}
.hzhb .lines p{text-align: center;color:#58921A ;font-size:33px;}
.hzhb .lines p::before,.lines p::after{display:block;content:" ";position:absolute;width:2000px;height:1px;border-bottom:1px dashed #58921A;top:18px;}
.hzhb .lines p::before{left:230px;display:none;}
.hzhb .lines p::after{right:230px;display:none;}
.hzhb .lines h4{text-align:center;font-size:22px;color:#58921A; padding-bottom:15px;}
.hzhb .lines .iconfont{text-align:center;font-size:24px;color:#58921A;display:block;}


/*hezuohuoban end*/

/*move*/

.move_banner{width:90%;margin:20px auto;}
.move_banner .swiper-container{width:100%;}
.move_banner .swiper-container .swiper-slide img{width:100%;}

/*move end*/

/*dream2*/

.dreams2{width:90%;margin:30px auto;}
.dreams2 .dreams_two1{width:240px;box-sizing:border-box;padding:0 20px 0 0;text-align:left;font-size:14px; color:#666; text-align:justify;text-justify:distribute-all-lines; position:fixed;}
.dreams2 .dreams_two1 h6{margin:0 0 4px 0;font-size:16px;}
.dreams2 .dreams_two1 hr{margin:10px 0;width:96%;background:#333;height:1px;}
.dreams2 .dreams_two1 .fx{margin-top:100px;}
.dreams2 .dreams_two1 .fx .iconfont{font-size:20px;color:#666;}
/*.dreams2 .dreams_two1 p{margin-bottom:20px;line-height: 22px;}*/
.dreams2 .dreams_two2{max-width:1379px;box-sizing:border-box;padding:0 0 0 275px; line-height:28px;}
.dreams2 .dreams_two2 img{width:100%;}

/*dream2 end*/

.loading{background:white;z-index:200;}
.loading .jdt{width:0%;background:#178F04;height:2px;border-radius:10px;}
.loadingOut{opacity:0;visibility:hidden;z-index:-2;}


@media only screen and (max-width: 1220px) {
	header .nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:95%;padding:20px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin: 0 auto;}
	.sub_nav div:nth-of-type(1){padding:20px 14px 0 0 ;}
	footer .footer_midden{width:95%;}
	.move_banner{width:95%;}
	.Frontiers{width:95%;}
	.dreams2{width:95%;}
	.hzlogo{ width:95%;}
}
