@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, li, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 14px/1 "microsoft yahei", "Century Gothic", "hiragino sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: color .1s;
    transition: color .1s;
    color: inherit;
}
a:hover {
    color: #E60412;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis_two_line {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis_three_line {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
::-webkit-input-placeholder, ::-ms-input-placeholder, ::-moz-placeholder, :-moz-placeholder {
    color: #ACACAC;
}

.main {
    margin: 0 auto;
    clear: both;
    width: 1200px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-27 {
    margin-top: 27px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-150 {
    margin-top: 150px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.ml-24 {
	margin-left: 24px;
}
.ml-12 {
	margin-left: 12px;
}
.ml-40 {
     margin-left: 40px;
 }
.mr-20 {
    margin-right: 20px;
}
.pt-130 {
	padding-bottom: 130px;
}
.bor-b {
    border-bottom: 1px dashed #D2D2D2;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon-lie {
    background: url(../images/eii_lie.png) center/cover no-repeat;
    width: 8px;
    height: 10px;
}
.icon-location {
	background: url(../images/eii_icon_04.png) center/cover no-repeat;
    width: 40px;
    height: 40px;
}
.icon-tel {
	background: url(../images/eii_icon_05.png) center/cover no-repeat;
	width: 40px;
	height: 40px;
}
.icon-email {
	background: url(../images/eii_icon_06.png) center/cover no-repeat;
  	width: 40px;
  	height: 40px;
}
.icon-file {
	background: url(../images/eii_icon_07.png) center/cover no-repeat;
  	width: 14px;
  	height: 15px;
}
.c-2B4FC9 {
	color: #2B4FC9; 
}
#pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination a {
    padding: 5px;
    margin-right: 10px;
}

#pagination .prev, #pagination .next {
    color: #333333;
}

#pagination .page_num {
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}

#pagination span {
    color: #B6BABC;
}

#pagination .page_num .active span {
    color: #000000;
}
#pagination .pageNum {
    margin-left: 20px;
}
#pagination .limit {
    margin: 0 24px;
}
#pagination .pageNum input {
    margin: 0 8px;
    width: 42px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #C0C4CC;
    border-radius: 4px;
    text-align: center;
}

#pagination .icon {
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

#pagination .icon-prev {
    background: url(../images/eii_next_01.png);
}

#pagination .icon-next {
    background: url(../images/eii_next_02.png);
}
.swiper-container {
	width: 100%;
	height: 100%;
}