@CHARSET "UTF-8";

.product_bak{float: left;width: 100%;height: auto;padding: 40px;background: #FFF;}
.product_menu{float: left;width: 100%;height: auto;text-align: center;}
.product_menu a{position: relative;padding: 0px 10px;font-size: 22px;color: #1e1e1e;margin-left: 30px;z-index: 10;text-decoration:none;}
.product_menu a:hover{text-decoration:none;color: #1e1e1e;}
.product_menu a i{background: #F4AE00;position: absolute;bottom: 0;left: 0;z-index: -10;width: 100%;height: 8px;display: none;}
.product_menu a.on i{display: block;}
.product_list{float: left;width: 100%;margin-top: 40px;}
.product_one{background-color: #F4F4F4;padding: 15px;float: left;margin: 15px 0px;}
.product_one img{float: left;/*width: 225px; height: 155px;*/ width:100%; height:auto; transition: all 0.6s;}
.product_one img:hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
     -moz-transform: scale(1.1); /*Firefox*/
     -ms-transform: scale(1.1); /*IE9*/
     -o-transform: scale(1.1); /*Opera*/
 }
 .common_img img{transition: all 0.6s;}
 .common_img img:hover {transform: scale(1.1);-webkit-transform: scale(1.1); /*Safari 和 Chrome*/ -moz-transform: scale(1.1); /*Firefox*/ -ms-transform: scale(1.1); /*IE9*/ -o-transform: scale(1.1); /*Opera*/}
 
 
/*.product_one .pro_span{float: left;width: 100%;height: 35px;line-height: 35px;font-size:16px;color:#1e1e1e;text-align: center;margin-top: 5px;overflow: hidden;padding-top:7px;}
.product_one:hover .pro_span{color:#ad2f21; }
.ylfx_scxq{float: left;width: 100%;height: auto;background-color: #f5f5f5;padding: 50px 0px;}
.ylfx_shicang{margin-top: 40px;float: left;}
.border_box{border: 1px solid #F3F3F3;border-top: none;overflow: hidden;background-color: #FFF;margin-bottom: 30px;}
.ylfx_mdmbld{float: left;width: 100%;height: 625px;background: url('../images/ylfx12.jpg') center no-repeat;}
.ylfx_mdmbld_box{float: left;width: 100%;height:340px;background: url('../images/ylfx7.png') center no-repeat;margin-top: 70px;}
.ylfx_mdmbld_box .l{float: left;margin-bottom:40px; }
.ylfx_mdmbld_box .r{float: right;margin-bottom:40px; }
.ylfx_tzys_box{float: left;width: 100%;height: auto;background: #F5F5F5;padding-bottom: 50px;}
.ylfx_tzys{float: left;width: 100%;margin-top: 50px;background-color: #FFF;padding: 50px 0px;}
.ylfx_tzys>div{text-align: center;}
.ylfx_tzjsq_box{float: left;width: 100%;height: 690px;background: url('../images/ylfx20.png') center no-repeat;}
.ylfx_tzjsq_box .img{float: left;width: 100%;height: auto;margin-top: 55px;}
.ylfx_tzjsq_box .img img{float: left;width: 100%;}
.ylfx_tzjsq{float: left;width: 100%;height: auto;background-color: #FFF;padding-top: 50px;padding-bottom: 50px;}
.ylfx_tzjsq i{font-style: normal;}
.ylfx_tzjsq .left{float: left;width: 530px;height: auto;margin-left:50px;}
.ylfx_tzjsq .left h3{float: left;width: 100%;height: 40px;line-height: 40px;font-size: 18px;color: #1e1e1e;}
.ylfx_tzjsq .left h3 span{font-size: 30px;padding-right: 20px;}
.ylfx_tzjsq .left h3 p{float: right;}
.ylfx_tzjsq .left .one{float: left;width:100%;height: 30px;line-height: 30px; margin-top: 20px;}
.ylfx_tzjsq .left .one span{float: left;width: 85px;height: 30px;font-size: 16px;}
.ylfx_tzjsq .left .one div{float: left;width: 385px;height: 30px;background-color: #D7D7D7;}
.ylfx_tzjsq .left .one div input{outline: none;border: none;background: none;float: left;width: 100%;height: 30px;text-indent: 10px;}
.ylfx_tzjsq .left .one div em{width:30px;text-align: center;float: right;}
.ylfx_tzjsq .left .one i{color: #c83226;font-size: 18px;}
.ylfx_tzjsq .mid{float: left;width:115px;height: auto;margin:80px 57px 0px 57px;cursor: pointer;text-align: center;}
.ylfx_tzjsq .right{float: right;width: 250px;height:235px;margin-top: 70px;margin-right: 40px;}
.ylfx_tzjsq .right dl{float: left;border: 1px solid #EEEEED;padding: 15px;width: 208px;margin: 0;}
.ylfx_tzjsq .right dl dd{float: left;width: 100%;height: 30px;line-height: 30px;}
.ylfx_tzjsq .right dl i{color:#c83226;padding-right: 5px;}
.ylfx_tzjsq .right .ys{float: left;width: 100%;height: 60px;line-height: 60px;font-size: 16px;color: #1e1e1e;}
.ylfx_tzjsq .right .ys i{font-size: 24px;color: #c83226;}*/
.jmwd_list{float: left;width: 100%;height: auto;background-color: #FFF;}
.jmwd_con{width: 1200px;height: auto;margin: 0px auto;padding-bottom: 50px;overflow: hidden;}
.jmwd_con .one{float: left;width: 100%;height: 177px;margin-top: 60px;}
.jmwd_con .one .img,.jmwd_con .one .img img{float: left;width:260px;height: 177px; }

.jmwd_con .one .img img{transition: all 0.6s;}
.jmwd_con .one .img img:hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
     -moz-transform: scale(1.1); /*Firefox*/
     -ms-transform: scale(1.1); /*IE9*/
     -o-transform: scale(1.1); /*Opera*/
 }
.jmwd_con .one  .one_nr{float: left;width: 55%;height: 177px;margin-left: 50px;}
.jmwd_con .one  .one_nr .title{float: left;width: 100%;height: 40px;line-height: 40px;font-size: 20px;color: #1e1e1e;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.jmwd_con .one  .one_nr .title span{float: left;width: 24px;height: 24px;margin: 8px 10px 0px 0px;border-radius: 50%;background-color: #EDA011;color: #FFF;text-align: center;line-height: 24px;font-size: 14px;}
.jmwd_con .one  .one_nr .d{float: left;width: 100%;height: auto;line-height: 28px;font-size: 14px;color: #444444;margin-top: 15px;max-height: 56px;overflow: hidden;}
.jmwd_con .one  .one_nr .d span{float: left;width: 24px;height: 24px;border-radius: 50%;background-color: #333333;color: #FFF;font-size: 14px;text-align: center;margin-right: 10px;line-height: 24px;margin-top: 2px;}
.jmwd_con .one  .one_nr .time{float: left;width: auto;height: 27px;line-height: 27px;padding: 0px 15px;border-radius: 27px;font-size: 12px;color: #999999;border: 1px solid #999999;margin-top: 30px;}
.jmwd_con .one  .one_nr .time i{float: left;width: 14px;height: 14px;background: url('../images/jmwd2.jpg') no-repeat;margin: 6px;margin-left: 0px;}
.jmwd_con .one .detail{float: right;width:130px;height: 45px;text-align: center;line-height: 45px;border-radius: 3px;background-color: #EEEEEE;color: #333333;text-align: center;margin-top: 65px;}

.join_jmtj_bak{float: left;width: 100%;height: auto;padding: 0px 0 50px;background-color: #f5f5f5;}
.join_xian{float: left;width: 90%;height: auto;margin-top: 50px;margin-left: 5%;padding-bottom: 15px;}
.join_xian img{float: left;width: auto;margin-left: 125px;}
.join_jmtj .img{float: left;width: 100%;height: auto;text-align: center;}
.join_jmtj p{float: left;width: 90%;margin-left: 5%;font-size: 16px;color: #1e1e1e;line-height: 24px;text-align: left;margin-top: 20px;}
.join_jmlc_bak{float: left;width: 100%;height:965px;background: url('../images/join10.jpg') center no-repeat;}
.join_jrlc_img{float: left;width: 100%;height: 100%;margin-top:50px;}
.join_jrlc_img img{float: left;width: 100%;}
.join_lxxz_bak{float: left;width: 100%;height: auto;padding-bottom: 50px;background-color: #f5f5f5;}
.join_lxxz{margin-top: 50px;float: left;}
.join_lxxz>div{padding: 20px;}
.join_lxxz .img{float: left;width: 100%;height: auto;}
.join_lxxz .img img{float: left;width: 100%;}
.join_lxxz span{float: left;width: 100%;height:50px;line-height: 50px;text-align: center;margin-top: 5px;font-size: 24px; }
.join_lxxz p{float: left;width: 100%;font-size:16px;line-height: 26px;margin: 0;padding: 0;margin-top: 5px; }
.ylbz_ppbz_box{float: left;width: 100%;height: auto;padding-bottom: 40px;background-color: #f7f8f8;}
.baozhang_ypbz {float: left;width: 100%;margin-top: 40px;}
.baozhang_ypbz .img{float: left;width: 100%;height: auto;text-align: center;}
.baozhang_ypbz span{float: left;width: 100%;height:50px;line-height: 50px;text-align: center;margin-top: 5px;font-size: 22px;}
.baozhang_ypbz p{float: left;width: 75%;font-size:18px;line-height:30px;margin: 0 0 0 15%;padding: 0;margin-top: 5px;text-align: left; }
.ylbz_fwbz_box{float: left;width: 100%;height:875px;background: url('../images/ylbz17.jpg') no-repeat;}
.ylbz_fwbz_img1{float: left;width: 100%;height: auto;margin-top: 50px;}
.ylbz_fwbz_img1 img{float: left;width: 100%;}
.ylbz_pzbz_box{float: left;width: 100%;height: auto;padding-bottom: 50px;background-color: #f7f8f8;}
.ylbz_pzbz_list{float: left;width: 100%;height: auto;}
.ylbz_pzbz_list .img,.ylbz_pzbz_list .img img{float: left;width: 100%;}
.ylbz_pzbz_list>div{height: 223px;margin-top: 40px;}
.ylbz_pzbz_list .top{float: left;margin-top: 15px;}
.ylbz_pzbz_list .top dl,.ylbz_pzbz_list .top img{float: left;color: #1e1e1e;margin: 0;padding: 0;}
.ylbz_pzbz_list .top img{margin-top:5px;margin-right: 15px;}
.ylbz_pzbz_list .top dl dt{font-size: 28px;}
.ylbz_pzbz_list .top dl dd{font-size: 24px;}
.ylbz_pzbz_list p{float: left;width: 100%;height: auto;line-height: 26px;font-size: 16px;text-align: left;color: #333333;margin: 10px 0px 0px 0px;}
.ylbz_skmy_box{float: left;width: 100%;height: auto;background: url('../images/ylbz16.jpg') center no-repeat;background-size: 100%;height: 1176px;}
.ylbz_skmy_box .img,.ylbz_cgzl_box .img{float: left;width: 100%;height: auto;margin-top: 40px;}
.ylbz_skmy_box .img img,.ylbz_cgzl_box .img img{float: left;width: 100%;}
.ylbz_cgzl_box{float: left;width: 100%;height: auto;padding-bottom: 50px;background-color: #f7f8f8;}
.news_banner{float: left;width: 100%;height: auto;position: relative;}
.news_banner .swiper-pagination{text-align: right;padding-right: 30px;}
.news_banner .swiper-pagination-bullet{background: #FFF;opacity: 1;}
.news_banner .swiper-pagination-bullet-active{background-color: #F4AE00;}
.news_banner_right{float: left;width: 100%;height: auto;}
.news_banner_right .title{float: left;width: 100%;font-size:24px;color: #1e1e1e;line-height: 40px;height: 80px;overflow: hidden;margin-top: 15px;}
.news_banner_right .time{float: left;width:170px;height: 55px;line-height: 20px;font-size: 14px;color: #999999;border-bottom: 1px solid #333333;margin-top: 20px;}
.news_banner_right p{float: left;width: 100%;height: 84px;font-size: 14px;color: #444444;line-height: 28px;overflow: hidden;text-align: left;margin-top: 30px;}
.news_banner_right a{float: left;width: 130px;height: 40px;line-height: 40px;background-color:#F4AE00;color: #1e1e1e; text-align: center;border-radius: 3px;outline: none;text-decoration: none;margin-top: 10px;}
.newslist{float: left;width: 100%;height: auto;}
.newslist .one{float: left;width: 100%;height:177px;margin-top: 50px; }
.newslist .one img{float: left;width:260px;height: 177px;transition: all 0.6s;}
.newslist .one  img:hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
     -moz-transform: scale(1.1); /*Firefox*/
     -ms-transform: scale(1.1); /*IE9*/
     -o-transform: scale(1.1); /*Opera*/
 }
.newslist .one .mid{float: left;width: 650px;height: 177px;margin-left: 40px;}
.newslist .one .mid .title{float: left;width: 100%;height: 50px;line-height: 50px;font-size: 20px;color: #1e1e1e; text-align:left;}
.newslist .one .mid p{float: left;width: 80%;height: 60px;line-height: 30px;font-size: 14px;text-align: left;}
.newslist .one .mid .keywords{float: left;width: 100%;height: auto;margin-top: 15px;}
.newslist .one .mid .keywords span{float: left;width: auto;padding: 0px 20px;background-color: #F2F2F2;color: #999999;line-height: 30px;border-radius: 30px;height: 30px;margin-right: 20px;}
.newslist .one .mid .keywords .time{float: left;width: auto;height: 28px;line-height: 26px;padding: 0px 15px;border-radius: 28px;font-size: 12px;color: #999999;border: 1px solid #999999;margin-left: 120px;}
.newslist .one .mid .keywords .time i{float: left;width: 14px;height: 14px;background: url('../images/jmwd2.jpg') no-repeat;margin:7px 7px 0px 0px; }
.newslist .one .right{float: right;width: auto;height: 50px;}
.newslist .one .right a{float: left;width: 128px;height: 45px;background-color: #EEEEEE;border-radius: 3px;color: #333333;font-size: 14px;text-align: center;line-height: 45px;margin-top: 60px;outline: none;}
.contact_tel{float: left;width: 100%;height: 165px;line-height: 165px;background-color: #F5F5F5;}
.contact_lx{width:1200px;margin: 0 auto;overflow: hidden;}
.contact_lx .one{float: left;width: 33%;}
.contact_lx .last{width: 34%;}
.contact_lx i{float: left;width: 18px;height: 18px;margin-top: 75px;text-align: center;margin-right: 10px;}
.contact_lx i img{float: left;height: 100%;}
.contact_lx span{float: left;margin-left: 10px;font-size:16px;color: #333333; }
.contact_lx p{font-size: 26px;color: #333333;float: left;}
.contact_bak{float: left;width: 100%;height: auto;background: #FFF;}
.contact_zxxl{float: left;margin-top: 30px;width: 100%;}
/*.contact_zxxl>div{padding: 0;}*/
.contact_zxxl .title{float: left;width: 100%;height: 60px;line-height: 60px;font-size:20px;color: #1e1e1e;text-indent: 15px; }
.contact_zxxl textarea{width: 100%;height: 120px;line-height: 30px;color: #666;border: 1px solid #E8E8E8;text-indent: 10px;border-radius: 3px;outline: none;}
.contact_zxxl input{float: left;width: 45%;margin-left: 5%;height: 48px;line-height: 48px;border: 1px solid #E8E8E8;color: #666;text-indent: 10px;border-radius: 3px;outline: none;}
.contact_zxxl span{float: left;width: 45%;height: 50px;line-height: 50px;background-color: #F4AE00;color: #1e1e1e;text-align: center;margin-left: 5%;cursor: pointer;}
.contact_zxxl .mgt{margin-top: 20px;}
.img_map{float: left;width: 100%;height: auto;margin-top: 50px;padding-right: 30px;padding-bottom: 50px;}
.img_map img{float: left;width: 100%;}
.detail_title{float: left;width: 100%;height: 60px;line-height: 60px;overflow: hidden;font-size: 30px;color: #1e1e1e;text-align: center;margin-top: 50px;}
.detail_fbt{float: left;width: 650px;height: 30px;line-height: 30px;color: #999999;text-align: center;margin-left:25%;}
.detail_fbt .fubiao{padding-right: 20px;display: inline-block;height: 30px;overflow: hidden;float: left;}
.detail_fbt .share_and_sc_share{display: inline-block;overflow: hidden;float: left;}
.detail_fbt .share_and_sc_share .lt{float: left;}
.detail_fbt .share_and_sc_share .bdsharebuttonbox{float: left;}
.detail_contet {float: left;width: 100%;height: auto;margin-top: 60px; font-size:16px; text-align:left; line-height:40px; text-indent:30px;}
.detail_contet p{color: #666;font-size: 16px;}
.detail_contet p img{max-width: 100%; height:auto;} 

.next_prev{float: left;width: 100%;height: auto;padding: 20px 0px;border-top: 1px solid #e0e0e0;margin-top: 40px;}
.next_prev ul{float: left;width: 100%;height: auto;}
.next_prev ul li{float: left;width: 100%;line-height: 30px;}
.next_prev ul li a{color: #333;}
.position_now{float:left;width:100%;height:50px;border-bottom:1px solid #e0e0e0;line-height:50px;color:#666;text-indent:20px;}
.position_now a{color:#666;}
.position_now a:hover{color:red;text-decoration:none;}
 
.newcontent{ width:60%; margin:0 auto;}
