html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #000;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
    outline: none;
    display: block;
}
li {
    list-style: none;
}
img {
    padding: 0;
    max-width: 100%;
    display: block;
    outline: 0;
    border: 0;
}
input,
textarea {
    outline: 0;
    border: 0;
}
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}
.clearfix {
    zoom: 1;
}
.middle {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    /*display:flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.cl {
    margin-left: 0!important;
}
.cr {
    margin-right: 0!important;
}
.fl {
    float: left;
   


   
}
.logoimg{
    width:36%;
    position: relative;
    top: 36px;
    
}

.fr {
    float: right;
}
/*header*/
.navbar-top {
    background-color: #e6e6e6;
    color: #4c4c4c;
    font-size: 12px;
    line-height: 36px;
}
.navbar-top .scrolls {
    height: 36px;
    width: 188px;
}
/* 语言版本 */
.lng {
    margin-right: 80px;
    ''
}
.lng a {
    color: #4c4c4c;
    display: inline-block;
    vertical-align: middle;
}
.lng a.cn {
    color: #f01a24;
}
.tel {
    padding-left: 25px;
    background: url(../images/tel.png) no-repeat left center;
}
.tel em {
    color: #f01a24;
    font-style: normal;
    font-weight: bold;
}
/* 导航栏 */
.nav li {
    float: left;
    margin-left: 30px;
}
.nav li a {
    position: relative;
    font: 14px/125px "Microsoft Yahei";
    color: #333333;
}
.nav li a:after {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #f01a24;
}
.nav li:hover a:after,
.nav li.selected a:after {
    width: 100%;
}
/* 轮播图 */
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../images/bullet.png) no-repeat center!important;
}
.swiper-pagination-bullet-active {
    background-image: url(../images/bullet-active.png)!important;
}
/*footer*/
.footer .bgc {
    background-color: #f01a24;
}
.footer-bar li {
    display: inline-block;
    vertical-align: middle;
}
.footer-bar a {
    position: relative;
    padding: 0 36px;
    font-size: 18px;
    color: #fff;
    line-height: 58px;
}
.footer-bar a:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 24.5px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.cbg:after {
    display: none;
}
.bgc2 {
    background-color: #e6e6e6;
    padding-top: 40px;
}
.footerlogo {
    margin: 0 auto 50px auto;
}
.footerlogo .left,
.footerlogo .right {
    display: inline-block;
    vertical-align: middle;
}
.footerlogo .left {
    margin-top: 26px;
    padding-left: 117px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 14px;
    background: url(../images/footerlogo.jpg) no-repeat left top;
    background-size: 105px;
}
.footerlogo .left a {
    color: #333;
}
.footerlogo .left .useless {
    margin-bottom: 16px
}
.footerlogo .left .useless li {
    float: left;
    padding: 0 10px;
    position: relative;
}
.footerlogo .left .useless li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
}
.footerlogo .left>a {
    margin-bottom: 8px;
}
.ss p {
    display: inline-block;
}
.footerlogo .right {
    margin-left: 92px;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}
.footerlogo .right .ma {
    width: 107px;
    margin-right: 10px;
    height: 107px;
    background:url(../images/wechat.png) no-repeat center;
    -webkit-background-size: 107px 107px;
    background-size: 107px 107px;
}
.footerlogo .right .ma,
.footerlogo .right p {
    display: inline-block;
    vertical-align: bottom;
}
.getContact {
    font-size: 14px;
    color: #333333;
    line-height: 3em;
}
.getContact p {
    margin-right: 24px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
.add {
    background: url(../images/add.png) no-repeat left center;
}
.tel {
    background: url(../images/tel.png) no-repeat left center;
}
.fax {
    background: url(../images/fax.png) no-repeat left center;
}
.site {
    background: url(../images/add.png) no-repeat left center;
}
.mail {
    background: url(../images/add.png) no-repeat left center;
}
/*后台参数变化*/
.fh_botton {
    text-align: right;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
}
#pagelist {
    color: #808080;
    text-transform: none;
}
.pagination {
    overflow: hidden;
    padding: 10px 0px;
    margin: 0px;
    font-size: 16px;
    display: flex;
    justify-content: right;
}
.pagination span {
    background-color: #e5e5e5;
}
.pagination span {
    color: #333333;
    overflow: hidden;
    padding: 5px 5px;
    margin: 0px 0px 0px 10px;
}
.pagination a {
    border: #f01a24 1px solid;
    color: #fff;
    display: inline;
    text-decoration: none;
    overflow: hidden;
    background-color: #f01a24;
    padding: 5px 5px;
    margin: 0px 0px 0px 5px;
}
.fh_page_botton {
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
}
.fh_book {
    overflow: hidden;
    padding: 28px 0px;
    margin: 0 auto;
}
.fh_newslist_read {
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.fh_newslist_read li {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}
a:visited.infolist2 {
    color: #333;
    text-decoration: none;
}
a.infolist2 {
    display: inline;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
a:hover.infolist2 {
    color: #f01a24;
}
.fh_page {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;
}
.tc {
    text-align: center;
}
.tc #pagination {
    font-size: 18px;
    line-height: 2em;
}
/*后台参数变化结束*/
/*百度地图修改*/
.BMapLabel {
    border: 0 !important;
    font-weight: bold !important;
    font-size: 18px!important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.BMap_bubble_content {
    line-height: 24px;
}
.BMap_cpyCtrl,
.BMap_omCtrl,
.anchorBL {
    display: none !important;
}
/*地图修改结束 */
/*高德地图*/
.amap-logo,
.amap-copyright,
.amap-controls {
    display: none !important;
}