/*index-new.css*/
.container{
    width: 1200px;
    padding: 0;
}
.banner{
    margin-top: 103px;
}
.about-one, .service, .case, .demand, .news, .partner, .project {
    padding-top: 50px;
}
.about-one {
    padding: 40px 30px 120px;
    overflow: hidden;
}
.my-auto{
	margin: 80xp auto;
}
.about-one.block-title {
    margin-bottom: 10px;
}
.about-one__content.my-auto{
	margin: 80px auto;
}
.block-title__tag-line {
    font-size: 16px;
    color: #848484;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-title__tag-line-has-line::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #2f4052;
    margin-right: 10px;
}
.about-one.block-title__title {
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-size: 25px;
    line-height: 55px;
    margin: 0px;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
}
h2.block-title__title {
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-size: 25px;
    line-height: 55px;
    margin: 0px;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
}
.about-one__text {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    font-weight: 500;
    margin: 0;
    margin-bottom: 40px;
    text-align: justify;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #2f4052;
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 17px 43px;
    transition: all 0.4s ease 0s;
}
.d-flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-one__image-block {
    display: inline-block;
    position: relative;
}

.about-one__image {
    position: relative;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    max-height: 460px;
    max-width: 420px;
    z-index: 1;
}
.about-one__image-block:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 85px;
    width: 100%;
    height: 71%;
    background-color: #fff;
    background-image: url(/skin/images/dot-pattern-1-1-op19.png);
    background-repeat: repeat;
    background-position: -4px 0;
    z-index: 1;
    box-sizing: border-box;
}
.about-one__image-content {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    max-width: 240px;
    text-align: center;
    z-index: 1;
}
.about-one__image-title {
    margin: 0;
    color: #222222;
    font-size: 40px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 30px;
    opacity: .95;
}
.about-one__image-text {
    margin: 0;
    text-transform: uppercase;
    color: #222222;
    font-size: 14px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 40px;
    opacity: .95;
}
.about-one__image-block:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #2f4052;
    z-index: 0;
    box-sizing: border-box;
}
.case{
    background-color: #262626;
}
section h2, section h5 {
    text-align: center;
    padding: 0 20px;
}
section h2{
    font-size: 20px;
    letter-spacing: .2em;
    font-weight: 600;
    line-height: 40px;
}
section h5 {
    margin-top: 10px;
    letter-spacing: .2em;
    color: #888;
}
.case h2{
    color: #fff;
}
.case h2, .case h5{
    letter-spacing: .2em;
}
.case-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.case-nav li a {
    color: #fff !important;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 14px;
}
.case-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0;
    margin: 0 auto;
}
.case-item {
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    height: 254px;
    cursor: pointer;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.case-item img {
    width: 100%;
    opacity: 0.8;
    height: 214px;
}
.case-item .case-title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: inherit;
    letter-spacing: inherit;
    overflow: hidden;
    margin: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 0;
    max-width: 450px;
    margin: 20px auto;
}
.search {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.search-btn {
    display: inline-block;
    padding: 4px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    outline: none;
}
.wrap {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    padding-bottom: 30px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.more-btn,.serv-btn,.news-btn{
    display: block;
    margin: 0 auto;
    width: 170px;
    clear: both;
}
.more-btn button,.serv-btn button,.news-btn button{
    padding: 10px 50px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .5px;
    background: #2f4052;
    color: #fff;
    box-shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
    display: block;
    margin: 30px auto;
    transition: all ease .5s;
}
.partner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    justify-content: center;
}
.partner-item {
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}
.partner-item img {
    transition: all 0.6s;
    -ms-transition: all 0.8s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.partner-item:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: unset;
}
.service-list{
    margin: 50px 40px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-item {
    width: 232px;
    margin: 0 20px 40px;
    border: 1px solid #000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.service-item img {
    width: 30px;
    margin-right: 40px;
    margin-left: 10px;
}
.service-item .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service-item .text .num {
    font-size: 22px;
    line-height: 24px;
}
.service-item .text .hot {
    font-size: 14px;
    line-height: 24px;
    vertical-align: 2px;
    background-color: #515a6e;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
}
.service-item .text h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: left;
    font-weight: bolder;
}
.service-item .text h4 {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin: 0;
}
.service{
    padding-bottom: 50px;
}
.news {
    background-color: #eee;
    padding-bottom: 30px;
}
.news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    box-pack: center;
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.news-item {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 10px 10px;
    overflow: hidden;
    -webkit-box-flex: 0 0 280px;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    cursor: pointer;
    background-color: #fff;
    padding: 0;
}
.news-item img {
    height: 172px;
    flex-shrink: 0;
    object-fit:cover;
}
.news-container {
    padding: 20px 30px 30px;
}
.news-item .news-title {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.5;
    color: #13287c;
    letter-spacing: -.5px;
    text-align: left;
    min-height: 54px;
}
.news-item .news-content {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -.2px;
    text-align: justify;
}
.demand-list {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 20px;
    padding-bottom: 80px;
    height: 100%;
}
.form {
    flex: 2;
    background-color: #fff;
    padding: 25px 10px 15px 10px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
    box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
}
.form-group {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.form-control {
    background-color: #fafafa;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #13287c;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    padding: 0 .75rem;
    font-size: 1rem;
    margin: 0 15px;
    box-sizing: border-box;
}
.default-btn{
    padding: 10px 50px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .5px;
    background: #2f4052;
    color: #fff;
    box-shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
    display: block;
    margin: 0 auto;
}
.form-control.address {
    height: 100px;
}
.demand-info {
    padding: 2rem;
    background: #2f4052;
    flex: 1;
    -webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
    box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
}
.demand-info *{
    color:#fff;
}
.demand-info h3 {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    padding-left: 0;
}
.demand-info p {
    font-size: 14px;
}
.contact-addr-box {
    padding-top: 30px;
}
.contact-addr-single {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.contact-addr-single i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
}
.contact-addr-single p {
    margin-bottom: 0;
    line-height: 1.3;
    margin-left: 20px;
}
@media (max-width: 1199px){
    .container{
        width: 100%;
    }
    .row{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 992px){
    .about-one__image-block:before,.about-one__image-block:after{
        content: none;
    }
}
@media (max-width: 767px){
    .demand-list{
        display: block;
    }
    .banner{
        margin-top: 73px;
    }
    .service-item{
        margin: 0 auto 40px;
        height: 157px;
    }
}
@media (max-width: 640px){
    .service-item{
        width: 100%;
    }
    .demand-list{
        width: 100%;
    }
    .contact-addr-single i{
        line-height: 26px;
    }
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 592px){
    .partner-list {
        display: block;
    }
    .partner-item{
        width: 50%;
        float: left;
        margin: 0;
    }
}