/* CSS Document */


@font-face{font-family: "HelveticaLTStd-Bold"; src:url(../font/HelveticaLTStd-Bold.ttf)}
@font-face{font-family: "HelveticaLTStd-BoldCond"; src:url(../font/HelveticaLTStd-BoldCond.ttf)}
@font-face{font-family: "HelveticaLTStd-Cond"; src:url(../font/HelveticaLTStd-Cond.ttf)}
@font-face{font-family: "HelveticaLTStd-Light"; src:url(../font/HelveticaLTStd-Light.ttf)}

.wm{margin:0 auto;width:1400px;}
.wm2{margin:0 8%;}

.zd01{width:100%;top:0;left:0; }
.zd01:hover{background:#fff;}

.top{width:100%;height:100px;}
.top .logo{float:left;padding-top:15px;}
.top .logo .on{ display:none;}

.top .lang{float:right;margin-top:32px;margin-left:2%;font-size:16px;color:#444;background:#1260b1;width:90px;height:38px;text-align:center;line-height:38px;color:#fff;font-size:14px; border-radius:5px;}
.top .lang img{vertical-align: middle;padding-right:5px;}
.top .lang:hover{background:#00994b;}

.top .top_tel{background: url(../images/tel.png) no-repeat left center;padding-left: 45px;font-family: Impact;font-size: 24px;color: #383838;float:right;margin-top:30px;}

.search_btn{margin-top:37px;margin-left:1%;cursor: pointer;float: right;position: relative;z-index: 1;}
.search_btn img{width:26px;height:26px;}

.searchbj{ background:rgba(0,0,0,0.6); position:fixed; top:0; left:0; width:100%; height:100%; z-index:9000; display:none;}
.search_main{ padding:50px;background:#ffffff; position: fixed; left:50%; top:50%; z-index:10000; margin:-75px 0 0 -250px; box-shadow: 0 0 20px #999999; display:none;}
.search_main .input{ width:350px; height:48px; border:1px solid #00569f; padding:0 15px; float:left; font-size:14px;}
.search_main .submit{ width:50px; height:50px; background:#00569f url(../images/search_btn2.png) no-repeat center center; background-size:50%; float:left; cursor:pointer;border:none;}

/*栏目导航*/
.top .menu{margin-left:60px;float:right;}
.top ul{}
.top ul li{float:left;line-height:100px;height:100px;}
.top ul li a{ display:block;padding:0 15px;font-size:16px;}
.top ul li a:hover{background:#0f6ab2;color:#fff; text-decoration:none;}

.mbdh{ display:none;}


/*banner*/
/* Slider */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.m_banner{ display:none;}

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


.bproInfo-demo{ width:100%; float: left; display: block;}
.bproInfo-demo .item{ overflow: hidden;}
.bproInfo-demo .item img{ width: 100%; display: block;}
.bproInfo-demo .slick-arrow{ width:60px; height: 60px; display: block; position: absolute; top: 50%; margin-top: -30px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.bproInfo-demo .slick-prev{ background-image: url(l.png); background-position:center center; left:10%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.bproInfo-demo .slick-next{ background-image: url(r.png); background-position:center center; right:10%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity: 0;}
.bproInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.bproInfo-demo .slick-prev:hover{ background-image: url(l.png); background-position:center center;}
.bproInfo-demo .slick-next:hover{ background-image: url(r.png); background-position:center center;}

.bproInfo-demo .slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.bproInfo-demo .slick-dots li { position: relative; display: inline-block; height:4px; width:50px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; text-indent:-9999px; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
.bproInfo-demo .slick-dots li button { border: 0; background: transparent; display: block;  height:12px; width:12px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.bproInfo-demo .slick-dots li button:focus { outline: none; background:#169a5c;}
.bproInfo-demo .slick-dots li.slick-active{ background:#169a5c;}
.bproInfo-demo .slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/*banner*/

/*ban_bot*/
.ban_bot{height:72px;background:#f5f5f5;}
.ban_bot .hot_pro{float:left;line-height:72px;font-size:15px;color:#4e4e4e;}
.ban_bot .hot_pro img{ vertical-align:middle;}
.ban_bot .hot_pro span{font-weight:bold;}
.ban_bot .search{float:right;border:1px solid #0867b5;border-radius:5px;height:42px;line-height:42px;margin-top:14px;}
.ban_bot .searchsrk{border:none;width:320px;margin-left:10px;outline:none;color:#757575;background:none;}
.ban_bot .searchsrk2{background:url(../images/index_03.jpg) no-repeat;width:90px;height:42px;border:none;font-size:14px;color:#fff;}

/*首页公用*/
.sy_title{text-align:center;font-size:36px;color:#000;font-weight:bold;}
.sy_title span{font-weight:bold;color:#0e3377;}
.sy_title2{text-align:center;font-size:16px;color:#939393;margin-top:10px;}
.sy_title3{width:52px;height:3px;background:#0867b5;margin:15px auto;}

.flex{ display:flex; }
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-between{ display: flex; justify-content: space-between}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}


.gd{width:200px;margin:42px auto 0;height:40px;line-height:40px;border-top:1px solid #255ebd;border-bottom:1px solid #255ebd;text-align:center;}
.gd a{color:#255ebd;font-size:15px;}
.gd:hover a{font-weight:bold;}

.con_01{width:100%;padding-top:80px;padding-bottom:80px;overflow:hidden;background:url(../images/bg3.jpg) no-repeat top center;}
#wrap2{ width:100%;margin-top:50px;}
#wrap2 ul li .a1 img{width:100%;height: 520px;}
#wrap2 ul li{width: 30.9%;height: 520px; margin-left:1.2%; margin-right:1.2%;list-style: none;position: relative;float: left;overflow: hidden;border-top-right-radius: 50px;border-bottom-left-radius: 50px;} 
#wrap2 ul li .a1 .divA{position: absolute;bottom: 116px;left: 0;}
#wrap2 ul li .a1 .divA>.p1{padding-left:40px;font-size: 28px;color: #fff;  letter-spacing:2px;}
#wrap2 ul li .a1 .divA>.p2{padding-left:40px;font-size: 14px; padding-top:10px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; width:180px;}

/*遮罩*/
#wrap2 ul li .a2{position: absolute;top: 0;left:-100%;width: 100%;height: 520px;color: white;background: rgba(0,0,0,0.6);transition: all 0.2s;  } 
#wrap2 ul li .a2 .p4{width: 188px; position: absolute;top: 54px;color: #fff;font-size: 24px; border-bottom:1px solid #fff; padding-bottom:19px;transition: all 0.2s 0.1s ease-out ; }
#wrap2 ul li .a2 .p5{ height:320px; border-bottom:1px solid #fff;position: absolute;top: 129px; left:26px;}
#wrap2 ul li .a2 .p5 p{ font-size:14px; color:#fff; line-height:36px;transition: all 0.2s 0.2s ease-out ;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis;}
#wrap2 ul li .a2 .p5 p a{color:#fff;}
#wrap2 ul li .a2 .p7{ font-size:14px; color:#fff; font-weight:bold;position: absolute;bottom:-50px;left: 92px;transition: all 0.2s 0.2s ;}
#wrap2 ul li .a2 .p7 a{ color:#fff;}
/*产品结束*/

.con_02{width:100%;padding-top:120px;padding-bottom:120px;overflow:hidden;background:url(../images/bg01.jpg) no-repeat top center;}
.sy_about_l{float:left;width:58%}
.sy_about_l h3{font-size:20px;color:#fff;font-family:Arial;}
.sy_about_l h1{font-size:36px;color:#fff;font-weight:bold;padding:12px 0;}
.sy_about_l .box{color:#fff;font-size:16px;line-height:30px;padding-top:20px;}
.sy_about_l .more{color: #FFFFFF;border: 2px solid #FFFFFF;font-size: 16px;border-radius: 5px !important;text-align: center;width:210px;height:44px;line-height:44px;margin-top:46px;}
.sy_about_l .more:hover{color: #2876ea;background-color: #FFFFFF;border: 2px solid #00000000;font-weight:bold;}
.sy_about_r{float:right;width:38%}
.sy_about_r ul li{float:left;width:48%;margin:1%;overflow:hidden;}
.sy_about_r ul li img{width:100%;height:auto; transition:all 1s;}
.sy_about_r ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}


/*首页新闻*/
.index_news{ background:#f7f9fb;padding:80px 0;}
.index_news ul li:nth-child(2){ margin-left:25px; margin-right:25px;}
.index_news ul li{ padding:25px; background:#fff; margin-top:20px;width: 33.333%; box-sizing: border-box;}
.index_news ul li .nname{ color:#000; font-size:18px; font-weight:bold;}
.index_news ul li:hover .nmore{ color:#1260b1;}
.index_news ul li .nmore{ font-size:15px; color:#888;}
.index_news ul li .ntu{ height:200px; overflow:hidden;margin-bottom:20px;}
.index_news ul li .ntu img{width:100%;height:100%; transition: all 0.8s; object-fit: cover;}
.index_news ul li .ntu:hover img{transform: scale(1.1);}
.index_news ul li .ntitle{ font-size:18px;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; height:28px; line-height:28px;}
.index_news ul li .nms{display:-webkit-box; -webkit-line-clamp:2 ;-webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; color:#999; font-size:14.5px; line-height:25px; margin-top:15px;}
.index_news ul li .newsmore{border: 1px solid #ddd; margin-top:20px;height: 40px;line-height: 40px;text-align: center;}
.index_news ul li:hover .newsmore{background:#1260b1;border:1px solid #1260b1;color:#fff;}



#bottom{background:#393939;width:100%;overflow:hidden;padding:50px 0 30px 0;}
#bottom .lm_t{font-size:18px;color:#fff;font-weight:bold;}
#bottom .box{line-height:28px;font-size:14px;margin-top:10px;color:#fff;}
#bottom .box a{color:#fff;}
.bot_01{width:25%;float:left;}
.bot_02{width:30%;float:left;border-left:1px solid #7b7b7b;border-right:1px solid #7b7b7b;padding:0 2%;}
.bot_03{width:25%;float:left;padding-left:2%;}

.bot_ewm{width:160px;float:right;text-align:center;color:#fff;}
.bot_ewm img{display: block;width: 140px;height: 140px;}

.bot{line-height:30px;width:100%;overflow:hidden;color:#9b9b9b;padding:20px 0;background:#1b1b1b;text-align:center;}
.bot a{color:#a9a9a9;}
.bot a:hover{color:#fff;}

.mbfor {display: none;}

/*ny*/
.ny_ban01{background:url(../images/ny_ban01.jpg) no-repeat center top;}
.ny_ban02{background:url(../images/ny_ban02.jpg) no-repeat center top;}
.ny_ban03{background:url(../images/ny_ban03.jpg) no-repeat center top;}
.ny_ban04{background:url(../images/ny_ban04.jpg) no-repeat center top;}
.ny_ban05{background:url(../images/ny_ban05.jpg) no-repeat center top;}
.ny_ban06{background:url(../images/ny_ban06.jpg) no-repeat center top;}
.ny_ban07{background:url(../images/ny_ban07.jpg) no-repeat center top;}
.ny_ban08{background:url(../images/ny_ban08.jpg) no-repeat center top;}
.ny_ban{width:100%;height:370px;overflow:hidden;position:relative;}

.ny_site{background:#f5f5f5;height:54px;line-height:54px;color:#7f7f7f;overflow:hidden;width:100%;}
.ny_site img{ vertical-align:middle;padding-right:3px;}

.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.div1270{margin:0 auto; padding:0 1em; text-align:center}
.nymenu_mid ul li{ background-position:left center; background-repeat:no-repeat;float:left; width:17%; text-align:center;background:#fff; border-right:1px solid #d1d1d1;}
.nymenu_mid ul li:nth-child(1){background-image:none; border-left:1px solid #d1d1d1;}
.nymenu_mid ul{ margin:0 auto}
.nymenu_mid_s{ text-align:center}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:1em 0;display:inline-block; font-size:1.25em; position:relative; }
.nymenu_mid ul li a:after{content: ""; position: absolute;z-index: 1;opacity:0; left: 50%; width: 0;bottom: 0em; height:0.15em; background-color:#1b357f; background-repeat:no-repeat; background-position:center;  z-index:10;
-webkit-transition: all .4s ease-in-out;  transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color:#fff; background:#1260b1; display:block}
.nymenu_mid p { display: none;}

/*ny大标题*/
.ny_title .title{text-align:center;font-size:36px;color:#000;}
.ny_title .title h1{text-align:center;font-size:36px;color:#000;font-weight:bold;}
.ny_title i{width:50px;height:3px;background:#1260b1;margin:0 auto; display:block;margin-top:17px;}

#content{margin:70px auto;width:1400px;}
#content .box{line-height:36px;font-size:16px;margin-top:50px;}
.ny_img img{ max-width:100%; height:auto !important; height:100%;}

/*关于我们*/
.ny_about_l{float:left;width:58%}
.ny_about_l h1{font-size:26px;font-weight:bold;padding:12px 0;color:#1260b1;}
.ny_about_l .js{font-size:16px;line-height:34px;padding-top:15px;}
.ny_about_r{float:right;width:38%}
.ny_about_r ul li{float:left;width:48%;margin:1%;overflow:hidden;}
.ny_about_r ul li img{width:100%;height:auto; transition:all 1s;}
.ny_about_r ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}



/*内页产品*/
table.bak { width:100%; margin:10px 0; }
.bak td,.bak th { padding:6px 10px;  text-align:center;font-size:15px;}
.bak th { background:#1260b1;font-weight:bold;font-size:18px;color:#fff;}
.bak img {max-width:80%; height:auto !important; height:100%;}
.bak td a:hover{font-weight:bold;}

.bak tr:nth-child(odd){background:#ffffff;}
.bak tr:nth-child(even){background:#ecf5ff;}	

.ny_cp_xq_bt{text-align:center;margin-bottom:30px;border-bottom:1px solid #ddd;padding-bottom:30px;}
.ny_cp_xq_bt h1{font-size:32px;color:#000;}
.ny_pro_table{padding:0 3%;}
.ny_pro_table .nr{line-height:30px;font-size:15px;}
.ny_pro_table tr td{line-height:36px;padding-left:10px;}

/*返回*/
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-between{ display: flex; justify-content: space-between}
.fanye{ margin-top:40px;border-top:1px solid #e5e5e5; padding-top:30px; line-height:30px;}
.fanhui{background:#ddd;border-radius:25px;line-height:40px;width:120px;text-align:center;height:40px;}
.fanhui a{font-size:15px;}
.fanhui:hover{ background:#0267b0;}
.fanhui:hover a{ color:#fff;}
.flex {display: flex;flex-wrap: wrap;}


/*内页新闻*/
.ny_news_time{width:80px;height:70px;border:1px solid #ddd;text-align:center;line-height:26px;padding-top:8px;float:left;}
.ny_news_img{width:230px;height:160px;margin-left:32px;overflow:hidden;float:left;}
.ny_news_img img{width:230px;height:160px; transition:all 1s;}
.ny_news_ul li:hover img{ transform-origin:center center; transform:scale(1.1,1.1);}
.ny_news_ul li:hover .ny_news_time{background:#1659a3;color:#fff;border:1px solid #1e64c9}
.ny_news_txt{float:right;width:calc(100% - 392px);}
.ny_news_ul li{margin:20px 0;padding:20px 0;border-bottom:1px solid #ddd;}
.ny_news_ul li:hover{border-bottom:1px solid #193586;}
.ny_news_ul li .time{color:#3366b2;line-height:24px;font-size:14px;}
.ny_news_ul li .bt{font-size:22px;color:#000;}
.ny_news_ul li .js{font-size:14px;color:#707070;line-height:26px;padding-top:5px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ny_news_ul li .more{font-size:14px;padding-top:12px;font-weight:bold;color:#3366b2;}
.ny_news_bt{padding-bottom:10px;}
.ny_news_bt h1{font-size:30px;color:#000;}
.pnpage { clear:both;padding-top:25px;font-size:15px;border-top:1px dashed #ddd;margin-top:30px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:35px; text-decoration:none;}


.news_ny{font-size:16px;line-height:36px;}


/*企业展示*/
.ny_qyzs{margin-top:20px;}
.ny_qyzs ul li{width:29.33%;float:left;border-bottom:2px solid #ededed;margin:0 2% 20px;}
.ny_qyzs ul li:hover{border-bottom:2px solid #0e3377;}
.ny_qyzs ul li .pic{width:100%;height:230px;overflow:hidden;}
.ny_qyzs ul li .pic img{min-height:230px;width:100%; transition:all 1s;}
.ny_qyzs ul li:hover .pic img{ transform:scale(1.15,1.15); transform-origin:center center;}
.ny_qyzs ul li .bt{height:50px;line-height:50px;text-align:center;}
.ny_qyzs ul li .bt a:hover{color:#175aac;}
.ny_qyzs ul li .more{padding-top:20px;padding-bottom:20px;}
.ny_qyzs ul li .more a{color:#1867c2;font-size:16px;}
.ny_qyzs ul li .more a:hover{text-decoration:underline;}


/*在线订单*/
.ny_order{border-top:1px solid #f0f0f0;padding-top:35px;margin-top:30px;}
.dingdan { padding:1% 6%; background:#f9f9f9; overflow:hidden;}
.dingdan p { padding:5px 0;line-height:36px;font-size:16px;}
.dingdan input,.dingdan textarea { height:40px; line-height:40px; padding:0 1%; border:#ddd 1px solid; border-radius:5px; background:#fff; width:46.5%;font-family:Microsoft YaHei; color:#999; font-size:14px;}
.dingdan span { padding:0 5px; color:#f00; font-size:16px;}
.dingdan input.s1 { width:96.5%; color:#255ebd;}
.dingdan input.s2 { width:120px;}
.dingdan input.aak { width:120px; background:#255ebd; color:#fff;}
.dingdan textarea { padding:5px 1%; line-height:20px; height:100px; width:96.5%;background:#fff;}
.dingdan img { margin:0 10px; height:45px;}


/*内页联系我们*/
.ny_contact_l{width:40%;float:left;line-height:30px;}
.ny_contact_r{width:50%;float:right;padding-top:40px;}





.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#dbefe5 1px solid;border-left:#dbefe5 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#dbefe5 1px solid;border-right:#dbefe5 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}






.txtc { clear:both; text-align:center; padding-right:25px; padding-top:10px; font-size:12px}
.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#f0f7fc; border:#255ebd 1px solid; color:#255ebd;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}




