@charset "utf-8";


html{background:#fff;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

em,i{font-style: normal;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "OPPOSans2";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#f9376d;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;}
.box{margin:0 auto;width:80%; box-sizing: border-box;min-width:1400px;}
.page{width: 1400px;margin: 0 auto;}



.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}



.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}



@font-face{font-family:OPPOSans2;font-weight:400;src:url(//memberpic.114my.cn/0393231/cssnew/OPPOSans-Regular.txt)}
@font-face{font-family:OPPOSans2;font-weight:500;src:url(//memberpic.114my.cn/0393231/cssnew/OPPOSans-Medium.txt)}
@font-face{font-family:OPPOSans2;font-weight:600;src:url(//memberpic.114my.cn/0393231/cssnew/HarmonyOS_Sans_SC_Bold.ttf.txt)}


@font-face {
  font-family: 'iconfont';  /* Project id 4343102 */
  src: url('//at.alicdn.com/t/c/font_4343102_uvd7td3nda.woff2?t=1700877222962') format('woff2'),
       url('//at.alicdn.com/t/c/font_4343102_uvd7td3nda.woff?t=1700877222962') format('woff'),
       url('//at.alicdn.com/t/c/font_4343102_uvd7td3nda.ttf?t=1700877222962') format('truetype');
}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}



/*文字*/
.t{text-align: center;padding-bottom:40px;}
.t b{color:#f9376d;}
.t p{font-size:40px;color:#333;font-weight:bold;}
.t span{font-size:18px;color:#666;font-weight:lighter;margin: 5px 0 0px 0;}

/*抬头*/
.head_bg{width:100%;height: 120px;padding: 0 2%;display: flex;align-items: center;justify-content: space-between;position: relative;}
.h_wztb,.h_dhso{display: flex;align-items: center;}
.h_logo{width: 10vw;}
.h_logo img{display: block;width: 100%;height: auto;}
.h_text{font-size: 0.8vw;line-height: 1.5vw;margin-left: 1vw; border-left: 1px solid #efe4eb;padding-left: 1vw;}
.h_text b{display: block;font-size: 1.24vw;letter-spacing: 1px;color:#222}
.h_text b img{ margin-right: 0.5vw;position: relative;top: 6px;}
.nav_tel{line-height:100px;padding-left: 30px;color:#f9376d;font-family: "Arial"; font-size:20px; font-weight:bold; background: url(//memberpic.114my.cn/0393231/uploadfile/image/20231129/20231129144710_1096400582.png)no-repeat left; margin-right: 2vw;}

/*导航*/
.nav{ height:100px; margin-right:2vw;}
.nav>ul>li{ float: left; display: block;height:100%; position: relative;}
.nav>ul>li>a{ display: block; color: #000; font-size: 0.9vw; text-align: center; position: relative; line-height:100px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; margin-left:1.8vw;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content: "";position: absolute;top: 0;bottom: -52px;margin: auto;left: 0px;right: 0;width: 0;height: 3px; display: block;background: #f9376d;transition: 0.3s all ease-in-out;}
.nav>ul>li:hover>a,.NavCeshi > li.navcurrent a{font-weight: bold; }
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 0.8vw;}

/*下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:109px; margin-left:-60px; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:rgba(0,0,0,0.6); }

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #eee;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px #666 solid;}
.nav ul li>ul a:hover{text-indent: 10px;color: #fff;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul.nav2{width:220px; left:22%;}


/*搜索*/
.search{background: url(//memberpic.114my.cn/0393231/uploadfile/image/20231129/20231129144746_870181427.png) no-repeat center;width: 18px;height: 16px;cursor: pointer;}

.search:hover .slideDown{opacity: 1;height: 190px;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top: 100%; width: 100%; height: 0px;background: rgba(0, 0, 0, 0.7);z-index: 8;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;border-radius: 0px 0px 10px 10px;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1010px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot,.search .slideDown .searchHot a{ font-size: 15px; color: #fff;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;    padding-left: 20px;    float: left;}
.search-i {width: 32px;overflow: hidden;height: 20px;float: left;margin-top: 20px;}
@-webkit-keyframes "warn" {
    0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
    50% {transform: scale(0.5);-webkit-transform: scale(1);opacity: 0.0;}
    100% {transform: scale(0);-webkit-transform: scale(0);opacity: 0.0;}
}


/*banner*/
.bann{overflow: hidden;position: relative;}
.bann:after{content:'';width:100%;position:absolute;height:152px;background:url(//memberpic.114my.cn/0393231/uploadfile/image/20231127/20231127182137_2025944118.png)no-repeat center;bottom:0;left:0;z-index:9;filter: brightness(2);}
.slider {width: 100%;}
.slick-slide{height: auto;}
.slick-slide img {width: 100%;}
.slick-prev {left: 38px;z-index: 99;}
.slick-next {right: 40px;}
.slick-dots{bottom: 32px;}
.slick-dotted.slick-slider{margin-bottom: 0;}
.slick-prev:before, .slick-next:before{font-size: 34px;font-family: "zxi";}
.slick-dots li{margin:0 2px !important;}
.slick-dots li button{font-size:0 !important;position:absolute;}
.slick-dots li button:before{color: #fff;opacity: 1;font-size:42px;}
.slick-dots li.slick-active button:before{color:#f9376d;}
.bann.slick-dotted .slick-prev{left:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-prev{left:38px;}
.bann.slick-dotted .slick-next{right:-52px;transition:all 0.5s;}
.bann.slick-dotted:hover .slick-next{right:38px;}
.bann .slick-prev:before,.bann .slick-next:before{width:36px;height:52px;background:rgba(0,0,0,0.8) url(//memberpic.114my.cn/0393231/uploadfile/image/20231129/20231129144815_30919171.png)center no-repeat;line-height: 52px;display: block;top:calc(50% - 26px);font-family:'zxi';}
.bann .slick-prev:before {content: '';display: block;left:0;    transform: rotate(180deg);}
.bann .slick-next:before{content: '';right:0;}



.solu_bg{background:#fff;}
.solu .slick-list{width:130%;}
.solu{padding:40px 0 40px;display: flex;justify-content: space-between;}
.solu_l span img{width:200px;}
.solu_l p{font-size:60px;color:#222;line-height: 60px;margin: 10px 0 5px;}
.solu_l dd{font-size: 18px;color: #666;line-height: 36px;letter-spacing: 1px;}
.solu_l a{width:150px;height:40px;line-height:40px;text-align:center;background:#f9376d;color:#fff;display: block;margin-top: 40px;}
.solu_l d{font-weight:600;}
.solu_l em{font-size: 14px;color:#999;text-transform: uppercase;letter-spacing: 5px;}
.solu_l em:after{content:'';width:200px;height:2px;background: #ccc;display:block;margin: 40px 0 60px 0;}
.solu_r{width:55%;position: relative;}
.solu_r .tempWrap{width:130% !important;}
.solu_r ul li{position: relative;margin-right:10px;display:block;}
.solu_r ul li img{width:100%;height:auto;}
.solu_r ul li>div{position: relative;}
.solu_r ul li>div:after{content:'';width:100%;height:100%;position: absolute;left:0;top:0;background:rgba(0,0,0,0.3)}
.solu_r li.on img{border-radius: 50px 0 0 50px;}
.solu_r ul li.on div:after{background:rgba(0,0,0,0);}
.solu_r span{font-size: 40px;color:#222;display: block;position: relative;padding-left: 60px;font-weight: bold;float: right;margin-top: -20px;padding-right: 55px;}
.solu_r span i{position: absolute;left: 0px;top: -32px;color: #f9376d;font-weight: lighter;}
.solu_r span:after{content:'';width:1px;height:50px;background:#ccc;display:block;position: absolute;top: -10px;transform: rotateZ(30deg);left: 52px;}
.solu_r ul li p{font-size: 28px;color:#222;float: left;margin-top: 20px;padding-left: 40px;display:none;}
.solu_r ul li p em{font-size:14px;color:#999;display:block;}
.solu_r ul li.on p{display:block;}
.solu_btn{position: absolute;bottom: 66px;right: 50px;}
.solu_btn img{width: 70px;height: 70px;}




.prod_bg{position: relative;z-index:9;}
.prod_t p{font-size: 40px;color:#222;margin-bottom: 10px;}
.prod_t span{font-size:18px;color:#666;}
.prod_t .prolist2021 li{display:block;float: left;}
.prod_t .prolist2021 ul{display:flex;}
.prod_t .prolist2021 li a{padding: 10px 20px;background:#222;color: #fff;display: block;margin-right: 10px;border-radius: 30px;font-size:14px;}
.prod_box{margin-top:40px;}
.prod_t .prolist2021 li.on a{background:#f9376d;}
.prod_box .progdwz2021 .slick-list li{padding:0 10px;overflow: hidden;display: block;}
.prod_box .progdwz2021 .slick-list li>a{display:block;}
.prod_box .progdwz2021 .slick-slide br{display:none;}
.prod_box .progdwz2021 .slick-list li img{width:100%;height:auto;filter: brightness(1.05);border-radius:15px;}
.prod_box .progdwz2021 .slick-list span{display:none;}
.prod_box .slick-dots{bottom:-30px;}
.prod_box .slick-dots li button:before{color:#ccc;}
.prod_box .slick-dots li.slick-active button:before{color:#f9376d;}
.prod_box .tempWrap>ul{padding-bottom:30px !important;display:block;}



/*appli*/
.appli{background:#f8f8f8;}
.appli_tit{display:flex;justify-content: space-between;}
.appli_tit p{font-size: 40px;color:#222;}
.appli_tit span{font-size:16px;color:#666;display:block;}
.appli_tit a {font-size: 15px;background: #f9376d;color: #fff;padding: 0.8% 0;margin: 2% 0 0;width: 10%;display: flex;justify-content: center;font-weight: lighter;position: relative;z-index: 5;}
.appli_box {/* max-width: 1600px; */margin: 0 auto;}
.appli_con {margin: 40px 0 0;}
.appli_call {}
.appli_call ul {margin-bottom:0 !important;}
.appli_call li {display: flex;flex-direction: column;align-items: center;margin: 0 0.1%;position: relative;overflow: hidden;z-index: 5;}

.appli_call li a {overflow: hidden;display: inline-block;width:100%}
.appli_call li a img {width: 100%;height: auto;transition: 0.5s;}
.appli_call li:hover img {transform:scale(1.1);}
.appli_call li p {width: 90%;position: absolute;display: flex;justify-content: center;align-items: center;bottom: -20%;left: 0;background: rgba(0,0,0,0.5);padding: 4% 0;right: 0;margin: 0 auto;transition:0.6s;text-align:center;}
.appli_call li:hover p {bottom:4%;}
.appli_call li p a {font-size: 16px;color: #fff;}
.appli_call .ban_dot {display:none !important;}





.from_page{
    width: 100%;
    height:1227px;
    background:url(//memberpic.114my.cn/0393231/uploadfile/image/20231128/20231128183532_1863483261.png) no-repeat top center #fbf2f7;
    position: relative;
    z-index: 3;
    margin-top: -20px;
    padding:185px 0 100px;
}
.index_adv:before{content:'';width:100%;height:225px;background:url(//memberpic.114my.cn/0393231/uploadfile/image/20231129/20231129142951_1013418143.png)no-repeat center top;position: absolute;top:-225px;}
.index_adv{background: #fbf2f7;position: relative;padding-top:40px;}
.index_adv *{box-sizing: content-box;}
.prod_ads_page{ position: relative; height: 560px; display: block; }
.prod_ads_bg1{position: absolute;background: url(//memberpic.114my.cn/0393231/uploadfile/image/20231129/20231129144850_1567570037.png) no-repeat center;width: 1272px;height: 1272px;display: block;bottom: -760px;left:44px;-webkit-animation: spin 4s linear infinite;animation: spin 4s linear infinite;}
.prod_ads_bg2{ position: absolute; background: url(//memberpic.114my.cn/0393231/uploadfile/image/20200924/20200924100124_1941746734.png) no-repeat center; width: 790px; height: 790px; display: block; bottom: -522px; left:285px; -webkit-animation: spin 20s linear infinite; animation: spin 20s linear infinite; }
.prod_ads_page > .page{height: 100%;position: relative;}
.prod_ads_page > .page:after{content: '';width: 550px;height: 600px;background:url(//memberpic.114my.cn/0393231/uploadfile/image/20231128/20231128165020_786044991.png) no-repeat center;position: absolute;left: 50%;margin-left: -300px;bottom: -51px;z-index: 333;background-size: 100%;}
.prod_ads_item{position: absolute;left: 0;z-index: 3344444;width: 170px;height: 170px;transition:0.3s all ease;overflow: hidden;transform: rotate(0deg);border-radius: 170px;}
.prod_ads_item:hover{width: 600px;border-radius:0px;z-index: 333333334;}

.prod_ads_item.prod_ads_item1{left: 90px;top: 220px;}
.prod_ads_item.prod_ads_item2{left: 400px;top: 0px;}
.prod_ads_item.prod_ads_item3{right: 400px;top: 0px;left: auto;}
.prod_ads_item.prod_ads_item4{right: 90px;top: 220px;left: auto;}
.prod_ads_ico {
  position: absolute;
  text-align: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 33344444;
  left: 0;
  top: 0;
    overflow: hidden;
    cursor: pointer
    
}
.prod_ads_item.prod_ads_item3 .prod_ads_ico,.prod_ads_item.prod_ads_item4 .prod_ads_ico{left: auto;right: 0;}
.prod_ads_ico:after{
    content: '';display: block;
    width: 110%;height: 110%;
    position: absolute;
    left: -5%;top: -5%;z-index: 0;
    border-radius: 50%;
  background: #ffcccc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExMjU1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjE4NTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #ffcccc 0%, #ff6699 100%);
background: -webkit-linear-gradient(left, #ffcccc 0%,#ff6699 100%);
background: linear-gradient(to right, #ffcccc 0%,#ff6699 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc', endColorstr='#ff6699',GradientType=1 );
-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;
}

.prod_ads_p {
  position: absolute;
  width: 340px;
  font-size:23px;
  font-weight: normal;
  line-height: 37px;
  height:50px;
  overflow: hidden;
  padding: 50px 45px 70px 200px;
  background:#fbf2f7;
  border-radius: 230px;
    z-index: 2;
 
    
}
.prod_ads_ico p{background: #fff;width: 70px;height: 62px;margin: 30px;border-radius: 50%;padding: 24px 20px;font-size:28px;line-height: 33px;position: relative;z-index: 3334;}
.prod_ads_ico p:after{content: '';
display: block;
width: 0;
height: 0;
border-width: 15px 0px 15px 15px;
border-style: solid;
border-color:transparent transparent transparent #fff;
position: absolute;
right: -10px;
bottom: 50%;
margin-bottom: -15px;
}

.prod_ads_item.prod_ads_item2 .prod_ads_ico p:after{transform: rotate(45deg);bottom: 15px;right: 5px;}
.prod_ads_item.prod_ads_item3 .prod_ads_ico p:after{transform: rotate(135deg);right: auto;left: 5px;bottom: 15px;}
.prod_ads_item.prod_ads_item4 .prod_ads_ico p:after{transform: rotate(180deg);right: auto;left: -10px;}
.prod_ads_item.prod_ads_item3 .prod_ads_p,.prod_ads_item.prod_ads_item4 .prod_ads_p{
    
  padding: 50px 200px 70px 45px;
    right: 0;
}
.from_page_cont{position: relative;}
.from_page_col32_img{position: relative;width: 100%;z-index:2;}
.from_page_col32_img img{ border-radius: 10px;width:100%;}

.from_page_col32{width:calc((100% - 40px) / 3);float: left;margin: 0 20px;background: rgba(255,255,255, 0.1);border-radius: 20px;transition:0.3s all ease;overflow:hidden;position: relative;transform:rotate(0deg);padding: 100px 50px 50px;}
.from_page_col31,.from_page_col33{width:calc((100% - 40px) / 3);float: left;}


.from_page_col3_item{background: rgba(255,255,255, 0.1);width: 100%;border-radius: 20px;transition:0.3s all ease;padding: 33px 50px 44px 50px; position: relative;cursor: pointer;overflow: hidden;transform:rotate(0deg);}
.from_page_col3_item i{display:block;width:100%;margin-left: auto;transition:0.3s all ease;z-index: 2;     padding-top:20px;position: relative;}
.from_page_col3_item i img{display: block;width:100%;height: 100%;   border-radius: 10px;}

.from_page_col3_item:first-child{margin-bottom: 20px;}

.from_page_col3_item:hover i{opacity: 1}

.from_page_col3_item:after,.from_page_col32:after{
    content: '';
    transition: 0.3s all ease;
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #ffcccc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWIzYjZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ExMjU1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #ffcccc 0%, #ffcccc 100%);
    background: -webkit-linear-gradient(-45deg, #ffcccc 0%,#ffcccc 100%);
    background: linear-gradient(135deg, #ffcccc 0%,#ffcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc', endColorstr='#ffcccc',GradientType=1 );
    position: absolute;
}
.from_page_col3_item:hover:after,.from_page_col32:hover:after{
    left:0;
}
.from_page_col3_item strong{font-size:30px;color: #fff;display: block;height:42px; font-weight: bold;position:relative;z-index: 2;}
.from_page_col3_item p{font-size:15px;color: #fff;line-height:24px;font-weight: lighter;opacity: 0.9;position:relative;z-index: 2;}
.from_page_col3_item:hover p{opacity: .85}


.from_page_col32 strong{color: #fff;font-size:40.5px;display: block;position: relative; z-index: 2;text-align: center;line-height:60px;font-weight: normal;}
.from_page_col32 strong .str{color: inherit;font-weight: bold;font-size: inherit;display: block;line-height: 45px;}
.from_page_col32 p{font-size:16px;position: relative;z-index: 2;color: #fff;text-align: center;line-height: 28px;padding: 30px 0;font-weight: lighter;}
.from_page_col32 strong b{font-family: microsoft yahei;     font-weight: bold; font-size:52px; color: #fff; padding: 0 9px;}

.slick-dots li button::before{font-family:'Arial' !important;}
.slick-dots li button {width: 15px;height: 15px;background: #eee;border-radius: 50%;}
.slick-dots li button:before{display:none;}
.slick-active button{background:#f9376d !important;}

/*about*/
.about {padding: 80px 0;overflow: hidden;background: #f8f8f8;}
.about_box {margin: 0 auto;}
.about_con {}
.about_con ul {display: flex;justify-content:  space-between;}
.about_con li {display: flex;justify-content:  space-between;flex-direction:  column;width: 47%;}
.about_con li:first-child {flex-direction:  column-reverse;}
.about_con li i {width: 100%;position:  relative;z-index: 5;padding: 0 0 5% 5%;overflow: hidden;}
.about_con li:first-child i {padding: 0 5% 5% 0;}
.about_con li i:before {content:'';width: 50%;height: 60%;background: #eee;position:absolute;left: 0;bottom: 0;z-index: -1;}
.about_con li:first-child i:before {content:'';width: 50%;height: 60%;background: #f1f1f1;position:absolute;right: 0;left: auto;bottom: 0;z-index: -1;}
.about_con li i img {width: 100%;height: auto;transition: 0.5s;}
.about_con li:hover img {transform:scale(1.1);}
.about_con li p {display: flex;flex-direction: column;width: 100%;font-family:  Arial;font-size: 24px;align-items:  flex-end;margin: 9% 0 5%;position:  relative;}
.about_con li:first-child p {font-size: 45px;text-transform:  capitalize;align-items:  flex-start;margin: 8% 0 0;}
.about_con li:first-child p:before {content:'';width: 10%;height: 5px;background: #f9376d;position: absolute;bottom: -60%;left:0;}
.about_con li p span {font-size: 14px;padding: 1% 0 0;line-height:  30px;font-weight:  lighter;color:  #999;text-align:  right;color:#222;}
.about_con li:last-child p span {padding: 3% 0 0;}
.about_con li:first-child p span {font-size: 36px;padding: 3% 0 0;}

/*int*/
.int {padding: 7% 1%;overflow: hidden;position: relative;z-index: 5;background: url(//memberpic.114my.cn/0393231/uploadfile/image/20221210/20221210151106_627620288.jpg)no-repeat center top fixed;}
.int:before {content:'';width: 100%;height: 100%;background: rgba(0,0,0,0.1);position: absolute;top:0;left:0;z-index: -1;}
.int_box {max-width: 1600px;margin: 0 auto;}
.int_tit {display: flex;justify-content: center;align-items: center;}
.int_tit p {display: flex;flex-direction: column;align-items: center;font-size: 36px;}
.int_tit p span {font-size: 22px;/* font-weight: lighter; */padding: 5% 0 0;}

/*news*/
.news {padding: 3% 0% 4%;overflow: hidden;background: url(//memberpic.114my.cn/0393231/uploadfile/image/20221125/20221125160120_1960738670.jpg);}
.news_box {margin: 0 auto;}
.news_top {display:flex;justify-content:  space-between;align-items:  center;}
.news_tit {display: flex;flex-direction: column;}
.news_tit b {font-size: 36px;font-weight: normal;color:#222}
.news_tit b span {color: #f9376d;}
.news_tit p {font-size: 16px;color: #999;padding: 5% 0 0;font-weight:  lighter;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 40%;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li:before {content:'';width:0;height: 1px;background: #f9376d;position:absolute;bottom: 0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 10px;white-space: nowrap;font-weight: lighter;}
.news_nav li.on,.news_nav li.on a {font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;margin-bottom: 0 !important;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #eee;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #eee solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{content:'';position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;color: #666;bottom: -163px;background:url(//memberpic.114my.cn/0393231/uploadfile/image/20231128/20231128175918_56361614.png)no-repeat center;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #f9376d;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f9376d;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{filter: brightness(3);}
.new_ic{overflow:hidden;margin: 3% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}
.news_div .ban_dot {display:none !important;}



/*copy*/
.copy {/* overflow: hidden; */background: #f8f8f8;padding: 4% 1% 2%;position: relative;}
.copy_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_l {width:50%;display: flex;flex-direction: column;}
.copy_top {display:flex;align-items: flex-end;}
.copy_top>i {width: 28%;}
.copy_top i img {width: 100%;height: auto;}
.copy_top ul {margin: 0 0 0 3vw;display:flex;/* position: relative; */align-items: center;}
.copy_top ul p {font-size: 15px;margin: 0 8px 0 0;}
.copy_top li {margin:0 10px;position: relative;/* overflow: hidden; */display: flex;}
.copy_top li i {font-size: 20px;width: 32px;height: 32px;border: 1px solid #ddd;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.copy_top li:nth-child(3) i {font-size: 16px;}
.copy_top li:nth-child(4) i {font-size: 22px;}
.copy_top li em {position: absolute;left: -100%;top: 0;transition: 0.5s;transform: translateY(50%);opacity: 0;visibility: hidden;width: 300%;border: 1px solid #ddd;}
.copy_top li em img {width:100%;height:auto;}
.copy_top li:hover em {transform: translateY(-110%);opacity: 1;visibility:visible;}
.copy_top li em img {}
.copy_txt {display: flex;flex-direction: column;}
.copy_txt p {display: flex;align-items: center;margin: 8% 0 0;}
.copy_txt p:nth-child(2) i {font-size: 20px;}
.copy_txt p:nth-child(3) i {font-size: 16px;}
.copy_txt p+p {margin: 2% 0 0;}
.copy_txt p i {font-size: 22px;}
.copy_txt p em {font-size: 16px;margin: 0 0 0 16px;}
.copy_txt em span {font-size: 18px;}
.copy_txt em {font-size: 15px;margin: 8% 0 0;}
.copy_txt em>a {font-size: 15px;}
.copy_con {width: 60%;display: flex;flex-direction: column;position: absolute;right: 0;top: -8%;padding: 4% 11% 0 7%;z-index: 5;}
.copy_con:before {content:'';background: #f9376d;/* padding: 5%; */border-radius: 4vw 0 0 4vw;width: 110%;height: 110%;position: absolute;left: 0%;top: 0;transform: skewX(-20deg);z-index: -1;box-shadow: 0 10px 30px rgb(190 0 121 / 50%);}
.copy_num {display: flex;justify-content: space-between;color: #fff;}
.copy_num p {font-size: 16px;display: flex;align-items: center;}
.copy_num p i {font-size: 32px;}
.copy_num p em {font-size: 17px;margin: 0 0 0 13px;display: flex;align-items: center;}
.copy_num p em span {font-size: 25px;font-family: Arial;}
.copy_num a {font-size: 15px;display: flex;align-items: center;color: #fff;opacity: 0.7;font-weight: lighter;transition:0.5s;}
.copy_num a:hover {opacity:1;}
.copy_num a i {font-size: 25px;margin: 0 0 0 12px;}
.copy_nav {margin: 3% 0 0;padding: 4% 0;border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_nav ul {display: flex;justify-content:space-between;width: 100%;}
.copy_nav li p {font-size: 18px;line-height: 20px;margin-bottom: 20px;font-weight: bold;color: #fff;}
.copy_nav li a {font-size: 14px;line-height: 30px;display: flex;color: #fff;transform:translateX(0);transition:0.5s;font-weight:  lighter;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_end {margin: 3% 0 0;display: flex;justify-content: space-between;}
.copy_end em {color: #fff;font-size: 15px;font-weight:  lighter;}
.copy_end em>a {font-size: 15px;color: #fff;}
.copy_end>a {font-size: 15px;color: #fff;font-weight:  lighter;}