﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 500px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 580px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 500px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 500px;
}

.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: #0170e1;
 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(../image/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(../image/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 */


/*b_text_xx*/

.b_text_xx {
 text-align: center;
 padding-top: 40px;
 background:url(../image/newsinformation.png) no-repeat top;
}


.b_text_bg1{
 background:url(../image/productcenter.png) no-repeat top;
}

.b_text_bg2{
 background:url(../image/projectcases.png) no-repeat top;
}

.b_text_bg3{
 background:url(../image/aboutus.png) no-repeat top;
}


.b_text_xx h3 {
 height: 40px;
 line-height: 1;
 font-size: 36px;
 font-weight: bold;
 padding-bottom: 37px;
 background:url(../image/in_x1.png) no-repeat bottom;
}





/*新闻*/

.in_newsfaq_ss {
 padding-top: 46px;
}

.in_newsfaq {
 width: 1300px;
 height: auto;
 margin: 0 auto;
 padding-top: 19px;
}

.in_news_1 {
 overflow: hidden;
 position: relative;
 width: 855px;
 float: left;
}


#tab_news {
 width: 100%;
 height: 40px;
}


#tab_news .news_menu {
 height: 40px;
}


#tab_news .news_menu li {
 float: left;
 width: 130px;
 height: 40px;
 line-height: 40px;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 background: #333333;
 margin-right: 18px;
 border-radius: 20px;
 text-align: center;
}

#tab_news .news_menu li a{
 color: #fff;
}

#tab_news .news_menu .on {
 color: #fff;
 cursor: pointer;
 background: #0170e1;
}




.in_newss_boxaa{
 margin-top: 18px;
}

.in_newss_boxaa .hide{
 display: none;
}

.in_newss_boxbb{

}


.in_newss_4 {
 float: left;
 width: 410px;
}

.in_newss_4_1 {
 width: 100%;
 height: 263px;
 overflow: hidden;
}

.in_newss_4_1 img {
 width: 100%;
 height: 263px;
 transition: all 0.5s;
 transform: scale(1);
}

.in_newss_4_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.06);
}



.in_newss_4_2 {
 overflow: hidden;
 height: 167px;
 padding: 0 34px;
 background: #f8f8f8;
}


.in_newss_4_2 h6 {
 font-size: 16px;
 color: #333;
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 padding-top: 30px;
}

.in_newss_4_2 h6 a {
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.in_newss_4_2 h6 a:hover {
 padding-left: 5px;
}


.in_newss_4_2 i {
 height: 30px;
 color: #666666;
 line-height: 30px;
 padding-top: 5px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_newss_4_2 h5 {
 font-size: 14px;
 color: #666666;
 padding-top: 16px;
}



.in_news_pro_5 {
 float: right;
 width: 415px;
}


.in_news_pro_5 ul {
 overflow: hidden;
}


.in_news_pro_5 ul li {
 height: 60px;
 line-height: 1;
 overflow: hidden;
 border-bottom: 1px solid #cccccc;
 margin-bottom: 18px;
}


.in_news_pro_5 ul li a {
 display: block;
 color: #666666;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 margin-top: 12px;
 padding-right: 20px;
 background: url(../image/n_djia1.png) no-repeat right;
 background-size: 0;
}


.in_news_pro_5 ul li:hover a {
 color: #0170e1;
 padding-left: 10px;
 background: url(../image/n_djia1.png) no-repeat right;
 background-size: 20px;
}


.in_news_pro_5 ul li span {
 display: block;
 color: #666666;
 font-size: 12px;
}


.news_more {
 width: 124px;
 height: 35px;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.news_more a {
 color: #fff;
 display: block;
 line-height: 35px;
 background: #0170e1;
 text-align: center;
}

.news_more a:hover {
 border-radius: 16px;
}





.in_faq {
 float: right;
 width: 410px;
}

/*问答标题*/

.in_faq_t {
 height: 40px;
}


.in_faq_t h3 {
 font-size: 18px;
 text-transform: uppercase;
 float: left;
 width: 130px;
 height: 40px;
 line-height: 40px;
 background: #333333;
 color: #fff;
 text-align: center;
 border-radius: 20px;
 font-weight: bold;
}


.in_faq_t span{
 display: block;
 float: right;
 width: 25px;
 height: 40px;
}

.in_faq_t span a {
 color: #333;
 line-height: 40px;
 font-size: 28px;
 font-weight: bold;
}

.in_faq_t span a:hover {
 color: #0170e1;
}



.in_fzq_4_1 {
 width: 100%;
 height: 162px;
 overflow: hidden;
}

.in_fzq_4_1 img {
 width: 100%;
 transition: all 0.5s;
 transform: scale(1);
}

.in_fzq_4_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.06);
}



.in_faq_as {
 padding-top: 20px;
}

.in_faq_pro {
 overflow: hidden;
 margin-top: 18px;
 height: 250px;
}

.in_faq_1 {
 overflow: hidden;
 height: 250px;
}


.in_faq_x {
 height: 113px;
 margin: 0 0 20px 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border-bottom: 1px solid #cccccc;
}


.in_faq_a {
 height: 30px;
 line-height: 30px;
 background: url(../image/faq_dd.png) no-repeat 0;
 padding-left: 22px;
 color: #333;
 overflow: hidden;
 font-size: 14px;
}


.in_faq_a a {
 color: #333;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.in_faq_a a:hover {
 padding-left: 5px;
 color: #0170e1;
}


.in_faq_q {
 height: 48px;
 line-height: 24px;
 color: #666666;
 margin-top: 14px;
 overflow: hidden;
}



/*新闻end*/





/*产品*/

.in_products_xx {
 margin-top: 29px;
}


.in_products {
 width: 1300px;
 margin: 0 auto;
 position: relative;
 padding-top: 30px;
}


.pl_tel {
 height: 120px;
 background: #0170e1;
 text-align: center;
}


.pl_tel h3 {
 color: #fff;
 font-size: 18px;
 margin-top: 3px;
 font-weight: bold;
 height: 26px;
 line-height: 26px;
 background:url(../image/cp_tline.png) no-repeat center;
}


.pl_tel h4{
 font-size: 20px;
 color: #fff;
 text-transform:uppercase;
 line-height: 26px;
 font-weight: 100;
 padding-top: 35px;
}


.in_products_r {
 width: 1300px;
 overflow: hidden;
}


#tab_left {
 width: 234px;
 float: left;
 border: 3px solid #0170e1;
 border-radius: 3px;
}


#tab_left .tab_fl {
 padding: 0 16px;
 padding-top: 13px;
 height:778px;
}


#tab_left .tab_fl li {
 height: 42px;
 line-height: 42px;
 font-size: 16px;
 cursor: pointer;
margin-bottom:5px;
}


#tab_left .tab_fl li a{
 color: #333;
 padding-left: 25px;
 padding-right: 5px;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 border-radius: 5px;
 text-transform:uppercase;
}


#tab_left .tab_fl li a:hover {
 background: #0170e1;
 padding-left: 30px;
 color: #fff;
}



.cp_fmore{
 width: 200px;
 height: 130px;
 color: #666666;
 background:#333333;
 margin: 0 auto;
 border-radius: 5px;
}

.cp_fmore h6{
 display: block;
 text-align: center;
 color: #fff;
 font-size: 16px;
 line-height: 24px;
 width: 20px;
 margin: 18px 0 0 28px;
 float: left;
}

.cp_fer{
 width: 98px;
 height: 98px;
 float: left;
 background:url(../image/cp_erbg.png) no-repeat 0 top;
 padding-top: 10px;
 margin-left: 28px;
 margin-top: 14px;
}

.cp_fer img{
 width: 70px;
 height: 70px;
 padding: 3px;
 background: #fff;
 display: block;
 margin: 0 auto;
}



#tab {
 height: 45px;
 margin-left: 35px;
}


#tab .tab_menu {
 height: 45px;
 float: left;
}


#tab .tab_menu li {
 float: left;
 width: 160px;
 height: 45px;
 line-height: 45px;
 font-size: 20px;
 cursor: pointer;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 background:#333333;
 border-radius: 23px;
 margin-right: 35px;
 font-weight: bold;
}


#tab .tab_menu li.on{
 background: #0170e1;
 color: #fff;
}




.cp_more {
 float: right;
 width: 130px;
 height: 36px;
 line-height: 36px;
 font-size: 14px;
 text-transform: uppercase;
 text-align: center;
 margin-top: 5px;
}

.cp_more a {
 color: #666666;
 display: block;
 background: #f2f2f2;
 border-radius: 18px;
}

.cp_more a:hover {
 color: #fff;
 background: #0170e1;
}


.in_products_r .tab_box {
 float: right;
 width: 1060px;
}


.in_products_r .tab_box .hide {
 display: none;
}



.in_products_cent{

}

.in_products_pro {
 position: relative;
 padding-top: 24px;
}


.in_pro_2 {
 float: left;
 width: 300px;
 margin: 0 0 15px 35px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 border: 1px solid #dddddd;
 padding: 8px;
}


.in_pro_2 .in_pro_1pic {
 width: 100%;
 height: 200px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_pro_2 .in_pro_1pic img {
 width: 100%;
 height: 100%;
 transform: scale(1);
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_pro_txt {
 width: 100%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 8px;
}


.in_pro_txt h6 {
 font-size: 14px;
 height: 42px;
 line-height: 42px;
 background:#ededed;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 z-index: 5;
 border-radius: 3px;
 overflow: hidden;
}


.in_pro_txt h6 a {
 color: #666666;
 padding: 0 55px 0 20px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 background:url(../image/cp_d1.png) no-repeat 244px;
}


.in_pro_txt h6:after{
 width: 0;
 height: 100%;
 content: '';
 background: #0170e1;
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_pro_2:hover .in_pro_txt h6:after{
 width: 100%;
}


.in_pro_2:hover .in_pro_txt h6 a {
 color: #fff;
 background:url(../image/cp_d2.png) no-repeat 254px;
}


/*产品end*/



/*in_banner1*/

.in_banner1 {
 width: 100%;
 height: 326px;
 background:url(../image/in_b1bg.jpg) no-repeat center;
 margin-top: 20px;
}


.in_banner1_1 {
 width: 1300px;
 height: 326px;
 margin: 0 auto;
 position: relative;
}


.in_banner1_right {
 color: #fff;
 padding: 18px 0 0 24px;
 width: 736px;
 float: left;
}



.in_banner1_pic {
 height: 38px;
 padding-top: 80px;
 padding-left: 72px;
 font-size: 35px;
}


.in_banner1_pic2 {
 width: 613px;
 height: 43px;
 line-height: 43px;
 text-align: center;
 font-size: 18px;
 background:url(../image/in_b1bg2.png) no-repeat center;
 margin-top: 29px;
}


.about_shubox{
 margin: 0 auto;
 position: relative;
}


.about_shu {
 margin-top: 10px;
}


.about_shua {
 float: left;
 height: 40px;
 text-align: center;
 margin-top: 22px;
 padding-right: 23px;
}


.about_shua_1{
 height: 40px;
 position: relative;
 overflow: hidden;
 float: left;
}


.about_shua h4 {
 height: 40px;
 line-height: 40px;
 font-size: 16px;
 color: #fff;
}

.about_shua h4 b {
 font-size: 40px;
 line-height: 40px;
 font-weight: normal;
 font-family: Arial;
}

.about_shua h4 span{

}












.in_banner1_2 {
 width: 280px;
 height: 66px;
 float: left;
}


.in_banner1_3 {
 color: #fff;
}


.in_banner1_3 span {
 font-size: 16px;
 display: block;
 color: #fff;
 line-height: 20px;
 padding-top: 100px;
}


.in_banner1_3 i {
 font-size: 28px;
 display: block;
 line-height: 32px;
 padding-top: 5px;
}



.in_banner1_6 {
 width: 188px;
 height: 40px;
 margin-top: 25px;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_banner1_6 a {
 color: #666666;
 display: block;
 line-height: 40px;
 text-align: center;
 background: #fff;
 border-radius: 5px;
}


.in_banner1_6 a:hover {
 background: #fff;
 color: #0170e1;
 border-radius: 20px;
}



/*优势*/


.advantage {
 width: 100%;
 background:url(../image/ys_bg.jpg) no-repeat center top;
 padding-top: 78px;
 height: 568px;
}


.advantage_t{
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
}


.advantage_p {
 width: 1300px;
 margin: 0 auto;
 position: relative;
}


.advantage_t2 {
 width: 100%;
 text-align: center;
}

.advantage_t2 h6 {
 line-height: 30px;
 font-size: 30px;
 color: #014590;
}

.advantage_t2 h5 {
 text-transform: uppercase;
 padding: 5px 0 0 0;
}

.advantage_t2 h5 span {
 color: #9f9f9f;
 font-size: 24px;
 line-height: 30px;
 padding: 0 10px;
}

.advantage_t2 h5 i {
 width: 20px;
 height: 15px;
 display: inline-block;
 background: url(../image/in_x1.png) no-repeat center;
}


.advantage_t2 h4 {
 height: 20px;
 line-height: 20px;
 font-size: 14px;
 color: #b9b9b9;
}


.advantage_p .tab_box_2 {
 width: 100%;
 height: 370px;
 overflow: hidden;
 display: block;
 position: relative;
 padding-top: 156px;
}


.youshi_pro_1 {
 height: 370px;
 position: relative;
}

.youshi_pro_1_l {
 float: left;
 width: 460px;
 height: 300px;
 overflow: hidden;
 padding: 18px;
 border: 1px solid #d2d2d2;
}


.youshi_pro_1_l img {
 width: 460px;
 height: 300px;
}



.youshi_pro_2a {
 float: left;
 width: 400px;
 margin-left: 1px;
 padding-left: 83px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background:url(../image/ys_line.png) no-repeat 0 48px;
}


.youshi_pro_2a h5 {
 height: 30px;
 line-height: 1;
 font-size: 20px;
 font-weight: bold;
 padding-top: 35px;
}

.youshi_pro_2a h4 {
 line-height: 1;
 font-size: 14px;
 color: #333333;
}


.youshi_pro_2_1 {
 line-height: 30px;
 padding: 28px 0 0 0;
 color: #666666;
 font-size: 14px;
}

.youshi_pro_2_1 i{
 display: block;
 height: 12px;
}


.advantage_l {
 float: left;
 background: url(../image/ys_l.png) no-repeat center;
 display: block;
 width: 40px;
 height: 40px;
 cursor: pointer;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: absolute;
 left: 584px;
 top: 452px;
 z-index: 5;
 border: 1px solid #5e3438;
}


.advantage_r {
 float: left;
 background: url(../image/ys_r.png) no-repeat center #0170e1;
 display: block;
 width: 42px;
 height: 42px;
 cursor: pointer;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: absolute;
 left: 645px;
 top: 452px;
 z-index: 5;
}








.advantage_p .hd {
 width: 353px;
 height: 520px;
 position: absolute;
 right: 0;
 top: 0;
}


.advantage_p .hd ul{

}


.advantage_p .hd ul li {
 cursor: pointer;
 height: 110px;
 color: #888888;
 position: relative;
 background: #fff;
 margin-bottom: 16px;
 z-index: 5;
}

.advantage_p .hd ul li h6{
 width: 91px;
 height: 110px;
 line-height: 110px;
 position: absolute;
 right: 0;
 top: 0;
 color: #eff1f4;
 font-size: 70px;
 font-weight: bold;
 font-family: Arial;
 z-index: -1;
}



.advantage_p .hd ul li i {
 display: block;
 width: 60px;
 height: 60px;
 float: left;
 margin-left: 27px;
 margin-top: 25px;
 margin-right: 18px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border-radius: 50%;
}


.advantage_p .hd ul li i.d1{
 background:url(../image/ys_d1.png) no-repeat 0 0 #0170e1;
}

.advantage_p .hd ul li i.d2{
 background:url(../image/ys_d2.png) no-repeat 0 0 #0170e1;
}

.advantage_p .hd ul li i.d3{
 background:url(../image/ys_d3.png) no-repeat 0 0 #0170e1;
}

.advantage_p .hd ul li i.d4{
 background:url(../image/ys_d4.png) no-repeat 0 0 #0170e1;
}


.advantage_p .hd ul li span {
 display: block;
 font-size: 16px;
 color: #333333;
 padding-top: 32px;
}


.advantage_p .hd ul li b {
 display: block;
 color: #333333;
 font-weight: normal;
 text-transform:uppercase;
 font-size: 12px;
 padding-top: 5px;
}


.advantage_p .hd ul li.on i.d1{
 background:url(../image/ys_d1.png) no-repeat 0 -60px #fff;
}

.advantage_p .hd ul li.on i.d2{
 background:url(../image/ys_d2.png) no-repeat 0 -60px #fff;
}

.advantage_p .hd ul li.on i.d3{
 background:url(../image/ys_d3.png) no-repeat 0 -60px #fff;
}

.advantage_p .hd ul li.on i.d4{
 background:url(../image/ys_d4.png) no-repeat 0 -60px #fff;
}

.advantage_p .hd ul li.on{
background: #0170e1;
 position: relative;
 z-index: 5;
}


.advantage_p .hd ul li.on span {
 color: #fff;
}

.advantage_p .hd ul li.on b{
 color: #fff;
}

.advantage_p .hd ul li.on h6{
 color: #fff;
}




/*优势end*/




/*案例*/


.cases {
 width: 1300px;
 margin: 0 auto;
 overflow: hidden;
 padding-top: 58px;
}


.cases_box1 {
 width: 1350px;
 margin: 0 auto;
 padding-top: 38px;
}


.cases_tkd1_pro1 {
 float: left;
 width: 310px;
 margin: 0 20px 36px 0;
 position: relative;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.cases_tkd1_box{
 background: #fff;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}



.cases_tkd1_pic {
 width: 100%;
 height: 230px;
 overflow: hidden;
 padding: 6px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #dddddd;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.cases_tkd1_pic img {
 width: 100%;
 height: 100%;
}


.cases_txt {
 width: 100%;
 height: 46px;
 line-height: 46px;
 background:url(../image/al_d1.png) no-repeat 295px;
 border-bottom: 1px solid #f0f0f0;
 margin-top: 10px;
}


.cases_txt a {
 color: #343434;
 padding: 0 20px 0 5px;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.cases_tkd1_pro1:hover .cases_txt{
border-bottom: 1px solid #0170e1;
}

.cases_tkd1_pro1:hover .cases_txt a{
 color: #0170e1;
 padding-left: 10px;
}

.cases_tkd1_pro1:hover .cases_tkd1_pic{
 background: #0170e1;
 border: 1px solid #0170e1;
}


/*案例end*/


/*公司简介*/


.in2_about {
 width: 100%;
 padding-top: 45px;
 padding-bottom: 65px;
 background:url(../image/ab_bg.jpg) repeat-y;
 margin-top: 27px;
}



.a_text_t2_1 h3 {
 text-align: center;
 font-size: 36px;
 color: #015cb5;
 line-height: 42px;
}


.in2_about_1 {
 width: 1300px;
 margin: 0 auto;
 margin-top: 16px;
}



.in2_about_2 {
 float: left;
 width: 792px;
 height: 450px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_aboutcale {
 width: 792px;
 height: 450px;
 overflow: hidden;
}

.in2_about_2:hover {
 transform: translate(0px, -5px);
 -webkit-transform: translate(0px, -5px);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.in_aboutcale img {
 width: 792px;
 height: 450px;
}


.in2_about_3x {
 float: left;
 width: 425px;
 position: relative;
 margin-left: 35px;
}


.in2_about_3_t2 {
 height: 24px;
 line-height: 24px;
 font-size: 20px;
 font-weight: bold;
 padding-top: 88px;
}


.in2_about_3_t4{
 width: 50px;
 height: 3px;
 background: #0170e1;
 margin-top: 25px;
}


.in2_about_6 {

}


.in2_about_3 {
 line-height: 30px;
 height: 150px;
 overflow: hidden;
 padding: 11px 0 0 0;
 color: #666666;
}


.in2_about_5 {
 height: auto;
 background: #fff;
}


.in2_about_anxx {
 margin-top: 40px;
}


.in2_about_an1 {
 width: 152px;
 height: 42px;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in2_about_an1 a {
 color: #666666;
 display: block;
 line-height: 40px;
 text-align: center;
 font-size: 14px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border: 1px solid #dddddd;
}


.in2_about_an1 a:hover {
 color: #fff;
 background: #0170e1;
 border: 1px solid #0170e1;
}


.in2_about_4 {
 width: 1320px;
 padding-top: 25px;
}


.in2_about_4_2 {
 float: left;
 width: 414px;
 height: 156px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
border: 3px solid #0170e1;
 margin-right: 20px;
 background:#fff;
}

.in2_about_4_2 h6 span {
 font-size: 16px;
 color: #333333;
 display: block;
 font-weight: bold;
 padding-top: 55px;
}


.in2_about_4_2 h6 i {
 font-size: 12px;
 color: #666666;
 text-transform: uppercase;
}

.in2_about_4_2 h6 a {
 color: #fff;
 line-height: 22px;
 display: block;
 height: 156px;
}


.in2_about_4_2 b{
 display: block;
 width: 100px;
 height: 100px;
 float: left;
 margin: 28px 15px 0 80px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in2_about_4_2 b.d1 {
 background: url(../image/ab_d1.png) no-repeat -100px 0;
}

.in2_about_4_2 b.d2 {
 background: url(../image/ab_d3.png) no-repeat -100px 0;
}

.in2_about_4_2 b.d3 {
 background: url(../image/ab_d2.png) no-repeat -100px 0;
}


.in2_about_4_2:hover{
 border: 3px solid #333333;
}

.in2_about_4_2:hover b.d1 {
 background: url(../image/ab_d1.png) no-repeat 0 0;
}

.in2_about_4_2:hover b.d2 {
 background: url(../image/ab_d3.png) no-repeat 0 0;
}

.in2_about_4_2:hover b.d3 {
 background: url(../image/ab_d2.png) no-repeat 0 0;
}



/*公司简介end*/





