/* ===================================
 * 主样式表
 * 版本: V2.0
 * 整理日期: 2021-12-05
 * =================================== */

/* ===== 1. 基础重置样式 ===== */
* { outline: 0; margin: 0; padding: 0; }
img, a img, a:hover img { border: 0; }
i, em { font-style: normal }
ol, ul, dl, li, dt, dd { list-style: none; }
:focus { outline: 0; }
iframe { border: 0; }

/* ===== 2. 链接样式 ===== */
a { color: #252525; text-decoration: none; }
a:hover { color: #0073E6; text-decoration: none; }
a, a:active, .btn, .more { transition: all 300ms ease; appearance: none; }

/* ===== 3. 表单元素 ===== */
input:not(.myinput), select:not(.myinput), button { -webkit-appearance: none; }
::-webkit-input-placeholder { color: #999999; }
.myinput input { appearance: auto; }
.myinput label { margin-left: 3px; position: relative; bottom: 1.5px; }

/* ===== 4. 辅助类 ===== */
.clear { height: 0; font-size: 0; overflow: hidden; clear: both; float: none; }
.mr0 { margin-right: 0 !important; }

/* ===== 5. 基础布局 ===== */
html { }
body { color: #252525; background: #ffffff; font-size: 14px; line-height: 1.8; font-family: Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, sans-serif; }
.wrap { min-width: 1280px; position: relative; overflow: auto; }
.mainbox { width: 1280px; margin: 0 auto; }

/* ===== 6. 头部区域样式 ===== */
.header { background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 50%, #FFFFFF 100%); }
.topbox { height: 96px; }
.topbox .logo { float: left; padding-top: 28px; }
.topbox .logo img { display: block; height: 40px; }
.topbox .logotext { float: left; position: relative; margin-left: 16px; margin-top: 28px; padding-left: 17px; }
.topbox .logotext b { display: block; font-size: 24px; line-height: 24px; letter-spacing: 0.7px; font-weight: normal; margin-bottom: 4px; }
.topbox .logotext span { display: block; font-size: 12px; line-height: 12px; letter-spacing: -0.4px; }
.topbox .logotext:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 40px; background: #000; margin-top: -20px; }
.topbox .logotext2 { float: left; position: relative; margin-left: 12px; margin-top: 28px; padding-left: 17px; }
.topbox .logotext2 b { display: block; font-size: 26px; line-height: 34px; letter-spacing: 0.7px; font-weight: normal; margin-bottom: 4px; color: #F64041; }

/* ===== 7. 顶部右侧工具栏 ===== */
.topbox .topright { float: right; padding-top: 20px; }
.topbox .topright i { display: inline-block; vertical-align: middle; width: 1px; height: 16px; background: #E6E6E6; margin: 0 16px; }
.topbox .toptool { line-height: 30px; text-align: right; margin-right: -3px; }
.topbox .toptool a { display: inline-block; vertical-align: middle; padding: 3px; line-height: 24px; }
.topbox .toptool a img { float: left; height: 24px; margin-right: 8px; }
.topbox .toptool a:hover { transform: translate(0,-3px); }
.topbox .toptel { clear: both; color: #0073E6; line-height: 20px; padding-top: 6px; }

/* ===== 8. 顶部导航 ===== */
.topnav { clear: both; height: 64px; }
.topnav ul li { float: left; position: relative; }
.topnav ul li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 24px; background: #E6E6E6; margin-top: -12px; }
.topnav ul li:nth-child(1):before { display: none; }
.topnav a { display: block; height: 64px; line-height: 64px; font-size: 18px; font-weight: bold; width: 182px; text-align: center; transition: none; }
.topnav a i { display: inline-block; margin-left: 4px; width: 40px; height: 20px; line-height: 20px; text-align: center; border-radius: 4px; background: #FE545B; color: #fff; font-weight: normal; font-size: 14px; vertical-align: middle; margin-bottom: 2px; }
.topnav .on:before { display: none; }
.topnav .on a { color: #0073E6; background-size: auto 24px; }
.topnav a:hover { color: #0073E6; background-size: auto 24px; }
.topnav .on .m a { background: none; color: #333; }

/* ===== 9. 导航下拉菜单 ===== */
.topnav .m { display: none; position: absolute; left: 0; right: 0; top: 64px; background: #fff; padding: 10px 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); z-index: 999; }
.topnav .m a { display: block; height: auto; line-height: 20px; font-size: 14px; padding: 9px 24px; width: auto; background: none; text-align: left; transition: all 300ms ease; }
.topnav .m a:hover { background: none; background-color: #eaf4ff; color: #0073E6; font-size: 15px; }
.topnav ul li:hover .m { display: block; }

/* ===== 10. 首页轮播图 ===== */
.ibanner_main { position: relative; }
.ibanner { position: relative; overflow: hidden; height: 360px; }
.ibanner .img { display: block; height: 360px; transition: all 300ms ease; background-size: cover !important; }
.ibanner .swiper-pagination { left: 0; right: 0; line-height: 0; bottom: 80px !important; text-align: center; z-index: 999; }
.ibanner .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 4px; margin: 0 8px; background: #fff; opacity: 0.5; }
.ibanner .swiper-pagination .swiper-pagination-bullet-active { width: 24px; height: 8px; opacity: 1; }

/* ===== 11. 轮播图底部信息栏 ===== */
.ibanner_foot { position: absolute; left: 0; right: 0; bottom: 0; height: 50px; border-top: 1px rgba(255,255,255,0.2) solid; background: rgba(41, 46, 51, 0.3); z-index: 99; display: flex; justify-content: center; align-items: center }
.ibanner_foot .mainbox { width: 1320px; }

/* ===== 12. 通知信息框 ===== */
.inote_box { float: left; width: 500px; position: relative; height: 70px; overflow: hidden; background: url(../img/y.png) left 30px no-repeat; padding: 0 120px 0 20px; position: relative; }
.inote_box_2 { padding: 0 80px 0 70px; background: url(../img/y.png) 50px 25px no-repeat; }
.inote_box .item { height: 70px; overflow: hidden; line-height: 70px; font-size: 16px; color: #fff; }
.inote_box .item span { font-weight: lighter; margin-left: 20px; margin-right: 10px; }
.inote_box .item i { display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin-left: 5px; }
.inote_box .item i.down { background: url(../img/d.png) center center no-repeat; background-size: 12px auto; }
.inote_box .item i.up { background: url(../img/u.png) center center no-repeat; background-size: 12px auto; }
.inote_box .item:hover { color: #409FFF; }

/* ===== 13. 通知信息导航按钮 ===== */
.inote_box .swiper-button-prev, .inote_box .swiper-button-next { position: absolute; top: 50% !important; width: 20px !important; height: 20px !important; margin-top: -10px !important; cursor: pointer; z-index: 999; transition: all 300ms ease; }
.inote_box .swiper-button-prev { left: auto !important; right: 72px; background: url(../img/banl.png) center center no-repeat; background-size: 20px auto; }
.inote_box .swiper-button-next { right: 36px; background: url(../img/banr.png) center center no-repeat; background-size: 20px auto; }
.inote_box .swiper-button-prev:after, .inote_box .swiper-button-next:after { display: none; }
.inote_box .swiper-button-prev:hover { transform: translate(-5px,0); }
.inote_box .swiper-button-next:hover { transform: translate(5px,0); }
.inote_box .more { position: absolute; top: 50%; right: 0; margin-top: -10px; right: 0; display: block; width: 20px; height: 20px; background: url(../img/more.png) center center no-repeat; background-size: 20px auto; }
.inote_box .more:hover { transform: translate(5px,0); }
.inote_box_1 .swiper-button-prev { right: 96px !important; }
.inote_box_1 .swiper-button-next { right: 60px !important; }
.inote_box_1 .more { right: 24px; }

/* ===== 14. 主要内容区域 ===== */
.imain1 { background: #F5F7FA; padding: 36px 0 2px 0; }
.imain2 { background: #FFFFFF; padding: 36px 0; }

/* ===== 15. 顶部列表 ===== */
.itop_list { padding-bottom: 36px; }
.itop_list ul li { float: left; width: 302px; margin-right: 24px; }
.itop_list a { display: block; padding: 6px 20px 6px 104px; line-height: 80px; border-radius: 4px; background: #fff; background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 50%, #FFFFFF 100%); box-shadow: 0px 10px 30px 0px rgba(61,82,102,0.05); border: 2px solid #fff; position: relative; }
.itop_list a b { display: block; font-size: 18px; text-align: center }
.itop_list a img { display: block; position: absolute; left: 14px; top: 50%; height: 80px; margin-top: -40px; }
.itop_list a i { display: block; opacity: 0; background: url(../img/r.png) center center no-repeat; background-size: 7px auto; width: 24px; height: 24px; position: absolute; right: 22px; top: 50%; margin-top: -12px; transition: all 300ms ease; }
.itop_list a:hover { transform: scale(1.06); color: #0073E6; }
.itop_list a:hover i { opacity: 1; }
.itop_list:after { display: block; content: ''; clear: both; }

/* ===== 16. 内容盒子通用样式 ===== */
.ibox { background: #FFFFFF; box-shadow: 0px 10px 30px 0px rgba(61,82,102,0.05); border-radius: 4px; margin-bottom: 36px; position: relative; }
.ibox1_left { /*float: left;*/ }
.ibox1_right { /*float: right;*/ }

/* ===== 17. 内容盒子样式1 ===== */
.ibox1 { padding-left: 120px; min-height: 416px; }
.ibox1 .ibox_t { position: absolute; left: 2px; top: 2px; bottom: 2px; width: 118px; padding: 24px 10px 0 10px; background: linear-gradient(360deg, #FFFFFF 0%, #F5F7FA 100%); box-sizing: border-box; }
.ibox1 .ibox_t .tit { font-size: 16px; font-weight: bold; line-height: 42px; margin-bottom: 14px; text-align: center; }
.ibox1 .ibox_t .tit img { display: block; margin: 0 auto; height: 48px; }
.ibox1 .ibox_t ul li { margin-bottom: 5px; cursor: pointer; border-radius: 4px; line-height: 40px; font-weight: bold; text-align: center; transition: all 300ms ease; }
.ibox1 .ibox_t ul li img { display: inline-block; vertical-align: middle; height: 19px; margin-right: 8px; }
.ibox1 .ibox_t ul li.on { background-color: rgba(0, 115, 230, 0.1); color: #0073E6; }
.ibox1 .ibox_t ul li:hover { color: #0073E6; }
.ibox1 .ibox_t .more { position: absolute; left: 0; right: 0; text-align: center; bottom: 30px; line-height: 34px; color: #0073E6; }
.ibox1 .ibox_t .more:after { display: inline-block; content: ''; vertical-align: middle; width: 8px; height: 14px; margin-left: 4px; background: url(../img/r.png) center center no-repeat; background-size: 6px auto; }
.ibox1 .ibox_t .more:hover { transform: translate(5px,0); }
.ibox1:after { display: block; content: ''; position: absolute; left: 120px; top: 0; bottom: 0; width: 1px; background: #e6e6e6; }

/* ===== 18. 内容盒子样式2 ===== */
.ibox2_left { /*float: left; width: 846px;*/ }
.ibox2_right { float: right; width: 410px; }
.ibox2 { min-height: 380px; }
.ibox2 .ibox_t { background: linear-gradient(360deg, #FFFFFF 0%, #F5F7FA 100%); border-radius: 4px 4px 0 0; border: 2px solid #FFFFFF; border-bottom: 1px #E6E6E6 solid; height: 53px; }
.ibox2 .ibox_t .tit { float: left; padding: 0 30px; font-size: 16px; font-weight: bold; line-height: 53px; position: relative; }
.ibox2 .ibox_t .tit img { float: left; height: 30px; margin-top: 12px; margin-right: 8px; margin-left: -15px }
.ibox2 .ibox_t ul { float: left; padding-left: 16px; position: relative; }
.ibox2 .ibox_t ul:before { display: block; content: ''; position: absolute; left: 0; top: 50%; margin-top: -8px; width: 1px; height: 16px; background: #E6E6E6; }
.ibox2 .ibox_t ul li { float: left; cursor: pointer; height: 53px; line-height: 53px; font-weight: bold; text-align: center; padding: 0 16px; font-size: 14px; position: relative; color: #999999; transition: all 300ms ease; }
.ibox2 .ibox_t ul li.on { color: #0073E6; }
.ibox2 .ibox_t ul li.on:after { display: block; content: ''; position: absolute; left: 50%; bottom: 0; width: 40px; height: 3px; background: #0073E6; border-radius: 2px; margin-left: -20px; }
.ibox2 .ibox_t ul li:hover { color: #0073E6; }
.ibox2 .ibox_t .more { position: absolute; right: 26px; top: 9px; line-height: 34px; color: #0073E6; }
.ibox2 .ibox_t .more:after { display: inline-block; content: ''; vertical-align: middle; width: 8px; height: 14px; margin-left: 4px; background: url(../img/r.png) center center no-repeat; background-size: 6px auto; }
.ibox2 .ibox_t .more:hover { transform: translate(5px,0); }

/* ===== 19. 内容盒子右侧样式 ===== */
.ibox2_right .ibox_t ul { padding-left: 4px; }
.ibox2_right .ibox_t ul:before { display: none; }
.ibox2_right .ibox_t ul li { font-size: 16px; padding: 0 20px; }
.ibox2_right .ibox_t ul li i { float: left; width: 16px; height: 16px; margin-right: 8px; margin-top: 18px; }
.ibox2_right .ibox_t ul li i.t1 { background: url(../img/mt6.png) center center no-repeat; background-size: 16px auto; }
.ibox2_right .ibox_t ul li i.t2 { background: url(../img/mt7.png) center center no-repeat; background-size: 16px auto; }
.ibox2_right .ibox_t ul li.on i.t1 { background: url(../img/mt6s.png) center center no-repeat; background-size: 16px auto; }
.ibox2_right .ibox_t ul li.on i.t2 { background: url(../img/mt7s.png) center center no-repeat; background-size: 16px auto; }

/* ===== 20. 内容盒子样式3 ===== */
.ibox3 { padding-left: 200px; min-height: 416px; }
.ibox3 .ibox_t { position: absolute; left: 2px; top: 2px; bottom: 2px; width: 196px; padding: 24px 40px 0 40px; background: linear-gradient(360deg, #FFFFFF 0%, #F5F7FA 100%); box-sizing: border-box; }
.ibox3 .ibox_t .tit { font-size: 16px; font-weight: bold; line-height: 42px; margin-bottom: 8px; text-align: center; }
.ibox3 .ibox_t .tit img { display: block; margin: 0 auto; height: 48px; }
.ibox3 .ibox_t ul li { margin-bottom: 4px; cursor: pointer; border-radius: 4px; line-height: 40px; font-weight: bold; text-align: center; transition: all 300ms ease; }
.ibox3 .ibox_t ul li img { display: inline-block; vertical-align: middle; height: 16px; margin-right: 8px; }
.ibox3 .ibox_t ul li.on { background-color: rgba(0, 115, 230, 0.1); color: #0073E6; }
.ibox3 .ibox_t ul li:hover { color: #0073E6; }
.ibox3 .ibox_t .more { position: absolute; left: 0; right: 0; text-align: center; bottom: 26px; line-height: 34px; color: #0073E6; }
.ibox3 .ibox_t .more:after { display: inline-block; content: ''; vertical-align: middle; width: 8px; height: 14px; margin-left: 4px; background: url(../img/r.png) center center no-repeat; background-size: 6px auto; }
.ibox3 .ibox_t .more:hover { transform: translate(5px,0); }
.ibox3:after { display: block; content: ''; position: absolute; left: 200px; top: 0; bottom: 0; width: 1px; background: #e6e6e6; }

/* ===== 21. 新闻列表 ===== */
.inews_list { padding: 24px 0; position: relative; }
.inews_list ul li { position: relative; padding: 0 250px 0 40px; line-height: 46px; transition: all 300ms ease; }
.inews_list ul li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 46px; }
.inews_list ul li .time { position: absolute; right: 40px; top: 0; transition: all 300ms ease; }
.inews_list ul li:hover { background: #F5F7FA; }
.inews_list ul li:hover .time { color: #0073E6; }
.inews_list:after { display: block; content: ''; clear: both; }

/* ===== 22. 双列新闻列表 ===== */
.inews_list_2 { padding: 24px 24px; }
.inews_list_2 ul li { float: left; width: 360px; padding: 0 120px 0 16px; }
.inews_list_2 ul li .time { right: 16px; }
.inews_list_2 ul li:nth-child(even) { float: right; }
.inews_list_2:before { display: block; content: ''; position: absolute; left: 50%; top: 34px; bottom: 34px; background: #E6E6E6; width: 1px; }

/* ===== 23. 下载列表 ===== */
.idown_list { padding: 21px 12px 12px 12px; }
.idown_list ul li { margin-bottom: 15px; }
.idown_list ul li a { display: block; height: 82px; line-height: 82px; font-size: 16px; position: relative; padding: 0 20px 0 48px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.idown_list ul li a img { display: block; position: absolute; left: 20px; top: 42%; height: 40px; margin-top: -12px; }
.idown_list ul li a:hover { transform: scale(1.02); background: linear-gradient(360deg, #FFFFFF 0%, #E6F2FF 100%); color: #0073E6; }

/* ===== 24. 链接列表 ===== */
.ilink_list { }
.ilink_list ul li { float: left; width: 302px; margin-right: 24px; }
.ilink_list a { display: block; line-height: 30px; background: linear-gradient(360deg, #FFFFFF 0%, #F5F7FA 100%); border-radius: 4px; border: 1px solid #E7EDF3; height: 126px; position: relative; }
.ilink_list a p { position: absolute; left: 40px; top: 50%; margin-top: -15px; transition: all 300ms ease; }
.ilink_list a b { display: block; font-size: 18px; }
.ilink_list a span { display: block; opacity: 0; color: #999999; transition: all 300ms ease; }
.ilink_list a img { display: block; position: absolute; right: 0; bottom: 0; height: 80px; }
.ilink_list a:hover { transform: scale(1.06); background: linear-gradient(360deg, #FFFFFF 0%, #E6F2FF 100%); }
.ilink_list a:hover span { opacity: 1; }
.ilink_list a:hover p { margin-top: -30px; }
.ilink_list:after { display: block; content: ''; clear: both; }

/* ===== 25. 页脚样式 ===== */
.footer { background: #e6ecf2; color: #333; padding: 36px 0 36px 0; }
.footbox { }
.footbox .flogo { float: left; }
.footbox .flogo img { display: block; height: 48px; }
.footbox .fnav { float: left; font-size: 14px; padding: 4px 0; }
.footbox .fnav ul li { float: left; line-height: 18px; position: relative; }
.footbox .fnav ul li a { display: block; width: 96px; text-align: center; opacity: 0.5; color: #333; }
.footbox .fnav ul li img { display: block; margin: 0 auto 8px auto; height: 24px; }
.footbox .fnav ul li span { display: block; }
.footbox .fnav ul li a:hover { opacity: 1; }

/* ===== 26. 页脚统计信息 ===== */
.footbox .fstati { float: left; font-size: 14px; padding: 5px 0; }
.footbox .fstati ul li { float: left; line-height: 18px; padding: 0 38px; position: relative; }
.footbox .fstati ul li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; background: #333; opacity: 0.2; width: 1px; height: 40px; margin-top: -20px; }
.footbox .fstati ul li:first-child:before { display: none; }
.footbox .fstati ul li b { display: block; font-weight: normal; margin-bottom: 12px; color: #999999; }
.footbox .fstati ul li span { display: block; }
.footbox:after { display: block; content: ''; clear: both; }

/* ===== 27. 页脚链接 ===== */
.flink { padding: 10px 0; line-height: 28px; }
.flink .t { float: left; color: #fff; margin-right: 48px; }
.flink i { float: left; margin: 0 24px; width: 1px; height: 14px; background: #fff; opacity: 0.2; margin-top: 7px; }
.flink a { float: left; color: #999999; }
.flink a:hover { color: #333; }
.flink:after { display: block; content: ''; clear: both; }

/* ===== 28. 版权信息 ===== */
.fcopy { float: right; color: #999999; line-height: 30px; text-align: left; width: 650px; }
.fcopy a { color: #999999; }
.fcopy a:hover { color: #333; }

/* ===== 29. 滚动条样式 ===== */
::-webkit-scrollbar-corner { background-color: #ffffff; }
::-webkit-scrollbar { width: 6px; height: 6px; border-radius: 3px; }
::-webkit-scrollbar-track { background: none; }
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.3); border-radius: 3px; }

/* ===== 30. 轮播图文字样式 ===== */
.mainer .ibanner_main .bannerfont-title { height: 100px; width: 150px; position: absolute; top: 19%; left: 20% }
.mainer .ibanner_main .bannerfont-title p { color: white; font-size: 30px; }
.mainer .ibanner_main .bannerfont-body { height: 100px; width: 500px; position: absolute; top: 37%; left: 20% }
.mainer .ibanner_main .bannerfont-body p { color: white; font-size: 15px; line-height: 40px; font-weight: 200 }
.mainer .bannerfont-bottom { color: white; font-size: 15px; letter-spacing: 2px }
.mainer .bannerfont-bottom img { height: 20px; position: relative; top: 5px; left: -5px }
.mainer .bannerfont-bottom span { font-size: 16px; font-weight: bold }