/*公用样式*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    color: #222;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    background-color: rgb(254, 253, 253);
    margin: 0px auto;
    -webkit-text-size-adjust: none;
    padding: 0;
    height: auto !important;
}

html,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

a {
    transition: color 0.4s;
}

ol,
ul,
li {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img,
fieldset,
abbr,
acronym {
    border: none;
    padding: 0;
    margin: 0;
}

del,
ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #222;
    outline: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    ???￡?￠a€????￠a€???border-spacing: 0;
}

i,
b,
address {
    text-decoration: none;
    font-style: normal;
    font-weight: lighter;
}

caption {
    text-align: left;
}

time,
mark {
    margin: 0px;
    padding: 0px;
    background: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

i,
cite,
em {
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: inherit;
}


.clb {
    clear: both;
}

.head .wd {
    /*width: 100% !important;*/
    /*padding: 0px 60px;*/
    min-width: 1200px;
    box-sizing: border-box;
}


/*头部*/

.head {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
    height: 80px;
    position: fixed;
    top: 0;
}

.head_box {
    /*width: 100%;*/
    height: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 1600px;
    min-width: 1200px;
    /*margin: 0px auto;*/
}

.head_tel a {
    line-height: 80px;
    height: 80px;
    color: #2f2f2f;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
}

.nav ul li {
    float: left;
    font-size: 17px;
    line-height: 80px;
    color: #191919;
    text-align: center;
    height: 80px;
}

.nav ul li.first {
    width: 72px;
}

.nav ul li.active em {
    color: #0166ce;
}

.nav ul li span {
    float: left;
    width: 0px;
    margin-right: 0px;
    height: 1px;
    background: #fff;
    margin-top: 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul .zongji {
    padding: 0 15px;
    font-weight: bold;
    background-color: #2467f3;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 20px;
    color: #fff;
}



.nav ul li:hover span {
    /*width: 8px; margin-right: 5px;*/
}

.nav ul li a {
    cursor: pointer;
    height: 100%;
    display: block;
    padding: 0px 15px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul li a:hover {
    color: #2467f3 !important;
}

.nav ul li:hover .dl {
    height: inherit;
}

.nav ul li .dl {
    border-top: 1px solid #CCC;
    padding-left: 46%;
    left: 0px;
    height: 0px;
    background-color: #FFF;
    position: absolute;
    width: 54%;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul li .dl a {
    line-height: 30px;
    color: #333;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 80px;
    padding: 0px 20px;
    width: auto;
}

.logo_pc {
    max-height: 80px;
    margin-top: 10px;
}
/*底部*/

.icon{
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.foot_bot {
    /*background: #0a0a0a;*/
    color: #999;
    font-size: 16px;
    line-height: 26px;
    padding: 30px 0;
}

.foot_bot_body p {
    line-height: 40px;
    display: inline-block;
}
.foot_bot_body a{color:#999 }

.foot_bot_body span {
    line-height: 30px;
}

.foot_bot_body span.fl {
    margin-right: 120px
}

.foot_bot_body img {
    display: initial;
    margin-left: 10px;
    border-radius: 4px;
    float: right;
}

.foot_bot_fr a {
    float: left;
    font-size: 29px;
    color: #999;
    margin-left: 10px;
    line-height: 78px;
}

.foot_bot_fr a i {
    font-size: 29px;
    color: #04c38e;
}

.foot_bot_fr a:hover {
    opacity: 0.8;
}

.foot_top {
    padding: 25px 0;
    background: #1e1e1e;
}



.foot_cen {
    opacity: 0;
}

.foot_cen_title {
    font-size: 18px;
    border-bottom: 1px solid #333;
    line-height: 50px;
    color: #d2d2d2;
}

.foot_cen_body {
    padding: 10px 0 0;
}

.foot_cen_body a {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #757575;
    line-height: 28px;
}

.foot_top_body {
    padding: 20px 0 0 0;
    opacity: 0;
}

.foot_top_fl ul {
    margin-top: 40px;
}

.foot_top_fl ul li {
    float: left;
    width: 85px;
    line-height: 26px;
}

.foot_top_fl ul li a {
    font-size: 14px;
    margin-bottom: 18px;
    color: #fff;
}

.foot_top_fl ul li a {}

.foot_top_fl ul li p:hover {
    padding-left: 10px;
}

.foot_top_fr ul li {
    float: left;
    margin: 0 0 0 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    width: 120px;
}

.foot_top_cen {
    margin-left: 70px;
}

.foot_top_cen div {
    font-size: 18px;
    color: #fff;
}

.foot_top_cen a {
    font-size: 28px;
    color: #0166ce;
    font-weight: bold;
}

.foot_top_cen p {
    line-height: 26px;
    color: #999;
    margin-top: 5px;
}
