@font-face {
    font-family:'STHUPO';
    src: url('../fonts/STHUPO.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#toTop{
   position:fixed;
   right:20px;
   bottom:20px;
   cursor: pointer;
   z-index: 99;
}
#toTop img{
    width:58px;
    height:58px;
    border-radius: 4px;
}
.companyTitle{
    position: absolute;
    top: 270px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}
.companyName{
    width: 620px;
    font-size: 64px;
    color:#fff;
    margin: 30px auto;
    line-height: 64px;
    font-weight: normal;
    font-family: 'STHUPO';
}
.companyDesc{
    width: 460px;
    color:#fff;
    margin: 0 auto;
    font-size: 13px;
}
@media screen and (max-width: 1367px) {
    .companyName{
        width: 560px;
        font-size: 50px;
		margin: 20px auto;
    }
    .companyDesc{
        width: 520px;
    }
}
@media screen and (max-width: 1025px) {
    .companyName{
		width: 400px;
		font-size: 42px;
		margin: 0px auto 10px auto;
    }
}

/* 新闻动态 */
.homenews{
    width: 100%;
    padding:0 0 80px 0;
    height: auto;
    overflow: hidden;
}
.homenews_con{
    width:1180px;
    margin: 100px auto;
    text-align: center ;
}
.title_img{
    margin-bottom:110px;
}
.homes_content{
    width:100%;
}
.news_item{
    width:28%;
    float: left;
    margin-right:8%;
}
.news_item:last-child{
    margin-right: 0;
}
.news_item img.thumb_img{
    width:100%;
    height: 252px;
    
}

.news_con_top{
    margin:26px 0;
    width: 100%;
    overflow: hidden;
}
.news_date{
    width: 50px;
    height: 42px;
    background-color: #0b60a9;
    color: #ffffff;
    float: left;
    margin-right: 16px;
    padding: 10px 0;
}
.news_tit{
    color:#222222;
    font-size: 16px;
    float: left;
    text-align: left;
    width:calc(100% - 78px)
}
.homenews_content{
    clear: both;
    color:#666666;
    text-align: left;
    margin-bottom: 24px;
}
.readmore{
    text-align: left;
    
}
.readmore_text{
    color: #666666;
}
.read_more{
    display: inline-block;
    margin-left:8px;
}
.readmore_a:hover{
    color:#0b60a9;
}

#slider_show{
    position: relative;
    height: 920px;
    width: 100%;
}
@media screen and (max-width: 1601px) {
    #slider_show{
        height: 780px;
    }
}
@media screen and (max-width: 1441px) {
    #slider_show{
        height: 720px;
    }
}
.banner_wrap{
    position: relative;
    z-index: 2;
    height: 100%;
}
.slider_1{
    position: relative;
    height: 70px;
    border-bottom: 0.5px solid #8796ad;
}
.s1_l{
    float: left;
    line-height: 70px;
    font-size: 13px;
    padding-left: 28px;
    position: relative;
    color: #ffffff;
}
.s1_l p{
    line-height: 70px;
    font-size: 13px;
    color: #ffffff;
}
.s1_c{
    position: absolute;
    right: 96px;
}
.s1_c i{
    color: #ffffff; 
    margin-right: 12px;
    line-height: 65px;
}
.icon-gongzhonghao{
    font-size: 24px;
}
.icon-qq{
    font-size: 20px;
}
.icon-youjian{
    font-size: 20px;
    margin-right: 8px;
    line-height: 40px;
    position: absolute;
    top: 17px;
    left: 0px;
    color: #ffffff;
}
.s1_r{
    float: right;
    color: #ffffff;
}
.s1_r a{
    font-size: 13px;
    line-height: 70px;
    color: #ffffff;
}

.slider_2{
    margin:30px auto;
    overflow: hidden;
}
.float_l{
    float: left;
    color: #ffffff;
}
.float_r{
    margin-left: 50px;
    float: right;
}
.icons{
    font-size: 30px;
    margin-right: 16px;
    color: #ffffff;
    display: inline-block;
}
.msn{
    vertical-align: middle;
    line-height: 40px;
    color: #ffffff;
}
.dizhi{
    margin-right: 80px;
}
.phone{
    margin-right: 56px;
}
.logo_image{
    width: 180px;
    height: 38px;
    margin-right: 180px;
}
.mobiles{

    width:80px;
    color: #fff;
}
.mobiles span{
    font-size: 13px;
    color: #fff;
}
.mobiles p{
    color: #fff;
}
.slider_3{
    clear: both;
    margin-top: 50px;
    overflow: hidden;
}
.homeMenu {
    width: 100%;
    text-align: center;
}
.homeMenu li{
    display: inline-block;
}
    
.homeMenu li a{
  font-size: 16px;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  margin-right: 30px;
  color: #ffffff;
  transition: all 0.3s;
}
.homeMenu li a:hover{
    color: #ffb600;
}
.homeMenu li a.active{
    color: #ffb600;
}

.slider_con{
    position: relative;
    height: 100%;
}

.swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .swiper_btn1{
    position: absolute;
    left: 0px;
  }
  .swiper_btn2{
    position: absolute;
    right: 0px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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 .swiper-slide-img{
      width: 100%;
  }
.slider_4{
    width: 100%; 
    position: absolute;
    bottom: 0;
}
.slider_4_wrap{
    width: 1210px;
    margin: 0 auto;
}
  .smart_con{
      background-color: #0b60a9;
      width: 240px;
      height: 240px;
      border-right: 1px solid #136cb9;
      transition: all 0.3s;
      float: left;
  }
  .smart_con a{
    color: #fff;
    padding: 40px;
    display: block;
}
@media screen and (max-width: 1441px) {
    .slider_4_wrap{
        width: 1010px;
    }
    .smart_con{
        width: 200px;
        height: 200px;
    }
    .smart_con a{
        padding: 20px;
    }
}
  .smart_con:hover{
      background-color: #08487e;
  }

.smart_con a:hover{
    text-decoration: none;
}

.smart_tit{
    color: #fff;
    font-size: 16px;
    margin: 24px 0 21px 0;
}
.smart_desc p{
    color: #b5c4d1!important;
    font-size: 12px;
    width: 120px;
}

.mod_select ul{margin:0;padding:0;}
.mod_select ul:after{
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: '';
}
.mod_select ul li{list-style-type:none;float:left;height:24px;}

.select_box{
    width: 140px;
    height: 50px;
    background-color: #0b60a9;
    float:left;
    color:#444;
    position:relative;
    cursor:pointer;
}
.selet_open{display:inline-block;border-left:solid 1px #ccc;position:absolute;right:0;top:0;width:30px;height:100%}
.select_txt{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 50px;
}
.icon-xiangxiabeifen{
    color: #fff;
    position:absolute;
    right:30px;
    top:14px;
}
.option{
    width:140px;
    position:absolute;
    top:50px;
    left:0px;
    z-index:2;
    overflow:hidden;
    display:none;
}
.option a{display:block;height:50px;line-height:50px;text-align:left;padding:0 10px;width:100%;background:#fff;
transition: all 0.3s;}
.option a:hover{
    background: #0b60a9;
    color: #fff;
}
/*.brief{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/brief-bg.jpg) center center;
    background-size: cover;
    padding: 120px 0;
}
.brief h4{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 16px solid lightblue;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content_small {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    height: 50%;
    border: 16px solid lightblue;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


    