﻿*{
    padding: 0px;
    margin: 0px;
}
body{
    font-family: '微软雅黑';
    background: #fff;
}
img{
    display: block;
}
li{
    list-style: none;
}
i{
    font-style: normal;
}
input,button{
    outline: none;
    border: none;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
    font-size: 16px;
}
a{
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #35b6ff !important;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.clearfix::after{
    content: '';
    clear: both;
    display: block;
}
.icons{
    background: url("../image/icons.png") no-repeat;
}
/* 尾部 */
.footer{
    width: 100%;
    background: #2c2d32;
    text-align: center;
    padding: 15px 0px;
}
.footer_nav li{
    display: inline-block;
    padding-right:11px;
    margin-right:10px;
    position:relative;
    margin-left: 0;
}
.footer_nav li::after{
    position: absolute;
    right:0;
    top:7px;
    width:1px;
    height:10px;
    background:#979797;
    content: '';
    display: block;
}
.footer_nav li:last-child{padding-right:0;margin-right:0;}
.footer_nav li:last-child::after{
    display: none;
}
.footer a{
    font-size: 12px;
    color: #979797;
}
.footer p{
    font-size: 12px;
    color: #979797;
    line-height: 28px;
}
.footer p span{
    padding: 0px 10px;
}
.footer img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}
.picName{
    white-space: pre-wrap !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 吸顶头部 */
.xdheader{
    width: 100%;
    height: 58px;
    box-shadow: 0 10px 15px -10px #e7e7e9;
    background: #fff;
    line-height: 58px;
    position: relative;
}
.xdheader .logo {
    margin-top: 10px;
}
.xdheader ul.xdlist {
    margin-left: 52px;
}
.xdheader ul.xdlist li {
    margin-right: 48px;
}
.xdheader ul.xdlist>li {
    float:left;
}
.xdheader ul.xdlist li a {
    font-size: 18px;
    color: #484848;
}
.xdheader ul.xdlist li a:hover {
    font-weight: bold;
}
.xdheader ul.xdlist li.more {
    cursor: pointer;
    margin-top: 18px;
    padding: 10px 10px 18px 10px;
}
.xdheader ul.xdlist li.more span {
    width: 17px;
    height: 3px;
    background-position: -176px -15px;
    display: block;
}
.xdheader ul.xdlist li.more:hover span {
    background-position: -176px -21px;
}
.xdsearchBox {
    width: 402px;
    height: 42px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #80d1ff;
    overflow: hidden;
    margin-top: 7px;
}
.xdsearchBox .xdsearchIcon {
    width: 18px;
    height: 18px;
    display: block;
    background-position: 0 0;
    margin-top: 12px;
    margin-left: 20px;
}
.xdsearchBox .xdsearchText {
    height: 42px;
    width: 250px;
    margin-left: 5px;
    padding-left: 10px;
    font-size: 16px;
    color: #bfbfbf;
}
.xdsearchBox .xdsearch {
    width: 95px;
    height: 36px;
    background: -webkit-linear-gradient(left, #41b9ff, #5b8bff);
    background: -moz-linear-gradient(left, #41b9ff, #5b8bff);
    background: -o-linear-gradient(left, #41b9ff, #5b8bff);
    background: -ms-linear-gradient(left, #41b9ff, #5b8bff);
    background: linear-gradient(left, #41b9ff, #5b8bff);
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 5px;
    text-indent: 5px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin: 3px 3px 3px 0px;
}
.xdsearchBox .xdsearch:hover {
    background: -webkit-linear-gradient(left, #5b8bff, #41b9ff);
    background: -moz-linear-gradient(left, #5b8bff, #41b9ff);
    background: -o-linear-gradient(left, #5b8bff, #41b9ff);
    background: -ms-linear-gradient(left, #5b8bff, #41b9ff);
    background: linear-gradient(left, #5b8bff, #41b9ff);
}
.xdheader_fc {
    width: 710px;
    height: 112px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -375px;
    box-shadow: 0px 0px 10px 5px #edeef0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.xdheader_fc li {
    width: 170px;
    height: 46px;
    background: #f6f6f6;
    line-height: 46px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 0px !important;
}
.xdheader_fc li a {
    font-size: 16px;
    color: #484848;
    display: block;
    width: 100%;
    height:100%;
}
.xdheader_fc li a:hover {
    color: #484848 !important;
    font-weight: 500 !important;
}
.xdheader_fc li:hover {
    background: linear-gradient(left, #e3f5ff, #e7eeff);
    background: -webkit-linear-gradient(left, #e3f5ff, #e7eeff);
    background: -moz-linear-gradient(left, #e3f5ff, #e7eeff);
    background: -ms-linear-gradient(left, #e3f5ff, #e7eeff);
    background: -o-linear-gradient(left, #e3f5ff, #e7eeff);
}