.wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

.headinner {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.headinner .logo img {
    display: block;
    height: 93px;
}

.headinner form {
    width: 360px;
    height: 40px;
    margin-top: 28px;
}

.headinner form .item {
    width: 360px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    border: 1px solid #dedddd;
    overflow: hidden;
    position: relative;
}

.headinner form .item input {
    display: block;
    outline: none;
    border: none;
    width: 358px;
    padding: 0 25px;
    height: 38px;
    color: #999;
    font-size: 14px;
    position: relative;
}

.headinner form .item input::placeholder {
    color: #999;
    font-size: 14px;
}

.headinner form .search {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}

.nav {
    width: 100%;
    height: 45px;
    background: #93268f;
    position: relative;
}

.navinner {
    width: 100%;
    font-size: 0;
}

.navinner .item {
    width: 7.6%;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all .2s linear;
    position: relative;
}

.navinner .item>a {
    display: block;
    width: 100%;
    color: #fff;
	font-weight: bold;
}

/* .navinner .item.on>a {
    color: #93268f;
    background: #fbdffa;
} */

.navinner .item:hover>a {
    width: 100%;
    color: #93268f;
    background: #fbdffa;
}

.navinner .item ul {
    position: absolute;
    width: 200%;
    left: 0;
    top: 45px;
    background: #fff;
    z-index: 9999;
    box-shadow: 10px 10px 5px #888888;
    display: none;
}

.navinner .item:hover ul {
    display: block;
}
.navinner .item ul li{
    position: relative;
}
.navinner .item ul li>a {
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 20px;
    color: #333333;
    
    text-align: center;
        /**
    新加，过长隐?
    */
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.navinner .item ul li>a i {
    width: 50px;
    height: 50px;
    position:absolute;
    right:0px;
    background: url('/img/zhankai_close.png') center center no-repeat;
}

.navinner .item ul li.on>a i {
    background: url('/img/zhankai_m.png') center center no-repeat;
}

.navinner .item ul .ejmenu {
    background: #eee;
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    right: -200px;
}

/* .navinner .item ul li.on .ejmenu{
    display: block;
} */
.navinner .item ul .ejmenu a {
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-align: center;
    width: 100%;
    /**
    新加，过长隐?
    */
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navinner .item ul .ejmenu a:hover {
    color: #93268f;
}
/**首页三级

**/

/* .menuinner .item ul li>a i {
    width: 50px;
    height: 60px;
    float: right;
    background: url('/img/zhankai_close.png') center center no-repeat;
} */

/* .ejmenuindex {
    background: #eee;
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    right: -200px;
}

 .ejmenuindex a {
    display: block !important;
    line-height: 35px!important;
    font-size: 16px!important;
    color: #666!important;
    text-align: center!important;

    width: 100%;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    padding-left: 15px!important;
    background-color: #ffffff;
}

.ejmenuindex a:hover {
    color: #93268f!important;
} */

.con {
    width: 100%;
    padding-bottom: 50px;
    background: #f7f7f7;
}

.con .pos {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    line-height: 60px;
    font-size: 20px;
    color: #999;
    background: #fff;
    overflow: hidden;
}

.con .pos ul li {
    display: inline-block;
    vertical-align: middle;
}

.con .pos ul li a {
    color: #999;
    font-size: 18px;
}

.con .pos ul li a:hover {
    color: #93268f;
}

.coninner {
    width: 100%;
    overflow: hidden;
}

.coninner .lef {
    width: 260px;
    min-height: 850px;
    background: #fff;
}

.coninner .rig {
    width: 910px;
    padding: 25px 25px 0;
    min-height: 850px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.coninner .lef .name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #93268f;
}

.coninner .lef li a {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #333;
    line-height: 60px;
    padding-left: 65px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coninner .lef li.on a {
    color: #93268f;
    background: #fbdffa;
}

.coninner .lef li a::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -5px;
    width: 7px;
    height: 10px;
    background: url('/img/leftarrow.png') 0 0 no-repeat;
}

.coninner .lef li.on a::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -5px;
    width: 7px;
    height: 10px;
    background: url('/img/leftarrow-on.png') 0 0 no-repeat;
}

.coninner .lef li a:hover {
    color: #93268f;
    background: #fbdffa;
}

.coninner .lef li a:hover::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -5px;
    width: 7px;
    height: 10px;
    background: url('/img/leftarrow-on.png') 0 0 no-repeat;
}

.coninner .rig ul li {
    width: 100%;
    height: 57px;
    border-bottom: 1px dashed #e5e5e5;
}

.coninner .rig ul li a {
    display: block;
    width: 100%;
    font-size: 0;
}

.coninner .rig ul li a span {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.coninner .rig ul li a span:nth-child(1) {
    width: 85%;
    padding-left: 30px;
    position: relative;
}

.coninner .rig ul li a span:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.coninner .rig ul li a span:nth-child(2) {
    width: 15%;
    text-align: right;
}

.coninner .rig ul li a:hover {
    background: #93268f;
    position: relative;
}

.coninner .rig ul li a:hover span {
    color: #fff;
}

.coninner .rig ul li a:hover span::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.page {
    width: 100%;
    height: 75px;
    font-size: 0;
    line-height: 75px;
    text-align: center;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
}

.page a:nth-child(1) {
    border-color: #999;
    color: #999;
    margin-right: 15px;
}

.foot {
    width: 100%;
    padding: 10px 0;
    background: #333333;
}

.footinner {
    width: 100%;
    text-align: center;
}

.footinner img {
    margin-right: 35px;
}

.footinner img,
.footinner>div {
    display: inline-block;
    vertical-align: middle;
}

.footinner>div p {
    font-size: 14px;
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
}


.banner img {
    display: block;
    width: 100%;
}

.menu {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, .5);
  /*  margin-top: -70px;**/
    position: relative;
    z-index: 999;
}

.menuinner {
    width: 100%;
    font-size: 0;
}

/**
首页nav开始（自定义）
**/

.itemnav{
    height: 70px;
    border-right: 1px solid #fff;
    vertical-align: middle;
    font-size: 20px;
}

/**
首页nav结束 （自定义?
**/


.menuinner .item {
    width: 16.66%;
    height: 45px;
    border-right: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


.menuinner .item ul {
    position: absolute;
  bottom: 100%;
  top: auto;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: none;
}

.menuinner .item ul li a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.menuinner .item:hover ul {
    display: block;
    box-shadow: 0 10px 20px 0 #ccc;
    border-top: 2px solid #93268f;
}

.menuinner .item ul li a:hover {
    background: #eee;
}

.menuinner .item:hover>a {
    background: #fff;
    color: #333;
    font-weight: bold;
}

.menuinner .item.on>a {
    background: #fff;
    color: #333;
    font-weight: bold;
}

.menuinner .item:last-child {
    border-width: 0;
}

.menuinner .item>a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.con {
    width: 100%;
    background: #f7f7f7;
}

.news {
    width: 100%;
    margin-bottom: 0px;
   
    background: #fff;
    overflow: hidden;
    display: none;
}

.news ul {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.news ul li {
    width: 100%;
    height: 55px;
}

.news ul li a {
    display: block;
    width: 100%;
    font-size: 0;
}

.news ul li a span {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.news ul li a span:nth-child(1) {
    width: 85%;
    transition: all .2s linear;
    position: relative;
}

.news ul li a span:nth-child(2) {
    width: 15%;
    text-align: right;
}

.news ul li a:hover span:nth-child(1) {
    color: #93268f;
    padding-left: 5px;
}

.ckmore {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    display: block;
    margin: 15px auto 15px;
    background: #e5e5e5;
    text-align: center;
}

.ckmore:hover {
    background: #93268f;
    color: #fff;
}

.idxcon {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.idxcon .link {
    width: 100%;
    height: 550px;
    background: url('/img/bg.png') center 0 no-repeat;
    overflow: hidden;
}

.idxcon .link .title {
    margin-bottom: 100px;
    margin-top: 45px;
    overflow: hidden;
}

.idxcon .link .title h3 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.idxcon .link .title p {
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.idxcon .link .title .line {
    width: 100px;
    height: 4px;
    background: #0fb6fc;
    margin: 0 auto;
}

.link ul {
    font-size: 0;
}

.link ul li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 34px;
}

.link ul li:last-child {
    margin-right: 0;
}

.link ul li:hover .quan {
    background: #0fb6fc;
    border-color: #0fb6fc;
}

.link ul li .quan {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
    line-height: 120px;
    border-radius: 120px;
    border: 1px solid #fff;
}

.link ul li .quan img {
    display: inline-block;
    vertical-align: middle;
}

.link ul li .name {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.arc .name {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.arc img {
    display: block;
    margin: 0 auto 30px;
}

.arc .tips {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.arc .tips span {
    font-size: 14px;
    color: #666666;
    margin-right: 50px;
}

.arc .tips span:last-child {
    margin-right: 0;
}

.arc .text {
    margin-bottom: 100px;
}

.arc .text p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}

.arc .row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.arc .row img {
    display: block;
}


.pagelist {
    width: 100%;
    overflow: hidden;
}

.pagelist a {
    color: #333;
}

.pagelist .prev {
    margin-bottom: 10px;
}

@media (max-width: 992px) {

    .nav {
    width: 100%;
    height: 60px;
    background: #93268f;
    position: relative;
    }
       .nav2 {
    width: 100%;
    height: 120px  !important;
    background: #93268f;
    position: relative;
    }
    * {
        font-size: 12px !important;
    }
    .container {
        width: 100%;
    }

    .head .logo {
        width: 100%;
        padding: 0 10px;
    }

    .headinner .logo img {
        width: 100%;
        height: auto;
    }

    .headinner form {
        width: 100%;
        padding: 0 10px;
    }
    .headinner form .item{
        width: 100%;
    }
    .navinner .item {
        width: 25% !important;
        height: 30px;
        line-height: 30px;
    }

    .navinner {
        display: flex;
        flex-wrap: wrap;
    }

    .navinner .item ul {
        top: 30px;
        z-index: 9999;
    }

    .navinner .item ul li>a {
        padding-left: 5px;
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navinner .item ul li>a i {
        width: 30px;
        height: 30px;
        background-size: 4px;
    }

    .navinner .item ul li.on>a i {
        background-size: 8px;
    }

    .menu {
        margin-top: 0;
            height: 66px;
    }

    .menuinner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .menuinner .item {
        width:33.33% !important;
        height: 35px;
        line-height: 35px;
    }

    .menuinner .item>a {
        height: 35px;
        line-height: 35px;
    }

    .menuinner .item ul {
        top: 35px;
    }

    .news {
        padding: 10px;
    }

    .news ul li a {
        display: flex;
    }

    .news ul li a span:nth-child(1) {
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news ul li a span:nth-child(2) {
        width: 30%;
    }

    .idxcon .link .title {
        margin-bottom: 50px;
        margin-top: 23px;
    }

    .link ul {
        padding: 0 10px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .link ul li {
        margin-right: 0;
        width: 80px;
        margin-top: 30px;
    }

    .link ul li .quan {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .link ul li .quan img {
        width: 25px;
    }

    .link ul li .name {
        font-size: 12px !important;
    }

    .footinner img {
        margin-right: 0;
    }

    .footinner>div p {
        font-size: 12px !important;
    }

    .coninner .lef li a {
        display: block;
        width: 100%;
        height: 60px;
        font-size: 20px;
        color: #333;
        line-height: 60px;
        padding-left: 0px;
        position: relative;
        text-align: center;
    }

    .coninner .lef {
        width: 20%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .coninner .lef li a::before {
        display: none;
    }

    .coninner .rig {
        width: 78%;
        padding: 10px 10px 0;
    }

    .coninner .rig ul li a span:nth-child(1) {
        padding-left: 10px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .coninner .rig ul li a span:nth-child(2) {
        display: none;
    }
    .con .pos{
        height: 35px;
        line-height: 35px;
    }
    .con .pos .container{
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .con .pos .container span{
        width: 60px;
        font-size: 12px !important;
    }
    .con .pos ul li a{
        font-size: 12px !important;
        align-items: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .con .pos .container ul{
        flex: 1;
        display: flex;
        align-items: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .con {
        margin-bottom: 0;
    }

    .arc {
        padding: 0 10px;
    }

    .arc img {
        width: 100%;
    }

    .arc .name {
        font-size: 13px !important;
        margin-bottom: 15px;
    }

    .arc .tips span {
        margin-right: 10px;
        font-size: 12px !important;
    }

    .arc .tips {
        margin-bottom: 10px;
        border-bottom-width: 3px;
        display: flex;
    }
    .pagelist {
        padding-top: 20px;
        border-top: 3px solid #eee;
    }
}