/*标签样式初始化*/
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:#f20202;text-decoration: none; border-bottom-style:}
.page{ margin:0 auto;width: 1400px; }
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width: 92%;min-width: 1400px;}
.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;color:#000;}
.t h3{font-size:40px;}
.t h3 b{color:#d22723;}
.t p{font-size:18px;margin-top:8px;margin-bottom:16px;}

/*抬头*/
.tp_bg{height:46px;line-height: 46px;background: #1E5AD2;color:#5989ea;}
.tp_fr p{float:left;height: 46px;margin-left:30px;}
.tp_fr p a{color:#5989ea;}
.tp_fr p a:hover{color:#fff;}
.tp_fr p img{float: left;margin:13px 12px 0  0;}
.tp_fr p b{font-size:20px;color:#fff;font-family:"Century Gothic"; float: right;  display: block;}


.top{width:92%;min-width:1400px;height: 120px;margin:0 auto;}
.logo{padding-top:20px;}
.name{margin-top: 22px;margin-left: 20px;}
.name b{font-size:30px; color:#222;}
.name p{font-size: 20px;color: #333;line-height:34px;letter-spacing: 1.4px;}
.name p span{color:#d22723;}
.NavCeshi > li {float: left;top: 0px;padding: 0 20px;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}
.NavCeshi > li > a { display: block; text-align: center;  transition: 0.2s all ease-in-out;position: relative; box-sizing: border-box; height:120px;line-height:120px;font-size: 16px;color: #333; z-index: 3; border-radius: 100px;}
.NavCeshi > li > a:hover{transform:scale(1.1);}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:3px; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: absolute; left: 0; right:0; bottom: 40px; margin:0 auto; background: #1E5AD2; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width:30px;}



/*导航下拉*/
.nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:190px;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:120px; margin-left:-94px; text-align:center; border-top:4px #1E5AD2 solid;}
.nav2 a{background: #1E5AD2;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 18px 0;width: 190px;height: 14px;line-height: 14px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;  transition-property: color, background, text-indent, opacity;box-sizing: content-box;}
.nav2 a:hover{background: #fff; text-indent: 10px;color: #1E5AD2;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi > li{padding: 0 19px;}
}
@media (max-width: 1599px) and (min-width: 1400px){
.NavCeshi > li{padding: 0 14px;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.NavCeshi > li{padding: 0 12px;}
}


/*幻灯片*/
.banner_box,.banner_box .bd li{height:680px;background: #fff;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:280px;background-image:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523141412_1945286099.png);}
.banner_box .hd ul li.on{background:#1E5AD2;}
.banner_box{min-width:1300px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;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:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:16px; height:16px; 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;}





/*搜索*/
.search_nbg{ color: #999;width:100%; min-width:1300px; height:95px;line-height:95px;background: #f5f5f5;position:absolute; top:564px; border-bottom:1px #eee solid;}
.search_bg{ color: #999;width:100%; min-width:1300px;height:95px;line-height:95px;margin:0 auto;background: #f5f5f5;position: relative;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01{ float:left; width:900px;}
.search_01 img{float: left;margin: 34px 15px 0 0;}
.search_02{width:314px;height:50px;overflow:hidden;margin-top:23px;float:right;}
.search_02 form{padding-left:0;}
.search-i{ width:44px; overflow:hidden; height:49px;}
.search-bg{float:left;width:259px;height:49px;overflow:hidden;padding-left:10px;background: #f5f5f5;border-radius: 24px 0 0 24px;}
.search-bg{float:left;width:259px;height:49px;overflow:hidden;padding-left:10px;background: #f5f5f5;border-radius: 24px 0 0 24px;}
.search_01 a{font-size:15px;}


/*产品中心*/
.prod_list{}
.prod_list a{display: block;float: left;width:230px;text-align: center;height:50px;line-height:50px;background:#f5f5f5;font-size:16px;margin-bottom:4px;}
.prod_list a+a{margin-left:4px;}
.prod_list a:nth-child(7){margin-left:0px;}
.prod_list a:hover{background:#1E5AD2;color:#fff;}

/*产品图片*/
.prod_img{margin-top: 40px;}
.prod_img_t *{display:block;}
.prod_img_t li{float:left;margin-right:21px; border: 1px #eee solid;overflow: hidden;}
.prod_img_t li:nth-child(4n){margin-right:0px;}
.prod_img_t li br{display:none;}
.prod_img_t li span{height: 50px;line-height: 50px;background: #f5f5f5;position: relative;z-index: 2;}
.prod_img_t ul+ul li{margin-bottom: 21px;}
.prod_img_t li:hover span{background: #1E5AD2;}
.prod_img_t li span a{text-align: center;font-size: 15px;color: #333;}
.prod_img_t li:hover span a{color: #fff;}

.prod_img_t li img{transition: 0.3s all linear;}
.prod_img_t li:hover img{transform: scale(1.1);}
/*点*/
.prod_img_b{width:110px;margin:15px auto 0;}
.prod_img_b li{float: left;width:20px;height:20px;background: #dce7fe;border-radius: 100%;font-size: 0px;cursor: pointer;}
.prod_img_b li+li{margin-left:25px;}
.prod_img_b li.on{background: #1E5AD2;}


.list{width:280px;overflow: hidden;}
.list_t{text-align: center;width:100%;height:120px;background:#1E5AD2;}
.list_t p{color:#fff;font-size:26px;padding-top:36px;}
.list_t span{display: block;margin-top:0px;font-size:14px;color:#5985bd;}
.list_d{background:#fff;width:100%;position:relative;  height:954px; padding:20px;}
.list_dline{width:254px;  height:900px; overflow-y: auto;}
.list_dline::-webkit-scrollbar{width:4px;height:0;background: #eee;border-radius: 100px;}
.list_dline::-webkit-scrollbar-thumb {border-radius: 100px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);background: #aaa; }
.list_dline::-webkit-scrollbar-button{display:none;}

.list_d .prolist2021{}
.list_d .prolist2021 li{}
.list_d .prolist2021 li>a{height: 60px;display: block;line-height: 60px;background: #f5f5f5;width: 94%;padding-left: 20px;font-size: 17px;color: #333;position: relative;overflow: hidden;}
.list_d .prolist2021 li+li>a{margin-top: 10px;}
.list_d .prolist2021 li dl{padding: 20px;}
.list_d .prolist2021 li dl dt{height:40px;line-height:40px;position: relative;overflow: hidden;padding-left: 20px;}
.list_d .prolist2021 li dl dt::before{content:"";position: absolute;top: 15px;left: 0px;background: #ccc;width: 10px;height: 10px;border-radius: 50%;}
.list_d .prolist2021 li dl dt+dt{}
.list_d .prolist2021 li dl dt a{font-size: 15px;}






/*产品特点*/
.padv_bg{height:730px; background:#f5f5f5;}
.padv_l{width:50%; padding-top:80px;}
.padv_lt b,.padv_lt p{font-size:36px; color:#222; line-height:54px;}
.padv_lt p{padding-bottom:20px;}
.padv_lt span{font-size:16px; color:#aaa; line-height:24px; }
.padv_lm li{float:left; width:270px; height:226px; margin:40px 16px 0 0;   overflow: hidden;}
.padv_lm li img{width:100%;transition: 0.3s all linear;}
.padv_lm li:hover img{transform: scale(1.2);}
.padv_lb{padding-top:40px;}
.padv_lb b{font-size:32px; color:#1E5AD2;}
.padv_lb p{font-size:22px;  color:#222;}
.padv_lb dd{width:360px; height:60px; line-height:60px;  text-indent: 90px; font-size:34px;font-weight: bold; font-family: Arial; background:#1E5AD2 url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151720_960276728.png)42px center no-repeat; color:#fff;border-radius: 100px; margin-top:30px;}

.padv_r{width:50%; margin-top:100px;}
.padv_r li{width:100%; height:158px; margin-bottom:28px;background:#fff;overflow: hidden;transition: 0.3s all linear;}
.padv_r li:hover{box-shadow: 0 0 80px rgba(0,0,0,0.2);}
.padv_r li:first-child{    border-radius: 20px 20px 0 0;}
.padv_r li:last-child{    border-radius: 0 0 20px 20px;}
.padv_ll{width:24%; height:100%; text-align:center; background:#1E5AD2; color:#fff; font-size:20px; line-height:50px; box-sizing: border-box; 
 padding-top:32px;}
.padv_ll:before{content:""; display:block; margin:0 auto; width:100%; height:54px; }
.padv_r li:nth-child(1) .padv_ll:before{ background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602113414_1770025240.png)center no-repeat; }
.padv_r li:nth-child(2) .padv_ll:before{ background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602113436_895093669.png)center no-repeat; }
.padv_r li:nth-child(3) .padv_ll:before{ background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602113259_1256421506.png)center no-repeat; }
.padv_lr{width:76%; height:100%; box-sizing: border-box; padding:0 34px;}
.padv_lr p{font-size:20px; font-weight:bold; color:#333; line-height:46px; padding-top:24px;}
.padv_lr span{font-size:15px; line-height:28px; }


/*合作客户*/
.partner_cont .new_web_div2021{}
.partner_cont .new_web_div2021 ul{}
.partner_cont .new_web_div2021 ul li{float: left;text-align: center;position: relative;overflow: hidden;width: 24%;border: 1px #eee solid;}
.partner_cont .new_web_div2021 ul li img{display: block;width: 100%;}
.partner_cont .new_web_div2021 ul li p{height: 50px;background: #fff;line-height: 50px;border-top: 1px #ddd dashed;position: relative;z-index: 2;}
.partner_cont .new_web_div2021 ul li p a{}
.partner_cont .new_web_div2021 ul+ul li{margin-top: 1%;}
.partner_cont .new_web_div2021 ul li+li{margin-left: 1%;}



/*优势*/
.adv_bg{background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602140126_1684369240.jpg)no-repeat center;height: 974px;}
.adv_t h3{color: #fff;font-weight: bold;}
.adv_t h3 b{color:#fff;}
.adv_t p{color: #5989ea;}
.adv_wt li{position: relative;width:330px;height: 110px;text-align: center;background:#0843b8;float: left;color: #fff;cursor:pointer;}
.adv_wt li p{font-size: 30px;font-weight: bold;margin-top:20px;}
.adv_wt li span{display: block;font-size: 15px;margin-top: 4px;}
.adv_wt li+li{margin-left:26px;}
.adv_wt li.on{background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230601/20230601092022_1849343433.jpg)no-repeat center;}
.adv_cont li{background: #fff;width:100%;height: 510px;}
.adv_l{padding: 60px;width:678px;}
.adv_shu{font-size:65px;color: #222222;width: 97px;line-height: 116px;height: 116px;text-align: center;border: 4px #ccc solid;}
.adv_w1{font-size: 30px;font-weight: bold;width:420px;padding-left:30px;margin-top:15px;border-bottom: 4px #ccc solid;padding-bottom:17px;}
.adv_w1 p{color: #222;}
.adv_w1 span{display: block;color: #d00b0b;}
.adv_w{font-size: 15px;line-height: 28px;margin-left:34px;margin-top:30px;}
.adv_w p{position: relative;padding-left:30px;}
.adv_w p::before{content: "";position: absolute;top:6px;left:0px;background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523101006_1767022207.png);width: 14px;height: 14px;}
.adv_w p+p{margin-top: 20px;}
.adv_a a{display: block;width:200px;height: 60px;line-height: 60px;text-align: center;background: #222;color: #fff;font-size: 15px;}
.adv_tel{color: #333;font-size: 15px;margin-left:30px;line-height: 60px;}
.adv_tel span{color: #d00b0b;font-size: 30px;font-weight: bold;}




/*流程*/
.proc_cont li{width: calc(100%/6);border: 1px solid #eee;border-right: none;box-sizing: border-box;float: left;height: 250px;position: relative;text-align: center;}
.proc_cont li:last-child{border-right: 1px solid #eee;}
.proc_cont li:after{content: '';width:40px;height: 40px;border-radius: 50%;display: block;background: #000 url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151752_551619256.png)no-repeat center;position: absolute;right: -20px;top: 105px;z-index: 9;}
.proc_cont li:last-child:after{display: none;}
.proc_cont li i{width: 80px;height: 80px;background: #1E5AD2 url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151810_1233158453.png)no-repeat left top;border-radius: 50%;display: block;margin: 50px auto 20px;}
.proc_cont li:nth-child(2) i{background-position: -80px top;}
.proc_cont li:nth-child(3) i{background-position: -160px top;}
.proc_cont li:nth-child(4) i{background-position: -240px top;}
.proc_cont li:nth-child(5) i{background-position: -320px top;}
.proc_cont li:nth-child(6) i{background-position: -400px top;}
.proc_cont li p{font-size: 20px;color: #333;}
.proc_cont li d{font-size: 15px;color: #666;line-height: 30px;}

.proc_b{width:100%; margin:0 auto;background: #fff;box-shadow: 0px 0px 10px #eee;padding: 30px 30px;box-sizing: border-box;}
.proc form{height:70px;}
.proc form ul li input{border:1px solid #fff;height:70px;background:#f5f5f5;padding:0px 50px;margin-right:10px;background-repeat: no-repeat;background-position: 10px center;    box-sizing: border-box;}
.proc form ul li:nth-child(1) input,.proc form ul li:nth-child(2) input{ width:320px;}
.proc form ul li:nth-child(3) input{ width:280px;}
.proc form ul li input {font-family:"Microsoft YaHei";font-family:'微软雅黑';float:left;}
.proc form ul li .fber{ width:200px; border:1px solid #fff;height:70px;background: #f5f5f5;}
.proc form ul li .fber #code{ border:none; height:70px; background:#f5f5f5; float:left; width: 110px;padding-left: 20px;}
.proc form ul li .fber img{    margin-top: 25px;}
.fbbtn{ height: 72px !important;margin: 0 0 0 10px !important;width: 180px;line-height:70px; text-align: center; color:#fff; transition:all 0.5s ease; font-size:16px; background:#1E5AD2 !important; border:none; border: 1px solid #1E5AD2 !important;}
.fbbtn:hover{ background:#1E5AD2;}
.proc form ul li:nth-child(1) input{background-image: url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151834_2086319886.png);}
.proc form ul li:nth-child(2) input{background-image: url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151856_1720584511.png);}
.proc form ul li:nth-child(3) input{background-image: url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230602/20230602151915_1855725898.png);}



/*简介*/
.com_bg{position: relative;background:#f5f5f5;padding-top:80px;}
.com_bg:after{content: "";display: block;  width:100%; height:194px; position: absolute; bottom:0; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1E5AD2), color-stop(100%,#0072ee));
    background: -webkit-linear-gradient(top, #1E5AD2 0%,#0072ee 100%);
    background: -webkit-linear-gradient(left, #1E5AD2 0%,#0072ee 100%);
    background: linear-gradient(to right, #1E5AD2 0%,#0072ee 100%);}
.com{position: relative;z-index: 2;}
.com_l{padding: 20px; background: #fff; box-shadow: 0 0 200px rgba(0,0,0,0.05);}
.com_r{width: 640px;}
.com_rw{height:460px;}
.com_rw p{ font-size: 24px; font-weight: bold; color: #222; padding-top:50px;}
.com_rw span{ color:#999; line-height:30px;}
.com_rw dd{ font-size: 15px; line-height: 30px; padding-top:20px;}
.com_rw a{ display: block; width: 224px; height: 48px; line-height: 48px; text-align: center; border:1px #e1e1e1 solid; border-radius: 100px; font-size: 16px; color: #333; margin-top:40px;transition:0.3s all ease-in-out;  }
.com_rw a:hover{ border:1px #0072ee solid;  color:#fff; background:#0072ee; width:280px;}

.com_rb li{width:170px; float: left;text-align: center;color: #fff;}
.com_rb li+li{margin-left:60px; }
.com_rb li p{font-size: 70px;font-family: 'Trump Gothic East';display: inline-block;}
.com_rb li dd{font-size: 18px;}

/*厂房车间*/
.image_t{border-bottom:1px #e1e1e1 solid; position: relative;}
.image_t a{display: block;  text-align: center; font-size: 34px; color: #222; line-height: 84px;position: relative;z-index: 2;transition:0.3s all ease-in-out; }
.image_t:after{display: block;  content:"";  width:50px; height:4px; background:#0072ee; transition:0.3s all ease-in-out;    position: absolute; bottom:0; left:48%;}
.image_t:hover::after{width:200px; height:60px; left:42.8%; bottom:11px;}
.image_t:hover a{color:#fff;}

.image_d table td{padding:0 !important;    display: block;float: left; }
.image_d table td+td{margin-left:26px;}
.image_d table td>a{display: block; width:330px; height:248px; overflow: hidden;}
.image_d table td a img{transition:0.3s all ease-in-out; }
.image_d table td:hover a img{transform: scale(1.1);}
.image_d table td br{display: none; }
.image_d table td div{padding:0 !important;}
.image_d table td div a{display: block;  background:#f5f5f5; color:#333; line-height:46px; font-size:16px;}





/*新闻*/
.news_bg{background:#f5f5f5;padding:80px 0px; height: 820px;}
.t_news{text-align:left; float:left; width:300px;}

.news_t{width:540px;float:right; margin-top:10px;}
.news_t a{display:block;width:180px;height:60px;line-height: 40px;font-size: 18px;color:#333;float:left;font-weight:bold;    text-indent: 10px;box-sizing: border-box;}
.news_t a:before{display:block;content:"";width:40px; height:40px; float:left; transition: all 0.3s;margin-left:20px;  background-image:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230601/20230601092314_1800191351.png);}
.news_t a:nth-child(1):before{background-position: 0 0;}
.news_t a:nth-child(2):before{background-position: -40px 0;}
.news_t a:nth-child(3):before{background-position: -80px 0;}
.news_t a.on:nth-child(1):before{background-position: 0 -40px;}
.news_t a.on:nth-child(2):before{background-position: -40px -40px;}
.news_t a.on:nth-child(3):before{background-position: -80px -40px;}
.news_t a.on{color:#1E5AD2; border-bottom:3px solid #1E5AD2;}
.news_b{height:520px;margin-top:40px;}
.news_b .news_div_item{overflow: hidden;float: right;position: relative;}

/*新闻第一条样式*/
.news_b .news_div_item:first-child{width:590px;height:510px;float: left;}
/*日期*/  .news_b .news_div_item:first-child .news_div_item_date{width: 133px;height: 40px;line-height: 40px;background: rgba(1, 72, 183, 0.8);padding-left:20px;position: absolute;top: 310px;z-index: 2;font-size: 18px;color: #fff;font-family: "Arial";}
 .news_b .news_div_item:first-child .news_div_item_year{float: left;}
 .news_b .news_div_item:first-child .news_div_item_month{float: left;}
 .news_b .news_div_item:first-child .news_div_item_day{float: left;}
/*文字*/  .news_b .news_div_item:first-child .news_div_item_content{position: absolute;top: 380px;}
.news_b .news_div_item:first-child .news_div_item_a{display: block;font-size: 18px; color: #333;}
.news_b .news_div_item:first-child .news_div_item_a:after{display:block;content:"了解详细";width: 134px;height: 36px;line-height: 36px;background: #ccc;border-radius: 16px;font-size: 14px;color: #333;text-align: center;position: absolute;top: 93px;transition: all 0.3s;}
.news_b .news_div_item:first-child .news_div_item_body{margin-top: 10px;font-size: 14px;color: #666;line-height: 24px;}
/*图片*/  .news_b .news_div_item:first-child .news_div_item_pic{position: absolute;top: 0;    display: block; border:1px #eee solid;}
.news_b .news_div_item:first-child .news_div_item_image{width:590px;height: 350px;}
/*新闻第一条样式结束*/

/*新闻第二条到第五条样式*/
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5){width:323px;height:186px;padding:29px 28px;border: 1px #eee solid;box-sizing: content-box;background: #fff;}
.news_b .news_div_item:nth-child(2),.news_b .news_div_item:nth-child(3){margin-bottom:25px;}
.news_b .news_div_item:nth-child(3),.news_b .news_div_item:nth-child(5){margin-right:22px;}
/*日期*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_date{position: absolute;top: 60px;font-size: 14px;color: #999;font-family: "Arial";}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_year{float: left;}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_month{float: left;}
 .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_day{float: left;}
/*文字*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_content{}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_a{position: absolute;left: 24px;font-size: 18px;color: #333;}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_a:after{display:block;content:"了解详细";width: 134px;height: 36px;line-height: 36px;background: #ccc;border-radius: 16px;font-size: 14px;color: #333;text-align: center;position: absolute;top:157px;transition: all 0.3s;}
.news_b .news_div_item:nth-child(n+2):nth-child(-n+5) .news_div_item_body{position: absolute;top: 95px;font-size: 14px;color: #666; line-height: 24px;width: 325px;}
/*图片*/  .news_b .news_div_item:nth-child(n+2):nth-child(-n+5)  .news_div_item_pic{display: none;}
/*新闻第二条到第五条样式结束*/




.news_b .news_div_item:hover .news_div_item_a:after{background:#1E5AD2 !important;color:#fff !important;}













/*友情链接*/
.link_bg{background: #eee;height: 70px;line-height: 70px;}
.link_l{font-size: 15px; color:#333; line-height: 70px;}
.linkTagcs li a{ font-size: 14px;}


.footer_bg .waveWrapper{top: -43px;}
.waveWrapper {overflow: hidden;position: absolute;left: 0;right: 0;margin: auto;height: 43px;z-index: 9;}
.waveTop {right: 0;left: auto;position: absolute;width: 4112px;animation: move_wave_reverse 20s linear infinite;height: 100%;background-repeat: repeat-x;background-position: 0 bottom;transform-origin: center bottom;}





/*版权*/
.footer_bg{background:#222;position: relative;}
.footer{padding-top:70px;}
.footer_l{width:360px;border-right: 1px solid #333;height: 260px;}
.fonter_a {height:56px;width: 350px;}
.fonter_a a{width:130px;height:34px;display:block;line-height:34px;font-size:16px;border:1px solid #fff;text-align: center;    float: left; color:#fff;}
.fonter_a a:nth-child(2){margin-left:20px;}
.fonter_a a:hover{background:#d22723; color:#fff;}
.fonter_tel{font-size:38px;color:#fff;font-family: "Arial";background: url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523133510_1680002711.png)no-repeat left center;;font-weight:lighter;padding-left: 38px;}
.fonter_d{margin-top:20px;}
.fonter_d li{font-size:15px;color:#fff;padding-left:30px;}
.fonter_d li{background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523133738_425906967.png)left center no-repeat;}
.fonter_d li:last-child{background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523133556_1965768941.png)no-repeat left center;}
.fonter_d li{line-height:36px;}
.footer_r{padding-left: 56px;width:616px;}
.footer_r li{width:160px;float:left;}
.footer_r li a{font-size:15px;color:#ccc;display:block;line-height:36px;}
.footer_r li a:hover{color:#d22723;}
.footer_t{font-size:18px !important;color:#fff !important;margin-bottom:10px; }
.footer_t:after{content:""; display:block; width:16px; height:1px; background:#d22723; margin-top:10px;transition: all linear 0.5s;}
.footer_r li:hover .footer_t:after{width:80px;}

.cpzx{width:240px !important;}



.wechat{width:165px;height:196px;background:#fff;text-align: center;}
.wechat img{margin-top: 8px;width: 150px;}
.wechat p{font-size:15px;color:#333;    margin-top: 8px;}
.copy_bg{width:100%;min-width:1300px; padding:20px 0;margin-top:40px; border-top:1px solid #333;}
.copy_bg a:hover{color:#d22723;}
.copy,.copy a{color:#ccc;font-size:15px;line-height:50px;}


.crcodecon li img{ border:10px solid #fff; border-radius:5px; width:144px; height:auto;box-sizing: content-box;}
.crcodecon { margin-right:17px;}
.crcodecon li{ width:173px !important; position:relative;}
.crcodecon li:after{ content:''; display:block; position:absolute; width:10px; height:19px; right:0; top:15px; background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523141837_813878380.png) no-repeat left center;}
.crcodecon li:nth-child(2):after{ top:15px;}
.crcodecon li:nth-child(3):after{ top:72px;}
.crcodecon li:nth-child(4):after{ top:130px;}
.crcodetab p{ cursor:pointer; font-size:16px; font-weight:lighter; color:#ccc; width:120px; height:45px; line-height:45px; border-radius:25px;background:#333; position:relative;}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p.on{background:#1E5AD2; color:#fff;}
.crcodetab p span{ margin-left:50px;}
.crcodetab p:after{ content:''; display:block; position:absolute; width:20px; height:20px; background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523141907_541989987.png) no-repeat center; top:12px; left:19px;}
.crcodetab p.on:after{ background:url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523141907_541989987.png) no-repeat center;}






.course{position: relative;}
.course_bg{width:1800px;margin: auto;position: relative;z-index: 99;}
.course_bg .tempWrap{padding-left: 10px;}
.course_bg ul{    height:450px;padding-top: 70px !important;}
.course_bg li{float: left;width:240px;height:220px;margin-right: 60px;padding:55px 35px 45px 35px; background: #fff;box-shadow: 0px 0px 15px 4px #eee;text-align: center;}
.course_bg_content t{display: block;width:85px;height:85px;background: #116937;border-radius:100%;    margin: auto;align-items: center;display: flex;justify-content: center;}
.course_bg_content span{display:block;margin-top:35px;font-size:22px;color:#333;}
.course_bg_content p{font-size: 14px;color:#333;}
.course_bg_p{display:none;}
.course_bg_p p{width:105px;float: left;padding-left: 15px;font-size: 14px;color:#666;text-align: left;position:relative;}
.course_bg_p p:after{content:"";display:block;width:8px;height:8px;background: #999;border-radius:100%;position:absolute;top: 6px; left: 0px;}
.course_bg_a{margin-top:20px;}
.course_bg_a a{display:block;float: left;width:100px;height:30px;line-height: 30px; background: #333;color: #fff;}
.course_bg_a a:last-child{margin-left:38px; background: #116937;}
.canvas{width: 100%;height: 495px;overflow: hidden;position: absolute; top:5%;left: 0;}




/*浮动*/
.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: #1E5AD2;margin-top: 1px;padding: 9px 0;height: 80px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/houtaijx/uploadfile/image/20230523/20230523141944_2126612588.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:#1E5AD2;}
.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;}