.main {
    /*background: url("../images/mainbg.jpg") center top no-repeat, url("../images/bottombg.png") center bottom no-repeat;*/
    /*background: url("../images/444.jpeg") center top no-repeat, url("../images/444.jpeg") center bottom no-repeat;*/
    /*padding-bottom: 40px;*/
    overflow: hidden;
}

.banner-box {
    float: left;
    width: 580px;
    height: 386px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 580px;
    height: 386px;
}

.banner > .swiper-pagination-bullets {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 2px;
}

.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.banner-box .swiper-button-prev, .banner-box .swiper-container-rtl .swiper-button-next {
    background: url("../images/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.banner-box .swiper-button-next, .banner-box .swiper-container-rtl .swiper-button-prev {
    background: url("../images/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.banner-box:hover .swiper-button-prev, .banner-box:hover .swiper-container-rtl .swiper-button-next {
    left: 20px;
    transition: left 0.3s;
}

.banner-box:hover .swiper-button-next, .banner-box:hover .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    transition: right 0.3s;
}

.news {
    float: right;
    /*min-width: 450px;*/
    width: 530px;
    height: 386px;
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;
    overflow: hidden;
}

.news dl {
    height: 386px;
    position: relative;
}

.news dl dt {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 25px;
    color: #cccccc;
}

.news dl dt span.cur {
    font-weight: bold;
}

.news dl dt a {
    margin-right: 25px;
    display: inline-block;
    position: relative;
    color: #333;
}

.news dl dt span.cur a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 2px;
    width: 100%;
    background: #d60000;
}

.news dl dd {
    position: absolute;
    left: 0;
    top: 59px;
    display: none;
    border-top: 1px solid #ddd;
    width: 100%;
}

.news dl dd ul {
    margin-top: 10px;
}

.news dl dd ul {
    margin-top: 10px;
}

.news dl dd li {
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 23px;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dongtai {
    float: left;
    width: 530px;
    height: 280px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
}

.dongtai > dl {
    height: 281px;
    position: relative;
    overflow: hidden;
}

.dongtai > dl > dt {
    float: left;
    height: 48px;
    line-height: 48px;
}

.dongtai > dl > dt.first {
    font-weight: bold;
    font-size: 20px;
    height: 48px;
    position: relative;
    margin-right: 30px;
}

.dongtai > dl > dt.first:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background: #d60000;
}

.dongtai > dl > dt a.piclink img {
    float: left;
    margin: 18px 0 0 5px;
}

.dongtai > dl > dt a.piclink em {
    float: right;
    height: 20px;
    width: 2px;
    border-left: 1px solid #ddd;
    margin: 16px 6px 0 12px;
}

.dongtai > dl > dt span {
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    background: #eaeff5;
    margin-right: 10px;
    margin-top: 10px;
}

.dongtai > dl > dt span.cur {
    background: #1a5285;
}

.dongtai > dl > dt span.cur a {
    color: #fff;
}

.dongtai > dl > dt.first span {
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    background: none;
}

.dongtai > dl > dt.first span.cur {
    background: none;
}

.dongtai > dl > dt.first span.cur a {
    color: #333;
}

.dongtai > dl > dd {
    position: absolute;
    left: 0;
    top: 48px;
    display: none;
    border-top: 1px solid #ddd;
    width: 100%;
}

.gjzl {
    border: 1px solid #dddddd;
    padding: 9px 16px;
    height: 100px;
    margin-top: 20px;
    overflow: hidden;
}

.gjzl dt {
    float: left;
    width: 111px;
    margin-top: 5px;
}

.gjzl dt img {
    width: 100%;
}

.gjzl dd {
    float: right;
    width: 976px;
    position: relative;
}

.gjzl dd .gjzlpic {
    width: 956px;
}

.gjzl dd .gjzlpic img {
    border-radius: 4px;
    width: 100%;
    height: 80px;
}

.gjzl dd .swiper-slide {
    float: left;
    width: 250px;
}

.gjzl dd .swiper-button-next, .gjzl dd .swiper-container-rtl .swiper-button-prev {
    position: absolute;
    height: 80px;
    top: 0;
    right: -0px;
    background: url("../images/right.png") right center no-repeat;
    margin-top: 0;
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

.gjzl dd .swiper-button-prev, .gjzl dd .swiper-container-rtl .swiper-button-next {
    position: absolute;
    height: 80px;
    top: 0;
    background: url("../images/left.png") left center no-repeat;
    left: -0px;
    margin-top: 0;
    outline: 0 none;
}

.fright {
    float: right;
}

.fggz {
    float: left;
    width: 580px;
    height: 356px;
    margin-top: 20px;
    padding: 0;
    background: none;
    overflow: hidden;
}

.fggz dl {
    height: 373px;
}

.fggz dl dd li {
    height: 36px;
    line-height: 36px;
}

.serve {
    margin-top: 20px;
}

.serve .mt {
    border: 0;
}

.serve .mt span {
    background: url("../images/serveicon.png") left center no-repeat;
    padding-left: 28px;
}

.serve .mt span:after {
    background: none;
}

.serve dl { /*height: 253px;*/
    background: #76a1d0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.serve dt {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

.serve dt.no2 {
    left: 180px;
}

.serve dt.no3 {
    left: 360px;
}

.serve dt.no4 {
    left: auto;
    right: 0;
}

.serve dt.no5 {
    left: 550px;
}

.serve dt.no6 {
    left: 750px;
}

.serve dt span {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    background: #6ba2d4;
    border: 2px solid #6ba2d4;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.serve dt span a {
    color: #fff;
    display: block;
    padding-left: 44px;
}

.serve dt.no2 span a {
    padding-left: 50px;
}

.serve dt.no3 span a {
    padding-left: 92px;
}

.serve dt.no4 span a {
    padding-left: 63px;
}

.serve dt.no5 span a {
    padding-left: 78px;
}

.serve dt span.cur {
    background: #fff;
}

.serve dt span.cur a {
    color: #4375a3;
}

.serve dt.no1 span a {
    background: url("../images/newserveicon-1.png") left 14px center no-repeat;
}

.serve dt.no2 span a {
    background: url("../images/newserveicon-2.png") left 23px center no-repeat;
}

.serve dt.no3 span a {
    background: url("../images/newserveicon-3.png") left 64px center no-repeat;
}

.serve dt.no4 span a {
    background: url("../images/newserveicon-4.png") left 31px center no-repeat;
}

.serve dt.no5 span a {
    background: url("../images/newserveicon-5.png") left 50px center no-repeat;
}

.serve dt.no1 span.cur a {
    background: url("../images/newserveicon-11.png") left 14px center no-repeat;
}

.serve dt.no2 span.cur a {
    background: url("../images/newserveicon-22.png") left 23px center no-repeat;
}

.serve dt.no3 span.cur a {
    background: url("../images/newserveicon-33.png") left 64px center no-repeat;
}

.serve dt.no4 span.cur a {
    background: url("../images/newserveicon-44.png") left 31px center no-repeat;
}

.serve dt.no5 span.cur a {
    background: url("../images/newserveicon-55.png") left 50px center no-repeat;
}

.serve dd {
    display: none;
    padding: 0 30px 0;
    border: 2px solid #6ba2d4;
    border-radius: 2px;
    border-top: 0; /*height:209px;*/
    margin-top: 46px;
    background: #fff;
    padding-bottom: 20px;
    overflow: hidden;
}

.serve dd .u-list {
    margin-top: 0;
}

.serve dd .dating-left {
    float: left;
    width: 561px;
}

.serve dd strong {
    display: block;
    color: #1c5283;
    margin: 25px 0 10px;
    overflow: hidden;
}

.serve dd strong em {
    font-size: 14px;
    padding: 0 10px;
}

.serve dd strong a {
    color: #1c5283;
}

.fenlei {
    margin-top: 20px;
}

.fenlei li {
    float: left; /* width:30%; */
    width: 20%;
    height: 100px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.fenlei li:nth-child(even) {
    border-right: 0;
}

.fenlei li:nth-child(5) {
    border-bottom: 0;
}

.fenlei li a {
    display: block;
    padding-top: 70px;
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 0.1s ease-in-out, box-shadow .1s ease-in-out;
    text-align: center;
}

.fenlei li a:hover {
    transform: scale(1.01);
    box-shadow: 2px 2px 5px #e0eaf3, -2px -2px 5px #e0eaf3;
    z-index: 2;
}

.fenlei li.no1 a {
    background: url("../images/serve-1-1.png") #fff center 10px no-repeat;
}

.fenlei li.no2 a {
    background: url("../images/serve-1-2.png") #fff center 10px no-repeat;
}

.fenlei li.no3 a {
    background: url("../images/serve-1-3.png") #fff center 10px no-repeat;
}

.fenlei li.no4 a {
    background: url("../images/serve-1-5.png") #fff center 10px no-repeat;
}

.fenlei li.no5 a {
    background: url("../images/serve-1-4.png") #fff center 10px no-repeat;
}

.fenlei li.no6 a {
    background: url("../images/serve-2-1.png") #fff center 10px no-repeat;
}

.fenlei li.no7 a {
    background: url("../images/serve-2-2.png") #fff center 10px no-repeat;
}

.fenlei li.no8 a {
    background: url("../images/serve-2-3.png") #fff center 10px no-repeat;
}

.fenlei li.no9 a {
    background: url("../images/serve-2-4.png") #fff center 10px no-repeat;
}

/* .serve-cont1 li.no1,.serve-cont1 li.no4{    width:40%;} */
.fenlei ul {
    display: none;
    margin-left: 56px;
}

.fenlei ul:last-child {
    margin-left: 56px;
}

.fenlei {
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
}

.fenlei span {
    position: absolute;
    left: 169px;
    bottom: 0px;
}

.fenlei span.fltit2 {
    left: 269px;
}

.fenlei span a {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    border: 1px solid #d60101;
}

.fenlei span.fltit2 a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.fenlei span a.cur {
    background: #d60101;
    color: #fff;
}

.dating-right {
    float: right;
    width: 540px;
}

.dating-right .u-list li a {
    padding-right: 0;
}

.dating-link-left {
    float: left;
    width: 328px;
}

.dating-link-left a, .dating-link-right a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #1c5283;
    text-align: center;
}

.dating-link-left a:hover, .dating-link-right a:hover {
    color: #fff;
    background: #3074b4;
}

.dating-link-left ul.no1 {
    background: #e6f0f9;
    margin-top: 25px;
}

.dating-link-left ul.no1 li {
    display: flex;
    justify-content: stretch;
    border-bottom: 1px solid #dfeaf6;
}

.dating-link-left ul.no1 li:last-child {
    border: 0;
}

.dating-link-left ul.no1 li strong {
    height: 66px;
    line-height: 66px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.dating-link-left ul.no1 li > a {
    height: 50px;
    border-right: 1px solid #dfeaf6;
    line-height: 50px;
    flex: auto;
}

.dating-link-left ul.no1 li > a:last-child {
    border: 0;
}

.dating-link-left ul.no2 {
    background: #f1f5fa;
    margin-top: 9px;
    height: 69px;
    line-height: 69px;
}

.dating-link-left ul.no2 li {
    display: flex;
    justify-content: stretch;
}

.dating-link-left ul.no2 li > a {
    flex: auto;
    border-right: 1px solid #dfeaf6;
}

.dating-link-left ul.no2 li > a:last-child {
    border-right: 0;
}

.dating-link-right {
    width: 224px;
    float: right;
}

.dating-link-right ul.no3 {
    background: #f1f5fa;
    margin-top: 25px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
}

.dating-link-right ul.no4 {
    background: #e6f0f9;
    margin-top: 25px;
}

.dating-link-right ul.no4 li strong {
    height: 65px;
    line-height: 65px;
    width: 100%;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #dfeaf6;
}

.dating-link-right ul.no4 li {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.dating-link-right ul.no4 li:last-child strong {
    border: 0;
}

.dating-link-right ul.no4 li strong a {
    text-align: left;
    padding-left: 35px;
}

.dating-link-right ul.no4 li > a {
    width: 50%;
    padding: 20px 10px;
    height: 77px;
    border-right: 1px solid #dfeaf6;
}

.dating-link-right ul.no4 li > a:last-child {
    border: 0;
}

.credit-left {
    float: left;
    width: 660px;
}

.credit-search {
    width: 660px;
    margin-top: 25px;
}

.credit-search ul {
    height: 40px;
    overflow: hidden;
}

.credit-search li {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    float: left;
    padding: 0 17px;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
}

.credit-search li.active {
    background: #E22323;
    color: #fff;
    position: relative;
}

.credit-search li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-top: 5px solid #E22323;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.credit-search .credit_search_content {
    margin-top: 3px;
    overflow: hidden;
}

.credit-search input.search_input {
    height: 50px;
    background: #f1f5fa;
    width: 530px;
    float: left;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 15px;
}

.credit-search input.search_btn {
    float: right;
    width: 130px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #d60101;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.credit-right {
    float: right;
    width: 440px;
    padding-top: 25px;
}

.credit-right a {
    float: left;
    width: 200px;
    height: 93px;
    line-height: 93px;
    font-size: 14px;
    color: #1c5283;
    margin-left: 20px;
    padding-left: 90px;
    border-radius: 4px;
    font-weight: bold;
}

.credit-right a.xf {
    background: url("../images/creditxficon.png") #e6f0f9 54px center no-repeat;
}

.credit-right a.xf:hover {
    background: url("../images/creditxficonhover.png") #3074b4 54px center no-repeat;
    color: #fff;
}

.credit-right a.yy {
    background: url("../images/credityyicon.png") #e6f0f9 54px center no-repeat;
}

.credit-right a.yy:hover {
    background: url("../images/credityyiconhover.png") #3074b4 54px center no-repeat;
    color: #fff;
}

.jiaoyi-left {
    float: left;
    width: 915px;
}

.txtMarquee-top .hd {
    overflow: hidden;
}

.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}

.txtMarquee-top .hd .next {
    background: url("../images/jiaoyidown.png") left top no-repeat;
}

.txtMarquee-top .hd .next:hover {
    background: url("../images/jiaoyidownhover.png") left top no-repeat;
}

.txtMarquee-top .hd .prev {
    background: url("../images/jiaoyiup.png") left top no-repeat;
}

.txtMarquee-top .hd .prev:hover {
    background: url("../images/jiaoyiuphover.png") left top no-repeat;
}

.txtMarquee-top .hd .prevStop {
}

.txtMarquee-top .hd .nextStop {
}

.txtMarquee-top .bd {
    position: relative;
    height: 150px;
    margin-top: 14px;
    width: 100%;
    overflow: hidden;
}

.txtMarquee-top {
    width: 100%;
    margin-top: -30px;
    position: relative;
    overflow: hidden;
}

.txtMarquee-top .infoList {
    width: 100%;
    position: absolute;
}

.txtMarquee-top .infoList li {
    height: 50px;
    line-height: 50px;
    background: #f1f5fa;
    font-size: 14px;
}

.txtMarquee-top .infoList li:nth-child(even) {
    background: #fff;
}

.txtMarquee-top .infoList li .item {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.txtMarquee-top .infoList li .item h3 {
    font-size: 14px;
    display: inline-block;
    width: 75px;
    margin-right: 20px;
}

.txtMarquee-top .infoList li .item span {
    display: inline-block;
    margin-right: 20px;
    width: 150px;
}

.txtMarquee-top .infoList li .item span:last-child {
    margin-right: 0;
}

.txtMarquee-top .infoList li .item span em {
    font-weight: bold;
    color: #1c5283;
}

.jiaoyi-right {
    float: right;
    width: 200px;
    height: 183px;
    background: #e6f0f9;
    border-radius: 4px;
    margin-top: 25px;
    padding: 20px 25px;
}

.jiaoyi-right li {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.jiaoyi-right li a {
    display: block;
    padding-left: 33px;
    color: #1c5283;
}

.jiaoyi-right li a:hover {
    font-weight: bold;
}

.jiaoyi-right li:nth-child(1) a {
    background: url("../images/newjyiconsy-1.png") left center no-repeat;
}

.jiaoyi-right li:nth-child(2) a {
    background: url("../images/newjyiconsy-2.png") left center no-repeat;
}

.jiaoyi-right li:nth-child(3) a {
    background: url("../images/newjyiconsy-3.png") left center no-repeat;
}

.jiaoyi-links ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.jiaoyi-links li {
    width: 360px;
    height: 80px;
    line-height: 80px;
    margin: 0;
}

.jiaoyi-links li a {
    display: block;
    padding-left: 126px;
    color: #1c5283;
    font-weight: bold;
}

.jiaoyi-links li a:hover {
    font-weight: bold;
}

.jiaoyi-links li:nth-child(1) a {
    background: url("../images/newjyiconsy-1.png") #e6f0f9 123px center no-repeat;
    padding-left: 156px;
}

.jiaoyi-links li:nth-child(2) a {
    background: url("../images/newjyiconsy-2.png") #e6f0f9 123px center no-repeat;
    padding-left: 156px;
}

.jiaoyi-links li:nth-child(3) a {
    background: url("../images/newjyiconsy-3.png") #e6f0f9 93px center no-repeat;
}

.jiaoyi-links li:nth-child(1) a:hover {
    background: url("../images/newjyiconsy-11.png") #3074b4 123px center no-repeat;
    color: #fff;
}

.jiaoyi-links li:nth-child(2) a:hover {
    background: url("../images/newjyiconsy-22.png") #3074b4 123px center no-repeat;
    color: #fff;
}

.jiaoyi-links li:nth-child(3) a:hover {
    background: url("../images/newjyiconsy-33.png") #3074b4 93px center no-repeat;
    color: #fff;
}

.cjmjtz-left {
    float: left;
    width: 360px;
    margin-top: 20px;
    height: 130px;
    background: #f2f7fc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.cjmjtz-left span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    background: #e6f0f9;
    width: 100%;
    text-align: center;
    color: #1c5283;
}

.cjmjtz-left span a {
    color: #1c5283;
}

.cjmjtz-left p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cjmjtz-left p a {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #1c5283;
    text-align: center;
    padding-top: 58px;
    height: 87px;
}

.cjmjtz-left p a:nth-child(1) {
    border-right: 1px solid #e7eff8;
    background: url('../images/cjmjtzicon-1.png') center top 20px no-repeat;
}

.cjmjtz-left p a:nth-child(2) {
    background: url('../images/cjmjtzicon-2.png') center top 20px no-repeat;
}

.cjmjtz-left p a:nth-child(1):hover {
    border-right: 1px solid #e7eff8;
    background: url('../images/cjmjtzicon-11.png') #3074b4 center top 20px no-repeat;
    color: #fff;
}

.cjmjtz-left p a:nth-child(2):hover {
    background: url('../images/cjmjtzicon-22.png') #3074b4 center top 20px no-repeat;
    color: #fff;
}

.cjmjtz-right {
    float: right;
    width: 748px;
    margin-top: 20px;
}

.cjmjtz-right ul {
    display: flex;
    justify-content: space-between;
}

.cjmjtz-right ul li {
    width: 360px;
    height: 130px;
    text-align: center;
    background: #f2f7fc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.cjmjtz-right ul li a {
    display: block;
    width: 100%;
    height: 130px;
    font-size: 16px;
    font-weight: bold;
    color: #1c5283;
    text-align: center;
    padding-top: 85px;
}

.cjmjtz-right ul li:nth-child(1) a {
    background: url('../images/cjmjtzicon-3.png') center top 30px no-repeat;
}

.cjmjtz-right ul li:nth-child(2) a {
    background: url('../images/cjmjtzicon-4.png') center top 30px no-repeat;
}

.cjmjtz-right ul li:nth-child(1) a:hover {
    background: url('../images/cjmjtzicon-33.png') #3074b4 center top 30px no-repeat;
    color: #fff;
}

.cjmjtz-right ul li:nth-child(2) a:hover {
    background: url('../images/cjmjtzicon-44.png') #3074b4 center top 30px no-repeat;
    color: #fff;
}

.hudong {
    height: 356px;
    background: none;
}

.hudong > dl > dt {
    height: 60px;
    line-height: 60px;
    float: right;
    margin-right: 50px;
}

.hudong > dl > dt.first {
    float: left;
    height: 60px;
    line-height: 60px;
}

.hudong > dl > dt.first span {
    height: 60px;
    line-height: 60px;
}

.hudong dl dt a.piclink img {
    float: left;
    margin: 28px 0 0 0px;
}

.hudong > dl > dd {
    top: 60px;
}

.hudong .hdleft {
    border: 1px solid #dddddd;
    background: #f6f6f6;
    height: 200px;
    margin-top: 20px;
    padding: 10px 28px;
}

.hudong .hdleft ul {
    margin-top: 0;
}

.hudong .hdleft li {
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hudong .hdleft li span {
    font-weight: bold;
    color: #1a5284;
}

.hudong .hdleft li span a {
    color: #1a5284;
}

.hudong > dl.other {
    height: 80px;
}

.hudong > dl.other > dd {
    position: static;
    display: block;
    float: left;
    width: 285px;
    height: 60px;
    border-radius: 2px;
    background: -webkit-linear-gradient(left top, #699ecd, #6fafea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #699ecd, #6fafea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #699ecd, #6fafea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #699ecd, #6fafea); /* 标准的语法 */
    margin: 15px 10px 0 0;
    font-size: 15px;
    border: 0;
}

.hudong > dl.other > dd:nth-child(2), .hudong > dl.other > dd:nth-child(3) {
    margin-right: 0;
}

.hudong > dl.other > dd a {
    color: #fff;
    display: block;
    padding: 0px 15px 0 110px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: padding-top 0.05s linear, background .1s ease-in;
}

.hudong > dl.other > dd a:hover {
    padding: 0px 15px 0 120px;
    animation: mymove 0.1s;
    -moz-animation: mymove 0.1s; /* Firefox */
    -webkit-animation: mymove 0.1s; /* Safari and Chrome */
    -o-animation: mymove 0.1s; /* Opera */
}

.hudong > dl.other > dd.no1 a:hover {
    background: url("../images/xficon.png") 70px center no-repeat;
}

.hudong > dl.other > dd.no2 a:hover {
    background: url("../images/jbicon.png") 70px center no-repeat;
}

.hudong > dl.other > dd.no3 a:hover {
    background: url("../images/wzjbicon.png") 70px center no-repeat;
}

.ly {
    float: right;
    width: 580px;
    border: 1px solid #dddddd;
    height: 177px;
    margin-top: 20px;
    position: relative;
    padding: 0 20px;
}

.lytitle {
    background: url("../images/liuyan.png") #fff center top no-repeat;
    height: 16px;
    width: 137px;
    position: absolute;
    top: -8px;
    left: 20px;
    text-indent: -1000px;
    overflow: hidden;
}

.searchly {
    margin-top: 17px;
    overflow: hidden;
}

.searchly-box {
    width: 340px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    float: left;
    height: 34px;
    border-radius: 17px;
    padding-left: 25px;
    margin-top: 0;
}

.searchly-box input {
    width: 250px;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: none;
}

.searchly-box button {
    height: 20px;
    border: 0;
    border-left: 1px solid #dddddd;
    background: url("../images/searchicon-2.png") center center no-repeat;
    float: right;
    width: 60px;
    margin-top: 7px;
    cursor: pointer;
}

.searchly a {
    float: left;
    width: 140px;
    height: 34px;
    border-radius: 4px;
    margin-left: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    background: url("../images/zxicon.png") #d60101 22px center no-repeat;
    font-weight: bold;
    padding-left: 54px;
}

.wjk-cont {
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 20px 20px 0;
    height: 216px;
    overflow: hidden;
}

.wjk-cont > div {
    margin-top: 15px;
    float: left;
    overflow: hidden;
}

.wjk-cont > div.searchly-box {
    margin-top: 0;
}

.wjk-cont strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 29px;
}

.wjk-cont p {
    line-height: 29px;
    font-size: 14px;
    padding-left: 9px;
}

.wjk-cont > div p a {
    display: block;
    float: left;
    margin-right: 23px;
}

.wjk-cont div.file p a {
    display: block;
    float: left;
    margin-right: 20px;
}

.wjk-cont > div p a:last-child {
    margin-right: 0;
}

.ly ul {
    margin-top: 23px;
    overflow: hidden;
}

.ly ul li {
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 23px;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes mymove {
    from {
        background-position: 70px center;
        padding: 0px 15px 0 110px;
    }
    to {
        background-position: 70px center;
        padding: 0px 15px 0 120px;
    }
}

@-moz-keyframes mymove /* Firefox */
{
    from {
        background-position: 70px center;
        padding: 0px 15px 0 110px;
    }
    to {
        background-position: 70px center;
        padding: 0px 15px 0 120px;
    }
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
    from {
        background-position: 70px center;
        padding: 0px 15px 0 110px;
    }
    to {
        background-position: 70px center;
        padding: 0px 15px 0 120px;
    }
}

@-o-keyframes mymove /* Opera */
{
    from {
        background-position: 70px center;
        padding: 0px 15px 0 110px;
    }
    to {
        background-position: 70px center;
        padding: 0px 15px 0 120px;
    }
}

/*.zhuanti{*/ /*margin-top: 20px;*//*}*/
.zhuanti .mt {
    border: 0;
}

.zhuanti .mt span {
    background: url("../images/zticon.png") left center no-repeat;
    padding-left: 28px;
}

.zhuanti .mt span:after {
    background: none;
}

.ztcont {
    width: 1100px;
    position: relative;
    margin-top: 5px;
    height: 180px;
}

.ztcont img {
    border-radius: 4px;
    width: 140px;
    height: 140px;
}

.ztcont .swiper-slide {
    float: left;
    width: 150px;
}

.ztcont .swiper-button-next, .ztcont .swiper-container-rtl .swiper-button-prev {
    position: absolute;
    height: 150px;
    top: 0;
    right: -26px;
    background: url("../images/right.png") right center no-repeat;
    margin-top: 0;
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

.ztcont .swiper-button-prev, .ztcont .swiper-container-rtl .swiper-button-next {
    position: absolute;
    height: 150px;
    top: 0;
    background: url("../images/left.png") left center no-repeat;
    left: -26px;
    margin-top: 0;
    outline: 0 none;
}

.xglink {
    min-height: 190px;
    background: #f6f6f6;
    position: relative;
}

.xglink dl {
    max-width: 1200px;
    padding: 27px 0;
}

.xglink dt {
    height: 136px;
    float: left;
    line-height: 36px;
    align-content: center;
}

.xglink dd {
    float: left;
    height: 136px;
    border: 1px solid #dddddd;
    background: #fff;
    line-height: 36px;
    width: 140px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    border-radius: 5px;
}

.xglink dd:last-child {
    margin-right: 0;
}

.xglink dd.option {
    width: 225px;
    text-align: left;
    padding: 0 20px 0 0;
}

.xglink dd.option a.tit {
    display: block;
    width: 100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
    text-align: center;
}

.xglink dd.option .tit em {
    display: none;
    background: none;
}

.xglink dd.option .tit.arrup {
    background-image: url("../images/arrup.png");
    position: relative;
}

.xglink dd.option .tit.arrup em {
    position: absolute;
    left: 50%;
    top: -11px;
    width: 14px;
    height: 10px;
    margin-left: 7px;
    background: url("../images/arrbg.png") left top no-repeat;
    z-index: 2;
    display: block;
}

.xglink dd.option div {
    position: absolute;
    left: 50%;
    top: -308px;
    width: 1240px;
    height: 325px;
    margin-left: -620px;
    background: #fff;
    border-top: 3px solid #d60101;
    z-index: 999;
    padding: 30px 0 0 86px;
    display: none;
    box-shadow: 0 10px 10px rgba(26, 82, 133, 0.10);
}

.xglink dd.option div li {
    float: left;
    width: 16.66%;
    line-height: 30px; /*padding:0 10px;*/
    font-weight: normal;
}

.xglink dd.option div.divbox1 {
    height: 280px;
    top: -263px;
    padding: 30px 0 0 70px;
}

.xglink dd.option div.divbox1 li {
    width: 25%;
}

.xglink dd.option div.divbox4 { /*height: 115px;*/ /*top:-98px;*/
    height: 165px;
    top: -148px;
}

.xglink dd.option:last-child div {
    padding-left: 55px;
}

.xglink dd.option:last-child div li {
    width: 25%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
    opacity: 1;
}


.xglink dd a img {
    width: 133px;
    height: 133px;
}
