@charset "utf-8";
body {color:#333; background:#fff; font-size:13px; font-family:Microsoft YaHei;}
body,td,th{ font-size:13px; color:#555; font-family:Microsoft YaHei;}
a{ font-size:13px; color:#555; text-decoration:none; font-family:Microsoft YaHei;}
a:hover{ text-decoration:none; font-size:13px; color:#f00; font-family:Microsoft YaHei;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,ul,li,p,th{margin:0px; padding:0px; list-style:none; border:0px;}
dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
ul,li{ list-style:none;}
input,textarea,slsct{ font-family:inherit; font-weight:inherit; font-size:13px;}
img{ border:0;}
.cl{ height:0px; clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.clear{height:0; overflow:hidden; clear:both;}
.cp img{ border:1px solid #dedede; padding:2px; background:#fff;}
.cp img:hover{ border:1px solid #ff7101;padding:2px; background:#ff7101;}
.clearfix { /*兼容 IE*/zoom: 1; }
a{ color:#333; text-decoration:none;transition:0.3s all; }/*定义全局链接颜色*/
a:hover{ color:#333; transition:0.3s all; }/*定义全局链接鼠标滑过颜*/

em,i{ font-style:normal;}


/*定义版面统一宽度*/
.w1200{ width:1200px; margin:0 auto; max-width:1200px; height: auto;}
.box{ width:1200px; margin:0 auto; overflow:hidden;}


.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top90{ margin-top:90px;}
.top100{ margin-top:100px;}



/*head*/
.head_bg{ height:186px; width:1200px; margin:0 auto;}
.logo{ position: relative; z-index:9999;}
.logo img{ width:170px; height:196px; float:left; position: absolute; z-index:9999;}

.head_1{ width:990px; float: right; padding-left:40px;}
.head_2{ font-size:30px; font-weight:bold; color:#0252b6; text-transform:uppercase; padding-top:30px; width:600px; float:left;}
.head_2 h1{ font-size:18px; line-height:30px; color:#333; font-weight:normal;}
.head_3{ width:305px; float:right; margin-top:38px;}
.head_31{ width:44px; float:left; padding-right:10px;}
.head_32{ font-size:15px; float:left; color:#a0a09f;}
.head_32 p{ font-size:28px; font-family:Impact; color:#222; font-weight:bolder; line-height:30px;}






/*nav

.nav li {position: relative; width: 141px; height: 48px; line-height: 48px;  float: left;}
.nav li a {  display: block; height: 40px; font-size: 16px; color: #333; text-align: center; transition:0.3s all; position: relative;}
.nav li a:hover {  display: block; height: 40px; font-size: 16px; color:#085bc3; text-align: center; transition:0.3s all; }
.nav .a_nav{  display: block; height: 40px; line-height: 20px; font-size: 16px; color: #333; text-align: center; transition:0.3s all; color:#085bc3;}
.nav li ul a:hover{color: #085bc3;}
.menu{ width:1200px; height:54px; margin:0 auto;}
.menu ul { position: absolute;  top: 54px;  left: 0;  z-index: 9999;  opacity: 0; 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;}
.menu li:hover > ul { opacity: 1; }
.menu ul li {   height: 0; width: 100%;  overflow: hidden; 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;}
.menu li:hover > ul li {
    height: 48px;
line-height: 54px;
    overflow: visible; color:#085bc3;}

.menu ul li:last-child a { border: none; }
.menu #aa3 ~ ul{ width:135px;}

.menu > li > a::after {
    content: '';
    display: block;
    background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190809/20190809193317_659388652.png) no-repeat bottom; text-align:center; 
    width: 0%;
    height: 11px;
    position: absolute;
    left: 0;
    transition: 0.3s all ease-in-out;
	top:47px;}

.menu > li > a:hover::after{ width:90px; }

.menu > li > a:hover::after, .menu > li.navcurrent > a::after {
    width: 141px;
    display: block;
    background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190809/20190809193317_659388652.png) no-repeat bottom;
    height: 11px;}
*/
.nav_bg{ float:right; width:990px; padding-top:10px;}
.nav {
    float: left;
    width: 990px;
    height:30px;
 padding-top:10px;}

.nav>ul>li{ float: left; display: block;position: relative;width:123px; height:100%;}
.nav>ul>li>a{ display: block; color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333; line-height:40px; height:40px;}
.nav>ul>li>a p{font-size:12px; color:#999;}
.nav ul li:after,.nav ul li:after{content: ''; display: block;width: 0; height: 11px; position: absolute; bottom:-8px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190809/20190809193317_659388652.png) no-repeat bottom; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #222;}






/*banner*/

.banner{position: relative; height:775px;clear: both;}
.ban_p,.ban_p li{ height:700px;overflow: hidden; background-position: center !important;}
.ban_p li a{ display:block; height:700px; background-position: center !important;}

.ban_nub{width: 164px;height: 90px;left: 50%;margin-left:400px;background: #085bc3;text-align: center;padding: 0 18px;top: 685px;font-size: 26px;color:#b8dac3;line-height: 90px;font-family: Times New Roman;}
.ban_prev,.ban_next{width:14px;height: 26px;display: block;padding:32px 0 0;z-index: 9;position: relative;}
.ban_prev img,.ban_next img{display: block;}
.ban_prev:hover,.ban_next:hover { cursor:pointer;}
.ban_sz{width:136px;display: block;letter-spacing:2px;overflow: hidden;}
.ban_sz span{color: #fff;font-size:50px;font-weight: normal;}
.ban_sz em{font-size:24px;}
.pr {position: relative;}
.pa {position: absolute;}


/*sou*/
.search { width:100%; margin:auto; height:74px; line-height:74px; border-bottom: solid 1px #e8e8e8; overflow: hidden}
.search_tu { float:right; width:21px; height:21px; margin-top:25px; overflow:hidden}
.search_2 {float:left; width:236px;}
.search_2 input{ background:#fff; outline: none; border: none; width:206px; padding-left:30px; height:74px; line-height:74px; color:#666;}
.zhonjian {height:74px; line-height:74px; width:263px; margin-left:50px; border-bottom: solid 1px #0167bc;  border-left: solid 1px #e8e8e8;}
.zhonjian_wenzi { width:590px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810100846_771613686.jpg) no-repeat left;}
.zhonjian_wenzi strong {padding-left: 31px;}



/*prod*/
.prod_tit{ font-size:38px; text-align:center; font-weight:bolder; font-weight:bold; color:#222;}
.prod_tit b{ color:#0358c3; font-size:38px; font-weight:bolder;}
.prod_tit p{ color:#666; font-size:16px; font-weight:normal; line-height: 40px;}
.prod_tit1{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810101352_1497467037.png) no-repeat center; height:20px;}
.prod_tit a{ font-size:38px; text-align:center; font-weight:bolder; font-weight:bold; color:#222;}
.prod_tit b a{ color:#0358c3; font-size:38px; font-weight:bolder;}




.product { padding: 30px 0; height: 580px; position: relative; }

.prod_row2 { height: 89px;}
.prod_row2 > .col2 > a { display: block; line-height: 59px !important; color: #fff; transition: 0.3s all ease-in-out; text-align:center; font-weight: normal !important; font-size: 18px; font-weight: bold; line-height: 30px; height: 59px; }
.prod_row2 > .col2 > a .en { display: block; color: #fff; text-transform: capitalize; font-weight: 100; line-height: 20px; }
.prod_row2 > .col2 { float: left; width:189px; height: 59px; overflow: hidden;}
.prod_row2 > .col2:first-child { margin-left: 0; }
.prod_row2 > .col2_1{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810103157_654048661.png) no-repeat center; margin-right:12px;}
.prod_row2 > .col2_2{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810103157_654048661.png) no-repeat center; }

.prod_row2 > .col2 > a:hover{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810103157_403422821.png) no-repeat center;}
.prod_row2 > .col2.on, .prod_row2 > .col2:hover { color:#fff;  background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810103157_403422821.png) no-repeat center;}
.prod_row2 > .col2last { background:#fff; }

.prod_row3{ width: 1200px; height: 510px; position: relative; overflow: hidden; }
.prod_row3 ul li .fl{ position: relative; }
.prod_row3 ul li .fl .prod_more1{ position: absolute; display: block; text-align:center !important; font-size: 30px; color: #fff; line-height: 30px; top: 45px; left:136px; font-weight: bold;}

.prod_row3 ul li .fl .prod_more1 .en{ padding-top:30px; display: block; text-align: center !important; font-size: 16px; color: #fff; font-weight:normal; }
.prod_row3 ul li .fl .prod_more2 { position: absolute; display: block; bottom: 45px; left: 35px; font-size: 16px; color: #454545; }
.prod_row3 ul li .fl .prod_more2 .en { font-size: 12px; text-transform: uppercase; color: #999; display: inline-block; margin: 0 5px; }
.prod_row3 .prod_list { margin-top: 10px; position: absolute; }
.prod_row3 .prod_list > li{ width: 1200px; float: left; }
.prod_row3 .prod_list > li > .fr{ width: 680px; margin-left:20px;}
.divproduct_new_div_item { width: 48%; float: left; margin: 0 0 2% 2%; position: relative; cursor:pointer; overflow:hidden; }

.divproduct_new_div_item:hover{ box-shadow: 0 0 0 1px #085bc3; }
.divproduct_new_div_item .divproduct_new_div_item_date{ display: none; }
.divproduct_new_div_item .divproduct_new_div_item_content { position: absolute; width: 100%; height: 35px; bottom: 0; line-height: 35px; overflow: hidden; }
.divproduct_new_div_item .divproduct_new_div_item_title{ position: relative; }
.divproduct_new_div_item:after, .divproduct_new_div_item::after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5) url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810111027_1907845895.png) no-repeat center; opacity: 0; filter: alpha(opacity=0); transition: 0.3s all ease; transform: scale(2); }
.divproduct_new_div_item:hover:after, .divproduct_new_div_item:hover::after{ transform:scale(1); opacity: 1; filter: alpha(opacity=100); transition: 0.4s all ease 0.3s; }
.divproduct_new_div_item .divproduct_new_div_item_a { display: block; line-height: 35px; height: 35px; background: #085bc3; width: 160px; padding-left: 20px; color: #fff; font-size: 14px; position: relative; float: left; transition:0.3s all ease-in-out; left:0}
.divproduct_new_div_item:hover .divproduct_new_div_item_a{ left: -215px; transition: 0.4s all cubic-bezier(.89,-0.42,0,.66); }
.divproduct_new_div_item .divproduct_new_div_item_a0 { display: block; line-height: 35px; height: 35px; background: #ccd4df url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810111156_15227147.png) no-repeat 12px center; width: 70px; padding-right: 15px; color: #085bc3; font-size: 14px; position: relative; float: right; padding-left: 40px; transition:0.3s all ease-in-out; right: 0; }
.divproduct_new_div_item:hover .divproduct_new_div_item_a0{ right: -160px; transition: 0.4s all cubic-bezier(.89,-0.42,0,.66); }
.divproduct_new_div_item .divproduct_new_div_item_a::after { content: ''; width: 0px; height: 0px; border-top: 35px solid transparent; border-left: 35px solid #085bc3; display: block; position: absolute; top: 0; right: -35px; }
.divproduct_new_div_item .divproduct_new_div_item_a0::after { content: ''; width: 0px; height: 0px; border-bottom: 35px solid transparent; border-right: 35px solid #ccd4df; display: block; position: absolute; top: 0; left: -35px; }
.divproduct_new_div_item .product_div_item_pic{ display: block; padding: 0; transition:0.3s all ease-in-out; }
.divproduct_new_div_item .product_div_item_pic img{ width: 100%; display: block; height: auto; }
.prod_more1 img { height: 515px; width: 500px;}


/*td*/
.td_bg{ width:100%; margin:0 auto; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810115351_748916704.jpg) no-repeat center; width:100%; height:804px; margin:0 auto;}

.td_w{width:798px; float:right; padding-top:60px;}
.td_w1{ float:left; width:798px;}
.td_w11{width:10px; height:96px; float:left; background:#cd0202;}
.td_w12{font-size:42px; font-weight:bold; color:#333; padding-left:25px;}
.td_w12 b{font-size:42px; font-weight:bold; color:#0358c3;}
.td_w12 p{font-size:16px; font-weight:normal; color:#666; line-height:40px;}

.td_t{}
.td_w2{ padding-top:20px; float:left; }
.td_w21{padding-top:20px; width:45px; padding-right:15px;}
.td_w22 {padding-top: 20px; font-weight:bold; font-size:22px; color:#222; float: left; padding-right:34px; width: 322px;}
.td_w22 p{ font-size:14px; line-height:24px; color:#666; font-weight:normal;}

.td_w23 {padding-top: 20px; font-weight:bold; font-size:22px; color:#222; float: left; width: 294px;}
.td_w23 p{ font-size:14px; line-height:24px; color:#666; font-weight:normal;}

.td_w3{float:left;}
.td_w3 li{ width:131px; float:left; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810152756_1389822413.png) no-repeat center; height:50px; padding-top:70px;}
.td_w3 li p{ font-size:16px; color:#fff; text-align:center; padding-top:20px;}



/*shuju*/
.shuju{ float:left; margin-top:90px;}
.shuju .y_c{ height:85px;}
.shuju .y_c li{float:left;}
.shuju .y_c .yy1{ width: 250px;}
.shuju .y_c .yy1 .font{font-size:55px; color:#fff; text-align:center; font-family: Impact;}
.shuju .y_c .yy1 .font span{ font-weight: normal; font-size:55px; line-height:33px; height:33px; font-family: Impact;}
.shuju .y_c .yy1 .fonts{font-size:14px; color:#0358C3; font-weight:normal; background:#fff; border-radius: 50%; padding: 5px 6px 6px 6px;}
.shuju .y_c .yy1 .fontss{width: 250px; font-size: 24px; color: #fff; text-align: center; line-height:40px; font-weight:bold;}
.shuju .y_c .yy1 .fontss p{ font-size:15px; color:#fff; font-weight:normal; line-height:30px;}


.shuju .y_c .yy2{width: 250px; padding-left: 24px;}
.shuju .y_c .yy2 .font{font-size:55px; color:#fff; text-align:center; font-family: Impact;}
.shuju .y_c .yy2 .font span{ font-weight: normal; font-size:55px; line-height:33px; height:33px; font-family: Impact;}
.shuju .y_c .yy2 .fonts{font-size:14px; color:#0358C3; font-weight: normal; background:#fff; border-radius: 50%; padding: 5px 6px 6px 6px;}
.shuju .y_c .yy2 .fontss{width: 250px; font-size: 24px; color: #fff; text-align: center; line-height:40px; font-weight:bold;}
.shuju .y_c .yy2 .fontss p{ font-size:15px; color:#fff; font-weight:normal; line-height:30px;}




/*case*/


.app_t{text-align: center;color: #fff;}
.app_t p{font-size: 20px;margin-top: 10px;}

.app_d{position: relative;}

.app_d .convert{width:1200px; margin:0 auto;}
.app_d .convert .tab{position: relative;}
.app_d .convert .tab .tab_t{width: 450px;}
.app_d .convert .tab a{ display: block;float: left;position: relative;width: 216px;height: 151px;background-color: #fff; position: relative;overflow: hidden;}


.app_d .convert .tab a.on:before{left: 50px;}


.app_d .convert .tab a p{font-size:20px;line-height: 24px;color: #fff;text-align: center;margin-top:15px; font-weight:bold;}
.app_d .convert .tab a i{ font-size:12px; color:#D3D5D8; font-weight:normal;}


.app_d .convert .tab a span{font-size:12px;color: #999;}
.app_d .convert .tab a.on{color:#fff;}
.app_d .convert .tab a.on p{color: #fff;}
.app_d .convert .tab a b img { padding: 25px 0 0 70px;}
.app_d .convert .tab a e{padding: 0 0 0 33px; font-size:24px; color:#fff; font-weight:bold;}
.app_d .convert .tab a span{font-size:16px; color:#fff; line-height:40px; font-weight:normal !important;}


.tab_w1{position:absolute !important;top: 0px;right: 0px;}
.tab_w2{position:absolute !important;top: 0px;right: 155px;}
.tab_w3{position:absolute !important;top: 157px;right: 0px;}
.tab_w4{position:absolute !important;top: 157px;right: 155px;}


.app_d .convert .content1{overflow:hidden;width:768px; height:453px; position: absolute; right: 0;}
.app_d .convert .content1 ul{position:absolute;top:0;left:0; height:453px; }
.app_d .convert .content1 li{ width:770px;height:450px;float:left; position: relative;}

.app_wt{width: 740px; float: left; padding:15px 30px; font-size:15px; line-height:28px;}
.app_wt1{ width:780px; height:370px;}

.app_wwt{position: absolute;background: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810165131_1053757523.png) no-repeat center;width: 216px;height: 151px;bottom:0px;right: 0px;padding-top: 27px;padding-left: 38px;}
.app_wwt p{font-size: 15px;color: #333;}
.app_wwt span{color: #009f40;font-size: 28px;font-weight: bold;display: block;margin-top:4px;margin-bottom: 8px;}
.app_wwt a{display: block;width: 120px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 16px;background: #009f40;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.app_wwt a:hover{width: 160px;}

.app_ww {height: auto; float:left;}
.app_d a.bg1{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810165131_1053757523.png);  width:216px; height:151px;}
.app_d a.bg2{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810171817_1233677776.png);}
.app_d a.bg3{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810172022_222854489.png);}
.app_d a.bg4{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810171856_165977048.jpg);}
.app_d a.bg5{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810174739_177692715.png);}
.bg6{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812102707_305984618.jpg); width:216px; height:151px; float:left;}
.bg6 a{
    background: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810171856_165977048.jpg);
    color: #fff;
}

.bg62{padding: 25px 0 20px 33px; font-size:24px; color:#fff; font-weight:bold;}
.bg62 span{ font-size:16px; color:#F0F7FF;}
.bg61 a{ text-align:center;
    background: #fff;
    height: 30px !important;
    width: 100px  !important;
    font-size: 16px  !important;
    font-weight: normal  !important;
    color: #333 !important;
	 line-height:30px !important;
    margin-left: 60px;}
.bg61 a:hover{ color:#CD0202; text-decoration:underline;}
	

.app_d .convert .tab a.on.bg1{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810165115_2099377999.png); width:216px; height:151px;}
.app_d .convert .tab a.on.bg2{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810173610_1438966644.png);}
.app_d .convert .tab a.on.bg3{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810165115_2099377999.png);}
.app_d .convert .tab a.on.bg4{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810165115_2099377999.png);}
.app_d .convert .tab a.on.bg5{background-image: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190810/20190810173846_247286783.png);}



/*adv*/
.adv_bg{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812102415_88284563.jpg) no-repeat center; width:100%; height:960px; margin:0 auto;}

.prod_tit2{ font-size:38px; text-align:center; font-weight:bolder; font-weight:bold; color:#fff;  padding-top:50px;}
.prod_tit2 b{ color:#ffba00; font-size:38px; font-weight:bolder;}
.prod_tit2 p{ color:#e0dede; font-size:16px; font-weight:normal; line-height: 40px;}
.prod_tit21{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812103334_227656038.png) no-repeat center; height:20px;}


.ys{ width:100%; padding-top:30px;}
.ys ul{height:144px;margin-top:35px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812112016_45464036.png);}
.ys li{float: left;width: 300px;height:144px;}
.ys li span{left: 120px; float: left;width: 52px;height:60px;position: relative;overflow: hidden; margin-top:31px;}
.ys li span em{position:absolute;width:100%;height:100%;padding:8px 0;top:0;left:0;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.ys li span i{position:absolute;width:100%;height:100%;padding:8px 0;top:0;left:0;opacity:0;visibility:hidden;
    -webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
    transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin:50% 0%;
    transform-origin:50% 0%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;}
.ys li:hover span em,.ys li.cur span em{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);}
.ys li:hover span i,.ys li.cur span i{opacity:1;visibility:visible;-webkit-transform:rotate3d(1,0,0,0deg);transform:rotate3d(1,0,0,0deg);}
.ys li p{padding-left: 35px; float: left; padding-top:80px;}
.ys li p b{font-weight: bold !important; display:block;font-size: 30px;color: #222; transition:all 0.4s linear;  font-weight: inherit;}
.ys li p i{display:block;font-size: 16px;color: #666; line-height:25px;transition:all 0.4s linear; font-style: inherit;}
.ys li:hover p b,.ys li.cur p b{color: #fff;}
li.cur{background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812111504_605059614.png); width:300px; height:144px;}

.ys li.last{}
.ys_con{height:540px;position: relative; margin-top:10px;}
.ys_con:after{position: absolute;width: 300px;height: 255px;content: "";}
.ys_con dl{height:540px;}
.ys_con dt img{width: 600px;height:555px;}
.ys_con dd{float: left;width:540px;padding-left:60px;height:555px;background: #fff;box-shadow:0 0 50px rgba(0,0,0,0.1);}
.ys_sz{ width:244px; height:61px; margin-top:65px; margin-left:-105px;}
.ys_sz1{ width:470px; height:61px; margin-top:35px; margin-bottom:25px;}
.ys_sz11{ font-size:34px; line-height:25px; color:#0063d1; font-weight:bold;}
.ys_sz12{font-size:12px; line-height:45px; color:#bbb; text-transform: uppercase;}

.ys_con dd>p{font-size:16px;color:#666;line-height:37px;width:480px;margin-bottom:10px;}
.ys_con .sl{padding-top: 14px;}
.ys_con .sl p{float: left;width:100px;text-align: center;font-size: 0;line-height: 0;margin-right: 45px;}
.ys_con .sl p span{display:block;font-size: 20px;color: #666;line-height: 40px;}
.zhgkldb{ width:150px; height:45px; background:#0063d1; font-size:16px; color:#fff; text-align:center; line-height:45px; margin-top:18px; margin-right:20px;}
.zhgkldb a{ width:150px; height:45px; background:#0063d1; font-size:16px; color:#fff; text-align:center; line-height:45px; display:block;}
.zhgkldb a:hover{ width:150px; height:45px; background:#4eb700; font-size:16px; color:#fff; text-align:center; line-height:45px; display:block;}


/*news*/

.news_t{ width:685px; float:left;}

.news_t1{ font-size:22px; float:left; font-weight:bold; color:#222;}
.news_t1 a{ font-size:22px; color:#222;}
.news_t1 b{ font-size:12px; color:#666; font-weight:normal; padding-left: 10px; text-transform:uppercase;}
.news_t2{ font-size:14px; color:#666; float:right; font-weight:normal;}
.news_t2 a{font-size:14px; color:#666}
.news_t1 a:hover,.news_t2 a:hover{ color:#0358c3;}

.news_t3{ border:1px solid #e3e3e3; padding:24px; float:left; margin-top:20px;}
.news_t31{ width:633px; float:left; padding-bottom:15px;}
.news_t32{}
.news_t33{ width:60px; background:#d5251e; text-align:center; color:#fff; float:left; line-height:30px;}
.news_t34{ font-size:18px; float:left; color:#222; padding-left:15px; font-weight:bolder; line-height:30px;}
.news_t35{ line-height:24px; color:#666; font-size:14px; padding:10px 0;}
.news_t34 a{ font-size:18px;}
.news_t34 a:hover{ color:#085bc3;}
.news_t4{}
.divdgweb2_tag li{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812145621_893787725.jpg) no-repeat; float:left; line-height:45px;}


.news_w{ width:484px; float:right;}
.wend_d{ background:#fafafa; padding:30px; margin-top:20px;}

.wend b a:hover{color: #004ba1;}
.news .news_div_item,.news .divdgweb_new_div_item{overflow:hidden; float:left; width:726px; height:130px; padding:10px 10px; margin-right:10px; border:solid 1px #eee; margin:10px 0; transition: all 0.5s linear; position: relative;}
.news .news_div_item:hover,.news .divdgweb_new_div_item:hover{background:#f5f5f5; transition: all 0.5s linear;}
.news_div_item_date,.news .divdgweb_new_div_item_date{ position:absolute; z-index:999; width:auto; top: 110px; left: 188px; color:#999;}
.news .news_div_item_year,.news_div_item_month,.news .divdgweb_new_div_item_year,.divdgweb_new_div_item_month,.news_div_item_day,.divdgweb_new_div_item_day{float:left;font-size:12px;}
.news .news_div_item_content,.news .divdgweb_new_div_item_content{overflow:hidden; padding-top:10px; width:540px; padding-right:8px; float:right;}
.news .news_div_item_content a,.news .divdgweb_new_div_item_title a{font-size:15px; color:#333; font-weight:bold; line-height:34px;}
.news .news_div_item:hover .news_div_item_content a,.news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{color:#e82832;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{line-height:24px;}
.news .news_div_item_pic{width:160px; height:128px; overflow:hidden; float:left;}
.news .news_div_item_pic img{width:160px; height:128px;transition: all 0.5s linear;}
.news .news_div_item:hover .news_div_item_pic img,.news .divdgweb_new_div_item:hover .news_div_item_pic img{transform: scale(1.08);}




.wend{float:right;margin-right: 0; width:484px;height:auto;}
.wend h2{left:0;margin-bottom:22px;}
.wend .divdgweb_new_div_item_content{border-bottom: 1px dashed #ccc; padding: 15px 0 0 0;    text-align: left;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item{background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812150232_2043620816.jpg) no-repeat left center;}
.wend .divdgweb_new_div_item_title{ padding-left:60px; line-height:44px;  font-size:15px; color:#333333; overflow: hidden;}
.wend  .divdgweb_new_div_item_title a{ color:#333;font-size:15px;margin-left:0px;    font-weight: bold;}
.wend  .divdgweb_new_div_item_title a:hover{color: #e82832;}
.wend .divdgweb_new_div_item_body{ padding-left:60px; line-height:24px; color:#666; height:80px; font-size: 13px; overflow: hidden;}


/*about*/
.about_bg{ width:100%; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20221118/20221118132805_2049701322.jpg) no-repeat center; height:831px; margin:0 auto;}
.about_1{ padding-top:720px; text-align:center; color:#fff; width:200px; font-weight:bolder; font-size:30px;}

.about_2{ width:920px; float:left; padding: 650px 40px 40px 40px;}
.about_21{ font-size:33px; font-weight:bold; color:#fff;}
.about_21 p{ font-weight:normal; font-size:15px; line-height:30px; padding-top:15px;}
.about_22{ float:right; font-size:16px; color:#fff; padding-right:90px; padding-top: 4px;}
.about_22 a{ font-size:16px; color:#fff;}
.about_22 a:hover{text-decoration:underline;}


/*equ*/

.equ_t{ line-height:40px; height: 40px; margin-bottom:12px;}
.equ_t p{font-size:24px; font-weight:bold; color:#222; float:left;background: url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812155924_1307603901.jpg)no-repeat center left;padding-left:40px;margin-right: 6px;}

.equ_t p a{font-size:24px; color:#222;}
.equ_t p a:hover{ color:#0358c3;}

.team{ margin-top:25px;}
#company_sb{width:1300px; margin:0 auto; overflow:hidden;}
#company_sb img{padding:2px; border:solid 1px #eee;}
#company_sb img:hover{border:solid 1px #125cb1;}
#company_sb td td{padding-right:8px;}
#company_sb td td a:nth-child(2){display:block; line-height:40px; background:#000; position:relative; margin-top:-43px; font-size:14px; background-color:rgba(0,0,0, 0.50); opacity: 0.85; filter: alpha(opacity=50); color:#fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:256px; padding:0px 10px; transition: all 0.5s linear;}
#company_sb td td a:nth-child(2) br{display:none;}
#company_sb td td:hover a:nth-child(2){position:relative; line-height:207px; margin-top:-210px;  background-color:rgba(0,0,0, 0.7); opacity: 0.80; filter: alpha(opacity=50); transition: all 0.5s linear;}
#company_sb td td a{display:block;}


/*copy*/

.copy_bg{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812160814_1678997228.jpg) center no-repeat; height:296px; position:relative;padding-top: 120px;}
.copy_bg:before{    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2d2d2d;
    left: 0;
    top: 172px;}
.db_nav{width: 836px;margin: 0 auto;position: relative;z-index: 3;}
		.db_nav li{float: left;position: relative;padding-right: 60px;}
		.db_nav li::after{position: absolute;content: "";width: 1px;height: 16px;background-color: #575757;right: 30px;top: 50%;margin-top: -8px;-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);}
		.db_nav li a{display: block;height: 34px;line-height: 34px;font-size: 14px;color: #ffffff;}
		.db_nav li a:hover { text-decoration: underline;}
		.db_nav li.last{padding-right: 0;}
		.db_nav li.last::after{display: none;}
		.db_box{padding-top: 40px;}
		.db_left{float: left;width: 320px;padding-top: 27px;}
		.db_left h1 img{display: block;}
		.db_left p{padding-top: 9px;}
		.db_left p span{display: block;line-height: 28px;font-size: 14px;color: #949494;}
		.db_left p em{padding-left: 20px;}
		.db_left p a{color: #949494;}
		.db_left p a:hover{ color:#fff;}
		.db_right{float: left;width: 740px;padding-top: 40px;}
		.db_right ul{float: left;}
		.w360{ width:380px; float:left;}
		.w320{width:300px; float:left;}

		.db_right li{line-height: 32px;font-size: 14px;color: #fff; padding-top:10px;}
		.db_right li span{display: block;padding-left: 40px;background-repeat: no-repeat;background-position: left center;}
		.db_right li em{display: block;opacity: 0.5;padding-left: 40px;}
		.db_code{float: right;width: 135px; padding-top:30px;}
		.db_code span{display: block;width: 133px;height: 133px;background-color: #fff;}
		.db_code span img{width: 133px;height: 133px;display: block;}
		.db_code em{display: block;height: 30px;line-height: 30px;font-size: 14px;color: #ffffff;text-align: center;padding-top: 5px;}

.copy_ico1{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812160843_1835761273.jpg) center no-repeat;}
.copy_ico2{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812160904_744904159.jpg) center no-repeat;}
.copy_ico3{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812160924_1127651193.jpg) center no-repeat;}
.copy_ico4{ background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190812/20190812160956_977631399.jpg) center no-repeat;}


.link{background-color: #1d1c1c;}
		.link_c{height: 76px;}
		.link_c a{float: left;line-height: 76px;font-size: 14px;color: #fff;margin-right: 24px;}
		.link_c em{float: left;line-height: 76px;font-weight: bold;font-size: 16px;margin-right: 20px;color: #fff;}
.link_c a:hover { text-decoration: underline;}


/*客服*/

.keifu{ position:fixed; top:10%; left:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190911/20190911101650_1955944504.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190911/20190911101650_1955944504.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190911/20190911101650_1955944504.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(//memberpic.114my.com.cn/dkai20190421/uploadfile/image/20190911/20190911101650_1955944504.png); background-position:0 -149px; }





#icon_module{right: 1600px;left:0px !important;top: 576.6px !important;}