
.top_bg{ /*! height:231px; */ /*! background:url(images/top_bg.gif) repeat-x; */ /*! overflow:hidden; */}
.header{width: 1200px; margin:0 auto;display: flex;align-items: center;}
.h_top{height: 30px;line-height: 30px;font-size: 14px;color: rgba(255,255,255,0.6);overflow: hidden;background: #333;}
.h_top span{display: block;float: left;}
.h_top p{float: right;margin-left: auto;}
.h_top p a{padding:0 0 0 15px;display: block;float: left;font-size: 12px;color: rgba(132,132,132,0.8);}
.h_top p a:hover{color: rgba(255,255,255,0.7);}
.h_top p em{display: block;float: left;width: 18px;height: 18px;line-height: 0;overflow: hidden;padding: 5px 8px 0 0;}
.h_top p em img{width: 18px;height: 18px;}
.h_con{ /*! height:124px; */overflow: hidden;display: flex;align-items: center;}
.h_con .logo{ float:left;width: 226px;padding: 0px 22px 0 0;}
.h_con .logo img{ max-width:226px; /*! height:52px; */}
.h_con .h_dw{ float:left;font-size: 24px;color: #222; background:url(images/t_line.gif) no-repeat 0 40px;padding:0px 0 0 20px;line-height: 32px;}
.h_dw i{color: #0094dc;}
.h_dw span{display: block;font-size: 16px;font-weight: normal;}
.h_tel{margin-left: auto;padding:0px;line-height: 30px;}
.h_tel em{font-size: 20px;color: #333;display: block;}
.h_tel span{background:url(images/tel.gif) no-repeat 0 5px;display: block;padding: 0 0 0 48px;    height: 52px;
    line-height: 52px;}
.h_tel b{font-size: 26px;color: #0094dc;display: inline-block;margin-left:10px;font-family: "DINOT";}
.h_nav{ /*! height:77px; *//*! overflow: hidden; */margin-left: 50px;}
.h_nav li{/*! height: 77px; */ float:left;padding: 0 15px;position:relative;}
.h_nav li .sub{position: absolute;width:150px;background:#0094dc;z-index: 9999;top: 50px;display: none;left: 0px;}
.h_nav li .sub a{display: block;/*! top:30px; */width: 100%;font-size: 14px;color: white;float: none;margin: 5px 0px;padding: 5px 0px;}
.h_nav li i{display: block;font-size: 12px;color: rgba(51,51,51,0.5);font-weight: normal;text-transform:capitalize;}
.h_nav li a{ font-size:18px; /*! color:#333; */display:block; float:left;position: relative;vertical-align: middle;padding: 0px;/*! height: 55px; */text-align: center;/*! line-height: 22px; */
  /*! -webkit-transform: perspective(1px) translateZ(0); */
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
padding: 15px 0px;
}
.h_nav li a:before {
	/*! content: ""; */
  /*! position: absolute; */
  /*! z-index: -1; */
  left: 50%;
  right: 50%;
  top: 0;
  background:url(images/nav_line.gif) no-repeat center 0;
  height: 4px;
  /*! -webkit-transition-property: left, right; */
  /*! transition-property: left, right; */
  /*! -webkit-transition-duration: 0.5s; */
  /*! transition-duration: 0.5s; */
  /*! -webkit-transition-timing-function: ease-out; */
  /*! transition-timing-function: ease-out; */
}
.h_nav li a:hover:before,.h_nav li a:focus:before,.h_nav li a:active:before {
   left: 0;
   right: 0;
}
.h_nav li.cur a{font-weight: bold;color: white;/*! background:url(images/nav_line.gif) no-repeat center 0; */}
.h_nav li.cur i,.h_nav li a:hover i{color: rgba(0,148,220,0.6);}
.h_nav li:hover{background: #0094dc;color: white;}
.h_nav li:hover>a{color:whtie}
.h_nav li a:hover{font-weight: bold;color: white;}
.h_nav li:first-child{/*! padding-left: 0; */}
.h_nav li.nobor{padding-right: 0;}
em,i{ font-style:normal;}


.fullSlide{ min-width:1200px; position:relative; overflow:hidden;}
.fullSlide .bd li img {display: block;width: 100%;}
.fullSlide .hd{ width:1200px; left:50%; margin-left:-600px; bottom:35px; position:absolute; z-index:1;overflow:hidden;}
.fullSlide .hd ul{margin-left: 400px;}
.fullSlide .hd ul li{ float:left; margin:0 10px 0 0; display:inline; cursor:pointer; width: 130px;height: 4px;background: #fff; text-indent: -99999px;}
.fullSlide .hd ul .on{background: #0094dc;}

.fullSlide p{position: absolute;top: 50%;width: 79px;height: 79px;opacity: 0.7;margin-top:-40px;}
.fullSlide p a{display: block;width: 79px;height: 79px;}
.fullSlide .prev{left: 50px;}
.fullSlide .next{right: 50px;}


.s_bg{box-shadow: 0 3px 10px 3px rgba(102,102,102,0.1);height: 72px;}
.search{ width:1200px; margin:0 auto;height: 72px;overflow: hidden;}
.search p{ float:left;font-size: 14px; color:#444; /*! width:780px; */ height:72px; line-height:72px; overflow:hidden; background:url(images/s_ico.gif) no-repeat 0 24px;padding-left: 30px;}
.search p a{font-size: 14px; color:#999; padding:0 10px 0 0;}
.search p a:hover{color: #333;}
.search .ser_inp{ background:url(images/s_inp.gif) no-repeat; width:334px;padding-left: 15px; height:38px; border:none; float:left; font-family:"Microsoft YaHei";font-size: 14px; color:#666; line-height:38px; outline:none;margin-top: 16px;}
.search .ser_so{cursor: pointer; float:left; background:url(images/s_so.gif) no-repeat; border:none; width:40px; height:38px;margin-top: 16px;}
input::-webkit-input-placeholder {color: #666;}


.f_bg{ /*! background:url(images/f_bg01.gif) repeat-x; */ /*! height:337px; */overflow: hidden;border-top: 1px solid #eee;}
.footer{width: 1200px; margin:0 auto;}
.f_top{display: block;font-size: 16px;color: #333;height: 60px;line-height: 60px;overflow: hidden; background:url(images/f_line.gif) no-repeat 0 bottom;margin-bottom: 18px;}
.f_nav{width: 365px;height: 270px;padding: 0px;}
.f_nav .f_top{width: 240px;}
.f_nav ul li{float: left;width: 150px;line-height: 32px;height: 32px;overflow: hidden;}
.f_nav ul li a{font-size: 16px;color: #333;}
.f_nav ul li a:hover{color: #000;}
.f_ban{width: 410px;height: 270px;}
.f_ban p{font-size: 14px;color: #333;line-height: 32px;}
.f_er{width: 333px;padding: 40px 0 0;height: 230px;}
.f_er p{width: 110px;height: 170px;padding: 14px 14px 0;border: #e4e4e4 1px solid;margin-right: 25px;float: left;text-align: center;}
.f_er p img{width: 110px;height: 110px;}
.f_er p span{display: block;font-size: 14px;color: #666;line-height: 40px;}
.f_bot{font-size: 14px;color: #333;line-height: 56px;height: 56px;text-align: center;padding-top: 20px;/*! background: #eee; */}
.f_bot span{padding: 0 15px;}
.f_bot a{color: #333;}
  

.u-top{
    background: #0094db;
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.u-top em{
    display: block;
}

.headerbg{border-top:1px solid #ccc;}
.home_div {
  padding: 3.8% 0 75px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.animate .animated, .animated {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.home_tit .t {
  font-weight: bold;
  font-family: arial;
  color: #027dc6;
  font-size: 52px;
  text-transform: uppercase;
}
.home_tit .y {
  color: #444444;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 5px;
}
.home_div .home_cast_text .bottom_t {
  /*! margin-top: 8px; */
}
.home_div .home_cast_text .bottom_t .t {
  color: #666666;
  font-size: 15.5px;
  line-height: 27px;
  height: 302px;
  overflow: hidden;
}
.home_div .home_cast_text .bottom_t .more {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: arial;
  width: 210px;
  text-align: center;
  line-height: 52px;
  padding-right: 35px;
  background: #027dc6 url(images/more_icon.png) no-repeat 160px center;
}
.reda .more{
   display: block;
  color: #fff;
  font-size: 18px;
  font-family: arial;
  width: 210px;
  text-align: center;
  line-height: 52px;
  padding-right: 35px;
  background: #027dc6 url(images/more_icon.png) no-repeat 160px center;
}
.beid {
  height: 411px;
  width: 730px;
  position: absolute;
  z-index: 99999;
  background: #f6f6f6;
  left: -553px;
  top: 72px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.home_div .home_cast_text {
  float: left;
  position: relative;
  left: 0px;
  width: 40%;
  z-index: 999;
  background: #ffffff29;
  padding: 10px;
  box-sizing: border-box;
}
.home_div .home_csae_img {
  width: 100%;
  /*! float: right; */
  position: absolute;
  z-index: 0 !important;
}


.home_tit .t span {
  display: inline-block;
  margin-right: 15px;
  font-weight: normal;
  color: #444;
  font-size: 40px;
  font-family: arial;
  text-transform: uppercase;
}
.home_div3 {
  padding: 20px 0;
  background: #ededed;
  margin-top: 40px;
}
.home_div3 ol {
  margin: 0 auto;
  width: 1200px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

#feature {
  POSITION: relative;
}
#featureContainer {

    MARGIN: 0px auto;
    WIDTH: 100%;

}
.slick-initialized .slick-slide {

    display: block;

}
.slick-slide {

    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    overflow: hidden;

}
#block {
  Z-INDEX: 0;
  POSITION: relative;
  MARGIN: 0px auto;
  WIDTH: 1130px;
  HEIGHT: 66px;
  OVERFLOW: hidden;
}
#botton-scroll {
  Z-INDEX: 0;
  MARGIN: 0px auto;
  WIDTH: 1130px !important;
  FLOAT: left;
  HEIGHT: 66px;
}
.home_div3 ol li {
  position: relative;
  float: left;
  width: 200px;
  /*! height: 59px !important; */
  margin: 0 6px;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
#block .box {
  background: #fff;
  /*! WIDTH: 129px; */
  FLOAT: left;
  /*! HEIGHT: 48px; */
  overflow: hidden;
  /*! border: 1px solid #e2e1e1; */
}
#block .box img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#feature .next:hover {
  BACKGROUND-POSITION: center bottom;
}
#feature .prev {
  left: -50px;
  TEXT-INDENT: 9;
  WIDTH: 56px;
  DISPLAY: block;
  BACKGROUND: url(images/cp_lico.png) no-repeat 100% 100%;
  HEIGHT: 56px;
  TOP: 0px;
  position: absolute;
}
#feature .next {
  right: -50px;
  TEXT-INDENT: -9999px;
  WIDTH: 56px;
  DISPLAY: block;
  BACKGROUND: url(images/cp_rico.png) no-repeat 100% 100%;
    /*! background-position-x: center; */
    /*! background-position-y: top; */
  HEIGHT: 56px;
  TOP: 0px;
  position: absolute;
}
.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
  background: url(images/p16-icon6.png) no-repeat bottom center #0094db;
  border-color: #0094db;
}
.tl-fdh-02 li {
  width: 11.1%;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  float: left;
  border-right: 1px solid #eee;
    border-right-color: rgb(238, 238, 238);
  margin-right: -1px;
  background: #efefed;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content1{
    border: 1px solid #eee;
    /*! box-shadow: -2px -2px 2px #eee; */
    padding: 20px;
    box-sizing: border-box;
}
.tl-fdh-02 li.sidenavcur a, .tl-fdh-02 li:hover a {
  color: #fff;
}
.tl-fdh-02 li a {
  display: block;
  height: 55px;
  color: #595757;
}
.p12-curmbs-1 {
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  padding: 10px 0px;
}
.p12-curmbs-1 b {
  border-left: 10px solid #00a4ed;
  font-weight: normal;
  padding-left: 8px;
}
.blk {
  /*! width: 1200px; */
  margin: 0 auto 20px auto;
}