﻿@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%; }
.fl { float: left !important; }
.fr { float: right !important; }
.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; }

/* 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::before,
.menu-list li h3::after { display: block; content: ""; }
.menu-list li::before { margin: 0 auto; width: 60px; height: 60px; background: url(../img/iconfont.png) no-repeat 0 0; transition: 0.4s all; }
.menu-list .li2::before { background-position: 0 -120px; }
.menu-list .li3::before { background-position: 0 -240px; }
.menu-list .li4::before { background-position: 0 -360px; }
.menu-list .li5::before { background-position: 0 -480px; }
.menu-list .li6::before { background-position: 0 -600px; }
.menu-list .li1.on::before { background-position: 0 -60px; }
.menu-list .li2.on::before { background-position: 0 -180px; }
.menu-list .li3.on::before { background-position: 0 -300px; }
.menu-list .li4.on::before { background-position: 0 -420px; }
.menu-list .li5.on::before { background-position: 0 -540px; }
.menu-list .li6.on::before { background-position: 0 -660px; }
.menu-list li.on h3 { 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 ); }

.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 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: 25%; margin-bottom: 20px; }
.box-border .bd li a,
.box-border .bd li span { width: 280px; 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: 20px 0; min-width: 1400px; }
#footer .footNav { padding-bottom: 10px; overflow: hidden; }
#footer .footNav li { float: left; }
#footer .footNav .spe { margin: 0 10px; }
#footer a { color: #fff; }
#footer a:hover { color: #f5dc0a; }
#footer .copyRight {  line-height: 30px; font-size: 14px; padding-right: 400px; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 0; top: 40px; display: flex; align-items: center; justify-content:space-between; }
#footer .pics li { float: left; margin-left: 15px; margin-bottom: 15px;}
#footer .pics img { height: 63px; }
#footer .pics .ul2 { width: 250px; }
#footer .pics .ul2 img { width: 110px; height: 52px; }
