/*标签样式初始化*/


div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, i, em { margin: 0px; padding: 0px; list-style: none; border: 0px; font-style: normal; }
.dfs { display: flex; align-items: center; justify-content: space-between; }
/*公共样式部分*/
body { color: #666; margin: 0 auto; background-color: #fff; font-family: "Microsoft YaHei"; overflow-x: hidden; }
#copy { display: none; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
a { color: #666; text-decoration: none; }
a:hover { color: #155299; text-decoration: none; border-bottom-style:
}
.box { margin: 0 auto; max-width: 1500px; min-width: 1300px; box-sizing: border-box; }
.page { width: 1300px; min-width: 1300px; margin: 0 auto; }
.bg { width: 100%; min-width: 1300px; position: relative; }
.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; }
/*英文样式*/
.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 { font-weight: normal; text-align: center; margin-bottom: 40px; }
.t p { font-size: 40px; font-weight: bold; color: #222; }
.t dd { font-size: 18px; margin-top: 10px; }
.t span { width: 156px; height: 11px; display: inline-block; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217112354_1515564767.png)no-repeat center; margin-top: 20px; }
/*head*/
.head { z-index: 55; width: 100%; position: absolute; top: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,0.5); }
.head_box { margin: 0 auto; display: flex; justify-content: space-around; height: 100px; align-items: center; position: fixed;z-index: 9999;
background: #fff; padding: 0 3%;}
.head_logo { display: flex; align-items: center; }
.head_logo i { font-size: 16px; color: #666; letter-spacing: 6.3px; }
.head_logo p { font-size: 14px; line-height: 18px; padding-left: 20px; color: #fff; }
.head_logo p b { font-size: 28px; line-height: 36px; padding: 0 9px 0px 0; color: #333; }
.head_con { display: flex; justify-content: space-between; align-items: center; width: 60%; position: relative; }
.head_nav { display: flex; align-items: center; position: relative; width: 80%; }
.head_nav>ul { display: flex; justify-content: space-between; align-items: center; width: 90%; }
.head_nav>ul>li { padding: 0 0px; }
.head_nav>ul>li>a:before { content: ''; width: 100%; height: 1px; background: #155299; position: absolute; left: 0; bottom: 0px; opacity: 0; transform: scaleX(0); transition: 0.5s; border-radius: 7px; z-index: -1; }
.head_nav>ul>li:hover>a:before, .head_nav>ul>li.cur>a:before { opacity: 1; transform: scaleX(1); transition: 0.5s; }
.head_nav>ul>li>a { font-size: 16px; position: relative; height: 100px; color: #333; display: block; text-align: center; line-height: 100px; }
.head_nav li a i { color: #999; font-size: 12px; text-transform: uppercase; padding: 5px 0 0; font-weight: lighter; }
.head_nav>ul>li>a:after { content: ''; width: 0; height: 0; position: absolute; left: 4px; top: -28px; background: #f8f8f8; border-radius: 50%; overflow: hidden; transition: 0.5s; opacity: 0; z-index: -2; transform: scaleX(0); padding: 46%; display: none; }
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after { opacity: 1; transform: scaleX(1); }
.head_nav>ul>li:hover>dl { opacity: 1; visibility: visible; top: 102%; }
.head_nav>ul>li>dl { position: absolute; width: 100%; display: block; z-index: 100; background: #fff; left: 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; transition: all 0.5s; top: 155px; padding: 70px; }
.nav>ul>li>dl>dd { display: block; overflow: hidden; margin: auto; }
.xl_bt { width: 100%; border-bottom: 1px #eee solid; padding-bottom: 40px; overflow: hidden; }
.xl_bt p { font-size: 26px; color: #333; float: left; font-weight: 100; line-height: 30px; }
.xl_bt a { width: 120px; height: 30px; background: #155299; text-align: center; color: #fff; font-size: 14px; display: block; float: right; line-height: 30px; border-radius: 60px; }
.fl_box { width: 100%; overflow: hidden; }
.fl_box li { float: left; margin-top: 25px; }
.fl_box li+li { margin-left: 10px; }
.fl_box li a { font-size: 17px; color: #666; position: relative; padding-left: 20px; text-align: left; line-height: 20px; display: block; border: 1px #eee solid; text-align: center !important; padding: 16px; }
.fl_box li a:hover { color: #155299; }
.fl_box li a:before { content: ""; width: 10px; height: 10px; border: 1px #949494 solid; display: inline-block; margin-right: 10px; border-radius: 50%; }
.fl_box li a:hover:before { border-color: #155299; }
.fl_box li:nth-child(6) { margin-left: 0 }
.fl_box li dt { margin-top: 5px; padding-left: 20px; }
.fl_box li dt a { font-size: 15px; color: #999; }
.fl_box li dt a:before { border-color: #a9a9a9; }
.re { width: 100%; overflow: hideen; margin-top: 30px; }
.re .rbt { font-size: 24px; color: #333; float: left; font-weight: 100; border-left: 5px #00 solid; border-left: 5px #155299 solid; padding-left: 10px; margin-bottom: 30px; }
.re .t_box { width: 100%; overflow: hidden; }
.t_box>.progdwz2021 li { float: left; width: calc((100% - 30px)/4); border-radius: 15px; }
.t_box>.progdwz2021 li img { width: 100%; height: auto; border: 1px #eee solid; }
.t_box>.progdwz2021 li+li { margin-left: 10px; }
.t_box>.progdwz2021 li a { line-height: 40px; }
.t_box>.progdwz2021 li span { display: block; text-align: center; }
.re .t_box>.news_div>.news_div_item { float: left; width: calc((100% - 20px)/2); text-align: left; border: 1px #eee solid; margin-bottom: 20px; box-shadow: 0 0 5px #eee; padding: 20px; }
.re .t_box>.news_div>.news_div_item+.news_div_item { margin-left: 20px; }
.re .t_box>.news_div>.news_div_item:nth-child(3) { margin-left: 0; }
.re .t_box .news_div_item_a { font-size: 16px; line-height: 35px; color: #155299; font-weight: bold; }
.re .t_box .news_div_item_body { font-size: 14px; line-height: 23px; color: #666; }
head_nav .news_div_item_date { display: flex; }
head_nav .news_div_item_year, .news_div_item_month, .news_div_item_day { color: #666; font-size: 16px; line-height: 20px; }
.nav>ul>li:hover>dl { opacity: 1; visibility: visible; top: 98%; }
.com_bo { width: 100%; color: #666; line-height: 25px; overflow: hidden; text-align: left; font-size: 14px; }
.fl_box ul { display: flex; flex-flow: wrap; }
.fl_box li a { font-size: 17px; color: #666; position: relative; line-height: 20px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fl_box li dl { display: none; }
.head_r { position: relative; }
.head_r:before { content: ''; width: 1px; height: 100px; background: rgba(255,255,255,0.2); position: absolute; top: -35px; left: -36px; display: none; }
.head_r>ul { display: flex; justify-content: space-between; align-items: center; }
.head_r>ul>li { }
.head_r>ul>li i { font-size: 16px; line-height: 20px; position: relative; border: 1px solid #999; border-radius: 50%; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; color: #999; margin-right: 15px; }
.head_r>ul>li i:after { content: ''; width: 100%; height: 74px; position: absolute; top: 0; left: 0; }
.head_r>ul>li p { width: 250px; background: #ffffff; transform: rotateX(90deg); position: absolute; right: 0; transition: all 0.5s; font-size: 16px; padding: 16px 24px; z-index: 99; text-align: left; color: #333; top: 67px; transform-origin: top; }
.head_r>ul>li p span { font-size: 20px; display: block; color: #f0353c; font-family: Arial; padding-top: 6px; }
.head_r>ul>li:hover p { transform: rotateX(0); transition: all 0.5s; }
.head_r>ul>li a { font-size: 15px; color: #666; }
.head_r>ul>li:hover .tit_sel { transform: rotateX(0); transition: all 0.5s; }
.tit_sel { background: rgba(51,51,51,0.7); transform: rotateX(90deg); position: absolute; right: 0; transition: all 0.5s; font-size: 16px; padding: 34px; z-index: 99; top: 66px; transform-origin: top; }
.tit_sel span { font-size: 24px; display: block; color: #152682; font-family: Arial; }
.tit_icon:hover .tit_sel { transform: rotateX(0); transition: all 0.5s; }
#search-i { float: left; width: 30px; height: 33px; overflow: hidden; margin-top: 20px; box-sizing: border-box; padding-top: 7px; border: 1px solid #dddddd; border-left: none; }
#search-bg { float: left; width: 500px; height: 33px; overflow: hidden; padding-left: 14px; margin-top: 20px; box-sizing: border-box; border: 1px solid #dddddd; border-right: none; text-align: left; line-height: 30px; }
.search-text { font-size: 14px; color: #999999; justify-content: center; align-items: center; }
.search-text a { font-size: 14px; color: #fff !important; }
.search-text a:hover { font-size: 14px; color: #ffffff; }
.search-text span { float: left; color: #ffffff; font-size: 14px; }
#infoname { border: none; background: none; outline: none; }
.search_name { float: left; font-size: 22px; color: #ffffff; line-height: 32px; position: relative; z-index: 5; padding: 15px 0; width: 264px; height: 96px; background: #cb0303; text-align: center; }
.search_name:after { content: ""; width: 0px; height: 0px; border-top: 7px solid #005299; border-right: 7px solid transparent; border-bottom: 8px solid transparent; border-left: 7px solid #005299; position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
.form { justify-content: center; display: flex; }
.head_right { display: flex; justify-content: space-between; align-items: center; width: 72%; }
 @media screen and (max-width: 1600px) {
.head_nav { width: 80%; }
.head_r { width: 18%; }
}
.index_main .section1 .index_banner .item .inner .block_txt4 { margin-top: 120px; left: 35%; }
.index_main .section1 .index_banner .item .inner .block_txt3 { top: -100px; }
.index_main .section1 { position: relative; width: 100%; min-width: 1300px; height: 1000px; overflow: hidden; }
.ab_bc:before { content: ''; width: 42%; height: 6px; background: #155299; position: absolute; left: 0px; top: 914px; z-index: 999; }
.head_r>ul>p { width: 180px; height: 40px; background: #155299; border-radius: 24px; display: flex; align-items: center; color: #fff; min-width: 150px; justify-content: space-around;font-size: 19px;}
.head_r>ul>p>a { color: #fff; }
.head_r>ul>p>a:first-child { color: #fff; width: 60px; height: 30px; line-height: 30px; background: #333; border-radius: 24px; text-align: center; margin-right: 13px; }
.head_logo p em { color: #fff; font-size: 22px; text-transform: uppercase; display: flex; align-items: center; }
.head_logo>i { display: block; height: 70px; }
.head_logo>i img { height: 100%; }
/*sl*/
.power_box { width: 100%; background: #fbfbfb url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217140936_1771764611.png) center bottom no-repeat; padding: 80px; }
.power_t { width: 1200px; margin: 0 auto; line-height: 32px; font-weight: 100; text-align: center; padding: 25px 0px 65px; font-size: 16px; }
/**/
.zz { width: 1300px; margin: 15px auto 0px; }
.zz .m_zz ul { width: 1300px; height: 190px; position: relative; }
.zz .m_zz li { height: 190px; box-sizing: border-box; overflow: hidden; float: left; text-align: center; position: relative; padding-top: 20px; }
.zz .m_zz li em { display: block; position: relative; }
.zz .m_zz li em b { font-size: 60px; color: #333; font-family: "Impact", "Arial"; font-weight: normal; padding-top: 10px; font-style: normal; }
.zz .m_zz li em i { font-size: 20px; color: #333; text-align: center; line-height: 28px; display: block; border-radius: 50px; display: inline-block; margin-left: 10px; }
.zz .m_zz .zz1 { width: 320px; }
.zz .m_zz .zz1 h3 { font-size: 18px; color: #333; text-align: center; width: 320px; float: left; letter-spacing: 0px; padding: 0px 30px; line-height: 30px; font-weight: 80; }
.zz .m_zz .zz1 p { text-align: center; line-height: 20px; height: 40px; box-sizing: border-box; font-size: 15px; color: #333; display: block; white-space: nowrap; width: 350px; float: left; padding-top: 6px; }
#company_more { padding-top: 50px; font-weight: 100; }
#company_more a { width: 340px; display: block; height: 50px; line-height: 50px; font-size: 20px; background: #155299 url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141001_518467766.png)top 20px right 60px no-repeat; margin-left: 1px; color: #fff; transition: all 0.6s; padding: 0px 60px; border-radius: 50px; margin: 0 auto; }
#company_more a:hover { background: #333 url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141042_262295332.png)top 20px right 37px no-repeat; transition: all 0.2s; color: #fff; border-radius: 50px; width: 400px; }
#company_more .r { background: #eee; color: #333; }
#company_more .r a { color: #333; }
/*advpro*/
.proadv_bg { width: 100%; height: auto; padding: 80px 0; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141613_1986078679.jpg); background-attachment: fixed; }
.proadv_t { color: #fff; }
.proadv_t dd { color: #fff; }
.proadv_t p { color: #fff; }
.padv_cont li { width: calc((40% - 40px) / 2); height: 600px; float: left; border-bottom: 2px solid #bd7d7d; position: relative; transition: 0.3s ease all; background: #fff; overflow: hidden; }
.padv_cont li.on { width: 60%; }
.padv_cont li+li { margin-left: 20px; }
.padv_img { width: 100%; height: 300px; overflow: hidden; }
.padv_img img { height: 100%; margin-left: -70px }
.padv_cont .padv_wz { transition: 0.3s ease all; padding: 0 30px; }
.padv_cont li.on .padv_img { width: 100%; height: 600px; }
.padv_cont li span { font-size: 50px; font-family: 'Arial'; color: #c2c2c4; display: block; margin-top: 30px; transition: 0.3s ease all; }
.padv_tit { transition: 0.3s ease all; }
.padv_cont li p { margin-top: 15px; font-size: 26px; font-weight: bold; color: #222; transition: 0.3s ease all; }
.padv_cont li d { font-size: 22px; color: #222; font-weight: lighter; line-height: 34px; transition: 0.3s ease all; }
.padv_cont li dd { font-size: 16px; color: #fff; line-height: 26px; transition: 0.3s ease all; display: none; }
.padv_cont li a { margin-top: 40px; display: block; font-size: 50px; color: #155299 }
.padv_cont li.on { border-bottom: none; }
.padv_cont li.on .padv_wz { position: absolute; bottom: 0; width: 100%; padding: 0 50px; background: #155299; ; height: 160px; }
.padv_cont li.on span { display: none; }
.padv_cont li.on p, .padv_cont li.on d { color: #fff; }
.padv_cont li.on dd { float: right; width: 480px; margin-top: 50px; display: block; }
.padv_cont li.on a { display: none; }
.padv_cont li.on .padv_tit p { margin-top: 0px; }
.padv_cont li.on .padv_tit { margin-top: 50px; position: relative; float: left; }
.padv_cont li.on .padv_img img { margin-left: 0px; }
.padv_cont li.on .padv_tit:after { content: ''; width: 1px; height: 60px; display: inline-block; background: rgba(255,255,255,0.2); position: absolute; right: -30px; top: 5px; }
/*合作客户*/
.partner_bg { background: #f5f5f5; }
.partner_l img { width: 100%; height: 100%; }
.partner_r { width: 100%; }
.partner_cont { position: relative; }
.partner_r li { padding: 0px !important; border: 1px solid #eee; border-right: none; border-bottom: none; position: relative; float: left; box-sizing: border-box; width: 20%; height: auto; }
.partner_r li div { position: absolute; top: 0px; }
.partner_r li img { width: 100%; height: auto; }
.partner_r li>a { display: block; }
.partner_r ul { display: block; float: left; width: 100% }
.partner_btn { background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141644_267662346.png)no-repeat; width: 66px; height: 66px; position: absolute; top: 40px; z-index: 9; cursor: pointer; }
.partner .btnl { left: -33px; }
.partner .btnr { right: -33px; transform: rotate(180deg); }
.partner_r li p { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; color: #fff; overflow: hidden; text-align: center; background-color: rgba(21,82,153,0.70); transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; padding-top: 0 !important; }
.partner_r li:hover p { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.partner_r li p a { width: 100%; height: 100%; display: block; font-size: 16px; color: #fff; display: flex; align-items: center; justify-content: center; }
/*adv*/
.adv { background: #f8f8f8; padding-top: 71px; padding-bottom: 80px; }
.adv_tit p { color: #fff; }
.adv_c { position: relative; overflow: hidden; }
.adv_btn { position: absolute; z-index: 10; top: 7%; right: 14%; display: flex; }
.adv_btn>div { font-size: 38px; color: #999; transition: 0.3s; cursor: pointer; }
.adv_btn>div:hover { color: #511c6c; }
.adv_btn>div+div { margin-left: 38px; }
.adv_btn i { width: 62px; height: 1px; background: #ccc; display: block; margin: 18px 13px; }
.adv_box { display: flex; overflow: hidden; max-width: 1700px; }
.adv_box dl { display: flex; transition: 0.5s; flex-shrink: 0; width: 100%; justify-content: space-between; }
.adv_box dt { width: 71%; overflow: hidden; z-index: 999; }
.adv_box dt img {/* width:100%; *//* height: auto; */ }
.adv_box dd { width: 49%; background: #fff; padding: 3% 0 3% 4%; }
.adv_box dd>em { width: 228px; line-height: 65px; background: #155299; text-align: center; display: block; color: #fff; font-size: 40px; font-family: Times; font-weight: bold; margin-left: -11%; }
.adv_box dd>b { display: block; margin-top: 42px; font-weight: normal; font-size: 36px; color: #333; margin-bottom: 19px; }
.adv_box dd>b i { font-weight: bold; font-size: 46px; color: #155299; }
.adv_box dd>span { font-size: 16px; font-family: Arial; color: #999; }
.adv_box dd>i { background: #111; width: 30px; height: 3px; display: block; margin: 29px 0 47px; }
.adv_box dd>p { font-size: 16px; line-height: 30px; color: #666; width: 90%; }
.adv_tel { display: block; color: #155299; margin-top: 9%; align-items: center; border: 2px #155299 solid; text-align: center; width: 200px; line-height: 44px; }
.adv_tel a { color: #155299; font-size: 16px; }
.com_image { margin-top: 40px; }
.com_image .tempWrap { width: 100% !important; }
.com_image ul { display: block; }
.com_image li { float: left; overflow: hidden; transition: 0.3s ease all; display: block; width: calc((100% - 60px) / 4); margin-right: 20px; text-align: center; }
.com_image li p a { color: #333; font-size: 16px; display: block; }
.com_image li p { height: 50px; line-height: 50px; position: relative; z-index: 2; background: #f8f8f8; }
.com_image li img { transition: all linear 0.5s; -moz-transition: all linear 0.5s; -ms-transition: all linear 0.5s; -webkit-transition: all linear 0.5s; width: 100%; height: 100%; display: block; }
.com_image li:hover img { -webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }
/*产品*/
.prod_bg { background: #f8f8f8; }
.prod_box .progdwz2021 li { width: 32%; float: left; }
.prod_box .progdwz2021 li>a { display: block; overflow: hidden; border: 1px #eee solid; }
.prod_box .progdwz2021 li>br { font-size: 0; display: none; }
.prod_box .progdwz2021 li>span a { display: block; padding: 18px; text-align: center; background: #eee; }
.prod_box .progdwz2021 li+li { margin-left: 2%; }
.prod_box .progdwz2021 li img { width: 100%; height: auto; transition: all 0.3s; }
.prod_box .progdwz2021 ul+ul { margin-top: 2%; }
.prod_box .progdwz2021 ul { display: block; float: left; height: auto; width: 100%; }
.prod_box .progdwz2021 li span { display: block; text-align: center; line-height: 30px; }
.prod_box .progdwz2021 li span a { font-size: 16px; }
.prod_box .progdwz2021 li:hover img { transform: scale(1.1); }
/*荣誉资质*/
.honor_bg { padding: 100px 0 0px; overflow: hidden; }
.honor { position: relative; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141706_766491192.png)no-repeat bottom left; padding-bottom: 80px; }
.honor:after, .honor:before { content: ""; border-radius: 100%; border: 2px #eee dotted; position: absolute; }
.honor:after { top: -21%; left: 52%; margin-left: -3vw; width: 55rem; height: 55rem; animation: hafter 200s linear infinite; }
.honor:before { top: -4%; left: 52%; width: 40rem; height: 40rem; margin-left: 3vw; animation: hbefore 250s linear infinite; }
@keyframes hafter { 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 hbefore { from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.honor_bg { }
.honor_l { height: 100%; position: relative; z-index: 2; }
.honor_l h3 { font-size: 2.4vw; color: #111; line-height: 2.6vw; }
.honor_l h3 p { margin-bottom: 20px; }
.honor_l h3 b { color: #155299; }
.honor_l dd { font-size: 18px; line-height: 30px; margin-top: 2vw; }
.honor_l a { width: 190px; height: 46px; line-height: 46px; color: #fff; font-size: 16px; display: block; text-align: center; background: #155299; margin-top: 4vw; border-radius: 100px; transition: 0.3s ease all; }
.honor_l a:hover { width: 260px; }
.honor_r { width: 45%; position: relative; z-index: 2; }
.honor_r * { display: block; }
.honor_r .tempWrap { width: 68% !important; margin: 0 auto; }
.honor_r ul { margin: 0 auto; }
.honor_r li { padding-left: 0px !important; }
.honor_r li img { width: 100%; height: auto; }
.honor_r li p a { font-size: 18px; color: #333; line-height: 20px; text-align: center; margin-top: 20px; }
.honor_r { position: relative; }
.honor_btn { position: absolute; top: 0px; width: 100%; top: 45%; }
.honor_btnl, .honor_btnr { width: 54px; height: 54px; cursor: pointer; background: #a0a0a0 url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141732_858518671.png)no-repeat center; border-radius: 50%; position: absolute; }
.honor_btnl { left: 2vw; }
.honor_btnr { right: 2vw; transform: rotate(180deg); }
.honor_btnl:hover, .honor_btnr:hover { background-color: #155299; }
/*appli*/
.appli { overflow: hidden; padding: 3.5% 1%;/* background:  #f8f8f8; */ position: relative; z-index: 5; }
.appli:before { content: ''; width: 80%; height: 100%;/* background:#018acb; */ position: absolute; top: 0; right: 0; z-index: -1; }
.aplli_box { margin: 0 auto; }
.appli_tab { display: flex; flex-direction: column; }
.appli_top { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.appli_top p { font-size: 26px; display: flex; align-items: flex-end; color: #222; }
.appli_top p span { font-size: 15px; text-transform: uppercase; padding: 0 0 0 10px; font-family: Arial; }
.appli_top ul { display: flex; justify-content: space-between; align-items: center; width: 50%; }
.appli_top li { width: 20%; text-align: center; }
.appli_top li>a { font-size: 18px; font-weight: lighter; position: relative; color: #222; }
.appli_top li>a:after { content: ''; width: 0; height: 1px; background: #155299; position: absolute; bottom: -8px; left: 0; transition: 0.5s; }
.appli_top li.on a:after { width: 100%; }
.appli_top>a { text-transform: uppercase; font-family: Arial; font-size: 18px; position: relative; }
.appli_top>a:after { content: ''; width: 70%; height: 1px; background: #ddd; position: absolute; top: 9px; left: -100%; }
.appli_con { margin: 3% 0 0; }
.appli_call { }
.appli_call ul { display: flex; overflow: hidden; }
.appli_call li { position: relative; transition: 0.5s; width: 50%; flex-shrink: 0; padding: 0 1% 0 0; display: flex; }
.appli_call li:hover img { transform: scale(1.1); }
.appli_call li>a { width: 100%; overflow: hidden; }
.appli_call li>a img { width: 100%; height: auto; transition: 0.5s; }
.appli_call li p { width: 98%; background: rgb(51 51 51 / 50%); position: absolute; bottom: 0; left: 0; padding: 3% 0; }
.appli_call li p>a { font-size: 16px; color: #fff; padding: 0 0 0 5%; }
.appli_more { display: flex; justify-content: space-between; align-items: center; width: 100%; margin: 1% 0 0; }
.appli_btn { display: flex;/* width: 26%; */ justify-content: space-between; }
.appli_btn:hover i { }
.appli_btn>i { width: 50px; height: 50px; cursor: pointer; font-size: 22px; display: flex; justify-content: center; align-items: center; top: 39%;/* border: 1px solid rgba(255, 255, 255, 0.2); *//* border-right: 1px solid #ddd; */ }
.appli_btn>i:first-child { left: 19%; }
.appli_btn>i:last-child { right: 17%; }
.appli_num { }
.appli_num p { display: flex; align-items: center; font-size: 30px; font-weight: lighter; font-family: DIN Medium; }
.appli_num p span { font-weight: bold; padding: 0 8px 0 0; }
/*新闻*/
.news_top ul { text-align: center; margin: 0px auto; }
.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 { display: inline-block; background: #fff; 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; color: #666; display: block; }
.news_tab li.on { color: #fff; background: linear-gradient(-90deg, #155299, #155299); box-shadow: 0px 0px 10px rgba(56, 88, 201, 0.3); width: 171px; height: 42px; line-height: 42px; }
.news_tab li.on a { color: #fff !important; }
.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; transform: rotate(-90deg); }
.news_a .sNext { left: 5px; transform: rotate(90deg); }
.news_a i:hover { color: #005cab; }
.news_list { height: 28vw; min-height: 500px !important; width: 100%; overflow: hidden; }
.news_list .tempWrap { width: 100% !important; }
.news_list .news_div { height: 100%; }
.news_list .news_div_item { width: 25%; display: inline-block; position: relative; height: 100%; transition: 0.5s; padding: 30px 40px 40px; border-right: 1px #eee solid; }
.news_list .news_div_item:first-child { border-left: 1px #eee solid; }
.news_list .news_div_item_date { font-weight: 400; height: 26px; line-height: 22px; }
.news_list .news_div_item_content { padding-right: 14px; padding-bottom: 90px; }
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day { display: inline-block; font-size: 15px; line-height: 22px; color: #999; }
.news_list .news_div_item_a { font-size: 18px; display: block; margin-bottom: 16px; position: relative; transition: 0.3s; font-weight: normal; color: #222; }
.news_list .news_div_item_a::before { position: absolute; content: '查看详情'; bottom: -152px; left: 0; width: 0; height: 33px; background: #fff; border-radius: 40px; line-height: 33px; color: #999; font-size: 15px; transition: 0.5s; padding-left: 43px; border: 1px #eee solid; font-weight: 100; display: none; }
.news_list .news_div_item_a::after { position: absolute; content: ''; bottom: -141px; font-size: 43px; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141801_114080453.png) no-repeat center; width: 18px; height: 14px; left: 0; 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_pic { height: 14vw; overflow: hidden; }
.news_list .news_div_item img { transition: 0.3s all linear; }
.news_list .news_div_item:hover img { transform: scale(1.1); }
.news_list .news_div_item:hover .news_div_item_a { color: #155299; transition: 0.3s; }
.news_list .news_div_item:hover .news_div_item_a::before { padding-left: 40px; display: block; width: 130px; }
.news_list .news_div_item:hover .news_div_item_a::after { left: 110px; }
/*友情链接*/
.link_bg { border-top: 1px #eee solid; padding: 30px 0; background: #155299 }
.links_bj { position: relative; line-height: 30px; }
.links_zbt { width: 80px; font-size: 15px; color: #fff; }
.links_zbt img { margin-right: 15px; margin-top: -5px; }
.links_lj { font-size: 14px; color: #333; width: 94%; }
.links_tb { width: auto; }
.linkTagcs { width: auto !important; }
.linkTagcs li a { font-size: 14px; color: #fff !important; }
/*版权*/
.footer_bg { background: #222; padding-top: 70px; }
.footer_bg a { transition: all ease 0.3s; }
.footer_l { width: 70%; }
.footer_l li { margin-right: 14%; float: left; color: #ccc; }
.footer_l li a { display: block; color: #ccc; font-size: 15px; line-height: 40px; }
.footer_l li p a { font-size: 18px; padding-bottom: 20px; color: #fff; }
.footer_r { width: 30%; padding-top: 6px; }
.footer_rt { text-align: right; }
.footer_rt p { font-size: 16px; color: #fff; line-height: 34px; }
.footer_rt b { font-size: 30px; color: #ed0010; }
.footer_rm { width: 100%; }
.footer_e { background: #fff; padding: 10px; margin-top: 30px; width: 46%; float: right; margin-left: 4%; }
.footer_e img { width: 46%; float: left; }
.footer_rw { float: left; padding-left: 1vw; padding-top: 10px; }
.footer_rw span { font-size: 18px; color: #000; }
.footer_rw dd { font-size: 16px; padding-bottom: 26px; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141824_240196702.png) no-repeat left bottom; }
.footer_rb { text-align: right; }
.footer_rb p { font-size: 15px; color: #ccc; margin-top: 3vw; display: inline-block; padding-left: 24px; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230217/20230217141845_1179614561.png) no-repeat left; }
.copy { line-height: 100px; border-top: 1px solid rgba(255,255,255,0.1); margin: 0 auto; margin-top: 40px; color: #ccc; }
.copy a { color: #ccc; }
.footer_bg a:hover { color: #fff; }
.pv-video-bottom { display: none !important; }

.prod_list table { width: 100%;}
.prod_list { margin-bottom:40px;}
.prod_list table tr { width: 15.8%; height: 52px; background: #fff; display: block; float: left; margin-right: 1%; box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.4); }
.prod_list table tr:last-child {
    margin-right: 0 !important;
}
.prod_list>a { width: 181px; height: 52px; background: url()no-repeat center; display: block; float: left; text-align: center; font-size: 18px; color: #333; line-height: 52px; }
.prod_list table tr td { height: 52px; line-height: 52px; width: 181px; }
.prod_list table tr td a { width: 100%; height: 100%; display: block; text-align: center; font-size: 16px; color: #333 !important; font-weight: normal; }
.prod_list table tr.on { background: #2651b7; box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.06); }
.prod_list table tr.on td a { color: #fff !important; }
.prod_list>a:hover { background-image: url(); color: #fff; }
.prod_box { width: 100%; }
.prod_list table tr:nth-child(8n) { margin-right: 0 !important; }

/*幻灯片*/
.focus { width: 100%; min-width: 1200px; height: 700px; overflow: hidden; position: relative; z-index: 1; }
.focus ul { height: 100%; position: absolute; overflow: hidden; }
.focus ul li { float: left; width: 100%; height: 100%; overflow: hidden; position: relative; background: #f0f0f0; }
.focus ul li div { position: absolute; overflow: hidden; width: 100%; height: 100%; }
.focus .btnBg { position: absolute; width: 100%; height: 20px; left: 0; bottom: 0; background: #000; display: none; }
.focus .btn { position: absolute; width: 952px; height: 23px; margin-left: -480px; left: 50%; bottom: 15px; text-align: center; }
.focus .btn span { font-size: 0; display: inline-block; _display: inline; _zoom: 1; width: 10px; height: 10px; text-align: center; _font-size: 0; margin-left: 16px; cursor: pointer; background: #fff; border-radius: 50%; opacity: 1 !important; }
.focus .btn span.on { background: #155299; }
.focus .preNext { width: 45px; height: 100px; position: absolute; top: 300px; background: url(//memberpic.114my.com.cn/dgctsj11/uploadfile/image/20230220/20230220102331_1928527169.png) no-repeat 0 0; cursor: pointer; }
.focus .pre { left: 0; }
.focus .next { right: 0; background-position: right top; }
.focusbg { margin-top: -3px; }