html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #f7f7f7;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 800px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.index-banner {
    color: #fff;
    width: 100%;
    height: 800px;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
}

.banner-container {
    overflow: hidden;
}

.banner-desc-box {
    text-align: left;
    position: relative;
    width: 820px;
    left: 0;
    top: 0;
    /*left: -468px;*/
    /*top: -100px;*/
    height: 368px;
}

.banner-desc-title {
    font-size: 40px;
    margin-top:20px;
}

.banner-desc-desc {
    font-size: 24px;
    max-width: 820px;
    line-height: 42px;
    margin: 35px 0 30px 0;
    color: #F7F7F7;
}

.banner-desc-button {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.2px;
    border: solid 1px hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    width: 128px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff !important;
    cursor: pointer;
}

.index-banner .swiper-pagination {
    margin-top: 40px;
    margin-bottom: 137px;
}

.swiper-pagination-customized-bullet {
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("./../../assets/images/index/banner 翻页按钮-灰色.png") no-repeat center;
    margin-right: 20px;
}

.swiper-pagination-customized-bullet-active {
    vertical-align: middle;
    width: 21px;
    height: 20px;
    display: inline-block;
    background-image: url("./../../assets/images/index/banner-翻页-当前页面.png");
    background-size: contain;
    margin-right: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff center;
    background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.services-description {
    width: 100%;
    height: 320px;
    text-align: center;
}

.services-description-content {
    width: 1200px;
    height: 320px;
    margin: auto;
    display: inline-block;
}

.service-description-box {
    width: 300px;
    padding: 0 50px 0 50px;
    height: 96px;
    margin: auto;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.service-description-box-title {
    font-size: 20px;
    color: #151515;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 20px;
}

.service-description-box-desc {
    width: 300px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

.service-description-box-center {
    width: 290px;
    padding: 0 50px 0 50px;
    height: 96px;
    margin: auto;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-left: solid 1px rgba(153, 153, 153, 0.45);
    border-right: solid 1px rgba(153, 153, 153, 0.45);
}

.services {
    width: 100%;
    height: 980px;
    background-color: #ffffff;
    text-align: center;
}

.services-content {
    width: 1200px;
    height: 980px;
    padding: 100px 15px 100px 15px;
    display: inline-block;
    margin: auto;
}

.service {
    height: 370px;
    float: left;
    text-align: center;
}


.insurance {
    width: 770px;
    height: 370px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    background: url("./../../assets/images/index/1_darker.png");
    border-radius: 8px;
}

.insurance-box {
    width: 532px;
    height: 154px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.insurance-desc {
    width: 532px;
    height: 56px;
    font-size: 18px;
    color: #EDEDED;
    line-height: 28px;
    margin: auto auto 42px auto;
}

.insurance-button {
    width: 200px;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    color: #ffffff;
    margin: auto auto 42px auto;
    cursor: pointer;
    border: solid 1px hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    display: block;
    text-decoration: none;
}


.assessment {
    width: 370px;
    height: 370px;
    margin-bottom: 30px;
    text-align: center;
    background: url("./../../assets/images/index/3_darker.png");
    border-radius: 8px;
}

.assessment-box {
    width: 300px;
    height: 176px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.assessment-logo {
    width: 48px;
    height: 43px;
    margin: auto auto 32px auto;
    background: url("./../../assets/images/index/企业风险评估.png");
    background-size: contain;
}

.assessment-desc {
    width: 147px;
    height: 28px;
    font-size: 30px;
    color: #EDEDED;
    line-height: 28px;
    margin: auto auto 40px auto;
    font-weight: bold;
}

.assessment-link {
    width: 147px;
    height: 19px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    letter-spacing: -0.2px;
    margin: auto;
    text-decoration: none;
}

.product {
    width: 370px;
    height: 370px;
    margin-right: 30px;
    text-align: center;
    background: #F8F8F8;
    border-radius: 8px;
}

.product-box {
    width: 300px;
    height: 176px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.product-logo {
    width: 45px;
    height: 45px;
    background: url("./../../assets/images/index/briefcase.png");
    background-size: contain;
    margin: auto auto 27px auto;
}

.product-title {
    font-size: 28px;
    color: #333333;
    letter-spacing: -0.5px;
    margin: auto auto 20px auto;
}


.product-desc {
    width: 300px;
    height: 56px;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin: auto;
}

.examination {
    width: 770px;
    height: 370px;
    text-align: center;
    background: url("./../../assets/images/index/2_darker.png");
    border-radius: 8px;
}

.examination-box {
    width: 532px;
    height: 154px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.examination-desc {
    width: 532px;
    height: 56px;
    font-size: 18px;
    color: #EDEDED;
    line-height: 28px;
    margin: auto auto 42px auto;
}

.examination-button {
    width: 200px;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    color: #ffffff;
    margin: auto auto 42px auto;
    cursor: pointer;
    border: solid 1px hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    display:block;
    text-decoration: none;
}


.calculator {
    width: 100%;
    height: 340px;
    background: url("./../../assets/images/index/calculator-background.png")  no-repeat;
    background-size: cover;
    text-align: center;
}

.calculator-content {
    width: 570px;
    height: 340px;
    text-align: center;
    margin: 0 auto;
    padding-top: 96px;
}

.calculator-title {
    font-size: 34px;
    color: #E8E7E7;
    letter-spacing: -0.45px;
    margin: 0 auto;
}

.calculator-desc {
    margin: 25px 0 0 0;
    font-size: 20px;
    color: #EFEFEF;
    line-height: 32px;
}

.calculator-link {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.2px;
    margin: 20px 0 0 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.description {
    width: 100%;
    height: 200px;
    background: #F8F8F8;
    text-align: center;
}

.description-content {
    width: 1200px;
    height: 200px;
    display: inline-block;
}

.description-block {
    width: 33%;
    height: 200px;
    float: left;
}

.description-title {
    margin-top: 52px;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.description-desc {
    margin-top: 20px;
    font-size: 16px;
    color: #737373;
    letter-spacing: 0;
    line-height: 24px;
    white-space:pre-wrap;
    width:60%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.training {
    width: 100%;
    height: 589px;
    background: #F8F8F8;
}

.training-content {
    width: 1200px;
    height: 589px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.training-title {
    width: 630px;
    height: 34px;
    font-size: 34px;
    color: #333333;
    margin: 0 auto;
    letter-spacing: -0.45px;
}

.training-desc {
    width: 630px;
    height: 32px;
    margin: 25px auto;
    font-size: 20px;
    color: #737373;
    line-height: 32px;
}

.training-banner-container {
    width: 957px;
    height: 345px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.training-banner-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 303px;
    height: 179px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    /*background: url("./../../assets/images/index/1.jpg");*/
}

.training-banner-button-group {
    display:inline-block;
}

.training-banner-button-next {
    position: relative;
    top: -270px;
    right: -563px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("./../../assets/images/index/Arrow_right.png") no-repeat center;
    background-size: contain;
    float: right;
}

.training-banner-button-prev {
    position: relative;
    top: -270px;
    left: -563px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("./../../assets/images/index/Arrow_left.png") no-repeat center;
    background-size: contain;
    float: left;
}


.training-banner-slide-desc-box {
    width: 246px;
    height: 122px;
    position: relative;
    top: 192px;
    text-align: center;
}

.training-banner-slide-desc-box-title {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
}

.training-banner-slide-desc-box-desc {
    font-size: 14px;
    color: #737373;
    line-height: 18px;
    margin-top: 20px;
}

.training-banner-slide-desc-box-link {
    font-size: 14px;
    color: #00CC66;
    line-height: 18px;
    margin: 10px auto;
    letter-spacing: -0.2px;
    text-decoration: none;
    display: block;
}

.law-search {
    width: 100%;
    height: 340px;
    background: #ffffff;
    text-align: center;
}

.law-search-content {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.law-search-title {
    font-size: 34px;
    color: #333333;
    letter-spacing: -0.45px;
}

.law-search-desc {
    font-size: 20px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 25px;
}

.law-search-group {
    width: 650px;
    height: 56px;
    margin: 25px auto;
    display: inline-block;
}

.law-search-input {
    width: 430px;
    height: 56px;
    border: solid 1px #D0D0D0;
    -webkit-border-radius: 8px;
    -moz-border-radius:8px;
    border-radius:8px;
    padding-left: 56px;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    background: url("./../../assets/images/index/search-icon.png") 20px 20px no-repeat;
}

.law-search-button {
    width: 140px;
    height: 56px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
    background: url("./../../assets/images/index/搜索按钮.png")
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    /*line-height: 56px;*/
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    /*line-height: 56px;*/
}

input:-ms-input-placeholder{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    /*line-height: 56px;*/
}

input::-webkit-input-placeholder{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    /*line-height: 56px;*/
}

.cooperator {
    width: 100%;
    height: 360px;
    background: #ffffff;
}

.cooperator-content {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.cooperator-title {
    font-size: 34px;
    color: #333333;
    letter-spacing: -0.45px;
}

.cooperator-desc {
    margin-top: 27px;
    font-size: 20px;
    color: #999999;
    line-height: 32px;
}

.cooperator-icon-group {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    margin-top: 6px;
}


.cooperator-icon-group > img {
    margin-top: 6px;
    width: 140px;
    height: auto;
    margin-left: 98px;
    display: inline-block;
    vertical-align: middle;
}

.first-logo {
    margin-left: 0 !important;
}
