﻿@import url(style.css);
@import url(mobile.css);
@import url(custom.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);
    }
}
/*内页*/
.postions{ height:72px; line-height:72px; overflow:hidden;color:#999999; font-size:15px; background:#fff; border-bottom:1px solid #e7e7e7;/*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.04);box-shadow: 0 5px 10px rgba(0,0,0,.04);*/}
/*.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}*/
.postions.bgs3{ background:#f6f6f6; border-bottom:0;-webkit-box-shadow:0;box-shadow:0; margin-bottom:0;}
.postions.bgs2{ /*display:none;*/ margin-top:-72px;background:rgba(231,231,231,0.19); position:relative;}
.postions.bgs4{ position:absolute; bottom:0; left:0; width:100%; background:rgba(231,231,231,0.19);}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions a{color:#999999; }
.postions a:hover{ color:#0054a7;}
.postions label{ color:#999999;}
.postions .postions_r{}
.postions .postions_r img{ vertical-align:text-top; margin-right:8px; margin-left:11px; height:18px;}
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#fff; height:58px; }
.postions h2 span{font-size:15px; font-family:Arial; color:rgba(255,255,255,0.5); }
.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{ text-align:center;}
.postions .postions_b a{ /*float:left;*/ display:inline-block; vertical-align:top; 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; z-index:0; margin-left:25px; margin-right:25px; }
.postions .postions_b a:hover{color:#0054a7;}
.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0px;height:3px;opacity: 0;background:#0054a7;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.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:#0054a7; }

.postions.bgs2 .postions_b a{ color:#fff;}
.postions.bgs2 .postions_b a.isel{color:#0054a7; }


/*分类弹窗*/
.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;}

.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 .cons .wrap3{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle;   text-transform:uppercase; text-align:center;}
.o_big_con .h2 label{width:100%; display:block;color:rgba(255,255,255,1.0); font-weight:normal;  margin-bottom:2%;}
.o_big_con .h2 span{ display:block; overflow:hidden; color:rgba(255,255,255,1.0); font-size:15px; font-family:Arial; line-height:1;   font-weight:lighter; position:relative;}

.sec2 .o_big_con .h2 label{ /*margin-top:110px;*/}
.sec2 .o_big img{ min-height:460px;}

.adicon{  position: absolute; bottom: 25px; right: 4%;-webkit-transform: translate3d(0, 0, 0) rotate(90deg);transform: translate3d(0, 0, 0) rotate(90deg);-webkit-transform-origin: center right;-ms-transform-origin: center right; transform-origin: center right; -webkit-font-smoothing: antialiased; font-size:14px;
 color: #fff; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out; transition: opacity .2s ease-out;line-height: 1; z-index: 20;}
.adicon a { text-decoration: none; display: -webkit-box; display: -ms-flexbox;  display: flex; color: #fff;}
.l-scrollDown__iconBar {}
.l-scrollDown__iconBarInner {}
.l-scrollDown__iconBar { width: 110px; height: 1px; background: rgba(255, 255, 255, 0.3); display: block; position: relative;  overflow: hidden; margin: auto 0 auto 20px;}
.l-scrollDown__iconBarInner { position: absolute; top: 0px; right: -240px;width: 240px; height: 1px; -webkit-animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite; animation: scroll-bar 2s cubic-bezier(0.63, 0.09, 0.38, 0.81) infinite; background-color: #fff;}

.l-scrollDown--posi { color: #111;}
.l-scrollDown--posi .l-scrollDown__iconBar { background: #dce0e3}
.l-scrollDown--posi .l-scrollDown__iconBarInner {background-color: #333;}


/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:3%; padding-bottom:4%; clear:both;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:44px; line-height:42px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:48px;margin-left:3px;  text-align:center; color:#333333; font-size:14px; border:1px solid #f8f8f8; background:#f8f8f8; }
.yema a:hover{ text-decoration:none; color:#fff; background:#0054a7;border:1px solid #0054a7;}
.yema a.on{color:#fff;  background:#0054a7;border:1px solid #0054a7;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#0054a7;}
.yema a span{ font-family:"宋体"; font-size:16px;}
/*暂无内容*/
.nodata{ clear:both; max-width:1200px; margin:0 auto; overflow:hidden; text-align:center; margin-top:13%; margin-bottom:13%; background:url(http://img02.ebaixun.com.cn/public/nodata.png) center top no-repeat; background-size:auto 169px; padding-top:180px;}
.nodata .title{ color:#555555; font-size:18px; overflow:hidden; margin-top:2%; line-height:26px;}
.nodata .desc{color:#999999; font-size:14px; overflow:hidden; line-height:24px; margin-top:5px;}

/*关于我们*/
.postions2{ position:absolute; left:0; width:100%; height:30px; line-height:30px; overflow:hidden;color:#fff; font-size:15px; bottom:5%;}
.postions2 a{color:#fff; }
.postions2 a:hover{ color:#0054a7;}
.postions2 label{ color:#fff;}
.postions2 .postions_r{ float:right;}
.postions2 .postions_r img{ vertical-align:text-top; margin-right:12px;height:18px;}
.postions2 .postions_r img:first-child{ margin-left:0;}
.postions2 h2{ float:left; font-weight:normal; color:#fff; height:58px; }
.postions2 h2 span{font-size:15px; font-family:Arial; color:rgba(255,255,255,0.5); }
.about_cons{ overflow:hidden; line-height:32px; color:#555; font-size:16px; padding-top:5%; padding-bottom:6%; min-height:300px;}
.about_cons img{ max-width:100%; /*margin-bottom:1%; display:block;*/}
.about_cons p{ overflow:hidden; /*margin-bottom:1%;*/}
.faq_t{ text-align:center; overflow:hidden; line-height:1.3; margin-top:6%;}
/*加入我们*/
.job_class{ background:#f6f6f6; overflow:hidden; text-align:center; line-height:68px; height:68px;}
.job_class a{ color:#333333; font-size:15px; display:inline-block; vertical-align:top; margin-left:30px; margin-right:30px;}
.job_class a.on{ color:#0054a7;}
.job_t{ margin-top:5%; text-align:center;  overflow:hidden;}
.job_t .p{ color:rgba(34,34,34,0.25);   overflow:hidden; line-height:1.2;  font-family:Arial; margin-top:1%; font-size:16px; text-transform:uppercase;}
.job_t .h3{ font-weight:normal; overflow:hidden; line-height:1;color:#222222;}
/*招聘职位*/
.job_form{ margin:0 auto; margin-top:3%; max-width:1020px;}
.job_form dl dd{ float:left; width:27.7%; margin-right:2%; }
.job_form dl dd:nth-child(3){ width:40.6%;}
.job_form dl dd:nth-child(3n+0){ margin-right:0;}
.job_form .borders{/*border: 1px solid #ebebeb;*/background: #f2f2f2; border-radius:6px;}
.job_form .inputs2{background: #f2f2f2; height: 48px;width:calc(100% - 112px);width:-webkit-calc(100% - 112px);width:-moz-calc(100% - 112px); line-height: 48px;  font-size: 15px;  color: #777777; border: 0; outline: none;text-indent: 22px; float:left;border-radius:6px 0 0 6px;}
.job_form .inputs2::-webkit-input-placeholder{color:#777777;}
.job_form .inputs2::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#777777;}
.job_form .inputs2:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#777777;}
.job_form .inputs2:-ms-input-placeholder{  /* Internet Explorer 10-11 */color:#777777;}
.job_form .inputs2.select{background:url(../images/order_bg1.png) #f2f2f2 right 20px center no-repeat;}
.job_form .bnts{ float:right;width: 112px;height: 48px; background:#0054a7;cursor: pointer;border-radius:0 6px 6px 0; font-size:15px; color:#fff;transition:all 0.3s;}
.job_form .bnts:hover{opacity:0.8;filter:Alpha(opacity=80);}
.job_form .searchtitle4{/*width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);*/height: 48px;font-size: 15px;position: relative; }
.job_form .searchtitle4 label{text-indent:28px;height:48px; line-height:48px; display:block; width:100%; text-decoration:none; cursor:pointer; overflow:hidden; color:#777777; text-align:left;background:url(../images/job_bg1.png) #f2f2f2 right 18px center no-repeat;-webkit-tap-highlight-color:transparent; background-size:17px 10px;border-radius:6px;}
.job_form .searchtitle4 ul{display: none;position: absolute;z-index: 10;width: 100%; top: 48px; /* border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8; */margin-right:0; background:#f8f8f8; z-index:1;}
.job_form .searchtitle4 ul:before{ content:""; position:absolute; bottom: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); border:1px solid #ebebeb; z-index:-1;}
/*.job_form .searchtitle4 ul:after{ content:""; position:absolute; left:32px; top:0; width:12px; height:6px;background:url(../images/support_bg1.png) no-repeat; background-size:100% 100%;}*/
.job_form .searchtitle4 li{cursor: pointer; line-height:36px;text-indent:28px;color:#757f92;overflow:hidden; height:36px;-webkit-tap-highlight-color:transparent;}
.job_form .searchtitle4 li a{ color:#333;/*border-bottom:1px solid #eee; */text-align:left; display:block;text-decoration:none; font-size:14px;-webkit-tap-highlight-color:transparent;}
.job_form .searchtitle4 li:hover{background: #005bac;}
.job_form .searchtitle4 li:hover a{ color:#fff;}
/*人才招聘*/
.gr-employ{ overflow:hidden; margin-top:4%; margin-bottom:5%;}
.gr-employ .tit-bar{padding:28px 50px 28px 0;font-size:0;border-bottom:1px solid #dddddd;}
.gr-employ .tit-bar.on{/* border-bottom:0; background:#005bac; color:#fff;*/}
.gr-employ .tit-bar li{display:inline-block;width:33.33%; max-width:235px;font-size:16px;vertical-align:middle;line-height:28px;box-sizing: border-box; }
.gr-employ .tit-bar li:first-child{ display:block; width:100%; max-width:none; font-size:26px; margin-bottom:1%;}
.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:20px 70px;display:none; line-height:36px; font-size:16px; background:#f6f6f6;color:#888888;/*-webkit-box-shadow: 0 5px 25px rgba(218,232,251,0.6); box-shadow: 0 5px 25px rgba(218,232,251,0.6);*/}
.gr-employ-list .item .cont .one{  overflow:hidden; padding-bottom:2%; }
.gr-employ-list .item .cont .one b{  padding-bottom:1%; display:block; color:#333333; font-weight:bold; }
.gr-employ-list .item .cont .one .p{ /*float:left; width:48%; margin-right:2%;*/ margin-bottom:3%;margin-top:2%;}


.gr-employ-list .item .tit-bar{position:relative;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-tap-highlight-color:transparent;}
.gr-employ-list .item .tit-bar:before{content:"";position:absolute;right:3%;top:50%;margin-top:-6px;width:21px;height:12px;vertical-align:middle;background:url(../images/job_bg3.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_bg3_on.png);}
.gr-employ-list .item .cont .email a{color:#2f62b6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.gr-employ-list .item .cont .email a:hover{text-decoration:underline;}
.popupjob{ max-width: 844px; width:96%; position:fixed; top: 50%;left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); z-index: 120;display: none;/*-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1); border:1px solid #dedfe1;*/ z-index:1000; margin-bottom:3%;}
/*新闻列表*/
.news_ul{ overflow:hidden; margin-top:4%;}
.news_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden;  position:relative; z-index:0;transition:all 0.3s;}
.news_ul ul li:nth-child(3n+0){ margin-right:0;}
.news_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:57%;}
.news_ul ul li .imgs img{ display: block;overflow:hidden; width:100%; height:100%; position:absolute; left:0; top:0; -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_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);}
.news_ul ul li .bgs{ position:absolute; top:0; height:100%; width:100%; left:0; background:url(../images/technology_bg1.png) center bottom no-repeat; background-size:cover;overflow:hidden;transition:all 0.6s;}
/*.news_ul ul li:hover .bgs{ height:100%;}*/
.news_ul ul li .bgs .boxs{ width:96%; margin:0 auto; max-width:410px; overflow:hidden; position:relative; height:100%;}
.news_ul ul li .bgs .h5{font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff; font-size:20px; height:64px; line-height:64px; position:absolute; bottom:0; left:0; width:100%; text-align:left; }
.news_ul ul li .bgs .em{ padding-right:10px; padding-left:10px; position:absolute; left:0; top:21px; border-radius:6px; background:#f6eee2; height:31px; line-height:31px; color:#d9963a; font-size:14px; font-style:normal;}
/*新闻资讯详细*/
.about_x2{ float:left; width:69.2%; padding-bottom:1%; padding-right:1%;padding-top:4%;/* border-right:1px solid #e7e7e7;*/}
.about_x2 .show_t{ line-height:40px; font-size:28px; color:#333333; text-align:left; margin-bottom:1%; margin-top:5px; font-weight:bold;}
.about_x2 .con_line{height:50px; line-height:40px;font-size:15px; color:#c8c8c8; border-bottom:1px solid #f0f0f0; text-align:left; padding-bottom:1%; }
.about_x2 img{margin-bottom:10px; /*display:block;*/ max-width:100%;}
.about_x2 .con_id{ line-height:32px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:4%;font-size:15px; color:#555555;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%;}
.about_x2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.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:15px;margin-bottom:4%;border-top:1px solid #f0f0f0; overflow:hidden; line-height:26px; color:#555555; text-align:center; }
.prenext span{ width:40%; overflow:hidden;}
.prenext span.l{ text-align:left;}
.prenext span.r{ text-align:right;}
.prenext a{ color:#555555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#0054a7;  text-decoration:none;/*opacity:0.8;filter:Alpha(opacity=80);*/}
.prenext .goback{ display:inline-block; vertical-align:top; height:38px; line-height:38px; width:120px; border:1px solid #9e0534; border-radius:20px; color:#9e0534; margin-top:-6px;}
.prenext .goback:hover{ background:#0054a7; color:#fff;}
.fenxiang{ float:right;}
.fenxiang div.social-share{ display:inline-block; vertical-align:top;}
.fenxiang .news_fx{ text-align:center;display:inline-block; vertical-align:top;  padding-left:3px; padding-right:3px;}
.fenxiang .news_fx ul li{ display:inline-block; width:30px; height:30px;  margin-left:2px; margin-right:2px; 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:30px; height:30px; padding:0; margin:0;}
.fenxiang .news_fx ul li a:hover{ background:none;}
.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%;}


.news_r{ float:right; /*overflow:hidden;*/ background:#fff; width:27.8%; max-width:390px; margin-top:3%; margin-bottom:5%;}
.news_r .news_t{ font-weight:normal;  overflow:hidden; position:relative; padding-left:10px;}
.news_r .news_t .h2{ font-weight:normal; color:#555555; font-size:22px; margin-right:30px;height:70px; line-height:70px;}
.news_r .news_ul3{ margin-left:10px;overflow:hidden;}
.news_r .news_ul3 ul li{ display:block; border-bottom:1px solid #f0f0f0; padding-bottom:5%; margin-bottom:5%; overflow:hidden;}
.news_r .news_ul3 ul li label{ display:block; height:24px; line-height:24px;  color:#c8c8c8; font-size:15px;}
.news_r .news_ul3 ul li .h3{ font-weight:normal; overflow:hidden;height:30px; line-height:30px; color:#555555; font-size:16px;transition:all 0.3s; margin-top:1%; margin-bottom:1%;white-space:nowrap;text-overflow:ellipsis;}
.news_r .news_ul3 ul li:hover .h3{ color:#0054a7;}
.news_r .news_ul3 ul li:last-child{ border-bottom:0;}
/*解决方案*/
.solution_bg{ background:#f5f5f5; overflow:hidden;}
.solution_ul{  margin-top:4%;}
.solution_ul ul li{ float:left; width:49%;  margin-bottom:2%; overflow:hidden;   transition:all 0.3s; background:#fff;}
.solution_ul ul li:nth-child(2n+0){ float:right;}
.solution_ul ul li:hover{box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.05);}
.solution_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:62%;}
.solution_ul ul li .imgs img{ display: block;overflow:hidden; width:100%; height:100%; position:absolute; left:0; top:0; -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;}
.solution_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);}
.solution_ul ul li .txts{ overflow:hidden;}
.solution_ul ul li .txts .cons{ max-width:640px; width:96%; margin:0 auto; overflow:hidden;}
.solution_ul ul li .txts .h4{ font-weight:normal; height:90px; line-height:90px; overflow:hidden; padding-right:35px;white-space:nowrap;text-overflow:ellipsis; background:url(../images/solution_pic1.png) right center no-repeat; background-size:32px 15px;transition:all 0.3s; font-size:18px; color:#333;}
.solution_ul ul li:hover .txts .h4{ background-image:url(../images/solution_pic1_on.png);}
/*解决方案详细*/
.map{ position:relative; top:-80px;}
.solution_bg2{ background:#f6f6f6; overflow:hidden;}
.solution_t{ height:34px; line-height:34px; overflow:hidden; position:relative; margin-top:5%; padding-left:18px; color:#333333;}
.solution_t:after{ content:""; position:absolute; left:0; top:50%; margin-top:-13px; height:26px; width:4px; background:#0054a7;}
/*资料下载*/
.postions3{ position:absolute; left:0; width:100%; height:58px; line-height:58px; /*overflow:hidden;*/color:#333333; font-size:15px; top:70px; background:#fff; z-index:101; text-align:center;/*transition:all 0.4s;*/ border-bottom:1px solid #edeff2;}
.postions3.po{ top:70px; position:fixed;/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);*/}
.postions3 .postions3_l{ float:left; overflow:hidden; margin-right:2%;}
.postions3.one .postions3_l{ display:none;}
.postions3 .postions3_l i{ display:none; height:40px; right:0; position:absolute; top:50%; margin-top:-20px; margin-right:3px; width:30px; background:url(../images/job_bg3_on.png) center center no-repeat; background-size:auto 10px; cursor:pointer;transition:all 0.3s;}
.postions3 .postions3_l.on i{transform: rotate(180deg);}
.postions3 .postions3_r{ overflow:hidden;}
.postions3.two .postions3_r{ text-align:right;}
.postions3 a{color:#333333; margin-left:1.5%; margin-right:1.5%; position:relative; display:inline-block; vertical-align:top;}
.postions3 a:hover{ color:#0054a7;}
.postions3 a.isel{color:#0054a7;}
.postions3.two .postions3_r a.isel:after{ content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#0054a7;}
.search-down{ width:586px; margin:0 auto; overflow:hidden; height:50px; background:#fff; border-radius:6px; margin-top:3%;}
.search-down .input1{ height:50px; line-height:50px; background:none; border:0;width:calc(100% - 62px);width:-webkit-calc(100% - 62px);width:-moz-calc(100% - 62px); float:left; outline:none; font-size:15px; color:#777777; text-indent:24px;}
.search-down .input1::-webkit-input-placeholder{color:#777777;}
.search-down .input1::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#777777;}
.search-down .input1:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#777777;}
.search-down .input1:-ms-input-placeholder{  /* Internet Explorer 10-11 */color:#777777;}
.search-down .bnts{ float:right; width:62px; height:50px; background:url(../images/search.png) center center no-repeat; cursor:pointer; border:none; outline:none; background-size:20px 20px;}
.search-down .bnts:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.down_one{ margin-top:5%;}
.down_one .down_l{ float:left; width:30.6%; color:#333333; height:50px; line-height:50px;}
.down_one .down_r{ float:right; max-width:970px;width:67.4%;}
.down_one .down_r dl dd{ float:left; width:49.5%; margin-right:1%; }
.down_one .down_r dl dd:nth-child(2){ margin-right:0;}
.down_one .down_r .borders{border: 1px solid #e0e0e0;background: #fff; border-radius:6px;}
.down_one .down_r .searchtitle4{/*width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);*/height: 48px;font-size: 15px;position: relative; }
.down_one .down_r .searchtitle4 label{text-indent:28px;height:48px; line-height:48px; display:block; width:100%; text-decoration:none; cursor:pointer; overflow:hidden; color:#777777; text-align:left;background:url(../images/down_pic1.png) #fff right 18px center no-repeat;-webkit-tap-highlight-color:transparent; background-size:8px 5px;border-radius:6px;}
.down_one .down_r .searchtitle4 ul{display: none;position: absolute;z-index: 10;width: 100%; top: 48px; /* border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8; */margin-right:0; background:#f8f8f8; z-index:1;}
.down_one .down_r .searchtitle4 ul:before{ content:""; position:absolute; bottom: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); border:1px solid #ebebeb; z-index:-1;}
/*.down_one .down_r .searchtitle4 ul:after{ content:""; position:absolute; left:32px; top:0; width:12px; height:6px;background:url(../images/support_bg1.png) no-repeat; background-size:100% 100%;}*/
.down_one .down_r .searchtitle4 li{cursor: pointer; line-height:36px;text-indent:28px;color:#757f92;overflow:hidden; height:36px;-webkit-tap-highlight-color:transparent;}
.down_one .down_r .searchtitle4 li a{ color:#333;/*border-bottom:1px solid #eee; */text-align:left; display:block;text-decoration:none; font-size:14px;-webkit-tap-highlight-color:transparent;}
.down_one .down_r .searchtitle4 li:hover{background: #005bac;}
.down_one .down_r .searchtitle4 li:hover a{ color:#fff;}
.down_ul{ clear:both; overflow:hidden; margin-top:4%; margin-bottom:5%;}
.down_ul ul li{ float:left; width:32%; display:block; overflow:hidden; background:#f6f6f6; padding:2%; padding-top:3%; padding-bottom:3%; margin-bottom:2%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right:2%;}
.down_ul ul li:nth-child(3n+0){ margin-right:0;}
.down_ul.bgs2 ul li{ width:23.5%;}
.down_ul.bgs2 ul li:nth-child(3n+0){ margin-right:2%;}
.down_ul.bgs2 ul li:nth-child(4n+0){ margin-right:0;}
.down_ul ul li .dates{ float:left; width:29%; padding-right:4%; position:relative;line-height:22px; overflow:hidden; text-align:center; padding-top:15px; padding-bottom:24px; font-size:18px; color:#999999; margin-right:7%; font-family:Arial;}
.down_ul ul li .dates:after{ content:""; position:absolute; right:0; height:100%; width:1px; top:0; background:#e3e3e3;}
.down_ul ul li .dates b{ display:block; height:32px; line-height:32px; overflow:hidden;  font-size:30px; font-weight:normal; margin-bottom:7px;}
.down_ul ul li .txts{ overflow:hidden;}
.down_ul ul li .nmores{ width:90%; margin-right:2%; float:left; display:block;color:#666666; font-size:15px; font-style:normal; margin-top:20px; max-width:164px; height:42px; line-height:42px; overflow:hidden; text-indent:75px; background:url(../images/down_bg1.png) #e3e3e3 52px center no-repeat;transition:all 0.3s; background-size:15px 15px; text-align:left;}
.down_ul ul li .nmores:hover{background-image:url(../images/down_bg1_on.png); background-color:#0054a7; color:#fff;}
.down_ul ul li .nmores.bgs2{ margin-right:0; width:49%; text-indent:48px; background-position:left 26px center; max-width:108px;}
.down_ul ul li .see{ width:49%; margin-right:2%; float:left; display:block;color:#666666; font-size:15px; font-style:normal; margin-top:20px; max-width:108px; height:42px; line-height:42px; overflow:hidden; text-indent:48px; background:url(../images/down_bg2.png) #e3e3e3 26px center no-repeat;transition:all 0.3s; background-size:17px 11px; text-align:left;}
.down_ul ul li .see:hover{background-image:url(../images/down_bg2_on.png); background-color:#0054a7; color:#fff;}
.down_ul ul li .h3{  overflow:hidden; line-height:28px; height:28px;/*text-overflow: ellipsis;white-space: nowrap;*/ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;font-size:18px; color:#333333;  font-weight:normal;}
/*视频列表*/
.vedio_ul{ overflow:hidden; margin-top:4%;}
.vedio_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden;  position:relative; z-index:0;transition:all 0.3s;}
.vedio_ul ul li:nth-child(3n+0){ margin-right:0;}
.vedio_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:57%;}
.vedio_ul ul li .imgs img{ display: block;overflow:hidden; width:100%; height:100%; position:absolute; left:0; top:0; -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;}
.vedio_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);}
.vedio_ul ul li .bgs{ position:absolute; top:0; height:100%; width:100%; left:0; background:url(../images/technology_bg1.png) center bottom no-repeat; background-size:cover;overflow:hidden;transition:all 0.6s;}
/*.vedio_ul ul li:hover .bgs{ height:100%;}*/
.vedio_ul ul li .bgs .boxs{ width:96%; margin:0 auto; max-width:410px; overflow:hidden; position:relative; height:100%;}
.vedio_ul ul li .bgs .h5{font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff; font-size:20px; height:64px; line-height:64px; position:absolute; bottom:0; left:0; width:100%; text-align:left; }
.vedio_ul ul li .bgs .em{  position:absolute; left:50%; top:50%; background:url(../images/video_pic1.png) no-repeat; height:52px; width:74px; margin-left:-37px; margin-top:-26px; background-size:100% 100%;}
/*常见问题*/
.service_ul{ overflow:hidden; margin-top:4%; margin-bottom:5%;}
.service_ul ul li{ display:block;overflow:hidden;  position:relative; border-bottom:1px solid #ebebeb; height:64px; line-height:64px;white-space:nowrap;text-overflow:ellipsis; font-size:16px; }
.service_ul ul li .date{ float:right; font-style:normal; overflow:hidden; margin-left:2%; font-size:15px; color:#999999;}
.service_ul ul li a{color:#222222;}
.service_ul ul li:hover a{color:#0054a7;}
/*产品列表*/
.product_bg{ background:#f6f6f6; overflow:hidden;}
.product_t{ background:#fff; overflow:hidden; height:50px; line-height:50px; margin-top:14px; padding-left:25px; padding-right:25px; font-size:18px; color:#333333;}
.product_ul{ padding-top:20px; margin-bottom:4%;}
.product_ul ul li{ float:left; width:23.5%; background:#fff; overflow:hidden; margin-right:2%; margin-bottom:2%;  position:relative; z-index:0;transition:all 0.3s; }
.product_ul ul li:nth-child(4n+0){ margin-right:0;}
.product_ul ul li:hover{-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05); box-shadow: 0 5px 15px rgba(0,0,0,0.05);}
.product_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:100%;}
.product_ul ul li .imgs img{ display: block;overflow:hidden; width:100%; height:100%; position:absolute; top:0; left:0; -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 .txts{overflow:hidden; border-top:1px solid #f6f6f6;}
/*.product_ul ul li:hover .bgs{ height:100%;}*/
.product_ul ul li .txts .cons{ width:96%; margin:0 auto; max-width:300px; overflow:hidden;  text-align:left;}
.product_ul ul li .txts .h5{font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#222222; font-size:16px; height:24px; line-height:24px; margin-top:20px;  }
.product_ul ul li .txts .desc{  height:22px; line-height:22px; color:#999999; font-size:14px; font-style:normal;white-space:nowrap;text-overflow:ellipsis; margin-bottom:22px;}
/*产品筛选*/
.product_type{ overflow:hidden; background:#fff; padding:25px; margin-top:48px; padding-top:15px; padding-bottom:15px;}
.product_a{ overflow:hidden; border-bottom:1px solid #efefef;}
.product_a:last-child{ border-bottom:0;}
.product_a label{ float:left; width:100px; overflow:hidden; line-height:50px; height:50px; font-size:15px; color:#999999; font-weight:normal; text-transform:uppercase;}
.product_a .divs{ overflow:hidden; position:relative; padding-right:40px; }
.product_a .divs.close{height:50px;}
.product_a a{ display:inline-block; overflow:hidden; vertical-align:top;  margin-right:40px; font-size:15px; color:#333333;height:50px; line-height:50px;}
.product_a a:hover{ color:#0054a7;}
.product_a a.on{ color:#0054a7;}
.product_a .mores{ position:absolute; right:0; top:0; font-style:normal;font-size:13px; color:#999999;height:50px; line-height:50px; cursor:pointer;}
.product_a .mores:hover{ color:#0054a7;}
/*产品详细*/
.product_cons{ overflow:hidden; line-height:30px; font-size:16px; position:relative;}
.product_cons img{ width:100%;display:block;}
.product_cons .product_bnt{ position:absolute; top:26px; right:0; width:100%;}
.product_cons .product_bnt a{ float:right;padding-left:12px; padding-right:12px;height:30px; line-height:30px; border-radius:20px; text-align:center; min-width:86px; color:#fff; background:#ff6000; font-size:14px;transition:all 0.3s;}
.product_cons .product_bnt a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.product_cons .product_bnt a.bgs2{ background:#ff0000; margin-right:7px;}
.product_title{ text-align:center; font-weight:bold; overflow:hidden; line-height:1.4; color:#222222; margin-top:4%;}
.product_cons2{ overflow:hidden; line-height:30px; font-size:16px; position:relative; margin-top:5%; padding-bottom:5%;}
.product_cons2 img{ max-width:100%;display:block;}
.product_cons3{ border-top:1px solid #d8d8d8; overflow:hidden; padding-top:4%; padding-bottom:4%;font-size:16px; line-height:30px;color:#222;}
.product_cons3 img{ max-width:100%;display:block;}
.product_cons3 .left{ float:left; width:25.7%; text-align:center; font-weight:bold; line-height:40px; font-size:24px;}
.product_cons3 .right{ overflow:hidden;}
.product_cons3 .right li{ display:block; overflow:hidden; margin-bottom:20px; }
.product_cons3 .right li:last-child{ margin-bottom:0;}
.product_cons3 .right li label{ float:left; width:23.7%; margin-right:2%;}
.product_cons3 .right li .p{ overflow:hidden;color:#888888;}
.product_cons3 .right li .p p{ margin-bottom:20px; overflow:hidden;}
.product_cons3 .right li .p p:last-child{ margin-bottom:0;}
.product_cons3 .right table{ max-width:100%; width:100%!important;}
.product_title2{ margin-top:40px; margin-bottom:40px; line-height:1.4; overflow:hidden; color:#333333; font-weight:normal;}
/*网站地图*/
.website_bg{ overflow:hidden; background:#fff; padding-bottom:5%; padding-top:1.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; color:#333;}
.sitemap_main dd a:Hover{color:#0054a7; }
@media screen and (max-width: 1600px) {
/*内页*/
.postions .postions_b a{margin-left:20px; margin-right:20px;}

}


@media screen and (max-width: 1440px) {
/*内页*/
.postions{ height:56px; line-height:56px; font-size:14px;}
.postions .postions_b a{margin-left:16px; margin-right:16px;}
/*关于我们*/
.postions2{ font-size:14px;}
/*新闻列表*/
.news_ul ul li .bgs .h5{ font-size:18px; height:50px; line-height:50px;}
.news_ul ul li .bgs .em{ font-size:13px; top:15px;}
/*新闻资讯详细*/
.news_r .news_t .h2{ margin-right:20px; font-size:22px;}
/*视频列表*/
.vedio_ul ul li .bgs .h5{ font-size:18px; height:50px; line-height:50px;}
}
@media screen and (max-width: 1360px) {
/*资料下载*/
.down_ul ul li .nmores{ max-width:150px;text-indent:65px; background-position:42px center;}
.down_ul ul li .dates b{ font-size:26px;}
.down_ul ul li .dates{ font-size:17px;}
}
@media screen and (max-width: 1200px) {
/*内页*/
.postions h2{ font-size:18px;}
.postions h2 span{ font-size:14px;}
.postions .postions_b a{margin-left:12px; margin-right:12px;}
.adicon{ display:none;}
.sec2 .o_big_con .h2 label{ /*margin-top:50px;*/}
.sec2 .o_big img{ min-height:inherit;}
/*关于我们*/
.postions2 h2{ font-size:18px;}
.postions2 h2 span{ font-size:14px;}
/*加入我们*/
.job_class a{ font-size:14px; margin-left:20px; margin-right:20px;}
.job_t .p{ font-size:14px;}
/*招聘职位*/
.job_form .searchtitle4{ height:50px;}
.job_form .searchtitle4 label{ text-indent:18px; height:50px; line-height:50px;}
.job_form .searchtitle4 li{text-indent:18px;}
.job_form .inputs2{ text-indent:18px;height:48px; line-height:48px;width:calc(100% - 50px);width:-webkit-calc(100% - 50px);width:-moz-calc(100% - 50px);}
.job_form .bnts{ height:48px; width:50px; font-size:14px;}
/*人才招聘*/
.gr-employ .tit-bar{padding:15px 40px 15px 0;}
.gr-employ .tit-bar li:first-child{ font-size:22px;}
.gr-employ .tit-bar li{ font-size:15px;}
.gr-employ-list .item .cont{padding:20px 50px; font-size:14px; line-height:30px;}
/*.gr-employ-list .item .cont .one b{ font-size:18px;}*/
/*新闻列表*/
.news_ul ul li .bgs .h5{ font-size:16px; height:44px; line-height:44px;}
.news_ul ul li .bgs .em{ font-size:12px; top:12px; height:26px; line-height:26px;}
/*解决方案*/
.solution_ul ul li .txts .h4{ height:70px; line-height:70px;font-size:16px; }

/*资料下载*/
.postions3{top:50px;}
.postions3.po{ top:50px;}
.down_one .down_r .searchtitle4 label{ text-indent:18px;}
.down_one .down_r .searchtitle4 li{text-indent:18px;}
.down_ul.bgs2 ul li{ width:32%;}
.down_ul.bgs2 ul li:nth-child(4n+0){ margin-right:2%;}
.down_ul.bgs2 ul li:nth-child(3n+0){ margin-right:0;}
.down_ul ul li .h3{ font-size:18px; margin-top:5px;}
.down_ul ul li .nmores{ max-width:140px;text-indent: 54px; background-position:32px center;}
.down_ul ul li .dates b{ font-size:24px;}
.down_ul ul li .dates{ font-size:16px;}
.down_ul ul li .nmores.bgs2{text-indent: 42px; background-position:20px center;}
.down_ul ul li .see{text-indent: 42px; background-position:20px center;}
/*视频列表*/
.vedio_ul ul li .bgs .h5{ font-size:16px; height:44px; line-height:44px;}
.vedio_ul ul li .bgs .em{ width:60px; height:42px; margin-top:-21px; margin-left:-30px;}
/*常见问题*/
.service_ul ul li{ height:50px; line-height:50px; font-size:15px;}
.service_ul ul li .date{ font-size:14px;}
/*产品列表*/
.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;}
/*产品筛选*/
.product_a a{ margin-right:40px;}
/*产品详细*/
.product_cons3 .left{font-size:22px;}
.product_cons3 .right li{ margin-bottom:15px;}
.product_cons3 .right li .p p{ margin-bottom: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:50px; line-height:50px;}
.postions .postions_b a{margin-left:8px; margin-right:8px;}
.o_big_con .h2 span{ font-size:14px;}



/*分页*/
.yema a{ height:36px; line-height:34px;min-width:40px;}

/*新闻资讯详细*/
.about_x2{ width:59%;}
.news_r{ width:37%;}

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


}
@media screen and (max-width: 960px) {
/*内页*/
.postions .postions_r img{ height:12px;}
.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}
.postions .postions_b a{ float:none; font-size:15px; display:block; margin-left:0; margin-right:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto;}
.postions .postions_b a:hover{ background:#0054a7; color:#fff;}
.postions .postions_b a.isel{ color:#fff;background:#0054a7;}
.postions .postions_b a:after{ height:0;}
.postions.bgs2{ margin-top:0px;background:#fff; position:inherit;}
.postions.bgs2 .postions_b a{ color:#333333;}
.postions.bgs2 .postions_b a.isel{color:#fff; }
.postions.bgs2 .postions_b a:hover{color:#fff; }
/*分类弹窗*/
.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:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
/*关于我们*/
.postions2 .postions_r img{ height:16px; margin-right:8px;}
.about_cons{ font-size:14px; line-height:26px;}
/*加入我们*/
.job_class{ height:60px; line-height:60px;}
.job_class a{ font-size:13px; margin-left:15px; margin-right:15px;}
/*招聘职位*/
.job_form .searchtitle4 label{ background-position: right 18px center;}
.job_form .searchtitle4 ul{ top:48px;}

/*人才招聘*/
.gr-employ .tit-bar{padding:10px 30px 10px 0;}
.gr-employ .tit-bar li{ font-size:14px; line-height:24px;}
.gr-employ-list .item .cont{padding:20px 30px; background-size:30% auto; line-height:28px;}
/*新闻列表*/
.news_ul ul li .bgs .h5{ font-size:15px; height:40px; line-height:40px;}
/*新闻资讯详细*/
.about_x2{ width:100%; float:none; border-right:0; padding-right:0;}
.about_x2 .con_id{ line-height:26px; font-size:15px;}
.news_r{ width:100%; float:none; max-width:none;}
.news_r .news_ul3 ul li{ padding-bottom:2%; margin-bottom:2%;}

.prenext{ font-size:14px; line-height:24px; text-align:right;}
.prenext span{ width:70%;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block;}
.prenext span.r{ text-align:left;}
.prenext .goback{ text-align:center; margin-top:-44px; width:110px;}
.fenxiang .news_fx ul li{ width:26px; height:26px;}
/*解决方案*/
.solution_ul ul li .txts .h4{ height:60px; line-height:60px;font-size:15px;background-size: 24px 11px; }
/*资料下载*/
.postions3{ height:40px; line-height:40px; font-size:14px;}
.down_one .down_r .searchtitle4 label{ background-position: right 18px center;}
.down_one .down_r .searchtitle4 ul{ top:48px;}
.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;}
.down_ul.bgs2 ul li{ width:49%;}
.down_ul.bgs2 ul li:nth-child(3n+0){ margin-right:2%;}
.down_ul.bgs2 ul li:nth-child(2n+0){ margin-right:0;}
/*视频列表*/
.vedio_ul ul li .bgs .h5{ font-size:15px; height:40px; line-height:40px;}
/*产品列表*/
.product_t{ padding-left:20px; padding-right:20px; height:40px; line-height:40px;}
.product_ul ul li .txts .h5{ font-size:14px; margin-top:12px;}
.product_ul ul li .txts .desc{ font-size:13px; margin-bottom:12px;}

/*产品筛选*/
.product_type{ padding:20px; margin-top:4%;}
.product_a label{ font-size:14px; height:40px; line-height:40px;}
.product_a .divs.close{height:40px;}
.product_a a{height:40px; line-height:40px;margin-right:20px; font-size:14px;}
.product_a .mores{height:40px; line-height:40px;}
/*产品详细*/
.product_cons{ font-size:14px; line-height:26px;}
.product_cons2{ font-size:14px; line-height:26px;}
.product_cons3{font-size:14px; line-height:26px;}
.product_cons3 .left{font-size:20px; line-height:36px;}
.product_cons3 .right li{ margin-bottom:12px;}
.product_cons3 .right li .p p{ margin-bottom:12px;}
}
@media screen and (max-width: 830px) {
/*内页*/
.postions h2{ font-size:16px;}
.postions h2 span{ font-size:13px;}
/*关于我们*/
.postions2 h2{ font-size:16px;}
.postions2 h2 span{ font-size:13px;}
/*招聘职位*/
.job_form .searchtitle4{ font-size:14px;}
.job_form .searchtitle4 label{ background-position: right 12px center; background-size:14px 8px; text-indent:12px;}
.job_form .searchtitle4 li{ text-indent:12px;}
.job_form .inputs2{ text-indent:12px; font-size:14px;}
/*资料下载*/
.down_one .down_r .searchtitle4{ font-size:14px;}
.down_one .down_r .searchtitle4 label{ background-position: right 12px center; text-indent:12px;}
.down_one .down_r .searchtitle4 li{ text-indent:12px;}

}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ height:220px;}
.postions{ height:42px; line-height:42px; font-size:13px;}
.postions h2{ display:none;}
.postions .postions_b a{ height:44px; line-height:44px; font-size:14px;}

/*分页*/
.yema a{ height:28px; line-height:26px; padding-left:6px; padding-right:6px; min-width:30px; margin-left:2px; font-size:13px;}
/*关于我们*/
.postions2{ font-size:13px;}
/*新闻列表*/
.news_ul{ margin-top:5%;}
.news_ul ul li{ width:49%;}
.news_ul ul li:nth-child(3n+0){ margin-right:2%;}
.news_ul ul li:nth-child(2n+0){ margin-right:0;}
.news_ul ul li .bgs .h5{ font-size:14px; height:36px; line-height:36px;}
/*解决方案*/
.solution_ul{ margin-top:5%;}
/*资料下载*/
.postions3 .postions3_l{ float:none; margin-right:0; cursor:pointer;}
.postions3.one .postions3_l{ display:block;}
.postions3 .postions3_l i{ display:block;}
.postions3 .postions3_r{ position:absolute; top:40px; width:100%; left:0; display:none; background:#FFF; border-top:1px solid #eee;border-bottom:1px solid #eee;}
.postions3.two .postions3_r a.isel:after{ display:none;}
.postions3.two .postions3_r{ text-align:center;}
.postions3 a{  display:block;}
.down_ul ul li{ padding-top:3%; padding-bottom:3%;}
.down_ul ul li .dates{  padding-bottom:20px;}
.down_ul ul li .h3{ font-size:17px; line-height:24px; height:24px;}
.down_ul ul li .nmores{ margin-top:16px; height:36px; line-height:36px; font-size:14px;}
.down_ul ul li .see{margin-top:16px; height:36px; line-height:36px; font-size:14px;}

/*视频列表*/
.vedio_ul{ margin-top:5%;}
.vedio_ul ul li{ width:49%;}
.vedio_ul ul li:nth-child(3n+0){ margin-right:2%;}
.vedio_ul ul li:nth-child(2n+0){ margin-right:0;}
.vedio_ul ul li .bgs .h5{ font-size:14px; height:36px; line-height:36px;}
.vedio_ul ul li .bgs .em{ width:50px; height:32px; margin-top:-16px; margin-left:-25px;}
/*常见问题*/
.service_ul{ margin-top:5%;}
/*产品列表*/
.product_t{ margin-top:2%; font-size:16px; height:30px; line-height:30px;}
.product_ul{ padding-top:2%;}
.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_a label{  height:30px; line-height:30px;}
.product_a .divs.close{height:30px;}
.product_a a{height:30px; line-height:30px;}
.product_a .mores{height:30px; line-height:30px;}
/*产品详细*/
.product_cons3 .left{font-size:18px;}
.product_cons3 .right li{ margin-bottom:10px;}
.product_cons3 .right li .p p{ margin-bottom:10px;}
.product_title2{ margin-top:4%; margin-bottom:4%;}
/*网站地图*/
.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_b a{ font-size:13px;}
.o_big_con .h2 span{ font-size:13px;}
.sec2 .o_big_con .h2 label{ margin-top:0px;}
/*分页*/
.yema a{ font-size:12px;}
/*.yema a span{ font-size:13px;}*/
/*暂无内容*/
.nodata{background-size:auto 130px; padding-top:140px;margin-top:15%; margin-bottom:15%;}
/*关于我们*/
.about_cons{ font-size:13px; line-height:24px;}
/*加入我们*/
.job_class{ height:50px; line-height:50px;}
.job_class a{ font-size:12px; margin-left:10px; margin-right:10px;}
.job_t .p{ font-size:13px; margin-top:2%;}
/*招聘职位*/
.job_form .searchtitle4{ font-size:13px; height:40px;}
.job_form .searchtitle4 label{  height:40px; line-height:40px;}
.job_form .searchtitle4 ul{ top:38px;}
.job_form .inputs2{height:40px; line-height:40px;width:calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px); font-size:13px;}
.job_form .bnts{ height:40px; width:40px; font-size:13px;}


/*人才招聘*/
.gr-employ .tit-bar{padding:10px 30px 10px 0; }
.gr-employ .tit-bar li{ font-size:13px; line-height:22px;}
.gr-employ .tit-bar li:first-child{ margin-bottom:2%; font-size:20px;}
.gr-employ-list .item .cont{padding:20px 20px; font-size:13px; line-height:26px;}
.gr-employ-list .item .tit-bar:before{ right:2%; width:18px; height:10px; margin-top:-5px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:20px; line-height:28px; text-align:center;}
.about_x2 .con_line{ font-size:12px; height:65px; line-height:30px; text-align:center;}
.about_x2 .con_id{ font-size:14px; line-height:24px;}
.news_r .news_t .h2{ margin-right:12px;font-size:18px; height:60px; line-height:60px;}
.news_r .news_ul3 ul li .h3{ font-size:15px;}
.news_r .news_ul3 ul li label{ font-size:13px;}

.prenext{ font-size:13px; text-align:center;}
.prenext span{ width:100%;}
.prenext .goback{ margin-top:15px; height:32px; line-height:32px; width:99%; margin-bottom:10px;}

.fenxiang{ float:none; margin-top:5px;}
/*解决方案*/
.solution_ul ul li .txts .h4{ height:50px; line-height:50px;font-size:14px;background-size: 20px 9px; padding-right:25px; }
/*资料下载*/
/*.postions3{ display:none;}*/
.search-down{ width:450px; height:44px;}
.search-down .input1{ height:44px; line-height:44px; text-indent:20px; font-size:14px;}
.search-down .bnts{ height:44px;}
.down_one .down_l{ height:42px; line-height:42px; float:none; width:100%;}
.down_one .down_r{ float:none; width:100%;}
.down_one .down_r dl dd{ width:49%; margin-right:2%;}
.down_one .down_r .searchtitle4{ font-size:13px; height:40px;}
.down_one .down_r .searchtitle4 label{  height:40px; line-height:40px;}
.down_one .down_r .searchtitle4 ul{ top:38px;}
.down_ul ul li .dates{ padding-top:10px; padding-bottom:16px;}
.down_ul ul li .nmores.bgs2{text-indent: 44%; background-position:25% center;}
.down_ul ul li .see{text-indent: 44%; background-position:25% center;}
/*常见问题*/
.service_ul ul li{ height:40px; line-height:40px; font-size:13px;}
.service_ul ul li .date{ font-size:12px;}
/*产品列表*/
.product_t{ padding-left:15px; padding-right:15px; font-size:15px;}
/*产品筛选*/
.product_type{ padding:15px;}
.product_a label{ font-size:13px; width:70px;height:26px; line-height:26px;}
.product_a a{ font-size:13px; margin-right:12px;height:26px; line-height:26px; }
.product_a .mores{height:26px; line-height:26px;}
.product_a .divs.close{height:26px;}
/*产品详细*/
.product_cons{ font-size:13px; line-height:24px;}
.product_cons2{font-size:13px; line-height:24px;}
.product_cons3{font-size:13px; line-height:24px;}
.product_cons3 .left{font-size:16px; line-height:34px;}
.product_cons3 .right li{ margin-bottom:6px;}
.product_cons3 .right li .p p{ margin-bottom:6px;}
}

@media screen and (max-width: 520px) {
/*人才招聘*/
.gr-employ .tit-bar{padding:10px 15px 10px 0; }
.gr-employ-list .item .tit-bar:before{ background:none;}
.gr-employ-list .item .tit-bar.on:before{ background:none;}
.gr-employ .tit-bar li{ font-size:12px; line-height:20px; line-height:22px;}
.gr-employ-list .item .cont{padding:20px 15px; font-size:12px;}

}
@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:180px;}
.o_big_con .h2{ font-size:18px; padding-top:20px;}
.o_big_con .h2 span{ font-size:12px;}

.postions{ font-size:12px;}
.postions .postions_b a{ font-size:13px;}
.postions .postions_r span{ display:none;}
.postions .postions_r img{ margin-left:6px;}
/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:2px;}
/*关于我们*/
.postions2{ font-size:12px; bottom:4%;}
.postions2 .postions_r span{ display:none;}
.postions2 .postions_r img{height:14px; margin-left:6px;}
.about_cons{ font-size:12px; line-height:22px;}
/*加入我们*/
.job_class{ height:40px; line-height:40px;}
.job_class a{margin-left:5px; margin-right:5px;}
.job_t .p{ font-size:12px;}
/*招聘职位*/
.job_form dl dd{ width:49%;}
.job_form dl dd:nth-child(2){ margin-right:0;}
.job_form dl dd:nth-child(3){ width:100%; margin-top:2%;}
.gr-employ .tit-bar li{ font-size:12px; line-height:20px;}
.gr-employ .tit-bar li:first-child{  font-size:18px;}
/*新闻列表*/
.news_ul ul li .bgs .h5{ font-size:13px; height:32px; line-height:32px;}
.news_ul ul li .bgs .em{ top:8px; height:22px; line-height:22px; padding-left:8px; padding-right:8px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:18px; line-height:26px;}
.about_x2 .con_id{ font-size:13px;}	
.news_r .news_t .h2{font-size:16px; height:50px; line-height:50px;}

.prenext{ font-size:12px; line-height:22px;}
/*解决方案*/
.solution_ul ul li .txts .h4{ height:40px; line-height:40px;font-size:13px;background-size: 18px 8px; padding-right:20px; }
/*资料下载*/
.postions3{ font-size:13px;}
.search-down{ width:96%; height:40px;}
.search-down .input1{ height:40px; line-height:40px; text-indent:15px; font-size:13px;width: calc(100% - 50px); width: -webkit-calc(100% - 50px); width: -moz-calc(100% - 50px);}
.search-down .bnts{ height:40px; width:50px;}
.down_one .down_r .searchtitle4{ font-size:12px; }
.down_ul ul li .nmores{ font-size:13px;  margin-top:12px;}
.down_ul ul li .see{font-size:13px;  margin-top:12px;}
.down_ul ul li .dates{padding-bottom:15px;}
.down_ul ul li .dates b{ font-size:22px; margin-bottom:3px;}
.down_ul ul li .h3{ font-size:16px; line-height:22px; height:22px;}
/*视频列表*/
.vedio_ul ul li .bgs .h5{ font-size:13px; height:32px; line-height:32px;}
.vedio_ul ul li .bgs .em{ width:40px; height:28px; margin-top:-14px; margin-left:-20px;}
/*产品列表*/
.product_t{ padding-left:12px; padding-right:12px;}
.product_ul ul li .txts .h5{ font-size:13px; margin-top:8px;}
.product_ul ul li .txts .desc{ font-size:12px; margin-bottom:8px;}
/*产品筛选*/
.product_type{ padding:12px;}
.product_a label{ font-size:12px;}
.product_a a{ margin-right:5px; font-size:12px;}
/*产品详细*/
.product_cons{ font-size:12px; line-height:22px; }
.product_cons .product_bnt{ top:15px;}
.product_cons .product_bnt a{ font-size:13px; height:26px; line-height:26px; min-width:60px;}
.product_cons2{ font-size:12px; line-height:22px; }
.product_title{ font-size:16px;}
.product_cons3{font-size:12px; line-height:22px; }
.product_cons3 .left{font-size:14px; line-height:32px;}
.product_cons3 .right li{ margin-bottom:4px;}
.product_cons3 .right li .p p{ margin-bottom:4px;}
/*网站地图*/
.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) {
/*人才招聘*/
.gr-employ .tit-bar{padding:10px 10px 10px 0;}
.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;}
.gr-employ .tit-bar li:first-child{  font-size:16px;}
/*新闻列表*/
.news_ul ul li .bgs .h5{ font-size:12px;}
/*资料下载*/
.down_ul ul li{ float:none; width:100%; margin-right:0;}
.down_ul ul li .h3{ font-size:15px;}
.down_ul ul li .nmores{ font-size:12px;}
.down_ul ul li .see{font-size:12px;}
.down_ul.bgs2 ul li{ width:100%;}
.down_ul.bgs2 ul li:nth-child(3n+0){ margin-right:%;}

/*视频列表*/
.vedio_ul ul li .bgs .h5{ font-size:12px;}
}
@media screen and (max-width: 360px) {
/*资料下载*/
.down_ul ul li .h3{ font-size:14px;}
}


.selects{height: 52px;  width: 100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 66px;}
@media screen and (max-width: 1440px){
	.selects{
		height:46px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 640px){
	.selects{
		height:40px;
		width:100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 10px;
	}
}

@media screen and (max-width: 480px){
.selects{ font-size:14px;}
}