.iconfont {
    font-family: "iconfont" !important;
    font-size: 33px;
    font-style: normal;
    color: #0063AE;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
/* 重置轮播图方向键，使用iconfont */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: ""
}
.mainSwiper img {
    width: 100%;
    max-height: 260px;
}
.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(233,233,233,.6);
    color: #fff;
}
.mainSwiper .swiper-button-prev {
    left: calc((100% - 1200px) / 2);
    transform:rotate(180deg);
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
}
.mainSwiper .swiper-button-next {
    right: calc((100% - 1200px) / 2);
}
.mainSwiper .swiper-pagination-bullets {
    bottom: 50px;
}
.mainSwiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
}
.tangshanBanner {
    height: 260px;
}
.areaColor {
    color: red !important;
}
.industryColor {
    color: red !important;
}
/* ul */
.navBar {
    width: 1200px !important;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.navBar .box{
    height: 120px;
    width: 1000px;
    margin: 0 auto;
  }
.navBar .box li:hover a{
color:#FD705D
}
.navBar .box li a{
/* color:#0063AE; */
color: black;
font-size: 16px;
font-weight: bold;
}
.navBar h2{
width: 150px;
margin: 0 !important;
}
.navBar .box ul {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.navBar .box ul li {
float: left;
padding-left: 40px;
/* width: 20%; */
}
.navBar .box .flexVertical {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
flex-direction: column;
}

.rightSearch {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.rightSearch .btn {
    height: 32px;
    margin-left: 8px;
    background: #E41B2E;
    border: 1px solid #E41B2E;
}
.rightSearch .btn .glyphicon {
	height: 17px !important;
}
.rightSearch .form-group {
    width:500px;
}
.rightSearch .navbar-form {
    padding: 0;
}
.rightSearch .navbar-form .form-control {
    display: inline-block;
    text-align: left;
    width: 500px;
    border: 1.2px solid #E41B2E;
    vertical-align: middle;
}
.rightSearch .searchKeywordsNow .nav {
    margin-left: 15px;
}

/* 按区域查找 */
.searchArea .leftBox {
    height: 80px;
    width: 15%;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background:#0063AE;
    float: left;
}
.searchArea .rightBox {
    width: 100%;
    height: 80px;
    border: 1px solid #7D7D7D;
}
.searchArea .rightBox ul li {
  cursor: pointer;
  color:#262626;
  float: left;
  height: 20px;
  margin: 8px 18px;
}
/* 按行业查找 */
.searchIndustry {
    margin: 10px 0;
}
.searchIndustry .leftBox {
    height: 110px;
    width: 15%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 110px;
    background:#0063AE;
    float: left;
}
.searchIndustry .rightBox {
    width: 100%;
    border: 1px solid #7D7D7D;
    height: 110px;
}
.searchIndustry .rightBox ul li {
    cursor: pointer;
  float: left;
  color: #262626;
  height: 20px;
  margin: 8px 18px;
}

/* company */
.companyList h2 span {
    display: inline-block;
}
/* 虚线 */
.companyList h2 .yellowLine {
    width: 92%;
    height: 10px;
    margin-left: 10px;
    line-height: 20px;
    border-top: 2px dotted #FD705D;
}
.company {
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #7D7D7D;
    /* background-color: aqua; */
}
.company .leftBox {
    height: 200px;
    width: 30%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*line-height: 80px;*/
	   padding: 20px 0;
    /* background:#0063AE; */
    float: left;
}
.company .leftBox p {
    margin: 0 0 0 10px;
    text-align: left;
	overflow-x: hidden;
    color: #A2A2A2;
    font-size: 12px;
    height: 35px;
}
.company .leftBox p span{
    color: #676566;
    margin-left: 5px;
}
.company .leftBox .title {
    font-weight: 500;
    color: #343233;
    font-size: 16px;
    /* height: 30px; */
}
.company .rightBox {
    width: 70%;
    text-indent: 30px;
    float: left;
    padding: 0 15px;
    margin: 20px 0;
    height: 164px;
    border-left: 1px solid #7D7D7D;
}
.company .rightBox p {
    margin: 0 0 0 8px;
}