@charset "utf-8";
/* CSS Document */

	*{border:0;margin:0;padding:0;list-style:none;text-decoration:none;font-family:"微软雅黑";color:#333;font-weight:normal;}
	.clearfix{clear:both;float:none;}
	/*header*/
	
	body{background:url(../images/beijing.jpg) no-repeat;background-size:100% 100%;}
	a{tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;outline: none;}	

	.header_box{width:100%;background-color:rgba(255,255,255,1.0);position:fixed;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);top:0;transition:top 0.5s;z-index:10;}
    .header{width:1200px;position:relative;left:50%;margin-left:-600px;}
	.logo{float:left;height:80px;margin:10px 0 10px 20px;}
	.logo img{height:100%;display:block;}
	.header .right{float:right;}
/*	.header h1{font-size:18px;color:#ffb500;width:100px;text-align:center;line-height:48px;margin:0 auto;display:none;}*/
	.header h1{width:64px;text-align:center;line-height:48px;margin:0 auto;display:none;padding-top:17px;}
	.header h1 img{width:100%;display:block;}
	.lianxi{float:right;margin-top:10px;margin-right:20px;}
	.lianxi img{display:block;float:left;margin-right:20px;}
	.lianxi div{float:left;line-height:30px;font-size:18px;}
	.lianxi div span{font-size:24px;font-weight:bold;color:#ffb500;}
	.nav{clear:right;float:right;margin-top:10px;}
	.nav li{float:left;width:160px;position:relative;}
	.nav li img{width:100%;display:block;opacity:0;transition:opacity 0.5s;}
	.nav li a{position:absolute;width:160px;line-height:40px;font-size:18px;color:#000;display:block;text-align:center;left:0;top:0;}
	.nav li:hover img{opacity:1;}
	.nav li:hover a{color:#fff;}

	/*顶部响应导航*/
	
	.nav_0{width:48px;height:48px;float:right;position:relative;top:26px;cursor:pointer;tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;outline: none;display:none;}
	.nav_0 img{width:100%;}
	.nav_1{position:fixed;top:100px;width:100%;height:100%;background-color:#fff;z-index:2;display:none;}
	.nav_1 li a{width:100%;font-size:16px;line-height:50px;display:block;text-align:center;border-bottom:solid 1px #e5e5e5;}


	/*底部响应导航*/

	.nav_2{position:fixed;bottom:0px;width:100%;background-color:#fff;border-top:solid 1px #e5e5e5;display:none;transition:bottom 0.5s;z-index:10;}
	.nav_2 li{float:left;width:20%;}
	.nav_2 li a{width:60px;padding:10px 0;display:block;margin:0 auto;}
	.nav_2 li a img{width:20px;display:block;margin:0 auto;}
	.nav_2 li a h2{font-size:12px;text-align:center;line-height:12px;margin-top:8px;}


	/*banner*/
    .swiper-container{width:100%;margin-top:100px;}
    .swiper-slide {text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; }
	.swiper-slide img{width:100%;display:block;}
	
/*首页*/

/*产品展示*/
	.product_box{width:100%;}
	.product{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0 0px;}
	.product .top{width:280px;background:url(../images/di-6.png) no-repeat;margin:0 auto;text-align:center;line-height:60px;font-size:24px;font-weight:bold;color:#fff;}
	.product .bottom{width:calc(100% + 20px);margin-left:-10px;margin-top:40px;position:relative;overflow:hidden;}
	.product .bottom_box{width:325%;position:relative;}
	.product .left{position:absolute;top:0;left:0;width:44px;height:100%;background-color:rgba(0,0,0,0.7);cursor:pointer;opacity:0;transition:opacity 0.5s;}
	.product .left img{position:absolute;width:27px;display:block;top:calc(50% - 22px);left:8px;}
	.product .right{position:absolute;top:0;right:0;width:44px;height:100%;background-color:rgba(0,0,0,0.7);cursor:pointer;opacity:0;transition:opacity 0.5s;}
	.product .right img{position:absolute;width:27px;display:block;top:calc(50% - 22px);right:8px;}

	.product .bottom:hover .left{opacity:1;}
	.product .bottom:hover .right{opacity:1;}
	
	.product .col{float:left;width:calc(7.6923% - 20px);margin:0 10px;border:solid 1px #e5e5e5;box-sizing:border-box; }
	.product .col_1{height:100%;overflow:hidden;}
	.product .col img{width:100%;display:block;transition:transform 0.5s;}
	.product .col h1{font-size:18px;text-align:center;line-height:50px;font-weight:bold;}
	.product .col:hover{border:solid 1px #ffb500; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);}
	.product .col:hover img{transform:scale(1.1)}
	.product .col:hover h1{color:#ffb500}
	.product .more{margin:0 auto;margin-top:20px;}
	.more{width:180px;position:relative;}
	.more img{width:100%;display:block;opacity:0;transition:opacity 0.5s;}
	.more a{width:100%;line-height:48px;display:block;position:absolute;top:0;left:0;text-align:center;color:#333;}
	.more:hover img{opacity:1}
	.more:hover a{color:#fff;}

/*关于我们*/
	.aboutus_box{width:100%;}
	.aboutus{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0 0;}
	.aboutus .top{width:280px;background:url(../images/di-6.png) no-repeat;margin:0 auto;text-align:center;line-height:60px;font-size:24px;font-weight:bold;color:#fff;}
	.aboutus .bottom{background:url(../images/di-3.png) no-repeat;background-size:100% 100%;margin-top:20px;}
	.aboutus .shipin{width:40%;margin:5% 2% 5% 8%;float:left;background-color:#000;}
	.aboutus .shipin video{padding:40px 20px;display:block;margin:0 auto;width:calc(100% - 40px);}
	.aboutus .wenan{float:left;width:40%;margin:5% 8% 5% 2%;}
	.aboutus .wenan p{float:left;font-size:16px;line-height:30px;}
	.aboutus .more{float:right;}
	
/*热点资讯*/
	.news_box{width:100%;}
	.news{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;}
	.news .top{width:280px;background:url(../images/di-6.png) no-repeat;margin:0 auto;text-align:center;line-height:60px;font-size:24px;font-weight:bold;color:#fff;}
	.news .bottom{width:calc(100% + 20px);margin-left:-10px;margin-top:40px;}
	.news .left{float:right;width:calc(70% - 20px);border-top:solid 1px #e5e5e5;margin-right:20px;}
	.news .left li{border-bottom:solid 1px #e5e5e5;padding:7px 20px;}
	.news .left li .date{float:left;text-align:center;width:60px;margin-right:10px;}
	.news .date p{color:#666;font-size:14px;line-height:20px;}
	.news .date p span{font-size:28px;line-height:30px;color:#666;}
	.news .news_1{float:left;width:calc(100% - 112px)}
	.news .news_1 h1{font-size:16px;line-height:30px;color:#000;max-height:30px;overflow:hidden;}
	.news .news_1 h2{font-size:14px;line-height:20px;max-height:20px;overflow:hidden;}
	.news .arrow{float:right;background:url(../images/icon03.png)no-repeat 0 0;width:32px;height:32px;margin-top:9px;margin-left:10px;}
	.news .right{float:right;width:30%;position:relative;overflow:hidden;}
	.news .right ul{width:500%;position:relative;top:0;left:0;}
	.news .right ul li{float:left;width:20%;position:relative;}
	.news .right li img{width:100%;display:block;}
	.news .right li span{font-size:14px;color:#fff;background-color:rgba(0,0,0,0.8);width:100%;line-height:40px;display:block;text-align:center;position:absolute;bottom:0;left:0;}

	.news .left .hong{border-bottom:solid 1px #bf0000;}
	.news .left .text{color:#bf0000;}
	.news .left .arrow_1{background:url(../images/icon03.png)no-repeat 0 -32px;}

	.news .more{margin:0 auto;margin-top:20px;}
	
/*	友情链接*/
	.yq_link_box{width:100%}
	.yq_link{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;border-top:solid 2px #e5e5e5;}
	.yq_link h1{float:left;font-size:20px;line-height:80px;font-weight:bold;}
	.yq_link h1 span{font-size:20px;font-weight:bold;line-height:80px;color:#ffb500;}
	.yq_link ul{float:left;}
	.yq_link ul li{float:left;}
	.yq_link ul .yq_link_01 a{background:url(../images/yqlj-logo.png) no-repeat 0px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_02 a{background:url(../images/yqlj-logo.png) no-repeat -120px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_03 a{background:url(../images/yqlj-logo.png) no-repeat -240px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_04 a{background:url(../images/yqlj-logo.png) no-repeat -360px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_05 a{background:url(../images/yqlj-logo.png) no-repeat -480px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_06 a{background:url(../images/yqlj-logo.png) no-repeat -600px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_07 a{background:url(../images/yqlj-logo.png) no-repeat -720px 0px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_01 a:hover{background:url(../images/yqlj-logo.png) no-repeat 0px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_02 a:hover{background:url(../images/yqlj-logo.png) no-repeat -120px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_03 a:hover{background:url(../images/yqlj-logo.png) no-repeat -240px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_04 a:hover{background:url(../images/yqlj-logo.png) no-repeat -360px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_05 a:hover{background:url(../images/yqlj-logo.png) no-repeat -480px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_06 a:hover{background:url(../images/yqlj-logo.png) no-repeat -600px -80px;background-size:840px;width:120px;height:80px;display:block;}
	.yq_link ul .yq_link_07 a:hover{background:url(../images/yqlj-logo.png) no-repeat -720px -80px;background-size:840px;width:120px;height:80px;display:block;}
	
/*	footer*/
	.footer_box{width:100%;padding:60px 0 20px;background-color:rgba(0,0,0,0.8);}
	.footer{width:1200px;position:relative;left:50%;margin-left:-600px;}
	.footer ul{width:80%;margin:0 auto;}
	.footer ul li{float:left;width:33.3333%;margin:0 auto;border-right:dashed 1px #e5e5e5;box-sizing:border-box; }
	.footer ul li .tu{width:128px;height:128px;margin:0 auto;}
	.footer ul li .tu img{width:100%;display:block;}
	.footer ul li:nth-child(3){border:none;width:calc(33.3333% - 60px);padding-left:60px;}
	.footer ul li h1{font-size:14px;color:#fff;line-height:40px;text-align:center;}
	.footer ul li h2{background:url(../images/icon04.png) no-repeat left;padding-left:24px;font-size:16px;color:#fff;line-height:30px;}
	.footer ul li h3{font-size:24px;font-weight:bold;color:#ffb500;line-height:40px;}
	.footer ul li h4{background:url(../images/icon01.png) no-repeat left;padding-left:24px;font-size:16px;color:#fff;line-height:30px;}
	.footer ul li p{font-size:14px;color:#fff;margin-top:10px;line-height:24px;}
	.footer .bq_sm{font-size:14px;color:#ccc;margin-top:40px;;text-align:center;line-height:24px;}
	.footer .bq_sm a{font-size:14px;color:#ccc;margin-top:40px;;text-align:center;line-height:24px;}

/*产品中心页*/
	.product_content_box{width:100%;}
	.product_content{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;}
	.product_content .menu{border-bottom:solid 2px #bd7c35;}
	.product_content .menu h1{background:url(../images/di-6.png) no-repeat;margin-bottom:6px;font-size:24px;line-height:60px;padding-left:40px;color:#fff;font-weight:bold;}
	.product_content .menu h1 span{font-size:18px;line-height:60px;color:#fff;}
	.product_content .part_1{margin:20px 0;}
	.product_content .part_1 .menu_1{margin-bottom:20px;}
	.product_content .part_1 .menu_1 img{display:block;float:left;}
	.product_content .part_1 .menu_1 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.product_content .row{width:calc(100% + 20px);margin-left:-10px;}
	.product_content .col_1{float:left;width:calc(25% - 20px);margin:10px;border:solid 1px #e5e5e5;box-sizing:border-box; }
	.product_content .col_11{width:100%;height:100%;overflow:hidden;}
	.product_content .col_11 img{width:100%;display:block;/*transition:transform 0.5s;*/}
	.product_content .col_1 .text{margin:10px;}
	.product_content .col_1 h3{font-size:16px;text-align:center;line-height:30px;font-weight:bold;}
	.product_content .col_1 h4{font-size:14px;text-align:center;line-height:30px;}
	.product_content .col_1 .cp_xiangqing{font-size:14px;text-align:center;line-height:30px;width:calc(100% - 20px);border:solid 1px #e5e5e5;box-sizing:border-box; border-radius:6px;color:#666;margin:10px;transition:background-color 0.5s;display:block;}
	.product_content .col_1:hover{border:solid 1px #ffb500;}
	/*.product_content .col_1:hover .col_11 img{transform:scale(1.1)}*/
	.product_content .col_1:hover h3{color:#ffb500;}
	.product_content .col_1:hover .cp_xiangqing{border:solid 1px #ffb500;background-color:#ffb500;color:#fff;}
	
	.product_content .part_2{margin:20px 0;}
	.product_content .part_2 .menu_2{margin-bottom:20px;}
	.product_content .part_2 .menu_2 img{display:block;float:left;}
	.product_content .part_2 .menu_2 h2{font-size:18px;line-height:24px;font-weight:bold;}
	
	.product_content .part_3{margin:20px 0;}
	.product_content .part_3 .menu_3{margin-bottom:20px;}
	.product_content .part_3 .menu_3 img{display:block;float:left;}
	.product_content .part_3 .menu_3 h2{font-size:18px;line-height:24px;font-weight:bold;}

/*关于我们*/
	.aboutus_content_box{width:100%;}
	.aboutus_content{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;}
	.aboutus_content .menu{border-bottom:solid 2px #bd7c35;}
	.aboutus_content .menu h1{background:url(../images/di-6.png) no-repeat;margin-bottom:6px;font-size:24px;line-height:60px;padding-left:40px;color:#fff;font-weight:bold;}
	.aboutus_content .menu h1 span{font-size:18px;line-height:60px;color:#fff;}
	.aboutus_content .part_1{margin:20px 0;}
	.aboutus_content .part_1 .menu_1{margin-bottom:20px;}
	.aboutus_content .part_1 .menu_1 img{display:block;float:left;}
	.aboutus_content .part_1 .menu_1 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.aboutus_content .part_1 p{font-size:16px;line-height:30px;}
	.aboutus_content .part_1 p span{font-size:18px;line-height:50px;font-weight:bold;display:block;text-align:center;}
	.aboutus_content .part_1 .yuanze{display:none;}
	.aboutus_content .part_1 .line{width:100%;height:1px;background-color:#ccc;margin:10px auto 0;}
	.aboutus_content .part_1 .btn{width:100px;height:30px;background:url(../images/icon09.png);margin:-1px auto 0;cursor:pointer;tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;outline: none;}
	
	.aboutus_content .part_2{margin:20px 0;}
	.aboutus_content .part_2 .menu_2{margin-bottom:20px;}
	.aboutus_content .part_2 .menu_2 img{display:block;float:left;}
	.aboutus_content .part_2 .menu_2 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.aboutus_content .part_2 .gallery{width:calc(100% + 20px);margin-left:-10px;}
	.aboutus_content .part_2 .gallery li{width:calc(25% - 20px);margin:10px;float:left;position:relative;}
	.aboutus_content .part_2 .gallery li{width:calc(25% - 20px);margin:10px;float:left;position:relative;}
	.aboutus_content .part_2 .gallery li .di{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.6);opacity:0;transition:opacity 0.5s;}
	.aboutus_content .part_2 .gallery li .di img{width:40px;display:block;background-color:rgba(0,0,0,0.4);position:absolute;top:50%;left:calc(50% - 20px);opacity:0;transition:top 0.5s,opacity 0.5s;-ms-transition:top 0.5s,opacity 0.5s;-webkit-transition:top 0.5s,opacity 0.5s;-o-transition:top 0.5s,opacity 0.5s;-moz-transition:top 0.5s,opacity 0.5s;}
	.aboutus_content .part_2 .gallery li .kuang{position:absolute;width:100%;height:100%;left:0;top:0;border:solid 1px #e5e5e5;box-sizing:border-box; opacity:0;transition:opacity 0.5s,width 0.5s,height 0.5s,left 0.5s,top 0.5s;}
	.aboutus_content .part_2 .gallery li:hover .di{opacity:1;}
	.aboutus_content .part_2 .gallery li:hover .di img{top:calc(50% - 20px);opacity:1;}
	.aboutus_content .part_2 .gallery li:hover .kuang{width:90%;height:90%;opacity:1;left:5%;top:5%;}
	.aboutus_content .part_2 .gallery li img{width:100%;display:block;}
	
	.aboutus_content .part_3{margin:20px 0;}
	.aboutus_content .part_3 .menu_3{margin-bottom:20px;}
	.aboutus_content .part_3 .menu_3 img{display:block;float:left;}
	.aboutus_content .part_3 .menu_3 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.aboutus_content .part_3 .row{width:calc(100% + 20px);margin-left:-10px;}
	.aboutus_content .part_3 .col{width:calc(25% - 20px);margin:10px;float:left;border:solid 1px #e5e5e5;box-sizing:border-box; }
	.aboutus_content .part_3 .col_1{width:100%;height:100%;overflow:hidden;}
	.aboutus_content .part_3 .col_1 img{width:100%;display:block;transition:transform 0.5s;}
	.aboutus_content .part_3 .col h3{font-size:16px;text-align:center;line-height:40px;}
	.aboutus_content .part_3 .col:hover .col_1 img{transform:scale(1.1);}
	.aboutus_content .part_3 .col:hover h3{color:#ffb500;}
	.aboutus_content .part_3 .col:hover{border:solid 1px #ffb500;}

/*地图css*/
	.aboutus_content .part_4{margin:20px 0;}
	.aboutus_content .part_4 .menu_4{margin-bottom:20px;}
	.aboutus_content .part_4 .menu_4 img{display:block;float:left;}
	.aboutus_content .part_4 .menu_4 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
	.aboutus_content #dituContent{width:1200px;height:400px;border:#ccc solid 1px;}


/*热点资讯*/
	.news_content_box{width:100%;}
	.news_content{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;}
	.news_content .menu{border-bottom:solid 2px #bd7c35;}
	.news_content .menu h1{background:url(../images/di-6.png) no-repeat;margin-bottom:6px;font-size:24px;line-height:60px;padding-left:40px;color:#fff;font-weight:bold;}
	.news_content .menu h1 span{font-size:18px;line-height:60px;color:#fff;}
	.news_content .part_1{margin:20px 0;}
	.news_content .part_1 .menu_1{margin-bottom:20px;}
	.news_content .part_1 .menu_1 img{display:block;float:left;}
	.news_content .part_1 .menu_1 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.news_content .row{width:calc(100% + 20px);margin-left:-10px;}
	.news_content .col_1{float:left;width:calc(25% - 20px);margin:10px;border:solid 1px #e5e5e5;box-sizing:border-box; }
	.news_content .col_11{width:100%;height:100%;overflow:hidden;}
	.news_content .col_11 img{width:100%;display:block;transition:transform 0.5s;}
	.news_content .col_1 h3{font-size:16px;text-align:center;line-height:30px;margin-top:10px;height:60px;overflow:hidden;}
	.news_content .col_1 .cp_xiangqing{font-size:14px;text-align:center;line-height:30px;width:calc(100% - 40px);border:solid 1px #e5e5e5;box-sizing:border-box; border-radius:6px;color:#666;margin:10px 20px;transition:background-color 0.5s;display:block;}
	.news_content .col_1:hover{border:solid 1px #ffb500;}
	.news_content .col_1:hover .col_11 img{transform:scale(1.1)}
	.news_content .col_1:hover h3{color:#ffb500;}
	.news_content .col_1:hover .cp_xiangqing{border:solid 1px #ffb500;background-color:#ffb500;color:#fff;}	
	
	.news_content .part_2{margin:20px 0;}
	.news_content .part_2 .menu_2{margin-bottom:20px;}
	.news_content .part_2 .menu_2 img{display:block;float:left;}
	.news_content .part_2 .menu_2 h2{font-size:18px;line-height:24px;font-weight:bold;}	
	.news_content .part_2 .zixun{width:100%;}
	.news_content .part_2 .zixun li{display:none;}
	.news_content .part_2 .zixun li:nth-child(1){display:block;}
	.news_content .part_2 .zixun_1{border-bottom:dashed 1px #e5e5e5;cursor:pointer;position:relative;padding:10px 0;}
	.news_content .part_2 .zixun_1 .disc{width:6px;height:6px;border-radius:100%;background-color:#bf0000;position:absolute;top:22px;left:0;}
	.news_content .part_2 .zixun_1 h3{font-size:16px;line-height:30px;padding-left:12px;}
	.news_content .part_2 .zixun_1 h3 span{font-size:14px;line-height:30px;float:right;}
	.news_content .part_2 .zixun_1:hover{border-bottom:dashed 1px #ffb500;}
	.news_content .part_2 .zixun_1:hover .disc{background-color:#ffb500;}
	.news_content .part_2 .zixun_1:hover h3{color:#ffb500;}
	.news_content .part_2 .news_ym{width:180px;margin:20px auto 0;}
	.news_content .part_2 .news_ym li{float:left;width:48px;line-height:24px;margin:6px;border:solid 1px #e5e5e5;text-align:center;box-sizing:border-box; cursor:pointer;}
	.news_content .part_2 .news_ym .dj{border:solid 1px #ffb500;color:#ffb500;}

/*顾客须知*/
	.instruction_content_box{width:100%;}
	.instruction_content{width:1200px;position:relative;left:50%;margin-left:-600px;padding:40px 0;}
	.instruction_content .menu{border-bottom:solid 2px #bd7c35;}
	.instruction_content .menu h1{background:url(../images/di-6.png) no-repeat;margin-bottom:6px;font-size:24px;line-height:60px;padding-left:40px;color:#fff;font-weight:bold;}
	.instruction_content .menu h1 span{font-size:18px;line-height:60px;color:#fff;}
	.instruction_content .part_1{margin:20px 0;}
	.instruction_content .part_1 .menu_1{width:110px;margin:0 auto;margin-bottom:40px;}
	.instruction_content .part_1 .menu_1 img{display:block;float:left;}
	.instruction_content .part_1 .menu_1 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.instruction_content .part_1 .row{width:80%;margin:0 auto;}	
	.instruction_content .part_1 .col{width:33.3333%;float:left;}
	.instruction_content .part_1 .col img{width:30%;display:block;margin:0 auto;}
	.instruction_content .part_1 .col h3{font-size:16px;text-align:center;line-height:40px;}	
		
	.instruction_content .part_2{margin:20px 0;}
	.instruction_content .part_2 .menu_2{margin-bottom:20px;}
	.instruction_content .part_2 .menu_2 img{display:block;float:left;}
	.instruction_content .part_2 .menu_2 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.instruction_content .part_2 .gallery{width:calc(100% + 20px);margin-left:-10px;}
	.instruction_content .part_2 .gallery li{width:calc(25% - 20px);margin:0 10px;float:left;position:relative;}
	.instruction_content .part_2 .gallery li .di{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.6);opacity:0;transition:opacity 0.5s;}
	.instruction_content .part_2 .gallery li .di img{width:40px;display:block;background-color:rgba(0,0,0,0.4);position:absolute;top:50%;left:calc(50% - 20px);opacity:0;transition:top 0.5s,opacity 0.5s;-ms-transition:top 0.5s,opacity 0.5s;-webkit-transition:top 0.5s,opacity 0.5s;-o-transition:top 0.5s,opacity 0.5s;-moz-transition:top 0.5s,opacity 0.5s;}
	.instruction_content .part_2 .gallery li .kuang{position:absolute;width:100%;height:100%;left:0;top:0;border:solid 1px #e5e5e5;box-sizing:border-box; opacity:0;transition:opacity 0.5s,width 0.5s,height 0.5s,left 0.5s,top 0.5s;}
	.instruction_content .part_2 .gallery li:hover .di{opacity:1;}
	.instruction_content .part_2 .gallery li:hover .di img{top:calc(50% - 20px);opacity:1;}
	.instruction_content .part_2 .gallery li:hover .kuang{width:90%;height:90%;opacity:1;left:5%;top:5%;}
	.instruction_content .part_2 .gallery li img{width:100%;display:block;}	
	
	.instruction_content .part_3{margin:20px 0;}
	.instruction_content .part_3 .menu_3{margin-bottom:20px;}
	.instruction_content .part_3 .menu_3 img{display:block;float:left;}
	.instruction_content .part_3 .menu_3 h2{font-size:18px;line-height:24px;font-weight:bold;}
	.instruction_content .part_3 .gallery{width:calc(100% + 20px);margin-left:-10px;}
	.instruction_content .part_3 .gallery li{width:calc(20% - 20px);margin:0 10px 10px;float:left;}	
	.instruction_content .part_3 .gallery li h3{font-size:14px;line-height:20px;text-align:center;margin-top:10px;}	
	.instruction_content .part_3 .gallery li h3 span{color:#bf0000;}	
	.instruction_content .part_3 .gallery li img{width:100%;display:block;}
	
	
/*浮动客服*/
	#floatDivBoxs{width:150px;background:#fff;position:fixed;top:110px;right:0px;z-index:9999;}
	#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
	#floatDivBoxs .floatDqq{padding:0 14px;}
	#floatDivBoxs .floatDqq li{height:45px;line-height:45px;border-bottom:1px solid #e3e3e3; text-align:center;}
	#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
	#floatDivBoxs .floatDqq li a{font-size:14px;display:block;}
	#floatDivBoxs .floatDqq li:hover a{color:red;}
	#floatDivBoxs .floatDtxt{font-size:16px;color:#333;padding:10px 14px;}
	#floatDivBoxs .floatDtel h1{font-size:16px;color:#ffb500;text-align:center;padding:0 0 14px;font-weight:bold;}
	#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
	#floatDivBoxs .floatImg img{ margin-bottom:5px;}
	#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;}
	.floatShadow{ background:#fff;}

	.kefu{position:fixed;bottom:65px;right:0;padding:6px 12px 6px 36px;border-radius:18px;background-color:#bf0000;z-index:10;display:none;transition:bottom 0.5s}
	.kefu img{height:24px;display:block;border-radius:100%;padding:6px;background-color:#bf0000;position:absolute;left:0;top:-4px;}
	.kefu h1{font-size:12px;color:#fff;line-height:16px;}
	.kefu_1{bottom:65px;}
	.kefu_2{bottom:5px;}

/*热点资讯page01*/
	.page01_box{width:100%;margin-top:100px;}
	.page01{width:1200px;padding:40px 0;position:relative;left:50%;margin-left:-600px;background-color:#fff;}
	.page01 .top{border-bottom:solid 1px #e5e5e5;}
	.page01 .top h1{font-size:24px;text-align:center;line-height:40px;}
	.page01 .top h2{font-size:14px;text-align:center;line-height:30px;color:#6e6e6e;margin-bottom:20px;}
	.page01 .bottom{width:750px;margin:0 auto;margin-top:20px}
	.page01 .bottom img{max-width:100%;display:block;margin:0 auto;}
	.page01 .bottom p{font-size:16px;line-height:30px;}
	.page01 .bottom p span{font-weight:bold;}
	.page01 .gengduo{margin-top:40px;}
	.page01 .gengduo .shang{font-size:16px;line-height:24px;display:block;margin-bottom:10px;}
	.page01 .gengduo .xia{font-size:16px;line-height:24px;display:block;}
	.page01 .gengduo .shang:hover{color:#ffb500;text-decoration:underline;}
	.page01 .gengduo .xia:hover{color:#ffb500;text-decoration:underline;}
	.page01 .bottom > span{font-size:14px;width:200px;line-height:30px;display:block;text-align:center;margin:0 auto;}
	.page01 .bottom .tu1{width:160px;}
	.page01 .bottom h3{font-size:16px;font-weight:bold;line-height:30px;}


/*热点资讯page02*/
	.page02_box{width:100%;margin-top:100px;}
	.page02{width:1200px;padding:40px 0;position:relative;left:50%;margin-left:-600px;background-color:#fff;}
	.page02 .top{border-bottom:solid 1px #e5e5e5;}
	.page02 .top h1{font-size:24px;text-align:center;line-height:40px;}
	.page02 .top h2{font-size:14px;text-align:center;line-height:30px;color:#6e6e6e;margin-bottom:20px;}
	.page02 .bottom{width:750px;margin:0 auto;margin-top:20px}
	.page02 .bottom img{max-width:100%;display:block;margin:0 auto;}
	.page02 .bottom p{font-size:16px;line-height:30px;}
	.page02 .bottom p span{font-weight:bold;}
	.page02 .gengduo{margin-top:40px;}
	.page02 .gengduo .shang{font-size:16px;line-height:24px;display:block;margin-bottom:10px;}
	.page02 .gengduo .xia{font-size:16px;line-height:24px;display:block;}
	.page02 .gengduo .shang:hover{color:#ffb500;text-decoration:underline;}
	.page02 .gengduo .xia:hover{color:#ffb500;text-decoration:underline;}
	.page02 .bottom > span{font-size:16px;wline-height:30px;display:block;text-align:center;}
	.page02 .bottom .tu1{width:100px;}
	.page02 .bottom h3{font-size:16px;font-weight:bold;line-height:30px;}
