* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
em, i {
    font-style: inherit;
    font-weight: inherit;
}
ul {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #333;
}
tr, td {
    padding: 0 !important;
}
input, textarea {
    outline: none;
    border: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
em, i {
    font-style: inherit;
    font-weight: inherit;
}
ul {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #333;
}
tr, td {
    padding: 0 !important;
}
input, textarea {
    outline: none;
    border: none;
}
@font-face {
  font-family: 'iconfont';  /* project id 3198379 */
  src: url('');
  src: url('?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_3198379_dxq99zm0xt.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_3198379_dxq99zm0xt.woff') format('woff'),
  url('//at.alicdn.com/t/font_3198379_dxq99zm0xt.ttf') format('truetype'),
  url('#iconfont') format('svg');
}

@font-face {
font-family: "Times";
src: url("../cssnew/Times.woff2.txt") format("woff2"),
       url("../cssnew/Times.woff.txt") format("woff"),
       url("../cssnew/Times.truetype.txt") format("truetype"),
       url("../cssnew/Times.eot.txt") format("embedded-opentype"),
       url("../cssnew/Times.svg.txt") format("svg");
}
@font-face {
font-family: "GJJCQJW";
src: url("../cssnew/GJJCQJW--GB1-0.woff2.txt") format("woff2"),
       url("../cssnew/GJJCQJW--GB1-0.woff.txt") format("woff"),
       url("../cssnew/GJJCQJW--GB1-0.truetype.txt") format("truetype"),
       url("../cssnew/GJJCQJW--GB1-0.eot.txt") format("embedded-opentype"),
       url("../cssnew/GJJCQJW--GB1-0.svg.txt") format("svg");
}
/*head*/
.head {
    padding: 11px 0;
    position: absolute;
    z-index: 55;
    width: 100%;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}
.head.on {    position: fixed;background: #fff;    box-shadow: 0 0 20px #ddd;}
.head.on .head_logo p b,.head.on .head_logo p, .head.on .head_nav>ul>li>a {color:#333;}
.head.on  .head_nav>ul>li>a:after {display:none;}
.head.on  .search {background: #333;}
.head.on  .search_pro {color:#fff;} 
.head.on .head_f p {color:#ddd;}
.head_logo i:before {
    content: '';
    width: 1px;
    height: 80%;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: -13px;
    left: 98px;
}
.head_logo i:after {
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: absolute;
    left: 96px;
    top: 50px;
}
.head_box {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-width: 1480px;
}
.head_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}
.head_logo {
    display: flex;
    align-items: center;
    width: 27%;
position: relative;
}
.head_logo i {
}
.head_logo p {
    font-size: 15px;
    line-height: 18px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-weight: lighter;
}
.head_logo p b {
    font-size: calc(0.8rem + 0.8vw);
    font-weight: 100;
    line-height: 27px;
    letter-spacing: 0;
    font-family: "GJJCQJW";
    color: #fff;
    padding: 0 0 5px 0;
}
.head_con {
    display: flex;
    align-items: center;
    width: 48%;
}
.head_nav {
    width: 100%;
    position: relative;
}
.head_nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_nav>ul>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    line-height: 78px;
}
.head_nav>ul>li:nth-child(5) .fl_box li a:nth-child(1):before {
    left: 14px;
}
.head_nav>ul>li:nth-child(5) .fl_box li a:nth-last-child(-n+2):before {
    left: 10px;
}
.head_nav>ul>li>a {
    font-size: 17px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    position: relative;
}
.head_nav li a i {
    color: #666;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    opacity: 0.3;
    transform: scale(0.9);
}
.head_nav>ul>li>a:after {
    content: attr(data-hover);
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s;
}
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after {
    width: 100%;
}
/*xiala*/
.head_nav>ul>li:hover>dl {
    opacity: 1;
    visibility: visible;
    top: 114%;
}
.head_nav>ul>li>dl {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 100;
    background: #fff;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    top: 180px;
    padding: 70px;
}
.nav>ul>li>dl>dd {
    display: block;
    overflow: hidden;
    margin: auto;
}
.xl_bt {
    width: 100%;
    border-bottom: 1px #eee solid;
    padding-bottom: 40px;
    overflow: hidden;
}
.xl_bt p {
    font-size: 26px;
    color: #333;
    float: left;
    font-weight: 100;
    line-height: 30px;
}
.xl_bt a {
    width: 120px;
    height: 30px;
    background: #38833d;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    float: right;
    line-height: 30px;
    border-radius: 60px;
}
.fl_box {
    width: 100%;
    overflow: hidden;
}
.fl_box li {
    width: calc( (100% - 40px)/3);
    float: left;
    margin-top: 25px;
}
.fl_box li+li {
    margin-left: 10px;
}
.fl_box li:nth-child(4) {margin-left:0;}
.fl_box li a {
    font-size: 17px;
    color: #666;
    position: relative;
    padding-left: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
    border: 1px #eee solid;
    text-align: center !important;
    padding: 16px;
}
.fl_box li a:hover {
    color: #38833d;
}
.fl_box li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px #949494 solid;
    position: absolute;
    left: 23px;
    top: 22px;
    border-radius: 50%;
}
.fl_box li a:hover:before {
    border-color: #38833d;
}
.fl_box li:nth-child(6) {
    margin-left: ;
}
.fl_box li dt {
    margin-top: 5px;
    padding-left: 20px;
}
.fl_box li dt a {
    font-size: 15px;
    color: #999;
}
.fl_box li dt a:before {
    border-color: #a9a9a9;
}
.re {
    width: 100%;
    overflow: hideen;
    margin-top: 30px;
}
.re .rbt {
    font-size: 24px;
    color: #333;
    float: left;
    font-weight: 100;
    border-left: 5px #00 solid;
    border-left: 5px #38833d solid;
    padding-left: 10px;
    margin-bottom: 30px;
}
.re .t_box {
    width: 100%;
    overflow: hidden;
}
.t_box>.progdwz2021 li {
    float: left;
    width: calc((100% - 30px)/4);
    border-radius: 15px;
}
.t_box>.progdwz2021 li img {
    width: 100%;
    height: auto;
    border: 1px #eee solid;
}
.t_box>.progdwz2021 li+li {
    margin-left: 10px;
}
.t_box>.progdwz2021 li a {
    line-height: 40px;
}
.t_box>.progdwz2021 li span {
    display: block;
    text-align: center;
}
.re .t_box>.news_div>.news_div_item {
    float: left;
    width: calc((100% - 20px)/2);
    text-align: left;
    border: 1px #eee solid;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #eee;
    padding: 20px;
}
.re .t_box>.news_div>.news_div_item+.news_div_item {
    margin-left: 20px;
}
.re .t_box>.news_div>.news_div_item:nth-child(3) {
    margin-left: 0;
}
.re .t_box .news_div_item_a {
    font-size: 16px;
    line-height: 35px;
    color: #38833d;
    font-weight: bold;
}
.re .t_box .news_div_item_body {
    font-size: 14px;
    line-height: 23px;
    color: #666;
}
.news_div_item_date {
    display: flex;
}
.news_div_item_year, .news_div_item_month, .news_div_item_day {
    color: #666;
    font-size: 16px;
    line-height: 20px;
}
.nav>ul>li:hover>dl {
    opacity: 1;
    visibility: visible;
    top: 98%;
}
.com_bo {
    width: 100%;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    font-weight: 100;
}
.fl_box ul {
    display: flex;
    flex-flow: wrap;
}
.fl_box li a {
    font-size: 17px;
    color: #666;
    position: relative;
    padding-left: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fl_box li dl {
    display: none;
}
.head_r {
    width: 18%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_pho ul {
    background: #628a73;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    display: none;
    padding: 13px;

}
.head_pho li {
    font-size: 25px;
    font-family: Arial;
    display: flex;
    align-items: center;
    padding: 9px;
}
/*search*/
.search {
    width: 78%;
    background: #fff;
    padding: 0;
    z-index: 55;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.search_pro {
    font-size: 14px;
    width: 60px;
    padding: 0 0 0 15px;
    border-right: 1px solid #ddd;
    color: #666;
}
.head_s {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.head_s form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    height: 35px;
    padding: 0 12px;
}
#search-bg {
    width: 140px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    box-sizing: border-box;
}
#search-i {
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    margin-left: 5px;
}
#search-i:after {
    content: '';
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: -1;
}
#infoname {
    border: none;
    background: none;
    outline: none;
}
.search-text {
    font-size: 15px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.search-text a {
    font-size: 15px;
    color: #666 !important;
    font-weight: 100;
}
.search-text span {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.search_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 68%;
    padding-top: 10px;
}
.search_tit {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search_tit ul {
    display: flex;
}
.search_tit li {
    font-size: 26px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
}
.search_tit li i {
    font-size: 32px;
    font-weight: normal;
}
.search_tit p {
    font-size: 18px;
    width: 315px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #024adc;
    margin-top: 10px;
}
.search_tit p span {
    font-size: 30px;
    font-family: "Times";
    line-height: 30px;
    font-weight: bold;
}
.head_f {
    overflow: hidden;
    cursor: pointer;
}
.head_pho {
    width: 20%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

}
.head_pho>p:after {content:'\e604';font-family: 'iconfont';
    position: absolute;
    top: 0;
    right: -22px;
    font-size: 20px;
    color: #fff;}
.head_pho i {
    font-size: 25px;
    color: #fff;
}
.head_pho p {
    font-size: 22px;
    color: #fff;
    font-family: 'Times';    padding: 0 0 0 10px;
position: relative;
}
.tp-bullets { margin-bottom: 20px !IMPORTANT;}
.tab_tit {font-size:24px; border-bottom: 1px #eee solid; padding-bottom:40px;    color: #333;width: 300px;}
.tab_tit em{color: #ccc; display: block;text-transform: uppercase; font-size: 14px; font-family: Arial;}
.tab_con {width: 300px;background: #fff;position: absolute;top: 0;right: 0;display: none;overflow: auto !important;height: 800px;z-index: 99;}
.tab_txt>ul {list-style: none;}
.tab_txt>ul p {font-size:20px;}
.tab_txt>ul>li {      padding: 20px 0; border-bottom: 1px #eee solid;}
.tab_txt>ul>li>a {font-size:18px;    color: #333 !important;text-decoration: none;}
.tab_txt>ul>li>span {font-size:14px;color: #999; display: block; margin-top: 10px; line-height:28px;}
.tab_txt>ul>li>span>a {font-size:14px;color:#999 !important;}
.tab_tit {font-size:24px; border-bottom: 1px #eee solid; padding-bottom:40px;padding: 30px 50px; }
.tab_tit em{color: #ccc; display: block;text-transform: uppercase; font-size: 14px; font-family: Arial;font-style: normal;}
.button {width: 30px; height: 30px;background: #fff; position: absolute;right: 12px; top: 12px;cursor: pointer;}
.button:before {content:'';width:30px;height:2px;position:absolute;top:25px;left:0;background:#333;transform: rotate(45deg);}
.button:after {content:'';width:30px;height:2px;position:absolute;top:25px;left:0;background:#333;transform: rotate(-45deg);}
.tab_txt {padding-top: 10px;padding: 10px 50px;width: 300px; }
.tab_txt i {width:130px;height:130px;display:inline-block;overflow:hidden;}
.tab_txt i img {width:100%;}
.tab_txt>ul>li p {font-size:14px;    line-height: 20px; padding: 3% 16% 0;}
.tab_txt1{padding-top: 16px;padding: 30px 50px 0px 50px; font-size:18px; color:#999;line-height:38px;width:300px;}
.tab_txt1 span{display:block; font-size:24px; color:#ff0000;line-height:38px; font-family: "din";}
.tab_con {   scrollbar-width: none; -ms-overflow-style: none;overflow: scroll;}
.tab_con::-webkit-scrollbar {  display: none;}
.head_f ul {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
}
.head_f li {
    width: 36px;
    height: 2px;
    background: #c5d3cb;
    transition: 0.5s;
}
.head_f:hover li:first-child {
    width: 20px;
    margin: 0 auto;
}
.head_f:hover li:nth-child(2) {
    width: 20px;
}
.head_f:hover li:last-child {
    width: 20px;
    margin: 0 auto;
}
.head_f p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: lighter;
    line-height: 24px;
}
/*par*/
.par {
    overflow: hidden;
}
.par_box {
}
.par_con {
    width: 100%;
}
.par_con ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.par_con li {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f9f9f9, #f0f0f0);
    width: 33.33%;
    height: 127px;
    justify-content: center;
}
.par_con li i {
    font-size: 30px;
    position: relative;
    z-index: 5;
}
.par_con li i:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #63c085;
    position: absolute;
    top: 12px;
    right: -7px;
    z-index: -1;
}
.par_con li p {
    font-size: 22px;
    color: #666;
    padding: 0 0 0 20px;
}
/*pro*/
.pro {
    padding: 80px 0;
    overflow: hidden;
}
.pro_box {
}
.pro_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pro_tit span {
    font-size: 42px;
    line-height: 42px;
}
.pro_tit span b {
    color: #38833d;
}
.pro_tit p {
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    padding: 15px 0 0;
}
.pro_tit i {
    width: 45px;
    height: 1px;
    background: #38833d;
    position: relative;
    margin: 24px 0 0;
}
.pro_tit i:before, .pro_tit i:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #38833d; border-radius: 50%;
    position: absolute;
    top: -3px;
}
.pro_tit i:before {
    left: -15px;
}
.pro_tit i:after {
    right: -15px;
}
.pro_tab {
    margin: 60px 60px 0;
}
.pro_nav {
}
.pro_nav ul {
    display: flex;
    justify-content: space-between;
}
.pro_nav li {
    background: #f4f4f4;
    width: 33.333%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
}
.pro_nav li:nth-child(2n) {
    background: #eeeeee;
}
.pro_nav li a {
    padding: 0 40% 0 0;
    width: 72%;
}
.pro_nav li a p {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    line-height: 32px;
}
.pro_nav li a p span {
    font-size: 16px;
    color: #999;
    font-weight: lighter;
    padding: 10px 0;
}
.pro_nav li a i {
    font-size: 30px;
    color: #999;
    line-height: 30px;
}
.pro_nav li em {
    margin: 0 0 0 6%;
    overflow: hidden;
    transition: 0.5s;
}
.pro_nav li em img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.pro_nav li:nth-child(2) em {
    margin: 0 0 0 6%;
}
.pro_nav li:nth-child(3) em {
    margin: 0 0 0 38%;
}
.pro_nav li:hover em {
    transform: scale(1.2);
}
.pro_con {
    margin: 60px 0 0;
    position: relative;
}
.pro_call {    width: 1400px;margin: 0 auto;}
.pro_call ul {}
.pro_call li {    display: flex !important;
    flex-direction: column;
    align-items: center;
  margin: 0.2% 0.2%;transition: 0.5s; padding-bottom:0.5%;}
.pro_call li:hover {box-shadow:0 0 20px #ddd;}
.pro_call li>a {    transition: 0.5s;overflow: hidden;}
.pro_call li>a img {width:100%;height:auto; transition: 0.5s;}
.pro_call li>a:hover img{transform: scale(1.2);}
.pro_call br {display:none;}
.pro_call span {padding: 20px 0;}
.pro_call span>a {    font-size: 24px;}
.ban_dot {display:none !important;}
.pro_btn {
    display: flex;
    justify-content: center;margin: 3% 0 0;
}
.pro_btn:hover i {
}
.pro_btn>i {
    width: 11%;
    height: 50px;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
    background: #009944;
}
.pro_btn>i:first-child {
    left: 19%;
}
.pro_btn>i:last-child {
    right: 17%;
}
.pro_call .ban_dot {
    display: none !important;
}
/*appli*/
.appli {
    overflow: hidden;
}
.appli_box {
}
.appli_con {
    position: relative;
    height: 49.6vw;
}
.appli_pic {
    display: flex;
    width: 50%;
    position: relative;
}
.appli_pic:hover i img {    transform: scale(1.2);}
.appli_pic i {overflow:hidden;    display: inline-block;}


.appli_pic i img {
    width: 100%;
    height: auto;
transition:0.5s;
}
.appli_pic p {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 10%;
    left: 6%;
}
.appli_call {
}
.appli_call ul {
    display: flex;
    position: absolute;

    overflow: hidden;
}
.appli_call ul:nth-child(1) {
    right: 0;
    top: 0;
    width: 50%;
}
.appli_call ul:nth-child(2) {
    bottom: 0;
    left: 0;
    width: 50%;
}

.appli_call li {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.appli_call li:hover img {transform: scale(1.2);}

.appli_call li>a {    overflow: hidden;}
.appli_call li>a img {width:100%;height:auto;    transition: 0.5s;}
.appli_call li p {
    position: absolute;
    top: 10%;
    left: 6%;
}
.appli_call li p>a {
    font-size: 30px;
    color: #fff;
}
.appli_txt {
    display: flex;
    flex-direction: column;
    background: #f4f4f4 url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220222/20220222174112_1814434303.png)no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5% 4%;
    width: 50%;
height: 24.8vw;
}
.appli_txt p {
    font-size: 36px;
    display: flex;
    flex-direction: column;
    width: 93%;
overflow: hidden;
}
.appli_txt p span {
    font-size: 18px;
    line-height: 30px;
    padding: 36px 19% 36px 0;
}
.appli_txt a {
    font-size: 17px;
    color: #fff;
    font-weight: lighter;
    background: #009f3c;
    border-radius: 40px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% 0 0;
height: 42px;
overflow: hidden;
}
/*mol*/
.mol {overflow: hidden;padding:80px 0 0;}
.mol_box {max-width: 1500px;margin: 0 auto;}
.mol_tit {display: flex;align-items: center;justify-content: center;}
.mol_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;font-weight: lighter;}
.mol_call {margin-top: 60px;overflow: hidden;}
.mol_call .new_web_div2021 {    display: flex;    width: 100% !important;overflow: unset !important;}
.mol_call .tempWrap { width: 100% !important;}
.mol_call ul{display: flex;justify-content: space-between;flex-wrap: wrap;    padding: 1%;}
.mol_call li {width: 16%;overflow:hidden;position:relative;    transition: 0.5s;}
.mol_call li:hover {
    box-shadow: 0 0 20px #ddd;
}
.mol_call li:nth-child(n+7) {margin: 12px 0 0;}
.mol_call li>a{display: block;}
.mol_call li>a>img{width:100%;height:auto;}
.mol_call li p {width:100%;height:100%;background: rgba(0,159,60,0.8);;position:absolute;top:0;left:0;transform-origin: center;transition: 600ms;border-radius: 50px 0;    transform: scale(0);}
.mol_call li p a{display:block;font-size:16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 100%;}
.mol_after {display: flex;justify-content: center;align-items: center;}
.mol_after ul {display: flex;justify-content: space-between;width: 4%;}
.mol_after li {width: 10px;height: 10px;border-radius: 50%;background: #5d7db6;transition: 0.5s;}
.mol_after li:hover {width:30px;transition: 0.5s;border-radius: 8px;}
/*char*/
.big {    overflow: hidden;
    padding: 0 0 12%;}
.char {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 6;
}
.char_box {
    max-width: 1400px;
    margin: 0 auto;
}
.char_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.char_tit span {
    font-size: 42px;
    line-height: 42px;
font-weight:normal;
}
.char_tit span b {
    color: #38833d;
}
.char_tit p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    padding: 20px 0 0;
font-weight:normal;
}
.char_tit i {
    width: 45px;
    height: 1px;
    background: #38833d;
    position: relative;
    margin: 24px 0 0;
}
.char_tit i:before, .char_tit i:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #38833d;
    border-radius: 50%;
    position: absolute;
    top: -3px;
}
.char_tit i:before {
    left: -15px;
}
.char_tit i:after {
    right: -15px;
}
.char_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 0;
}
.char_l {
    width: 50%;
}
.char_top {
}
.char_top ul {
    display: flex;
    justify-content: space-between;
}
.char_top li {
    background: #38833d url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220221/20220221180305_1000701304.png) no-repeat;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 5%;
    text-align: center;
}
.char_top li i {
    font-size: 55px;
    color: #fff;
    font-family: 'Times';
}
.char_top li em {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #38833d;
    margin: 10px 0;
}
.char_top li p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.char_txt {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8%;
    margin: 20px 0 0;
}
.char_txt>span {
    font-size: 36px;
    color: #38833d;
    font-family: "GJJCQJW";
}
.char_txt em {
    font-size: 16px;
    line-height: 30px;
    margin: 5% 0;
}
.char_txt p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
}
.char_txt p i {font-size: 25px;}
.char_txt p>span {
    font-size: 36px;
    font-family: 'Times';
    color: #38833d;
}
.char_r {
    width: 48%;
}
.char_r ul {
}
.char_r li {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 40px;
    justify-content: space-between;
transition: 0.5s;
}
.char_r li:hover {    transform: translate(0,-10px);}
.char_r li:nth-child(n+2) {
    margin: 25px 0 0;
}
.char_r li p {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    color: #38833d;
    width: 48%;
    position: relative;
}
.char_r li p:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #4c9051;
    position: absolute;
    top: 42px;
    left: 0;
}
.char_r li p span {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 25px 0 0;
}
/*adva*/
.adva {
    position: relative;
    padding: 6% 0 0;
    z-index: 5;
}
.adva:before {
    content: '';
    background: url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220222/20220222174132_1514162431.png)no-repeat center top;
    position: absolute;
    top: -34%;
    left: 0;
    width: 100%;
    height: 2258px;
    z-index: -1;
}
.adva_box:after {
    content: '';
    width: 54.6%;
    height: 200px;
    background: #009900;
    position: absolute;
    bottom: 13.42%;
    left: 0;
z-index:-1;
}
.adva_box {
    max-width: 1780px;
    margin: 0 auto;
    z-index: 5;
    height: 1415px;
    padding: 100px 10%;
    background: #fff;
    box-shadow: 0 0 10px #009900;
    overflow: hidden;
    position: relative;
}
.adva_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.adva_tit span {
    font-size: 42px;
    line-height: 42px;
}
.adva_tit span b {
    color: #38833d;
}
.adva_tit p {
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    padding: 15px 0 0;
}
.adva_tit i {
    width: 45px;
    height: 1px;
    background: #38833d;
    position: relative;
    margin: 24px 0 0;
}
.adva_tit i:before, .adva_tit i:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #38833d;
    border-radius: 50%;
    position: absolute;
    top: -3px;
} .adva_tit i:before {
    left: -15px;
}
.adva_tit i:after {
    right: -15px;
}
.adva_tab {
    position: relative;
    margin: 80px 0 0;
}
.adva_nav {
    position: absolute;
    width: 50%;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}
.adva_nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.adva_nav li {
    font-size: 22px;
    height: 60px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adva_nav li.on {
    background: #088953;
    color: #fff;
}
.adva_adv {
    overflow: hidden;
}
.adva_con {
    padding: 8% 0 0;
    display: flex;
    transition: 0.5s;
}
.adva_big {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
}
.adva_txt {
    display: flex;
    flex-direction: column;    width: 40%;
}
.adva_txt p {
    font-size: 36px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    line-height: 36px;
}
.adva_txt p span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 10px 0 0;
}
.adva_txt em {
    font-size: 16px;
    line-height: 32px;
    padding: 30px 0 0;
    width: 85%;
}
.adva_pic {
    margin: -8% 0 0;
   // width: 44.234%;
}
.adva_pic i {
    border-radius: 120px 0 120px 0;
    overflow: hidden;
    display: flex;
}
.adva_pic i img {
    width: 100%;
    height: auto;
}
.adva_cer {
    position: absolute;
    left: 10%;
    bottom: 18%;
    width: 38%;
    z-index: 5;
}
.adva_call {
overflow: hidden;
    height: 466px;
}
.adva_call ul {}
.adva_call li {
    position: relative;
  
margin: 0 0.21%;
}
.adva_call li>a {}
.adva_call li>a img {width:100%;height:auto;}
.adva_call li p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.adva_call li p>a {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}
.adva_roll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    position: relative;
    margin: 0 0 0 40px;
}
.adva_roll:after {content:'';width:64%;height:1px;background: rgba(221,221,221,0.2);position: absolute;left: 16%; top: 20px;}
.adva_btn {
    display: flex;
    justify-content: center;
}
.adva_btn:hover i {
}
.adva_btn>i {
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
 
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 8px;
}
.adva_btn>i:first-child {
    left: 16%;
}
.adva_btn>i:last-child {
    right: 17%;
}
/*about*/
.about {
    overflow: hidden;
    padding: 8% 0;
margin: -12% 0 0;
}
.about_box {
    max-width: 1400px;
    margin: 0 auto;
}
.about_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about_tit span {
    font-size: 42px;
    line-height: 42px;
font-weight:normal;
}
.about_tit span b {
    color: #38833d;
}
.about_tit p {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    padding: 20px 0 0;
font-weight:normal;
}
.about_tit i {
    width: 45px;
    height: 1px;
    background: #38833d;
    position: relative;
    margin: 24px 0 0;
}
.about_tit i:before, .about_tit i:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #38833d;
    border-radius: 50%;
    position: absolute;
    top: -3px;
}
.about_tit i:before {
    left: -15px;
}
.about_tit i:after {
    right: -15px;
}
.about_con {
    margin: 15% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.about_con:after {
    content: '';
    width: 50%;
    height: 100%;
    background: #088953;
    position: absolute;
    right: -18%;
    top: -27%;
    z-index: -1;
    padding: 10.5% 0;
}
.about_txt {
    width: 41%;
    display: flex;
    flex-direction: column;
}
.about_txt b {
    font-size: 36px;
    display: flex;
    align-items: center;
    line-height: 36px;
    position: relative;
}
.about_txt b:after {
    content: '';
    width: 130%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 105px;
    left: 0;
}
.about_txt b span {
    font-size: 30px;
    text-transform: uppercase;
}
.about_txt p {
    font-size: 24px;
    line-height: 30px;
    padding: 18px 0 0;
    letter-spacing: 3px;
}
.about_txt em {
    font-size: 15px;
    line-height: 32px;
    padding: 8% 0 15%;
}
.about_txt ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.about_txt li {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-between;
    border-right: 1px solid rgba(221,221,221,0.3);
    padding: 0 20px 0 0;
}
.about_txt li.on  i {background:#ea5514;}
.about_txt li:last-child {
    border-right: none
}
.about_txt li i {
    width: 50px;
    height: 50px;
    background: #333333;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_txt li a {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    font-weight: lighter;
}
.about_txt li a span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #ccc;
}
.about_pic {
    display: flex;
    width: 56%;
}
.about_pic i {
}
.about_pic i img {
    width: 100%;
    height: auto;
}
.about_pic ul {
    background: #06603a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.about_pic li {
    border-bottom: 1px solid #307a5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 30px 20px;
}
.about_pic li:last-child {
    border-bottom: none;
}
.about_pic li span {
    font-size: 55px;
    color: #fff;
font-family: 'Times';
}
.about_pic li span b {
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
}
.about_pic li p {
    font-size: 18px;
    color: #fff;/* line-height:  20px; */
    padding: 10px 0 0;
}
/*mot*/
.mot {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    z-index: 55;
}
.mot_box {
    max-width: 1400px;
    margin: 0 auto;
}
.mot_tab {
    position: relative;/* z-index: 6; */
    overflow: hidden;
}
.mot_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mot_nav ul {
    display: flex;
    width: 45%;
    justify-content: space-between;
    align-items: center;
}
.mot_nav li {
    background: #f8f8f8;
    width: 33.33%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    transition: 0.5s;
}
.mot_nav li.on {
    background: #088953;
}
.mot_nav li.on a {
    color: #fff;
}
.mot_nav li a {
    font-size: 22px;
}
.mot_nav>a {
    font-size: 16px;
}
.mot_int {    overflow: hidden;}
.mot_con {
    display: flex;
    transition: 0.5s;
    padding: 50px 0 0;
}
.mot_call {
    width: 100%;
    flex-shrink: 0;
}
.mot_call ul {}
.mot_call li {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 0.1%;
    background: #fff;
    }
.mot_call li>a {position: relative;display: inline-block;}
.mot_call li>a img {width:100%;height:auto;}
.mot_call li p {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0 20%;
}
.mot_call li p>a {
    font-size: 22px;
    position: relative;
    font-weight: lighter;
}
.mot_call li>a:after {
    content: '点击更多详情+';
    width: calc(100% / 2.2);
    height: 35px;
    border-radius: 40px;
    border: 1px solid #eee;
    position: absolute;
    bottom: -33%;
    left: 28%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(0.7rem + 0.2vw);
    color: #999;
    }
.adva_roll .ban_dot{display:flex !important;margin-left: -33px;}
.adva_roll .ban_dot li{width: 12px;height: 12px;border-radius: 100%;background: #fff;}
.adva_roll .ban_dot li+li{margin-left: 12px;}
.adva_roll .ban_dot li button{display: none;}
.adva_roll .ban_dot li.slick-active{background: #fc8652;}
/*case*/
.case {
    overflow: hidden;
    margin: -14% 0 0;
    background: url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220222/20220222174200_1597174654.jpg)no-repeat center top;
    position: relative;
    z-index: 5;
    padding: 13% 0 8%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.case:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.case_box {
    max-width: 1400px;
    margin: 0 auto;
}
.case_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case_tit span {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 3px;
}
.case_tit p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding: 30px 0 0;
}
.case_pho {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.case_pho p {
    background: #187948;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 50px;
}
.case_pho p a i {
    font-size: 26px;
}
.case_pho p a {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.case_pho p span {
    background: #696969;
    width: 50%;
    font-size: 24px;
    color: #fff;
    height: 100%;
    display: flex; justify-content: center;
    align-items: center;
    font-family: 'Times';
}
/*message*/
input, textarea {
    outline: none;
    border: none;
}
textarea {
    resize: none;
    overflow: auto;
}
.adbt b {
    font-size: 50px;
    display: block;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.from_tab {
    width: 100%;
    display: flex;
}
.from_tab>div {
    width: 25%;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}
.from_tab>div+div {
    margin-left: 18px;
}
#feedback_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col4 {
    float: left;
    width: 16.7vw;
    height: 55px;
    border: 1px solid #999;/* border-radius: 10px; */
}
.col4 span, .lyan span {
    display: inline-block;
    font-size: 30px;
    color: #187948;
    margin-top: 13px;
    margin-left: 19px;

}
.col4 input {
    height: 100%;
    width: 100%;
    margin-left: 10px;
    font-size: 18px;
    background: #ffffff;
    color: #333;
}
.from_tab #tianxieone {
}
.from_tab #tianxiethree {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
}
.from_tab #tianxiethree span {
    display: inline-block;
    font-size: 30px;
    color: #d2d2d2;
    margin-top: 2px;
    margin-left: 24px;
}
.from_tab #tianxiethree>input {
    height: 100%;
    width: 58px;
    font-size: 18px;
    color: #999;
    line-height: 60px;
    margin-left: 32px;
    background: transparent;
}
.from_tab #tianxiethree #authcode {
    width: 136px;
}
.feedback_btn {
    width: 250px;
    height: 55px;
    text-align: center;
}
.feedback_btn .btns {
    line-height: 55px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: #000000;
}
.lyan textarea {
    width: 100%;
    height: 55px;
    line-height: 55px;
    outline: none;
    font-size: 18px;
    padding: 0 0 0 14px;
    font-family: "Arial";
    color: #333;
    background: transparent;
}
.fea_bc {
    padding: 80px 0;
    position: relative;
}
.lyan {
    height: 55px;
    border: 1px solid #999;/* border-radius: 10px; */
}
input::-webkit-input-placeholder {
color: #ddd;
}
textarea::-webkit-input-placeholder {
color:#ddd;
}
.case_con {
    margin: 30px 0 0;
}
.case_con ul {
    display: flex;
    justify-content: space-around;
}
.case_con li {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 135px;
    height: 135px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.case_con li:before {
    content: '';
    width: 170px;
    height: 170px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -18px;
    left: -18px;
    z-index: -1;
}
.case_con li:after {
    content: '';
    width: 200px;
    height: 200px;
    border: 1px dashed #fff;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    left: -34px;
}
.case_con li i {
    font-size: 40px;
    color: #187948;
}
.case_con li p {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 0;
}
/*æ–°é—»*/
.news_bg {
    padding: 60px 0;
    overflow: hidden;
    background: #f8f8f8;
}
.news {
    max-width: 1400px;
    margin: 0 auto;
}
.news_fl {
    width: 12%;
    padding-top: 20px;
    float: left;
}
.news_fl_title span {
    font-size: 40px;
    color: #ccc;
    line-height: 50px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 1000;
}
.news_fl_title p {
    font-size: 40px;
    color: #222;
}
.news_fl_a a {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 40px;
    margin-bottom: 30px;
    border: 2px #eee solid;
    border-radius: 25px;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.news_fl_a a:first-child {
    margin-top: 95px;
}
.news_fl_a a.on {
    background: #009966;
    border: 2px  #009966 solid;
    color: #fff;
}
.news_fr {
    width: 82% !important;
}
.news_fr .news_div_item {
    position: relative;
}
/*ç¬¬ä¸€æ¡æ–°é—»*/
.news_ul_fl {
    width: 52%;
    float: left;
}
.news_ul_fl .news_div_item {
    float: left;
    width: 100%;
}
.news_ul_fl .news_div_item .news_div_item_pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.news_ul_fl .news_div_item .news_div_item_image {
    width: 100%;
    border: 1px #eee solid;
    position: absolute;
    bottom: 0px;
}
.news_ul_fl .news_div_item .news_div_item_date {
    position: absolute;
    top: 470px;
    left: 15px;
}
.news_ul_fl .news_div_item .news_div_item_year, .news_ul_fl .news_div_item .news_div_item_month, .news_ul_fl .news_div_item .news_div_item_day {
    float: left;
}
.news_ul_fl .news_div_item .news_div_item_content {
    height: 245px;
    margin: 30px 35px 0 15px;
    position: absolute;
    top: 400px;
}
.news_ul_fl .news_div_item .news_div_item_a {
    font-size: 22px;
    color: #333;
    position: relative;
}
.news_ul_fl .news_div_item .news_div_item_a:after {
    display: block;
    content: "更多详情";
    width: 175px;
    height: 42px;
    line-height: 42px;
    background: #eee;
    font-size: 15px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 220px;
    transition: all 0.3s ease-in-out;
}
.news_div_item_content:hover .news_div_item_a:after {
    background:  #009966;
    color: #fff;
}
.news_ul_fl .news_div_item .news_div_item_body {
    margin-top: 45px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
/*ç¬¬äºŒåˆ°ç¬¬å››æ¡æ–°é—»*/
.news .swiper-container {
width:;
    margin-right: -30px;
}
.news .swiper-slide {
    padding: 30px 0;
    box-sizing: border-box;
}
.news_ul_fr {
    width: 49%;
    padding: 0 45px;
    box-sizing: border-box;
    float: right;
}
.news_ul_fr .news_div_item:first-child, .news_ul_fr .news_div_item .news_div_item_image {
    display: none;
}
.news_ul_fr .news_div_item_body {
    position: absolute;
    top: 105px;
    line-height: 30px;
    font-size: 15px;
    opacity: 0;
    width: 90%;
}
.news_ul_fr .news_div_item {
    height: 120px;
    margin-bottom: 25px;
    padding: 0 33px;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}
.news_ul_fr .news_div_item_date {
    position: absolute;
    top: 70px;
    left: 33px;
}
.news_ul_fr .news_div_item_year, .news_ul_fr .news_div_item_month, .news_ul_fr .news_div_item_day {
    float: left;
}
.news_ul_fr .news_div_item_a {
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 38px;
    display: block;
    height: 230px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.news_ul_fr .news_div_item.on {
    height: 270px;
}
.news_ul_fr .news_div_item.on .news_div_item_body {
    opacity: 1;
}
.news_ul_fr .news_div_item_body:after {
    content: '查看详细 +';
    width: 175px;
    height: 40px;
    display: block;
    background: #f5f5f5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.news_div_item_content:hover .news_div_item_body:after {
    background:  #009966;
    color: #fff;
}
.head_bgx {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #4b4b4b;
}
.head_bgx span {
    display: block;
    width: 100%;
    height: 10px;
    background-color:  #009966;
    animation: span_i1 2.5s infinite;
    float: right;
}
@keyframes span_i1 {
 0% {
width:0%;
background-color: #009966
}
 25% {
width:100%;
background-color: #009966
}
 100% {
width:0%;
background-color: #009966
}
}
/*link*/
.links {
    overflow: hidden;
    border-top: 1px #ddd solid;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 25px 0;
}
.linksW {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
}
.links_l {
    width: 100px;
}
.links_lm {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
}
.links_lm p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.links_lm p span {
    color: #0faf8e;
}
.links_lm em {
    font-size: 14px;
    color: #999;
    letter-spacing: 5px;
    line-height: 16px;
}
.links_r {
    width: 93%;
    color: #fff;
    padding-left: 30px;
}
.links_r a {
    font-size: 15px;
    color: #666 !important;
}
.linkTagcs li a {
    font-weight: lighter;
}
/*copy*/
.copy {
    width: 100%;
    background: #000000;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
}
.copy:after {
    content: '';
    width: 38%;
    height: 92%;
    background: #009966;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.copy_box {
    max-width: 1400px;
    margin: 0 auto;
}
.copy_tab {
    padding: 80px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(238,238,238,0.1);
    align-items: center;
}
.copy_tabr {
    border-top: none;
    padding: 80px 0;
    overflow: hidden;
}
.copy_logo {
    display: flex;
    flex-direction: column;
    width: 39%;
}
.copy_logo ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.copy_logo li {
    display: flex;
    align-items: center;
    margin: 0 0 24px 0;
    width: 100%;
}
.copy_logo li i {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.copy_logo li>p {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 0 0 17px;
    font-weight: lighter;
}
.copy_logo>ul>li>p>span {
    font-size: 18px;
}
.copy_logo>p {
    display: flex;
    align-items: center;
    width: 32%;
    justify-content: space-between;
    margin: 4% 0 0;
}
.copy_logo>p>i {
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px;
}
.copy_logo>p>i img {width:100%;}
.copy_logo>p>span {
    font-size: 14px;
    writing-mode: tb-rl;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 3px;
}
.copy_logo li>p>b {
    font-weight: lighter;
    width: 47%;
    line-height: 25px;
}
.copy_con {
    width: 64%;padding: 0 0 80px;
}
.copy_con ul {
    display: flex;
}
.copy_con li:last-child {
    padding: 0;
}
.copy_con li {
    text-align: left;
    padding: 0 60px;
    position: relative;
    transition: 0.5s;
}
.copy_con li p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
}
.copy_con li p span {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 16px 0 0;
}
.copy_con li a {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    display: inherit;
    line-height: 30px;
    transition: all 0.3s linear;
    font-weight: 100;
}
.copy_con li a:hover {
    color: rgba(255,255,255,0.3);
    transition: all 0.3s linear;
}
.copy_r {
    float: right;
}
.copy_r p {
    font-size: 18px;
    color: #fff;
}
.copy_r p span {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    font-family: Arial;
    display: block;
    text-transform: uppercase;
}
.copy_r ul {
    display: flex;
    width: 280px;
    justify-content: space-between;
    padding-top: 20px;
}
.copy_r li i {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    margin-bottom: 12px;
}
.copy_r li {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 130px;
}
.copy_r li img {
    width: 120px;
    height: 120px;
}
.copy_namea {
    width: 100%;
    padding: 40px 0px;
    ;
}
.copy_name {
    width: 72.917%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-width: 1280px;
}
.copy_name span {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 28px;
    display: inherit;
}
.copy_name span a {
    color: rgba(255,255,255,0.6);
    transition: all 0.3s linear;
    font-size: 14px;
}
.copy_name span a:hover {
    color: #fff;
    transition: all 0.3s linear;
}
.copy_con li:hover:before {
    height: 100%;
    transition: 0.5s;
}
.copyright {
    padding: 28px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-weight: 100;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
}
.copyright .con {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.copyright a {
    color: #fff;
    font-size: 14px;
}
.copyright a:hover {
    color: #fff;
    font-size: 14x;
}
.copy_int {
    display: flex;
    justify-content: center;
}
.copy_int span {
    font-size: 15px;
    color: #fff;
}
.copy_int a {
    font-size: 15px;
    color: #666;
}
.wrapper {display: flex;
    justify-content: center;    width: 70%;}



@media screen and (max-width:1728px) {
		.head_l {    width: 74%;}
.head_r {    width: 20%;}
	}

@media screen and (max-width:1630px) {
		.head_l {    width: 76%;}
.head_r {    width: 20%;}
	}



/*右侧悬浮菜单*/
.slide{width: 50px;height: 190px;position: fixed;top: 30%;margin-top: -126px;background: #38833d;right: 0;border-radius: 5px 0 0 5px;z-index: 999;}
.slide ul{list-style: none;}
.slide .icon li{width: 49px;height: 50px;background: url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220309/20220309162358_749722030.png) no-repeat;cursor: pointer;}
.slide .icon .up{background-position:-330px -120px ;background:none;height: 20px;}
.slide .icon li.qq{background-position:-385px -73px ;}.slide .icon li.tel{background-position:-385px -160px ;}
.slide .icon li.wx{background-position:-385px -120px ;}
.slide .icon li.down{background-position:-330px -160px ;background:none;height: 20px;}
.slide .info{top: 30%;height: 163px;position: absolute;right: 100%;background: #38833d;width: 0px;overflow: hidden;margin-top: -40px;transition:0.5s;border-radius:4px 0 0 4px ;}
.slide .info.hover{width: 165px;}
.slide .info li{width: 165px;color: #fff;text-align: center;}
.slide .info li p{font-size: 17px;line-height: 2em;padding: 15px;text-align: left;}
.slide .info li.qq p{ text-align:center; font-size:14px;margin: 25px 0;}
.slide .info li.qq p a{ display:block;margin:12px auto;margin-top:10px;}
.slide .info li.tel .mobile{ color:#fff; }
.slide .info li.qq p a img { width: 100px; }
.slide .info li.qq p a:hover{
/* color: #FFFFFF;
border: 1px solid #38833d;
background: #84c225; */
}
.slide .info li div.img{height: 100%;background: #DEFFF9;margin: 15px;}
.slide .info li div.img img{width: 100%;height: 100%;}
/*控制菜单的按钮*/
.index_cy{width: 30px;height: 30px;background: url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220309/20220309162332_1244614298.png);position: fixed;right: 7px;top: 30%;margin-top: 70px;background-position: 62px 0;cursor: pointer;}
.index_cy2{width: 30px;height: 30px;background: url(//memberpic.114my.com.cn/dg083051/uploadfile/image/20220309/20220309162332_1244614298.png);position: fixed;right: 0;top: 30%;margin-top: 140px;background-position: 30px 0;cursor: pointer;}