body {text-align:center; padding-top:72px; overflow-x: hidden;}
*{ margin:0 auto; color: #ccc; padding:0; font-size:14px; font-family:'微软雅黑';}
a:link {color: #444; text-decoration: none;}
a:visited {color: #444; text-decoration: none;}
a:hover {color: #444; text-decoration:none;}
ul{ list-style-type:none; padding:0; margin:0;}
img{border:0;}
.cursorTab{cursor:pointer;}

.root{width:100%; max-width:1320px; position:relative; margin: 0 auto;}
.row{display:flex; align-items:center;}
.rowEmpty{flex:99;}

header{
  background-color: #1f2027; box-shadow: 0 4px 4px rgba(0,0,0,.1);
  position: fixed; top: 0; left: 0; width: 100%; z-index:9999;
}
header .menu a{font-size: 18px; display: block; height: 100%;}
header .menu a:link {color: #ccc;}
header .menu a:visited {color: #ccc; }
header .menu a:hover {color: #fff;}
header .logo{flex: 1; text-align: left; margin-left: 10px;}
header .logo img{
  height:44px;
}
header .menu li{
  line-height:70px; padding:0 30px; height:70px; position: relative; border-bottom: 2px #1f2027 solid;
}
header .menu li:hover{
  border-bottom: 2px #2e84eb solid;
}
header .menu li dd{
  position:absolute; background-color: #fff; left:0; top:72px; width:100%;
  box-shadow: 0 4px 4px rgba(0,0,0,.1); display: none;
}
header .menu li dd dl{
  line-height:45px;
}
header .menu li dd dl a{font-size: 14px;}
header .menu li dd dl a:link {color: #333;}
header .menu li dd dl a:visited {color: #333;}
header .menu li dd dl a:hover {background-color: #fafafa; color: #2e84eb;}

header .mobile_menu_icon{display: none; margin-right: 15px;}
.mobile_menu{
    display: none;  position:fixed; top: 0; left:0; background-color:rgba(0,0,0,0.9);
    width:100%; min-height:calc(100% - 40px); z-index:99999; color:#fff; padding-top:40px;
}
.mobile_menu i.layui-icon-close{
    font-size:25px; position:absolute; right:10px; top:10px; cursor:pointer;color:#fff;
}
.mobile_menu li{
  line-height:50px; border-bottom:1px rgba(255,255,255,0.2) solid; text-align:left; padding-left: 20px;
}
.mobile_menu li a{color: #fff; flex:1;}
.mobile_menu li i{margin:0 10px;}
.mobile_menu li dd{display:none;}
.mobile_menu li dl{padding-left:20px; line-height:40px;}
.mobile_menu li dl a{display:block;}

footer{
  background-color: #333; padding: 20px 0;
}
footer .header{margin:0 20px;}
footer .header{line-height:30px; text-align:left;}
footer a:link {color: #aaa; text-decoration: none;}
footer a:visited {color: #aaa; text-decoration: none;}
footer a:hover {color: #aaa; text-decoration:none;}
footer .header p a{color:#fff; font-size:16px; font-weight:bold;}

footer .about{background-image:none;}
footer .about strong,footer .about img{ display:block;}
footer .about strong{font-size:16px; text-align:center;}
footer .about img{width:120px; max-width:100%;}
footer .about p{text-align:center; color:#aaa;}

footer .copyright{
  line-height:180%; color: #fff; padding-top: 20px; border-top: 1px #666 solid; margin-top:20px;
}
footer .copyright a{color: #fff;}

.subBanner img{
    display:block; width:100%; height:100%; min-height:80px;
}

.navigation{
    height:40px; line-height:40px; padding-left:10px; text-align:left; color:#444; margin:8px auto;
    border-bottom:1px #e7e7e7 solid;
}
.container{margin:20px auto;}

.column_list{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}
.column_list .item{line-height:50px; float:left; margin:0 15px; border-bottom:2px #fff solid;}
.column_list .item a{font-size:16px;}
.column_list .item a:link {color: #666; text-decoration: none;}
.column_list .item a:visited {color: #666; text-decoration: none;}
.column_list .item a:hover {color: #333; text-decoration:none;}
.column_list .active{border-bottom:2px #e60012 solid;}
.column_list .active a:link {color: #333; text-decoration: none;}
.column_list .active a:visited {color: #333; text-decoration: none;}
.column_list .active a:hover {color: #333; text-decoration:none;}
.column_list::after{display:block;content:'';clear:both;}

.slideBar{
    position:fixed;
    width:50px;
    right:0px;
    bottom:200px;
    z-index: 999;
}
.slideBar .item{
    background-color: rgba(51, 51, 51, 1); border-radius: 3px 0px 0px 3px; height:50px;
    margin-bottom:2px; position:relative;
}
.slideBar .item:hover{
    background-color:#2e84eb;
}
.slideBar .item .row{height:50px;}
.slideBar .item .icon{width:50px;}
.slideBar .item .tel{width:180px; transition:all 0.3s;}
.slideBar .item .tel:hover{
    background-color:#2e84eb; margin-left:-130px;
}
.slideBar .item .text{line-height: 50px; color:#fff; text-align:left; flex:1;}
.slideBar .item .code .codeImg{
    position:absolute; width:138px; height:138px; left:-140px; top:0; z-index:90;
    transition:all 0.3s; display:none;
}
.slideBar .item .code .codeImg img{width:100%; height:100%;}
.slideBar .item .code:hover .codeImg{
    display:block;
}
.slideBar .top{cursor:pointer;}

@media (max-width:910px) {
  body {padding-top:65px;}
  header{padding: 10px 0;}
  header .menu{display: none;}
  header .logo img{
    height:45px;
  }
  header .mobile_menu_icon{
    display: block;
  }
  header .mobile_menu_icon{
    width:45px; display: block; cursor: pointer;
  }
}

.error_500{height:500px;}
.error_500 div {position:absolute;text-align:left;  font-size:14px;  width:400px; top:50%; left:50%; transform:translate(-50%,-50%); padding-left:30px; line-height:200%; border-left:4px #ebebeb solid; color:#444;}
.error_500 div h6{ line-height:180%; font-size:30px; color:#a8a9a9;}
.error_500 div h5{ line-height:180%; font-size:30px; color:#444; border-bottom:1px #d7d7d7 solid; margin-bottom: 10px;}
.error_500 div h5 label{ color:#cc3112; font-size:30px; margin-left:10px;}
.error_500 div a{ color:#e60012; font-size:18px;}

.no_data{padding:100px 0; font-size:18px;}

@font-face {
  font-family: '思源宋体';
  src: url('../font/SourceHanSerifCN-Heavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*通用样式*/
.news .list{
    margin-top:20px;
}
.news .list .item{
    text-align:left; margin-bottom:10px;
}
.news .list .item a{
    color:#2e84eb; font-size:16px; font-weight:bold;
}
.news .list .item .title{
    height:30px; line-height:30px; display:block; white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis; 
}
.news .list .item .con{
    height:50px; line-height:25px; margin:8px auto;
    overflow: hidden; color:#666;
    text-overflow: ellipsis;
    display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news .list .item .column_name{
    border:1px #ccc solid; border-radius:20px; padding:3px 10px; color:#5c5f6e;
}

.contact{
    padding:50px 0;
    background:url(../images/callcenter/bg.png);
    background-size:100% 100%;
}
.contact h6{
    font-size:40px; color:#fff;
}
.contact p{
    color:#fff; margin:10px 0 50px 0; font-size:18px;
}
.contact .item strong{ display:block; text-align:left; color:#fff; font-size:24px; margin-bottom:20px;}
.contact .item p{text-align:left; color:#fff; font-size:16px;}