/*样式初始化及公共样式部分*/
*{ margin:0px; padding:0px; }
body{ color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden; }
a{ color:#333; text-decoration:none; transition:0.3s all; }/*定义全局链接颜色*/
a:hover{ color:#333; transition:0.3s all; }/*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0px; padding:0px; list-style:none; border:0px; }/*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i { font-style: inherit; font-weight: inherit; }

.cl,.clear{ clear: both; height:0px; }/*清除左右浮动*/
.fl{ float:left; } /*定义左浮动*/
.fr{ float:right; } /*定义右浮动*/
.page{ width:1200px; margin:0 auto; height:auto; }
.content{ width:1200px; margin:0 auto; height:auto; }
.box{ width:1200px; margin:0 auto; height:auto; overflow:hidden; }/*定义版面统一宽度*/
.pr{ position: relative; }
.en { text-transform: uppercase; font-family: arial; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { /*兼容 IE*/zoom: 1; }
.top10{ margin-top:10px; } 
.top25{ margin-top:25px; }
.top20{ margin-top:20px; } 
.top30{ margin-top:30px; }
.top40{ margin-top:40px; }
.top50{ margin-top:50px; }
.top70{ margin-top:70px; }
.top65{ margin-top:65px; }

/*顶部*/
 .header{ height: 173px; background:#fff; }   
.h_con{ height: 173px; position: relative; }
.h_con h1{ float: left; margin-top:47px; }


.nav { width: 908px; float: right; margin-top: 57px; }
.nav #NavCeshi { position: relative; }
.nav > ul > li{ float: left; width:88px; height: 64px; position: relative; margin: 0 20px 0 0; }
.nav > ul > li > a > .en{ display: block; font-size:12px; color:#afafaf; text-transform: capitalize; line-height: 18px; position: relative; z-index: 3; transition: 0.3s all ease-in-out; }
.nav > ul > li > a{ text-align: center; display: block; font-size: 16px; color: #343434; height: 38px; line-height: 38px; position: relative; z-index: 33; transition: 0.3s all ease-in-out; }
.nav #NavCeshi .block{ height: 2px; background: #014fb8; position: absolute; bottom: 28px; }
.nav > ul > li:hover > a,.nav > ul > li.navcurrent > a{ color: #014fb8; font-weight: bold; }
.erji_menu { display: none; position: absolute; left: 0; width: 100%; z-index: 1111; top: 64px; }
.erji_menu ul li a{ display: block; text-align: center; font-size: 14px; color: #fff; line-height: 50px; margin-bottom: 1px; background: rgba(0,0,0,0.8); transition:0.3s all ease-in-out; font-weight: 100; }
.erji_menu ul li a:hover{ background: rgba(1,79,184,0.8)}


.content .top_laug { position: absolute; width: 167px; height: 38px; border: 1px solid #e5e5e5; border-radius: 50px; display: block; right: -30px; top: 70px; transform: rotate(0deg); overflow: hidden; }
.content .top_laug a{ font-size: 14px; color: #aaa; display: block; float: left; line-height: 38px; text-align: center; width: 70px; font-family: arial,microsoft yahei; transition:0.3s all ease; }
.content .top_laug .top_laug1{ border-right:1px solid #e5e5e5; padding-left:10px; width:71px; font-size: 14px; }
.content .top_laug .top_laug2{ width: 80px; padding-right: 5px; letter-spacing: -0.4px; }
.content .top_laug a:hover{ background: #014fb8; color: #fff}


/*幻灯片*/
.banner{ overflow: hidden; background:#eee; }
.banner-box{ min-width:1250px; height:600px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:600px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 600px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:250px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out;z-index: 999999999999999999999999;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121114826_1877745224.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121114826_1877745224.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:21px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111;    box-shadow: 1px 2px 0 rgba(51,51,51,.3); }
.banner-box .hd ul li.on{ background: #014fb8 !important; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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 .bd li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 333;
}


/*小广告条*/
.main { height: 109px; background: #fff; }
.main li { width: 24.8%; float: left; transition: 0.3s all ease-in-out; font-size: 17px; line-height: 26px; color: #333333; text-align: center; border-left: 1px solid #e9e9e9; height: 109px; }
.main li:hover { background: #014fb8; color: #fff; cursor: pointer; }
.main li:hover i, .main li:hover b { color: #fff; }
.main li:nth-child(4){ border-right: 1px solid #e9e9e9; }
.main li i { display: block; font-family: impact; font-size: 42px; line-height: 46px; padding-top: 17px; color: #014fb8; }
.main li i b { font-size: 26px; font-weight: normal; padding-left: 7px; font-family: arial; }

/*搜索*/
.search_bg{ width:100%; height:79px; line-height:79px; background:#f5f5f5; }
.search_l a{    font-size: 14px;}
.search_l a:hover { text-decoration: underline;  color: #014fb8;}
.search_l span{ font-weight:bold; }
.search_r{ width:293px; padding-top:20px; margin-right: 5px; }
.search-bg{ width:223px; }
#infoname{ color:#888888; border: 1px #cecece solid; outline:none; height: 39px; line-height:39px; padding-left:21px; width:222px; background: none; }
.search-i{ width:70px; }
.search_line{ width:1px; height:79px; background:#cecece; margin-right:40px; }
.search_l a:hover { color: #cb0f04; }


/*产品应用行业*/
.case_t { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191119/20191119135903_846165216.jpg) top no-repeat; width: 489px; margin: 0 auto; height: 121px; font-size: 18px; text-align: center; color: #262628; padding-top: 20px; line-height: 48px; margin-top: 58px; }
.case_t span { display: block; font-size: 48px; line-height: 62px; }


.cpin_z{ margin: 0 auto; margin-top: 22px; border-top: 1px #e5e5e5 solid; }

#tablit { width:1200px; height: 57px; line-height: 57px; margin: 0 auto; }
#tablit a{ color:#222; }
#tablit dl{ float:left; height:57px; }
#tablit dl dd{ width: 109px; height: 57px; line-height:57px; color: #333; transition: all .5s; float: left; }
#tablit .on{ font-size: 14px; background: #014fb8; display: block; text-align: center; }
#tablit .out{ font-size:14px; text-align: center; }
#tablit .on a{ color: #fff; font-size: 16px; display: block; }
#tablit .out a{ color: #333; font-size: 16px; display: block; }
.tabcon{ width:1200px; border-top:none; clear:both; margin: 0 auto; margin-top:38px; }
.dis{ display:none; }

.prod_r td { display: block; float: left; padding: 0 !important; margin: 15px 16px 0px 0; width: 284px; overflow: hidden; }
.prod_r td a { display: block; font-size: 14px; color: #676767; width: 282px; border: 1px #e5e5e5 solid; position: relative; z-index: 9999999; overflow: hidden; }
.prod_r td a img { width: 100%; height: 100%; transition: all 1s linear 0s; }
.prod_r td:hover a img { transform: scale(1.05) rotate(0deg) translateY(0); }
.prod_r td br { display: none; }
.prod_r td div { padding: 0 !important; background: #f0f0f0; line-height: 50px; color: #676767; position: relative; }
.prod_r td:hover div a { color: #fff; }
.prod_r td div a { border: none; }
.prod_r td div:after { content: ''; transition: ease-in-out 0.5s all; background: #014fb8; position: absolute; left: -100%; bottom: 0; width: 100%; height: 100%; }
.prod_r td:hover div:after { left: 0; }



/*产品展示*/
.prod_bg{ padding: 70px 0 90px; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135610_1031084507.png) repeat center; margin-top: 82px; }

.prod_left{ width:250px; }
.fdh-01-tit { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135610_611809183.jpg) center no-repeat; height: 124px; }
.fdh-01-tit h3 { font-size: 24px; font-weight: bold; line-height: 95px; color: #fff; padding-left: 25px; }
.cbgg-01 { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135610_494405108.jpg) center no-repeat; color: #fff; height: 102px; }
.cbgg-01 p { display: block; float: left; margin: 26px 10px 0 33px; }
.cbgg-01 p img { vertical-align: middle; }
.cbgg-01 span { display: block; font-size: 15px; font-family: Arial; padding-bottom: 12px; padding-top: 27px; float: left; font-weight: normal; }
.cbgg-01 span b { display: block; font-size: 20px; font-weight: bold; }

.links1 { line-height: 70px; padding: 0 !important; position: relative; height: 70px; width: 250px; display: block; margin: 0 auto; }
.links1 b { display: block; }
.links1 b a { line-height: 70px; text-indent: 0; display: block; position: absolute; top: 0; background: #fbfbfb; font-size: 15px; font-weight: 100 !important; transition: 0.3s all ease-in-out; padding-left: 55px; width: 195px; color: #333 !important; }
.open1 { width: auto !important; }
.open1 .links1 b a { font-weight: bold !important; color: #fff !important; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135610_319285638.jpg) center no-repeat; font-size: 16px; }
.links1 b a::after,.links1 b a:after { content: ''; display: block; width: 18px; height: 18px; border-radius: 50%; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135610_475526827.png) no-repeat center; position: absolute; top: 27px; right: 21px; transition: 0.3s all ease-in-out}
.open1 .links1 b a::after,.open1 .links1 b a:after{ background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_1535683904.png) no-repeat center; } 
.plist_row21 #showtyepname a { color: #666; text-decoration: none; height: 50px; font-size: 13px; line-height: 50px; padding-left: 17px; padding-right: 0px; background: #fbfbfb; position: relative; overflow: hidden; }

.plist_row21 table tbody tr .submenu1 { max-height: 0px; line-height: 0px; width: 250px; overflow: hidden; transition: 0.8s all ease; display: block; background: #fbfbfb; border-bottom: 1px #eee solid; }
.plist_row21 table tbody tr.open1 .submenu1{ max-height: 600px; }
.submenu1 > div > a { display: block; height: 35px; line-height: 35px; text-indent: 0; padding-left: 65px; font-size: 14px; width: 228px; float: left; white-space: nowrap; text-overflow: ellipsis; }

.submenu1 > div { width: 250px; display: block; }
.plist_row21 #showtyepname a:hover { text-decoration: none; color: #0b49b2; }
.plist_row21 #showtyepname a:after { content: "●"; width: 8px; height: 8px; position: absolute; top: -2%; left: 5px; margin-top: 0px; }
.plist_row21 table,.plist_row21 table tbody,.plist_row21 table tbody tr { display: block; width: 100%; }

.prolist_row2 { display: block; border: 4px solid #4cb034; }
.prolist_row2 > table,.prolist_row2 > table > tbody,.prolist_row2 > table > tbody > tr { display: block; width: 100%; }
.prolist_row2 > table > tbody > tr > td { display: block; line-height: 50px; height: 50px; padding-left: 50px; position: relative; }
.prolist_row2 > table > tbody > tr > td > a { display: block; font-size: 15px; color: #454545 !important; font-weight: 100 !important; }
.prolist_row2 > table > tbody { padding: 10px 0; }

/*产品右边*/
.product_cont{ width: 914px; }
.product_cont_r1{ width: 914px; padding-bottom:20px; border-bottom: 1px solid #ccc; margin-bottom:20px; }
.product_cont_r1 a {    font-size: 18px;}
.product_cont_r1 .prod_cont_r1_l{ background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_803859416.png) no-repeat center; color: #343434; font-weight: normal; font-size: 26px; float: left; width: 107px; padding: 0px 0px 20px 55px; line-height: 26px; height: 30px; }
.prod_cont_r1_w { font-size: 18px; line-height: 28px; width: 438px; display: block; float: left; color: #666666; margin: -3px 0 0 15px; }

.product_cont_r1 .prod_cont_r1_r{ font-size: 14px; color: #fff; background: #343434; padding:0px 20px; display: block; float: right; line-height: 36px; width: 120px; text-align: center; margin-top: 5px; }
.product_cont_r1 .prod_cont_r1_r:hover { background: #0b49b2; }
.product_cont_r1:after{ content: ''; clear: both; display: block; }



/*切换*/
.prod_m .prod_img{ width: 914px; height: 397px; position: relative; }
.prod-box .bd ul li { width: 100%; height: 397px; display: block; }
.prod-box .bd ul li img { width: 533px; display: block; height: auto; float: left;}
.prod-box .prod-btn .hd { display: block; width: 100%; position: absolute; bottom: 0; }
.prod-box .prod-btn { position: absolute; bottom: 0; width: 100%; height: 50px; left: 0; }
.prod-box .prod-btn .hd ul li { display: inline-block; width: 36px; height: 5px; background: #f0f0f0; margin: 10px 5px; text-indent: -99999em; overflow: hidden; cursor: pointer; transition:0.3s all ease-in-out; }
.prod-box .prod-btn .hd ul { text-align: center; }
.prod-box .prod-btn .hd ul li.on{ background: #0051a0; width:46px; }

.prod_r1{ width: 381px; height: 397px; overflow: hidden; background:#fff; }
.prod_r1 h3 { margin: 50px 0 0 37px; padding-bottom: 10px; position: relative; }
.prod_r1 h3 em { display: block; font-size:24px; text-transform: uppercase; font-weight: normal; line-height: 32px; font-style: inherit; color:#333; }
.prod_r1 h3 a { color: #fff; }

.prowz { margin: 20px 0 0 37px; }
.prowz p strong { font-weight: bold; color: #333; }
.prowz p { line-height: 24px; font-size: 15px; color: #999999; }
.prod_r1 i { display: block; margin: 27px 0 0 37px; }
.prod_r1 i a { width: 101px; height: 30px; border: 1px solid #fff; font-size: 16px; color: #fff; display:block; text-align: center; line-height: 30px; font-style: initial; background: #0b49b2; }
.prod_r1 i a:hover{ background:#333; }

.prod_d table tr td{ display: block; float: left; width: 293px; overflow: hidden; padding: 0px !important; margin-right:17px; margin-top: 17px; }
.prod_d table tr td:nth-child(3){ margin-right:0px; }
.prod_d table tr td span{ display: block; line-height: 45px !important; height: 45px; background: #f5f5f5; position: relative; z-index: 2; }
.prod_d table tr td span a{ font-size: 14px; }
.prod_d table tr td:hover span{ background: #0b49b2; }
.prod_d table tr td:hover span a{ color:#fff; }
.prod_d table tr td img{ transition: all linear 0.5s; -moz-transition: all linear 0.5s; -ms-transition: all linear 0.5s; -webkit-transition: all linear 0.5s; display: block; width: 100%; height: 100%; }
.prod_d table tr td:hover img{ -webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

.prod_d table tr td br{ display: none; }
.prod_d{ margin-top:20px; }


/*视频展示*/
@font-face {
font-family:Tw Cen MT;
src: url(http://cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(http://cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(http://cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(http://cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(http:http://cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}
.sy_videobg{width:1200px; margin:0 auto;}
.sy_video_t {background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20231019/20231019151151_681999221.jpg) top no-repeat; width: 489px; margin: 0 auto; height: 121px; font-size: 18px; text-align: center; color: #262628; padding-top: 20px; line-height: 48px; margin-top: 58px; }
.sy_video_t span {display: block; font-size: 48px; line-height: 62px; }
.sy_video{}
.sy_video .new_web_div2021{}
.sy_video .new_web_div2021 li{float:left; margin:0 15px 20px 0;}
.sy_video .new_web_div2021 li:nth-last-child(1){margin-right:0;}
.sy_video .new_web_div2021 li > a{display:block; overflow:hidden; position:relative;}
.sy_video .new_web_div2021 li > a:after{content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; transform:scale(1.3); background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20231019/20231019154033_17030244.png) center no-repeat rgba(0,0,0,0.5); visibility:hidden; transition:0.5s all ease-in-out;}
.sy_video .new_web_div2021 li > a:before{content:""; display:block; width:90%; height:88%; position:absolute; left:calc(50% - 45%);  opacity:0; transform:scale(1.3); top:calc(50% - 45%); border:2px solid rgba(255,255,255,0.5); visibility:hidden; transition:0.5s all ease-in-out;}
.sy_video .new_web_div2021 li:hover > a:after,.sy_video .new_web_div2021 li:hover > a:before{transform:scale(1.0); opacity:1; visibility:visible;}

.sy_video .new_web_div2021 li p{display:block; margin-top:1px; position:relative; background:#e9e9e9; overflow:hidden;}
.sy_video .new_web_div2021 li p:before{content:""; position:absolute; left:-100%; top:0; width:100%; height:100%; background:#014fb8; transition:0.5s all ease-in-out;}
.sy_video .new_web_div2021 li p a{display:block; padding-left:20px; font-size:16px; line-height:55px; text-decoration:none; position:relative; z-index:1; transition:0.5s all ease-in-out;}
.sy_video .new_web_div2021 li p a:after{content:"view"; display:block; padding-right:20px; position:absolute; right:20px; top:23px; font-family:Tw Cen MT; font-size:14px; line-height:9px; text-transform:uppercase; color:#898686; transition:0.5s all ease-in-out; background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20231019/20231019154033_770814600.png) right center no-repeat;}
.sy_video .new_web_div2021 li:hover p:before{left:0;}
.sy_video .new_web_div2021 li:hover p a{color:#fff;}
.sy_video .new_web_div2021 li:hover p a:after{color:rgba(255,255,255,.8); background-image:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20231019/20231019154033_1728493360.png);}



/*合作客户*/
.parner_bg { background: #f7f7f7; padding: 60px 0 97px; margin-top:60px;}
.parner_bg h3 { font-size: 54px; text-align: center; line-height: 72px; margin-bottom: 45px; }
.parner_bg h3 span { font-weight: normal; font-size: 17px; display: block; color: #777777; line-height: 44px; }
.parner_l { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191119/20191119162115_1324471076.jpg) center no-repeat; width: 279px; height: 512px; }
.parner_l p { margin: 110px 0 41px 40px; color: #fff; font-size: 30px; font-family: arial; }
.parner_l p span { display: block; font-size: 14px; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191119/20191119162115_2021000132.png) left no-repeat; padding-left: 23px; }
.parner_l img { margin-left: 52px; }

.parner_r td { padding: 0 !important; border-right: 1px #e7e7e7 solid; border-bottom: 1px #e7e7e7 solid; position: relative; transition: all linear 0.3s; -moz-transition: all linear 0.3s; -ms-transition: all linear 0.3s; -webkit-transition: all linear 0.3s; top: 0; }
.parner_r td a { display: block; }
.parner_r td br { display: none; }
.parner_r td div { padding: 0 !important; display: none; }
.parner_r td:hover { z-index: 9999; top: -10px; -webkit-box-shadow: 0 0 30px rgba(100, 100, 100, .3); -moz-box-shadow: 0 0 30px rgba(100, 100, 100, .3); box-shadow: 0 0 30px rgba(100, 100, 100, .3); background: #fff; transition: all linear 0.3s; }

/*关于我们*/
.g_pp{ height: 552px; margin-top:110px; }
.g_pp dt{ float: right; margin-top: 13px; height: 451px; transition: all 0.3s linear 0s; margin-right: -124px; }
.g_pp dt img{ width: 736px; height: 451px; display: block; }
.g_pp dt:hover{ transform: scale(1.03); }

.g_pp dd{ float: left; width: 536px; }
.g_pp h2{ height: 150px; font-size: 48px; color: #2c3033; }
.g_pp h2 em{ display: block; font-size: 24px; color: #5a5a5a; font-weight: normal; padding-top: 10px; }
.g_pp p{ font-size: 15px; line-height: 24px; color: #818181; margin-bottom: 25px; }
.ppwz{ height: 200px; border-bottom: 1px solid #ccc; margin-bottom: 45px; }
.g_pp p b{ font-size: 15px; color: #2c3033; font-weight: normal; }
.g_pp p b a { font-size: 15px;}
.g_pp p b a:hover { color: #014fb8; }
.g_pp p span{ color: #c00000; }
.pptel{ background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191119/20191119171311_797157251.png) no-repeat 0 6px; padding-left: 60px; font-size: 15px; color: #818181; }
.pptel b{ display: block; font-size: 36px; color: #2c3033; font-weight: normal; }

/*荣誉证书*/

.honnor h3 { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191119/20191119172552_596291788.jpg) top no-repeat; width: 606px; margin: 0 auto; height: 121px; font-size: 48px; text-align: center; color: #262628; padding-top: 20px; line-height: 48px; margin-top: 58px; font-weight:normal; }
.honnor h3 span { display: block; font-size: 18px; line-height: 62px; font-weight:normal; }

.honnor .company_img_r2 { width: 1200px; position: relative; display: block; margin: 0 auto; }
.honnor #company_img_btn_l{ background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_1534326446.png) center no-repeat; width:12px; height:22px; left: -35px; top:148px; cursor: pointer; position:absolute; }
.honnor #company_img_btn_r{ background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_883313389.png) center no-repeat; width:12px; height:22px; right: -35px; top: 148px; cursor: pointer; position:absolute; }
.honnor #company_img_cont td { width: 218px; height: 291px; line-height: 0; margin-bottom: 30px; transition: all .3s; float: left; margin-right: 24px; margin-top: 10px; padding-left: 0 !important; border: 1px #ddd solid; }
.honnor #company_img_cont td a { background: #fff; width: 218px; height:291px; display: block; }
.honnor #company_img_cont a img { width: 218px; height: 291px; display: block; margin: 0 auto; }
.honnor #company_img_cont td div { background: none; border: none; height: 30px; line-height: 30px; color: #333; }
.honnor #company_img_cont td div a { background: none; border: none; line-height: 30px; color: #666666; font-size: 15px; height: 30px; }

.honnor #company_img_cont td br { display: none; }
.honnor #company_img_cont td div a:hover { border: none; color: #10a63e; }
.honnor #company_img_cont td:hover { box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1); z-index: 2; transition: 0.3s all; -webkit-transform: translate(0,-2px); -webkit-transform: translate(0,-2px); }




/*新闻资讯*/
.news{ height:785px; margin-top:75px; overflow:hidden; }
.news .tit1 em{ background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_577809331.png) no-repeat center center; }
.dyt{ height:54px; border-bottom:1px solid #b5b5b5; position:relative; margin:40px 0 24px; }
.dyt h3{ font:18px "Microsoft YaHei UI"; float:left; margin-right:80px; line-height:54px; }
.dyt h3 span{ display:block; width:30px; height:26px; position:relative; float:left; margin:14px 8px 0 0; }
.dyt h3 span em{ position:absolute; width:100%; height:100%; top:0; left:0; -webkit-transform: translateX(0) rotate(0); transform: translateX(0) rotate(0); -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; }
.dyt h3 span i{ position:absolute; width:100%; height:100%; top:0; left:0; opacity:1; visibility:hidden; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all 0.1s ease 0.2s; transition: all 0.1s ease 0.2s; }
.dyt h3 span img{ display:block; width:30px; height:26px; }
.dyt h3 a{ display:block; color:#333;     font-size: 18px;}
.dyt h3 a:hover,.dyt .cur a{ font-weight:bold; color:#014fb8; border-bottom:2px solid #014fb8; box-sizing:border-box; }
.dyt h3 a:hover span em,.dyt .cur span em{ opacity: 0; visibility:hidden; -webkit-transform: translateX(100%) rotate(180deg); transform: translateX(100%) rotate(180deg); }
.dyt h3 a:hover span i,.dyt .cur span i{ visibility:visible; opacity:1; -webkit-transform:scale(1); transform:scale(1); }
.dyt h5 a{ display:block; float:right; font:18px "Microsoft YaHei UI"; line-height:54px; color:#333; background:url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121135611_510261508.png) no-repeat right center; padding-right:35px; }
.dy1,.dy2{ height:480px; overflow:hidden; }
.dy1 .dl1{ width:600px; float:left; overflow:hidden; position:relative; }

.dy3{ width:560px; float:right; }





.tit1{ font:45px "Microsoft YaHei"; text-align:center; color:#000; font-weight:bold; overflow:hidden; }
.tit1 a{ display:block; color:#000; font-size: 45px;}
.tit1 em{ display:block; font:16px "Microsoft YaHei"; color:#fff; line-height:38px; margin-top:8px; }
.tit1 b{ color:#014fb8; }


/*新闻*/
.dl1 .news_div_item,.dl1 .divdgweb_new_div_item { position: relative; height: 460px; width: 600px; }
.dl1 .news_div_item_content,.dl1 .divdgweb_new_div_item_content { position: absolute; bottom: 0; left: 0; }
.dl1 .news_div_item_title a,.dl1 .divdgweb_new_div_item_title a { height: 50px; font: 16px "Microsoft YaHei UI"; line-height: 50px; color: #014fb8; margin-top: 14px; font-weight: bold; }
.dl1 .news_div_item_body,.dl1 .divdgweb_new_div_item_body { font: 16px "Microsoft YaHei UI"; line-height: 30px; color: #666; }
.dl1 .news_div_item_pic{ position: absolute; top: 0; left: 0; }
.dl1 .news_div_item_pic a{ display: block; width: 600px; height: 336px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; overflow: hidden; }
.dl1 .news_div_item_pic a img { transition: 1s; }
.dl1 .news_div_item:hover img,.dl1 .divdgweb_new_div_item:hover img { -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); }


.dy3 .news_div_item,.dy3 .divdgweb_new_div_item  { height: 100px; overflow: hidden; border: 1px solid #eaeaea; margin-bottom: 16px; padding: 0 30px; position: relative; }
.dy3 .news_div_item_date,.dy3 .divdgweb_new_div_item_date { position: absolute; top: 28px; right: 48px; }
.dy3 .news_div_item_month,.dy3 .divdgweb_new_div_item_month { position: absolute; top: 0px; left: -68px; color: #999; font-size: 15px; font-weight: bold; }
.dy3 .news_div_item_day,.dy3 .divdgweb_new_div_item_day { position: absolute; right: 23px; top: 0; color: #999; font-size: 15px; font-weight: bold; }
.dy3 .news_div_item_day:after,.dy3 .divdgweb_new_div_item_day:after { display: block; content: ""; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121153910_2140874465.png) center no-repeat; position: absolute; top: 4px; right: -32px; width: 9px; height: 14px; }
.dy3 .news_div_item_title a,.dy3 .divdgweb_new_div_item_title a { display: block; font: 16px "Microsoft YaHei UI"; font-weight: bold; color: #333; overflow: hidden; margin: 20px 0 15px; }
.dy3 .news_div_item_body,.dy3 .divdgweb_new_div_item_body { font: 16px "Microsoft YaHei UI"; color: #666; }
.dy3 .news_div_item:nth-child(1), .dy3 .divdgweb_new_div_item:nth-child(1) { display: none; }
.dy3 .news_div_item:hover, .dy3 .divdgweb_new_div_item:hover { border: 1px #014fb8 solid; }
.dy3 .news_div_item:hover .news_div_item_day:after, .dy3 .divdgweb_new_div_item:hover .divdgweb_new_div_item_day:after { background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191121/20191121095910_106106625.png) center no-repeat; }


/*版权*/
.copy_bg {        background: #313131;
    width: 100%;
    color: #7d7d7d;
    border-top: 8px #014fb8 solid;}
.copy_bg a { color: #7d7d7d; }
.copy_bg a:hover { color: #fff; text-decoration: underline; }
.copy_nav { height: 62px; line-height: 62px; text-align: center; font-size: 17px; border-bottom: 1px #525252 solid; }
.copy_nav a { font-size: 17px; color: #d9d6d6; padding: 0 35px; }
.copy_nav a:hover { text-decoration: underline; }
.copy_logo { margin-right:50px; margin-top: 50px; margin-bottom: 56px;}
.copy_w { margin-top: 49px; font-size: 34px; color: #fff; line-height: 36px; }
.copy_w span { font-size: 16px; display: block; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191205/20191205095337_1800109365.png) left no-repeat; padding-left: 24px; color: #fff;}
.copy_w i { font-size: 14px; display: block; color: #878787; }
.copy_map { margin-top: 24px; margin-left: 28px; }
.copy_ewm { width: 230px; margin-top: 37px; }
.copy_ewm li { display: block; float: left; width: 102px; text-align: center; line-height: 28px; margin-left: 26px; }
.copy_ewm li:nth-child(1) { margin: 0; }
.copy_ewm li img{width: 102px;}
.copy_footer {     line-height: 62px;
    border-top: 1px #525252 solid;
    background: #525252;
    height: 62px;
    color: #818181;}
.copy_footer .fr span { padding-right: 15px; float: left;}

.copy_footer a {
    color: #818181;
}
/*右侧浮动*/

.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/gdaoke/uploadfile/image/20191123/20191123160020_1148615545.PNG) no-repeat; margin: 0 auto 12px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -4px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #014fb8; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #014fb8; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;color: #fff;}
.y-kefu-box01 .show-status { position: relative; }
/*.y-kefu-box01 .show-status .kf-zixun { background-color: #014fb8; border-color: #014fb8; color: #fff; }颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -4px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #014fb8; /*border-color: #014fb8;*/}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 10px 55px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#000; }
.y-kefu-box01 .mobile-infos p { color: #014fb8; font-size: 18px; }/*颜色更改*/
.right1 { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 302px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 120px; height: 120px; margin: 15px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #014fb8; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#014fb8;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }
.y-ewm-img1 p {color: #333 !important; }