body{
    min-width: 1230px;
}

.section {
    width: 100%;
}

.section .banner-wrapper {
    width: 100%;
    height: 500px;
    padding-top: 150px;
    background-color: #E8F4FC;
    background-image: url(../../img/banner-tianjin.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin-top: -100px;
}

.section .banner {
    width: 1000px;
    height: 200px;
    margin: auto;
    /*background-image: ;*/
    /*background: url(../img/banner-tianjin.png) 50% 50%/cover no-repeat;*/
}

.section .contrast {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 100px;
}

.section .contrast .ago {
    color: #b8b8b8;
}

.section .contrast .now {
    color: #0c284c;
    margin-top: 30px;
}

.section .contrast .contrast-box {
    width: 1100px;
    border-bottom: 1px solid #e5e5e5;

}

.section .contrast .contrast-box h2 {
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;

}

.section .contrast .contrast-box h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 30px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -140px;
    top: 30px;
}

.section .contrast .contrast-box .dl-box {
    width: 1100px;
    height: 140px;
    padding-top: 65px;
    padding-bottom: 95px;
}

.section .contrast .contrast-box .dl-box dl {
    float: left;
    width: 20%;
    padding: 0;
    text-align: center;
}

.section .contrast .contrast-box .dl-box dl dd {
    padding: 20px 10px;
}

.section .introduce {
    width: 100%;
    height: 820px;
    background: #fafdff;
}

.section .introduce .introduce-inner {
    width: 1100px;
    height: 512px;
    margin: 0 auto;
}

.section .introduce .introduce-inner h2 {
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #0c284c;
}

.section .introduce .introduce-inner h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 30px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -90px;
    top: 30px;
}

.section .introduce .p-introduce {
    width: 640px;
    height: 220px;
    margin: 100px auto 35px auto;
    color: #878d9f;
    line-height: 20px;
}

.section .introduce .ul-introduce {
    margin-top: 60px;
}

.section .introduce .ul-introduce ul li {
    text-align: left;
    width: 33.33%;
    float: left;
}

.section .introduce .ul-introduce ul li h4 {
    color: #2e415d;
}

.section .introduce .ul-introduce ul li h5 {
    color: #70778d;
    margin-top: 10px;
}

.section .introduce .ul-introduce ul li span {
    display: inline-block;
    width: 100px;
    height: 20px;
    color: #2e415d;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 0px;
}

.section .servicelist {
    width: 100%;
    background: white;
    padding-bottom: 50px;
}

.section .servicelist h2 {
    padding-top: 100px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #0c284c;
}

.section .servicelist .line {
    border: 2px solid #4dc0fc;
    width: 30px;
    height: 0;
    border-radius: 2px;
    margin: 16px auto 40px auto;
}

.section .servicelist .list-box {
    width: 905px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}

.section .servicelist .list-box tr {
    height: 98px;
    border-bottom: 1px solid #E6E6E6;
}

.section .servicelist .list-box tr .list-explain {
    padding: 0 20px;
    color: #7993b6;
    width: 30%;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}

.section .servicelist .list-box tr .condition {
    color: #70778d;
    width: 70%;
    text-align: left;
    padding: 20px;
}

.section .servicelist .list-box tr .condition p {
    line-height: 25px;
    margin-left: 25px;
    background: url(../../img/yes.png) no-repeat left;
    padding-left: 25px;
    color: #70778d;
}

/* ------------- */

.body {
    width: 100%;
    height: 100%;
}

.full-screen {
    background: white !important;
}

.solution {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.solution .instance {
    width: 100%;
    height: 230px;
    text-align: center;
}

.solution .instance .dl-list {
    width: 100%;
    padding: 20px 5%;
}

.solution .instance h2 {
    font-size: 24px;
    margin-right: -42px;
    margin-top: 25px;
    display: block;
}

.solution .instance h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 42px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -102px;
    top: 30px;
}

.solution .instance h4 {
    margin-top: 70px;
    color: #0c284c;
    font-size: 20px;

}

.solution .instance h6 {
    margin-top: 25px;
    color: #70778d;
    font-size: 14px;
}

.advantage {
    width: 100%;
}

.advantage h2 {
    text-align: center;
    font-size: 24px;
    padding-left: 42px;
    margin: 25px 0px 70px 0px;
}

.advantage h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 42px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -134px;
    top: 30px;
}

.advantage .adv-inner {
    width: 1100px;
    height: 180px;
    margin: 0 auto;
}

.advantage .adv-inner dl {
    width: 46%;
    padding: 0 4%;
    float: left;
}

.advantage .adv-inner dl dt {
    float: left;
}

.advantage .adv-inner dl dd {
    float: left;
    width: 64%;
    margin-left: 10px;
}

.advantage .adv-inner dl dd h5 {
    font-size: 20px;
    color: #2f4662;
    margin: 10px 0;
}

.advantage .adv-inner dl dd p {
    font-size: 14px;
    line-height: 22px;
    color: #70778d;
}

.Partner {
    width: 100%;
    height: 270px;
    background-color: #F8F8F8;
}

.Partner .Partner-inner {
    width: 1100px;
    height: 270px;
    margin: 0 auto;
}

.Partner .Partner-inner img {
    height: 40px;
}

.Partner .Partner-inner h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 50px;
    margin: 0px -42px 70px 0px;
}

.Partner .Partner-inner h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 42px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -174px;
    top: 30px;
}

.try {
    width: 100%;
    height: 270px;
}

.try .try-inner {
    width: 1100px;
    height: 270px;
    margin: 0 auto;
}

.try .try-inner h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 50px;
    margin: 0px -42px 55px 0px;
}

.try .try-inner h2 span {
    display: inline-block;
    border: 2px solid #4dc0fc;
    width: 42px;
    height: 0px;
    border-radius: 2px;
    position: relative;
    left: -78px;
    top: 30px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b4bcc7;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4bcc7;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4bcc7;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b4bcc7;
}

.try .try-inner .input {
    text-indent: 20px;
    height: 50px;
    width: 430px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    position: relative;
    left: 50%;
    color: #666666;
    margin-left: -215px;
}

.try .try-inner button {
    width: 100px;
    height: 40px;
    background: #00b7ee;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    position: relative;
    left: 40%;
}
