﻿@import url(style.css);
@import url(pscroll.css);
/*内页*/
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .h2{ font-weight:normal; display:table-cell; vertical-align:middle; color:#fff; text-align:center;}
.o_big_con .h2 span{display:block; line-height:40px; overflow:hidden; margin-top:66px;}
.position{ height:62px; line-height:62px; color:#555555; text-align:left; font-size:15px; border-bottom:1px solid #e2e2e2;}
.position.bgs2{ background:#f7f7f7; border-top:1px solid #dddddd; border-bottom:0;}
.position a{ color:#555555;  text-decoration:none;}
.position a:hover{color:#e6c777;}
.position .postions_r img{ vertical-align:baseline; margin-right:8px; height:14px; width:18px;}
.position .rclass{ float:right;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}

.position .postions_b{ float:right; }
.position .postions_b ul li{ float:left; margin-left:45px;  text-align:center;position:relative;}
.position .postions_b ul li a{ display:block;height:62px; line-height:62px; font-size:16px; color:#444444; -webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; }
.position .postions_b ul li a:after{content: "";display: block;position: absolute;left:50%;right:50%; bottom: 0;height:2px;opacity: 0;background-color:#e6c777;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.position .postions_b ul li a:hover{color:#e6c777;}
.position .postions_b ul li.isel a:after{left: 0%;right: 0%;opacity: 1;}
.position .postions_b ul li a:hover:after{left: 0%;right: 0%;opacity: 1;}
.position .postions_b ul li.isel a{color:#e6c777;}

/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4.3%; padding-bottom:4.3%; clear:both;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px; margin-right:3px;  text-align:center; color:#555555; font-size:14px; border:1px solid #e5e5e5; background:#ffffff;}
.yema a:hover{ text-decoration:none; color:#fff; background:#e6c777;border:1px solid #e6c777;}
.yema a.on{color:#fff;  background:#e6c777;border:1px solid #e6c777;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#e6c777;}
.yema a span{ font-family:"宋体"; font-size:16px;}

/*公司简介*/
.about_one{ overflow:hidden; color:#555555; font-size:15px; line-height:36px; background:url(../images/about_bg1.jpg) center bottom no-repeat; background-size:cover;}
.about_one.bgs2{ background:none;}
.about_one .wrap{padding-bottom:7%;padding-top:4%;}
.about_one.bgs2 .wrap{ padding-top:2%;}
.about_one img{max-width:100%;}
.about_one table{border-collapse:collapse;border-spacing:0;}
.about_one table td{ line-height:22px;height:27px;}
.about_one .about_logo{ display:block; margin:0 auto; max-width:285px; width:50%;}
.about_one .desc{ line-height:32px; padding-left:80px; padding-right:80px; overflow:hidden; position:relative; margin-top:30px; padding-top:30px; text-align:center;}
.about_one .desc:before{ content:""; position:absolute; width:41px; height:24px; left:20px; top:0; background:url(../img/about_img3.png) no-repeat; background-size:100% 100%;}
.about_one .desc:after{ content:""; position:absolute; width:41px; height:24px; right:20px; bottom:0; background:url(../img/about_img3.png) no-repeat; background-size:100% 100%; }
/*成为代理商*/
.about_t{ overflow:hidden; text-align:center; margin-top:5%; color:#222222;}
.about_t label{ display:block; font-size:15px; color:#888;overflow:hidden; margin-top:1.5%;}
.feedback_bg{ /* background:url(../images/feedback_bg1.jpg) center center no-repeat; */ overflow:hidden; background-size:cover;}
.feedback_div{padding-bottom:3%; overflow:hidden; margin-top:4%;  background:rgba(255,255,255,0.8); border-top:4px solid #e6c777;}
.feedback_div .boxs{ width:94%; max-width:1280px; margin:0 auto; overflow:hidden; margin-top:5%;}
.feedback_div .divs{float:left; width:48.5%; margin-right:3%;margin-bottom:3%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); background:none; height:54px; line-height:54px; font-size:15px; color:#555555; border:1px solid #d1d1d1; outline:none;  text-indent:4%; font-family:"微软雅黑";}
.feedback_div .textarea{ padding:10px; padding-left:2%; width:96%; background:none; font-size:15px; font-family:"微软雅黑";border:1px solid #d1d1d1; outline:none;margin-bottom:2%; color:#555555; height:105px; line-height:35px;  }
.feedback_div .bnts2{ display:block; border: none; width:100%; max-width:166px;font-size:15px; height: 44px; line-height:44px; background: #e6c777; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto; font-weight:lighter; margin-top:1%; margin-bottom:2%; border-radius:20px;}
.feedback_div .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
.feedback_desc{ text-align:center; margin-top:3.5%; margin-bottom:6%; color:#555555; font-size:15px; line-height:1.7;}
/*新闻中心*/
.news_con{ overflow:hidden; margin-top:5%;}
.news_con ul li{ float:left; width:32%; overflow:hidden; margin-bottom:2%; margin-right:2%;transition:all 0.3s; padding-bottom:1px; position:relative;}
.news_con ul li:nth-child(3n+0){ margin-right:0;}
.news_con ul li:before{ content:""; position:absolute; bottom:0; left:0; height:0; border-bottom:1px solid #fff; width:100%;}
.news_con ul li:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; height:0; border-bottom:1px solid #e6c777; width:0;transition:all 0.3s;}
.news_con ul li:hover:after{ width:100%; left:0; right:0;}
.news_con ul li img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_con ul li .imgs{width:100%; overflow:hidden;}
.news_con ul li:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li .news_txt{ overflow:hidden;margin-top:17px; padding-bottom:27px;}
.news_con ul li .news_txt .h2{height:30px; line-height:30px; overflow:hidden; font-size:15px; color:#222222; margin-bottom:10px; white-space:nowrap;text-overflow:ellipsis; font-weight:normal;transition:all 0.3s;}
.news_con ul li .news_txt .p{ /* max-width:346px; */ line-height:24px; height:48px; overflow:hidden;font-size:14px; color:#999999; text-align:left;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_con ul li .news_txt span{ color:#e6c777; font-size:14px; display:block; line-height:38px; height:38px; overflow:hidden; font-family:"黑体";}
.news_con ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li:hover .news_txt .h2{color:#e6c777; font-weight:bold;}
/*新闻详细*/
.about_x2{ overflow:hidden; margin-bottom:5%; margin-top:5%; }
.about_x2 .show_t{ line-height:36px; color:#000000; text-align:center; /* margin-bottom:2%;  */margin-top:5px; font-weight:normal;font-family: 黑体;font-size: 24px;}
.about_x2 .con_line{ overflow:hidden;line-height:40px;font-size:14px; color:#666666;text-align:center; margin-bottom:1%; border-bottom:1px solid #eeeef0; padding-bottom:8px; }
.about_x2 img{max-width:100%;}
.about_x2 .con_id{line-height:26px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:28px;font-size:14px; color:#555555;/* font-family:"宋体";*/ padding-bottom:4%; padding-left:1%; padding-right:1%; text-align:justify;font-family: 微软雅黑!important;font-size: 18px;}
.about_x2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2 .con_id p{ padding-bottom:20px; overflow:hidden;}
.con_id p span{font-family: 微软雅黑!important;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
.prenext{ padding-top:3%; text-align:center;  font-size:14px;margin-bottom:2%; overflow:hidden; line-height:26px; color:#111111; border-top:1px solid #eeeef0; }
.prenext a{ color:#111111; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#e6c777;  text-decoration:none;opacity:0.8;filter:Alpha(opacity=80);}
/*联系我们*/
.contact_ul{ overflow:hidden;  margin-top:1%; font-size:14px; color:#222222; line-height:26px; color:#222222;}
.contact_ul ul li{ float:left; width:33.33%; overflow:hidden; text-align:center; }
.contact_ul ul li .box{ padding-left:2%; padding-right:2%; padding-top:12%; padding-bottom:12%; }
.contact_ul ul li .box a{ color:#222222;transition:all 0.3s;}
.contact_ul ul li .box a:hover{ color:#e6c777;}
.contact_ul ul li .box .h3{   font-weight:normal; color:#222222; margin-bottom:4%; font-size:15px;}
.contact_ul ul li .box i{ margin:0 auto; width:54px; height:42px; display:block; transition:all 0.3s; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; margin-bottom:5%;transition:all 0.3s;}
.contact_ul ul li .box i.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_ul ul li .box i.bgs2{ background-image:url(../images/contact_pic2.png);}
.contact_ul ul li .box i.bgs3{ background-image:url(../images/contact_pic3.png);}
/*.contact_ul ul li:hover i{transform: rotate(360deg);}*/
.contact_ul ul li:hover .box i.bgs1{ background-image:url(../images/contact_pic1_on.png);}
.contact_ul ul li:hover .box i.bgs2{ background-image:url(../images/contact_pic2_on.png);}
.contact_ul ul li:hover .box i.bgs3{ background-image:url(../images/contact_pic3_on.png);}
.contact_ul ul li .p{ max-width:290px; margin:0 auto; overflow:hidden;}
.contact_ul ul li .p label{ display:block; color:#999999; margin-top:4px;}
.contact_map{ margin-top:0.5%; overflow:hidden;}
.contact_map iframe{height: 466px;}
.contact_two{ overflow:hidden;margin-top:1%; }
.feedback_div2{padding-bottom:6%; overflow:hidden; text-align:center; margin-top:4%;}
.feedback_div2 .divs{float:left; width:32%; margin-right:2%;margin-bottom:2%; position:relative;}
.feedback_div2 .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div2 .inputs2{ width:99%;  background:#fff; height:46px; line-height:46px; font-size:15px; color:#a0a0a0; border:1px solid #e0e0e0; outline:none;  text-indent:28px; font-family:"微软雅黑";}
.feedback_div2 .feedback_t{ color:#555; font-size:15px; padding-left:28px; overflow:hidden; background:url(../images/contact_bg5.png) left center no-repeat; text-align:left; margin-bottom:2%; margin-top:2%;}
.feedback_div2 .textarea{ padding:1%; width:calc(99% - 30px);width:-webkit-calc(99% - 30px);width:-moz-calc(99% - 30px); padding-left:28px; background:#fff; font-size:15px; font-family:"微软雅黑";border:1px solid #e0e0e0; outline:none;margin-bottom:2%; color:#a0a0a0; height:100px;  }
.feedback_div2 .bnts2{  border: none; width:100%; max-width:158px;font-size:15px; height: 46px; line-height:46px; background: #e6c777; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; float:left;}
.feedback_div2 .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}

.feedback_div2 .inputs2.bgs2{ text-indent:80px;}
.feedback_div2 .selects{ position:absolute; left:2px; padding-left:4%; height:46px; line-height:46px; top:1px; width:75px; border:0; font-size:15px; outline:none;}
/*服务与支持*/
.service_ul{ overflow:hidden;  margin-top:4%; margin-bottom:4%;}
.service_ul ul li{ float:left; width:30.33%; margin-right:3%; margin-bottom:3%; overflow:hidden; text-align:center; }
.service_ul ul li:nth-child(3n+0){ margin-right:0;}
.service_ul ul li .box{ padding-left:2%; padding-right:2%; padding-top:12%; padding-bottom:12%; overflow:hidden; border:1px solid #e2e2e2; transition:all 0.3s;}
.service_ul ul li:hover .box{ border-color:#a7dd45;}
.service_ul ul li .box i{ margin:0 auto; width:65px; height:57px; display:block; transition:all 0.3s; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; margin-bottom:5%;transition:all 0.3s;}
.service_ul ul li .box i.bgs1{ background-image:url(../images/service_pic1.png);}
.service_ul ul li .box i.bgs2{ background-image:url(../images/service_pic2.png);}
.service_ul ul li .box i.bgs3{ background-image:url(../images/service_pic3.png);}
.service_ul ul li .box i.bgs4{ background-image:url(../images/service_pic4.png);}
.service_ul ul li .box i.bgs5{ background-image:url(../images/service_pic5.png);}
.service_ul ul li .box i.bgs6{ background-image:url(../images/service_pic6.png);}
.service_ul ul li .box .h3{   font-weight:normal; color:#222222; font-size:18px;}
/*常见问题*/
.faq_ul{ margin-top:4%; margin-bottom:6%;overflow:hidden;border-top:1px solid #dcdcdc;}
.faq_ul ul li{ display:block; overflow:hidden; border-bottom:1px solid #dcdcdc; background:url(../images/faq_bg4.png) right 36px top 24px no-repeat;transition:all 0.3s; cursor:pointer;-webkit-tap-highlight-color:transparent;}
.faq_ul ul li:hover{ background-image:url(../images/faq_bg4_on.png);}
.faq_ul ul li.on{ background-image:url(../images/faq_bg4_on.png);}
.faq_ul ul li .h3{ font-weight:normal; overflow:hidden; padding-top:20px; padding-bottom:20px;line-height:28px;font-size:18px; padding-right:55px; padding-left:28px;white-space:nowrap;text-overflow:ellipsis;  color:#333;}
.faq_ul ul li .down{ overflow:hidden; line-height:28px; font-size:14px;padding: 0 0 28px  0; display: none; padding-left:28px; padding-right:55px; color:#888888;}
/*下载专区*/
.down_ul{ overflow:hidden; margin-top:2%;}
.down_ul ul li{ display:block; overflow:hidden; background:#fff; padding-left:20px; padding-right:18px; padding-top:20px; padding-bottom:20px; margin-bottom:2%;}
.down_ul ul li:last-child{ margin-bottom:0;}
.down_ul ul li .dates{ float:left; width:72px; background:#f2f2f2; line-height:22px; overflow:hidden; text-align:center; padding-top:12px; padding-bottom:9px; font-size:14px; color:#666666; font-family:Kalinga;}
.down_ul ul li .dates b{ display:block; height:30px; line-height:30px; overflow:hidden; color:#333;  font-size:26px;font-weight:bold;}
.down_ul ul li .nmores{ float:right; margin-left:10px; color:#999999; font-size:14px; font-style:normal; margin-top:16px; width:96px; height:40px; line-height:40px; overflow:hidden; text-indent:47px; background:url(../images/down_bg1.png) #dfdfdf 20px center no-repeat;transition:all 0.3s; border-radius:20px;}
.down_ul ul li .nmores:hover{background:url(../images/down_bg1_on.png) #e6c777 20px center no-repeat; color:#fff;}
.down_ul ul li .p{ padding-left:30px; overflow:hidden; line-height:72px; height:72px;text-overflow: ellipsis;white-space: nowrap; font-size:16px; color:#666666;}
.down_ul ul li:hover .p{ color:#e6c777;}

/*产品中心*/
.about_l{ float: left;width:185px;overflow:hidden; margin-top:50px; margin-bottom:5%;}
.about_l .i_left_ul2{ overflow:hidden; /*background-color:#f4f8f9; border:1px solid #dadada; border-top:0;*/}
.about_l .i_left_ul2 li h2{ font-weight:bold; overflow:hidden; padding-right:16px; height:46px;line-height:46px;font-size:16px; color:#222222; cursor:pointer;position:relative;border-top:1px solid #dddddd;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h2 a{color:#222222; text-decoration:none; display:block;border-bottom:1px dashed #eee;transition:all 0.3s;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h2 a:hover{ color:#e6c777; margin-left:3px;}
.about_l .i_left_ul2 li h2.left_sel{ color:#e6c777;}
.about_l .i_left_ul2 li h2.left_sel:after{ content:""; position:absolute; height:14px; top:50%; margin-top:-7px; width:1px; left:0; background:#9a0013;}
.about_l .i_left_ul2 li h2.left_sel a{ color:#e6c777;}
.about_l .i_left_ul2 li{display:block; width:100%;}
.about_l .i_left_ul2 li:last-child h2{ border-bottom:none; margin-bottom:0;}
.about_l .i_left_ul2 li:last-child h1{ border-bottom:none; margin-bottom:0;}
.about_l .i_left_ul2 li h1{font-weight:bold;overflow:hidden;padding-right:16px; height:46px;line-height:46px;font-size:16px; color:#222222; cursor:pointer; position:relative;background:url(../images/product_bg1.png) right center no-repeat; border-top:1px solid #dddddd;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h1 a{ color:#222222; text-decoration:none;display:block;transition:all 0.3s;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h1:hover a{margin-left:3px;}
.about_l .i_left_ul2 li h1.left_sel{ background-image:url(../images/product_bg1_on.png);}
.about_l .i_left_ul2 li div{ margin-top:6px; font-size:14px;display:none; padding-left:5px; padding-right:5px; padding-bottom:15px;}
.about_l .i_left_ul2 li div a{ display:block; height:26px; line-height:26px; overflow:hidden; color:#767676;}
.about_l .i_left_ul2 li div a:hover{color:#e6c777;}
.about_l .i_left_ul2 li div a.left_sel{color:#e6c777;}

.about_r{ overflow:hidden;margin-top:50px; padding-left:58px;}
.about_r .product_pos{ overflow:hidden; border-bottom:1px solid #222222; line-height:1.3; padding-top:1%; padding-bottom:2%;}
.about_r .product_pos label{ display:block; font-size:14px; margin-top:1%;}

.product_ul{ overflow:hidden; margin-top:4%;}
.product_ul ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center; position:relative; z-index:0;}
.product_ul ul li:after{ content:""; border:1px solid #e6c777; position:absolute; top:0; left:0;height:calc(100% - 2px);height:-webkit-calc(100% - 2px);height:-moz-calc(100% - 2px);width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); z-index:-1;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.product_ul ul li:hover:after{opacity:1.0;filter:Alpha(opacity=100);}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}
.product_ul ul li .imgs{overflow:hidden; position:relative; margin-left:1px; margin-right:1px; margin-top:1px;}
.product_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.product_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_ul ul li .imgs .bgs{ position:absolute; top:0; width:100%; left:0; height:100%; background:rgba(255,255,255,0.32);transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.product_ul ul li .imgs .bgs i{ font-style:normal; width:118px; height:42px; line-height:42px; background:#e6c777; color:#fff; text-align:center; position:absolute; top:50%; left:50%;transform: translate(-50%, -50%);font-size:14px; z-index:0;}
.product_ul ul li .imgs .bgs i:after{ content:""; position:absolute; top:0; left:50%; right:50%;transition:all 0.3s; width:0; height:100%; background:#8bba29; z-index:-1;}
.product_ul ul li .imgs .bgs i:hover:after{ width:100%; left:0; right:0;}
.product_ul ul li:hover .imgs .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.product_ul ul li .txts{ width:94%; max-width:406px; margin:0 auto;overflow:hidden; padding-bottom:10%;}
.product_ul ul li .txts .h3{ overflow:hidden;height:22px; line-height:22px; margin-top:8px;font-weight:normal; font-size:14px;color:#222222;}
.product_ul ul li:hover .txts .h3{ color:#222222;}
.product_ul ul li .txts .p{ overflow:hidden; font-size:16px; color:#222222; margin-top:5px; height:22px; line-height:22px; font-family:"黑体";}
/*产品中心详细*/
.productDetails{ margin-top:40px; overflow:hidden;}
.productDetails .information:after{content:"";height:0;display:block;clear:both}
.productDetails .product_one_l{ float:left;width:560px; overflow:hidden;position:relative; margin-right:4%;}
.productDetails .product_one_l .pro_big2{ overflow:hidden;margin-bottom:16px; border:1px solid #dddddd;}
.productDetails .product_one_l .big_img{width:100%;}

.productDetails .information{ overflow:hidden;}
.productDetails .information .conten{ overflow:hidden; position:relative;}
.productDetails .information .desc{ line-height:22px;overflow:hidden; margin-top:4%; color:#999999; font-size:14px;}
.productDetails .information .h2{font-weight:bold; line-height:1.3;color: #333333; overflow:hidden;font-size:34px; margin-top:3%;}
.productDetails .information .txt{overflow:hidden; color:#999999; font-size:18px; line-height:26px; margin-top:4%;}
.productDetails .information .price{ margin-top:7%; overflow:hidden; border-bottom:1px solid #dddddd; padding-bottom:4%; color:#222222; font-size:35px;}
.productDetails .information .tels{ display:block; height:54px; line-height:54px; border:1px solid #222222; overflow:hidden;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;color:#222; font-size:15px; text-align:center; margin-top:5%; }
.productDetails .information .tels:hover{background:#e6c777; color:#fff; border-color:#e6c777; }
.productDetails .information .tels i{ width:23px; height:21px; display:inline-block; vertical-align:middle; margin-right:13px; background:url(../images/product_pic1.png) no-repeat; background-size:100% 100%;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;}
.productDetails .information .tels:hover i{background-image:url(../images/product_pic1_on.png);}
.productDetails .information .p_fx{  text-align:left; /* overflow:hidden; */ line-height:35px; margin-top:40px;}
.productDetails .information .p_fx ul li{ margin-top:4px; float:left; margin-right:8px;overflow:hidden; width:35px; height:35px; background-repeat:no-repeat; background-size:100% 100%;transition:all 0.3s;}
.productDetails .information .p_fx ul li:last-child{ margin-right:0;}
.productDetails .information .p_fx ul li.bgs1{ background-image:url(../images/fx1.png);}
.productDetails .information .p_fx ul li.bgs2{ background-image:url(../images/fx2.png);}
.productDetails .information .p_fx ul li.bgs3{ background-image:url(../images/fx3.png);}
.productDetails .information .p_fx ul li.bgs4{ background-image:url(../images/fx4.png);}
.productDetails .information .p_fx ul li a{ display:block; width:100%; height:100%;}
.productDetails .information .p_fx ul li:hover{opacity:0.8;filter:Alpha(opacity=80);}
.productDetails .information .p_fx ul li.bgs1:hover{ background-image:url(../images/fx1_on.png);}
.productDetails .information .p_fx ul li.bgs2:hover{ background-image:url(../images/fx2_on.png);}
.productDetails .information .p_fx ul li.bgs3:hover{ background-image:url(../images/fx3_on.png);}
.productDetails .information .p_fx ul li.bgs4:hover{ background-image:url(../images/fx4_on.png);}


.productDetails .tab{margin-top: 3%; height:62px;line-height: 62px; border-bottom:1px solid #dddddd; }
.productDetails .tab .h2{ position:relative; float:left; font-weight:normal;font-size: 18px;color: #222222;}
.productDetails .tab .h2:after{content:"";height:2px; position:absolute; width:100%; left:0; bottom:0; background:#222222;}
.productDetails .tabBox{ margin-top:6%; overflow:hidden; margin-bottom:1%;}
.productDetails .article{line-height: 27px;font-size: 15px; color: #666666; text-align: justify;font-family: 微软雅黑;}
.article p{font-family: 微软雅黑;}
.productDetails .article img{ max-width:100%;}
.productDetails .article p{ /*margin-bottom:12px;*/ overflow:hidden;}
.product_tj{ margin-bottom:7%;}
/*产品放大*/
.productDetails .product_one_l .content_timglt{overflow:hidden; text-align:center; position: relative; }
.productDetails .product_one_l .content_timglt img{ width:100%;overflow: hidden; margin:0 auto; border:1px solid #e4e4e4;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productDetails .product_one_l .content_timglt .content_timglt{ width:calc(100% - 0x);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); }
.productDetails .product_one_l #drag_img{width: 160px; height: 120px; background: url(../images/zoom_bg.gif) repeat; float: left; display: none;}
.productDetails .information .conten .content_timgr{ width: 492px; height: 492px; float: left; overflow: hidden; display: inline; border: 1px solid #eee; display: none; position: absolute; left: 0; top:0; background-color: #FFF; z-index:9;}
.productDetails .information .conten .content_timgr img{width: 984px; height:958px; }
/*网站地图*/
.position3{overflow:hidden; color:#555555; text-align:left; font-size:15px;}
.position3 .wrap{height:62px; line-height:62px; overflow:hidden;}
.position3 a{ color:#555555;  text-decoration:none;transition:all 0.3s;}
.position3 a:hover{color:#89d204;}
.position3 .home{ float:left; height:18px; margin-top:22px;transition:all 0.3s;}
.position3 .home:hover{opacity:0.8;filter:Alpha(opacity=80);}
.position3 .postions_r{ float:left;}
.position3 .postions_r img{ vertical-align:middle; margin-right:10px; margin-left:10px; height:5px;}
.product_bg{ overflow:hidden; background:#f5f5f5; padding-bottom:5%;}
.website_t{ height:36px; line-height:36px; background:#F2F0EC; color:#333; font-weight:bold; padding-left:12px; font-size:14px; margin-top:20px; margin-bottom:17px;}
.website_t a{color:#333; }
.sitemap_main{ overflow:hidden;}
.sitemap_main dd{font-size: 12px; line-height: 31px;text-align: center; background:#fff;  white-space: nowrap; display: block; float: left;height: 31px; width:calc(19.2% - 2px);width:-webkit-calc(19.2% - 2px);width:-moz-calc(19.2% - 2px); margin-right:1%; margin-bottom:1%; overflow: hidden; border: 1px dashed #dddddd;text-overflow: ellipsis;}
.sitemap_main dd:nth-child(5n+0){ margin-right:0;}
.sitemap_main dd a{ display:block;}
.sitemap_main dd a:Hover{color:#89d204; }
@media screen and (max-width:1440px) {
/*网站地图*/
.position3{ font-size:14px;}
.position3 .wrap{ height:50px; line-height:50px;}
.position3 .home{ margin-top:16px;}
}
@media screen and (max-width:1360px) {
/*新闻中心*/
.news_con ul li .news_txt{ padding-bottom:22px;}
.news_con ul li .news_txt span{ height:30px; line-height:30px;}
.news_con ul li .news_txt .h2{ margin-bottom:5px;}
/*常见问题*/
.faq_ul ul li{ background-position:right 30px top 19px;}
.faq_ul ul li .h3{ font-size:16px; padding-top:15px; padding-bottom:15px; padding-right:49px; padding-left:24px;}
.faq_ul ul li .down{ padding-left:24px; padding-right:49px;}
/*产品中心*/
.about_r{ padding-left:38px;}
.product_ul ul li .imgs .bgs i{ width:100px; height:36px; line-height:36px; font-size:13px;}
}
@media screen and (max-width:1200px) {
/*新闻中心*/
.news_con ul li .news_txt span{ font-size:13px;}
.news_con ul li .news_txt .p{ font-size:13px;}
/*联系我们*/
.contact_map iframe{height: 420px;}
.feedback_div2 .inputs2{ height:42px; line-height:42px; font-size:14px;}
.feedback_div2 .inputs3{ height:42px; line-height:42px; font-size:14px;}
.feedback_div2 .inputs4{ height:42px; line-height:42px; font-size:14px;}
.feedback_div2 .textarea{ font-size:14px;}
.feedback_div2 .bnts2{ height:44px; line-height:44px; font-size:14px;}

.feedback_div2 .selects{ font-size:14px; height:38px; line-height:38px;}
/*产品中心*/
.about_r{ padding-left:28px;}
/*产品中心详细*/
.productDetails .product_one_l{ width:500px;}
/*网站地图*/
.sitemap_main dd{width:calc(24.25% - 2px);width:-webkit-calc(24.25% - 2px);width:-moz-calc(24.25% - 2px);}
.sitemap_main dd:nth-child(5n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(4n+0){ margin-right:0;}
}
@media screen and (max-width:1100px) {
/*内页*/
.position{height:50px; line-height:50px; font-size:14px;}
.position .rclass{ display:block;}

.position .postions_b{ display:none;}
.position .postions_b ul li{float:none; display:block; margin-left:0; border-bottom:1px solid #fff; background:#efefef;}
.position .postions_b ul li a{ font-size:15px;height:50px; line-height:50px;text-align:left; padding-left:24px;}
.position .postions_b ul li.isel a{ background:#e6c777; color:#fff;}
.position .postions_b ul li a i{ float:right;}
/*分类弹窗*/
.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_l.lws .about_tc{ width:100%;}
.about_tc .about_divs{ position:absolute; right:0; width:85%; background-color:#fff; top:0; overflow:hidden; height:100%;}
.about_tc .closed2{ right:84.5%; position:absolute; top:150px; cursor:pointer; width:40px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
/*服务与支持*/
.service_ul ul li{ width:32%; margin-right:2%; margin-bottom:2%;}
.service_ul ul li .box i{ width:60px; height:53px;}
.service_ul ul li .box .h3{ font-size:16px;}
/*产品中心*/
.about_l{ float:none; width:0%; background:none;  z-index: 19891025; right: 0%; position:absolute; overflow: hidden; top:0; height:100%; margin-bottom:0; border:0; margin-top:0;}
.about_l.lws{ width:80%; max-width:350px;}
.about_l .i_left_ul2{padding-bottom:15px; margin-left:4%; margin-right:4%;}
/*.about_l .i_left_ul2 li h1{ height:50px; line-height:50px;}
.about_l .i_left_ul2 li div a{ height:32px; line-height:32px;}*/
.about_r{ margin-top:4%; padding-left:0;}
/*产品中心详细*/
.productDetails{ margin-top:30px;}
.productDetails .product_one_l{ width:450px;}
.productDetails .information .h2{ font-size:30px;}
.productDetails .information .price{ font-size:31px;}
.productDetails .information .txt{ font-size:13px; line-height:24px;}


}
@media screen and (max-width:960px) {
/*内页*/
.position .postions_r img{ margin-right:4px;}
.o_big{ min-height:210px;}
.o_big_con .h2 span{ margin-top:50px;}
/*公司简介*/
.about_one .wrap{ padding-top:5%;}
.about_one .desc{ padding-top:21px; padding-bottom:21px; padding-left:50px; padding-right:50px;}
.about_one .desc:before{ width:36px; height:21px; left:10px;}
.about_one .desc:after{ width:36px; height:21px; right:10px;}
/*成为代理商*/
.about_t label{ font-size:14px;}
.feedback_div .inputs2{ height:44px; line-height:44px;}
/*新闻详细*/
.about_x2 .con_line{ font-size:14px; margin-bottom:0;}
.about_x2 .con_id{ padding-top:3%; line-height:26px; font-size:14px;}
.prenext{ font-size:14px;}
/*联系我们*/
.contact_ul ul li .box i{ width:42px; height:33px;}
.contact_map iframe{height: 360px;}
/*产品中心详细*/
.productDetails .product_one_l{ width:400px;}
.productDetails .information .h2{ font-size:28px;}
.productDetails .information .price{ font-size:29px;}
.productDetails .information .p_fx{ margin-top:30px;}
}

@media screen and (max-width: 780px) {
/*内页*/


/*分页*/
.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; margin-right:2px; font-size:13px;}
.yema a span{ font-size:14px;}
/*公司简介*/
.about_one .desc{ padding-top:18px; padding-bottom:18px; padding-left:40px; padding-right:40px;}
.about_one .desc:before{ width:30px; height:18px;}
.about_one .desc:after{ width:30px; height:18px;}
/*新闻中心*/
.news_con ul li{ width:49%;}
.news_con ul li:nth-child(3n+0){ margin-right:2%;}
.news_con ul li:nth-child(2n+0){ margin-right:0;}
/*联系我们*/
.contact_ul ul li{ width:50%;}
.contact_ul ul li .box i{ margin-bottom:15px;}
.contact_ul ul li:last-child{ width:100%;}
.contact_ul ul li:last-child .box{ padding-top:6%; padding-bottom:6%;border-top:1px solid #e8e8e8;}
/*服务与支持*/
.service_ul{ margin-bottom:5%;}
.service_ul ul li{ width:49%;}
.service_ul ul li:nth-child(3n+0){ margin-right:2%;}
.service_ul ul li:nth-child(2n+0){ margin-right:0;}
/*常见问题*/
.faq_ul ul li{ background-position:right 15px top 14px;}
.faq_ul ul li .h3{line-height:24px; padding-top:12px; padding-bottom:12px; padding-right:34px; padding-left:15px;}
.faq_ul ul li .down{ line-height:26px;padding-right:34px;}
/*产品中心*/
.product_ul ul li{ width:32%;}
.product_ul ul li:nth-child(4n+0){ margin-right:2%;}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}
/*产品中心详细*/
.productDetails{ margin-top:20px;}
.productDetails .product_one_l{ width:100%; float:none; margin-bottom:3%; margin-right:0;}
.productDetails .product_one_l .pro_big2{ margin-bottom:10px;}
.productDetails .information .h2{ font-size:22px;}
.productDetails .information .price{ font-size:23px;}
.productDetails .information .txt{ font-size:14px;}
.productDetails .tab{ height:58px; line-height:58px; margin-top:4%;}
.productDetails .tab .h2{ font-size:17px;}
.productDetails .article{ line-height:26px; font-size:14px;}

/*产品放大*/
.productDetails .product_one_l #drag_img{ display:none!important;}
.productDetails .information .conten .content_timgr{display:none!important;}
/*网站地图*/
.sitemap_main dd{width:calc(32.66% - 2px);width:-webkit-calc(32.66% - 2px);width:-moz-calc(32.66% - 2px);}
.sitemap_main dd:nth-child(4n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(3n+0){ margin-right:0;}
}
@media screen and (max-width: 640px) {
/*内页*/
.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_r img{ height:12px; width:15px;}
.position .postions_r span{ display:none;}

/*分页*/
.yema a{ font-size:12px;}
.yema a span{ font-size:13px;}
/*分类弹窗*/
.about_tc .closed2{ width:30px;}
/*公司简介*/
.about_one{ font-size:14px; line-height:26px;}
.about_one .wrap{ padding-top:6%;padding-bottom:8%;}
.about_one .desc{ line-height:26px;}
/*成为代理商*/
.about_t label{ font-size:13px;}
.feedback_div .inputs2{ font-size:14px;height:40px; line-height:40px;}
.feedback_div .textarea{ font-size:14px;}
.feedback_div .bnts2{ font-size:14px; max-width:150px;}
.feedback_desc{ font-size:14px;}
/*新闻中心*/
.news_con ul li .news_txt{ margin-top:13px;}
.news_con ul li .news_txt .p{ line-height:22px; height:44px; font-size:12px;}
/*新闻详细*/
.about_x2 .show_t{ line-height:30px; font-size:18px;}
.about_x2 .con_line{ font-size:13px;padding-bottom:4px; }
.about_x2 .con_id{ font-size:13px; line-height:24px;padding-left:0%; padding-right:0%;padding-bottom:5%;}
.about_x2 .con_id p{ padding-bottom:12px;}
.prenext{ font-size:13px; line-height:24px; text-align:left; margin-bottom:1%;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block;}
/*联系我们*/
.contact_ul{ font-size:13px; line-height:24px;}
.contact_ul ul li .box i{ width:40px; height:31px;}
.feedback_div2 .divs{ float:none; width:100%;}
.feedback_div2 .inputs2{ font-size:13px; text-indent:2%;}
.feedback_div2 .inputs3{ font-size:13px; padding-left:2%;}
.feedback_div2 .inputs4{ font-size:13px; text-indent:2%;}
.feedback_div2 .textarea{ font-size:13px; padding-left:2%; width:96%;}
.feedback_div2 .bnts2{ height:44px; font-size:13px; max-width:none;}
.feedback_div2 .feedback_t{ font-size:14px;}

.feedback_div2 .selects{ font-size:13px; padding-left:1.5%; left:3px;}
/*服务与支持*/
.service_ul{ margin-bottom:6%;}
.service_ul ul li .box i{ width:52px; height:46px;}
/*常见问题*/
.faq_ul{ margin-top:5%; margin-bottom:7%;}
/*下载专区*/
.down_ul ul li{ padding-left:15px; padding-top:15px; padding-bottom:15px; padding-right:13px;}
.down_ul ul li .p{ padding-left:15px; font-size:15px;}
.down_ul ul li .nmores{ font-size:13px;}
/*产品中心*/
.about_l .i_left_ul2 li h2{ font-size:15px;}
.about_l .i_left_ul2 li h1{ font-size:15px;}
.about_l .i_left_ul2 li div{ font-size:13px;}
.about_r .product_pos label{ font-size:13px;}
.product_ul ul li{ width:49%;}
.product_ul ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0;}
.product_ul ul li:hover:after{opacity:0;filter:Alpha(opacity=0);}
/*产品中心详细*/
.productDetails .information .desc{ font-size:13px;}
.productDetails .information .tels{ font-size:15px; height:50px; line-height:50px; font-size:14px;}
.productDetails .information .price{ font-size:26px;}
.productDetails .information .h2{ font-size:25px;}
.productDetails .information .p_fx{ margin-top:20px;}
}
@media screen and (max-width: 520px) {
/*联系我们*/
.contact_two{ margin-top:2%;}
/*产品中心*/
.about_l .i_left_ul2 li h2{  height:41px; line-height:40px;}
.about_l .i_left_ul2 li h1{ height:41px; line-height:40px;}
.about_l .i_left_ul2 li div{  font-size:13px;}

}
@media screen and (max-width: 480px) {
/*内页*/
.o_big{ min-height:180px;}
.position{ font-size:12px;}
.position .postions_b ul li a{ font-size:13px;height:44px; line-height:44px;}

/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:1px; margin-right:1px;}
/*公司简介*/
.about_one{ font-size:13px; line-height:24px;}
.about_one .wrap{ padding-top:7%;padding-bottom:9%;}
.about_one.bgs2 .wrap{ padding-top:3%;}
.about_one .desc{ line-height:24px;padding-top:15px; padding-bottom:15px; padding-left:25px; padding-right:25px;}
.about_one .desc:before{ width:22px; height:13px;}
.about_one .desc:after{width:22px; height:13px;}
/*成为代理商*/
.about_t{ font-size:22px;}
.about_t label{ font-size:12px; margin-top:2%;}
.feedback_div{ border-width:3px;}
.feedback_div .divs{ float:none; width:100%; margin-right:0;}
.feedback_div .inputs2{ font-size:13px; text-indent:2%;}
.feedback_div .textarea{ padding-top:2%;}
.feedback_div .bnts2{ max-width:none; height:40px; line-height:40px;}
.feedback_desc{ font-size:13px;}
/*新闻中心*/
.news_con ul li{ margin-bottom:2.5%;}
.news_con ul li .news_txt{ margin-top:9px; padding-bottom:12px;}
.news_con ul li .news_txt span{ font-size:12px; height:26px; line-height:26px;}
.news_con ul li .news_txt .h2{ line-height:28px; height:28px;}
.news_con ul li .news_txt .p{ line-height:20px; height:40px;  }
/*新闻详细*/
.about_x2 .show_t{ line-height:28px; font-size:17px;}
.about_x2 .con_line{ font-size:12px;padding-bottom:2px; }
.about_x2 .con_id{ font-size:12px; line-height:22px;}
.about_x2 .con_id p{ padding-bottom:10px;}
.prenext{ font-size:12px; line-height:22px;}
/*联系我们*/
.contact_ul{ margin-top:1%;}
.contact_ul ul li .p label{ font-size:12px; margin-top:0;}
.contact_ul ul li .box i{ width:36px; height:28px;}
.contact_map iframe{height: 320px;}
.feedback_div2{ margin-top:5%;}
/*服务与支持*/
.service_ul{ margin-top:5%;}
.service_ul ul li .box i{ margin-bottom:6%; width:48px; height:42px;}
.service_ul ul li .box .h3{ font-size:14px;}
/*常见问题*/
.faq_ul ul li{background-size:20px 20px; background-position:right 12px top 12px;}
.faq_ul ul li .h3{  font-size:14px; padding-left:12px; padding-right:33px;}
.faq_ul ul li .down{ font-size:13px;padding-left:12px; padding-right:33px; line-height:24px;}
/*下载专区*/
.down_ul ul li{ padding-left:10px; padding-top:5px; padding-bottom:5px; padding-right:8px; margin-bottom:1%;}
.down_ul ul li .p{ padding-left:10px; height:50px; line-height:50px; font-size:14px;}
/*.down_ul ul li .nmores{ display:none;}*/
.down_ul ul li .nmores{ height:32px; line-height:32px; margin-top:9px; width:82px; text-indent:38px;}
.down_ul ul li .dates{ padding-top:8px; padding-bottom:6px; display:none;}
.down_ul ul li .dates b{ font-size:22px;}
/*产品中心*/
.about_r .product_pos label{ font-size:12px;}
/*产品中心详细*/
.productDetails{ margin-top:15px;}
.productDetails .information .h2{ font-size:20px;}
.productDetails .information .txt{ font-size:13px; line-height:24px;}
.productDetails .information .tels{ font-size:13px;}
.productDetails .tab{ height:50px; line-height:50px;}
.productDetails .tab .h2{ font-size:16px;}
.productDetails .tabBox{ padding-top:15px; padding-bottom:20px;}
/*网站地图*/
.position3{ font-size:12px;}
.position3 .wrap{ height:36px; line-height:36px;}
.position3 .home{ margin-top:10px; height:14px;}
.sitemap_main dd{width:calc(49.5% - 2px);width:-webkit-calc(49.5% - 2px);width:-moz-calc(49.5% - 2px);}
.sitemap_main dd:nth-child(3n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(2n+0){ margin-right:0;}
}
@media screen and (max-width: 380px) {
/*内页*/
.o_big{ min-height:160px;}
/*成为代理商*/
.about_t{ font-size:20px;}
/*新闻中心*/
.news_con ul li .news_txt .h2{ font-size:14px;}
/*新闻详细*/
.about_x2 .show_t{ line-height:26px; font-size:16px;}
/*服务与支持*/
.service_ul ul li .box i{ width:42px; height:37px;}
.service_ul ul li .box .h3{ font-size:13px;}
/*常见问题*/
.faq_ul ul li .h3{  font-size:13px;}
.faq_ul ul li .down{ font-size:12px; line-height:22px;}
/*下载专区*/
.down_ul ul li{ padding-top:0; padding-bottom:0;}
/*产品中心*/
.product_ul ul li .txts .h3{ font-size:13px;}
.product_ul ul li .imgs .bgs i{ font-size:12px;}
}

@media screen and (max-width: 360px) {
/*服务与支持*/
.service_ul ul li .box .h3{ font-size:12px;}
}
