@charset "utf-8"; /*Technical Support SudyTech*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
    /* background-color: unset !important; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

img {
    vertical-align: middle;
}

html {
    overflow-x: hidden;
}

i,cite,em,var,address,dfn {
    font-style: normal;
}

[hidefocus],summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: bold;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

a:hover {
    color: #E69C39
}

.heading a {
    color: #fff;
}

body,textarea,input,button,select,keygen,legend {
    font: 13px/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.possplit:after {
    text-align: center;
    content: ">";
    background-image: none;
    color: #fff;
    font-size: 15px;
    text-indent: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.possplit {
    background: none;
    position: relative;
    width: 20px;
    text-indent: 0;
    height: 30px;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom:1; }

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

::-webkit-input-placeholder {
    color: #898989;
}

:-moz-placeholder {
    color: #898989;
}

::-moz-placeholder {
    color: #898989;
}

:-ms-input-placeholder {
    color: #898989;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #111;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #E69C39;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 95%;
    margin: 0 auto;
}

.w1440 {
    max-width: 1400px;
    margin: auto
}

.main {
    min-height: 100vh;
    font-family: "Microsoft Yahei",Arial, Helvetica,"PingFang SC", "PingFang SC-Regular" !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff url(../images/bg-2.png) no-repeat top center;
}

.w-100 {
    float: left;
    width: 100%;
}

/*headtop*/
#headtop {
    background: #433680;
}

#headtop .inner {
}

/*head开始*/
#header {
    position: relative;
    width: 100%;
    z-index: 8;
    background: #fff url(../images/top_bg.png) no-repeat bottom center;
}

#header .inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1680px;
}

.wrapper.head {
    position: relative;
}

.header .sitelogo img {
    max-width: 100%;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.header .head-left {
    width: 30%;
    padding-left: 0%;
    float: left;
    display: inline-block;
    padding-top: 0.5%;
    padding-bottom: .5%;
}

.header .head-main {
    float: left;
    padding-left: 2.5%;
}

.header .head-right {
    float: right;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
}

/*rale样式*/
.site-rale {
}

.site-rale ul {
}

.site-rale ul li.links {
    line-height: 48px;
    float: left;
}

.site-rale ul li.links a {
    border-right: 1px solid #fff;
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    padding-right: 20px;
    margin-right: 20px;
}

.site-rale ul li.links a:hover {
    color: #e69c39;
}

.site-rale ul li.links.i5 a {
    border: 0;
}

/*lang样式*/
.site-lang {
    margin: 70px 0;
}

.site-lang ul {
}

.site-lang ul li.links {
}

.site-lang ul li.links a {
    line-height: 2;
    font-size: 0.52rem;
    color: #fff;
}

.site-lang ul li.links a:hover {
    color: #E69C39;
}

/*默认主导航样式*/
#nav {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    display: none;
    background: #433680 url(../images/menu.svg) no-repeat bottom right;
    background-size: 50%;
    min-height: 50%;
    padding: 0 4%;
    width: 93%;
}

#nav .inner {
}

#nav .inner .wp-panel {
}

/*导航*/
#nav .inner .wp-panel .wp-window {
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a > .menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    text-align: center;
    display: block;
    padding: 0 0px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link, .nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    color: #f2bd1c;
}

.nav .sub-menu {
    display: block !important;
    margin-top: 10px;
    min-width: 100%;
    z-index: 100;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover> a, .nav .sub-menu .sub-item a:hover {
    color: #f2bd1c;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: 100%;
    position: relative;
}

#banner .inner img {
    width: 100%;
    position: relative;
}

/**主体模块样式**/
/**首页三列布局**/
.main1 .inner {
    padding: 10px 0px 0px;
}

.main1 .ml {
    float: left;
    width: 360px;
    padding-top: 8px;
}

.main1 .mc {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.main1 .mr {
    float: right;
    width: 346px;
}

.main4 {
    background: #eeeeee;
}

.main4 .inner {
    padding: 15px 0 0;
}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {
}

.mbanner .slick-dots li {
    float: left;
    margin-right: 10px;
    opacity: .3;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
}

.banner {
    z-index: 1;
    position: relative
}

.banner a {
    display: block;
    position: relative
}

.banner a::before {
    height: 223px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 6;
}

.listTitle {
    overflow: hidden;
}

.listTitle h1 {
    width: auto;
    float: left;
}

.listTitle h1:first-child {
    margin-right: 15px;
}

.listTitle h1.off h2::before {
    display: none;
}

.wrap_more {
    position: absolute;
    right: 0px;
    top: 0px;
}

.wrap_more a {
    display: none;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 65vh;
}

.banner .swiper-container {
    max-width: initial;
}

.banner .banner-dots {
    width: auto;
    text-align: center;
    position: absolute;
    left: calc(50% - 107px);
    bottom: 52px;
    text-align: center;
    overflow: hidden
}

.banner .slick-img {
    display: block;
    height: 65vh;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    padding-bottom: 0;
    z-index: 5;
    background-position: center;
}

.banner a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 0;
    padding-bottom: 12%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 6;
}

.banner .bottom {
    padding: 0 0 17px;
    bottom: 0;
    z-index: 2;
    letter-spacing: 3px
}

.banner .title {
    color: #fff;
    margin: auto;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.2em
}

.banner .vicetitle {
    margin: 9px 0 0;
    color: #fff;
    width: 100vw;
    max-width: 1320px;
    text-align: center
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .slick-img img {
    min-width: 100%;
}

.banner_btns {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 1000;
    text-align: center;
    width: 100%;
}

.banner_btns .swiper-pagination {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.banner .swiper-slide-active .slick-img {
    transition: transform 6s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    transition: all ease-in-out .3s;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fda42e;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-radius: 50%;
    transform: none;
}

/*栏目图片*/
.l-banner {
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.l-banner img {
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {
}

#l-container .inner {
    padding: 25px 10px;
}

/**主体文章页开始**/
#d-container {
    background: #433680;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #433680;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/
.col_list {
}

.col_list .wp_listcolumn {
    text-align: center;
    border-top: 0px solid #433680;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    text-align: center;
    color: #181751;
    font-size: 48px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0;
    line-height: 1.5;
}

#navi .col_list .wp_listcolumn .wp_column a:hover, #navi .col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent > a .column-name {
    ;}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
}

#navi .col_list .wp_listcolumn .sub_list a:hover, #navi .col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 0;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected {
    color: #fff;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.tsy .col_news_head {
    z-index: 1;
    position: absolute;
    right: 0px;
}

.col_metas .col_path .col_paths {
    top: 50%;
    height: auto;
    display: inline-block;
    right: 0;
    position: absolute;
    margin-top: -16px;
}

.col_metas .col_path .col_paths a {
    line-height: initial;
    display: block;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #433680;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    padding-right: 50px;
    font-size: 18px;
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 80px;
    line-height: 80px;
    color: #fff;
    position: relative;
}

/**当前位置**/
.col_metas .col_path a {
    color: #fff;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {
}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    padding: 0px 60px;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #fff;
}

/**文章其他属性**/
.article .entry {
    padding-bottom: 50px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read, .article .entry .read p, .article .entry .read span, .article .entry .read strong {
    background: none !important;
    line-height: 2em !important;
    color: #fff;
    font-size: 20px;
}

.wp_editor_art_paste_tabletd {
    /* background: white; */
    padding: 5px 10px;
    border: 1px solid #fff;
}

.article .entry .read p {
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 600px!important;
    _width: expression(this.width > 940 ? "940px" : this.width;
    );text-align: center;
    height: auto;
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}

/**页脚开始**/
#footer {
    border-top: 0px solid #E69C39;
    background: #433680 url(../images/foot_bg.jpg) no-repeat center bottom;
    background-size: 100%
}

#footer .inner {
    padding: 80px 0px 100px;
    position: relative;
    width: 95%;
    margin: 0 auto;
    max-width: 1680px
}

#footer .inner .mod {
}

#footer .inner .foot-left {
    float: left;
}

#footer .inner .foot-right {
    float: right;
    /* position: absolute; */
    right: 0;
}

#footer .inner p.copyrights {
    margin-top: 5px;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

#footer .left-bottom {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

#footer .lb_mr {
    position: relative;
    margin-left: 7em;
    padding-left: 7em;
}

#footer p.copyright {
    text-align: right;
    font-size: 16px;
    color: #fff;
}

.copyright p {
    font-size: 16px;
    color: #fff;
}

.copyright a {
    font-size: 16px;
    color: #fff;
}

#footer .lb_mr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 82%;
    background: #fff;
    width: 1px;
    transform: translateY(-50%);
}

/************************************************************** * 组件功能 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px!important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(../images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
div#navA {
    padding: 10px;
    cursor: pointer;
    float: left
}

.head-right #aaa {
    cursor: pointer;
    padding: 10px;
    float: left
}

#navA img,#aaa img {
    height: 35px;
}

#aaa {
}

.layer {
    position: fixed;
    min-height: 50%;
    top: 0;
    left: 0;
    background: #433680 url(../images/menu.svg) no-repeat bottom right;
    background-size: 50%;
    display: none;
    z-index: 5;
    padding: 0 3%;
    width: 94%;
}

.layer .layer-inner {
}

.layer .layer-inner .layer-mod {
    width: 80%;
    margin: 0 auto;
}

.shutdown {
    text-align: right;
    margin: 50px 0px;
}

.close,.close img {
    display: inline-block;
    width: 48px;
    cursor: pointer;
    height: 48px;
}

.layer .searchbox {
    width: 55%;
    margin: 0 auto;
    margin-top: 100px;
}

.layer-mod h3 {
    line-height: 100px;
    font-size: 50px;
    color: #fff;
}

.searchbox {
    text-align: right;
    margin-top: 5px;
}

.wp-search {
    position: relative;
    /* border-bottom: 1px solid #fff; */
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 24px;
    border-bottom: 1px solid #fff;
}

.wp-search .search-input input.search-title {
    padding-left: 10px;
    width: 100%;
    height: 30px;
    margin: 10px 0px;
    line-height: 30px;
    background: none;
    color: #FFFFFF;
    font-size: 26px;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
    border-left: 1px solid #898989;
}

.wp-search .search-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sou.png) no-repeat center;
    cursor: pointer;
    background-size: 100%;
}

/* 分享二维码 */
.shares {
    margin: 0 0 0;
    margin-top: 100px;
    margin-bottom: 0px;
}

.shares ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.shares li {
    margin-left: 25px;
    position: relative;
}

.shares li span {
    display: block;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.shares li .con {
    width: 150px;
    height: 150px;
}

.shares li .con img {
    width: 100%;
    height: auto;
}

/**友情链接**/
.links-wrap .link-items a {
    display: block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

/**/
.mbanner .slick-slider {
    margin: 0;
    height: 95vh;
    min-height: 95vh;
    position: relative;
}

.mbanner .player video {
    object-fit: cover;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mbanner .slick-dots {
    width: auto;
    position: absolute;
    left: 3%;
    bottom: 50px;
}

.mbanner .slick-dots button {
    border: 0;
    background: #fff;
    color: #fff;
    font-size: 0px;
    height: 6px;
    width: 40px;
}

.mbanner .slide .news_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    min-height: 100%;
}

.mbanner .slide .slide_imgs {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 95vh;
}

.mbanner .slide>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.mbanner .slick-slide {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.mbanner .slick-slide {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
}

#banner, .mbanner .inner, .mbanner .inner>div, .focus, .focus>ul, .mbanner .slick-list, .mbanner .slick-track {
    min-height: 100%;
    height: 100%;
}

/**/
.row {
    max-width: 1680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.col-md-9 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

#navi {
    text-align: center;
    top: 10vh;
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
}

#navi ul {
    margin: 0;
    padding: 0;
}

#navi li {
    list-style: none;
    margin-bottom: 20px;
}

#navi li a,#navi p a {
    display: block;
    font-size: 0.3rem;
    color: #181751;
}

#navi li a.current {
    color: #fff;
    position: relative;
    font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
}

.marker.HomePillarsModule_marker__GhFRH {
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 2px;
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    display: block;
}

section#chapter-section {
    position: relative;
    background: #433680 url(../images/main1.png) no-repeat center bottom -158px fixed;
}

section#ysl {
    position: relative;
    background: #fff url(../images/bg-1.png) no-repeat center top;
}

section#ys2 {
    position: relative;
    background: #f4f4f4 url() no-repeat center top;
    display: block;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 90px;
}

#navi .menu.current p a {
    color: #fff;
    font-size: 0.7rem;
    font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
}

#navi li a {
    font-weight: lighter;
    font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    line-height: 0.3rem;
}

#navi .menu p a {
    color: #181751;
    font-size: 0.8rem;
    font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    line-height: 1rem;
}

.menu ul {
    transition: 0.8s;
    display: none;
}

.menu.current ul {
    display: block;
}

.xuhua {
    display: none;
    left: 0px;
    top: 0px;
    background-color: rgb(255, 255, 255,0.1);
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.left-top {
    width: 430px;
}

.wp_editor_art_table td {
    padding: 0;
    background: transparent;
}

table.wp_editor_art_table.bszy tr {
    border-bottom: 1px solid #37D5D6;
}

.article .entry .read p.sxswbs {
    background-image: linear-gradient(to right,#37D5D6, #37d5d626,transparent) !important;
}

.article .entry .read p.zyxwss {
    background-image: linear-gradient(to right,#7F53AC, #7f53ac24,transparent) !important;
}

.wp_entry img {
    max-width: 100%;
    _width: :expression(this.width>640?"640px":this.width+"px");
}

.wp_editor_art_paste_table td {
    padding: 5px 10px;
    border: 1px solid #fff;
}

.wp_video_player {
    margin: 0 auto;
}

.wp_artfuns .wp_art_adjoin {
    text-align: right;
}

.wp_artfuns .wp_art_adjoin span,.wp_artfuns .wp_art_adjoin span a {
    color: #fff !important;
    line-height: 30px !important;
    font-size: 14px !important;
}

.wp_artfuns .wp_art_adjoin .next {
    padding-left: 20px;
}

.post-47 .news_list li.news.n4 p.explore:hover {
    color: #E69C39;
}

.fenl .title {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 4px;
}

.fenl ul {
    display: inline-block;
    margin: 5px 0px;
    /* border-bottom:1px solid #ccc; */
    padding-bottom: 12px;
    width: 100%;
    padding-left: 0 !important;
}

.fenl em {
    font-style: normal;
    display: block;
    font-size: 20px;
}

.fenl ul li {
    float: left;
    margin-right: 40px;
}

.fenl a, .fenl span,.fenl p {
    color: #fff;
    text-decoration: unset !important;
}

.wp_entry {
    color: #fff;
    text-decoration: unset;
}

.wp_entry a {
    color: #fff;
    text-decoration: unset !important;
}

.fenl a:hover {
    color: #e69c39;
}

#d-container .inner {
}

.xqgk #page-4 .post-41 li.news .news_wz span.news_ftitle {
    display: inline-block;
    line-height: initial;
}

.list.yjszysz #d-container .inner {
    max-width: 95%;
    width: 95%;
}

table.wp_editor_art_table.bszy tr td:nth-child(1) {
    width: 8%;
}

table.wp_editor_art_table.bszy tr td:nth-child(2) {
    width: 20%;
}

table.wp_editor_art_table.bszy tr td:nth-child(3) {
    width: 10%;
}

table.wp_editor_art_table.bszy tr td:nth-child(4) {
    width: 19%;
}

table.wp_editor_art_table.bszy tr td:nth-child(5) {
    width: 30%;
}

table.wp_editor_art_table.bszy tr td:nth-child(6) {
    width: 13%;
}

.intro.pc {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 30px;
}

#vsb_content_4 P.name.name {
    display: block;
    width: 100%;
    line-height: 1.5 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.5!important;
    background: 0 0!important
}

#vsb_content_4 P.namen {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.5!important;
    background: 0 0!important
}

#vsb_content_4 .basic_info P {
    text-indent: 0
}

#vsb_content_4 .main_intro p.abstractit {
    font-size: 25px;
    position: relative;
    font-weight: 700;
    line-height: 2em!important;
    color: #e69c39!important;
    text-indent: 0
}

.basic_info p.name {
    display: block;
    width: 100%;
    line-height: 1.5 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.5!important;
    background: 0 0!important
}

.basic_info p.namen {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.5!important;
    background: 0 0!important
}

.basic_info p.schools {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5!important;
    color: #e69c39!important;
    background: 0 0!important
}

.basic_info p.school {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5!important;
    background: 0 0!important;
    color: #111!important;
}

.basic_info p.abstract {
    font-size: 18px;
    font-family: 楷体,楷体_GB2312,SimKai;
    position: relative;
    color: #111!important;
}

.basic_info {
    margin-right: 20px;
    font-size: 18px;
}

.basic_info p.abstractit {
    font-size: 25px;
    position: relative;
    font-weight: 700;
    line-height: 2em!important;
    color: #e69c39!important;
}

.tu_text .news_list li.news:hover .news_title a,.rcpy .post-40 .news_list li.news:hover .news_title a {
    color: #E69C39;
}

.photo img {
    width: 200px;
    height: auto;
}

.links-wrap .link-items a:hover {
    color: #e69c39;
}

.photo {
    margin-right: 50px;
}

.con.dsj {
    padding-right: 10%;
    max-height: 800px;
    overflow: auto;
}

.dsj::-webkit-scrollbar {
    width: 12px;
    border: 1px solid #fff;
}

.dsj::-webkit-scrollbar-track {
    border: 1px solid #fff;
    margin: 5px 0;
}

.dsj::-webkit-scrollbar-thumb {
    background: #fff;
}

.dsj::-webkit-scrollbar-button:single-button {
    display: block;
    border-style: solid;
    height: 10px;
    width: 5px;
}

.dsj::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.dsj::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.fenl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.wp_artfuns .wp_art_adjoin span a:hover {
    color: #e69c39 !important;
}

.col_metas .col_path a:hover {
    color: #e69c39;
}

#navA img.menu2 {
    display: none;
}

#navA:hover img.menu2 {
    display: block;
}

#navA:hover img.menu1 {
    display: none;
}

.head-right #aaa:hover img.sous1 {
    display: none;
}

.head-right #aaa:hover img.sous2 {
    display: block;
}

.head-right #aaa img.sous2 {
    display: none;
}

.post-48 .news_list li.news .news_imgs p:nth-child(2) {
    display: none;
}

.post-48 .news_list li.news .news_imgs:hover p:nth-child(2) {
    display: block;
}

.post-48 .news_list li.news .news_imgs:hover p:nth-child(1) {
    display: none;
}

.nav ul.wp-menu:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 45px;
    background: #eee;
}

.gljg #page-3 .news_box li.news.n10 a {
    pointer-events: none;
}

.xuanfu {
    position: fixed;
    left: 0;
    top: 75%;
    margin-top: -.915rem;
    transform: translateX(0);
    z-index: 99;
    transition: .5s;
}

.xuanfu img {
    width: 40px;
    height: auto;
}

.bb {
    z-index: 10;
    animation: bb 2s linear 0s infinite;
    width: 108px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 2vh;
    cursor: pointer;
}

@keyframes bb {
    0% {
        transform: translate(-50%,0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%,3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%,10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%,10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,10px);
        opacity: 0;
    }
}

#banner {
    position: relative;
}

#footer .inner p.copyrights.i3 span:nth-child(2) {
    background: none;
    padding: 0;
    margin-left: 15px;
}

.article .entry .read p a:hover span {
    color: #E69C39 !important;
}

.main #page-2 .post-42:nth-child(2) {
    margin-top: 0;
}

body.list.tsy #navi .col_list .wp_listcolumn .wp_column .sub_list a {
    font-size: 35px;
    line-height: 0.2rem;
}

body.list.tsy.xwdt.yjs {
}

body.list.tsy.xwdt.yjs #navi .col_list .wp_listcolumn .wp_column .sub_list li {
    margin-bottom: 0;
}

.wp_entry a:hover {
    text-decoration: underline;
    color: #E69C39;
}

.xlwz {
    display: none;
}

.list.xwdt.yjs .rili .news_list li.news:hover .news_title {
    color: #E69C39;
}

/* animation */
@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

/*案例*/
.case-list-1 {
    float: left;
    width: 100%;
    padding-bottom: 62px;
}

.index-title {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.index-title .index-title-h1 {
    font-family: "arial black";
    width: 100%;
    line-height: 57px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.index-title .index-title-h2 {
    line-height: 30px;
    font-size: 18px;
    font-weight: 100;
    padding-left: 120px;
}

.guestTitle {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    word-break: keep-all
}

.guestTag2 {
    text-align: center;
    margin-top: 10px;
}

.index-title .sponsor img {
    width: 220px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index-title .sponsor img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.USTB_list7 .swiper-pagination7 {
    float: left;
    width: 80%;
    text-align: center;
    position: static;
    padding: 0px ;
    text-align: center;
    z-index: 10;
    text-align: center;
}

.USTB_list7 .swiper-slide-active .slick-img {
    transition: transform 6s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.USTB_list7 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    transition: all ease-in-out .3s;
    opacity: 1;
    background: #433680 ;
    border-radius: 50%;
}

.USTB_list7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fda42e;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-radius: 50%;
    transform: none;
}

.sbtn {
    width: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.sbtn .prev {
    display: block;
    float: left;
    width: 60px;
}

.sbtn .next {
    display: block;
    float: right;
    width: 60px;
}

.USTB_list7 {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.index-advantages {
    display: block;
    margin: auto;
    overflow: hidden;
}

.index-advantages .list7 {
    float: left;
    width: 33%;
    display: block;
    vertical-align: top;
    margin-top: 30px;
}

.index-advantages .list7 .case-img-21 {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
height: 128px !important;
}

.index-advantages .list7 .case-img-21 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
  
}
.index-advantages .list7:hover img{  transform: scale(1.2);
    transition: 1s;}

.index-advantages .list7:hover .case-img-21 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-advantages .list7 .case-img-21 .case-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index-advantages .list7 .case-txt-21 {
    font-size: 18px;
    color: #323232;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-advantages .list7:hover .case-img-21 .case-position {
    opacity: 1;
}

.index-advantages .list7:hover .case-txt-21 {
    color: #433680;
}

/*列表页*/
.s1-l {
    width: 100%;
    position: relative;
}

.s1-l .mySwipera {
    width: 95%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.s1-l .xwpic {
    float: left;
    width: 22%;
}

.s1-l .xwpic a {
    display: block;
    background: #fff;
}

.pic {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic-a:hover .pic img {
    width: 105%;
    height: 105%;
}

.pic img:hover {
    width: 105%;
    height: 105%;
}

.s1-info {
    padding: 25px 30px;
    overflow: hidden;
}

.s1-info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #323232;
    transition: all 0.5s;
}

.s1-info p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.s1-info span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #c82126;
    transition: all 0.5s;
}

.s1-l .xwpic:nth-of-type(even) a {
    display: block;
    background-color: #433680 !important;
    border-radius: 0px 0px 20px 0px;
    border: solid 1px #433680 ;
}

.s1-l .xwpic:nth-of-type(even) a .s1-info h3 {
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.s1-l .xwpic:nth-of-type(even) a .s1-info p {
    color: rgba(255, 255, 255, .6);
}

.s1-l .xwpic:nth-of-type(even) a .s1-info span {
    margin-top: 30px;
    color: #fff;
}

.s1-l .xwpic:nth-of-type(even) a:hover .s1-info h3 {
    text-decoration: underline;
}

.s1-info-h {
    transition: all 0.5s;
}

.s1-info-h:hover {
    /* background: #c82126; */
}

.s1-l ul li:nth-child(2n-1) .s1-info-h:hover .s1-info h3 {
    color: #c82126;
}

.s1-info-h:hover .s1-info p {
    /* color: rgba(255, 255, 255, .6); */
}

.s1-info-h:hover .s1-info span {
    /* color: #fff; */
}

.swiper-button-next-important,.swiper-button-prev-important {
    position: absolute;
    top: 42%;
    outline: none;
    z-index: 999
}

.swiper-button-next-important {
    left: -20px;
}

.swiper-button-prev-important {
    right: -20px;
}

.ldjj1 {
    display: flex;
    flex-wrap: wrap;
}

.ldjj-l {
    width: 150px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ldjj-l img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ldjj-r {
    width: calc(100% - 300px);
    padding: 20px;
    background: url(../images/ldjjbg.jpg) no-repeat right/cover;
}

.ldjj-r h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 2;
    padding-bottom: 10px;
}

.ldjj-r h4 {
    font-size: 18px;
    color: #333;
    padding-left: 10px;
    border-left: 1px solid #63065f;
    margin-bottom: 15px;
    line-height: 1.8;
    /* word-break: break-all; */
}

.ldjj-r h4 a {
    color: #337ab7 !important;
    word-break: break-all;
}

.ldjj-con {
    margin-top: 30px;
}

.case-bg {
    width: 100%;
    display: block;
    box-shadow: 2px 0px 5px #ccc;
    margin-top: 0px;
    overflow: hidden;
    background: #f5f5f5
}

.wrap-sidenav {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 58px;
    margin-top: -0px;
}

.wrap-sidenav .sidenav {
    position: relative;
    float: left;
    width: 100%;
}

.wrap-sidenav .sidenav ul {
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-sidenav .sidenav ul li {
    display: inline-block;
}

.wrap-sidenav .sidenav ul li:first-child {
}

.wrap-sidenav .sidenav ul li a {
    font-size: 18px;
    line-height: 60px;
    position: relative;
    display: block;
    height: 60px;
    padding: 0 30px;
    color: #433580;
}

.address {
    float: right;
    line-height: 58px;
    color: #433580;
    position: relative;
}

.address img {
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 9px;
}

.address a {
    color: #433580;
    margin: 0 5px;
}

.address a:hover, .address a.hover {
    color: #433580;
}