﻿.indBanner{width: 100%;overflow: hidden;}
.indBanner .swiper-slide img{width: 100%;}
.indBanner .swiper-pagination-bullet-active {background: #e50015!important;border-radius:0px!important; } 
.indBanner .swiper-pagination-bullet {width: 54px; height: 4px; background: #fff; opacity: 1;border-radius: 10px;margin:0 10px!important; } 
.indBanner .swiper-pagination{bottom: 32px!important; }
.indBanner .swiper-button-prev{padding: 10px; left: -50px; background: url("../images/b1_1.png") no-repeat center center; } 
.indBanner .swiper-button-next{padding: 10px; right: -50px; background:url("../images/b1_2.png") no-repeat center center;; } 
.indBanner .swiper-button-prev:hover{background-image:url("../images/b1_1on.png"); } 
.indBanner .swiper-button-next:hover{background-image:url("../images/b1_2on.png"); } 
.indBanner:hover .swiper-button-prev{left: 8%; } 
.indBanner:hover .swiper-button-next{right:8%; }

.ind-title{text-align: center } 
.ind-title em{font-size: 28px; font-weight: bold;color: #333; padding: 35px 0 15px; display: block; letter-spacing: 1px; } 
.ind-title span{font-size: 14px;color: #333;display: block;letter-spacing: 1px;padding-bottom: 35px;} 


.ind-part1{} 
.ind-part1 .box{overflow: hidden; padding: 0 0 30px; background:#fff; } 
.ind-part1 li{float: left;margin-right: 2%;width: 23%;position: relative;} 
.ind-part1 li:last-child{margin-right: 0;} 
.ind-part1 li .img{width: 100%; } 
.ind-part1 li .img img{width: 100%; } 
.ind-part1 li .txt{height: auto;background: #fff;padding: 20px 0px;} 
.ind-part1 li .t1{font-size: 18px;color: #333;margin-bottom: 6px;} 
.ind-part1 li .t2{font-size: 14px;color: #777;line-height: 25px;overflow: hidden;height: 95px;}
.ind-part1 li:hover .t1{color: #f33546;}
.ind-part1 li .color{width: 88px; height: 80px; line-height: 80px; font-size: 24px; color: #fff; text-align: center; letter-spacing: 8px; position: absolute; left: 0; top: 0; } 
.ind-part1 li .c1{background: #f9b42e; } 
.ind-part1 li .c2{background: #43c1a6; } 
.ind-part1 li .c3{background: #2ca4e9; }

.ind-part2{ background:#f2f2f2; padding: 10px 0 45px 0; } 
.ind-part2 .indp_list{overflow: hidden; margin-top: 15px; } 
.ind-part2 .indp_list ul{ margin-right: -2%;}
.ind-part2 .indp_list li{float: left; width: 23%; text-align: center;margin-right: 2%; margin-bottom: 10px;}  
.ind-part2 .indp_list li img{width: 100%; } 
.ind-part2 .indp_list li span{ display: block; line-height: 30px; padding: 6px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/*企业文化*/
.ind-culture{padding:10px 0px;}
.ind-culture .ind-cul-box{margin-top:10px;overflow:hidden;}
.ind-cul-box .ind-vision{position:relative;float:left;width:50%;}
.ind-cul-box .ind-vision .note{position:absolute;left:0px;bottom:0px;background:rgba(0,0,0,0.6);width:94.03%;padding:4% 3%;color:#fff;}
.ind-cul-box h4{font-size:24px;font-weight:bold;margin-bottom:20px;position:relative;padding-bottom:20px;}
.ind-cul-box h4:after{content:"";position:absolute;left:0px;bottom:0px;width:100px;height:1px;background:#fff;}
.ind-cul-box h5{font-size:16px;font-weight:bold;margin:10px 0;}
.ind-cul-box p{ line-height: 26px;}

.ind-culfr{width:50%;float:left;}
.ind-culfr .ind-idea .note{float:left;width:50%;height:252px;background:#86c129;padding:50px 2% 25px;color:#fff; box-sizing: border-box;}
.ind-culfr .ind-idea .note p,.ind-culfr .ind-human .note p{line-height:30px;opacity: 0.6;-moz-opacity: 0.6;filter:alpha(opacity=60);}
.ind-culfr .ind-idea .pic{float:right;width:50%;}
.ind-culfr .ind-human,.ind-culfr .ind-idea{overflow:hidden;}
.ind-culfr .ind-human .note{float:right;width:50%;height:252px;background:#1a3c83;padding:50px 2% 25px;color:#fff; box-sizing: border-box;}
.ind-culfr .ind-idea .pic{float:left;width:50%;}
.ofH{overflow:hidden;}
.com-img img{ transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s; height: 100%}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}




.ind-part4{margin-bottom: 30px;}

.ind-banner1 .o{/*margin-bottom: 40px;*/background: #fafafa;padding-bottom: 30px;} 
.ind-banner1 .o .img{width: 100%; } 
.ind-banner1 .o .img img{width: 100%; } 
.ind-banner1 .o .name{font-size: 15px;color: #333;line-height: 25px;margin: 15px 0 20px;} 
.ind-banner1 .o .txt{line-height: 25px;height: 75px;margin: 0;} 
.ind-banner1 .o .more{border-bottom: 2px solid #e6e6e6;position: relative;padding: 5px 0;display: inline-block;text-transform: uppercase;margin-top: 14px;letter-spacing: 4px;margin-left: 0;} 
.ind-banner1 .o .more i{position: absolute;bottom:-3px;left: 0;-webkit-transition:all .2s;transition:all .2s;width:0;} 
.ind-banner1 .o .more:hover i{width: 100%; background: #f33546; height: 3px; } 
.ind-banner1 .o .more:hover{color: #f33546;}
.ind-banner1 {margin:0 auto;max-width: 1280px;position: relative;} 
.ind-banner1 .swiper-container{margin:0;width: 100%;} 
.ind-banner1 .swiper-button-prev{left: -6px;background: url("../images/b7_1.png") no-repeat center center;width: 60px;height: 70px;margin-left: -30px;margin-top: -35px;} 
.ind-banner1 .swiper-button-next{right: -26px;background:url("../images/b7_2.png") no-repeat center center;width: 60px;height: 70px;margin-left: -30px;margin-top: -35px;} 
.ind-banner1 .swiper-button-prev:hover{background-image:url("../images/b7_1on.png"); } 
.ind-banner1 .swiper-button-next:hover{background-image:url("../images/b7_2on.png"); }

.ind-part5{background:#f2f2f2; padding: 10px 0 45px 0; } 
.part_hz{ width: 100%; padding: 15px 0;}
.part_hz ul{ margin-right: -2%}
.part_hz ul li{ float: left; width: 14.667%; margin-right: 2%; margin-bottom: 20px;}
.part_hz ul li img{ border: 1px #e1e1e1 solid; padding: 10px; max-width:90%; background: #fff;}

.ind-part6 {background:#f4f4f4;padding: 50px 0 70px;}

.ind-banner2{position: relative;}
.ind-banner2 .swiper-slide .img{width: 100%;}
.ind-banner2 .swiper-slide img{width: 100%;}
.ind-banner2 .swiper-container{margin:0 80px;} 
.ind-banner2 .swiper-button-prev{background:#fff  url("../images/b7_1.png") no-repeat center center;width: 60px;height: 113px;top: 21px;} 
.ind-banner2 .swiper-button-next{background:#fff url("../images/b7_2.png") no-repeat center center;width: 60px;height: 113px;top: 21px;} 
.ind-banner2 .swiper-button-prev:hover{background-image:url("../images/b7_1on.png"); } 
.ind-banner2 .swiper-button-next:hover{background-image:url("../images/b7_2on.png"); }

.introduction{padding-bottom:50px; overflow: hidden;} 
.introduction h2{font-size:30px;color: #353535; text-align: center; font-weight: bold; padding:0 0 30px 0; letter-spacing: 1px;}
.introduction .in_coms{color: #666;line-height: 30px; padding: 5px 0 0 0;}
.introduction b{display: block; font-size: 18px;color: #c91b2c; } 
.introduction b em{color: #999; font-weight: normal; font-size: 14px; display: inline-block; margin-bottom: 15px; } 
.introduction img{ max-width: 100%; } 



.zhengshu{ overflow: hidden;}
.zhengshu ul{ text-align:center; margin-left: -3%}
.zhengshu li{ float:left; width:22%; margin-left:3%; margin-bottom: 12px;}
.zhengshu li img{ max-width:93%; border: 1px solid #e2e2e2; padding: 5px;} 
.zhengshu li p{line-height:25px; padding: 5px 0; font-size: 14px;}


.prod_list {padding:0px;overflow: hidden}
.prod_list h3{border-bottom: 1px solid #ccc; font-size: 20px; line-height: 32px; margin-bottom: 22px;padding-bottom: 15px; text-align: left;}
.prod_list ul{ margin-right: -3%;}
.prod_list li{float: left; width: 30.333%; text-align: center;margin-right: 3%; margin-bottom: 10px;}  
.prod_list li img{width: 100%; } 
.prod_list li span{ display: block; line-height: 30px; padding: 6px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
	
	

.productDetail{padding: 25px 0 45px;}
.productDetail .rgBox{width:900px;background: #fff;}


.pro_com{ background: #fff; border-top: 1px solid #fff;}
.product_con_t{padding:3.5% 0 1% 0;}
.product_con_t .t_r{ float:right; width:51%;}
.product_con_t .t_r .bt{ font-size:24px; border-bottom:1px solid #d1d1d1; padding:10px 0 15px 0; }
.product_con_t .t_r .bt_2{ font-size:20px; color:#0086e4; margin-top:10px;}
.product_con_t .t_r .box{ margin-top:1.5%; line-height:32px; padding:1% 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 16;overflow: hidden; max-height: 500px; }
.product_con_t .t_r .box h3{ font-size:24px; margin-bottom:3%;}
.product_con_t .t_r .more{ width:100px; height:45px; line-height:45px; text-align:center;  background:#00b8fc; margin-top:5%;}
.product_con_t .t_r .more a{ display:block; color:#FFF;}
.product_con_t .t_r .more a:hover{ display:block; color:#FFF; text-decoration:none;}


.product_con_b{ margin-top:1%;}
.product_con_b .bt{ font-size:18px; font-weight:bold; margin-bottom:40px;}
.product_con_b .slideTxtBox{ width:100%;}
.product_con_b .slideTxtBox .hd{ line-height:45px; border-bottom:1px solid #00b8fc;}
.product_con_b .slideTxtBox .hd ul{}
.product_con_b .slideTxtBox .hd ul li{ float:left; padding:0 30px; cursor:pointer; background:#dadada; font-size:16px; margin-right:1px;}
.product_con_b .slideTxtBox .hd ul li.on{ height:45px;  background:#0084e0; color:#FFF;}
.product_con_b .slideTxtBox .bd{}
.product_con_b .slideTxtBox .bd .con_b_con{ padding:18px 0; line-height:32px;}
.product_con_b .slideTxtBox .bd .con_b_con img{max-width: 100%;}

.con_b_con table{ border-collapse:collapse; border:1px solid #777;  width: 100%;}
.con_b_con td, .con_b_con th{ padding:5px 10px;}
.con_b_con td, .con_b_con th{border-right:1px solid #777; border-bottom:1px solid #777; line-height:32px; font-size: 14px;}

.recTitle{padding-left:20px; height:48px;line-height:48px;background:#ccc;font-size:18px;font-weight:bold;color:#000;}

/* related product */
.relatedProduct{overflow:hidden;margin:20px 0;}
.relatedProduct ul{padding-top:15px;margin-right:-2%;}
.relatedProduct li{width:23%;height:auto;float:left;margin-right:2%;margin-bottom:5px;}
.relatedProduct li img{border:1px solid #d9d9d9;padding:3px;width:96%;}
.relatedProduct li img:hover{border-color:#0086e4}
.relatedProduct li span{width:100%;height:35px;line-height:35px; font-size:14px; text-align:center; display:block;}


.question{ padding-top: 20px; padding-bottom:20px;overflow: hidden;} 
.question .list{margin-bottom: 0;} 
.question li{background: #f6f6f6;float: left;width: 33.333%;height: 315px;} 
.question li a.name{font-size: 18px;color: #333;line-height: 32px;margin: 22px 23px 23px;display: block;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;} 
.question li .txt{line-height: 30px; height: 155px; margin: 0 23px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; } 
.question li a.ico{display: block; margin-left: 23px; padding-top: 30px; padding-bottom: 20px; } 
.question li:hover a.name{color:#183883; } 
.question li:hover a.ico {margin-left:55px; } 
.question li.li01{background: #ebebeb;}

.news{padding-bottom: 10px; overflow: hidden;} 
.news .list2{margin-bottom: 0;} 
.news .list2 li{background: #f4f4f4; padding: 40px; overflow: hidden;margin-bottom: 30px; } 
.news .list2 .img img{width: 300px; height: 184px; } 
.news .list2 .cont{margin: 0 0 0 33px;width: 787px;} 
.news .list2 .cont a{display:block;} 
.news .list2 .name{margin:15px 0 20px; font-size: 24px;color: #333; } 
.news .list2 p{color: #666;line-height: 30px; margin-bottom: 19px; } 
.news .list2 .time{color: #999; } 
.news .list2 li:hover .name{color: #183883;}


.new_detai { padding: 0; color: #333; overflow: hidden;}
.new_detai h4 { font-size: 25px; text-align: center; height: 50px; line-height: 50px; }
.new_detai .date { height:40px; line-height: 30px; margin-bottom: 25px; font-size: 14px; text-align: center; color: #999; border-bottom: 1px solid #dfdfdf; }
.new_detaiCont { font-size: 14px; color: #333; line-height: 30px; }
.new_detaiCont img{max-width: 100%; display: block; margin: 5px auto;}
.new_detai .back { width: 128px; height: 37px; line-height: 37px; text-align: center; color: #fff; font-size: 16px; margin: 30px auto 0; background: url(../images/new_detai.png) repeat; }
.new_detai .back a { color: #fff; display: block; }
.nextprv { padding: 20px 0; border-top: 1px solid #dfdfdf; margin-top: 30px;}
.nextprv p { font-size: 14px; line-height: 34px; color: #666; }
.nextprv p a { color: #666; }
.nextprv p a:hover { color: #333; }

.Downloadlist{background:#fff;margin-top:15px;}
.Downloadlist dl{ margin:0px; padding:0px;}
.Downloadlist dl dd{ text-align:center; float:left; font-size:15px; border:1px solid #d9d9d9; color:#1a1a1a; height:55px; line-height:55px; margin-top:-1px; margin-right:-1px;}
.Downloadlist dl dd.Filename{ width:34%;}
.Downloadlist dl dd.Release{width:30%;}
.Downloadlist dl dd.Size{width:20%;}
.Downloadlist dl dd.FileDownload{width:15.5%; padding-top:8px; height:47px;}
.Downloadlist dl dd.FileDownload img{border:0px; vertical-align:top; max-width:100%;}
.Downloadlist dl dd.FileDownload a{ display:block; margin:0px auto; width:35px; height:35px; }
.Downloadlist dl.cur dd{ background:#85c226; color:#fff; height:50px; line-height:50px; border:1px solid #fff; padding:0px;}
.Downloadlist dl dd.FileDownload img {  width:35px; height:35px;}



.contact{padding: 20px 0 0 0; }


/*feedback*/
.content_box{margin-top:0px;}
.content_box .messages_box{width:auto;padding:0 1% 10px 0;}
.content_box .messages_box ul{width:100%;}
.content_box .messages_box ul li{padding:5px 28px 5px 5px;}
.content_box .messages_box .text-input,.content_box .messages_box .summary-input,.content_box .messages_box .qq-input{width:100%;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .cont-input{width:100%;height:130px;padding:10px;line-height:20px;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;font-size:14px;}
.content_box .messages_box .code-input{width:125px;vertical-align:middle;height:33px;padding:0px 10px;line-height:normal;background:none repeat scroll 0% 0% rgb(253, 253, 253);border-width:1px;border-style:solid;border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;}
.content_box .messages_box .verify-pic{height:35px;vertical-align:middle;}
.content_box .messages_box .submitBtn{text-align:center;padding-top:10px;}
.content_box .messages_box .messages-button{width:125px;height:34px;line-height:34px;font-size:16px;color:#fff;text-align:center;background:none repeat scroll 0% 0% #183881;border:none;}