article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    display: block;
    content: '.';
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.content-core {
    /*margin-top: 50px;*/
    min-width: 1180px;
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.text-overflow-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

body {
    min-width: 1180px;
    height: 100vh;
    background-color: #fff;
}
.header{
    padding-bottom: 40px;
}
.header .nav li.on1 {
    background-image: url(../img/index/nav10.png);
    background-repeat: no-repeat;
    background-position: right center;
    -o-background-size: 100% 108%;
    background-size: 100% 100%;
    top: -5px;
    right: 0;
    z-index: 1;
    padding: 5px 0 1px 0;
    margin-top: -5px;
    margin-bottom: -1px;
}
/*.header .nav li.on1 a::after{*/
/*    content: unset;*/
/*}*/

.header .header-content {
    position: relative;
    width: 100%;
    min-width: 1180px;
    z-index: 200;
    translation: all 0.5s ease-in;
    background-color: #28a2f6;
}

.header .header-content .navbar-content {
    width: 1180px;
    margin: 0 auto;
    height: 56px;
}

.header .header-content .navbar-content .container-fluid {
    height: 56px;
}

.header .header-content .navbar-content .container-fluid .nav-items {
    list-style: none;
    padding-left: 5px;
}

.header .header-content .navbar-content .container-fluid .nav-items li {
    float: left;
    position: relative;
}

.header .header-content .navbar-content .container-fluid .nav-items li a {
    /*position: relative;*/
    display: block;
    padding: 19px 29px;
    text-decoration: none;
    /*border-bottom: 2px solid white;*/
    font-size: 18px;
    font-family: 'SourceHanSansCN', 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    font-weight: inherit;
    color: #fff;
}

.header .header-content .navbar-content .container-fluid .nav-items li a:hover {
    color: #ffffff;
    /*background-color: #e60012;*/

    /*background-image: url(../img/index/nav10.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right center;*/
    /*-o-background-size: 100% 108%;*/
    /*background-size: 100% 100%;*/
    /*top: -5px;*/
    /*right: 0;*/
    /*z-index: 1;*/
    /*padding: 5px 0 1px 0;*/
    /*margin-top: -5px;*/
    /*margin-bottom: -1px;*/
}

/*.header .header-content .navbar-content .container-fluid .navbar-nav-item:hover{*/
/*    width: 100%; !* 容器宽度 *!*/
/*    height: 100%; !* 容器高度 *!*/
/*    background-image: url(../img/index/nav10.png);*/
/*    background-size: cover; !* 图片适应方式 *!*/
/*    background-position: center; !* 图片居中 *!*/
/*}*/

.header .header-content .navbar-content .container-fluid .nav-items li .nav-sub-item{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    z-index: 1;
    /*background-color: #fff;*/
    background-color: rgba(255,255,255,0);
    /*opacity: 0; !* 初始状态：完全透明 *!*/
    /*visibility: hidden; !* 初始状态：隐藏 *!*/
    /*transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;*/
}

.select-arrow{
    display: none;
    position: absolute;
    left:calc(50% - 5px);
    top:54px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url("../img/index/sjx.png");
}
.header .header-content .navbar-content .container-fluid .nav-items li:hover .select-arrow{
    display: block;
}
.header .header-content .navbar-content .container-fluid .nav-items li:hover .nav-sub-item {
    display: flex;
    white-space: nowrap;
    /*background-color: rgba();*/
    /*opacity: 1; !* 完全不透明 *!*/
    /*visibility: visible; !* 显示 *!*/
}

.header .header-content .navbar-content .container-fluid .nav-items li:hover .nav-sub-item a {
    color: #000000;
}

/*.header .header-content .navbar-content .container-fluid .nav-items li:hover .nav-sub-item li {*/
/*    !*display: inline-block;*!*/
/*    background-color: #ffffff;*/
/*    color: #111111;*/
/*}*/
/*.header .header-content .navbar-content .container-fluid .nav-items li:hover .nav-sub-item li a{*/
/*    background-color: #ffffff;*/
/*    color: #111111;*/
/*}*/
.header .header-content .navbar-content .container-fluid .nav-items li .nav-sub-item sl a:hover{
    background-color: rgba(255,255,255,0);
    color: #28a2f6;
}
/*.header .header-content .navbar-content .container-fluid .nav-items li:hover .nav-sub-item li:hover{*/
/*    background-color: #ffffff;*/
/*    color: #111111;*/
/*}*/
/*.nav-sub-item li:hover{*/
/*    color: #000;*/
/*}*/
.nav {
    position: relative;
}
.nav .logo1 {
    position: absolute;
    top: 12px;
    left: 81px;
}

.this {
    color: #EE7306 !important;
    /*border-bottom: 2px solid #EE7306 !important;*/
}
.bgColor{
    color: #E66DB5;
}
.header-logo{
    position: relative;
}
.logoBanner{
    width: 100%;
    height: 89px;
    background-repeat: no-repeat;
    background-image: url("../img/index/logoBanner.png");
    background-size: 100% 89px;
}
.head_search{
    position:absolute;
    top: 25px;
    right: 300px;
    float: right;
    width: 248px;
    height: 33px;
    border:1px solid #e3e3e3;
    border-radius: 16px;
    background: #ffffff;
    z-index: 99;
}
.head_search form{display: block;height: 33px;}
.head_search .text{
    display: block;
    width: 190px;
    height: 33px;
    background: none;
    border:none;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 15px;
    color: #d8d8d8;
    float: left;
}
.head_search .text::-webkit-input-placeholder{color:#d8d8d8;}
.head_search .text:-moz-placeholder {color:#d8d8d8;opacity:1;}
.head_search .text::-moz-placeholder {color:#d8d8d8;opacity:1;}
.head_search .text:-ms-input-placeholder {color:#d8d8d8;}
.head_search .text::-ms-input-placeholder {color:#d8d8d8;}
.head_search .btn{display: block;width: 20px;height: 20px;border:none;background: url('../img/index/search.png') no-repeat center center;margin: 6px 11px 0 0;}
.header .banner{
    height: 455px;
    width: 100%;
    /*background-repeat: no-repeat;*/
    /*background-image: url("../img/index/banner.png");*/
    /*background-size: 100% 450px;*/
}

.footer{
    width: 100%;
    min-width: 1180px;
    height: 160px;
    /*z-index: 200;*/
    /*translation: all 0.5s ease-in;*/
    background-color: #28a2f6;
}
.footer .footer-box{
    width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer .footer-box  span,a{
    color: #ffffff;
}
.footer .footer-box  a:hover{
    color: #111111;
}
.footer .footer-box .footer-left{
    float: left;
    width: calc(100% - 210px);
}
.footer .footer-box .footer-left .footer-left1{
    display: flex;
}
.footer .footer-box .footer-left .footer-left1 .sydw{
    /*width: 72px;*/
    /*height: 87px;*/
    width: 100px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/index/sydw.png");
}
.footer .footer-box .footer-left .footer-left1 span{
    padding-left: 10px;
    color: #ffffff;
}
.footer .footer-box .footer-left .footer-left1 .yqlj-item{
    padding-right: 5px;
}
.footer .footer-box .footer-left .footer-left1 a{
    color: #ffffff;
}
.footer .footer-box .footer-left .footer-left1 a:hover{
    color: #111111;
}
.footer .footer-box .footer-left .footer-left2{
    display: block;
    padding-top: 10px;
}
.footer .footer-box .footer-right{
    /*display: flex;*/
    position: relative;
    float: left;
    margin: 0 auto;
    padding-top: 5px;
    width: 210px;
}
.footer .footer-box .footer-right img{
    width: 100px;
    height: 100px;
    float: right;
}
.footer .footer-box .footer-right .footer-gzh{
    position: absolute;
    color: #ecebeb;
    left: 125px;
    top: 110px;
    /*text-align: center;*/
    /*padding-top: 10px;*/
    /*padding-left: 30px;*/
    font-size: 14px;
}


.bannerImg{
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    /*min-height: 400px;*/
}

.white1border{
    border-right: #ffffff 1px solid;
}

.pad10bottom{
    padding-bottom: 10px;
}
.pad40bottom{
    padding-bottom: 40px;
}
.pad20top{
    padding-top: 20px;
}

.hoverRed:hover{
    color: #ff0000;
}

.page-class span em{
    background-color: #1E9FFF !important;
}

.xwzx-main{
    min-height: 760px;
    width: 1180px;
    margin: 0 auto;
}
.xwzx-main .xwzx-position{
    width: 100%;
    margin-top: 20px;
    float: right;
    text-align: right;
}
.xwzx-main .xwzx-content-box{
    width: 100%;
    display: flex;
}

.xwzx-main .xwzx-content-box .xwzx-content-left{
    width:160px;
}

.xwzx-main .xwzx-content-box .xwzx-content-left a{
    color: #000;
}

.xwzx-main .xwzx-content-box .xwzx-content-left .content-left-main{

    font-size: 18px;
    height: 48px;
    background-color: #F74C31;
    /*text-align: center;*/
    /*align-content: center;*/
    color: #ffffff;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}
.xwzx-main .xwzx-content-box .xwzx-content-left .content-left-sub{

    /*margin-top: 10px;*/
    height: 40px;
    background-color: #dae6f2;/*  #e3e3e3; */
    border-bottom: 2px solid #dfe3e6;
    /*border-left: 8px solid #dfe3e6;*/
    /*text-align: center;*/
    /*align-content: center;*/
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
    /*flex-wrap: nowrap;*/

}


.xwzx-main .xwzx-content-box .xwzx-content-left .content-left-sub:hover{
    color: #F74C31;
    border-left: #F74C31 8px solid;
    border-bottom: none;
}

.xwzx-left-menu a{
    color: #000;
}
.select-item{
    color: #28a2f6;
    border-left: #28a2f6 8px solid;
}
.default-select-item{
    /*color: #28a2f6;*/
    border-left: #dfe3e6 8px solid;
}

.xwzx-content-right .right-box .title{
    font-size: 22px;
}

/*
手机端css配置
 */
@media screen and (max-width: 768px) {
    *,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
    body {
        color: #373737;
        font-size: 14px;
        line-height: 1.5;
        font-family: Arial, "微软雅黑";
        -webkit-font-smoothing: antialiased;
    }
    .index-web{display: none}
    .index-moblie{display: block}
    .header{
        height: .9rem;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 999;
        background-color: #ff0;
    }
    .wp {
        padding: 0 .2rem;
        margin: 0 auto;
        max-width: 750px;
    }
    .menuBtn {
        width: .32rem;
        cursor: pointer;
        position: absolute;
        right: .2rem;
        top: 50%;
        z-index: 9;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        color: #fff;
    }
    b {
        font-weight: bolder;
    }

    .header .search {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1rem;
        width: .27rem;
        height: .27rem;
    }

    .m-so-sd {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0;
        background-color: rgba(0, 0, 0, .6);
        padding: 0 0.2rem;
        padding-top: 0.9rem;
        transform: translateY(-100%);
        transition: .3s;
        z-index: 1;
    }
    .form-sd {
        position: fixed;
        top: 0.9rem;
        left: 0.2rem;
        right: 0.2rem;
        height: 0.88rem;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-210%);
        transition: .3s;
        z-index: 1;
    }
    .form-sd .ipt {
        display: inline-block;
        vertical-align: top;
        width: 87%;
        height: 100%;
        border: none;
        background-color: #fff;
        font-size: 0.24rem;
        line-height: 1;
        padding: 0.32rem 0 0.28rem;
        padding-left: 0.2rem;
    }
    input, select, textarea {
        font-size: 14px;
        color: #333;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
    .form-sd .so {
        display: inline-block;
        vertical-align: top;
        width: 13%;
        height: 100%;
        border: none;
        background-color: #009FE9;
        padding: 0.27rem 0;
    }
    img {
        max-width: 100%;
        border: none;
    }
    .logo {
        float: left;
        padding: .21rem 0;
        width: 3.94rem;
        height: .48rem;
    }
    .logo img {
        display: inline-block;
        vertical-align: top;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}
