 body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 '思源黑体 CN',arial/*,'Microsoft YaHei'*/; color:#333; -webkit-text-size-adjust: none; }
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle; outline:none; font-family:'arial';}
a{ color:#333; text-decoration:none; blr:expression(this.onFocus=this.blur());  }
a:focus {outline: 0 none;}
h1,h2,h3,h4{ font-size:100%; font-weight:normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:"\5FAE\8F6F\96C5\9ED1",arial,'Hiragino Sans GB';}
.clearfix:after{ content:""; clear:both; height:0; display:block; visibility:hidden; }
.clearfix{*zoom:1;}
.btn{ border: none; cursor: pointer;}
html,body{ width: 100%; }
li{ list-style:none;}
em,i{ font-style: normal; }
.box{ width: 1200px; margin: 0 auto }

.century_head{ background: #fff; height: 90px; position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition: all 0.5s ease 0s; }
h1{ float: left; line-height: 90px;transition: all 0.5s ease 0s;  }
.nav_ul{ float: right;  }
.nav_ul li{ float: left; margin: 0 5px; }
.nav_ul li a{ display: block; transition: all 0.2s ease 0s;height: 90px; line-height: 90px; font-size:18px; padding: 0 30px;  position: relative;  }
.search{ float: right; }
.nav_ul li a:after{ position: absolute; left: 0; top: 0; width: 100%; height: 0; background: #00479d; content: ''; transition: all 0.5s ease 0s;}
.nav_ul li a:hover:after,.nav_ul li a.on:after{height: 90px; transition: all 0.5s ease 0s;}
.nav_i{ position: relative; z-index: 99;transition: all 0.5s ease 0s; }
.nav_ul li a:hover .nav_i,.nav_ul li a.on .nav_i{ color: #fff; transition: all 0.5s ease 0s; }
.nav_ul li a:before{position: absolute; left: 0; bottom: -9px; z-index: 999; width: 100%; height: 0; background:url(../images/top3.png) no-repeat center center;  content: ''; transition: all 0.5s ease 0s;}
.nav_ul li a:hover:before,.nav_ul li a.on:before{height: 18px; transition: all 0.5s ease 0s;}
.search{ float: right;background:url(../images/top2.png) no-repeat left center; width: 57px;transition: all 0.5s ease 0s;  height: 90px;position: relative;  }
.current{ height: 70px; transition: all 0.5s ease 0s;    background: rgba(255,255,255,.9); }
.current h1{ line-height: 70px;transition: all 0.5s ease 0s;  }
.current .nav_ul li a{ height: 70px; line-height: 70px; transition: all 0.2s ease 0s; }
.current .nav_ul li a:hover:after,.current .nav_ul li a.on:after{ height: 70px; transition: all 0.5s ease 0s; }
.current .search{ height: 70px;transition: all 0.5s ease 0s;  }
.sea_img{ height: 90px; line-height: 90px; text-align: right; transition: all 0.5s ease 0s; cursor: pointer; }
.current .sea_img{ height: 70px; line-height: 70px;transition: all 0.5s ease 0s;  }

.current #search-form{ top: 70px; transition: all 0.5s ease 0s; }
.indexflexslider {position: relative;width: 100%;height:auto; overflow: hidden;  text-align: center; }
.indexflexslider .slides li .banner_img{ width: 100%; height: auto;    transform: translate3d(0px, 0px, 0px);  transition: all 1000ms ease 0s }
.indexflexslider .slides li { position:relative; width:100%; height:auto; float: left; }
.indexflexslider .slides {width:100%; height:auto;}
.indexflexslider .flex-control-nav { position: absolute; z-index: 9999; left: 0;  box-sizing: border-box; bottom: 100px; width: 100%; text-align:center;} 
.indexflexslider .flex-direction-nav{ display: block; }
.indexflexslider .flex-control-nav li{ display: inline-block; margin: 0 10px; }
.indexflexslider .flex-control-nav li a{background:url(../images/silde_tab.png) no-repeat center center; display: block; transition: all 0.5s ease 0s; font-size: 0;  width: 18px; height: 28px;}
.indexflexslider .flex-control-nav li a.flex-active{background:url(../images/silde_tab1.png) no-repeat center center; }
.indexflexslider .flex-prev{background:url(../images/silde_left1.png) no-repeat center center; transition: all 0.5s ease 0s;  font-size: 0; width:80px; height: 80px; position: absolute; left:140px; top: 50%; margin-top: -40px; z-index: 9999; display: block;  }
.indexflexslider .flex-next{background:url(../images/silde_right1.png) no-repeat center center;  transition: all 0.5s ease 0s;  font-size: 0; width:80px; height: 80px; position: absolute; right:140px; top: 50%; margin-top: -40px; z-index: 9999; display: block;  }
.indexflexslider .flex-prev:hover{background:url(../images/silde_left11.png) no-repeat center center; transition: all 0.5s ease 0s;}
.indexflexslider .flex-next:hover{background:url(../images/silde_right11.png) no-repeat center center;  transition: all 0.5s ease 0s;}
.indexflexslider .slides li.flex-active-slide img{ -webkit-animation:scale-bg 6s linear forwards;
    animation:scale-bg 6s linear forwards; }
@-webkit-keyframes scale-bg{
    from{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    to{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
}
@keyframes scale-bg{
    from{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    to{
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
    }
}


.jour{background:url(../images/pressbj.jpg) no-repeat center top; height: 981px;}
.index_cn{ font-size: 46px; display: block; text-align: center; height: 70px; line-height: 70px; }
.index_en{ display: block; height:44px; text-align: center; line-height: 44px; overflow: hidden; font-size: 20px; color: #666666;  }
.index_tit{ padding: 100px 0 55px 0; }
.jour_right{ float: right; width:550px;  }
.jour_dl{ margin-bottom:33px; height: 90px; padding:0 10px 0 22px;  background: #fff; position: relative;  }
.jour_dl dt{ float: left; width: 438px; padding-top: 12px; position: relative;  z-index: 99; }
.jour_dl dd{ float: right; padding-top:10px;   position: relative;  z-index: 99;}
.jour_see{ display: block;background:url(../images/indexadd.png) no-repeat center center; width: 70px; height: 70px;transition: all 0.5s ease 0s;  }
.jour_time{ display: block; height:30px;transition: all 0.5s ease 0s;  line-height: 30px; overflow: hidden; font-size:16px; padding-left: 24px; background:url(../images/indextime.png) no-repeat left center; color: #707070;  }
.jour_tit{ display: block; height:36px;transition: all 0.5s ease 0s;  line-height: 36px; overflow: hidden; font-size:18px;   }
.jour_dl:after{ background: #00479d;visibility:inherit; width: 0; height: 90px; content: ''; position: absolute; left: 0; top: 0; transition: all 0.5s ease 0s; }
.jour_dl:hover:after{transition: all 0.5s ease 0s;  width: 100%}
.jour_dl:hover .jour_tit{ color: #fff;transition: all 0.5s ease 0s;  }
.jour_dl:hover .jour_time{ color: #fff;transition: all 0.5s ease 0s; background:url(../images/indextime1.png) no-repeat left center;  }
.jour_dl:hover .jour_see{transition: all 0.5s ease 0s;background:url(../images/indexadd1.png) no-repeat center center;}

.jourflexslider {position: relative;width: 100%;height:auto; overflow: hidden;  }
.jourflexslider .slides li .banner_img{ width:600px; float: left; height: 460px; }
.jourflexslider .slides li { position:relative; width:100%; height:auto; float: left; }
.jourflexslider .slides {width:100%; height:auto;}
.jourflexslider .flex-control-nav {display: none;} 
.jourflexslider .flex-direction-nav{ display:none; }
.jourflexslider .flex-prev{background:url(../images/newsleft1.png) no-repeat center center; transition: all 0.5s ease 0s;  font-size: 0; width:13px; height: 22px; position: absolute; left:30px; top: 50%; margin-top: -11px; z-index: 9999; display: block;  }
.jourflexslider .flex-next{background:url(../images/newsright1.png) no-repeat center center;  transition: all 0.5s ease 0s;  font-size: 0; width:13px; height: 22px; position: absolute; right:30px; top: 50%; margin-top: -11px; z-index: 9999; display: block;  }
.jourflexslider .flex-prev:hover{background:url(../images/newsleft11.png) no-repeat center center; transition: all 0.5s ease 0s;}
.jourflexslider .flex-next:hover{background:url(../images/newsright11.png) no-repeat center center;  transition: all 0.5s ease 0s;}
.jour_left{ width:600px; float: left; height: 460px; overflow: hidden;  }
.jour_div{ position: absolute; left: 0; bottom: 20px; width: 100%; overflow: hidden; padding: 0 20px; box-sizing: border-box; }
.press_time{ display: block;background:url(../images/indextime1.png) no-repeat left center;color: #fff;  font-size: 18px; height: 32px; line-height: 32px; overflow: hidden; padding-left: 24px; }
.press_tit{ display: block;  line-height: 40px; overflow: hidden; color: #fff; font-size: 20px;  }
.press_see{ font-size: 14px; width:158px;transition: all 0.5s ease 0s; height: 40px ;line-height: 40px; text-align: center; margin: 47px auto 0; display: block; border: 1px solid #333333  }
.press_see:hover{ background: #00479d; border: 1px solid #00479d; color: #fff; transition: all 0.5s ease 0s; }
.sjfoot{background:url(../images/footbj.png) no-repeat center top; height: 413px; margin-top:-80px; }
.foottop{ /* padding-top: 138px; margin-bottom: 46px; */ padding-top: 80px;}
.footlogo{ float: left; display: none; }
.footnav{ float: right; height: 40px; overflow: hidden; display: none;  }
.footnav li{ float: left; margin-left: 3px; }
.footnav li a{ height: 40px; line-height: 40px; font-size:18px; display: block; color: #fff; padding: 0 22px;background:url(../images/footimg9.png) no-repeat right center;  }
.footnav li:nth-last-child(1) a{ padding-right: 0; background: none; }
.share{ float: right; width: 80px; padding-top:16px; margin-right: 44px; }
/* .shareimg{ width: 22px; } */
.shareimg li{ margin-bottom:20px; position: relative;    }
.what_wx{ /* position: absolute; left: 30px; bottom: 0; display: block; */ }
.what_wb{ position: absolute; left: 30px; bottom: 0; display: none;}
.share_wb,.share_wx{ cursor: pointer; display: block; text-align: center;font-size: 12px; color: #fff; height: 50px; line-height: 50px; width: 80px; }
.share_wx img{ margin-right: 10px;  }
.what_wx img{ width: 80px; height: 80px; }
.shareimg li:hover .what_wb{ display: block; }
.shareimg li:hover .what_wx{ display: block; }
.addf{ text-align: left; color: #bcbcbc; font-size: 14px; height: 40px; line-height: 40px; }
.addf a{ color: #bcbcbc; font-size: 14px; margin: 0 10px;}
.footcont{ float: left; width: 840px; }
.foot_tit{ display: block; height:88px; line-height: 88px; font-size: 22px; color: #fff;  }
.footline{ display: none;background:url(../images/footimg10.png) no-repeat center top; width: 11px; height: 18px; margin-bottom: 33px; }
.call_ul li{ float: left; margin-right: 80px; }
.call_tit{ height:40px; line-height: 40px; overflow: hidden; font-size: 18px; color: #fff;  }
.call_tit img{ margin-right:10px;  }
.call_num{ display: block; height:32px; line-height: 32px; overflow: hidden; font-size: 16px; color: #adadae  }
.footbottom{ margin-bottom: 22px; }
.sjadd{ height:74px;  overflow: hidden;  }
.sjadd a{font-size: 14px; color: #bcbcbc; margin-left: 12px;}
.address{ float: left; font-size: 14px; color: #bcbcbc; height: 74px; line-height: 74px; overflow: hidden; }
.tech{display:none;float: right; font-size: 14px; color: #bcbcbc; height: 74px; line-height: 74px; overflow: hidden;}
.plan{ float: left;  width: 520px; overflow: hidden; }
.register{ background:#fff;}
.planimg{ float: right; width:620px; height:362px;  }
.solve{ padding: 120px 0 0px 0; background:url(../images/solvebj.png) no-repeat center top; margin-top: -70px; position: relative; z-index: 9999 }
.plan_div{ padding:0px 0 0 0;  }
.project_tit{ display: none; font-size: 22px; height:48px; line-height: 48px; color: #00479d; background:url(../images/caseimg1.png) no-repeat 110px center; }
.project_zi{ font-size: 24px; color: #6c7589; display: none; height:50px; line-height: 50px; padding-bottom:28px; border-bottom: 1px solid #d3d5db; overflow: hidden;   }
.plan_tit{ display: block; height:114px; line-height: 114px; font-size: 46px;  overflow: hidden;  }
.plan_zi{ font-size: 16px; height:180px; padding-right: 20px; line-height: 30px; overflow-x:auto;  color: #666666; margin-bottom: 28px;  }
::-webkit-scrollbar { width: 3px;  height: 1px; }
::-webkit-scrollbar-thumb{ border-radius: 2px; box-shadow: inset 0 0 5px rgba( 0, 0, 0, .1); background: #00479d; }
::-webkit-scrollbar-track{ box-shadow: inset 0 0 5px rgba( 0, 0, 0, .2); border-radius: 2px; background: none; }
.plan_ul{ margin: 0 0 0px -12px; position: absolute; left:0; bottom: 50px; }
.lop_banner{ position: relative; height: 672px; overflow: hidden; }
.plan_ul li{ float: left; margin-left: 12px; width: 120px;  cursor: pointer;}
.inforimg{ background:url(../images/imgbj.png) no-repeat left top; overflow: hidden; border-radius: 120px; transition: all 0.5s ease 0s;width: 120px; height: 120px; overflow: hidden; display: block; margin-bottom: 24px; position: relative; }
.img_top{ position: absolute; left: 0; top: 10px;transition: all 0.5s ease 0s; width: 120px; height: 100px; line-height: 100px; border-radius: 120px; text-align: center; }
.img_bottom{ position: absolute; left: 0;transition: all 0.5s ease 0s; bottom: -120px; width: 120px; height: 100px; line-height: 100px; border-radius: 120px; text-align: center; }
.infortit{ font-size: 16px; line-height: 28px; transition: all 0.5s ease 0s;  height: 56px; overflow: hidden; display: block; text-align: center; padding: 0 21px;  }
/* .plan_ul li:nth-child(2) .inforimg{ background-position:-126px 0;  }
.plan_ul li:nth-child(3) .inforimg{ background-position:-257px 0;  }
.plan_ul li:nth-child(4) .inforimg{ background-position:-389px 0;  }
.plan_ul li.on .inforimg{background-position:0px -129px; transition: all 0.5s ease 0s;}
.plan_ul li.on:nth-child(2) .inforimg{ background-position:-126px -129px;  }
.plan_ul li.on:nth-child(3) .inforimg{ background-position:-257px -129px;  }
.plan_ul li.on:nth-child(4) .inforimg{ background-position:-389px -129px;  } */
.plan_ul li.on .inforimg{background:url(../images/imgbj1.png) no-repeat left top;}

.plan_ul li.on .infortit{ color: #00479d; transition: all 0.5s ease 0s;transition: all 0.5s ease 0s; }
/* .plan_ul li:hover .img_top, */.plan_ul li.on .img_top{ top: -120px; transition: all 0.5s ease 0s; }
/* .plan_ul li:hover .img_bottom, */.plan_ul li.on .img_bottom{ bottom: 10px; transition: all 0.5s ease 0s; }
.swiper-button-lock{ display: block!important; }
.right_lop{background:url(../images/caseright.png) no-repeat center center!important; cursor: pointer!important; border: none!important; opacity: 1!important;  transition: all 0.5s ease 0s!important;  font-size: 0!important; top: inherit!important; width:13px!important; height: 22px!important; position: absolute!important; right:-40px!important; bottom: 177px!important;  z-index: 9999!important; display: block!important;}
.left_lop{background:url(../images/caseleft.png) no-repeat center center!important; cursor: pointer!important; border: none!important;opacity: 1!important; transition: all 0.5s ease 0s!important;  font-size: 0!important;top: inherit!important; width:13px!important; height: 22px!important; position: absolute!important; left:-40px!important; bottom: 177px!important;  z-index: 9999!important; display: block!important;}
.right_lop:hover{background:url(../images/caseright1.png) no-repeat center center!important;  transition: all 0.5s ease 0s!important;}
.left_lop:hover{background:url(../images/caseleft1.png) no-repeat center center!important;  transition: all 0.5s ease 0s!important;}



.plan_ul li:hover .infortit{ color: #00479d; transition: all 0.5s ease 0s; }
.swiper-button-lock{ display: block!important; }
.swiper-button-next{background:url(../images/caseright.png) no-repeat center center!important; cursor: pointer!important; border: none!important; opacity: 1!important;  transition: all 0.5s ease 0s!important;  font-size: 0!important; top: inherit!important; width:13px!important; height: 22px!important; position: absolute!important; left:91px!important; bottom: 120px!important;  z-index: 9999!important; display: block!important;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ display: none!important; }
.swiper-button-prev{background:url(../images/caseleft.png) no-repeat center center!important; cursor: pointer!important; border: none!important;opacity: 1!important; transition: all 0.5s ease 0s!important;  font-size: 0!important;top: inherit!important; width:13px!important; height: 22px!important; position: absolute!important; left:17px!important; bottom: 120px!important;  z-index: 9999!important; display: block!important;}
.swiper-button-next:hover{background:url(../images/caseright1.png) no-repeat center center!important;  transition: all 0.5s ease 0s!important;}
.swiper-button-prev:hover{background:url(../images/caseleft1.png) no-repeat center center!important;  transition: all 0.5s ease 0s!important;}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top:90px;
  right: -6px;
  width: 320px;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
  z-index: 999;
  transition: all 0.5s ease 0s;

}
.fixed #search-form { top:60px;  }
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
 
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
  
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none; outline:none;
  font-size: 16px;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #00479d;
  background: #c6cacd;
  border: none;
  cursor: pointer;outline:none;
}

@keyframes fadedown {
    from { transform: translateY(-100%); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }
}

.navBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #222;
    background: rgba(34, 34, 34, .9);
    opacity: 0;
    transition: all .5s ease 0s;
    transform: translate(-100%, 0);
    
}

.navBg.active {
    opacity: 1;
    transform: translate(0, 0);
    z-index: 99999999;

}

.navTop {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    overflow: hidden;
    
}

.navClose {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
     margin-right: -9px;
}

.navClose span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    transform-origin: left center
}

.navClose span:first-child {
    transform: rotate(45deg)
}

.navClose span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg)
}

.navBot {
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
   
    height: 100%
}

.navList {
    overflow: hidden;
    height: 100%
}

.navList li {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all .5s ease 0s;
    transform: translate(0, 50px)
}

.navList li a {
    display: block;
    padding: 10px ;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 16px;
}



.navList li a:hover {
    padding-left: 10%;
    color: #da0502
}

.active .navList li {
    opacity: 1;
    transform: translate(0, 0)
}

.active .navList li {
    transition-delay: .3s
}
.menuBg {
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 2;
    display: none;
    
}


.menuBtn img {
    margin: 6px auto 10px
}

.mBtnLine {
    font-size: 0;
    width: 20px;
}

.mBtnLine span {
    display: inline-block;
   
    vertical-align: top
}

.mBtnLine span:nth-child(2) {
    margin: -4px 3px 0
}
.mBtnLine span {
        width: 100%;
        height: 2px;
        background: #00479d
    }

    .mBtnLine span:nth-child(2) {
        margin: 5px 0;
        width: 80%
    }

.logoanv { float: left; }

.small_lop{  position: absolute; left:50%; margin-left: -390px; bottom: 0; width: 780px; height: 200px;z-index: 999 }
.plan_ul{ margin: 0;  }
.plan_ul li{ margin: 0 46px 0 0; }
.plan_en{ height: 40px; line-height: 40px; display: block; font-size: 24px;  color: #6c7589; margin:-10px 0 20px 0; }

.ljzx{display:none;}
.ljzx a{display:inline-block;line-height:48px;background:#00479d;font-size:16px;padding:0 35px;border-radius:25px;color:#fff;}
.zjzx{/*display:none;*/position:fixed;right:0;top:70%;z-index:99999;}
.zjzx a{display:inline-block;background:#c9151d;padding:15px 10px;font-size:16px;color:#fff;border-radius:10px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .15);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, .15);box-shadow:0 5px 10px rgba(0, 0, 0, .15);}
.zjzx a span{display:block;width:20px;float:left;text-align:center;}