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

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei"; overflow-x:hidden; font-size:14px;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
#copy {display: none;}
a {color: #666; text-decoration: none;}
a:hover {color:#2c48f1;text-decoration: none; border-bottom-style:}
.bg{width: 100%;min-width: 1400px;}
.box{margin: 0 auto;width:90%; min-width:1400px;max-width:1600px;}
.fl {float: left;}
.fr {float: right;}

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

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}


/*间隙*/
.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;}


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

/*共用代码*/
.t{text-align: center;}
.t h3{font-size:40px; color:#333; background:url(//memberpic.114my.cn/023784/uploadfile/image/20230816/20230816142327_1833656432.png) no-repeat center; line-height:69px; font-weight:normal;}
.t p{font-size:18px;}


@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}





/*抬头*/
.top_bg{background:url(//memberpic.114my.cn/023784/uploadfile/image/20231127/20231127172332_2071471215.jpg)no-repeat center;height:47px;}
.top_l{line-height:40px;font-size:14px;color:#999;}
.top_r{}
.top_r a{display: block;float: left;color:#fff;font-size:15px;line-height:47px;padding-left:40px;}
.top_r a:nth-child(1){background:url(//memberpic.114my.cn/023784/uploadfile/image/20231127/20231127172730_1204637881.png)no-repeat center left;}
.top_r a:nth-child(2){background:url(//memberpic.114my.cn/023784/uploadfile/image/20231127/20231127172756_1584077358.png)no-repeat center left;margin-left:20px;}





/*抬头*/
.head_bg{height:110px; display:flex; justify-content:space-between;position: relative;}
.head .fl{display:flex;}
.head_logo{margin-top:17px; margin-left:-3px;}
.head_ad{display:flex; margin-top:29px; margin-left:2.8%; white-space:nowrap;}
.head_ad dt{font-size:20px; line-height:24px; color:#333;}
.head_ad dt span{display:inline-block; font-size:20px; line-height:30px; color:#2c48f1; font-weight:bold; vertical-align:baseline;}
.head_ad dd{display:flex; justify-content:space-between; margin-top:12px;}
.head_ad dd i{font-style:normal; font-size:16px; line-height:16px; color:#666; font-weight:100;}
.head_ad dd i:before{content:""; display:inline-block; width:8px; height:2px; background:#333; margin-right:5px; vertical-align:middle;}
.head .fr{display:flex; width:53.3%; height:fit-content; margin-top:40px;}
.head_nav{width:100%;}
.head_nav ul{width:100%; display:flex; justify-content:space-between;}
.head_nav li{width:calc(98.5% / 6); border-radius:4px;}
.head_nav li a{display:block; padding:10px 0; text-align:center; font-size:16px; line-height:16px; color:#666;}
.head_nav li:hover,.head_nav li.cur{background-color:#2c48f1;}
.head_nav li:hover a,.head_nav li.cur a{color:#fff;}



/*搜索*/
.head_but{width:38px;height:38px;border-radius: 50%;margin-left: 20px;cursor: pointer;}
.search{background: url(//memberpic.114my.cn/gdfengmeijia/uploadfile/image/20230617/20230617090026_229586986.png)no-repeat center;}
.head_but:after{content: '';width: 100px;height: 100px;border-radius: 50%;background: #2c48f1;opacity: 0.9;position: relative;display: block;top: -31px;left: -31px;z-index: -1;opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.head_but:hover:after{-webkit-animation: warn 1s ease-out;animation: warn 1s ease-out;}
.head_but.tel:after{background-color: #2c48f1;}
.tel{background:url(//memberpic.114my.cn/gdfengmeijia/uploadfile/image/20230617/20230617090046_1535079093.png)no-repeat center;position: relative;}
.head_tel{background: #fff;width:452px; padding:30px;position: absolute;top:50px;right: 0px;border-radius:10px;height: 0px;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 2222;box-shadow: 0px 0px 10px #eee;}
.head_tel p{font-size:16px;font-weight: lighter;}
.head_tel span{display: block;color: #2c48f1;font-size:28px;margin-top:6px;}
.tel:hover .head_tel{opacity: 1;height:110px;}
.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.5);z-index: 999;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: 1028px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot{ font-size: 14px; color: #fff;}
.search .slideDown .searchHot a{ 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: 10px;    float: left;}
.search-i {width: 32px;overflow: hidden;height: 32px;float: left;margin-top: 13px;}
@-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-box,.banner-box .bd li{height:800px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817110939_102403119.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111000_1979043102.png);}
.banner-box .hd ul li.on{background:#2c48f1;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;margin: 0 auto;z-index: 5;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100% !important;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:40px;height:40px;position:absolute;opacity:0.8;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:46%;background-repeat:no-repeat; }
.banner-btn a.prev{left:2%;} 
.banner-btn a.next{right:2%;}

.banner-box .hd {position:absolute;bottom:6%;width: 100%;display: block;}
.banner-box .bd ul{width:100% !important;}
.banner-box .hd ul{ text-align: center;}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}



/*产品*/
.prod_bg{margin-top:80px;}
.list{margin-top:40px;}
.list .prolist2021 ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.list .prolist2021 li{width:18.8%; margin-bottom:24px; background:#f5f5f5;}
.list .prolist2021 li > a{display:block; font-size:16px; line-height:65px; color:#666; text-align:center;}
.list .prolist2021 li:hover,.list .prolist2021 li.on{background-color:#2c48f1;}
.list .prolist2021 li:hover > a,.list .prolist2021 li.on > a{color:#fff;}
.prod_cont{margin-top:19px;}
.progdwz2021{width:100% !important;}
.progdwz2021 ul{display:flex; justify-content:flex-start; align-items:center;}
.progdwz2021 li{width:calc((100% - 9%) / 4); margin-bottom:25px;}
.progdwz2021 li+li{margin-left:3%;}
.progdwz2021 li > a{display:block;}
.progdwz2021 li > a img{width:100%; height:calc(100% * 3 / 4)}
.progdwz2021 li br{display:none;}
.progdwz2021 li span{}
.progdwz2021 li span a{display:block; text-align:center; line-height:48px;}



/*案例*/
.casebg{max-width:1920px; height:740px; margin:0 auto; margin-top:35px; background-size:100% auto; background-position:center bottom; background-repeat:no-repeat; background-color:#f5f5f5; background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20231012/20231012144011_1506520204.jpg);}
.casebg .box{padding-top:90px;}
.case_tit{text-align:center;}
.case_tit em{font-style:normal; font-size:40px; line-height:40px; color:#333;}
.case_tit em font{color:#2c48f1; font-weight:bold;}
.case_tit p{margin-top:20px; font-size:18px; line-height:18px;}
.case_cont{display:flex; justify-content:center; margin-top:40px;}
.case_cont dl{width:21.5%; background:#fff; transition:all .4s ease;}
.case_cont dl+dl{margin-left:2%;}
.case_cont dt{text-align:center; padding-top:53px; border-bottom:1px solid #eee; transition:all .4s ease;}
.case_cont dt span{font-size:26px; line-height:26px; color:#333; transition:all .4s ease;}
.case_cont dt font{display:block; margin-top:10px; font-family:Arial; font-size:16px; line-height:16px; color:#999; transition:all .4s ease;}
.case_cont dt em{display:inline-block; width:30px; margin-top:14px; background:#fff; border:1px solid #eee; border-radius:50%; font-style:normal; text-align:center; font-family:Arial; font-size:16px; line-height:28px; color:#999; margin-bottom:-15px; transition:all .4s ease;}
.case_cont dd{padding:28px 4% 25px; box-sizing:border-box;}
.case_cont dd i{display:block; width:100%; box-sizing:border-box; transition:all .4s ease;}
.case_cont dd i img{width:100%;}
.case_cont dd p{text-align:center; font-size:14px; line-height:28px; color:#999; transition:all .4s ease;}
.case_cont dl.on{background-color:#2c48f1;}
.case_cont dl.on dt{border-bottom-color:rgba(255,255,255,.8);}
.case_cont dl.on dt span,.case_cont dl.on dt font{color:rgba(255,255,255);}
.case_cont dl.on dt em{color:rgba(255,255,255); background-color:#2c48f1; border-color:rgba(255,255,255,.8);}
.case_cont dl.on dd i{transform:translateY(56px) rotateY(360deg);}
.case_cont dl.on dd p{transform:translateY(var(--img-height)); color:#fff;}



/*广告*/
.sloganbg{width:100%; height:190px; min-width:1400px; max-width:1920px; margin:0 auto; background:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013140023_785979567.jpg) center no-repeat;}
.slogan{width:1400px; margin:0 auto;}
.slogan_fl{float:left;}
.slogan_fl dl{display:flex; padding-top:60px;}
.slogan_fl dl dt{font-family:Arial; font-size:50px; line-height:40px; color:#ffff00; font-weight:bold;}
.slogan_fl dl dd{}
.slogan_fl dl dd i{display:block; padding-left:7px; font-style:normal; font-family:Arial; font-size:13px; line-height:13px; color:rgba(255,255,255,.2);}
.slogan_fl dl dd p{margin-top:5px; font-size:24px; line-height:24px; color:#fff; font-weight:bold;}
.slogan_fl em{display:block; margin-top:10px; font-style:normal; font-size:16px; line-height:16px; color:#fff;}
.slogan_fr{float:right; margin-top:62px; padding-left:74px; background:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013115841_397486151.png) left 13px no-repeat;}
.slogan_fr em{font-style:normal; font-size:14px; line-height:14px; color:rgba(255,255,255,.5);}
.slogan_fr p{margin-top:10px; font-family:Arial; font-size:24px; line-height:20px; color:#fff; font-weight:bold;}


/*案例*/
#featured{overflow: hidden;height: 541px;position: relative;margin:0; margin-top:45px;}
#featured .slide{position: absolute;z-index: 1;padding: 6px 12px 25px;}
#featured .active{z-index: 2;padding: 6px 12px 25px;}
.container .active img{width:600px;height:450px;}
#featured .description{width: 320px;line-height: 55px;border-radius: 28px;text-align: center;margin: 30px auto 0;background: #2c48f1;display: none;}
#featured .description, #featured .description h2{color: #fff; font-weight:normal;}
#featured .additional{display: black;position: relative;top: 6px;left: 6px;width: 600px;height: 450px;margin: 0 auto;z-index: 9;}
#featured .active .description{display: block !important;}
#featured a.prevslide, #featured a.nextslide{display: block;width: 30px;height: 40px;position: absolute;top: 200px;text-indent: -9999px;}
#featured a.prevslide{background: url(//memberpic.114my.cn/023784/uploadfile/image/20231015/20231015234609_621787486.png) no-repeat;left: 29px;}
#featured a.nextslide{background: url(//memberpic.114my.cn/023784/uploadfile/image/20231015/20231015234609_850004612.png) no-repeat;right: 30px;}
#featured a.featured-zoom, #featured a.featured-more{display: block;width: 40px;height: 43px;position: absolute;text-indent: -9999px;top: 150px;}
.container{text-align: left;margin: 0 auto;width: 600px;position: relative;}



/*优势*/
.adv_bg{background:url(//memberpic.114my.cn/023784/uploadfile/image/20230816/20230816163734_1794232719.jpg)no-repeat center bottom;padding:80px 0px;position: relative;}
.adv_bg::after{content:"";position: absolute;bottom:-270px;right:80px;background:url(//memberpic.114my.cn/023784/uploadfile/image/20230816/20230816175125_548206105.png);width:337px;height:480px;}
.adv_t{text-align: center;}
.adv_t span{display: block;font-size:80px;color:rgba(102,102,102,0.1);}
.adv_t h3{font-size:40px;color:#333;font-weight: normal;margin-top:-70px;}
.adv_t h3 em{color:#2c48f1;font-style: normal;}
.adv_t p{font-size:18px;margin-top:10px;}
.adv_cont{width:1660px;height:727px;margin-right:-260px;background:#fff;position: relative;padding:40px;z-index: 2;}
.adv_list{position: absolute;top:40px;left:40px;z-index: 222;cursor:pointer;}
.adv_list li{float: left;width:130px;height:170px;background:#f5f5f5;text-align:center;padding-top:25px;}
.adv_list li+li{margin-left:30px;}
.adv_list li i{display: block;background-color:#2c48f1;width:64px;height:64px;border-radius:50%;margin:0 auto;background-position: center top;background-repeat: no-repeat;background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230818/20230818091915_487779573.png);    transition: all 0.3s ease;}
.adv_list li p{font-size:22px;font-weight: bold;color:#333;margin-top:10px;}
.adv_list li span{display: block;font-size:14px;color:#ddd;margin-top:5px;}
.adv_list li.on{background:#2c48f1;}
.adv_list li.on i{background-color:#fff;background-position: center bottom;}
.adv_list li.on p{color:#fff;}
.adv_list li.on span{color:rgba(255,255,255,0.1);}
.adv_list li:nth-child(2) i{background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230818/20230818092135_1422744281.png);}
.adv_list li:nth-child(3) i{background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230818/20230818092146_1609572497.png);}
.adv_list li:nth-child(4) i{background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20230818/20230818092158_24817502.png);}


.adv_l{width:38%;margin-top:220px;}
.adv_r{width:56%;}
.adv_shu{font-size:70px;font-weight: bold;color:#2c48f1;border-right:1px #eee solid;padding-right:20px;}
.adv_w1{padding-left:25px;}
.adv_w1 p{font-size:30px;font-weight: bold;color:#333;padding-top:6px;}
.adv_w1 span{display: block;font-size:16px;color:#ddd;margin-top:5px;}
.adv_w{border-top:1px #eee solid;margin-top:20px;padding-top:30px;font-size:16px;line-height:30px;}
.adv_w p{position: relative;padding-left:28px;}
.adv_w p::after{content:"";background:url(//memberpic.114my.cn/023784/uploadfile/image/20230816/20230816171350_1080507184.png)no-repeat center left;width:15px;height:13px;top:9px;left:0px;position: absolute;}
.adv_w p+p{margin-top:20px;}
.adv_tel{background:url(//memberpic.114my.cn/023784/uploadfile/image/20230816/20230816171639_503739892.png)no-repeat center left;padding-left:70px;margin-top: 50px;}
.adv_tel p{font-size:16px;}
.adv_tel span{display: block;font-size:26px;font-weight: bold;color:#2c48f1;}


/*流程*/
.processbg{}
.process_tit{display:flex; flex-direction:column; align-items:center;}
.process_tit em{text-align:center; font-weight:bold;}
.process_tit em i{display:block; margin:0 auto -60px; font-style:normal; font-family:Arial; font-size:80px; line-height:53px; color:rgba(153,153,153,.1); text-transform:uppercase;}
.process_tit em span{font-style:normal; font-size:40px; line-height:60px; color:#333;}
.process_tit p{margin-top:13px; font-size:18px; line-height:18px; color:#666;}
.process{display:flex; justify-content:center; background:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013164121_1229762438.png)no-repeat 80px 50px;}
.process dl{display:flex; flex-direction:column; align-items:center; width:184px; height:159px; margin-top:40px; background-position:center; background-repeat:no-repeat;}
.process dl+dl{margin-left:25px;}
.process dl:nth-child(2n-1){padding-top:32px; background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013164121_304582925.png);}
.process dl:nth-child(2n){padding-top:41px; background-image:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013164121_507658583.png);}
.process dt{}
.process dd{margin-top:20px; font-size:18px; line-height:18px;}
.process dl:nth-child(2n-1) dd{color:#333;}
.process dl:nth-child(2n) dd{color:#fff;}



/*留言*/
.touchbg{height:593px; max-width:1920px; margin:0 auto; margin-top:8px; padding-top:78px; background:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013170747_359040396.jpg) center no-repeat;}
.touchbg .box{width:1400px;}
.touch_fl{float:left; width:700px; height:340px; text-align:right; padding-top:60px; padding-right:82px; background:url(//memberpic.114my.cn/023784/uploadfile/image/20231013/20231013170747_1006412673.jpg) center no-repeat;}
.touch_fl em{font-style:normal; font-size:34px; line-height:34px; color:#000; font-weight:bold;}
.touch_fl em i{font-style:normal; color:#2c48f1;}
.touch_fl span{display:inline-block; margin-top:15px; font-size:20px; line-height:20px; color:#666;}
.touch_fl a{display:inline-block; width:150px; margin-top:23px; text-align:center; font-size:16px; line-height:38px; color:#fff; border-radius:19px; background:#2c48f1;}
.touch_fr{float:right; height:340px; background:#e5e5e5;}
.form_box{width:700px;margin:0 auto;margin-top:40px;padding: 0px 40px;}
.feed_lx{overflow: hidden;}
.feed_lx+.feed_lx{margin-top:18px;}
.form_box ul li{float: left;height: 45px;position: relative;width: 49%;}
.form_box ul li+li{margin-left:2%;}
.form_box ul li span{position:absolute;top:-20px;left:0;line-height: 20px;color: #fa9900;}
.form_box ul li input{width:100%;height:45px;line-height:43px;padding: 0 10px 0 12px;border:1px solid #e5e5e5;outline: none;font-size: 16px;color: #333;}
.form_box ul li input:focus,.form_box textarea:focus,.code input#authcode:focus{border:1px solid #0497dd;}
.form_box ul li .input-name01{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111049_1408378484.png) 418px 16px no-repeat;}
.form_box ul li .input-name02{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111110_1579112408.png) 418px 16px no-repeat;}
.form_box ul li .input-name04{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111133_1722472207.png) 418px 16px no-repeat;}
.form_box ul li .input-name05{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111155_1269399928.png) 418px 16px no-repeat;}
.form_box ul li .input-name06{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111216_909303884.png) 418px 16px no-repeat;}
.form_box ul li .input-name07{}
.form_box ul li.li08{margin-left:0;margin-top:18px;height: auto;width: 100%;}
.form_box textarea{background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111216_909303884.png) 898px 10px no-repeat;width:100%;height: 67px;line-height:33px;border:1px solid #e5e5e5;outline: none;font-size: 16px;color: #333;padding: 0 10px 0 12px;}
.code{margin:18px auto 0;float: left;font-size: 0;width: 100%;}
.code input#authcode{width:60%;height: 45px;background: #ffffff url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111255_337480473.png) 570px 16px no-repeat;border:1px solid #e5e5e5;padding-left: 12px;display:inline-block;vertical-align: top;}
.code i{width:15%;height: 45px;display:inline-block;vertical-align:middle;margin-left:2%;}
.code img{width: 100%;height: 100%;}
#submit{color: #fff;font-size: 16px;width:21%;height: 45px;line-height: 43px;text-align: center;background-color: #080a0b;display:inline-block;vertical-align: top;border: none;}
.feed_lx b {font-size: 20px;line-height: 40px;}

/*简介*/
.aboutbg{margin-top:25px;}
.about_txt{float:left; width:38%; padding-top:82px;}
.about_txt em{font-style:normal; font-size:40px; line-height:40px; color:#333; font-weight:bold;}
.about_txt span{display:block; margin-top:16px; font-size:18px; line-height:18px; color:#666;}
.about_txt p{margin-top:33px; font-size:14px; line-height:28px; color:#666;}
.about_txt a{display:block; width:180px; margin-top:43px; text-align:center; font-size:18px; line-height:45px; color:#fff; border-radius:5px; background:#2c48f1;}
.about_img{float:right; width:50%;}
.about_img img{width:100%;}



/*工厂*/
.plantbg{margin:0 auto; margin-top:70px;}
.plant .tempWrap{width:100% !important;}
.plant table tr{display:block;}
.plant table td{display:block;margin-right:30px;padding-left:0 !important;float:left;width:calc(1480px/4) !important;position: relative;    overflow: hidden;}
.plant table td img{width:100%;height: 100%;}
.plant table td div{display:block;position: absolute;bottom:0px;right:-250px;width:250px;height:50px;background:rgba(44,72,241,0.5);transition: 0.3s ease all;border-radius: 20px 0 0 0;}
.plant table td div a{display:block;width:100%;height:100%;text-align:center;line-height:50px;color: #fff;}
.plant table td:hover div {right:0px;}



/*新闻*/
.news_top{width:551px;margin:0px auto;margin-bottom:40px;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;     color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{float:left;background: #fff; -webkit-box-shadow: 0px 0px 20px #eee; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100;}
.news_tab li.cur{color:#fff; background:#2c48f1;width: 171px; height: 42px; line-height: 42px;}
.news_tab li.cur a{color:#fff;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.news_a .sNext{left: 5px;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.news_a i:hover{color:#2c48f1;}
.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:500px;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 23.6%;display: inline-block;position: relative;height:501px;-webkit-transition:0.5s;transition:0.5s; padding: 20px; border: 1px #eee solid;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:278px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111330_601082417.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:318px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;-webkit-transition:0.3s;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -136px;left: 0;width: 130px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;-webkit-transition:0.5s;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -128px;font-size: 43px;background:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111355_883549157.png) no-repeat center;width: 18px;height: 14px;left: 130px;-webkit-transition:0.5s;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.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;}

.news_list .news_div_item:hover .news_div_item_a{color: #2c48f1;-webkit-transition:0.3s;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;-webkit-transition:0.5s;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;-webkit-transition:0.5s;transition:0.5s;}



/*版权*/
.copyright{ background:#181818; padding-top:60px;}
.crcontact{ background:#fff; padding:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start; }
.crcontact li{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.crcontact_t span{ display:block; font-size:16px; color:#717477; font-weight:lighter; margin:10px 0 25px 0;}
.crcontact_t em{ font-size:26px; color:#2c48f1; font-family:Arial, Helvetica, sans-serif;    font-style: normal;}
.crcontact_t{ font-size:16px; color:#333333;}
.crcontact_t i{ font-size:20px; font-family:Arial, Helvetica, sans-serif; color:#222222;font-style: normal;}
.crcontact li p+p{ margin:5px 0 0 40px;}
.crcon{ padding:60px 0 0 0; border-bottom:1px solid #2c2c2c;}
.crcon .box,.kslj{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.kslj p{ font-size:20px; color:#fff; margin-bottom:20px;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;}
.kslj a:hover{ color:#fff;}
.kslj li{ height:187px; padding:0 80px; border-left:1px dashed #2f2f2f;}
.kslj li:last-child{ border-right:1px dashed #2f2f2f;}
.crcode{ width:218px; height:244px; background:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111425_1975470547.png) no-repeat center; margin-bottom:1px;}
.crcode img{ width:186px; height:186px; margin:56px 0 0 17px;}
.end{ height:128px; border-top:1px solid #000000;}
.end,.end a{ line-height:128px; font-size:15px; color:#898989;}
.end a:hover{ color:#fff;}
.links{ color:#fff; background:#2c48f1;}
.links .box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center; height:85px;}
.links .box>p{ font-size:16px; color:#fff; font-weight:bold; padding-left:35px; background:url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111449_2054648739.png) no-repeat left center; line-height:26px;}
.links .box>p span{ font-size:18px; padding:0 20px 0 5px;}


/*浮动*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #2c48f1;margin-top: 1px;padding: 9px 0;height: 80px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.cn/023784/uploadfile/image/20230817/20230817111514_983447057.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#2c48f1;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 15px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;display:flex;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}