html, body{
  margin: 0 auto;
  height: auto !important; 
  /*height: 100%;*/
}
*{
  font-family:Tahoma, Arial, Microsoft yahei, sans-serif !important;
}
img{
  border:0;
  max-width: 100%; 
}
a{
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover{
  text-decoration: none;
}

/* 
-------------  公用样式  -------------
*/
#floatfoot{
    display:none;
}
.apply{
  font-size:16px;
  color:#ffffff;
  cursor:pointer;
  background:#4e9be0;
  border: 1px solid #ffffff;
  border-radius: 5px;
  width:200px;
  line-height:55px;
  display: inline-block;
  text-align: center;

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.apply:hover{
  color:#ffffff;
  background:#3887ce;
}
.apply2{
  font-size: 14px;
  color: #1c78db;
  cursor: pointer;
  border: 1px solid #1c78db;
  border-radius: 5px;
  width: 160px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.apply2:hover{
  color:#ffffff;
  background:#1c78db;
  border: 1px solid #1c78db;
}

.applybtn{
  width:200px;
  min-height: 1px;
  overflow: hidden;
  line-height:48px;
  font-size:16px;
  color:#ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  
  cursor:pointer;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.applybtn:hover{
  color:#ffffff;
  background:#3887ce;
  border: 1px solid rgba(255,255,255,.01);
}
.btn_register{
  width: 100px;
  min-height: 1px;
  overflow: hidden;
  float: right;
  margin-left: 12px;
}
.btn_register a{
  width:100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-top: 4px;
  background-color: #034ea2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius:4px;

  text-decoration: none;
}
.btn_register a:hover{
  background-color: #28d81b;
  text-decoration: none;
}
.floatfoot{
  display:none;
}
.Tpbox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.rowBox{
  position: relative;
  top: -86px; 
  display: block;
  height: 0;
  overflow: hidden;
}
/* 
-------------  导航栏样�? -------------
*/

.menuSecondBox{
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  padding: 24px 24px 34px 24px;
  /*background: #ffffff;*/
  background: #f1f3f9;

  box-shadow: 0px 4px 6px rgba(0,0,0,.04);
  -moz-box-shadow: 0px 4px 6px rgba(0,0,0,.04);
  -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,.04);
}
.menuSecondBox_left{
  width: 26%;
  min-height: 1px;
  overflow: hidden;
  float: left;
  margin-right: 4%;
  margin-top: 8px;
}
.menuSecondBox_right{
  width: 70%;
  min-height: 1px;
  overflow: hidden;
  float: left;
}
.menuSecondtitle{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color:#999999;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e9f1;
}
.menuSecondtitle2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color:#666666;
  line-height: 24px;
  padding-bottom: 6px;
}
.menuSecondmian{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 14px 0px 0px 0px;
}
.menuSecondmian_element{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.menuSecondmian_element ul{
  padding: 0;
}
.menuSecondmian_element li{
  list-style: none;
  line-height: 34px;
  color: #333333;
}
.menuSecondmian_element ul li a{
  width: 100% !important;
  min-height: 1px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  font-size: 14px;
  color: #333333 !important;
  line-height: 36px;
  border-bottom: 1px solid #f1f3f9;
}
.menuSecondmian_element ul li a:hover{
  text-decoration: none;
  color:#000000;
  border-bottom: 1px solid #08509d;
}
.menuSecondmian_element table{

}
.menuSecondmian_element table tr td{
  padding-bottom: 10px;
}
.menuSecondmian_element table tr td img{
  width:80%;
}
.menuSecondmian_element table tr td a{
  display:block;
}
.menuSecondmian_element table tr td a:hover{
  background-color: #ffffff;
}



/* 
-------------  导航栏样�? end-------------
*/

/* 
-------------  banner 切换  -------------
*/
.swiperheight1{
  height: 100%;
}
.swiperheight2{
  height: 400px !important;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide {
  padding-top: 60px\9;
  *padding-top: 60px;
  _padding-top: 60px;
}
.bner_bg1{
  background: url('../images/home-banner1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bner_bg2{
  background: url('../images/home-banner2.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bner_bg3{
  background: url('../images/home-banner3.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

.bner_Box{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding:0px 0px 60px 0px;
  text-align: center;

}
.bner_t3{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.bner_t1{
    font-size: 54px;
    color: #000000;
    /*color: #013f93;*/
    font-weight: bolder;
    text-align: center;
    line-height: 90px;
    margin-bottom: 26px;
}
.bner_t2{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.bner_t2 span{
  display: block;
  line-height: 28px;
}
.bner_t2 span br{
  display: none;
}
.bner_btnBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-top: 100px;
}
.bner_tC1{
  color:#ffffff;
}
.bner_tC2{
  color:#000000;
}
.bner_tC3{
  color:#666666;
}

/* 
-------------  公用库样�? -------------
*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff; 
}
.navbar-nav>li>a {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default {
  background-color: #ffffff !important;
  padding: 5px 0px 10px 0px;

  box-shadow: 0px 0px 10px rgba(0,0,0,.06);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.06);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.06);
}
.nav>li>a {
  color:#333333 !important;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
}
.nav>li>a:hover{
  color:#4697e9 !important;
  border-bottom: 2px solid #4697e9 !important;
  margin-bottom: -2px !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
    border-bottom: 2px solid #4697e9;
    margin-bottom: -2px;
}
.navbar-brand {
  padding: 0px 0px 0px 15px; 
}
.navbar-brand>img {
  display: block;
  float: left;
}
.navbar-toggle {
    border: none;
}
.tableCell {
    display: table-cell;
    vertical-align: inherit;
    width: 100%;
    height: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%�?9.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 6%;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%�?L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 6%;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 40px 60px;
    -webkit-background-size: 40px 60px;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20%;
}

/* 
-------------  首页�? -------------
*/

#ctainer .navbar-header a img{
  height: 44px;
  padding-top: 4px;
}
.logo_line{
  float: left;
  display: block;
  font-size: 18px;
  color: #d2d2d2;
  padding: 20px 10px 0px 10px;
}
.logo_textBox{
  float: left;
  width: 120px;
  margin-top: 12px;
}
.logo_t1{
  display: block;
  font-size: 16px;
  color: #02509f;
  line-height: 12px;
}
.logo_t2{
  font-size: 12px;
  color: #02509f;
}

#moretab{
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #666666 !important;
  font-size: 12px;
  line-height: 20px;
  cursor:pointer;
}


.Bbox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.containerBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 60px;
}
.containerBox_details{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 60px;
  padding:30px 0px;
}
.Hpg{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.Hpg2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 20px 0px 50px 0px;
}
.pg1{
  background-color: #000000;
  min-height: 1px;
}
.pg_Boxpadding{
  padding: 50px 0px 50px 0px !important;
}
.pg_Boxpadding2{
  padding: 64px 0px 64px 0px !important;
}
/*---------------*/
.pg2{

}
.pg2_icon{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.pg2_icon img{
  width:100%;
  margin-top: 4px;
}
/*-------------*/
.pg3{

}
.pg3_icon{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.pg3_icon img{
  width:88px;
  margin-top: 4px;
}
/*-------------*/

.pg4{
  /*background-color: #f6f8fa;*/
}

/*-------------*/
.pg5{
  background-color: #ffffff;
}
.pg6{
  background-color: #ffffff;
}

.Hpg_color1{
  background-color: #ffffff;
}
.Hpg_color2{
  background-color: #f6f8fa;
}
.Hpg_color3{
  background-color: #1682d2;
}

.pg_titleBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}
.pg_titleBox span{
  display: block;
}
.pg_titleBox2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 0px 0px 0px 24px;
  margin: 0 0 40px 0;
  border-left: 4px solid #0060AC;
}
.pg_titleBox2 span{
  display: block;
}
.pg_titlet1{
    font-size: 36px;
    color: #000000;
    text-align: center;
}
.pg_titlet2{
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 42px;
  padding: 0 0 40px 0;
}
.pg_titlet2 br{
  display: none;
}
.pg_titlet1_light{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.pg_titlet2_light{
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  padding: 0 0 40px 0;

  color: rgba(255,255,255,.8); /* 基本�?*/
  color: #ffffff\9; /* IE 8 及低于IE8版本 */
  *color: #ffffff; /* IE 7 及低于IE7版本 */
  _color: #ffffff; /* IE 6 */
}
.pg_titlet1_abouts{
    font-size: 24px;
    color: #0060AC;
    line-height: 22px;
}
.pg_titlet2_abouts{
    font-size: 12px;
    color: #666666;
    padding: 10px 0px 0px 0px;
}
.abouts_tablecolor{
 background-color: #2e9cce;
 font-size: 12px;
 text-align: center;
 color:#ffffff;
 height: 64px
}
.abouts_text{
 background-color: #2e9cce;
 font-size: 12px;
 text-align: center;
 color:#ffffff;
 height: 60px
}


.pg_mainBox{
  width: 100%;
  min-height: 1px;
  /*overflow: hidden;*/
  padding: 10px 0px 10px 0px;
}
.pg_mainBox_Hjishu{
  width: 100%;
  min-height: 1px;
  /*overflow: hidden;*/
  padding: 50px 0px 10px 0px;
}
.pg_mainBox2{
  width: 100%;
  min-height: 1px;
  /*overflow: hidden;*/
  padding: 60px 0px 0px 0px;
}
.pg_mainBox_aboutscase{
  width: 100%;
  min-height: 1px;
  /*overflow: hidden;*/
  padding: 30px 0px 40px 0px;
}
.pg_contentBox_left{
  width: 90%;
  min-height: 1px;
  overflow: hidden;
  float: left;
}
.pg_contentBox_right{
  width: 90%;
  min-height: 1px;
  overflow: hidden;
  float: left;
  margin-left: 10%;
}
.pg_textBox{
  margin-top: 20px;
}

.pg_contentTBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 0px 0px 40px 0px;
}
.pg_contentTBox span{
  display: block;
}
.pg_contentTBox2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 0px 0px 40px 0px;
}
.pg_contentTBox2 span{
  display: block;
}
.pg_content_imgBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 20px 0px 40px 0px;
}
.pg_content_imgBox_l1{
  float: left;
  width:44%;
  text-align: center;
}
.pg_content_imgBox_l2{
  float: left;
  width:44%;
  text-align: center;
  margin-left: 10%;
}
.pg_content_imgBox_l3{
  width: 68%;
  min-height: 1px;
  overflow: hidden;
  padding: 0px 0px 20px 0px;
  text-align: center;
  padding-top: 0px;
}
.pg_content_imgBox_l3 img{
  width: 68%;
}

.pg_contentT1{
  font-size: 18px;
  color: #000000;
}
.pg_contentT1_M{
  font-size: 18px;
  color: #000000;
}
.pg_contentT2{
  font-size: 12px;
  color: #666666;
  padding-top: 10px;
  line-height: 24px;
}
.pg_contentT1_light{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.pg_contentT2_light{
  font-size: 12px;
  padding-top: 6px;
  line-height: 24px;
  text-align: center;

  color: rgba(255,255,255,.6); /* 基本�?*/
  color: #ffffff\9; /* IE 8 及低于IE8版本 */
  *color: #ffffff; /* IE 7 及低于IE7版本 */
  _color: #ffffff; /* IE 6 */
}

.pg_contentt3{
  font-size: 16px;
  color: #333333;
  padding: 10px 0px 10px 0px;
}
.pg_contentt4{
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

.pg_contentBtn{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 24px;
}
.pg_contentBtn a{
  width: 160px;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #1c78db;
  text-align: center;
  color:#1c78db;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  float: inherit;
  text-decoration: none;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.pg_contentBtn a:hover{
  border: 1px solid #1c78db;
  background-color: #1c78db;
  color:#ffffff;
  text-decoration: none;
}
.pg_contentBtn2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 24px;
}
.pg_contentBtn2 a{
  width: 160px;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #ffffff;
  text-align: center;
  color:#ffffff;
  font-size: 14px;
  display: block;
  /*margin: 0 auto;*/
  float: right;
  text-decoration: none;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.pg_contentBtn2 a:hover{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color:#1c78db;
  text-decoration: none;
}
.pg_contentBtn3{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 24px;
}
.pg_contentBtn3 a{
  width: 160px;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #1c78db;
  text-align: center;
  color:#1c78db;
  font-size: 14px;
  display: block;
  /*margin: 0 auto;*/
  float: right;
  text-decoration: none;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.pg_contentBtn3 a:hover{
  border: 1px solid #1c78db;
  background-color: #1c78db;
  color:#ffffff;
  text-decoration: none;
}
.pg_contentBtn4{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 10px;
  float: left;
}
.pg_contentBtn4 a{
  width: 160px;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #1c78db;
  text-align: center;
  color:#1c78db;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  float: inherit;
  text-decoration: none;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.pg_contentBtn4 a:hover{
  border: 1px solid #1c78db;
  background-color: #1c78db;
  color:#ffffff;
  text-decoration: none;
}

.pg_contentBtn_light{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 24px;
}
.pg_contentBtn_light a{
  width: 160px;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  border: 1px solid #ffffff;
  text-align: center;
  color:#ffffff;
  font-size: 14px;
  display: block;
  margin: 0 auto;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.pg_contentBtn_light a:hover{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color:#1c78db;
}

.pg_MoreBtn{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 14px;
}
.pg_MoreBtn a{
  width: 80%;
  min-height: 1px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  color: rgba(255,255,255,.6); /* 基本�?*/
  color: #ffffff\9; /* IE 8 及低于IE8版本 */
  *color: #ffffff; /* IE 7 及低于IE7版本 */
  _color: #ffffff; /* IE 6 */
}
.pg_MoreBtn a:hover{
  background-color: #28d81b;
  color:#ffffff;
}


#navurl1{
  background-color: rgba(255, 255, 255, 0.8);
  width: 74px;
  padding: 10px;
  top:60px;
}

.banner{
  width: 100%;
  min-height: 1px;
  height: 320px;
  overflow: hidden;
}
.banner_abouts{
  width: 100%;
  min-height: 1px;
  height: 100%;
  overflow: hidden;
}
.bner_2{
  background: url("../images/banner_2.jpg") center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bner_3{
  background: url("../images/banner_3.jpg") center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bner_4{
  background: url("../images/banner_4.jpg") center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bner_5{
  background: url("../images/banner_5.jpg") center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bner_6{
  background: url("../images/banner_6.jpg") center center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bner_titleBox{
  width: auto;
  min-height: 1px;
  overflow: hidden;
  padding:40px 0px 30px 0px;
  color: #ffffff;
}
.bner_titleBox span{
  display: block;
}
.bner_titleBox2{
  width: auto;
  min-height: 1px;
  overflow: hidden;
  padding:40px 0px 30px 0px;
  color: #000000;
}
.bner_titleBox2 span{
  display: block;
}
.bner_titleT1{
  font-size: 48px;
  padding-bottom: 20px;
}
.bner_titleT2{
  font-size: 14px;
  line-height: 24px;
  width: 64%;
}

.pg_titleBox span br{
  display: none;
}

.textzizhi_imgBox{
  width: 80%;
  min-height: 1px;
  overflow: hidden;
}
.textzizhi_imgBox img{
  float: left;
  margin-top: 10px;
}
.textzizhi_imgBox2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.textzizhi_imgBox2 img{
  float: left;
    width: 80%;
}
.textzizhi_imgBox span{
  float: left;
  margin-top: 6px;
}
.textzizhi{
  width: 84%;
  min-height: 1px;
  overflow: hidden;
}

.textzizhi_Box1{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.textzizhi_Box2{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 4px;
}

.textzizhi span{
  display: block;
}
.textzizhi_t1{
  font-size: 18px;
  color:#000000;
  margin-bottom: 4px;
  margin-top: 10px;
  float: left;
  margin-right: 12px;
}
.textzizhi_t2{
  font-size: 26px;
  color:#000000;
  margin-bottom: 24px;
}
.textzizhi_t3{
  font-size: 14px;
  color:#333333;
  line-height: 24px;
}
.textzizhi_t4{
  font-size: 12px;
  color:#666666;
  line-height: 24px;
}
.H_caseBox{
  width: 80%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 120px;
}
.H_caseBox span{
  display: block;
}
.H_caseBox_t1{
  font-size: 24px;
  color:#02479e;
  margin-bottom: 20px;
}
.H_caseBox_t2{
  font-size: 18px;
  color: #000000;
}
.H_caseBox_t3{
  font-size: 12px;
  line-height: 24px;
  color:#666666;
  margin-bottom: 16px;
}
.slogan{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: absolute; 
  top:140px;
  left:0;
  text-align: center;
}
.slogan img{
  /*max-width: 480px;*/
  display: block;
  margin: 0 auto;
}
.slogan span{
  display: block;
  line-height: 24px;
  font-size: 13px;
  /*margin-left: -90px;*/
  text-align: left;
}
.sevenyears{
  width: 100%;
  height: 200px;
  background: url("../images/18year.png") no-repeat center center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  margin-top: 100px;

}


/* 
-------------  首页�? end-------------
*/


/* 
-------------  首页地图  -------------
*/

#home-map{
  width:620px;
}
.home-map-con{
  position: relative;
}
.home-map-customer{
  position:absolute;
  font-size:12px;
  color:#6cbdf8;
  opacity: 0.4;
}
.product-content-half {
    height: 440px;
    display: inline-block;
}
.Mhome-map-con{
  display: none;
}

/* 
-------------  首页地图  end-------------
*/


/* 
-------------  footer  -------------
*/
#footer{
  /*position: relative;*/
}

.H_footer {
  width: 100%;
  background: #0f4077;
  padding: 22px 0px 0px 0px;
  color: #ffffff;
}
.Location1{
  position: absolute;
  bottom:56px;
  left:0;
}
.footerbtnBox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.footerbtnBox span{
  font-size: 12px;
  line-height: 28px;
}
#footerbtn a {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  display: block;
}
#footerbtn a:hover{
  opacity: 0.6;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6; 
}
.footersub_t1 {
  font-size: 18px;
  line-height: 30px; 
  margin-bottom: 6px;
}
.footersub_t2 {
  font-size: 12px;
  line-height: 20px; 
  margin-bottom: 10px;
  opacity: 0.9;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9; 
}
.footersub_t2 span{
  display: block;
}
.Ferweima{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.Ferweima img{
  width: 30%;
}
.TELbox{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 6px;
}
.TELbox img{
  width:14px;
  float: left;
  margin-top: 8px;
}
.TELbox span{
  width:auto;
  font-size: 24px;
  float: left;
  margin-left: 10px;
}

.footersubBox {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.footersubBox2 {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(255,255,255,.15);
}
.video_border{
  /*margin: 10px 140px -146px 140px;*/
  background: #fff;
  margin-top: 4%;
}
.pg5_l_bg{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.pg5_Rspacing {
    padding: 44px 35px 24px 16px;
}
.pg5_Rtitle {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 26px;
    color: #333;
}
.pg5_Rtext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    opacity: 0.7;
}
.video_thum {
    display: block;
    /* padding: 4px; */
    /*margin-bottom: 20px;*/
    line-height: 1.42857143;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
#copyright {
  color: #ffffff;
  line-height: 30px;
  padding: 5px 0px;
  font-size: 12px;
  text-align: center;
  background-color: #0c3b71;
  margin-top: 20px;
  opacity: 0.8;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8; 
}
.icp-record {
    font-size: 12px;
    color: #ffffff !important;
    line-height: 30px;
    text-decoration: none;
}
.public-network {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.public-network-img {
  float: left;
  width: 20px;
}

.public-network-p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #ffffff;
  margin-left: 5px;
}

/* 
-------------  footer  end-------------
*/


/* 
-------------  详情  -------------
*/

.body_details{
  background-color: #eef1f5;
}
.details_bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.detailsnavBox{
  width: 20%;
  min-height: 1px;
  overflow: hidden;
  float: left;
}
.detailsmain{
  width: 80%;
  min-height: 1px;
  overflow: hidden;
  float: left;
}
.detailsmain_PD{
  padding: 30px;
}
.detailsnav_info{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 30px 0px 0px 30px;
  line-height: 24px;
  font-size: 12px;
  color:#999999;
}
.detailsnav{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.detailsnav ul{
  padding: 0;
  border: 0;
  margin-top: 12px;
}
.detailsnav ul li{
  list-style: none;
}
.detailsnav ul li a{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color:#000000;
  padding-left: 30px;
  text-decoration: none;
}
.detailsnav ul li a:hover{
  text-decoration: none;
  background-color: #cfdef1;
}
.detailsnav ul li a.active{
  text-decoration: none;
  background-color: #014294;
  color:#ffffff;
}


/* 
-------------  详情  end-------------
*/

/* 
-------------  详情右侧样式  -------------
*/
#rightinfo{
  padding-top: 30px;
}
.rightinfoBox{
  width: auto;
  padding: 0px 20px;
}
.rightinfo_title{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color:#666666;
  margin-bottom: 10px;
}
.rightinfo_list{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding:0px 0px 10px 0px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
}
.rightinfo_list ul{
  padding: 0px;
}
.rightinfo_list ul li{
  list-style: none;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding:6px 0px;
}
.RLI_hot{
  background-color: #5bd31a !important;
}
.rightinfo_listicon{
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  background-color: #cbcbcb;
  float: left;
  color:#ffffff;
  
}
.rightinfo_listicon2{
  width: 6px;
  height: 6px;
  background-color: #cbcbcb;
  float: left;
  margin-right: 12px;
  margin-top: 7px;
}
.rightinfo_text{
  width: auto;
  float: left;
}
.rightinfo_text a{
  width: auto;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-left: 12px;
  text-decoration: none;
  color:#333333;
}
.rightinfo_text a:hover{
  text-decoration: none;
  color:#aeaeae;
}
.rightinfo_listimg{
  width:auto;
  float: left;
  
}
.rightinfo_listimg img{
  width:22px;
  
}

.rightinfo_btn{
  width:64%;
  min-height: 1px;
  overflow: hidden;
  margin:0 auto;
}
.rightinfo_btn a{
  width:100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  line-height: 36px;
  text-decoration: none;
  border: 1px solid #034ea2;
  color:#034ea2;
  text-align: center;
  margin-bottom: 20px;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;
}
.rightinfo_btn a:hover{
  text-decoration: none;
  color:#ffffff;
  border: 1px solid #034ea2;
  background-color: #034ea2;
}
.codeBox{
  width:80%; 
  min-height: 1px; 
  overflow:hidden;
/*  position: absolute;
  top:1px;
  left:1px;*/
}
/* 
-------------  详情右侧样式  end-------------
*/




























