.mod-header {
    width: 100%;
    font: 12px/50px "Microsoft Yahei";
}

.mod-header-t {
    width: 100%;
    height: 50px;
    color: #636363;
    background: #f9f9f9;
}

.mod-header-t__box {
    width: 1200px;
    margin: 0 auto;
}

.mod-header-t__left {
    float: left;
    width: 50%;
}

.mod-header-t__right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: right;
}

.mod-header-t__right span {
    padding-left: 10px;
}

.mod-header-bbox {
    width: 1200px;
    margin: 0 auto;
}

.mod-header-b {
    width: 100%;
    height: 121px;
    line-height: 121px;
    background: white;
    margin: 0 auto;
    font-size: 14px;
    color: #183150;
}

.mod-header-b__logo {
    width: 220px;
    text-align: center;
    float: left;
}

.mod-header-b__r {
    width: 70%;
    float: left;
}

.mod-header-b__search {
    position: relative;
    width: 460px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-top: 33px;
    padding-left: 100px;
}

.mod-header-b__search input {
    width: 412px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #044693;
}

.mod-header-b__search i {
    position: absolute;
    right: 1px;
    top: 0.5px;
    font-size: 0;
    width: 48px;
    height: 32.5px;
    line-height: 32px;
    background: #044693;
    text-align: center;
    display: block;
    border: 1px solid #044693;
    box-sizing: border-box;
}

.mod-header-b__menu {
    line-height: 32px;
    float: left;
    text-align: left;
    padding: 20px 0 0 0px;
}

.mod-header-b__menu li {
    display: inline-block;
    margin: 0 42.5px;
    cursor: pointer;
}

.mod-header-b__menu li a {
    color: #183150;
}

.mod-header-b__li--active a {
    color: #074693 !important;
    font-weight: bold;
}

.indexs {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    font-family: Microsoft Yahei;
}

.indexs-title {
    height: 50px;
    line-height: 50px;
    padding: 15px;
    background: white;
}

.indexs-title h3 {
    font-size: 16px;
    color: #102637;
    font-weight: bold;
    float: left;
}

.indexs-title a {
    font-size: 14px;
    color: #526879;
    float: right;
}

.indexs-lobby {
    width: 1200px;
    height: 390px;
    margin: 0 auto 24px auto;
    background: white;
    position: relative;
}

.indexs-lobby-ulbox {
    height: 251px;
    overflow: hidden;
}

.indexs-lobby .JQ-slide {
    width: 1100px;
    height: 251px;
    margin: 0 auto;
}

.indexs-lobby .JQ-slide-content {
    position: relative;
    left: 0;
    top: 0;
}

.indexs-lobby .JQ-slide a.prev {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: green;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -19px;
    display: inline-block;
    z-index: 100;
    background: url(../images/index/icon-left1.png) center center;
}

.indexs-lobby .JQ-slide a.next {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: green;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -19px;
    display: inline-block;
    z-index: 100;
    background: url(../images/index/icon-right1.png) center center;
}

.indexs-lobby-ul {
    width: 1125px;
    margin: 0 auto;
}

.indexs-lobby-li {
    width: 350px;
    padding-right: 25px;
    float: left;
}

.indexs-lobby-div {
    width: 350px;
    height: 251px;
    box-sizing: border-box;
    border: 1px solid #DBD9D9;
    position: relative;
    padding: 20px;
}

.indexs-lobby-div__company {
    width: 100%;
    height: 89px;
    border-bottom: 1px dashed #DBD9D9;
}

.indexs-lobby-div__img {
    float: left;
    width: 68px;
    height: 68px;
    border: 1px solid #DBD9D9;
}

.indexs-lobby-div__img img {
    width: 100%;
    height: 100%;
}

.indexs-lobby-div__info {
    float: left;
    width: 225px;
    padding-left: 12px;
    font-size: 12px;
    color: #666666;
}

.indexs-lobby-div__info h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.indexs-lobby-div__info i {
    background: #1F6CC6;
    border-radius: 2px;
    width: 28px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    color: white;
}

.indexs-lobby-div__proInfo {
    width: 100%;
    padding-top: 15px;
}

.indexs-lobby-div__proInfo h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    padding-bottom: 5px;
}

.indexs-lobby-div__proInfo ul li {
    width: 100%;
    float: left;
    line-height: 22px;
}

.indexs-lobby-div__proInfo ul li.half1 {
    width: 205px;
}

.indexs-lobby-div__proInfo ul li.half2 {
    width: 100px;
    text-align: right;
}

.indexs-lobby-div__sub {
    width: 350px;
    height: 28px;
    background: #1F6CC6;
    position: absolute;
    left: -1px;
    bottom: -1px;
    text-align: center;
    color: white;
    line-height: 28px;
    font-size: 14px;
}

.indexs-product {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.indexs-product-ul {
    width: 1222.5px;
    margin-top: 23px;
}

.indexs-product-ul li {
    width: 222px;
    height: 368px;
    padding: 17px;
    box-sizing: border-box;
    float: left;
    margin: 0 22.5px 22.5px 0;
    background: white;
    position: relative;
}

.indexs-product-ul__img {
    width: 188px;
    height: 188px;
}

.indexs-product-ul__img img {
    width: 100%;
    height: 100%;
}

.indexs-product-ul__info {
    padding-top: 10px;
}

.indexs-product-ul__info h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    padding-bottom: 5px;
}

.indexs-product-ul__info p {
    line-height: 22px;
}

.indexs-product-ul__sub {
    width: 222px;
    height: 28px;
    background: #1F6CC6;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: white;
    line-height: 28px;
    font-size: 14px;
}