@charset "UTF-8";
/* in_img */
.in_img{position:relative;width:100%;font-size:0;}
.in_img img{width:100%;display:block;}
.banner_con{position:absolute;left:0;bottom:0px;width:100%;line-height:1.1rem;background:url(../images/innav_back.png) center repeat;}
.banner_con .in_son{width:21.0rem;margin:0 auto;}
.banner_con .in_son li{float:left;margin-right:1.5rem;font-size:0.28rem;color:#fdfdfd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.banner_con li.current{border-bottom:3px solid #e4002b;color:#e4002b;}
.banner_con li:hover{border-bottom:3px solid #e4002b;color:#e4002b;}
.banner_con .in_son2{width:90%;}
.banner_con .in_son2 li{margin-right:0.5rem;}
.banner_con .in_son3{width:90%;text-align:center;margin:0 auto;}
.banner_con .in_son3 li{margin-right:0.5rem;display:inline-block;float:auto;
font-size:0.28rem;color:#fdfdfd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}

/* in_img end*/
/* in_about */
.in_about{width:100%;padding:1.5rem 0 1.0rem 0;}
.in_about_con{width:21.0rem;margin:0 auto;}
.in_about_con .in_about_info{width:10.0rem;margin:0 auto;font-size:0.26rem;line-height: 1.5;color: #676767;}
.in_about_con .in_about_info2{width:100%;margin:0.3rem auto 0 auto;font-size:0.26rem;line-height: 1.8;text-align: justify;color: #676767;}
.in_about_con .in_about_info h6{font-size:0.45rem;color:#cd1e19;text-transform: uppercase;}
.in_about_con .in_about_info h2{font-size:0.45rem;color:#000000;}
.in_about_con .in_about_info h2 span{color:#e4002b;}
.in_about_con .in_about_info h5{font-size:0.35rem;color:#474747;line-height:1.8;margin-top:0.2rem;margin-bottom:0.6rem;}
.in_about_con .in_about_video{width:10.2rem;height:7.1rem;background:url(../images/video_back.jpg) bottom right no-repeat;background-size:9.0rem auto;}
.in_about_con .in_about_video .about_video_con{width:9.5rem;height:6.5rem;font-size:0;}
.in_about_con .in_about_video .about_video_con img{width:100%;min-height:100%;display:block;}
.in_about_con .in_about_video .about_video_con video{width:100%;min-height:100%;display:block;}
.in_about_nav{width:20.0rem;margin:0.3rem auto;}
.in_about_nav li{width:28%;float:left;margin:0;font-size:0.27rem;line-height:2.0;color:#474747;}
.in_about_nav li:nth-child(4){width:16%;}
.in_about_nav li h5{font-size:0.27rem;color:#e4002b;}
.in_about_nav li h5 span{font-size:0.9rem;padding-right:0.1rem;font-weight:600;}
/* in_about end*/
.in_tit{width:21.0rem;max-width:100%;margin:0 auto;}
.in_tit h2{font-size:0.55rem;line-height:2.0;color:#fff;letter-spacing:3px;text-transform: uppercase;}
.in_tit i{display:inline-block;width:0.55rem;height:5px;background:#cc1e19;}
/* in_wh */
.in_wh{width:100%;padding:1.5rem 0;background:url(../images/in_wh_back.jpg) center no-repeat;background-size:cover;}
.in_wh .in_wh_con{width:21.2rem;margin:0.5rem auto;margin-top:1.8rem;}
.in_wh .in_wh_con li{cursor:pointer;width:7.0rem;float:left;margin:0;text-align:center;color:#fff;font-size:0.28rem;letter-spacing:1px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.in_wh .in_wh_con li .in_wh_img{width:100%;height:1.1rem;font-size:0;text-align:center;}
.in_wh .in_wh_con li .in_wh_img img{max-height:100%;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;}
.in_wh .in_wh_con li h5{font-size:0.4rem;line-height:3.0;letter-spacing:2px;}
.in_wh .in_wh_con li:hover{transform: translate(0,-6px);}
.in_wh .in_wh_con li:hover .in_wh_img img{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-moz-transform: rotateY(180deg); /* Firefox */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
	-o-transform: rotateY(180deg); /* Opera */
}
/* in_wh end*/
/* xs */
.xs{width:100%;padding:1.5rem 0;background:url(../images/xs_back.jpg) center no-repeat;background-size:cover;}
.xs .in_tit h2{line-height:1.5;}
.xs .in_tit h2 span{font-size:1.5rem;}
.xs .in_tit i{background:#fff;}
.xs .xs_con{width:21.0rem;margin:0 auto;padding:1.0rem 0;background:url(../images/xs_map.png) right center no-repeat;background-size:auto 90%;}
.xs .xs_con .xs_info{font-size:0.27rem;color:#fff;line-height:2.5;}
.xs .xs_con .xs_info h3{font-size:0.45rem;margin-top:0.3rem;}
/* xs end*/
/* fc */
.fc{width:100%;padding:1.0rem 0;}
.fc .in_tit h2{color:#000;}
.fc .in_tit h2 a{font-size:0.35rem;padding-left:0.6rem;}
.fc .fc_con{width:21.0rem;height:10.2rem;margin:0.5rem auto;}
.fc .fc_con img{
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.fc .fc_con img:hover{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.fc .fc_con .fc_con_1{border-radius:0.3rem;width:8.4rem;height:100%;font-size:0;overflow:hidden;}
.fc .fc_con .fc_con_1 img{width:100%;min-height:100%;}
.fc .fc_con .fc_con_2{width:12.2rem;height:100%;font-size:0;}
.fc .fc_con .fc_con_2 .fc_img2{width:100%;height:4.9rem;font-size:0;border-radius:0.3rem;overflow:hidden;}
.fc .fc_con .fc_con_2 .fc_img2 img{width:100%;min-height:100%;}
.fc .fc_con .fc_con_2 .fc_img3{width:5.9rem;height:4.9rem;margin-top:0.4rem;font-size:0;border-radius:0.3rem;overflow:hidden;}
.fc .fc_con .fc_con_2 .fc_img3 img{width:100%;min-height:100%;}
.fc .fc_more{width:100%;margin-top:0.6rem;text-align:center;}
.fc .fc_more a{display:inline-block;font-size:0.27rem;line-height:2.0;color:#cd1e19;letter-spacing:2px;font-weight:600;padding-bottom:0.4rem;background:url(../images/more_jt.png) center bottom no-repeat;background-size:auto 0.28rem;}
/* fc end*/
/* in_lx */
.in_lx{width:100%;padding:0.8rem 0;}
.in_lx .in_tit h2{color:#000;}
.in_lx .index_tit{width:21.0rem;margin:0 auto;}
.in_lx .in_lx_con{width:21.0rem;margin:0.5rem auto;}
.in_lx .in_lx_con .in_lx_info{width:44%;font-size:0.27rem;line-height:1.0rem;color:#000;}
.in_lx .in_lx_con .in_lx_info li{padding-left:1.0rem;background:url(../images/lx_icon_1.png) left center no-repeat;background-size:0.66rem auto;}
.in_lx .in_lx_con .in_lx_info li:nth-child(2){background-image:url(../images/lx_icon_2.png);}
.in_lx .in_lx_con .in_lx_info li:nth-child(3){background-image:url(../images/lx_icon_2.png);}
.in_lx .in_lx_con .in_lx_info li:nth-child(4){background-image:url(../images/lx_icon_2.png);}
.in_lx .in_lx_con .in_lx_info li:nth-child(5){background-image:url(../images/lx_icon_3.png);}
.in_lx .in_lx_con .in_lx_info .lx_ewm{width:3.0rem;margin-top:0.6rem;margin-left:0.6rem;line-height:0.6rem;text-align:center;}
.in_lx .in_lx_con .in_lx_info .lx_ewm img{width:2.5rem;}
.in_lx .in_lx_con .in_lx_map{width:55%;font-size:0;}
.in_lx .in_lx_con .in_lx_map img{width:100%;display:block;}
/* in_lx end*/
.pro_body{background:#f7f7f7;}
/* pro_son */
.pro_son{width:100%;font-size:0.28rem;line-height:0.45rem;padding:0.65rem 0;background:#fff;}
.pro_son .pro_son_con{width:21.0rem;margin:0 auto;}
.pro_son .pro_son_con li{float:left;color:#cc1e19;letter-spacing:2px;margin:0;padding:0 0.6rem;border-left:2px solid #e5e5e5;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;}
.pro_son .pro_son_con li.on_son{
	-webkit-filter:  saturate(1); 
	-moz-filter: saturate(1); 
	-ms-filter: saturate(1); 
	-o-filter: saturate(1); 
	filter: saturate(1);font-weight:600;
}
.pro_son .pro_son_con li:hover{
	-webkit-filter:  saturate(1); 
	-moz-filter: saturate(1); 
	-ms-filter: saturate(1); 
	-o-filter: saturate(1); 
	filter: saturate(1);
}
.pro_son .pro_son_con a:nth-child(1) li{border:none;}
.pro_son .pro_son_con2 a:nth-child(1) li{background:none;}
/* pro_son end*/
/* in_pro_list */
.in_pro_list{width:21.4rem;margin:0.8rem auto;}
.in_pro_list li{width:9.35rem;height:4.5rem;padding:0.6rem 0.2rem 0.6rem 0.8rem;background:#fff;float:left;margin:0.15rem;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.in_pro_list li:hover{transform: translate(0,-6px);
	-webkit-box-shadow: #eae6e6  0px 0px 16px;
	-moz-box-shadow: #eae6e6  0px 0px 16px;
	box-shadow: #eae6e6  0px 0px 16px;
}
.in_pro_list li .in_pro_img{width:48%;height:100%;font-size:0;text-align:center;overflow:hidden;}
.in_pro_list li .in_pro_img img{max-width:90%;max-height:90%;}
.in_pro_list li .in_pro_info{width:52%;font-size:0.26rem;line-height:1.8;color:#676767;}
.in_pro_list li .in_pro_info h5{position:relative;padding-top:0.8rem;padding-bottom:0.4rem;margin-bottom:0.35rem;width:100%;font-size:0.36rem;line-height:1.5;letter-spacing:1px;color:#000000;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_pro_list li .in_pro_info h5:after{
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index:1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.in_pro_list li .in_pro_info h5:before{
	content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #cc1e19;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index:2;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.in_pro_list li:hover .in_pro_info h5:before{width:100%;}
.in_pro_list li .in_pro_info .pro_more{width:100%;margin-top:0.4rem;}
.in_pro_list li .in_pro_info .pro_more a{display:inline-block;line-height:2.5;padding:0 0.9rem 0 0.6rem;border:1px solid #c9c9c9;color:#919191;border-radius:0.4rem;
background:url(../images/jt_1.png) 86% center no-repeat;background-size:0.17rem auto;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.in_pro_list li:hover .in_pro_info .pro_more a{background-color:#e4002b;border-color:#e4002b;color:#fff;background-image:url(../images/jt_2.png);}
/* in_pro_list end*/
/* ppfz */
.ppfz{width:100%;padding:1.0rem 0;background:url(../images/ppfz_back.png) center no-repeat;background-size:15.6rem auto;}
.ppfz .in_tit h2{color:#000;}




/* ppfz end*/

/* in_fzlc */
.in_fzlc{width:100%;padding:0.8rem 0;background:url(../images/ppfz_back.png) center center no-repeat;background-size:cover;}
.in_fzlc .in_tit{width:21.0rem;margin:0 auto;}
.in_fzlc .in_tit h2{color:#000;}
.in_fzlc_con {width: 100%;margin: 0 auto;height: 6.6rem;margin-top:1.0rem;position: relative;}
.in_fzlc_con .button {position: absolute;cursor: pointer;top:1.5rem;font-size: 40px;color: #333;z-index:1000;}
.in_fzlc_con .prev {left: 9%;width:50px;height:50px;border-radius:50%;background:url(../images/pro_left.png) center center no-repeat #f5f5f5;background-size:20% auto;}
.in_fzlc_con .next {right: 9%;width:50px;height:50px;border-radius:50%;background:url(../images/pro_right.png) center center no-repeat #f5f5f5;background-size:20% auto;}
.slide_wrap_lc{overflow: hidden;position: relative;width:100%;height:1.2rem;margin-top:0.4rem;padding-top:0.6rem;
background:url(../images/about/lc_line.png) center 20px repeat-x;}
.slide_wrap_lc ul {position: relative;left: 0px;}
/* .slide_wrap_lc::after {width: 100%;height: 1px ;background-color: #999;content: '';position: absolute;top: 48px;left: 0px;} */
.slide_items_lc li{float: left;font-size: 20px; width: 210px;text-align: center;margin-top:-25px; }
.slide_items_lc li a {display: block;}
.slide_items_lc li.on span{color: #000;border-radius: 30px;}
.slide_items_lc li span { color: #ceced0;font-size: 24px;display: block;}
.slide_items_lc li div {display: inline-block;width: 16px;height: 16px;border: 1px solid #a2a2a2; border-radius: 13px;padding: 2px;box-sizing: border-box;margin-bottom: 20px;}
.slide_items_lc li i{display: block;width: 10px;height: 10px; background-color: #a2a2a2;border-radius: 5px;}
.slide_items_lc li.on div {border-color:#922d36;}
.slide_items_lc li.on i {background-color:#922d36;}
.slide-content-lc {margin-top: 20px;width:21.0rem;height:4.0rem;margin:0 auto;overflow:hidden;background:#f9f9f9;}
.slide-content-lc ul{display: none;height:100%;}
.slide-content-lc ul .lc_img{width:36%;}
.slide-content-lc ul .lc_img img{width:100%;}
.slide-content-lc ul .lc_info{width:50%;padding-left:8%;letter-spacing:1px;}
.slide-content-lc ul .lc_info h2{font-size:0.65rem;line-height:2.0;padding-top:0.1rem;color:#ee0020;font-weight:600;letter-spacing:1px;}
.slide-content-lc ul .lc_info p{font-size:0.26rem;line-height:1.5;color:#000;text-align: justify;}
.slide-content-lc ul.on {display: block;}
/* in_fzlc end*/
/* in_news */
.in_news{padding:1.0rem 0;}
.in_news .in_tit h2{color:#000;}
.in_news_list{width:21.4rem;margin:0.5rem auto;}
.in_news_list li{position:relative;width:6.8rem;height:6.2rem;float:left;margin:0.15rem 0.15rem 0.3rem 0.15rem;border-bottom:1px solid #d0d0d0;
font-size:0.27rem;line-height:1.8;color:#7e7e7e;overflow:hidden;}
.in_news_list li .in_news_img{width:100%;height:3.5rem;font-size:0;overflow:hidden;}
.in_news_list li .in_news_img img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.in_news_list li:hover .in_news_img img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}
.in_news_list li h5{width:90%;margin:0.3rem auto;font-size:0.27rem;line-height:1.5;color:#7e7e7e;}
.in_news_list li .in_news_info{position:absolute;left:0;bottom:1px;width:90%;height:1.0rem;line-height:1.0rem;padding:0 5%;}
.in_news_list li .in_news_info a{color:#bd091e;}
.in_news_list li:after{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #bd091e;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.in_news_list li:hover:after{width:100%;}
/* in_news end*/
/* in_anli_list */
.in_anli_list{width:21.4rem;margin:0.8rem auto;}
.in_anli_list li{width:6.8rem;height:7.2rem;background:#fff;float:left;margin:0.15rem;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.in_anli_list li .in_anli_img{width:100%;height:4.7rem;font-size:0;overflow:hidden;}
.in_anli_list li .in_anli_img img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.in_anli_list li:hover .in_anli_img img{transform: scale(1.06, 1.06);transition: .4s transform;z-index:1000;}
.in_anli_list li .in_anli_info{width:90%;margin:0 auto;font-size:0.25rem;line-height:2.0;color:#000000;letter-spacing:1px;}
.in_anli_list li .in_anli_info h5{font-size:0.35rem;line-height:2.0;padding-top:0.2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }
.in_anli_list li .in_anli_info p{line-height:1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }
.in_anli_list li .in_anli_info .in_anli_nav{margin-top:0.25rem;}
.in_anli_list li .in_anli_info .in_anli_nav span{display:inline-block;border-radius:0.4rem;border:1px solid #ccc8ca;margin-right:0.3rem;padding:0 0.3rem;}
.in_anli_list li:hover{background:#e4002b;color:#fff;}
.in_anli_list li:hover .in_anli_info{color:#fff;}
.in_anli_list li:hover .in_anli_info h5{color:#fff;}
.in_anli_list li:hover .in_anli_nav span{color:#e4002b;border-color:#e4002b;background:#fff;}
/* in_anli_list end*/
/* jhfz */
.jhfz{padding:1.0rem 0 0.5rem 0;}
.jhfz .in_tit h2{color:#000;}
.jhfz .jhfz_main{position:relative;width:21.0rem;overflow:hidden;height:9.6rem;margin:0.6rem auto;overflow:hidden;border-radius:0.15rem;}
.jhfz_main .swiper-button-prev{left:19.2rem;top:8.8rem;width:0.78rem!important;height:0.78rem!important;background:url(../images/lc_left.png) center center no-repeat;background-size:90% 90%;}
.jhfz_main .swiper-button-prev:after{content:''!important;}
.jhfz_main .swiper-button-next{right:0;top:8.8rem;width:0.78rem!important;height:0.78rem!important;background:url(../images/lc_right.png) center center no-repeat;background-size:90% 90%;}
.jhfz_main .swiper-button-next:after{content:''!important;}
.jhfz_main .swiper-button-prev:hover{background-image:url(../images/lc_left_2.png);}
.jhfz_main .swiper-button-next:hover{background-image:url(../images/lc_right_2.png);}
.jhfz .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
width: 18.8rem;height: 4px;left: 0;top:8.8rem;}
/* .jhfz .jhfz_main .swiper-pagination{position:absolute;left:0;bottom:0!important;width:100%;height:5px;margin:0.3rem auto;} */
/* .jhfz .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{ */
	/* bottom:0!important; */
/* } */
.jhfz .jhfz_main .jhfz_con{width:20.0rem;height:8.2rem;margin:0;background:#fff;border-radius:0.15rem;}
.jhfz .jhfz_main .jhfz_con .swiper-slide{position:relative;height:100%;}
.jhfz .jhfz_main .jhfz_con .swiper-slide .hn_img{width:100%;height:7.0rem;overflow:hidden;font-size:0;background:url(../images/honor_img_back.jpg) center no-repeat;background-size:100% 100%;}
.jhfz .jhfz_main .jhfz_con .swiper-slide .hn_img .hn_img_con{width:84%;height:6.4rem;border-radius:0.15rem;margin:0 auto;margin-top:0.3rem;overflow:hidden;font-size:0;}
.jhfz .jhfz_main .jhfz_con .swiper-slide .hn_img .hn_img_con img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.jhfz .jhfz_main .jhfz_con .swiper-slide:hover .hn_img img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.jhfz .jhfz_main .jhfz_con .swiper-slide h5{width:94%;padding:0 3%;margin-top:0.2rem;height:0.9rem;line-height:0.9rem;background:#ededed;
text-align:center;font-size:0.26rem;color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.jhfz .jhfz_main .jhfz_con .swiper-slide:hover h5{background:#cd1e19;color:#fff;}
/* jhfz end*/
/* ryjx */
.ryjx{width:100%;padding:1.0rem 0 0.5rem 0;background:url(../images/honor/ry_back.jpg) center no-repeat;background-size:cover;}
.ryjx .in_tit i{background:#fff;}
.ryjx .swiper_ry{position:relative;width:21.0rem;overflow:hidden;height:7.5rem;margin:0.5rem auto;overflow:hidden;}
.ryjx .swiper_ry .swiper-slide{height:5.5rem;background:#fff;}
.ryjx .swiper_ry .swiper-slide .ry_img{width:88%;height:4.0rem;padding-top:0.4rem;margin:0 auto;font-size:0;overflow:hidden;}
.ryjx .swiper_ry .swiper-slide .ry_img img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.ryjx .swiper_ry .swiper-slide:hover .ry_img img{transform: scale(1.03, 1.03);transition: .4s transform;z-index:1000;}
.ryjx .swiper_ry .swiper-slide h5{width:94%;padding:0 3%;text-align:center;font-size:0.27rem;line-height:1.0rem;line-height:1.0rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ryjx .swiper_ry .swiper-slide:hover h5{color:#cd1e19;}

.ryjx_main{position:relative;}
.ryjx_main .arrow{position:absolute;bottom:0;left:0;z-index:1000;width:100%;height:50px;text-align:center;}
.ryjx_main .arrow .swiper-button-next{font-size:0;margin:0;padding:0;top:0;left:50%;margin-left:-150px!important;}
.ryjx_main .arrow .swiper-button-next:after{font-size:0;}
.ryjx_main .arrow .swiper-button-prev{font-size:0;margin:0;padding:0;top:0;left:50%;margin-left:100px!important;}
.ryjx_main .arrow .swiper-button-prev:after{font-size:0;}

.ryjx_main .arrow .next{cursor:pointer;width:55px;height:50px;margin:0 10px;
background:url(../images/case_icon_2.png) no-repeat -52px 0px #fff!important;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;}
.ryjx_main .arrow .next:hover{background:url(../images/case_icon_2.png) 0px 0px no-repeat #262626!important;}
.ryjx_main .arrow .prev{cursor:pointer;width:55px;height:50px;margin:0 10px;
background:url(../images/case_icon_1.png) no-repeat 0px 0px #fff;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;}
.ryjx_main .arrow .prev:hover{background:url(../images/case_icon_1.png) no-repeat -52px 0px #262626;}
.ryjx_main .arrow i{cursor:pointer;display:inline-block;width:125px;height:50px;margin:0 10px;
background:url(../images/case_more_icon.png) no-repeat center -50px #fff;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;}
.ryjx_main .arrow i:hover{background:url(../images/case_more_icon.png) no-repeat center 0px #262626;}
/* ryjx end*/
/* yfys */
.yfys{width:100%;padding:1.0rem 0;}
.yfys .in_tit h2{color:#000;}
.yfys_con{width:21.8rem;margin:0.5rem auto;}
.yfys_con li{cursor:pointer;width:3.62rem;height:3.3rem;text-align:center;float:left;margin:0 0.35rem;border-radius:0.3rem;overflow:hidden;
border:1px solid #e5e5e5;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.yfys_con li .yfys_img{width:100%;height:1.3rem;margin-top:0.6rem;background:url(../images/yfys_1_1.png) center no-repeat;background-size:auto 0.9rem;}
.yfys_con li h5{font-size:0.35rem;line-height:1.5;letter-spacing:1px;}
.yfys_con li:hover{transform: translate(0,-6px);background:#e4002b;border-color:#e4002b;color:#fff;}
.yfys_con li:hover .yfys_img{background-image:url(../images/yfys_1_2.png);}
.yfys_con li:nth-child(2) .yfys_img{background-image:url(../images/yfys_2_1.png);}
.yfys_con li:nth-child(3) .yfys_img{background-image:url(../images/yfys_3_1.png);}
.yfys_con li:nth-child(4) .yfys_img{background-image:url(../images/yfys_4_1.png);}
.yfys_con li:nth-child(5) .yfys_img{background-image:url(../images/yfys_5_1.png);}
.yfys_con li:nth-child(2):hover .yfys_img{background-image:url(../images/yfys_2_2.png);}
.yfys_con li:nth-child(3):hover .yfys_img{background-image:url(../images/yfys_3_2.png);}
.yfys_con li:nth-child(4):hover .yfys_img{background-image:url(../images/yfys_4_2.png);}
.yfys_con li:nth-child(5):hover .yfys_img{background-image:url(../images/yfys_5_2.png);}
/* yfys end*/
/* khpj */
.khpj{position:relative;width:100%;padding:1.0rem 0;background:url(../images/pj_back.jpg) center no-repeat;background-size:cover;}
.khpj .in_tit h2{color:#000;}
.khpj_main{width:21.0rem;height:6.4rem;margin:0.5rem auto;}
.khpj_main .khpj_son{position:relative;width:4.6rem;height:100%;}
.khpj_main .khpj_con{position:absolute;right:0;bottom:1.5rem;width:20.0rem;height:6.4rem;}
.khpj_main .khpj_con li{width:5.1rem;height:6.4rem;float:right;margin-left:1.5rem;}
.khpj_main .khpj_con li .khpj_icon{position:relative;z-index:2;top:0;left:3.2rem;width:1.4rem;height:1.4rem;background:url(../images/pj_dh.png) center no-repeat;background-size:100% auto;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;}
.khpj_main .khpj_con li .khpj_info{width:100%;height:5.1rem;margin-top:-0.5rem;background:#fff;font-size:0.27rem;line-height:1.5;letter-spacing:1px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.khpj_main .khpj_con li .khpj_info p{width:84%;margin:0 auto;padding-top:1.3rem}
.khpj_main .khpj_con li .khpj_info .khpj_qm{width:84%;margin:0 auto;margin-top:0.3rem;text-align:right;}
.khpj_main .khpj_con li:hover .khpj_info{transform: translate(0,-6px);}
.khpj_main .khpj_con li:hover .khpj_icon{background-image:url(../images/pj_dh_2.png);}
.khpj_main .prev{position:absolute;z-index:3;cursor:pointer;bottom:0.5rem;right:1.1rem;width:1.0rem;height:0.8rem;background:url(../images/pj_ht_1_1.png) center center no-repeat #fff;background-size:0.4rem auto;}
.khpj_main .next{position:absolute;z-index:3;cursor:pointer;bottom:0.5rem;right:0;width:1.0rem;height:0.8rem;background:url(../images/pj_ht_2_2.png) center center no-repeat #e4002b;background-size:0.4rem auto;}
/* khpj end*/
/* prodet1 */
.prodet1{width:100%;padding:1.6rem 0;background:url(../images/pro/pro_det_back1.jpg) center no-repeat;background-size:cover;}
.prodet1_main{width:21.0rem;margin:0 auto;}
.prodet1_main .prodet1_img{width:8.0rem;font-size:0;text-align:center;}
.prodet1_main .prodet1_img img{width:6.0rem;}
.prodet1_main .prodet1_info{width:11.6rem;margin-left:1.0rem;min-height:1.0rem;}
.pro_intro{font-size:0.27rem;line-height:3.0;color:#333;letter-spacing:2px;}
.pro_intro h5{font-size:0.55rem;line-height:3.0;color:#414243;letter-spacing:3px;}
.pro_intro i{display:block;width:1.1rem;height:3px;background:#e4002b;margin-bottom:0.5rem;padding:0;}
/* prodet1 end*/
/* det_tit */
.det_tit{width:100%;text-align:center;padding-top:1.0rem;}
.det_tit h3{font-size:0.55rem;line-height:2.0;}
.det_tit p{font-size:0.27rem;line-height:2.0;letter-spacing:1px;color:#676767;}
.det_tit i{display:inline-block;width:1.0rem;height:4px;margin:0.2rem 0;color:#000000;background:#ee0020;}
/* det_tit end*/
/* prodet2_con */
.prodet2_con{width:21.0rem;margin:0.5rem auto;}
.prodet2_con li{width:33.3%;float:left;margin:0;font-size:0.27rem;line-height:2.0;letter-spacing:1px;color:#676767;text-align:center;}
.prodet2_con li p{font-size:0.35rem;color:#ee0020;letter-spacing:2px;}
.prodet2_con li p span{font-size:0.7rem;}
/* prodet2_con end*/
/* pro_pz */
.pro_pz{width:100%;margin:0.5rem auto 0 auto;height:12.8rem;background:#949799;}
.pro_pz .pro_pz_img{width:50%;height:100%;padding:0;margin:0;font-size:0;overflow:hidden;}
.pro_pz .pro_pz_img img{width:100%;min-height:100%;padding:0;margin:0;font-size:0;}
.pro_pz .pro_pz_info{width:28%;height:100%;padding:0 9% 0 13%;overflow:hidden;}
.pro_pz .pro_pz_info h5{color:#fff;padding-top:1.2rem;}
.pro_pz .pro_pz_info .pro_pz_list{width:100%;}
.pro_pz .pro_pz_info .pro_pz_list li{font-size:0.35rem;line-height:1.5;color:#fff;margin-bottom:0.4rem;}
.pro_pz .pro_pz_info .pro_pz_list li *{
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;}
.pro_pz .pro_pz_info .pro_pz_list li p{font-size:0.4rem;line-height:2.2;}
.pro_pz .pro_pz_info .pro_pz_list li .progress{position:relative;width:100%;height:10px;font-size:0;}
.pro_pz .pro_pz_info .pro_pz_list li .progress img{width:100%;height:100%;display:block;}
.pro_pz .pro_pz_info .pro_pz_list li .progress span{position:absolute;left:30%;top:0;display:block;width:1.8rem;height:100%;background:url(../images/pro/pgre_img2.png) center no-repeat;background-size:100% 100%;}
.pro_pz .pro_pz_info .pro_pz_list li:nth-child(2) .progress span{left:44%;}
.pro_pz .pro_pz_info .pro_pz_list li:nth-child(3) .progress span{left:58%;}
.pro_pz .pro_pz_info .pro_pz_list li:nth-child(4) .progress span{left:72%;}
/* pro_pz end*/
/* @-webkit-keyframes animate6{ */
/* 0%{	 */
	/* left: 0; */
    /* opacity: 0; */
/* } */
/* 100%{ */
	/* left: 45%; */
    /* opacity: 1; */
/* }	 */
/* } */
/* @keyframes animate6{ */
/* 0%{	 */
	/* left: 0; */
    /* opacity: 0; */
/* } */
/* 100%{ */
	/* left: 0; */
    /* opacity: 0; */
/* }	 */
/* } */

/* jbpz */
.jbpz{width:100%;padding:1.0rem 0;margin-top:0.4rem;background:url(../images/pro/jbpz_back.jpg) center no-repeat;background-size:cover;}
.jbpz_info{padding-left:13%;width:30%;padding-top:1.0rem;font-size:0.27rem;line-height:2.0;color:#4f5052;letter-spacing:2px;}
.jbpz_info .des_img{width:100%;font-size:0;}
.jbpz_info .des_img img{width:100%;display:block;}
.jbpz_info h5{font-size:0.55rem;line-height:1.6;color:#000000;padding-top:0.5rem;padding-bottom:0.2rem;}
.jbpz_info i{display:block;width:1.0rem;height:4px;background:#ee0020;margin-bottom:0.4rem;}

.jbpz_img_list{position:relative;width:55%;min-height:1.0rem;}
.jbpz_img_list .jbpz_img{width:8.5rem;padding:1.0rem 0;font-size:0;background:url(../images/pro/jbpz_quan.png) center right no-repeat;background-size:auto 100%;}
.jbpz_img_list .jbpz_img img{width:5.6rem;display:block;}
.jbpz_img_list .jbpz_intro{position:absolute;letter-spacing:1px;left:5.4rem;top:0.2rem;width:9.2rem;}
.jbpz_img_list .jbpz_intro li{font-size:0;}
.jbpz_img_list .jbpz_intro li img{display:inline-block;height:1.6rem;float:left;}
.jbpz_img_list .jbpz_intro li p{margin-left:1.8rem;font-size:0.38rem;line-height:1.7rem;}
.jbpz_img_list .jbpz_intro li:nth-child(2){margin-left:1.5rem;}
.jbpz_img_list .jbpz_intro li:nth-child(3){margin-left:2.2rem;margin-top:0.3rem;}
.jbpz_img_list .jbpz_intro li:nth-child(4){margin-left:2.2rem;margin-top:0.3rem;}
.jbpz_img_list .jbpz_intro li:nth-child(5){margin-left:1.5rem;margin-top:0.3rem;}
/* jbpz end*/
/* pro_yycj */
.pro_yycj{width:100%;}
.pro_yycj_con{width:21.7rem;margin:0.4rem auto;}
.pro_yycj_con li{position:relative;width:10.2rem;height:5.9rem;float:left;margin:0 0.3rem;font-size:0;overflow:hidden;}
.pro_yycj_con li img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.pro_yycj_con li h5{position:absolute;left:0;bottom:0;width:100%;font-size:0.28rem;line-height:1.2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
color:#fff;letter-spacing:1px;text-indent:2.0em;}
.pro_yycj_con li:hover img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
/* pro_yycj end*/
/* pro_ly */
.pro_ly{width:100%;padding-bottom:1.0rem;}
.pro_ly_con{width:21.0rem;margin:0.5rem auto;}
.pro_ly_con .wid_2{width:48%;float:left!important;margin-left:1%;margin-right:1%;display:inline-block;clear:none;}
.pro_ly_con .wid_input_2{margin-left:0;}
.pro_ly_con .wid_input_3{margin-left:1%;}
.pro_ly_con .wid_3{width:98%;margin:15px 1%;}
.pro_ly_con input{height:0.8rem;font-size:0.25rem;letter-spacing:1px;background:#f7f7fb;}
.pro_ly_con textarea{font-size:0.25rem;letter-spacing:1px;background:#f7f7fb;min-height:120px;}
.ly_btn{background:#ee0020;color:#fff;width:99%;font-size:0.27rem;height:55px;letter-spacing:2px;}
/* pro_ly end*/