/*头部*/
.header {width: 100%;position: fixed;transition:all .5s; z-index: 9999; background:#fff; box-shadow: 0 0 4px rgba(0,0,0,0.25);}
.header .logo {float:left; display: block; height: 40px; margin: 15px 0 0; width: 120px; background: url(../images/logoon.png) no-repeat; background-size: 100%;transition: all .5s;-moz-transition: all .5s; -0-transition: all .4s;-webkit-transition: all .5s;}
.header .rightzx{float: right; padding-left: 40px;}

.langbtn { color: #666666; height: 30px; background: url(../images/language.png) no-repeat left center; background-size: 18px auto; line-height: 30px; float:right; padding-left: 30px; margin-top: 20px; margin-left: 25px;}

.nav ul >li.navitem {float:left;display:block;font-size:16px;text-align:center;line-height:70px;position:relative;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;}
.nav ul >li.navitem a{display:block;text-align:center; position: inherit;z-index: 3;transition:all .3s;}
.nav ul >li.navitem >a {padding: 0 25px;}
.nav ul >li.navitem::after {content: "";position: absolute;bottom: 15px;left: 0;right: 0;width: 0px;height: 2px;margin: 0 auto;background: #ff3300;transition: all .35s;z-index: 2;border-radius: 50px;opacity: 0;}
.nav ul >li.navitem.hover::after,.nav ul >li.navitem:hover::after {width: 35px;bottom: 15px;opacity: 1;}
.nav ul >li.navitem.hover >a,.nav ul >li.navitem:hover >a {color: #ff3300;}
.nav ul >li.navitem .subnav {position: absolute;margin-top: 20px;width: 180px;visibility: hidden;opacity: 0;transition: all .5s;-moz-transition: all .5s; -0-transition: all .5s;-webkit-transition: all .5s;left: 5px;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background: #fff;z-index: 109;}
.nav ul >li.navitem .subnav li {/* padding: 0 20px; */overflow: hidden;}
.nav ul >li.navitem .subnav li a:hover {background: #ff3300;}
.nav ul >li.navitem .subnav li:first-child { margin-top: 10px;}
.nav ul >li.navitem .subnav a {display: block;font-size: 14px;line-height:34px; color: #444; text-align: left; padding: 0 20px;}
.nav ul >li.navitem .subnav a i {font-size: 12px; color: #ccc;transition:all .3s;}
.nav ul >li.navitem:hover .subnav {visibility: visible;opacity: 1;margin-top: 10px;overflow: visible;}
.nav ul >li.navitem .subnav li:last-child{border-bottom:0;margin-bottom: 10px;}
.nav ul >li.navitem .subnav::before {content: "";position: absolute;right: 0;top: -16px;left: 48px;display: block;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #FFF;}
.nav ul >li.navitem .subnav li a:hover{color: #fff; padding: 0 20px 0 25px;}
.nav ul >li.navitem .subnav li a:hover i {color: #ff3300;}
.wrapper{width:1440px; margin:0px auto;}
.w1200{width:1200px; margin: 0px auto;}
.topblank{min-height: 60px;}

.header .wrapper{width:auto; margin: 0 5%;}
.search-wrap{width: 100%; height: 80px; background: rgba(235, 235, 235, .95); position: fixed; left: 0; top: 70px; z-index: 999; display: none;}
.search-wrap .wrap{position: relative;}
.search-wrap .wrap>a{display: block; width: 22px; height: 22px; position: absolute; right: 50px; top: 8px; transition: all .35s;}
.searchbox{margin-top: 25px;}
.icon-search{background: url(../images/search.png) no-repeat; width:20px; height: 20px; background-size: 20px; display: block; cursor: pointer;}
.icon-close{background: url(../images/close.png) no-repeat; width:22px; height: 22px; background-size: 22px; display: block;}
.search-wrap .box{max-width: 500px; margin: 20px auto; position: relative;}
.search-wrap input{background: none; border-bottom: 1px solid rgba(0,0,0,.1); padding: 10px 5px; width: 100%; box-sizing: border-box; transition: all .2s;}
.search-wrap input:focus{border-bottom: 1px solid rgba(0,0,0,.2);}
.search-wrap .box a{display: block; width: 22px; height: 22px; position: absolute; right: 8px; top: 8px; text-align: center; line-height: 22px; transition: all .2s;}
@media(max-width:1600px){
	.wrapper{width:1400px;}
}
@media(max-width:1440px){
	.wrapper{width:1200px;}
}
.mbmenu{ display:none;}
.pd100{ padding: 100px 0;}
.pd60{ padding: 60px 0;}

.iconnav { padding: 45px 0;}
.icoheight{min-height: 40px;}
.iconnav ul li { float: left; width:16.666%;}
.iconnav ul li a { display: block; text-align: center;}
.iconnav ul li i { display: block; height: 100px; width: 100px; border-radius:50%; border: 1px solid #ddd; margin:0 auto; background-repeat: no-repeat; background-position: 50% 0; content: ''; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}
.iconnav ul li:hover i { background-position: 50% 100%; background: #3857fa; border: 1px solid #3857fa;}
.iconnav ul li h3 { font-size: 16px; font-weight: normal; margin-top: 20px;}
.iconnav ul li:hover h3 { color: #ac1001;}

.hotproduct{margin: 25px -10px 0;}
.hotproduct li{ width:25%; float:left; position: relative;}
.hotproduct .hotbox{ border-radius: 5px; overflow: hidden; margin: 10px;}
.hotproduct li:first-child{width:50%}

.hotproduct .img-box { display: block; width: 100%; position: relative; overflow: hidden;}
.hotproduct .img-box img { width: 100%; transform: translateZ(0px); transition: transform 0.3s ease 0s;}
.hotproduct .img-box:hover img { transform: scale(1.1, 1.1); transition: transform 0.6s ease 0s;}
.hotproduct .img-box:hover .up-graybox { opacity: 1; filter: alpha(opacity=1);}
.hotproduct .up-graybox {width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;filter: alpha(opacity=0); transition: all 0.4s ease 0s;}
.hotproduct .up-graybox .bgbox {display: block;width: 100%; height: 100%; background-color: #000; opacity: 0.5; filter: alpha(opacity=50);}
.hotproduct .up-graybox .stit {font-size: 16px; line-height: 30px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px; color: #fff;}
.hotproduct .up-graybox .line { display: inline-block; width: 100px; height: 1px; background-color: #f2f2f2; position: absolute; left: 50%; margin-left: -50px; transition: all 0.6s ease 0s;}
.hotproduct .up-graybox .linet {top: 0;}
.hotproduct .up-graybox .lineb {bottom: 0;}
.hotproduct .up-graybox:hover .line {width: 6px; margin-left: -3px; opacity: 0.6; filter: alpha(opacity=60);}
.hometit{height: 50px;}
.hometit-l{float:left; font-size: 32px; color: #000000;line-height:1;}
.hometit-r{float:right; font-size: 16px; margin-top: 10px; line-height:26px; border-bottom: 1px solid #666;}
.graybox{background: #f0f2f5;}
.sortb{overflow: hidden;}
.sortb ul{}
.sortb li{position: relative;float:left; width:33.333%; overflow: hidden;}
.sortb li img {transition: all .5s ease; width: 100%;}
.sortb li:hover img {transform: scale3D(1.1, 1.1, 1.1);}
.infobg{background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));position:absolute;left:0; bottom:0; width:100%;height: 60%;z-index: 99;}
.sortb .info{position:absolute;/* top:50%;left:50%;transform:translate(-50%,-50%); */width:100%; z-index: 999;color:#fff; bottom:0; left:0; font-weight: lighter;}
.sortb .info .title{font-size:16px; color: #fff; margin: 0 35px;}
.sortb .info .moresort{margin: 20px 35px 35px; border:1px solid rgba(255,255,255,0.3); display: inline-block; padding: 6px 16px; background: rgba(0,0,0,0.2);transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.sortb li:hover .info .moresort{background:rgba(230,0,18,.7); border:1px solid rgba(230,0,18,.7)}
/*底部*/
.footer{background:#282e39;color:#9ca1ac;padding:60px 0}
.footer .ewm{padding-top: 10px;}
.footer .ewm span{font-family:'Montserrat-SemiBold'; font-size: 24px; color: #fff; display: block; margin-bottom: 10px;}
.footer .ewm .fr{float:left; margin-left: 50px; line-height:2; font-family:'Montserrat';}
.footer .ewm .fr em{display: inline-block; margin-left: 20px;}
.footer .fl{text-align: center;}
.footer .ewm img{width:125px;background: #fff; padding: 5px; margin-bottom: 10px;}
.footer .address{/* font-size: 12px; */padding-top: 20px; line-height: 2;}
.footer h3{font-size:14px; font-weight: bold; padding-bottom: 10px; color:#fff;}
.footer a{color:#9ca1ac;}
.footer a:hover{color:#3857fa;}
.footer .links_l{float:left;}
.footer dd{ line-height: 30px;}
.footer .links_r{float:right; width:500px; line-height:28px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer .linklist{}
.copyright{background: #000; color:rgba(255,255,255,.9); line-height: 60px;}
.friendlink{line-height:22px; padding:40px 0; font-size: 12px;}
.friendlink a{margin-right:20px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 100px;}
.morebox{text-align: center;}
.morebtn{ display:inline-block; line-height: 40px;  padding: 0 40px; font-size: 14px; text-align: center; text-indent: 0px; border: 1px solid #ccc;}
.morebtn:hover{color: #333;padding: 0 60px;}
.morebtn i{font-size: 14px;text-indent: -8px; color: #fff; display: inline-block; opacity: 0; transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.morebtn:hover i{color: #333; text-indent: 8px; opacity: 1}
/*banner*/
.banner{height: 100%;width: 100%; position: relative;}
.bannerfont{position: absolute; left:0; top:40%; z-index: 999; width:100%; color: #fff;}
.bannerfont h2{font-size: 42px; font-weight: lighter; line-height: 1.5;}
.bannerfont h3{font-size: 18px; font-weight: lighter; line-height: 1.8; margin-top: 16px; max-width:550px; color: #cbe2ff;}
.PC_ban{display: block;}
.Mob_ban{display: none;}
.banner .swiper-button-next,.banner .swiper-button-prev{background: url(../images/rightjt.png) no-repeat center center rgba(0,0,0,.2);width: 50px;height: 50px; border-radius:50%; right:0px;}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-prev {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 4px;width:15px;border-radius: 2px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:35px !important;background: #ffff00 !important;opacity: 1 !important;}
.banner .swiper-button-next{right: 30px!important;left: auto!important;}
.banner .swiper-button-prev{left: 30px!important;}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
@media(max-width:1024px){
	.banner .swiper-pagination{display: none;}
	.PC_ban{display: none;}
	.Mob_ban{display: block;}
	.bannerfont{}
	.banner .swiper-button-next,.banner .swiper-button-prev{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev{left: 10px!important;}
	.bannerfont h2{font-size:18px; padding-left: 10px;}
	.bannerfont h3{display: none;}
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}

/*内页*/
.abbanner{background-repeat: no-repeat; background-position: center center; height: 300px; background-size: cover;}
.childmenu{margin-top:0;}
.childmenu{height: 80px; box-shadow: 0 4px 10px -4px rgba(24, 92, 197, 0.18); display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; overflow: hidden;}
.childmenu>a{display: block; height: 100%; font-size: 16px; text-align: center; width: 33.333333%; line-height: 80px; background: #fff; color: #2e2d3c; position: relative; z-index: 9; transition: all .35s;}
.childmenu>a::after{content: ''; display: block; width: 1px; height: 18px; background: #ccc; position: absolute; right: 0; top: 31px;}
.childmenu>a:last-child::after{display: none;}
.childmenu>a:hover{background: #3857fa; color: #fff;}
.childmenu>a.active{background: #3857fa; color: #fff;}
.childmenu>a:hover::after,.childmenu>a.active::after{display: none;}
.pd40{padding: 40px 0 60px;}
.location{line-height: 20px; height:45px; position: relative;}
.location i{background: url(../images/homeico.png) no-repeat; width: 16px; height: 17px; top:2px; display: block; position: absolute; left:0;}
.location span{margin-left: 22px;}
.qianhui{background: #f7f7f7;}
.aboutcontent{line-height: 2; font-size: 16px; padding: 50px 0 0;}
.productcontent{ background: #fff; padding:45px;}
.productlist{ padding: 30px 0 0;}
.productlist ul{margin-left: -20px;}
.productlist li{background: #fff;float:left; width:calc(100% / 4 - 20px);width:-webkit-calc(100% / 4 - 20px); margin-left: 20px; margin-top: 20px;transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.productlist .proimg{overflow: hidden;}
.productlist .proimg img{transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease; width:100%}
.productlist li:hover .proimg img{transform: scale(1.1);}
.productlist li:hover{box-shadow: 0 0 15px rgba(0,0,0,.2);}
.productlist h2{font-size: 16px; text-align: center; padding: 20px 0;}

.mt30{margin-top: 30px;}
.othertit{font-size: 18px; font-weight: bold; margin-top: 30px;}
.prosm{padding:0;}
.prosm-left{float:left; width:56%}

.img-list {}
.img-list .big-img {margin-bottom: 10px;}
/* .product-info .img-list .img-box::before {content: "";display: block;} */
.img-list .swiper-box .img-box {cursor: pointer; position: relative;}
.img-list .swiper-box .img-box::after {content: "";display: block; position: absolute;left: 0;top: 0; border: 1px solid transparent; height: 100%;width: 100%;transition: all 0.3s; box-sizing: border-box;}
.img-list .swiper-box .on .img-box::after {border-color: #00a3b7;}

.prosm-right{float:right; width:39%}
.prosm-right h1{font-size: 24px; line-height: 1.5; padding-top: 5px;}
.prosmlist{color: #666; font-size: 14px; padding: 20px 0; line-height: 40px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin: 20px 0;}
.more { display: block; width: 150px; height: 50px; text-align: center; line-height: 50px; background: #aaa; font-size: 16px; color: #ffffff; -webkit-transition: all 0.5s; transition: all 0.5s; }
.more:hover { background: #3857fa; color: #ffffff;}
.title_box { border-bottom: 1px solid #ddd; text-align: center;}
.title_box .title { display: inline-block; height: 40px; border-bottom: 4px solid #333; line-height: 40px; font-size: 22px;}
.viewcontent{padding: 35px 0; color: #666; line-height: 2;}
.viewcontent img{display: block; margin: 15px auto 0; text-align: center;}

.viewprocontent{padding: 35px 0; color: #666;}
.viewprocontent img{display: block; margin: 0px auto; text-align: center;}

.contactinfo{background:#fff; margin-bottom: 40px; box-shadow: 0 4px 10px rgba(24, 92, 197, 0.1); padding: 40px 0;font-family: 'Montserrat';}
.contactinfo li{float:left; width:30%; margin-right: 5%; text-align: center;}
.contactinfo li:nth-child(3){margin-right: 0;}
.contactinfo .info{line-height: 2; font-size: 16px;}
.contactinfo .info h2{font-size: 22px; text-transform: uppercase; margin-bottom: 5px;}
.contactinfo .icon{margin-top: 10px;}
.mapheight{min-height: 400px;width:100%;}
.mapbox{background:#fff; margin-top: 40px; box-shadow: 0 4px 10px rgba(24, 92, 197, 0.1);padding: 40px;}

.honor {width: 100%;position: relative; margin: 20px 0 0;}
.honor .swiper-container {width: 100%;}
.honor .swiper-container .swiper-wrapper .swiper-slide {cursor: pointer;}
.honor .swiper-container .swiper-wrapper .swiper-slide .pic {width: 100%; overflow: hidden;}
.honor .swiper-container .swiper-wrapper .swiper-slide .pic img {width: 100%;display: block; object-fit: cover; transition: all 1s ease; -webkit-transition: all 1s ease; transform: scale(0.9); opacity: .5;}
.honor .swiper-container .swiper-wrapper .swiper-slide .text {font-size:16px;text-align: center; margin-top: 20px;opacity: 0; transform: translateY(20px);transition: all 20ms;}
.honor .swiper-container .swiper-wrapper .swiper-slide-active .pic img {transform: scale(1);opacity: 1;}
.honor .swiper-container .swiper-wrapper .swiper-slide-active .text {transform: translateY(0px);opacity: 1;}
.honor .prev{ position: absolute; top: 45%; z-index: 100; left: 0;}
.honor .next{ position: absolute; top: 45%; z-index: 100; right: 0;}
.honor .prev,.honor .next{ border-radius: 50%; border: 2px solid #aaa; background-color: #fff; width: 40px; height: 40px; cursor: pointer; transition: ease all .5s;}
.honor .prev:after { content: ""; position: absolute; top: 16px; left: 17px; width: 10px; height: 10px; border-right: 1px solid #7c8287; border-top: 1px solid #7c8287; border-left: 0; border-bottom: 0; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);transition: all .5s ease;}
.honor .next:after { content: ""; position: absolute; top: 16px; right: 17px; width: 10px; height: 10px; border-right: 1px solid #7c8287; border-top: 1px solid #7c8287; border-left: 0; border-bottom: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);transition: all .5s ease;}
.honor .prev:hover,.honor .next:hover{border-color: #3857fa;}
.honor .prev:hover:after{border-right: 1px solid #3857fa; border-top: 1px solid #3857fa;}
.honor .next:hover:after{border-right: 1px solid #3857fa; border-top: 1px solid #3857fa;}
.wenhua{}
.wenhua li{float:left; width:48%; color: #666; font-size: 16px;}
.wenhua li:last-child{float:right;}
.wenhua h3{font-size: 22px; line-height: 30px;margin: 30px 0 15px; color: #222;}
/* 新闻中心 */
.newsmain{padding:40px 0 0;}
.newsmain ul li{border-bottom: 1px solid #ddd; padding:25px 0;}
.newsmain ul li:nth-child(1){ padding:0 0 25px;}
.newsmain .img{width:30%;float: left; overflow: hidden;}
.newsmain .img img{transition:all .5s ease;}
.newsmain .text{width: 66%;float: right;}
.newsmain .text h2{font-size:18px;color: #333;line-height:30px;height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition: all .4s ease;}
.newsmain .text .desc{color: #888;line-height: 26px;height: 78px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;margin-top:10px;}
.newsmain .text span{color: #999;display: block;margin-top: 32px;}
.newsmain li:hover img{transform: scale(1.1);}
.newsmain li:hover h2{color: #3857fa;}
.viewbox{color:#999; line-height:1.5; text-align: center; border-bottom: 1px dotted #d5d5d5; padding: 10px 0 15px;}
.center{text-align: center;}
.viewbox h2{font-size: 24px; color: #222; margin-bottom: 5px;}
.viewbox span{padding-right: 20px;}
.context{height:60px; line-height: 60px;border-bottom: 1px solid #e2e2e2;border-top: 1px solid #e2e2e2;}
.context li{float:left; width:50%; padding-left: 20px; box-sizing: border-box; position: relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.context li:before { content: ""; position: absolute; top: 27px; left: 0px; border-left: 6px solid transparent; border-bottom: 6px solid #000; border-right: 6px solid transparent;}
.context li:last-child{text-align: right; padding-right: 20px;}
.context li:last-child:before{display: none;}
.context li:last-child:after { content: ""; position: absolute; top: 27px; right: 0px; border-left: 6px solid transparent; border-top: 6px solid #000; border-bottom: 6px solid transparent; border-right: 6px solid transparent;}
/*右侧工具条*/
.toolbar {position: fixed; z-index: 999; right: 2px;bottom: 65px; width: 65px;}
.toolbar .toolitem {position: relative; width: 65px; padding: 5px 0; background: #888; margin-top: 2px; text-align: center; color: #fff;}
.toolbar .toolitem p{line-height: 20px; font-size: 12px;}
.toolbar .toolitem:hover {background:#3857fa}
.toolbar .toolitem:hover .toolbox {opacity: 1;display: block;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}
.toolbar .toolbox {display: none;position: absolute;text-align: center;right: 72px;top: 31px;width: 160px;height: auto; padding: 20px 15px; opacity: 0; background: #fff;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;border:1px solid #e2e2e2;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.toolbar .toolbox img{width:110px}
.toolbar .tooltit {font-size: 14px; color: #444; line-height: 24px; text-align: left;}
.toolbar .toolfont {text-align: left; margin: 10px 0; font-size: 20px;font-weight: bold;color: #3857fa;}
.toolbar .tooltext {font-size: 12px;color: #888;text-align: left;}
.toolbar .toolitem:hover .arrow{position:absolute; width:8px;height:12px; background:url(../images/kefu_arrow.png) no-repeat; right:65px; top:30px; z-index: 99;}
.toolbar .tce{text-align: center; margin-bottom: 5px;}
.toolbar a {display: block; color: #fff;}
.wxico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/wxico.png);}
.jtico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/zxico.png);}
.telico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/telico.png);}
@media (max-width:1024px) {
	.toolbar {display: none}
	.search-wrap{width: 100%; height: 60px; top:55px;}
	.search-wrap .wrap>a{ right: 15px; top: 8px;}
	.searchbox{margin-top: 0px; position:fixed; right:60px; top:18px}
	.search-wrap .box{max-width: 76%; margin: 8px auto 0; position: relative;}
	.langbtn { margin-top: 14px; margin-left: 0; margin-right: 50px; padding-left: 26px;}
}
.sortmenu{margin-top:0;}
.sortmenu{height: 80px; box-shadow: 0 4px 10px -4px rgba(24, 92, 197, 0.18);}
.sortmenu ul{display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.sortmenu li{display: block; height: 100%; font-size: 16px; text-align: center; width: 33.333333%; line-height: 80px; background: #fff; color: #2e2d3c; position: relative; z-index: 9; transition: all .35s;}
.sortmenu li.subnav::after{content: ''; display: block; width: 1px; height: 18px; background: #ccc; position: absolute; right: 0; top: 31px;}
.sortmenu li.subnav:last-child::after{display: none;}
.sortmenu li a:hover,.sortmenu li.active:hover{background: #3857fa; color: #fff;}
.sortmenu li a.active{background: #3857fa; color: #fff;}
.sortmenu li:hover::after{display: none;}
.sortmenu li a{display: block;transition: all .5s ease;-webkit-transition: all .5s ease;}
.sortmenu ul >li.subnav.hover >a,.sortmenu ul >li.subnav:hover >a {background: #3857fa; color: #fff;}
.sortmenu .nav-sub {width:100%;background: #fff;position: absolute;top: 80px;left: 0px;height: auto;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.sortmenu .nav-sub.active {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.sortmenu .nav-sub.active .se-nav-sub { opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .3s ease;transition: all .3s ease;}
.sortmenu .nav-sub .se-nav-sub {opacity: 0;-webkit-transform: translate(0, -20px);-ms-transform: translate(0, -20px);transform: translate(0, -20px);-webkit-transition: all .3s ease;transition: all .3s ease;}
.sortmenu .nav-sub a {height: auto;line-height:20px;display: block;padding: 8px 10px 8px 20px;text-align: left;color: #222;font-size: 14px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.sortmenu .nav-sub a:hover {background-color: #999;color: #fff;}
@media(max-width:1024px){
	.sortmenu{height: 80px; width:100%; display: none;}
	.sortmenu ul{display: inline-flex; flex-direction: column; width:100%}
	.sortmenu li{display: block; height: 100%; font-size: 16px; text-align: center; width:100%; line-height: 80px; background: #fff; color: #2e2d3c; position: relative; z-index: 9; transition: all .35s;}
}