.fullSlide {
 width: 100%;
 position: relative;
 height: 630px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 630px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 630px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li .video{
 width: 100% !important;
 height: 630px;
  overflow: hidden;
}


.fullSlide .bd li a {
 display: block;
 height: 630px;
}

.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: 5px;
 height: 5px;
 margin: 7px;
 background-color: #bfbfbf;
 overflow: hidden;
 line-height: 99px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
 width: 20px;
 background: #fff;
 -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;
	display: none;
}


.fullSlide .prev {
 background: url(../image/slider-arrow.png) -126px -137px #000 no-repeat;
 left: 10%;
}

.fullSlide .next {
 background-position: -6px -137px;
 right: 10%;
}


.wall {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 pointer-events: none;
}


div#midground{
 background: url("../image/midground.png");
 z-index: 1;
 -webkit-animation: cc 100s linear infinite;
 -moz-animation: cc 100s linear infinite;
 -o-animation: cc 100s linear infinite;
 animation: cc 100s linear infinite;
}
div#foreground{
 background: url("../image/foreground.png");
 z-index: 2;
 -webkit-animation: cc 153s linear infinite;
 -o-animation: cc 153s linear infinite;
 -moz-animation: cc 153s linear infinite;
 animation: cc 153s linear infinite;
}
div#top{
 background: url("../image/midground.png");
 z-index: 4;
 -webkit-animation: da 100s linear infinite;
 -o-animation: da 100s linear infinite;
 animation: da 100s linear infinite;
}
@-webkit-keyframes cc {
 from{
  background-position: 0 0;
  transform: translateY(10px);
 }
 to{
  background-position: 600% 0;
 }
}
@-o-keyframes cc {
 from{
  background-position: 0 0;
  transform: translateY(10px);
 }
 to{
  background-position: 600% 0;
 }
}
@-moz-keyframes cc {
 from{
  background-position: 0 0;
  transform: translateY(10px);
 }
 to{
  background-position: 600% 0;
 }
}
@keyframes cc {
 0%{
  background-position: 0 0;
 }
 100%{
  background-position: 600% 0;
 }
}

@keyframes da {
 0%{
  background-position: 0 0;
 }
 100%{
  background-position: 0 600%;
 }
}
@-webkit-keyframes da {
 0%{
  background-position: 0 0;
 }
 100%{
  background-position: 0 600%;
 }
}
@-moz-keyframes da {
 0%{
  background-position: 0 0;
 }
 100%{
  background-position: 0 600%;
 }
}
@-ms-keyframes da {
 0%{
  background-position: 0 0;
 }
 100%{
  background-position: 0 600%;
 }
}










.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;
}




.a_tite {
 text-align: center;
}

.a_tite h3 {
 line-height: 34px;
 font-size: 30px;
 color: #666666;
 font-weight: bold;
 letter-spacing:8px;
}

.a_tite h3 a{
 color: #666666;
}

.a_tite h3 a:hover{
 color: #ae0503;
}


.a_tite h4 {
 line-height: 20px;
 font-size: 12px;
 text-transform: uppercase;
 color: #999999;
 padding-top: 8px;
}

.a_tite h5 {
 line-height: 20px;
 font-size: 14px;
 text-transform: uppercase;
 color: #666666;
 padding-top: 8px;
}





.in_products_xx {
 width: 100%;
 height: auto;
 padding-top: 58px;
}





.profl_bg {
 width: 100%;
 height: 82px;
 margin-top: 27px;
 background:url(../image/cp_line.png) repeat-x;
}


.profl_r {
 width: 1360px;
 margin: 0 auto;
 height: 82px;
 overflow: hidden;
 position: relative;
 z-index: 5;
}



.in_profl_thr {
 width: 225px;
 height: 42px;
 float: left;
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
border-left: 1px solid #e0e0e0;
 margin-top: 20px;
 position: relative;
 z-index: 3;
}


.in_profl_thr:nth-child(1){
 border-left: 0;
}


.in_profl_thr h6 {
 font-size: 20px;
 height: 42px;
 line-height: 42px;
 color: #6b6b6b;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 float: left;
 font-weight: bold;
 padding-left: 16px;
}


.in_profl_tow {
 width: 54px;
 height: 42px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 float: left;
 margin-left: 30px;
}


.in_profl_tow i {
 width: 54px;
 height: 42px;
 display: block;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_profl_tow i.lc_d1 {
 background: url(../image/al_d1.png) center no-repeat;
}

.in_profl_tow i.lc_d2 {
 background: url(../image/al_d2.png) center no-repeat ;
}

.in_profl_tow i.lc_d3 {
 background: url(../image/al_d3.png) center no-repeat ;
}

.in_profl_tow i.lc_d4 {
 background: url(../image/al_d4.png) center no-repeat ;
}

.in_profl_tow i.lc_d5 {
 background: url(../image/al_d5.png) center no-repeat ;
}

.in_profl_tow i.lc_d6 {
 background: url(../image/al_d6.png) center no-repeat ;
}



.in_profl_thr:hover .in_profl_tow i.lc_d1{
 background: url(../image/al_d1a.png) center no-repeat;
}


.in_profl_thr:hover .in_profl_tow i.lc_d2 {
 background: url(../image/al_d2a.png) center no-repeat ;
}

.in_profl_thr:hover .in_profl_tow i.lc_d3 {
 background: url(../image/al_d3a.png) center no-repeat ;
}

.in_profl_thr:hover .in_profl_tow i.lc_d4 {
 background: url(../image/al_d4a.png) center no-repeat ;
}

.in_profl_thr:hover .in_profl_tow i.lc_d5 {
 background: url(../image/al_d5a.png) center no-repeat ;
}

.in_profl_thr:hover .in_profl_tow i.lc_d6 {
 background: url(../image/al_d6a.png) center no-repeat ;
}




.in_profl_thr:after{
 content: '';
 width: 0;
 height: 2px;
 background: #ae0503;
 position: absolute;
 left: 0;
 bottom: -20px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_profl_thr:hover:after{
 width: 100%;
}

.in_profl_thr:hover h6{
 color: #ae0503;
}






.in_products_r {
 width: 1360px;
 height: auto;
 margin: 0 auto;
 padding-top: 28px;
 overflow: hidden;
}

.in_products_r .tab_box {

}

.in_products_pro {
 position: relative;
 width: 105%;
}


.in_pro_2 {
 float: left;
 width: 325px;
 margin: 0 20px 20px 0;
 overflow: hidden;
 position: relative;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
}


.in_pro_2 .in_pro_1pic {
 width: 100%;
 height: 222px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 overflow: hidden;
}


.in_pro_2 .in_pro_1pic img {
 width: 100%;
 height: 100%;
 transition: all 0.5s;
 transform: scale(1);
}

.in_pro_2:hover .in_pro_1pic img{
 transform: scale(1.06);
}


.in_pro_txt {
 height: 58px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 border: 1px solid #e2e2e2;
 border-top: 0;
 padding: 0 45px 0 18px;
 background:url(../image/al_ddd.png) no-repeat 285px;
}

.in_pro_txt h6{
 height: 34px;
 font-size: 15px;
}

.in_pro_txt h6 a {
 color: #666666;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
line-height: 34px;
 font-weight: bold;
}

.in_pro_txt h5{
line-height: 1;
 font-size: 14px;
 color: #888888;
}


.in_pro_2:hover .in_pro_txt a {
 color: #ae0503;
 padding-left: 5px;
}








.b_text_xx {

}

.b_text_xx_a{
color: #616161;
 font-size: 30px;
 text-transform:uppercase;
 line-height: 27px;
}

.b_text_xx_b{
 height: 50px;
 margin-top: 18px;
}

.b_text_xx_b h5{
 width: 170px;
 float: left;
 height: 50px;
 background: #333333;
 border-left: 10px solid #ae0503;
 color: #fff;
 font-size: 30px;
 text-align: center;
 line-height: 50px;
 margin-right: 19px;
}

.b_text_xx_b h5.mt{
 margin-top: 3px;
}


.b_text_xx_b h3 {
 height: 27px;
 line-height: 27px;
 font-size: 18px;
 color: #444444;
}

.b_text_xx_b h4 {
 height: 23px;
 line-height: 23px;
 font-size: 12px;
 color: #777777;
 text-transform: uppercase;
}






.cases {
 width: 100%;
 overflow: hidden;
 padding-top: 57px;
 background: #f5f5f5;
 margin-top: 40px;
 padding-bottom: 60px;
}


.cases_box0{
 width: 1360px;
 margin: 0 auto;
}



.cases_box1 {
 width: 1360px;
 height: 620px;
 margin: 0 auto;
margin-top: 32px;
 position: relative;
}


.cases_tkd1_a {
 float: left;
 width: 495px;
 height: 330px;
 margin: 0 10px 10px 0;
 position: relative;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 overflow: hidden;
}


.cases_tkd1_pic {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.cases_tkd1_pic img {
 width: 100%;
 height: 100%;
}


.cases_txt {
 width: 110px;
 height: 60px;
 background-color: rgba(0, 0, 0, 0.4);
 position: absolute;
 left: 0;
 bottom: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 padding: 0 20px;
}

.cases_txt span{
 font-size: 18px;
 height: 34px;
 line-height: 34px;
 display: block;
}

.cases_txt span a {
 color: #fff;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.cases_txt i{
 display: block;
 line-height: 1;
 font-size: 12px;
 color: #fff;
}


.in_case_tow{
 width: 100%;
 height: 100%;
 position: absolute;
 left: -100%;
 top: 0;
 z-index: 3;
background: #ae0503;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0 45px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_case_tow h6{
 font-size: 24px;
 height: 30px;
 padding-top: 30px;
}

.in_case_tow h6 a{
 color: #fff;
 line-height: 30px;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.in_case_tow h6 a:hover{
 text-decoration: underline;
}

.in_case_tow h5{
 line-height: 30px;
 font-size: 12px;
 color: #fff;
 text-transform:uppercase;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 margin-top: 5px;
}


.in_case_tow h4{
 color: #fff;
 font-size: 15px;
 line-height: 27px;
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px solid #fff;
 height: 81px;
 overflow: hidden;
}


.cases_tkd1_a:hover .in_case_tow{
 left: 0;
}


.case_c1 .in_case_tow h6{
 padding-top: 80px;
}

.case_c2{
 margin-right: 50px;
}

.case_c2 .in_case_tow h6{
 padding-top: 80px;
}


.case_c3,
.case_c4,
.case_c5
{
 width: 326.5px;
 height: 260px;
}

.case_c6{
 position: absolute;
 right: -10px;
 top: 0;
 width: 350px;
 height: 600px;
}

.case_c6 .in_case_tow h6{
 padding-top: 180px;
}

.case_c6 .in_case_tow h4{
 height: 162px;
}







.anli_box0{
 width: 1360px;
 margin: 0 auto;
 margin-top: 35px;
}



.anli_box1 {
 width: 1360px;
 height: 650px;
 margin: 0 auto;
 margin-top: 32px;
 position: relative;
}

.anli_tkd1_a {
 float: left;
 width: 400px;
 height: 260px;
 margin: 0 10px 10px 0;
 position: relative;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 overflow: hidden;
}


.anli_tkd1_pic {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.anli_tkd1_pic img {
 width: 100%;
 height: 100%;
}


.anli_txt {
 width: 110px;
 height: 60px;
 background-color: rgba(0, 0, 0, 0.4);
 position: absolute;
 left: 0;
 bottom: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 padding: 0 20px;
}

.anli_txt span{
 font-size: 18px;
 height: 34px;
 line-height: 34px;
 display: block;
}

.anli_txt span a {
 color: #fff;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.anli_txt i{
 display: block;
 line-height: 1;
 font-size: 12px;
 color: #fff;
}


.anli_tow{
 width: 100%;
 height: 100%;
 position: absolute;
 left: -100%;
 top: 0;
 z-index: 3;
 background: #ae0503;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0 45px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.anli_tow h6{
 font-size: 24px;
 height: 30px;
 padding-top: 45px;
}

.anli_tow h6 a{
 color: #fff;
 line-height: 30px;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.anli_tow h6 a:hover{
 text-decoration: underline;
}

.anli_tow h5{
 line-height: 30px;
 font-size: 12px;
 color: #fff;
 text-transform:uppercase;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 margin-top: 5px;
}


.anli_tow h4{
 color: #fff;
 font-size: 15px;
 line-height: 27px;
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px solid #fff;
 height: 81px;
 overflow: hidden;
}


.anli_tkd1_a:hover .anli_tow{
 left: 0;
}


.anli_c1 {

}

.anli_c2 {
 width: 520px;
 height: 320px;
}

.anli_c3 {
 width: 420px;
 height: 320px;
 margin-right: 0;
}


.anli_c4{
 height: 380px;
 position: absolute;
 left: 0;
 bottom: 0;
 margin-bottom: 0;
}

.anli_c4 .anli_tow h6{
 padding-top: 100px;
}


.anli_c5{
 width: 420px;
 height: 320px;
 position: absolute;
 left: 410px;
 bottom: 0;
 margin-bottom: 0;
}

.anli_c6{
 width: 520px;
 height: 320px;
 position: absolute;
 right: 0;
 bottom: 0;
 margin-bottom: 0;
 margin-right: 0;
}






.in2_about {
 width: 100%;
 background:#f5f5f5;
 margin-top: 110px;
 padding-top: 37px;
 padding-bottom: 32px;
}

.in2_about_1 {
 width: 1360px;
 margin: 0 auto;
}


.in2_about_2 {
 float: left;
 width: 700px;
 height: 355px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin-top: 10px;
}


.in_aboutcale {
 width: 700px;
 height: 355px;
 overflow: hidden;
}


.in_aboutcale img {
 width: 700px;
 height: 355px;
}


.in2_about_3x {
 float: right;
 width: 620px;
 position: relative;
}





.in2_about_6 {

}


.in2_about_4 {
 height: 70px;
 font-size: 74px;
 color: #cccccc;
 font-weight: bold;
 text-transform: uppercase;
}

.in2_about_3 {
 line-height: 34px;
 height: 165px;
 overflow: hidden;
 color: #444444;
 font-size: 15px;
}


.in2_about_5 {
 margin-top: 26px;
}







.about_shubox{
 margin: 0 auto;
 position: relative;
}


.about_shu {
 margin-top: 10px;
}


.about_shua {
 float: left;
 height: 40px;
 text-align: center;
 margin-top: 40px;
}


.about_shua_1{
 height: 40px;
 position: relative;
 overflow: hidden;
 float: left;
}


.about_shua h4 {
 height: 40px;
 line-height: 40px;
 font-size: 24px;
 color: #333;
}

.about_shua h4 b {
 font-size: 30px;
 line-height: 40px;
 color: #ba0a08;
}

.about_shua h4 span{

}

.about_shua dd{
 color: #555555;
 font-size: 24px;
 line-height: 40px;
 float: left;
 padding-left: 5px;
}





.about_shua_ml{
 margin-left: 36px;
}

.about_shua_ml2{
 margin-left: 75px;
}









.hezuo{
 margin-top: 58px;
}

.hezuo_aa{
 width: 1360px;
 margin: 0 auto;
}


.in_hezuobox {
 width: 1498px;
 height: 410px;
 margin: 0 auto;
 overflow: hidden;
 position: relative;
 margin-top: 30px;
}


.in_hezuo_cont {
 width: 1374px;
 margin: 0 auto;
 height: 410px;
}


.in_hezuo {
 width: 1374px;
 height: 410px;
 margin: 0 auto;
}


.in_hezuo_li {
 float: left;
 width: 215px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 7px 5px 7px;
 background: #fff;
}


.hezuo_imgscale_x {
 width: 100%;
 height: 160px;
 position: relative;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
border: 1px solid #efefef;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.hezuo_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
 box-sizing: border-box;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.hezuo_imgscale img {
 width: 100%;
 height: 100%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_hezuo_li:hover{
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.in_hezuo_txt{
 height: 40px;
}

.in_hezuo_txt a{
 display: block;
 color: #484848;
 line-height: 40px;
 text-align: center;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.in_hezuo_txt a:hover{
 color: #ae0503;
}


.hz_lefts {
 background: url(../image/hz_l.png) no-repeat center;
 display: block;
 width: 40px;
 height: 76px;
 position: absolute;
 top: 182px;
 left: 0;
 cursor: pointer;
}


.hz_rights {
 background: url(../image/hz_r.png) no-repeat center;
 display: block;
 width: 40px;
 height: 76px;
 position: absolute;
 top: 182px;
 right: 0;
 cursor: pointer;
}









.chaungye{
 width: 100%;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
 margin-top: 45px;
}


.chaungye_tab {
 width: 1200px;
 height: 40px;
 margin: 0 auto;
 text-align: center;
 margin-top: 27px;
}


.chaungye_tab ul li {
 display: inline-block;
 width: 120px;
 height: 40px;
 line-height: 40px;
 font-size: 18px;
 color: #fff;
 cursor: pointer;
 margin: 0 22px;
 background: #444444;
}


.chaungye_tab ul li.on {
 color: #fff;
 background: #ae0503;
}



.chaungye_tab ul li a{
 color: #fff;
 display: block;
}

.chaungye_tab ul li.on a{
 color: #fff;
}



.chaungye_box {
 width: 1360px;
 margin: 0 auto;
 padding-top: 30px;
}

.chaungye_box .hide{
 display: none;
}


.chaungye_one {
 overflow: hidden;
}

.chaungye_ll{
 width: 105%;
}


.in_newss_thr {
 float: left;
 width: 420px;
 margin: 0 50px 15px 0;
}


.in_newss_thr_1 {
 width: 100%;
 height: 300px;
 overflow: hidden;
}


.in_newss_thr_1 img {
 width: 100%;
 height: 300px;
 transition: all 0.5s;
 transform: scale(1);
}

.in_newss_thr_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.08);
}


.in_newss_thr_2 {
 overflow: hidden;
}


.in_newss_thr_2 h6 {
 font-size: 16px;
 font-weight: normal;
 height: 34px;
 line-height: 34px;
 overflow: hidden;
 margin-top: 12px;
}


.in_newss_thr_2 h6 a {
 color: #555555;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 background:url(../image/news_dd.png) no-repeat 0;
 padding-left: 20px;
 font-size: 16px;
}


.in_newss_thr_2 h6 a:hover {
 padding-left: 25px;
 color: #ae0503;
}


.in_newss_thr_2 h4 {
 color: #777777;
 font-size: 14px;
 line-height: 20px;
 height: 20px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 padding-top: 2px;
 padding-left: 20px;
}



.in_news_pro_5 {
 width: 105%;
}

.in_news_pro_5 ul {

}


.in_news_pro_5 ul li {
 width: 420px;
 margin: 0 50px 0 0;
 height: 56px;
 line-height: 56px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 float: left;
 position: relative;
 z-index: 5;
 border-bottom: 1px solid #e5e5e5;
}


.in_news_pro_5 ul li a {
 display: block;
 padding: 0 10px 0 0;
 color: #555555;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 16px;
}


.in_news_pro_5 ul li span {
 float: right;
 color: #777777;
 font-size: 14px;
}

.in_news_pro_5 ul li:hover a{
 color: #ae0503;
 padding-left: 5px;
}









.zizhi_bg {
 width: 100%;
 padding-top: 60px;
}




.zizhi_r {
 width: 100%;
 max-width: 1360px;
 margin: 0 auto;
 margin-top: 45px;
 background:url(../image/fa_line.png) no-repeat center 45px;
}



.in_zizhi_one{
 width: 90px;
 float: left;
 margin-left: 164px;
 }

.in_zizhi_ml{
 margin-left: 0;
}



.in_zizhi_thr {
 text-align: center;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 z-index: 5;
}



.in_zizhi_four{

}


.in_zizhi_four h6 {
 font-size: 14px;
 height: 20px;
 line-height: 20px;
 color: #555555;
 margin-top: 10px;
}


.in_zizhi_tow {
 width: 68px;
 height: 68px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin: 0 auto;
 box-sizing: content-box;
 position: relative;
 z-index: 3;
 padding: 11px;
 background:url(../image/fa_bg1.png) no-repeat center;
}


.in_zizhi_tow:after{
 content: '';
 display: block;
 width: 88px;
 height: 88px;
 border: 1px solid #f6c2bf;
 position: absolute;
 left: 0;
 top: 0;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out 0.2s;
 transition: all .3s ease-out 0.2s;
 opacity: 0;
}


.in_zizhi_tow:before{
 content: '';
 display: block;
 width: 78px;
 height: 78px;
 border: 1px solid #f5bcb8;
 position: absolute;
 left: 5px;
 top: 5px;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out 0.1s;
 transition: all .3s ease-out 0.1s;
 opacity: 0;
}


.in_zizhi_tow i {
 width: 66px;
 height: 66px;
 display: block;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border: 1px solid #f1f1f1;
}


.in_zizhi_tow i.lc_d1 {
 background: url(../image/fa_d1.png) 0 0 no-repeat;
}

.in_zizhi_tow i.lc_d2 {
 background: url(../image/fa_d2.png) 0 0 no-repeat;
}

.in_zizhi_tow i.lc_d3 {
 background: url(../image/fa_d3.png) 0 0 no-repeat;
}

.in_zizhi_tow i.lc_d4 {
 background: url(../image/fa_d4.png) 0 0 no-repeat;
}

.in_zizhi_tow i.lc_d5 {
 background: url(../image/fa_d5.png) 0 0 no-repeat;
}

.in_zizhi_tow i.lc_d6 {
 background: url(../image/fa_d6.png) 0 0 no-repeat;
}


.in_zizhi_thr:hover .in_zizhi_tow i.lc_d1 {
 background: url(../image/fa_d1.png) -66px 0 no-repeat;
}

.in_zizhi_thr:hover .in_zizhi_tow i.lc_d2 {
 background: url(../image/fa_d2.png) -66px 0 no-repeat;
}

.in_zizhi_thr:hover .in_zizhi_tow i.lc_d3 {
 background: url(../image/fa_d3.png) -66px 0 no-repeat;
}

.in_zizhi_thr:hover .in_zizhi_tow i.lc_d4 {
 background: url(../image/fa_d4.png) -66px 0 no-repeat;
}

.in_zizhi_thr:hover .in_zizhi_tow i.lc_d5 {
 background: url(../image/fa_d5.png) -66px 0 no-repeat;
}

.in_zizhi_thr:hover .in_zizhi_tow i.lc_d6 {
 background: url(../image/fa_d6.png) -66px 0 no-repeat;
}


.in_zizhi_thr:hover .in_zizhi_tow{
background: none;
}


.in_zizhi_thr:hover .in_zizhi_tow:after{
 opacity: 1;
}

.in_zizhi_thr:hover .in_zizhi_tow:before{
 opacity: 1;
}

.in_zizhi_thr:hover .in_zizhi_tow i {
 border: 1px solid #e2362c;
}


.in_zizhi_thr:hover .in_zizhi_four h6{
 color: #ae0503;
}