@charset "UTF-8";
@font-face{
  font-family:'SourceHanSansCN-Bold';
  src:
    url(./fonts/SourceHanSansCN-Bold.ttf),
    url(./fonts/SourceHanSansCN-Bold.oet),
    url(./fonts/SourceHanSansCN-Bold.otf),
    url(./fonts/SourceHanSansCN-Bold.svg),
    url(./fonts/SourceHanSansCN-Bold.woff),
    url(./fonts/SourceHanSansCN-Bold.woff2)
}
@font-face{
  font-family:'SourceHanSansCN-Regular';
  src:
    url(./fonts/SourceHanSansCN-Regular.ttf),
    url(./fonts/SourceHanSansCN-Regular.oet),
    url(./fonts/SourceHanSansCN-Regular.otf),
    url(./fonts/SourceHanSansCN-Regular.svg),
    url(./fonts/SourceHanSansCN-Regular.woff),
    url(./fonts/SourceHanSansCN-Regular.woff2)

}
@font-face{
  font-family:'SourceHanSansCN-Light';
  src:
    url(./fonts/SourceHanSansCN-Light.ttf),
    url(./fonts/SourceHanSansCN-Light.oet),
    url(./fonts/SourceHanSansCN-Light.otf),
    url(./fonts/SourceHanSansCN-Light.svg),
    url(./fonts/SourceHanSansCN-Light.woff),
    url(./fonts/SourceHanSansCN-Light.woff2)

}
@font-face{
  font-family:'SourceHanSansCN-Medium';
  src:
    url(./fonts/SourceHanSansCN-Medium.ttf),
    url(./fonts/SourceHanSansCN-Medium.oet),
    url(./fonts/SourceHanSansCN-Medium.otf),
    url(./fonts/SourceHanSansCN-Medium.svg),
    url(./fonts/SourceHanSansCN-Medium.woff),
    url(./fonts/SourceHanSansCN-Medium.woff2)
}
@font-face{
  font-family:'Fixedsys';
  src:
    url(./fonts/Fixedsys.woff.ttf)
}


body{font-family: 'SourceHanSansCN-Regular', Arial, sans-serif}
*{box-sizing:border-box}
/* html{font-size:100px;} */
/* body,html{font-family:'pingFang-Regular';} */
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
input,button{outline:none;border:none}

a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}
select,option,button,input{border:none;outline:none;}
.flex_row{display:flex;}
.flex_col{display:flex;flex-direction: column}
.jussp{justify-content: space-between;}
.align_center{align-items:center;}
.disgrid{display:flex;}
.bor_b{border-bottom:1px solid #ddd;}
.h100{height:100%;}
.fl{float:left}
.fr{float:right;}
.clearfix::after{
  content:'';display: block;
  clear: both;
}
.clear{ clear:both} 
/* 分割条 */
.splitter{height:15px;background:#F5F5F5}
.more{display: inline-block;}
.fontColor{color:#d8242f}
.ell{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.more_ell{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  
}
.width{width:1200px;margin:0 auto;}
.width100{width:100%;}
.container-fluid{width:100%;}
.color1{color:#A8A8A8}
.lay{width:1500px;margin:auto;}

.hvr_line {
  position: relative;
}

.hvr_line::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #19D3C5;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.hvr_line:hover::before {
  transform: translate(-50%, 0) scaleX(1);
}

.tcdPageCode {
  text-align: center;
  margin: 20px auto 40px;
}

.tcdPageCode a, .current, .disabled {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-left: 10px;
  color:#666
}
.current {
  background:#39B8F7;
  color: #fff;
  margin-left: 10px;
  border-color:transparent
}
.nextPage,.prevPage,.disabled{background:#000;color:#fff !important;}


/* .news_item{padding:28px 0;border-bottom:1px solid #ddd;} */
.news_time {
    width: 100px;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.news_time p{font-size:40px;color:#333;font-weight:bold;}
.news_time span{font-size:16px;color:#333}
.indexNews_item:hover .news_time {
  transform: rotateY(360deg);
  transition: all 1s;
  -ms-transition: all 1s;
}
/*  */
.lm_head{text-align:center;margin-bottom:40px;}
.lm_head_en{font-size:33px;font-family: 'Arial';color:#999;}
.lm_head_ch{font-size:33px;color:#444;position: relative;}
.lm_head_ch:after{
  content:'';display:block;
  width:90px;height:4px;background:#39B8F7;
  position: absolute;left:50%;bottom:-15px;
  transform: translateX(-50%);
}
.subtitle{color:#444;font-size:16px;text-align:center;}
/*  */
.p_head{height:90px;position: fixed;top:0;left:0;width:100%;z-index:99;background:#fff;}
.p_head .content{display:flex;align-items:center;height:100%;}
.p_head .content ul{display:flex;margin-left:145px;}
.p_head .content ul li + li{margin-left:20px;}
.p_head .content ul li.on a,.p_head .content ul li:hover a{background:#39B8F7;color:#fff;}
.p_head .content ul a{display:block;padding:0 20px;line-height:50px;color:#333;font-size:16px;text-align:center;border-radius:10px;}
/* ============================底部============================= */
.floor{background:#282828;padding:50px 0;}
.floor_box{align-items:flex-start;padding-bottom:0}
.floor_box,.fl_b_box{width:1200px;margin:0 auto}
.fl_title{font-size:16px;font-weight:bold;color:#fff;height:40px;}
.hot_line{color:#fff;}
.fl_tel{color:#fff;line-height:2;font-size:22px;font-weight:bold;}
.fl_l{height:250px;width:295px;}

.fl_l,.fl_m{border-right:1px solid #535353;position: relative;}
.fl_l .fl_title::after,.fl_m .fl_title::after{
  content:'';display:inline-block;position: absolute;right:-1px;
  border-right:1px solid #F4881B;width:1px;height:45px;
}
.fl_l ul{flex-wrap:wrap;padding-left:0;}
.fl_l_item{width:50%;height:40px;line-height:40px;}
.fl_item{font-size:12px;color:#fff;line-height:30px}
.fl_l_item a{color:inherit}
.fl_bottom{background:#282828;border-top:1px solid #484848;color:#fff;}
.fl_b_box{justify-content: space-between;color:#fff;height:70px;line-height:70px;}
.fl_m{height:250px;width:600px;padding-left:95px;box-sizing:border-box}
.fl_m ul{margin-top:10px;}
.fl_r{height:250px;width:305px;padding-left:80px;}
.fl_r div{display: inline-block;text-align:center;}
.fl_r img{padding:5px; border:1px solid #ddd;width:155px;margin-bottom:15px;}

.lm_class{text-align:center;margin-bottom:20px;}
.lm_class li{display:inline-block;}
.lm_class li.on a,.lm_class li:hover a{color:#fff;background:#39B8F7;}
.lm_class li a{display:block;padding:15px;border:1px solid #39B8F7;border-radius:5px;color:#39B8F7;margin-right:10px;background:#fff;}
/* 手机端导航 */

.wap_mask{position:fixed;top:0;bottom:0;right:0;left:0;z-index:998;background:rgba(0,0,0,0.5);display:none;}
.wap_nav{position:fixed;top:0;bottom:0;left:-100%;width:100%;display:flex;z-index:999;transition:left 0.3s}
.wap_nav.active{transition:left 0.3s;left:0;}
.wap_nav_list{width:80%;background:#fff;overflow-y:auto;}
.close_wap_nav{width:20%;height:75px;background:#39B8F7 url(/images/close_wap.png) no-repeat center;}
.wap_nav_list > li{min-height:55px;background:#f4f4f4;padding:0 15px;position:relative;}
.wap_nav_list > li:first-child{height:75px;line-height:75px;}
.wap_nav_list > li:first-child a{line-height:75px;}
.wap_nav_list > li:nth-child(2n){background:#fff;}
.wap_nav_list > li a{display:block;line-height:55px;color:#333;font-size:18px;}
.wap_two_nav{display:none;}
.wap_nav_list .wap_two_nav a{font-size:14px;line-height:55px;color:#a7a7a7;}
.wap_nav_list .wap_two_nav li + li{border-top:1px solid #999}
.wap_icon{position:absolute;right:0;height:55px;width:55px;background:url(/images/arrow-bottom.png) no-repeat center;top:0;background-size: 20px;}
.wap_icon.active{background-image:url(/images/arrow-top.png);}
.wap_head{
    display: none;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}
.wrap_show{width:70px;height:70px;position:absolute;right:0;top:0;background:#39B8F7 url(../images/wap_menu.png) no-repeat center;}
.wap_head img{
    width: 160px;
    margin-top: 10px;
    margin-left: 5px;
}
.wap_head_zw{display:none;}
@media screen and (max-width:767px){
  .p_head{display:none;}
    body{padding-top:70px;padding-bottom:0;}
    .head_t_box,.m_none{display:none;}
    .wap_head_zw{display:block;}
    .wap_head{display:block;}
    .m_location{display:none !important}
}
@media screen and (min-width:768px) and (max-width:991px){
    .nav_item a{padding:0 3px}
    .p_head .content ul{margin-left:0;}
}
@media screen and (max-width:767px){
  .lm_head_en,.lm_head_ch{font-size:20px}
  .lm_head_ch:after{width:70px;bottom:-10px;}
  .lm_head{margin-bottom:20px;}
  .subtitle{font-size:12px;}
}




