*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;color: #333;}
body{font-size: 14px;min-width: 1300px;font-family:"Microsoft YaHei";}
a{text-decoration: none;font-size: 14px;}
em,i{display: block;font-style: normal;}
:focus{outline: none;}
.gy{max-width: 1400px;margin: 0 auto;min-width: 1300px;width:100%;}
@font-face {
  font-family: 'iconfont';  /* Project id 1490935 */
  src: url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.eot?t=1638847037317'); /* IE9 */
  src: url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.eot?t=1638847037317#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.woff2?t=1638847037317') format('woff2'),
       url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.woff?t=1638847037317') format('woff'),
       url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.ttf?t=1638847037317') format('truetype'),
       url('//at.alicdn.com/t/font_1490935_zd6b5j8rmil.svg?t=1638847037317#iconfont') format('svg');
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/*header*/
.headr {
    position: relative;
}
.hd_box {
}
.wel {
    height: 43px;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}
.wb_le {
    line-height: 42px;
    color: #666;
    font-weight: 100;
}
.wb_ri {
}
.lb {
}
.wb_ri li {
    color: #666;
}
.wb_ri li+li {
    margin-left: 18px;
}
.wb_ri li a {
    line-height: 42px;
    color: #666;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 18px;
}
.wb_ri li a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #ddd;
}
.wb_ri li a i {
    margin-right: 7px;
}
.wb_ri li a .xl {
    background: #eee;
    position: absolute;
    top: 43px;
    padding: 10px;
    transform-origin: top;
    transform: rotateX(90deg);
    transition: all 0.5s;
    right: -14px;
    z-index: 2;
}
.wb_ri li a .xl img {
    width: 117px;
}
.wb_ri li a:hover {
    color: #c79f62;
}
.wb_ri li a:hover .xl {
    transform: rotateX(0deg);
}
.wb_ri li a em {
    font-size: 18px;
    font-family: din;
    color: #fd9313;
    font-weight: bold;
}
.wb_ri li:last-child a {
    padding-right: 0;
}
.wb_ri li:last-child a i {
}
.wb_ri li:last-child a:after {
    display: none;
}
.df {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_adw {
    height: 127px;
    padding: 0 5%;
}
.logo {
    display: flex;
    align-items: center;
}
.logo a {width: 6.7708vw;}
.lg {
    display: flex;
    align-items: center;
}
.lg b {
    display: block;
    font-size: 30px;
    color: #fd9313;
}
.lg em {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-top: 10px;
}
.lg>div {
    margin-left: 14px;
}
.logo i {
    width: 1px;
    height: 66px;
    background: rgba(0,0,0,0.1);
    display: block;
    margin: 0 30px;
}
.logo p {
}
.logo p b {
    font-size: 30px;
    font-family: "思源黑体 CN";
    display: inline-block;
}
.logo p b strong {
    font-family: Impact;
    font-size: 48px;
    line-height: 38px;
    display: inline-block;
    color: #fd9313;
}
.logo p span {
    font-size: 16px;
    display: block;
    font-weight: 100;
    color: #777;
    margin-top: 12px;
}
.logo img {
width: 100%;
}
.nav {
    width: 44%;
    position: relative;
}
.nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 127px;
}
.nav>ul>li {
    transition: 0.4s;
    display: block;
    height: 127px;
}
.nav > ul > li > a {
    color: #222;
    font-size: 16px;
    transition: 0.4s;
    line-height: 127px;
}
.nav>ul>li:after {
    width: 100%;
    height: 3px;
    transform: scale(0);
    background: #fd9313;
    content: '';
    display: block;
    margin-top: -3px;
}
.nav>ul>li+li {
}
.nav>ul>li a em {
    font-size: 0;
    margin-right: 5px;
    transition: 0.3s;
    opacity: 0;
    display: inline-block;
    line-height: 177px;
}
.nav .cur {
    transition: 0.4s;
}
.nav .cur > a, .nav > ul > li:hover > a {
    transition: 0.4s;
    color: #fd9313;
}
.nav .cur:after, .nav>ul>li:hover:after {
    transform: scale(1);
    transition: 1s;
}
/*下拉*/
.nav>ul>li>dl {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 10000;
    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: 40px;
}
.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: 30px;
    color: #333;
    float: left;
    font-weight: bold;
    line-height: 40px;
}
.xl_bt a {
    width: 120px;
    height: 40px;
    background: #e79722;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    float: right;
    line-height: 40px;
}
.fl_box {
    width: 100%;
    overflow: hidden;
}
.fl_box li {
    width: calc( (100% - 40px)/5);
    float: left;
    margin-top: 25px;
}
.fl_box li+li {
    margin-left: 10px;
}
.fl_box li a {
    font-size: 17px;
    color: #666;
    position: relative;
    padding-left: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
}
.fl_box li a:hover {
    color: #e79722;
}
.fl_box li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px #949494 solid;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.fl_box li a:hover:before {
    border-color: #e79722;
}
.fl_box li:nth-child(6) {
    margin-left: 0
}
.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: 30px;
    color: #333;
    float: left;
    font-weight: bold;
    border-left: 5px #00 solid;
    border-left: 5px #e79722 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: #e79722;
    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;
}
.nav>ul>li:hover>dl {
    opacity: 1;
    visibility: visible;
    top: 128px;
}
.com_bo {
    width: 100%;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
}
.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;
}

/**/
@media screen and (max-width: 1700px) {
.h_adw, .wel {
    padding: 0 2%;
}
}

@media screen and (max-width: 1600px) {
.lg b {
    font-size: 32px;
}
.lg em {
    font-size: 12px;
}
.logo i {
    margin: 0 15px;
}
.logo p b {
    font-size: 24px;
}
.logo p b strong {
    font-size: 40px;
}
.logo p span {
    font-size: 13px;
}
.nav {
    width: 50%
}
}
/*banner*/
.bann {
    overflow: hidden;
}
.slider {
    width: 100%;
}
.slick-slide {
    height: auto;
}
.slick-slide img {
    width: 100%;
}
.slick-prev {
    left: 10%;
    z-index: 99;
}
.slick-next {
    right: 10%;
}
.bann>button {
    display: none!important;
}
.ban_bc {
    width: 100%;
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.bann_num>span {
    font-size: 30px;
    color: #fff;
    display: block;
    z-index: 999;
    cursor: pointer;
}
.bann_num>.ban_prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: rotate(180deg);
}
.bann_num>.ban_next {
    position: absolute;
    top: 50%;
    right: 40px;
}
.ban_dot {
    position: absolute;
    bottom: 46px;
    left: 50%;
    display: flex;
    margin-left: -33px;
}
.ban_dot li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
}
.ban_dot li+li {
    margin-left: 12px;
}
.ban_dot li button {
    display: none;
}
.ban_dot li.slick-active {
    background: #fd9313;
}
/*search*/
#search {
    height: 100px;
    position: relative;
}
.box {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search_tel {
}
.search_tel em {
    font-size: 49px;
    color: #fff;
}
.search_tel p {
    margin-left: 22px;
    color: #fff;
}
.search_tel p b {
    font-size: 16px;
    display: block;
}
.search_tel p i {
    font-size: 32px;
    font-family: Impact;
    line-height: 27px;
    margin-top: 15px;
}
.search_l {
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
}
.search_l em {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fd9313;
}
.search_l span {
    font-size: 14px;
    margin-left: 13px;
}
.search_l a {
    font-size: 14px;
    height: 100px;
    line-height: 100px;
}
.search_l a:hover {
}
.search_form {
    height: 100px;
}
.search_r {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #ddd;
    background: #fff;
}
.search_r em {
    font-size: 44px;
    width: 36px;
    margin-right: 19px;
    margin-left: 24px;
}
.z {
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fd9313;
}
input {
    border: none;
}
/*应言*/
.g-guide {
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211203/20211203105221_1560425944.jpg) no-repeat center top;
    height: 912px;
    padding-top: 80px;
    font-family: "Microsoft Yahei";
}
.guide {
    height: 660px;
}
.guide dt {
    width: 563px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.guide dl dt i {
    width: 41px;
    height: 41px;
    display: block;
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211203/20211203105313_1679416156.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20.5px;
    margin-top: -20.5px;
    z-index: 1;
}
.guide dt img {
    width: 100%;
    display: block;
}
.guide dd {
    height: 192px;
}
.guide dd h3 {
    font-size: 44px;
    color: #393c42;
    text-align: center;
    height: 100px;
}
.guide dd em {
    display: block;
    font-size: 22px;
    color: #393c42;
    font-weight: normal;
    margin-top: 12px;
}
.guide dd p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}
.digital {
    position: relative;
    display: flex;
}
.digital li {
    height: 82px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #d8d8d8;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.digital li em {
    position: relative;
}
.digital li em b {
    margin-left: 0px;
    font-size: 60px;
    color: #29292b;
    font-family: "Myriad Pro", "Arial";
    font-weight: normal;
    height: 55px;
    line-height: 55px;
}
.digital li em i {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-align: center;
    width: 23px;
    line-height: 23px;
    height: 23px;
    display: block;
    text-transform: uppercase;
    font-family: "Arial";
    position: absolute;
    bottom: 8px;
    right: 0px;
    background: #fd9313;
    display: block;
    border-radius: 100%;
}
.digital li h4 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
}
.digital li:nth-child(1) {
}
.digital li:nth-child(1) em {
    width: 95px;
}
.digital li:nth-child(2) {
}
.digital li:nth-child(2) em {
    width: 95px;
}
.digital li:nth-child(3) {
}
.digital li:nth-child(3) em {
    width:130px;
}
.digital li:nth-child(4) {
}
.digital li:nth-child(4) em {
    width: 160px;
}
.digital li:nth-child(5) {
    border-right: 0;
}
.digital li:nth-child(5) em {
    width: 160px;
}
/*all_tit*/
.all_tit i {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 72px;
    position: relative;
    margin-top: -56px;
    color: #e2e4e5;
    z-index: 2;
}
.all_tit {
    text-align: center;
    margin-bottom: 50px;
}
.all_tit p {
    font-size: 42px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.all_tit p i {
    width: 42px;
    height: 42px;
}
.all_tit p i.one {
    margin-right: 20px;
    animation: allTit0 3s linear infinite;
}
.all_tit p i.two {
    margin-left: 20px;
    animation: allTitt 3s linear infinite;
}
.all_tit p b {
    color: #fd9313;
}
.all_tit span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    color: #666;
    letter-spacing: 1px;
    font-weight: normal;
}
 @keyframes allTit0 {
 0% {
transform:rotate(0)
}
 100% {
transform:rotate(360deg)
}
}
@keyframes allTitt {
 0% {
transform:rotate(0)
}
 100% {
transform:rotate(-360deg)
}
}
/*products*/
.pro_bg {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(180deg, #f9f9f9, #f5f5f5);
}
.pro_le {
    width: 23.6%;
    background: #fd9313;
    padding: 0 6px;
    box-sizing: border-box;
}
.prl_tit {
    text-align: center;
    padding: 40px 0;
}
.prl_tit p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.prl_tit em {
    font-style: normal;
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    margin-bottom: 12px;
}
.prl_tit i {
    width: 36px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.pro_btm {
    display: flex;
    justify-content: space-between;
}
.prl_list {
    background: #fff;
}
.prl_list .prolist2021 {
}
.prl_list .prolist2021 ul {
}
.prl_list .prolist2021 li {
    height: 62px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.prl_list .prolist2021 li:before {
    content: '\e652';
    font-size: 16px;
    font-family: 'iconfont';
    color: #666;
    position: absolute;
    left: 56px;
    top: calc(50% - 8px);
    line-height: 100%;
}
.prl_list .prolist2021 li:hover:before {
    color: #fd9313;
}
.prl_list .prolist2021 li>a {
    display: block;
    line-height: 62px;
    padding-left: 88px;
    position: relative;
    font-size: 16px;
}
.prl_list .prolist2021 li:hover>a {
    color: #fd9313;
    font-weight: bold;
}
.prl_list .prolist2021 li dl {
    background: #f4f4f4;
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    border-left: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all 0.5s;
}
.prl_list .prolist2021 li:hover dl {
    opacity: 1;
    visibility: visible;
}
.prl_list .prolist2021 li dt {
    height: 42px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
}
.prl_list .prolist2021 li dt:hover {
    background: #fd9313;
}
.prl_list .prolist2021 li dt a {
    display: block;
    line-height: 42px;
    text-align: center;
}
.prl_list .prolist2021 li dt:hover a {
    color: #fff;
}
.prl_tel {
    color: #fff;
    padding: 38px 0 0;
    display: flex;
    justify-content: center;
}
.prlt_box {
}
.prlt_box p {
    text-align: center;
}
.prlt_box p img {
    width: 165px;
    padding: 6px;
    background: #fff;
}
.prlt_box p i {
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
}
.prlt_box p span {
    font-size: 16px;
    color: #fff;
}
.prlt_box em {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}
.prlt_box em+em {
    letter-spacing: 0;
    margin-top: 6px;
}
.pro_rc {
    width: 74.5%;
}
.pro_rc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_rc ul img {
    width: 100%;
    height: auto;
}
.pro_rc ul li {
    width: 32%;
    background: #fff;
    transition: all .3s;
    overflow: hidden;
}
.pro_rc ul span a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    background: #fff;
    padding-left: 24px;
    color: #000;
    position: relative;
    transition: all .3s;
}
.pro_rc ul span a:after {
    position: absolute;
    content: "\e614";
    font-family: "iconfont";
    font-size: 14px;
    right: 24px;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    transition: all .3s;
    top: 50%;
    margin-top: -14px;
}
.pro_rc ul li:nth-child(n+4) {
    margin-top: 24px;
}
.pro_rc li:hover span a {
    background: #fd9313;
    color: #fff;
}
.pro_rc li:hover span a:after {
    color: #fff;
    background: #fff;
    color: #fd9313;
}
.pro_rc ul li br {
    display: none;
}
.pro_rc ul li>a {
    display: block;
    position: relative;
    padding: 6px;
}
.pro_rc ul li:hover {
    background: #fd9313;
}
.pro_rc ul li>a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(253, 147, 19, 0.6);
    top: -100%;
    left: 0;
    transition: all .5s;
}
.pro_rc ul li:hover>a:after {
    top: 0;
}
.pro_rc ul li>a:before {
    position: absolute;
    content: "\e652";
    font-family: "iconfont";
    font-size: 32px;
    color: #fff;
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 4px solid rgba(255,255,255,0.3);
    line-height: 70px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    transform: scale(0);
    transition: all .5s;
}
.pro_rc ul li:hover>a:before {
    transform: scale(1);
}
/*特点*/
.td_bc {
    padding: 100px 0;
}
.td_c {
}
.td_rc {
}
.td_rc ul {
    display: flex;
    justify-content: space-between;
}
.td_rc ul li {
    width: 19%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 5% 2%;
    border-radius: 30px 0 30px 0;
    box-shadow: inset 0 0 20px 1px rgb(0 0 0 / 0.02);
    border: 5px solid #f8f8f8;
}
.td_rc li em{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.td_rc li svg {
    font-size: 70px;
    transition: all .3s;
}
.td_rc li:nth-child(2) svg{
    font-size: 65px;
}
.td_rc li:nth-child(5) svg{
    font-size: 95px;
}

.td_rc li h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
}
.td_rc li p {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
}
.td_rc ul li+li {
}
.td_rc ul li:hover,.td_rc ul li.cur{
   transform: translateY(-10px);
   border-radius: 0;
   background: #fff;
   border: 5px solid #fd9313;
}
.td_rc li:hover svg,.td_rc ul li.cur svg {
    transform: rotateY(360deg);
}
/*sup*/
.ys {
    padding: 100px 0 0;
    background: #f9f9f9;
}
.ys_con {
    height: 700px;
}
.ys_con li {
    float: left;
    width: 15.6%;
    height: 700px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    margin-right: 0.533%;
}
.ys_con li:last-child {
    margin-right: 0;
}
.ys_con li .hv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    text-align: center;
}
.ys_con li .hv em {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial;
    margin: 100px 0 280px;
}
.ys_con li .hv img {
    display: block;
    margin: 0 auto 35px;
}
.ys_con li .hv h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.ys_con li .hv span {
    color: #fff;
    font-size: 46px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #fd9313;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.ys_con li .hv p {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}
.ys_con li .hv h3 i {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: normal;
}
.ys_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -160px;
    height: 160px;
    background: rgba(253, 147, 19, 0.85);
    padding: 0 2.604vw;
    transition: all 0.5s;
}
.ys_txt h3 {
    float: left;
    padding-right: 1.823vw;
    position: relative;
    height: 72px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 1.823vw;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: normal;
    margin-top: 44px;
    margin-bottom: 30px;
}
.ys_txt h3 b {
    display: block;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 12px;
    color: #fff;
}
.ys_txt p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    opacity: 0.85;
    padding-top: 36px;
}
.ys_con li.cur {
    width: 51.6%;
}
.ys_con li.cur .hv {
    display: none;
}
.ys_con li.cur .ys_txt {
    bottom: 0;
}

@media screen and (max-width:1440px) {
.ys_con li .hv h3 {
    font-size: 22px;
}
.ys_txt h3 {
    font-size: 15px;
}
.ys_txt h3 b {
    font-size: 24px;
}
.ys_txt p {
    line-height: 24px;
}
}
/*case*/
.cas_ic>div {
    display: flex;
}
.cas_ic .divdgweb_new_div_item {
    flex-shrink: 0;
    width: 1333px;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    margin: 0 0.2%;
    opacity: 0.1;
}
.divdgweb_new_div_item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
img.news_div_item_image {
    width: 100%;
}
.cas_num {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5%;
    left: 20%;
}
.cas_ic .divdgweb_new_div_item_content {
    background: #fd9313;
    width: 65%;
    height: 260px;
    padding: 50px 60px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
}
.cas_ic .divdgweb_new_div_item.slick-active .divdgweb_new_div_item_content {
    opacity: 1;
    bottom: -130px;
    visibility: visible;
}
.cas_ic .divdgweb_new_div_item_a {
    color: #fff;
    font-size: 26px;
    position: relative;
}
.cas_ic .divdgweb_new_div_item_body {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 16px 0 38px;
    height: 56px;
    overflow: hidden;
}
.cas_ic .divdgweb_new_div_item_a:before {
    position: absolute;
    content: "了解更多";
    font-size: 18px;
    top: 137px;
    left: 0;
}
.cas_ic .divdgweb_new_div_item_a:after {
    position: absolute;
    content: "\e62a";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    color: #fd9313;
    font-family: "iconfont";
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    left: 82px;
    top: 139px;
}
.case_bc {
    padding: 100px 0;
    overflow: hidden;
}
.cas_ic .slick-track {
    padding-bottom: 130px;
}
.cas_num span, .cas_num span i {
    font-size: 16px;
}
.cas_num span i {
    display: inline-block;
}
.cas_num em {
    width: 210px;
    background: #ccc;
    height: 1px;
    margin: 0 25px;
}
.cas_num em i {
    width: 25%;
    background: #333;
    height: 2px;
    margin-top: -1px;
    transition: all .3s;
}
.cas_c {
    position: relative;
}
.cas_c .slick-prev:before,.cas_c .slick-next:before {
    font-family: "iconfont";
    content: "\e63a";
    font-size: 50px;
    color: #fd9313;
}
.cas_c .slick-prev{
    left: 10%;
    z-index: 100;
}
.cas_c .slick-next{
    right: 10%;
    z-index: 100;
}
.cas_c .slick-prev {
    transform: rotate(180deg)
}
/*广告条*/
.ban01 {
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211204/20211204155847_396643494.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    padding: 82px 0 100px;
}
.ban01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: -1;
}
.ban01_m {
    color: #fff;
    height: 220px;
}
.ban01_m b {
    font-size: 58px;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
.ban01_m ul {
    display: flex;
    justify-content: space-between;
    width: 67%;
    margin: 0 auto;
}
.ban01_m ul li {
    font-size: 20px;
    font-weight: bold;
    float: left;
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211203/20211203172839_828933080.png) no-repeat 0 center;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 38px;
    color: #fff;
}
.ban01_tel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban01_tel p {
    display: flex;
    align-items: center;
}
.ban01_tel p em{
    margin-right: 15px;
}
.ban01_tel p em img{
}
.ban01_tel p span{
    color: #fff;
    font-size: 16px;
}
.ban01_tel p i {
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: cursive;
    margin-top: 10px;
}
.ban01_tel b {
    display: block;
    width: 180px;
    float: left;
    margin-left: 30px;
}
.ban01_tel b a {
    display: flex;
    font-size: 20px;
    color: #fff;
    width: 180px;
    height: 42px;
    background: #fd9313;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.ban01_tel a em {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-right: 10px;
}
.ban01_tel b a:hover {
    animation: shake .8s linear;
    -webkit-animation: shake .8s linear;
}
/*process*/
.ces_bc {
    padding: 80px 0;
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211204/20211204085612_1582744581.png) no-repeat center 420px;
}
.ces_c>ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.ces_c>ul>li {
    width: 14%;
    border-radius: 10px;
    border: 2px solid #191d1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 230px;
    position: relative;
    transition: all .5s;
}
.ces_c>ul>li+li {
    margin-left: 12px;
}
.ces_c>ul>li:after {
    position: absolute;
    content: "\e63a";
    width: 14px;
    height: 24px;
    background: #191d1c;
    font-family: "iconfont";
    line-height: 24px;
    bottom: 10px;
    right: -14px;
    color: #fff;
    font-size: 12px;
}
.ces_c>ul>li:last-child:after {
    display: none;
}
.ces_c>ul>li>span {
    width: 100px;
    height: 100px;
    background: #333;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ces_c>ul>li i {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: rgba(34,170,134,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -17px;
}
.ces_c>ul>li em {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #fd9313;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.ces_c>ul>li b {
    position: relative;
    width: 7px;
    height: 7px;
    background: #c1c1c1;
    border-radius: 100%;
    margin: 13px 0 26px;
}
.ces_c>ul>li b:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #c1c1c1;
    border-radius: 100%;
    bottom: -8px;
    left: 1px;
}
.ces_c>ul>li p {
    font-size: 16px;
    color: #191d1c;
}
.ces_dh {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px 0 34px;
}
.ces_dh span {
    font-size: 34px;
    color: #191d1c;
}
.ces_dh p {
    font-size: 16px;
    color: #191d1c;
    margin: 0 4px 0 9px;
}
.ces_dh b {
    font-size: 36px;
    color: #fd9313;
}
a.ces_btn {
    display: flex;
    width: 400px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce2e1;
    margin: 0 auto;
    font-size: 18px;
}
a.ces_btn i {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: rgba(253,147,19,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
a.ces_btn i em {
    width: 6px;
    height: 6px;
    background: #fd9313;
    border-radius: 100%;
}
.ces_c>ul>li:hover p {
    color: #fd9313;
}
.ces_c>ul>li:hover>span, .ces_c>ul>li:hover:after {
    background: #fd9313;
}
.ces_c>ul>li:hover em {
    background: #333;
    transform: rotateY(360deg);
}
.ces_c>ul>li:hover i {
    background: rgba(156,192,38,0.16)
}
.ces_c>ul>li:hover {
    border-color: #fd9313;
    transform: translateY(-10px);
}
/*about*/
.ab_c>a img {
    width: 100%;
}
.ab_c>a {
    position: relative;
    display: block;
    background: #000;
}
.ab_c>a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fd9313;
    font-size: 50px;
    width: 135px;
    height: 90px;
    border: 5px solid #fd9313;
    text-align: center;
    line-height: 82px;
    margin-left: -68px;
    margin-top: -45px;
}
.ab_wz>p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
.ab_wz {
    margin-top: 30px;
}
.ab_bc {
    padding: 100px 0;
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211206/20211206141216_1217924448.jpg) no-repeat center;
}
/*news*/
.news_bc {
    padding: 100px 0;
}
.news_c {
}
.news_cc {
    transition: all .5s;
    position: relative;
    height: 623px;
}
.news_wz .news_div_item {
    display: flex!important;
    flex-direction: column-reverse;
    width: 31.5%;
    position: relative;
    box-shadow: 0px 0px 40px rgb(0, 0, 0, 0.06);
    overflow: hidden;
}
.news_wz .news_div_item_pic img {
    width: 100%;
    height: auto;
}
.news_cc .news_div+.news_div {
    display: none;
}
.news_wz .news_div {
    display: flex;
    justify-content: space-between;
}
.news_wz .news_div_item .news_div_item_date {
    position: absolute;
    bottom: 241px;
    left: 46%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    transition: all .5s;
    font-weight: bold;
    align-items: center;
}
.news_div_item_day {
    position: relative;
}
/*.news_wz .news_div_item .news_div_item_date:before {
    position: absolute;
    content: "\e637";
    font-size: 26px;
    font-family: "hxf";
    top: 10px;
    left: 23px;
}*/

.news_wz .news_div_item .news_div_item_title a {
    display: block;
    font-size: 18px;
    color: #333;
    position: relative;
    margin-top: 48px;
    padding-left: 28px;
    font-weight: bold;
}
.news_wz .news_div_item .news_div_item_body {
    font-size: 14px;
    line-height: 26px;
    color: #8a8a8a;
    padding-top: 14px;
    height: 92px;
    overflow: hidden;
}
.news_wz .news_div_item .news_div_item_title a:after {
    position: absolute;
    content: "\e608";
    font-family: "iconfont";
    top: 0;
    left: 0;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.news_wz button {
    display: none!important;
}
.news_wz .news_div_item .news_div_item_content {
    padding: 0 25px 70px;
}
.news_wz {
    width: 100%;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 65px;
}
.news_wz+.news_wz {
    display: none;
}
.news_wz .news_div_item .news_div_item_pic a {
    display: block;
    position: relative;
}
.cate_c ul {
    display: flex;
}
.cate_c ul li+li {
    margin-left: 20px;
}
.cate_c ul li a {
    display: block;
    width: 179px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    background: #191d1c;
    text-align: center;
    font-size: 18px;
}
.cate_c ul li.on a {
    background: #fd9313;
}
.cate_c1 ul li:hover:last-child a {
    background: #263b8f;
}
.news_tc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sel_tit>div>b {
    font-size: 36px;
    color: #fd9313;
}
.sel_tit>div {
    display: flex;
    align-items: center;
}
.sel_tit>div>span {
    width: 20px;
    height: 5px;
    background: #fd9313;
    margin-right: 14px;
}
.sel_tit>p {
    font-size: 18px;
    color: #666;
    margin-top: 11px;
}
.news_wz .news_div_item .news_div_item_title a:before {
    position: absolute;
    font-family: "iconfont";
    content: "\e640";
    color: #8c8e8d;
    bottom: -126px;
    left: 0;
    font-size: 26px;
    font-weight: normal;
    transition: all .5s;
}
.news_wz .news_div_item:hover .news_div_item_title a:before {
    transform: translateX(20px);
}
.news_wz .news_div_item .news_div_item_date * {
    color: #fff;
}
.news_wz .news_div_item .news_div_item_pic a:before {
    position: absolute;
    content: "公司动态";
    width: 53%;
    height: 46px;
    background: #fd9313;
    color: #fff;
    line-height: 46px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    padding-right: 35px;
    bottom: 0;
    right: 0;
}
.news_div_item_day:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 8px;
    background: rgba(255,255,255,0.24);
    top: 4px;
    right: -26px;
}
.news_wz .news_div_item .news_div_item_pic a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 46px solid #fd9313;
    border-left: 22px solid transparent;
    bottom: 0;
    right: 60.4%;
}
.news_wz:nth-child(2) .news_div_item .news_div_item_pic a:before {
    content: "行业资讯";
}
.news_wz:nth-child(3) .news_div_item .news_div_item_pic a:before {
    content: "常见问题";
}
/*copy*/
.footer {
    background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20211204/20211204094248_1261377055.jpg) no-repeat center 0;
    height: 354px;
    overflow: hidden;
}
.foo_c {
    height: 100%;
}
.f_nav {
    height: 74px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    line-height: 74px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f_nav a {
    font-size: 14px;
    color: #fff;
}
.f_nav i {
    width: 1px;
    height: 16px;
    background: #fff;
    opacity: 0.15;
}
.f_nav i:last-child {
    display: none;
}
.f_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 74px);
}
.f_lg {
}
.f_lg h2 img {
    display: block;
}
.f_lg p {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 40px;
}
.gsxx {
}
.gsxx p {
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    display: flex;
    align-items: center;
}
.gsxx p a {
    color: #fff;
    font-size: 14px;
}
.gsxx p span {
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
}
.sao {
    display: flex;
}
.sao p img {
    display: block;
    width: 125px;
}
.sao p span {
    display: block;
    font-size: 14px;
    background: #fff;
    line-height: 30px;
    opacity: 0.6;
    text-align: center;
}
.sao>p+p {
    margin-left: 12px;
}
.cop_lin {
    background: #333;
}
.cop_lin>div {
    height: 70px;
    display: flex;
    align-items: center;
}
.cop_lin * {
    color: #fff!important;
    font-size: 12px!important;
}
.linkTagcs {
    width: 95%!important;
}
.linkTagcs li {
    line-height: 24px!important;
    padding-right: 14px!important;
}

  /* 在线客服*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/huiqian/uploadfile/image/20220517/20220517160814_1802885919.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #fd9313; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #fd9313; border-color: #fd9313; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#fd9313; border-color: #fd9313;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#fd9313; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 156px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#fd9313; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#fd9313;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }