/* default.css样式 */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    border: none;
    /* width: 100%; */
    max-height: 100%;
    vertical-align: top;
    /*灰度滤镜放在gray.svg文件的id叫做grayscale的滤镜里*/
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: inherit;
}

a:focus,
a:active {
    outline: none;
}

a img {
    vertical-align: top;
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

textarea,
input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

body,
input,
button,
textarea,
select,
option {
    font: normal 14px "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.wea-more {
    display: none;
}

.head {
    width: 1200px;
    margin: 0 auto;
    color: #999999;
}

.head .head-left {
    font-size: 16px;
}

div[data-v-0af378b6]:last-child {
    display: none !important;
}

.head .head-right {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
}


/* 导航 */

.nav {
    width: 100%;
    background: linear-gradient(360deg, #1873D7 0%, #196FCD 49%, #1873D7 100%);
    margin-bottom: 10px;
}

.nav .xq_nav{
    display: none;
}

.nav .nav_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /*padding: 4px 0;*/
    font-size: 0;
    justify-content: space-around;
    position: relative;
}

.nav_list>li {
    font-size: 0;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    display: inline-block;
    /*position: relative;*/
    height: 48px;
    /*padding: 5px 0;*/
}

.nav_list>li:first-child img{
    height: 48px;
    width: auto;
}

.nav_list>li:hover{
    background: #fff;
    color: #1873D7;
    border-bottom: 1px solid #1873D7;
}
.nav_list>li:first-child:hover{
    background:linear-gradient(360deg, #1873D7 0%, #196FCD 49%, #1873D7 100%);
    color: #1873D7;
    border-bottom: none;
    
}
.nav_list>li>a {
    font-size:18px;
    margin: 0 13px;
    display: inline-block;
    vertical-align: middle;
    
}

.nav_list>li>a:hover{
    border-bottom: 2px solid #ffffff;
}
/*.nav_list>li:first-child>a {*/
/*    margin-left: 0;*/
/*}*/

/*.nav_list>li:last-child>a {*/
/*    margin-right: 0;*/
/*}*/

.nav_list>li::after {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .7);
     display: inline-block; 
    /*position: absolute;*/
    /*top: 14px;*/
    margin-left: 1px;
    vertical-align: middle;
}

.nav_list>li:last-child::after {
    content: none;
}
.nav_list>li.xq:hover .xq_nav{
    display: block;
}
.nav_list>li.xq>a{
    margin-right: 3px;
} 
.nav_list>li.xq>img{
    margin-right: 14px;
    vertical-align: middle;
}

.nav .xq_nav{
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 1;
}

.nav .xq_nav_list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB;
    font-size: 0;
    justify-content: space-between;
}

.xq_nav_list li {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    display: inline-block;
    position: relative;
    padding: 0;
    padding:0 45px;
    border-right: 1px solid #333;
}

.xq_nav_list li:first-child{
    border-left: 1px solid #333;
}

.xq_nav_list li:hover{
    color: #1873D7;
}
/* 面包屑 搜索 */

.con {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.location {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
}

.location span {
    color: #1873D7;
}

.con .search {
    float: right;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search .search_text {
    width: 400px;
    border-radius: 4px;
    border: 1px solid #979797;
    height: 32px;
    padding-left: 10px;
    display: inline-block;
}


/* 底部 */

.foot {
    background: #333333;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.foot .column_url a {
    display: inline-block;
    margin-right: 10px;
}
#_ideConac{
    display: block;
    width: 100%;
    text-align: center;
}