
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 700px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 700px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 700px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 700px;
}

.fullSlide .hd {
 width: 100%;
 position: absolute;
 z-index: 2;
 bottom: 0;
 left: 0;
 height: 35px;
 text-align: center;
}

.fullSlide .hd ul {
 text-align: center;
}

.fullSlide .hd ul li {
 cursor: pointer;
 display: inline-block;
 zoom: 1;
 width: 12px;
 height: 12px;
 margin: 7px;
 background-color: #bfbfbf;
 overflow: hidden;
 line-height: 99px;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
 width: 40px;
 background: #1da039;
 border-radius: 6px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
}

.fullSlide .prev, .fullSlide .next {
 width: 40px;
 height: 60px;
 position: absolute;
 top: 50%;
 margin-top: -30px;
 z-index: 2;
 background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
 filter: alpha(opacity=30);
 -moz-opacity: .3;
 opacity: .3;
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
}

.fullSlide .prev {
 background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
 left: 10%;
}

.fullSlide .next {
 background-position: -6px -137px;
 right: 10%;
}

/* banner 结束 */


/* animated home */

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both
}

.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite
}

.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

@keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp
}

.animated_1 {
 animation-delay: 0.3s;
}

.animated_2 {
 animation-delay: 0.6s;
}

.animated_3 {
 animation-delay: 0.9s;
}

.animated_4 {
 animation-delay: 1.2s;
}

.animated_5 {
 animation-delay: 1.5s;
}

.animated_6 {
 animation-delay: 1.8s;
}

.animated_7 {
 animation-delay: 2.1s;
}

.animated_8 {
 animation-delay: 2.4s;
}

.animated_9 {
 animation-delay: 2.7s;
}

.animated_10 {
 animation-delay: 3s;
}

.animated_11 {
 animation-delay: 3.3s;
}

.animated_12 {
 animation-delay: 3.6s;
}

/* animated end */



/*流程*/



.liu_bg {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}

.liu_box{
 width: 1200px;
 height: 160px;
 margin: 0 auto;
 position: absolute;
 left: 0;
 bottom: 56px;
 z-index: 5;
 background: #fff;
}





.liu_r {
 padding-top: 0px;
 position: relative;
}



.in_liu_thr {
 width: 149px;
 height: 120px;
 float: left;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 padding-top: 26px;
 position: relative;
}


.in_liu_line{
 width: 1px;
 height: 70px;
 float: left;
 background:#f0f0f0;
 margin-top: 45px;
}


.in_liu_thr h6 {
 font-size: 15px;
 line-height: 22px;
 color: #333333;
 padding-top: 12px;
}

.in_liu_thr h5 {
 font-size: 14px;
 width: 32px;
 height: 32px;
 line-height: 32px;
 color: #fff;
 background:url(../images/lc_dd.png) no-repeat center;
 position: absolute;
 left: 59px;
 top: 124px;
 opacity: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_liu_tow {
 width: 60px;
 height: 60px;
 margin: 0 auto;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_liu_tow i {
 width: 60px;
 height: 60px;
 display: block;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_liu_thr:hover h5{
 top: 144px;
 opacity: 1;
}





.in_liu_tow i.lc_d1 {
 background: url(../images/lc_d1.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d2 {
 background: url(../images/lc_d2.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d3 {
 background: url(../images/lc_d3.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d4 {
 background: url(../images/lc_d4.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d5 {
 background: url(../images/lc_d5.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d6 {
 background: url(../images/lc_d6.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d7 {
 background: url(../images/lc_d7.png) 0 0 no-repeat;
}

.in_liu_tow i.lc_d8 {
 background: url(../images/lc_d8.png) 0 0 no-repeat;
}


.in_liu_thr:hover .in_liu_tow i.lc_d1 {
 background: url(../images/lc_d1.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d2 {
 background: url(../images/lc_d2.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d3 {
 background: url(../images/lc_d3.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d4 {
 background: url(../images/lc_d4.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d5 {
 background: url(../images/lc_d5.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d6 {
 background: url(../images/lc_d6.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d7 {
 background: url(../images/lc_d7.png) -60px 0 no-repeat;
}

.in_liu_thr:hover .in_liu_tow i.lc_d8 {
 background: url(../images/lc_d8.png) -60px 0 no-repeat;
}

/*流程end*/


/*a_tite*/

.a_tite {
 width: 1200px;
 margin: 0 auto;
 text-align: center;
 position: relative;
}


.a_tite h3 {
 line-height: 32px;
 font-size: 30px;
 color: #333;
}

.a_tite h5 {
 line-height: 20px;
 font-size: 16px;
 color: #666666;
 margin-top: 13px;
}


.a_tite_more{
 height: 50px;
 position: absolute;
 right: 0;
 top: 30px;
 text-align: left;
}


.a_tite_more a{
 display: block;
 width: 83px;
 line-height: 50px;
 color: #333;
 font-size: 16px;
 float: right;
 text-transform:uppercase;
 background:url(../images/yw_more.png) no-repeat right;
}

.a_tite_more  a:hover{
 color: #1da039;
}







/*业务*/


.yewu_bg {
 width: 100%;
 padding-top: 58px;
}


.yewu_pro {
 width: 1200px;
 margin: 0 auto;
 position: relative;
 margin-top: 46px;
}


/* 标签切换2，开始 */
.yewu_pro .hd {
 width: 336px;
 height: 375px;
 float: left;
}



.yewu_pro .hd ul {

}


.yewu_pro .hd ul li {
 height: 50px;
 cursor: pointer;
 color: #666666;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background: #1da039;
 margin-bottom: 10px;
}

.yewu_pro .hd ul li i{
 display: block;
}

.yewu_pro .hd ul li h6 {
 width: 56px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 float: left;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 font-size: 40px;
 font-weight: bold;
 color: #26ae43;
 font-family: Arial;
 font-style: italic;
}


.yewu_pro .hd ul li span {
 width: 275px;
 height: 50px;
 line-height: 50px;
 display: block;
 float: left;
 font-size: 16px;
 background:url(../images/yw_fd1.png) no-repeat 237px;
}


.yewu_pro .hd ul li span a{
 display: block;
 color: #fff;
 padding-right: 45px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.yewu_pro .hd ul li.on {
 cursor: pointer;
 background: #006db8;
}


.yewu_pro .hd ul li.on span a{
 color: #fff;
}

.yewu_pro .hd ul li.on h6{
 color: #fff;
}


.yewu_probox {
 width: 850px;
 overflow: hidden;
 float: right;
}



.yewu_pro .tab_box_2 .hide {
 display: none;
}


/* 标签切换2，结束 */


.yewu_pro_1 {
 position: relative;
 z-index: 1;
}


.yewu_pro_1_l {
 padding-top: 35px;
}


.yewu_pro_1_l ul li{
 width: 410px;
 height: 320px;
 float: left;
 margin-left: 15px;
}


.yewu_pro_1_l ul li img {
 width: 410px;
 height: 320px;
 display: block;
}


.yewu_pro_2a {
 height: 60px;
 line-height: 30px;
 padding: 5px 0 0 15px;
 color: #444444;
 font-size: 14px;
 overflow: hidden;
}



.yewu_more{
 height: 50px;
}

.yewu_more a{
 display: block;
 width: 83px;
 line-height: 50px;
 color: #333;
 font-size: 16px;
 float: right;
 text-transform:uppercase;
 background:url(../images/yw_more.png) no-repeat right;
}

.yewu_more  a:hover{
 color: #1da039;
}



/*业务end*/


/*优势*/

.advantage{
 padding-top: 59px;
}

.advantage_cent{
 margin-top: 57px;
 height: 635px;
 background:url(../images/ys_bg.jpg) no-repeat center;
 position: relative;
}

.advantage_line{
 width: 100%;
 height: 8px;
 background: #1da039;
 position: absolute;
 top: 318px;
 left: 0;
}


.advantage_box{
 width: 1200px;
 margin: 0 auto;
 padding-top: 60px;
}



.advantage_r {
 height: 300px;
}



.in_advantage_thr {
 width: 280px;
 height: 184px;
 float: left;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 10px;
 background: #42b160;
}


.in_advantage_thr h6 {
 font-size: 20px;
 line-height: 22px;
 color: #fff;
 padding-top: 5px;
}

.in_advantage_thr h4{
 font-size: 14px;
 line-height: 22px;
 color: #fff;
 padding: 15px 10px 0 10px;
}



.in_advantage_thr h5 {
 font-size: 14px;
 width: 40px;
 height: 40px;
 color: #fff;
 position: absolute;
 left: 113px;
 top: 234px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background: #fff;
 border-radius: 50%;
 padding: 7px;
 border: 1px solid #dbdbdb;
}


.in_advantage_thr h5 span{
 width: 40px;
 height: 40px;
 border-radius: 50%;
 display: block;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_advantage_thr h5 span.d1{
 background:url(../images/ys_d1.png) no-repeat 0 0 #fff;
}

.in_advantage_thr h5 span.d2{
 background:url(../images/ys_d2.png) no-repeat 0 0 #fff;
}

.in_advantage_thr h5 span.d3{
 background:url(../images/ys_d3.png) no-repeat 0 0 #fff;
}

.in_advantage_thr h5 span.d4{
 background:url(../images/ys_d4.png) no-repeat 0 0 #fff;
}


.in_advantage_thr:hover h5{
 border: 1px solid #006db8;
 background: #006db8;
}


.in_advantage_thr:hover h5 span.d1 {
 background:url(../images/ys_d1.png) no-repeat -40px 0 #fff;
}

.in_advantage_thr:hover h5 span.d2{
 background:url(../images/ys_d2.png) no-repeat -40px 0 #fff;
}

.in_advantage_thr:hover h5 span.d3{
 background:url(../images/ys_d3.png) no-repeat -40px 0 #fff;
}

.in_advantage_thr:hover h5 span.d4{
 background:url(../images/ys_d4.png) no-repeat -40px 0 #fff;
}



.in_advantage_tow {
 height: 76px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_advantage_tow i {
 height: 76px;
 line-height: 76px;
 display: block;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 color: #fff;
 font-size: 52px;
 font-family: Arial;
 font-weight: bold;
 font-style: italic;
}


.in_advantage_thr:hover{
 background: #2f89c6;
}


.in_advantage_thr .line{
 width: 1px;
 height: 0px;
 background: #006db8;
 position: absolute;
 left: 50%;
 top: 197px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_advantage_thr:hover .line{
 height: 24px;
}


/*优势end*/



.in_banner1_2 {
 margin: 0 auto;
 margin-top: 180px;
 width: 540px;
 height: 50px;
}


.in_banner1_3 {
 color: #fff;
 height: 50px;
 line-height: 50px;
 float: left;
 background:url(../images/ys_tel.png) no-repeat 0;
 padding-left: 56px;
}

.in_banner1_3 span{
 display: block;
 float: left;
 font-weight: bold;
}


.in_banner1_3 i {
 font-size: 34px;
 display: block;
 line-height: 50px;
 color: #fefefe;
 float: left;
 font-weight: bold;
}


.in_banner1_6 {
 width: 130px;
 height: 36px;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 float: right;
 margin-top: 6px;
}


.in_banner1_6 a {
 color: #333333;
 display: block;
 line-height: 36px;
 font-size: 14px;
 text-align: center;
 background: #fff;
}

.in_banner1_6 a:hover {
 background: #006db8;
 color: #fff;
}


/*案例*/

.case{
 width: 100%;
 padding-top: 59px;
}

.case_cent{
 width: 1205px;
 margin: 0 auto;
 height: 426px;
 margin-top: 48px;
}

.case_a{
 float: left;
 width: 196px;
 height: 426px;
 margin: 0 2.5px;
 position: relative;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.case_a_pic{
 width: 100%;
 height: 426px;
 overflow: hidden;
}

.case_a_pic img{
 width: 597px;
 height: 426px;
}


.case_b{
 width: 196px;
 height: 426px;
 position: absolute;
 left: 0;
 top: 0;
 background-color:rgba(0,0,0,0.6);
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.case_b h4{
 width: 80px;
 height: 2px;
 background: #fff;
 margin: 0 auto;
 margin-top: 132px;
}

.case_b h5{
 width: 44px;
 height: 44px;
 line-height: 44px;
 color: #fff;
 text-align: center;
 font-size: 18px;
 background:url(../images/al_q1.png) no-repeat center;
 margin: 0 auto;
 margin-top: 27px;
}

.case_b h6{
 line-height: 20px;
 color: #fff;
 font-size: 14px;
 display: block;
 padding: 0 2px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.case_b span{
 line-height: 20px;
 color: #949494;
 font-size: 14px;
 display: block;
 padding: 4px 2px 0 2px;
 text-transform:uppercase;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.case_b i{
 width: 22px;
 height: 22px;
 background:url(../images/al_d1.png) no-repeat center;
 margin: 0 auto;
 margin-top: 54px;
 display: block;
}

.case_c{
 width: 100%;
 height: 46px;
 background-color:rgba(29,160,57,0.7);
 position: absolute;
 left: 0;
 bottom: 0;
 opacity: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.case_c a{
 display: block;
 line-height: 46px;
 padding: 0 50px 0 17px;
 color: #fff;
 font-size: 16px;
 background:url(../images/al_d1.png) no-repeat 555px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.case_c a:hover{
 padding-left: 25px;
}

.case_on{
 width: 597px;
}

.case_on .case_b{
 left: -200px;
}

.case_on .case_c{
opacity: 1;
}


/*案例end*/



/*简介*/


.in2_about {
 width: 100%;
 height: 566px;
 padding-top: 56px;
 background:url(../images/ab_Bg.jpg) no-repeat center top;
 margin-top: 60px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.in2_about_1 {
 margin: 0 auto;

}


.in2_about_2_t {
 height: 40px;
 color: #d1d1d1;
 font-size: 36px;
 text-transform: uppercase;
}

.in2_about_3x {
 width: 1200px;
 margin: 0 auto;
}


.in2_about_6 {

}


.in2_about_3 {
 line-height: 30px;
 height: 120px;
 overflow: hidden;
 padding: 48px 50px 0 50px;
 color: #333333;
 font-size: 15px;
 text-align: center;
}



.in2_about_5 {
 height: auto;
}

.about_more{
 width: 200px;
 height: 42px;
 margin: 0 auto;
 margin-top: 44px;
}

.about_more a{
 display: block;
 line-height: 40px;
 color: #888888;
 font-size: 16px;
 padding-left: 57px;
 border: 1px solid #adadad;
 text-transform:uppercase;
 background:url(../images/ab_more.png) no-repeat 130px;
}


.about_more a:hover{
 color: #fff;
 border: 1px solid #1da039;
 background: #1da039;
 padding-left: 70px;
}



.in2_about_4 {
 width: 1200px;
 height: 80px;
 margin: 0 auto;
 margin-top: 50px;
}


.in2_about_4_line{
 width: 1px;
 height: 80px;
 float: left;
margin: 0 31px;
}


.in2_about_4_2 {
 float: left;
 width: 250px;
 height: 80px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in2_about_4_2 h6 span {
 font-size: 18px;
 color: #333333;
 display: block;
 font-weight: bold;
 padding-top: 15px;
}


.in2_about_4_2 h6 i {
 font-size: 14px;
 color: #666666;
 font-family: Arial;
}


.in2_about_4_2 h6 a {
 color: #fff;
 line-height: 28px;
 display: block;
 height: 80px;
}


.in2_about_4_2 b{
 display: block;
 width: 80px;
 height: 80px;
 float: left;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-right: 19px;
}


.in2_about_4_2 b.d1 {
 background: url(../images/ab_d1.png) no-repeat center #1da039;
}

.in2_about_4_2 b.d2 {
 background: url(../images/ab_d2.png) no-repeat center #1da039;
}

.in2_about_4_2 b.d3 {
 background: url(../images/ab_d3.png) no-repeat center #1da039;
}

.in2_about_4_2 b.d4 {
 background: url(../images/ab_d4.png) no-repeat center #1da039;
}

.in2_about_4_2:hover b.d1 {
 background: url(../images/ab_d1.png) no-repeat center #006db8;
}

.in2_about_4_2:hover b.d2 {
 background: url(../images/ab_d2.png) no-repeat center #006db8;
}

.in2_about_4_2:hover b.d3 {
 background: url(../images/ab_d3.png) no-repeat center #006db8;
}

.in2_about_4_2:hover b.d4 {
 background: url(../images/ab_d4.png) no-repeat center #006db8;
}


.in2_about_4_2:hover{
 transform: translateY(-5px);
}


.in2_about_4_2:hover a span{
 color: #1da039;
}

.in2_about_4_2:hover a i{
 color: #1da039;
}


/*简介end*/


/*荣誉*/


.rong_cont {
 padding-top: 57px;
 background:url(../images/ry_bg.png) no-repeat center bottom;
}

.in_rong_ss {
 height: 487px;
 position: relative;
}


.in_rong_right {
 width: 100%;
 position: relative;
}


.in_rong_cont {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}

.in_rong {
 width: 1200px;
}


.in_rong_li {
 float: left;
 width: 280px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
padding: 10px;
 margin-bottom: 20px;
 margin-top: 55px;
}


.rong_imgscale_x {
 width: 100%;
 height: 202px;
 position: relative;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.rong_imgscale {
 width: 100%;
 height: 100%;
}


.rong_imgscale img {
 width: 100%;
 height: 100%;
}


.in_rong_txt{
 padding-bottom: 15px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_rong_txt h6{
 height: 40px;
 line-height: 40px;
 font-size: 15px;
}

.in_rong_txt h6 a{
 display: block;
 padding: 0 10px;
 text-align: center;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.in_rong_txt h5{
 width: 30px;
 height: 1px;
background: #000;
 margin: 0 auto;
 opacity: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_rong_txt h4{
color: #666666;
 font-size: 14px;
 line-height: 24px;
 height: 0px;
 overflow: hidden;
 padding: 10px 5px 0 5px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}




.in_rong .on {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.in_rong .on .in_rong_txt{
 padding-top: 9px;
}

.in_rong .on .in_rong_txt h5{
 opacity: 1;
}

.in_rong .on .in_rong_txt h4{
 height: 72px;
}





/*.fill {object-fit: fill;}*/
/*.contain {object-fit: contain;}*/
/*.cover {object-fit: cover;}*/
/*.scale-down {object-fit: scale-down;}*/
/*.none {object-fit: none;}*/



.rong_lefts {
 background: url(../images/ry_l.png) no-repeat center #dcdde0;
 width: 30px;
 height: 94px;
 color: #fff;
 position: absolute;
 top: 160px;
 left: -50px;
 cursor: pointer;
 z-index: 20;
 display: none;
}

.rong_lefts:hover{
 background: url(../images/ry_la.png) no-repeat center #1da039;
}


.rong_rights {
 background: url(../images/ry_r.png) no-repeat center #dcdde0;
 width: 30px;
 height: 94px;
 position: absolute;
 top: 160px;
 right: -50px;
 cursor: pointer;
 z-index: 20;
  display: none;
}

.rong_rights:hover{
 background: url(../images/ry_ra.png) no-repeat center #1da039;
}


/*荣誉end*/



/*新闻*/


.in_news_tow {
 width: 100%;
 margin: 0 auto;
 margin-top: 58px;
}


.in_news_tow_pro {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}


.in_news_tit{
 position: absolute;
 left: 0;
 top: 0;
 z-index: 10;
}


.in_news_tit h3 {
 line-height: 32px;
 font-size: 30px;
 color: #333;
}

.in_news_tit h5 {
 line-height: 20px;
 font-size: 16px;
 color: #666666;
 margin-top: 13px;
 text-transform:uppercase;
}







#tab_news {
 width: 100%;
}


#tab_news .news_menu {
 height: 40px;
 padding-left: 744px;
}


#tab_news .news_menu li {
 float: left;
 width: 140px;
 height: 38px;
 line-height: 38px;
 color: #666666;
 font-size: 16px;
 cursor: pointer;
 border: 1px solid #dadada;
 margin-left: 10px;
 text-align: center;
}

#tab_news .news_menu li a{
 color: #666666;
}

#tab_news .news_menu .on {
 color: #fff;
 background: #1da039;
 border: 1px solid #1da039;
}


#tab_news .news_menu .on a{
 color: #fff;
}

.in_news_1 .tab_box_news {
 width: 100%;
 clear: both;
 padding-top: 90px;
}


.in_news_1 .tab_box_news .hide{
 display: none;
}

.in_news_1 {
 overflow: hidden;
 position: relative;
 padding-top: 11px;
}

.in_news_2 {
 width: auto;
}



.in_news_cct{
 height: 54px;
}

.in_news_cct h3{
 width: 93px;
 height: 54px;
 line-height: 54px;
 background:url(../images/news_jia.png) no-repeat 0;
 float: left;
 margin-left: 20px;
}


.in_newss_maa{
 width: 84px;
 height: 54px;
 float: right;
 margin-right: 20px;
}

.in_newss_maa a{
 display: block;
 line-height: 54px;
 text-transform:uppercase;
 font-size: 16px;
 color: #fff;
 background:url(../images/news_more.png) no-repeat right;
}

.in_newss_maa a:hover{
 padding-left: 5px;
}




.in_news_2cc {
 width: 352px;
 height: 440px;
 float: right;
 background:url(../images/news_bg1.png) no-repeat center top #f5f5f5;
}


.in_newss_4 {
 padding-top: 6px;
}


.in_newss_4_1 {
 height: 186px;
 overflow: hidden;
 margin: 0 20px;
}


.in_newss_4_1 img {
 width: 100%;
 height: 186px;
 transition: all 0.5s;
 transform: scale(1);
}

.in_newss_4_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.06);
}



.in_news_pro_5 {
 padding: 15px 20px 0 20px;
}


.in_news_pro_5 ul li {
 height: 42px;
 line-height: 42px;
 overflow: hidden;
 border-bottom: 1px dashed #dadada;
}

.in_news_pro_5 ul li a {
 display: block;
 padding: 0 10px 0 0;
 color: #666666;
 font-size: 14px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 }


.in_news_pro_5 ul li a:hover {
 color: #1da039;
 padding-left: 5px;
}


.in_news_pro_5 ul li span {
 float: right;
 color: #cccccc;
}


/*----*/


.in_nfourbox_aa{
 float: left;
 width: 848px;
}


.in_nfourbox {
 float: left;
 width: 404px;
 overflow: hidden;
 position: relative;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-right: 20px;
 padding-bottom: 5px;
}


.in_nfourbox_1 {
 float: left;
 width: 84px;
 height: 84px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
border: 1px solid #dadada;
 text-align: center;
}


.in_nfourbox_1 h5 {
 height: 20px;
 line-height: 20px;
 font-size: 14px;
 padding-top: 8px;
}

.in_nfourbox_1 h6 {
  line-height: 30px;
 font-size: 28px;
 padding-top: 13px;
}



.in_nfourbox_2 {
 float: left;
 width: 296px;
 height: 84px;
 margin-left: 22px;
}


.in_nfourbox_2 h6 {
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 font-size: 16px;
 padding-top: 4px;
}


.in_nfourbox_2 h6 a {
 color: #333333;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_nfourbox_2 h6 a:hover {
 color: #1da039;
 padding-left: 5px;
}

.in_nfourbox_2 h4 {
 color: #888888;
 font-size: 14px;
 line-height: 21px;
 height: 42px;
 display: block;
 overflow: hidden;
 margin-top: 5px;
}

.in_nfourbox_pic{
 width: 100%;
 height: 220px;
 float: left;
 overflow: hidden;
 margin-top: 20px;
}

.in_nfourbox_pic img{
 width: 100%;
 height: auto;
}



.news_one_li {
 float: left;
 width: 404px;
 height: 52px;
 line-height: 52px;
 overflow: hidden;
 border-bottom: 1px dashed #dadada;
 margin-right: 20px;
}


.news_one_li a {
 display: block;
 padding: 0 10px 0 21px;
 color: #333333;
 font-size: 14px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 background:url(../images/news_d1.png) no-repeat 0;
}


.news_one_li a:hover {
 color: #1da039;
 padding-left: 26px;
 background:url(../images/news_d2.png) no-repeat 5px;
}


.news_one_li span {
 float: right;
 color: #cccccc;
}

.news_one_li:hover span{
 color: #1da039;
}


/*地图*/

.lx_map{
 width: 100%;
 height: 570px;
 background:url(../images/ly_bg.jpg) no-repeat center;
 margin-top: 50px;
}

.lx_map_cent{
 width: 1200px;
 margin: 0 auto;
}


.webq_bottom_r {
 width: 438px;
 height: 480px;
 float: left;
 background: #fff;
 margin-top: 45px;
 border-radius: 5px;
 overflow: hidden;
}


.webq_bottom_ati{
 height: 100px;
 line-height: 30px;
 color: #fff;
 font-size: 14px;
 background: #1da039;
 text-align: center;
 text-transform:uppercase;
}


.webq_bottom_ati b{
 font-size: 28px;
 display: block;
 padding-top: 22px;
 padding-bottom: 7px;
}




.webq_bottom_r3 {
 height: auto;
 padding: 40px 27px 0 27px;
}


.webq_bottom_r3_1 {
 width: 100%;
 height: 50px;
 line-height: 50px;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: #f0f0f0;
 border-radius: 5px;
}


.webq_bottom_r3_wi{
 width: 270px;
 float: left;
}


.webq_bottom_ml {
 margin-top: 20px;
}


.webq_bottom_r1 {
 height: 90px;
 margin-top: 20px;
 position: relative;
 background: #f0f0f0;
 border-radius: 5px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}



.webq_bottom_r4 {
 height: 50px;
 margin-top: 30px;
 position: relative;
}


.webq_bd_1 {
 width: 100%;
 height: 100px;
 background: none;
 line-height: 30px;
 color: #333333;
 padding: 5px 10px 5px 40px;
 box-sizing: border-box;
 display: block;
}


.webq_bd_2 {
 width: 100%;
 height: 48px;
 line-height: 48px;
 background: none;
 color: #333333;
 box-sizing: border-box;
 padding: 0 10px 0 40px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
}

.webq_bd_3 {
 width: 100%;
 height: 50px;
 line-height: 50px;
 background: none;
 color: #333333;
 box-sizing: border-box;
 padding: 0 10px 0 20px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
}





.webq_bd_yz {
 width: 100%;
 height: 40px;
 line-height: 40px;
 background: none;
 color: #333333;
 box-sizing: border-box;
 padding: 0 10px 0 12px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
 border: 1px solid #dedede;
}


.webq_bd_go {
 margin: 0;
 width: 100px;
 height: 50px;
 background: #1da039;
 cursor: pointer;
 color: #fff;
 line-height: 50px;
 font-size: 14px;
 border: 0;
 outline: none;
 float: right;
 border-radius: 5px;
}


.webq_bottom_yzmtu {
 width: 100px;
 height: 30px;
 background: #1da039;
 position: absolute;
 top: 10px;
 right: 10px;
}


.webq_bottom_yzmtu img {
 width: 100px;
 height: 30px;
 display: block;
}



.ly_d1 {
 width: 24px;
 height: 50px;
 position: absolute;
 left: 18px;
 top: 0;
 background: url(../images/ly_d1.png) no-repeat 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.ly_d2 {
 width: 24px;
 height: 50px;
 position: absolute;
 left: 18px;
 top: 0;
 background: url(../images/ly_d2.png) no-repeat 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.ly_d3 {
 width: 24px;
 height: 40px;
 position: absolute;
 left: 18px;
 top: 0;
 background: url(../images/ly_d3.png) no-repeat 0;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}



/*图标移动home*/

.lqy_jia .webq_bd_2 {
 padding: 0 40px 0 10px;
}


.lqy_jia .ly_d1 {
 left: 300px;
}

.lqy_jia .ly_d2 {
 left: 300px;
}

.lqy_jia .webq_bd_1 {
 padding: 0 40px 0 10px;
}

.lqy_jia .ly_d3 {
 left: 300px;
}



/*图标移动end*/


/*定义input的初始颜色home*/

.webq_bottom_r input::-webkit-input-placeholder {
 color: #888888;
}

.webq_bottom_r input::-moz-placeholder {
 color: #888888;
}

.webq_bottom_r input:-moz-placeholder {
 color: #888888;
}

.webq_bottom_r input:-ms-input-placeholder {
 color: #888888;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
 color: #888888;
}

.webq_bottom_r textarea::-moz-placeholder {
 color: #888888;
}

.webq_bottom_r textarea:-moz-placeholder {
 color: #888888;
}

.webq_bottom_r textarea:-ms-input-placeholder {
 color: #888888;
}

/*定义input的初始颜色end*/


.bottom_one_txt2{
 color: #808080;
 line-height: 30px;
 float: right;
 width: 410px;
 height: 342px;
 background: #fff;
 padding: 0 20px;
 position: relative;
 margin-top: 120px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.bottom_one_txt2 a{
 color: #808080;
}


.bottom_one_txt2 a:hover{
 text-decoration: underline;
 color: #1da039;
}

.bottom_one_txt2 h4{
 font-size: 22px;
 color: #333333;
 font-family: Arial;
 text-transform:uppercase;
 padding-top: 53px;
 line-height: 20px;
}

.bottom_one_txt2 h5{
 font-size: 18px;
 color: #333333;
 text-transform:uppercase;
 padding-bottom: 35px;
}


/*地图end*/

















