@charset "utf-8"; body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "微软雅黑";
    /* color: #892a77; */
    background: #f5f7ff url(/uploads/image/yd1wimages/bj.jpg) center top no-repeat;
}
.jsq {
    text-align: left !important;
    color: #fff;
    padding-bottom: 6px;
    padding-top: 5px;
}
ul,li,dl,dt,dd,p {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

h1,h2 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

/*头部样式*/
.stick {
    width: 100%;
    height: 8px;
    /* background: #8b2e79; */
}

.header {
    width: 1190px;
    height: 130px;
    margin: 0 auto;
}

.logo {
    /* width: 450px; */
    height: 80px;
    float: left;
    display: block;
    margin-top: 35px;
}

.search {
    width: 250px;
    height: 35px;
    margin-top: 14px;
    border-radius: 25px;
    margin-top: 40px;
    float:right;
    background: #71206f;
    line-height: 35px;
    border: 1px solid #fff;
   }

.search .inp {
    float: left;
    width: 70%;
    margin-left: 20px;
    line-height: 32px;
    background-color: #71206f;
    color: #fff;
}

.search .subm {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.search span {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 8px 8px 0 16px;
    _margin: 8px 8px 0 6px;
}

.search .searchtext {
    width: 217px;
    height: 31px;
    font-size: 14px;
    color: #f0f0f0;
    outline: none;
    line-height: 31px;
    margin-top: 2px;
    font-family: "微软雅黑";
    float: left;
    border-radius: 25px;
    background: none;
    padding-left: 10px;
}

/*nav*/
.nav {
    width: 100%;
    height: 50px;
    /*border-top: 1px solid #eeeeee;*/
    position: relative;
    z-index: 9;
}

.innav {
    width: 1190px;
    height: 60px;
    margin: 0 auto;
}

.innav ul {
    background: url(/uploads/image/yd1wimages/lind-t.jpg) center top no-repeat;
    position: relative;
    z-index: 1000;
}

.innav ul li {
    width: 128px;
    height: 22px;
    display: block;
    float: left;
    padding: 14px 0;
    text-align: center;
    line-height: 20px;
    position: relative;
}

.innav ul li.mainmenu1 {
    width: 210px;
}

.innav ul li:hover {
}

.innav ul li:hover>a {
}

.innav ul>li>a {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    /*border-right: 1px solid #eee;*/
    display: block;
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.innav ul li.cur {
}

.innav ul>li.cur>a {
}

#nav {
    width: 100%;
    line-height: 40px;
    background: #7e357c;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff',endcolorstr='#ffffff');
    /*ie6,ie7*/
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ffffff')";
    /*ie8*/
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 99999;
}

.innav ul li #nav a {
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #b5b5b5;*/
    /*margin: 0 6px;*/
    display: block;
}

.innav ul li #nav a.marr {
    border-bottom: 0;
}

#nav a:hover {
    color: #fff;
    background: #d24fb9;
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slidebox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slidebox1 {
    height: 100%;
}

.slidebox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slidebox .bd li {
    zoom: 1; vertical-align: middle;
    display:inline-block !important;
}

.slidebox .bd li img {
    width: 100%;
    height: 545px;
}

/*前/后按钮代码 */
.slidebox .btn1 {
    width: 1190px;
    bottom: 10px;
    left: 50%;
    margin-left: -595px;
    position: absolute;
}

.slidebox .prev, .slidebox .next {
    display: block;
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.slidebox1 .prev, .slidebox1 .next {
    display: block;
    float: right;
    margin: 0 5px;
}

.slidebox1 .prev, .slidebox1 .next {
    width: 42px;
    height: 42px;
    background: url(/uploads/image/yd1wimages/btn1.jpg) 0 0 no-repeat;
}

.slidebox1 .next {
    background-position: right 0;
}

.slidebox1 .prev:hover {
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: 0 bottom;
}

.slidebox1 .next:hover {
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: right bottom;
}

.slidebox1 .bd li .tit {
    left: 0;
    height: 58px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    background: rgba(0,0,0,0.6);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#66000000',endcolorstr='#66000000');
    /*ie6,ie7*/
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#66000000', endcolorstr='#66000000')";
}

.slidebox1 .bd li .tit p {
    width: 1190px;
    margin: 0 auto;
}

/*banner2*/
.slidebox3 .prev, .slidebox3 .next {
    position: absolute;
    left: 16.5%;
    top: 50%;
    display: block;
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.slidebox3 .prev, .slidebox3 .next {
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(/uploads/image/yd1wimages/btn2.jpg) 0 0 no-repeat;
}

.slidebox3 .next {
    left: auto;
    right: 16.5%;
    background-position: right 0;
}

/*banner3*/
.slidebox3 .bd li .tit {
    width: 1190px;
    top: 420px;
    left: 50%;
    margin-left: -595px;
    position: absolute;
    color: #fff;
}

.slidebox3 .bd li .tit span {
    background: #12b7f5;
    font-size: 24px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
}

.slidebox3 .bd li .tit h3 {
    font-size: 16px;
    margin-top: 2px;
    width: 496px;
    padding: 12px 10px;
    line-height: 26px;
    background: rgba(0,0,0,0.7);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#99000000',endcolorstr='#99000000');
    /*ie6,ie7*/
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#99000000', endcolorstr='#99000000')";
}

/*banner4*/
.slidebox4 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    margin-left: -54px;
}

.slidebox4 .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.slidebox4 .hd ul li {
    float: left;
    margin: 0 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    background: url(/uploads/image/yd1wimages/ico1.jpg) no-repeat;
}

.slidebox4 .hd ul li.on {
    background: url(/uploads/image/yd1wimages/ico1_h.jpg) no-repeat;
}

/*banner5*/
.slidebox5 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    margin-left: -84px;
}

.slidebox5 .hd ul {
    overflow: hidden;
    zoom:1; float: left;
    height: 16px;
    position: relative;
}

.slidebox5 .hd ul li {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    position: relative;
    margin-top: 8px;
}

.slidebox5 .hd ul li.on {
    background: #12b7f5;
    height: 16px;
    margin-top: 0;
}

.slidebox5 {
    margin-bottom: 0;
}

/*页面主体部分*/
/*main_one*/
.main_qp {
    width: 100%;
    height: 480px;
    background: url(/uploads/image/yd1wimages/main_bg.jpg) no-repeat center;
    background-size: cover;
}

.onemain {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.slidebox6 {
    height: 400px;
    margin-bottom: 0;
}

.slidebox6 .bd ul li {
    width: 100%;
}

.slidebox6 .bd ul li .one_list {
    float: left;
    width: 260px;
    border: 1px solid #e6e4e0;
    margin: 0 5px;
    padding: 12px 14px;
    _padding: 12px 12px;
    background: #fff;
}

.slidebox6 .bd ul li .one_list img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.slidebox6 .bd ul li .one_list a.tit {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    line-height: 24px;
    padding: 14px 0 8px;
    display: block;
    text-align: center;
}

.slidebox6 .bd ul li .one_list a.tit:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.slidebox6 .bd ul li .one_list p {
    font-size: 14px;
    color: #787878;
    text-indent: 2em;
    line-height: 24px;
}

.slidebox6 .bd ul li .one_list p a.detail {
    color: #faa209;
}

.slidebox6 .bd ul li .one_list p a.detail:hover {
    color: #fdbf53;
}

.slidebox6 .bd ul li .one_list span {
    color: #c9c9c9;
    text-align: right;
    display: block;
    line-height: 26px;
    padding: 12px 0 2px;
}

.slidebox6 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.slidebox6 .hd ul {
    overflow: hidden;
    zoom:1; float: left;
    height: 12px;
    position: relative;
    width: 1190px;
    background: #e6e4df;
    border-radius: 25px;
}

.slidebox6 .hd ul li {
    float: left;
    width: 50%;
    height: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.slidebox6 .hd ul li.on {
    background: #afada9;
    border-radius: 25px;
}

/*main_two*/
.main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.twoleft, .ninetright, .twelveleft {
    width: 890px;
    padding: 0 5px;
    float: left;
    margin-top: 30px;
}

.tworight, .threeleft, .threeright, .fiveleft, .fiveright, .sixleft, .sixmiddle, .sixright, .sevenleft, .sevenright, .nineleft, .elevenleft, .elevenright, .twelveright {
    width: 491px;
    padding: 0 5px;
    margin-top: -30px;
    float: right;
    margin-right: 20px;
}

.fiveright, .sevenright, .nineleft {
    _padding: 0;
}

.title {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    display: block;
    line-height: 36px;
    background: url(/uploads/image/yd1wimages/ico2.jpg) no-repeat left;
    _position: relative;
}

.title span {
    float: left;
    display: block;
    _position: absolute;
}

.title span.tit {
    font-weight: bold;
    font-size: 20px;
    color: #892a77;
    padding: 0 12px;
    _left: 0;
}

.title span.tit em {
    color: #1b1b1b;
}

.title span.line {
    width: 780px;
    _left: 100px;
    _top: -20px;
}

.title span.line b {
    display: block;
    height: 1px;
}

.title span.line .line_l {
    padding-top: 16px;
    _padding-top: 0px;
    border-bottom: 1px solid #546b28;
}

.title span.line .line_s {
    padding-top: 4px;
    width: 684px;
    border-bottom: 1px solid #e2e2e2;
    _padding-top: 0px;
    _margin-top: -30px;
}

.title a {
    font-size: 18px;
    float: right;
    color: #464646;
}

.title a:hover {
    color: #12b7f5;
}

.title a font {
    font: 16px/18px consolas;
}

.twolis {
    width: 100%;
    height: auto;
}

.twolisimg {
    width: 545px;
    height: auto;
    float: left;
    position: relative;
}

.twolisimg .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 9px;
    z-index: 1;
}

.twolisimg .hd ul {
    overflow: hidden;
    zoom: 1; float: left;
}

.twolisimg .hd ul li {
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #7c7c7c;
    cursor: pointer;
}

.twolisimg .hd ul li.on {
    background: #faa209;
}

.twolisimg .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.twolisimg .bd li {
    zoom: 1; vertical-align: middle;
}

.twolisimg .bd img {
    width: 100%;
    display: block;
    position: relative;
}

.twolisimg .bd li p {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: rgba(0,0,0,0.5);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#55000000',endcolorstr='#55000000');
    /*ie6,ie7*/
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr='#55000000', endcolorstr='#55000000')";
    /*ie8*/
    position: absolute;
    text-indent: 10px;
    bottom: 0;
}

.twolis .new_list {
    width: 320px;
    height: auto;
    display: block;
    float: left;
    margin-left: 20px;
}

.twolis .new_list li {
    padding-left: 8px;
}

.twolis .new_list li a {
    display: block;
    padding: 15px 16px 16px 8px;
    _padding: 7px 16px 8px 8px;
    font-size: 16px;
    color: #323232;
    border-bottom: 1px solid #ededed;
}

.twolis .new_list li:hover {
    background: #f2efe8 no-repeat left;
}

.twolis .new_list li a span {
    float: right;
}

.title2 {
    width: 100%;
    background: url(/uploads/image/yd1wimages/ico3.jpg) no-repeat;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
}

.title2 span {
    display: block;
    float: left;
    padding: 0 12px;
}

.title2 a {
    float: right;
    color: #464646;
    font-size: 18px;
    display: block;
    padding: 0 12px;
}

.title2 a:hover {
    color: #12b7f5;
}

.tworight img {
    width: 100%;
    height: auto;
}

.tworight p {
    text-indent: 2em;
    background: #282a2e;
    line-height: 24px;
    padding: 20px 16px 27px;
    color: #fff;
}

.tworight p a {
    color: #fcc70e;
}

.tworight p a:hover {
    color: #fdd751;
}

/*main_three*/
.threemiddle, .fivemiddle, .sevenmiddle, .eightleft, .eightright, .elevenmiddle {
    width: 526px;
    padding: 0 5px;
    margin-top: -30px;
    float: left;
    margin-right: 11px;
}

.title span.line_ls {
    width: 116px;
}

.title span.line_ls .line_s {
    padding-top: 4px;
    width: 88px;
    border-bottom: 1px solid #e2e2e2;
}

.title span.line_ms {
    width: 414px;
}

.title span.line_ms .line_s {
    padding-top: 4px;
    width: 384px;
    border-bottom: 1px solid #e2e2e2;
}

.listl_thr {
    width: 100%;
    height: auto;
}

.listl_thr li a {
    font-size: 14px;
    color: #323232;
    line-height: 28px;
    _height: 28px;
    padding-left: 12px;
    display: block;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
}

.listl_thr li a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.listm_thr {
    width: 100%;
    height: auto;
}

.listm_thr li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.listm_thr li.marr {
    margin-bottom: 0;
}

.listm_thr li .img {
    display: block;
    width: 153px;
    margin-right: 20px;
}

.listm_thr li .wen {
    width: 417px;
    font-size: 14px;
    color: #787878;
}

.listm_thr li .wen a {
    color: #323232;
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
    display: block;
}

.listm_thr li .wen a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.listm_thr li .wen p {
    text-indent: 2em;
    line-height: 22px;
    padding-top: 8px;
}

.picscroll-top {
    width: 100%;
    height: 252px;
    overflow: hidden;
}

.picscroll-top .bd {
    width: 100%;
}

.picscroll-top .bd .piclist {
    width: 100%;
    position: relative;
}

.picscroll-top .bd .piclist li {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.picscroll-top .bd .piclist li .pic {
    display: block;
}

.picscroll-top .bd .piclist li .pic img {
    width: 100%;
}

.picscroll-top .bd .piclist li .wen {
    width: 183px;
    padding-left: 14px;
}

.picscroll-top .bd .piclist li .wen h2 {
    font-weight: bold;
    padding: 8px 0;
    font-size: 16px;
    color: #323232;
}

.picscroll-top .bd .piclist li .wen p {
    color: #787878;
}

/*main_four*/
.fourmain {
    width: 1190px;
    padding: 0 5px;
    /* margin-top: 30px; */
}

.picscroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picscroll-left .hd {
    overflow: hidden;
}

.picscroll-left .hd a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    cursor: pointer;
    background: url(/uploads/image/yd1wimages/btn3.jpg) no-repeat;
}

.picscroll-left .hd .prev {
    left: 183px;
    background-position: 0 0;
}

.picscroll-left .hd .next {
    right: 20px;
    z-index: 999;
    background-position: right 0;
}

.picscroll-left .hd .zhut {
    position: absolute;
    top: 0px;
    width: 217px;
    height: 170px;
    left: 0px;
    background: url(/uploads/image/yd1wimages/ico6.jpg) no-repeat;
}

.picscroll-left .hd .zhut span {
    border: 2px solid #fff;
    display: inline-block;
    width: 118px;
    height: 122px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-top: 22px;
    margin-left: 21px;
    padding-top: 20px;
}

.picscroll-left .bd {
    padding: 18px 0 18px 230px;
    background: #8e4e8c;
}

.picscroll-left .bd ul {
    overflow: hidden;
    zoom:1;}

.picscroll-left .bd ul li {
    margin: 0 14px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picscroll-left .bd ul li .pic {
    text-align: center;
}

.picscroll-left .bd ul li .pic img {
    width: 148px;
    height: 128px;
    display: block;
    border: 2px solid #fff;
}

.picscroll-left .bd ul li .pic img:hover {
    border: 2px solid #12b7f5;
}

/*main_five*/
.login {
    width: 100%;
}

.login .tit_lo {
    text-align: center;
    width: 100%;
    background: url(/uploads/image/yd1wimages/ico7.jpg) no-repeat center;
    color: #12b7f5;
    font-size: 18px;
}

.login .lo_con {
    padding: 32px 22px;
    height: auto;
    border: 1px solid #ccc;
    border-top: 0;
    margin-top: -13px;
}

.login .lo_con dl {
    padding-bottom: 12px;
    overflow: hidden;
    color: #555;
    font-size: 14px;
}

.login .lo_con dl dt {
    line-height: 32px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    float: left;
    width: 42px;
}

.login .lo_con dl dd {
    float: left;
    width: 200px;
}

.login .lo_con dl dd input {
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #555;
    text-indent: 8px;
    float: left;
    border: 1px solid #d0d0d0;
}

.login .lo_con .forget {
    display: block;
    text-align: right;
    color: #1e7bdb;
}

.login .lo_con .forget:hover {
    color: #4596ea;
}

.login .lo_con .log {
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 3px;
    background: #12b7f5;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    text-align: center;
}

.zxdc {
    margin-top: 27px;
}

.zxdc ul {
    padding: 20px 10px 10px;
    height: auto;
    border: 1px solid #ccc;
    border-top: 0;
    margin-top: -13px;
}

.zxdc ul li a, .sixr_con ul li a {
    display: block;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
    text-indent: 12px;
    height: 28px;
    line-height: 28px;
}

.zxdc ul li a:hover, .sixr_con ul li a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

/*tab切换*/
#tab {
    width: 100%;
    position: relative;
}

#tab .tab_menu {
    width: 94%;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#tab .tab_menu li {
    float: left;
    padding: 0 26px;
    height: 34px;
    line-height: 34px;
    border-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    color: #8b8b8b;
    text-align: center;
    background: #fff;
    color: #323232;
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    /* font-size: 20px; */
}

#tab .tab_box {
    width: 100%;
    height: auto;
    position: relative;
}

#tab .tab_menu .selected {
    background: #770773;
    cursor: pointer;
    color: #fff;
}

#tab .tab_menu .selected a {
    color: #fff;
}

.hide {
    display: none;
}

.tab_box .box {
    position: relative;
}

.tab_box .box a.more {
    position: absolute;
    top: -48px;
    right: 0;
    font-size: 18px;
    color: #464646;
}

.tab_box .box a.more:hover {
    color: #12b7f5;
}

.tab_box .box a.more font {
    font: 400 16px/18px consolas;
}

.tab_box .box a.mores {
    position: absolute;
    top: 4px;
    right: 24px;
    font-size: 18px;
    color: #464646;
}

.tab_box .box a.mores:hover {
    color: #12b7f5;
}

.tab_box .box a.mores font {
    font: 400 16px/18px consolas;
}

.moreses {
    position: absolute;
    top: 6px;
    right: 24px;
    font-size: 18px;
    color: #464646;
}

.moreses:hover {
    color: #12b7f5;
}

.moreses:font {
    font: 400 16px/18px consolas;
}

.box_fcon {
    width: 100%;
    padding-bottom: 16px;
}

.box_fcon .img {
    width: 160px;
    /*margin-right: 16px;*/
    padding-top: 3px;
}

.box_fcon .wen {
    width: 350px;
}

.box_fcon .wen a.tit {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    display: block;
}

.box_fcon .wen a.tit:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.box_fcon .wen p {
    font-size: 14px;
    text-indent: 2em;
    color: #787878;
    line-height: 23px;
}

.box_fcon .wen span.time {
    display: block;
    text-align: left;
    color: #c9c9c9;
    font-size: 14px;
    margin-top: 8px;
}

.fivem_list {
    width: 100%;
    height: auto;
    padding-top: 7px;
    font-size: 14px;
}

.fivem_list li a {
    display: block;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
    text-indent: 12px;
    _padding-left: 12px;
    height: 28px;
    line-height: 28px;
    color: #323232;
}

.fivem_list li a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.fivem_list li a span {
    float: right;
    display: block;
    color: #c8c8c8;
}

.fivem_list li a:hover span {
    text-decoration: none;
}

.fiver_list {
    width: 100%;
}

.fiver_list li {
    padding: 9px 0 19px 0;
    margin-bottom: 10px;
    *padding: 8px 0 18px 0;
    *margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.fiver_list li.marr {
    margin-bottom: 0;
}

.fiver_list li .img {
    width: 114px;
    margin-right: 16px;
}

.fiver_list li .wen {
    width: 160px;
}

.fiver_list li .wen a {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    display: block;
}

.fiver_list li .wen a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.fiver_list li .wen p {
    font-size: 14px;
    text-indent: 2em;
    color: #787878;
    line-height: 26px;
}

/*广告*/
.adv {
    width: 1190px;
    height: 92px;
    padding: 0 5px;
    margin-top: 30px;
}

/*six_main*/
.sixr_con {
    width: 100%;
    height: auto;
}

.sixr_con img.img {
    width: 100%;
    margin-bottom: 7px;
}

.sixr_con .sixm_con {
    padding-bottom: 12px;
}

.sixr_con .sixm_con img {
    width: 148px;
    height: 100px;
    padding-right: 15px;
    display: block;
    float: left;
}

.sixr_con .sixm_con p {
    font-size: 14px;
    color: #787878;
    text-indent: 2em;
    line-height: 25px;
}

.sixr_list {
    width: 100%;
}

.sixr_list li {
    padding-bottom: 9px;
}

.sixr_list li.marr {
    padding-bottom: 0;
}

.sixr_list li a {
    display: block;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

.sixr_list li a .img {
    width: 77px;
    margin-right: 10px;
}

.sixr_list li a .wen {
    width: 200px;
    padding: 9px 0;
    font-size: 14px;
    color: #12b7f5;
}

.sixr_list li a .wen h2 {
    font-size: 18px;
}

/*main_seven*/
.sevenl_conss li a {
    color: #323232;
    /*font-weight: bold;*/
    padding-left: 12px;
    font-size: 14px;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
}

.sevenl_conss li a:hover {
    color: #12b7f5;
    text-decoration: underline;
}

.sevenl_con {
    width: 100%;
    height: auto;
}

.sevenl_con li {
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.sevenl_con li.marr {
    margin-bottom: 0;
}

.sevenl_con li .time {
    width: 50px;
    text-align: center;
    margin-right: 12px;
    background: #f7f7f7;
}

.sevenl_con li .time h3 {
    height: 22px;
    background: #12b7f5;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.sevenl_con li .time h4 {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #323232;
    border: 1px solid #ccc;
    border-top: 0;
}

.sevenl_con li .time h4 span {
    font-size: 14px;
}

.sevenl_con li {
    /*width: 228px;*/
    color: #787878;
    font-size: 14px;
}

.sevenl_con li a {
    color: #323232;
    /*font-weight: bold;*/
    padding-left: 12px;
    font-size: 15px;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
}

.sevenl_con li a:hover {
    color: #9c27b0;
    text-decoration: none;
}

.sevenl_con li p {
    line-height: 28px;
    padding-top: 6px;
}

.sevenm_list {
    width: 100%;
    height: auto;
}

.sevenm_list li {
    float: left;
    width: 183px;
    height: 153px;
    margin-right: 20px;
    margin-bottom: 14px;
}

.sevenm_list li.marr {
    margin-right: 0;
}

.sevenm_list li.mar {
    margin-bottom: 0;
}

.sevenm_list li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -kthml-opacity: 0.8;
}

#tab .menu_seven {
    border-right: 1px solid #ccc;
}

#tab .menu_seven li {
    padding: 0;
    width: 50%;
    border-right: 0;
}

.box_seven {
    width: 100%;
    height: auto;
}

.box_seven li {padding-bottom: 8px;}

.box_seven li a {
    display: block;
    /*padding-bottom: 7.5px;*/
    margin-bottom: 8px;
    _margin-bottom: 0px;
    _padding-bottom: 4px;
    /*border-bottom: 1px dotted #ccc;*/
    font-size: 15px;
    color: #323232;
    /*line-height: 24px;*/
    height: 30px;
    padding-left: 12px;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left 10px;
}

.box_sevens li a {
    display: block;
    /*padding-bottom: 7.5px;*/
    margin-bottom: 8px;
    _margin-bottom: 0px;
    _padding-bottom: 4px;
    /*border-bottom: 1px dotted #ccc;*/
    font-size: 15px;
    color: #323232;
    line-height: 30px;
    height: 32px;
    padding-left: 12px;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left 15px;
    border-bottom: solid 1px #e7e8eb;
}

.box_seven li.marr a {
    margin-bottom: -1px;
}

.box_seven li a:hover {
    color: #9c27b0;
    text-decoration: none;
}

/*main_eight*/
.eightr {
    width: 100%;
}

.eightr .eightr_l {
    width: 290px;
}

.eightr .eightr_l a.img img {
    width: 100%;
}

.eightr .eightr_l a.tit {
    color: #323232;
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
    display: block;
    padding: 14px 0 6px;
}

.eightr .eightr_l a.tit:hover, .eightr .eightr_r li a:hover {
    color: #9c27b0;
    text-decoration: none;
}

.eightr .eightr_l p {
    font-size: 14px;
    color: #787878;
    text-indent: 2em;
    line-height: 24px;
}

.eightr .eightr_r {
    width: 290px;
}

.eightr .eightr_r li a {
    color: #323232;
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
    display: block;
}

.eightr .eightr_r li p {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.eightr .eightr_r li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.eightr .eightr_r li.marr {
    margin-bottom: 0;
}

/*main_nine*/
#tab .tab_menu.menu_nine {
    margin-bottom: 0;
}

.box_nine {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.box_nine .box {
    width: 100%;
    height: auto;
    padding-top: 16px;
}

.box_nine .box li {
    width: 100%;
    padding-bottom: 18px;
    position: relative;
}

.box_nine .box li .box_tp i.ico {
    display: inline-block;
    width: 23px;
    height: 20px;
    position: relative;
    margin-left: -5px;
    float: left;
    background: url(/uploads/image/yd1wimages/ico8.jpg) no-repeat center;
}

.box_nine .box li .box_tp span {
    display: inline-block;
    background: #4e8fd6;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    color: #fff;
    float: left;
    font-size: 12px;
}

.box_nine .box li .box_bm .img {
    width: 104px;
    margin: 10px 8px 0 18px;
}

.box_nine .box li .box_bm .tit {
    width: 140px;
    display: block;
    color: #787878;
    line-height: 24px;
    padding-top: 10px;
}

.box_nine .box li .box_bm .tit:hover {
    color: #9c27b0;
    text-decoration: none;
}

.niner_list {
    width: 100%;
}

.niner_list li {
    width: 188px;
    float: left;
    margin-right: 46px;
    margin-bottom: 16px;
}

.niner_list li.marr {
    margin-right: 0;
}

.niner_list li.mar {
    margin-bottom: 0;
}

.niner_list li a.img {
    width: 100%;
    display: block;
}

.niner_list li a.tit {
    width: 100%;
    color: #323232;
    font-size: 16px;
    padding-top: 6px;
    font-weight: bold;
    display: block;
}

.niner_list li a.tit:hover {
    color: #9c27b0;
    text-decoration: none;
}

.niner_list li p {
    padding-top: 2px;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

/*main_ten*/
.tenmain {
    width: 850px;
    padding: 0 5px;
    float: left;
    margin-top: -25px;
}

.sevenrights {
    width: 335px;
    height: 431px;
    padding: 0 0 0 5px;
    margin-top: -25px;
    float: right;
}

.title span.line_bs {
    width: 660px;
}

.title span.line_bs .line_s {
    padding-top: 4px;
    width: 659px;
    border-bottom: 1px solid #e2e2e2;
}

.title span.line_bss {
    width: 147px;
}

.title span.line_bss .line_ss {
    padding-top: 4px;
    width: 148px;
    border-bottom: 1px solid #e2e2e2;
}

.ten {
    width: 100%;
}

.ten .ten_img {
    width: 890px;
}

.ten .ten_wen {
    width: 300px;
}

.ten .ten_wen p {
    color: #fff;
    padding: 60px 20px 26px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

.ten .ten_wen p a {
    color: #fcc70e;
}

.ten .ten_wen span {
    display: inline-block;
    padding: 0 20px;
}

/*main_eleven*/
.ele_l {
    width: 100%;
}

.ele_l img {
    width: 131px;
    height: 132px;
    padding-right: 16px;
    padding-bottom: 5px;
    display: block;
    float: left;
}

.ele_l p {
    text-indent: 2em;
    color: #787878;
    line-height: 23px;
}

.ele_list {
    width: 100%;
}

.ele_list li {
    float: left;
    width: 180px;
    margin-right: 25px;
}

.ele_list li.marr {
    margin-right: 0;
}

.ele_list li a {
    display: block;
    text-align: center;
    color: #323232;
}

.ele_list li a:hover {
    color: #9c27b0;
}

.ele_list li a p {
    line-height: 30px;
}

.ele_listbm {
    width: 100%;
    margin-top: 4px;
}

.ele_listbm li {
    float: left;
    width: 50%;
}

.ele_listbm li a {
    display: block;
    width: 94%;
    background: url(/uploads/image/yd1wimages/ico5.jpg) no-repeat left;
    text-indent: 12px;
    height: 28px;
    line-height: 28px;
    color: #323232;
}

.elevenright {
    background: #f7f7f7;
}

.eler_list {
    width: 100%;
    padding-bottom: 6px;
}

.eler_list li a {
    display: block;
    color: #323232;
    line-height: 32px;
    _height: 32px;
}

/*main_twelve*/
.twe_tit {
    width: 100%;
    color: #9c27b0;
    font-size: 18px;
    text-align: center;
    background: url(/uploads/image/yd1wimages/ico9.jpg) no-repeat center;
}

.twe_con {
    padding: 21px 0 16px;
    height: auto;
    border: 1px solid #ccc;
    border-top: 0;
    margin-top: -13px;
}

.twe_con a {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
    color: #323232;
    line-height: 28px;
}

/*下拉选框*/
.links {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}

.links.marr {
    padding-bottom: 0;
}

.select {
    width: 100%;
    height: 40px;
    position: relative;
}

.select dt {
    width: 99.2%;
    height: 38px;
    display: inline-block;
    border: 1px solid #cccccc;
    background: url(/uploads/image/yd1wimages/ico10.jpg) no-repeat right;
    line-height: 38px;
    font-size: 14px;
    cursor: pointer;
    text-indent: 20px;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.select dd {
    position: absolute;
    left: 0;
    top: 33px;
    border: 1px solid #cccccc;
    background: #fff;
    display: none;
    font-size: 14px;
    z-index: 100;
    width: 99.2%;
}

.select dd ul {
    max-height: 250px;
    background: #fff;
}

.select dd ul li a {
    line-height: 38px;
    display: block;
    color: #323232;
    text-indent: 20px;
}

.select dd ul li a:hover {
    background: #f3f3f3;
}

/*footer*/
.footer {
    width: 100%;
}

.footone {
    width: 100%;
    /* background: #770773; */
    margin-top: 20px;
    background-image: url(/uploads/image/yd1wimages/xgz.png);
    background-size: 102%;
    /* background-attachment: fixed; */
}

.foot {
    width: 1190px;
    padding: 0 5px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    /* border-top: 1px solid #f46fdb; */
}

.footone .ftone_r {
    width: auto;
}

.footone .ftone_r li {
    float: left;
    margin-top: 36px;
    margin-right: 50px;
    padding-left: 28px;
    border-left: 1px solid #fff;
}

.footone .ftone_r li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 12px;
}

.footone .ftone_r li a:hover {
    color: #f9f9f9;
    text-decoration: underline;
}

.ftone_l {
    font-size: 14px;
    color: #fff;
    /* margin-left: 80px; */
    padding-bottom: 10px;
}

.ftone_l h2 {
    font-size: 24px;
    padding-top: 20px;
}

.ftone_rlist {
    width: 100%;
    margin-top: 20px;
}

.ftone_rlist li {
    width: 100%;
    line-height: 26px;
    height: 26px;
    margin-bottom: 6px;
}

.ftone_rlist li i {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
}

.ftone_rlist li span {
    display: inline-block;
    float: left;
}

.ftone_rlist li i.ico1 {
    background: url(/uploads/image/yd1wimages/ico11.jpg) no-repeat left center;
}

.ftone_rlist li i.ico2 {
    background: url(/uploads/image/yd1wimages/ico12.jpg) no-repeat left center;
}

.ftone_rlist li i.ico3 {
    background: url(/uploads/image/yd1wimages/ico13.jpg) no-repeat left center;
}

.ftone_rlist li i.ico4 {
    background: url(/uploads/image/yd1wimages/ico14.jpg) no-repeat left center;
}

.footone_bm {
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    background: #63065f;
    color: #ababac;
    font-size: 14px;
}

/*foottwo*/
.foottwo {
    margin-top: 40px;
    background: #9c27b0;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.foottwo p {
    line-height: 26px;
}

/*footthree*/
.footthree {
    width: 100%;
    margin-top: 40px;
    background: #9c27b0;
    color: #fff;
    padding: 16px 0;
    font-size: 14px;
}

.footthree p {
    line-height: 26px;
    padding-top: 12.5px;
}

/*内页主体部分*/
/*标题列表页*/
.n_left {
    width: 300px;
    padding: 0 5px;
    margin-top: 30px;
    float: left;
}

.n_left h2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #770773;
    height: 50px;
    line-height: 50px;
}

.n_left .n_nav {
    width: 100%;
    background: #fcfcfc;
    font-size: 16px;
    padding: 6px 0;
}

.n_left .n_nav li a {
    display: block;
    padding: 0 26px;
    line-height: 46px;
    _height: 46px;
    text-indent: 36px;
    color: #333;
    background: url(/uploads/image/yd1wimages/ico15.jpg) no-repeat 26px center;
}

.n_left .n_nav li a.cur, .n_left .n_nav li a:hover {
    /*color: #12b7f5;*/
    color: #770773;
    background: #fff url(/uploads/image/yd1wimages/ico16.jpg) no-repeat 26px center;
}

.n_right {
    width: 870px;
    padding: 0 5px 0 15px;
    margin-top: 30px;
    float: left;
    min-height: 500px;
}

.n_tit {
    width: 100%;
    border-bottom: 1px solid #fafafa;
    height: 49px;
    line-height: 49px;
    color: #666666;
    font-size: 16px;
}

.n_tit a {
    color: #666;
}

.n_tit a:hover {
    color: #9c27b0;
}

.n_tit font {
    padding: 0 6px;
    font: 400 14px/16px consolas;
}

.n_right .title {
    margin-top: 16px;
}

.list_tit em {
    color: #1b1b1b;
}

.list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.list li a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
    /*height: 28px;*/
    line-height: 40px;
    text-indent: 20px;
    background: url(/uploads/image/yd1wimages/ico17.jpg) no-repeat left;
}

.list li a:hover {
    color: #9c27b0;
    text-decoration: none;
    background: url(/uploads/image/yd1wimages/ico18.jpg) no-repeat left;
}

.list li a .time {
    float: right;
    color: #666;
}

.pages {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.pages span {
    font-weight: bold;
}

.pages a {
    display: inline-block;
    color: #333;
    padding: 0 4px;
}

.pages a.cur, .pages a:hover {
    color: #9c27b0;
}

/*简介页*/
.brief {
    width: 100%;
    padding: 16px 0;
}

.brief p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.brief span {text-indent: 0em!important;}
table tr td .msonormal span{text-align:center !important;line-height:40px;text-indent: 0em!important
                ;}
/*列表页*/
.list_con {
    margin-top: 12px;
}

.list_con li {
    float: left;
    width: 300px;
    font-size: 16px;
    background: #fafafa;
    margin: 0 67.5px 28px;
    _margin: 0 33px 14px;
    padding-bottom: 30px;
}

.list_con li a.tit {
    display: block;
    padding: 16px;
    color: #ffcf46;
}

.list_con li .con {
    padding: 0 16px;
}

.list_con li .con a {
    display: inline-block;
    width: 111px;
    color: #666666;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
}

.list_con li .con a:hover {
    color: #9c27b0;
}

.list_con li .con font {
    width: 20px;
    display: inline-block;
    font: 400 12px/14px consolas;
}

/*内容页*/
.n_con {
    width: 1190px;
    padding: 0 5px;
    margin-top: 16px;
    min-height: 470px;
}

.contain_con {
    width: 100%;
}

.contain_con h2 {
    font-size: 36px;
    text-align: center;
    color: #666;
    line-height: 40px;
    padding: 25px 0;
}

.contain_con span {
}

.contain_con .con_con {
    margin-top: 24px;
    padding: 0 20px;
}

.contain_con .con_con p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    line-height: 180%;
    text-indent: 2em;
    font-size: 14pt;
}

.contain_con .con_con img {
    margin: 0 auto;
    display: block;
}

.contain_con .con_con .con_bm {
    margin-top: 30px;
    padding-top: 16px;
    height: 18px;
    line-height: 18px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #878787;
}

.contain_con .con_con .con_bm span {
    float: right;
}

.contain_con .con_con .con_bm a {
    color: #878787;
    float: right;
    height: 24px;
    line-height: 22px;
    margin-left: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 12px;
}

.contain_con .con_con .con_bm a:hover {
    color: #680043;
}

.contain_con .con_con .con_bm a.dy {
    background: url(/uploads/image/yd1wimages/ico19.jpg) no-repeat 12px center;
    padding-left: 32px;
}

.contain_con .con_con .con_bm a.close {
    background: url(/uploads/image/yd1wimages/ico20.jpg) no-repeat 12px center;
    padding-left: 32px;
}

/*搜索页*/
.sear_con {
    width: 100%;
}

.sear_con h3 {
    background: #dcdcdc;
    height: 50px;
    line-height: 50px;
    color: #333;
    padding-left: 60px;
    font-size: 16px;
}

.sear_con h3 span {
    color: #9c27b0;
}

.sear_con ul {
    width: 100%;
    height: auto;
}

.sear_con ul li {
    padding: 20px 20px 8px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.sear_con ul li a.tit {
    color: #333333;
    font-size: 16px;
    display: block;
}

.sear_con ul li a.tit:hover {
    color: #ffc52a;
    text-decoration: underline;
}

.sear_con ul li p {
    line-height: 28px;
    padding-top: 10px;
}

.sear_con ul li p a {
    color: #ffc52a;
}

.sear_con ul li p a:hover {
    color: #fbcf59;
}

.sear_con ul li i {
    display: block;
    text-align: right;
    *text-align: right;
    color: #999;
}

.vsb-box {
    min-height: 400px;
}

.banner {
    height: 410px;
    overflow: hidden;
    margin: 0;
}

.banner img {
    width: 100%;
    height: 410px;
}

.banner .slick-prev {
    left: 40px;
    width: 50px;
    z-index: 100;
    height: 50px;
    background: url(/uploads/image/yd1wimages/left.png) center no-repeat;
    margin-top: -25px;
}

.banner .slick-next {
    right: 40px;
    width: 50px;
    height: 50px;
    background: url(/uploads/image/yd1wimages/right.png) center no-repeat;
    margin-top: -25px;
}

.slick-prev:before,.slick-next:before,.slick-dots li button:before {
    display: none;
}

.banner .slick-dots {
    right: 40px;
    bottom: 20px;
    left: auto;
    width: auto;
}

.banner .slick-dots li,.banner .slick-dots li button {
    width: 18px;
    height: 20px;
}

.banner .slick-dots li button {
    background: url(/uploads/image/yd1wimages/li01.png) center no-repeat;
}

.banner .slick-dots li.slick-active button {
    background: url(/uploads/image/yd1wimages/li02.png) center no-repeat;
}

.nymain .leftnav ul {
    border-top: none;
}

.nymain .leftnav ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.nymain .leftnav>ul>li>i {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 59px;
    background: url(/uploads/image/yd1wimages/ej-menu-bf.png) no-repeat;
    background-size: 6px auto;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftnav>ul>li>i.on {
    transform: rotatez(-90deg);
}

.nymain .leftnav ul li ul li:last-child {
    border: none;
}

.nymain .leftnav ul li a {
    display: block;
    font-size: 16px;
    padding-right: 45px;
    padding-left: 15px;
    color: #666666;
    line-height: 58px;
    background-position: 235px center;
    transition: background 0.3s;
}

.nymain .leftnav>ul>li>span {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 18px;
    line-height: 50px;
    background:  no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.nymain .leftnav ul li.active>a {
    color: #fff;
    background: #943e83;
    background-position: 235px center;
}

.nymain .leftnav ul li.active>ul {
    display: block;
}

.nymain .leftnav ul li.active.on>span {
    background:  no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftnav ul li.active>span {
    background:  no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftnav>ul>li:hover>a {
    background: #943e83;
    color: #fff;
}

.nymain .leftnav ul li a:hover {
    color: #fff;
    background: #943e83;
    background-position: 235px center;
}

.nymain .leftnav>ul>li>ul {
    display: none;
    /* background: #ebf2ff; */
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
}

.nymain .leftnav>ul>li>ul>li>a {
    font-size: 14px;
    background-size: 0;
}

.nymain .leftnav>ul>li>ul>li.active {
    background: #943e83;
}

.nymain .leftnav>ul>li>ul>li.active a {
    background: #943e83;
}

.nymain .leftnav>ul>li>ul>li>a:hover {
    background-size: 0;
}

input::placeholder {
    color: #f2b7bb;
}

input::-ms-input-placeholder {
    color: #f2b7bb;
}

input::-webkit-input-placeholder {
    color: #f2b7bb;
}

input::-moz-placeholder {
    color: #f2b7bb;
}