/* 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 10%;}
.wm2{margin:0 8%;}

.head{background:#fff;height:40px;line-height:40px;color:#575757;width:100%;overflow:hidden;border-bottom:1px solid #ededed;}
.head img{ vertical-align:middle;padding:0 6px;}
.head a{color:#575757;}
.head a:hover{}

#top{width:100%;overflow:hidden;background:#ffffff;height:120px;border-top:10px solid #efefef;}
#top .logo{padding-top:18px;}
#top .top_r{margin-top:32px;}
#top .top_r .site{text-align:right;color:#8e8e8e;}
#top .top_r .site a{color:#8e8e8e;}
#top .top_r .tel{background:url(../images/icon_tel.jpg) no-repeat left;padding-left:48px;height:39px;line-height:39px;font-size:16px;margin-top:5px;}
#top .top_r .tel span{font-size:24px;font-weight:bold;color:#e9202e;}

#top .ewm{padding-left:20px;padding-top:10px;}
.mbdh{ display:none;}

/*menu*/
.menu{height:62px;line-height:62px;text-align:center;background-color:#0e3377;
background-image:-webkit-gradient(linear, left top, left bottom, from(#0e3377), to(#2856ab));
background-image:-webkit-linear-gradient(90deg, #0e3377, #2856ab);
background-image:-moz-linear-gradient(90deg, #0e3377, #2856ab);
background-image:-ms-linear-gradient(90deg, #0e3377, #2856ab);
background-image:-o-linear-gradient(90deg, #0e3377, #2856ab);
background-image:linear-gradient(90deg, #0e3377, #2856ab);}

.menu ul li{ display:inline-block;}
.menu ul li:last-child{ background:none;}
.menu ul li a{padding:0 45px;font-size:16px;color:#fff; display:block;}
.menu ul li a:hover{text-decoration:none;color:#fff;font-weight:bold;background:#169a5c;}


/*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 #0e3377;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:42px;color:#000;}
.sy_title span{font-weight:bold;color:#0e3377;}
.sy_title2{text-align:center;font-size:16px;color:#939393;margin-top:15px;}
.sy_title_pic{text-align:center;margin-bottom:50px;margin-top:20px;}

.gd{width:250px;margin:42px auto 0;height:46px;line-height:46px;border-top:1px solid #255ebd;border-bottom:1px solid #255ebd;text-align:center;}
.gd a{color:#255ebd;font-size:16px;}
.gd:hover a{font-weight:bold;}

.con_01{width:100%;padding-top:60px;padding-bottom:70px;overflow:hidden;background:url(../images/bg2.jpg) no-repeat top center;}
.con_01 .box{margin-top:47px;}
.con_01 .box dl{margin:0 5px;border:1px solid #efefef;width:300px;}
.con_01 .box dl dt{width:300px;height:220px;overflow:hidden;background:#fff;position: relative;}
.con_01 .box dl dt img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;margin: auto;max-width: 100%;max-height: 100%;transition: .5s ease-in-out;text-align: center;vertical-align: middle;}
.con_01 .box dl dt img:hover{ transform-origin:center center; transform:scale(1.15,1.15)}
.con_01 .box dl dd{text-align:center;height:130px;line-height:24px;background:#efefef;}
.con_01 .box dl dd .pro_title{font-size:18px;padding-top:27px;color:#0f0f0f;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden;text-overflow: ellipsis; }
.con_01 .box dl dd .more{border-top-right-radius: 15px; border-bottom-left-radius: 15px;background:#169a5c;width:122px;height:34px;line-height:34px;margin:15px auto 0;color:#fff;}
.con_01 .box dl dd .more:hover{background:#0e3377;}
.con_01 .box dl:hover .more{font-weight:bold;}


.con_02{background:url(../images/index_05.jpg) no-repeat center top fixed;height:auto;width:100%;overflow:hidden;height:213px;text-align:center;color:#fff;background-size: cover;}
.con_02 h1{font-size:30px;font-weight:bold;padding-top:52px;}
.con_02 h2{font-size:20px;padding-top:13px;}
.con_02 h2 span{font-size:30px;font-weight:bold;color:#fff000;}
.con_02 h2 img{ vertical-align:middle;padding-right:6px;}

.con_03{width:100%;overflow:hidden;margin-top:75px;background:url(../images/GS.png) no-repeat bottom center;padding-bottom:75px;}
.con_03 .about_l{float:left;width:40%;overflow:hidden}
.con_03 .about_l img{width:100%;height:auto; transition:all 1s;}
.con_03 .about_l img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_03 .about_r{float:right;width:56%;}
.con_03 .about_r h1{font-size:44px;color:#000;}
.con_03 .about_r h1 span{color:#0e3377;}
.con_03 .about_r i{width:40px;height:4px;background:#000000; display:block;margin-top:20px;}
.con_03 .about_r .txt{font-size:16px;color:#575757;line-height:36px;margin-top:20px;color:#636363;}
.con_03 .about_r .more{border-top-right-radius: 20px; border-bottom-left-radius: 20px;background:#169a5c;width:180px;height:44px;text-align:center;line-height:44px;margin-top:50px;}
.con_03 .about_r .more:hover{background:#0e3377;}
.con_03 .about_r .more a{font-size:16px;color:#fff;}
.con_03 .about_r .more a:hover{font-weight:bold;}
.con_03 ul{margin-top:50px;}
.con_03 ul li{float:left;border-right:1px solid #d7d7d7;text-align:center;}
.con_03 ul li:last-child{border-right:none;}
.con_03 ul li:nth-child(1) {width:32%; }
.con_03 ul li:nth-child(2) {width:32%; }
.con_03 ul li:nth-child(3) {width:32%; }
.con_03 ul li dl dt{font-size: 48px;font-weight: bold;color:#0e3377}
.con_03 ul li dl dd{font-size:14px;color:#636363;}

.con_04{width:100%;width:100%;overflow:hidden;background:#f4f4f4;padding:80px 0;}
.ys_02{padding-top:30px;}
.ys_01 .ys_01_l{width:56%;float:left;}
.ys_01 .ys_01_r{width:40%;float:right;}
.ys_01 .ys_01_r img{max-width:100%;}
.ys_b{padding-top:34px;}
.ys_num_l{width:70px;text-align:center;color:#fff;font-size:40px;font-weight:bold;background:#169a5c;height:56px;line-height:56px;font-family:Arial;}
.ys_num_r{width:120px;text-align:center;color:#fff;background:#0e3377;height:56px;}
.ys_num_r h1{font-size:22px;padding-top:3px;}
.ys_num_r h2{font-size:12px;font-family:Arial;}
.ys_txt{margin-top:13px;border-top:1px dotted #000;padding-top:15px;line-height:30px;color:#5b5b5b;font-size:16px;}
.ys_txt span{color:#0b4fa2;}
.ys_02 .ys_01_l{width:56%;float:right;}
.ys_02 .ys_01_r{width:40%;float:left;}
.ys_02 .ys_01_r img{width:100%;}

.con_05{width:100%;padding-top:60px;overflow:hidden;}
.con_05 ul{margin-top:30px;}
.con_05 ul li{float:left;width:45%;margin:1%;background:#f5f5f5;padding:1.5%;}
.con_05 ul li dl dt{float:left;width:34%;height:170px;overflow:hidden;}
.con_05 ul li dl dt img{width:100%;height:170px;}
.con_05 ul li dl dd{float:right;width:60%;}
.con_05 ul li dl dd .bt{font-size:20px;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.con_05 ul li dl dd .txt{padding-top:12px;line-height:26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;color:#999999;}
.con_05 ul li dl dd .time{padding-top:10px;}


#bottom{background:#222222;width:100%;overflow:hidden;margin-top:70px;padding-top:50px;}
#bottom .lm_t{font-size:20px;color:#fff;font-weight:bold;}
#bottom a{color:#9b9b9b;}
#bottom a:hover{color:#fff;}

.bot_01{width:30%;float:left;}
.bot_01 ul{margin-top:20px;}
.bot_01 ul li{line-height:36px;float:left;width:50%;}
.bot_01 ul li a{color:#9b9b9b;font-size:14px;}

.bot_02{width:40%;float:left;border-left:1px solid #919191;padding-left:4%;}
.bot_02 .box{line-height:32px;font-size:14px;margin-top:20px;color:#9b9b9b;}
.bot_ewm{width:160px;float:right;text-align:center;color:#fff;margin-top:30px;}
.bot_ewm img{display: block;width: 140px;height: 140px;padding: 9px;border: 1px solid #3e3f43;margin-bottom: 10px;}

.bot{line-height:30px;border-top:1px solid #393939;width:100%;overflow:hidden;color:#9b9b9b;padding:20px 0;margin-top:40px;}
.bot a{color:#9b9b9b;}
.bot a:hover{color:#fff;}

.mbfor {display: none;}
/*ny*/

#content{margin:50px 10% 0;}
.ny_title{font-size:36px;color:#000;text-align:center;}
.ny_title i{background:#005faf;width:50px;height:3px;margin:25px auto 0; display:block;}

#content .box{padding:35px 0 0 0;line-height:36px;font-size:16px;color:#595959;}
.ny_img img{ max-width:100%; height:auto !important; height:100%;}

/*公司简介*/
.about_pic{margin-top:40px;}

/*内页新闻*/
.ny_news_time{width:80px;height:60px;border:1px solid #ddd;text-align:center;line-height:26px;padding-top:4px;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:#2856ab;color:#fff;border:1px solid #2856ab;}
.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 #2856ab;}
.ny_news_ul li .bt{font-size:22px;color:#000;font-weight:bold;}
.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{font-size:32px;color:#000;padding-bottom:10px;}


/*产品*/
table.bak { width:100%; margin:10px 0; border-left:#95b3d7 1px solid;border-top:#95b3d7 1px solid;}
.bak td,.bak th { padding:6px 10px; border-right:#95b3d7 1px solid;border-bottom:#95b3d7 1px solid; text-align:center;}
.bak th { background:#dce6f2;font-weight:bold;color:#000;}
.bak img {max-width:80%; height:auto !important; height:100%;}

/*内页产品*/
.ny_cp_xq_bt{background:#f3f3f3;height:60px;line-height:60px;text-align:center;font-size:24px;color:#000;font-weight:bold;margin-bottom:30px;}

/*返回*/
.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:hover{ background:#00488f;}
.fanhui:hover a{ color:#fff;}
.flex {display: flex;flex-wrap: wrap;}


.aak{width:122px;height:36px;line-height:36px;text-align:center;background:#015198;color:#fff;border:0px;}



/*在线订单*/
.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;}


/*内页联系我们*/
.w1000{width:900px;margin:0 auto;}





.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;}




