@font-face {
 font-family:fontDin1;
 src: url(/static/fonts/din-medium_woff.txt),url(/static/fonts/din-medium_eot.txt),url(/static/fonts/din-medium_woff2.txt),url(/static/fonts/din-medium_ttf.txt)}
@font-face {
 font-family:fontDin;
 src: url(/static/fonts/din-light_woff.txt),url(/static/fonts/din-light_eot.txt),url(/static/fonts/din-light_woff2.txt),url(/static/fonts/din-light_ttf.txt)}	
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #076ce0;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{ width:1300px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}	
.title{ text-align:center;}
.title b{ font-size:38px; color:#333435;}
.title b:after,.title b:before{ content:''; display:inline-block; width:73px; height:27px; margin:0 40px; background:url(/static/images/20201125153937_2046227069.png) no-repeat left top;}
.title b:after{ background-position-x:right;}
.title span{ display:block; font-size:18px; color:#6a6c6d; font-weight:lighter; margin-top:10px;}
.button i{ position:relative; z-index:9;}
.button{position: relative;overflow: hidden;}
.button:before, .button:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background-color: #fa9f06;border-radius: 50%;z-index: 3;}
.button:before{ left: -20px;transform: translate(-50%, -50%);}
.button:after{right: -20px;transform: translate(50%, -50%);}
.button:hover{color: #fff;}
.button:hover:before {animation: criss-cross-left 0.8s both; animation-direction: alternate;}
.button:hover:after {animation: criss-cross-right 0.8s both;animation-direction: alternate;}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.hovermaincolor a:hover{ color:#076ce0;}

.zx {

    line-height: 5px;
    display: table;
    margin: 0 auto; padding-top:40px;
}
.zx a {
    display: block;
    width: 228px;
    height: 87px;
    background: #076ce0;
    color: #fff;
    float: left;
    font-size: 14px;
    text-align: center;
    border-radius: 2%;
margin-top: 20px;
    transition: 500ms;}
	
.zx  a:hover { margin-top: 15px;background: #f38414;}

.zx a+a {margin-left: 20px;}  
.zx a span{font-size: 25px;line-height: 59px;}
.bz{ width:1300px; margin:0 auto; overflow:hidden;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}

/*抬头*/
.header{padding-left:0.5% !important;}
header.header{ height:90px; background:#fff;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; position:relative;}
.hleft{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; font-size:18px; color:#333;}
.hlogo{ margin:0 20px 0 0px;}
.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.nav>ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.nav>ul>li>a{ display:block; line-height:90px; font-size:16px; color:#666; transition:all .3s ease; position:relative;}
.nav>ul>li>a:after{ content:''; display:block; position:absolute; bottom:0; left:0; width:0; height:3px; background:#076ce0; transition:all .3s ease;}
.nav>ul>li{margin-right:50px; transition:all .3s ease; position:relative;}
.dropmenu{ position:absolute; top:100%; left:0; padding:30px 0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.dropmenu a{ display:block; line-height:40px; font-size:16px; color:#fff; transition:all .3s ease; white-space:nowrap;}
.dropmenu a:hover{ color:#edbb83;}
.nav>ul>li .dropmenu:after{ content:''; display:block; position:absolute; height:90%; width:200vw; top:0; left:-100vw; background:rgba(0,0,0,.8); z-index:-1; transition:all .3s ease; animation-delay:.4s ease;}
.nav>ul>li:hover .dropmenu{ opacity:1; visibility:visible;}
.nav>ul>li:hover .dropmenu:after{ height:100%;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{ color:#076ce0;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ width:100%;}
.dropcon{ position:relative;}
.hsearch{ width:88px; height:90px; background:url(/static/images/20201125140144_1933286481.png) no-repeat center; border-left:1px solid #eee; border-right:1px solid #eee;}
.drophide{ position:absolute; top:110%; padding:20px; background:#fff; transition:all .3s ease; z-index:999; right:0; visibility:hidden; opacity:0;}
.dropcon:hover .drophide{ visibility:visible; opacity:1; top:100%;}
.search_bg{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; border:1px solid #eee; border-radius:22px;}
#infoname{ border:none; background:none; padding:0 20px; height:45px; width:240px;} 
#soo{ margin:0 20px 0 0;}
.drophide a{ display:block; width:100px; border-bottom:1px dotted #ccc; font-size:14px; color:#666;  line-height:45px;}
.drophide a:before{ content:''; display:inline-block; width:10px; height:10px; background:#ccc; margin:0 15px;}
.hlanguage{ width:88px; height:90px; background:url(/static/images/20201125140144_1650898125.png) no-repeat center;}
.drophide a.cur{ color:#076ce0;}
.drophide a.cur:before{ background:#076ce0;}
.htel{ font-size:14px; white-space:nowrap; color:#666;}
.htel em{font-size:30px; color:#076ce0; font-family:fontDin1; display:inline-block; vertical-align:sub;}
.htel p{ padding-left:50px; background:url(/static/images/20201126100920_32498556.png) no-repeat left center;}
.htel{ height:90px; width:88px; background:#076ce0 url(/static/images/20201125140144_1821861075.png) no-repeat center;}
@media screen and (max-width:1650px){
	.nav>ul>li{ margin-right:30px;}
	}
@media screen and (max-width:1500px){
	.nav>ul>li{ margin-right:15px;}
	.nav>ul>li>a{ font-size:14px;}
	}
	
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1200px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:840px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:330px; left: 0; margin-left: 0; height: 470px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(/static/images/20201218093306_814160463.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(/static/images/20201218093306_814160463.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #076ce0;border-radius: 8px; width:70px;}
.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; }
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
   
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
   
  }
  }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

.banner .bd ul li{background-position:center !important;background-size:cover !important;}


/* ad */    
.ad{ width: 712px; height:130px; margin: 0 auto; text-align: center; line-height: 46px; background: url(/static/images/20201211160817_1906882799.jpg) center no-repeat;}
.ad span{ font-size: 16px; font-weight: lighter;line-height:30px;}
.ad b{ color: #076ce0; font-size: 38px; font-weight: bold; line-height:68px;}

.ad_z{ width: 640px;    background: #000;
    margin-top: 50px; }
.ad_y{ width: 660px; height:420px; margin-top: 50px; background: #f6f6f6;}
.ad_dh{ width: 520px; height:115px; border-bottom: 1px solid #ddd; padding-top: 46px; margin-left: 40px;box-sizing: border-box;}
.ad_w{ color: #888; padding:35px 40px 40px 40px; line-height: 32px; font-size:15px;}
.ad_d{ margin-left: 40px;}

.ad_b{ height: 178px; background: #f6f6f6; margin-top: 40px;margin-bottom: 24px;}
.ad_b li{ width:399px; height: 105px; margin-top: 36px; border-right: 1px solid #ddd; float: left;}
.ad_j{ text-align: center; font-size: 18px; }
.ad_j span{ font-size: 14px; color: #666;}
.ad_j b{ font-size: 60px; line-height:80px; color: #076ce0; font-family: Impact; -webkit-line-clamp: 2;
background-image: -webkit-linear-gradient(bottom, rgb(243, 132, 20),rgb(255, 167, 77));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}


/* 产品 */  
.pord{ width: 100%; height:454px; margin-top:76px; background: url(/static/images/20201210164345_1594316783.jpg) center no-repeat;}
.pord_d{ text-align: center; color: #fff; font-size:18px; padding-top:40px;}
.pord_d b{ font-size:40px; font-weight: bold; color:#fff; line-height:70px;}
.podr_g{ width: 110px; height: 108px; margin: 0 auto; padding-top:20px;}
#top_logoa{  
       animation: myfirst 2s infinite;
       display: inline-block;    
   }  

   @keyframes myfirst {  
       0% {  
           transform: translate(0px, 0px);  
       }  
       50% {  
           transform: translate(0px, -10px);  
       }  
       100% {  
           transform: translate(0px, 0px);  
       }  
   }  
    
.pord_t {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
.pord_t li {
    float: left;
    text-align: center;
    

}
.pord_t li b {
    font-size:18px;
    line-height: 54px;
    color: #ffffff;
    display: block;
    font-weight: normal;
}

.pord_t li i {
 display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
margin: 0 auto;
}
.pord_t li+li {
    margin-left: 100px;
}
	
.pord_b {
    width: 100%;
    padding-bottom:100px;
    background: #f6f6f6;
} 	
.product{ padding:0px 0 60px 0;}
.protab{ font-size:0; margin:38px 0 50px 0; text-align:center; }
.protab a{ display:inline-block; vertical-align:top; position:relative; width:300px; line-height:66px; text-align:center; background:#ececec; font-size:18px; color:#35383a; overflow:hidden;transition:all .3s ease;}
.protab a+a{ margin-left:30px;}
.protab a em{position:relative; z-index:1;}
.protab a i:after,.protab a i:before{ content:''; display:block; position:absolute; transition:all .3s ease; z-index:7}
.protab a i:after{ border-right:36px solid #f89408; border-top:36px solid transparent; bottom:0; right:0;}
.protab a i:before{ content:'+'; font-size:20px; color:#fff; right:2px; bottom:3px; z-index:9; line-height:20px;}
.protab a:after{ content:''; display:block; position:absolute; width:100%; height:470%; transform:rotate(-70deg); top:-200%; left:-300%; background:#076ce0; transition:all .3s ease;}
.protab a.on:after{ left:0;}
.protab a.on{ color:#fff;}
.protab a.on i:after{ border-right-color:#f38414;}
.proshow td{ display:inline-block; vertical-align:top; padding:0 !important; width:414px; border:1px solid #dedede;}
.proshow td a,.proshow td a span { display:block; position:relative; overflow:hidden; transition:all .3s ease;}
.proshow td br{ display:none;}
.proshow td a img{ width:100%; height:auto; transition:all .6s ease;}
.proshow td+td{ margin-left:25px;}
.proshow tr{ display:block; white-space:nowrap;}
.proshow tr+tr{ margin-top:28px;}
.proshow td>a:after,.proshow td>a:before{ content:''; display:block; position:absolute; transition:all .5s ease;}
.proshow td>a:after{ width:100%; height:100%;background:rgba(0,0,0,.5); top:0; left:0; opacity:0;}
.proshow td>a:before{ width:56px; height:56px; top:0; bottom:0; left:0; right:0; margin: auto; background:url(/static/images/20201211160856_678603023.png) no-repeat center; transform:scale(0); z-index:1;}
.proshow td:hover>a:after{ opacity:1;}
.proshow td:hover>a:before{transform:scale(1);}
.proshow td:hover>a img{ transform:scale(1.1);}
.proshow td span a{ line-height:66px; /*background:#f2f1f0;*/ font-size:16px; color:#35383a;}
.proshow td:hover span a{ background:#076ce0; color:#fff;}

.zx_b {
    line-height: 5px;
    display: table;
    margin: 0 auto;
}
.zx_b a {
    display: block;
    width: 286px;
    height: 87px;
    background: #076ce0;
    color: #fff;
    float: left;
    font-size: 14px;
    text-align: center;
    border-radius: 2%;
    margin-top: 20px;
    transition: 500ms;
}
.zx_b a:hover {margin-top: 15px;background: #f38414;}
.zx_b a+a {margin-left: 20px;}  
.zx_b a span{font-size: 25px;line-height: 59px;}

/*广告条*/ 
.ad1{ width:100%;height: 320px; background: url(/static/images/20201210171736_1678567784.jpg) top center no-repeat;    margin-top: -20px;}
.ad1_z{ width:630px;}
.ad1_d{ font-size: 27px; font-weight: bold; color: #fff; line-height: 32px; margin-top: 70px;}
.ad1_x{ width: 622px; height:4px; border-bottom: 1px solid #2b8eff; border-top: 1px solid #2b8eff; margin-top: 15px; }
.ad1_w{ font-size: 20px; color: #fff; line-height: 50px;}
.ad1_er{ text-align: center; font-size: 16px; color: #fff; margin-left: 70px; margin-top: 46px;}
.ad1_cp{ margin-top: 15px;}


/*视频*/    
.vedio {width: 1300px;margin: auto;}
.problem_vedio { width:416px;height: 344px; margin-right:16px;float: left;}   
.problem_vedio p {line-height:49px; font-size: 16px;color: #333;text-align: center;}
.problem_vedio video {object-fit: cover !important;height: 275px;width:416px;overflow: hidden;}
.problem_vedio w{height: 275px;width: 416px;overflow: hidden;}

.an_ts {margin-top: 25px;line-height: 5px;display: table;margin: 0 auto;}
.an_ts a {display: block;width: 285px;height: 87px;background: #076ce0; color: #fff; float: left;font-size: 14px;text-align: center; border-radius: 2%;margin-top: 20px;
transition: 500ms;}
.an_ts  a:hover {margin-top: 15px;background: #f38414;}
.an_ts a+a {margin-left: 20px;}  
.an_ts a span{font-size: 25px;line-height: 59px;}

/*优势*/    
.adv{ width: 100%; height:835px; margin-top: 80px; background: url(/static/images/20201210175128_645104174.jpg) top center no-repeat;}
.adv_d{color: #fff; font-size: 18px; text-align: center; line-height: 50px; margin-top:80px; }
.adv_d b{ font-size:40px;}
.adv_x{ width: 63px; height: 2px; background: #fff; margin: 20px auto;}
.adv_b li{ width:406px; margin-right: 41px; margin-top:30px; float: left;transition: all 0.5s linear;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.adv_b li:hover{transition: all 0.5s linear; transform:translate(0,-10px);    -webkit-transform:translate(0,-10px);    -moz-transform:translate(0,-10px);    -o-transform:translate(0,-10px);    -ms-transform:translate(0,-10px);}
.adv_bj{ width:406px; background: #fff; height:285px; padding:30px; box-sizing: border-box; }
.adv_wz{ text-align: center;}
.adv_wz b{ font-size: 22px; color: #076ce0;}
.adv_wz1{ padding-top: 20px; font-size: 15px; color: #666666; line-height: 32px;}
.adv_t{ width:406px; height:220px;}
.adv_t img{ width:406px; height:220px;}

/*about*/   
.about{ width: 100%; background: #f6f6f6; padding-top: 70px; padding-bottom: 70px; }
.about_t{ width: 100%; margin-top: 50px; height:580px; background: url(/static/images/20201223100128_68604181.jpg) left no-repeat; }
.about_b{ width:460px; height: 580px; background: #076ce0;}
.about_tp{ width:410px; height: 148px;margin: 0 auto;  margin-top:40px; margin-bottom:20px; }
.about_wz{ font-size:14px; color: #c7dbf1; padding-left: 26px; padding-right: 26px; box-sizing: border-box; line-height:30px;}
.about_wz span{ color: #fff; font-size: 24px; line-height: 66px;}
.about_gd{ width: 175px; height: 46px; background: #f38414; margin-left:26px; margin-top:30px; text-align: center; line-height: 46px;  transition: all 0.3s linear;}
.about_gd1{ width: 175px; height: 46px; background: #f38414; margin-left:20px; margin-top:30px;  text-align: center; line-height:46px;  transition: all 0.3s linear;}
.about_gd a{ color: #fff; font-size: 16px;}
.about_gd1 a{ color: #fff; font-size: 16px;}
.about_gd:hover{background:#333; transition: all 0.3s linear;color:#076ce0!important;}
.about_gd1:hover{background:#333; transition: all 0.3s linear;color:#076ce0 !important;}

.hon_tab{    margin-top: 30px;}
.hon_tab a{width: 189px;height: 63px;display:inline-block;text-align: center;}
.hon_tab a b{font-size: 20px;line-height: 63px;color: #ffffff; font-weight: lighter;}
.hon_tab .one{background:#076ce0;}
.hon_tab .two{background:#076ce0;}
.hon_tab .three{background:#076ce0}
.hon_tab .cur{background:#f38414;}
.hon_cen li+li{display: none;}
.hon_cen li{opacity:1 !important;}

.hon_cen td{display:inline-block;vertical-align:top;width:312px;height: 234px;padding-left:0 !important;position:relative;}
.hon_cen td{display:inline-block;vertical-align:top;width:305px;height: 234px;padding-left:0 !important;position:relative;}
.hon_cen td+td{margin-left:22px;}
.hon_cen td div{width:100%;height:50px;line-height:50px; padding-top: 0 !important;;text-align:center;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.6);transition:0.6s;}
.hon_cen td:hover div{height:234px;line-height:234px;transition:0.6s;}
.hon_cen td div a{color:#fff;}
.hon_cen{position: relative;overflow: hidden;height: 234px;margin-top: 30px;}
.hon_cen table{position: absolute;}    
.zx_c {
    line-height: 5px;
    display: table;
    margin: 0 auto; margin-top:20px;
}
.zx_c a {
    display: block;
    width: 228px;
    height: 58px;
    background: #076ce0;
    color: #fff;
    float: left;
    font-size: 20px;
    text-align: center;
    border-radius: 2%;
    line-height: 58px;
    margin-top: 20px;
    transition: 500ms;
}
.zx_c a:hover {
    margin-top: 15px;
    background: #f38414;
}
.zx_c a+a {
    margin-left: 20px;
}


/*聚焦 · 安久智能*/
.newsbg{/* background:url(/static/images/20201126083308_1335103370.jpg) no-repeat center top;*/ padding-bottom:80px;}
.news{ width:1300px; padding:75px 0px 0px 0px; margin:0 auto;}
.newstab a{ display:inline-table; width:134px; height:62px; background:#f1f2f3; line-height:62px; font-size:20px; color:#414b4b; padding-left:86px; position:relative; transition:all 0.5s ease;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:16px; left:36px; background:url(/static/images/20201126083624_641559425.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab{ width:692px; margin:0 auto;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#00a0ea; background:linear-gradient(to right bottom,#076ce0,#00a0ea); color:#fff;}
.newstab{ margin:40px auto;}
.newscon .news_div_item{ float:left; width:640px; height:235px; box-sizing:border-box; padding:19px; border:1px solid #eaeded; position:relative;}
.newscon .news_div_item .news_div_item_pic{ float:left; width:260px; position:relative; overflow:hidden;}
.newscon .news_div_item .news_div_item_pic img{ width:100%; height:auto;}
.newscon .news_div_item:hover .news_div_item_pic img{ transform:scale(1.2);}
.newscon .news_div_item:hover .news_div_item_a{ color:#076ce0;}
.newscon .news_div_item .news_div_item_pic img{ width:100%; height:100%; transition:all .9s ease;}
.newscon .news_div_item .news_div_item_content{ float:right; width:310px; margin-top:10px;}
.newscon .news_div_item .news_div_item_a{ font-size:18px; color:#414b4b; padding-bottom:38px; display:block;position:relative;}
.newscon .news_div_item .news_div_item_a:after{ content:''; display:block; position:absolute; width:28px; height:24px; transition:all .4s ease; background:#335c84 url(/static/images/20201126083624_517933855.png) no-repeat center; top:150px; left:0;}
.newscon .news_div_item:hover .news_div_item_a:after{ background-color:#076ce0;}
.newscon .news_div_item .news_div_item_body{ font-size:14px;color:#767b7b; line-height:28px;margin-top:15px;}
.newscon .news_div_item:nth-child(1),.newscon .news_div_item:nth-child(2){ margin-bottom:20px;}
.newscon .news_div_item:nth-child(1),.newscon .news_div_item:nth-child(3){ margin-right:20px;}
.newscon .news_div_item_date{ position:absolute;top:70px; left:308px;}
.newscon .news_div_item_date>div{ display:inline-block; font-size:14px; color:#a0a6a6;}

/*版权*/
.copyright{ background:#eff1f3; margin-top: 30px;}
/*.copyright{ background:#eaf0f5 url(/static/images/20201128222542_533413323.png)repeat;}*/
.end{ line-height:50px; background:#111;}
.end,.end a{ font-size:15px; color:#b3b8bd;}
.end a:hover{ color:#fff;}
.links{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; line-height:133px; border-top:1px solid #d7dfe8;}
.links p{ font-size:16px; color:#202e43; padding-left:35px; background:url(/static/images/20201126085611_133675883.png) no-repeat left center;}
.links p span{ font-size:18px; padding:0 20px 0 5px;}
.crcon{ padding:70px 0 57px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.kslj{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:20px; color:#202e43; margin-bottom:20px;}
.kslj p:before{ content:''; display:inline-block; width:3px; height:16px; background:linear-gradient(to bottom,#076ce0 50%,#22272c 50%); margin-right:14px;}
.kslj a{ display:block; font-size:14px; color:#898d91; line-height:30px;}
.kslj a:before{ content:'-'; display:inline-block; margin-right:14px;}
.kslj a:hover{color:#076ce0;}
.kslj li+li{ margin-left:120px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start; }
.crcodecon dl img{ width:146px; height:146px;}
.crcodecon dl{ padding:10px; border-radius:5px; background:#fff; position:relative;}
.crcodecon dl:after{ content:''; display:inline-block; position:absolute; left:100%; top:16px; width:0; height:0; vertical-align:top; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:10px solid #fff;}
.crcodetab{margin-left:30px;}
.crcodetab p{ width:205px; line-height:46px; box-sizing:border-box; text-align:center; font-size:16px; color:#545556; font-weight:lighter;transition:all .3s ease; background:#fefeff; background:linear-gradient(to right,#eaf0f5,#fff); border-radius:25px; cursor:pointer;
    background: #a7e8ec;
}
.crcodetab p+p{ margin-top:14px;}
.crcodetab p i{ display:inline-block; width:20px; height:20px; background:url(/static/images/20201126085611_1276038550.png) no-repeat center; transition:all .3s ease; margin-right:15px; vertical-align:middle;}
.crcodetab p.on i{ background:url(/static/images/20201126085611_319303747.png) no-repeat center;}
.crcodetab p.on{ background:#096de1; background:linear-gradient(to right,#096de1,#64acfe); color:#fff;
    background: #a7e8ec;
}
.crcontact{ height:517px; background:url(/static/images/20201211163129_1952262775.jpg) no-repeat center;}
.crcontact .w1300{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;

}
.crc_l{ margin-top:115px;    padding-left: 50px;}
.crc_l span{ font-size:42px; color:#fff;}
.crc_l span:after{ content:''; display:block; width:40px; height:4px; background:#076ce0; margin:20px 0 30px 0;}
.crc_l  em{ font-size:20px; color:#b4bdcc; font-weight:lighter; color: white;}
.crc_l p+p{ margin-top:70px;}
.crc_l p a{ display:inline-block; width:200px; line-height:55px; border-radius:27px; background:#076ce0; text-align:center; color:#fff; font-size:16px; font-weight:lighter;
    background: #a7e8ec;


}
.crc_r{ margin:135px 60px 0 0;}
.crc_rt{ padding-left:75px; font-size:34px; color:#fff; line-height:110px; background:url(/static/images/20201211163431_158227976.png) no-repeat left center;
}
.crc_c{ margin:50px 0 0 75px;}
.crc_c p{ font-size:18px; color:#a3ceff; line-height:36px; padding-left:50px;}
.crc_c p:nth-child(1){ background:url(/static/images/20201211163723_1247477155.png) no-repeat left center;}
.crc_c p:nth-child(2){ background:url(/static/images/20201211163723_471438375.png) no-repeat left center;}
.crc_c p:nth-child(3){ background:url(/static/images/20201211163723_1939307548.png) no-repeat left center;}
.crc_c p+p{ margin-top:25px;}
.crc_c p i{ color:#fff;}
.crc_c p:nth-child(2) i{ font-size:14px;}
.crc_c p em{ display:inline-block; vertical-align:sub; font-size:32px; font-family:fontDin; color:#fff; margin:0 20px 0 0;}



img.size-full {
    display: block; 
    margin: 0 auto;
}


#c000  * {
    color: #000;
}
