*{margin: 0;padding: 0;}
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;}
.flexwrapcenter{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.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{width: 160px;background: #154b87;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,.in-pro-content{text-indent: 32px;}
.newspic img{width: 600px;margin: 0 auto;display: block;}
.in-pro-content img{display: block;margin: 0 auto;width: 800px;}

/* head */
.top_top{background: #f1f1f1;padding: 5px 0;font-size: 14px;}
.header{padding: 20px 0;}
.header .logo_l{display: flex;align-items: center;}
.header .logo_l .LogoFont{border-left: 1px solid #ccc;padding-left: 20px;margin-left: 20px;}
.header .logo_l .LogoFont .font1{font-size: 20px;}
.header .logo_l .LogoFont .font1 strong{color: #154b87;}
.header .logo_l .LogoFont .font2{font-size: 16px;margin-top: 10px;color: #666;}
.telPhone{display: flex;align-items: center;}
.telPhone dt img{vertical-align: middle;width: 40px;}
.telPhone dd{font-size: 16px;color: #666;margin-left: 10px;}
.telPhone dd .telfont{font-size: 30px;font-weight: bold;color: #383838;}

.topNav{background: #154b87;}
#nav>li{float: left;text-align: center;width: calc(100% / 7);position: relative;}
#nav>li .showwrapper{line-height: 70px;height: 70px;overflow: hidden;}
#nav>li div{transition: .2s;}
#nav>li a{display: block;font-size: 16px;color: #fff;}
#nav li a.showB{background: #e5b120;}
#nav>li:hover .showwrapper div{transform: translateY(-70px);}
#nav>li dl{display: none;background: #154b87;position: absolute;left: 0;top: 100%;width: 100%;z-index: 99999;}
#nav li dl dt{line-height: 45px;text-align: center;border-bottom: 1px solid #ffffff26;transition: .5s;}
#nav li dl dt a{font-size: 14px;display: block;transition: .5s;}
#nav li dl dt:hover a{transform: translate(5px);}
#nav li dl dt:hover{background: #e5b120;}

/* index */
.homeTi{text-align: center;margin-bottom: 60px;}
.homeTi .en{font-size: 70px;font-weight: bold;text-transform: uppercase;background: linear-gradient(-90deg, #e6e6e6,transparent);background: -webkit-linear-gradient(-90deg, #e6e6e6,transparent);-webkit-background-clip: text;color: transparent;}
.homeTi .ch{font-size: 35px;font-weight: bold;margin: -40px 0 10px;color: #154b87;}
.homeTi p{font-size: 16px;color: #666;}

.home-product{padding: 100px 0;}
.home-product .proSort li{float: left;width: 19.25%;line-height: 45px;text-align: center;background: #f1f1f1;margin: 5px;position: relative;z-index: 3;}
.home-product .proSort li a{display: block; font-size: 16px;}
.home-product .proSort li::before{content: "";position: absolute;left: 0;top: 0;width: 0;height: 50%;background:#154b87;transition: .8s;z-index: -1;}
.home-product .proSort li::after{content: "";position: absolute;right: 0;bottom: 0;width: 0;height: 50%;background:#154b87;transition: .8s;z-index: -1;}
.home-product .proSort li:hover a{color:#fff}
.home-product .proSort li:hover::before{width: 100%;}
.home-product .proSort li:hover::after{width: 100%;}
.home-product .proContent dl{width: 24%;margin-top: 20px;position: relative;}
.home-product .proContent dl img.proPic{width: 50px;position: absolute;right: 20px;top: 20px;z-index: 99;}
.home-product .proContent dl dt{height: 330px;overflow: hidden;position: relative;border: 1px solid #ccc;}
.home-product .proContent dl dt img{width: 100%;height: 100%;object-fit: cover;}
.home-product .proContent dl dd {text-align: center;padding: 20px 0;background: #fafafa;}
.home-product .proContent dl dd span{font-size: 18px;}
.home-product .proContent dl dd p{font-size: 14px;color: #666;margin-top: 10px;}
.home-product .proContent dl dt::before{content: "";position: absolute;width: 0;height: 100%;left: 50%;top: 0;transition: 1s;opacity: 1;background: #fff;}
.home-product .proContent dl:hover dt::before{width: 100%;opacity: 0;left: 0;}
.home-product .proContent dl dt::after{content: "";position: absolute;width: 100%;height: 0;left: 0;top: 50%;transition: 1s;opacity: 1;background: #fff;}
.home-product .proContent dl:hover dt::after{height: 100%;opacity: 0;top: 0;}
.home-product .proContent dl:hover dd{background: #154b87;color: #fff;}
.home-product .proContent dl:hover dd p{color: #fff;}

.home-application{padding: 0 0 210px;}
.home-application .applicationContent{position: relative;}
.home-application .applicationContent img{width: 100%;}
.home-application .appFont{position: absolute;left: 0;bottom: 0;width: calc(100% - 80px);padding: 20px 40px;font-size: 20px;color: #fff;background: linear-gradient(0deg,rgba(0,0,0,.6),transparent);}
.home-application .appFont .xian{width: 40px;height: 4px;background: #e5b120;margin-top: 20px;}
.home-application .swiper-pagination{width: 50% !important;left: 50% !important;transform: translateX(-50%) !important;top: 130% !important;}
.home-application .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #154b87;}
.home-application .btnBox{position: absolute;left: 0; bottom: -50px;}
.home-application .swiper-button-prev{left: 45%;top: 110%;color: #154b87;}
.home-application .swiper-button-next{right: 45%;top: 110%;color: #e5b120;}

.home-about{padding: 100px 0;background: url(../images/aboutbg.jpg) no-repeat center center;}
.home-about .homeTi{text-align: left;margin-bottom: 20px;}
.home-about .homeTi p{font-size: 20px;font-weight: bold;}
.home-about .aboutContent{width: 58%;}
.home-about .dcon{font-size: 14px;text-indent: 32px;color: #666;line-height: 1.6;}
.home-about ul{width: 1100px;background: rgba(255,255,255,.7);padding: 40px 0;margin: 40px 0 20px;}
.home-about ul li{width: 24%;text-align: center;transition: .5s;}
.home-about ul li+li{border-left: 1px solid #154b87;}
.home-about ul li p{font-size: 16px;font-weight: bold;}
.home-about ul li img{width: 50px;}
.home-about a.more{display: block;width: 120px;line-height: 35px;text-align: center;background: #154b87;font-size: 14px;color: #fff;}
.home-about a.more:hover{background: #e5b120;}
.home-about ul li:hover{transform: translateY(-10px);}

.home-device{padding: 100px 0;}
.sbnr li{float: left;width: 380px;height: 340px;overflow: hidden;margin-right: 14px;margin-bottom: 14px;}
.sbnr li img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
.sbnr li:first-child{width: 590px;height: 695px;}
.sbnr li:hover img{transform: scale(1.1);}

.home-news{background: url(../images/newsbg.png) no-repeat center bottom #fafafa;}
.home-news .homeTi{text-align: left;width: 20%;margin-bottom: 0;padding-top: 100px;}
.home-news .newsContent{width: 77%;}
.home-news .news-categary .catul{margin-top: 40px;}
.home-news .news-categary .catul li{width: 48%;line-height: 45px;text-align: center;background: #f1f1f1;cursor: pointer;margin-top: 20px;}
.home-news .news-categary .catul li.on{background: #fb0;}
.home-news .news-categary .catul li a{font-size: 16px;}
.home-news .newsContent li .F{width: calc(32.8% - 30px);padding: 100px 15px;position: relative;z-index: 3;border-left: 1px solid #f1f1f1;}
.home-news .newsContent li .F:last-child{border-right: 1px solid #f1f1f1;}
.home-news .newsContent li .F::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 0;background: #154b87;transition: .5s;z-index: -1;}
.home-news .newsContent li .F:hover::after{height: 100%;}
.home-news .newsContent li .F .time{font-size: 14px;color: #666;}
.home-news .newsContent li .F .time strong{float: left; font-size: 40px;font-weight: bold;}
.home-news .newsContent li .F .time p{float: left;margin: 27px 0 0 5px;}
.home-news .newsContent li .F .nti{font-size: 16px;margin: 10px 0 20px;}
.home-news .newsContent li .F .ndes{font-size: 14px;color: #666;line-height: 1.5;}
.home-news .newsContent li .F .nimg{height: 250px;overflow: hidden;margin-top: 20px;}
.home-news .newsContent li .F:hover .nti,
.home-news .newsContent li .F:hover .time strong,
.home-news .newsContent li .F:hover .time p,
.home-news .newsContent li .F:hover .ndes {color: #fff;}

.home-news .newsContent li .E{width: calc(22% - 40px);padding: 20px;background-color: #fafafa;}
.home-news .newsContent li .E:nth-child(n+5){margin-top: 40px;}
.home-news .newsContent li .E .time{font-size: 14px;color: #666;}
.home-news .newsContent li .E .nti{font-size: 16px;margin: 10px 0;}
.home-news .newsContent li .E .xian{width: 30px;height: 4px;background: #fb0;margin: 10px 0 20px;}
.home-news .newsContent li .E .ndes{font-size: 14px;color: #666;line-height: 1.5;}
.home-news .newsContent li .E:hover .nti{color: #fb0;}

/*footer*/
.footer{padding: 40px 0 20px; background: #333; color: #afafaf; position: relative;font-size: 14px;}
.footer a{ color: #afafaf;}
.icon-top{position: fixed;right: 50px;bottom: 50px;z-index: 999999;width: 60px;height: 60px;line-height: 60px;background: #154b87;cursor: pointer;font-size: 30px;font-weight: bold;color: #fff;text-align: center;border-radius: 10px;opacity: .5;}
.icon-top:hover{opacity: 1;}

.foot_l{ width: 200px; padding-right: 22px;}
.foot_c{ width: 28%;}
.foot_d{ width: 25%;}
.footer dl{ line-height: 54px; margin-bottom: 5px; font-size: 18px;}
.footer li{ width: 100px; float: left; line-height: 36px;}
.footer li a{ font-size: 14px;}
.footer li a:hover{color: #154b87;text-decoration: underline;}
.footer dd{float: left; line-height: 36px;margin-right: 5%;}
.footer dd a{ font-size: 14px;}
.footer dd a:hover{color: #154b87;text-decoration: underline;}
.footer dt{ line-height: 28px; font-size: 14px;}
.banquan{ line-height: 20px; color: #afafaf; text-align: center;}
.banquan a{ font-size: 14px; color: #afafaf;}
.yqlj{ line-height:29px;text-align: center;color: #fff;background: #333;}
.yq{ width: 120px;}
.yqlj dl{ font-size: 14px; font-weight: bold; color: #fff; float: left;}
.yqlj dt{color: #afafaf;font-size: 14px;}
.yqlj a{color: #afafaf;font-size: 14px; line-height: 29px; float: left; margin-right: 15px;}


.magTop{font-size: 18px;font-weight: bold;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #154b87;color: #154b87;}
.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;text-align: center;}
.contact-list li:hover{transform: translateY(-10px);}
.contact-list li div em{font-size: 14px;color: #154b87;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}
.inquiry{background-color:#eff2f7;border-radius:10px;box-sizing:border-box;padding:2%;margin-top:4%}
.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:#154b87!important}
.wmkcfeedback textarea:focus{border-color:#154b87!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:#154b87}
.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:#154b87}
.wmkcfeedback textarea.input-error{border-color:red}
.wmkcfeedback .in-send-btn{margin:0px auto;background: #154b87;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 #154b87;transition:all .1s linear;border: none;}
.wmkcfeedback .in-send-btn:hover{box-shadow:0 0 4px #154b87}
.contact .wmkcfeedback{background-color:#FCFCFC;border-radius:10px;box-sizing:border-box;padding:20px;margin-top:3%}
.wmkcfeedback .in-send-btn{min-width:200px;height:50px;border-radius:var(--border);background-color:#154b87;display:flex;align-items:center;justify-content:center;color:#FFFFFF;font-weight:var(--fontbold5);cursor:pointer;box-shadow:0 0 0 #154b87;transition:all .2s linear}
.wmkcfeedback .in-send-btn:hover{box-shadow:0px 0px 6px #154b87}
.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}

.productName{font-size: 25px;text-align: center;margin-bottom: 60px;}
.proTitle{font-size: 18px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;position: relative;text-transform: uppercase;color: #154b87;font-weight: bold;}
.proTitle::after{content: "";position: absolute;left: 0;bottom: -2px;width: 50px;height: 4px;background: #154b87;}


.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: #154b87;cursor: pointer;border: none;font-size: 16px;color: #fff;}
.ileft{float: right; width: 308px;}
.iright{float: left;width: 74%;}
.iright .e2{}
.e2 li{padding: 3%;border: 1px solid #f1f1f1;margin-bottom: 2%;position: relative;overflow: hidden;}
.e2 li dl dt{width: 100px;}
.e2 li dl dt .month{font-size: 20px;color: #666;}
.e2 li dl dt .date{font-size: 40px;font-weight: bold;color: #333;}
.e2 li dl dd{width: 80%;}
.e2 li .nti{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px dashed #ccc;}
.e2 li .nti .xian{width: 30px;height: 2px;float: left;background: #154b87;transition: 0.5s;margin-top: 17px;margin-right: 10px;}
.e2 li .tia{font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.e2 li:hover .tia{color: #154b87;}
.e2 li .des{font-size: 14px;line-height: 2;color: #666;}
.e2 li .des .desbo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.e2 li .in-more{display: flex;align-items: center;}
.e2 li .in-more i{display: block;width: 40px;height: 40px;background: url(../images/arrow.png) no-repeat center center;background-size: contain;}
.e2 li:hover .in-more i{background: url(../images/arrow-color.png) no-repeat center center;background-size: contain;}

.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;color: #666;}
.timeBar{color:#666;margin-bottom:40px;}
.guidbar_next{padding:10px 0px;border-top:1px solid #dadada;margin-top:20px;display: flex;justify-content: space-between;}
.guidbar_next li{font-size:14px;color:#666;text-align: right;}
.guidbar_next li a{color:#333;font-size: 14px;}
.page{margin-top:40px;clear:both;text-align: center;}
.page li{width: 50px; display: inline-block;margin: 0 5px;border:1px solid #ccc;}
.page li.current{background: #154b87;}
.page li.current a{color: #fff;}
.page .pages_hollow{line-height:25px;background: #154b87;color: #fff;border:1px solid #154b87;}
.page li a{display: block;color:#333;line-height:25px;}
.page li a:hover{background: #154b87;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;}
.content p{text-indent: 32px;}
.content img{max-width: 100%;display: block;margin: 0 auto;}
.mt5{ text-align: center;}
.iright{margin-bottom: 20px;}
.icpfl{background: #eee; }
.cpt{ background: url(../images/picA.png) no-repeat left center #154b87;background-size: 100px; 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 li{line-height: 50px;}
.cpb li:last-child{border-bottom: none;}
.cpb li>a{ font-size: 16px; color: #333333; display: block;text-indent: 32px;background: #f1f1f1;}
.cpb li a:hover{background: #f1f1f1;color: #154b87;font-weight: bold;}
.cpb li a.change{background: #f1f1f1;color: #154b87;font-weight: bold;}
.cpb dl dt{ line-height: 35px;}
.cpb dl dt a{ font-size: 15px; display: block;text-indent: 44px;}
.cpb dl dt:hover a{color: #154b87;font-weight: bold;}
.nlx{ margin-top: 20px;}
.nlxt{ height: 40px; line-height: 40px; background: #154b87; 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: #154b87;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: 100px auto;}
.rytp{width:31.7%;display: inline-block;margin-right: 1.9%;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;border: 1px solid #f1f1f1;height: 250px;}
.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 .caseheight{height: 300px;}
.rytp:hover .ryb p{color: #154b87;font-weight: bold;}
.rytp .ryb .more{display: block;border: 1px solid #154b87;line-height: 30px;text-align: center;font-size: 16px;}
.rytp:hover .more{background: #154b87;color: #fff;}
.nproduct{text-align: center;margin: 90px 0;font-size: 0;}
.nproduct li{width: 9%;display: inline-block;border: 1px solid #154b87;box-sizing: border-box;line-height: 40px;background: #f1f1f1;position: relative;border-right: none;}
.nproduct li:last-child{border-right: 1px solid #154b87;}
.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: #154b87;position: absolute;left: 0;top: 40px;width: 100%;z-index: 1;border: 1px solid #154b87;}
.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: #154b87;}
.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: #154b87;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}

/* tags */
.tags li{width: 24%;}
.tags li .tagsimg{height: 230px;overflow: hidden;}
.tags li p{line-height: 45px;text-align: center;font-size: 16px;background: #154b87;}
.newstags li{float: left; width: 48%;line-height: 35px;border-bottom: 1px dashed #ccc;font-size: 14px;}
.newstags li:nth-child(2n){float: right;}
.newstags li .tnewsTi{font-size: 14px;}

/* 内页 - 简介 */
.profile{padding: 80px 0;background: url(../images/inabout.png) no-repeat center bottom;}
.n_about{text-align: center;margin-bottom: 60px;}
.n_about strong{font-size: 65px;color: transparent;-webkit-text-stroke: 1px rgba(41, 57, 170, 0.2);text-transform: uppercase;}
.n_about p{font-size: 35px;color: #333;font-weight: bold;margin-top: -50px;}
.inAbout{}
.inAbout .inAboutLeft{}
.inAbout .inAboutLeft .inAboutC{text-indent: 32px;font-size: 16px;line-height: 2;color: #666;}
.inAbout .inAboutLeft .font1{font-size: 30px;color: #154b87;margin-bottom: 40px;}
.wh{background: url(../images/whbg.jpg) no-repeat center center;background-attachment: fixed;}
.wh ul li{width: calc(100% / 3);text-align: center;padding: 140px 0;color: #fff;height: 140px;position: relative;z-index: 3;overflow: hidden;}
.wh ul li+li{border-left: 1px solid #ccc;}
.wh ul li::after{content: "";position: absolute;z-index: -1; left: 0;top: -100%;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);transition: .5s;}
.wh ul li:hover::after{top: 0;}
.wh ul li span{font-size: 30px;font-weight: bold;}
.wh ul li p{font-size: 20px;line-height: 2;margin-top: 20px;}
.progress{padding: 80px 0;}
.eventPageLits{padding-top: 110px;position: relative;padding-bottom: 120px;}
.eventPageLits::before{display: block;content: "";width: 17px;height: 100%;position: absolute;left: 50%;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);background: url(../images/eventLine.png) no-repeat center top;}
.eventPageLits dd{margin-bottom: 55px;cursor: pointer;}
.eventPageLits dd .con .year{line-height: 40px;height: 40px;font-size: 36px;color: #333333;font-weight: bold;margin-bottom: 45px;text-align: center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.eventPageLits dd .con .pic{width: 600px;margin: 0 auto 60px;overflow: hidden;}
.eventPageLits dd .con .pic::before{padding-top: 55.8333%;}
.eventPageLits dd .con .text{line-height: 80px;height: 80px;position: relative;width: 80px;margin: 0 auto;}
.eventPageLits dd .con .text .yearC{width: 80px;height: 80px;border-radius: 50%;text-align: center;line-height: 80px;font-size: 20px;color: 444444;background-color: #154b87;margin: 0 auto;transition: all 0.3s;-webkit-transition: all 0.3s;color: #fff;}
.eventPageLits dd .con .text .textC{position: absolute;line-height: 35px;font-size: 20px;color: #666666;left: 120%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 615px;text-align: left;transition: all 0.3s;-webkit-transition: all 0.3s;}
.eventPageLits dd.even .con .text .textC{right: 120%;left: unset;}
.eventPageLits dd:hover .con .year{color: #154b87;}
.eventPageLits dd:hover .con .yearC{background-color: #e5b120;color: #fff;}
.eventPageLits dd:hover .con .textC{color: #154b87;}

/* 产品详情右侧 */
.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: #154b87;margin-right: 10px;}
.relatedPro ul li{text-align: center;width: 48%;}
.relatedPro ul li .rimg{overflow: hidden;height: 120px;}
.relatedPro ul li p{font-size: 16px;padding: 10px 0;}
.relatedPro ul li:hover p{font-weight: bold;color: #154b87;}
.relatedPro .wmkcfeedback input{width: 100%;}
.messageBox{padding: 20px;background: #154b87;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: #154b87;font-weight: bold;}

/* 内页 - 新闻 */
.pageNews{text-align: center;margin-bottom: 40px;}
.pageNews li{display: inline-block;line-height: 45px;background: #f1f1f1;width: 160px;}
.pageNews li a{font-size: 16px;display: block;}
.pageNews li a.in{background: #154b87;color: #fff}
/* 内页 - 联系我们 */
.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: #154b87;}

/* 侧边工具栏 */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{margin:0 auto 2px; background-color: #e5b120;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#e5b120;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}
.q_aside_item4{display: none;}

@media screen and (max-width: 1440px) {
	.contain,.wrapper{width: 1200px;}
	.home-product .proSort li{width: 19.1%;}
	.home-product .proContent dl dt{height: 280px;}
	.home-about{background-position: -340px 0;}
	.sbnr li:first-child{width: 510px;height: 565px;}
	.sbnr li{width: 320px;height: 276px;}
	.eventPageLits dd.even .con .text .textC{right: 70%;}
	.eventPageLits dd .con .text .textC{left: 80%;}
	/* 内页 */
	.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;}
}



