﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { vertical-align: top; border: 0; }
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i { font-weight: normal; font-style: normal; }
ol,
ul,
li { list-style: none; }
div,
dl,
dt,
dd,
ol,
ul,
li { zoom: 1; }
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; font-size: 100%; }
q:before,
q:after { content: ""; }
abbr,
acronym { border: 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; }
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #4F4F4F; font-size: 18px; line-height: 36px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #4F4F4F; text-decoration: none; outline: none; }
a:hover { color: #1557A7;  }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.hide { display: none; }
input[type="button"],
input[type="submit"],
input[type="file"],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* frame */
html { background: #F4F5F7; }
body { text-align: center; min-width: 1400px; margin: 0 auto; background: url(../img/banner.jpg) no-repeat center top;}
.container { position: relative; max-width: 1300px; margin: 0 auto; }


/* header ----------------------------- */
#header { height: 465px; }
#header .title { font-size: 64px; color: #fff; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.95); font-weight: 700; letter-spacing: 0.1em; text-align: center; line-height: 60px; }
#header .title a { color: #fff;}

/* logo */
.logo { display: flex; align-items: center; font-size: 38px; margin-bottom: 150px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); color: #fff; letter-spacing: 2px; padding-top: 45px; }
.logo img { margin-right: 15px; max-width: 350px; }


/* content ----------------------------- */
.content { width: 1300px; margin: 0 auto 50px; background-color: #fff; box-shadow: 3px 3px 15px #999; border-radius: 10px; padding: 30px; }

/* box-top */
.box-top {  margin-bottom: 30px; padding-top: 20px; }
.box-top .hd { margin-bottom: 30px;}
/* menu-list */
.menu-list { display: flex; justify-content: space-between; }
.menu-list li {  /*cursor: pointer;*/ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 180px; }
.menu-list li h3 { font-weight: bold; position: relative; padding-bottom: 15px;  }
.menu-list li a::before,
.menu-list li span::before,
.menu-list li h3::after { display: block; content: ""; }
.menu-list li a::before,.menu-list li span::before { margin: 0 auto; width: 60px; height: 60px; background: url(../img/iconfont.png) no-repeat 0 0; transition: 0.4s all; }
.menu-list .li2 a::before,.menu-list .li2 span::before { background-position: 0 -120px; }
.menu-list .li3 a::before,.menu-list .li3 span::before { background-position: 0 -240px; }
.menu-list .li4 a::before,.menu-list .li4 span::before { background-position: 0 -360px; }
.menu-list .li5 a::before,.menu-list .li5 span::before { background-position: 0 -480px; }
.menu-list .li6 a::before,.menu-list .li6 span::before { background-position: 0 -600px; }
.menu-list .li1:hover a::before { background-position: 0 -60px; }
.menu-list .li2:hover a::before,.menu-list .li2:hover span::before { background-position: 0 -180px; }
.menu-list .li3:hover a::before,.menu-list .li3:hover span::before { background-position: 0 -300px; }
.menu-list .li4:hover a::before,.menu-list .li4:hover span::before { background-position: 0 -420px; }
.menu-list .li5:hover a::before { background-position: 0 -540px; }
.menu-list .li6:hover a::before,.menu-list .li6:hover span::before { background-position: 0 -660px; }
.menu-list li:hover h3 a { color: #1557A7;  }
.menu-list li h3::after { width: 0; height: 5px; background-color: #1557A7; position: absolute; left: -10px; bottom: 0; transition: 0.5s all; }
.menu-list li.on h3::after { width: calc( 100% + 20px ); }


.menu-list li a::after { display: block; content: ""; position: absolute; right: 0; top: 0; left: 0; bottom: 0; cursor: pointer;}


.box-top .bd { text-align: center; position: relative; margin-bottom: 20px; }
.box-top .bd::before { display: block; content: ""; position: absolute; top: 50%; transform: translateY(-50%); background-color: #1557A7; height: 10px; width: 100%; border-radius: 10px; }
.box-top .bd h3 { display: inline-block; background-color: #fff; position: relative; z-index: 1; line-height: 60px; height: 60px; vertical-align: top; border-radius: 60px; padding: 0 30px; font-weight: bold; font-size: 32px; color: #1557A7;}
.box-top .bd h3 a { color: inherit; }
.box-top .bd h3 span { display: flex; align-items: center; }
.box-top .bd>div span::before { display: block; content: ""; background: url(../img/iconfont.png) no-repeat 0 0; margin-right: 10px; width: 60px; height: 60px; zoom: 0.75; }
.box-top .bd>div.in1 span::before { background-position: 0 -60px; }
.box-top .bd>div.in2 span::before { background-position: 0 -180px; }
.box-top .bd>div.in3 span::before { background-position: 0 -300px; }
.box-top .bd>div.in4 span::before { background-position: 0 -420px; }
.box-top .bd>div.in5 span::before { background-position: 0 -540px; }
.box-top .bd>div.in6 span::before { background-position: 0 -660px; }


/* box-loop ----------------------------- */

/* box-border */
.box-border {  }
.box-border .hd { line-height: 70px; height: 70px; text-align: center; margin-bottom: 25px; }
.box-border .hd h3,
.box-border .hd li { display: inline-block; font-weight: bold; font-size: 24px; color: #1557A7; position: relative; padding: 0 10px; cursor: pointer; }
.box-border .hd li { margin: 0 50px; color: #333;}
.box-border .hd li::after { display: block; content:""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #333; transition: 0.4s;}
.box-border .hd li.on { color: #1557A7; }
.box-border .hd li.on::after { background-color: #1557A7; width: 100%;}
.box-border .bd { background: #F4F5F7; box-shadow: inset 5px 5px 16px 1px rgba(12, 12, 13, 0.15); padding: 35px 30px 15px; flex: 1; min-height: 0; border-radius: 10px; }
.box-border .bd li { position: relative;float: left; height: 50px; width: 33.33%; margin-bottom: 20px; }
.box-border .bd li a,
.box-border .bd li span { width: 90%; font-size: 18px; transition: 0.4s all; margin: 0 auto; display: flex; align-items: center; justify-content: center; line-height: 20px; height: 50px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background-color: #fff; }
.box-border .bd li a:hover,
.box-border .bd li span:hover{ background-color: #1557A7; color: #fff; }


/*footer*/
#footer { color: #fff; background: #1557A7; position: relative; text-align: left; padding: 25px 0; }
#footer .siteWidth {  display: flex; align-items: center; justify-content: space-between; width: 1300px; margin: 0 auto;}
#footer a { color: #fff; }
#footer a:hover { color: #fed206; }
#footer .copyRight { flex: 1; min-width: 0; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .copyRight p { margin: 0px; padding: 0px; line-height: 30px; font-size: 14px; }
#footer .pics { display: flex; align-items: center; justify-content:space-between; gap: 10px; flex-shrink: 0; }
#footer .pics ul { display: flex; align-items: center; }
#footer .pics .ul1 img { max-height: 63px; }
#footer .pics .ul2  {display: flex; gap: 10px;}
#footer .pics .ul2 img { height: 100px; }

.sideFixed { display: none !important;}

.path { text-align: left; }


/* url_方块样式分页 */
.page { font-size: 0; text-align: center; padding: 25px 0; clear: both; overflow: hidden; }
.page a,
.page span { font-size: 14px; zoom: 1; border: 1px solid #E1E1E1; margin: 0 3px 5px 0; line-height: 30px; padding: 5px 10px; }
.page a:hover,
.page span:hover { border: 1px solid #1258AD; text-decoration: none; color: #1258AD; cursor: pointer; }
.page .current { background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold; }
.page select,
.page input { margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; }
.page input { text-align: center; padding: 0 4px; outline: none; }
.page .disabled { pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

.box-txt .bd { background: #F4F5F7; box-shadow: inset 5px 5px 16px 1px rgba(12, 12, 13, 0.15); padding: 35px 30px 15px; border-radius: 10px; margin-top: 20px; text-align: left; }

/* txt-list */
.txt-list li { margin-bottom: 10px; overflow: hidden; white-space: nowrap; padding: 0 30px; text-overflow: ellipsis; font-size: 18px; transition: 0.4s all; line-height: 50px; height: 50px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background-color: #fff; }
.txt-list li:hover { background-color: #1557A7; color: #fff; padding: 0 20px 0 40px;}
.txt-list li:hover a { color: #fff; }
.txt-list span.date { float: right; }
