/*

Theme Name: 索普2019自适应主题

Author: 索普科技

Author URI: http://www.sp88.cn.com/

Description: 这是我们专门为客户定制版

Version: 1.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/* reset */



/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html {

	color: #333;

	background: #fff;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}


/* 内外边距通常让各个浏览器样式的表现位置不同 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	margin: 0;

	padding: 0;

}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;

}

/* HTML5 媒体文件跟 img 保持一致 */

audio, canvas, video {

	display: inline-block;

 *display: inline;

 *zoom: 1;

}

/* 要注意表单元素并不继承父级 font 的问题 */



body, button, input, select, textarea {

	-webkit-font-smoothing: antialiased;

	background-color: #fff;

	font: 14px/1.6  Arial, Open Sans,"Montserrat", Helvetica,  sans-serif;

	color: #1e1e1e;letter-spacing: 0.25px;

}

input, select, textarea {

	font-size: 100%;

}

/* 去掉各 table cell 的边距并让其边重合 */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/* IE bug fixed: th 不继承 text-align */

th {

	text-align: inherit;

}

/* 去除默认边框 */

fieldset, img {

	border: 0;

}

/* ie6 7 8(q) bug 显示为行内表现 */

iframe {

	display: block;

}

/* 去掉 firefox 下此元素的边框 */

abbr, acronym {

	border: 0;

	font-variant: normal;

}

/* 一致的 del 样式 */

del {

	text-decoration: line-through;

}

i {

	font-style: normal;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ line-height: 1.5;letter-spacing: -0.25px; font-family:Arial, Open Sans, "Montserrat", Helvetica, sans-serif;}

address, caption, cite, code, dfn, em, th, var {

	font-style: normal;

	font-weight: 500;

}

/* 去掉列表前的标识, li 会继承 */

ol, ul {

	list-style: none;

}

/* 对齐是排版最重要的因素, 别让什么都居中 */

caption, th {

	text-align: left;

}

/* 解决ie下重复最后字符 */

q:before, q:after {

	content: '';

}

/* 统一上标和下标 */

sub, sup {

	position: relative;

	font-size: 75%;

	line-height: 0;

	vertical-align: baseline;

}

sup {

	top: -0.5em;

}

sub {

	bottom: -0.25em;

}

/* 默认不显示下划线，保持页面简洁 */

ins, a {

	text-decoration: none;

}

a, .y-lnk-highlight, .y-lnk, .y-lnk-gray, .y-lnk-highlight {

	-webkit-transition: color .2s;

	-moz-transition: color .2s;

	-ms-transition: color .2s;

	-o-transition: color .2s;

}

a {

	color: #209533; text-decoration: none;

}

a:hover{ color: #1dd652; text-decoration: none}

/*topbar*/



.input-group .form-control:not(:first-child) {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}

.form-group .form-control {

    padding-left: 2.375rem;

}



.form-group .form-control-icon {

    position: absolute;

    z-index: 2;

    display: block;

    width: 2.375rem;

    height: 2.375rem;

    line-height: 2.375rem;

    text-align: center;

    pointer-events: none;

    color: #aaa;

}

/*main menu*/

.nav li:hover>.dropdown-menu {

  display: block;



}



/*back top*/

#toTop{position:fixed;right:20px;bottom:20px;z-index:999;display:none;padding:10px 0 0 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#0062B2;text-align:center;font-size:3.125rem;opacity:.6;cursor:pointer;filter:alpha(opacity=40);}

#toTop:hover{opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;filter:alpha(opacity=100);-ms-transition:all .3s}

/* ---------------------------------------------------

    SIDEBAR STYLE

----------------------------------------------------- */



#sidebar {

    width: 250px;

    position: fixed;

    top: 0;

    left: -250px;

    height: 100vh;

    z-index: 999;

    background: #7386D5;

    color: #fff;

    transition: all 0.3s;

    overflow-y: scroll;

}



#sidebar.active {

    left: 0;

}







.overlay {

    display: none;

    position: fixed;

    width: 100vw;

    height: 100vh;

    background: rgba(0, 0, 0, 0.7);

    z-index: 998;

    opacity: 0; left: 0;top: 0;

    transition: all 0.5s ease-in-out;

}

.overlay.active {

    display: block;

    opacity: 1;

}



#sidebar .sidebar-header {

    padding: 20px;

    background: #6d7fcc;

}



#sidebar ul.components {

    padding: 20px 0;

    border-bottom: 1px solid #47748b;

}



#sidebar ul p {

    color: #fff;

    padding: 10px;

}



#sidebar ul li a {

    padding: .5rem 2rem;

    font-size: 1.1em;

    display: block;

}



#sidebar ul li a:hover {

    color: #7386D5;

    background: #fff;

}



#sidebar ul li.active>a{color: #fff; background: #35994C}

#sidebar ul li.active .dropdown-menu li.active a{ background: none;color:#35994C;}

.suopu-all-wrapper{    min-height: 100vh;

    transition: all 0.3s;

    position: absolute;

    top: 0;

    right: 0; overflow: hidden;}

#sidebar{ background: #fff}

#sidebar li{ border-bottom: 1px solid #ddd}

#sidebar .dropdown-menu{ position: static; display: block; border: 0; background:none; padding: 0; min-width:inherit}

#sidebar li .dropdown-menu li{ border-bottom: 0}











/*sp-homebanner*/

.sp-homebanner {position: relative;}

.sp-homebanner .main-banner-wrap, .sp-homebanner #sp-banner2018 ,.sp-homebanner .main-pro .main-wrap,.sp-homebanner .main-pro .main-wrap .container ,.sp-homebanner .main-pro .main-wrap .container .row,.sp-homebanner .main-pro-img ,.sp-slider .container , .sp-slider .container .row  {

    height: 100%;

}

.sp-homebanner .slick-dotted.slick-slider{ margin-bottom: 0}

.sp-homebanner .slick-prev{ left: 15px; z-index: 9}

.sp-homebanner .slick-next{ right: 15px;}

#sp-slider .slick-dotted.slick-slider {margin-bottom: 0px;}

.sp-homebanner .slick-dots li button:before{ font-size: 18px; color: #ddd; opacity:.8}

.sp-homebanner .slick-dots li.slick-active button:before{ color: #0062B2; opacity: 1}

.sp-homebanner .slick-dots { bottom: 10px; padding: 0;transform:none}

.sp-slider {

    background-size: cover;

    background-position: center bottom;

    background-repeat: no-repeat;

	height: 600px;



}

.sp-homebanner .slick-prev:before,.sp-homebanner .slick-next:before{ font-size: 50px;}

.sp-homebanner .slick-prev,.sp-homebanner .slick-next{ width: 50px; height: 50px;}

@media (min-width: 1220px){

.container {max-width: 1200px;}

}

img{ max-width: 100%}

.post-thumbnail{ transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s; overflow: hidden;}

.post-thumbnail:hover img,.new-list-info .item:hover .post-thumbnail img{

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;

    cursor: pointer;

}

.vc_row{ margin: 0 auto!important;}

.wpb_content_element{ margin-bottom: 0!important}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{ padding-top: 0!important}

.vc_col-sm-12{ float: none!important}

.slick-next, .slick-prev{ margin-top: 0!important}

.sopu-breadcrumb{ background:none;color: #929292; }

.sopu-breadcrumb a{color: #929292; }

.sopu-breadcrumb #crumbs{padding: 20px 0;border-bottom: 1px solid #ededed;}

#sp-banner2019 .silder-item{ opacity: 0}

#sp-banner2019 .silder-item:first-child{ opacity: 1}

.new-list-right h3.post-title{ font-size:1rem; font-weight: bold; line-height: 1.75rem; height: 1.75rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0}

.new-list-right .the-post-excerpt{ color: #898989; line-height: 1.5rem;}

.page-next-pre{ padding: 1rem 0; width: 100%}

.pagination{ display: block!important; }

.pagination li{ display: inline-block; margin: 0 0.35714286em 0 0; border: 1px solid #ddd; background: #fff;}

.pagination li a{ display: block;color: #8a8a8a;padding: 8px 15px;}

.pagination li.active{padding: 8px 15px;}

.pagination li.active,.pagination li:hover{background: #f6f6f6;border: 1px solid #009943;color: #009943;}

.pagination li:hover a{color: #1e1e1e;}

.new-list-info article:first-child .item{ padding-top: 0}

.screen-reader-text{ display: none;}

.suopu-prev-next{ padding: 1rem 0; margin-top: 1.5rem}

.suopu-prev-next .meta-nav{ display: block;text-transform: uppercase;}

.meta-nav{ font-weight: bold; color: #000}

.post-navigation .nav-links .post-title { display: block; height: 30px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 50%; float: left;}

.post-navigation .nav-links .nav-previous{ padding-right: 15px;}

.post-navigation .nav-links .nav-previous .meta-nav:before{ content: "\f104";font-family: "Font Awesome 5 Pro"; margin-right: 5px;}

.post-navigation .nav-links .nav-next{ text-align: right; padding-left: 15px;}

.post-navigation .nav-links .nav-next .meta-nav:after{content: "\f105";font-family: "Font Awesome 5 Pro";  margin-left: 5px}

.post-navigation .nav-links a{color: #8a8a8a;}

.post-navigation .nav-links:after {

 content: ".";

 display: block;

 height: 0px;

 font-size:0px;

 clear: both;

 visibility: hidden;

}

.left-column-nav h2.title{ font-size: 1.3rem; background: #0062B2; color: #fff; padding: 0.5rem 1rem;}

.left-column-nav .menu li a { display: block;background: #f0f4f4; margin-top: 5px;padding: 0 1rem; font-size: 1rem; line-height: 45px;}

.left-column-nav .menu li a:after{content: "\f105";font-family: "Font Awesome 5 Pro"; font-size: 22px; float: right}

.left-column-nav .menu li a:hover{ background: #c6ba52; color: #fff}

.left-column-nav .menu li.current-menu-item a,.left-column-nav .menu li.current-menu-parent a{ color: #bfb346}

.left-column-nav .menu li.current-menu-item:hover a,.left-column-nav .menu li.current-menu-parent:hover a{ color: #fff}

.left-contact{ background: #f0f4f4; margin-top: 1.25rem}

.left-contact .contact-img img{ width: 100%}

.left-contact .contact-btn{ padding:1rem 2rem 0.5rem 2rem;}

.left-contact .contact-btn a{ background: #d41010; color: #fff; display: block; line-height: 2.5rem; font-size: 1rem}

.left-contact .contact-btn a:hover{ opacity: .8}

.left-contact .contact-txt{ color: #1f395e; font-size: 1rem; font-weight: bold;}

.left-contact .contact-tel{ color: #1f395e; font-size: 1.3rem; padding-bottom: 1rem}

.suopu-navbar{ line-height: 2rem; font-size: 1rem;}

.suopu-navbar a{ display:inline-block; color:#333}

.suopu-navbar li.active a{ background: none; color:#68E886}

.suopu-navbar .nav-pills .nav-link{ border-radius: 0; font-weight: bold; position: relative}

.suopu-navbar .nav-pills .nav-link:after {

    content: "";

    height: 2px;

    position: absolute;

    top: 40px;

    display: block;

    background: #0062B2;

    left: 0;

    right: 0;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden; border: 0; margin: 0

}

.suopu-navbar .nav-pills li:hover .nav-link:after{opacity: 1;filter: alpha(opacity=1);visibility:visible}

#menu-mainmenu .dropdown-menu{ text-transform: capitalize; margin: 0; padding: 0 10px; border: 0;box-shadow: 0 0.461538em 0.923077em rgba(0, 0, 0, 0.175); border-radius: 0; min-width: 200px}

#menu-mainmenu .dropdown-menu .nav-item{ text-align: left;}

.suopu-navbar li  a{transition: all .2s ease-in-out;}

.suopu-navbar li.active li a{ color: #333}

.suopu-navbar .dropdown-item{padding: 0.5em 1rem;line-height: 1.6; font-weight: normal;}

.suopu-navbar li li a:hover{ color: #0062B2; font-weight: normal}

.img-circle{ border-radius: 50%}

.single-post .item-content-inner p{ color: #5f5f5f;line-height: 1.8;}

.sp-mbheader-wrapper{background: #fff;}

.sp-mbheader-wrapper .btn-info{ background: none; border: 0; color: #fff}

.sub-section{ padding-top: 4rem; padding-bottom: 4rem}

.sub-container{ padding-left: 0; padding-right: 0}

.full-img.wpb_single_image .vc_figure,.full-img.wpb_single_image .vc_single_image-wrapper{ display: block;}

.full-img.wpb_single_image .vc_single_image-wrapper img{ width: 100%}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{ font-size:14px!important;}



.sp-header-wrapper{ position: relative;width: 100%; background: #fff}

.header-fix{position: fixed;top: 0;box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);

    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);

    -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);

    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);

    -o-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);z-index: 9999;}



    /**Mega Menu **/

.navbar .container {

    position: relative;

}

.navbar-nav, .navbar .collapse, .navbar-nav li {

  position: static;

}

.menu-item-has-children, .menu-item-has-children .dropdown-menu {

  left: auto;

}

.menu-item-has-children .dropdown-menu {

  width: auto !important;

}

.page-content p{ margin-bottom: 15px;}

.sub-section-t{ padding-top: 0}

/* Make dropdown visible on hover */

@media (min-width: 767px) {

  .dropdown > .dropdown-menu {

    position: absolute;

    top: 100%;

    left: auto;

    z-index: 1000;

    float: none;

    min-width: 10rem;

    padding: 1rem;

    list-style: none;

    border: none;

    border-radius: 0;

    box-shadow: none;

    opacity: 0;

    margin-top: 10px !important;

    display: block;

    visibility:hidden;

    min-width: 150px;

    transition: all  0.2s ease-in-out;

  }

  .dropdown:hover > .dropdown-menu {

    visibility:visible;

    display: block;

    opacity: 1;

    margin-top: 5px !important;

    border-bottom-right-radius: 8px;

    border-bottom-left-radius: 8px;

    transition: all  0.2s ease-in-out;

  }

    .mega-menu-parent.dropdown .dropdown-menu {

    position: absolute;

    left:  0;

  }

}









#respond label{

    display: block;

}







#respond .form-group .form-control {

    padding: .375rem .75rem;

}



#respond .comment-form-cookies-consent label{

    display: inline-block;

    margin: 0

}



#comments {

    clear: both;

    padding: 2em 0 0.5em;

}



.comments-title {

    font-size: 20px;

    font-size: 1.25rem;

    margin-bottom: 1.5em;

}



.comment-list,

.comment-list .children {

    list-style: none;

    margin: 0;

    padding: 0;

}



.comment-list li:before {

    display: none;

}



.comment-body {

    margin-left: 65px;

}



.comment-author {

    font-size: 16px;

    font-size: 1rem;

    margin-bottom: 0.4em;

    position: relative;

    z-index: 2;

}



.comment-author .avatar {

    height: 50px;

    left: -65px;

    position: absolute;

    width: 50px;

}



.comment-author .says {

    display: none;

}



.comment-meta {

    margin-bottom: 1.5em;

}



.comment-metadata {

    color: #767676;

    font-size: 10px;

    font-size: 0.625rem;

    font-weight: 800;

    letter-spacing: 0.1818em;

    text-transform: uppercase;

}



.comment-metadata a {

    color: #767676;

}



.comment-metadata a.comment-edit-link {

    color: #222;

    margin-left: 1em;

}



.comment-body {

    color: #333;

    font-size: 14px;

    font-size: 0.875rem;

    margin-bottom: 4em;

}



.comment-reply-link {

    font-weight: 800;

    position: relative;

}



.comment-reply-link .icon {

    color: #222;

    left: -2em;

    height: 1em;

    position: absolute;

    top: 0;

    width: 1em;

}



.children .comment-author .avatar {

    height: 30px;

    left: -45px;

    width: 30px;

}



.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {

    border: 1px solid #333;

    padding: 2px;

}



.no-comments,

.comment-awaiting-moderation {

    color: #767676;

    font-size: 14px;

    font-size: 0.875rem;

    font-style: italic;

}



.comments-pagination {

    margin: 2em 0 3em;

}



.form-submit {

    /*text-align: right;*/

}

/*#submit{

    display: inline-block;

    font-weight: 400;

    color: #212529;

    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: #0000;

    border: 1px solid #0000;

    padding: .375rem .75rem;

    font-size: 1rem;

    line-height: 1.5;

    border-radius: .25rem;

    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    color: #fff;

    background-color: #28a745;

    border-color: #28a745;

}

#submit:hover{

    color: #fff;

    background-color: #1e7e34;

    border-color: #1c7430;

}*/

.comment-form #wp-comment-cookies-consent {

    margin: 0 10px 0 0;

}



.comment-form .comment-form-cookies-consent label {

    display: inline;

}





ul.languageSwitcher {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 32px;
    left: 200px;
    width: 110px
}

@media (min-width:1200px) {
    ul.languageSwitcher {
        left: 225px
    }

}

ul.languageSwitcher .fa-chevron-down {
    cursor: pointer;
    /*content: "\f347";*/
    display: inline-block;
    /*font-family: dashicons;*/
    margin: 0 0 0 6px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    border-left: 1px solid #fff;
    padding-left: 4px
}

ul.languageSwitcher .fa-chevron-down:before {
    transform: rotate(0)
}

ul.languageSwitcher.opened .fa-chevron-down:before {
    transform: rotate(180deg)
}

ul.languageSwitcher.opened li.lang-item {
    display: block;
    position: relative;
    top: 28px
}

ul.languageSwitcher.opened>li.lang-item.current-lang {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0
}

ul.languageSwitcher.opened>li.lang-item.current-lang a {
    text-align: center
}

ul.languageSwitcher li.lang-item {
    display: none;
    list-style: none;
    width: 100%;
    background-color: #fff
}

ul.languageSwitcher li.lang-item a {
    text-transform: none;
    font-size: 14px;
    color: #292929;
    padding: 8px;
    height: 100%;
    display: block
}

ul.languageSwitcher li.lang-item a:hover {
    background-color: #009943;
    color: #fff
}

ul.languageSwitcher li.lang-item.current-lang {
    display: block !important;
    background-color: #009943
}

ul.languageSwitcher li.lang-item.current-lang a {
    color: #fff;
    padding: 6px 8px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    text-align: center
}

div.languageSwitcherMobile {
    margin: 0;
    padding: 0;
    max-width: 100px;
    position: absolute;
    top: 20px
}

div.languageSwitcherMobile:after {
    display: none
}

div.languageSwitcherMobile .dashicons {
    cursor: pointer;
    content: "\f347";
    display: inline-block;
    font-family: dashicons;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    width: 18px;
    line-height: 16px;
    height: auto;
    padding: 0
}

div.languageSwitcherMobile .dashicons:before {
    transform: rotate(0)
}

div.languageSwitcherMobile label {
    margin-bottom: 0;
    display: block
}

div.languageSwitcherMobile label span {
    background-color: #009943;
    display: block;
    font-weight: 400;
    color: #fff;
    padding: 3px 3px 3px 6px;
    font-size: 12px
}

div.languageSwitcherMobile label span li.lang-item {
    display: none
}

div.languageSwitcherMobile label select {
    color: #292929;
    opacity: .001;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.languageSwitcherMobile label select option {
    color: #292929
}



.suopu-navbar .menu-item-style1 > ul{
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    width: 100%;
    padding: 1rem!important;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: none;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    width: auto;
    overflow: hidden;
    box-shadow: 0 4px 5px 0 rgba(41,41,41,.4);
    border-radius: 0!important
}
.suopu-navbar .menu-item-style1 > ul > li{
    width: 25%;
    float: left;
    padding: 0 20px!important;
    border-bottom: 0!important
}
.suopu-navbar .menu-item-style1 > ul > li a{
    color: #009943!important;
    font-family: inherit;
    font-size: 19px!important;
    text-transform: none;
    text-decoration: none;
    font-weight: 700!important;
    margin: 0;
    padding: 0 0 5px!important;
    vertical-align: top;
    display: block;
    border: 0 solid #555;
    background: none!important;
}
.suopu-navbar .menu-item-style1 > ul > li > ul{
    display: block!important;
    width: 100%;
    position: static!important;
    visibility: visible!important;
    opacity: 1!important;
    border-right: 1px solid #eaeaea!important;
    margin-top: 20px!important;
    font-size: 14px;
    padding: 0!important;
    box-shadow: none!important;
}
.suopu-navbar .menu-item-style1 > ul > li:last-child > ul{
    border-right: 0!important;
}
.suopu-navbar .menu-item-style1 > ul > li > ul > li{
    width: 100%;
    float: none;
    border: 0!important;
    padding: 0!important;
}
.suopu-navbar .menu-item-style1 > ul > li > ul > li a{
    font-family: inherit;
    font-size: 14px!important;
    text-transform: none;
    text-decoration: none;
    font-weight: normal!important;
    margin: 0;
    padding: 0!important;
    background: none!important;
    color: #666!important
}
