/*共用*/
body{width:100%;font-size:14px; height:auto;background:#fff; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-family:"Microsoft Yahei"; color:#333;min-width:1200px;}
div{margin: 0px; padding: 0px;}
span,p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
img{margin: 0px; padding: 0px;}
dl,dt,dd,ol,ul,li{margin: 0px; padding: 0px; list-style: none;}
img{border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;}
from,input,select{margin: 0px; padding: 0px;}
.clear{clear:both; font-size:0px; overflow:hidden; height :0px;}
.cl{clear:both; font-size:0px; overflow:hidden; height :0px;}
a{color: #484848; text-decoration: none;}
a:hover{color:#0e6eb8;text-decoration: none;}
.border_bg{width:auto; height:auto; margin:0 auto;}
.cp1 img{border:1px solid #bbb; padding:5px; background:#fff;}
.cp1 img:hover{border:1px solid #0e6eb8; padding:5px; background:#f7f1eb;}
.cp img{border:1px solid #ccc; padding:1px;}
.cp img:hover{border:1px solid #0e6eb8; padding:1px;}
input,button,select,textarea{outline:none} 
.font_1{font-size:16px; color:#333;}
.totalwidth{width:1200px; margin:0 auto; height:auto;}
.totalwidthpercent {width:100%; margin:0 auto;}	
.fl{ float:left;}
.fr{ float:right;}	
#top_cp,#top_jj,#jz_qaun,#xinwen{width:1200px; margin:0 auto; padding-bottom:20px;}

.float_l{float:left;}
.float_r{float:right;}
dl,dt,dd{margin: 0px; padding: 0px; list-style: none;}
.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;}
.top100{ margin-top:100px;}
.top110{ margin-top:110px;}
.top120{ margin-top:120px;}
.top130{ margin-top:130px;}

.box {width: 1200px;height: auto;
    margin: 0 auto;
    min-width: 1200px;}

.page{ margin:0 auto; width:1200px;}
.rightarrowpointer{display:none;}
.w1200{ margin:0 auto; width:1200px;}
.content{ margin:0 auto; width:1200px;}
.mr{ margin-right:0px !important;}
address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
.db,.lb,.dd{font-size:0;}
.db>div,.lb>li,.dd>dl{display:inline-block;vertical-align:top;}

/*共同结束*/

/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}


.bg {
    width: 100%;
    min-width: 1200px;
}

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

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

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



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

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

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



 /*抬头*/
.w1200 { width:1200px; margin:auto;}
.total_top { height:40px; line-height:40px; min-width:1350px; margin:auto; position:relative; color:#999; background:#f6f6f6;}
.total_top a { color:#9b999a;}
.top_left { position:absolute; padding-left:1%; padding-right:5%;}
.top_right { position:absolute; right:1%;}
.top_right li {height:40px; line-height:40px;  float:left; padding-left:20px;}
.top_right li img { float:left; margin-top:12px; margin-right:10px;}
.top_right li strong { font-size:18px; color:#fd5300;}
.top_right li.zuihou { margin-left:20px; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190918/20190918172134_1452343205.png) left no-repeat; padding-right:0px;}

.tdhgdhm{padding-right:0px; margin-left:5px;}
.dhgbtbw{ width:18px; height:18px; float:left; padding-top:1px;}
.zxfwrxw{ font-size:14px; line-height:38px; color:#666;float:left; padding-left:10px;padding-top:2px;}
.dhgshgj{ font-size:18px; font-family:Arial, Helvetica, sans-serif;color:#0e6eb8; float:left;padding-top:2px; font-weight:bold;}

.top_right li.kusd{ background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190918/20190918172134_1452343205.png) left no-repeat;  margin-left:20px;}
.dianwenzi { position:absolute; z-index:100000; top:36px;}

/*导航*/
.zonggon { height:124px; min-width:1500px; margin:auto; position:relative; color:#7a7a7a;}
.zonggon_left { position:absolute; left:1%;}
.zonggon_left strong { display:block; margin-top:18px; float:left;}
.zonggon_left li { float:left; padding-left:14px; color:#333; font-size:24px; font-weight:bold; margin-top:33px;}
.zonggon_left li span {font-size:18px; margin-top:5px; display:block; color:#888; font-weight:normal; letter-spacing:3px;}

.nav { position:absolute; right:1%;height:129px;}

.nav li { width:120px; text-align:center; position:relative;float:left;margin-top:40px;}
.nav li a {height:50px; position:relative; z-index:2; text-align:center; color:#222; font-size:16px; display:block; line-height:50px;}
.nav li:before {background:#0e6eb8; border-radius:5px;display:block; color:#fff; content:""; position:absolute; width:0;  height:50px; transition: all 0.5s; }
.nav li:hover:before  {content:""; width:100%; height:50px; z-index:1;}
.nav li:hover a { color:#fff;}

.nav li.noming:before {background:#0e6eb8; border-radius:5px;display:block; color:#fff; content:""; position:absolute; width:0;  height:50px; transition: all 0.5s;}
.nav li.noming:hover:before {content:""; width:100%; height:50px; z-index:1; }
 
.nav li.noming a {color:#fff;}
.nav li.noming { background:#0e6eb8; border-radius:5px;display:block; color:#fff;}


/*下拉导航*/
.nav2{ position: absolute; top:120%; z-index: 9999; width:100%; height:auto;transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s;
 -webkit-transition:all linear 0.5s; opacity: 0;}
.nav2 a{display: block; width:100%; height:44px; line-height:44px; text-align:center; font-size:0.8vw;  background:rgba(0,0,0,0.8); border-bottom:1px #333 solid; color:#fff; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.nav>ul>li:hover .nav2{ top:100%;opacity: 1;}
.nav2 a:hover{background:#0e6eb8; text-indent:1em;}


.nav dd { float:left; margin-left:15px; position:relative;}

.nav dd img { margin-top:53px;}
#menu { height:70px; line-height:70px; position:absolute; z-index:100000; top:124px; right:0; width:750px; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190918/20190918172706_584875587.png);}
#menu span { display:block; float:left; color:#fff; margin-left:20px;}
#menu span a { color:#fff;}
.search_tu { float:right; width:42px; height:31px; overflow:hidden}
.search_2 {float:left; width:257px;}
.search_2 input{ background:#fff; outline: none; border-radius:15px 0px 0px 15px; border: none; width:257px; height:31px; line-height:31px; color:#c7c7c7; padding-left:10px;}
#menu form { padding:20px;  width:299px; float:right;}



/*幻灯片*/
.banner{overflow:hidden; background:#999;}
.banner-box{min-width:1200px;height:700px;position:relative; }
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:700px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute;top:300px; left: 0; margin-left: 0; height:390px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(//memberpic.114my.cn/gdzcjd/uploadfile/image/20181106/20181106164747_2138343656.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.cn/gdzcjd/uploadfile/image/20181106/20181106164747_2138343656.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:340px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#0e6eb8; 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;}

/*小优势*/
#xhgbhbjk{ width:100%; height:150px; background:#f1f1f1;}
.littleadv{ margin:0 auto; width:1200px; height:150px; }
.littleadv dl{ float:left; width:240px; padding-top:40px; height:110px; margin-left:30px; padding-right:30px; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919200619_565878823.jpg) right center no-repeat;}
.littleadv dt{ float:left; width:57px; height:51px; overflow:hidden;}
.littleadv dt img{ transition:0.5s;}
.littleadv dl:hover dt img{ margin-top:-51px;}
.littleadv dd{ float:left; margin-left:13px; line-height:26px; width:170px;color:#888;}
.littleadv dd span{ display:block; margin-bottom:5px; font-size:22px; line-height:18px; font-weight:bold; color:#333;}
.littleadv dl:hover dd span{color:#0e6eb8;}

/*视频*/
.xhashgl{ width:1200px; height:675px; margin:0 auto;}
.txp_tipbar{display: none !important;}

/*产品*/
.chngpdbdj{ width:100%; padding:50px 0px 60px 0px; background:#f9f9f9;}

.cbgzbjtw{ font-size:36px; font-weight:bold; text-align:center; color:#333;}
.cbgzbjtw span{ font-size:36px; font-weight:bold; color:#0e6eb8;}
.zhngzhfy{ font-size:16px; color:#666; text-align:center; padding-top:8px;}

/*产品*/
.prod{ width:1200px; margin:0 auto; margin-top:30px;}
.prod_dt li{ float:left; width: 560px; padding:13px; border:2px #eee solid; margin-right:20px; position: relative;}

.prod_dt li:before{content:""; display: block; position: absolute; top:13px; left: 0px; width: 13px; height: 150px; background: #0e6eb8;-moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.prod_dt li:hover::before{ background: #f0ba4d; height: 374px; }

.prod_flbg{ width:560px; height: 374px; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20230718/20230718161432_1011739174.jpg) no-repeat center; margin:0 auto;}
.prod_flbg2{ background:url(//memberpic.114my.cn/leileme/uploadfile/image/20230718/20230718161754_1097511857.jpg) no-repeat center !important;}
.prod_fl{ width:230px; padding:35px; float:left;}
.prod_fl b{ font-size:28px; font-weight:normal; color:#0e6eb8; display:block;}
.prod_fl .xian:before{content:"";   display: block; width:45px; height:3px; margin-top:15px; background: #0e6eb8; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.prod_fl:hover .xian::before{background: #f0ba4d; width:120px;}

.prod_tx{ width:224px; height:32px; line-height:32px; color:#fff; background:#0e6eb8; margin-top:25px; margin-bottom:15px;}
.prod_tx1{ width:84px; text-align:center;}
.prod_tx2{ width:70px; text-align:center;background:#f0ba4d;}
.prod_tx3{ width:70px;text-align:center;  background:#0c5389;}
.prod_fl span{ display:block; font-size:22px; color:#666666; line-height:50px;}
.prod_fl em{ display:block; color:#999999; font-style:inherit;}
.prod_fl .gd{ width:130px; height:38px; text-align:center; line-height:38px; border:1px #dadadb solid; border-radius:30px;  margin-top:40px;}
.prod_fl .gd a{ color:#666666;}

.prod_dd{margin-top:22px;}
.prod_dd table td{ display:block; float:left; width:380px !important; height:360px !important; margin-left:12px;border:1px solid #ddd; padding-right:5px;}
.prod_dd table td:first-child{margin:0;}
.prod_dd table td img{width:380px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.prod_dd table td span a{width:360px;font-size:16px; color:#333; text-align:left;display:block; line-height:50px; margin-top:10px; padding:0 10px 10px 10px; border-top:2px #ededed solid;}
.prod_dd table td span a:after{content:"查看更多"; display:block; border-radius:30px; float:right; margin:12px 2px 0 0;width:90px;font-size:14px; height:28px; line-height:28px; color:#fff; text-align:center;background:#0e6eb8;}
.prod_dd table td:hover span a:after{background:#f0ba4d;}
.prod_dd table td br{display:none;}
.prod_dd table td>a{display: block; width:380px; height:285px; overflow: hidden;}
.prod_dt 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;}
.prod_dt li:hover img,.prod_dd table td:hover img{transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1);}

/*优势*/
#ysdbgjkd{ width:100%; height:835px; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190918/20190918161944_1780748904.jpg) center no-repeat;}
.llmkslsh{ font-size:40px; font-weight:bold; text-align:center; color:#fff; padding-top:55px;}
.bgnjjxbw{ font-size:16px; color:#fff; text-align:center; color:#dcecf7; padding-top:10px;}

.jjfa{height: 820px;position: relative;}
.jjfa .jjfaline {position: absolute;left: 0;top:50px;width: 100%;height:1px; background:#4a99cb;}

.jjfa_con { width:1200px; margin:0 auto;height: 515px;overflow: hidden;padding-top:90px;}
.jjfa_con .jjfabox {float: left;width: 121px;height: 475px; position: relative;padding:40px 20px 0 20px;background: #fff;margin-left: 12px; cursor:pointer;}
.jjfa_con .jjfabox a.jjfaa {display: block;height: 515px;}
.jjfa_con .jjfabox .boxem {display: block;width: 22px;height: 22px;background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919171955_441198982.png) no-repeat center;position: absolute;left: 104px;top: -51px;}
.jjfa_con .jjfabox .boxi {display: none;width: 9px;height: 5px;background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919171931_1147829762.png) no-repeat center;position: absolute;left: 111px;top: -5px;}
.jjfa_con .jjfabox:first-child {margin-left: 0;}
.jjfa_con .jjfabox .p1 {padding: 20px 0;border-top: 2px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;font-size: 18px;text-align: center;color: #000;margin-bottom:30px;}
.jjfa_con .jjfabox .p1 b {display: block;font-size: 24px;color: #0e6eb8;margin-bottom: 5px;}
.jjfa_con .jjfabox .p2 {text-align: center;font-size:14px;line-height:35px;color:#333; height:260px;}
.jjfa_con .jjfabox .p3 {text-align: center; margin-top:33px;}
.jjfa_con .jjfabox .p3 em {display: block;font-size: 16px;color: #888;margin-bottom: 22px;}
.jjfa_con .jjfabox .jjfaicon {display: block;width: 35px;height: 35px;position: absolute;left: 66px;top:405px;transition: all 0.5s;}
.jjfa_con .jjfabox .p3 span {display: block;color: #999;font-size: 12px;}
.jjfa_con .jjfabox .p3 span i {display: block;font-size: 16px;margin-top: 20px;}
.jjfa_con .jjfabox .p4 {height: 29px;position: absolute;left: 0;bottom: 0;width: 100%;border-top: 1px solid #eee;overflow: hidden;transition: all 0.5s;}
.jjfa_con .jjfabox .p4 span {position: absolute;left: -100px;height: 40px;line-height: 40px;color: #fff;transition: all 0.5s;}
.jjfa_con .jjfabox .p4 em {display: block;width: 40px;height: 13px;background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919171639_997722644.png) no-repeat center;position: absolute;left: 60px;top: 8px;transition: all 0.5s;}
.jjfa_con .box1 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920155757_101471913.png) no-repeat center;}
.jjfa_con .box2 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920155758_250592647.png) no-repeat center;}
.jjfa_con .box3 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920155758_1790141811.png) no-repeat center;}
.jjfa_con .box4 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920155757_657388098.png) no-repeat center;}
.jjfa_con .box5 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920155758_1032756340.png) no-repeat center;}
.jjfa_con .box6 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20210926/20210926162716_584845728.png) no-repeat center;}
.jjfa_con .box7 .jjfaicon {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20210926/20210926162740_1994071107.png) no-repeat center;}

.jjfa_con .jjfabox:hover {background:#18476b;}
.jjfa_con .jjfabox:hover .boxem {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919171820_539659726.png) no-repeat center;}
.jjfa_con .jjfabox:hover .boxi {display: block;}
.jjfa_con .jjfabox:hover .p1 {color: #fff;border-color: #fff;}
.jjfa_con .jjfabox:hover .p1 b {color: #fff;}
.jjfa_con .jjfabox:hover .p2 {color: #fff;}
.jjfa_con .jjfabox:hover .p3 em {color: #fff;}
.jjfa_con .jjfabox:hover .p3 span {color: #fff;}
.jjfa_con .jjfabox:hover .p4 {height: 40px;background: #fcb814;border-top-color: #fcb814;}
.jjfa_con .jjfabox:hover .p4 span {left:15px;}
.jjfa_con .jjfabox:hover .p4 em {background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919171639_997722644.png) no-repeat center;position: absolute;left: 164px;top:13px;}

.jjfa_con .box1:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920160438_854425232.png) no-repeat center;}
.jjfa_con .box2:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920160500_1166683048.png) no-repeat center;}
.jjfa_con .box3:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920160525_1371760505.png) no-repeat center;}
.jjfa_con .box4:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920160552_1559539565.png) no-repeat center;}
.jjfa_con .box5:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190920/20190920160619_263804440.png) no-repeat center;}
.jjfa_con .box6:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20210926/20210926163018_476258993.png) no-repeat center;}
.jjfa_con .box7:hover .jjfaicon {transform: rotateY(360deg); background: url(//memberpic.114my.cn/leileme/uploadfile/image/20210926/20210926163045_2109021395.png) no-repeat center;}

/*号码*/
.yq{width:1200px;position:relative; margin:0 auto;}
.dot{ position:absolute; top:0px; left:47%; z-index:2; margin-top:-30px; width:58px; height:58px; border-radius:50%; background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919135401_1824812425.png) no-repeat center; -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.pulse{ position:absolute;  top:0px; left:46%; z-index:1; margin-top:-60px; margin-left:-20px; width:120px; height:120px; border-radius:50%; background:#f0ba4d; -webkit-box-shadow:1px 1px 20px #0e6eb8; box-shadow:1px 1px 20px #f0ba4d; opacity:0; -webkit-animation:warn 2.2s ease-out; animation:warn 2.2s ease-out; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;}
.pulse1{ position:absolute;  top:0px; left:46%; z-index:1; margin-top:-60px; margin-left:-20px; width:120px; height:120px; border-radius:50%; background:#f0ba4d; -webkit-box-shadow:1px 1px 20px #0e6eb8; box-shadow:1px 1px 20px #f0ba4d; opacity:0; -webkit-animation:warn1 2s ease-out; animation:warn1 2s ease-out; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;}

/*合作模式*/
#hshgbkk{ width:100%; background:#f8fafc; padding:50px 0px 50px;}
.hzmshgj{ font-size:38px; text-align:center; color:#333;font-weight:100; padding-top:20px;}
.xhghjhz{ font-size:16px; color:#999; text-align:center; padding-top:8px;}
.dhgyhzk{ width:250px; margin-right:66px; float:left;}
.tubgjdy{ width:122px; height:132px;animation: myfirst 2s infinite; padding-top:5px;}
.dhgnjjh{ font-size:28px;font-weight:300;color: #333;line-height:60px;}
.xhanghh{ width:50px; height:2px; border-bottom:1px solid #ccc;}
.gutjdhg{ font-size:16px; color:#333; line-height:40px; padding-top:5px;font-weight:300;}
.xhgxhgj{ font-size:14px; color:#666; line-height:35px;font-weight:300; padding-top:10px;}


/*案例*/	
.ysgyxk{ font-size:38px; text-align:center; color:#333;font-weight:100; height:58px;}
.yyxhgj{ font-size:16px; text-align:center; color:#999; height:40px; letter-spacing:2px;}
.jsnghlsd{ width:26px; height:24px; margin:0 auto;animation: myfirst 2s infinite;}
 @keyframes myfirst {  0% {  
               transform: translate(0px, 0px);  }  
           50% {  
               transform: translate(0px, -10px);  
           }  
           100% {  
               transform: translate(0px, 0px);  
           }  
       }  
	   
.appli_d{width:1200px; margin:0 auto; overflow:hidden; }
.appli_d td{display:block; float:left; margin:5px; width:388px; height:289px; overflow:hidden; padding:0 !important; transition: all 0.3s linear; position:relative; border:1px solid #f1f1f1;}
.appli_d td:hover{transition: all 0.6s linear; position:relative;}
.appli_d td img{width:100% !important; height:100% !important;}
.appli_d td a{text-decoration:blink; display:block;}
.appli_d td br{display:none;}
.appli_d td div:nth-child(3){ width:390px; padding:0px !important; position:absolute; bottom:0; left:0; transition: all 0.6s linear;}
.appli_d td div:nth-child(3) a{font-size:14px; color:#fff; line-height:45px; width:370px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; position:relative; z-index:2; padding:0px 10px;}
.appli_d td div:nth-child(3)::after{ content:""; display:block; width:100%; height:45px; transition: all 0.6s linear; filter:Alpha(opacity=70); opacity:0.7; background:#000; position:absolute; top:0; z-index:1;}
.appli_d td:hover div:nth-child(3)::after{transition: all 0.6s linear;}
.appli_d td:hover div:nth-child(3){bottom:291px; transition: all 0.6s linear;}

.appli_rgo{position:absolute; width:390px; height:291px; top:291px; transition: all 0.6s linear; text-align:center;}
.appli_rgo a{font-size:18px; font-weight:bold; line-height:40px; display:block; color:#fff; position:relative; z-index:3; width:370px; padding:0 10px; height:210px; padding-top:81px;}
.appli_rgo p{font-family:Arial, Helvetica, sans-serif; width:95px; line-height:27px; color:#fff; background:#0e6eb8; margin:0 auto; display:block; font-size:15px; text-transform:uppercase; font-weight:normal; margin-top:8px;}

.appli_d .appli_rgo::after{ content:""; display:block; width:100%; height:291px; transition: all 0.6s linear; filter:Alpha(opacity=70); opacity:0.6; background:#000; position:absolute; top:0; z-index:1;}
.appli_d td:hover .appli_rgo{top:0; transition: all 0.6s linear;}

.appli_a{width:230px; margin:0 auto; overflow:hidden; margin-top:40px; text-align:center; background:#0e6eb8; position:relative; line-height:48px; border-radius:30px;}
.appli_a a{display:block; color:#fff; position:relative; z-index:2; font-size:18px;}
.appli_a::after{content:""; display:block; width:0; height:100%; background:#333; position:absolute; top:0; transition: all 0.3s linear; z-index:1;}
.appli_a:hover::after{width:100%; transition: all 0.3s linear;}   

/*简介*/
.about{padding-top:80px;height: 620px; margin-top: 60px; position: relative;background: url(//memberpic.114my.cn/leileme/uploadfile/image/20230208/20230208174404_787620120.jpg) no-repeat center top;}
.bi { width: 100%; position: absolute;left: 0; bottom: 0;background: rgba(0,0,0,0.8);height: 242px; z-index: 1;}
.about .tit{text-align: left;height:241px;}
.about .tit h4 {height:62px;line-height:62px;}
.about .tit h4 a{font-size:36px;color:#000;height:49px;line-height:49px;text-decoration:none; font-weight:100;}
.about .tit p{font-size:20px; color: #000;font-weight:100;}
.ab_fl{background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919143731_1225743333.png) no-repeat;width:300px;height: 379px;position: relative;z-index:2;float:left;}
.ab_fl h4 {height: 137px;padding-left:31px;line-height: 137px;font-size:30px; color: #333333;font-weight:100; letter-spacing:2px;}
.ab_fl p{padding:45px 30px 0 36px; font-size:16px;color: #b2dcfc; line-height:36px;}
.ab_fl p span {display: block;font-weight: bold;color: #fff;font-size:18px;padding:10px 0 15px 0;line-height:25px;}
.ab_fr{float:right;width:800px;padding-top:150px;position: relative;z-index: 2}
.ab_q {height: 57px;}
.ab_q em {padding:0 30px;font-size:18px; color: #fff;}
.ab_q a{font-size:18px; color: #fff;height: 50px; line-height: 50px;display: inline-block;text-decoration: none;}
.ab_q a:hover,.ab_q a.cur{border-bottom:2px solid #f0ba4d; color:#f0ba4d;}
.ab_w p{padding-top:10px; font-size:14px; color: #ddd;line-height:35px;height:94px;}
.ab_w a { color: #ddd; }
.ab_w a:hover{ color: #f0ba4d;}  

/*新闻动态*/
.news{ padding:45px 0; background:#fff;}
.news .title{ text-align:center; font-weight:bold; color:#0e6eb8; font-size:35px; line-height:38px; margin-bottom:40px;}
.news .title strong{font-weight:bold; color:#7bcf36; font-size:35px;}
.news .title span{font-weight: normal; color:#666; font-size:18px; line-height:40px;}
.news .title p{ display:block; width:1200px;height:11px; line-height:10px;  font-weight: normal; color:#bebebe; font-size:11px; font-family: "Arial"; text-transform: uppercase;}

.page { margin: 0 auto; width: 1200px;}
.news_div_item_day,.news_div_item_month,.news_div_item_year{ display:inline; color:#fff; font-size:18px; font-family:arial}
.news_div_item_title .news_div_item_a{ display:block; color:#fff; font-weight:bolder; font-size:18px; line-height:26px}
.news > .page > .fl .news_div { overflow: hidden; width: 360px; height: 436px; }
#it_awewe{ position:absolute; top:75px; right:20px; z-index:2; width:60px; text-align:center}
#hot_ranks{ position:relative}
#it_awewe span{ float:left; display:block; margin:0 5px; width:17px; height:2pc; color:#fff; font-size:25px; line-height:50px; cursor:pointer}
#it_awewe > #previous2{ background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919144809_160786871.png) no-repeat left top; text-indent:999em}
#it_awewe > #next2{ background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919144809_160786871.png) no-repeat right top; text-indent:999em}
.convert1 > a{ position:absolute; right:0; display:block; color:#333; text-decoration:underline; font-size:14px; line-height:30px}
.convert1 > a:hover{ color:#0e6eb8}
.convert1{ position:relative; width:810px; overflow:hidden;}
.news_div_item_title { padding: 25px 25px 79px; background: #0e6eb8; }
.news_div_item{ position:relative; padding-bottom:315px; width:100%;}
.news_div_item_date{ position:absolute; top:60px; left:25px; color:#fff}
.news_div_item_pic{ position: absolute; top: 130px; height: 215px; overflow: hidden; border:1px solid #ddd;}
.news_div_item_pic a{ display: block; }
.news_div_item_pic a img{ width: 100%; height: auto; }
.news_div_item_content .news_div_item_body{ position:absolute; bottom:0; margin-bottom:4px; padding:10px; border-bottom:1px solid #ccc; color:#666; font-size:14px; line-height:26px}
.content1{ position:relative; overflow:hidden; width:810px; height:420px}
.content1 ul{ position:absolute; left:0}
.content1 ul li{ float:left; width:810px}
.divdgweb_new_div_item{ margin:25px 0 0; height:105px; border-bottom:1px solid #ddd; cursor:default; transition:.15s all ease}
.divdgweb_new_div_item_day,.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{ color:#a1a1a1; font-family:arial; transition:.15s all ease}
.divdgweb_new_div_item_day{ position:absolute; top:10px; left:0; display:block; width:100%; text-align:center; font-size:45px; line-height:60px}
.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{display:inline;font-size:14px}
.divdgweb_new_div_item_date{position:relative;float:right;display:block;padding:68px 10px 21px;width:130px;background:#e8e8e8;text-align:center;transition:.15s all ease}
.divdgweb_new_div_item_content{float: left;padding: 8px 13px;width:593px;height: 90px;}
.divdgweb_new_div_item_a{color:#333;font-size:18px!important;line-height:30px;display:block;}
.divdgweb_new_div_item_body{padding-top:3px;color:#666;text-align:justify;font-size:14px;line-height:2em}
.tab1 a{float:left;display:block;padding:2px 15px;height:25px;border-left:3px solid #efeff0;color:#555;font-weight:100%;font-size:18px;line-height:25px}
.divdgweb_new_div_item:hover{border-bottom:1px solid #0e6eb8;background:#f9f9f9}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_date{background:#0e6eb8}

.divdgweb_new_div_item:hover .divdgweb_new_div_item_day,.divdgweb_new_div_item:hover .divdgweb_new_div_item_month,.divdgweb_new_div_item:hover .divdgweb_new_div_item_year{color:#fff}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#0e6eb8;}
.tab1 a.on{border-left:3px solid #0e6eb8; color:#0e6eb8;font-weight:bolder}
.fl,.left{float:left;}
.fr,.right{float:right;}

/*版权*/
.copy_tel{width:100%; height:105px; background-color:#0e6eb8; color:#fff; padding-top:23px;}
.webs_z {width:1200px;height: auto;
    margin: 0 auto;}	
.copy_teljs{margin-right:105px; line-height:30px;}
.copy_teljs p{font-size:20px;}
.copy_teljs img{margin-top:5px; margin-right:12px; float:left; display:block;}
.copy_telr{width:210px; text-align:center; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919151114_1733974123.png) 30px no-repeat; height:50px; line-height:50px; padding-left:30px;  border:solid #fff 1px; border-radius:20px 0 20px 0; margin-top:4px;}
.copy_telr a{color:#fff; font-size:20px;}

.copy_bg{width:100%; color:#868686; background-color:#222;}
.copy_bg a{ color:#868686;}
.copy_bg a:hover{ color:#f0ba4d;}
.copy_js{ width:130px; height:237px; line-height:33px; border-left:solid #2D2D2D 1px; padding:50px 0 0 40px;}
.copy_js p{font-size:20px; height:55px; color:#aaa;}
.copy_js a{float:left; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919151034_1019552776.jpg) 12px no-repeat; padding-left:50px; display:block;}
.copy_js img{margin-right:12px; float:left; display:block;}
.copy_logo{height:237px; line-height:35px; border-left:solid #2D2D2D 1px; padding:50px 0 0 40px;}
.copy_logo p{height:90px; color:#888; font-weight:100; border-bottom:solid #2D2D2D 1px; display: block; margin-bottom:20px;}

.cr_4 { font-size: 14px; border: #383838 1px solid; display: inline-block; padding: 5px 15px; margin-top:40px; color: #fff; line-height: 25px; }
.cr4button {float: left; padding-left: 10px;}
.cr4button a {position: relative; display: inline-block; line-height: 25px; padding: 0 3px;}
.ewm {position: absolute;width: 112px; bottom: 35px;right: 0;z-index:1;display:none;}
.ewm img {width: 100%;height:auto;}
.ine{ background: url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919151146_1406782034.png) no-repeat center; width: 11px; height: 11px; display: inline-block; padding: 0 10px; }


/*友情*/
.link_bg{width:100%; background-color:#151515; line-height:30px; padding: 20px 0 16px 0;}
.link_dht{width:78px; font-size:15px; font-weight:bold; color:#EEE;}
.link_nr{width:1100px;}


/*mianbxContent*/
.mianbxContent { margin-bottom: 20px !important; height: 40px !important; line-height: 40px !important; font-size: 16px !important; text-align: left !important; background-color: #eee; width: 100% !important; text-indent: 2.5em; transition:0.1s all; background:url(//memberpic.114my.cn/leileme/uploadfile/image/20190919/20190919153134_1014088953.png) no-repeat 7px 12px; border-bottom: 1px solid #eee; letter-spacing: 1px; position: relative; border-top:1px solid #eee;}
.mianbxContent a{ font-size:15px !important; }
.mianbxContent:hover{ background-position:7px -29px; }
.strong_title { display: none; }
.centerHeadImage { border: 0; display: none; }
.mianbxContent a:hover{ color:#0e6eb8; font-size:15px !important;}
.mianbxContent::after,.mianbxContent:after { content: ''; position: absolute; display: block;height 40px; width:200px; top:0; right:0;}