﻿body {
    background: url(../images/bg11.png) no-repeat left top;
    background-size: cover;
}

.top {
    height: 40px;
    background: #fff;
    padding: 0 5%;
    font-size: 12px;
    color: #999;
}

.logo {
    padding: 0 5%;

}

.logo_l {
    width: 520px;
}

.logo_l img {
    width: 100%;
}

.top_r {
    display: flex;
    align-items: center;
}

.top_r .ser {
    background: #fafafa;
    border-radius: 20px;
    margin-right: 20px;
    width: 230px;
    transition: all .5s;
}

.top_r .ser input {

    border-radius: 20px;
    height: 25px;
    text-indent: 10px;
    width: 200px;
    line-height: 25px;
    font-size: 12px;
    background: none;

}

.top_r .ser:hover {
    transition: all .5s;
    box-shadow: 0px 0px 5px 3px rgba(0, 153, 68, .1) inset;
}

.top_r .ser button {
    background: none;
}

.top_r .ser .icon-ser {
    color: #009944;
    font-size: 15px;
}

.top_r a {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.nav {
    font-size: 17px;
    position: relative;
}

.nav li {
    margin-left: 40px;
    height: 150px;
    line-height: 150px;
}

.nav li a .icon-san {

    color: #999;
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    display: inline-block;
}


.nav li.current a,
.nav li:hover a {
    color: #009944;
}

.nav li:hover .icon-san {
    transform: rotateX(180deg);
    color: #009944;
}

.nav li .s_nav {
    display: none;
    background: rgba(0, 153, 68, .1);
    border: rgba(0, 153, 68, 1);
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px 0 20px 0;
    padding-left: 50px;

}

.nav li .s_nav a {
    font-size: 14px;
    color: #666;
}

.nav li .s_nav .icon-sx {
    font-size: 12px;
    margin: 0 15px;
    color: rgba(0, 153, 68, .8);
}

.nav li:hover .s_nav {
    display: block;
}

.nav li:hover .s_nav a:hover {
    color: rgba(0, 153, 68, 1);
}

.banner {
    --swiper-navigation-color: rgba(255, 255, 255, 1);
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 30px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #009944;
}

.banner .swiper-pagination {
    bottom: 30px;

}

.banner img {
    display: block;
    width: 100%;
}

.banner .pc_img {
    display: block;
}

.banner .mob_img {
    display: none;
}

.xwdt {
    margin: 2.5% 5% 0 5%;
    border: 1px solid #eee;
}

.xwdt h1 {
    width: 200px;
    background: #535353;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    border-right: 5px solid #009944;
}

.xwdt h1::after {
    position: absolute;
    right: -12px;
    top: 42%;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #009944;
}

.xwdt h1 .icon-news {
    font-size: 28px;
    margin-right: 5px;
    font-weight: normal;
    vertical-align: middle;
}

.xwdt .news-container {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    flex: 1;
    margin: 0 auto;
    background: #fff;
    padding-left: 50px;
    font-size: 15px;


}

.xwdt .swiper-slide a {
    width: 90%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xwdt .swiper-slide a span {
    margin-right: 15px;
    color: #999;
    font-size: 13px;
}

.news {
    margin: 2.5% 5%;
    align-items: flex-start;
}

.news_l {
    width: 35%;
}

.news_l .banner2 img {
    width: 100%;
    transition: all .5s;
}

.news_l .banner2 .swiper-slide {
    overflow: hidden;
}

.news_l .banner2 .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.news_l .banner2 {
    --swiper-theme-color: #fff;
    border: 5px solid #fff;
}

.news_l .banner2 .swiper-pagination {
    background: rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 0;
    text-align: center;
}

.news_l .banner2 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    opacity: 1;
    background: rgba(255, 255, 255, .2);
}

.news_l .banner2 .swiper-pagination-bullet-active {
    color: #fff;
    background: #009944;
}

.news_m {
    width: 40%;
}

.news_m h2 {
    font-size: 20px;
    color: #29487A;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 40px;
}

.news_m h2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 153, 68, .1);
}

.news_m h2 span {
    font-size: 30px;
    font-weight: normal;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
}

.news_m p {
    font-size: 15px;
    text-indent: 2em;
    line-height: 35px;
    margin-bottom: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* 限制显示4行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}


.news_m a {
    font-size: 13px;
    color: #999;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    transition: all .5s;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 153, 68, 0.1);
}

.news_m a .icon-gengduo {
    margin-left: 5px;
}

.news_m a:hover {
    color: #009944;
    border: 1px solid #009944;
    background: rgba(0, 153, 68, .1);
}

.news_r {
    width: 20%;
}

.news_r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_r li {
    background: #006ebd;
    text-align: center;
    width: 48%;
    margin-bottom: 10px;
    padding: 40px 0;
    transition: all .5s;
}

.news_r li a {
    color: #fff;
    font-size: 15px;
}

.news_r li .iconfont {
    display: block;
    font-size: 40px;
    color: #fff;
    transition: all .5s;
}

.news_r li:hover {
    background: #00a1e9;
}

.news_r li:hover .iconfont {
    transform: rotateY(-180deg);
    scale: 1.2;
}

.ming {
    background: #29487A;
    position: relative;
    border-bottom: 5px solid #FFC921;
    padding-bottom: 3%;
    overflow: hidden;
}

.ming h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 2%;
    padding-left: 5%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}

.ming h3 span {
    font-size: 30px;
    font-weight: normal;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    margin-left: 5px;
}

.ming .banner4 {

    --swiper-navigation-color: #009944;
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 20px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #009944;
    margin: 0 5%;
}

.ming .banner4 .swiper-button-prev,
.ming .banner4 .swiper-button-next {
    padding: 8px;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    width: 20px;
    height: 20px;
    border-radius: 50px;
    transition: all .5s;
    opacity: 0;
}

.ming .banner4:hover .swiper-button-prev,
.ming .banner4:hover .swiper-button-next {
    background: rgba(255, 255, 255, 1);
    transition: all .5s;
    opacity: 1;
}

.ming .banner4 .swiper-slide {
    position: relative;
    background: #fff;
}

.ming .banner4 .swiper-slide a {
    display: block;
}



.ming .banner4 .swiper-slide img {
    width: 100%;
    transition: all .5s;
}


.ming .banner4 .swiper-slide:hover img {
    transform: scale(.9);
}

.ming .banner4 .swiper-slide h4 {
    line-height: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    transition: all .5s;
    font-weight: normal;
}

.ming .banner4 .swiper-slide .ming_text {
    display: none;
    transition: all .5s;
    position: absolute;
    left: 20px;
    top: 20px;
    color: rgba(255, 255, 255, .8);
    z-index: 999;
    font-size: 14px;
}

.ming .banner4 .swiper-slide .ming_text p {
    display: flex;
    align-items: center;
}

.ming .banner4 .swiper-slide .ming_text p .iconfont {
    margin-right: 5px;
    font-size: 18px;
    color: #FFC921;
}

.ming .banner4 .swiper-slide:hover .ming_text {
    display: block;
}

.ming .banner4 .swiper-slide:hover .ming_text em {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.ming .banner4 .swiper-slide::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-image: linear-gradient(rgba(0, 153, 68, 1), transparent);
    /* transparent透明 从透明到黑色渐变 */
    transition: all .5s;
}



.ming .banner4 .swiper-slide:hover::after {
    opacity: 1;
    cursor: pointer;
}



.container {
    padding: 2.5% 5%;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
}

.hui {
    width: 64%;
    position: relative;
    overflow: hidden;
}


.hui h2 {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #29487A;
    position: relative;
    line-height: 40px;
}

.hui h2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 153, 68, .1);
}

.hui h2 span {
    font-size: 30px;
    font-weight: normal;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
}

.hui .tab-container #nav .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.hui .tab-container #nav .swiper-wrapper li {
    border: 5px solid #fff;
    position: relative;
    width: 190px!important;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hui .tab-container #nav .swiper-wrapper li::after {

    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    border: 3px solid #29487A;
    left: 46%;
    bottom: -16%;
    content: "";
    z-index: 999;
    position: absolute;
}

.hui .tab-container #nav .swiper-wrapper li img {
    width: 100%;
}

.hui .tab-container #nav .swiper-wrapper li:hover {
    border: 5px solid #FFC921;
}

.hui .tab-container #nav .swiper-wrapper li:hover::after {
    border: 3px solid #FFC921;

}

.hui .tab-container #page {

    background: #fff;
    padding: 30px 0 30px 30px;
    border-top: 4px solid #29487A;
    margin-top: 8px;

}

.hui .tab-container #page .swiper-slide {
    display: flex;
    align-items: flex-start;
}

.hui .tab-container #page .swiper-slide p .icon-xin {
    color: #29487A;
    font-size: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.hui .tab-container #page .swiper-slide h5 {
    font-weight: normal;
    font-size: 16px;
}

.hui .tab-container #page .swiper-slide h5 span {
    color: #999;
    font-size: 13px;
    display: block;
}

.zheng {
    width: 33%;
}

.zheng h2 {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #29487A;
    position: relative;
    line-height: 40px;
}

.zheng h2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 153, 68, .1);
}

.zheng h2 span {
    font-size: 30px;
    font-weight: normal;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
}

.zheng ul li {
    background: #fff;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-left: 3px solid #29487A;
    position: relative;

}

.zheng ul li:after {
    position: absolute;
    left: 0px;
    top: 42%;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #29487A;
}

.zheng ul li a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.container2 {
    padding: 2.5% 5%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tong {
    width: 52%;
}

.tong .tong_nav ul {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.tong .tong_nav li {

    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    border: 1px solid #eee;
    margin-right: 15px;
}

.tong .tong_nav li.current {
    color: #fff;
    background: #29487A;
    border: 1px solid #29487A;
}

.tong .tong_con div {
    display: none;
}


.tong .tong_con ul li {
    padding: 0 25px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 10px;
    background: #fafafa;
    position: relative;
}

.tong .tong_con ul li::after {


    position: absolute;
    left: 10px;
    top: 42%;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #29487A;
}



.tong .tong_con ul li a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.about {
    width: 45%;
    background: #fff;
}

.about ul {
    display: flex;
    flex-wrap: wrap;

}

.about ul li {
    width: 33.333%;
    background: #006ebd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 垂直居中 */
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
}

.about ul li:nth-child(4) {
    background: #00a1e9;
}

.about ul li:last-child {
    background: #004ea2;
}

.about ul li img {
    width: 100%;
    display: block;
    transition: all .5s;
}

.about ul li:nth-child(2):hover,
.about ul li:nth-child(4):hover,
.about ul li:nth-child(6):hover {
    transform: scale(.96);
    transition: all .5s;
}

.about ul li:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.about ul li a {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.about ul li a span {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

.tachan {
    /* background: #21439d; */
    background: url(../images/bg10.png) no-repeat center 20%;
    background-size: cover;
    padding: 0 5%;
}

.tachan .tachan_l {
    width: 200px;
}

.tachan .tachan_l img {
    margin-top: -14px;
    width: 100%;
}

.tachan .tachan_r {
    flex: 1;
}

.tachan .tachan_r .techan_nav {
    width: 200px;
    margin-left: -12px;
    cursor: pointer;
}

.tachan .tachan_r .techan_nav ul li {

    background: linear-gradient(#555, #000);
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    margin-bottom: 15px;
    position: relative;
    width: auto !important;
}

.tachan .tachan_r .techan_nav ul li::after {
    position: absolute;
    left: 0;
    bottom: -11px;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 12px solid #333;

}

.tachan .tachan_r .techan_nav ul li.current {
    background: #FFC921;
}

.tachan .tachan_r .techan_con div {
    display: none;
}

.tachan .tachan_r .techan_con ul li {
    margin-left: 30px;
    overflow: hidden;
    background: #fff;
}

.tachan .tachan_r .techan_con ul li img {
    width: 100%;
    transition: all .5s;

}

.tachan .tachan_r .techan_con ul li:hover img {
    transform: scale(.95);
    transition: all .5s;
}

.tachan .tachan_r .techan_con ul li p {
    background: #fff;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.footer {
    border-top: 5px solid #FFC921;
}

.footer .container {
    padding: 2% 5%;
}

.footer .f_logo {
    width: 25%;
    margin-right: 5%;

}

.footer .f_logo img {
    width: 100%;

}

.footer .footer_r {
    align-items: flex-start;
    flex: 1;
}

.footer .footer_r dl {
    text-align: center;
    line-height: 30px;
    width: 20%;
    border-right: 1px solid #eee;
    position: relative;
}

.footer .footer_r dl::after {
    position: absolute;
    right: -2px;
    top: 0px;
    content: "";
    height: 22px;
    width: 2px;
    background: #009944;
}

.footer .footer_r dl dt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer .footer_r dl dd {
    text-align: center;
    font-size: 14px;

}

.footer .footer_r dl dd a {
    color: #666;

}

.footer .footer_r dl dd a:hover {
    color: #009944;

}

.copy {
    background: #4e4e4e;
    padding: 1% 5%;
    color: rgba(255, 255, 255, .78);
    line-height: 30px;
}

.copy a {
    color: rgba(255, 255, 255, .78);
}

.copy a:hover {
    color: rgba(255, 255, 255, 1);
}

.copy .icon-sx {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 8px;
}

.copy .copy_r {
    width: 100px;
}

.copy .copy_r img {
    width: 100%;
}

.n_banner img {
    width: 100%;
}

.n_banner .pc_img {
    display: block;
}

.n_banner .mob_img {
    display: none;
}

.site {
    padding: 0 10%;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
    display: flex;
    align-items: center;
    background: #fff;
    color: #666;
}

.site .icon-dizhi {
    margin-right: 10px;
    font-size: 20px;
    color: #009944;
}

.site .icon-gengduo {
    margin: 0 10px;
    font-size: 12px;
    color: #ccc;

}

.main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2% 10%;
}

.main_l {
    width: 20%;
    font-size: 16px;
    background: linear-gradient(#fff, transparent);
    height: auto;
    min-height: 600px;
    position: relative;
}

.main_l h2 {
    background: #29487A;
    text-align: center;
    padding: 40px 0;
    border-bottom: 5px solid #FFC921;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
}

.main_l h2 span {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    font-weight: 100;
    letter-spacing: 20px;
    opacity: .5;
}

.main_l ul {
    padding: 20px;
    box-shadow: 0 -10px 20px rgba(0, 153, 68, 0.1);
}

.main_l ul li {
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 153, 68, .1);
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    margin-bottom: 10px;

}

.main_l ul li.current,
.main_l ul li:hover {
    background: rgba(0, 153, 68, .1);
    border-radius: 5px;

}

.main_l ul li.current a,
.main_l ul li:hover a {
    color: #009944;

}

.main_l ul li::after {
    position: absolute;
    left: 30px;
    top: 42%;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #009944;
}

.main_r {
    width: 77%;
}

.main_r .main_r_list,
.main_r .main_r_pic,
.main_r .main_r_hui {

    background: #fff;
    padding: 20px 30px;
}

.main_r .main_r_list h3,
.main_r .main_r_pic h3,
.main_r .main_r_hui h3 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #29487A;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 40px;
}

.main_r .main_r_list h3::after,
.main_r .main_r_pic h3::after,
.main_r .main_r_hui h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 153, 68, .1);
}

.main_r .main_r_list li {
    background: #fafafa;
    padding-left: 15px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-left: 3px solid #29487A;
    position: relative;

}

.main_r .main_r_list li:after {
    position: absolute;
    left: 0px;
    top: 42%;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #29487A;
}

.main_r .main_r_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_r .main_r_list li a p {
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.main_r .main_r_list li a span {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #FFC921;
}

.main_r .main_r_tui h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    color: #29487A;
    line-height: 40px;
    position: relative;
}

.main_r .main_r_tui h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 153, 68, .1);
}

.main_r .main_r_tui {
    background: #fff;
    padding: 20px 30px;
    margin-top: 20px;
}

.main_r .main_r_tui ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.main_r .main_r_tui ul li {
    position: relative;
    width: 45%;
    padding-left: 15px;
}

.main_r .main_r_tui ul li a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}

.main_r .main_r_tui ul li::after {
    position: absolute;
    left: 0;
    top: 38%;
    width: 5px;
    height: 5px;
    background: #009944;
    content: "";
}

/* 此波浪纹没有用到Js是纯css写的 */
.footerWave {
    height: 70px;
    margin-top: -50px;
    background: #fafafa;
}

.footerWave>svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footerWave .wave>use {
    animation: move-forever 12s linear infinite;
}

.footerWave .wave>use:nth-child(1) {
    animation-delay: -2s;
    opacity: .07;
}

.footerWave .wave>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
    opacity: .15;
}

.footerWave .wave>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
    opacity: .2;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.main_r .main_r_list .detail dl {
    text-align: center;
    border-bottom: 2px dashed #eee;
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.main_r .main_r_list .detail dl dt {
    color: #004ea2;
    padding: 0 50px;
}

.main_r .main_r_list .detail dl dd span {
    margin: 0 20px;
    font-size: 14px;
    color: #999;
}

.main_r .main_r_pic ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main_r .main_r_pic ul li {
    width: 32%;
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.main_r .main_r_pic ul:after {
    display: block;
    content: "";
    width: 31%;
    height: 0px;
}

.main_r .main_r_pic ul li img {
    width: 100%;
    transition: all .5s;
    display: block;
}

.main_r .main_r_pic ul li:hover img {
    transform: scale(0.95);
    transition: all .5s;
}

.main_r .main_r_pic ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

.main_r .main_r_hui ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

.main_r .main_r_hui ul li:nth-child(4) {
    align-items: flex-start;
}

.main_r .main_r_hui ul li p {
    font-size: 14px;
    width: 100px;
    text-align: right;
    margin-right: 20px;
    color: #999;
}

.main_r .main_r_hui ul li input {
    border: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    width: 500px;
    padding-left: 10px;
}

.main_r .main_r_hui ul li textarea {
    border: 1px solid #eee;
    height: 200px;
    line-height: 45px;
    width: 500px;
    padding-left: 10px;
}

.main_r .main_r_hui ul li:last-child input {
    width: 150px;
    margin-right: 10px;
}

.main_r .main_r_hui ul li:last-child img {
    height: 30px;
}

.main_r .main_r_hui .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 2px dashed #eee;
}

.main_r .main_r_hui .btn input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #009944;
    border: 1px solid #009944;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    margin: 0 10px;

}

.main_r .main_r_hui .btn .reset {
    background: #fff;
    color: #009944;

}

.s_copy {
    display: none;
    background: url(../images/bg10.png) no-repeat center top;
    background-size: cover;
    padding: 5%;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;

}

.menu {
    display: none;
    padding: 4%;
    position: relative;
}

.menu .s_logo {
    width: 90%;
}

.menu .s_logo img {
    width: 100%;
}

.menu .s_nav {
    position: absolute;
    right: 4%;
    top: 34%;
}

.menu .s_nav span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #009944;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu .on span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.menu .on span:nth-of-type(2) {
    opacity: 0;
}

.menu .on span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.menu_list {
    display: none;
    position: fixed;
    width: 100%;
    top: 77px;
    left: 0;
    z-index: 9999;
    height: calc(100vh - 77px);
    background: rgba(41, 72, 122, .98);
    border-top: 5px solid #FFC921;
    z-index: 999;

}

.menu_list ul {
    padding: 8%;
    z-index: 9999;
    position: relative;
}

.menu_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);

}

.menu_list ul li a .icon-jiantou {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.menu_list ul li a:hover {
    color: #009944;
}

.s_cate {
    line-height: 30px;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    display: none;
}

.s_cate a {
    text-align: center;
    font-size: 16px;
    padding: 0 5px;
    display: inline-block;
}

.s_cate .iconfont {
    color: #999;
    font-size: 14px;
}

.s_cate a.current {
    color: #009944;
    background: rgba(0, 153, 68, .1);
    border-radius: 5px;

}