/*图片滑过时左移*/
.maximg { width:100%; text-align:center; overflow:hidden;}
.maximg img{ width:100%;}
/*图片滑过时左移*/
.sImg { text-align:center; overflow: hidden;z-index: 1; position: relative;}
.sImg img {-webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; vertical-align: middle; }
.sImg:hover img { -webkit-transform: translateX(-4px); transform: translateX(-4px); }
/*图片滑过时放大*/
.bImg img{ width:100%; -webkit-transition: 1s;-moz-transition: 1s;transition: 1s; }
.bImg img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
/* banner图片 */
.focus { width: 100%; position: relative; zoom: 1; overflow: hidden;}
.flexslider{position:relative;height:auto;overflow:hidden;background:url(/html/images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{text-align:center;top: 0;width:100%;}
.slides li img{width:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:30px;height:20px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:30px;height:20px;line-height:80px;overflow:hidden;background:url(/html/images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;}
.flex-direction-nav li a{display:block;width:84px;height:84px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/html/images/nimg84_left.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/html/images/nimg84_right.png) center center no-repeat;}
.m-banner{ display:none;}
/*banner结束*/
/*首页（内页）栏目标题*/
.in_titel {margin-bottom:40px;}
.in_titel h1{ line-height:64px;text-align:center; overflow:hidden}
.in_titel p{ color:#666; text-align:center; display: block;font-weight: normal;}

.in_titel_f {margin-bottom:40px;}
.in_titel_f h1{ line-height:64px;text-align:center; color:#FFF; padding-top:30px; overflow:hidden}
.in_titel_f p{ color:#f8f8f8; text-align:center; display: block;font-weight: normal;}
/*PC搜索栏目*/
.t-search {background: #f8f8f8;border-bottom: 1px solid #e8e8e8; padding:20px 0px;overflow: hidden;}
.t-search_txt { background:url(/html/images/t_ico5.png) left center no-repeat; padding-left:25px;}
.t-search a {color: #333;display: inline-block;margin-right: 15px;}
.t-search-inp {width:300px; border:0px; border-radius:5px;background: #FFF;padding-left: 10px;}
.t-search-inp input {border: 0; }
.t-search-inp1 {width:194px;height:30px;color: #666;float: left;}
.t-search-inp2 {width:60px;height:30px;border-top-right-radius:5px; border-bottom-right-radius:5px; background: url(/html/images/t-search.png) no-repeat center center; background-color:#1f409d;float: right;cursor: pointer;}

/*首页产品*/
.indexPart1{ padding:60px 0px; overflow:hidden; }
.indexPart1 .pro_con{ width:100%;}
.indexPart1 .pro_con li{position:relative; float:left; width:25%; cursor:pointer; border:none; overflow:hidden;}
.indexPart1 .pro_con li:nth-child(1){width:50%; float:left;}
.indexPart1 .pro_con li:nth-child(2){width:50%; float:right;}
.indexPart1 .pro_con .in_p_img{width:100%; height:100%;}
.indexPart1 .pro_con .in_p_img img{width:100%;}
.indexPart1 .pro_con .in_p_tit{width:100%; height:150px; padding:2%; text-align:center; color:#FFF; background: rgba(31, 64, 157, 0.6); position: absolute; bottom:0; z-index: 1; transition: 0.5s;left:0;bottom:-100px;}
.indexPart1 .pro_con .in_p_tit h2 { text-shadow:0px 2px 0px #333; margin-bottom:20px;}
.indexPart1 .pro_con .in_p_tit span{ display:block; width:100px; margin:10px auto; border:2px #FFF solid; border-radius:15px;}
.indexPart1 .pro_con li:hover .in_p_tit{bottom:0px; background: rgba(31, 64, 157, 0.8); transition: 0.5s;}

/*首页案例*/
.indexPart2{ margin:20px auto; padding:10px; background-color:#fff;overflow:hidden;}
.indexPart2 .tab2 ul{ margin:20px 10px; border-radius:50px; background-color:#FFF;box-shadow:0 0 13px rgba(0,0,0,.2); overflow:hidden;}
.indexPart2 .tab2 li{ width:7.3%; padding:0.5%; float:left; text-align:center; cursor:pointer; overflow:hidden;}
.indexPart2 .tab2 li .imgdiv{position: relative; height:50px; margin:auto; overflow:hidden;}
.indexPart2 .tab2 li img{ transition: ease-in-out 0.3s;}
.indexPart2 .tab2 li:hover img{transform-style: preserve-3d;  transform:rotateY(180deg);}
.indexPart2 .tab2 li.liNow{ color:#1f409d;}
.indexPart2 .tab2 li.liNow img{position: absolute;top:-50px; left:20px;}

.indexPart2 .tabContent2 {}
.indexPart2 .tabContent2 li{position:relative; width:24%; height:auto; float:right; margin-bottom:1%; background-color:#eee;margin-left:1.5%; overflow: hidden;}
.indexPart2 .tabContent2 li:nth-child(1){width:49%; height:auto; float:left; margin-left:0px;}
.indexPart2 .tabContent2 li .img {z-index:1; width:100%; height:100%; text-align:right;}
.indexPart2 .tabContent2 li .img img{width:100%;}
.indexPart2 .tabContent2 li .info{ width:100%; color:#FFF; background: rgba(51, 51, 51, 0.8); position: absolute; bottom:0; z-index: 2; transition: 0.5s;}
.indexPart2 .tabContent2 li .info .info_h3{ padding:5%;}
.indexPart2 .tabContent2 li .info .info_p{ display:none;}
.indexPart2 .tabContent2 li:nth-child(1) .info{ width:90%; margin:5%; color:#FFF; background: rgba(51, 51, 51, 0.8); position: absolute; bottom:0; z-index: 2; transition: 0.5s;}
.indexPart2 .tabContent2 li:nth-child(1) .info .info_h3{ width:20%; padding:2%;  background-color:#1f409d; float:left; font-size:18px;}
.indexPart2 .tabContent2 li:nth-child(1) .info .info_p{display:block; width:70%; float:left; padding:2%; background:url(/html/caseimg/ico0.png) no-repeat right center;}
.indexPart2 .tabContent2 li:nth-child(1) .info .info_p p{ margin-right:50px;}
.indexPart2 .tabContent2 li .info:hover { background:rgba(31, 64, 157,0.8); color:#FFF;}
/*首页W66利来资讯*/
.indexPart3{padding:60px 0px; overflow: hidden;}
.new_idiv_l{ width:62%; float:left;}
.new_div1{ width:96%; background-color:#FFF; margin:auto; margin-bottom:20px; padding:2%; overflow:hidden;}
.new_div1 .img_box { width:30%; float:left; overflow:hidden;}
.new_div1 .img_box img{ width:100%; -webkit-transition: 0.5s;-moz-transition:0.5s;transition: 0.5s; }
.new_div1:hover .img_box img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.new_div1 .txt_box { width:68%; margin-left:2%; float:left; overflow:hidden;}
.new_div1 span{ width:100%; color:#CCC;}
.new_div1 p{ color:#666;}
.new_idiv_r{ width:36%; padding:0.5%; float:right; background-color:#FFF; overflow:hidden;}
.new_idiv_r li{position:relative; width:46%; border-radius:10px; float:left; margin:2%; overflow:hidden;}
.new_idiv_r li:nth-child(2n){ float:right;}
.new_idiv_r li .img_box { height:235px; overflow:hidden;}
.new_idiv_r li .img_box img{ width:100%; -webkit-transition: 0.5s;-moz-transition:0.5s;transition: 0.5s;}
.new_idiv_r li .v_icon{ position:absolute; z-index:10;  top:40%; width:100%; height:60px; color:#000; background:url(/html/images/video_icon.png) center center no-repeat;}
.new_idiv_r li:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}
.new_idiv_r li:hover .v_icon {-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}

.link{background:#e8e8e8; height:50px; line-height:50px; overflow:hidden;}
/*首页功能服务*/
.indexPart4{ padding:60px 0px; overflow: hidden;}
.in4_box{ margin:10px auto; overflow:hidden;}
.in4_box ul li{ float:left; width:18%; height:380px; background-color:#FFF; padding:0.5%; margin:0.5%; text-align:center;}
.in4_box ul li .img{ width:100%;}
.in4_box ul li .img img{ width:100%;}
.in4_box ul li .txt{ width:100%;}
.in4_box ul li i{ display:block;position: relative; width:70px; height:60px; padding-top:10px; margin:10px auto; border-radius:37px; border:#666 1px solid; overflow:hidden;}
.in4_box ul li:hover i img{position: absolute;top:-60px; left:11px;}
.in4_box ul li:hover { background-color:#1f409d; color:#FFF;}
.in4_box ul li:hover i { border:#1f409d 1px solid; background-color:#FFF;}
.in4_d{ margin:10px auto; background-color:#FFF; overflow:hidden;}
.in4_d .in4_d_l{ width:10%; float:left; padding:2.5% 2%; background-color:#1f409d; color:#FFF; font-size:24px; font-weight:bold;}
.in4_d .in4_d_r{ width:82%; float:left; padding:2%;}
.in4_d .in4_d_r li{ width:12.5%; float:left; text-align:center; background:url(/html/images/in4_icon6.png) right center no-repeat;}
.in4_d .in4_d_r li:last-child{ background:none;}

/*首页关于W66利来*/
.indexPart5{ overflow: hidden;}
.in_about{width:100%;}
.in_about .about_img{width:100%;}
.in_about .about_img img{width:100%;}
.in_about .about_txt{ padding-top:40px;}
.in_about .about_txt h1{ margin-bottom:20px; text-align:center;}
.in_about .about_txt h3{ display:block; width:750px; margin:auto; margin-bottom:10px; background-color:#1f409d; border-radius:30px; text-align:center; padding:10px; color:#FFF;}
.in_about .about_txt p{ text-align: center;}
.in_about .about_txt ul{ margin:20px auto;  overflow:hidden;}
.in_about .about_txt li{float: left;width:24%; text-align:center; margin-right:2px; padding:10px 0px; border-right:#eee 1px solid;}
.in_about .about_txt li:last-child{ margin-right:0px; border-right:#CCC 0px solid;}
.in_about .about_txt li img{ width:70px; margin:auto;}
.in_about .about_txt li span{display: block;line-height: 66px;}
.in_about .about_txt li span b{font-size:36px;color: #333; font-family: 'Microsoft YaHei',Arial,sans-serif;}
.in_about .about_txt li span em{ padding:5px; background-color:#FFF; color:#1f409d; border-radius:13px;}
.in_about .about_txt li p{ line-height:25px; font-size:16px; color:#666;}

/*厂家优势*/
.indexPart7{ padding:60px 0px;  overflow: hidden;}
.in7div ul li{ float:left; width:24.5%; margin:0.2%; background-color:#f8f8f8;cursor: pointer; overflow:hidden;}
.in7div ul li dl dt{ overflow: hidden; line-height: 0;}
.in7div ul li dl dt img{ width:100%;}
.in7div ul li:nth-child(odd) dl dt{ float:left}
.in7div ul li:nth-child(even) dl dt{ float:right}
.in7div ul li dl dt img{width:100%; transition: 1s;}
.in7div ul li:hover dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.in7div ul li dl dd{ height:340px;padding:0px; box-sizing: border-box; position: relative;z-index:2;}
.in7div ul li:nth-child(odd) dl dd{ float:left;padding:60px 20px;}
.in7div ul li:nth-child(even) dl dd{ float:right;padding:20px 20px;}
.in7div ul li dl dd h2{text-align: center; margin-bottom:20px; position: relative;color:#333; background:url(/html/images/line_1.png) no-repeat center bottom; transition: .5s;}
.in7div ul li dl dd p{color:#373B41; margin-bottom:10px; line-height:25px;position: relative;transition: .5s;}
.in7div ul li dl dd span{display: block; height:40px; line-height: 40px;background:#1f409d; margin:0 auto; font-size: 18px; border-radius:20px; color:#FFFFFF;text-align: center; font-weight: bold; transition: .5s; position: relative;}
.in7div ul li dl dd span em{font-weight: normal;}
.in7div ul li dl dd b{display: block; width:94px; height:94px; text-align: center; line-height: 94px;background:#1f409d; border-radius: 50%; border:10px solid #F4F4F4;font-size: 55px;color:#FFFFFF; -webkit-transition:all .6s linear;-webkit-transition:all .6s linear;position: relative;}
.in7div ul li:nth-child(odd) b{position: absolute;top:-50px;left:90px;}
.in7div ul li:nth-child(even) b{position: absolute;top:280px;right:90px;}
.in7div ul li:nth-child(even) dd{padding:36px 23px 0;}
.in7div ul li dl dd:before{width:100%; height:0;background:#1f409d;content:""; position: absolute; transition: .5s; }
.in7div ul li:nth-child(odd) dl dd:before{left:0;bottom:0;}
.in7div ul li:nth-child(even) dl dd:before{left:0;top:0;}
.in7div ul li:hover dl dd:before{height:340px;}
.in7div ul li:hover dl dd h2{color:#FFF;}
.in7div ul li:hover dl dd p{color:#FFF;}
.in7div ul li:hover dl dd span{background:#FFF;color:#1f409d;}
.in7div ul li:hover dl dd b{color:#1f409d;background:#FFF; border:10px solid #1f409d;-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}
.in7div .bz-tel{text-align: center;height:30px;}
.in7div .bz-tel em{display: inline-block; line-height: 30px; padding-left:44px; background:url(/html/images/bz-tel.png) no-repeat left; color:#666666;}
.in7div .bz-tel span{display: inline-block;line-height: 30px;font-size: 30px; color:#1f409d; font-weight: bold; font-family: "Acrom";vertical-align:bottom;}
.in7div_bm{ overflow:hidden;}
/*产品实力*/
.indexPart8{ background:url(/html/images/in8_bg.jpg) top center no-repeat; background-size:cover; padding:60px 0px; overflow: hidden;}
.in8div {height:531px; position: relative;}
.in8div ul{height:503px; position: absolute;width: 100%; overflow: hidden;}
.in8div ul li{float:left; width: 600px;height:126px; border-bottom:1px solid #c6cbce; box-sizing: border-box;padding-top:25px;}
.in8div ul li:nth-child(2n){ float:right;}
.in8div ul li em{display: block; height:36px; line-height: 36px; font-size: 24px; color:#FFF; font-weight: bold; margin-bottom: 4px;}
.in8div ul li p{line-height: 21px; color:#FFF;}
.in8div ul li.even{padding-left:72px;}
.in8div ul li.odd{padding-right:76px;}
.in8div ul li.hx1{background:url(/html/images/in8_icon1.png) no-repeat left;}
.in8div ul li.hx2{background:url(/html/images/in8_icon2.png) no-repeat right;}
.in8div ul li.hx3{background:url(/html/images/in8_icon3.png) no-repeat left;}
.in8div ul li.hx4{background:url(/html/images/in8_icon4.png) no-repeat right;}
.in8div ul li.hx5{background:url(/html/images/in8_icon5.png) no-repeat left;}
.in8div ul li.hx6{background:url(/html/images/in8_icon6.png) no-repeat right;}
.in8div ul li.hx7{background:url(/html/images/in8_icon7.png) no-repeat left;}
.in8div ul li.hx8{background:url(/html/images/in8_icon8.png) no-repeat right;}
.in8div ul li.odd em,.in8div ul li.odd p{text-align: right;}
.in8div .bj{display: block;width:600px;height:680px; background:url(/html/images/in8_img.png) center top no-repeat; background-size:contain; margin-left:340px; position: relative;z-index:2;}
.fadeInLeft{ float:left;}
.fadeInRight{ float:right;}

/*首页荣誉资质*/
.indexPart9{ padding:60px 0px;  overflow: hidden;}
.indexPart9 .tab2 ul{width:30%; height:auto; margin:auto; text-align:center; overflow:hidden;}
.indexPart9 .tab2 li{width:39%; padding:3%; margin:2%; float: left;position: relative; background-color:#f8f8f8; text-align:center;}
.indexPart9 .tab2 li em{position: absolute;width:40px;height:40px;display: block;left:10px;top:10px;overflow: hidden;}
.indexPart9 .tab2 li em i{width:40px;height:80px;display: block;overflow: hidden;position: relative;}
.indexPart9 .tab2 li em i img{width:34px;position: absolute; top:0px; transition: .2s; display: block;}
.indexPart9 .tab2 li b { font-size:18px; margin-left:20px;}
.indexPart9 .tab2 li.liNow{color: #fff;background: #1f409d;}
.indexPart9 .tab2 li.liNow i img{ top:-40px; transition: .2s;}
.indexPart9 .tabContent2 ul{ width:100%; overflow:hidden;}
.indexPart9 .tabContent2 li{width:23%; margin:1%; float:left; background-color:#FFF; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;}
.indexPart9 .tabContent2 .img_box { position:relative; overflow:hidden;}
.indexPart9 .tabContent2 .img_box img{ width:100%;}
.indexPart9 .tabContent2 .txt_box {position:relative;padding:5%; text-align:center;}


/*电话*/
.tel_box1 { width:auto; float:right; height:76px;padding: 10px 0 10px 70px;position: relative;}
.tel_box1 p{  font-size:14px; color:#333;line-height:24px;}
.tel_box1 h2{ line-height:40px; font-size:30px; color:#1f409d;}
.tel_box1::before {
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	content: "";
	margin-right: 5px;
	width:60px;
	height:60px;
	background: url("/html/images/tel_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
/*内部页电话*/
.tel_box2 { width:auto; float:left; height:76px;padding: 10px 0 10px 60px;position: relative;}
.tel_box2 p{  font-size:14px; color:#333;text-align:left;}
.tel_box2 h2{ line-height:40px; color:#1f409d;}
.tel_box2::before {
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	content: "";
	margin-right: 5px;
	width:45px;
	height:45px;
	background: url("/html/images/tel_icon3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

/*内页次导航*/
.left_nva_1{ margin:20px auto; overflow:hidden;}
.left_nva_1 li{ float:left; width:auto; padding:10px 20px; font-size:18px; margin-right:1%; margin-bottom:1%; border:#eee 1px solid; border-radius:5px; background-color:#f8f8f8; text-align:center; cursor:pointer;}
.left_nva_1 li.liNow,.left_nva_1 li:hover { border:#1f409d 1px solid; background-color:#1f409d;}
.left_nva_1 li.liNow a,.left_nva_1 li:hover a {color: #FFF; }


.left_nva_p { width:100%; overflow:hidden;}
.left_nva_p li{ float:left; width:auto;  padding:10px 20px; font-size:18px; margin-right:1%; margin-bottom:1%; border:#eee 1px solid; border-radius:5px; background-color:#f8f8f8; text-align:center; cursor:pointer;}
.left_nva_p li.liNow,.left_nva_p li:hover { border:#1f409d 1px solid; background-color:#1f409d;}
.left_nva_p li.liNow a,.left_nva_p li:hover a {color: #FFF; }

.left_nva_3{ background-color:#FFF; border:#ececec 1px solid; padding:20px; overflow:hidden;}
.left_nva_3 li{ font-size:16px; float: left; margin: auto 20px; line-height:50px;}
.left_nva_3 h2{ color:#1f409d;}
.left_nva_3 a.liNow{ color:#09F;}
/*案例菜单*/
.case_tab{ width:100%; background-color:#fff; overflow:hidden;}
.case_tab ul{width:100%; margin:auto; overflow:hidden;}
.case_tab li{ width:7.3%; padding:0.5%; float:left; text-align:center; cursor:pointer; overflow:hidden;}
.case_tab li .imgdiv{position: relative; height:50px; overflow:hidden;}
.case_tab li:hover img{position: absolute;top: -50px; left:22px;}
.case_tab li.liNow a{ color:#1f409d;}
.case_tab li.liNow img{position: absolute;top: -50px; left:22px;}
.case_tab li p{ line-height:40px;}

/*案例列表页*/
.case_list { margin:20px auto; overflow:hidden;}
.case_list li{ float: left; width:32.3%; margin-bottom:2%; background-color:#FFF;margin-right:1.5%; overflow: hidden;}
.case_list li:nth-child(3n){ float:right; margin-right:0px;}
.case_list li .img { width:100%; text-align:center; background-color:#FFF;}
.case_list li .img img { width:100%; height:270px;}
.case_list li.img:hover img { -webkit-transform: translateX(-4px); transform: translateX(-4px); }
.case_list li .text { padding:20px; height:138px; overflow:hidden;}
.case_list li .text h3 { font-size:16px; color: #333; padding-bottom:5px; border-bottom:#ccc 1px solid;}
.case_list li :hover .text{ background-color:#1f409d; color:#FFF;}
.case_list li :hover .text h3 { color:#FFF;border-bottom:#FFF 1px solid;}
/*案例详情页*/
.caseShow{ width: 100%; padding:20px;}
.caseShow .name{ font-size: 24px; color: #000; font-weight: bold; padding-bottom: 15px; text-align:center;}
.caseShow .time{ color: #bfbfbf; padding-bottom: 40px; border-bottom: #f3f3f3 solid 1px; text-align:center;}
.caseShow .content{ padding: 30px 0 60px; font-size:16px; line-height: 36px; color: #343434; }
.caseShow .content h3{font-size:20px; }
.caseShow .imgDiv{ padding: 35px 0; }
.caseShow .imgDiv img{ width: 100%; }

/*产品列表*/
.product { overflow:hidden;}
.p_tdiv{ width:100%; line-height:40px; margin:20px auto; padding:10px 0px; border-bottom:#dcdcdc 1px dashed; overflow:hidden;}
.p_t1{ width:25%; float:left; font-size:30px; font-weight:bold; padding-left:1%;}
.p_b1{border-left:#65adf5 6px solid;}
.p_b2{border-left:#ff6600 6px solid;}
.p_b3{border-left:#05939e 6px solid;}
.p_b4{border-left:#f12020 6px solid;}
.p_b5{border-left:#42cdfb 6px solid;}
.p_b6{border-left:#77afb0 6px solid;}
.p_b7{border-left:#ffcc33 6px solid;}
.p_b8{border-left:#f12020 6px solid;}
.more{ display:block; float:right; font-size:14px; color:#FFF; font-weight:normal; margin-right:20px; background-color:#1f409d; padding:5px 10px; line-height:20px; border-radius:10px;}
.more a{ color:#FFF;}
.more a:hover{ color:#FFF;}
.p_t2{ width:72%; float:right;}

.p_t_m{width:100%; overflow:hidden;}
.p_t_m a { margin-right: 20px; float:right;}
.p_t_m a i { display: inline-block; background: url(/html/images/ic.png) no-repeat 0 0px; width: 17px; height: 17px; vertical-align: middle; margin-right: 6px; }
.p_t_m a.active i { background-position: -17px 0; }

.p_m_box { width:100%; overflow:hidden;}
.p_m_box li{ float: left; width:32%; margin-bottom:1.5%; border:#eee 1px solid; background-color:#fff;margin-right:1.5%; cursor:pointer; overflow: hidden;}
.p_m_box li:nth-child(3n){ float:right; margin-right:0px;}
.p_m_box li .img { margin:10px; text-align:center; background-color:#f8f8f8; overflow: hidden;}
.p_m_box li .img img { width:100%;}
.p_m_box li .text {  height:120px; padding:5%; overflow:hidden;}
.p_m_box li .text h3 { font-size: 16px; color: #333; padding-bottom:10px; border-bottom:#eee 1px solid; margin-bottom:10px;}
.p_m_box li .text h3:before { display:block; width: 5px;height:18px;background: #000;left: 0;top: 50%;margin-top: -9px;z-index: 1;}
.p_m_box li .text dl{ width:32%; float:left; margin-right:1%; font-size:12px;}
.p_m_box li:hover { background-color:#1f409d;}
.p_m_box li:hover .text{ color:#FFF;}
.p_m_box li:hover .text h3 { color:#FFF;border-bottom:#eee 1px solid;}
.bg_f4{ background-color:#f8f8f8;}

/*产品详情页*/
.productShow{background-color:#FFF; padding:20px;}
.productShow .name{ font-size:36px; color: #343434; font-weight: bold; padding-bottom:40px; text-align:center;}
.productShow .time{ color: #bfbfbf; padding-bottom: 40px; border-bottom: #f3f3f3 solid 1px; text-align:center;}
.productShow .imgDiv{ text-align:center; overflow:hidden;}
.productShow .imgDiv img{ width:30%; margin:1%; float:left; border:1px #ccc solid;}
.productShow .content_t{ border-bottom:1px #eee solid; font-size:18px; font-weight:bold; overflow:hidden;}
.productShow .content_t .ptit{  background-color:#1f409d; text-align:center; float:left; margin-right:10px; color:#FFF; padding:10px 20px; cursor:pointer;}
.productShow .content_t .ptit2{  background-color:#333; text-align:center; float:left; color:#FFF;  padding:10px 20px; cursor:pointer}
.productShow .content_t .ptit2 a,.productShow .content_t .ptit2 a:hover{ color:#FFF;}
.productShow .content{ width:100%; padding:20px 0px; overflow:hidden; }
.productShow .content img{ width:auto; text-align:center; margin:auto;}
.productShow .content h3{ margin:20px auto;}
.productShow .content p{ line-height:25px;}
.content_btn{margin:20px auto; text-align:center;overflow:hidden;}
.content_btn a.btn{ width:180px; display: inline-block; font-size:20px; line-height:48px; text-align:center; border:#1f409d 2px solid; border-radius:30px;background-color:#FFF; color:#1f409d;}
.content_btn a.btn:hover{ background-color:#1f409d; color:#FFF;}

/*产品详细介绍*/
.pm_div { overflow:hidden;}
.pm_div h3{ margin:20px auto;}
.pm_div table { width:100%; border-collapse: collapse;border:2px solid #FFF; background:#eee;margin-top:10px;}
.pm_div td{border:2px solid #FFF;margin:0;padding:3px;word-wrap: break-word;word-break:break-all;}
.pm_div tr.color1{background:#bee8fb;}
.pm_div tr.color2{background:#d8fbdd;}
.pm_div tr.color3{background:#FFFFFF;}
.pm_div table .first_row{background:#00a2ea; color:#FFF;}
.pm_div table .nw{ font-size:14px;word-break:break-all;}
.p_imgdiv { text-align:center;}
.pm_div_ts { overflow:hidden;}
.pm_div_ts li{ width:33%; float:left;}
.pm_div_ts li img{ width:100%; float:left;}
/*产品特点*/
.p_bg_1 { background-color:#eaeaea; overflow:hidden;}
.p_bg_f { background-color:#fff; overflow:hidden;}
.pro_box{ padding:2%; overflow:hidden;}
.pro_box h3{ margin:20px auto; overflow:hidden;}
.pro_box .pro_5box{ width:49%; height:auto; overflow:hidden;}
.pro_box .pro_5box img{ width:100%;}
.pro_box .pro_5box .txt{ padding:10%; font-size:18px; overflow:hidden;}
.pro_box .pro_5box .txt h3{}
.pro_box h2{ text-align:center; background:url(/html/images/lin2.png) no-repeat center;margin:20px auto 10px auto;}
.pro_box .p_ul_1 li{ width:45%; font-size:18px; font-weight:bold; float:left; padding:2%; border:#CCC 1px solid; margin:10px auto; height:60px; background-color:#eee; overflow:hidden;}
.pro_box .p_ul_1 li:nth-child(2n){ float:right; margin-right:0px;}
/*产品参数*/
.pro_box h5{ text-align:center;margin:10px auto 20px auto;}
.pro_box table{ background-color:#f8f8f8; font-weight:normal; font-size:12px; margin:10px auto;}
.pro_box table td{ padding:10px;}
.pro_box .tr1{ background-color:#1f409d; color:#fff;}
.pro_box .tr2{ background-color:#eeeeee;}
.pro_box .tr3{ background-color:#a3d1fc;}
.pro_box .imgdiv{ width:100%; padding:0px; margin:0px;}
.pro_box .imgdiv img{ width:100%; padding:0px; margin:0px;}
.fz28{ font-size:28px; font-weight:bold;}
.fz_tel{ font-size:28px; font-weight:bold; color:#FF0; padding-left:20px;}

/*产品定制*/
.pro_box_ul li{ float: left; width:28%; margin-bottom:2%; padding:2%; background-color:#f8f8f8;margin-right:2%; overflow: hidden;}
.pro_box_ul li:nth-child(3n){ float:right; margin-right:0;}
.pro_box_ul .pro_box_ul_tex { height:140px;}
.pro_box_ul .pro_box_ul_tex h3 { color:#1f409d;}
.pro_box_ul .pro_box_ul_img img{ width:100%;}
/*产品参数*/
/*其它产品*/
.other_pdiv{ margin:auto; padding:20px 0;}
.other_pdiv h2{ margin-bottom:20px;}
.other_p_t{  font-size:30px; font-weight:bold;}
.other_cdiv{ background-color:#fff; margin:auto;}
/*工厂实力*/
/**********产品详情+案例详情上方内容ccs****/
.pro_div{width:100%; padding-bottom:20px; overflow:hidden;}
.pro_img{ width:42%; float:left; text-align:center; border:#eee 1px solid; padding:10px;}
.pro_img img{ width:100%;}
/*--产品详情+案例详情左侧图片内容---*/
.preview .bd { width:100%; height:auto; overflow: hidden;}
.preview .bd .img{ float: left; width:580px; overflow: hidden; }
.preview .bd img{ width:100%;}
.preview .hd { position: relative;width:100%; overflow: hidden; }
.preview .hd ul { width: 100%; list-style-type:none;}
.preview .hd li { float: left; width:22%; margin:1%; border:1px solid #eee;}
.preview .hd li img { width:100%; height:100%; margin:0 auto;}
.preview .hd li:hover { border-color: #1f409d;}
.preview .hd .on { border-color: #05a2e5; }
.preview .hd .hd-control { display: none; position: absolute; top: 0; width: 48px; height: 93px; line-height: 93px; text-align: center; background: #2a2a2a; cursor: pointer; }
.preview .hd .hd-control .icon { width: 0; height: 0; }
.preview .hd .hd-prev { left: 0; }
.preview .hd .hd-prev .icon { border-width: 6px 6px 6px 0; border-style: solid; border-color: transparent #fff transparent transparent; }
.preview .hd .hd-next { right: 0; }
.preview .hd .hd-next .icon { border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #fff; }
/**********产品详情+案例详情右侧文字内容ccs****/
.pro_text{ width:52%; min-height:500px; padding:20px; float:right;}
.pro_text1{ height:60px; line-height:60px; border-bottom:#eee 2px solid;}
.pro_text2{ margin-top:5px; height:120px; color:#343434;overflow:hidden;}
.pro_text3{ margin-top:5px; overflow:hidden; color:#343434; line-height:25px;}
.pro_text5{ margin:20px auto; background-color:#f8f8f8; overflow:hidden;}
.pro_text5 li{ width:40%; margin:1% 2%; float:left;}
.pro_text6{ margin:20px auto; height:auto;overflow:hidden;}
.pro_text6 li{ margin:1%; padding:5px 10px; text-align:center; border:#1f409d 1px solid; border-radius:5px; background-color:#1f409d; color:#FFF; float:left;}
.pro_text4 { border-top:#dbdbdb 1px dashed; padding-top:20px; overflow:hidden;}
.pro_text4 a.pro-btn{ width:auto; display: inline-block; margin-top:20px; padding:10px; text-align: center; color: #fff; background-color:#1f409d; float:left;}
.pro_text4 a.pro-btn2{ width:auto; display: inline-block; margin-top:20px; padding:10px; text-align: center; color: #fff; background-color:#333; float:left;}
.pro_text4 a.pro-btn:hover{color: #fff; background: #0066cc;}
.pro_text4 a.pro-btn2:hover{color: #fff; background: #d20303;}

.p_mo_tx_ul{ width:100%; overflow:hidden;}
.p_mo_tx_ul li { width:28%; height:120px; float:left; padding:1.5%; background-color:#f8f8f8; margin:1%; overflow:hidden;}
.p_mo_tx_ul li .img_div{ width:20%; float:left; overflow:hidden;}
.p_mo_tx_ul li .img_div img{ width:100%;}
.p_mo_tx_ul li .txt_div{ width:70%; float:right;}
.p_mo_tx_ul li .txt_div h3{ line-height:30px; text-align:left; margin:0;}
.p_mo_tx_ul li .txt_div p{ line-height:25px; text-align:left;margin:0;}
/*产品性能与特色*/
.p_han { padding-bottom:40px; overflow:hidden;}
.p_han .p_han_img{ width:60%; float:right;}
.p_han .p_han_img img{ width:100%;}
.p_han .p_han_tx{ width:30%; padding:2%; float:left;}
.p_han .p_han_tx li { margin:2% auto; background-color:#00a2ea;line-height:50px;height:50px; color:#fff; border-radius:25px; font-size:18px;}
.p_han .p_han_tx li em{ display:block; width:30px; height:30px; background-color:#fff;color:#00a2ea; float:left; text-align:center; border-radius:15px; margin:10px;line-height:30px}
.p_han table { width:100%; border-collapse: collapse;border:1px solid #ccc; background:#FFF;margin-top:10px;}
.p_han td{border:1px solid #ccc;margin:0;padding:3px;word-break:break-all;}
.p_han .color1{background:#FFF;}
.p_han .color2{background:#FFF;}
.p_han .color3{background:#FFFFFF;}
.p_han table .first_row{background:#f6f6f6;}
.p_han table .nw{ font-size:12px;word-break:break-all;}
/*案例详情页*/
.caseShow{background-color:#FFF; padding:20px;}
.caseShow .name{ font-size:36px; color: #343434; font-weight: bold; padding-bottom:40px; text-align:center;}
.caseShow .time{ color: #bfbfbf; padding-bottom: 40px; border-bottom: #f3f3f3 solid 1px; text-align:center;}
.case_div{width:100%; overflow:hidden;}
.case_img{ width:48%; float:left; text-align:center; overflow:hidden;}
.case_img img{ width:100%;}
.case_text{ width:48%; min-height:500px; padding:1%; float:left; font-size:16px; overflow:hidden;}
.case_text3{ margin-top:5px; color:#343434; line-height:30px; border-bottom:#CCC 1px dashed; overflow:hidden;}
.case_text8 { margin-top:20px; line-height:30px; overflow:hidden;}

.case_view { float: left;}
.case_view .bd { width:100%; height:auto; overflow: hidden;}
.case_view .bd .img{ float: left; width:580px; overflow: hidden; }
.case_view .bd img{ width:100%;}
.case_view .hd { position: relative;width:100%; overflow: hidden; }
.case_view .hd ul { width: 100%; list-style-type:none;}
.case_view .hd li { float: left; width:20%; margin:2%; border:1px solid #f1f1f1;}
.case_view .hd li img { width:100%; height:100%; margin:0 auto;}
.case_view .hd li:hover { border-color: #1f409d;}
.case_view .hd .on { border-color: #05a2e5; }
.case_view .hd .hd-control { display: none; position: absolute; top: 0; width: 48px; height: 93px; line-height: 93px; text-align: center; background: #2a2a2a; cursor: pointer; }
.case_view .hd .hd-control .icon { width: 0; height: 0; }
.case_view .hd .hd-prev { left: 0; }
.case_view .hd .hd-prev .icon { border-width: 6px 6px 6px 0; border-style: solid; border-color: transparent #fff transparent transparent; }
.case_view .hd .hd-next { right: 0; }
.case_view .hd .hd-next .icon { border-width: 6px 0 6px 6px; border-style: solid; border-color: transparent transparent transparent #fff; }

.parameter{ padding:100px 0;}
.parameter .title{ text-align: center; color: #000; font-size: 24px; padding-bottom: 38px; }
.parameter .leftDiv{ padding-left: 70px; width: 503px;}
.parameter .rightDiv{ padding-right: 70px; width: 503px;}
.parameter .list{ border-left: #d9d9d9 solid 1px; border-top: #d9d9d9 solid 1px; }
.parameter .list li{ color: #a0a3a8; border-right: #d9d9d9 solid 1px; border-bottom: #d9d9d9 solid 1px; position: relative; height: 47px; padding-left: 250px; font-size: 14px; line-height: 47px;}
.parameter .list li em{ background: #f8f8f8; text-indent: 18px; position: absolute; left: 0px; top: 0px; width: 165px; border-right: #d9d9d9 solid 1px; height: 47px; color: #000; }
.parameter .rightDiv li{ padding-left: 210px;}
/*视频列表页*/
.video_list{ overflow:hidden;}
.video_list li{position:relative; width:19%; background-color:#FFF; border-radius:10px; float:left; margin:0.5%; overflow:hidden;}
.video_list li:nth-child(5n){ float:right;}
.video_list li .img_box { height:300px; overflow:hidden;}
.video_list li .img_box img{ width:100%; -webkit-transition: 0.5s;-moz-transition:0.5s;transition: 0.5s;}
.video_list li .v_icon{ position:absolute; z-index:10;  top:40%; width:100%; height:60px; color:#000; background:url(/html/images/video_icon.png) center center no-repeat;}
.video_list li .text{position:relative; padding:10px; text-align:left; font-size:16px; height:50px; overflow:hidden;}
.video_list li:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}
.video_list li:hover .v_icon {-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}

.video_ls{ width:18%; padding:1%; float:right; background-color:#FFF; }
.video_ls li{position:relative; width:98%; height:320px; background-color:#f8f8f8; border-radius:10px; float:left; margin:2% 1%; overflow:hidden;}
.video_ls li:nth-child(2n){ float:right;}
.video_ls li .img_box { height:250px; overflow:hidden;}
.video_ls li .img_box img{ width:100%; -webkit-transition: 0.5s;-moz-transition:0.5s;transition: 0.5s;}
.video_ls li .v_icon{ position:absolute; z-index:10;  top:40%; width:100%; height:60px; color:#000; background:url(/html/images/video_icon.png) center center no-repeat;}
.video_ls li .text{position:relative; text-align:left; padding:5%; overflow:hidden;}
.video_ls li:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}
.video_ls li:hover .v_icon {-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}

/*新闻列表页*/
.news{ overflow:hidden;}
.news .list li{ padding:2%; margin-bottom:20px; background-color:#FFF; overflow:hidden;}
.news .list li .imgDiv{ width:20%; float:left;}
.news .list li .imgDiv img{ width: 100%;}
.news .list li .box{ width:68%; float:left; padding-left:2%; overflow:hidden;}
.news .list li h3{ margin-bottom:10px;}
.news .list li .txt{ color: #666;}
.news .list li .botDiv{ float: right; padding:5px 10px; display: inline-block;text-align: center; border:#eee 1px solid; border-radius:10px;}
.news .list li:hover .botDiv{background: #1f409d; border:#1f409d 1px solid;}
.news .list li .time { text-align:center; font-weight:bold; padding-top:20px;}
.news .list li:hover .name{ color:#1f409d;}
.news .list li:hover .txt { color: #666; }
.news .list li:hover .botDiv { color: #FFF; }

/*新闻详情页*/
.newShow{ width:75%;float:left;background-color:#FFF; padding:2%; overflow:hidden;}
.newShow .name{ font-size:36px; line-height:48px; color: #343434; font-weight: bold; padding-bottom: 15px; text-align:center; }
.newShow .time{ color: #bfbfbf; padding-bottom:20px; border-bottom: #f3f3f3 solid 1px; text-align:center;}
.newShow .content{ padding:30px 0px;}
.newShow img{ width:100%; margin:20px auto; text-align:center;}
.new_sl{ width:18%; padding:1%; float:right; background-color:#FFF; }
.hottle{ background:#1f409d; padding:13px 15px;  }
.hottle span{ display:block; line-height:20px; height:20px; border-left:3px solid #ffffff; padding-left:8px;  color:#ffffff; font-size: 18px; }
.new_sl li { border-bottom:#dedede 1px solid; margin:20px auto;}
.new_sl li img{ width:100%;}
/*相册列表页*/
.photo_list{ overflow:hidden;}
.photo_list li{ float: left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden;}
.photo_list li:nth-child(3n){float:right; margin-right:0;}
.photo_list li .img{ border:#eee 1px solid; padding:2%; overflow:hidden;}
.photo_list li .img img{ width:100%;}
.photo_list li .name{ background-color:#eee; padding:3%; text-align:center; font-weight:bold;}
.photo_list li:hover .img{ border:#1f409d 1px solid;}
.photo_list li:hover .name{ background-color:#1f409d; color:#FFF;}
.photo_list li:hover { color:#FFF;}
/*相册详情页*/
.photoShow{ width:75%;float:left; overflow:hidden;}
.photoShow .name{ font-size: 24px; color: #000; font-weight: bold; padding-bottom: 15px; text-align:center; }
.photoShow .imgdiv img{ width:100%;}

.photo_sl{ width:21%; padding:1%; float:right; background-color:#f8f8f8; overflow:hidden;}
.photo_sl h4{ text-align:center; background:url(/html/images/lin1.png) center no-repeat; color:#1f409d;}
.photo_sl li .imgdiv{ margin:5%;}
.photo_sl li .imgdiv img{ width:100%;}
/*配件供应*/
.px_box h3{ width:150px; line-height:50px; text-align:center; margin-top:20px; margin-bottom:20px;}
.px_box .mh3{ background-color:#1f409d; color:#FFF;}
.px_box ul{ width:100%; overflow:hidden;}
.px_box li{ width:21%; padding:1%; border:#eee 1px solid; margin:0.8%; float:left; text-align:center;}
.px_box li img{ width:100%;}
/*更多 样式*/
.morediv{ width:300px; margin:auto;}
.morediv a{ width:150px; float:left; line-height:50px; text-align:center; border-radius:25px; background-color:#1f409d; color:#FFF;}
.morediv a:hover{  background-color:#d20303; color:#fff;}

/*荣誉资质列表页*/
.hoor_box{ padding-bottom:80px; overflow:hidden;}
.hoor_box .list_img {position:relative; height:300px; margin:40px auto; overflow:hidden;}
.hoor_box .list_img .swdiv{position:absolute;width:200px; float:left;}
.hoor_box .list_img .swdiv img{ width:100%;box-shadow:2.5px 4.33px 16px 0px rgba(9, 2, 4, 0.1);}

.hoor_box .list { margin:40px auto; overflow:hidden;}
.hoor_box .list li{ float: left; width:22%; height:50px; margin-right:1.2%; margin-bottom:20px;padding:1%;line-height:50px;border-radius:10px;background-color:#f6f6f6;color:#666;cursor:pointer; overflow:hidden;}
.hoor_box .list li:nth-child(4n){ float:right; margin-right:0px;}
.hoor_box .list li:hover{background-color:#d6000f;color:#fff}

.hoor_box .list1 { margin:40px auto; overflow:hidden;}
.hoor_box .list1 li{ float: left; width:23.5%; margin-right:1.8%; margin-bottom:20px; box-shadow:2.5px 4.33px 16px 0px rgba(9, 2, 4, 0.1);}
.hoor_box .list1 li:nth-child(4n){ float:right; margin-right:0px;}
.hoor_box .list1 li img{ width:100%;}

.hoor_box .list2 { margin:40px auto; overflow:hidden;}
.hoor_box .list2 li{ float: left; width:23.5%; margin-right:1.8%; margin-bottom:20px; box-shadow:2.5px 4.33px 16px 0px rgba(9, 2, 4, 0.1); overflow: hidden;}
.hoor_box .list2 li:nth-child(4n){ float:right; margin-right:0px;}
.hoor_box .list2 li img{ width:100%;}

/*分页样式*/
.pageDown{height:150px; position:relative;}
.pageDown .box{ border-top:#f3f3f3 dashed 1px; padding-top:45px;}
.pageDown .btn{position:absolute; display:block; top:58px; right:0px; width:100px; height:40px; border:#1f409d 1px solid; border-radius:20px;  text-align: center; line-height:40px; color:#1f409d; font-size:14px;}
.pageDown .btn:hover{background:#1f409d; color:#FFF;}
.pageDown li{ height:32px; line-height:32px; overflow:hidden; position:relative; font-size:14px;}
.pageDown li b{ color:#343434; line-height:40px;}

/*内容*/
.contact{ padding-bottom: 80px; }
.contact .mapd{ width:100%;}
/*关于W66利来详情*/
.mainBox { padding:20px; background-color:#FFF; overflow:hidden;}
.mainBox h3,h2,h1{ line-height:50px;}
.tit {margin-bottom:20px;text-align: center;}
.tit1 { margin-bottom:20px;text-align: center;}
.tit2 { margin-bottom:20px;text-align: center;}
.tit2 h1 {color: #fff;}

/*W66利来简介*/
.wome_box{width:100%; padding:0px 0px; overflow:hidden;}
.wome_box_r{ width:35%; float:right;}
.wome_box_r div{ text-align:center; background-color:#f4f4f4; margin:10px auto; padding:10px;}
.wome_box_r img{ width:100%;}
.wome_box_l{ width:63%; float:left;overflow:hidden;}
.wome_box_l h4{ display:block; width:550px; margin-bottom:10px; background-color:#1f409d; border-radius:30px; padding:10px; color:#FFF;}
.wome_box_l p{  margin:10px auto;text-indent:30px; font-size:16px; color:#666; line-height:30px;}

.woqi_box{ width:100%; padding:40px 0; background:url(/html/aboutimg/woqi_box_bg.jpg) top center; overflow:hidden;}
.woqi_box .text{ font-size:16px; text-align:center; color:#FFF;}
.woqi_box ul{ margin:20px auto;  overflow:hidden;}
.woqi_box li{ width:20%; margin:1%; padding:1%; float:left; background-color:#1f409d; border:#1f409d 1px solid; text-align:center;box-shadow:0 0 13px rgba(0,0,0,.2); color:#FFF;cursor:pointer;}
.woqi_box li:last-child{ margin-right:0px;}
.woqi_box li span{display: block;line-height: 66px;}
.woqi_box li span b{font-size:50px;color: #FFF; font-family: 'Microsoft YaHei',Arial,sans-serif;}
.woqi_box li span em{ padding:5px; background-color:#FFF; color:#1f409d; border-radius:13px;}
.woqi_box li p{ font-size:16px; color:#FFF;}

.woqi_box li:hover{ background-color:#0099ff; border:#1f409d 1px solid;}

.womu_wenhua{ width:100%; margin:40px auto; padding-bottom:40px; overflow:hidden;}
.womu_wenhua .text{ font-size:16px; line-height:30px; text-align:center; margin-bottom:40px;}
.womu_wenhua li{ width:27%; height:180px; float:left; margin:1%; padding:3% 2%; background-color:#FFF; border-radius:10px; border: 1px solid #dedede; box-shadow: 2px 2px 20px #ccc;text-align:center;cursor:pointer; overflow:hidden;}
.womu_wenhua .a_img{ width:57px; margin:auto;}
.womu_wenhua .a_img img{ width:100%;}
.womu_wenhua li h4{ width:100%; text-align:center;line-height:60px; border-bottom:#eee 1px solid; color:#1f409d;}
.womu_wenhua li p{ width:100%; text-align:center;font-size:16px; margin:5%; color:#666;}
.womu_wenhua li:hover{  box-shadow: 2px 2px 20px #FFF;}


/*走进W66利来-W66利来实力*/
.about_b { margin-bottom:20px; overflow:hidden;}
.about_b h2{ margin:20px auto;}
.about_b_u{ width:100%; margin:20px auto; overflow:hidden;}
.about_b_u li{ width:47%; float:left; margin-bottom:2%; background-color:#f4f4f4; padding:1%; overflow:hidden;}
.about_b_u li:nth-child(2n){ float:right; margin-right:0;}
.about_b_u .h_img{ float:left; width:30%;}
.about_b_u .h_img img{ width:100%;}
.about_b_u .h_tex{ float:right; width:65%;}
.about_b_u2 { width:100%; margin:20px auto; overflow:hidden;}
.about_b_u2 li{ width:32%; float:left; margin-left:1%; background-color:#f8f8f8; overflow:hidden;}
.about_b_u2 li:first-child{ margin-left:0px;}
.about_b_u2 li img{ width:100%;}
.about_b_u2 li p{ padding:10px;}
.about_b_u3 { width:100%; margin:20px auto; overflow:hidden;}
.about_b_u3 li{ position:relative; width:33%; float:left; background-color:#f8f8f8; overflow:hidden;}
.about_b_u3 li img{ width:100%;}
.about_b_u3 li p{ display:block; position:absolute; width:100%; padding:10px 0; bottom:0; text-align:center; background: rgba(31, 64, 157, 0.6);   color:#FFF;}

/*走进W66利来-方案实力*/
.about_c { margin-bottom:20px; overflow:hidden; }
.about_c_ul { width:100%; margin:20px auto; overflow:hidden;}
.about_c_ul li{  width:13%; padding:1%; float:left; margin-right:2%; margin-bottom:2%; background-color:#f8f8f8;}
.about_c_ul li:nth-child(6n){ float:right;margin-right:0;}
.about_c_ul li .img{ width:100%; overflow:hidden;}
.about_c_ul li .img img{ width:100%;}
.about_c_ul li p{line-height:40px; background: rgba(31, 64, 157, 0.6);  border:#1f409d 2px solid; color:#FFF; text-align:center;}
.about_c2_ul { width:100%; margin:20px auto; overflow:hidden;}
.about_c2_ul li{ width:33%; float:left; margin-right:0.5%; margin-bottom:0.5%; background-color:#1f409d; color:#FFF; text-align:center; overflow:hidden;}
.about_c2_ul li:nth-child(3n){ float:right;margin-right:0;}
.about_c2_ul li img{ width:100%;}
.about_c_btn{margin:20px auto; text-align:center;overflow:hidden;}
.about_c_btn a{ padding:20px; display: inline-block; border:#1f409d 2px solid; border-radius:10px;background-color:#f4f4f4; color:#1f409d;}
.about_c_btn a h3 { line-height:30px;}
.about_c_btn a:hover{ background-color:#1f409d; color:#FFF;}

.productShow .bigImg img{ width: 100%; }
.bigPicLayer{ display: none; width:1000px; height:556px; position:fixed; z-index:111; top: 50% !important; margin-top:-278px ; padding: 10px; }
.bigPicLayer .close{ display:block; width:38px; height:38px; background:url(/html/images/m5_off.png) no-repeat; left: 50%; margin-left: -15px ; top:-80px; position: relative; position:absolute; z-index:222;}
.bigPicLayer .close em{ width: 1px; height: 50px; background: #FFFFFF; display: block; position: absolute; left: 50%; margin-left: -0.5px; top: 100%;  }
.bigPicLayer .imgDiv{ text-align:center;}
.bigPicLayer .imgDiv img{ width:100%;}
.bigPicLayer .imgDiv span{ display: block; text-align: center;font-size: 18px; margin-top: 16px; color: #fff; font-weight: bold; position: absolute; left: 0; top: 100%; width: 100%; }

/*联系W66利来页*/
.lxdiv{width:100%;background:#f4f4f4;overflow: hidden;}
.lxdiv li{width: 30%;text-align: center;float: left;padding:1.5%;color: #2e2a2a; height:160px;}
.lxdiv li i{width: 53px;height:62px;display: inline-block; text-align: center;}
.lxdiv li b{font-size: 24px;color: #353535;display: block;margin:5px 0;}
.lxdiv li p{font-size: 20px;display: block;}
.lxdiv li:hover{color: #fff; background-color:#1f409d;}
.lxdiv li:hover b{color: #fff}
.lxdiv li i.i1{background:url(/html/images/abcon1.png) no-repeat center;}
.lxdiv li i.i2{background:url(/html/images/abcon2.png) no-repeat center;}
.lxdiv li i.i3{background:url(/html/images/abcon3.png) no-repeat center;}
.lxdiv li:hover i.i1{background-image:url(/html/images/abcon1h.png)}
.lxdiv li:hover i.i2{background-image:url(/html/images/abcon2h.png)}
.lxdiv li:hover i.i3{background-image:url(/html/images/abcon3h.png)}
.mapDiv { width:100%; margin:20px auto; overflow:hidden;}
.mapDiv img{ width:100%;}
.lxdiv2{ width:100%; padding-top:30px;overflow:hidden;}
.lxdiv2 li{ width:32%; float:left; margin-right:2%;}
.lxdiv2 li:last-child{ float:right; margin-right:0px;}
.lxdiv2 li img{ width:100%;}
/*在线留言*/
.joinPart6{  background-color:#FFF; padding:60px 20px; overflow:hidden;}
.joinPart6 .jdiv_l{ width:50%; float:left; overflow:hidden;}
.joinPart6 .jdiv_l img{ width:100%;}
.joinPart6 .jdiv_r {width:48%; padding-left:2%; float:rigth; overflow:hidden;}
.joinPart6 .jdiv_r li .box{height:62px; padding-left: 94px;line-height:40px;position:relative;margin-right:62px;}
.joinPart6 .jdiv_r li img{ position:absolute; left:0px;top:15px;}
.joinPart6 .jdiv_r li em{width: 77px;display:block;left:15px;text-align:right;top:5px;position:absolute;}
.joinPart6 .jdiv_r li i{ color:#ff0000;}
.joinPart6 .jdiv_r li .input1{width: 210px;height:40px;border:#dbdbdb solid 1px;line-height:40px;background:#f8f8f8;padding: 0 10px;color: #a9a9a9;}
.joinPart6 .jdiv_r li select{width: 230px;height:40px;border:#dbdbdb solid 1px;line-height:40px;background:#f8f8f8;padding: 0 10px;color: #a9a9a9;}
.joinPart6 .jdiv_r .textarea{ padding-top:30px;}
.joinPart6 .jdiv_r .textarea textarea{width:95%;height: 125px;border:#dbdbdb solid 1px;resize:  none;background:#f8f8f8;padding:2%;color: #a9a9a9; margin-top:20px;}
.joinPart6 .jdiv_r .btnDiv{ padding-top:35px;}
.joinPart6 .jdiv_r .btnDiv .btn1{float:left;width:120px;height:36px;color:#fff;font-size:14px;cursor:pointer;text-align:center;line-height:36px;background: #1f409d;margin-right:20px;}
.joinPart6 .jdiv_r .btnDiv .btn2{ background:#0270d6;}
.joinPart6 .jdiv_r .btnDiv:hover .btn1{background: #0270d6;}

/*行业应用场景菜单*/
.left_nva_i { margin-bottom:20px;overflow:hidden;}
.left_nva_i li{ float:left; font-size:18px; margin-right:1%; padding:10px 20px; border:#eee 1px solid; border-radius:5px; background-color:#f8f8f8; text-align:center; cursor:pointer;}
.left_nva_i li.liNow,.left_nva_i li:hover { background-color:#1f409d;}
.left_nva_i li.liNow a,.left_nva_i li:hover a {color: #fff; }

.industry{}
/*列表*/
.i_m_box { width:100%; margin:20px auto; overflow:hidden;}
.i_m_box li{ float: left; width:45%; padding:2%; margin-bottom:1.5%; background-color:#fff; overflow: hidden;}
.i_m_box li:nth-child(2n){ float:right; margin-right:0px;}
.i_m_box li .imgbox { overflow: hidden; }
.i_m_box li .imgbox img { width:100%;}
.i_m_box li.img:hover img { -webkit-transform: translateY(-4px); transform: translateY(-4px); }
.i_m_box li  h3 { padding-bottom:10px; border-bottom:#eee 1px solid; margin-bottom:10px;}
.i_m_box li:hover 
.i_m_box li:hover  h3 { color:#FFF;border-bottom:#FFF 1px solid;}
/*其它行业应用列表*/
.i_other_box { width:100%; margin:20px auto; overflow:hidden;}
.i_other_box li{ float: left; width:22%; padding:1%; margin:0.5%; background-color:#fff; overflow: hidden;}
.i_other_box li .imgbox { overflow: hidden; }
.i_other_box li .imgbox img { width:100%;}
.i_other_box li.img:hover img { -webkit-transform: translateY(-4px); transform: translateY(-4px); }
.i_other_box li  h3 { padding-bottom:10px; border-bottom:#eee 1px solid; margin-bottom:10px;}
.i_other_box li:hover 
.i_other_box li:hover  h3 { color:#FFF;border-bottom:#FFF 1px solid;}
/*详情*/
.ind_banner{ width:100%; height:auto; overflow:hidden;}
.ind_banner img{ width:100%; height:auto;}
.ind_banner_y{ display:none;}

.ind_tit{ text-align:center; margin-bottom:40px; overflow:hidden;}
.ind_tit h1{ margin-bottom:20px;}
.ind_tit p{ font-size:16px; color:#666;}
.ind_tit2{ text-align:center; margin-bottom:40px; overflow:hidden;}
.ind_tit2 h1{ margin-bottom:20px; color:#FFF;}
.ind_tit2 p{ font-size:16px; color:#eee;}
.ind_tit3{ text-align:center; margin-bottom:40px; overflow:hidden;}
.ind_tit3 h1{ margin-bottom:20px; color:#FFF;}
.ind_tit3 p{ font-size:16px; color:#eee;}

.ind_box1{ padding:60px 0; overflow:hidden;}
.bg_f{ background-color:#FFF;}
.bg_1{ background-color:#3e96c4;}
.bg_2{ background-color:#302f3f;}
.bg_4{ background-color:#f8f8f8;}
.bg_5{ background-color:#57bde3;}
.bg_6{ background-color:#ff6b1b; }
.bg_7{ background-color:#006666;}
.bg_8{ background-color:#6583a9;}
.ind_bg1{ background:url(/html/industryimg/a_bg.jpg) no-repeat top center; background-size:contain;}
.ind_bg2{ background:url(/html/industryimg/a_bg2.jpg) no-repeat top center; background-size:cover;}
.ind_bg3{ background:url(/html/industryimg/in_about.jpg) no-repeat top center; background-size:100%;}
.ind_bg4{ background:url(/html/industryimg/a_bg4.jpg) no-repeat top center; background-size:cover;}
.ind_bg5{ background:url(/html/industryimg/a_bg5.jpg);}

.ind_bg7{ background:url(/html/industryimg/a_bg7.jpg) no-repeat top center; background-size:cover;}

.ind_box_ul0{ width:100%; overflow:hidden;}
.ind_box_ul0 li{ width:94%; float:left; margin:10px auto; padding:3%;  background: rgba(255, 255, 255, 0.8); cursor:pointer;}

.ind_box_ul1{ width:100%; overflow:hidden;}
.ind_box_ul1 li{ width:48%; float:left; margin:1% auto; line-height:80px; background-color:#e5e5e5; border-radius:40px; cursor:pointer;}
.ind_box_ul1 li:nth-child(2n){ float:right;}
.ind_box_ul1 li div{ display:block;float:left; width:80px; margin-right:20px; text-align:center; background-color:#0079bf; color:#FFF;border-radius:40px; font-size:24px;}
.ind_box_ul1 li h3{ float:left;margin-right:20px;}
.ind_box_ul1 li p{float:left;}

.ind_box_ul2{ width:100%; overflow:hidden;}
.ind_box_ul2 li{ width:48%; float:left; margin:1%; line-height:80px;}
.ind_box_ul2 li div{ display:block;float:left; width:86px; height:86px; margin-right:20px; text-align:center; border:#FFF 2px solid; color:#FFF;border-radius:10px; font-size:60px; font-weight:bold;text-shadow:0px 2px 0px #000;}
.ind_box_ul2 h3{float:left;margin-top:10px;padding-left:10px;height:50px; line-height:25px;}
.ind_box_ul2 h3 b,.ind_box_ul2 h3 strong{display:block;font-size:22px;color: #FFF; background:url(/html/industryimg/icon1.png) no-repeat left bottom; line-height:30px; padding-bottom:10px;}
.ind_box_ul2 h3 p{ color:#FFF;font-size:16px; line-height:40px;}

.ind_box_ul3{ width:100%; overflow:hidden;}
.ind_box_ul3 li{ position:relative; width:23%; float:left; margin:1%;}
.ind_box_ul3 li img{ width:100%;}
.ind_box_ul3 li h3{ display:block; width:80%; margin:5%; padding:5%; position:absolute; background: rgba(0, 162, 234, 0.8); top:30%; left:0px; color:#FFF; text-align:center; border-radius:30px;}

.ind_box_ul4{ width:100%; overflow:hidden;}
.ind_box_ul4 li{ width:100%; float:left; margin:1%;}
.ind_box_ul4 li div{ display:block;float:left; width:86px; height:86px; margin-right:20px; text-align:center; border:#FFF 2px solid; color:#FFF;border-radius:10px; font-size:60px; font-weight:bold;text-shadow:0px 2px 0px #000;line-height:80px;}
.ind_box_ul4 h3{float:left;margin-top:10px;padding-left:10px;height:50px; line-height:25px;}
.ind_box_ul4 h3 b,.ind_box_ul4 h3 strong{display:block;font-size:22px;color: #FFF; background:url(/html/industryimg/icon1.png) no-repeat left bottom; line-height:30px; padding-bottom:10px;}
.ind_box_ul4 h3 p{ color:#FFF;font-size:16px; line-height:40px;}

.ind_box_ul5{ width:100%; overflow:hidden;}
.ind_box_ul5 li{ width:44%; float:left; padding:2%; margin:1% auto; background-color:#c3e9fa; border-radius:50px; cursor:pointer;}
.ind_box_ul5 h3{ color:#0286b7;}
.ind_box_ul5 li:nth-child(2n){ float:right;}
.ind_box_ul5 li div{ display:block;float:left; width:50px; line-height:50px; margin-right:20px; text-align:center; background-color:#0286b7; color:#FFF;border-radius:25px; font-size:24px;}

.ind_box_ul6{ width:100%; overflow:hidden;}
.ind_box_ul6 li{ width:44%; float:left; padding:2%; margin:1% auto; background-color:#f9caca; border-radius:50px; cursor:pointer;}
.ind_box_ul6 h3{ color:#cc0000;}
.ind_box_ul6 li:nth-child(2n){ float:right;}
.ind_box_ul6 li div{ display:block;float:left; width:50px; line-height:50px; margin-right:20px; text-align:center; background-color:#cc0000; color:#FFF;border-radius:25px; font-size:24px;}

.ind_box_ul7{ width:100%; overflow:hidden;}
.ind_box_ul7 li{ width:49%; float:left; margin:10px auto; background-color:#006666; cursor:pointer;}
.ind_box_ul7 li:nth-child(2n){ float:right;}
.ind_box_ul7 li .img{ width:40%; float:left;}
.ind_box_ul7 li .txt{ width:56%; padding:2%; float:right; color:#FFF;}

.ind_box_ul8{ width:100%; overflow:hidden;}
.ind_box_ul8 li{ width:49%; float:left; margin:10px auto; background-color:#d1e7fd; cursor:pointer; border-radius:30px;}
.ind_box_ul8 li:nth-child(2n){ float:right;}
.ind_box_ul8 li .img{ width:30%; background-color:#6583a9; float:left; border-top-left-radius:30px; border-bottom-left-radius:30px;}
.ind_box_ul8 li .img img{ width:100%;}
.ind_box_ul8 li .txt{ width:60%; padding:5%; float:right;}
.ind_box_ul8 li .txt h3{ color:#333;}
.ind_box_ul8 li .txt p{ margin-top:10px; color:#666;}

.ind_box_ul9{ width:100%; overflow:hidden;}
.ind_box_ul9 li{ width:45%; float:left;margin:10px auto; padding:2%; border-radius:10px; background:url(/html/industryimg/bg9.png); background-size:cover; overflow:hidden;}
.ind_box_ul9 li:nth-child(2n){ float:right;}
.ind_box_ul9 li .in_no{ float:left; width:20%; height:86px; text-align:center; border:#FFF 2px solid; color:#FFF;border-radius:10px; font-size:60px; font-weight:bold;text-shadow:0px 2px 0px #000;}
.ind_box_ul9 li .txt{float:right; width:75%; overflow:hidden;}
.ind_box_ul9 li .txt h3{color: #FFF; background:url(/html/industryimg/icon3.png) no-repeat left bottom; padding-bottom:10px; margin-bottom:10px;}
.ind_box_ul9 li .txt p{ color:#FFF;}

.ind_box_ul10{ width:100%; margin-top:20px; overflow:hidden;}
.ind_box_ul10 li{ width:28%; float:left; margin-right:2%; margin-bottom:2%; padding:2%; border-radius:10px; background-color:#FFF; overflow:hidden;}
.ind_box_ul10 li:nth-child(3n){ float:right; margin-right:0;}
.ind_box_ul10 li .in_no{ float:left; width:30%; height:86px; text-align:center; border:#FFF 2px solid;border-radius:10px; font-size:60px; font-weight:bold;text-shadow:0px 2px 0px #000;}
.ind_box_ul10 li .in_no img{ width:100%;}
.ind_box_ul10 li .txt{float:right; width:65%; overflow:hidden;}
.ind_box_ul10 li .txt h3{ margin-bottom:10px;}
.ind_box_ul10 li .txt p{ color:#999;}

.ind_box_ul11{ width:100%; overflow:hidden;}
.ind_box_ul11 li{ width:45%; float:left; margin:10px auto; background-color:#ff6b1b; cursor:pointer; border-radius:30px; padding:2%;}
.ind_box_ul11 li:nth-child(2n){ float:right;}
.ind_box_ul11 li .img{ width:15%; float:left; border-top-left-radius:30px; border-bottom-left-radius:30px;}
.ind_box_ul11 li .txt{ width:75%; padding:5%; float:right;}
.ind_box_ul11 li .txt h3{ color:#FFF;}
.ind_box_ul11 li .txt p{ margin-top:10px; color:#eee;}
.bgff{ background-color:#fff3e7;}
.ind_box1_about{ width:auto; border:#ff6b1b 2px solid; padding:10px; color:#ff6b1b; border-bottom:#ff6b1b 5px solid; font-size:16px; line-height:30px;}
.ind_box_ul12{ width:100%; overflow:hidden;}
.ind_box_ul12 li{ width:45%; float:left;margin:10px auto; padding:2%; border-radius:10px; background-color:#fff3e7; overflow:hidden;}
.ind_box_ul12 li:nth-child(2n){ float:right;}
.ind_box_ul12 li .in_no{ float:left; width:20%; height:86px; text-align:center; border:#ff6b1b 2px solid; color:#ff6b1b;border-radius:10px; font-size:60px; font-weight:bold;text-shadow:0px 2px 0px #000;}
.ind_box_ul12 li .txt{float:right; width:75%; overflow:hidden;}
.ind_box_ul12 li .txt h3{color: #ff6b1b; background:url(/html/industryimg/icon4.png) no-repeat left bottom; padding-bottom:10px; margin-bottom:10px;}
.ind_box_ul12 li .txt p{ color:#ff6b1b;}

.ind_box_ul_p2{ width:100%; overflow:hidden;}
.ind_box_ul_p2 li{ width:45%; float:left;margin:10px auto; padding:2%; border-radius:10px; background-color:#FFF; overflow:hidden;}
.ind_box_ul_p2 li:nth-child(2n){ float:right;}
.ind_box_ul_p2 li .img{ text-align:center;}
.ind_box_ul_p2 li .txt{ text-align:center; margin-top:20px;}

.ind_box_ul_f{ width:100%; overflow:hidden;}
.ind_box_ul_f li{ width:23%; float:left; margin-right:2%; margin-bottom:2%; border-radius:10px; background-color:#6583a9; overflow:hidden;}
.ind_box_ul_f li:nth-child(4n){ float:right;}
.ind_box_ul_f li .img{ width:100%;}
.ind_box_ul_f li .txt{ text-align:center; padding:5%; color:#FFF;}

.i_8_h2{ margin:20px auto; color:#FFF;text-shadow:0px 2px 0px #000;}
.i_8_h3{ margin:20px auto; color:#FFF;text-shadow:0px 2px 0px #000;}
.i_8_h3:before{ display:block; width:10px; background-color:#7aa3d7;}

.ind_box_img{width:100%; margin:40px auto; overflow:hidden; text-align:center;}
.ind_box_img img{ width:auto;}
.ind_box_60{width:60%; float:left; overflow:hidden;}
.ind_box_40{width:40%; float:left; overflow:hidden;}
.ind_box_txt{ padding:2%; background-color:#0079bf; color:#FFF; font-size:16px; border-radius:20px;}
.ind_kbg{ height:auto;background:url(/html/industryimg/1_5.png) no-repeat top center; background-size:100%; overflow:hidden;}
.ind_kbg p{ color:#FFF; font-size:18px; margin:100px 50px 20px 50px;}
/*产品列表*/
.ind_box_ul_p{ overflow:hidden;}
.ind_box_ul_p li{ width:21.5%; height:420px; float:left; margin-right:1.9%; padding:1%; margin-bottom:2%; background-color:#FFF;}
.ind_box_ul_p li:nth-child(4n){ float:right; margin-right:0;}
.ind_box_ul_p li .img{}
.ind_box_ul_p li .img img{ width:100%;}
.ind_box_ul_p li h3{ font-size:18px; border-bottom:1px #CCCCCC solid; padding-bottom:10px; margin-bottom:10px; color:#333;}
.ind_box_ul_p li p{ line-height:25px; color:#666;}
.ind_box_ul_p li:hover h3{ border-bottom:1px #0079bf solid;}

.ind_box_ul_c li{ width:47%; float:left; margin-right:2%; padding:1%; margin-bottom:2%; background-color:#f8f8f8;}
.ind_box_ul_c li:nth-child(2n){ float:right; margin-right:0;}
.ind_box_ul_c li .img{ width:50%; float:left;}
.ind_box_ul_c li .img img{ width:100%;}
.ind_box_ul_c li .text{ width:45%; padding:2%; float:right;}
.ind_box_ul_c li h3{ font-size:18px; border-bottom:1px #CCCCCC solid; padding-bottom:10px; margin-bottom:10px; color:#333;}
.ind_box_ul_c li p{ line-height:25px; color:#666;}
.ind_box_ul_c li:hover{ background-color:#0079bf;}
.ind_box_ul_c li:hover h3,.ind_box_ul_c li:hover p{ color:#FFF;}

.ind_box_ul_c1 li{ width:47%; float:left; margin-right:2%; padding:1%; margin-bottom:2%; background-color:#fff3e7;}
.ind_box_ul_c1 li:nth-child(2n){ float:right; margin-right:0;}
.ind_box_ul_c1 li .img{ width:50%; float:left;}
.ind_box_ul_c1 li .img img{ width:100%;}
.ind_box_ul_c1 li .text{ width:45%; padding:2%; float:right;}
.ind_box_ul_c1 li h3{ font-size:18px; border-bottom:1px #ff6b1b solid; padding-bottom:10px; margin-bottom:10px; color:#ff6b1b;}
.ind_box_ul_c1 li p{ line-height:25px; color:#ff6b1b;}
.ind_box_ul_c1 li:hover{ background-color:#fff3e7;}
.ind_box_ul_c1 li:hover h3,.ind_box_ul_c1 li:hover p{ color:#ff6b1b;}

.ind_about_ul{ margin-top:280px; overflow:hidden;}
.ind_about_ul li{float:left;width:22%;height:120px; padding:1%; margin:0.5%;background-color:#FFF; text-align:center; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;}
.ind_about_ul li h3{display: block;line-height: 66px;}
.ind_about_ul li h3 b,.ind_about_ul li h3 strong{font-size:60px;color: #0079bf; font-family: Times New Roman,Arial;}
.ind_about_ul li h3 em{ padding:5px 8px; background-color:#0079bf; color:#FFF; border-radius:15px;}
.ind_about_ul li p{ line-height:25px; font-size:16px;}

.ind_about_ul_c{ margin-top:20px; overflow:hidden;}
.ind_about_ul_c li{ width:47%; float:left; padding:1%; margin:0.5%; background-color:#FFF; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;}
.ind_about_ul_c li .img{ width:60%; float:left;}
.ind_about_ul_c li .img img{ width:100%;}
.ind_about_ul_c li .text{ width:35%; padding:4% 2%; float:right;}
.ind_about_ul_c li h3{ font-size:22px; background:url(/html/industryimg/icon2.png) no-repeat left bottom; padding-bottom:10px; margin-top:40px; margin-bottom:10px; color:#333;}
.ind_about_ul_c li p{ line-height:25px; color:#666;}

