﻿@import url(style.css);
@import url(pscroll.css);
@import url(lrtk3.css);
/*内页*/
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.postions{ height:60px; line-height:60px; overflow:hidden;color:#555555; font-size:17px;  position:absolute; bottom:0px; left:0; width:100%; z-index:5;}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions .wrap2{ background:rgba(255,255,255,0.8); border-radius:0px; width:100%;}
.postions a{color:#555555; font-size:16px; }
.postions a:hover{ color:#2f62b6;}
.postions label{ color:#555555;}
.postions .postions_r{ margin-left:5%; width:30%; display:inline-block;}
.postions .postions_r img{ vertical-align:baseline; margin-right:8px; margin-left:30px;}
.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}
.postions h2 span{font-size:17px; 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; margin-right:10px;}
.postions .postions_b{ float:right; margin-right:5%; }
.postions .postions_b a{ float:left; 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; padding-left:20px; padding-right:20px;}
.postions .postions_b a:hover{color:#0751ad;}
.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:100%;opacity: 0;background:url(../images/about_bg2.jpg) center center no-repeat; background-size:cover;-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.isel{color:#fff; }
/*分类弹窗*/
.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{ position:relative; overflow:hidden;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle; color:rgba(255,255,255,1.0); text-align:center; text-transform:uppercase; padding-top:100px;}
.o_big_con .h2 span{ display:block; overflow:hidden;  font-weight:bold; color:rgba(255,255,255,0.24); line-height:1; text-transform:uppercase; margin-top:12px; font-size:17px; font-family:Arial;}






/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4.3%; padding-bottom:4.3%; clear:both;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px; margin-right:3px;  text-align:center; color:#828282; font-size:17px; border:1px solid #eeeeee; background:#eeeeee;}
.yema a:hover{ text-decoration:none; color:#fff; background:url(../images/news_bg1.png) no-repeat; background-size:cover;border:1px solid #3db247;}
.yema a.on{color:#fff;  background:url(../images/news_bg1.png) no-repeat; background-size:cover;border:1px solid #3db247;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background:url(../images/news_bg1.png) no-repeat; background-size:cover;}
.yema a span{ font-family:"宋体"; font-size:17px;}
/*公司介绍*/
.about_con{ overflow:hidden; line-height:35px;font-size:17px; color:#666666; padding-top:7%; margin-bottom:7%;}
.about_con .dingzhi_desc{ text-align:center; overflow:hidden; max-width:930px; margin:0 auto; margin-top:3%;}
.about_t{ overflow:hidden;text-align:center; text-transform:uppercase; margin-bottom:3.5%; position:relative; color:#ededed;font-weight:bold; line-height:1; font-family:Arial, Helvetica, sans-serif;  font-weight:900; font-size:105px;}
.about_t .h3{ overflow:hidden;text-transform:none; position:absolute; top:50%;transform: translate(0%, -50%); left:0; width:100%; color:#0751ad; font-weight:700; font-size:35px;}
.about_t.bgs2{ margin-bottom:0;margin-top:7%; }
.about_t.bgs2 .h3{ position:static;transform: translate(0%, 0%); color:#333; font-weight:normal;}
.about_con img{max-width:100%;}
.about_con .h4{ font-weight:bold;}
.about_ul{ margin-top:4%; overflow:hidden; color:#fff; }
.about_ul ul li{ float:left; width:49%;text-align:center; border-radius:6px; overflow:hidden; position:relative; }
.about_ul ul a:nth-child(2n+0) li{ float:right;}
.about_ul ul li .img{position:absolute; top:0; left:0; width:100%; height:100%;background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;-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;}
.about_ul ul li .img:after{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.3);}
.about_ul ul li:hover .img{ -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_ul ul li .boxs{ padding-bottom:11%; padding-top:12.5%; overflow:hidden;position:relative; z-index:1;}
.about_ul ul li i{ display:block; width:80px; height:80px; margin:0 auto; overflow:hidden; background-repeat:no-repeat; background-size:100% 100%; margin-bottom:30px; }
.about_ul ul li i.bgs1{ background-image:url(../images/about_pic2.png);}
.about_ul ul li i.bgs2{ background-image:url(../images/about_pic3.png);}
.about_ul ul a li { color:#fff;}
.about_ul ul li .h3{ font-weight:bold; width:94%; margin:0 auto; line-height:36px; height:36px; overflow:hidden; margin-bottom:6px; }
.about_ul ul li .p{  width:94%; margin:0 auto;line-height:26px; font-size:17px;}
/*联系我们*/
.contact_ul{ overflow:hidden;  margin-top:3%; font-size:16px; line-height:26px; color:#666666; margin-bottom:2%;}
.contact_ul ul li{ float:left; width:25%; overflow:hidden; text-align:center; border-bottom:1px solid #e4e4e4; padding-bottom:5%; }
.contact_ul ul li .box{ padding-left:2%; padding-right:2%; padding-top:5%; padding-bottom:5%; }
.contact_ul ul li .box a{ color:#666666;transition:all 0.3s;}
.contact_ul ul li .box a:hover{ color:#234e94;}
.contact_ul ul li .box .h3{   font-weight: 700;   color:#333; margin-bottom:1%; font-size:16px; text-align:left;}
.contact_ul ul li .box i{ margin:0 auto; width:52px; height:52px; float:left; display:block; transition:all 0.3s; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; margin-bottom:3%;transition:all 0.3s; border-radius:50%;}
.contact_ul ul li .box .r { width:80%; float:right;}
.contact_ul ul li .box i.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_ul ul li .box i.bgs2{ background-image:url(../images/contact_pic2.png);}
.contact_ul ul li .box i.bgs3{ background-image:url(../images/contact_pic3.png);}
.contact_ul ul li .box i.bgs4{ background-image:url(../images/contact_pic4.png);}
/*.contact_ul ul li:hover i{transform: rotate(360deg);}*/
/*.contact_ul ul li:hover .box i.bgs1{ background-image:url(../images/contact_pic1_on.png);}
.contact_ul ul li:hover .box i.bgs2{ background-image:url(../images/contact_pic2_on.png);}
.contact_ul ul li:hover .box i.bgs3{ background-image:url(../images/contact_pic3_on.png);}*/
.contact_ul ul li .p{  margin:0 auto; overflow:hidden; font-weight: 400;  text-align:left;  font-size:14px; }
.contact_ul ul li .p label{ display:block; color:#999999; margin-top:4px;}
.contact_map{ margin-top:0.5%; overflow:hidden; margin-bottom:60px;}
.contact_map iframe{height: 452px;}
.feedback_div2{padding-bottom:6%; overflow:hidden; text-align:center; margin-top:3%; }
.feedback_div2 .divs{float:left; width:32%; margin-right:2%;margin-bottom:2%; position:relative;}
.feedback_div2 .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div2 .inputs2{ width:99%;  background:#f8f8f8; height:46px; line-height:46px; font-size:17px; color:#a0a0a0; border:1px solid #eeeeee; outline:none;  text-indent:28px; font-family:"微软雅黑";}
.feedback_div2 .feedback_t{ color:#999999; font-size:17px; padding-left:28px; overflow:hidden; background:url(../images/contact_pic5.png) left center no-repeat; text-align:left; margin-bottom:2%; margin-top:2%;}
.feedback_div2 .feedback_t.bgs2{ background:none; padding-left:0;}
.feedback_div2 .feedback_t font{ color:#fe1212;}
.feedback_div2 .textarea{ padding:1%; width:calc(99% - 30px);width:-webkit-calc(99% - 30px);width:-moz-calc(99% - 30px); padding-left:28px; background:#f8f8f8; font-size:17px; border:1px solid #eeeeee; outline:none;margin-bottom:2%; color:#a0a0a0; height:190px;font-family:"微软雅黑";  }
.feedback_div2 .bnts2{ float:left; border: none; width:100%; max-width:107px;font-size:17px;height: 40px; line-height:40px; background:url(../images/contact_pic6.png) no-repeat; background-size:100% 100%; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; border-radius:20px;}
.feedback_div2 .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}

.feedback_div2 .inputs2.bgs2{ text-indent:80px;}
/*.feedback_div2 .selects{ position:absolute; left:2px; padding-left:4%; height:46px; line-height:46px; top:1px; width:70px; border:0; font-size:17px; outline:none;}*/
/*合作伙伴*/
.partner_ul{ overflow:hidden; margin-top:4%;  border-left:1px solid #ececec;border-top:1px solid #ececec;}
.partner_ul ul li{ width:20%;float:left; overflow:hidden; transition:all 0.3s;}
.partner_ul ul li .box{ border-right:1px solid #ececec; border-bottom:1px solid #ececec; overflow:hidden;}
.partner_ul ul li .imgs{ overflow:hidden;transition:all 0.6s;}
.partner_ul ul li .imgs img{ display:block; width:100%;transition:all 0.6s;/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
/*.partner_ul ul li:hover .imgs img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;}*/
.partner_ul ul li:hover .imgs{transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}
.partner_ul ul li:hover .imgs img{transform:rotateY(-180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);}
/*研发定制*/
.feedback_div{ max-width:850px; margin:0 auto;overflow:hidden; text-align:center; margin-top:4%;}
.feedback_div label{ display:block; color:#999999; text-align:left; margin-bottom:1%; font-size:17px;}
.feedback_div label.bgs2{ margin-bottom:1%;}
.feedback_div label .reds{ color:#fe1212;}
.feedback_div .divs{float:left; width:49%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#f8f8f8; height:56px; line-height:56px; font-size:17px; color:#999999; border:1px solid #eeeeee; outline:none;  text-indent:20px; font-family:"微软雅黑";}
.feedback_div .inputs2.bgs2{ margin-bottom:2%; text-indent:0; padding-left:10px;}
.feedback_div select::-ms-expand { display: none; } 
/*.feedback_div .textarea{ padding:1%; padding-left:20px; width:99%;box-sizing:border-box;-moz-box-sizing:border-box;webkit-box-sizing:border-box; background:#f8f8f8; font-size:17px; font-family:"微软雅黑";border:1px solid #eeeeee; outline:none; color:#999999; height:170px;  }*/
/*.feedback_div .textarea:focus{ color:#666;}*/
.feedback_div .bnts2{  border: none; width:30%; max-width:165px;font-size: 14px; height: 46px; line-height:46px; background:url(../images/dingzhi_bg1.png) no-repeat; background-size:100% 100%; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto; margin-top:2%; border-radius:20px; text-transform:uppercase;transition:all 0.3s;}
.feedback_div .bnts2:hover{opacity:0.8;filter:Alpha(opacity=80);}
/*新闻中心*/
.news_con{ overflow:hidden; margin-top:4%; margin-bottom:2%;}
.news_con ul li{ overflow:hidden;background: url(../images/about_bg3.png) #f8f8f8 right bottom no-repeat; background-size: 50% auto;display:block; position:relative; border-radius:6px; margin-bottom:15px;}
.news_con ul li .imgs{ width:30%; float:left;  overflow:hidden; position:relative; height:200px; }
.news_con ul li .imgs img{ height:100%;width:100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_con ul li:hover .imgs img{/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_con ul li .imgs span{ position:absolute; left:0; bottom:0; width:100px; height:40px; line-height:40px; background:#2055a9; color:#fff; text-align:center; font-size:17px;}
.news_con ul li .i_about_r{ position:absolute; right:0; top:15%; width:70%;  overflow:hidden;}
.news_con ul li .i_about_r .cons{ width:90%; margin:0 auto; overflow:hidden;}
.news_con ul li .i_about_r h3{ line-height:28px; max-height:56px;  overflow:hidden; font-size:18px; color:#333333; font-weight:normal;transition: all 0.3s;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_con ul li .i_about_r em{ display:block; text-align:right; font-style:normal; font-size:17px; color:#999999; height:30px; line-height:30px; margin-top:2%;background: url(../images/about_bg4.png) left center no-repeat;transition:all 0.3s;}
.news_con ul li:hover .i_about_r em{ background-image:url(../images/i_bg4_on.png);}
.news_con ul li .i_about_r .p{ height:40px; overflow:hidden; font-size:17px; color:#666; line-height:20px; margin-top:20px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_con ul li:hover .i_about_r h3{ color:#0751ad;}
.news_ul{ overflow:hidden; padding-top:1%;}
.news_ul ul li{ display:block; overflow:hidden; padding-top:3.5%; padding-bottom:3.5%; border-bottom:1px solid #eeeeee;}
.news_ul ul li .txts{ overflow:hidden; max-width:1130px;}
.news_ul ul li .dates{ float:right; padding-right:32px; position:relative;line-height:20px; overflow:hidden; text-align:right; margin-top:16px;font-size:17px; color:#999999; margin-left:30px;}
.news_ul ul li .dates:after{ content:""; width:1px; height:36px; position:absolute; top:50%; margin-top:-18px; right:0; background:#dddddd;}
.news_ul ul li .dates b{ display:block; height:27px; line-height:27px; overflow:hidden; color:#333;  font-size:20px;font-weight:bold;}
.news_ul ul li .nmores{ float:right; margin-left:30px;margin-top:21px; width:30px; height:30px; background:url(../images/about_bg4.png) no-repeat; background-size:100% 100%;}
.news_ul ul li:hover .nmores{ background-image:url(../images/i_bg4_on.png);}
.news_ul ul li .h3{ font-weight:normal; font-size:18px; color:#333333; height:28px; line-height:28px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.news_ul ul li .p{ overflow:hidden; line-height:20px; height:40px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:17px; color:#888888; margin-top:12px;}
.news_ul ul li:hover .h3{ color:#0751ad;}
/*新闻资讯详细*/
.about_x2{ float:left; width:100%; padding-bottom:1%; padding-top:4%;}
.about_x2.bgs2{ float:none; width:100%; border-right:0; padding-right:0;}
.about_x2.bgs2 .show_t{ text-align:center;}
.about_x2.bgs2 .con_line{ text-align:center; height:auto;}
.about_x2 .show_t{ line-height:35px; font-size:24px; color:#333333; text-align: center; margin-bottom:1%; margin-top:5px; font-weight:bold;}
.about_x2 .con_line{height:40px; line-height:40px;font-size:17px; color:#c8c8c8; border-bottom:1px solid #f0f0f0; text-align: center; padding-bottom:1%; }
.about_x2 .con_line a { padding-left:25px; color:#c8c8c8;}
.about_x2 img{margin-bottom:10px; display:block; max-width:100%;}
.about_x2 .con_id{ line-height:35px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:4%;font-size:16px; color:#555555;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%;}
.about_x2 .con_id .h2{ font-size:17px; 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:17px;margin-bottom:4%;border-top:1px solid #e2e2e2; overflow:hidden; line-height:26px; color:#555555; text-align:center; }
.prenext span{ width:40%; overflow:hidden;}
.prenext span.l{ text-align:left; font-size:14px; }
.prenext span.r{ text-align:right;font-size:14px; }
.prenext a{ color:#555555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#0751ad;  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:#2f62b6; margin-top:-6px;}
.prenext .goback:hover{ background:#0751ad; color:#fff;}
.fenxiang{ float:right;}
.about_x2.bgs2 .fenxiang{ float:none; margin-top:10px;}
.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:4px; margin-right:4px; 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);}
.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:24%; max-width:290px; 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:#333333; 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:17px;}
.news_r .news_ul3 ul li .h3{ font-weight:normal; overflow:hidden;height:30px; line-height:30px; color:#333; font-size:17px;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:#0751ad;}
.news_r .news_ul3 ul li:last-child{ border-bottom:0;}
/*应用领域*/
.application_ul{ overflow:hidden; margin-top:4%; font-size:17px;}
.application_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center;transition:all 0.3s; border-radius:6px;}
.application_ul ul li:nth-child(3n+0){ margin-right:0;}
.application_ul ul li .imgs{overflow:hidden; position:relative; padding-top:100%;}
.application_ul ul li .imgs img{ display: block;width: 100%; position:absolute; height:100%; 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;}
.application_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);}
.application_ul ul li .imgs .bgs{ position:absolute; top:0; width:100%; left:0; height:100%; background:rgba(0,0,0,0.5);transition:all 0.3s;opacity:0;filter:Alpha(opacity=0); }
.application_ul ul li .imgs .bgs i{left:50%; top:50%;transform: translate(-50%, -50%); position:absolute; width: 30px; height: 30px;  overflow:hidden;background: url(../images/i_bg4_on.png) top center no-repeat; background-size: 100% 100%;}
.application_ul ul li:hover .imgs .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.application_ul ul li .txts{ clear:both;  background:#f8f8f8;overflow:hidden;}
.application_ul ul li:hover .txts{ background:url(../images/application_bg1.png) center center no-repeat; background-size:cover;}
.application_ul ul li .txts .h3{ margin-right:2%; margin-left:2%; overflow:hidden;height:70px; line-height:70px; font-weight:normal; font-size:17px;color:#333333;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;}
.application_ul ul li:hover .txts .h3{ color:#fff;}
/*应用领域详细*/
.application_bg{ overflow:hidden; background:#f8f8f8; padding-top:7%;}
.pro_one{ overflow:hidden; margin-top:4%; padding:35px; color:#999999; font-size:17px; margin-bottom:5%; background:#fff;}
.pro_one .product_one_l{ width:620px; overflow:hidden; float:left; margin-right:4%;}
.pro_one .product_one_l .phone_img{ /*border:1px solid #dddddd;*/ overflow:hidden;}
.pro_one.bgs2 .product_one_l{ overflow:visible; position:relative; max-width:560px;  }
.pro_one.bgs2 .product_one_l img {  width:100%; border-radius:5px; overflow:hidden;}
.pro_one.bgs2 .product_one_l:before{ content:""; position:absolute; right:-2%; top:10%; height:80%; width:1px; background:#eeeeee;}
.pro_one .pro_one_r{  overflow:hidden;}
.pro_one .pro_one_r .product_t2{ margin-top:6%;  overflow:hidden;}
.pro_one .pro_one_r .product_t2 .h2{color:#333333; font-weight:bold; line-height:1.3; overflow:hidden;}
.pro_one .pro_one_r .product_t2 .p2{font-size:17px; overflow:hidden; margin-top:1%; color:#666666; line-height:22px;}
.pro_one .pro_one_r .p{line-height:35px; overflow:hidden;border-bottom:1px solid #eeeeee;border-top:1px solid #eeeeee; padding-top:3%;padding-bottom:3%; margin-top:3%;}
.pro_one .pro_one_r .p p{ margin-top:5px; margin-bottom:5px; overflow:hidden;color:#333333;}
.pro_one .pro_one_r .p b{ font-weight:bold; display:block; overflow:hidden; font-size:17px; color:#333333; margin-bottom:8px;}
.pro_one .pro_one_r .boxs{ margin-top:6%; overflow:hidden;}
.pro_one .pro_one_r .a{border-radius:20px; float:left; padding-left:19px; height:41px; line-height:41px; background:url(../images/application_bg4.png) no-repeat; background-size:cover;color:#fff; padding-right:20px;transition:all 0.3s; display:block; font-size:17px; }
.pro_one .pro_one_r .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.pro_one .pro_one_r .a img{ display:inline-block; vertical-align:sub; height:22px; margin-right:10px;}
.pro_one .pro_one_r .a2{ margin-left:14px; border-radius:20px; float:left; padding-left:22px; height:39px; line-height:39px; border:1px solid #0751ad;color:#0751ad; padding-right:19px;transition:all 0.3s; display:block; font-size:17px; }
.pro_one .pro_one_r .a2 img{ display:inline-block; vertical-align:sub; height:17px;margin-right:13px;}
.pro_one .pro_one_r .a2:hover{opacity:0.8;filter:Alpha(opacity=80);}
/*产品中心详细*/
.product_t3{ line-height: 30px; overflow: hidden; color: #333333;  font-size: 20px;  margin-top: 4%;}
.product_con{ margin-top:2%; overflow:hidden; line-height:28px; color:#666666; font-size:17px;}
.product_con.bgs2{ margin-bottom:4%;}
.product_con img{ max-width:100%;}
.product_con table{border-collapse:collapse;border-spacing:0; text-align:center;}
.product_con table th{ line-height:20px;height:46px; padding-top:3px; padding-bottom:3px; border:1px solid #eeeeee; padding-left:3px; padding-right:3px; font-size:17px; color:#333;background:#f5f5f5;}
.product_con table td{ line-height:20px;height:46px; padding-top:3px; padding-bottom:3px; border:1px solid #eeeeee; padding-left:3px; padding-right:3px; color:#888888; font-size:17px; }
.product_a{ margin-top:1.5%; overflow:hidden;}
.product_a a{ float:left; line-height:35px; height:32px; overflow:hidden; text-align:center; padding-left:14px; padding-right:14px; min-width:50px; color:#666666; font-size:17px; border-radius:20px; background:#f3f3f3;transition:all 0.3s; margin-right:12px;}
.product_a a:hover{ background:#0751ad; color:#fff;}







@media screen and (max-width: 1440px) {
/*内页*/
.postions{ height:60px; line-height:60px; font-size:17px;}
.postions .postions_r img{ margin-left:20px;}
.postions .postions_b a{ padding-left:18px; padding-right:18px;}
/*新闻资讯详细*/
.news_r .news_t .h2{ margin-right:20px; font-size:22px;}


}

@media screen and (max-width: 1200px) {
/*内页*/
.postions .postions_r img{ margin-left:15px;}
.postions h2{ font-size:18px;}
.postions h2 span{ font-size:17px;}
.postions .postions_b a{padding-left:15px; padding-right:15px;}
.o_big_con .h2 span{ font-size:17px;}
/*联系我们*/

.contact_map iframe{height: 420px;  }
.feedback_div2 .inputs2{ height:42px; line-height:42px; font-size:17px;}
.feedback_div2 .inputs3{ height:42px; line-height:42px; font-size:17px;}
.feedback_div2 .inputs4{ height:42px; line-height:42px; font-size:17px;}
.feedback_div2 .textarea{ font-size:17px;}
/*研发定制*/
.feedback_div .inputs2{ height:42px; line-height:42px; }
/*.feedback_div2 .selects{ font-size:17px; height:38px; line-height:38px;}*/
/*新闻中心*/
.news_con ul li .i_about_r em{ margin-top:10%;}
.news_con ul li .i_about_r h3{ line-height:26px; max-height:52px;}
.news_con ul li .imgs span{ font-size:18px; width:130px; height:46px; line-height:46px;}
/*应用领域详细*/
.pro_one{ font-size:17px;}
.pro_one .product_one_l{ width:500px; margin-right:3%;}
.pro_one .pro_one_r .product_t2{ margin-top:2%;}
.pro_one .pro_one_r .p p{ margin-bottom:3px; margin-top:3px;}
.pro_one .pro_one_r .boxs{ margin-top:4%;}
.pro_one .pro_one_r .a{ font-size:17px;}
.pro_one .pro_one_r .a2{ font-size:17px;}
/*产品中心详细*/
.product_t3{ font-size:18px;}
.product_con table{ min-width:1200px;}
.product_con table th{ font-size:17px;}
.product_con table td{ font-size:13px;}
.product_con .table{ overflow-x:scroll;}
}


@media screen and (max-width: 1100px) {
/*内页*/
.postions{ height:44px; line-height:44px;}
.postions .postions_b a{padding-left:13px; padding-right:13px;}
.o_big_con .h2{ padding-top:0px;}
.o_big_con .h2 span{ margin-top:0px; font-size:17px;}
.postions .postions_r img{ margin-left:12px;}
/*新闻资讯详细*/
.about_x2{ width:59%;}
.news_r{ width:37%;}
/*应用领域详细*/
.pro_one{ font-size:13px;}
.pro_one .product_one_l{ width:450px;}
.pro_one .pro_one_r .product_t2 .p2{ font-size:13px; line-height:20px;}
.pro_one .pro_one_r .p{ margin-top:2%; padding-top:2%; padding-bottom:2%;}
.pro_one .pro_one_r .p b{ font-size:17px;}
}

@media screen and (max-width: 960px) {
/*内页*/
.postions{ position:static; clear:both; border-bottom:1px solid #eee; margin-top:6px;}
.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}
.postions .postions_b a{ float:none; font-size:17px; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto;}
.postions .postions_b a:hover{ background:#0751ad; color:#fff;}
.postions .postions_b a.isel{ color:#fff;background:#0751ad;}
.postions .postions_b a:after{ height:0;}
.postions .postions_r img{ margin-left:10px;}
.o_big_con{ position:static;}
.o_big_con .h2 span{ font-size:13px;}

/*分类弹窗*/
.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:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
/*公司介绍*/
.about_con{ font-size:17px; line-height:24px;}
.about_ul ul li i{ width:70px; height:70px; margin-bottom:20px;}
.about_ul ul li .h3{ height:30px; line-height:30px;}
.about_ul ul li .p{font-size:17px;line-height:24px;}
/*联系我们*/
.contact_map iframe{height: 360px;}
/*合作伙伴*/
.partner_ul ul li{ width:25%;}
/*新闻中心*/
.news_con ul li .i_about_r em{ margin-top:6%;}
.news_con ul li .i_about_r h3{ line-height:24px; max-height:48px; font-size:17px;}
.news_con ul li .i_about_r .p{ font-size:17px; margin-top:15px;}
.news_con ul li .i_about_r em{ font-size:17px;}
.news_con ul li .imgs span{ font-size:17px; width:120px; height:42px; line-height:42px;}
/*新闻资讯详细*/
.about_x2{ width:100%; float:none;}
.about_x2 .con_id{ line-height:26px; font-size:17px;}
.news_r{ width:100%; float:none; max-width:none;}
.news_r .news_ul3 ul li{ padding-bottom:2%; margin-bottom:2%;}

.prenext{ font-size:17px; 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;}
/*应用领域*/
.application_ul ul li .txts .h3{ height:60px; line-height:60px; font-size:17px;}
/*应用领域详细*/
.pro_one{padding: 20px; font-size:13px;}
.pro_one .product_one_l{ margin-right:2%;}
.pro_one .pro_one_r .product_t2{ margin-top:0%;}
.pro_one .pro_one_r .p{ padding-bottom:3%; line-height:24px; margin-top:4%; padding-top:3%;}
.pro_one .pro_one_r .a{ padding-left:15px;font-size:17px;padding-right:15px;}
.pro_one .pro_one_r .a img{ height:20px;}
.pro_one .pro_one_r .a2{font-size:17px; padding-left:15px; padding-right:15px; margin-left:6px;}
.pro_one .pro_one_r .a2 img{ height:15px; margin-right:10px;}




}
@media screen and (max-width: 900px) {
/*应用领域详细*/
.pro_one{ padding:15px;}
.pro_one .product_one_l{ margin-right:0; width:100%; float:none;}
.pro_one.bgs2 .product_one_l{ max-width:none;}
.pro_one .pro_one_r{ padding-top:4%; margin-bottom:4%;}

}
@media screen and (max-width: 830px) {
/*内页*/
.postions h2{ font-size:17px;}
.postions h2 span{ font-size:13px;}




}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ height:166px;}
.postions{ height:42px; line-height:42px; font-size:13px;}
.postions h2{ display:none;}
.postions .postions_b a{ height:44px; line-height:44px; font-size:17px;}
/*分页*/
.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; margin-right:2px; font-size:13px;}
.yema a span{ font-size:17px;}
/*联系我们*/
.contact_ul ul li{ width:50%;}
.contact_ul ul li .box{ padding-bottom:6%;}
.contact_ul ul li .box i{ margin-bottom:15px;}
.contact_ul ul li .p{ height:44px;}
/*新闻中心*/
.news_con ul li .imgs{ width:100%; float:none;}
.news_con ul li .i_about_r{ position:static; width:100%;transform: translate(0%, 0%);}
.news_con ul li .i_about_r .cons{ max-width:none; margin-top:4%; margin-bottom:5%;}
.news_con ul li .i_about_r em{ margin-top:4%;}
/*产品中心详细*/
.product_t3{ font-size:17px;}
.product_a a{ font-size:13px;}
.product_con{ line-height:26px; font-size:13px;}
.product_con table{ min-width:1000px;}
.product_con table th{ font-size:17px; height:40px;}
.product_con table td{ font-size:12px; height:40px;}






}

@media screen and (max-width: 640px) {
/*内页*/
.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_b a{ font-size:13px;}
/*分页*/
.yema a{ font-size:12px;}
.yema a span{ font-size:13px;}
/*公司介绍*/
.about_con{ font-size:17px; line-height:22px;}
.about_ul ul li i{ width:60px; height:60px; margin-bottom:10px;}
.about_ul ul li .h3{ height:26px; line-height:26px;}
.about_ul ul li .p{font-size:17px;line-height:22px;}
/*联系我们*/
.contact_ul{ font-size:17px; line-height:24px;}
.feedback_div2 .divs{ float:none; width:100%;}
.feedback_div2 .inputs2{ font-size:13px; text-indent:2%;}
.feedback_div2 .inputs3{ font-size:13px; padding-left:2%;}
.feedback_div2 .inputs4{ font-size:13px; text-indent:2%;}
.feedback_div2 .textarea{ font-size:13px; padding-left:2%; width:96%;}
.feedback_div2 .bnts2{  font-size:13px; margin:0 auto; float:none;}
.feedback_div2 .feedback_t{ font-size:17px;}

/*.feedback_div2 .selects{ font-size:13px; padding-left:1.5%; left:3px;}*/
/*合作伙伴*/
.partner_ul ul li{ width:33.33%;}
/*新闻中心*/
.news_con ul li .i_about_r .p{ font-size:13px;}
.news_con ul li .i_about_r em{ font-size:17px;}
.news_ul ul li .nmores{ display:none;}
.news_ul ul li .dates{padding-left:15px; padding-right:0; margin-left:15px; font-size:17px;}
.news_ul ul li .dates b{ font-size:18px;}
.news_ul ul li .dates:after{ left:0; right:auto; }
.news_ul ul li .h3{ font-size:17px; height:26px; line-height:26px;}
.news_ul ul li .p{ margin-top:6px;}
.news_ul ul li .p{ font-size:13px;}
.news_con ul li .imgs span{ font-size:17px; width:110px; height:38px; line-height:38px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:20px; line-height:28px; text-align:center; height:28px;}
.about_x2 .con_line{ font-size:12px; height:65px; line-height:30px; text-align:center;}

.about_x2.bgs2 .con_line{ height:65px;}
.about_x2 .con_id{ font-size:17px; 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:17px;}
.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:35px; width:99%; margin-bottom:10px;}

.fenxiang{ float:none; margin-top:5px;}

/*应用领域*/
.application_ul ul li{ width:49%;}
.application_ul ul li:nth-child(3n+0){ margin-right:2%;}
.application_ul ul li:nth-child(2n+0){ margin-right:0%;}
.application_ul ul li .txts .h3{ height:50px; line-height:50px; font-size:17px;}






}
@media screen and (max-width: 520px) {
/*内页*/




}
@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:130px;}
.o_big_con .h2{ font-size:18px;}
.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:1px; margin-right:1px;}
/*公司介绍*/
.about_con{ font-size:13px; line-height:22px;}
.about_ul ul li i{ width:50px; height:50px; margin-bottom:8px;}
.about_ul ul li .h3{ height:24px; line-height:24px; margin-bottom:2px;}
.about_ul ul li .p{font-size:13px;}
/*联系我们*/
.contact_ul{ margin-top:1%; font-size:13px;}
.contact_ul ul li .p label{ font-size:12px; margin-top:0;}
.contact_ul ul li .box i{ width:50px; height:50px;}
.contact_map iframe{height: 320px;}
.feedback_div2{ margin-top:5%;}
/*合作伙伴*/
.partner_ul ul li{ width:50%;}
/*研发定制*/
.feedback_div .divs{ float:none; width:100%; margin-bottom:3%;}
.feedback_div label.bgs2{ margin-bottom:2%;}
.feedback_div .inputs2{ height:40px; line-height:40px; text-indent:14px; }
/*.feedback_div .textarea{ padding:2%; padding-left:14px;}*/
/*新闻中心*/
.news_con ul li .i_about_r h3{ font-size:17px; line-height:22px; max-height:44px;}
.news_con ul li .i_about_r .p{ font-size:12px; margin-top:12px;}
.news_con ul li .i_about_r em{ font-size:13px; background-size:25px 25px;}
.news_con ul li .imgs span{ font-size:17px; width:100px; height:36px; line-height:36px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:18px; line-height:26px;}
.about_x2 .con_id{ font-size:13px;}	
.news_r .news_t .h2{font-size:17px; height:50px; line-height:50px;}

.prenext{ font-size:12px; line-height:22px;}
/*应用领域*/
.application_ul ul li .txts .h3{ height:40px; line-height:40px; font-size:13px;}
.application_ul ul li .imgs .bgs i{ width:25px; height:25px;}
/*应用领域详细*/
.pro_one{ font-size:12px;}
.pro_one .pro_one_r .product_t2 .h2{ font-size:18px;}
.pro_one .pro_one_r .product_t2 .p2{ font-size:12px;}
.pro_one .pro_one_r .a2{ margin-left:10px;}
/*产品中心详细*/
.product_t3{ font-size:17px;}
.product_con{ line-height:24px; font-size:12px;}
.product_a a{ margin-right:6px; font-family:12px;}





}
@media screen and (max-width: 420px) {
/*研发定制*/
.feedback_div label{ font-size:13px;}
.feedback_div .inputs2{ font-size:13px; height:36px; line-height:36px;}
/*.feedback_div .textarea{ font-size:13px;}*/
.feedback_div .bnts2{ height:40px; line-height:40px;max-width:150px;}



}
@media screen and (max-width: 380px) {




}
@media screen and (max-width: 360px) {


}



.ny_fac {width:1200px;  clear:both; overflow:visible;   font-size:17px; text-align:left; margin-top:30px; margin-bottom:60px; padding:50px 0px; }

.ny_fac dl { width:360px;  margin:20px;   text-align:center;   color:#404040; background:url(../images/pro_xx2.png) center bottom no-repeat;transition:all 0.4s; float:left; }

.ny_fac dl dt {width:360px; }
.ny_fac dl dt img {  width:360px; height:218px;  transition:all 0.5s;}

.ny_fac dl dd {background-color:rgba(9,66,138,0); height:90px;  text-align:center;width:333px; text-align:left;  border-bottom:2px solid #e0e0e0;  margin-top:-20px; position:relative; text-align:center; }

.ny_fac dl dd h3 { font-size:17px;  font-weight:400;  line-height:25px; margin-top:16px; text-transform:; }
.ny_fac dl dd em { width:40px; height:40px; line-height:40px; text-align:center; font-size:35px; font-family:Arial, Helvetica, sans-serif; background-color:#035cac;  color:#fff; border-radius:50%; display:block; margin:-20px auto 0px auto;}
.ny_fac dl dd i { width:100px; height:45px; line-height:45px; text-align:center; font-size:17px; background:#e0e0e0; border:1px solid #e0e0e0; color:#fff; font-style:normal; display:block; margin:0px auto; margin-top:0px; font-weight:700;}







/*fy*/

.fy { margin:40px auto; width:100%; clear:both; overflow:visible; height:60px;}

.newspage {
 width:720px;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; PADDING-TOP: 20px; TEXT-ALIGN: center
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid; font-family: Arial, "微软雅黑"!important;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #4e4e4e; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #4e4e4e; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: #4e4e4e; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}
/*fy e*/




.pro_list ul { margin-top:3%; margin-bottom:60px; width:100%; display:block; float:left; }
.pro_list ul li { width:46.5%; margin:0.5% 1.5%; line-height:50px; border:1px solid #d9d9d9; padding:0px 2%; text-align:center; text-align:left; font-size:17px; color:#333; background:#f4f4f4; float:left; overflow:hidden; }
.pro_list ul li font {display: inline-block; float:left;transition:all 0.4s; max-width:55%; text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 50px;
line-height: 50px;}
.pro_list ul li i { display: inline-block;float:left; color:#999; padding-left:5%; font-family:Arial, Helvetica, sans-serif; font-style:normal;} 
.pro_list ul li span { width:25px; height:25px; background:#fff; border:1px solid #d9d9d9; text-align:center; line-height:25px; float:right; font-family:"黑体"; color:#999; margin-top:2.5%; border-radius:50%; transition:all 0.4s;}


.pro_list ul a:hover li { background:#0751ad; border:1px solid #0751ad; box-shadow:2px 2px 2px 2px rgba(0,0,0,.2); color:#fff;}
.pro_list ul a:hover li font { margin-left:2%;}
.pro_list ul a:hover li i { color:#fff;}
.pro_list ul a:hover li span { margin-right:2%;}


.pro_da { width:100%;}
.pro_da h5 { background:#0751ad; line-height:60px;  color:#fff; text-align: center; font-size:20px;}
.pro_da h6 { background:#eeeeee; line-height:60px; height:60px; color:#333; text-align: center; font-size:17px;}
.pro_da_con {  width:100%; padding:5% 0px;}
.pro_da_con0 { width:45%; float:left;    padding-bottom:5%; padding-right:0%; display:inline-block;}
.pro_da_con0 img { max-width:100%; height:auto; }
.pro_da_con1 { width:50%;     padding-bottom:5%;padding-left:5%; display:inline-block;}
.pro_da_con1 table { width:100%;}
.pro_da_con1 table tr td { padding:10px 15px; line-height:35px; font-size:17px;}
.pro_da_con_fanhui { width:100%; margin:0px auto;  overflow:visible; clear:both; height:100px;}
.pro_da_con_fanhui a { width:150px; line-height:40px; border:1px solid #999; color:#999; text-align:center; display:block; margin:0px auto; transition:all 0.4s;}
.pro_da_con_fanhui a:hover {border:1px solid #0751ad; background:#0751ad; color:#fff;}









/*.recruit-list*/
.join-us .recruit-list{max-width:1200px;padding:20px 0px;}
.join-us .recruit-list .item{ background:#fff;border-bottom:0px dashed #D3D3D3; margin-bottom:10px; box-shadow:5px 5px 5px 5px rgba(0,0,0,.1); border-radius:10px; overflow: hidden; padding:0px 3%;}
.join-us .recruit-list .item .title{height:80px;line-height:80px;font-size:17px;color:#333333;cursor:pointer;}
.join-us .recruit-list .item em { padding:3px 20px; background-color:#2055a9; color:#FFF; line-height:35px; text-align:center; font-size:17px; border-radius:5px; margin-right:10px;}
.join-us .recruit-list .item .title .down{ font-family:"黑体";width:30px;height:30px;line-height:30px;text-align:center;font-size:18px;color:#8A8A8A;float:right;border-radius:50%;margin-top:25px;
	transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.join-us .recruit-list .item .title .down:hover{background:#2055a9;color:#FFFFFF;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);line-height:31px;}
.join-us .recruit-list .item .title .down.open{background:#2055a9;color:#FFFFFF;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);line-height:31px; font-family: "黑体";}
.join-us .recruit-list .item .contents{font-size:13px;color:#999999;line-height:1.8;overflow:hidden;display:none;}
.join-us .recruit-list .item .contents.open{}
.join-us .recruit-list .item .contents p{padding-bottom:30px; font-size:17px;}



.join-us .investment{max-width:1200px;padding:80px 0px 0px 0px;}
.iui-tab-one2{ max-width:1200px; margin:50px auto 0;}
.join-us .investment .iui-tab-one .contents .module .rows{padding:45px 0px;border-bottom:1px dashed #D3D3D3;}
.join-us .investment .iui-tab-one .contents .module .rows:last-child{border:none;}
.join-us .investment .iui-tab-one .contents .module .rows .title{font-size:18px;color:#333333;font-weight:normal;padding-bottom:20px;}
.join-us .investment .iui-tab-one .contents .module .rows .text{font-size:17px;color:#999999;line-height:1.8;}
.join-us .investment .customer-information-form table{margin:30px 0px;}
.join-us .investment .customer-information-form table td{padding:8px 0px;}
.join-us .investment .customer-information-form table td .must{color:#FF0000;margin-left:-10px;display:block;float:left;}
.join-us .investment .customer-information-form table td:first-child{font-size:17px;color:#333333;padding-right:10px;padding-left:10px;vertical-align:top;}
.join-us .investment .customer-information-form table td input[type=text]{border:1px solid #DCDCDC;border-radius:3px;height:40px;line-height:40px;padding:0px 8px;width:380px;outline:none}
.join-us .investment .customer-information-form .btn-apply-online{width:144px;height:54px;color:#FFFFFF;background:#0066af;font-size:17px;border:none;outline:none;border-radius:5px;
	transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;}
.join-us .investment .customer-information-form .btn-apply-online:hover{background:#BF3929;}

.join-us .investment .customer-information-form textarea{border:1px solid #DCDCDC;border-radius:3px;padding:0px 8px;width:380px;height:140px;resize:none;outline:none;}

.tabp{ padding-bottom:30px;}
.tabp p{ font-size:13px; color:#999999; line-height:1.8;  padding-top:35px; letter-spacing:1.3px;}



.content { clear:both; overflow:visible; width:1200px; margin:0px auto;}

.job_list { width:1200px; margin:0px auto;}
.job_list ul li { width:48%; margin:50px 1%; float:left; height:220px; text-align:center; color:#FFF;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.job_list ul a:hover li {transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.job_list ul li p { line-height:30px; margin-top:60px; font-size:22px; font-weight:bold;}

.bai { border:1px solid #fff;}
.lan1 { background-color:#3c98d3;}
.lan2 { background-color:#2055a9;}

/*.recruit-list*/


.nysearch { border:1px solid #CCC; height:40px!important;  width:250px; border-radius:25px; margin-top:15px;}
.nysearch1 { width:180px; border:none; line-height:38px!important; height:40px!important; margin-left:30px; color:#999; background:none; float:left; }
.nysearchimg1 { width:20px; height:20px; margin-top:11px;float:left;}

.rongyuzi { line-height:35px; color:#333; font-size:17px;}


.pro_li table { width:100%;  }

.pro_li table tr td{ padding:5px 10px; line-height:25px; }
.pro_li table tr td img{max-height:100px; width:auto;}
.pro_z {border:1px solid #f4f4f4;}
.pro_z1 { background:#0554a3; color:#fff; line-height:45px!important; font-size:20px;  font-weight:700;  text-align:center;}
.pro_z2 { background:#0554a3; color:#fff; line-height:35px; font-size:17px; font-weight:700; text-align:left;}
.pro_da_con table { border:none!important;}
.pro_da_con table tr { border:none!important;}
.pro_da_con table tr td { border:none!important;}






.cpxq { margin:30px 0px;}
.cpxq table { width:100%;}
.cpxq table tr td{ border:1px solid #d3d3d3!important; padding:10px 20px; line-height:25px;}
/*.cpxq_tit { background:#2f7fe2!important;}*/
.wrap2 { width:1200px; margin:0px auto;}

.contact_ul ul { width:35%; float:left;}
.contact_ul ul li { width:100%;}
.contact_map {  width:60%;  float:right;}