html, body {
    color: #333; background: #fff;
    font-size: 14px; line-height: 24px;
}




*, :active, :hover {
    outline: 0;
}
button {
    cursor: pointer;
}


.center {
    text-align: center;
}
.right {
    text-align: right;
}

a:hover {
    color: #e6231f;
}

hr {
    height: 8px; margin-bottom: 8px;
    border-bottom: solid 1px gray;
}




.row.gap {
    margin: -10px -10px 10px -10px;
}
.row.gap .col {
    padding: 10px;
}

.row.big {
    margin: -20px -20px 20px -20px;
}
.row.big .col {
    padding: 20px;
}




.pager {
    margin: 20px 0; margin-bottom: 50px;
    text-align: center;
}
.pager ul {
    border-radius: 0;
    padding-left: 0;
    margin: 18px 0;
    display: inline-block;
}
.pager ul li {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
}
.pager ul>li>a, .pager ul>li>span {
    padding: 0 12.5px;
    /* width: 35px; */
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;

    float: left;
    text-decoration: none;
    /* // color: #b4bfc3; */
    background-color: #eaeaea;
    border: 1px solid transparent;
    margin-left: -1px;
}
.pager ul li.active>a, .pager>.active>a:focus, .pager>.active>a:hover, .pager>.active>span, .pager>.active>span:focus, .pager>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #e82338;
    border-color: transparent;
    cursor: default;
}





.coming {
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100vh; line-height: 100vh;
    text-align: center; color: #999; font-size: 24px;
}
.icp {
    position: fixed; left: 0; bottom: 0;
    width: 100%; height: 64px; line-height: 64px;
    text-align: center; color: #ccc;
}


.container {
    margin: auto; width: 1160px;
}


#header {
    height: 800px;
    background: #ecf0ff;
    color: #333;
}
#header .container {
    position: relative; display: block;
}
#header .logo {
    position: absolute; left: 16px; top: 32px;
}
#header .logo img {
    height: 40px;
}
#header .caption, #header .subject {
    z-index: 999; position: absolute; left: 120px; top: 200px;
    color: #333;  font-weight: bold;
}
#header .caption h6, #header .subject h6 {
    margin: 16px 0; font-size: 16px;
}
#header .caption h2, #header .subject h2 {
    font-size: 32px; line-height: 40px; margin: 12px 0;
}
#header .subject {
    top: 300px;
}
.nav {
    position: absolute; left: 0; top: 0; width: 100%;
    height: 80px; line-height: 80px; padding: 15px 0;
    text-align: center;
    _height:1%;  /*clearfix*/
}
.nav a {
    display: inline-block; padding: 0 16px;
    font-size: 18px; font-weight: 500;
    height: 40px; line-height: 40px; color: #333;
}
/*.nav ul {*/
/*    margin: 0; padding: 0; list-style: none;*/
/*}*/
/*.nav ul li {*/
/*    float: left;*/
/*    padding: 0 8px;*/
/*}*/
/*.nav ul li img {*/
/*    margin: 6px 20px 6px 6px;*/
/*    width: 48px; height: 48px;*/
/*}*/
/*.nav ul li a {*/
/*    display: block; padding: 0 8px;*/
/*    font-size: 16px; font-weight: 500;*/
/*    height: 40px; line-height: 40px; color: #fafafa;*/
/*}*/
/*.nav ul li a:hover {*/
/*    color: #fff;*/
/*}*/
/*.nav ul li.on a {*/
/*    border-bottom: solid 2px #fff;*/
/*}*/

.hotline {
    position: absolute; right: 12px; top: 12px;
    height: 80px; line-height: 80px; color: #fff;
    padding-left: 64px; font-size: 24px;
    background: url(../svg/phone.svg) no-repeat 24px center;
    background-size: 32px auto;
    font-style: italic; font-family: Helvetica-BoldOblique,Helvetica;
}


.header > .container {
    position: relative;
}

img.index {
    position: absolute; z-index: 9999999;
    top: 240px; right: 120px; width: 360px
}
img.banner {
    width: 100%;
}

#footer {
    background: url(../img/footer.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 0 0; line-height: 32px;
    padding: 0;
}
#footer a {
    color: #999;
}
#footer a:hover {
    color: #e82338; text-decoration: none;
}
#footer dl {
    line-height: 24px;
}
#footer dl dt {
    padding-bottom: 24px; color: #fff;
    font-size: 16px; font-weight: 400;
}
#footer dl dd {
    font-size: 14px; line-height: 32px;
    color: rgba(255, 255, 255, 0.6)
}
#footer dl dd.email {
    color: #0083ff; font-weight: bold;
    font-size: 16px; line-height: 40px;
}
#footer dl dd.phone {
    color: #fff; font-weight: bold;
    font-size: 16px; line-height: 40px;
}
#footer dl dd img {
    width: 120px; height: 120px;
}

#footer .copyright {
    color: #eee; 
    padding: 16px 0; text-align: center;
    line-height: 32px; font-size: 14px; margin-top: 80px;
}
.copyright img {
    width: 100px; height: 100px;
    margin-bottom: 20px;
}




.tabs {
    height: 40px; line-height: 40px;
    border-bottom: 1px solid #F2F2F2;
    overflow:auto; _height:1%;  /*clearfix*/
}
.tabs ul {
    margin: 0; padding: 0; list-style: none;
}
.tabs ul li {
    float: left;
}
.tabs ul li img {
    margin: 6px 20px 6px 6px;
    width: 48px; height: 48px;
}
.tabs ul li a {
    display: block; padding: 0 12px;
    font-size: 14px; font-weight: 500;
    height: 40px; line-height: 40px;
    color: #666;
}
.tabs ul li a:hover {
    font-weight: 600;
}
.tabs ul li.on a {
    border-bottom: solid 3px #999;
}


#mainbody {
    min-height: 100%;
}


.block {
    padding: 80px 0;
    border-bottom: solid 1px rgba(0,0,0,0.08) !important;
}
.block:nth-child(even) {
    background: #f8fcff !important;
}
.block.gray {
    background: #f8fcff !important;
}

.block h6 {
    color: #aaaaaa; font-size: 16px;
    font-weight: bold;
}
.block h3 {
    font-size: 36px; font-weight: 800;
    color: #16334e; margin-top: 16px;
}
.block h4 {
    color: #2a5074; font-size: 18px;
    font-weight: bold; line-height: 40px;
}
.block p {
color: rgb(33, 37, 41); font-size: 16px;
    margin: 40px 0 60px 0; line-height: 32px;
}



/* 关于我们 */
.block.about {

}
.block.about .col:first-child {
    padding-right: 32px; text-align: center;
}
.block.about .col:last-child {
    padding-left: 32px; text-align: left;
}
.block.about ul {
    margin: 24px 0 0 40px;
    line-height: 1.85; font-size: 16px;
}
.block.about ul li {
    padding: 10px 0; position: relative;
}
.block.about ul li:before {
    box-sizing: border-box;
    position: absolute; height: 20px;
    width: 20px; top: 16px; left: -40px;
    content: url(../img/check.png);
}


.block.profession {

}
.block.profession .col:first-child {
    padding-right: 64px;
}
.block.profession .col:last-child {
    padding-left: 32px; text-align: center;
}
.block.profession h3 {
    margin-bottom: 40px;
}
.block.profession p {
    margin: 24px 0 0 0;
}


.block.customized {
    text-align: center;
}
.block.customized h4 {
    margin-top: 20px;
}
.block.customized .col {
    position: relative;
}
.block.customized .col:before {
    position: absolute;
    content: url(../img/arrow.png);
    top: 40%; right: -24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block.customized .col:last-child:before {
    content: ''
}


.block.partner {
    text-align: center;
}
.block.partner img {
    width: 50%;
}


.block.testimonial {

}
.block.testimonial .col:first-child {
    padding-right: 32px; text-align: right;
}
.block.testimonial .col:last-child {
    padding-left: 32px; text-align: left;
}
.block.testimonial p img {
    margin-bottom: 16px;
}

.block.service {
    text-align: center;
}
.block.service .container{
    margin-top: 20px;
}
.block.service h4 {
    margin-top: 24px;
}
.block.service p {
    margin: 20px 0 64px;
    font-size: 15px; padding: 0 32px;
}


.features div img {
    width: 64px; height: 64px;
}



.block.progress {
    text-align: center;
}
.block.progress .row {}
.block.progress .col {
    padding: 16px;
}
.block.progress .step {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px; background: #fff;
    padding: 40px 30px 80px 30px;
}
.block.progress .step .arrow {
    opacity: 0.7; position: absolute; bottom: 24px;
    left: 50%; width: 8%; margin-left: -4%;
}

.block.progress .step:hover h4 {
    color: #0083ff;
}
.block.progress .step:hover .arrow {
    opacity: 1;
}

.block.progress h4 {
    margin-top: 24px;
}
.block.progress .step p {
    margin: 40px 0 0 0; font-size: 15px;
    text-align: left;
}



.block.case {
    text-align: center;
}
.block.case .cats {
    text-align: center; padding: 0 16px;
    margin-bottom: 40px;
}
.block.case .cats a {
    display: inline-block;
    margin: 0 4px; padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px; color: #505050;
    height: 40px; line-height: 40px;
}
.block.case .cats a.on, .block.case .cats a:hover {
    color: #0083ff;
    border-color: #0083ff;
}

.block.case .cases .row {

}
.block.case .cases .col {
    position: relative; padding: 8px; margin-bottom: 24px;
}
.block.case .cases .col img {
    width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.block.case .cases .col a {
    overflow: hidden; display: block;
}
.block.case .cases .col img:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.block.case .cases .col h4 {
    margin: 0; height: 32px; line-height: 32px;
}
.block.case .cases .col p {
    margin: 0;
}
.block.case .cases .col a:last-child {
    padding: 8px 16px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}



.block.contact {

}
.block.contact .col:first-child {
    padding: 0 24px;
}



.block.contact .form {
    margin-top: 32px; padding: 32px 0;
}
.block.contact .form .col {
    padding: 8px;
}
.block.contact .form input, .block.contact .form textarea {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px; padding: 12px 16px;
    font-size: 16px; width: 100%;
}
.block.contact .form input:focus, .block.contact .form textarea:focus {
    border-color: #0083ff;
}
.block.contact .form button {
    margin-top: 24px; color: #fff; background: #0083ff;
    border-radius: 24px; padding: 12px 40px;
    font-size: 16px; font-weight: bold;
}
.block.contact .col:last-child {

}
.block.contact .col:last-child h4 {
    margin-top: 20px;
}
.block.contact .col:last-child p {
    margin: 0;
}



.block.map {
    padding: 0;
}


.block.faq {
}

.block.faq .col:first-child {
    padding: 0 24px;
}

.block.faq .col:last-child {
    text-align: center;
}
.block.faq dl {
}
.block.faq dt {
    font-size: 18px; font-weight: 700;
}

.block.faq dd {
    font-size: 14px;
    margin: 12px 0 20px 0; padding-bottom: 16px;
    border-bottom: 1px solid #eee !important;
}


.block.solution {
    text-align: center;
}
.block.solution .col {
    padding: 16px;
}
.block.solution .project {
    padding: 20px 20px 50px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
}
.block.solution .project h4 {
    position: relative;
    height: 48px; line-height: 48px;
}
.block.solution .project p {
    font-size: 14px; color: #999;
    margin: 32px 0; text-align: left;
    padding: 0 40px;
}
.block.solution .project h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, 0.06);
}
.block.solution .project dl {
    margin: 32px 0; line-height: 32px;
}

.block.solution .project button, .block.solution .project a {
    margin-top: 24px; color: #fff; background: #0083ff;
    border-radius: 24px; padding: 12px 40px;
    font-size: 16px; font-weight: bold; display: inline-block;
}




.categories {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.categories h4 {
    font-size: 1.6rem;
    color: #16334e; margin-bottom: 10px;
}
.categories a {
    position: relative; display: block;
    font-weight: 500; font-size: 1.1rem;
    height: 40px; line-height: 40px;
}
.categories a i {
    position: absolute; right: 0; top: 0;
    height: 40px; line-height: 40px;
}


.articles {}
.article {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 30px; margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.article h4 {
    color: #16334e; font-weight: 600;
    font-size: 20px; margin-bottom: 10px;
}
.article p, .article div {
    font-size: 15px; margin: 0; padding: 20px 0 10px 0;
    font-family: "Open Sans", sans-serif;
    color: #505050; clear: both;
}
.article ul {
    margin: 0; padding: 0 0 20px 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    overflow:auto; _height:1%;  /*clearfix*/
}
.article li {
    float: left; font-size: 16px; margin-right: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; color: #808080;
}



.case-page {

}
.case-cover {
    padding: 20px;
}
.case-cover img {
    width: 100%;
}
.case-info {
    padding: 20px;
}
.case-info h3 {
    font-size: 24px;
}
.case-detail {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.case-detail p {
    margin: 0 0 16px 0; paddding: 0;
    line-height: 32px;
}

.row.case-types {
    margin: -80px 0 40px 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.row.case-types .col {
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.row.case-types .col:last-child {
    border-right: 0;
}
.row.case-types .col h4 {
    font-size: 22px;
    color: #0083ff;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 1;
}
.row.case-types .col p {
    margin: 0; padding: 0;
    font-size: 14px;
}




.markdown {

}
.markdown p {
    margin: 0; padding: 0;
    font-size: 14px;
}



.headline {
    background: #fff;
}
.headline h4 {
    margin: 20px 0 0 0; padding: 0;
}
.headline p {
    margin: 0 0 20px 0; padding: 0;
    font-size: 14px; line-height: 24px;
    white-space:nowrap;/* 规定文本是否折行 */
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
}
.relate-article {
    position: relative;
    margin-bottom: 40px; padding-left: 140px;
}
.relate-article img {
    position: absolute; left: 0; top: 0;
    width: 120px;
}
.relate-article h4 {
    margin: 0; padding: 0;
    font-size: 14px; height: 32px; line-height: 32px;
}
.relate-article p {
    margin: 0; padding: 0;
    font-size: 13px; line-height: 24px; color: #999;
    white-space:nowrap; overflow: hidden; text-overflow: ellipsis;
}