@charset "utf-8";
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; }
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: top; }
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; }
body, textarea, input, button, select, keygen, legend { font: 13px/1 arial, \5b8b\4f53; color: #333; outline: 0; }
:focus { outline: 0; }
/*备用样式表*/

.none { display: none; }
.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;
}
.icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background: url(images/icon.png) no-repeat; }
/*css3扩展*/

body:before { display: none; 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: #ccc;
}

:-moz-placeholder {
 color: #ccc;
}

::-moz-placeholder {
 color: #ccc;
}

:-ms-input-placeholder {
 color: #ccc;
}
/**布局开始**/
* { box-sizing: border-box; }
body { background: #fff; line-height: 1; font-size: 13px; font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; color: #333; }
p { line-height: 1.75; }
a { color: #3b3b3b; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #095ab5; }
.f_between { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.f_start { display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; }
.f_end { display: flex; display: -webkit-flex; justify-content: flex-end; -webkit-justify-content: flex-end; }
.f_center { display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; }
.f_middle { display: flex; display: -webkit-flex; -webkit-align-items: center; align-items: center; }
.f_top { display: flex; display: -webkit-flex; -webkit-align-items: flex-start; align-items: flex-start; }
.f_bottom { display: flex; display: -webkit-flex; -webkit-align-items: flex-end; align-items: flex-end; }
.f_stretch { display: flex; display: -webkit-flex; -webkit-align-items: stretch; align-items: stretch; }
.f_col { display: flex; display: -webkit-flex; -webkit-flex-direction: column; flex-direction: column; }
.f_row { display: flex; display: -webkit-flex; -webkit-flex-direction: row; flex-direction: row; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.nowrap { -webkit-flex-wrap: nowrap; -webkit-box-lines: single; -moz-flex-wrap: nowrap; flex-wrap: nowrap; }
.wrap { -webkit-flex-wrap: wrap; -webkit-box-lines: single; -moz-flex-wrap: wrap; flex-wrap: wrap; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/*页面尺寸*/
.wrapper { width: 100%; margin: 0 auto; }
.wrapper .inner { width: 1440px; margin: 0 auto; }/**页面全局宽度**/
.top_main { position: relative; }
.mbanner { position: relative; z-index: 1; }
/*head开始*/
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,0.3) }
#header:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.03)); }
#header .inner { position: relative; z-index: 2; }
.header .head-left { float: left; display: inline-block; padding-top: 33px; }
.header .sitelogo { float: left; }
.header .sitelogo img { width: 100%; display: block; }
.header .head-right { float: right; padding-top: 52px; }
.head-nav { float: right; padding-top: 33px; padding-right: 40px; }
/**搜索**/
.wp_search { display: inline-block; position: relative; padding-left: 12px; background: #fff; width: 209px; height: 36px; opacity: 0.3; filter: Alpha(opacity=30) }
.wp_search #keyword { width: 177px!important; padding: 4px 0; border: none; height: 28px; line-height: 28px; background: transparent; color: #fff; font-size: 14px; font-family: "Microsoft YaHei"; }
.wp_search .search { width: 32px; height: 32px; border: 0px; background: url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/***自定义搜索*/
.searchbox { width: 212px; text-align: right; }
.wp-search { border: 1px solid #fff; border-radius: 15px; position: relative; }
.wp-search form { display: block; padding-right: 34px; }
.wp-search .search-input { margin-right: 0; height: 30px; position: relative; }
.wp-search .search-input input.search-title { width: 100%; box-sizing: border-box; height: 30px; padding: 0px 15px; line-height: 30px; color: #333; font-size: 14px; border: 0; outline: 0; background: none; }
.wp-search .search-btn { width: 42px; height: 30px; position: absolute; right: 0; top: 0; }
.wp-search .search-btn input.search-submit { width: 42px; height: 30px; border: 0; outline: 0; background: url(images/search.png) no-repeat center; cursor: pointer; }
.wp-search input:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #fff;
}
/*默认主导航样式*/
#nav { }
.nav .inner { width: 100%; height: auto; }
.nav .wp-menu { height: 87px; }
.nav .wp-menu .menu-item { display: inline-block; position: relative; height: 87px; margin-right: 32px; text-align: center; }
.nav .wp-menu .menu-item>a { display: inline-block; height: 87px; line-height: 68px; position: relative; }
.nav .wp-menu .menu-item a.menu-link { color: #fff; font-size: 20px; -webkit-transition: all 0.3s; }
    .nav .wp-menu .menu-item.hover a.menu-link {
/*        color: #fb9f98;*/
    }
.nav .wp-menu .menu-item.hover a.menu-link:before { position: absolute; content: ''; bottom: 0; left: 0; right: 0; height: 3px; margin: 0 auto; width: 20px; background: #fff; border-radius: 2px 2px 0 0; -moz-animation: mynav 0.3s linear; -webkit-animation: mynav 0.3s linear; -o-animation: mynav 0.3s linear; animation: mynav 0.3s linear; }
@-webkit-keyframes mynav { 0% {
width:0;
}
 100% {
width:20px;
}
}
@-o-keyframes mynav { 0% {
width:0;
}
 100% {
width:20px;
}
}
@keyframes mynav { 0% {
width:0;
}
 100% {
width:20px;
}
}
.nav .sub-menu { display: none; position: absolute; left: 0; top: 87px; width: auto; min-width: 100%; z-index: 100; background: rgba(0, 0, 0, 0.2); }
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; }
    .nav .sub-menu .sub-item a {
        padding: 0 10px;
        display: block;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color: #fff; background-color: rgba(0, 0, 0, 0.2); display: block; }
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: rgba(0, 0, 0, 0.2); }
/**主页banner开始**/
#banner { }
#banner .inner { width: auto; text-align: center; position: relative; }
.mbanner .swiper-slide { }
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { top: auto; bottom: 120px; left: auto; display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 80px; height: 80px; border-radius: 50%; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.mbanner .swiper-button-prev { background: url(images/left.png) center no-repeat; border: 1px solid #fff; background-size: 20px 24px; right: 205px; }
.mbanner .swiper-button-next { background: url(images/right.png) center no-repeat; border: 1px solid #fff; background-size: 20px 24px; right: 100px; }
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height: auto; display: block; }
/**首页布局**/
.mainbg1 { background: url(images/main1.png) center top no-repeat; background-size: 100% 100%; position: relative; }
.mainbg2 { background: url(images/main2.png) center top no-repeat; background-size: 100% 100%; padding: 80px 0; }
.mainbg3 { background: url(images/main3.png) center top no-repeat; background-size: 100% 100%; }
.mainbg1 .inner { padding: 100px 0; position: relative; z-index: 2; }
.mainbg1 .ml { float: left; width: 730px; }
.mainbg1 .mrbg { z-index: 1; position: absolute; top: 0; bottom: 0; left: 50%; margin-left: 212px; right: 0; background: url(images/menu.png) left top no-repeat; background-size: auto 100%; }
.title .bt { line-height: 76px; font-size: 36px; font-weight: 600; }
.title .bt span { color: #058fd3; }
.more_btn { width: 200px; height: 60px; border: 1px solid #058fd3; border-radius: 5px; }
.more_btn span { background: url(images/more2.png) right center no-repeat; padding-right: 28px; font-size: 14px; color: #058fd3; }
.more_btn:hover { background: #058fd3; -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.more_btn:hover span { color: #fff; background: url(images/more3.png) right center no-repeat; font-size: 16px; -webkit-transition: .2s all ease; -ms-transition: .2s all ease; transition: .2s all ease; }
.mainbg1 .more_btn { margin-top: 100px; }
.tab_con { margin-top: 82px; }
.tab_cont, .tab_cont2 {
    display: none;
    position: relative;
    transition: 0.1s all ease;
}
.small_bt { line-height: 50px; font-size: 24px; }
.content_wz { font-size: 16px; color: #333; line-height: 32px; }
.content_wz p { margin-top: 16px; text-indent: 2em; }
.mainbg1 .mr { float: right; width: 314px; padding-top: 12px; }
.rt_menu li { position: relative; margin: 15px auto; height: 65px; }
.rt_menu li:first-child { margin-top: 0; }
.rt_menu li .item { position: absolute; top: 0; bottom: 0; line-height: 40px; padding-left: 50px; font-size: 14px; font-weight: bold; color: #fff; }
    .rt_menu li:nth-child(1) .item {
        left: 0;
        background: url(images/menu6.png) left center no-repeat;
    }
    .rt_menu li:nth-child(2) .item {
        left: 16px;
        background: url(images/menu2.png) left center no-repeat;
    }
    .rt_menu li:nth-child(3) .item {
        left: 32px;
        background: url(images/menu7.png) left center no-repeat;
    }
    .rt_menu li:nth-child(4) .item {
        left: 30px;
        background: url(images/menu4.png) left center no-repeat;
    }
/*.rt_menu li:nth-child(5) .item { left: 60px; background: url(images/menu5.png) left center no-repeat; }
.rt_menu li:nth-child(6) .item { left: 48px; background: url(images/menu6.png) left center no-repeat; }
.rt_menu li:nth-child(7) .item { left: 32px; background: url(images/menu7.png) left center no-repeat; }
.rt_menu li:nth-child(8) .item { left: 16px; background: url(images/menu8.png) left center no-repeat; }*/
.rt_menu li .pic { position: absolute; left: 0; top: 0; bottom: 0; width: 0; height: 0; overflow: hidden; }
.rt_menu li.active { height: 140px; margin: 30px auto; -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.rt_menu li.active .item { background-image: none; padding-left: 120px; font-size: 16px; -webkit-transition: .1s all ease-out; -ms-transition: .1s all ease-out; transition: .1s all ease-out; }
.rt_menu li.active .pic { position: absolute; left: -20px; top: 0; bottom: 0; margin: auto 0; width: 120px; height: 120px; border-radius: 50%; border: 1px solid #fff; background: #058fd3; animation: caseShow 0.1s ease; }
.rt_menu li.active .pic img { width: 120px; height:120px; animation: caseShow 0.1s ease; }
.mainbg2 { position: relative; }
.mainbg2 .inner { position: absolute; right: 0; left: calc(50% - 720px); margin: 0; width: auto; }
.news_card { }
.tu_list { position: relative; left: 0; width: 100%; margin-top: 60px; }
.tu_list .swiper-container { width: 100%; padding-bottom: 160px; }
.tu_list .swiper-slide { width: 440px; height: 540px; margin-right: 60px; border-radius: 16px; background: #fff; }
.tu_list .swiper-slide:last-child { margin-right: 0; }
.tu_list .swiper-slide .tu { margin: 0 auto; height: 248px; border-radius: 16px 16px 0 0; overflow: hidden; position: relative; }
.tu_list .swiper-slide .tu .img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; -webkit-transition: 0.2s all ease; -ms-transition: .2s all ease; transition: 0.2s all ease; }
.tu_list .swiper-slide .info { padding: 22px 30px 27px; }
.tu_list .slide-bt { color: #333; font-size: 16px; font-weight: bold; line-height: 32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.tu_list .slide-wz { margin-top: 10px; line-height: 24px; font-size: 14px; color: #999; height: 144px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.tu_list .slide-bot { margin-top: 28px; line-height: 24px; font-size: 14px; }
.tu_list .slide-bot .time { color: #999; }
.tu_list .slide-bot .more { color: #058fd3; padding-right: 20px; background: url(images/more1.png) right center no-repeat; cursor: pointer; }
.tu_list .swiper-slide:hover { box-shadow: 0 0 20px rgba(119,207,255,0.2) }
.tu_list .swiper-slide:hover .img { transform: scale(1.1, 1.1); -webkit-transition: 0.1s all ease; -ms-transition: 0.1s all ease; transition: 0.1s all ease; }
.tu_list .swiper-slide:hover .slide-bt { color: #058fd3; -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.tu_list .swiper-container-horizontal>.swiper-scrollbar { background: rgba(255,255,255,0.5); height: 2px; }
.tu_list .swiper-scrollbar-drag { background: #058fd3; top: -2px; height: 4px; }
.tu_list .swiper-pagination { bottom: 40px; left: 0; text-align: left; font-size: 16px; color: #058fd3; }
.tu_list .swiper-pagination .swiper-pagination-current { font-size: 36px; }
.tu_list .swiper-button-next, .tu_list .swiper-button-prev { position: absolute; top: auto; left: auto; bottom: 30px; width: 80px; height: 80px; border: 1px solid #058fd3; border-radius: 50%; margin-top: 0; z-index: 10; -moz-background-size: 20px 24px; -webkit-background-size: 20px 24px; background-size: 20px 24px; background-position: center; background-repeat: no-repeat; }
.tu_list .swiper-button-next { background-image: url(images/right1.png); right: 0px; }
.tu_list .swiper-button-prev { background-image: url(images/left1.png); right: 105px; }
.tu_list .swiper-button-next:hover { background-color: #058fd3; background-image: url(images/right.png); -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.tu_list .swiper-button-prev:hover { background-color: #058fd3; background-image: url(images/left.png); -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.mainbg3 .inner { padding: 100px 0 45px; position: relative }
.mainbg3 .inner .xian.animated { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(images/xian.png) left top no-repeat; background-size: 362px 1080px; -webkit-animation: linexian6 2s linear; animation: linexian6 2s linear; }
@-webkit-keyframes linexian6 {  0% {
 height:0;
 bottom:auto;
}
 100% {
 height:100%;
 bottom:0;
}
}
 @keyframes linexian6 {  0% {
 height:0;
 bottom:auto;
}
 100% {
 height:100%;
 bottom:0;
}
}

.procurt {
    padding-left: 200px;
    
}

.mainbg3 .inner .mod {
    position: relative;
    z-index: 2;
}
.procurt { padding: 112px 0px; }
.mainbg3 .menu { float: left; height: 400px; width: 180px; display: flex; display: -webkit-flex; -webkit-flex-direction: column; flex-direction: column; }
.mainbg3 .item_con { float: right; width: calc(100% - 300px); }
.mainbg3 .ml { float: left; width: 520px; }
.mainbg3 .mr { float: right; height: 630px; width: 542px; }
.mainbg3 .small_bt { margin-top: 37px; }
.mainbg3 .more_btn { margin-top: 100px; }
.mainbg3 .mr .pic_tu { width: 542px; height: 542px; border-radius: 50%; overflow: hidden; position: relative; }
.mainbg3 .mr .pic_tu .img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; -webkit-transition: .1s all ease; -ms-transition: 1s all ease; transition: 1s all ease; }
.mainbg3 .mr .pic_tu:hover .img { transform: scale(1.1, 1.1); -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.mainbg3 .menu .item_li { width: 140px; height: 140px; background: #fff; border-radius: 50%; margin-left: 38px; }
.mainbg3 .menu .item_li:nth-child(2) { margin-left: 4px; }
.mainbg3 .menu .item_li i { width: 42px; height: 42px; display: block; }
.mainbg3 .menu .item_li span { line-height: 30px; font-size: 16px; font-weight: bold; }
.mainbg3 .menu .item_li:nth-child(1) i { background: url(images/pic1c.png) }
.mainbg3 .menu .item_li:nth-child(2) i { background: url(images/pic2c.png) }
.mainbg3 .menu .item_li:nth-child(3) i { background: url(images/pic3c.png) }
.mainbg3 .menu .item_li:nth-child(1):hover i, .mainbg3 .menu .item_li:nth-child(1).active i { background: url(images/pic1.png); animation: caseShow 0.1s ease; }
.mainbg3 .menu .item_li:nth-child(2):hover i, .mainbg3 .menu .item_li:nth-child(2).active i { background: url(images/pic2.png); animation: caseShow 0.1s ease; }
.mainbg3 .menu .item_li:nth-child(3):hover i, .mainbg3 .menu .item_li:nth-child(3).active i { background: url(images/pic3.png); animation: caseShow 0.1s ease; }
.mainbg3 .menu .item_li:hover, .mainbg3 .menu .item_li.active { background: #058fd3; color: #fff; -webkit-transition: 0.1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
@-webkit-keyframes caseShow { 0% {
transform:scale(0.2)
}
100% {
transform:scale(1)
}
}
@-o-keyframes caseShow { 0% {
transform:scale(0.2)
}
100% {
transform:scale(1)
}
}
@keyframes caseShow { 0% {
transform:scale(0.2)
}
100% {
transform:scale(1)
}
}
/**页脚开始**/
.footbox{position: relative;}
#footer { background: #222; font-size: 14px; color: #fff;overflow:hidden; }
.footbox .gotop { position: absolute; z-index: 5; left: 0; right: 0; margin: 0 auto; top: -29px; width: 80px; height: 80px; border-radius: 50%; background: #222; padding-top: 40px; text-align: center; font-size: 14px; color: #fff; }
.footbox .gotop i { position: absolute; left: 0; right: 0; top: 10px; height: 20px; background: url(images/top.png) center top no-repeat; -moz-animation: myMove 0.1s linear infinite alternate; -webkit-animation: myMove 0.1s linear infinite alternate; -o-animation: myMove 0.1s linear infinite alternate; animation: myMove 0.1s linear infinite alternate; }
@-webkit-keyframes myMove { 0% {
    top:10px;
    }
     100% {
        top:5px;
    }
}
@-o-keyframes myMove { 0% {
    top:10px;
    }
     100% {
        top:5px;
    }
}
@keyframes myMove { 0% {
top:10px;
}
 100% {
top:5px;
}
}
#footer .bottom { padding: 40px 0 35px; position: relative; border-bottom: 1px solid #333; }
#footer .footer-category { float: left; width: 660px }
#footer .footer-contact { float: right; width: 410px; position: relative; padding-left: 140px; }
.footer-category>ul { display: flex; flex-wrap: wrap; }
.footer-category>ul>li { margin-right: 74px; }
.footer-category>ul>li:last-child { margin-right: 0; }
.footer-category h4 { font-size: 16px; font-weight: bold; line-height: 18px; color: #fff; }
.footer-category .sub li { margin: 15px 0; cursor: pointer; font-size: 14px; }
.footer-category .sub li a { color: #999; }
.footer-category .sub li a:hover { color: #fff; }
#footer .foot-wz { font-size: 14px; line-height: 28px; color: #fff; }
#footer .foot-wz h3 { font-size: 16px; font-weight: bold; line-height: 18px; }
#footer .foot-wz p { text-align: left; }
#footer .ma { position: absolute; top: 30px; left: 0; width: 80px; }
#footer .ma:before { position: absolute; content: ''; top: 0; right: -30px; bottom: 0; width: 1px; background: #333 }
#footer .ma img { display: block; width: 80px; height: 80px; }
#footer .ma .wz { text-align: center; margin-top: 6px; line-height: 24px; font-size: 14px; color: #fff; }
#footer .copyright_01 { padding: 25px 0; float: left; }
#footer .logo { width: 182px; }
#footer .copyright_02 { float: right; padding-top: 20px; }
#footer .copyright_wz { padding-bottom: 15px; line-height: 42px; font-size: 14px; color: #fff; text-align: right; }
/**友情链接**/
.mlink { margin-top: 0px; }
.botlinks .links-wrap { position: relative; width: 280px; height: 32px; line-height: 30px; background: transparent; border: 1px solid #999; }
.botlinks .links-wrap a.links-arrow { display: block; height: 30px; line-height: 30px; padding: 0 38px 0 12px; color: #999; font-size: 14px; background: url(images/arrow3.png) no-repeat right bottom; }
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow { color: #fff; background-position: right top; cursor: pointer; }
.botlinks .links-wrap .link-items { display: none; position: absolute; left: -1px; right: -1px; bottom: 31px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: rgba(255,255,255,0.9); }
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444; }
.botlinks .links-wrap .link-items a span { display: block; padding: 0 16px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #333; background: #e0f1f9; cursor: pointer; }/**链接样式**/
.s04 { animation-delay: 0.4s }
.s05 { animation-delay: 0.5s }
.s06 { animation-delay: .6s }
.s07 { animation-delay: .7s }
.s08 { animation-delay: .8s }
.s09 { animation-delay: .9s }
.s10 { animation-delay: 1s }
/*滚动Arrows */

.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover { height: 62px; width: 60px; background: url(images/slickarrow2.png) no-repeat; top: 50%; margin-top: -30px; border: 0px solid #d4d8d9; border-radius: 50%; outline: none; }
.slick-prev { left: -95px; background-position: 0px 0px; }
.slick-prev:hover { background-position: 0px 0px; opacity: .8; filter: Alpha(opacity=80); }
.slick-prev:before { content: ''; }
.slick-next { right: -95px; background-position: right 0px; }
.slick-next:hover { background-position: right 0px; opacity: .8; filter: Alpha(opacity=80); }
.slick-next:before { content: ''; }
.post .con .wp_article_list .list_item { border-bottom: 1px dashed #ccc; }
/**新闻列表**/

/***********************************************************
 * 列表页
 */


/*栏目图片*/
.l-banner { background-position: center top; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; }
.l-banner img { width: 100%; height: 100%; display: none; }
.column-banner {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    text-align: left;
     
  
    background-size: cover;
    padding-top: 260px;
}
.column-banner .inner { position: relative; z-index: 1; }
.column-banner .tit1 { font-size: 36px; color: #fff; line-height: 60px; font-weight: 600;padding-left:34px; }
.column-banner .tit2 { font-size: 18px; color: #fff; line-height: 40px; font-weight: 600; text-transform: uppercase; }
.column-banner .overlay { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
/**主体列表页开始**/

#l-container { background: #fff; }
#l-container .inner { padding: 55px 0 30px; }
.page_place { margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.column-breadcrumb { line-height: 40px; font-size: 16px; color: #333; padding-left: 28px; background: url(images/back.png) left center no-repeat; }
/*栏目列表*/

#d-container { padding: 60px 50px 80px; background: #f5f5f5; box-sizing: border-box; }
#d-container .inner { padding: 1px 40px 60px; background: #fff; box-shadow: 0 0px 18px rgba(0, 0, 0, .16); box-sizing: border-box; }
.list-nav { width: 1440px; margin: 0 auto; }
.col_list { margin-bottom: 40px; }
.col_list .wp_listcolumn .wp_column { float: left; width: 200px; margin-left: 20px; position: relative; }
.col_list .wp_listcolumn .wp_column:first-child { margin-left: 0; }
.col_list .wp_listcolumn .wp_column .col_item_link { position: relative; display: block; height: 47px; box-sizing: border-box; border: 1px solid #0a89cd; line-height: 45px; text-align: center; font-size: 16px; color: #0a89cd; -webkit-transition: .3s all ease; -ms-transition: .3s all ease; transition: .3s all ease }
.col_list .wp_listcolumn .wp_column .col_item_link:before { position: absolute; content: ''; left: 0; bottom: 0; }
.col_list .wp_listcolumn .wp_column .col_item_link .column-name { display: block; }
.col_list .wp_listcolumn .wp_column .col_item_link:hover, .col_list .wp_listcolumn .wp_column.selected .col_item_link ,.col_list .wp_listcolumn .wp_column.active .col_item_link{ font-weight: 600; color: #fff; background: #0a89cd; }
.col_list .wp_listcolumn .wp_column .col_item_link:hover:before, .col_list .wp_listcolumn .wp_column.selected .col_item_link:before { width: 100%; }

/*二级子栏目**/

.col_list .wp_listcolumn .sub_list { position: absolute; top: 47px; left: 0; width: 100%; display: none; }
.col_list .wp_listcolumn .sub_list li { background: #f7f7f7; }
.col_list .wp_listcolumn .sub_list .sub-item a { display: block; line-height: 48px; text-align: center; font-size: 16px; background: #f7f7f7; }
.col_list .wp_listcolumn .sub_list .sub-item a:hover, .col_list .wp_listcolumn .sub_list .sub-item.selected a { background: #9c9dab; color: #fff; }
/**新闻**/

.column-newslist { margin: 0 auto; }
.column-item { padding: 40px 0; border-bottom: 1px solid #e0e0e0; }
    .column-item .news-img {
        border: 1px solid #f0f0f0;
        float: left;
        width: 400px;
        height: 225px;
        overflow: hidden;
        position: relative;
    }
.column-item:hover .news-img { box-shadow: 0 4px 8px rgba(0, 0, 0, .16); }
.column-item .news-img img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .3s all ease; -ms-transition: .3s all ease; transition: .3s all ease; }
.column-item:hover .news-img .img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.column-item .news-cont { float: right; height: 140px; width: calc(100% - 450px); }
.column-item .news-cont .news_bt { line-height: 18px; font-size: 16px; font-weight: bold; color: #333; -webkit-transition: .3s all ease; -ms-transition: .3s all ease; transition: .3s all ease; }
.column-item .news-cont .news_text { line-height: 30px; color: #999; font-size: 14px; }
.column-item .news-cont .news_date { line-height: 14px; color: #999; font-size: 14px; }
.news-cont.main_news .bt2 { height: 72px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.main_news .lei { padding: 0 18px; line-height: 34px; border: 1px solid #0a89cd; font-size: 16px; color: #1d2088; border-radius: 20px; margin-right: 10px; }
.main_news .time { font-size: 16px; color: #333; }
.main_news .bt1 { margin-top: 25px; height: 28px; line-height: 28px; font-size: 18px; font-weight: 600; }
.main_news .bt2 { margin-top: 12px; height: 48px; line-height: 24px; font-size: 14px; color: #999; }
.main_news .more { margin-top: 25px; line-height: 30px; font-size: 14px; color: #0a89cd; padding-left: 20px; background: url(images/more2.png) left center no-repeat; text-align: left; }
.column-tulist { position: relative; }
.column-tulist .row { margin-left: -12px; margin-right: -12px; }
.column-tu { float: left; width: 33%; padding: 0 12px; box-sizing: border-box; }
.block-news { margin-top: 24px; background-color: #f0f0f0; border:15px solid #f0f0f0; }
.column-tu .news-img { position: relative; width:100%; height:200px; background:#fff; overflow: hidden; }
.news-img .img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .1s all ease; -ms-transition: .1s all ease; transition: .1s all ease; }
.block-news:hover .news-img .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.news-content { position: relative; width:100%; padding:15px 10px 10px; box-sizing: border-box; z-index: 2; color: #333; -webkit-transition: .3s all ease; -ms-transition: .3s all ease; transition: .3s all ease; }
.news-content .news_bt {font-size: 18px; line-height: 26px; font-weight: bold; }
.news-content .news_wz { line-height: 26px; font-size: 14px; }
.news-content .more {margin-top: 15px; line-height: 20px; font-size: 14px; color: #0a89cd; padding-left: 16px; background: url(images/more2.png) left center no-repeat; text-align: left;}
.block-news:hover { background-color: #0a89cd; }
.block-news:hover .news-content, .block-news:hover .news-content .more { color: #fff; }
.block-news:hover .news-content .more { background: url(images/more3.png) left center no-repeat; }
.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 290px; }
.col_news_head { border-bottom: 1px solid #DBDBDB; }
.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: #bb200d; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path { display: inline-block; float: right; white-space: nowrap; height: 46px; line-height: 46px; color: #666; }
/**当前位置**/

.col_metas .col_path a { color: #2F2F2F; }
.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: 800px; _width: expression(this.width > 800 ? "800px": this.width);
}
/**列表页文章图片大小限制**/


/**文章页**/

.infobox { margin: 0 auto; margin-top: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, .16); padding: 50px 30px; }
.article { padding-top: 30px; }
.article h1.arti_title { line-height: 44px; font-family: "Microsoft YaHei"; font-size: 24px; font-weight: 600; text-align:center; color: #333; }
/**文章标题**/

.article h2.arti_title { line-height: 34px; font-family: "Microsoft YaHei"; font-size: 14px; text-align: center; color: #1B1B1B; }
/**文章副标题**/

.article .arti_metas { line-height: 32px; font-size: 14px; text-align:center; color: #999;/* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; font-size: 14px; color: #999; }
/**文章其他属性**/

.article .entry { margin: 0 auto; overflow: hidden; padding: 20px 0; border-top: 1px solid #dbdbdb; margin-top: 30px; }
/**文章内容**/

.article .entry .read, .article .entry .read p { line-height: 2; font-size: 16px; color: #333; font-family: 微软雅黑, "Microsoft YaHei"; }
/**阅读字体**/

.article .entry .read p { margin-bottom: 10px; text-indent: 2em; font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";}
.article .entry .read img { margin-right: 20px; max-width: 940px; _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/

.article .entry .read table { margin: 0 auto; border: none!important; }
.es_article_title { display: none; }
/**翻页**/

.es_pagingbar_container { margin: 40px auto 0; text-align: center; padding-bottom: 40px; }
.es_pagingbar_container .es_pagingbar { display: inline-block; overflow: hidden; }
.es_pagingbar_container .es_pagingbar li { float: left; padding: 6px 12px; margin: 0 6px; color: #999; background: #fff; border: 1px solid #ddd; font-size: 14px; text-align: center; cursor: pointer; }
.es_pagingbar_container .es_pagingbar li.active { background: #0460b7; color: #fff; border-color: #0460b7; }
.es_pagingbar_container .es_pagingbar li.active a { color: #fff; }
/**.es_article_content img {max-width:100%; height:auto!important; }**/
.news1 span { font-weight: bold; }

.gallery-top,.gallery-thumbs{ width:100%;box-sizing: border-box;}
.post4{ margin:0 auto; width:1000px;}
.post4 .gallery-top .swiper-slide{ height:360px; position:relative;width:100%;box-sizing: border-box;}
.post4 .gallery-top .swiper-slide .tu{ position: absolute; z-index:1;top:0px;left:0;right:0;bottom:10px; border-radius:4px; overflow:hidden;}
.post4 .gallery-top .swiper-slide .tu .img{position: absolute; z-index:1;top: 0;left: 0; width: 100%; height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;-webkit-transition: .1s all ease; -ms-transition: .1s all ease;transition: .1s all ease;}
.post4 .gallery-top .swiper-slide:hover .tu .img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.post4 .gallery-top .swiper-slide .news_bt{ position:absolute; z-index:2; left:0;right:0; bottom:10px; padding:10px;  border-radius:0 0 4px 4px; background:rgba(0,0,0,0.4);line-height:24px;color: #fff; font-size:16px; font-weight:600;}
.post4 .gallery-thumbs .swiper-slide{ overflow:hidden; width:100px; height:100px; box-sizing:border-box; border-radius:4px; border:2px solid #fff;background-size: cover;background-position: center;text-align:center;}
.post4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{border:2px solid #c49d62;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.post4 .gallery-thumbs .swiper-wrapper{ border:1px solid #f5f5f5; box-sizing:border-box;}

.post4 .gallery-top .swiper-slide .tu img{ margin:0 auto; display:block; max-width:100%; width:auto;}
.es_list_singlearticle .content p,.es_article_content p{text-indent:0;}


.width100per{
    width:100%;
}


.honour-box {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.knowledge-box {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.produts-box {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

    .knowledge-box .thumbnail, .honour-box .thumbnail, .produts-box .thumbnail {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        /* cursor: pointer; */
        transition: transform 0.3s ease;
        position: relative;
        background-color: #fff;
        padding: 6px;
        text-align: center;
    }

.honour-box .thumbnail {
    height: 100%;
    max-height: 140px;
}

.produts-box .thumbnail {
    height: 200px;
    padding-bottom: 50px;
}
.knowledge-box .thumbnail {
    height: 200px;
     
}
.knowledge-box .title, .honour-box .title, .produts-box .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #2e95df73;
    color: #fff;
    text-align: left;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
}