@charset "UTF-8";
html{
    min-width: 14rem;
}



* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none;
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}
.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a:hover .modulepic img {
    transform: scale(1.05);
}

a:hover .modulepic div {
    transform: scale(1.1);
}


/* 清除浮动 */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 固定定位底部   常用于版权组件  */
.modulefixedbottom {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 999;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: 16px;
}

/* 搜索结果页 翻页条 */
.searchpage .secpag{display: flex;flex-wrap: wrap;justify-content: center;font-size: 16px;line-height: 26px;color: #333;margin-top:30px;}
.searchpage .secpag a{color: #333;border:1px solid rgba(6,131,88,1.0);padding:0 5px}
.searchpage .secpag a:hover{background: rgba(6,131,88,1.0);color:#fff}
@media screen and (max-width:1024px){
   .searchpage .secpag{font-size:14px;line-height:22px;} 
}



/* 组件样式 */
.std_nav_1600_008 {}

.std_nav_1600_008 .stdnav16_1_wid {
    max-width: 1600px;
    margin: 0 auto;
}


.std_nav_1600_008 .stdnav16_1_head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.3s;
    padding: 0;
    padding-left: 2.59rem;
    padding-right: 0.65rem;
    display: flex;
    height: 1.04rem;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

.std_nav_1600_008 .stdnav16_1_head.xg {
    background: rgba(0, 0, 0, .5);

    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    top: 0;
    border-top-width: 0;
    padding-top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo {
    float: left;
    overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a {
    display: block;
    font-size: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a img {
    vertical-align: middle;
    display: none;
    max-width: 100%;
}

.std_nav_1600_008 .stdnav16_1_logo a img:first-child {
    display: block;
}

.std_nav_1600_008 .stdnav16_1_nav {
    float: right;
    display: flex;
    align-items: center;
}

.std_nav_1600_008 .stdnav16_1_nav>ul {
    font-size: 0;
    float: left;
    display: flex;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 0.3rem;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li.active>a {
    /* color: #930506;
  font-weight: 600; */
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:first-child {
    margin-left: 0;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    font-weight: 600;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li.on>div {
    border-top: 3px solid #27aeb6;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 8px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>a::after {
    display: block;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div {
    position: absolute;
    top: 100%;
    min-width: 140px;
    left: 50%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transform-origin: center top;
    padding-bottom: 10px;
}
.std_nav_1600_008 .stdnav16_1_nav>ul>li:nth-child(4)>div {
    min-width: 365px !important;
}
.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>div {
    transform: translateX(-50%) scale(1);
    transition: all 0.5s;
    opacity: 1;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul {
    overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
    transition: .3s;
    color: #333;
    margin-top: 0.1rem;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a:hover {
    background: #068358;
    color: #fff;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    margin-left: 60px;
    border-radius: 4px;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img {
    display: none;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img:first-child {
    display: block;
}


.std_nav_1600_008 .stdnav16_1_banner1 ul {
    position: relative;
    z-index: 9;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a {
    display: block;
    position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images2/stdnav16_1_banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 8;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a img {
    display: block;
    width: 100%;
}


.std_nav_1600_008 .stdnav16_1_top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.std_nav_1600_008 .stdnav16_1_search_zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.std_nav_1600_008 .stdnav16_1_search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.std_nav_1600_008 .stdnav16_1_search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.std_nav_1600_008 .stdnav16_1_search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.std_nav_1600_008 .stdnav16_1_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #068358;
}

.std_nav_1600_008 .stdnav16_1_search_btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.std_nav_1600_008 .stdnav16_1_m_search {
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.std_nav_1600_008 .stdnav16_1_m_head {
    display: none;
}

.std_nav_1600_008 .stdnav16_1_banner {
    position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots {
    position: absolute;
    text-align: right;
    font-size: 0;
    right: 0;
    left: auto;
    width: auto;
    margin: 0 auto;
    max-width: 1600px;
    bottom: 76px;
    padding-left: 60px;
    padding-right: 436px;

}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #D8D8D8;
    z-index: 1;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images2/stdnav16_1_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
    padding: 6px;
    width: auto;
    height: auto;
    background: rgba(216, 216, 216, .1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 30px;
    transition: all 0.3s;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
    background: #fff;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
    width: 126px;
    height: 126px;
    padding: 8px;
    background: rgba(216, 216, 216, .1);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all 0.5s;
    border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
    margin: 0 80px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active div {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.std_nav_1600_008 .stdnav16_1_banner .slick-prev, .std_nav_1600_008 .stdnav16_1_banner .slick-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    bottom: 66px;
    top: auto;
    left: auto;
    transform: translateY(0);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-prev {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images2/stdnav16_1_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 303px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-next {
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images2/stdnav16_1_icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 203px;
}




#std_nav_1600_008 .chg_01 {
    height: 0.56rem;
}

#std_nav_1600_008 .chg_02 {}

#std_nav_1600_008 .chg_03>li>a {
    color: rgba(255, 255, 255, 1.0);
    font-weight: 700;
    font-size: 0.2rem;
    font-family: 'MICROSOFTYAHEI-BOLD';
}

#std_nav_1600_008 .chg_04 {}

#std_nav_1600_008 .chg_05 {
    border: 1px solid rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_06 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_07 {
    color: rgba(0, 0, 0, 1.0);
}

#std_nav_1600_008 .chg_08 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_09 {
    color: rgba(0, 0, 0, 1.0);
}

#std_nav_1600_008 .chg_10 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_11 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_12 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_13 {
    color: rgba(255, 255, 255, 1.0);
}

#std_nav_1600_008 .chg_14 {
    background: linear-gradient(0deg, #000000 0%, #000000 100%);
}
/* 点击搜索框获取焦点 placeholder消失-结束 */
/* 组件ID */
#std_copy_1400_015 {
    font-size: 0.16rem;
    background: #f1fdfd;
}

.std_copy_1400_015 .stdcopy14_15_wid {
    width: 1400px;
    margin: 0 auto;
}

/* 组件样式 */
.std_copy_1400_015 {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.std_copy_1400_015::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 35px;
    bottom: 0;
    background: #068358;
    z-index: -1;
}


.std_copy_1400_015 .stdcopy14_15_link {
    position: relative;
    z-index: 1;
}
.std_copy_1400_015 .stdcopy14_15_link .stdcopy14_15_wid{
}
.std_copy_1400_015 .stdcopy14_15_link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images2/stdcopy14_15_bg1.png) no-repeat;
    z-index: -1;
    background-size: 100% 100% !important;
    left: 1.5rem;
    right: 0;
}


.std_copy_1400_015 .stdcopy14_15_link ul {
    display: flex;
    flex-wrap: wrap;
    height: 0.7rem;
    /* padding: 0 0 0 0.6rem; */
    align-items: center;
    /* justify-content: space-between; */
}

.std_copy_1400_015 .stdcopy14_15_link ul li:first-child {
    display: flex;
    align-items: center;
}

.std_copy_1400_015 .stdcopy14_15_link ul li img {
    display: inline-block;
    margin-right: 5px;
}

.std_copy_1400_015 .stdcopy14_15_link ul li {
    font-size: 0.16rem;
    color: #353535;
    line-height: 0.3rem;
}

.std_copy_1400_015 .stdcopy14_15_link ul li:last-child a {
    border: none !important;
    padding-right: 0;
}

.std_copy_1400_015 .stdcopy14_15_link ul li a {
    display: block;
    position: relative;
    z-index: 1;
    color: #353535;
    padding: 0 0.3rem;
    border: 1px dashed #DCDCDC;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    font-size: 0.16rem;
}
.std_copy_1400_015 .stdcopy14_15_link ul li:hover a{
    font-weight:700;
    color:#068358;
    
}

.std_copy_1400_015 .stdcopy14_15_c {
    padding: 45px 0 42px;
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_wid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_logo {
    width: 30%
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_bq {}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_bq2 {
    margin: 0 40px;
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_wx {}

.stdcopu_15-other {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_logo img {
    max-width: 100%;
}

.std_copy_1400_015 .stdcopy14_15_c p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}



.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_wx h3 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.std_copy_1400_015 .stdcopy14_15_c .stdcopy14_15_wx div img {
    height: 68px;
    width: 68px;
}
 

/* 可变点 */
#std_copy_1400_015 .chg_04 {
    color: #068358;
    font-weight: 700;
}

#std_copy_1400_015 .chg_05 {
    /* color: #353535; */
}

#std_copy_1400_015 .chg_09 {
    color: #fff;
}

#std_copy_1400_015 .chg_10 {
    color: #fff;
}

#std_copy_1400_015 .chg_12 {
    color: #fff;
}

#std_copy_1400_015 .chg_01_png_bg::after {
    background: url(../images2/stdcopy14_15_bg1.png) no-repeat;
}

#std_copy_1400_015 .chg_07::after {
    background: #546761;
}



@media screen and (max-width: 1600px) {
    
    .std_nav_1600_008 .stdnav16_1_head{
        padding: 0 0.65rem;
    }
    .std_copy_1400_015 .stdcopy14_15_link::after{
    }
    .std_copy_1400_015 .stdcopy14_15_link ul{
    }
}

