*{margin: 0;padding: 0;}
body{margin: auto;font:12px/25px  "microsoft yahei";color: #333;}
ul,li{list-style: none;}
a{text-decoration: none;color: #000;transition: 0.5s;}
.swiper-button-prev:focus{outline: none !important;}
.swiper-button-next:focus{outline: none !important;}
.clearfix::after{content: "";display: block;clear: both;visibility: hidden;height: 0;}
.clearfix{*zoom: 0;}
.clear{clear: both;}
.contain,.wrapper{width:1400px; margin:0px auto;}
.fl{ float: left;}
.fr{ float: right;}
i,em{font-style: inherit;} 
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex{display: flex;justify-content: space-between;}
.vimg{transition: 1s;width: 100%;height: 100%;object-fit: cover;}
.vimg:hover{transform: scale(1.1);}
.one-line{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.two-line{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inName{line-height: 45px;background: #f1f1f1;margin-bottom: 20px;position: relative;}
.inName .wfont{float: left;padding: 0 20px; background: #0f4daa;color: #fff;text-align: center;}
table{width:100% !important;border-collapse:collapse !important;border: 1px solid #ccc !important;word-wrap:break-word; word-break:break-all;}
table td{padding: 10px;border: 1px solid #ccc !important;}
table tr:first-child{background: #f1f1f1;}
.textindent{text-indent: 32px;}
.applicationBox video{display: block;margin: 0 auto;width: 600px;}

/*head*/
.head{padding: 10px 0;}
.logo{display: flex;align-items: center;}
.logo dl {margin-left: 20px;}
.logo dl dt{font-size: 20px;font-weight: bold;color: #0f4daa;}
.logo dl dd{font-size: 16px;}
.home-nav{background: #0f4daa;}
.nav li{position: relative; float: left;text-align: center;width: 10%;}
.nav li:hover{background: #e96503;}
.nav li>a{display: block;font-size: 16px;position: relative;z-index: 2;line-height: 65px;color: #fff;}
.nav li>a::before{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #0f4daa;z-index: -1;transition: .5s;}
.nav li>a::after{content: "";position: absolute;right: 0;top: 0;background: #0f4daa;z-index: -1;width: 0;height: 100%;transition: .5s;}
.nav li.lastLi img{vertical-align: middle;margin-right: 5px;width:35px;}
.nav li dl{position: absolute;left: 0;top: 100%;z-index: 9999;width: 100%;display: none;}
.nav li dl dt{line-height: 45px;background: #0f4daa;}
.nav li dl dt a{font-size: 14px;color: #fff;}
.nav li dl dt:hover{background: #e96503;}
.telephone img{vertical-align: middle;width:40px;margin-right: 10px;}
.telephone{display: flex;align-items: center;}
.telephone dl dt{font-size: 16px;color: #777;}
.telephone dl dd{font-size: 25px;font-weight: bold;}

/* index */

.title{text-align: center;margin-bottom: 40px;padding-bottom: 20px;font-size: 16px;text-transform: uppercase;color: #777;}
.title p{font-size: 32px;color: #333;font-weight: bold;margin-bottom: 10px;}
.title p span{color: #f67406;}

/* 产品 */
.product{padding: 80px 0;background: url(../images/probj.png) no-repeat right top;}
.prosort{display: flex;justify-content: space-evenly;}
.prosort li{width: 15%;line-height: 45px;text-align: center;background: #0f4daa;position: relative;}
.prosort li a{font-size: 16px;color: #fff;display: block;}
.prosort li dl{background: #f67406;position: absolute;left: 0;top: 100%;z-index: 999;width: 100%;display: none;}
.prosort li dl dt{line-height: 40px;}
.prosort li dl dt a{color: #fff;font-size: 16px;}
.prosort li dl dt:hover{background: #0f4daa;}
.procontent{margin-top: 40px;}
.procontent dt{width: 24%;}
.procontent dt:nth-child(n+5){margin-top: 20px;}
.procontent dt .proimg{height: 250px;overflow: hidden;border: 1px solid #ccc;}
.procontent dt .profont{text-align: center;font-size: 16px;height: 45px;line-height: 45px;position: relative;background: #f1f1f1;transition: 0.5s;width: 100%;}
.procontent dt .profont p{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.procontent dt .profont::after{content: "";display: block;background: #0f4daa;transition: 0.5s;position: absolute;left: 50%;top: 0;width: 0;height: 100%;z-index: 0;}

.procontent dt:hover .proimg{border-color: #0f4daa;}
.procontent dt:hover .profont::after{width: 100%;left: 0;}
.procontent dt:hover .profont{color: #fff;}

.adbox{height: 300px;background: url(../images/adimg.jpg) no-repeat center center;background-size: 100% 100%;overflow: hidden;}
.adbox  .cbox{width: 40%;}
.adbox .cbox span{font-size: 25px;color: #333;font-weight: bold;display: block;margin-top: 60px;}
.adbox .cbox .line{width: 50px;height: 2px;background: #0f4daa;margin: 10px 0 20px;}
.adbox .cbox p{font-size: 16px;line-height: 2;color: #666;}
.cbox .more{display: block;width: 160px;line-height: 45px;font-size: 16px;text-align: center;background: #0f4daa;color: #fff;margin-top: 30px;}
.cbox .more:hover{background: #f67406;}
/* 优势 */
.advantage{padding: 80px 0;background: url(../images/xwbj.png);}
.ti{text-align: center;font-weight: bold;font-size: 40px;text-transform: uppercase;color: #ccc;margin-bottom: 60px;}
.ti p{font-size: 35px;color: #333;margin-top: 20px;}
.ti p span{color: #f67406;}
.ybox li{display: flex;justify-content: space-between;padding: 20px;background: #fff;border-radius: 20px;}
.ybox li:nth-child(n+2){margin-top: 20px;}
.ybox li .vc{width: 41%;}
.ybox li:nth-child(even) .vc{text-align: right;}
.ybox li:nth-child(even) .line{float: right;}
.vl,.vc{margin-top: 45px;}
.ybox li .vc span{font-size: 30px;color: #333;}
.ybox li .vc i{font-size: 16px;color: #777;text-transform: uppercase;display: block;margin: 10px 0;}
.ybox li .vc .line{width: 50px;height: 2px;background: #f67406;}
.ybox li .vc p{font-size: 16px;line-height: 1.5;margin-top: 20px;}
/* 简介 */
.company{padding: 80px 0;background: url(../images/aboutbj.jpg) no-repeat center top;}
.com_left{width: 40%;}
.com_left .about_ti{font-size: 35px;font-weight: bold;color: #fff;}
.com_left>p{font-size: 25px;font-weight: bold;color: #fff;margin: 20px 0 40px;}
.hui {color: #000;width: calc(46% - 40px);float: left;text-align: center;font-size: 16px;background: #fff;padding: 20px;margin-bottom: 20px;margin-right: 20px;box-shadow: 0 0 5px #939393;}
.hui>p{width: 30px;height: 4px;background: #f67406;margin: 10px auto 0;}
.hui:nth-child(even){margin-right: 0;}
.dahong {color: #0f4daa;font-weight: bold;font-size: 20px;display: inline-block;}
.com_left .more{display: block;width: 160px;line-height: 45px;background: #0f4daa;font-size: 16px;color: #fff;margin-top: 30px;text-align: center;}
.com_right{width: 59%;}
.com_right .dcon{font-size: 16px;line-height: 2;margin-bottom: 20px;color: #fff;}
.com_right .comimg{height: 300px;overflow: hidden;}
.com_bottom{margin-top: 40px;}
.com_bottom li{border: 1px solid #ccc;display: flex;padding: 20px;width: calc(25% - 40px);transition: 0.5s;}
.com_bottom li .ib{font-size: 25px;color: #333;padding-top: 5px;margin-left: 20px;}
.com_bottom li .ib p{font-size: 16px;color: #777;}

.com_left .more:hover{background: #f67406;}
.com_bottom li:hover{box-shadow: 0 5px 10px #ccc;transform: translateY(-10px);}
/* 厂区环境 */
.cfcj{padding: 80px 0;background: url(../images/casebj.jpg) no-repeat center center;}
.cfl{width: 23%;}
.cfl .line{width: 50px;height: 2px;background: #f67406;margin: 20px 0;}
.cfl span{font-size: 32px;color: #333;display: block;margin-bottom: 10px;font-weight: bold;}
.cfl span i{font-size: 16px;text-transform: uppercase;color: #ccc;margin-left: 10px;}
.cfl p{font-size: 16px;color: #545454;line-height: 1.5;}
.cfl .more{margin-top: 40px;display: block;padding: 10px 0;background: #0f4daa;width: 100px;transition: 0.5s;}
.cfl .more img{display: block;margin: 0 auto;}
.cfr{width: 75%;}
.cfr .cfimg{height: 250px;overflow: hidden;}
.cfl .more:hover{width: 150px;}

/* 新闻 */
.xwzx{padding: 80px 0;}
.news_company{width:31%;border-right:1px dashed #dbdbdb;margin-right:25px;box-sizing: border-box;}
.news1_title{font:bold 16px/50px "微软雅黑";color:#111;position:relative;}
.news1_title span{padding-left:6px;color:#999;font-weight: normal;text-transform:uppercase;}
.news1_title a{position:absolute;right:0;top:0;font-size: 14px;color: #1f55bb;font-weight: normal;}
.news_company .content11{padding-top:20px;}
.news_company .content11 img{width: 100%;}
.news_list1 li{border-bottom:1px solid #e3e3e3;padding-bottom:10px;}
.news_list1 li a{display: block; line-height:40px;font-size:16px;color: #121212}
.news_list1 li a:hover{text-decoration:none;color:#1f55bb;}
.news_list1 li span{color:#4b4b4b;font-size: 14px;}
.news_list2{margin-top: 10px;}
.news_list2 li a{line-height:32px;font-size:14px;color: #121212;width: 70%;display: inline-block;}
.news_list2 li a:hover{color:#1f55bb;}
.news_list2 li span{float: right;line-height: 32px;font-size: 14px;color: #888;}
.news_list3 li{position:relative;padding:8px 0 12px;border-bottom:1px solid #e3e3e3;}
.news_list3 li a{line-height:30px;display:block;font-size:16px;color: #121212;}
.news_list3 li a:hover{text-decoration:none;color:#1f55bb;}
.news_list3 span{font-size: 14px;margin-top:8px;color:#4b4b4b;}
#ydemo{overflow:hidden;margin:0 auto;position:relative;height:390px;}
#yindemo{height:100%;}

/*footer*/
.foot{background:#333;padding: 20px 0;color: #bdbdbd;}
.foot_1{width: 25%;}
.ftop{position: relative;margin-bottom: 20px;font-size: 18px;color: #fff;font-weight: bold;line-height: 50px;}
.ftop::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 50px;height: 2px;background: #0f4daa;}
.foot_1 ul li{padding: 5px 0;width: 33%;}
.foot_1 ul li a{font-size: 14px;color: #bdbdbd;}
.foot_2 ul li{font-size: 14px;margin-bottom: 5px;}
.foot_2 ul li b{font-size: 30px;color: #fff;}
.foot_3{text-align: center;font-size: 14px;padding-top: 20px;}
.banquan{ background:#333;width: 100%;line-height: 30px;text-align: center;color: #bdbdbd;border-top: 1px solid #505050;}
.foot_1 ul li a:hover{color: #0f4daa;text-decoration: underline;}
.foot_1 ul li:hover{border-color: #0f4daa;}
.foot_4 ul li a:hover{color: #0f4daa;text-decoration: underline;}
.foot_4 ul li:hover{border-color: #0f4daa;}

.friendLink li{float: left;margin-right: 10px;}
.friendLink li a{font-size: 14px;color: #bdbdbd;}

.magTop{font-size: 18px;font-weight: bold;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #144d9e;color: #144d9e;}
.contact-list{display:flex;justify-content:space-between;flex-wrap: wrap; margin-bottom: 4%;}
.contact-list li{width: 30%;margin-bottom: 2%; border-radius:10px;box-sizing:border-box;padding: 4%;background-color:#FFFFFF;display:flex;align-items:center;flex-direction:column;box-shadow:0px 1px 10px 5px rgba(198,198,198,.15);transition: .5s;}
.contact-list li:hover{transform: translateY(-10px);}
.contact-list li div em{font-size: 14px;color: #144d9e;margin-left: 10px;}


.contact-list li .title{margin-top: 20px;}
.contact-list li .des{color: #666;text-align:center;transition:all .2s linear;margin:4px 0px;line-height:1.2}
.contact-list li .ic{font-size:var(--fontsize30);color:var(--introcolor);display:inline-flex;margin-top:3%}
.contact-list li .ic em{font-size:var(--fontsize30);transition:all .4s linear}
.contact-list li:hover .ic em{color:var(--color);transform:rotateY(360deg)}
.contact-list li a:hover{color:var(--color);text-decoration:underline}
.contact-list li:nth-child(3) em{font-size:var(--fontsize30);margin-bottom:6px}
.inquiry{background-color:#eff2f7;border-radius:10px;box-sizing:border-box;padding:2%;margin-top:4%}
.inquiry .in-send-btn{width:200px;height:52px;border-radius:var(--border);background-color:var(--color);display:flex;align-items:center;justify-content:center;color:#FFFFFF;font-weight:var(--fontbold5);margin-top:4%;cursor:pointer;box-shadow:0 0 0 var(--color);transition:all .2s linear}
.inquiry .in-send-btn:hover{box-shadow:0px 0px 6px var(--color)}
.inquiry .inquiry-form{display:flex;flex-wrap:wrap}
.inquiry input{width:32%;margin-right:2%;height:57px;border-radius:var(--border);outline:0;margin-bottom:20px;padding:0px 15px;border:1px solid #EEEEEE;transition:all .1s linear}
.contact .wmkcfeedback textarea{width:100%;background:#FFFFFF;border-radius:var(--border);outline:0;border:1px solid #EEEEEE;padding:10px;margin-bottom:20px;resize:none}
.contact .wmkcfeedback input,.contact .wmkcfeedback .wmkcfb-fileupload{height:50px;border-radius:var(--border);outline:0;margin-bottom:20px;padding:0px 10px;border:1px solid #EEEEEE;transition:all .1s linear}
.contact .wmkcfeedback input,.contact .wmkcfeedback textarea,.contact .wmkcfeedback .wmkcfb-fileupload{background-color:#FFFFFF;color:var(--fontcolor)}
.contact .wmkcfeedback input::placeholder,.contact .wmkcfeedback textarea::placeholder,.contact .wmkcfeedback .wmkcfb-fileupload{color:#666666}
.wmkcfeedback input:focus{border-color:#0f4daa!important}
.wmkcfeedback textarea:focus{border-color:#0f4daa!important}
.wmkcfeedback .inquiry-form{display:flex;flex-wrap:wrap;justify-content:space-between}
.wmkcfeedback input,.wmkcfeedback .wmkcfb-fileupload{width: 30%;height:46px;font-size:var(--fontsize16);background:#FCFCFC;border-radius:3px;outline:0;border:1px solid #ccc;padding:0px 10px;margin-bottom:20px;transition:all .1s linear;display:inline-flex;align-items:center}
.wmkcfeedback input:focus{border-color:#0f4daa}
.wmkcfeedback input::placeholder,.wmkcfeedback textarea::placeholder,.wmkcfeedback .wmkcfb-fileupload{color:#666}
.wmkcfeedback textarea{width:100%;background:#FCFCFC;border-radius:3px;outline:0;border:1px solid #ccc;padding:10px;margin-bottom:20px;resize:none;font-size:var(--fontsize16);line-height:1.6;color:var(--fontcolor);height:200px;font-family:var(--fontfamily)}
.wmkcfeedback textarea:focus{border-color:#0f4daa}
.wmkcfeedback textarea.input-error{border-color:red}
.wmkcfeedback .in-send-btn{margin:0px auto;background: #0f4daa;color:#FFFFFF;font-size:16px;display:flex;align-items:center;justify-content:center;width:200px;height:55px;border-radius:3px;cursor:pointer;box-shadow:0 0 0 var(--color);transition:all .1s linear;border: none;}
.wmkcfeedback .in-send-btn:hover{box-shadow:0 0 4px var(--color)}
.contact .wmkcfeedback{background-color:#FCFCFC;border-radius:10px;box-sizing:border-box;padding:20px;margin-top:3%}
.contact .wmkcfeedback .in-send-btn{min-width:200px;height:50px;border-radius:var(--border);background-color:var(--color);display:flex;align-items:center;justify-content:center;color:#FFFFFF;font-weight:var(--fontbold5);cursor:pointer;box-shadow:0 0 0 var(--color);transition:all .2s linear}
.contact .wmkcfeedback .in-send-btn:hover{box-shadow:0px 0px 6px var(--color)}
.contact .wmkcfeedback .select-menu{width:49%}
.wmkcfeedback .select-menu{position:relative;width:32%;margin-bottom:20px}
.sidebar .wmkcfeedback .select-menu{width:100%}
.wmkcfeedback .select-menu input{margin:0!important;width:100%!important;cursor:pointer}
.wmkcfeedback .select-menu .select-menu-div em{margin-right:5px;position:absolute;right:32px;top:50%;transform:translateY(-50%);transition:all .4s ease}
.wmkcfeedback .select-menu .select-menu-div em.select-menu-i{transform:rotateX(180deg)}
.wmkcfeedback .select-menu .select-menu-div em::after,.wmkcfeedback .select-menu .select-menu-div em::before{content:"";width:10px;height:2px;background:#999;position:absolute;top:50%;left:0;transform:rotate(45deg)}
.wmkcfeedback .select-menu .select-menu-div em::after{transform:rotate(-45deg);left:6px}
.wmkcfeedback .select-menu .select-menu-ul{box-shadow:0 1px 15px 0 rgba(15,19,39,.1);list-style:none;display:none;width:100%;text-align:left;border:1px solid #EEEEEE;background:#FFFFFF;position:absolute;z-index:9}
.wmkcfeedback .select-menu .select-menu-ul li{color:var(--fontcolor);padding:0px 20px;line-height:2.5;cursor:pointer;font-size:var(--fontsize16);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.wmkcfeedback .select-menu .select-menu-ul li:hover{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n){background:#f5f4f4}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li.select-this{background:#f2faea}
.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover{background:#f2faea!important}
.wmkcfeedback .loading{position:relative;width:18px;height:18px;margin-left:8px;border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:feedbacksenloading infinite .75s linear}

.proTitle{font-size: 18px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;position: relative;text-transform: uppercase;color: #0f4daa;font-weight: bold;}
.proTitle::after{content: "";position: absolute;left: 0;bottom: -2px;width: 50px;height: 4px;background: #0f4daa;}


.prolist dl{ float: left; width: 270px; height: 240px; display: block; margin: 15px 10px 0px 10px; border: 1px solid #CCCCCC; text-align: center;}
.prolist dl dt{ text-align: center;}
.prolist dl img{ margin: 3px;  display: block; padding: 1px; border: 1px solid #EEE; height: 200px; text-align: center;}
.message{line-height:24px;width: 580px;margin: 0 auto;}
.message dt{float:left;clear:both;width:70px;margin-top:18px;}
.message dd{float:left;margin-top:10px;}
.message input{line-height:40px;height:40px;border-radius: 5px;border: 1px solid rgb(169, 169, 169);}
.message .input{display: flex;justify-content: space-evenly;margin-top: 20px;}
.sub{line-height:40px !important;height: 40px !important;width: 150px;background: #0f4daa;cursor: pointer;border: none;font-size: 16px;color: #fff;}
.ileft{float: left; width: 22%;}
.iright{float: right;width: 74%;}
.iright .e2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.e2 li{width: calc(100% - 40px);padding: 20px;border: 1px solid #f1f1f1;margin-bottom: 12px;position: relative;overflow: hidden;border-radius: 5px;}
.e2 li .bottom_div{position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;background: #0f4daa;transition: 0.5s;transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);}
/* .e2 li dl dt{width: 23%;height: 220px;overflow: hidden;} */
.e2 li dl dd{}

.e2 li .nti{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px dashed #ccc;}
.e2 li .nti .xian{width: 15px;height: 2px;float: left;background: #0f4daa;transition: 0.5s;margin-top: 17px;margin-right: 10px;}
.e2 li .tia{float: left;font-size: 18px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 70%;}
.e2 li .nti>span{float:right;}
.e2 li .des{font-size: 14px;line-height: 2;}
.e2 li .des .desbo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.e2 li .des a{display: block; width: 100px;line-height: 30px;text-align: center;font-size: 14px;margin-top: 40px;border: 1px solid #ccc;color: #666;}
.e2 li:hover .bottom_div{left: 0;}
.e2 li:hover .nti .xian{background: #fff;}
.e2 li:hover a{color: #fff;}
.e2 li:hover .des{color: #fff;}
.e2 li:hover .des a{background: #fff;color: #0f4daa;}
.e2 li:hover{border-color: #0f4daa;}

.listimg{width:219px;float:left;margin:0px 5px;}
.listimg a{width:219px;}
.listimg a img{vertical-align:middle; width:219px; height:180px;}
.listimg p{line-height:40px; height:40px; text-align:center; width:219px; margin:0px auto;}
.slt{overflow:hidden;margin-top:10px;margin-bottom:10px;}
.inNewsTitle{font-size: 27px;}
.textindent p{font-size: 16px !important;}
.timeBar{color:#666;line-height:36px;margin-bottom:10px;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.guidbar_next{margin-top: 100px;display: flex;justify-content: space-between;}
.guidbar_next li{font-size:14px;color:#666;width: 50%;padding: 0 10px;background: #f1f1f1;}
.guidbar_next li.pre{background: #0f4daa;color: #fff;}
.guidbar_next li.pre a{color: #fff;}
.guidbar_next li a{color:#333;font-size: 14px;}
.guidbar_next li.next{text-align: right;}
.page{padding-top:20px;height:30px;clear:both;text-align: center;}
.page li{display: inline-block;margin: 0 5px;border:1px solid #ccc;}
.page .pages_hollow{line-height:25px;background: #0f4daa;color: #fff;border:1px solid #0f4daa;}
.page li a{display: block;color:#333;line-height:25px;padding: 0 10px;}
.page li a:hover{background: #0f4daa;color: #fff;text-decoration:none;}
.title3{height:36px; line-height:36px; color:#fff; font-size:14px; font-weight:bold; padding-left:10px; background-color:#1348ac;}
.title3 span{ float:right; color:#fff; padding-right:10px;}
.title3 a{ color: #fff;}
.content{line-height:36px;font-size:16px;}
.mt5{ text-align: center;}
.iright{margin-bottom: 20px;}
.icpfl{background: #eee; }
.cpt{ background: #0f4daa; text-align: center; font-size: 25px; color: #fff; padding: 40px 0;position: relative;}
.cpt::after{content: "";position: absolute;left: 0;bottom: 5px;width: 100%;height: 1px;background: #ffffff73;}
.cpt span{ font-size: 16px; padding-left: 6px;}
.cpb{border: 1px solid #ccc;}
.cpb li{line-height: 50px;border-bottom: 1px solid #ccc;}
.cpb li:last-child{border-bottom: none;}
.cpb li>a{ font-size: 16px; color: #333333; display: block;background: #fafcff;text-indent: 32px;}
.cpb li a:hover{background: #f1f1f1;color: #0f4daa;font-weight: bold;}
.cpb li a.change{background: #f1f1f1;color: #0f4daa;font-weight: bold;}
.cpb ul dd{ line-height: 35px;padding-left: 20px;}
.cpb ul dd a{ font-size: 15px; display: block;text-indent: 20px;}
.cpb ul dd:hover a{color: #0f4daa;font-weight: bold;}
.nlx{ margin-top: 20px;}
.nlxt{ height: 40px; line-height: 40px; background: #0f4daa; font-size: 16px; color: #fff; padding-left: 20px;}
.nlxb{ background: #eee; padding: 10px; line-height: 30px; font-size: 14px;}

.insidePro{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 40px;}
.insidePro li{margin-bottom: 20px;width: 16%;padding: 10px 0;line-height: 1.5; text-align: center;background: #0f4daa;border-radius: 5px;transition: .5s; }
.insidePro li a{font-size: 16px;color: #fff;}
.insidePro li:hover{transform: translateY(-5px);}
.imgbox{position: relative;overflow: hidden;}
.mup{width: 100%;height:60px;line-height: 60px;font-size:16px;background: #eee;}
.mup .n-name{font-size: 25px;font-weight: bold;padding-left: 10px;}
.mup .cwrap{padding-left: 30px;background: url(../images/home.png) no-repeat left;}
.sbj{ margin: 40px auto 80px;}
.rytp{width:32.5%;float: left;margin-right: 1%;margin-bottom: 20px;}
.rytp:nth-child(3n){margin-right: 0;}
.rytp a.link{height:233px;display:block;overflow:hidden;border:1px solid #ccc;text-align:center;position: relative;}
.rytp a.link::before{content: "";display: block;position: absolute;left: 50%;top: 0;width: 0;height: 100%;transition: 0.5s;opacity: 1;background: #fff;}
.rytp a.link::after{content: "";display: block;position: absolute;left: 0;top: 50%;width: 100%;height: 0;transition: 0.5s;opacity: 1;background: #fff;}
.rytp:hover a.link::before{opacity: 0;width: 100%;left: 0;}
.rytp:hover a.link::after{opacity: 0;height: 100%;top: 0;}

.rytp .ryimg{overflow: hidden;height: 300px;}
.rytp a img{transition: all 0.6s;width: 100%;height: 100%;object-fit: cover;}
.rytp .ryb p{padding: 10px 0;line-height: 1.5; text-align:center;overflow: hidden;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.rytp:hover .ryb p{color: #0f4daa;font-weight: bold;}
.rytp .ryb .more{display: block;border: 1px solid #0f4daa;line-height: 30px;text-align: center;font-size: 16px;}
.rytp:hover .more{background: #0f4daa;color: #fff;}
.nproduct{text-align: center;margin: 90px 0;font-size: 0;}
.nproduct li{width: 9%;display: inline-block;border: 1px solid #0f4daa;box-sizing: border-box;line-height: 40px;background: #f1f1f1;position: relative;border-right: none;}
.nproduct li:last-child{border-right: 1px solid #0f4daa;}
.nproduct li a{font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nproduct li dl{line-height: 35px;display: none;background: #0f4daa;position: absolute;left: 0;top: 40px;width: 100%;z-index: 1;border: 1px solid #0f4daa;}
.nproduct li dl a{font-size: 15px;display: block;color: #fff;position: relative;}
.nproduct li dl a::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #fff;transition: 0.5s;}
.nproduct li:hover{background: #0f4daa;}
.nproduct li:hover a{color: #fff;}
.nproduct li dl dt a:hover::after{width: 100%;}

/* 产品详情 - 组图 */
.b_g{width: 100%;margin:0 auto;box-sizing:border-box;position:absolute;left:0;top:0}
.bg_left{width:100%;height:auto;float:left}
.bg_right{float:left}
.show{margin-bottom:20px;position:relative;cursor:move;overflow:hidden;border: 1px solid #f1f1f1;}
.mask{width:215px;height:215px;background:#000;filter:Alpha(opacity=50);opacity:.5;position:absolute;top:0;left:0;display:none}
.bigshow{width:430px;height:430px;overflow:hidden;margin-left:10px;display:none;border:1px solid #e8e8e8;position:absolute;left:450px;top:20px;z-index: 99;}
.bigshow img{width:860px;height:860px;margin-right:10px}
.smallshow{width:100%;position:relative;cursor:pointer}
.smallshow img{width:100%;border:1px solid #e8e8e8;box-sizing:border-box;transition:all .5s}
.smallshow>.middle_box{width:85%;overflow:hidden;margin: 0 auto;}
.smallshow .middle{overflow:hidden;transition:all .5s;}
.smallshow .middle>li{width:64px;float:left;cursor:pointer;padding:0 5px}
.smallshow>p{position:absolute;top:41%;width:22px;height:32px;margin-top:-16px}
.smallshow>.prev{left:0;background:url(../images/hover-prev.png) no-repeat;transition:all .5s}
.smallshow>.next{right:0;background:url(../images/hover-next.png) no-repeat;transition:all .5s}
.smallshow>.prev.prevnone{left:0;background:url(../images/prev.png) no-repeat}
.smallshow>.next.nextnone{right:0;background:url(../images/next.png) no-repeat}
.ny_pro_top{overflow:hidden}
.ny_pro_top_l{position:relative;width:42%;height:510px;float:left}
.ny_pro_top_l img{width:100%;height:100%;object-fit: contain;}
.ny_pro_top_l .owl-controls{position:absolute;z-index:99;width:100%;height:28px;margin-top:-28px;text-align:center;background-color:rgba(0,0,0,.3)}
.ny_pro_top_l .owl-controls .owl-page{display:inline-block;zoom:1}
.ny_pro_top_l .owl-controls .owl-page span{z-index:999;display:block;width:10px;height:10px;border-radius:999px;margin:9px 3px;-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff}
.ny_pro_top_l .owl-controls .owl-page:last-child{margin-right:10px}
.ny_pro_top_l .owl-controls .owl-page.active span,.ny_pro_top_l .owl-controls.clickable .owl-page:hover span{background-color:#0cb46a}
.ny_pro_top_r{width: 55%; float:right;overflow:hidden}
.ny_pro_top_r h3{font-size:22px;color:#333;line-height:1.2}
.ny_pro_top_r h4{font-size: 16px;padding: 15px;background: #f5f5f5;margin: 15px 0;font-weight: 500;line-height: 1.5;}
.ny_pro_top_r ul{margin: 10px 0;}
.ny_pro_top_r ul li img{vertical-align: middle;width: 20px;margin-right: 10px;}
.ny_pro_top_r a.more{display: block;width: 160px;line-height: 45px;margin: inherit;border-radius: 5px; font-size: 16px;color: #fff;background: #0f4daa;text-align: center;}
.ny_pro_top_r a.more img{width: 20px;vertical-align: middle;margin-right: 10px;margin-top: -5px;}
.ny_pro_top_r dl dt{float: left;margin-right: 10px;line-height: 32px;margin-top: 20px;}
.ny_pro_top_r dl dt img{vertical-align: middle;transition: .5s;}
.ny_pro_top_r dl dt:hover img{transform: translateY(-5px);}

.pro-detail .pro-detail-top{display:flex}
.pro-detail .preview-container{position:relative;width:450px;background:#fff;padding-bottom:1px}
.pro-detail .preview-container .small-box{position:relative;width:450px;height:450px;border:1px solid #eee;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background-color:#fff;cursor:move}
.pro-detail .preview-container .small-box img{max-width:100%;max-height:100%}
.pro-detail .preview-container .small-box .hover{position:absolute;width:180px;height:180px;background-color:rgba(204,204,204,.6);border:1px solid #eee;display:none}
.pro-detail .preview-container .thumbnail-box{margin:20px 0 0;position:relative;width:100%;box-sizing:border-box;background:#fff}

/* 内页 - 简介 */
.profileT .p-font,.profileT .p-img{width: 48%;}
.profileT .p-font strong{font-size: 30px;color: #0f4daa;}
.profileT .p-font .chBox{font-size: 30px;font-weight: bold;margin: 20px 0;}
.profileB{padding: 80px 0;background: url(../images/honorbg.jpg) no-repeat center center;}
.profileB ul{width: 80%;display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.profileB ul li{width: 19%;margin-top: 20px;height: 290px;overflow: hidden;transition: .5s;}
.profileB ul li img{width: 100%;height: 100%;object-fit: contain;}
.profileB ul li:hover{transform: translateY(-10px);}

/* 产品详情右侧 */
.relatedPro{float: right; width: calc(24% - 40px);padding: 20px;background: #f5f5f5;}
.relatedPro .reTi{font-size: 18px;font-weight: bold;margin-bottom: 20px;}
.relatedPro .reTi::after{content: "";float: left;width: 4px;height: 23px;background: #0f4daa;margin-right: 10px;}
.relatedPro ul li{text-align: center;width: 48%;}
.relatedPro ul li .rimg{overflow: hidden;height: 110px;}
.relatedPro ul li p{font-size: 14px;padding: 10px 0;}
.relatedPro ul li:hover p{font-weight: bold;color: #0f4daa;}
.relatedPro .wmkcfeedback input{width: 100%;}
.messageBox{padding: 20px;background: #0f4daa;margin-top: 30px;}
.messageBox strong{font-size: 18px;line-height: 45px;color: #fff;}
.messageBox .in-send-btn{background: #fff;color: #000;height: 48px;}
.messageBox .in-send-btn:hover{background: #eee;}
.messageBox .wmkcfeedback textarea{height: 100px;}

.relatedPro dl dt a{font-size: 14px;line-height: 40px;color: #666;}
.relatedPro dl dt a:hover{color: #0f4daa;font-weight: bold;}

/* 联系我们内页 */
.content .cfont{font-size: 16px;color: #777;line-height: 1.5;margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
.content .inside{display: flex;justify-content: space-between;flex-wrap: wrap;}
.content .inside li{width: 46.5%;border: 1px solid #ccc;transition: 0.5s;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 20px;}
.content .inside li .inr{width: 85%;font-size: 16px;color: #777;position: relative;}
.content .inside li .inr p{font-size: 19px;color: #333;font-weight: bold;line-height: 1.5;text-transform: lowercase;}
.content .inside li .inr::after{content: "";display: block;position: absolute;left: -12px;top: 10px;width: 1px;height: 50px;background: #ccc;}
.content .inside li:hover{box-shadow: 0 5px 10px #ccc;transform: translateY(-10px);border-color: #0f4daa;}


@media screen and (max-width: 1440px) {
	.contain,.wrapper{width: 1200px;}
	
	/* 内页 */
	.cpb ul dd a{font-size: 13px;}
	.page .pages_hollow{width: 7%;}
	.ileft{width: 23%;}
	.content .inside li{width: 45.6%;}
	.content .inside li .inr{width: 82%;}
	.relatedPro ul li p{font-size: 14px;}
	.cpb li>a{font-size: 15px;}
	.rytp .ryimg{height: 280px;}
}



