﻿@import url(style.css);

@import url(pscroll.css);

/*内页*/

@-webkit-keyframes SlickIn{

	0%{-webkit-transform:scale(1.1,1.1)}

	100%{-webkit-transform:scale(1,1)}

}

@-webkit-keyframes SlickOut{

	0%{-webkit-transform:scale(1,1)}

	100%{-webkit-transform:scale(.9,.9)}

}

@keyframes SlickIn{

	0%{transform:scale(1.1,1.1)}

	100%{transform:scale(1,1)}

}

@keyframes SlickOut{

	0%{transform:scale(1,1)}

	100%{transform:scale(.9,.9)}

}

.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: SlickIn cubic-bezier(1,0,.5,.5) 1s;animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;}

.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:inline-block;padding-bottom:2%; padding-top:2%; position:relative;}

.o_big_con .h2 span:after{ content:""; position:absolute; top:50%; left:-90px; width:66px;background:#fff; height:1px;}

.o_big_con .h2 span:before{ content:""; position:absolute; top:50%; right:-90px; width:66px;background:#fff; height:1px;}

.postions{ height:90px; line-height:90px; overflow:hidden;color:#777777; font-size:14px; background:#fff;}

.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}

.postions a{color:#777777; }

.postions a:hover{ color:#d70c19;}

.postions label{ color:#777777;}

.postions .postions_r{}

.postions .postions_r img{ vertical-align:sub; margin-right:5px; margin-left:11px;}

.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}

.postions h2 span{font-size:16px; font-family:Arial;}

.postions .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;}

.postions .postions_b{ float:right; }

.postions .postions_b a{ float:left; /* margin-left:70px; */margin-left:50px;  text-align:center;overflow:hidden; font-size:16px; color:#333333; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.postions .postions_b a:first-child{margin-left: 0;}

.postions .postions_b a:hover{color:#d70c19;}

.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:3px;opacity: 0;background-color: #d70c19;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}

.postions .postions_b a.isel:after{left: 0%;right: 0%;opacity: 1;}

.postions .postions_b a:hover:after{left: 0%;right: 0%;opacity: 1;}

.postions .postions_b a.isel{color:#d70c19;}

/*分类弹窗*/

.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%; padding-bottom:4%;clear:both; font-family:Arial;}

.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:28px;margin-left:2px; margin-right:2px;  text-align:center; color:#555555; font-size:16px; border:1px solid #fff; background-color:#fff;}

.yema a:hover{ text-decoration:none; color:#fff; background-color:#d70c19;border:1px solid #d70c19;}

.yema a.on{color:#fff; background-color:#d70c19; border:1px solid #d70c19;}

.yema a.Prev,.yema a.next{ }

.yema a.Prev:hover,.yema a.next:hover{background-color:#d70c19;}

.yema a span{ font-family:"微软雅黑"; font-size:16px;}

/*产品应用*/

.page_bg{ background:#f0f0f0; overflow:hidden; padding-top:4%; padding-bottom:4%;}

.page_bg.nob{ padding-bottom:0;}

.application_l{ float:left; width:70.6%;}

.application_l.bgs2{ background:#fff; overflow:hidden;}

.application_l .application_ul{ }

.application_l .application_ul ul li{ display:block; margin-bottom:26px; overflow:hidden; background:#fff;transition:all 0.3s;}

.application_l .application_ul ul li:hover{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);}

.application_l .application_ul ul li .imgs{ float:left; overflow:hidden; width:150px; padding-left:68px; padding-right:68px; height:206px; line-height:206px;}

.application_l .application_ul ul li .imgs img{ width:100%;}

.application_l .application_ul ul li .txts{ padding-left:3%; padding-right:3%; overflow:hidden; color:#888888; }

.application_l .application_ul ul li .txts .cons{ max-width:568px; overflow:hidden;}

.application_l .application_ul ul li .txts .h2{ height:60px; line-height:60px; margin-top:3%; color:#444444; font-weight:normal;}

.application_l .application_ul ul li:hover .txts .h2{color:#d70c19;}

.application_l .application_ul ul li .txts .p{font-size:15px; line-height:25px; height:75px; overflow:hidden;}

.application_r{ float:right; overflow:hidden; width:26.4%; max-width:336px;}

.application_r .mb26{ margin-bottom:26px;}

.application_r .application_news{ background:#fff; overflow:hidden;  padding-top:2%; padding-bottom:2%;}

.application_r .application_t{ height:60px; line-height:60px; overflow:hidden;}

.application_r .application_t .h3{ font-weight:normal; color:#444444; }

.application_r .application_t .h3 span{ float:right;}

.application_r .application_t .h3:hover span{ color:#d70c19;}

.application_r .application_w{ margin:0 auto; max-width:280px; width:94%;}

.application_r .application_ul2{ overflow:hidden; margin-top:1.5%; margin-bottom:1.5%;}

.application_r .application_ul2 ul li{ display:block; border-top:1px solid #e7e7e7; padding-bottom:4%; padding-top:6%;  overflow:hidden;}

.application_r .application_ul2 ul li label{ display:block; height:24px; line-height:24px;  color:#888888; font-size:15px;}

.application_r .application_ul2 ul li .h3{ font-weight:normal; overflow:hidden;height:32px; line-height:32px; color:#444444; font-size:15px;transition:all 0.3s; white-space:nowrap;text-overflow:ellipsis;}

.application_r .application_ul2 ul li:hover .h3{ color:#d70c19;}

.application_r .application_video{ background:#fff; overflow:hidden;}

.application_r .application_video img{ display:block;width: 100%;opacity:0;filter:Alpha(opacity=0);}

.application_r .application_video .imgs{ overflow:hidden;position:relative;}

.application_r .application_video .videos{ position:absolute; top:0; left:0; width:100%; height:100%;object-fit: fill;}

.application_r .application_video i{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/shipin.png) center center no-repeat; cursor:pointer;transition:all 0.3s;}

.application_r .application_video i:hover{opacity:0.8;filter:Alpha(opacity=80);}

.application_r .application_down{ overflow:hidden; padding-top:1.5%; background:#fff; padding-bottom:7%;}

.application_r .application_down .imgs{ overflow:hidden;transition:all 0.3s;}

.application_r .application_down .imgs img{ width:100%;}

.application_r .application_down .imgs:hover{opacity:0.8;filter:Alpha(opacity=80);}

.application_r .application_down .ul li{ display:block; overflow:hidden; border-bottom:1px solid #eeeeee; height:52px; line-height:52px; margin-top:2px; background:url(../images/application_bg1.png)  right center no-repeat; padding-right:16px;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s; font-size:15px;}

.application_r .application_down.nobg .ul li{ background:none;}

.application_r .application_down .ul li a{ display:block;transition:all 0.3s;}

.application_r .application_down .ul li:hover{ background-image:url(../images/application_bg1_on.png);}

.application_r .application_down.nobg .ul li:hover{ background:none;}

/*应用列表2*/

.application_l .application_w2{ width:94%; margin:0 auto; max-width:800px; overflow:hidden;}

.application_l .application_w2 table{ border-collapse: collapse;}

.application_l .application_ul3{ margin-top:2%; overflow:hidden; }

.application_l .application_ul3 ul li{ display:block;  overflow:hidden; transition:all 0.3s;border-bottom:1px solid #f1f1f1; padding-bottom:7%;}

.application_l .application_ul3 ul li .imgs{ float:right; overflow:hidden; width:140px; margin-left:3%;}

.application_l .application_ul3 ul li .imgs img{ width:100%; display:block;}

.application_l .application_ul3 ul li .txts{ padding-right:3%; overflow:hidden; color:#999999;font-size:15px; line-height:25px; margin-top:2%; }

.application_l .application_ul3 ul li .txts.pno{ padding-right:0;}

.application_l .application_ul3 ul li .txts .b{ color:#333333; display:block; font-weight:normal; margin-top:4%; margin-bottom:1%;}

.application_l .application_ul3 ul li .h2{line-height:36px; margin-top:4%; color:#444444; font-weight:normal; margin-bottom:2.5%; border-bottom:1px solid #f1f1f1; padding-bottom:2%;}

.application_l .application_ul3 ul li .txts .p{ overflow:hidden;}



.application_l .application_ul4{ overflow:hidden; margin-top:5%; margin-bottom:5%;}

.application_l .application_ul4 ul li{ width:32%; margin-right:2%; float:left; overflow:hidden; margin-bottom:3px;}

.application_l .application_ul4 ul li:nth-child(3n+0){ margin-right:0;}

.application_l .application_ul4 ul li .imgs{ width:100%; overflow:hidden;}

.application_l .application_ul4 ul li .imgs img{ width:100%;-webkit-transition: all 0.8s ease-out;-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;

transition: all 0.8s ease-out;}

.application_l .application_ul4 ul li h2{ color:#444444; font-size:15px; font-weight:normal; height:52px; overflow:hidden; line-height:52px; text-align:center;white-space:nowrap;text-overflow:ellipsis;}

.application_l .application_ul4 ul li:Hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.application_l .application_ul4 ul li:Hover h2{ color:#d70c19;}

/*应用列表3*/

.blank_80{ overflow:hidden; margin-bottom:8%;}

.application_l .application_t2{ margin-top:4%; overflow:hidden; color:#444; font-size:16px; line-height:30px; font-weight:bold; margin-bottom:2%;}

.application_l .application_ul5{ overflow:hidden;}

.application_l .application_ul5 ul li{ width:32%; margin-right:2%; float:left; overflow:hidden; margin-bottom:2%; text-align:center;}

.application_l .application_ul5 ul li:nth-child(3n+0){ margin-right:0;}

.application_l .application_ul5 ul li .imgs{ border:1px solid #e8e8e8;overflow:hidden;}

.application_l .application_ul5 ul li .imgs img{ width:100%;-webkit-transition: all 0.8s ease-out;-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;

transition: all 0.8s ease-out;}

.application_l .application_ul5 ul li .h2{ color:#888888; font-size:15px; font-weight:normal; height:38px; overflow:hidden; line-height:38px; white-space:nowrap;text-overflow:ellipsis;}

.application_l .application_ul5 ul li span{ display:inline-block; padding-left:12px; padding-right:12px; height:24px; line-height:24px; color:#fff; font-size:15px; background:#d70c19;transition:all 0.3s;}

.application_l .application_ul5 ul li:Hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.application_l .application_ul5 ul li:Hover span{opacity:0.8;filter:Alpha(opacity=80);}



/*产品中心*/

.application_l .product_ul{}

.application_l .product_ul ul li{ display:block; margin-bottom:26px; background:#fff;transition:all 0.3s;}

.application_l .product_ul ul li:hover{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);}

.application_l .product_ul ul li .imgs{ float:left; overflow:hidden; width:200px; padding-left:43px; padding-right:43px;}

.application_l .product_ul ul li .imgs img{ 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;}

.application_l .product_ul ul li .imgs: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);}

.application_l .product_ul ul li .txts{ margin-left:3%; margin-right:3%;width:calc(94% - 286px);width:-webkit-calc(94% - 286px);width:-moz-calc(94% - 286px);  color:#888888; position:relative; float:left;}

.application_l .product_ul ul li .txts .cons{ max-width:568px; overflow:hidden;}

.application_l .product_ul ul li .txts .h2{ height:60px; line-height:60px; margin-top:3%; color:#444444; font-weight:normal;}

.application_l .product_ul ul li:hover .txts .h2{color:#d70c19;}

.application_l .product_ul ul li .txts .p{font-size:15px; line-height:25px; height:75px; overflow:hidden;}

.application_l .product_ul ul li .txts .chiilds{ position:absolute; top:60px;  left:0; margin-top:2%;width:214px; background:#fff; text-align:center;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); display:none; z-index:2;}

.application_l .product_ul ul li .txts .chiilds a{ display:block; height:44px; line-height:44px; overflow:hidden; border-bottom:1px solid #ebebeb; color:#555555; font-size:14px;}

.application_l .product_ul ul li .txts .chiilds a:hover{ color:#d70c19;}



/*产品列表2*/

.application_l .product_ul2{}

.application_l .product_ul2 ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; background:#fff;transition:all 0.3s; overflow:hidden;}

.application_l .product_ul2 ul li:nth-child(3n+0){ margin-right:0;}

.application_l .product_ul2 ul li:hover{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);}

.application_l .product_ul2 ul li .imgs{ overflow:hidden;}

.application_l .product_ul2 ul li .imgs img{ display:block; margin:0 auto; max-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;}

.application_l .product_ul2 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);}

.application_l .product_ul2 ul li .txts{ padding-left:3%; padding-right:3%; overflow:hidden; clear:both;border-top:1px solid #f8f8f8;}

.application_l .product_ul2 ul li .txts .h2{ height:52px; line-height:52px; color:#444444; font-size:15px; font-weight:normal; text-align:center; overflow:hidden;}

/*.application_l .product_ul2 ul li:hover .txts .h2{color:#d70c19;}*/



/*产品列表3*/

.application_l .product_ul3{ margin-top:2%; overflow:hidden; }

.application_l .product_ul3 ul li{ display:block;  overflow:hidden; transition:all 0.3s;border-bottom:1px solid #f1f1f1; padding-bottom:7%;}

.application_l .product_ul3 ul li .imgs{ float:right; overflow:hidden; width:200px; margin-left:2%;}

.application_l .product_ul3 ul li .imgs img{ width:100%; display:block;}

.application_l .product_ul3 ul li .txts{ overflow:hidden; color:#999999;font-size:15px; line-height:25px; margin-top:2%; }

.application_l .product_ul3 ul li .txts.pno{ padding-right:0;}

.application_l .product_ul3 ul li .txts .b{ color:#333333; display:block; font-weight:normal; margin-top:4%; margin-bottom:1%;}

.application_l .product_ul3 ul li .h2{line-height:36px; margin-top:4%; color:#444444; font-weight:normal; margin-bottom:2.5%; border-bottom:1px solid #f1f1f1; padding-bottom:2%;}

.application_l .product_ul3 ul li .txts .p{ overflow:hidden;}



.application_l .product_t{ color:#444444; margin-bottom:4%; overflow:hidden; padding-left:17px; position:relative;}

.application_l .product_t:before{ position:absolute; content:""; left:0; top:50%; margin-top:-5px; width:10px; height:10px; background:#d70c19;}

.application_l .product_box{ overflow:hidden; text-align:left; font-size:15px; margin-bottom:5%;}

.application_l .product_box .product_box_l{ float:left; width:156px; overflow:hidden;}

.application_l .product_box .product_box_l .table{border-collapse:collapse;border-spacing:0;}

.application_l .product_box .product_box_l .table th{ background:#e6e6e6; height:48px; color:#444444; padding-left:22px;}

.application_l .product_box .product_box_l .table td{ border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6; height:40px; padding-top:3px; padding-bottom:3px;padding-left:22px;}

.application_l .product_box .product_box_l a{ font-weight:bold; text-decoration:underline;}

.application_l .product_box .product_box_r{ float:left; width:calc(100% - 156px);width:-webkit-calc(100% - 156px);width:-moz-calc(100% - 156px); overflow:hidden;}

.application_l .product_box .product_box_r .table{border-collapse:collapse;border-spacing:0; margin-bottom:5px;width: max-content;}

.application_l .product_box .product_box_r #srcolls{ overflow:hidden; overflow-x:auto; }

.application_l .product_box .product_box_r #srcolls::-webkit-scrollbar {width: 8px;height: 10px;}

.application_l .product_box .product_box_r #srcolls::-webkit-scrollbar-thumb { background-image:url(../images/product_bg1.png); background-position:center center; background-repeat:no-repeat; background-size:10px 6px;background-color: rgba(210, 17, 31, 1.0);}

.application_l .product_box .product_box_r #srcolls:hover::-webkit-scrollbar-thumb {background-color: rgba(210, 17, 31, 0.7);}

.application_l .product_box .product_box_r #srcolls::-webkit-scrollbar-thumb:hover { background-color: rgba(210, 17, 31, 1.0);-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }

.application_l .product_box .product_box_r #srcolls::-webkit-scrollbar-track {  background-color:#e6e6e6;}

.application_l .product_box .product_box_r .table th{ background:#e6e6e6; height:48px; color:#444444; /*padding-left:22px;*/ text-align:center;}

.application_l .product_box .product_box_r .table th.w1{ width:86px;}

.application_l .product_box .product_box_r .table th.w2{ width:131px;}

.application_l .product_box .product_box_r .table th.w3{ width:120px;}

.application_l .product_box .product_box_r .table th.w4{ width:150px;}

.application_l .product_box .product_box_r .table td{ border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6; color:#777777; height:40px; padding-top:3px; padding-bottom:3px;/*padding-left:9px;*/ text-align:center;    white-space: nowrap;}

.application_l .product_ul4{ margin-bottom:5%; overflow:hidden;}

.application_l .product_ul4 ul li{ width:49%; margin-right:2%; float:left; overflow:hidden; margin-bottom:2%;transition:all 0.3s;}

.application_l .product_ul4 ul li:nth-child(2n+0){ margin-right:0;}

.application_l .product_ul4 ul li:hover{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);}

.application_l .product_ul4 ul li img{ display:block;width: 100%;opacity:0;filter:Alpha(opacity=0);}

.application_l .product_ul4 ul li .imgs{ overflow:hidden;position:relative;}

.application_l .product_ul4 ul li .videos{ position:absolute; top:0; left:0; width:100%; height:100%;object-fit: fill;}

.application_l .product_ul4 ul li i{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/shipin.png) center center no-repeat; cursor:pointer;transition:all 0.3s;}

.application_l .product_ul4 ul li i:hover{opacity:0.8;filter:Alpha(opacity=80);}



/*产品详细*/

.pro_one{ background:#fff; overflow:hidden; padding-bottom:4%; padding-top:4%;   color:#888888; font-size:15px; margin-bottom:4%;}

.pro_one .product_one_l{ width:41%; overflow:hidden; float:left; text-align:center;}

.pro_one .product_one_l img{width:100%; display:block; margin:0 auto; max-width:500px;}

.pro_one .pro_one_r{ overflow:hidden; float:right; width:56%; max-width:385px;}

.pro_one .pro_one_r .h2{color:#333333; font-weight:normal; line-height:1.5; padding-bottom:15px; margin-bottom:20px; border-bottom:1px solid #e0e0e0;}

.pro_one .pro_one_r .h2 label{ display:block; color:#888888; font-size:15px; overflow:hidden; margin-top:1%;}

.pro_one .pro_one_r .p{line-height:26px; overflow:hidden;padding-bottom:25px;}

.pro_one .pro_one_r .a{ width:162px; height:42px; line-height:42px; background:#d70c19; color:#fff;transition:all 0.3s; display:block; background:url(../images/product_bg2.png) 36px center #d70c19 no-repeat; text-indent:69px;}

.pro_one .pro_one_r .a:hover{opacity:0.8;filter:Alpha(opacity=80);}

.pro_two{ background:#fff; overflow:hidden; padding-bottom:4%; padding-top:4%;   color:#666666; font-size:16px; margin-bottom:5%;}

.application_l .pro_t{line-height:30px; overflow:hidden; padding-bottom:3%; color:#333333; /*font-weight:bold;*/ border-bottom:1px solid #ededed;}

.application_l .pro_t table{ border-collapse:collapse;BORDER-RIGHT: #ddd 1px solid;}

.application_l .pro_t table td{ border:1px solid #ddd; }

.application_l .pro_con{ padding-top:3%; overflow:hidden; line-height:30px; padding-bottom:4%;}

.application_l .pro_con img{ max-width:100%;}

.application_l .product_ul5{}

.application_l .product_ul5 ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; background:#fff;transition:all 0.3s; overflow:hidden;}

.application_l .product_ul5 ul li:nth-child(3n+0){ margin-right:0;}

.application_l .product_ul5 ul li:hover{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);}

.application_l .product_ul5 ul li .imgs{ overflow:hidden;}

.application_l .product_ul5 ul li .imgs img{ display:block; margin:0 auto; max-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;}

.application_l .product_ul5 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);}

.application_l .product_ul5 ul li .txts{ padding-left:3%; padding-right:3%; overflow:hidden; clear:both;border-top:1px solid #f8f8f8; padding-top:5%; padding-bottom:5%; text-align:center;}

.application_l .product_ul5 ul li .txts .h2{ height:26px; line-height:26px; color:#444444; font-size:15px; font-weight:normal; overflow:hidden;}

.application_l .product_ul5 ul li .txts .p{ height:22px; line-height:22px; overflow:hidden; color:#c0c0c0; font-size:14px; font-family:Arial;}



/*样品申请*/

.product_con{ background:#fff; overflow:hidden;}

.product_con .product_w2{ width:96%; margin:0 auto; max-width:1220px; overflow:hidden;}

.product_con .product_t2{ height:40px; line-height:40px; overflow:hidden; margin-top:3.5%; margin-bottom:2.5%; font-size:14px; color:#777777;}

.product_con .product_t2 a{color:#777777;}

.product_con .product_t2 a:hover{ color:#d70c19;}

.product_con .product_t2 .h2{ float:left; font-weight:normal; overflow:hidden; color:#333333;}

.product_con .table{ margin-bottom:5%; overflow:hidden; font-size:15px; }

.product_con .table table{border-collapse:collapse;border-spacing:0;}

.product_con .table table th{ height:30px; padding-top:14px; padding-bottom:14px;  background:#f0f0f0;color:#444444;}

.product_con .table table th:nth-child(1){ padding-left:3%; width:12.5%;}

.product_con .table table th:nth-child(2){ padding-left:1%; width:21%;}

.product_con .table table th:nth-child(3){ padding-left:1%; width:39%;}

.product_con .table table th:nth-child(4){ padding-left:1%; width:17%;text-align:center;}

.product_con .table table th:nth-child(5){ padding-left:1%; width:10.5%; text-align:center; }

.product_con .table table td{ height:76px; padding-top:14px; padding-bottom:14px; border-bottom:1px solid #f0f0f0;}

.product_con .table table td:nth-child(1){ padding-left:3%;}

.product_con .table table td:nth-child(2){ padding-left:1%;}

.product_con .table table td:nth-child(3){ }

.product_con .table table td:nth-child(4){ padding-left:1%;text-align:center;}

.product_con .table table td:nth-child(5){ padding-left:1%; text-align:center;}

.product_con .table table td.w1{ width:33.5%;}

.product_con .table table td.w1 .dels{ color:#888888;padding-left:15px; display:inline-block; vertical-align:middle;position:relative;}

.product_con .table table td.w1 .dels:before{ width:1px; position:absolute; content:""; left:0; height:14px; background:#dddddd; top:50%; margin-top:-7px;}

.product_con .table table td.w1 .dels:hover{ color:#d70c19;}

.product_con .table table td label{ color:#888888;}

.product_con .table table td .names{color:#333333; margin-left:3%;  display:inline-block; vertical-align:middle; }

.product_con .table table td .img{ height:76px;}

.product_con .table table td .del{ height:20px;transition:all 0.3s;}

.product_con .table table td .del:hover{opacity:0.8;filter:Alpha(opacity=80);}

.product_con .table table td input[type=checkbox].cart_box{display:none;}

.product_con .table table td .css-label_r5{ display:inline-block;width:20px; height:20px; background:url(../images/cart_pic1.png) left center no-repeat; background-size:auto 100%; overflow:hidden; cursor:pointer;transition:all 0.3s; vertical-align:middle;}

.product_con .table table td .css-label_r5.allw{ color:#333333; width:46px; padding-left:35px;}

.product_con .table table td .css-label_r5:hover{opacity:0.8;filter:Alpha(opacity=80);}

.product_con .table table td input[type=checkbox].cart_box:checked + label.css-label_r5{background:url(../images/cart_pic2.png) left center no-repeat; background-size:auto 100%;}

.add_chose2{ display:inline-block; text-align:right; overflow:hidden;margin-top:16px; border:1px solid #d9d9d9;}

.add_chose2 a{margin:0;display:inline-block;width:40px;height:40px;overflow:hidden; vertical-align:top;transition:all 0.3s; }

.add_chose2 a img{ width:100%;}

.add_chose2 a:hover{opacity:0.8;filter:Alpha(opacity=80);}

.add_chose2 .text{display:inline-block;margin:0px ; vertical-align:top;width:40px;height:40px;color:#333;text-align: center;padding: 0px;overflow: hidden; outline:medium; border:0;}

.product_con .table table td.w2{ text-align:right;}

.product_con .table table td.w2 .history{ display:inline-block; vertical-align:middle; padding-top:10px; padding-bottom:10px;}

.product_con .table table td .reds{ color:#d70c19; font-size:16px; font-family:Arial;}

.product_con .table table td .submits{ margin-left:4%; width:160px; height:42px; line-height:42px; display:inline-block; background:#d70c19; color:#fff; text-align:center; font-size:16px; cursor:pointer;transition:all 0.3s; overflow:hidden;}

.product_con .table table td .submits:hover{opacity:0.8;filter:Alpha(opacity=80);}



/*技术应用*/

.service_con{ background:#fff; overflow:hidden; padding-top:4%; padding-bottom:2%;}

.service_con .service_w2{ width:94%; margin:0 auto; max-width:1180px; overflow:hidden; position:relative; }

.service_con .service_w2:after{ width:1px; height:100%; content:""; position:absolute; left:50%; top:0; background:#ececec;}

.service_con .service_con_div{ width:48%; max-width:490px; overflow:hidden;}

.service_con .service_con_div ul li{ display:block; overflow:hidden; margin-bottom:5%; height:26px; line-height:26px;white-space:nowrap;text-overflow:ellipsis; font-size:15px;}

.service_con .service_con_div ul li em{ font-style:normal; float:left; margin-right:6%; color:#888888;}



/*资料下载*/

.down_ul{ overflow:hidden;}

.down_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden; background:#fff; padding-top:10px;transition:all 0.3s;}

.down_ul ul li:nth-child(3n+0){ margin-right:0;}

.down_ul ul li:hover{ background:#d70c19;}

.down_ul ul li .h3{ font-weight:bold; height:88px; line-height:88px; overflow:hidden; border-bottom:1px solid #f0f0f0; font-size:18px; color:#333;transition:all 0.3s;}

.down_ul ul li .con{ width:92%; max-width:340px; margin:0 auto; overflow:hidden;}

.down_ul ul li .txts{ height:94px; line-height:94px; overflow:hidden; color:#888888; font-size:15px; background:url(../images/down_bg1.png) right center no-repeat;transition:all 0.3s;}

.down_ul ul li:hover .h3{ color:#fff; border-bottom:1px solid #e67b82;}

.down_ul ul li:hover .txts{ color:#fff; background-image:url(../images/down_bg1_on.png);}



/*企业文化*/

.about_con{ overflow:hidden; padding-bottom:4%;padding-top:4%;font-size:16px; color:#777777; line-height:32px; background:#fff;  }

.about_con .txts{ margin:0 auto; width:94%; max-width:1210px; overflow:hidden;}

.about_con .txts .h3{ text-align:center; font-weight:bold; color:#333333; line-height:1.5; margin-bottom:2%;}

.about_con img{ max-width:100%;}

.about_con .txts .h2{ font-weight:bold;color:#333333; line-height:1.5; margin-bottom:3%; margin-top:1%;}

.about_con .imgs{ float:left; width:46.5%; margin-right:3%; margin-bottom:2%;}

.about_con .ul li{ display:block; padding-left:18px; background:url(../images/about_bg2.png) left center no-repeat;}



/*发展历程*/

.about_con .history_div{ margin:0 auto; width:94%; max-width:1160px; overflow:hidden;}

.BreakingNewsController{width:100%;overflow:hidden;height:auto;position:relative; padding-top:30px; padding-bottom:30px; margin-bottom:3%;}

.BreakingNewsController .bn-title{display:inline-block;float:left; line-height:0px;color:#333; font-size:0px;}

.BreakingNewsController ul{padding:0;margin:0;display:block;list-style:none;/*position:absolute;*/ width:100%; overflow:hidden; }

.BreakingNewsController ul li{list-style:none;padding:0px 0px;display:none;  overflow:hidden;}

.BreakingNewsController ul li a{text-decoration:none;color:#333; display:inline-block;overflow:hidden;padding:0; font-size:18px; height:63px; line-height:63px;}

.BreakingNewsController .bn-arrows{display:inline-block;width:0%;position:absolute; left:82px;top:0;bottom:0;}

.BreakingNewsController .bn-arrows span{display:block;width:37px; height:30px;position:absolute;top:0;bottom:0;cursor:pointer;opacity:0.9;}

.BreakingNewsController .bn-arrows span:hover{opacity:1;}

.BreakingNewsController span.bn-arrows-left{ left:0;background:url(../images/history_left.png) left center no-repeat; bottom:auto;}

.BreakingNewsController span.bn-arrows-right{left:0;background:url(../images/history_right.png) left center no-repeat;top:auto;}

.easing a, .easing span{transition:.25s linear;-moz-transition:.25s linear;-webkit-transition:.25s linear;}

.history_con{ background:url(../images/history_bg1.png) 91px top repeat-y; min-height:200px;  width:100%; margin-bottom:2%; margin:0 auto; margin-top:2%;}

.history_con dl dd{ width:100%;  margin-bottom:35px; background:url(../images/history_bg2.png) 82px 4px no-repeat; overflow:hidden;}

.history_con dl dd:hover{ background-image:url(../images/history_bg2_on.png);}

.history_con dl dd .years{ float:left; overflow:hidden;font-weight:normal; color:#333; font-size:22px; margin-bottom:10px; font-family:Arial; width:99px; line-height:26px; cursor:pointer;}

.history_con dl dd:hover .years{ color:#d81520;}

.history_con dl dd .txts2{ overflow:hidden;padding-left:4%;}

.history_con dl dd .txts2 .conts{ overflow:hidden;max-width:750px; padding-left:4%;}

.history_con dl dd .txts2 .conts .descs{ overflow:hidden;font-size:16px; color:#777777; line-height:30px;}

.history_con dl dd .txts2 .conts .descs .p{ overflow:hidden;  /*cursor:pointer;padding-left:24px; background:url(../images/history_bg3.png) left 10px no-repeat;*/}

.history_con dl dd .txts2 .conts .descs .p:hover{ color:#d81520;}

.history_con dl dd .txts2 .conts .descs .p.hsel{ color:#d81520;}

.history_con dl dd .imgs2{ float:left;width:216px; overflow:hidden;}

.history_con dl dd .imgs2 img{width:100%;transition:all 0.3s;}

.history_con dl dd .imgs2 img:hover{filter: Alpha(Opacity=80);opacity: 0.8;}



/*资质荣誉*/

.honor_ul{ overflow:hidden; margin-top:4%;}

.honor_ul ul li{ width:32%; margin-right:2%; float:left; overflow:hidden; margin-bottom:2%;}

.honor_ul ul li:nth-child(3n+0){ margin-right:0;}

.honor_ul ul li .imgs{ width:100%; overflow:hidden;}

.honor_ul ul li .imgs img{ width:100%;-webkit-transition: all 0.8s ease-out;-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;

transition: all 0.8s ease-out;}

.honor_ul ul li h2{ color:#333333; font-size:15px; font-weight:normal; height:38px; overflow:hidden; line-height:38px; text-align:center;white-space:nowrap;text-overflow:ellipsis; margin-top:3%;}

.honor_ul ul li:Hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.honor_ul ul li:Hover h2{ color:#d81520;}

/*荣誉弹窗*/

#zoom {

	z-index: 99990;

	position: fixed;

	top: 0;

	left: 0;

	display: none;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.8);

	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

#zoom .content {

	z-index: 99991;

	position: absolute;

	top: 50%;

	left: 50%;

	width: 200px;

	height: 200px;

	background: #ffffff no-repeat 50% 50%;

	padding: 0;

	margin: -100px 0 0 -100px;

	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);

	border-radius: 4px;

}

#zoom .content.loading {

	background-image: url('../img/loading.gif');

}

#zoom img {

	display: block;

	max-width: none;

	background: #ececec;

	box-shadow: 0 1px 3px rgba(0,0,0,0.25);



}

#zoom .close {

	z-index: 99993;

	position: absolute;

	top: 0;

	right: 0;

	width: 49px;

	height: 49px;

	cursor: pointer;

	background: transparent url('../img/icons/close.png') no-repeat 50% 50%;

	opacity: 1;

	filter: alpha(opacity=100);

	border-radius: 0 0 0 4px;

}

#zoom .previous,

#zoom .next {

	z-index: 99992;

	position: absolute;

	top: 50%;

	overflow: hidden;

	display: block;

	width: 49px;

	height: 49px;

	margin-top: -25px;

}

#zoom .previous {

	left: 0;

	background: url('../img/icons/arrows.png') no-repeat 0 0;

	border-radius: 0 4px 4px 0;

}

#zoom .next {

	right: 0;

	background: url('../img/icons/arrows.png') no-repeat 100% 0;

	border-radius: 4px 0 0 4px;

}

#zoom .close:hover {

	background-color: #da4f49;

}

#zoom .previous:hover,

#zoom .next:hover {

	background-color: #0088cc;

}



/*人才招聘*/

.gr-employ{ overflow:hidden; margin-bottom:5%;}

.gr-employ .tit-bar{padding:22px 50px;font-size:0;border-bottom:1px solid #dcdcdc;}

.gr-employ .tit-header{background:#d70c19; border-bottom:0;}

.gr-employ .tit-bar li{display:inline-block;width:25%;font-size:15px;vertical-align:middle;line-height:28px;box-sizing: border-box; }

.gr-employ .tit-header li{color:#fff;font-size:16px;}

.gr-employ .tit-bar li.middle{text-align:center;}

.gr-employ .tit-bar li:last-child{ padding-right:4%;}

/*.gr-employ-list .item:nth-child(2n){background:#f6f6f6;}*/

.gr-employ-list .item ~ .item .cont{display:none;}

.gr-employ-list .item .cont{padding:30px 50px;display:none; line-height:1.75; font-size:15px; background:#fff;}

.gr-employ-list .item .cont .one{ border-bottom:1px solid #e1e1e1; overflow:hidden; padding-bottom:4%; margin-bottom:4%;}

.gr-employ-list .item .cont .one b{ font-size:16px;}

.gr-employ-list .item .cont .two{ overflow:hidden; line-height:2;}

.gr-employ-list .item .cont .two .l{ overflow:hidden; width:73%;}

.gr-employ-list .item .cont .two .r{ width:24%; overflow:hidden; max-width:164px;}

.gr-employ-list .item .cont .two .r img{ width:100%;}

.gr-employ-list .item .tit-bar{position:relative;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}

.gr-employ-list .item .tit-bar:before{content:"";position:absolute;right:3%;top:50%;margin-top:-16px;width:32px;height:32px;vertical-align:middle;background:url(../images/job_bg1.png) no-repeat; background-size:100% 100%;}

/*.gr-employ-list .item .tit-bar.on{background:#b49173;color:#fff;}*/

.gr-employ-list .item .tit-bar.on:before{ background-image:url(../images/job_bg1_on.png);}

.gr-employ-list .item .cont .email a{color:#f6960a;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}

.gr-employ-list .item .cont .email a:hover{text-decoration:underline;}



/*联系我们*/

.contact_one {overflow: hidden;  padding-bottom: 6%;  padding-top: 4.5%; color: #666666;background-color:#fff;}

.contact_con{ overflow: hidden; width: 94%; margin: 0 auto; max-width: 1180px;  line-height:30px; font-size:15px; color:#888888;}

.contact_con a{color:#888888;}

.contact_con a:hover{color:#d70c19;}

.contact_con .contact_con_c{ width:39%; float:left; overflow:hidden;}

.contact_con span{ font-size:14px; display:block;text-transform:uppercase; margin-bottom:2%;}

.contact_con p{ padding-top:8px; padding-bottom:8px; overflow:hidden;}

.contact_addr{ float:right; width:57%; max-width:700px; overflow:hidden;}

.contact_t2{ overflow:hidden; line-height:40px; margin-bottom:2%; font-size:26px; color:#333333;}

.contact_map{ overflow:hidden;}

.contact_map iframe{height: 390px;}



.contact_two{ background:#fff; overflow:hidden; margin-top:5%;}

.contact_two .wrap{ padding-top:4%; padding-bottom:5%;}

.contact_two .contact_desc{ border-top:1px solid #f0f0f0; padding-top:2%; margin-bottom:3%; color:#888888; font-size:16px; line-height:26px;}



.feedback_div{ overflow:hidden; text-align:left;}

.feedback_div .divs{ float:left; width:32%; margin-right:2%;margin-bottom:3%;}

.feedback_div .divs.mb2{ margin-bottom:2%;}

.feedback_div .divs:nth-child(3){ margin-right:0;}

.feedback_div .divs2{ margin-bottom:2%; max-width:380px; overflow:hidden; margin-top:2%;}
.feedback_div .divs2 .borders{ width:60%; float:left;}
.feedback_div .divs2 .code{ width:37%; height:48px; float:left; margin-left:2%; max-width:134px; cursor:pointer;}

.feedback_div .borders{border:1px solid #e0e0e0; overflow:hidden;}

.feedback_div .inputs2{background:#f8f8f8; height:46px; width:100%; line-height:46px; font-size:15px; color:#a1a1a1; border:0; outline:none;  text-indent:25px; font-family:"微软雅黑";}

.feedback_div .feedback_t{ padding-left:27px; height:38px; line-height:38px; overflow:hidden; font-size:16px; color:#888888; background:url(../images/feedback_bg1.png) left center no-repeat; margin-bottom:1%;}

.feedback_div .textarea{ padding:1%; padding-left:25px; width:98%; background:#f8f8f8; font-size:15px; font-family:"微软雅黑";border:0; outline:none; display:grid;color:#a0a0a0; height:200px;  }

.feedback_div .textarea.h80{ height:80px;}

.feedback_div .bnts2{  border: none;  max-width:158px; width:30%;font-size: 15px; height: 46px; line-height:46px; background: #d70c19; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin-top:3%;}

.feedback_div .bnts2:hover{filter:alpha(opacity=70);opacity:0.7;transition:all 0.3s;}





/*新闻资讯*/

.news_bg{ background:#fff; overflow:hidden;padding-top: 3%;padding-bottom: 5%;}

.news_ul{ width: 94%; margin: 0 auto; max-width: 1200px; overflow: hidden;}

.news_ul ul li{ display:block; overflow:hidden; border-bottom:1px solid #f0f0f0; }

.news_ul ul li a{ color:#333333; display:block;height:60px; line-height:60px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;font-size:15px;}

.news_ul ul li em{ font-style:normal; float:left; margin-right:4.5%; color:#999999; font-size:14px; overflow:hidden;}

.news_ul ul li em span{ display:inline-block; padding-left:16px; margin-left:15px; font-size:15px; color:#888888; font-family:"微软雅黑"; position:relative;}

.news_ul ul li em span:after{ content:""; position:absolute; top:50%; left:0; margin-top:-5px; width:1px; height:10px; background:#e5e5e5;}

.news_ul ul li label{ float:right; color:#888888; margin-left:2%;}

.news_ul ul li a:hover label{ color:#d70c19;}



/*新闻资讯详细*/

.about_x2{ padding-bottom:1%; overflow:hidden;  padding-top:5%; background:#fff; }

.about_x2 .txts{ margin:0 auto; max-width:810px; width:94%; /*overflow:hidden;*/}

.about_x2 .show_t{ line-height:36px; color:#333333; text-align:center; margin-bottom:2%; margin-top:5px; font-weight:normal;}

.about_x2 .con_line{ overflow:hidden;line-height:40px;font-size:14px; color:#999999;text-align:center; margin-bottom:1%; }

.about_x2 .con_line .a{ display:inline-block; padding-left:18px; padding-right:18px; position:relative;color:#999999;}

.about_x2 .con_line .a:first-child:after{ position:absolute; content:""; right:0; width:1px; height:10px; top:50%; margin-top:-5px; background:#dddddd;}

.about_x2 img{max-width:100%;}

.about_x2 .con_id{ margin:0 auto; max-width:1000px; line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:28px;font-size:15px; color:#888888;text-align:left;/* font-family:"宋体";*/ padding-bottom:5%;}

.about_x2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}

.about_x2 .con_id p{ padding-bottom:15px; overflow:hidden;}

.about_x2 table{border-collapse:collapse;border-spacing:0;margin:inherit}

.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}

.prenext{ padding-top:3%; text-align:center;  font-size:15px;margin-bottom:4%;border-top:1px solid #f0f0f0; overflow:hidden; line-height:26px; color:#888888; }
.prenext span{ width:49%;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.prenext a{ color:#888888; overflow:hidden; transition:all 0.3s;}

.prenext a:hover{ color:#d70c19;  text-decoration:none;opacity:0.8;filter:Alpha(opacity=80);}



.fenxiang{/*  overflow:hidden;*/ text-align:center; padding-bottom:5px; padding-top:5px; margin-bottom:1%; margin-top:1%; position:relative; z-index:0;}

.fenxiang:after{ background:#f1f1f1; content:""; position:absolute; top:50%; left:0; height:1px; width:100%; overflow:hidden; z-index:-1;}

.fenxiang .news_fx{ text-align:center;display:inline-block; vertical-align:top; background:#fff; /*overflow:hidden;*/ padding-left:3px; padding-right:3px;}

.fenxiang .news_fx ul li{ display:inline-block; width:30px; height:30px;/* overflow:hidden;*/ margin-left:7px; margin-right:7px; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}

.fenxiang .news_fx ul li.bgs1{ background-image:url(../images/fx_pic1.png);}

.fenxiang .news_fx ul li.bgs2{ background-image:url(../images/fx_pic2.png);}

.fenxiang .news_fx ul li.bgs3{ background-image:url(../images/fx_pic3.png); position:relative;}

.fenxiang .news_fx ul li:hover{transition:all 0.3s/*;opacity:0.8;filter:Alpha(opacity=80);*/}

.fenxiang .news_fx ul li.bgs1:hover{ background-image:url(../images/fx_pic1_on.png);}

.fenxiang .news_fx ul li.bgs2:hover{ background-image:url(../images/fx_pic2_on.png);}

.fenxiang .news_fx ul li.bgs3:hover{ background-image:url(../images/fx_pic3_on.png);}

.fenxiang .news_fx ul li a{ display:block; width:100%; height:100%;}

.fenxiang .social-share .icon-qq:before{ content:"";}
.fenxiang .social-share .icon-qq{ border:0;}
.fenxiang .social-share .icon-qq:hover{ background-image:url(../images/fx_pic1_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-wechat:before{ content:"";}
.fenxiang .social-share .icon-wechat{ border:0;}
.fenxiang .social-share .icon-wechat:hover{ background-image:url(../images/fx_pic3_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-weibo:before{ content:"";}
.fenxiang .social-share .icon-weibo{ border:0;}
.fenxiang .social-share .icon-weibo:hover{ background:url(../images/fx_pic2_on.png) no-repeat;background-size:100% 100%;}





/*图片弹窗*/

.case_bgs2{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}

/*.case_tc{z-index: 19891025; width: 92%;   left: 50%; margin-left:-46%;  position:absolute; overflow: hidden; top:270px; height:0; display: none;}*/

.case_tc2{z-index: 19891025; width: 92%;   left: 50%; top:50%;position:fixed;/* overflow: hidden; top:270px;*/ height:auto; display: none;transform: translate(-50%,-50%);/*-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);*/}

.case_tc2 .case_box2{ width:94%; margin:0 auto; max-width:1000px; background:#fff;}

.case_tc2 .case_divs2{ position:relative;width:100%;}

.case_tc2 .case_divs2 .closed{ right:0; position:absolute; top:0%; cursor:pointer; height:70px; z-index:9999;}

.case_tc2 .case_divs2 .closed:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}

.case_tc2 #tc_big{ width:100%; display:block;}

.case_tc2 .case_divs2 .case_txt{ padding:12px; padding-left:0; padding-right:0; color:#fff; font-size:14px; line-height:22px;  padding-top:4%;  padding-bottom:6px;/* background:rgba(0, 0, 0, 0.6);*/ text-align:center;}

.case_tc2 .case_divs2 .case_txt h2{ color:#005bb0;line-height:32px; font-weight:normal; margin-bottom:3%;}

.case_tc2 .case_divs2 .case_txt img{ margin:0 auto; width:94%;/* max-width:900px;*/}
/*网站地图*/
.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:#d70c19; }




@media screen and (max-width: 1760px) {



}

@media screen and (max-width: 1660px) {





}

@media screen and (max-width: 1440px) {

.postions{ height:80px; line-height:80px;}

.postions .postions_b a{ /* margin-left:50px; */margin-left:40px;}



/*资质荣誉*/

.honor_ul ul li h2{ font-size:14px;}







}



@media screen and (max-width: 1200px) {

.o_big{ height:190px;}

.postions h2{ font-size:18px;}

.postions h2 span{ font-size:14px;}
.postions .postions_b a{margin-left: 30px;}

/*产品应用*/

.application_l .application_ul ul li .imgs{ width:120px; padding-left:50px; padding-right:50px; height:164px; line-height:164px;}

.application_l .application_ul ul li .txts .h2{ height:50px; line-height:50px; margin-top:2%;}

.application_l .application_ul ul li .txts .p{ font-size:14px;line-height: 24px; height:72px;}

/*产品中心*/

.application_l .product_ul ul li .imgs{ width:160px; padding-left:30px; padding-right:30px;}

.application_l .product_ul ul li .txts{width:calc(94% - 220px);width:-webkit-calc(94% - 220px);width:-moz-calc(94% - 220px);}

.application_l .product_ul ul li .txts .h2{ height:50px; line-height:50px; margin-top:2%;}

.application_l .product_ul ul li .txts .p{ font-size:14px;line-height: 24px; height:72px;}

.application_l .product_ul ul li .txts .chiilds{ top:50px;}

/*产品列表2*/

.application_l .product_ul2 ul li .txts .h2{ font-size:14px; height:44px; line-height:44px;}

/*产品列表3*/

.application_l .product_box{ font-size:14px;}

.pro_two{ font-size:15px;}

.application_l .pro_con{ line-height:26px;}

/*产品详细*/

.pro_one{ font-size:14px;}

.pro_one .pro_one_r .h2 label{ font-size:14px;}

.application_l .product_ul5 ul li .txts .h2{ font-size:14px; height:24px; line-height:24px;}

.application_l .product_ul5 ul li .txts .p{ font-size:13px;}

/*样品申请*/

.product_con .table{ font-size:14px;}

.product_con .table table td .reds{ font-size:15px;}

.product_con .table table td .submits{font-size:15px;}



/*技术应用*/

.service_con .service_con_div ul li{ font-size:14px; margin-bottom:3%;}

/*资料下载*/

.down_ul ul li .h3{ font-size:17px; height:60px; line-height:60px;}

.down_ul ul li .txts{ height:66px; line-height:66px; font-size:14px;}

/*人才招聘*/

.gr-employ .tit-bar{padding:15px 40px;}

.gr-employ-list .item .cont{padding:30px 40px; font-size:14px;}

.gr-employ-list .item .cont .one b{ font-size:15px;}




/*网站地图*/
.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) {

.postions{ height:70px; line-height:70px;}

.postions .postions_b a{font-size:15px; /* margin-left:40px; */margin-left:20px;}





/*产品应用*/

.application_r .application_ul2 ul li label{ font-size:14px;}

.application_r .application_ul2 ul li .h3{ font-size:15px;}

.application_r .application_down .ul li{ font-size:14px;}















}



@media screen and (max-width: 1000px) {

.postions .rclass{ display:block;}

.postions .postions_b{ display:none;}

.postions .postions_b a{ float:none; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff;}

.postions .postions_b a:after{ height:0;}

/*分类弹窗*/

.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_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;}

/*人才招聘*/

.gr-employ .tit-header li{ font-size:15px;}

.gr-employ .tit-bar{padding:10px 30px;}

.gr-employ .tit-bar li{ font-size:14px; line-height:24px;}

.gr-employ-list .item .cont{padding:30px 30px;}

}



@media screen and (max-width: 960px) {

.o_big_con .h2 span:after{ width:40px; left:-50px;}

.o_big_con .h2 span:before{ width:40px; right:-50px;}

/*产品应用*/

.application_l .application_ul ul li{ margin-bottom:16px;}

.application_l .application_ul ul li .imgs{ width:100px; padding-left:30px; padding-right:30px; height:138px; line-height:138px;}

.application_l .application_ul ul li .txts .h2{ height:40px; line-height:40px;}

.application_l .application_ul ul li .txts .p{ font-size:13px; line-height:22px; height:66px;}

.application_r .mb26{ margin-bottom:16px;}

.application_r .application_t{ height:50px; line-height:50px;}

.application_r .application_ul2 ul li{ padding-top:4%;}

.application_r .application_ul2 ul li label{ font-size:13px; height:20px; line-height:20px;}

.application_r .application_ul2 ul li .h3{ font-size:14px; height:28px; line-height:28px;}

.application_r .application_down .ul li{ font-size:13px;}

/*应用列表2*/

.application_l .application_ul3 ul li .txts{ font-size:14px; line-height:24px;}

.application_l .application_ul4 ul li{ width:49%;}

.application_l .application_ul4 ul li:nth-child(3n+0){ margin-right:2%;}

.application_l .application_ul4 ul li:nth-child(2n+0){ margin-right:0;}

/*应用列表3*/

.application_l .application_t2{ font-size:15px;}

.application_l .application_ul5 ul li{ width:49%;}

.application_l .application_ul5 ul li:nth-child(3n+0){ margin-right:2%;}

.application_l .application_ul5 ul li:nth-child(2n+0){ margin-right:0;}

.application_l .application_ul5 ul li .h2{ font-size:14px;}

.application_l .application_ul5 ul li span{ font-size:14px;}

/*产品中心*/

.application_l .product_ul ul li{ margin-bottom:16px;}

.application_l .product_ul ul li .imgs{ width:140px; padding-left:10px; padding-right:10px;}

.application_l .product_ul ul li .txts{width:calc(94% - 160px);width:-webkit-calc(94% - 160px);width:-moz-calc(94% - 160px);}

.application_l .product_ul ul li .txts .h2{ height:40px; line-height:40px;}

.application_l .product_ul ul li .txts .p{ font-size:13px; line-height:22px; height:66px;}

.application_l .product_ul ul li .txts .chiilds{ top:40px;}

.application_l .product_ul ul li .txts .chiilds a{ height:36px; line-height:36px; font-size:13px;}

/*产品列表2*/

.application_l .product_ul2 ul li{ width:49%;}

.application_l .product_ul2 ul li:nth-child(3n+0){ margin-right:2%; }

.application_l .product_ul2 ul li:nth-child(2n+0){ margin-right:0%; }



/*产品列表3*/

.application_l .product_ul3 ul li .txts{ font-size:14px; line-height:24px;}

.application_l .product_t{ padding-left:12px;}

.application_l .product_t:before{ width:6px; height:6px; margin-top:-3px;}

/*产品详细*/

.pro_one{ font-size:13px;}

.pro_one .product_one_l{ width:auto; float:none;}

.pro_one .pro_one_r{ margin-top:4%; width:100%; max-width:none;}

.pro_one .pro_one_r .h2 label{ font-size:13px;}

.pro_one .pro_one_r .a{ width:150px; background-position:26px center; text-indent:60px;}

.pro_two{ font-size:14px;}

.application_l .pro_con{ line-height:24px;}

.application_l .product_ul5 ul li{ width:49%;}

.application_l .product_ul5 ul li:nth-child(3n+0){ margin-right:2%; }

.application_l .product_ul5 ul li:nth-child(2n+0){ margin-right:0%; }

/*样品申请*/

.product_con .product_t2{ font-size:13px;}

.product_con .table{ font-size:13px;}

.product_con .table table th{ padding-top:9px; padding-bottom:9px; height:26px; line-height:26px;}

.product_con .table table td{ padding-top:9px; padding-bottom:9px; height:60px;}

.product_con .table table td .img{ height:60px;}

.product_con .table table td .del{ height:16px;}

.product_con .table table td .reds{ font-size:14px;}

.product_con .table table td .submits{font-size:14px; height:36px; line-height:36px; width:140px;}

.add_chose2{ margin-top:2px;}

.add_chose2 a{ width:30px; height:30px;}

.add_chose2 .text{ height:30px; width:30px; font-size:13px;}

/*资料下载*/

.down_ul ul li .h3{ font-size:16px;}

.down_ul ul li .txts{ font-size:13px;}



/*企业文化*/

.about_con{ line-height:26px; font-size:14px;}

/*联系我们*/

.contact_t2{ font-size:24px;}

.contact_two .contact_desc{ font-size:15px;}

.feedback_div .inputs2{ font-size:14px; height:40px; line-height:40px;text-indent: 20px;}

.feedback_div .feedback_t{ padding-left:20px; background-size:16px auto; height:32px; line-height:32px; font-size:15px;}
.feedback_div .divs2 .code{ height:42px;}
.feedback_div .textarea{ height:150px;padding-left: 20px; font-size:14px;}

.feedback_div .bnts2{ font-size:14px; height:42px; line-height:42px;}



/*新闻资讯详细*/

.about_x2 .show_t{ font-size:22px;}

.about_x2 .con_line{ font-size:14px; margin-bottom:0;}

.about_x2 .con_id{ padding-top:3%; line-height:26px; font-size:14px;}

.fenxiang .news_fx ul li{ width:26px; height:26px;}

.prenext{ font-size:14px;}





}

@media screen and (max-width: 830px) {

.o_big{ height:150px;}

.postions h2{ font-size:16px;}

.postions h2 span{ font-size:13px;}





}

@media screen and (max-width: 780px) {

.postions{ height:42px; line-height:42px;}

.postions h2{ display:none;}

.postions .postions_b a{ font-size:15px; height:44px; line-height:44px;}

/*分页*/

.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:1px; margin-right:1px; font-size:13px;min-width:18px;}

/*样品申请*/

.add_chose2 a{ width:30%;}

.add_chose2 .text{ width:30%;}

/*产品应用*/

.application_l{ float:none; width:100%;}

.application_l.bgs2{ margin-bottom:4%;}

.application_r{ float:none; width:100%; max-width:none;}

.application_r .application_w{ max-width:none;}





/*技术应用*/

.service_con .service_con_div ul li{ font-size:13px; margin-bottom:2%;}



/*资料下载*/

.down_ul ul li{ width:49%;}

.down_ul ul li:nth-child(3n+0){ margin-right:2%;}

.down_ul ul li:nth-child(2n+0){ margin-right:0;}



/*发展历程*/

.history_con{ background-position:75px top;}

.history_con dl dd{ background-position:66px 4px;}

.history_con dl dd .years{ font-size:20px; width:80px;}

.history_con dl dd .imgs2{ width:160px;}

.history_con dl dd .txts2 .conts .descs{ font-size:14px; line-height:24px;}

.BreakingNewsController .bn-arrows{ left:66px;}



/*联系我们*/

.contact_con{ font-size:14px; line-height:26px;}

.contact_t2{ font-size:22px; line-height:30px;}

.contact_addr{ float:none; width:100%;}

.contact_con .contact_con_c{ float:none; width:100%;}



/*新闻资讯*/

.news_ul ul li a{ font-size:14px;}

.news_ul ul li em{ font-size:13px;}

.news_ul ul li em span{ font-size:14px;}

/*新闻资讯详细*/

.about_x2{ margin-bottom:4%;}





/*图片弹窗*/

.case_tc2 .case_divs2 .closed{ height:40px;}


/*网站地图*/
.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) {

/*.o_big{ height:120px;}*/

.o_big_con .h2 span:after{ width:32px; left:-42px;}

.o_big_con .h2 span:before{ width:32px; right:-42px;}

/*产品列表3*/

.application_l .product_ul3 ul li .imgs{ width:150px;}

/*样品申请*/

.product_con .product_t2{ font-size:12px;}

.product_con .table{ font-size:12px;}

.product_con .table table th:nth-child(1){ padding-left:2%; width:10%;}

.product_con .table table th:nth-child(3){ width:42.5%;}

.product_con .table table th:nth-child(4){ width:16%;}

.product_con .table table td:nth-child(1){ padding-left:2%; width:10%;}

.product_con .table table td:nth-child(3){ width:42.5%;}

.product_con .table table td:nth-child(4){ width:16%;}

.product_con .table table td{ height:50px;}

.product_con .table table td .img{ height:50px;}

.product_con .table table td .css-label_r5{ background-size:auto 18px;}

.product_con .table table td input[type=checkbox].cart_box:checked + label.css-label_r5{ background-size:auto 18px;}

.product_con .table table td.w1{ width:50%;}

.product_con .table table td .reds{ font-size:13px;}

.product_con .table table td .submits{font-size:13px; width:120px; height:30px; line-height:30px;}

.product_con .table table td .css-label_r5.allw{ padding-left:12%;}

.add_chose2 .text{ height:26px;}

.add_chose2 a{ height:auto;}

/*技术应用*/

.service_con .service_w2:after{ width:0;}

.service_con .service_con_div.l,.service_con .service_con_div.r{ float:none; width:100%; max-width:none;}



/*资料下载*/

.down_ul ul li{ padding-top:5px;}

.down_ul ul li .h3{ font-size:15px; height:50px; line-height:50px;}

.down_ul ul li .txts{ height:50px; line-height:50px; font-size:12px;}

/*企业文化*/

.about_con{ line-height:22px; font-size:13px;}

.about_con .txts .h3{ margin-bottom:3%;}



/*发展历程*/

.history_con dl dd .imgs2{ float:none; max-width:216px; width:auto; margin-bottom:3%;}

.history_con dl dd .txts2 .conts{ padding-left:0; max-width:none;}



/*资质荣誉*/

.honor_ul ul li{ width:49%;}

.honor_ul ul li:nth-child(3n+0){ margin-right:2%;}

.honor_ul ul li:nth-child(2n+0){ margin-right:0;}

.honor_ul ul li h2{ font-size:13px;}



/*人才招聘*/

.gr-employ .tit-bar{padding:10px 30px; }

.gr-employ .tit-bar li{ font-size:13px; line-height:22px;}

.gr-employ-list .item .cont{padding:30px 20px; font-size:13px;}

.gr-employ-list .item .cont .one b{ font-size:14px;}

.gr-employ-list .item .tit-bar:before{ right:2%; width:25px; height:25px; margin-top:-12px;}





/*联系我们*/

.contact_map iframe{height: 400px;}

.feedback_div .divs{ float:none; margin-right:0; width:100%;}

.feedback_div .textarea{ padding-top:1.5%;}

.feedback_div .bnts2{ width:100%; max-width:100%;}



/*新闻资讯详细*/

.about_x2 .con_line{ font-size:13px;}

.about_x2 .con_id{ font-size:13px; line-height:24px;}

.about_x2 .con_id p{ padding-bottom:12px;}

.prenext{ font-size:13px; line-height:24px; text-align:left;}
.prenext span{ width:100%;}
.prenext .l{ float:none; display:block;}

.prenext .r{ float:none; display:block;}





}

@media screen and (max-width: 520px) {

.postions .sec{ display:none;}

/*样品申请*/

.product_con .table table th{ height:22px; width:20%;}

.product_con .table table td{ height:22px;}

.add_chose2{ width:30px;}

.add_chose2 a{ display:block; width:100%;}

.add_chose2 .text{ display:block; width:100%; height:20px;}







}

@media screen and (max-width: 480px) {

.o_big{ /*height:100px; *//*background-size:auto 120%;*/}

.postions{ font-size:13px;}

.postions .postions_b a{ font-size:14px;}



/*产品应用*/

.application_l .application_ul ul li{ margin-bottom:10px;}

.application_l .application_ul ul li .imgs{ width:80px; padding-left:20px; padding-right:20px; height:110px; line-height:110px;}

.application_l .application_ul ul li .txts .h2{ height:30px; line-height:30px;}

.application_l .application_ul ul li .txts .p{ font-size:12px; line-height:20px; height:60px;}

.application_r .mb26{ margin-bottom:10px;}

.application_r .application_t{ height:40px; line-height:40px;}

.application_r .application_t .h3{ font-size:15px;}

.application_r .application_ul2 ul li{ padding-top:3%; padding-bottom:3%;}

/*应用列表2*/

.application_l .application_ul3 ul li .txts{ font-size:13px; line-height:22px;}

.application_l .application_ul3 ul li .imgs{ width:100px; margin-right:2%;}

.application_l .application_ul4 ul li h2{ font-size:14px; height:40px; line-height:40px;}



/*应用列表3*/

.application_l .application_t2{ font-size:14px;}

.application_l .application_ul5 ul li .h2{ font-size:13px;}

.application_l .application_ul5 ul li span{ font-size:13px;}



/*产品中心*/

.application_l .product_ul ul li{ margin-bottom:10px;}

.application_l .product_ul ul li .imgs{ width:90px; padding-left:15px; padding-right:15px; margin-top:6px;margin-bottom:6px; }

.application_l .product_ul ul li .txts{width:calc(94% - 120px);width:-webkit-calc(94% - 120px);width:-moz-calc(94% - 120px);}

.application_l .product_ul ul li .txts .h2{ height:26px; line-height:26px;}

.application_l .product_ul ul li .txts .p{ font-size:12px; line-height:20px; height:60px; }

.application_l .product_ul ul li .txts .chiilds{ top:30px;width:190px;}

.application_l .product_ul ul li .txts .chiilds a{ height:30px; line-height:30px; font-size:12px;}



/*产品列表2*/

.application_l .product_ul2 ul li .txts .h2{ font-size:13px; height:40px; line-height:40px;}



/*产品列表3*/

.application_l .product_ul3 ul li .txts{ font-size:13px; line-height:22px;}

.application_l .product_ul3 ul li .imgs{ width:100px; margin-right:2%;}

.application_l .product_box{ font-size:13px;}

.application_l .product_box .product_box_l .table th{ height:40px;}

.application_l .product_box .product_box_l .table td{ height:38px;}

.application_l .product_box .product_box_r .table th{ height:40px;}

.application_l .product_box .product_box_r .table td{ height:38px;}

.application_l .product_box .product_box_r .table th.w1{ width:66px;}

.application_l .product_box .product_box_r .table th.w2{ width:110px;}

.application_l .product_box .product_box_r .table th.w3{ width:100px;}

.application_l .product_box .product_box_r .table th.w4{ width:130px;}

.application_l .product_ul4 ul li{ width:100%; margin-right:0%; float:none;}

/*产品详细*/

.pro_one{ font-size:12px;}

.pro_one .pro_one_r .p{ line-height:22px;}

.pro_one .pro_one_r .h2 label{ font-size:12px;}

.pro_one .pro_one_r .a{  width:130px; height:36px; line-height:36px; background-position:20px center; text-indent:50px;}

.pro_two{ font-size:13px;}

.application_l .pro_con{ line-height:22px;}

.application_l .product_ul5 ul li .txts .h2{ font-size:13px; height:22px; line-height:22px;}

.application_l .product_ul5 ul li .txts .p{ font-size:12px;}

/*样品申请*/

.product_con .product_t2 .h2{ font-size:18px;}

.product_con .table table th:nth-child(3){ width:50%;}

.product_con .table table th:nth-child(4){ width:8%;}

.product_con .table table td:nth-child(3){ width:50%;}

.product_con .table table td:nth-child(4){ width:8%;}

.product_con .table table td.w2 .history{ padding-top:5px; padding-bottom:5px;}

.product_con .table table td .submits{ height:26px; line-height:26px; width:110px;}

.product_con .table table td .css-label_r5.allw{ width:36px;}

.add_chose2{ width:26px;}

/*技术应用*/

.service_con .service_con_div ul li{ font-size:12px; margin-bottom:1%;}

.service_con .service_con_div ul li em{ margin-right:4%;}

/*资料下载*/

.down_ul ul li .h3{ font-size:14px; height:40px; line-height:40px;}

.down_ul ul li .txts{ height:44px; line-height:44px; background-size:auto 13px;}

/*企业文化*/

.about_con{ line-height:20px; font-size:12px; padding-top:5%; padding-bottom:5%;}

/*发展历程*/

.history_con{    background-position: 64px top; }

.history_con dl dd{ background-size:14px 14px;background-position: 57px 4px;}

.history_con dl dd .years{ width:70px;}

.history_con dl dd .txts2 .conts .descs{ font-size:13px; line-height:22px;}

.BreakingNewsController{ padding-bottom:10px;}

.BreakingNewsController .bn-arrows{ left:55px;}

/*资质荣誉*/

.honor_ul ul li h2{ height:30px; line-height:30px; font-size:12px;}

/*人才招聘*/

.gr-employ .tit-bar{padding:10px 15px; }

.gr-employ .tit-bar li{ font-size:12px; line-height:20px;}

.gr-employ-list .item .cont{padding:30px 15px; font-size:12px;}

.gr-employ-list .item .cont .one b{ font-size:13px;}

.gr-employ-list .item .cont .two{ line-height:1.75;}



/*联系我们*/

.contact_map iframe{height: 350px;}

.contact_con{ font-size:13px; line-height:24px;}

.contact_t2{ font-size:20px;}

.feedback_div .feedback_t{ font-size:14px;}

.contact_two .contact_desc{ font-size:14px;}

.feedback_div .inputs2{ font-size:13px;}

.feedback_div .textarea{ padding-left:3%; width:96%; padding-top:2%; font-size:13px;}

.feedback_div .bnts2{ height:36px; line-height:36px; font-size:13px;}



/*新闻资讯*/

.news_ul ul li a{ font-size:13px; height:50px; line-height:50px;}

.news_ul ul li em{ font-size:12px;}

.news_ul ul li em span{ font-size:13px;}

.news_ul ul li label{ display:none;}



/*新闻资讯详细*/

.about_x2 .show_t{ line-height:30px;}

.about_x2 .con_line{ font-size:12px;}

.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;}


/*网站地图*/
.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: 420px) {

/*新闻资讯*/

.news_ul ul li a{ font-size:12px; height:44px; line-height:44px;}

.news_ul ul li em{ margin-right:3%;}

.news_ul ul li em span{ font-size:12px; margin-left:8px; padding-left:9px;}

}

@media screen and (max-width: 360px) {

.postions{ font-size:12px;}

/*产品列表3*/

.application_l .product_box{ font-size:12px;}

/*产品详细*/

.pro_two{ font-size:12px;}

.application_l .pro_con{ line-height:20px;}

/*人才招聘*/

.gr-employ .tit-bar{padding:10px 10px;}

.gr-employ .tit-bar li{ line-height:18px;}

.gr-employ .tit-bar li:last-child{ padding-right:5%;}

.gr-employ-list .item .cont{padding:20px 10px;}



/*新闻资讯详细*/

.about_x2 .show_t{ font-size:18px; line-height:26px; }





}

@media screen and (max-width: 320px) {



}