/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 600px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 600px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 600px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 600px;
}

.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: #0843a6;
 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 */


/*新闻*/


.in_newsnewsas_ss {
 padding-top: 35px;
 background: #e6ecf6;
 margin-top: 65px;
 padding-bottom: 15px;
}

.in_newsnewsas {
 width: 1200px;
 height: auto;
 margin: 0 auto;
}


.in_news_sp {
 float: left;
 width: 400px;
}

.in_news_spbox {
 width: 400px;
 height: 265px;
 margin-top: 20px;
 background: #fff;
}

.in_news_spbox img {
 width: 400px;
 height: 265px;
}


.in_newsas {
 float: right;
 width: 745px;
}

.in_newsasml {
 margin-left: 50px;
}

.in_newsas_t {
 height: 38px;
 background: url(../images/in_x2.png) no-repeat bottom left;
}

.in_newsas_t span {
 float: left;
 width: 120px;
 height: 38px;
 line-height: 1;
 font-size: 20px;
 color: #0843a6;
}

.in_newsas_t span h3 {
 font-size: 20px;
}


.in_newsas_t_more {
 float: right;
 width: 60px;
 height: 26px;
 line-height: 26px;
 font-size: 14px;
 margin: 0 0 0 0;
 text-transform: uppercase;
 text-align: right;
}

.in_newsas_t_more a {
 color: #666;
 display: block;
}

.in_newsas_t_more a:hover {
 color: #0843a6;
}


.in_newsas_pro {

}

.in_newsas_a {
 width: 365px;
 float: right;
 margin-top: 12px;
}

.in_newsas_a ul li {
 height: 40px;
 line-height: 40px;
 overflow: hidden;
}

.in_newsas_a ul li a {
 display: block;
 padding: 0 10px 0 20px;
 color: #666;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 background: url(../images/news_d1.png) no-repeat 0;
}

.in_newsas_a ul li a:hover {
 color: #0843a6;
 background: url(../images/news_d2.png) no-repeat 10px;
 padding-left: 30px;
}

.in_newsas_a ul li span {
 float: right;
 color: #666;
}

.in_newss_6 {
 width: 340px;
 float: left;
 padding: 25px 0 0 0;
}

.in_newss_6_1 {
 width: 340px;
 height: 200px;
 overflow: hidden;
}

.in_newss_6_1 img {
 width: 340px;
 height: 200px;
 transition: all 0.5s;
 transform: scale(1);
}

.in_newss_6_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.06);
}


.in_newss_6_2 {
 color: #666;
 line-height: 20px;
 overflow: hidden;
 padding: 14px 0;
 border-bottom: 1px solid #e0e0e0;
 margin-top: 10px;
}

.in_newss_6_2 h6 {
 font-size: 18px;
 font-weight: normal;
 color: #333;
 height: 20px;
 line-height: 20px;
 overflow: hidden;
 border-left: 3px solid #0843a6;
}

.in_newss_6_2 h6 a {
 float: left;
 width: 270px;
 color: #333;
 padding-left: 5px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.in_newss_6_2 h6 a:hover {
 color: #0843a6;
 padding-left: 15px;
}

.in_newss_6_2 i {
 float: right;
 width: 30px;
 height: 20px;
 line-height: 20px;
 text-align: center;
}

.in_newss_6_2 i a {
 color: #fff;
 width: 30px;
 padding: 0;
 display: block;
 background: #0843a6;
}

.in_newss_6_2 i a:hover {
 color: #fff;
 border-radius: 10px;
 padding: 0;
}


/*新闻end*/


/*产品*/

.in_products_xx {
 padding-top: 62px;
}


.in_products {
 width: 1200px;
 margin: 0 auto;
 position: relative;
 padding-top: 35px;
}

.in_products_l {
 float: left;
 width: 300px;
 overflow: hidden;
 background: url(../images/cp_flbg.jpg) no-repeat center top;
 padding-bottom: 20px;
}


.search_box {
 width: 238px;
 height: 36px;
 overflow: hidden;
 position: relative;
 background: #eeeeee;
}

.search_line {
 height: 12px;
}

.swap_value {
 float: left;
 width: 160px;
 font-size: 14px;
 color: #666;
 height: 36px;
 line-height: 36px;
 padding: 0 15px;
 border: 0;
 background: none;
}

.swap_go {
 float: right;
 margin: 0;
 border: 0;
 width: 54px;
 height: 36px;
 background: url(../images/fdj.png) no-repeat center #0843a6;
 cursor: pointer;
 position: absolute;
 top: 0px;
 right: 0px;
}


.pl_tel {
 height: 104px;
 text-align: center;
}

.pl_tel h4 {
 font-size: 30px;
 color: #fff;
 padding-top: 18px;
}

.pl_tel h5 {
 font-size: 16px;
 color: #fff;
 text-transform: uppercase;
}

.sideMen {
 margin: 0 20px;
 padding: 17px 11px 0 11px;
 height: 619px;
 overflow: hidden;
 background: #fff;
 border-radius: 10px;
}

.in_products_l_3 {
 height: 54px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 6px;
 background: #eeeeee;
}

.in_products_l_3 a {
 display: block;
 color: #666;
 padding-left: 15px;
 line-height: 54px;
 overflow: hidden;
 font-size: 14px;
 width: 190px;
 float: left;
}

.sideMen .in_products_l_3 em {
 width: 30px;
 height: 54px;
 background: url(../images/cp_d1.png) no-repeat 0;
 float: right;
 cursor: pointer;
}

.sideMen .on {
 background: url(../images/cp_flbg2.jpg) repeat-x;
}

.sideMen .on a {
 color: #fff
}


.sideMen .on em {
 background: url(../images/cp_d2.png) no-repeat 0;
}

.in_products_l_er {
 display: none;
}


.in_products_l_er ul li {
 height: 46px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 text-transform: uppercase;
 margin-top: 10px;
}

.in_products_l_er ul li a {
 display: block;
 line-height: 46px;
 font-size: 14px;
 color: #666;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 padding-left: 15px;
 background: #eeeeee;
 border-radius: 5px;
}

.in_products_l_er ul li a:hover {
 color: #fff;
 padding-left: 25px;
 background: #488ef0;
}


.in_products_r {
 width: 888px;
 float: right;
 overflow: hidden;
}

.in_products_r .tab_box {

}


.in_products_pro {
 position: relative;
}

.in_pro_2 {
 float: left;
 width: 272px;
 height: 228px;
 margin: 0 0 32px 20px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 border: 2px solid #0843a6;
}


.in_pro_2 .in_pro_1pic {
 width: 100%;
 height: 228px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_pro_2 .in_pro_1pic img {
 width: 100%;
 height: 228px;
 transform: scale(1);
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_pro_txt {
 width: 100%;
 height: 40px;
 line-height: 40px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background-color: rgba(0, 0, 0, 0.5);
 position: absolute;
 left: 0;
 bottom: 0px;
}


.in_pro_txt h6 {
 font-size: 14px;
 height: 40px;
 line-height: 40px;
 text-align: center;
}

.in_pro_txt h6 a {
 color: #fff;
 padding: 0 20px 0 20px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_pro_txt h5 {
 width: 140px;
 height: 36px;
 font-size: 16px;
 margin: 0 auto;
 margin-top: 20px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_pro_txt h5 a {
 color: #fff;
 display: block;
 line-height: 34px;
 text-align: center;
 border: 1px solid #fff;
}

.in_pro_txt h5 a:hover {
 color: #127447;
 background: #fff;
}


.in_pro_2:hover .in_pro_jia {
 right: -50px;
}

.in_pro_2:hover .in_pro_txt {
 background-color: rgba(26, 104, 186, 0.8);
}


/*产品end*/


/*a_tite*/

.a_tite {
 text-align: center;
}

.a_tite h3 {
 height: 42px;
 line-height: 1;
 font-size: 30px;
 color: #0843a6;
 font-weight: bold;
 background: url(../images/in_x1.png) no-repeat center bottom;
}


.a_tite h5 {
 line-height: 30px;
 font-size: 20px;
 text-transform: uppercase;
 color: #0843a6;
 padding-top: 2px;
}


.in_ab {
 background: #e6ecf6;
 margin-top: 30px;
 padding: 35px 0 40px 0;
}

.in_ab_1 {

}


.in2_about_1 {
 width: 1200px;
 height: auto;
 margin: 0 auto;
 margin-top: 35px;
}


.in2_about_2 {
 float: right;
 width: 570px;
 height: 286px;
}

.a_rongyuxx {
 height: 200px;
 position: relative;
 overflow: hidden;
 margin-top: 30px;
}


.a_rongyu {
 width: 520px;
 height: 235px;
 margin: 0 auto;
}

.a_rongyu li {
 float: left;
 width: 240px;
 text-align: center;
 position: relative;
 margin: 0 10px;
}

.a_rongyu li a {
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.a_rongyu li h6 {
 width: 100%;
 font-size: 14px;
 text-align: center;
 font-weight: normal;
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-top: 10px;
}

.a_rongyu li h6 a {
 color: #333;
}

.a_rongyu li:hover h6 a {
color: #0843a6;
}


.ar_imgscale_x {
 width: 240px;
 height: 166px;
}

.ar_imgscale {
 width: 240px;
 height: 166px;
 overflow: hidden;
}

.ar_imgscale img {
 width: 240px;
 height: 166px;
 transition: all 0.5s;
 transform: scale(1);
}

.ar_imgscale img:hover {
 transition: all 0.5s;
 transform: scale(1.05);
}


.ar_imgscale_x:hover {
}


.lefts_ry, .rights_ry {
 display: block;
 width: 20px;
 height: 46px;
 position: absolute;
 cursor: pointer;
 top: 60px;
}

.lefts_ry {
 background: url(../images/ry_l.png) no-repeat left;
 left: 0px;
}

.rights_ry {
 background: url(../images/ry_r.png) no-repeat right;
 right: 0px;
}


.in2_a_left {
 float: left;
 width: 585px;

}

.in2_a_box{
 margin-top: 20px;
 line-height: 30px;
 color: #666;
 height: 235px;
 overflow: hidden;
}

.in_aimgscale {
 float: left;
 width: 254px;
 height: 170px;
 overflow: hidden;
 margin-right: 20px;
}

.in_aimgscale img {
 width: 254px;
 height: 170px;
 transition: all 0.5s;
 transform: scale(1);
}

.in_aimgscale img:hover {
 transition: all 0.5s;
 transform: scale(1.05);
}




.in_fcc_r {
 width: 100%;
 overflow: hidden;
 padding-top: 65px;
}


.in_fcc_r .tabfcc_box {
 width: 100%;
 clear: both;
 margin-top: 35px;
}

.in_fcc_box {
 width: 1220px;
 margin: 0 auto;
 position: relative;
}

.in_fcc {
 width: 1220px;
 margin: 0 auto;
 overflow: hidden;
}

.in_fcc li {
 float: left;
 width: 285px;
 margin: 0 10px 0 10px;
 text-align: center;
 position: relative;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_fcc li h6 {
 width: 100%;
 font-size: 14px;
 text-align: center;
 font-weight: normal;
 height: 46px;
 line-height: 46px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background-color: rgba(26, 104, 186, 0.8);
 position: absolute;
 left: 0;
 bottom: -46px;
}


.in_fcc li h6 a {
 color: #fff;
 display: block;
 padding: 0 20px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.fc_imgscale_x {
 width: 100%;
 height: 214px;
 background: #fff;
}

.fc_imgscale {
 width: 100%;
 height: 214px;
 overflow: hidden;
}

.fc_imgscale img {
 width: 100%;
 height: 214px;
}

.in_fcc li:hover h6 {
opacity: 1;
 bottom: 0;
}
