a {
    text-decoration: none; color: #333333;
}

.mobilenavigation a:hover {
    text-decoration: none;
}
/*移动导航*/
.webnav{ background: #fff; padding: 10px;}
.mobilenavigation span{ font-size: 24px; color: #333}
.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 380px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 280px
    }
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 400px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    position: relative
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}


.off-canvas-wrapper .btn-close-off-canvas {
    left: 100%
}

.btn-close-off-canvas {
    width: 50px;
    height: 56px;
    color: #212121;
    line-height: 56px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F8F9FA;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 24px;
    line-height: 24px
}

.btn-close-off-canvas:hover {
    color: #122179;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 479px) {
    .btn-close-off-canvas {
        width: 35px
    }

    .btn-close-off-canvas i {
        font-size: 18px
    }
}
.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}


.off-canvas-search-wrapper.open .off-canvas-inner {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
    position: relative;
    width: 90%;
    margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
    background-color: #E9ECEF;
    border: none;
    outline: none;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
    background-color: #122179;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
    background-color: #212121;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}
.off-canvas-wrapper .offcanvas-widget-area .widget-social span{ color: #333; font-size: 16px; background: #f1f1f1; padding: 8px; border-radius: 50%;}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li > span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
    margin: 20px 0;
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
    color: #122179
}

.off-canvas-menu-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}

.offcanvas-widget-area {
    padding: 0px 40px 20px
}

@media (max-width: 479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px
    }
}

.offcanvas-widget-area .search-box-wrap {
    background-color: #F8F9FA;
    margin: -40px -40px 10px -40px;
    padding: 14px 40px
}

@media (max-width: 479px) {
    .offcanvas-widget-area .search-box-wrap {
        margin: -40px -30px 10px -30px
    }
}

.offcanvas-widget-area .search-box-wrap form {
    position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
    background-color: transparent;
    border: none;
    display: block;
    padding-right: 30px;
    outline: none;
    width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
    border: none;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
    color: #122179
}



.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    cursor: url(../images/icon/cancel.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    margin-bottom: 40px
}

.mobile-menu li > a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 600
}

.mobile-menu li > a:hover {
    color: #000
}

.mobile-menu li ul li {
    border: none
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400
}

.mobile-menu .has-children, .mobile-menu .menu-item-has-children {
    position: relative
}

.mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: 0;
    left: 100%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 767px) {
    .mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
        left: 90%
    }
}

.mobile-menu .has-children .menu-expand i, .mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 23px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before, .mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.mobile-menu .has-children.active > .menu-expand i:before, .mobile-menu .menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
/*移动导航结束*/
.abc .swiper-pagination span{
    width: 20px;
    height: 3px;
    border-radius: 3px; background: #ffffff; opacity: 1;
}
.abc .swiper-pagination span.swiper-pagination-bullet-active{
    width: 20px;
    height: 3px;
    background-color: #EA4335; border-radius: 3px;
}
.abc .swiper-button-next,.abc .swiper-button-prev{ color: #666666; opacity: 0.5; height: 60px; width: 40px; background: #ffffff; font-size: 12px; border-radius: 4px;}
.abc .swiper-button-next:hover,.abc .swiper-button-prev:hover{ color: #666; opacity: 1; }
.navz{height: 50px; line-height: 50px; background: #57BE85}
.nav ul.navbt{height: 50px; line-height: 50px; width: 200px; text-align: center; color: #ffffff; background: #D87575}
.nav ul.navbt1 a{ text-align: center; color: #ffffff; margin-left: 1px; }
.nav ul.navbt1 a.now,.nav ul.navbt1 a:hover{ background: #D87575 }
.topdhs span{ width: 42px; height: 42px; border: 1px #333333 solid; font-size: 24px; line-height: 42px; text-align: center; border-radius: 4px;margin-right: 10px;}
.inbt{ height: 36px; text-align: center;}
.inbt span{ height: 1px;  background: #e5e5e5; margin-top: 18px;  }
.inbt p{ padding: 0px 20px; font-size: 22px; font-weight: bold; }
.fwys li{ background: #F5F5F5}
.fwys li span{color: #F8972D}
.fwys li span{ font-size: 36px;  border-radius: 50px; width: 60px; height: 60px; line-height: 60px; background: #ffffff; margin: 0 auto}
.fwys li:hover{ background: #D87575;
}
.fwys li:hover p{  color: #ffffff}

.more1 a{ padding: 8px 24px; background: #D87575; border-radius: 4px; color: #ffffff}
.more1 a:hover{ padding: 8px 24px; background: #57BE85; border-radius: 4px; color: #ffffff}
.inab{ width:64px; font-size: 16px; font-weight: bold; border-bottom: 1px #D87575 solid; color: #D87575; padding-bottom: 15px; display: block}
.inab1{ width: 100%; font-size: 12px; color: #666; line-height: 24px;margin-top: 20px;}
.innewstime{ width: 60px; height:60px; background: #999999; text-align: center; border-radius: 4px;}
.innewstime span{ width: 24px; height: 1px; background: #ffffff; margin: 6px auto}


.innewstime1{ width: 90px; height: 90px; background: #f7f7f7; text-align: center; border-radius: 4px;}
.innewstime1 span{ width: 48px; height: 1px; background: #ffffff; margin: 6px auto}



.innewsright p{  padding-bottom: 10px;  font-size: 14px;}
.innewsright span{  font-size: 12px; color: #666; margin-top: 10px;}

.mo{ padding: 40px 0px 20px 0px; color: #ffffff; background: url("../images/mo.jpg") bottom center; }
.mo a{color: #ffffff}
.mo a:hover{color: #e5e5e5}

.moleft1{ width: 420px;}
.moleft1 p.ml1{ font-size: 18px; }
.moleft1 p.ml2{ font-size: 12px; margin-top: 8px;}
.moleft1 p.ml3{ font-size: 14px;}
.moleft2{ width: 500px;}
.moleft3{ width: 220px}
.moleft2 li{ background: url("../images/mo.png") left top no-repeat;}
.mox{ height: 1px; background: #f5f5f5; margin-top: 20px;}

.nwleft{ width: 260px;}
.nwleft li.leftbt{ width: 100%;height: 60px; line-height:60px; text-align: center; color: #ffffff; background: #D87575; font-size: 16px; font-weight: bold;}
.nwleft li.nwleft2{ width: 100%;height: 50px; line-height: 50px; border: 1px #E5E5E5 solid; border-top: none;font-size: 14px; padding: 0px 16px;  }

.nwleft a:hover li.nwleft2 ,.nwleft a.now li.nwleft2 { color: #ff0000}

.nwleft li.nwlx{ width: 100%; border: 1px #E5E5E5 solid; border-top: none;font-size: 14px; padding: 16px; line-height: 32px; }
.nwleft li.leftbt88{ background: #57BE85}
.dbt{ width: 100%; border-bottom: #e5e5e5 1px solid; height: 40px; line-height: 40px; text-align: center; font-size: 18px; font-weight: bold}
.dbtnews{ width: 100%; border-bottom: #e5e5e5 1px solid; padding-bottom: 16px; line-height: 36px; text-align: center; font-size: 22px; font-weight: bold}
.dbt88{ width: 100%; border-bottom: #e5e5e5 1px solid; height: 40px; line-height: 40px; text-align: left; font-size: 18px; font-weight: bold}
.contentnw{ width: 100%; line-height: 24px; font-size: 16px; color: #333333; padding: 15px 0px}
.contentnw p{margin-bottom: 12px;}
.contentnw img{ max-width: 100%;}
.syp{ width: 100%; border-top: 1px #E5E5E5 solid; padding-top: 16px; font-size: 14px;}
.xyp{ width: 100%;  padding-top: 12px; font-size: 14px;}

.contactbj input{ width: 100%; height: 50px; line-height: 50px; background: #f5f5f5; border: 0px; margin-top: 15px; padding: 15px;}

.contactsmall{ width: 100%; height: 143px; background: #f5f5f5; margin-top: 15px; position: relative}
.contactsmall textarea{ width: 100%; height: 143px; background: #f5f5f5; border: 0px; padding: 15px 15px 15px 150px}
.contactsmall span{ position: absolute; top:5px; left: 15px; font-size: 72px;color: #000000}

.subcont{ width: 100%; margin-top: 15px; background: #D87575; text-align: center;height: 50px; line-height: 50px; border: none; color: #ffffff;cursor: pointer}
.subcont:hover{ background: #57BE85; }
.monav{  background:#ffffff ;
    position: fixed; border-top: #f1f1f1 1px solid;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:8px 0px 8px 0px;
    }
.monav a{ color: #ffffff; font-size: 12px;}
.monav a.now{ color: #e89127; font-size: 12px;}

.intb{ width: 50px; height: 50px; background:#0f6674; margin: 0px auto; border-radius: 25px; line-height: 50px; color: #ffffff}
.newsright00{background: #1bbc9b}
.newsright01{background: #9a59b5}
.newsright02{background: #6ed9e0}
.newsright03{background: #eec509}
.newsright04{background: #e67f22}
.newsright05{background: #3598db}
.newsright06{background: #2750ab}
.newsright08{background: #e89127}
.newsright09{background: #0f6674}


.ys000{color: #0f6674}
.ys001{color: #e89127}
.ys002{color: #2750ab}
.ys003{color: #3598db}
.ys004{color: #e67f22}
.ys005{color: #eec509}
.ys006{color: #6ed9e0}
.ys007{color: #9a59b5}
.ys008{color: #1bbc9b}

.fwin01{ width: 100%; background: #ffffff; text-align: center; padding: 10px 0px; border-radius: 4px;}
.ljbl a {
    font-size: 15px;
    color: #ffffff;
    border: #ffffff 1px solid;
    padding: 8px 40px;
    border-radius: 4px;
}


.mySwiper1 .swiper-button-next,.mySwiper1 .swiper-button-prev{ color: #ffffff; opacity: 0.5;   font-size: 8px; border-radius: 4px;}
.mySwiper1 .swiper-button-next:hover,.mySwiper1 .swiper-button-prev:hover{ color: #fff; opacity: 1; }


.hezuo-1 {
    display: flex;
    margin-top: 20px;
}
.hezuo-1 .hezuo-1-focus {
    position: relative;
    width: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont {
    position: absolute;
    z-index: 10;
    width: 40px;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    height: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont.next {
    right: 0;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-btn .iconfont.left {
    left: 0;
}
.hezuo-1 .hezuo-1-focus .nav {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 20;
    height: 44px;
    line-height: 44px;
    display: flex;
}
.hezuo-1 .hezuo-1-focus .nav ul {
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
}
.hezuo-1 .hezuo-1-focus .nav ul li {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 8px;
    cursor: pointer;
}
.hezuo-1 .hezuo-1-focus .nav ul li.on {
    background: #ff0000;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list {
    position: relative;
    width: 100%;
    height: auto;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul {
    position: relative;
    width: 100%;
    height: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .img {
    width: 100%;
    height: 100%;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .img img {
    width: 100%;
    height: 100%; border-radius: 4px;
}
.hezuo-1 .hezuo-1-focus .hezuo-1-focus-list ul .title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
}
.proclass01 a.zs01{ border: #e5e5e5 1px solid; width: 32%; height: 30px; text-align: center; line-height: 30px;  margin-top: 10px;border-radius: 2px;}
.proclass01 a.zs01:hover,.proclass01 a.now{ border: #2750AB 1px solid; color: #2750AB}
.proclass01 a{ width: 32%;}

p.pronw01 a.lan{ font-size: 14px;  border: #2F7DD0 1px solid; color: #2F7DD0; border-radius: 2px;}
p.pronw01 a.lan:hover{ background: #0f4d8f; }
p.pronw01 a.huang{ font-size: 14px;  border: #ff6600 1px solid; color: #ff6600; border-radius: 2px;}
p.pronw01 a.huang:hover{ background: #e95f04; }

.inbt{  text-align: center;}
.inbt span{ height: 1px;  background: #e5e5e5;  }
.inbt p{width: 8px; height: 8px; background: #333333; border-radius: 4px; margin: 0px 20px; }

.yc288 a{ padding: 12px 30px; border: #ffffff 1px solid; color: #ffffff; border-radius: 30px; font-size: 14px;}

.ysh881{ background: #5c62ac; color: #ffffff}
.ysh882{ background: #0199cb; color: #ffffff}
.ysh883{ background: #4d8b7c; color: #ffffff}
.yc288 a{ padding: 12px 40px; border: #ffffff 1px solid; color: #ffffff; border-radius: 30px;}

.ysh880{ background: #d4a2d7; color: #ffffff}
.ysh880:hover{ background: #ffffff; color: #d4a2d7}
.ysh880:hover p.yc288  a{ padding: 12px 40px; border: #d4a2d7 1px solid; color: #d4a2d7; border-radius: 30px;}

.ysh881:hover{ background: #ffffff; color: #5c62ac}
.ysh881:hover p.yc288  a{ padding: 12px 40px; border: #5c62ac 1px solid; color: #5c62ac; border-radius: 30px;}

.ysh882:hover{ background: #ffffff; color: #0199cb}
.ysh882:hover p.yc288  a{ padding: 12px 40px; border: #0199cb 1px solid; color: #0199cb; border-radius: 30px;}

.ysh883:hover{ background: #ffffff; color: #4d8b7c}
.ysh883:hover p.yc288  a{ padding: 12px 40px; border: #4d8b7c 1px solid; color: #4d8b7c; border-radius: 30px;}

p.ljzx a{ width: 100%; height: 46px; line-height: 46px; text-align: center; background: #ff5500; color: #ffffff; border-radius: 6px}
p.ljzx a:hover{  background: #ff4400; color: #ffffff}

p.pronwxg a{ padding: 7px 20px; border: #ff5500 1px solid; margin-right: 10px; font-size: 12px; color: #ff5500;margin-bottom: 8px;}
p.pronwxg a:hover{ border: #ff5500 1px solid; margin-right: 10px; font-size: 12px; color: #ffffff; background: #ff5500}

.pronwbg table{

    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.pronwbg table tr td{border: solid 1px #e5e5e5; padding: 20px; font-size: 14px; color: #666666; line-height:28px;}
.pronwbg table tr td.bt{ width: 120px; text-align: center; color:#25a6ff;  }


.pronwlc{ width: 100%; height: 60px; margin: 0px auto; border-radius: 4px; line-height:60px;}
.pronwlc  span{font-size: 24px; color: #ffffff}
p.ys0{ background: #eb332a}
p.ys1{ background: #ee6f2e}
p.ys2{ background: #8139eb}
p.ys3{ background: #45a0e3}
p.ys4{ background: #42964e}

.zxnw a{ background: #3598db; color: #ffffff; padding: 13px 60px; border-radius: 26px; font-size: 18px;}
.zxnw a:hover{ background: #eb332a; }
.newsr{ text-align: center; margin-top: 4px; padding: 16px; border-radius: 4px;}
.newsr a{ color: #ffffff; }
.newsright00{background: #1bbc9b}
.newsright01{background: #9a59b5}
.newsright02{background: #6ed9e0}
.newsright03{background: #eec509}
.newsright04{background: #e67f22}
.newsright05{background: #3598db}
.newsright06{background: #2750ab}
.newsright08{background: #e89127}
.newsright09{background: #0f6674}
.newsright010{background: #0f6674}
.newsright011{background: #0f6674}
.newsr:hover{ background: #0c5460}

.form_wrap .form_group input {
    border: 1px #e5e5e5 solid;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    font-size: 14px; margin-top: 10px;}

.form_wrap .form_group button {
    border: 0;
    width: 100%;
    height: 46px;
    background: #eb332a; border-radius: 4px;margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    cursor: pointer;}
.newsnw{font-size: 16px; line-height: 24px;}
.newsnw img{max-width: 100%; margin: 0px auto; height: auto}
.cont01 li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 46%;
    background: #3598db;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    border-radius: 0px 4px 0px 0px;
}
.cont01 li {
    position: relative;
    height: 194px;
    width: 100%;
}